@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap");
/*! 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 {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  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;
}
:-ms-input-placeholder {
  opacity: 1;
}
::placeholder {
  opacity: 1;
}

label {
  cursor: pointer;
}

img,
iframe {
  vertical-align: top;
}

dt {
  font-weight: inherit;
}

small {
  font-size: inherit;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}
html.is_locked {
  position: fixed;
  width: 100%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 1000px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 1000px) {
  body {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 767px) {
  body {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@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;
}

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: #1e1e1e;
  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;
  -ms-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 {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  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;
  -ms-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: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  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;
  -ms-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: 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 {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  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;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@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: 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;
  -ms-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 {
  -webkit-backface-visibility: hidden;
  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);
  }
}
/**
 * Layout
 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ly_pageBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100dvh;
  z-index: 0;
}
.ly_pageBg_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ly_pageBg_line {
  position: absolute;
  width: 1px;
  height: 1000px;
  background: linear-gradient(180deg, rgba(255, 107, 0, 0.1) 0%, rgba(255, 46, 0, 0.2) 17%, rgba(255, 214, 0, 0.6) 33%, rgba(255, 107, 0, 0.2) 50%, rgba(255, 46, 0, 0.1) 68%, rgba(255, 107, 0, 0.2) 85%, rgba(255, 107, 0, 0.1) 100%);
}
.ly_pageBg_line01 {
  top: -50px;
  left: calc(50% - 400px);
  transform: rotate(30deg);
}
.ly_pageBg_line01:before, .ly_pageBg_line01:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 107, 0, 0.1) 0%, rgba(255, 46, 0, 0.2) 17%, rgba(255, 214, 0, 0.6) 33%, rgba(255, 107, 0, 0.2) 50%, rgba(255, 46, 0, 0.1) 68%, rgba(255, 107, 0, 0.2) 85%, rgba(255, 107, 0, 0.1) 100%);
  opacity: 0;
  -webkit-animation-name: lineHightLight;
  animation-name: lineHightLight;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.ly_pageBg_line02 {
  top: -50px;
  left: calc(50% - 400px);
  transform: rotate(-30deg);
}
.ly_pageBg_line02:before, .ly_pageBg_line02:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 107, 0, 0.1) 0%, rgba(255, 46, 0, 0.2) 17%, rgba(255, 214, 0, 0.6) 33%, rgba(255, 107, 0, 0.2) 50%, rgba(255, 46, 0, 0.1) 68%, rgba(255, 107, 0, 0.2) 85%, rgba(255, 107, 0, 0.1) 100%);
  opacity: 0;
  -webkit-animation-name: lineHightLight;
  animation-name: lineHightLight;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.ly_pageBg_line03 {
  top: 100px;
  left: calc(50% - 50px);
  transform: rotate(-25deg);
}
.ly_pageBg_line03:before, .ly_pageBg_line03:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 107, 0, 0.1) 0%, rgba(255, 46, 0, 0.2) 17%, rgba(255, 214, 0, 0.6) 33%, rgba(255, 107, 0, 0.2) 50%, rgba(255, 46, 0, 0.1) 68%, rgba(255, 107, 0, 0.2) 85%, rgba(255, 107, 0, 0.1) 100%);
  opacity: 0;
  -webkit-animation-name: lineHightLight;
  animation-name: lineHightLight;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.ly_pageBg_line04 {
  top: 0;
  left: calc(50% + 600px);
  transform: rotate(-25deg);
}
.ly_pageBg_line04:before, .ly_pageBg_line04:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 107, 0, 0.1) 0%, rgba(255, 46, 0, 0.2) 17%, rgba(255, 214, 0, 0.6) 33%, rgba(255, 107, 0, 0.2) 50%, rgba(255, 46, 0, 0.1) 68%, rgba(255, 107, 0, 0.2) 85%, rgba(255, 107, 0, 0.1) 100%);
  opacity: 0;
  -webkit-animation-name: lineHightLight;
  animation-name: lineHightLight;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}
.ly_pageBg_line05 {
  top: 0;
  left: calc(50% + 400px);
  transform: rotate(25deg);
}
.ly_pageBg_line05:before, .ly_pageBg_line05:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 107, 0, 0.1) 0%, rgba(255, 46, 0, 0.2) 17%, rgba(255, 214, 0, 0.6) 33%, rgba(255, 107, 0, 0.2) 50%, rgba(255, 46, 0, 0.1) 68%, rgba(255, 107, 0, 0.2) 85%, rgba(255, 107, 0, 0.1) 100%);
  opacity: 0;
  -webkit-animation-name: lineHightLight;
  animation-name: lineHightLight;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

.ly_wrapper {
  position: relative;
  z-index: 1;
}

.ly_container {
  width: 100%;
  max-width: 1260px;
  padding-inline: 30px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .ly_container {
    width: auto;
    padding-inline: 16px;
  }
}
.ly_container__narrow {
  max-width: 1020px;
}
.ly_container__rightAuto {
  width: auto;
  max-width: unset;
  padding-left: 30px;
  padding-right: 0;
  margin-left: max(0px, (100% - 1260px) / 2);
  margin-right: 0;
}

.ly_column + .ly_column {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .ly_column + .ly_column {
    margin-top: 40px;
  }
}

.bl_ttl + .ly_column {
  margin-top: 0;
}
@media (max-width: 767px) {
  .bl_ttl + .ly_column {
    margin-top: 0;
  }
}

/**
 * Header
 */
