@charset "utf-8";

/*
  共通
*/
:root {
  --header-height: 0;
  --window-half-width: 50vw;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --leading-trim: ((1em - 1lh) / 2);
  --color-white: 255, 255, 255;
  --color-blue: 53, 82, 116;
  --color-red: 110, 33, 54;
  --color-deepblue: 36, 46, 67;
}
@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}
html {
  color: #333;
  font-size: 16px;
  font-family: serif;
  font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  /* scroll-behavior: smooth; */
  scroll-padding-top: var(--header-height);
  scrollbar-gutter: stable;
}
abbr, address, article, aside, audio, b, blockquote, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
h1, h2, h3, h4, h5, h6, th { font-weight: normal; margin: 0; }
em { font-style: normal; }
sub { vertical-align: sub; bottom: 0; }
sup { vertical-align: super; top: 0; }
img { width: 100%; max-width: 100%; height: auto; vertical-align: bottom; backface-visibility: hidden; }
svg { width: 100%; max-width: 100%; height: auto; vertical-align: bottom; fill: currentColor; }
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }
li { list-style: none; }
button, [type="button"], [type="reset"], [type="submit"] { padding: 0; border: none; border-radius: 0; background: none; outline: none; -webkit-appearance: initial; appearance: none; cursor: pointer; -webkit-user-select: none; user-select: none; -webkit-touch-callout: none; touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: none; }
.sp-bl, .sp-il, .tablet-bl { display: none !important; }
.tablet .tablet-bl { display: block !important; }
.opa { transition: 0.3s ease-in-out; }
.w100 { width: 100% !important; }
.none { display: none !important }
.visuallyhidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.tc { text-align: center; }
.tl { text-align: left; }
.tr { text-align: right; }
.tj { text-align: justify; }
.cf:before,.cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }
.fl { float: left; }
.fr { float: right; }
.outer {
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
}
.inner {
  position: relative;
  width: 95%;
  max-width: 1320px;
  margin-inline: auto;
}

/* フォント */
h2, h3, h4, h5, h6, p {
  margin-block: calc(var(--margin-top) + var(--leading-trim)) calc(var(--margin-bottom) + var(--leading-trim));
}
.wf-shipporimincho-n4-active {
  font-family: "Shippori Mincho", serif;
}
.wf-bodonimoda-n4-active .bodoni {
  font-family: "Bodoni Moda", serif;
  line-height: 1cap;
  --leading-trim: calc((1cap - 1lh) / 2);
}
.bold, b {
  font-weight: bold;
}
.medium {
  font-weight: 500;
}

/* カラー */
.white { color: rgba(var(--color-white), 1); }
.blue { color: rgba(var(--color-blue), 1); }
.red { color: rgba(var(--color-red), 1); }
.deepblue { color: rgba(var(--color-deepblue), 1); }

/* 背景 */
.bg { background: url(../img/common/img_bg.jpg) repeat-y top center/100% auto; }
.bg2 { background: url(../img/common/img_bg2.jpg) repeat-y top center/100% auto; }

/* トラッキング */
.ls0 { letter-spacing: 0; }
.ls50 { letter-spacing: .05em; }
.ls100 { letter-spacing: .1em; }
.ls150 { letter-spacing: .15em; }
.ls200 { letter-spacing: .2em; }

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.grid {
  display: grid;
}
.flex.column { flex-direction: column; }
.flex.nowrap { flex-wrap: nowrap; }
.flex.reverse { flex-direction: row-reverse; }
.flex.jc-s { justify-content: flex-start; }
.flex.jc-e { justify-content: flex-end; }
.flex.ai-e { align-items: flex-end; }
.flex.ai-st { align-items: stretch; }
.grid.jc-s { justify-content: start; }
.grid.jc-e { justify-content: end; }
.grid.ai-s { align-items: start; }
.grid.ai-e { align-items: end; }
.grid.ai-st { align-items: stretch; }
.jc-c { justify-content: center; }
.ai-c { align-items: center; }

.fit-right { margin-right: calc(50% - var(--window-half-width)); }
.fit-left { margin-left: calc(50% - var(--window-half-width)); }

@media (any-hover: hover) {
  .opa:hover { opacity: 0.7 !important; }
}

@media screen and (max-width: 480px) {
  .pc { display: none !important; }
  .sp-bl { display: block !important; }
  .sp-il { display: inline !important; }
  .inner { width: calc(320 / 380 * 100%); max-width: none; }
  .bg { background: url(../img/common/img_bg-sp.jpg) repeat-y top center/100% auto; }
  .bg2 { background: url(../img/common/img_bg2-sp.jpg) repeat-y top center/100% auto; }
}



