:root {
  --scrollbarW: 0px;
  --htmlW: calc(100vw - var(--scrollbarW));
  --imgSize: 45.454545%;
  --thumbSizeL: 21.568627%;
  --thumbSizeM: 33.502878%;
  --thumbSizeS: 37.696335%;
  --columnGapCol4: 15px;
  --categoryColor: #100201;
  --circleSize: 5px;
}
:root :has(.bl_sideNav) {
  --imgSize: 42.5%;
  --thumbSizeL: 30.555556%;
  --thumbSizeM: 40.291977%;
  --thumbSizeS: 36.641221%;
  --columnGapCol4: 10px;
}
@media not all and (max-width: 767px) {
  :root {
    --sizeL: 100px;
    --sizeM: 60px;
    --sizeS: 40px;
  }
}
@media (max-width: 767px) {
  :root {
    --sizeL: 80px;
    --sizeM: 50px;
    --sizeS: 30px;
  }
}
:root .__news {
  --categoryColor: #8B231B;
}
:root .__press {
  --categoryColor: #6E6247;
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
}

th {
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Base
 */
::-moz-placeholder {
  opacity: 1;
}
::placeholder {
  opacity: 1;
}

label {
  cursor: pointer;
}

img,
iframe,
video {
  vertical-align: top;
}

dt {
  font-weight: inherit;
}

small {
  font-size: inherit;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}
html.is_small {
  font-size: 52.5%;
}
html.is_default {
  font-size: 62.5%;
}
html.is_large {
  font-size: 72.5%;
}
html.is_locked {
  position: fixed;
  width: 100%;
}

body {
  min-width: 1140px;
  color: #100201;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  overflow-wrap: anywhere;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
}
@media not all and (max-width: 767px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}
@media (max-width: 767px) {
  body {
    min-width: 0;
  }
}

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

[lang=en] {
  font-family: "Crimson Text", serif;
  letter-spacing: 0.1em;
}

#search {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  overflow: hidden;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* required styles */
.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
  touch-action: none;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
  max-width: none !important;
}

/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important;
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-tile-pane {
  z-index: 2;
}

.leaflet-objects-pane {
  z-index: 3;
}

.leaflet-overlay-pane {
  z-index: 4;
}

.leaflet-shadow-pane {
  z-index: 5;
}

.leaflet-marker-pane {
  z-index: 6;
}

.leaflet-popup-pane {
  z-index: 7;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 7;
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-clickable {
  cursor: pointer;
}

.leaflet-container {
  cursor: -moz-grab;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
  cursor: move;
  cursor: -moz-grabbing;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-control-zoom-out {
  font-size: 20px;
}

.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
}

.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: content-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

.cam-box {
  line-height: 1.5em;
}

.window-text {
  border-bottom: solid 1px;
}

.leaflet-container {
  background: #fff;
}

.leaflet-div-icon {
  background: none;
  white-space: nowrap;
  border: none;
}

.leaflet-popup {
  margin-bottom: 15px;
}

/*
.popup_content {overflow: auto;}
*/
.popup_content div {
  display: block;
}

#small_pop {
  display: flex;
}

#map_box {
  position: relative;
}

#large_pop2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: auto;
  z-index: 901;
  /*background-color:rgba(48,50,35,0.8);*/
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid #888;
  padding: 7px;
  overflow: auto;
}

#map_title {
  display: inline;
}

.main {
  margin: 0 auto;
  width: 100%;
}

.popup_content h3 {
  font-size: 18px;
  text-align: left;
}

.popup_content .img_content {
  text-align: center;
}

.popup_content img {
  max-height: 150px;
}

.mapdiv {
  margin: 0 auto;
  height: 700px;
  width: 100%;
}
@media (max-width: 767px) {
  .mapdiv {
    height: 450px;
  }
}

.main div h2 {
  font-size: 26px;
}

.main div img {
  clear: both;
}

.main table.logo tr {
  border: 0px;
}

.leaflet-top, .leaflet-top, .leaflet-bottom {
  z-index: 900;
}

.DHide {
  display: none;
}

.img_content {
  margin-right: 10px;
}

@media screen and (max-width: 480px) {
  .img_content {
    float: none;
  }
}
/**
 * Layout
 */