/**
 * Footer
 */
.ly_footer {
  margin-top: 80px;
  background-color: #404040;
}
.ly_footer .copy {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "PT Sans", sans-serif;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}
@media (max-width: 1000px) {
  .ly_footer .copy {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .ly_footer .copy {
    font-size: 10px;
    font-size: 1rem;
  }
}

/**
 * Block
 */
.bl_content + .bl_content {
  margin-top: 160px;
}
@media (max-width: 767px) {
  .bl_content + .bl_content {
    margin-top: 100px;
  }
}

.bl_postTtl {
  padding-top: 50px;
}
.bl_postTtl_thumb {
  position: relative;
  z-index: 1;
}
.bl_postTtl_img {
  position: relative;
  box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, 0.05);
}
.bl_postTtl_img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #808080;
  pointer-events: none;
}
.bl_postTtl_img img {
  width: 100%;
  aspect-ratio: 960/540;
  -o-object-fit: cover;
  object-fit: cover;
}
.bl_postTtl_body {
  position: relative;
  padding: 120px 0 60px;
  margin-top: -60px;
  z-index: 0;
}
@media (max-width: 767px) {
  .bl_postTtl_body {
    padding: 80px 0 30px;
  }
}
.bl_postTtl_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #404040;
  z-index: 0;
}
.bl_postTtl_bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bgNoise.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.bl_postTtl_bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bgLine.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.bl_postTtl_content {
  position: relative;
  z-index: 1;
}
.bl_postTtl_container {
  color: #fff;
  overflow: hidden;
}
.bl_postTtl_data {
  display: flex;
  gap: 33px;
  margin-bottom: 16px;
  transform: translateX(-100%);
  transform-origin: left;
  transition: transform 1s;
}
.bl_postTtl_time {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  position: relative;
}
@media (max-width: 1000px) {
  .bl_postTtl_time {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .bl_postTtl_time {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 1000px) {
  .bl_postTtl_time {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 767px) {
  .bl_postTtl_time {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.bl_postTtl_time:after {
  content: "";
  position: absolute;
  top: 2px;
  right: -18px;
  width: 1px;
  height: calc(100% - 2px);
  background-color: currentColor;
}
.bl_postTtl_cat {
  display: flex;
  gap: 20px;
}
.bl_postTtl_lab {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  position: relative;
}
@media (max-width: 1000px) {
  .bl_postTtl_lab {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .bl_postTtl_lab {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 1000px) {
  .bl_postTtl_lab {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 767px) {
  .bl_postTtl_lab {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.bl_postTtl_lab:last-child:after {
  content: none;
}
.bl_postTtl_lab:after {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: calc(100% + 6px);
  transform: translateY(-50%);
  width: 7px;
  height: 2px;
  background-color: currentColor;
}
.bl_postTtl_ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  transform: translateX(-100%);
  transform-origin: left;
  transition: transform 1s;
  transition-delay: 0.5s;
}
@media (max-width: 1000px) {
  .bl_postTtl_ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .bl_postTtl_ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (max-width: 1000px) {
  .bl_postTtl_ttl {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 767px) {
  .bl_postTtl_ttl {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.bl_postTtl.is_show .bl_postTtl_data {
  transform: translateX(0);
}
.bl_postTtl.is_show .bl_postTtl_ttl {
  transform: translateX(0);
}

.bl_labeledTtl {
  position: relative;
  padding: 60px 0 117px;
  margin-bottom: -57px;
  z-index: 0;
}
@media (max-width: 767px) {
  .bl_labeledTtl {
    margin-bottom: -80px;
  }
}
.bl_labeledTtl + * {
  position: relative;
  z-index: 1;
}
.bl_labeledTtl_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #404040;
  z-index: 0;
}
.bl_labeledTtl_bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bgNoise.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.bl_labeledTtl_bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bgLine.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.bl_labeledTtl_ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}
.bl_labeledTtl_ttl .sub {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  transform: translateX(-100%);
  transform-origin: left;
  transition: transform 1s;
}
@media (max-width: 1000px) {
  .bl_labeledTtl_ttl .sub {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .bl_labeledTtl_ttl .sub {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 1000px) {
  .bl_labeledTtl_ttl .sub {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 767px) {
  .bl_labeledTtl_ttl .sub {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.bl_labeledTtl_ttl .main {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-family: "PT Sans", sans-serif;
  transform: translateX(-100%);
  transform-origin: left;
  transition: transform 1s;
  transition-delay: 0.3s;
}
@media (max-width: 1000px) {
  .bl_labeledTtl_ttl .main {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .bl_labeledTtl_ttl .main {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (max-width: 1000px) {
  .bl_labeledTtl_ttl .main {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 767px) {
  .bl_labeledTtl_ttl .main {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.bl_labeledTtl.is_show .sub {
  transform: translateX(0);
}
.bl_labeledTtl.is_show .main {
  transform: translateX(0);
}

.bl_indexList__slide {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: -20px;
  overflow: hidden;
}
.bl_indexList__slide.is_show .bl_indexList_transform {
  transform: translateX(0);
}
.bl_indexList__slide .swiper {
  overflow: visible;
}
.bl_indexList__slide .bl_indexList_transform {
  transform: translateX(100%);
  transition: transform 1s;
  transition-timing-function: ease-in-out;
}
.bl_indexList__slide .bl_indexList_list {
  flex-direction: row;
  gap: 0;
}
.bl_indexList__slide .bl_indexList_item {
  width: 100%;
  max-width: 335px;
  height: 382px;
}
.bl_indexList__slide .bl_indexList_inner {
  display: block;
  padding: 0;
}
.bl_indexList__slide .bl_indexList_figure {
  flex-shrink: unset;
  width: 100%;
}
.bl_indexList__slide .bl_indexList_body {
  flex-grow: unset;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
}
.bl_indexList__slide .bl_indexList_ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  -webkit-line-clamp: 1;
}
@media (max-width: 1000px) {
  .bl_indexList__slide .bl_indexList_ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .bl_indexList__slide .bl_indexList_ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 1000px) {
  .bl_indexList__slide .bl_indexList_ttl {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 767px) {
  .bl_indexList__slide .bl_indexList_ttl {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.bl_indexList__slide .bl_indexList_txt {
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-line-clamp: 3;
}
@media (max-width: 1000px) {
  .bl_indexList__slide .bl_indexList_txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .bl_indexList__slide .bl_indexList_txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .bl_indexList__1col .bl_indexList_list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 2.08333333%;
  }
}
.bl_indexList__1col .bl_indexList_item {
  opacity: 0;
  transition: opacity 0.6s;
}
@media (max-width: 767px) {
  .bl_indexList__1col .bl_indexList_item {
    width: calc((100% - 2.08333333%) / 2);
  }
}
.bl_indexList__1col .bl_indexList_item a {
  min-height: 253px;
}
.bl_indexList__1col .bl_indexList_item a article:after {
  transform: scale(1, 1);
  transform-origin: right top;
}
.bl_indexList__1col .bl_indexList_item a article:before {
  transform: scale(1, 1);
  transform-origin: left bottom;
}
.bl_indexList__1col .bl_indexList_item a .bl_indexList_inner:after {
  transform: scale(1, 1);
  transform-origin: left bottom;
}
.bl_indexList__1col .bl_indexList_item a .bl_indexList_inner:before {
  transform: scale(1, 1);
  transform-origin: right top;
}
.bl_indexList__1col .bl_indexList_item.is_fade {
  opacity: 1;
}
.bl_indexList__1col .bl_indexList_item.is_fade a article:after {
  transform: scale(0, 1);
  transform-origin: left top;
}
.bl_indexList__1col .bl_indexList_item.is_fade a article:before {
  transform: scale(0, 1);
  transform-origin: right bottom;
}
.bl_indexList__1col .bl_indexList_item.is_fade a .bl_indexList_inner:after {
  transform: scale(1, 0);
  transform-origin: left top;
}
.bl_indexList__1col .bl_indexList_item.is_fade a .bl_indexList_inner:before {
  transform: scale(1, 0);
  transform-origin: left bottom;
}
.bl_indexList__1col .bl_indexList_img {
  position: relative;
}
.bl_indexList__1col .bl_indexList_img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #808080;
  pointer-events: none;
}
.bl_indexList_list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.bl_indexList_item {
  position: relative;
}
.bl_indexList_item:before {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 10px;
  width: 1px;
  height: 60px;
  background: linear-gradient(180deg, rgba(255, 107, 0, 0.5) 0%, rgba(255, 46, 0, 0.6) 17%, #ffd600 33%, rgba(255, 107, 0, 0.6) 50%, rgba(255, 46, 0, 0.5) 68%, rgba(255, 107, 0, 0.6) 85%, rgba(255, 107, 0, 0.5) 100%);
  transform: rotate(45deg);
  z-index: 1;
}
.bl_indexList_item a {
  display: block;
  height: 100%;
}
.bl_indexList_item a:focus-visible article:after, :where([data-whatintent="mouse"]) .bl_indexList_item a:hover article:after {
  transform: scale(1, 1) !important;
  transform-origin: right top !important;
}
.bl_indexList_item a:focus-visible article:before, :where([data-whatintent="mouse"]) .bl_indexList_item a:hover article:before {
  transform: scale(1, 1) !important;
  transform-origin: left bottom !important;
}
.bl_indexList_item a:focus-visible .bl_indexList_inner:after, :where([data-whatintent="mouse"]) .bl_indexList_item a:hover .bl_indexList_inner:after {
  transform: scale(1, 1) !important;
  transform-origin: left bottom !important;
}
.bl_indexList_item a:focus-visible .bl_indexList_inner:before, :where([data-whatintent="mouse"]) .bl_indexList_item a:hover .bl_indexList_inner:before {
  transform: scale(1, 1) !important;
  transform-origin: right top !important;
}
.bl_indexList_item article {
  position: relative;
  height: 100%;
  min-height: inherit;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
.bl_indexList_item article:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #404040;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.6s;
}
.bl_indexList_item article:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #404040;
  transform: scale(0, 1);
  transform-origin: right bottom;
  transition: transform 0.6s;
}
.bl_indexList_inner {
  position: relative;
  display: flex;
  gap: 30px;
  height: 100%;
  min-height: inherit;
  padding: 20px;
}
@media (max-width: 767px) {
  .bl_indexList_inner {
    display: block;
    padding: 16px;
  }
}
.bl_indexList_inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #404040;
  transform: scale(1, 0);
  transform-origin: left top;
  transition: transform 0.6s;
}
.bl_indexList_inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #404040;
  transform: scale(1, 0);
  transform-origin: left bottom;
  transition: transform 0.6s;
}
.bl_indexList_figure {
  flex-shrink: 0;
  width: 380px;
}
@media (max-width: 767px) {
  .bl_indexList_figure {
    width: 100%;
  }
}
.bl_indexList_img img {
  aspect-ratio: 335/188;
  -o-object-fit: cover;
  object-fit: cover;
}
.bl_indexList_body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (max-width: 767px) {
  .bl_indexList_body {
    gap: 14px;
    margin-top: 10px;
  }
}
.bl_indexList_data {
  display: flex;
  gap: 33px;
  color: #808080;
}
@media (max-width: 767px) {
  .bl_indexList_data {
    display: block;
  }
}
.bl_indexList_time {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  position: relative;
}
@media (max-width: 1000px) {
  .bl_indexList_time {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .bl_indexList_time {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media (max-width: 1000px) {
  .bl_indexList_time {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 767px) {
  .bl_indexList_time {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.bl_indexList_time:after {
  content: "";
  position: absolute;
  top: 2px;
  right: -18px;
  width: 1px;
  height: calc(100% - 2px);
  background-color: currentColor;
}
@media (max-width: 767px) {
  .bl_indexList_time:after {
    content: none;
  }
}
.bl_indexList_cat {
  display: flex;
  gap: 20px;
}
.bl_indexList_lab {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  position: relative;
}
@media (max-width: 1000px) {
  .bl_indexList_lab {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .bl_indexList_lab {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media (max-width: 1000px) {
  .bl_indexList_lab {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 767px) {
  .bl_indexList_lab {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.bl_indexList_lab:last-child:after {
  content: none;
}
.bl_indexList_lab:after {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: calc(100% + 6px);
  transform: translateY(-50%);
  width: 7px;
  height: 2px;
  background-color: currentColor;
}
.bl_indexList_ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 1000px) {
  .bl_indexList_ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .bl_indexList_ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 1000px) {
  .bl_indexList_ttl {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 767px) {
  .bl_indexList_ttl {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.bl_indexList_txt {
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media (max-width: 1000px) {
  .bl_indexList_txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .bl_indexList_txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.bl_indexList_navigation {
  position: relative;
}
.bl_indexList_navigation .bl_labeledTtl_ttl {
  max-width: calc(100% - 200px);
}
.bl_indexList_next {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  transition-property: color;
  transition-duration: 0.3s;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition-property: opacity, color;
  transition-duration: 0.3s;
}
.bl_indexList_next:focus-visible .border01:before, :where([data-whatintent="mouse"]) .bl_indexList_next:hover .border01:before {
  left: 60%;
}
.bl_indexList_next:focus-visible .border01:after, :where([data-whatintent="mouse"]) .bl_indexList_next:hover .border01:after {
  right: 60%;
}
.bl_indexList_next:focus-visible .border02:before, :where([data-whatintent="mouse"]) .bl_indexList_next:hover .border02:before {
  top: 60%;
}
.bl_indexList_next:focus-visible .border02:after, :where([data-whatintent="mouse"]) .bl_indexList_next:hover .border02:after {
  bottom: 60%;
}
.bl_indexList_next.is_enter {
  border-color: #404040;
}
.bl_indexList_next.is_enter .line {
  background-color: #404040;
}
.bl_indexList_next.is_enter .border:before, .bl_indexList_next.is_enter .border:after {
  background-color: #fff;
}
.bl_indexList_next .line {
  position: absolute;
  transform: translate(-50%, -50%);
  height: 2px;
  background-color: #fff;
  transition: background-color 0.3s;
}
.bl_indexList_next .line01 {
  top: calc(50% - 5px);
  left: calc(50% - 1px);
  width: 10px;
}
.bl_indexList_next .line02 {
  top: calc(50% - 0px);
  left: calc(50% - 0px);
  width: 20px;
}
.bl_indexList_next .line03 {
  top: calc(50% + 5px);
  left: calc(50% + 2px);
  width: 14px;
}
.bl_indexList_next .border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bl_indexList_next .border:before, .bl_indexList_next .border:after {
  content: "";
  position: absolute;
  background-color: #404040;
  transition-property: top, bottom, right, left, background-color;
  transition-duration: 0.3s;
}
.bl_indexList_next .border01:before, .bl_indexList_next .border01:after {
  width: 20%;
  height: 1px;
}
.bl_indexList_next .border01:before {
  top: -1px;
  left: 20%;
}
.bl_indexList_next .border01:after {
  bottom: -1px;
  right: 20%;
}
.bl_indexList_next .border02:before, .bl_indexList_next .border02:after {
  width: 1px;
  height: 20%;
}
.bl_indexList_next .border02:before {
  top: 20%;
  right: -1px;
}
.bl_indexList_next .border02:after {
  bottom: 20%;
  left: -1px;
}
.bl_indexList_next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.1;
}
.bl_indexList_next .right_arw .fill {
  fill: currentColor;
}
.bl_indexList_prev {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  transition-property: color;
  transition-duration: 0.3s;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition-property: opacity, color;
  transition-duration: 0.3s;
}
.bl_indexList_prev:focus-visible .border01:before, :where([data-whatintent="mouse"]) .bl_indexList_prev:hover .border01:before {
  left: 60%;
}
.bl_indexList_prev:focus-visible .border01:after, :where([data-whatintent="mouse"]) .bl_indexList_prev:hover .border01:after {
  right: 60%;
}
.bl_indexList_prev:focus-visible .border02:before, :where([data-whatintent="mouse"]) .bl_indexList_prev:hover .border02:before {
  top: 60%;
}
.bl_indexList_prev:focus-visible .border02:after, :where([data-whatintent="mouse"]) .bl_indexList_prev:hover .border02:after {
  bottom: 60%;
}
.bl_indexList_prev.is_enter {
  border-color: #404040;
}
.bl_indexList_prev.is_enter .line {
  background-color: #404040;
}
.bl_indexList_prev.is_enter .border:before, .bl_indexList_prev.is_enter .border:after {
  background-color: #fff;
}
.bl_indexList_prev .line {
  position: absolute;
  transform: translate(-50%, -50%);
  height: 2px;
  background-color: #fff;
  transition: background-color 0.3s;
}
.bl_indexList_prev .line01 {
  top: calc(50% - 5px);
  left: calc(50% - 1px);
  width: 10px;
}
.bl_indexList_prev .line02 {
  top: calc(50% - 0px);
  left: calc(50% - 0px);
  width: 20px;
}
.bl_indexList_prev .line03 {
  top: calc(50% + 5px);
  left: calc(50% + 2px);
  width: 14px;
}
.bl_indexList_prev .border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bl_indexList_prev .border:before, .bl_indexList_prev .border:after {
  content: "";
  position: absolute;
  background-color: #404040;
  transition-property: top, bottom, right, left, background-color;
  transition-duration: 0.3s;
}
.bl_indexList_prev .border01:before, .bl_indexList_prev .border01:after {
  width: 20%;
  height: 1px;
}
.bl_indexList_prev .border01:before {
  top: -1px;
  left: 20%;
}
.bl_indexList_prev .border01:after {
  bottom: -1px;
  right: 20%;
}
.bl_indexList_prev .border02:before, .bl_indexList_prev .border02:after {
  width: 1px;
  height: 20%;
}
.bl_indexList_prev .border02:before {
  top: 20%;
  right: -1px;
}
.bl_indexList_prev .border02:after {
  bottom: 20%;
  left: -1px;
}
.bl_indexList_prev.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.1;
}
.bl_indexList_prev .left_arw .fill {
  fill: currentColor;
}

.bl_pagiNation {
  margin-top: 60px;
}
.bl_pagiNation_container {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.bl_pagiNation_container .page-numbers {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1000px) {
  .bl_pagiNation_container .page-numbers {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .bl_pagiNation_container .page-numbers {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 1000px) {
  .bl_pagiNation_container .page-numbers {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 767px) {
  .bl_pagiNation_container .page-numbers {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.bl_pagiNation_container .page-numbers.current {
  background-color: #404040;
  color: #fff;
}
.bl_pagiNation_container .next, .bl_pagiNation_container .prev {
  display: none;
}

.bl_ttl_ttl {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 50px;
}
@media (max-width: 1000px) {
  .bl_ttl_ttl {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 767px) {
  .bl_ttl_ttl {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.bl_ttl_ttl.lv1 {
  font-size: 28px;
  font-size: 2.8rem;
  padding-bottom: 6px;
  border-bottom: 2px solid #404040;
  margin-top: 60px;
}
@media (max-width: 1000px) {
  .bl_ttl_ttl.lv1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .bl_ttl_ttl.lv1 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.bl_ttl_ttl.lv1 > * {
  position: relative;
  padding-left: 16px;
}
.bl_ttl_ttl.lv1 > *:before, .bl_ttl_ttl.lv1 > *:after {
  content: "";
  position: absolute;
  left: 0;
}
.bl_ttl_ttl.lv1 > *:before {
  top: 0.2em;
  width: 4px;
  height: 65%;
  background-color: #404040;
}
.bl_ttl_ttl.lv1 > *:after {
  top: calc(65% + 2px + 0.2em);
  width: 4px;
  height: calc(100% - (65% + 2px + 0.2em));
  background-color: #FF6B00;
}
.bl_ttl_ttl.lv2 {
  font-size: 24px;
  font-size: 2.4rem;
  display: inline-block;
  border-bottom: 2px solid #404040;
}
@media (max-width: 1000px) {
  .bl_ttl_ttl.lv2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .bl_ttl_ttl.lv2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.bl_ttl_ttl.lv2 > * {
  position: relative;
  padding-bottom: 6px;
}
.bl_ttl_ttl.lv2 > *:before, .bl_ttl_ttl.lv2 > *:after {
  content: "";
  position: absolute;
  bottom: -8px;
  transform: rotate(30deg);
  width: 2px;
  height: 14px;
}
.bl_ttl_ttl.lv2 > *:before {
  left: 3px;
  background-color: #FF6B00;
}
.bl_ttl_ttl.lv2 > *:after {
  left: 10px;
  background-color: #404040;
}
.bl_ttl_ttl.lv3 {
  font-size: 22px;
  font-size: 2.2rem;
}
@media (max-width: 1000px) {
  .bl_ttl_ttl.lv3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .bl_ttl_ttl.lv3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.bl_ttl_ttl.lv3 > * {
  position: relative;
  padding-bottom: 6px;
}
.bl_ttl_ttl.lv3 > *:before, .bl_ttl_ttl.lv3 > *:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
}
.bl_ttl_ttl.lv3 > *:before {
  left: 0;
  width: 12px;
  background-color: #FF6B00;
}
.bl_ttl_ttl.lv3 > *:after {
  left: 15px;
  width: 32px;
  background-color: #404040;
}

.bl_list ul li {
  position: relative;
  padding-left: 10px;
}
.bl_list ul li:before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #404040;
  border-radius: 50%;
}
.bl_list ol {
  counter-reset: list 0;
}
.bl_list ol li {
  position: relative;
  padding-left: 30px;
}
.bl_list ol li:before {
  content: counter(list, decimal-leading-zero) ".";
  counter-increment: list 1;
  position: absolute;
  top: 0;
  left: 0;
}
.bl_list a {
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: opacity 0.3s;
}
.bl_list a:focus-visible, :where([data-whatintent="mouse"]) .bl_list a:hover {
  opacity: 0.6;
}

.bl_quote {
  position: relative;
  padding: 20px 30px;
  background-color: #F5F5F5;
}
.bl_quote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #404040;
}

.bl_button .el_button {
  box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, 0.3);
}
.bl_button__left .bl_button_unit {
  width: 375px;
}
@media (max-width: 767px) {
  .bl_button__left .bl_button_unit {
    width: 100%;
  }
}
.bl_button__left .bl_button_unit ~ .bl_button_unit {
  margin-top: 20px;
}
.bl_button__center .bl_button_unit {
  width: 375px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .bl_button__center .bl_button_unit {
    width: 100%;
  }
}
.bl_button__center .bl_button_unit ~ .bl_button_unit {
  margin-top: 20px;
}
.bl_button__right .bl_button_unit {
  width: 375px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .bl_button__right .bl_button_unit {
    width: 100%;
  }
}
.bl_button__right .bl_button_unit ~ .bl_button_unit {
  margin-top: 20px;
}
.bl_button__2col .bl_button_units {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2.08333333%;
}
.bl_button__2col .bl_button_unit {
  width: calc((100% - 2.08333333%) / 2);
}
.bl_button__3col .bl_button_units {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2.08333333%;
}
.bl_button__3col .bl_button_unit {
  width: calc((100% - 4.16666666%) / 3);
}
@media (max-width: 767px) {
  .bl_button__3col .bl_button_unit {
    width: calc((100% - 2.08333333%) / 2);
  }
}

.bl_image_figure figcaption {
  font-size: 10px;
  font-size: 1rem;
  margin-top: 10px;
}
@media (max-width: 1000px) {
  .bl_image_figure figcaption {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .bl_image_figure figcaption {
    font-size: 10px;
    font-size: 1rem;
  }
}
.bl_image_unit.bl_image_unit {
  margin-top: 20px;
}
.bl_image_unit a:focus-visible .el_image, :where([data-whatintent="mouse"]) .bl_image_unit a:hover .el_image {
  transform: scale(0.99) translate(2px, 2px);
  box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, 0.3);
}
.bl_image_unit p {
  margin-top: 10px;
}
.bl_image .el_image {
  box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, 0.05);
  transition-property: transform, box-shadow;
  transition-duration: 0.3s;
}
.bl_image__2col .bl_image_units {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2.08333333%;
}
.bl_image__2col .bl_image_unit {
  width: calc((100% - 2.08333333%) / 2);
}
.bl_image__3col .bl_image_units {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2.08333333%;
}
.bl_image__3col .bl_image_unit {
  width: calc((100% - 4.16666666%) / 3);
}
@media (max-width: 767px) {
  .bl_image__3col .bl_image_unit {
    width: calc((100% - 2.08333333%) / 2);
  }
}

.wp-block-code code {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  padding: 10px;
  background-color: #404040;
  color: #fff;
  box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 1000px) {
  .wp-block-code code {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .wp-block-code code {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.wp-block-code code:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid #fff;
  pointer-events: none;
}

.singlePageNav {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  width: 100%;
  height: 25px;
  font-family: "PT Sans", sans-serif;
}
@media (max-width: 1000px) {
  .singlePageNav {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .singlePageNav {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.singlePageNav .next {
  position: absolute;
  top: 0;
  right: 0;
}
.singlePageNav .next a {
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  transition: text-shadow 0.3s;
}
.singlePageNav .next a:focus-visible, :where([data-whatintent="mouse"]) .singlePageNav .next a:hover {
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
}
.singlePageNav .prev {
  position: absolute;
  top: 0;
  left: 0;
}
.singlePageNav .prev a {
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  transition: text-shadow 0.3s;
}
.singlePageNav .prev a:focus-visible, :where([data-whatintent="mouse"]) .singlePageNav .prev a:hover {
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
}

.toBack {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 20px;
  font-family: "PT Sans", sans-serif;
}
@media (max-width: 1000px) {
  .toBack {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .toBack {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.toBack a {
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid #404040;
  background-color: #404040;
  color: #fff;
  transition-property: background-color, color;
  transition-duration: 0.3s;
}
.toBack a:focus-visible, :where([data-whatintent="mouse"]) .toBack a:hover {
  background-color: #fff;
  color: #404040;
}

/**
 * Element
 */
.el_button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 10px 20px;
  color: #fff;
  overflow: hidden;
}
.el_button a:focus-visible:before, :where([data-whatintent="mouse"]) .el_button a:hover:before {
  left: -100%;
}
.el_button a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: right;
  width: 200%;
  height: 100%;
  background-color: #404040;
  background: linear-gradient(60deg, #ff6b00 0%, #404040 5%, #404040 51%, #ff6b00 100%);
  z-index: 0;
  transition: left 0.3s;
}
.el_button span {
  position: relative;
  z-index: 1;
}

/**
 * Unique
 */
.un_heroView {
  width: 100%;
  height: 100dvh;
  max-height: 700px;
}
.un_heroView_ttl {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: center;
}
.un_heroView_ttl .main {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-family: "PT Sans", sans-serif;
}
@media (max-width: 1000px) {
  .un_heroView_ttl .main {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
@media (max-width: 767px) {
  .un_heroView_ttl .main {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 1000px) {
  .un_heroView_ttl .main {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 767px) {
  .un_heroView_ttl .main {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.un_heroView_ttl .sub {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 1000px) {
  .un_heroView_ttl .sub {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .un_heroView_ttl .sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 1000px) {
  .un_heroView_ttl .sub {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 767px) {
  .un_heroView_ttl .sub {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}

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

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

/**
 * Page
 */
/**
 * Keyframes
 */
@-webkit-keyframes lineHightLight {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes lineHightLight {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes scaleDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: scale(1.02);
  }
  30% {
    transform: scale(1.02);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes scaleDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: scale(1.02);
  }
  30% {
    transform: scale(1.02);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes scaleDown2Up {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  80% {
    transform: scale(1.04);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleDown2Up {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  80% {
    transform: scale(1.04);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scaleUp {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scaleUp {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}