/*
  ヘッダー
*/
@media screen and (min-width: 1201px) {
  .header__content {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    box-sizing: border-box;
    padding: 20px 20px 20px 50px;
    gap: 20px 30px;
    background: #fff;
    transition: background .5s;
  }
  .header__content__logo {
    width: 200px;
    translate: 0 -2px;
  }
  .header__content__logo__link__img {
    transition: filter .5s;
  }
  .header__content__menutrigger {
    display: none;
  }
  .header__content__global {
    justify-self: end;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    gap: 20px;
  }
  .header__content__global__list {
    display: flex;
    align-items: stretch;
    font-size: clamp(11px, calc(16 / 1920 * 100vw), 16px);
    letter-spacing: .1em;
    text-align: center;
    transition: color .5s;
  }
  .header__content__global__list__item {
    position: relative;
    z-index: 1;
  }
  .header__content__global__list__item + .header__content__global__list__item::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 1px;
    height: 1em;
    background: currentColor;
    opacity: .3;
  }
  .header__content__global__list__item__comment {
    position: absolute;
    z-index: 1;
    top: -1.5em;
    left: 50%;
    translate: -50%;
    width: fit-content;
    place-items: center;
    box-sizing: border-box;
    padding: .2em .5em;
    font-size: calc(10 / 16 * 100%);
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    color: rgb(var(--color-deepblue));
    border: 1px solid currentColor;
    pointer-events: none;
  }
  .header__content__global__list__item__link {
    display: grid;
    grid-template-columns: auto;
    place-content: center;
    place-items: center;
    height: 100%;
    padding-inline: 1em;
  }
  .header__content__global__list__item__link::after {
    content: "";
    display: block;
    width: .5em;
    height: .5em;
    border-radius: 100%;
    margin-bottom: -.5em;
    translate: 0 .5em;
    background: currentColor;
    opacity: 0;
  }
  .header__content__global__list__item__link--current::after {
    opacity: .3;
  }
  .header__content__global__list__item__link--current[href$="#map"]::after {
    opacity: 0;
  }
  .limited-under-page .header__content__global__list__item__link--current::after {
    opacity: 0;
  }
  .header__content__global__cv {
    display: flex;
    align-items: stretch;
    gap: 20px;
  }
  .header__content__global__cv__item__link {
    display: grid;
    place-items: center;
    min-width: calc(180 / 15 * 1em);
    height: 100%;
    min-height: calc(50 / 15 * 1em);
    box-sizing: border-box;
    padding: .25em;
    font-size: clamp(11px, calc(15 / 1920 * 100vw), 15px);
    letter-spacing: .1em;
    line-height: calc(20 / 15);
    text-align: center;
  }
  .header__content__global__cv__item__link--entry {
    color: #fff;
    background: linear-gradient(90deg, #9c3256, rgba(var(--color-red), 1));
  }
  .header__content__global__cv__item__link--limited {
    color: #fff;
    background: linear-gradient(90deg, #4972a1, rgba(var(--color-blue), 1));
  }
  /* 透過時の色設定 */
  .header__content--transparented {
    background: linear-gradient(0deg, rgba(var(--color-deepblue), 0), rgba(var(--color-deepblue), .8));
  }
  .header__content--transparented .header__content__logo__link__img {
    filter: brightness(0) invert(1);
  }
  .header__content--transparented .header__content__global__list {
    color: #fff;
  }
  .header__content--transparented .header__content__global__list__item__comment {
    color: #fff;
  }
}
@media (any-hover: hover){
  .header__content__global__list__item__link::after {
    transition: opacity .4s;
  }
  .header__content__global__list__item__link:hover::after {
    opacity: .5;
  }
  .header__content__global__cv__item__link {
    transition: filter .4s;
  }
  .header__content__global__cv__item__link:hover {
    filter: brightness(1.25);
  }
}
@media screen and (max-width: 1200px) {
  .header__content {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 14px 20px;
    background: #fff;
    transition: background .5s;
  }
  .header__content__logo {
    position: relative;
    z-index: 2;
    width: 128px;
  }
  .header__content__logo__link__img {
    transition: filter .5s;
  }
  .header__content__menutrigger {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    display: grid;
    grid-template-columns: 100%;
    place-content: center;
    place-items: center;
    gap: 8px 0;
  }
  .header__content__menutrigger__line {
    width: calc(40 / 100 * 100%);
    height: 1px;
    background: #333;
    transition: background .5s;
  }
  .header__content__global {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100lvh;
    box-sizing: border-box;
    padding: calc(var(--header-height) + 10px) 30px calc((100lvh - 100svh) + 110px);
    background: linear-gradient(0deg, rgba(var(--color-blue), .1), transparent) no-repeat center/100% 100% #fff;
    overflow: auto;
    overscroll-behavior-y: none;
    clip-path: inset(0% 0% 0% 100%);
    pointer-events: none;
    transition: clip-path .5s;
  }
  .header__content__global--open {
    clip-path: inset(0% 0% 0% 0%);
    pointer-events: auto;
  }
  .header__content__global__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 350px), 1fr));
    gap: 0 40px;
  }
  .header__content__global__list__item {
    position: relative;
    z-index: 1;
    background: linear-gradient(0deg, rgba(var(--color-blue), .15), rgba(var(--color-blue), .15)) no-repeat bottom center/100% 1px;
  }
  .header__content__global__list__item__comment {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 45px;
    translate: 0 -50%;
    width: fit-content;
    place-items: center;
    box-sizing: border-box;
    padding: .2em .5em;
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    color: rgb(var(--color-deepblue));
    border: 1px solid currentColor;
    pointer-events: none;
  }
  .header__content__global__list__item__link {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: baseline;
    width: 100%;
    min-height: calc(50 / 16 * 1em);
    box-sizing: border-box;
    padding: .75em 40px .75em 10px;
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 1.25;
  }
  .header__content__global__list__item__link::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: rgba(var(--color-blue), .4);
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="5" viewBox="0 0 20 5"><polygon points="15 0 15 4 0 4 0 5 15 5 18 5 20 5 15 0"/></svg>') no-repeat center/20px auto;
  }
  .header__content__global__cv {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 365px), 1fr));
    gap: 20px;
    margin-top: 50px;
  }
  .header__content__global__cv__item__link {
    display: grid;
    place-items: center;
    width: 100%;
    min-height: 50px;
    box-sizing: border-box;
    padding: .25em;
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 1.5;
    text-align: center;
  }
  .header__content__global__cv__item__link--entry {
    color: #fff;
    background: linear-gradient(90deg, #9c3256, rgba(var(--color-red), 1));
  }
  .header__content__global__cv__item__link--limited {
    color: #fff;
    background: linear-gradient(90deg, #4972a1, rgba(var(--color-blue), 1));
  }
  .header__content__global__cv__item__link--limited br {
    display: none;
  }
  /* 透過時の色設定 */
  .header__content--transparented {
    background: linear-gradient(0deg, rgba(var(--color-deepblue), 0), rgba(var(--color-deepblue), .8));
  }
  .header__content--transparented .header__content__logo__link__img {
    filter: brightness(0) invert(1);
  }
  .header__content--transparented .header__content__menutrigger__line {
    background: #fff;
  }
}



/*
  メイン
*/

/* タブ */
.tabpanel[aria-hidden="true"] {
  visibility: hidden;
}

/* モーダル */
.modal {
  display: none;
}
.modal.active {
  display: block;
}
.modal-overlay {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh + 1px);
  height: calc(100dvh + 1px);
  display: grid;
  grid-template: ". container ." auto / 2.5% minmax(0, 1fr) 2.5%;
  place-items: center;
  background: rgba(0, 0, 0, .8);
  overflow-y: scroll;
  overscroll-behavior-y: contain;
}
.modal[aria-hidden="true"] .modal-overlay {
  animation: closeModal .3s ease-out;
}
.modal[aria-hidden="false"] .modal-overlay {
  animation: openModal .3s ease-out;
}
@keyframes openModal {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes closeModal {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
.modal-container {
  grid-area: container;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1320px;
  margin-block: 70px;
  background: #fff;
}
.modal-close {
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  top: 0;
  right: 0;
  display: block;
  width: 70px;
  height: 70px;
  margin-bottom: -70px;
  margin-left: auto;
  color: rgba(var(--color-blue), 1);
  background: linear-gradient(45deg, transparent calc(50% - 0.5px), currentColor calc(50% - 0.5px), currentColor calc(50% + 0.5px), transparent calc(50% + 0.5px)) no-repeat center/20px auto, linear-gradient(-45deg, transparent calc(50% - 0.5px), currentColor calc(50% - 0.5px), currentColor calc(50% + 0.5px), transparent calc(50% + 0.5px)) no-repeat center/20px auto rgba(var(--color-white), 1);
  cursor: pointer;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, .2));
}
.modal-content {
  position: relative;
  z-index: 1;
}
.modal-open {
  position: relative;
  z-index: 1;
  display: block;
}
.modal-open,
.modal-content-close {
  cursor: pointer;
}
.modal-expand-open {
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  .modal-overlay {
    grid-template-columns: minmax(0, 1fr) calc(320 / 380 * 100%) minmax(0, 1fr);
  }
  .modal-close {
    width: 50px;
    height: 50px;
    margin-bottom: -50px;
  }
  .modal-expand-open {
    position: relative;
    z-index: 1;
    display: block;
    pointer-events: auto;
  }
  .modal-expand-open::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    background: linear-gradient(0deg, transparent calc(50% - 0.5px), rgba(var(--color-blue), 1) calc(50% - 0.5px), rgba(var(--color-blue), 1) calc(50% + 0.5px), transparent calc(50% + 0.5px)) no-repeat center/19px 19px, linear-gradient(90deg, transparent calc(50% - 0.5px), rgba(var(--color-blue), 1) calc(50% - 0.5px), rgba(var(--color-blue), 1) calc(50% + 0.5px), transparent calc(50% + 0.5px)) no-repeat center/19px 19px rgba(var(--color-white), 1);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .2));
  }
  .modal-expand .modal-content {
    max-height: 80vh;
    max-height: calc(100dvh - 140px);
  }
  .modal-expand .modal-content > div:nth-of-type(1) {
    box-sizing: border-box;
    padding: 20px;
  }
}