.ly_contents {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media not all and (max-width: 767px) {
  .ly_contents {
    padding-block: 110px 130px;
  }
}
@media (max-width: 767px) {
  .ly_contents {
    padding-block: 70px 40px;
  }
}

.ly_container {
  margin: auto;
  width: 1140px;
  padding-inline: 20px;
}
@media (max-width: 767px) {
  .ly_container {
    width: auto;
  }
}

.ly_withSideNav {
  display: flex;
  flex-direction: row-reverse;
  gap: 70px;
}
@media (max-width: 767px) {
  .ly_withSideNav {
    flex-direction: column;
  }
}
.ly_withSideNav > main {
  width: calc(100% - 300px);
}
@media (max-width: 767px) {
  .ly_withSideNav > main {
    width: 100%;
  }
}
.ly_withSideNav > main:only-child {
  width: 100%;
}
.ly_withSideNav > aside {
  width: 230px;
}
@media (max-width: 767px) {
  .ly_withSideNav > aside {
    width: 100%;
  }
}

.ly_article + .ly_article:not(:first-child) {
  margin-top: var(--sizeL);
}

/**
 * Header
 */
.ly_header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.ly_header_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: #fff;
  box-shadow: 0px 4px 46px rgba(152, 142, 120, 0.05);
  transition-property: background-color, box-shadow;
  transition-duration: 0.3s;
}
@media (max-width: 767px) {
  .ly_header_inner {
    height: 70px;
  }
}
.ly_header_container {
  position: relative;
  display: flex;
  margin: 0 auto;
  z-index: 50;
}
@media not all and (max-width: 767px) {
  .ly_header_container {
    justify-content: space-between;
    padding: 20px 40px 23px 30px;
    min-width: 1100px;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .ly_header_container {
    flex-direction: column;
    width: 100%;
    height: 100svh;
    pointer-events: none;
    transition: background-color 0.3s;
  }
  .ly_header_container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition-property: opacity, visibility;
    transition-duration: 0.3s;
    z-index: 1;
    background-image: url(../images/common/common_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(255, 255, 255, 0);
    background-blend-mode: overlay;
  }
}
.ly_header_head {
  display: flex;
  align-items: center;
}
@media not all and (max-width: 767px) {
  .ly_header_head {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 767px) {
  .ly_header_head {
    position: relative;
    padding-left: 20px;
    height: 70px;
    pointer-events: auto;
    z-index: 2;
  }
}
.ly_header_logo {
  aspect-ratio: 98/23;
}
@media not all and (max-width: 767px) {
  .ly_header_logo {
    width: 196px;
  }
}
@media (max-width: 767px) {
  .ly_header_logo {
    width: 178px;
  }
}
.ly_header_logo > a {
  display: block;
}
.ly_header_logo > a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.ly_header_menu {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  width: 70px;
  aspect-ratio: 1;
  background-color: #9E332B;
}
.ly_header_menu > span {
  position: relative;
  display: block;
  width: 26px;
  height: 15px;
  background-image: linear-gradient(#fff 0%, #fff 100%);
  background-repeat: no-repeat;
  background-size: 26px 1px;
  background-position: bottom left;
  transition-property: width, background-size;
  transition-duration: 0.3s;
  transform: perspective(0);
}
.ly_header_menu > span:before, .ly_header_menu > span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: perspective(0);
  transition: transform 0.3s;
}
.ly_header_menu > span:before {
  top: 0;
  transform-origin: left center;
}
.ly_header_menu > span:after {
  top: calc(50% - 0.5px);
  transform-origin: center;
}
@media (max-width: 767px) {
  .ly_header_body {
    position: relative;
    display: none;
    width: 100%;
    height: calc(100% - 70px);
    padding: 40px 20px 100px;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: 0.3s;
    overflow-y: auto;
    z-index: 3;
  }
  .ly_header_body:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    pointer-events: none;
    z-index: 1;
    transform: perspective(0);
    transition-property: opacity, visibility;
    transition-duration: 0.3s;
  }
}
.ly_header_nav {
  display: flex;
  flex-direction: column-reverse;
}
@media not all and (max-width: 767px) {
  .ly_header_nav {
    align-items: flex-end;
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .ly_header_nav {
    position: relative;
    flex-direction: column;
    gap: 46px;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .ly_header_nav .gNav {
    width: 100%;
  }
}
.ly_header_nav .gNav ul {
  display: flex;
  gap: 34px 35px;
}
@media (max-width: 767px) {
  .ly_header_nav .gNav ul {
    flex-direction: column;
  }
}
.ly_header_nav .gNav ul > li > a {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.ly_header_nav .gNav ul > li > a .ttl {
  position: relative;
  transition-property: color, opacity;
  transition-duration: 0.3s;
}
@media not all and (max-width: 767px) {
  .ly_header_nav .gNav ul > li > a:focus-visible .ttl, :where([data-whatintent=mouse]) .ly_header_nav .gNav ul > li > a:hover .ttl {
    color: #9E332B;
  }
}
@media not all and (max-width: 767px) {
  .ly_header_nav .mainNav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 37px;
    min-height: 35px;
  }
}
.ly_header_nav .mainNav .contact {
  flex-shrink: 0;
}
.ly_header_nav .subNav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .ly_header_nav .subNav {
    flex-direction: column-reverse;
    gap: 35px;
  }
}
@media (max-width: 767px) {
  .ly_header_nav .subNav_wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
}
.ly_header_nav .subNav .fontSize {
  position: relative;
  display: flex;
  align-items: center;
  gap: 13px;
  padding-right: 25px;
  margin-right: 24px;
}
.ly_header_nav .subNav .fontSize:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 23px;
  background-color: #E3E1E1;
  transform: translateY(-50%);
}
.ly_header_nav .subNav .fontSize_hdg {
  display: block;
  font-size: 1.2rem;
  transition: color 0.3s;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.ly_header_nav .subNav .fontSize ul {
  display: flex;
  align-items: center;
  gap: 4px;
}
.ly_header_nav .subNav .fontSize ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 23px;
  border: 1px solid #6E6247;
  background-color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.3s;
}
.ly_header_nav .subNav .fontSize ul li:focus-visible, :where([data-whatintent=mouse]) .ly_header_nav .subNav .fontSize ul li:hover {
  background-color: #6E6247;
  color: #fff;
}
.ly_header_nav .subNav .fontSize ul li.is_current {
  background-color: #8B231B;
  border-color: #8B231B;
  color: #fff;
  pointer-events: none;
}
.ly_header_nav .subNav .snsNav {
  position: relative;
}
@media not all and (max-width: 767px) {
  .ly_header_nav .subNav .snsNav {
    padding-right: 25px;
    margin-right: 24px;
  }
  .ly_header_nav .subNav .snsNav:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 23px;
    background-color: #E3E1E1;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .ly_header_nav .subNav .snsNav {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
.ly_header_nav .subNav .snsNav_hdg {
  font-size: 1.2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.ly_header_nav .subNav .snsNav > ul {
  display: flex;
}
@media not all and (max-width: 767px) {
  .ly_header_nav .subNav .snsNav > ul {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .ly_header_nav .subNav .snsNav > ul {
    gap: 12px;
  }
}
.ly_header_nav .subNav .snsNav > ul > li {
  aspect-ratio: 1;
}
@media not all and (max-width: 767px) {
  .ly_header_nav .subNav .snsNav > ul > li {
    width: 25px;
  }
}
@media (max-width: 767px) {
  .ly_header_nav .subNav .snsNav > ul > li {
    width: 35px;
  }
}
.ly_header_nav .subNav .snsNav > ul > li > a {
  display: block;
}
.ly_header_nav .subNav .googleSearch {
  position: relative;
  min-width: 195px;
  height: 30px;
}
@media (max-width: 767px) {
  .ly_header_nav .subNav .googleSearch {
    width: 100%;
    height: 48px;
    margin: auto;
  }
}
.ly_header_nav .subNav .googleSearch form {
  width: 100%;
  height: 100%;
}
.ly_header_nav .subNav .googleSearch_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 3px 30px 3px 10px;
  background-position: left 9px top 60% !important;
  background-color: rgba(255, 255, 255, 0.81) !important;
  font-size: 1.6rem;
  line-height: 1;
  border: 1px solid #E3E1E1;
}
@media (max-width: 767px) {
  .ly_header_nav .subNav .googleSearch_text {
    padding-left: 10px;
    padding-right: 50px;
  }
}
.ly_header_nav .subNav .googleSearch_btn {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  place-content: center;
  height: 100%;
}
@media not all and (max-width: 767px) {
  .ly_header_nav .subNav .googleSearch_btn {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .ly_header_nav .subNav .googleSearch_btn {
    width: 50px;
  }
}
.ly_header_nav .subNav .googleSearch_btn img {
  z-index: 1;
}
@media not all and (max-width: 767px) {
  .ly_header_nav .subNav .googleSearch_btn img {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 767px) {
  .ly_header_nav .subNav .googleSearch_btn img {
    width: 20px;
    height: 20px;
  }
}
.ly_header_nav .contact > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background-color: #9E332B;
  line-height: 1.4;
  color: #fff;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px) {
  .ly_header_nav .contact > a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .ly_header_nav .contact > a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media not all and (max-width: 767px) {
  .ly_header_nav .contact > a {
    padding: 8px 15px 7px;
  }
}
@media (max-width: 767px) {
  .ly_header_nav .contact > a {
    padding: 16px 20px 14px;
    width: 100%;
  }
}
.ly_header_nav .contact > a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 12px;
  background-image: url(../images/icon/icon_mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.ly_header_nav .contact > a:focus-visible, :where([data-whatintent=mouse]) .ly_header_nav .contact > a:hover {
  background-color: #6E6247;
}
.ly_header.is_open {
  position: fixed;
}
.ly_header.is_open .ly_header_head {
  box-shadow: none;
}
.ly_header.is_open .ly_header_container {
  background-color: #FCFAF7;
}
.ly_header.is_open .ly_header_container:after {
  opacity: 0.08;
  visibility: visible;
}
.ly_header.is_open .ly_header_menu {
  background-color: #988E78;
}
.ly_header.is_open .ly_header_menu span {
  width: 26px;
  background-size: 0 1px;
}
.ly_header.is_open .ly_header_menu span:before {
  transform: translate(3.8076118446px, -2px) rotate(45deg);
}
.ly_header.is_open .ly_header_menu span:after {
  transform: rotate(-45deg);
}
.ly_header.is_open .ly_header_body {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.ly_header.is_open .ly_header_body:after {
  opacity: 0;
  visibility: hidden;
}

/**
 * Footer
 */
.ly_footer {
  position: relative;
  background-color: #100201;
  color: #fff;
}
@media not all and (max-width: 767px) {
  .ly_footer {
    padding-block: 74px 44px;
  }
}
@media (max-width: 767px) {
  .ly_footer {
    padding-block: 60px 30px;
  }
}
.ly_footer_inner {
  display: grid;
  row-gap: 50px;
}
@media not all and (max-width: 767px) {
  .ly_footer_inner {
    grid-template-columns: auto 1fr;
    grid-auto-flow: row;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (max-width: 767px) {
  .ly_footer_inner {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media not all and (max-width: 767px) {
  .ly_footer_head {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.ly_footer_logo {
  aspect-ratio: 55/13;
}
@media not all and (max-width: 767px) {
  .ly_footer_logo {
    margin-bottom: 40px;
    width: 220px;
  }
}
@media (max-width: 767px) {
  .ly_footer_logo {
    margin-bottom: 30px;
    width: 178px;
  }
}
.ly_footer_logo > a {
  display: block;
}
.ly_footer_logo > a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.ly_footer_address > address {
  margin-bottom: 20px;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
}
.ly_footer_telLink {
  font-size: 1.3rem;
  letter-spacing: 0.02em;
}
.ly_footer_telLink a {
  text-decoration: underline;
  text-underline-offset: 0.1em;
  transition: text-decoration-color 0.3s;
}
.ly_footer_telLink a:after {
  content: none;
  display: inline-block;
  margin-left: 7px;
  vertical-align: -0.2em;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.ly_footer_telLink a[target=_blank]:after {
  content: "";
  background-image: url(../images/icon/icon_windows.svg);
}
.ly_footer_telLink a[href$=".pdf"]:after {
  content: "";
  background-image: url(../images/icon/icon_pdf.png);
}
.ly_footer_telLink a[href$=".doc"]:after, .ly_footer_telLink a[href$=".docx"]:after, .ly_footer_telLink a[href$=".docm"]:after, .ly_footer_telLink a[href$=".dotx"]:after, .ly_footer_telLink a[href$=".dotm"]:after {
  content: "";
  background-image: url(../images/icon/icon_doc.png);
}
.ly_footer_telLink a[href$=".xls"]:after, .ly_footer_telLink a[href$=".xlsx"]:after, .ly_footer_telLink a[href$=".xlt"]:after, .ly_footer_telLink a[href$=".xml"]:after, .ly_footer_telLink a[href$=".xlsm"]:after, .ly_footer_telLink a[href$=".csv"]:after {
  content: "";
  background-image: url(../images/icon/icon_xls.png);
}
.ly_footer_telLink a[href$=".ppt"]:after, .ly_footer_telLink a[href$=".pptx"]:after, .ly_footer_telLink a[href$=".pptm"]:after {
  content: "";
  background-image: url(../images/icon/icon_ppt.png);
}
.ly_footer_telLink a:after {
  vertical-align: -0.35em;
  filter: brightness(0) invert(1);
}
.ly_footer_telLink a:focus-visible, :where([data-whatintent=mouse]) .ly_footer_telLink a:hover {
  text-decoration-color: transparent;
}
@media not all and (max-width: 767px) {
  .ly_footer_body {
    grid-column: 2/3;
    grid-row: 1/2;
    justify-self: flex-end;
  }
}
.ly_footer_nav > ul {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
}
@media not all and (max-width: 767px) {
  .ly_footer_nav > ul {
    row-gap: 35px;
  }
}
@media (max-width: 767px) {
  .ly_footer_nav > ul {
    row-gap: 20px;
  }
}
.ly_footer_nav > ul li {
  line-height: 1.4;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px) {
  .ly_footer_nav > ul li {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .ly_footer_nav > ul li {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media not all and (max-width: 767px) {
  .ly_footer_nav > ul li {
    min-width: 225px;
  }
}
@media (max-width: 767px) {
  .ly_footer_nav > ul li {
    font-weight: 500;
  }
}
.ly_footer_nav > ul li a {
  transition: opacity 0.3s;
}
.ly_footer_nav > ul li a:focus-visible, :where([data-whatintent=mouse]) .ly_footer_nav > ul li a:hover {
  opacity: 0.6;
}
.ly_footer_foot {
  display: grid;
  row-gap: 30px;
}
@media not all and (max-width: 767px) {
  .ly_footer_foot {
    grid-auto-flow: row;
    grid-column: span 2;
    grid-row: 2/3;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
@media (max-width: 767px) {
  .ly_footer_foot {
    grid-template-columns: minmax(0, 1fr);
    justify-content: center;
  }
}
.ly_footer_sns {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media not all and (max-width: 767px) {
  .ly_footer_sns {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media (max-width: 767px) {
  .ly_footer_sns {
    justify-self: center;
  }
}
.ly_footer_sns_hdg {
  font-size: 1.2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.ly_footer_sns > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.ly_footer_sns > ul > li {
  width: 25px;
  aspect-ratio: 1;
}
.ly_footer_sns > ul > li > a {
  display: block;
}
@media not all and (max-width: 767px) {
  .ly_footer_sub {
    grid-column: 2/3;
    grid-row: 1/2;
    justify-self: flex-end;
    padding-right: 60px;
  }
}
.ly_footer_sub > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media not all and (max-width: 767px) {
  .ly_footer_sub > ul {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .ly_footer_sub > ul {
    justify-content: center;
    gap: 10px 15px;
  }
}
.ly_footer_sub > ul li {
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}
@media not all and (max-width: 767px) {
  .ly_footer_sub > ul li:not(:first-child) {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .ly_footer_sub > ul li:not(:first-child) {
    padding-left: 15px;
  }
}
.ly_footer_sub > ul li:not(:first-child):before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
@media not all and (max-width: 767px) {
  .ly_footer_sub > ul li:not(:first-child):before {
    height: 17px;
  }
}
@media (max-width: 767px) {
  .ly_footer_sub > ul li:not(:first-child):before {
    height: 14px;
  }
}
.ly_footer_sub > ul li a {
  display: block;
  transition: opacity 0.3s;
}
.ly_footer_sub > ul li a:focus-visible, :where([data-whatintent=mouse]) .ly_footer_sub > ul li a:hover {
  opacity: 0.6;
}
.ly_footer_copy {
  opacity: 0.4;
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  text-align: center;
}
@media not all and (max-width: 767px) {
  .ly_footer_copy {
    grid-column: span 2;
    grid-row: 2/3;
    justify-self: center;
  }
}
.ly_footer_scrollTop {
  position: absolute;
}
@media not all and (max-width: 767px) {
  .ly_footer_scrollTop {
    bottom: 60px;
    right: min(57px, 4%);
    transform-origin: 100% 0;
    transform: translateY(100%) rotate(90deg);
  }
}
@media (max-width: 767px) {
  .ly_footer_scrollTop {
    top: 0;
    right: 21px;
    transform-origin: 0 0;
    transform: translateX(100%) rotate(90deg);
  }
}
.ly_footer_scrollTop > a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.ly_footer_scrollTop > a:focus-visible .txt, :where([data-whatintent=mouse]) .ly_footer_scrollTop > a:hover .txt {
  opacity: 0.6;
}
.ly_footer_scrollTop .scrollLine {
  position: relative;
  display: block;
  height: 5px;
  background-image: linear-gradient(transparent 2px, rgba(255, 255, 255, 0.3) 3px, transparent 4px);
  overflow: hidden;
}
@media not all and (max-width: 767px) {
  .ly_footer_scrollTop .scrollLine {
    width: 92px;
  }
}
@media (max-width: 767px) {
  .ly_footer_scrollTop .scrollLine {
    width: 81px;
  }
}
.ly_footer_scrollTop .scrollLine_line {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transform: translate(2.5px, -50%);
  animation: scrollLine 1.5s infinite both ease-in-out;
}
.ly_footer_scrollTop .scrollLine_line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.ly_footer_scrollTop .txt {
  line-height: 1.2;
  transition: opacity 0.3s;
}
@media not all and (max-width: 767px) {
  .ly_footer_scrollTop .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .ly_footer_scrollTop .txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/**
 * Block
 */
.bl_breadcrumb {
  position: relative;
  border-top: 1px solid #E3E1E1;
  border-bottom: 1px solid #E3E1E1;
}
@media not all and (max-width: 767px) {
  .bl_breadcrumb {
    padding-block: 13px 12px;
  }
}
@media (max-width: 767px) {
  .bl_breadcrumb {
    padding-block: 11px 10px;
  }
}
.bl_breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 8px;
  line-height: 1;
}
.bl_breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.bl_breadcrumb li:not(:first-child) {
  padding-left: 14.2px;
}
.bl_breadcrumb li:not(:first-child):before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0.7em;
  left: 0;
  width: 1px;
  height: 13px;
  background-color: #707070;
  transform-origin: left bottom;
  transform: translate(50%, -50%) rotate(24deg);
}
.bl_breadcrumb a {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition-property: text-decoration-color, color;
  transition-duration: 0.3s;
  color: #8B231B;
}
.bl_breadcrumb a:focus-visible, :where([data-whatintent=mouse]) .bl_breadcrumb a:hover {
  text-decoration-color: transparent;
}

.bl_sideNav .parent {
  border-top: 1px solid #E3E1E1;
  border-bottom: 1px solid #100201;
}
.bl_sideNav .parent .hdg {
  position: relative;
  z-index: 2;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px) {
  .bl_sideNav .parent .hdg {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .bl_sideNav .parent .hdg {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media not all and (max-width: 767px) {
  .bl_sideNav .parent .hdg {
    padding: 20px 30px 20px 20px;
  }
}
@media (max-width: 767px) {
  .bl_sideNav .parent .hdg {
    padding: 20px 22px;
  }
}
.bl_sideNav .parent .hdg > span {
  letter-spacing: 0.07em;
}
.bl_sideNav .parent a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.bl_sideNav .parent a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 1px);
  background-color: #F8F8F8;
  transform: scaleY(0);
  transform-origin: bottom;
}
@media not all and (max-width: 767px) {
  .bl_sideNav .parent a .hdg {
    padding: 20px 10px 20px 38px;
  }
}
@media (max-width: 767px) {
  .bl_sideNav .parent a .hdg {
    padding: 20px 5px 20px 38px;
  }
}
.bl_sideNav .parent a .hdg:before {
  content: "";
  position: absolute;
  top: calc(20px + 1em);
  left: 20px;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon/icon_link_wh.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.bl_sideNav .parent a:focus-visible:before, :where([data-whatintent=mouse]) .bl_sideNav .parent a:hover:before {
  animation: slideScaleY 0.3s ease-in-out both;
}
.bl_sideNav .parent a:focus-visible .hdg, :where([data-whatintent=mouse]) .bl_sideNav .parent a:hover .hdg {
  color: #9E332B;
}
.bl_sideNav .list .item a {
  position: relative;
  display: block;
  padding-left: 20px;
  border-bottom: 1px solid #E3E1E1;
  transition: color 0.3s;
}
@media not all and (max-width: 767px) {
  .bl_sideNav .list .item a {
    padding-block: 18px;
  }
}
@media (max-width: 767px) {
  .bl_sideNav .list .item a {
    padding-block: 15px;
  }
}
.bl_sideNav .list .item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 1px);
  background-color: #F8F8F8;
  transform: scaleY(0);
  transform-origin: bottom;
  z-index: 1;
}
.bl_sideNav .list .item a span {
  position: relative;
  z-index: 2;
}
.bl_sideNav .list .item a:focus-visible:before, :where([data-whatintent=mouse]) .bl_sideNav .list .item a:hover:before {
  animation: slideScaleY 0.3s ease-in-out both;
}
.bl_sideNav .list .item a:focus-visible span, :where([data-whatintent=mouse]) .bl_sideNav .list .item a:hover span {
  color: #9E332B;
}
.bl_sideNav .list .item a.is_current {
  font-weight: normal;
  color: #9E332B;
}
.bl_sideNav .list .item a.is_current span:after {
  content: "";
  position: absolute;
  top: 0.8em;
  left: -10px;
  width: 8px;
  height: 2px;
  background-color: currentColor;
  transform: translate(-50%, -50%);
}

.bl_titleBox {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 200px;
  padding-block: 55px;
  background-color: #FCFAF7;
}
@media not all and (max-width: 767px) {
  .bl_titleBox {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .bl_titleBox {
    margin-bottom: 50px;
  }
}
.bl_titleBox:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.08;
  background-image: url(../images/common/common_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0);
  background-blend-mode: overlay;
}
.bl_titleBox_inner {
  position: relative;
  z-index: 2;
}
.bl_titleBox:has(.bl_titleBox_bg) {
  align-items: flex-start;
}
@media not all and (max-width: 767px) {
  .bl_titleBox:has(.bl_titleBox_bg) {
    height: 375px;
    padding-block: 40px 30px;
  }
}
@media (max-width: 767px) {
  .bl_titleBox:has(.bl_titleBox_bg) {
    height: 250px;
    padding-block: 30px;
  }
}
.bl_titleBox:has(.bl_titleBox_bg):before {
  content: none;
}
.bl_titleBox:has(.bl_titleBox_bg) .el_articleHdg {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-combine-upright: digits 4;
  text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.42);
  letter-spacing: 0.15em;
  color: #fff;
  text-align: left;
}
@media not all and (max-width: 767px) {
  .bl_titleBox:has(.bl_titleBox_bg) .el_articleHdg {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .bl_titleBox:has(.bl_titleBox_bg) .el_articleHdg {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media not all and (max-width: 767px) {
  .bl_titleBox:has(.bl_titleBox_bg) .el_articleHdg {
    height: 305px;
  }
}
@media (max-width: 767px) {
  .bl_titleBox:has(.bl_titleBox_bg) .el_articleHdg {
    height: 190px;
  }
}
.bl_titleBox_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.bl_titleBox_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}
.bl_titleBox_bg:before, .bl_titleBox_bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  opacity: 0.08;
}
.bl_titleBox_bg:before {
  background: linear-gradient(to bottom, #1e2127 0%, rgba(16, 58, 74, 0.27) 100%);
  background-size: contain;
  z-index: 2;
}
.bl_titleBox_bg:after {
  background-image: url(../images/1_0/category-top_bg_01.png);
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.26);
  z-index: 1;
}

.bl_articleTtl .date {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media not all and (max-width: 767px) {
  .bl_articleTtl .date {
    margin-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .bl_articleTtl .date {
    margin-bottom: 10px;
  }
}
.bl_articleTtl .date time {
  display: block;
  font-family: "Crimson Text", serif;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #999;
}
@media not all and (max-width: 767px) {
  .bl_articleTtl .date time {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .bl_articleTtl .date time {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.bl_articleTtl .date .category {
  padding: 0 7px 1px;
  border: 1px solid currentColor;
  font-family: "Noto Sans JP", serif;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: var(--categoryColor);
}
@media not all and (max-width: 767px) {
  .bl_articleTtl .date .category {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .bl_articleTtl .date .category {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .bl_articleTtl .date .category {
    padding-block: 1px 2px;
  }
}
.bl_articleTtl .hdg {
  padding-block: 7px 9px;
  border-left: 6px solid #988E78;
  border-bottom: 1px solid #988E78;
  line-height: 1.5;
  color: #6E6247;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px) {
  .bl_articleTtl .hdg {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .bl_articleTtl .hdg {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media not all and (max-width: 767px) {
  .bl_articleTtl .hdg {
    margin-bottom: 44px;
    padding: 7px 0 9px 19px;
  }
}
@media (max-width: 767px) {
  .bl_articleTtl .hdg {
    margin-bottom: 36px;
    padding: 4px 0 10px 13px;
  }
}

/**
 * Element
 */
.el_articleHdg {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px) {
  .el_articleHdg {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .el_articleHdg {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.el_anchor:not(:first-child) {
  margin-top: var(--sizeM);
}
.el_anchor .inner {
  display: flex;
  flex-wrap: wrap;
}
@media not all and (max-width: 767px) {
  .el_anchor .inner {
    gap: 15px 20px;
  }
}
@media (max-width: 767px) {
  .el_anchor .inner {
    gap: 15px;
  }
}
.el_anchor .item {
  display: grid;
  align-items: center;
  min-height: 29px;
  border-left: 1px solid #E3E1E1;
}
.el_anchor .item:last-child {
  border-right: 1px solid #E3E1E1;
}
@media not all and (max-width: 767px) {
  .el_anchor .item:last-child {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .el_anchor .item:last-child {
    padding-right: 15px;
  }
}
@media not all and (max-width: 767px) {
  .el_anchor .item {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .el_anchor .item {
    padding-left: 15px;
  }
}
.el_anchor a {
  position: relative;
  padding-left: 13px;
  line-height: 1.4;
  color: #6E6247;
  transition: color 0.3s;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.el_anchor a:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0.7em;
  left: 0;
  margin-right: 5px;
  width: 8px;
  height: 7px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background-color: currentColor;
  transform: translateY(-50%);
}
.el_anchor a:focus-visible, :where([data-whatintent=mouse]) .el_anchor a:hover {
  color: #9E332B;
}

.el_hdg:not(:first-child) {
  margin-top: var(--sizeM);
}
.el_hdg:has(.primary):not(:first-child) {
  margin-top: var(--sizeL);
}
.el_hdg .primary {
  padding-block: 7px 9px;
  border-left: 6px solid #988E78;
  border-bottom: 1px solid #988E78;
  line-height: 1.5;
  color: #6E6247;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px) {
  .el_hdg .primary {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .el_hdg .primary {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media not all and (max-width: 767px) {
  .el_hdg .primary {
    margin-bottom: 44px;
    padding: 7px 0 9px 19px;
  }
}
@media (max-width: 767px) {
  .el_hdg .primary {
    margin-bottom: 36px;
    padding: 4px 0 10px 13px;
  }
}
.el_hdg .secondary {
  position: relative;
  padding-left: 27px;
  line-height: 1.6;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px) {
  .el_hdg .secondary {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .el_hdg .secondary {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.el_hdg .secondary:before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 12px;
  height: 4px;
  background-color: #9E332B;
  transform: translateY(-50%);
}
@media not all and (max-width: 767px) {
  .el_hdg .secondary {
    margin-bottom: 34px;
  }
}
@media (max-width: 767px) {
  .el_hdg .secondary {
    margin-bottom: 25px;
  }
}
.el_hdg .tertiary {
  margin-bottom: 20px;
  line-height: 1.6;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px) {
  .el_hdg .tertiary {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .el_hdg .tertiary {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.el_hdg + * {
  margin-top: 0 !important;
}
.el_hdg + .el_tablePattern_body {
  margin-top: 20px !important;
}
@media (max-width: 767px) {
  .el_hdg + .el_tablePattern_body {
    margin-top: 15px !important;
  }
}

.el_wysiwyg {
  letter-spacing: 0.03em;
}
.el_wysiwyg:not(:first-child) {
  margin-top: var(--sizeM);
}
.el_wysiwyg > *:not(:first-child) {
  margin-top: var(--sizeS);
}
.el_wysiwyg span {
  padding-inline: 3px;
  margin-inline: -3px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.el_wysiwyg ol {
  margin-left: 23px;
  counter-reset: list-counter;
}
.el_wysiwyg ol li {
  position: relative;
  counter-increment: list-counter;
}
.el_wysiwyg ol li:before {
  content: counter(list-counter) ".";
  position: absolute;
  top: 1em;
  left: -23px;
  font-family: "Crimson Text", serif;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
  transform: translateY(-50%);
}
.el_wysiwyg ul {
  margin-left: 14px;
}
.el_wysiwyg ul li {
  position: relative;
}
.el_wysiwyg ul li::before {
  content: "";
  position: absolute;
  top: 1em;
  left: -14px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #988E78;
  line-height: 1;
  transform: translateY(-50%);
}
.el_wysiwyg li {
  margin-top: 5px;
}
.el_wysiwyg li:first-child {
  margin-top: 0;
}
.el_wysiwyg a {
  color: #9E332B;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: text-decoration-color 0.3s;
}
.el_wysiwyg a:focus-visible, :where([data-whatintent=mouse]) .el_wysiwyg a:hover {
  text-decoration-color: transparent;
}
.el_wysiwyg .center {
  text-align: center;
}
.el_wysiwyg .right {
  text-align: right;
}
.el_wysiwyg table {
  width: 100%;
  border: 1px solid #E3E1E1;
  border-collapse: collapse;
  table-layout: fixed;
}
.el_wysiwyg table th {
  background-color: #F8F8F8;
  color: #6E6247;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px) {
  .el_wysiwyg table th {
    padding: 18px 16px 17px;
  }
}
@media (max-width: 767px) {
  .el_wysiwyg table th {
    padding: 15px;
  }
}
.el_wysiwyg table td {
  padding: 15px;
  background-color: #fff;
}
.el_wysiwyg table th,
.el_wysiwyg table td {
  border: 1px solid #E3E1E1;
  font-size: 1.4rem;
}
.el_wysiwyg table th:not([align]) {
  text-align: center;
}
.el_wysiwyg table td:not([align]) {
  text-align: left;
}
.el_wysiwyg table th:not([valign]),
.el_wysiwyg table td:not([valign]) {
  vertical-align: middle;
}

.el_txtImg:not(:first-child) {
  margin-top: var(--sizeM);
}
@media (max-width: 767px) {
  .el_txtImg {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.el_txtImg a:focus-visible .img img, :where([data-whatintent=mouse]) .el_txtImg a:hover .img img {
  transform: scale(1.1);
}
.el_txtImg figure {
  display: table;
}
.el_txtImg figure .img {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .el_txtImg figure .img {
    width: 100%;
  }
}
.el_txtImg figure .img img {
  height: auto;
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 767px) {
  .el_txtImg figure .img img {
    width: 100%;
  }
}
.el_txtImg figure figcaption {
  display: table-caption;
  caption-side: bottom;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media not all and (max-width: 767px) {
  .el_txtImg figure figcaption {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .el_txtImg figure figcaption {
    margin-top: 12px;
  }
}
.el_txtImg .el_wysiwyg {
  margin-top: 0;
}
.el_txtImg .el_wysiwyg ol,
.el_txtImg .el_wysiwyg ul {
  margin-left: 0;
  padding-left: 20px;
  overflow: hidden;
}
.el_txtImg .txt .hdg {
  overflow: hidden;
  position: relative;
  padding-left: 27px;
  line-height: 1.6;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px) {
  .el_txtImg .txt .hdg {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .el_txtImg .txt .hdg {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.el_txtImg .txt .hdg:before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 12px;
  height: 4px;
  background-color: #9E332B;
  transform: translateY(-50%);
}
@media not all and (max-width: 767px) {
  .el_txtImg .txt .hdg {
    margin-bottom: 34px;
  }
}
@media (max-width: 767px) {
  .el_txtImg .txt .hdg {
    margin-bottom: 25px;
  }
}
@media not all and (max-width: 767px) {
  .el_txtImg .txt .hdg {
    margin-bottom: 28px;
  }
}
@media not all and (max-width: 767px) {
  .el_txtImg-right::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media not all and (max-width: 767px) {
  .el_txtImg-right figure {
    float: right;
    width: var(--imgSize);
    margin-left: 40px;
    margin-bottom: 24px;
  }
  .el_txtImg-right figure .img {
    width: 100%;
  }
  .el_txtImg-right figure .img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .el_txtImg-right figure {
    width: 100%;
  }
}
@media not all and (max-width: 767px) {
  .el_txtImg-left::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media not all and (max-width: 767px) {
  .el_txtImg-left figure {
    float: left;
    width: var(--imgSize);
    margin-right: 40px;
    margin-bottom: 24px;
  }
  .el_txtImg-left figure .img {
    width: 100%;
  }
  .el_txtImg-left figure .img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .el_txtImg-left figure {
    width: 100%;
  }
}
.el_txtImg-center {
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
}
@media not all and (max-width: 767px) {
  .el_txtImg-center figure {
    margin: 0 auto;
    width: auto;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .el_txtImg-center figure {
    width: 100%;
  }
}

.el_linkList:not(:first-child) {
  margin-top: var(--sizeM);
}
.el_linkList a {
  color: #9E332B;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: text-decoration-color 0.3s;
}
.el_linkList a:focus-visible, :where([data-whatintent=mouse]) .el_linkList a:hover {
  text-decoration-color: transparent;
}
.el_linkList li {
  position: relative;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px) {
  .el_linkList li:not(:first-child) {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .el_linkList li:not(:first-child) {
    margin-top: 15px;
  }
}
.el_linkList li:before {
  content: "";
  position: absolute;
  top: 0.9em;
  left: -16px;
  border-radius: 50%;
  line-height: 1;
  transform: translate(-50%, -50%);
}
.el_linkList li:has(> a):before {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon/icon_link.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.el_linkList li:not(:has(> a)):before {
  width: 4px;
  height: 4px;
  background-color: #6E6247;
}
.el_linkList > ul > li {
  border-bottom: 1px solid #E3E1E1;
}
.el_linkList > ul > li:before {
  left: 10px;
}
.el_linkList > ul > li:has(> a) {
  padding-left: 27px;
}
.el_linkList > ul > li:not(:has(> a)) {
  padding-left: 19px;
}
@media not all and (max-width: 767px) {
  .el_linkList > ul > li {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .el_linkList > ul > li {
    padding-bottom: 15px;
  }
}
.el_linkList > ul > li > ul {
  margin-left: 27px;
}
@media not all and (max-width: 767px) {
  .el_linkList > ul > li > ul {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .el_linkList > ul > li > ul {
    margin-top: 15px;
  }
}
.el_linkList > ul > li > ul > li > ul {
  margin-left: 19px;
}
@media not all and (max-width: 767px) {
  .el_linkList > ul > li > ul > li > ul {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .el_linkList > ul > li > ul > li > ul {
    margin-top: 15px;
  }
}
.el_linkList-2col > ul {
  display: grid;
}
@media not all and (max-width: 767px) {
  .el_linkList-2col > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
@media (max-width: 767px) {
  .el_linkList-2col > ul {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media not all and (max-width: 767px) {
  .el_linkList-2col > ul > li:nth-child(-n+2) {
    margin-top: 0;
  }
}
.el_linkList-2col > ul > li li {
  margin-top: 15px;
}
.el_linkList-2col > ul > li li:first-child {
  margin-top: 0;
}

.el_annotation {
  position: relative;
  background-image: url(../images/common/common_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.65);
  background-blend-mode: overlay;
}
.el_annotation:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at left 0 top 0, #fff 15px, transparent 16px), radial-gradient(circle at right 0 top 0, #fff 15px, transparent 16px), radial-gradient(circle at left 0 bottom 0, #fff 15px, transparent 16px), radial-gradient(circle at right 0 bottom 0, #fff 15px, transparent 16px);
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}
.el_annotation:not(:first-child) {
  margin-top: var(--sizeM);
}
@media not all and (max-width: 767px) {
  .el_annotation {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .el_annotation {
    padding: 35px 20px;
  }
}
.el_annotation .el_txtImg {
  position: relative;
  margin-top: 0;
  z-index: 2;
}

.el_btn {
  display: grid;
}
.el_btn:not(:first-child) {
  margin-top: var(--sizeM);
}
@media not all and (max-width: 767px) {
  .el_btn {
    row-gap: 20px;
  }
}
@media (max-width: 767px) {
  .el_btn {
    row-gap: 16px;
  }
}
.el_btn .btn {
  display: grid;
  background-color: #fff;
}
.el_btn .btn a {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  border-top: 1px solid #E3E1E1;
  border-bottom: 1px solid #100201;
  background-image: linear-gradient(#F8F8F8 0%, #F8F8F8 100%);
  background-size: 100% 0%;
  box-sizing: border-box;
  transition: color 0.3s;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.el_btn .btn a span {
  position: relative;
  margin-block: -0.2em;
  z-index: 2;
}
.el_btn .btn a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 1px);
  background-color: #F8F8F8;
  z-index: 1;
  transform-origin: bottom;
  transform: scaleY(0);
  transition: transform 0.3s;
  pointer-events: none;
}
.el_btn .btn a:after {
  z-index: 3;
}
@media not all and (max-width: 767px) {
  .el_btn .btn a {
    padding: 23px 15px 20px;
  }
}
@media (max-width: 767px) {
  .el_btn .btn a {
    padding: 18px 12px 18px 10px;
  }
}
.el_btn .btn a:focus-visible, :where([data-whatintent=mouse]) .el_btn .btn a:hover {
  color: #9E332B;
}
.el_btn .btn a:focus-visible:before, :where([data-whatintent=mouse]) .el_btn .btn a:hover:before {
  animation: slideScaleY 0.3s ease-in-out both;
}
.el_btn-1col {
  grid-template-columns: 1fr;
}
.el_btn-2col {
  grid-template-columns: repeat(2, 1fr);
}
@media not all and (max-width: 767px) {
  .el_btn-2col {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media (max-width: 767px) {
  .el_btn-2col {
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}
@media not all and (max-width: 767px) {
  .el_btn-3col {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (max-width: 767px) {
  .el_btn-3col {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}
.el_btn-4col {
  -moz-column-gap: 15px;
  column-gap: 15px;
}
@media not all and (max-width: 767px) {
  .el_btn-4col {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .el_btn-4col {
    grid-template-columns: repeat(2, 1fr);
  }
}

.el_table:not(:first-child) {
  margin-top: var(--sizeM);
}
.el_table_body {
  margin-top: 10px;
}
.el_table .el_wysiwyg {
  margin-top: 0;
}
@media (max-width: 767px) {
  .el_table-scroll .el_table_body {
    overflow-x: scroll;
  }
  .el_table-scroll .el_table_body::-webkit-scrollbar {
    height: 8px;
    background-color: #E3E1E1;
    border-radius: 10px;
  }
  .el_table-scroll .el_table_body::-webkit-scrollbar-thumb {
    background-color: #b9b9b9;
    border-radius: 10px;
  }
  .el_table-scroll .el_table_body table {
    width: 800px;
  }
  .el_table-scroll .el_table_txt {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
}
.el_table:not(.el_table-scroll) .el_table_txt {
  display: none;
}

.el_img:not(:first-child) {
  margin-top: var(--sizeM);
}
.el_img .inner {
  display: grid;
}
@media not all and (max-width: 767px) {
  .el_img .inner {
    row-gap: 40px;
  }
}
@media (max-width: 767px) {
  .el_img .inner {
    row-gap: 32px;
  }
}
.el_img .inner .item {
  margin: 0 auto;
  width: 100%;
}
.el_img .inner .item figure {
  display: table;
  margin: 0 auto;
}
.el_img .inner .item figure .img {
  overflow: hidden;
}
.el_img .inner .item figure .img.rounded {
  border-radius: 10px;
}
.el_img .inner .item figure .img img {
  width: 100%;
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}
.el_img .inner .item figure .hdg {
  position: relative;
  display: table-caption;
  caption-side: bottom;
  transition: color 0.3s;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .el_img .inner .item figure .hdg {
    margin-top: 15px;
  }
}
.el_img .inner .item figure figcaption {
  display: table-caption;
  caption-side: bottom;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .el_img .inner .item figure figcaption {
    margin-top: 18px;
  }
}
.el_img .inner .item a {
  display: block;
}
.el_img .inner .item a figure .hdg:before {
  content: "";
  position: absolute;
  top: 0.95em;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon/icon_link_wh.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .el_img .inner .item a figure .hdg {
    padding-left: 25px;
  }
}
.el_img .inner .item a:focus-visible figure .img img, :where([data-whatintent=mouse]) .el_img .inner .item a:hover figure .img img {
  transform: scale(1.1);
}
.el_img .inner .item a:focus-visible figure .hdg, :where([data-whatintent=mouse]) .el_img .inner .item a:hover figure .hdg {
  color: #9E332B;
}
.el_img-1col .inner {
  grid-template-columns: 1fr;
}
@media not all and (max-width: 767px) {
  .el_img-1col .inner .item {
    width: -moz-fit-content;
    width: fit-content;
  }
  .el_img-1col .inner .item a figure .hdg {
    padding-left: 27px;
  }
}
.el_img-1col .inner .item figure .hdg {
  font-size: 1.8rem;
}
@media not all and (max-width: 767px) {
  .el_img-1col .inner .item figure .hdg {
    margin-top: 24px;
  }
}
@media not all and (max-width: 767px) {
  .el_img-1col .inner .item figure figcaption {
    margin-top: 23px;
  }
}
@media not all and (max-width: 767px) {
  .el_img-2col .inner {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 31px;
    column-gap: 31px;
  }
}
@media (max-width: 767px) {
  .el_img-2col .inner {
    grid-template-columns: 1fr;
  }
}
@media not all and (max-width: 767px) {
  .el_img-2col .inner .item a figure .hdg {
    padding-left: 27px;
  }
}
.el_img-2col .inner .item figure {
  width: 100%;
}
.el_img-2col .inner .item figure .hdg {
  font-size: 1.8rem;
}
@media not all and (max-width: 767px) {
  .el_img-2col .inner .item figure .hdg {
    margin-top: 20px;
  }
}
@media not all and (max-width: 767px) {
  .el_img-2col .inner .item figure figcaption {
    margin-top: 23px;
  }
}
@media not all and (max-width: 767px) {
  .el_img-3col .inner {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 19px;
    column-gap: 19px;
  }
}
@media (max-width: 767px) {
  .el_img-3col .inner {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}
@media not all and (max-width: 767px) {
  .el_img-3col .inner .item a figure .hdg {
    padding-left: 26px;
  }
}
.el_img-3col .inner .item figure {
  width: 100%;
}
@media not all and (max-width: 767px) {
  .el_img-3col .inner .item figure .hdg {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .el_img-3col .inner .item figure .hdg {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media not all and (max-width: 767px) {
  .el_img-3col .inner .item figure .hdg {
    margin-top: 15px;
  }
}
@media not all and (max-width: 767px) {
  .el_img-3col .inner .item figure figcaption {
    margin-top: 18px;
  }
}
@media not all and (max-width: 767px) {
  .el_img-4col .inner {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}
@media (max-width: 767px) {
  .el_img-4col .inner {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}
@media not all and (max-width: 767px) {
  .el_img-4col .inner .item a figure .hdg {
    padding-left: 25px;
  }
}
.el_img-4col .inner .item figure {
  width: 100%;
}
@media not all and (max-width: 767px) {
  .el_img-4col .inner .item figure .hdg {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .el_img-4col .inner .item figure .hdg {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media not all and (max-width: 767px) {
  .el_img-4col .inner .item figure .hdg {
    margin-top: 15px;
  }
}
@media not all and (max-width: 767px) {
  .el_img-4col .inner .item figure figcaption {
    margin-top: 18px;
  }
}

.el_movie:not(:first-child) {
  margin-top: var(--sizeM);
}
@media (max-width: 767px) {
  .el_movie {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.el_movie .select .youtube,
.el_movie .select .mp4 {
  overflow: hidden;
  cursor: pointer;
}
.el_movie .select .youtube {
  aspect-ratio: 16/9;
}
.el_movie .select .youtube iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .el_movie .select .mp4 {
    width: 100%;
  }
  .el_movie .select .mp4 video {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.el_movie .select .mp4 video {
  display: block;
  max-width: 100%;
}
.el_movie .el_wysiwyg {
  margin-top: 0;
}
.el_movie .el_wysiwyg ol,
.el_movie .el_wysiwyg ul {
  margin-left: 0;
  padding-left: 20px;
  overflow: hidden;
}
.el_movie .txt .hdg {
  overflow: hidden;
  position: relative;
  padding-left: 27px;
  line-height: 1.6;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px) {
  .el_movie .txt .hdg {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .el_movie .txt .hdg {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.el_movie .txt .hdg:before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 12px;
  height: 4px;
  background-color: #9E332B;
  transform: translateY(-50%);
}
@media not all and (max-width: 767px) {
  .el_movie .txt .hdg {
    margin-bottom: 34px;
  }
}
@media (max-width: 767px) {
  .el_movie .txt .hdg {
    margin-bottom: 25px;
  }
}
@media not all and (max-width: 767px) {
  .el_movie .txt .hdg {
    margin-bottom: 28px;
  }
}
@media not all and (max-width: 767px) {
  .el_movie-left::after, .el_movie-right::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media not all and (max-width: 767px) {
  .el_movie-left .select, .el_movie-right .select {
    margin-bottom: 40px;
    width: var(--imgSize);
  }
  .el_movie-left .select .mp4, .el_movie-right .select .mp4 {
    width: 100%;
  }
  .el_movie-left .select .mp4 video, .el_movie-right .select .mp4 video {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .el_movie-left .select, .el_movie-right .select {
    width: 100%;
  }
}
@media not all and (max-width: 767px) {
  .el_movie-left .select {
    float: left;
    margin-right: 40px;
  }
}
@media not all and (max-width: 767px) {
  .el_movie-right .select {
    float: right;
    margin-left: 40px;
  }
}
@media not all and (max-width: 767px) {
  .el_movie-center {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .el_movie-center .select {
    width: 100%;
  }
  .el_movie-center .select .youtube {
    margin: 0 auto;
    width: 61%;
  }
  .el_movie-center .select .mp4 {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }
}

.el_card:not(:first-child) {
  margin-top: var(--sizeM);
}
.el_card .inner {
  display: grid;
  row-gap: 30px;
}
.el_card .inner .item {
  display: grid;
  border-bottom: 1px solid #9E332B;
  overflow: hidden;
}
.el_card .inner .item:not(:has(a)) {
  grid-template-rows: max-content 1fr;
}
.el_card .inner .item > a {
  display: grid;
  grid-template-rows: max-content 1fr;
}
.el_card .inner .item > a .link {
  grid-template-columns: 1fr max-content;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.el_card .inner .item > a .link > span {
  position: relative;
  z-index: 2;
}
.el_card .inner .item > a .link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 1px);
  background-color: #fff;
  transform-origin: bottom;
  transform: scaleY(0);
  z-index: 1;
}
.el_card .inner .item > a .link:after {
  z-index: 3;
}
.el_card .inner .item > a:focus-visible .link, :where([data-whatintent=mouse]) .el_card .inner .item > a:hover .link {
  color: #9E332B;
}
.el_card .inner .item > a:focus-visible .link:before, :where([data-whatintent=mouse]) .el_card .inner .item > a:hover .link:before {
  animation: slideScaleY 0.3s ease-in-out both;
}
.el_card .inner .item .img {
  width: 100%;
  aspect-ratio: 5/3;
}
.el_card .inner .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.el_card .inner .item .link {
  position: relative;
  display: grid;
  align-items: center;
  background-color: #F8F8F8;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .el_card .inner .item .link {
    padding: 18px 15px 22px;
  }
}
@media not all and (max-width: 767px) {
  .el_card-2col .inner {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media (max-width: 767px) {
  .el_card-2col .inner {
    grid-template-columns: minmax(0, 1fr);
  }
}
.el_card-2col .inner .item .link {
  font-size: 1.8rem;
}
@media not all and (max-width: 767px) {
  .el_card-2col .inner .item .link {
    padding: 20px 15px 22px;
  }
}
@media not all and (max-width: 767px) {
  .el_card-3col .inner {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (max-width: 767px) {
  .el_card-3col .inner {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}
@media not all and (max-width: 767px) {
  .el_card-3col .inner .item .link {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .el_card-3col .inner .item .link {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media not all and (max-width: 767px) {
  .el_card-3col .inner .item .link {
    padding: 20px 15px 22px;
  }
}
@media not all and (max-width: 767px) {
  .el_card-4col .inner {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}
@media (max-width: 767px) {
  .el_card-4col .inner {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}
@media not all and (max-width: 767px) {
  .el_card-4col .inner .item .link {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .el_card-4col .inner .item .link {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media not all and (max-width: 767px) {
  .el_card-4col .inner .item .link {
    padding: 15px 15px 19px;
  }
}

.el_tablePattern:not(:first-child) {
  margin-top: var(--sizeM);
}
.el_tablePattern_txt {
  margin-bottom: 10px;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .el_tablePattern_body {
    overflow-x: scroll;
  }
  .el_tablePattern_body::-webkit-scrollbar {
    height: 8px;
    background-color: #E3E1E1;
    border-radius: 10px;
  }
  .el_tablePattern_body::-webkit-scrollbar-thumb {
    background-color: #b9b9b9;
    border-radius: 10px;
  }
}
.el_tablePattern_body table {
  width: 100%;
  border: 1px solid #E3E1E1;
  border-collapse: collapse;
}
@media (max-width: 767px) {
  .el_tablePattern_body table {
    width: 800px;
  }
}
.el_tablePattern_body table a {
  color: #9E332B;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: text-decoration-color 0.3s;
}
.el_tablePattern_body table a:focus-visible, :where([data-whatintent=mouse]) .el_tablePattern_body table a:hover {
  text-decoration-color: transparent;
}
.el_tablePattern_body table th {
  background-color: #F8F8F8;
  color: #6E6247;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px) {
  .el_tablePattern_body table th {
    padding: 18px 16px 17px;
  }
}
@media (max-width: 767px) {
  .el_tablePattern_body table th {
    padding: 15px;
  }
}
.el_tablePattern_body table td {
  padding: 15px;
  background-color: #fff;
}
.el_tablePattern_body table th,
.el_tablePattern_body table td {
  border: 1px solid #E3E1E1;
  vertical-align: middle;
  font-size: 1.4rem;
}
.el_tablePattern.pat1 table tbody tr > *:last-child {
  min-width: 200px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .el_tablePattern.pat1 table tbody tr > *:last-child {
    min-width: 154px;
  }
}
.el_tablePattern.pat2 table tbody tr > *:first-child, .el_tablePattern.pat2 table tbody tr > *:last-child {
  min-width: 200px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .el_tablePattern.pat2 table tbody tr > *:first-child, .el_tablePattern.pat2 table tbody tr > *:last-child {
    min-width: 154px;
  }
}
.el_tablePattern.pat3 table tbody tr > *:nth-child(2n) {
  min-width: 200px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .el_tablePattern.pat3 table tbody tr > *:nth-child(2n) {
    min-width: 154px;
  }
}
.el_tablePattern.pat4 table tbody tr > *:nth-child(2) {
  min-width: 200px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .el_tablePattern.pat4 table tbody tr > *:nth-child(2) {
    min-width: 154px;
  }
}

.el_news {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  row-gap: 30px;
}
.el_news:not(:first-child) {
  margin-top: var(--sizeM);
}
.el_news .item {
  position: relative;
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  padding-bottom: 15px;
  border-bottom: 1px solid #E3E1E1;
}
.el_news .item a {
  display: inherit;
  grid-template-columns: inherit;
  grid-column: inherit;
}
.el_news .item a:focus-visible article .ttl, :where([data-whatintent=mouse]) .el_news .item a:hover article .ttl {
  color: #9E332B;
}
.el_news .item article {
  display: inherit;
  grid-template-columns: inherit;
  grid-column: inherit;
}
.el_news .item article .date {
  display: inherit;
  grid-template-columns: inherit;
  grid-column: inherit;
  align-items: center;
  -moz-column-gap: 9px;
  column-gap: 9px;
  font-family: "Crimson Text", serif;
  line-height: 1.3;
}
@media not all and (max-width: 767px) {
  .el_news .item article .date {
    min-height: 20px;
  }
}
.el_news .item article .date .tags {
  display: flex;
  align-items: center;
  gap: 8px;
}
.el_news .item article .date time,
.el_news .item article .date .category,
.el_news .item article .date .new {
  display: inline-block;
}
.el_news .item article .date time {
  font-size: 1.2rem;
  color: #999;
}
.el_news .item article .date .category {
  padding: 0 7px 1px;
  border: 1px solid currentColor;
  font-family: "Noto Sans JP", serif;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: var(--categoryColor);
}
@media not all and (max-width: 767px) {
  .el_news .item article .date .category {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .el_news .item article .date .category {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .el_news .item article .date .category {
    padding-block: 1px 2px;
  }
}
.el_news .item article .date .new {
  padding: calc(1px + 0.05em) 8px calc(1px - 0.05em);
  background-color: #cf2727;
  line-height: 1.25;
  letter-spacing: 0.1em;
  color: #fff;
}
@media not all and (max-width: 767px) {
  .el_news .item article .date .new {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .el_news .item article .date .new {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .el_news .item article .date .new {
    padding-block: 3px 2px;
  }
}
.el_news .item article .ttl {
  grid-column: inherit;
  margin-top: 4px;
  font-size: 1.4rem;
  line-height: 1.4;
  transition: color 0.3s;
}
.el_news .item article .ttl .is_icon {
  margin-left: 5px;
}
.el_news .item article .ttl .is_icon:after {
  content: none;
}

.el_accordion {
  border-top: 1px solid #E3E1E1;
  border-bottom: 1px solid #100201;
  overflow: hidden;
}
.el_accordion:not(:first-child) {
  margin-top: var(--sizeM);
}
.el_accordion .title {
  position: relative;
  display: grid;
  grid-template-columns: 1fr max-content;
  row-gap: 10px;
  padding: 23px 45px 21px 15px;
  font-size: 1.5rem;
  background-color: #fff;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  cursor: pointer;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.el_accordion .title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 1px);
  background-color: #F8F8F8;
  transform: scaleY(0);
  transform-origin: bottom;
  z-index: 1;
}
.el_accordion .title .hdg {
  position: relative;
  line-height: 1.5;
  z-index: 2;
}
.el_accordion .title .iconBox {
  position: absolute;
  display: grid;
  top: calc(23px + 0.75em);
  right: 25px;
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #9E332B;
  transform: translate(50%, -50%);
  z-index: 3;
}
.el_accordion .title .iconBox:before, .el_accordion .title .iconBox:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 1px;
  background-color: #9E332B;
  transform-origin: center;
  transition: transform 0.3s;
}
.el_accordion .title .iconBox:before {
  transform: translate(-50%, -50%);
}
.el_accordion .title .iconBox:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.el_accordion .title.is_active {
  background: #F8F8F8;
}
.el_accordion .title.is_active .iconBox:after {
  transform: translate(-50%, -50%);
}
.el_accordion .title:focus-visible, :where([data-whatintent=mouse]) .el_accordion .title:hover {
  color: #9E332B;
}
.el_accordion .title:focus-visible:before, :where([data-whatintent=mouse]) .el_accordion .title:hover:before {
  animation: slideScaleY 0.3s ease-in-out both;
}
.el_accordion > .inner {
  display: none;
  background-color: #fff;
}
@media not all and (max-width: 767px) {
  .el_accordion > .inner {
    padding: 30px 15px 20px;
  }
}
@media (max-width: 767px) {
  .el_accordion > .inner {
    padding: 17px 10px 18px;
  }
}
.el_accordion + .el_accordion {
  margin-top: 0;
  border-top: none;
}

.el_clickableMap:not(:first-child) {
  margin-top: var(--sizeM);
}
.el_clickableMap .mapArea {
  position: relative;
}
@media not all and (max-width: 767px) {
  .el_clickableMap .mapArea {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 767px) {
  .el_clickableMap .mapArea {
    width: 100%;
  }
}
@media not all and (max-width: 767px) {
  .el_clickableMap .mapArea .map {
    width: auto;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .el_clickableMap .mapArea .map {
    width: 100%;
  }
}
.el_clickableMap .mapArea .pinList li a {
  position: absolute;
  display: grid;
  place-content: center;
  width: 30px;
  aspect-ratio: 1;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  background-color: #9E332B;
  border: 1px solid #9E332B;
  font-family: "Crimson Text", serif;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  cursor: pointer;
}
.el_clickableMap .mapArea .pinList li a span {
  margin-top: 0.1em;
}
.el_clickableMap .mapArea .pinList li a:focus-visible, :where([data-whatintent=mouse]) .el_clickableMap .mapArea .pinList li a:hover {
  background-color: #fff;
  color: #9E332B;
}

.el_carousel {
  position: relative;
}
.el_carousel:not(:first-child) {
  margin-top: var(--sizeM);
}
.el_carousel .swiper {
  position: relative;
  z-index: 0;
}
@media not all and (max-width: 767px) {
  .el_carousel .swiper {
    margin-inline: 30px;
  }
}
.el_carousel .swiper .swiper-wrapper {
  position: relative;
  z-index: 0;
}
.el_carousel .swiper .swiper-slide {
  width: 100%;
}
.el_carousel .swiper .swiper-slide .figure {
  width: 100%;
}
.el_carousel .swiper .swiper-slide .figure figure {
  display: table;
  width: 100%;
}
.el_carousel .swiper .swiper-slide .figure figure .img {
  width: 100%;
  overflow: hidden;
}
.el_carousel .swiper .swiper-slide .figure figure .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  transition: opacity 0.3s;
}
.el_carousel .swiper .swiper-slide .figure figure figcaption {
  display: table-caption;
  caption-side: bottom;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
@media not all and (max-width: 767px) {
  .el_carousel .swiper .swiper-slide .figure figure figcaption {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .el_carousel .swiper .swiper-slide .figure figure figcaption {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media not all and (max-width: 767px) {
  .el_carousel .swiper .swiper-slide .figure figure figcaption {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .el_carousel .swiper .swiper-slide .figure figure figcaption {
    margin-top: 12px;
  }
}
.el_carousel .swiper .swiper-slide .figure > a {
  display: block;
}
.el_carousel .swiper .swiper-slide .figure > a:focus-visible figure .img img, :where([data-whatintent=mouse]) .el_carousel .swiper .swiper-slide .figure > a:hover figure .img img {
  opacity: 0.65;
}
.el_carousel button {
  position: absolute;
  aspect-ratio: 1;
  border-radius: 50%;
}
@media not all and (max-width: 767px) {
  .el_carousel button {
    width: 55px;
  }
}
@media (max-width: 767px) {
  .el_carousel button {
    width: 36px;
  }
}
.el_carousel button .el_circle {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: currentColor;
  background-color: rgba(255, 255, 255, 0.9);
  border-color: #100201;
  color: #100201;
  transition-property: background-color, color;
  transition-duration: 0.3s;
}
.el_carousel button .el_circle .icon .fill {
  fill: currentColor;
}
.el_carousel button .el_circle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 10.5px;
  background-color: currentColor;
  -webkit-mask-image: url(../images/icon/icon_arw.svg);
  mask-image: url(../images/icon/icon_arw.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
@media not all and (max-width: 767px) {
  .el_carousel button .el_circle:before {
    width: 10.5px;
    height: 11px;
  }
}
@media (max-width: 767px) {
  .el_carousel button .el_circle:before {
    width: 6.9px;
    height: 7.2px;
  }
}
.el_carousel button.prev {
  left: 0;
  z-index: 1;
}
@media not all and (max-width: 767px) {
  .el_carousel button.prev {
    transform: translateY(-50%) scale(-1, 1);
  }
}
@media (max-width: 767px) {
  .el_carousel button.prev {
    transform: translate(-25%, -50%) scale(-1, 1);
  }
}
.el_carousel button.next {
  right: 0;
  z-index: 2;
}
@media not all and (max-width: 767px) {
  .el_carousel button.next {
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .el_carousel button.next {
    transform: translate(25%, -50%);
  }
}
.el_carousel button:focus-visible .el_circle, :where([data-whatintent=mouse]) .el_carousel button:hover .el_circle {
  background-color: #100201;
  color: #fff;
}
.el_carousel .pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: static;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media not all and (max-width: 767px) {
  .el_carousel .pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    padding-top: 35px;
  }
}
@media (max-width: 767px) {
  .el_carousel .pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    padding-top: 20px;
  }
}
.el_carousel .pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  border: 1px solid #988E78;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  transition: background-color 0.3s;
}
@media not all and (max-width: 767px) {
  .el_carousel .pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 767px) {
  .el_carousel .pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.el_carousel .pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background-color: #988E78;
}
.el_carousel .pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet:focus-visible, :where([data-whatintent=mouse]) .el_carousel .pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet:hover {
  background-color: #988E78;
}
@media (max-width: 767px) {
  .el_carousel_sm {
    margin-inline: -20px;
    width: calc(100% + 40px);
    overflow: hidden;
  }
  .el_carousel_sm button.prev {
    left: 20px;
  }
  .el_carousel_sm button.next {
    right: 20px;
  }
}
@media not all and (max-width: 767px) {
  .el_carousel_sm .swiper .swiper-slide {
    margin-right: 25px;
    width: calc((100% - 50px) / 3);
  }
  .el_carousel_sm .swiper .swiper-slide:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .el_carousel_sm .swiper .swiper-slide {
    width: 100%;
  }
  .el_carousel_sm .swiper .swiper-slide:only-child {
    margin: 0 auto;
    width: 80.266667%;
  }
}

.el_map:not(:first-child) {
  margin-top: var(--sizeM);
}

.el_iconBtn:not(:first-child) {
  margin-top: var(--sizeM);
}
.el_iconBtn .inner {
  display: grid;
}
@media (max-width: 767px) {
  .el_iconBtn .inner {
    grid-template-columns: minmax(0, 1fr);
  }
}
.el_iconBtn .inner .item {
  display: grid;
}
.el_iconBtn .inner .item > a {
  position: relative;
  display: grid;
  align-items: center;
  border-top: 1px solid #E3E1E1;
  border-bottom: 1px solid #100201;
  background-color: #fff;
  transition: background-color 0.3s;
}
@media (max-width: 767px) {
  .el_iconBtn .inner .item > a {
    grid-template-columns: 29.451% 1fr;
    -moz-column-gap: 15px;
    column-gap: 15px;
    padding: 12px 18px 12px 10px;
  }
}
.el_iconBtn .inner .item > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 1px);
  background-color: #F8F8F8;
  transform: scaleY(0);
  transform-origin: bottom;
  z-index: 1;
}
.el_iconBtn .inner .item > a .img {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  z-index: 2;
}
.el_iconBtn .inner .item > a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.el_iconBtn .inner .item > a .link {
  position: relative;
  display: grid;
  grid-template-columns: 1fr max-content;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  line-height: 1.6;
  transition: color 0.3s;
  z-index: 3;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .el_iconBtn .inner .item > a .link {
    font-size: 1.6rem;
  }
}
.el_iconBtn .inner .item > a:focus-visible:before, :where([data-whatintent=mouse]) .el_iconBtn .inner .item > a:hover:before {
  animation: slideScaleY 0.3s ease-in-out both;
}
.el_iconBtn .inner .item > a:focus-visible .link, :where([data-whatintent=mouse]) .el_iconBtn .inner .item > a:hover .link {
  color: #9E332B;
}
@media (max-width: 767px) {
  .el_iconBtn .inner .item:not(:first-child) > a {
    border-top: none;
  }
}
@media not all and (max-width: 767px) {
  .el_iconBtn-2col .inner {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .el_iconBtn-2col .inner .item > a {
    grid-template-columns: var(--thumbSizeL) 1fr;
    -moz-column-gap: 15px;
    column-gap: 15px;
    padding: 12px 15px 13px 10px;
  }
  .el_iconBtn-2col .inner .item > a .link {
    font-size: 1.8rem;
  }
  .el_iconBtn-2col .inner .item:nth-child(n+3) > a {
    border-top: none;
  }
}
@media not all and (max-width: 767px) {
  .el_iconBtn-3col .inner {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .el_iconBtn-3col .inner .item > a {
    grid-template-columns: var(--thumbSizeM) 1fr;
    -moz-column-gap: var(--columnGapCol4);
    column-gap: var(--columnGapCol4);
    padding: 12px 15px 13px 10px;
  }
  .el_iconBtn-3col .inner .item > a .link {
    -moz-column-gap: 12px;
    column-gap: 12px;
    font-size: 1.5rem;
  }
  .el_iconBtn-3col .inner .item:nth-child(n+4) > a {
    border-top: none;
  }
}
@media not all and (max-width: 767px) {
  .el_iconBtn-4col .inner {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .el_iconBtn-4col .inner .item > a {
    grid-template-columns: var(--thumbSizeS) 1fr;
    -moz-column-gap: var(--columnGapCol4);
    column-gap: var(--columnGapCol4);
    padding: 10px 15px 11px 10px;
  }
  .el_iconBtn-4col .inner .item > a .link {
    -moz-column-gap: 6px;
    column-gap: 6px;
    font-size: 1.4rem;
  }
  .el_iconBtn-4col .inner .item:nth-child(n+5) > a {
    border-top: none;
  }
}

.el_wysiwyg a:after,
.el_linkList a:after {
  content: none;
  display: inline-block;
  margin-left: 7px;
  vertical-align: -0.2em;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.el_wysiwyg a[target=_blank]:after,
.el_linkList a[target=_blank]:after {
  content: "";
  background-image: url(../images/icon/icon_windows.svg);
}
.el_wysiwyg a[href$=".pdf"]:after,
.el_linkList a[href$=".pdf"]:after {
  content: "";
  background-image: url(../images/icon/icon_pdf.png);
}
.el_wysiwyg a[href$=".doc"]:after, .el_wysiwyg a[href$=".docx"]:after, .el_wysiwyg a[href$=".docm"]:after, .el_wysiwyg a[href$=".dotx"]:after, .el_wysiwyg a[href$=".dotm"]:after,
.el_linkList a[href$=".doc"]:after,
.el_linkList a[href$=".docx"]:after,
.el_linkList a[href$=".docm"]:after,
.el_linkList a[href$=".dotx"]:after,
.el_linkList a[href$=".dotm"]:after {
  content: "";
  background-image: url(../images/icon/icon_doc.png);
}
.el_wysiwyg a[href$=".xls"]:after, .el_wysiwyg a[href$=".xlsx"]:after, .el_wysiwyg a[href$=".xlt"]:after, .el_wysiwyg a[href$=".xml"]:after, .el_wysiwyg a[href$=".xlsm"]:after, .el_wysiwyg a[href$=".csv"]:after,
.el_linkList a[href$=".xls"]:after,
.el_linkList a[href$=".xlsx"]:after,
.el_linkList a[href$=".xlt"]:after,
.el_linkList a[href$=".xml"]:after,
.el_linkList a[href$=".xlsm"]:after,
.el_linkList a[href$=".csv"]:after {
  content: "";
  background-image: url(../images/icon/icon_xls.png);
}
.el_wysiwyg a[href$=".ppt"]:after, .el_wysiwyg a[href$=".pptx"]:after, .el_wysiwyg a[href$=".pptm"]:after,
.el_linkList a[href$=".ppt"]:after,
.el_linkList a[href$=".pptx"]:after,
.el_linkList a[href$=".pptm"]:after {
  content: "";
  background-image: url(../images/icon/icon_ppt.png);
}

.el_btn a:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon/icon_link.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.el_btn a[target=_blank]:after {
  background-image: url(../images/icon/icon_windows.svg);
}
.el_btn a[href$=".pdf"]:after {
  background-image: url(../images/icon/icon_pdf.png);
}
.el_btn a[href$=".doc"]:after, .el_btn a[href$=".docx"]:after, .el_btn a[href$=".docm"]:after, .el_btn a[href$=".dotx"]:after, .el_btn a[href$=".dotm"]:after {
  background-image: url(../images/icon/icon_doc.png);
}
.el_btn a[href$=".xls"]:after, .el_btn a[href$=".xlsx"]:after, .el_btn a[href$=".xlt"]:after, .el_btn a[href$=".xml"]:after, .el_btn a[href$=".xlsm"]:after, .el_btn a[href$=".csv"]:after {
  background-image: url(../images/icon/icon_xls.png);
}
.el_btn a[href$=".ppt"]:after, .el_btn a[href$=".pptx"]:after, .el_btn a[href$=".pptm"]:after {
  background-image: url(../images/icon/icon_ppt.png);
}

.el_card a .link:after,
.el_iconBtn a .link:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon/icon_link_wh.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.el_card a[target=_blank] .link:after,
.el_iconBtn a[target=_blank] .link:after {
  background-image: url(../images/icon/icon_windows.svg);
}
.el_card a[href$=".pdf"] .link:after,
.el_iconBtn a[href$=".pdf"] .link:after {
  background-image: url(../images/icon/icon_pdf.png);
}
.el_card a[href$=".doc"] .link:after, .el_card a[href$=".docx"] .link:after, .el_card a[href$=".docm"] .link:after, .el_card a[href$=".dotx"] .link:after, .el_card a[href$=".dotm"] .link:after,
.el_iconBtn a[href$=".doc"] .link:after,
.el_iconBtn a[href$=".docx"] .link:after,
.el_iconBtn a[href$=".docm"] .link:after,
.el_iconBtn a[href$=".dotx"] .link:after,
.el_iconBtn a[href$=".dotm"] .link:after {
  background-image: url(../images/icon/icon_doc.png);
}
.el_card a[href$=".xls"] .link:after, .el_card a[href$=".xlsx"] .link:after, .el_card a[href$=".xlt"] .link:after, .el_card a[href$=".xml"] .link:after, .el_card a[href$=".xlsm"] .link:after, .el_card a[href$=".csv"] .link:after,
.el_iconBtn a[href$=".xls"] .link:after,
.el_iconBtn a[href$=".xlsx"] .link:after,
.el_iconBtn a[href$=".xlt"] .link:after,
.el_iconBtn a[href$=".xml"] .link:after,
.el_iconBtn a[href$=".xlsm"] .link:after,
.el_iconBtn a[href$=".csv"] .link:after {
  background-image: url(../images/icon/icon_xls.png);
}
.el_card a[href$=".ppt"] .link:after, .el_card a[href$=".pptx"] .link:after, .el_card a[href$=".pptm"] .link:after,
.el_iconBtn a[href$=".ppt"] .link:after,
.el_iconBtn a[href$=".pptx"] .link:after,
.el_iconBtn a[href$=".pptm"] .link:after {
  background-image: url(../images/icon/icon_ppt.png);
}

.el_news a article .ttl span:after {
  content: none;
  display: inline-block;
  margin-left: 5px;
  vertical-align: -0.25em;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.el_news a[target=_blank] article .ttl span:after {
  content: "";
  background-image: url(../images/icon/icon_windows.svg);
}
.el_news a[href$=".pdf"] article .ttl span:after {
  content: "";
  background-image: url(../images/icon/icon_pdf.png);
}
.el_news a[href$=".doc"] article .ttl span:after, .el_news a[href$=".docx"] article .ttl span:after, .el_news a[href$=".docm"] article .ttl span:after, .el_news a[href$=".dotx"] article .ttl span:after, .el_news a[href$=".dotm"] article .ttl span:after {
  content: "";
  background-image: url(../images/icon/icon_doc.png);
}
.el_news a[href$=".xls"] article .ttl span:after, .el_news a[href$=".xlsx"] article .ttl span:after, .el_news a[href$=".xlt"] article .ttl span:after, .el_news a[href$=".xml"] article .ttl span:after, .el_news a[href$=".xlsm"] article .ttl span:after, .el_news a[href$=".csv"] article .ttl span:after {
  content: "";
  background-image: url(../images/icon/icon_xls.png);
}
.el_news a[href$=".ppt"] article .ttl span:after, .el_news a[href$=".pptx"] article .ttl span:after, .el_news a[href$=".pptm"] article .ttl span:after {
  content: "";
  background-image: url(../images/icon/icon_ppt.png);
}

.el_tablePattern a:after {
  content: none;
  display: inline-block;
  margin-left: 7px;
  vertical-align: -0.2em;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.el_tablePattern a[target=_blank]:after {
  content: "";
  background-image: url(../images/icon/icon_windows.svg);
}
.el_tablePattern a[href$=".pdf"]:after {
  content: "";
  background-image: url(../images/icon/icon_pdf.png);
}

/**
 * Unique
 */
/**
 * Helper
 */
@media (max-width: 767px) {
  .hp_pcOnly {
    display: none !important;
  }
}

@media not all and (max-width: 767px) {
  .hp_spOnly {
    display: none !important;
  }
}

/**
 * Page
 */
.tp_0_0:not(.tp_0_1) .ly_contents {
  padding-bottom: 0;
}
.tp_0_0 .mvSect {
  container-type: size;
  container-name: mv-sect;
  position: relative;
  width: 100%;
  height: auto;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .mvSect {
    aspect-ratio: 1440/646;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .mvSect {
    aspect-ratio: 375/400;
  }
}
.tp_0_0 .mvSect_slides {
  position: relative;
  height: 100%;
  z-index: 1;
}
.tp_0_0 .mvSect_slide {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tp_0_0 .mvSect_slide:not(:has(.mvSect_wrapper:nth-child(2))) {
  grid-template-columns: minmax(0, 1fr);
}
.tp_0_0 .mvSect_wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  height: 100cqh;
  z-index: 1;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .mvSect_wrapper {
    padding-block: 51px 100px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .mvSect_wrapper {
    padding-block: 38px 58px;
  }
}
.tp_0_0 .mvSect_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.tp_0_0 .mvSect_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tp_0_0 .mvSect_bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#1e2127 0%, rgba(16, 58, 74, 0.27) 100%);
  opacity: 0.23;
}
.tp_0_0 .mvSect_copy {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-combine-upright: digits 4;
  color: #fff;
  z-index: 2;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .mvSect_copy {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .mvSect_copy {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media not all and (max-width: 767px) {
  .tp_0_0 .mvSect_copy > span {
    letter-spacing: 0.23em;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .mvSect_copy > span {
    letter-spacing: 0.32em;
  }
}
.tp_0_0 .mvSect_copy:after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 1px;
  background-color: currentColor;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .mvSect_copy:after {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .mvSect_copy:after {
    height: 40px;
  }
}
.tp_0_0 .mvSect_caption {
  position: absolute;
  bottom: 16px;
  right: 32px;
  padding: 10px 10px 9px;
  line-height: 1.4;
  color: #fff;
  z-index: 2;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .mvSect_caption {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .mvSect_caption {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media not all and (max-width: 767px) {
  .tp_0_0 .mvSect_caption {
    bottom: 16px;
    right: 32px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .mvSect_caption {
    bottom: 0;
    right: 0;
  }
}
.tp_0_0 .mvSect_scrollLine {
  --circleSize: 7px;
  position: absolute;
  bottom: 89px;
  right: 59px;
  transform-origin: 100% 0;
  transform: translateY(100%) rotate(90deg);
  z-index: 2;
}
.tp_0_0 .mvSect_scrollLine > a {
  display: flex;
  align-items: center;
  gap: 22px;
}
.tp_0_0 .mvSect_scrollLine > a:focus-visible .txt, :where([data-whatintent=mouse]) .tp_0_0 .mvSect_scrollLine > a:hover .txt {
  opacity: 0.6;
}
.tp_0_0 .mvSect_scrollLine .scrollLine {
  position: relative;
  display: block;
  width: 110px;
  height: 5px;
  background-image: linear-gradient(transparent 2px, rgba(255, 255, 255, 0.3) 3px, transparent 4px);
  overflow: hidden;
}
.tp_0_0 .mvSect_scrollLine .scrollLine_line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transform: translate(-3.5px, -50%);
  animation: scrollLine 1.5s infinite both ease-in-out;
}
.tp_0_0 .mvSect_scrollLine .scrollLine_line:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
  transform: translate(50%, -50%);
}
.tp_0_0 .mvSect_scrollLine .txt {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #fff;
  transition: opacity 0.3s;
}
.tp_0_0 .contentLinkArea {
  position: relative;
  background-image: url(../images/common/common_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.65);
  background-blend-mode: overlay;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .contentLinkArea {
    padding-block: 60px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .contentLinkArea {
    padding-block: 40px;
  }
}
.tp_0_0 .contentLinkArea ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 27px;
  column-gap: 27px;
  row-gap: 20px;
}
@media (max-width: 767px) {
  .tp_0_0 .contentLinkArea ul {
    grid-template-columns: minmax(0, 1fr);
  }
}
.tp_0_0 .contentLinkArea a {
  position: relative;
  display: grid;
  place-content: center;
  min-height: 110px;
  padding-inline: 48px;
  background-image: url(../images/0_0/home_contentlinkarea_bg.svg);
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: #8B231B;
  clip-path: polygon(12px 0%, calc(100% - 12px) 0%, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0% calc(100% - 12px), 0% 12px);
  color: #fff;
  text-align: center;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .contentLinkArea a {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .contentLinkArea a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .contentLinkArea a {
    min-height: 75px;
  }
}
.tp_0_0 .contentLinkArea a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon/icon_link_reverse.svg);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: box-shadow 0.3s;
}
.tp_0_0 .contentLinkArea a:focus-visible, :where([data-whatintent=mouse]) .tp_0_0 .contentLinkArea a:hover {
  background-color: #fff;
  color: #8B231B;
}
.tp_0_0 .contentLinkArea a:focus-visible:before, :where([data-whatintent=mouse]) .tp_0_0 .contentLinkArea a:hover:before {
  opacity: 0;
  visibility: hidden;
}
.tp_0_0 .contentLinkArea a:focus-visible:after, :where([data-whatintent=mouse]) .tp_0_0 .contentLinkArea a:hover:after {
  box-shadow: inset 0 0 0 1px #8B231B;
}
.tp_0_0 .newsSect {
  position: relative;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .newsSect {
    padding-block: 131px 149px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .newsSect {
    padding-block: 60px 72px;
  }
}
.tp_0_0 .newsSect:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  aspect-ratio: 378/294;
  background-image: url(../images/0_0/home_bg_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .newsSect:before {
    width: 378px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .newsSect:before {
    width: 42.6666666667%;
  }
}
.tp_0_0 .newsSect:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 509px;
  height: 332px;
  background-image: url(../images/0_0/home_bg_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media (max-width: 767px) {
  .tp_0_0 .newsSect:after {
    content: none;
  }
}
.tp_0_0 .newsSect > .ly_container {
  position: relative;
}
.tp_0_0 .newsSect_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 50px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}
@media (max-width: 767px) {
  .tp_0_0 .newsSect_inner {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 40px;
  }
}
@media not all and (max-width: 767px) {
  .tp_0_0 .newsSect_item:first-child {
    grid-row: span 2;
  }
}
.tp_0_0 .newsSect_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .tp_0_0 .newsSect_head {
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 15px;
  }
}
.tp_0_0 .newsSect_hdg {
  display: flex;
  align-items: center;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .newsSect_hdg {
    gap: 0 20px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .newsSect_hdg {
    gap: 0 10px;
  }
}
.tp_0_0 .newsSect_hdg .ja {
  flex-shrink: 0;
  line-height: 1.5;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .newsSect_hdg .ja {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .newsSect_hdg .ja {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.tp_0_0 .newsSect_hdg .en {
  font-size: 1.4rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .tp_0_0 .newsSect_hdg .en {
    margin-top: 0.5em;
  }
}
.tp_0_0 .newsSect_btn {
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: 1px solid #555;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .newsSect_btn {
    padding-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .newsSect_btn {
    padding-bottom: 5px;
    margin-left: auto;
  }
}
.tp_0_0 .newsSect_btn > a {
  display: flex;
  align-items: center;
  gap: 0 5px;
  line-height: 1.5;
  transition: color 0.3s;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .newsSect_btn > a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .newsSect_btn > a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.tp_0_0 .newsSect_btn > a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon/icon_link_wh.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.tp_0_0 .newsSect_btn > a:focus-visible, :where([data-whatintent=mouse]) .tp_0_0 .newsSect_btn > a:hover {
  color: #8B231B;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .newsSect_body {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .newsSect_body {
    margin-top: 18px;
  }
}
.tp_0_0 .newsSect_body .el_news {
  row-gap: 18px;
}
.tp_0_0 .facilitySect {
  position: relative;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .facilitySect {
    min-height: 690px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .facilitySect {
    padding-bottom: 60px;
  }
}
.tp_0_0 .facilitySect:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1132px;
  aspect-ratio: 1132/690;
  background-image: url(../images/0_0/home_facility_bg_01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .tp_0_0 .facilitySect:before {
    width: 86.1333333333%;
    height: 100%;
    aspect-ratio: unset;
  }
}
.tp_0_0 .facilitySect:after {
  content: "";
  position: absolute;
  top: 252px;
  right: 0;
  width: 797px;
  aspect-ratio: 797/438;
  background-image: url(../images/0_0/home_facility_bg_02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .tp_0_0 .facilitySect:after {
    top: 148px;
    width: 70.4%;
    height: calc(100% - 148px);
    aspect-ratio: unset;
  }
}
.tp_0_0 .facilitySect_head {
  position: relative;
  display: grid;
  z-index: 2;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .facilitySect_head {
    grid-template-columns: 1fr auto;
    padding-block: 141px 57px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .facilitySect_head {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 20px;
    padding-block: 74px 48px;
  }
}
.tp_0_0 .facilitySect_wrapper {
  order: 2;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .facilitySect_wrapper {
    writing-mode: vertical-rl;
    padding-bottom: 36.5px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .facilitySect_wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }
}
.tp_0_0 .facilitySect_hdg {
  display: flex;
  align-items: center;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .facilitySect_hdg {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .facilitySect_hdg {
    gap: 10px;
  }
}
.tp_0_0 .facilitySect_hdg .ja {
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .facilitySect_hdg .ja {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .facilitySect_hdg .ja {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.tp_0_0 .facilitySect_hdg .en {
  margin-top: 0.5em;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .facilitySect_hdg .en {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .facilitySect_hdg .en {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.tp_0_0 .facilitySect_btn {
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: 1px solid #555;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .facilitySect_btn {
    padding-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .facilitySect_btn {
    padding-bottom: 5px;
    margin-left: auto;
  }
}
.tp_0_0 .facilitySect_btn > a {
  display: flex;
  align-items: center;
  gap: 0 5px;
  line-height: 1.5;
  transition: color 0.3s;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .facilitySect_btn > a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .facilitySect_btn > a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.tp_0_0 .facilitySect_btn > a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon/icon_link_wh.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.tp_0_0 .facilitySect_btn > a:focus-visible, :where([data-whatintent=mouse]) .tp_0_0 .facilitySect_btn > a:hover {
  color: #8B231B;
}
.tp_0_0 .facilitySect_img {
  order: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tp_0_0 .facilitySect_img {
    margin-left: -20px;
    width: 100vw;
    height: auto;
    aspect-ratio: 375/188;
  }
}
.tp_0_0 .facilitySect_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tp_0_0 .facilitySect_body {
  position: relative;
  z-index: 1;
}
.tp_0_0 .facilitySect_list {
  position: relative;
  display: grid;
  row-gap: 40px;
  z-index: 2;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .facilitySect_list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .facilitySect_list {
    grid-template-columns: minmax(0, 1fr);
  }
}
.tp_0_0 .facilitySect_item > a, .tp_0_0 .facilitySect_item:not(:has(> a)) {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
@media not all and (max-width: 767px) {
  .tp_0_0 .facilitySect_item > a, .tp_0_0 .facilitySect_item:not(:has(> a)) {
    row-gap: 16px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .facilitySect_item > a, .tp_0_0 .facilitySect_item:not(:has(> a)) {
    row-gap: 13px;
  }
}
.tp_0_0 .facilitySect_item > a:focus-visible .facilitySect_thumb img, :where([data-whatintent=mouse]) .tp_0_0 .facilitySect_item > a:hover .facilitySect_thumb img {
  transform: scale(1.1);
}
.tp_0_0 .facilitySect_item > a:focus-visible .facilitySect_ttl, :where([data-whatintent=mouse]) .tp_0_0 .facilitySect_item > a:hover .facilitySect_ttl {
  color: #8B231B;
}
.tp_0_0 .facilitySect_thumb {
  aspect-ratio: 339/207;
  overflow: hidden;
}
.tp_0_0 .facilitySect_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}
.tp_0_0 .facilitySect_ttl {
  line-height: 1.4;
  transition: color 0.3s;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .facilitySect_ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .facilitySect_ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media not all and (max-width: 767px) {
  .tp_0_0 .facilitySect_ttl {
    margin-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .facilitySect_ttl {
    margin-bottom: 9px;
  }
}
.tp_0_0 .facilitySect_desc {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .facilitySect_desc {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .facilitySect_desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.tp_0_0 .facilitySect_desc > span {
  padding: 1px 9px 0;
  border: 1px solid currentColor;
  font-size: 1.2rem;
  line-height: 1.4;
}
.tp_0_0 .articleArea {
  position: relative;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .articleArea {
    padding-block: 100px 120px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .articleArea {
    padding-block: 60px 80px;
  }
}
.tp_0_0 .articleArea > .ly_container {
  position: relative;
}
.tp_0_0 .bannerArea {
  position: relative;
  background-color: #FCFAF7;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .bannerArea {
    padding-block: 60px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .bannerArea {
    padding-block: 40px 33px;
  }
}
.tp_0_0 .bannerArea_list {
  display: grid;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .bannerArea_list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .bannerArea_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 15px;
  }
}
.tp_0_0 .bannerArea_list > li img {
  width: 100%;
  aspect-ratio: 204/75;
  -o-object-fit: contain;
  object-fit: contain;
  transition: opacity 0.3s;
}
.tp_0_0 .bannerArea_list > li > a:focus-visible img, :where([data-whatintent=mouse]) .tp_0_0 .bannerArea_list > li > a:hover img {
  opacity: 0.6;
}

.tp_0_1 .ly_contents {
  padding-bottom: 0;
}
.tp_0_1 .disasterArea {
  position: relative;
  background-color: #FCFAF7;
}
@media not all and (max-width: 767px) {
  .tp_0_1 .disasterArea {
    padding-block: 70px 120px;
  }
}
@media (max-width: 767px) {
  .tp_0_1 .disasterArea {
    padding-block: 37px 80px;
  }
}
.tp_0_1 .disasterArea:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  aspect-ratio: 378/294;
  background-image: url(../images/0_0/home_bg_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media not all and (max-width: 767px) {
  .tp_0_1 .disasterArea:before {
    width: 378px;
  }
}
@media (max-width: 767px) {
  .tp_0_1 .disasterArea:before {
    width: 42.6666666667%;
  }
}
.tp_0_1 .disasterArea > .ly_container {
  position: relative;
}
.tp_0_1 .disasterArea_announcement {
  display: grid;
  place-content: center;
  padding: 20px 10px;
  width: 100%;
  border: 1px solid #CF2727;
  background-color: #fff;
  color: #CF2727;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px) {
  .tp_0_1 .disasterArea_announcement {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .tp_0_1 .disasterArea_announcement {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media not all and (max-width: 767px) {
  .tp_0_1 .disasterArea_announcement {
    min-height: 155px;
  }
}
@media not all and (max-width: 767px) {
  .tp_0_1 .disasterArea_wysiwyg {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .tp_0_1 .disasterArea_wysiwyg {
    margin-top: 50px;
  }
}
@media not all and (max-width: 767px) {
  .tp_0_1 .disasterArea .disasterBanner {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .tp_0_1 .disasterArea .disasterBanner {
    margin-top: 50px;
  }
}
.tp_0_1 .disasterArea .disasterBanner ul {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
@media not all and (max-width: 767px) {
  .tp_0_1 .disasterArea .disasterBanner ul {
    row-gap: 40px;
  }
}
@media (max-width: 767px) {
  .tp_0_1 .disasterArea .disasterBanner ul {
    row-gap: 15px;
  }
}
.tp_0_1 .disasterArea .disasterBanner_item {
  width: 100%;
}
@media not all and (max-width: 767px) {
  .tp_0_1 .disasterArea .disasterBanner_item {
    height: 132px;
  }
}
@media (max-width: 767px) {
  .tp_0_1 .disasterArea .disasterBanner_item {
    height: 90px;
  }
}
.tp_0_1 .disasterArea .disasterBanner_item > a,
.tp_0_1 .disasterArea .disasterBanner_item > span {
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  overflow: hidden;
}
.tp_0_1 .disasterArea .disasterBanner_item > a img,
.tp_0_1 .disasterArea .disasterBanner_item > span img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  transition: opacity 0.3s;
}
.tp_0_1 .disasterArea .disasterBanner_item > a:focus-visible img, :where([data-whatintent=mouse]) .tp_0_1 .disasterArea .disasterBanner_item > a:hover img {
  opacity: 0.6;
}
.tp_0_1 .newsSect {
  background-color: #fff;
}
@media not all and (max-width: 767px) {
  .tp_0_1 .newsSect {
    padding-block: 121px 70px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .tp_0_1 .newsSect {
    padding-block: 77px 80px;
  }
}
.tp_0_1 .newsSect:before, .tp_0_1 .newsSect:after {
  content: none;
}
@media not all and (max-width: 767px) {
  .tp_0_1 .newsSect_inner {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 70px;
  }
}
.tp_0_1 .articleArea {
  position: relative;
  background-color: #FCFAF7;
}
@media not all and (max-width: 767px) {
  .tp_0_1 .articleArea {
    padding-block: 120px 130px;
  }
}
@media (max-width: 767px) {
  .tp_0_1 .articleArea {
    padding-block: 84px 80px;
  }
}
.tp_0_1 .articleArea:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  aspect-ratio: 509/332;
  background-image: url(../images/0_0/home_bg_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media not all and (max-width: 767px) {
  .tp_0_1 .articleArea:after {
    width: 509px;
  }
}
@media (max-width: 767px) {
  .tp_0_1 .articleArea:after {
    width: 355px;
  }
}

.tp_1_0 .bl_titleBox:has(+ .categoryIntro) {
  margin-bottom: 0;
}
.tp_1_0 .categoryIntro {
  position: relative;
  background-color: #FCFAF7;
}
.tp_1_0 .categoryIntro:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.08;
  z-index: 1;
  background-image: url(../images/common/common_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0);
  background-blend-mode: overlay;
}
@media not all and (max-width: 767px) {
  .tp_1_0 .categoryIntro {
    padding-block: 65px 60px;
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .tp_1_0 .categoryIntro {
    padding-block: 50px;
    margin-bottom: 60px;
  }
}
.tp_1_0 .categoryIntro_inner {
  position: relative;
  display: grid;
  margin: 0 auto;
  padding-inline: 20px;
  z-index: 2;
}
@media not all and (max-width: 767px) {
  .tp_1_0 .categoryIntro_inner {
    grid-template-columns: minmax(0, 1fr) auto;
    -moz-column-gap: 74px;
    column-gap: 74px;
    width: 940px;
  }
}
@media (max-width: 767px) {
  .tp_1_0 .categoryIntro_inner {
    row-gap: 50px;
    width: 100%;
  }
}
.tp_1_0 .categoryIntro_copy {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.tp_1_0 .categoryIntro_copy_hdg {
  margin-bottom: 38px;
  line-height: 1.4827586207;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px) {
  .tp_1_0 .categoryIntro_copy_hdg {
    font-size: 29px;
    font-size: 2.9rem;
  }
}
@media (max-width: 767px) {
  .tp_1_0 .categoryIntro_copy_hdg {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .tp_1_0 .categoryIntro_copy_hdg {
    margin-bottom: 28px;
  }
}
.tp_1_0 .categoryIntro_copy_txt {
  font-size: 1.5rem;
  line-height: 2;
}
.tp_1_0 .categoryIntro_kv img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media not all and (max-width: 767px) {
  .tp_1_0 .categoryIntro_kv img {
    width: 426px;
  }
}

/**
 * Keyframes
 */
@keyframes scrollLine {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% + var(--circleSize) * 2);
  }
}
@keyframes slideScaleY {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes slideUpBg {
  0% {
    background-size: 100% 0%;
  }
  50% {
    background-size: 100% 50%;
  }
  100% {
    background-size: 100% 100%;
  }
}