/* スライド */
.swiper-button-next, .swiper-button-prev {
  width: 40px;
  --swiper-navigation-size: 60px;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
  transform: rotate(180deg);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

/* スワイプ可能アイコン */
.scroll-hint-icon {
  all: initial;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 120px;
  height: 120px;
  border-radius: 20px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="90" height="90" viewBox="0 0 90 90"><path d="M89.688,47.397c.097-.099.175-.216.228-.345.034-.082.039-.17.052-.256.008-.054.032-.102.032-.157,0-.073-.028-.136-.041-.205-.013-.069-.015-.14-.042-.205-.055-.135-.135-.257-.238-.359l-4.345-4.345c-.445-.403-1.132-.37-1.535.075-.376.415-.376,1.048,0,1.462l2.492,2.491h-10.423c-.6,0-1.087.487-1.087,1.087s.487,1.087,1.087,1.087h10.423l-2.492,2.493c-.412.437-.391,1.126.046,1.538.419.395,1.074.395,1.493,0l4.342-4.349s0,0,0,0h0s.003-.007.006-.009Z" fill="%23fff"/><path d="M14.131,45.551H3.71l2.49-2.491c.404-.444.372-1.131-.072-1.536-.414-.377-1.047-.378-1.462-.001L.322,45.868c-.102.101-.182.222-.238.357-.049.12-.071.247-.076.375,0,.014-.008.025-.008.039,0,0,0,0,0,0,0,.142.029.284.084.417.034.083.093.149.146.22.032.043.049.093.088.132l4.348,4.348c.205.203.481.317.769.317.601-.004,1.086-.495,1.082-1.096-.002-.285-.116-.559-.317-.761,0,0-1.437-1.437-2.49-2.491h10.421c.6,0,1.087-.487,1.087-1.087s-.487-1.086-1.087-1.087Z" fill="%23fff"/><path d="M50.099,4.661L45.749.318s-.008-.005-.012-.008c-.098-.096-.214-.173-.342-.227-.082-.033-.169-.039-.255-.051-.054-.008-.102-.032-.159-.032-.073,0-.136.028-.204.041-.069.013-.14.015-.206.042-.135.055-.257.135-.359.237l-4.346,4.346c-.403.445-.37,1.132.075,1.535.415.376,1.048.376,1.462-.001l2.491-2.492v10.423c0,.6.487,1.087,1.087,1.087s1.087-.487,1.087-1.087V3.708l2.493,2.492c.437.412,1.126.391,1.538-.046.395-.419.395-1.074,0-1.493Z" fill="%23fff"/><path d="M49.32,83.483c-.285.002-.559.116-.761.317,0,0-1.437,1.436-2.491,2.49v-10.421c0-.6-.487-1.087-1.087-1.087s-1.086.487-1.087,1.087v10.421l-2.491-2.49c-.444-.404-1.131-.372-1.536.072-.377.414-.378,1.047-.001,1.462l4.344,4.344c.101.102.223.183.357.238.118.049.243.069.368.074.016,0,.029.009.045.009,0,0,0,0,0,0,.142,0,.283-.029.417-.084.085-.036.154-.095.227-.151.041-.031.088-.046.125-.083l4.348-4.348c.203-.205.317-.481.317-.769-.004-.601-.495-1.086-1.096-1.082Z" fill="%23fff"/><path d="M60.851,39.564c-.861,0-1.702.255-2.417.735-.614-1.741-2.259-2.906-4.105-2.909-.763,0-1.513.201-2.173.585v-11.454c-.002-2.402-1.95-4.348-4.352-4.346-1.845,0-3.488,1.166-4.1,2.907-1.995-1.336-4.695-.802-6.031,1.193-.48.716-.735,1.558-.735,2.42v18.477l-3.778-2.832c-2.261-1.679-5.409-1.456-7.41.526-1.272,1.274-1.272,3.337,0,4.611l15.486,15.482c1.83,1.84,4.32,2.872,6.915,2.865h5.1c6.599-.009,11.945-5.357,11.952-11.956v-11.956c-.002-2.402-1.95-4.348-4.352-4.348ZM63.025,55.864c-.003,5.399-4.375,9.778-9.774,9.789h-5.1c-2.018.006-3.955-.796-5.378-2.228l-15.48-15.485c-.424-.425-.424-1.112,0-1.537,1.234-1.221,3.175-1.359,4.569-.324l5.515,4.137c.48.36,1.162.263,1.522-.218.141-.188.217-.417.217-.652v-20.651c0-1.201.972-2.174,2.173-2.175,1.201,0,2.174.972,2.175,2.173v16.302c0,.6.487,1.087,1.087,1.087s1.086-.487,1.087-1.087v-18.474c0-1.201.972-2.174,2.173-2.175,1.201,0,2.174.972,2.175,2.173v18.48c0,.6.487,1.087,1.087,1.087s1.087-.487,1.087-1.087v-3.261c-.026-1.2.926-2.194,2.127-2.22s2.194.926,2.22,2.127v3.354c0,.6.487,1.087,1.087,1.087s1.086-.487,1.087-1.087v-1.087c0-1.201.974-2.174,2.175-2.173,1.2,0,2.173.973,2.173,2.173v11.956s-.004-.004-.004-.004Z" fill="%23fff"/></svg>') no-repeat center/90px auto rgba(0, 0, 0, .5);
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 1;
}
.scroll-hint-icon:before,
.scroll-hint-icon:after,
.scroll-hint-text {
  display: none;
}

/* キャプション */
.photo, .figure {
  position: relative;
}
.p-caption, .f-caption {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  font-size: 11px;
  letter-spacing: .05em;
  line-height: 1;
  text-align: right;
  padding: 7px 5px;
}
.p-caption.w, .f-caption.w {
  color: #fff;
  background: rgba(var(--color-deepblue), .2);
}
.p-caption.b, .f-caption.b {
  color: #333;
  background: rgba(var(--color-white), .2);
}
.p-caption.l, .f-caption.l {
  left: 0;
  right: auto;
  text-align: left;
}
.p-caption.t, .f-caption.t {
  top: 0;
  bottom: auto;
}
.p-caption.r, .f-caption.r {
  position: relative;
  padding: 0;
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  .p-caption, .f-caption {
    font-size: 8px;
    padding: 4px;
  }
}

/* ボタン */
.btn a,
.btn button {
  position: relative;
  display: grid;
  place-content: center;
  place-items: center;
  width: 100%;
  height: 70px;
  font-size: clamp(12px, calc(18 / 1200 * 100vw), 18px);
  letter-spacing: .05em;
  line-height: 1.4;
  text-align: center;
  overflow: hidden;
  color: #fff;
  background: rgb(var(--color-deepblue));
  transition: filter .4s;
}
.btn a::before,
.btn button::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: calc(30 / 18 * 1em);
  translate: 0 -50%;
  width: calc(20 / 18 * 1em);
  aspect-ratio: 20 / 5;
  background: rgba(var(--color-white), .5);
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="5" viewBox="0 0 20 5"><polygon points="15 0 15 4 0 4 0 5 15 5 18 5 20 5 15 0"/></svg>') no-repeat center/100% auto;
  transition: translate .4s;
}
.btn-entry a,
.btn-entry button {
  background: linear-gradient(90deg, #9c3256, rgba(var(--color-red), 1));
}
.btn-entry a::before,
.btn-entry button::before {
  background: rgba(var(--color-red), .5);
  background: color-mix(in srgb, rgb(var(--color-red)) 50%, #fff 100%);
}
.btn-limited a,
.btn-limited button {
  background: linear-gradient(90deg, #4972a1, rgba(var(--color-blue), 1));
}
.btn-limited a::before,
.btn-limited button::before {
  background: rgba(var(--color-blue), .5);
  background: color-mix(in srgb, rgb(var(--color-blue)) 50%, #fff 100%);
}
.more {
  position: relative;
  z-index: 1;
  max-width: fit-content;
  font-size: clamp(14px, calc(20 / 1200 * 100vw), 20px);
  padding-left: calc(38 / 20 * 1em);
}
.more::before,
.more::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: -50% -50%;
  border-radius: 100%;
}
.more::before {
  z-index: 2;
  width: calc(12 / 20 * 1em);
  height: calc(12 / 20 * 1em);
  background: rgba(var(--color-red), .5);
  background: color-mix(in srgb, rgb(var(--color-red)) 70%, #fff 100%);
  transition: scale .4s;
}
.more::after {
  z-index: 1;
  width: calc(36 / 20 * 1em);
  height: calc(36 / 20 * 1em);
  background: rgba(var(--color-red), .1);
  background: color-mix(in srgb, rgb(var(--color-red)) 10%, #fff 100%);
  animation: more 2s ease-in-out infinite;
}
@keyframes more {
  0% {
    scale: 1;
    opacity: 1;
  }
  50% {
    scale: 1.5;
    opacity: 1;
  }
  100% {
    scale: 2;
    opacity: 0;
  }
}
@media (any-hover: hover) {
  .btn a:hover,
  .btn button:hover {
    filter: brightness(1.25);
  }
  .btn a:hover::before,
  .btn button:hover::before {
    translate: 50% -50%;
  }
  a:hover .more::before,
  .more:hover::before {
    scale: 4.5;
  }
}
@media screen and (max-width: 480px) {
  .btn a,
  .btn button {
    height: 50px;
    font-size: 16px;
    letter-spacing: 0;
  }
  .btn a::before,
  .btn button::before {
    right: calc(20 / 16 * 1em);
    width: calc(20 / 16 * 1em);
  }
  .more {
    font-size: 16px;
    padding-left: calc(22 / 14 * 1em);
  }
  .more::before {
    width: calc(8 / 14 * 1em);
    height: calc(8 / 14 * 1em);
  }
  .more::after {
    width: calc(24 / 14 * 1em);
    height: calc(24 / 14 * 1em);
  }
}

/* 注釈 */
.common-cap {
  padding-block: 100px;
}
.common-cap__list {
  grid-template-columns: 100%;
  font-size: clamp(10px, calc(12 / 1200 * 100vw), 12px);
  line-height: 1.666666667;
  margin-block: calc(var(--leading-trim));
}
.common-cap__list__item {
  word-break: break-all;
  text-indent: -1em;
  box-sizing: border-box;
  padding-left: 1em;
}
@media screen and (max-width: 480px) {
  .common-cap {
    padding-block: 50px;
  }
  .common-cap__list {
    line-height: 2;
  }
}

/* 下層サジェスト */
.common-suggest {
  padding-bottom: 80px;
  overflow: hidden;
}
.common-suggest__slide {
  width: calc(100% - 160px);
  max-width: 1600px;
  overflow: visible;
}
/* .common-suggest__slide__list {
} */
.common-suggest__slide__list__item {
  height: auto;
}
.common-suggest__slide__list__item__link {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  box-sizing: border-box;
  padding: 40px 40px 50px;
  transition: background .4s;
}
.common-suggest__slide__list__item__link::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: rgba(var(--color-deepblue), .2);
}
/* .common-suggest__slide__list__item__link__photo {
} */
.common-suggest__slide__list__item__link__en {
  font-size: clamp(11px, calc(16 / 1200 * 100vw), 16px);
  --margin-top: calc(34 / 16 * 1em);
  opacity: .7;
}
.common-suggest__slide__list__item__link__ja {
  font-size: clamp(15px, calc(22 / 1200 * 100vw), 22px);
  line-height: 1.5;
  --margin-top: calc(18 / 22 * 1em);
  min-height: 3em;
}
.common-suggest__slide__list__item__link__more {
  margin-top: calc(18 / 16 * 1em);
  margin-left: auto;
  font-size: clamp(11px, calc(18 / 1200 * 100vw), 18px);
  padding-left: calc(36 / 18 * 1em);
}
.common-suggest__slide__list__item__link__more::before {
  width: calc(10 / 18 * 1em);
  height: calc(10 / 18 * 1em);
}
.common-suggest__slide__list__item__link__more::after {
  width: calc(30 / 18 * 1em);
  height: calc(30 / 18 * 1em);
}
.common-suggest__control {
  width: calc(100% - 160px);
  max-width: 1600px;
  margin-top: 80px;
}
.common-suggest__control__pagination {
  position: relative;
  background: rgba(var(--color-deepblue), .2);
  height: 2px !important;
}
.common-suggest__control__pagination .swiper-pagination-progressbar-fill {
  background: rgba(var(--color-deepblue), 1);
}
@media (any-hover: hover) {
  .common-suggest__slide__list__item__link:hover {
    background: rgba(var(--color-deepblue), .1);
  }
}
@media screen and (min-width: 481px) and (max-width: 1200px) {
  .common-suggest__slide__list__item__link {
    padding: 40px 30px 50px;
  }
}
@media screen and (max-width: 480px) {
  .common-suggest {
    padding-bottom: 30px 60px;
  }
  .common-suggest__slide {
    width: 265px;
    max-width: 265px;
  }
  .common-suggest__slide__list__item__link {
    padding: 20px 30px 26px;
  }
  .common-suggest__slide__list__item__link__photo {
    margin-inline: -10px;
  }
  .common-suggest__slide__list__item__link__en {
    font-size: 14px;
    --margin-top: 30px;
  }
  .common-suggest__slide__list__item__link__ja {
    font-size: 18px;
    --margin-top: 13px;
  }
  .common-suggest__slide__list__item__link__more {
    margin-top: 30px;
    font-size: 14px;
    padding-left: calc(21 / 12 * 1em);
  }
  .common-suggest__slide__list__item__link__more::before {
    width: calc(7 / 12 * 1em);
    height: calc(7 / 12 * 1em);
  }
  .common-suggest__slide__list__item__link__more::after {
    width: calc(19 / 12 * 1em);
    height: calc(19 / 12 * 1em);
  }
  .common-suggest__control {
    width: 320px;
    max-width: 320px;
    margin-top: 50px;
  }
}

/* KV */
.kv {
  position: relative;
  z-index: 1;
  background: rgba(var(--color-blue), .75);
}
.kv__photo {
  position: relative;
  z-index: 1;
  opacity: 0;
}
.kv__photo img {
  min-height: 280px;
  object-fit: cover;
}
.kv__desc {
  position: absolute;
  z-index: 2;
  bottom: 58px;
  left: 0;
  right: 0;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: baseline;
  opacity: 0;
}
.kv__desc__enheading {
  font-size: clamp(50px, calc(80 / 1200 * 100vw), 80px);
  margin-right: calc(26 / 80 * 1em);
}
.kv__desc__enheading::first-letter {
  font-size: calc(120 / 80 * 100%);
}
.kv__desc__heading {
  font-size: clamp(16px, calc(22 / 1200 * 100vw), 22px);
}
@media screen and (max-width: 480px) {
  .kv__photo img {
    min-height: 0;
  }
  .kv__desc {
    bottom: 25px;
  }
  .kv__desc__enheading {
    font-size: 27px;
    margin-right: calc(12 / 27 * 1em);
    text-shadow: 0 0 5px rgba(var(--color-deepblue), .75), 0 0 5px rgba(var(--color-deepblue), .75);
  }
  .kv__desc__enheading::first-letter {
    font-size: calc(41 / 27 * 100%);
  }
  .kv__desc__heading {
    font-size: 12px;
    text-shadow: 0 0 5px rgba(var(--color-deepblue), .75), 0 0 5px rgba(var(--color-deepblue), .75);
  }
}

/* intro */
.intro__content {
  padding-block: 150px;
}
.intro__content__copy {
  font-size: clamp(12px, calc(18 / 1200 * 100vw), 18px);
  line-height: 2.444444444;
  --margin-top: 65px;
}
@media screen and (max-width: 480px) {
  .intro__content {
    padding-block: 60px;
  }
  .intro__content__copy {
    font-size: 14px;
    line-height: 2.142857143;
    --margin-top: 40px;
  }
}

/* 見出し、コピー、注釈 */
.enheading {
  font-size: clamp(33px, calc(53 / 1200 * 100vw), 53px);
}
.enheading::first-letter {
  font-size: calc(80 / 53 * 100%);
  line-height: 1cap;
  color: rgb(var(--color-red));
}
.heading {
  font-size: clamp(26px, calc(36 / 1200 * 100vw), 36px);
  line-height: 2;
}
.copy {
  font-size: clamp(11px, calc(16 / 1200 * 100vw), 16px);
  line-height: 2.125;
}
.caution {
  font-size: clamp(10px, calc(12 / 1200 * 100vw), 12px);
  line-height: 1.666666667;
}
ul.caution {
  margin-block: calc(var(--margin-top) + var(--leading-trim)) calc(var(--margin-bottom) + var(--leading-trim));
}
.caution-item {
  box-sizing: border-box;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 480px) {
  .enheading {
    font-size: 32px;
  }
  .enheading::first-letter {
    font-size: calc(48 / 32 * 100%);
  }
  .heading {
    font-size: 24px;
  }
  .copy {
    font-size: 14px;
    line-height: 2.142857143;
  }
  .caution {
    line-height: 2;
  }
}



/*
  フッター
*/
.footer {
  position: relative;
  z-index: 1;
}
.footer__info {
  padding-block: 70px;
  color: #fff;
  background: rgba(var(--color-deepblue), 1);
}
.footer__info__heading {
  font-size: clamp(14px, calc(20 / 1400 * 100vw), 20px);
  letter-spacing: .05em;
  text-align: center;
  color: rgba(var(--color-blue), .3);
  color: color-mix(in srgb, rgb(var(--color-blue)) 30%, #fff 100%);
}
.footer__info__name {
  font-size: clamp(16px, calc(22 / 1400 * 100vw), 22px);
  letter-spacing: .1em;
  line-height: 2;
  text-align: center;
  --margin-top: 32px;
}
.footer__info__tel {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: fit-content;
  margin-inline: auto;
  margin-top: 40px;
  gap: 0 calc(22 / 40 * 1em);
  font-size: clamp(20px, calc(40 / 1400 * 100vw), 40px);
  letter-spacing: .1em;
}
.footer__info__tel::before {
  content: "";
  display: block;
  width: calc(55 / 40 * 1em);
  height: calc(32 / 40 * 1em);
  background: currentColor;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="55.928" height="32" viewBox="0 0 55.928 32"><path d="M49.876,28.973c0,1.668,1.355,3.027,3.025,3.027s3.027-1.359,3.027-3.027-1.359-3.025-3.027-3.025-3.025,1.356-3.025,3.025M50.227,28.974c0-1.476,1.199-2.677,2.674-2.677s2.676,1.201,2.676,2.677-1.199,2.674-2.676,2.674-2.674-1.201-2.674-2.674Z"/><path d="M54.374,30.931h-.581l-1.174-1.817h-.516v1.817h-.465v-3.998h1.132c.379,0,.68.091.9.276.22.183.331.44.331.77,0,.243-.08.462-.24.652-.162.188-.384.317-.664.386l1.278,1.915M52.103,28.71h.586c.246,0,.446-.067.6-.2.152-.135.229-.3.229-.504,0-.446-.273-.668-.816-.668h-.599v1.372Z"/><path d="M30.412,18.224c0,4.187,3.296,6.218,5.952,6.218s5.952-2.031,5.952-6.218c0-3.252-3.217-5.85-5.952-7.402-2.734,1.552-5.952,4.151-5.952,7.402Z"/><path d="M6.213,18.294c0,4.19,3.298,6.219,5.954,6.219s5.953-2.03,5.953-6.219c0-3.251-3.22-5.848-5.953-7.401-2.734,1.554-5.954,4.15-5.954,7.401Z"/><path d="M48.417,7.685c-2.908,0-6.445.544-9.216,1.747,2.993,2.001,5.886,5.033,5.886,8.859,0,5.058-4.241,8.922-8.912,8.922s-8.768-3.864-8.768-8.922c0-3.827,2.751-6.859,5.742-8.859-2.769-1.203-6.035-1.747-8.944-1.747s-6.175.544-8.944,1.747c2.993,2.001,5.742,5.033,5.742,8.859,0,5.058-4.098,8.922-8.768,8.922s-8.978-3.864-8.978-8.922c0-3.827,2.96-6.859,5.952-8.859C6.438,8.229,2.909,7.685.001,7.685v23.918s48.422,0,48.422,0l-.007-23.918Z"/><path d="M48.423,0H0v4.918c4.92,0,9.274,1.227,12.234,2.766,2.961-1.539,7.05-2.766,11.971-2.766s9.008,1.227,11.97,2.766c2.961-1.539,7.321-2.766,12.242-2.766l.007-4.918Z"/></svg>') no-repeat center/100% auto;
}
.footer__info__data {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
  margin-top: 40px;
  font-size: clamp(11px, calc(16 / 1400 * 100vw), 16px);
  letter-spacing: .1em;
  text-align: center;
}
.wf-bodonimoda-n4-active .footer__info__heading,
.wf-bodonimoda-n4-active .footer__info__tel {
  font-family: "Bodoni Moda", serif;
  line-height: 1cap;
}
.footer__developer {
  display: flex;
  justify-content: center;
  height: 25px;
  padding: 60px 30px 40px;
  gap: 60px 120px;
}
.footer__developer__item {
  position: relative;
  z-index: 1;
}
.footer__developer__item__category {
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0;
  width: 100%;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .05em;
  text-align: center;
  padding-bottom: 20px;
}
.footer__developer__item__link {
  display: block;
  height: 100%;
}
.footer__developer__item__link img[alt="名鉄都市開発"] {
  width: 200px;
  translate: 0 -3px;
}
.footer__developer__item__link img[alt="長谷工アーベスト"] {
  width: 238px;
  translate: 0 -5px;
}
.footer__copyright {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .1em;
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .footer__info {
    padding-block: 60px;
  }
  .footer__info__heading {
    font-size: 14px;
  }
  .footer__info__name {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 2.125;
    --margin-top: 30px;
  }
  .footer__info__tel {
    margin-top: 30px;
    gap: 0 calc(15 / 28 * 1em);
    font-size: 28px;
  }
  .footer__info__data {
    margin-top: 30px;
    font-size: 12px;
  }
  .footer__developer {
    height: 15px;
    padding: 55px 15px 40px;
    gap: 55px 40px;
  }
  .footer__developer__item__category {
    padding-bottom: 15px;
  }
  .footer__developer__item__link img[alt="名鉄都市開発"] {
    width: 140px;
    translate: 0 -4px;
  }
  .footer__developer__item__link img[alt="長谷工アーベスト"] {
    width: 160px;
    translate: 0 -4px;
  }
}



/*
  フェードインアニメーション
*/
.fi-u, .fi-d, .fi, .fi-r, .fi-l { visibility: hidden; }
.fi-u-stagger > * { opacity: 0; filter: blur(20px); translate: 0 20px; }

/* fade in */
@keyframes fadeIn { from{ opacity: 0; filter: blur(20px); } to{ opacity: 1; filter: blur(0px); } }
.fi.faded { animation-name: fadeIn; animation-fill-mode: both; animation-duration: 1s; visibility: visible !important; opacity: 0; filter: blur(0px); }

/* fade in up */
@keyframes fadeInUp { from{ opacity: 0; filter: blur(20px); transform: translate3d(0, 20px, 0); } to{ opacity: 1; filter: blur(0px); transform: none; } }
.fi-u.faded { animation-name: fadeInUp; animation-fill-mode: both; animation-duration: 1.5s; visibility: visible !important; opacity: 0; filter: blur(20px); }

/* fade in down */
@keyframes fadeInDown { from{ opacity: 0; filter: blur(20px); transform: translate3d(0, -20px, 0); } to{ opacity: 1; filter: blur(0px); transform: none; } }
.fi-d.faded { animation-name: fadeInDown; animation-fill-mode: both; animation-duration: 1.5s; visibility: visible !important; opacity: 0; filter: blur(20px); }

/* fade in right */
@keyframes fadeInRight { from{ opacity: 0; filter: blur(20px); transform: translate(30px,0); } to{ opacity: 1; filter: blur(0px); transform: none; } }
.fi-r.faded { animation-name: fadeInRight; animation-fill-mode: both; animation-duration: 1.5s; visibility: visible !important; opacity: 0; filter: blur(20px); }

/* fade in left */
@keyframes fadeInLeft { from{ opacity: 0; filter: blur(20px); transform: translate(-30px,0); } to{ opacity: 1; filter: blur(0px); transform: none; } }
.fi-l.faded { animation-name: fadeInLeft; animation-fill-mode: both; animation-duration: 1.5s; visibility: visible !important; opacity: 0; filter: blur(20px); }



/*
  印刷用
*/
@media print {
  body, html {
    zoom: .8 !important;
  }
}