@charset "UTF-8";
/* ==========================================================================
 Foundation
============================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://use.typekit.net/nuc8kvo.css");
/*! destyle.css v4.0.1 | 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;
  min-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;
  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] {
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: clamp(18px * 1, 100vw * 18 / 1440, 25.2px);
  scroll-padding-top: 80px;
}
@media screen and (max-width: 849px) {
  html {
    font-size: clamp(18px * 0.8, 100vw * 18 / 850, 18px);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: clamp(14px * 1, 100vw * 14 / 390, 15.4px);
  }
}

body {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-family: helvetica-neue-lt-pro, a-otf-gothic-mb101-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 2;
  color: #231815;
  background-color: #fbe2da;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  /* Light のみのフォントをレンダリングで太く見せる（regular 相当） */
  -webkit-text-stroke: 0.02em currentColor;
  paint-order: stroke fill;
}
body:has(.is-ham-open) {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.l-loading {
  position: fixed;
  inset: 0;
  z-index: 99999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fbe2da;
  pointer-events: auto;
  transition: opacity 0.4s ease;
}
.l-loading.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.l-loading__img {
  width: clamp(210px * 0.7, 100vw * 210 / 1440, 210px * 1);
  max-width: 210px;
}

a {
  color: #231815;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.wf-noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}

.wf-futura-100 {
  font-family: "futura-100", sans-serif;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #eb6d3f #f6bda9;
}

/* Chrome, Edge, and Safari: スクロールバー全体・トラック・サムの角をなくす */
*::-webkit-scrollbar {
  width: 8px;
  border-radius: 0;
}

*::-webkit-scrollbar-track {
  background: #f6bda9;
  border-radius: 0;
}

*::-webkit-scrollbar-thumb {
  background-color: #eb6d3f;
  border-radius: 0;
  /* サムがデフォルトで細いため、同色の border で幅を埋めてトラック幅と揃える */
  background-clip: padding-box;
}

/* ==========================================================================
 layout
============================================================================*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: clamp(313px * 0.7, 100vw * 313 / 1440, 313px * 1);
  height: 100%;
  z-index: 999999;
  /* カスタムスクロールバー：位置・幅・高さはここで上書き可能 */
}
@media screen and (max-width: 767px) {
  .l-header {
    pointer-events: none;
    width: 100%;
  }
}
.l-header a {
  pointer-events: auto;
}
.l-header__scroller-wrap {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-top: clamp(32px * 0.7, 100vw * 32 / 1440, 32px * 1);
  padding-left: clamp(33px * 0.7, 100vw * 33 / 1440, 33px * 1);
  padding-bottom: clamp(25px * 0.7, 100vw * 25 / 1440, 25px * 1);
}
@media screen and (max-width: 767px) {
  .l-header__scroller-wrap {
    padding-top: 0px;
    padding-left: 20px;
    padding-bottom: 48px;
  }
}
.l-header__scroller {
  height: 100%;
  padding: 0 8px 8px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(15px * 0.7, 100vw * 15 / 1440, 15px * 1);
  min-height: 41vw;
}
@media (min-width: 250svh) {
  .l-header__scroller {
    min-height: 35vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__scroller {
    min-height: unset;
    padding: 0;
  }
}
.l-header__container {
  display: flex;
  justify-content: space-between;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .l-header__container {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 700px) and (max-height: 38.8888888889rem) {
  .l-header__left {
    transform: scale(0.8);
    transform-origin: top center;
  }
}
@media screen and (max-width: 767px) {
  .l-header__left {
    transition: opacity 0.5s, visibility 0.5s;
  }
}
.l-header__logo {
  width: clamp(270px * 0.7, 100vw * 270 / 1440, 270px * 1);
}
@media (min-width: 250svh) {
  .l-header__logo {
    width: clamp(250px * 0.7, 100vw * 250 / 1440, 250px * 1);
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 170px;
  }
}
.l-header__bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: clamp(53px * 0.7, 100vw * 53 / 1440, 53px * 1);
}
@media (min-width: 250svh) {
  .l-header__bottom {
    gap: clamp(20px * 0.7, 100vw * 20 / 1440, 20px * 1);
  }
}
.l-header__msg {
  align-self: center;
  width: clamp(163px * 0.7, 100vw * 163 / 1440, 163px * 1);
}
@media (min-width: 250svh) {
  .l-header__msg {
    width: clamp(150px * 0.7, 100vw * 150 / 1440, 150px * 1);
    align-self: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .l-header__msg {
    width: 106px;
    position: absolute;
    top: 53px;
    right: 70px;
    pointer-events: none;
    z-index: 99999999;
  }
  body:not(.home) .l-header__msg {
    display: none;
  }
}
.l-header .c-custom-scrollbar {
  --scrollbar-width: 6px;
  --scrollbar-top: 30%;
  --scrollbar-right: 10%;
  --scrollbar-bottom: 30%;
}
@media screen and (max-width: 767px) {
  .l-header .c-custom-scrollbar {
    --scrollbar-width: 4px;
  }
}

.l-header-nav {
  font-weight: 300;
  letter-spacing: 0.14em;
  margin-top: clamp(35px * 0.7, 100vw * 35 / 1440, 35px * 1);
}
@media screen and (max-width: 767px) {
  .l-header-nav {
    pointer-events: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-header-nav__inner {
    overflow-y: visible;
    overflow-x: auto;
    margin-left: -20px;
    padding-left: 80px;
    padding-right: 20px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .l-header-nav__inner::-webkit-scrollbar {
    display: none;
  }
}
.l-header-nav__list {
  display: grid;
  gap: clamp(27px * 0.7, 100vw * 27 / 1440, 27px * 1);
}
@media screen and (max-width: 767px) {
  .l-header-nav__list {
    display: flex;
    gap: 15px;
    padding-right: 20px;
  }
  .l-header-nav__list > * {
    flex-shrink: 0;
  }
}
.l-header-nav__link {
  display: block;
  padding: clamp(9px * 0.7, 100vw * 9 / 1440, 9px * 1) clamp(20px * 0.7, 100vw * 20 / 1440, 20px * 1) clamp(12px * 0.7, 100vw * 12 / 1440, 12px * 1);
  line-height: 1;
  font-size: clamp(21.42px * 0.7, 100vw * 21.42 / 1440, 21.42px * 1);
  color: #231815;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffffff;
  border: 1px solid #231815;
  border-radius: 100svh;
  /* 計測時のみ：自然幅を取るために max-content にする */
}
.l-header-nav__link.is-measuring .c-txt-shrink-fit__shrinker, .l-header-nav__link.is-measuring .c-txt-shrink-fit__inner {
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 250svh) {
  .l-header-nav__link {
    padding: clamp(8px * 0.7, 100vw * 8 / 1440, 8px * 1) clamp(15px * 0.7, 100vw * 15 / 1440, 15px * 1) clamp(11px * 0.7, 100vw * 11 / 1440, 11px * 1);
    line-height: 1;
    font-size: clamp(19px * 0.7, 100vw * 19 / 1440, 19px * 1);
  }
}
@media screen and (max-width: 767px) {
  .l-header-nav__link {
    font-size: 16px;
    padding: 9px 13px 11px 15px;
  }
}

.l-header-links {
  display: flex;
  gap: clamp(22px * 0.7, 100vw * 22 / 1440, 22px * 1);
}
.l-header-links__item {
  width: clamp(43px * 0.7, 100vw * 43 / 1440, 43px * 1);
}
@media screen and (max-width: 767px) {
  .l-header-links__item {
    width: 36px;
  }
  .l-header-links__item a {
    border: 0.5px solid #231815;
    border-radius: 100svh;
    display: block;
  }
  .l-header-links__item:last-child {
    padding-right: 20px;
    box-sizing: content-box;
  }
}
.l-header-links__item:hover {
  opacity: 0.7;
}

.l-header__common-msg {
  position: fixed;
  top: clamp(80px * 0.7, 100vw * 80 / 1440, 80px * 1);
  right: clamp(58px * 0.4, 100vw * 58 / 1440, 58px * 1);
  width: clamp(210px * 0.9, 100vw * 210 / 1440, 210px * 1);
  z-index: 99999999;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .l-header__common-msg {
    top: auto;
    right: auto;
    bottom: 70px;
    left: 15px;
    width: 150px;
  }
  body:not(.home) .l-header__common-msg {
    display: none;
  }
}

.l-footer {
  position: fixed;
  bottom: clamp(15px * 0.7, 100vw * 15 / 1440, 15px * 1);
  right: clamp(35px * 0.7, 100vw * 35 / 1440, 35px * 1);
}
.l-footer__copyright {
  font-size: 0.6491111111rem;
  letter-spacing: 0.2em;
}

.l-main {
  position: fixed;
  top: clamp(53px * 0.7, 100vw * 53 / 1440, 53px * 1);
  left: clamp(313px * 0.7, 100vw * 313 / 1440, 313px * 1);
  width: max(100% - 313px, 100% - 21.7361111111vw);
  height: min(100svh - 8.1944444444vw, 100svh - 87px);
}
@media screen and (max-width: 767px) {
  .l-main {
    top: 80px;
    left: 40px;
    width: calc(100% - 80px);
    height: calc(100svh - 188px);
  }
  body.contact .l-main {
    width: calc(100% - 20px);
    left: 10px;
  }
}
@media screen and (max-width: 499px) {
  .l-main iframe {
    height: 1800px;
  }
}

.l-inner {
  margin: auto;
  max-width: 63.7777777778rem;
  width: 90%;
}
.l-inner.--narrow {
  width: 96%;
}
@media screen and (max-width: 767px) {
  .l-inner.--narrow {
    width: 100%;
  }
}
.l-inner.--large {
  max-width: 76.8333333333rem;
}
@media screen and (max-width: 767px) {
  .l-inner.--large {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    padding-left: 1.7142857143rem;
    padding-right: 1.7142857143rem;
  }
  body:not(.home) .l-inner {
    padding-left: 2.2857142857rem;
    padding-right: 5.1428571429rem;
  }
  .l-inner.--pr {
    padding-right: 70px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .l-wrapper {
    opacity: 1;
  }
}

/* ==========================================================================
 object
============================================================================*/
.c-ttl-sec {
  position: relative;
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 1.3333333333rem;
}
@media screen and (max-width: 767px) {
  .c-ttl-sec {
    text-align: left;
  }
}
.c-ttl-sec.--center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-ttl-sec.--center {
    text-align: left;
  }
}
.c-ttl-sec.--left {
  text-align: left;
}
.c-ttl-sec.--right {
  text-align: right;
}
.c-ttl-sec.--no-anim .c-ttl-sec__en, .c-ttl-sec.--no-anim .c-ttl-sec__jp {
  opacity: 1;
}
.tab-change .c-ttl-sec__en, .tab-change .c-ttl-sec__jp {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}
.c-ttl-sec__en {
  font-size: 2.6666666667rem;
  font-weight: 300;
  letter-spacing: 0;
  opacity: 0;
}
.c-ttl-sec__en:empty {
  display: none;
}
.--jp-only .c-ttl-sec__en {
  font-size: 1.3333333333rem;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .--jp-only .c-ttl-sec__en {
    font-size: 1.1428571429rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-ttl-sec__en {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-sec__en {
    font-size: 2.2857142857rem;
    line-height: 1;
  }
}
.c-ttl-sec__jp {
  font-size: 0.8888888889rem;
  opacity: 0;
}
.c-ttl-sec__jp:empty {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  .c-ttl-sec__jp {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-sec__jp {
    font-size: 1rem;
  }
}

h1.c-ttl-sec {
  margin-bottom: 8.1111111111rem;
}
@media screen and (max-width: 767px) {
  h1.c-ttl-sec {
    margin-bottom: 5.4285714286rem;
  }
}

.c-ttl-simple {
  font-size: 2.7777777778em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-ttl-simple {
    font-size: 1.6666666667em;
  }
}

.c-ttl-image {
  display: flex;
  justify-content: center;
}
.c-ttl-image span {
  display: block;
}
.c-ttl-image .--text {
  position: relative;
}
.c-ttl-image .--text > img {
  position: relative;
  z-index: 10;
}
.c-ttl-image .--img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.c-ttl-round {
  max-width: clamp(555px * 1, 100vw * 555 / 1440, 888px);
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 50px;
  text-align: center;
  font-size: clamp(15px * 1, 100vw * 15 / 1440, 24px);
  font-weight: 600;
  margin: auto;
  padding: clamp(9px * 1, 100vw * 9 / 1440, 14.4px) clamp(20px * 1, 100vw * 20 / 1440, 32px);
}

.c-ttl-sec + .c-txt-sec {
  margin-top: 0.8888888889em;
}

/* フォントの縦横比を変えつつ箱に収める（scaleX で横倍率 50%〜120%、.--w80 などで指定） */
.--w50 .c-txt-shrink__inner {
  width: 200%;
  transform-origin: left top;
  transform: scaleX(0.5);
}
.--w51 .c-txt-shrink__inner {
  width: 196.0784313725%;
  transform-origin: left top;
  transform: scaleX(0.51);
}
.--w52 .c-txt-shrink__inner {
  width: 192.3076923077%;
  transform-origin: left top;
  transform: scaleX(0.52);
}
.--w53 .c-txt-shrink__inner {
  width: 188.679245283%;
  transform-origin: left top;
  transform: scaleX(0.53);
}
.--w54 .c-txt-shrink__inner {
  width: 185.1851851852%;
  transform-origin: left top;
  transform: scaleX(0.54);
}
.--w55 .c-txt-shrink__inner {
  width: 181.8181818182%;
  transform-origin: left top;
  transform: scaleX(0.55);
}
.--w56 .c-txt-shrink__inner {
  width: 178.5714285714%;
  transform-origin: left top;
  transform: scaleX(0.56);
}
.--w57 .c-txt-shrink__inner {
  width: 175.4385964912%;
  transform-origin: left top;
  transform: scaleX(0.57);
}
.--w58 .c-txt-shrink__inner {
  width: 172.4137931034%;
  transform-origin: left top;
  transform: scaleX(0.58);
}
.--w59 .c-txt-shrink__inner {
  width: 169.4915254237%;
  transform-origin: left top;
  transform: scaleX(0.59);
}
.--w60 .c-txt-shrink__inner {
  width: 166.6666666667%;
  transform-origin: left top;
  transform: scaleX(0.6);
}
.--w61 .c-txt-shrink__inner {
  width: 163.9344262295%;
  transform-origin: left top;
  transform: scaleX(0.61);
}
.--w62 .c-txt-shrink__inner {
  width: 161.2903225806%;
  transform-origin: left top;
  transform: scaleX(0.62);
}
.--w63 .c-txt-shrink__inner {
  width: 158.7301587302%;
  transform-origin: left top;
  transform: scaleX(0.63);
}
.--w64 .c-txt-shrink__inner {
  width: 156.25%;
  transform-origin: left top;
  transform: scaleX(0.64);
}
.--w65 .c-txt-shrink__inner {
  width: 153.8461538462%;
  transform-origin: left top;
  transform: scaleX(0.65);
}
.--w66 .c-txt-shrink__inner {
  width: 151.5151515152%;
  transform-origin: left top;
  transform: scaleX(0.66);
}
.--w67 .c-txt-shrink__inner {
  width: 149.2537313433%;
  transform-origin: left top;
  transform: scaleX(0.67);
}
.--w68 .c-txt-shrink__inner {
  width: 147.0588235294%;
  transform-origin: left top;
  transform: scaleX(0.68);
}
.--w69 .c-txt-shrink__inner {
  width: 144.9275362319%;
  transform-origin: left top;
  transform: scaleX(0.69);
}
.--w70 .c-txt-shrink__inner {
  width: 142.8571428571%;
  transform-origin: left top;
  transform: scaleX(0.7);
}
.--w71 .c-txt-shrink__inner {
  width: 140.8450704225%;
  transform-origin: left top;
  transform: scaleX(0.71);
}
.--w72 .c-txt-shrink__inner {
  width: 138.8888888889%;
  transform-origin: left top;
  transform: scaleX(0.72);
}
.--w73 .c-txt-shrink__inner {
  width: 136.9863013699%;
  transform-origin: left top;
  transform: scaleX(0.73);
}
.--w74 .c-txt-shrink__inner {
  width: 135.1351351351%;
  transform-origin: left top;
  transform: scaleX(0.74);
}
.--w75 .c-txt-shrink__inner {
  width: 133.3333333333%;
  transform-origin: left top;
  transform: scaleX(0.75);
}
.--w76 .c-txt-shrink__inner {
  width: 131.5789473684%;
  transform-origin: left top;
  transform: scaleX(0.76);
}
.--w77 .c-txt-shrink__inner {
  width: 129.8701298701%;
  transform-origin: left top;
  transform: scaleX(0.77);
}
.--w78 .c-txt-shrink__inner {
  width: 128.2051282051%;
  transform-origin: left top;
  transform: scaleX(0.78);
}
.--w79 .c-txt-shrink__inner {
  width: 126.582278481%;
  transform-origin: left top;
  transform: scaleX(0.79);
}
.--w80 .c-txt-shrink__inner {
  width: 125%;
  transform-origin: left top;
  transform: scaleX(0.8);
}
.--w81 .c-txt-shrink__inner {
  width: 123.4567901235%;
  transform-origin: left top;
  transform: scaleX(0.81);
}
.--w82 .c-txt-shrink__inner {
  width: 121.9512195122%;
  transform-origin: left top;
  transform: scaleX(0.82);
}
.--w83 .c-txt-shrink__inner {
  width: 120.4819277108%;
  transform-origin: left top;
  transform: scaleX(0.83);
}
.--w84 .c-txt-shrink__inner {
  width: 119.0476190476%;
  transform-origin: left top;
  transform: scaleX(0.84);
}
.--w85 .c-txt-shrink__inner {
  width: 117.6470588235%;
  transform-origin: left top;
  transform: scaleX(0.85);
}
.--w86 .c-txt-shrink__inner {
  width: 116.2790697674%;
  transform-origin: left top;
  transform: scaleX(0.86);
}
.--w87 .c-txt-shrink__inner {
  width: 114.9425287356%;
  transform-origin: left top;
  transform: scaleX(0.87);
}
.--w88 .c-txt-shrink__inner {
  width: 113.6363636364%;
  transform-origin: left top;
  transform: scaleX(0.88);
}
.--w89 .c-txt-shrink__inner {
  width: 112.3595505618%;
  transform-origin: left top;
  transform: scaleX(0.89);
}
.--w90 .c-txt-shrink__inner {
  width: 111.1111111111%;
  transform-origin: left top;
  transform: scaleX(0.9);
}
.--w91 .c-txt-shrink__inner {
  width: 109.8901098901%;
  transform-origin: left top;
  transform: scaleX(0.91);
}
.--w92 .c-txt-shrink__inner {
  width: 108.6956521739%;
  transform-origin: left top;
  transform: scaleX(0.92);
}
.--w93 .c-txt-shrink__inner {
  width: 107.5268817204%;
  transform-origin: left top;
  transform: scaleX(0.93);
}
.--w94 .c-txt-shrink__inner {
  width: 106.3829787234%;
  transform-origin: left top;
  transform: scaleX(0.94);
}
.--w95 .c-txt-shrink__inner {
  width: 105.2631578947%;
  transform-origin: left top;
  transform: scaleX(0.95);
}
.--w96 .c-txt-shrink__inner {
  width: 104.1666666667%;
  transform-origin: left top;
  transform: scaleX(0.96);
}
.--w97 .c-txt-shrink__inner {
  width: 103.0927835052%;
  transform-origin: left top;
  transform: scaleX(0.97);
}
.--w98 .c-txt-shrink__inner {
  width: 102.0408163265%;
  transform-origin: left top;
  transform: scaleX(0.98);
}
.--w99 .c-txt-shrink__inner {
  width: 101.0101010101%;
  transform-origin: left top;
  transform: scaleX(0.99);
}
.--w100 .c-txt-shrink__inner {
  width: 100%;
  transform-origin: left top;
  transform: scaleX(1);
}
.--w101 .c-txt-shrink__inner {
  width: 99.0099009901%;
  transform-origin: left top;
  transform: scaleX(1.01);
}
.--w102 .c-txt-shrink__inner {
  width: 98.0392156863%;
  transform-origin: left top;
  transform: scaleX(1.02);
}
.--w103 .c-txt-shrink__inner {
  width: 97.0873786408%;
  transform-origin: left top;
  transform: scaleX(1.03);
}
.--w104 .c-txt-shrink__inner {
  width: 96.1538461538%;
  transform-origin: left top;
  transform: scaleX(1.04);
}
.--w105 .c-txt-shrink__inner {
  width: 95.2380952381%;
  transform-origin: left top;
  transform: scaleX(1.05);
}
.--w106 .c-txt-shrink__inner {
  width: 94.3396226415%;
  transform-origin: left top;
  transform: scaleX(1.06);
}
.--w107 .c-txt-shrink__inner {
  width: 93.4579439252%;
  transform-origin: left top;
  transform: scaleX(1.07);
}
.--w108 .c-txt-shrink__inner {
  width: 92.5925925926%;
  transform-origin: left top;
  transform: scaleX(1.08);
}
.--w109 .c-txt-shrink__inner {
  width: 91.7431192661%;
  transform-origin: left top;
  transform: scaleX(1.09);
}
.--w110 .c-txt-shrink__inner {
  width: 90.9090909091%;
  transform-origin: left top;
  transform: scaleX(1.1);
}
.--w111 .c-txt-shrink__inner {
  width: 90.0900900901%;
  transform-origin: left top;
  transform: scaleX(1.11);
}
.--w112 .c-txt-shrink__inner {
  width: 89.2857142857%;
  transform-origin: left top;
  transform: scaleX(1.12);
}
.--w113 .c-txt-shrink__inner {
  width: 88.4955752212%;
  transform-origin: left top;
  transform: scaleX(1.13);
}
.--w114 .c-txt-shrink__inner {
  width: 87.7192982456%;
  transform-origin: left top;
  transform: scaleX(1.14);
}
.--w115 .c-txt-shrink__inner {
  width: 86.9565217391%;
  transform-origin: left top;
  transform: scaleX(1.15);
}
.--w116 .c-txt-shrink__inner {
  width: 86.2068965517%;
  transform-origin: left top;
  transform: scaleX(1.16);
}
.--w117 .c-txt-shrink__inner {
  width: 85.4700854701%;
  transform-origin: left top;
  transform: scaleX(1.17);
}
.--w118 .c-txt-shrink__inner {
  width: 84.7457627119%;
  transform-origin: left top;
  transform: scaleX(1.18);
}
.--w119 .c-txt-shrink__inner {
  width: 84.0336134454%;
  transform-origin: left top;
  transform: scaleX(1.19);
}
.--w120 .c-txt-shrink__inner {
  width: 83.3333333333%;
  transform-origin: left top;
  transform: scaleX(1.2);
}

.c-txt-shrink-fit {
  display: block;
  /* scaleX で縮めた見た目幅だけ親の箱幅も縮める（.--w80 → 親 80%、次の要素が隙間なく続く） */
}
.c-txt-shrink-fit.--w50 {
  width: 50%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w51 {
  width: 51%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w52 {
  width: 52%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w53 {
  width: 53%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w54 {
  width: 54%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w55 {
  width: 55%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w56 {
  width: 56%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w57 {
  width: 57%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w58 {
  width: 58%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w59 {
  width: 59%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w60 {
  width: 60%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w61 {
  width: 61%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w62 {
  width: 62%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w63 {
  width: 63%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w64 {
  width: 64%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w65 {
  width: 65%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w66 {
  width: 66%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w67 {
  width: 67%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w68 {
  width: 68%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w69 {
  width: 69%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w70 {
  width: 70%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w71 {
  width: 71%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w72 {
  width: 72%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w73 {
  width: 73%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w74 {
  width: 74%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w75 {
  width: 75%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w76 {
  width: 76%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w77 {
  width: 77%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w78 {
  width: 78%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w79 {
  width: 79%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w80 {
  width: 80%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w81 {
  width: 81%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w82 {
  width: 82%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w83 {
  width: 83%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w84 {
  width: 84%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w85 {
  width: 85%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w86 {
  width: 86%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w87 {
  width: 87%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w88 {
  width: 88%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w89 {
  width: 89%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w90 {
  width: 90%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w91 {
  width: 91%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w92 {
  width: 92%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w93 {
  width: 93%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w94 {
  width: 94%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w95 {
  width: 95%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w96 {
  width: 96%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w97 {
  width: 97%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w98 {
  width: 98%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w99 {
  width: 99%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w100 {
  width: 100%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w101 {
  width: 101%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w102 {
  width: 102%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w103 {
  width: 103%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w104 {
  width: 104%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w105 {
  width: 105%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w106 {
  width: 106%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w107 {
  width: 107%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w108 {
  width: 108%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w109 {
  width: 109%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w110 {
  width: 110%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w111 {
  width: 111%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w112 {
  width: 112%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w113 {
  width: 113%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w114 {
  width: 114%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w115 {
  width: 115%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w116 {
  width: 116%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w117 {
  width: 117%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w118 {
  width: 118%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w119 {
  width: 119%;
  box-sizing: border-box;
}
.c-txt-shrink-fit.--w120 {
  width: 120%;
  box-sizing: border-box;
}
.c-txt-shrink-fit__shrinker {
  display: block;
  width: 100%;
}
.c-txt-shrink-fit__inner {
  display: block;
  /* scaleX($i/100) で箱いっぱいに見せるため、幅を 100/($i/100)% = 10000/$i % に */
}
.c-txt-shrink-fit__inner > * {
  display: block;
}
.--w50 .c-txt-shrink-fit__inner {
  width: 200%;
  transform-origin: left top;
  transform: scaleX(0.5);
}
.--w51 .c-txt-shrink-fit__inner {
  width: 196.0784313725%;
  transform-origin: left top;
  transform: scaleX(0.51);
}
.--w52 .c-txt-shrink-fit__inner {
  width: 192.3076923077%;
  transform-origin: left top;
  transform: scaleX(0.52);
}
.--w53 .c-txt-shrink-fit__inner {
  width: 188.679245283%;
  transform-origin: left top;
  transform: scaleX(0.53);
}
.--w54 .c-txt-shrink-fit__inner {
  width: 185.1851851852%;
  transform-origin: left top;
  transform: scaleX(0.54);
}
.--w55 .c-txt-shrink-fit__inner {
  width: 181.8181818182%;
  transform-origin: left top;
  transform: scaleX(0.55);
}
.--w56 .c-txt-shrink-fit__inner {
  width: 178.5714285714%;
  transform-origin: left top;
  transform: scaleX(0.56);
}
.--w57 .c-txt-shrink-fit__inner {
  width: 175.4385964912%;
  transform-origin: left top;
  transform: scaleX(0.57);
}
.--w58 .c-txt-shrink-fit__inner {
  width: 172.4137931034%;
  transform-origin: left top;
  transform: scaleX(0.58);
}
.--w59 .c-txt-shrink-fit__inner {
  width: 169.4915254237%;
  transform-origin: left top;
  transform: scaleX(0.59);
}
.--w60 .c-txt-shrink-fit__inner {
  width: 166.6666666667%;
  transform-origin: left top;
  transform: scaleX(0.6);
}
.--w61 .c-txt-shrink-fit__inner {
  width: 163.9344262295%;
  transform-origin: left top;
  transform: scaleX(0.61);
}
.--w62 .c-txt-shrink-fit__inner {
  width: 161.2903225806%;
  transform-origin: left top;
  transform: scaleX(0.62);
}
.--w63 .c-txt-shrink-fit__inner {
  width: 158.7301587302%;
  transform-origin: left top;
  transform: scaleX(0.63);
}
.--w64 .c-txt-shrink-fit__inner {
  width: 156.25%;
  transform-origin: left top;
  transform: scaleX(0.64);
}
.--w65 .c-txt-shrink-fit__inner {
  width: 153.8461538462%;
  transform-origin: left top;
  transform: scaleX(0.65);
}
.--w66 .c-txt-shrink-fit__inner {
  width: 151.5151515152%;
  transform-origin: left top;
  transform: scaleX(0.66);
}
.--w67 .c-txt-shrink-fit__inner {
  width: 149.2537313433%;
  transform-origin: left top;
  transform: scaleX(0.67);
}
.--w68 .c-txt-shrink-fit__inner {
  width: 147.0588235294%;
  transform-origin: left top;
  transform: scaleX(0.68);
}
.--w69 .c-txt-shrink-fit__inner {
  width: 144.9275362319%;
  transform-origin: left top;
  transform: scaleX(0.69);
}
.--w70 .c-txt-shrink-fit__inner {
  width: 142.8571428571%;
  transform-origin: left top;
  transform: scaleX(0.7);
}
.--w71 .c-txt-shrink-fit__inner {
  width: 140.8450704225%;
  transform-origin: left top;
  transform: scaleX(0.71);
}
.--w72 .c-txt-shrink-fit__inner {
  width: 138.8888888889%;
  transform-origin: left top;
  transform: scaleX(0.72);
}
.--w73 .c-txt-shrink-fit__inner {
  width: 136.9863013699%;
  transform-origin: left top;
  transform: scaleX(0.73);
}
.--w74 .c-txt-shrink-fit__inner {
  width: 135.1351351351%;
  transform-origin: left top;
  transform: scaleX(0.74);
}
.--w75 .c-txt-shrink-fit__inner {
  width: 133.3333333333%;
  transform-origin: left top;
  transform: scaleX(0.75);
}
.--w76 .c-txt-shrink-fit__inner {
  width: 131.5789473684%;
  transform-origin: left top;
  transform: scaleX(0.76);
}
.--w77 .c-txt-shrink-fit__inner {
  width: 129.8701298701%;
  transform-origin: left top;
  transform: scaleX(0.77);
}
.--w78 .c-txt-shrink-fit__inner {
  width: 128.2051282051%;
  transform-origin: left top;
  transform: scaleX(0.78);
}
.--w79 .c-txt-shrink-fit__inner {
  width: 126.582278481%;
  transform-origin: left top;
  transform: scaleX(0.79);
}
.--w80 .c-txt-shrink-fit__inner {
  width: 125%;
  transform-origin: left top;
  transform: scaleX(0.8);
}
.--w81 .c-txt-shrink-fit__inner {
  width: 123.4567901235%;
  transform-origin: left top;
  transform: scaleX(0.81);
}
.--w82 .c-txt-shrink-fit__inner {
  width: 121.9512195122%;
  transform-origin: left top;
  transform: scaleX(0.82);
}
.--w83 .c-txt-shrink-fit__inner {
  width: 120.4819277108%;
  transform-origin: left top;
  transform: scaleX(0.83);
}
.--w84 .c-txt-shrink-fit__inner {
  width: 119.0476190476%;
  transform-origin: left top;
  transform: scaleX(0.84);
}
.--w85 .c-txt-shrink-fit__inner {
  width: 117.6470588235%;
  transform-origin: left top;
  transform: scaleX(0.85);
}
.--w86 .c-txt-shrink-fit__inner {
  width: 116.2790697674%;
  transform-origin: left top;
  transform: scaleX(0.86);
}
.--w87 .c-txt-shrink-fit__inner {
  width: 114.9425287356%;
  transform-origin: left top;
  transform: scaleX(0.87);
}
.--w88 .c-txt-shrink-fit__inner {
  width: 113.6363636364%;
  transform-origin: left top;
  transform: scaleX(0.88);
}
.--w89 .c-txt-shrink-fit__inner {
  width: 112.3595505618%;
  transform-origin: left top;
  transform: scaleX(0.89);
}
.--w90 .c-txt-shrink-fit__inner {
  width: 111.1111111111%;
  transform-origin: left top;
  transform: scaleX(0.9);
}
.--w91 .c-txt-shrink-fit__inner {
  width: 109.8901098901%;
  transform-origin: left top;
  transform: scaleX(0.91);
}
.--w92 .c-txt-shrink-fit__inner {
  width: 108.6956521739%;
  transform-origin: left top;
  transform: scaleX(0.92);
}
.--w93 .c-txt-shrink-fit__inner {
  width: 107.5268817204%;
  transform-origin: left top;
  transform: scaleX(0.93);
}
.--w94 .c-txt-shrink-fit__inner {
  width: 106.3829787234%;
  transform-origin: left top;
  transform: scaleX(0.94);
}
.--w95 .c-txt-shrink-fit__inner {
  width: 105.2631578947%;
  transform-origin: left top;
  transform: scaleX(0.95);
}
.--w96 .c-txt-shrink-fit__inner {
  width: 104.1666666667%;
  transform-origin: left top;
  transform: scaleX(0.96);
}
.--w97 .c-txt-shrink-fit__inner {
  width: 103.0927835052%;
  transform-origin: left top;
  transform: scaleX(0.97);
}
.--w98 .c-txt-shrink-fit__inner {
  width: 102.0408163265%;
  transform-origin: left top;
  transform: scaleX(0.98);
}
.--w99 .c-txt-shrink-fit__inner {
  width: 101.0101010101%;
  transform-origin: left top;
  transform: scaleX(0.99);
}
.--w100 .c-txt-shrink-fit__inner {
  width: 100%;
  transform-origin: left top;
  transform: scaleX(1);
}
.--w101 .c-txt-shrink-fit__inner {
  width: 99.0099009901%;
  transform-origin: left top;
  transform: scaleX(1.01);
}
.--w102 .c-txt-shrink-fit__inner {
  width: 98.0392156863%;
  transform-origin: left top;
  transform: scaleX(1.02);
}
.--w103 .c-txt-shrink-fit__inner {
  width: 97.0873786408%;
  transform-origin: left top;
  transform: scaleX(1.03);
}
.--w104 .c-txt-shrink-fit__inner {
  width: 96.1538461538%;
  transform-origin: left top;
  transform: scaleX(1.04);
}
.--w105 .c-txt-shrink-fit__inner {
  width: 95.2380952381%;
  transform-origin: left top;
  transform: scaleX(1.05);
}
.--w106 .c-txt-shrink-fit__inner {
  width: 94.3396226415%;
  transform-origin: left top;
  transform: scaleX(1.06);
}
.--w107 .c-txt-shrink-fit__inner {
  width: 93.4579439252%;
  transform-origin: left top;
  transform: scaleX(1.07);
}
.--w108 .c-txt-shrink-fit__inner {
  width: 92.5925925926%;
  transform-origin: left top;
  transform: scaleX(1.08);
}
.--w109 .c-txt-shrink-fit__inner {
  width: 91.7431192661%;
  transform-origin: left top;
  transform: scaleX(1.09);
}
.--w110 .c-txt-shrink-fit__inner {
  width: 90.9090909091%;
  transform-origin: left top;
  transform: scaleX(1.1);
}
.--w111 .c-txt-shrink-fit__inner {
  width: 90.0900900901%;
  transform-origin: left top;
  transform: scaleX(1.11);
}
.--w112 .c-txt-shrink-fit__inner {
  width: 89.2857142857%;
  transform-origin: left top;
  transform: scaleX(1.12);
}
.--w113 .c-txt-shrink-fit__inner {
  width: 88.4955752212%;
  transform-origin: left top;
  transform: scaleX(1.13);
}
.--w114 .c-txt-shrink-fit__inner {
  width: 87.7192982456%;
  transform-origin: left top;
  transform: scaleX(1.14);
}
.--w115 .c-txt-shrink-fit__inner {
  width: 86.9565217391%;
  transform-origin: left top;
  transform: scaleX(1.15);
}
.--w116 .c-txt-shrink-fit__inner {
  width: 86.2068965517%;
  transform-origin: left top;
  transform: scaleX(1.16);
}
.--w117 .c-txt-shrink-fit__inner {
  width: 85.4700854701%;
  transform-origin: left top;
  transform: scaleX(1.17);
}
.--w118 .c-txt-shrink-fit__inner {
  width: 84.7457627119%;
  transform-origin: left top;
  transform: scaleX(1.18);
}
.--w119 .c-txt-shrink-fit__inner {
  width: 84.0336134454%;
  transform-origin: left top;
  transform: scaleX(1.19);
}
.--w120 .c-txt-shrink-fit__inner {
  width: 83.3333333333%;
  transform-origin: left top;
  transform: scaleX(1.2);
}

.c-btn-soft {
  display: block;
  border-radius: 10px;
  width: 160px;
  font-size: 13px;
  color: #ffffff;
  line-height: 1;
  padding: 1em 0;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  transition: transform 0.5s ease;
}
.c-btn-soft:hover, .c-btn-soft:focus {
  transform: scale(1.1);
}
.c-btn-soft.--disabled {
  background: #b3b3b3 !important;
  pointer-events: none;
}
.c-btn-soft.--smaller {
  font-size: 11px;
  padding: 1.1818181818em 0;
}
.c-btn-soft.--smallest {
  font-size: 10px;
  padding: 1.3em 0;
}

.c-btn-round {
  display: flex;
  justify-content: center;
}
.c-btn-round a {
  display: grid;
  place-items: center;
  background-color: #231815;
  color: #ffffff;
  font-size: clamp(12px * 1, 100vw * 12 / 1440, 19.2px);
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.5em 1.5em;
  border-radius: 100svh;
  min-width: sizeX(160);
}
.c-btn-round.--large a {
  font-size: clamp(12px * 1, 100vw * 12 / 1440, 19.2px);
  min-width: sizeX(200);
  letter-spacing: 0.01em;
  padding: 0.8em 1.5em;
}

.c-btns-fixed {
  position: fixed;
  bottom: clamp(64px * 0.7, 100vw * 64 / 1440, 64px * 1);
  right: clamp(64px * 0.7, 100vw * 64 / 1440, 64px * 1);
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .c-btns-fixed {
    font-size: clamp(12px * 0.9, 100vw * 12 / 390, 12px);
    right: 1.3333333333em;
    bottom: 2.3333333333em;
    width: 3em;
  }
}
@media (max-height: 540px) {
  .c-btns-fixed {
    display: none;
  }
}
.c-btns-fixed__list {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .c-btns-fixed__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1em;
  }
}
.c-btns-fixed__link {
  display: block;
  padding: 0.2222222222rem 0.6666666667rem 0;
  line-height: 1;
  font-size: 0.8888888889rem;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: center;
  background-color: #dbc2b6;
  color: #231815;
  border-radius: 0.5555555556rem;
  height: 10rem;
  letter-spacing: 0.2em;
  transition: filter 0.5s ease;
}
.c-btns-fixed__link.--small {
  font-size: 0.7222222222rem;
  padding: 0.2222222222rem 0.75rem 0;
}
@media screen and (max-width: 767px) {
  .c-btns-fixed__link.--small {
    padding: 0.8333333333em;
    font-size: 1em;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-btns-fixed__link {
    padding: 0.8333333333em;
    font-size: 1em;
    height: auto;
  }
}
.c-btns-fixed__link:hover {
  filter: brightness(1.05) saturate(0.95);
}

.c-btn-bar {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #58633e;
}
.c-btn-bar.--news {
  margin: 4.4444444444rem auto 0;
}
@media screen and (max-width: 767px) {
  .c-btn-bar.--news {
    margin: 2.8571428571rem 0 0;
  }
}
.c-btn-bar__txt {
  display: block;
  padding: 0 0.12em 0 0.2em;
}
@media screen and (max-width: 767px) {
  .c-btn-bar__txt {
    font-size: 0.8571428571rem;
  }
}
.c-btn-bar__bar {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #58633e;
  margin-top: 0.2222222222rem;
}
a:hover .c-btn-bar__bar {
  animation: bar 1.7s cubic-bezier(0.28, 0.045, 0.035, 0.415) infinite;
}
@keyframes bar {
  0% {
    width: 100%;
    margin-left: 0%;
  }
  27% {
    width: 0%;
    margin-left: 100%;
  }
  28% {
    margin-left: 0%;
  }
  33% {
    width: 0%;
  }
  60% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}

.c-tab {
  margin-top: 4.4444444444rem;
  position: relative;
  padding-bottom: 1px;
}
@media screen and (max-width: 767px) {
  .c-tab {
    margin-top: 4.2857142857rem;
    margin-right: -0.8571428571rem;
    margin-left: -0.8571428571rem;
  }
}
.c-tab::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #58633e;
}
.c-tab__list {
  display: flex;
  justify-content: center;
  gap: 0.3333333333rem;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .c-tab__list {
    flex-wrap: wrap;
    gap: 0.2142857143rem;
  }
}
.c-tab__link {
  display: block;
  padding: 0.6666666667rem 1.3333333333rem;
  border: 1px solid #58633e;
  border-bottom: 1px solid #58633e;
  border-radius: 10px 10px 0 0;
  color: #58633e;
  font-size: 0.8888888889rem;
  line-height: 1;
  white-space: nowrap;
  transition: background-color 0.3s, color 0.3s;
  position: relative;
  margin-bottom: -1px;
  background-color: #fbe2da;
}
@media screen and (max-width: 767px) {
  .c-tab__link {
    padding: 0.4285714286rem 0.5714285714rem;
    font-size: 0.8571428571rem;
    margin-bottom: 0;
    margin-bottom: -1px;
  }
}
.c-tab__link.--active {
  border-bottom: none;
  z-index: 1;
}
.c-tab__link.--active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fbe2da;
}

#check-line {
  stroke-dasharray: 14.9905796051;
  stroke-dashoffset: 14.9905796051;
  transition: stroke-dashoffset 0.5s ease-in-out;
}
.--open #check-line {
  stroke-dashoffset: 0;
}
.--open li:nth-child(1) #check-line {
  transition-delay: 0.55s;
}
.--open li:nth-child(2) #check-line {
  transition-delay: 0.6s;
}
.--open li:nth-child(3) #check-line {
  transition-delay: 0.65s;
}
.--open li:nth-child(4) #check-line {
  transition-delay: 0.7s;
}
.--open li:nth-child(5) #check-line {
  transition-delay: 0.75s;
}
.--open li:nth-child(6) #check-line {
  transition-delay: 0.8s;
}
.--open li:nth-child(7) #check-line {
  transition-delay: 0.85s;
}
.--open li:nth-child(8) #check-line {
  transition-delay: 0.9s;
}
.--open li:nth-child(9) #check-line {
  transition-delay: 0.95s;
}
.--open li:nth-child(10) #check-line {
  transition-delay: 1s;
}
.--open li:nth-child(11) #check-line {
  transition-delay: 1.05s;
}
.--open li:nth-child(12) #check-line {
  transition-delay: 1.1s;
}
.--open li:nth-child(13) #check-line {
  transition-delay: 1.15s;
}
.--open li:nth-child(14) #check-line {
  transition-delay: 1.2s;
}
.--open li:nth-child(15) #check-line {
  transition-delay: 1.25s;
}
.--open li:nth-child(16) #check-line {
  transition-delay: 1.3s;
}
.--open li:nth-child(17) #check-line {
  transition-delay: 1.35s;
}
.--open li:nth-child(18) #check-line {
  transition-delay: 1.4s;
}
.--open li:nth-child(19) #check-line {
  transition-delay: 1.45s;
}
.--open li:nth-child(20) #check-line {
  transition-delay: 1.5s;
}

.c-accordion__body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.7s;
}
.--open > .c-accordion__body {
  grid-template-rows: 1fr;
}
.c-accordion__inner {
  overflow: hidden;
}
.c-accordion__btn.--plus {
  display: flex;
  align-items: flex-start;
  gap: 3em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-accordion__btn.--plus {
    gap: 1em;
  }
}
.c-accordion__btn.--plusbottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-accordion__btn.--plusbottom {
    gap: 1em;
  }
}
.c-accordion__btn.--disabled {
  pointer-events: none;
}
.c-accordion__btn.--disabled i {
  display: none !important;
}
.c-accordion__plus {
  display: block;
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}
.c-accordion__plus::before, .c-accordion__plus::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  width: 1.3333333333rem;
  height: 1px;
  background-color: #58633e;
  transition: transform 0.3s;
}
.c-accordion__plus::after {
  transform: rotate(-90deg);
}
.--open .c-accordion__plus::after {
  transform: rotate(0deg);
}

.c-anim-pos {
  position: relative;
}

.c-anim-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-inner:has(.c-anim-cont) {
  position: relative;
}

.c-anim-text-underline {
  position: relative;
}
.c-anim-text-underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #231815;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.2s ease;
}
.c-anim-text-underline.--green::after {
  background-color: #58633e;
}
.c-anim-text-underline.--active::after {
  transform: scaleX(1);
}

.c-breadcrumbs {
  padding-bottom: 10px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    font-size: 12px;
    padding-bottom: 5px;
  }
}
.c-breadcrumbs > span {
  display: flex;
}
.c-breadcrumbs > span > span {
  display: flex;
}
.c-breadcrumbs > span > span:first-child {
  width: 70px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs > span > span:first-child {
    width: 50px;
  }
}
.c-breadcrumbs > span > span:first-child a {
  display: block;
  transform: translateY(15%);
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs > span > span:first-child a {
    transform: translateY(17%);
  }
}
.c-breadcrumbs > span > span:not(:last-child)::after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  padding: 0 0.5em;
  color: #c0c0c0;
}

/* ネイティブスクロールバーを非表示（.c-custom-scroll が付いた要素） */
.c-custom-scroll {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.c-custom-scroll::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

/* カスタムスクロールバー
 * 位置・サイズは CSS 変数で調整可能
 * --scrollbar-width: 6px
 * --scrollbar-top: 0
 * --scrollbar-right: 0
 * --scrollbar-bottom: 0
 * --scrollbar-left: auto（未指定時は right 基準）
 */
.c-custom-scrollbar {
  --scrollbar-width: 6px;
  --scrollbar-track-bg: #f6bda9;
  --scrollbar-thumb-bg: #eb6d3f;
  --scrollbar-top: 0;
  --scrollbar-right: 0;
  --scrollbar-bottom: 0;
  --scrollbar-left: auto;
  display: none; /* JS でオーバーフロー時のみ表示 */
  position: absolute;
  top: var(--scrollbar-top);
  right: var(--scrollbar-right);
  bottom: var(--scrollbar-bottom);
  left: var(--scrollbar-left);
  width: var(--scrollbar-width);
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-custom-scrollbar {
    --scrollbar-width: 4px;
  }
}
.c-custom-scrollbar__track {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--scrollbar-track-bg);
  border-radius: 0;
  pointer-events: auto;
}
.c-custom-scrollbar__thumb {
  position: absolute;
  left: 0;
  width: 100%;
  min-height: 20px;
  background: var(--scrollbar-thumb-bg);
  border-radius: 0;
  pointer-events: auto;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c-custom-scrollbar__thumb:active {
  cursor: grabbing;
}

.l-header__windows {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  pointer-events: none;
  z-index: 9999999999999;
}
.l-header__windows > * {
  pointer-events: auto;
}

/* 768px未満でウィンドウを開いたときの外側タップ用（JSで挿入） */
.c-window__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  cursor: default;
}

.c-window {
  display: none;
  position: fixed;
  max-width: 185px;
  max-height: 333px;
  border: 1px solid #000;
  padding: 9px 15px 15px 23px;
  background: #fff;
  flex-direction: column;
  box-sizing: border-box;
  z-index: 1;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /* ウィンドウ内カスタムスクロールバー: 白背景・グレーサム */
}
@media screen and (max-width: 767px) {
  .c-window {
    width: 246px;
    max-height: 400px;
  }
}
.c-window:active {
  cursor: grabbing;
}
.c-window.is-open {
  display: flex;
}
.c-window__header {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  top: 9px;
  right: 9px;
  z-index: 10;
  width: 16px;
}
.c-window__close {
  display: block;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  line-height: 0;
}
.c-window__close:hover {
  opacity: 0.7;
}
.c-window__body {
  flex: 1;
  min-height: 0;
  display: flex;
  overflow: hidden;
}
.c-window__content-wrap {
  position: relative;
  flex: 1;
  min-width: 0;
  min-height: 0;
}
.c-window__content {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 8px 8px 0;
}
.c-window__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-window__item {
  margin: 0;
}
.c-window__link {
  display: block;
  padding: 0.25em 0;
  color: #231815;
  text-decoration: none;
  font-size: 15px;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .c-window__link {
    font-size: 19px;
  }
}
.c-window__link:hover {
  text-decoration: underline;
}
.c-window .c-custom-scrollbar {
  --scrollbar-track-bg: #fff;
  --scrollbar-thumb-bg: #999;
  --scrollbar-width: 6px;
  --scrollbar-top: 25px;
  --scrollbar-right: 0;
  --scrollbar-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-window .c-custom-scrollbar {
    --scrollbar-width: 4px;
  }
}

.c-ham {
  position: relative;
  z-index: 99999;
  width: clamp(40px * 0.9, 100vw * 40 / 1440, 40px * 1);
  height: clamp(40px * 0.9, 100vw * 40 / 1440, 40px * 1);
  order: 1;
  pointer-events: auto;
}
.c-ham__container {
  padding-top: clamp(64px * 0.7, 100vw * 64 / 1440, 64px * 1);
  padding-right: clamp(64px * 0.7, 100vw * 64 / 1440, 64px * 1);
}
.c-ham__line {
  position: absolute;
  top: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 100%;
  display: block;
  background-color: #58633e;
  transition: transform 0.6s;
}
.c-ham__line:nth-of-type(1) {
  transform: translateX(clamp(-18.5px * 1, 100vw * -18.5 / 1440, -18.5px * 0.8));
}
.is-ham-open .c-ham__line:nth-of-type(1) {
  transform: translateX(0px) rotate(-60deg);
}
.c-ham__line:nth-of-type(2) {
  transition: opacity 0.6s;
}
.is-ham-open .c-ham__line:nth-of-type(2) {
  opacity: 0;
}
.c-ham__line:nth-of-type(3) {
  transform: translateX(clamp(18.5px * 0.8, 100vw * 18.5 / 1440, 18.5px * 1));
}
.is-ham-open .c-ham__line:nth-of-type(3) {
  transform: translateX(0px) rotate(60deg);
}

.c-list-cat .c-accordion__body {
  padding-left: 7em;
}
@media screen and (max-width: 767px) {
  .c-list-cat .c-accordion__body {
    padding-left: 0;
  }
}
.c-list-cat__row {
  display: grid;
  grid-template-columns: 7em 1fr;
  gap: 1em;
}
.c-list-cat__row.--followed {
  margin-top: 1.2777777778em;
}
@media screen and (max-width: 767px) {
  .c-list-cat__row {
    grid-template-columns: 1fr;
  }
}
.c-list-cat__ttl {
  font-size: 1em;
  font-weight: 700;
  align-self: center;
}
.c-list-cat__header {
  padding-bottom: 1.2777777778em;
  position: relative;
  border-bottom: 1px solid #efefef;
}
.c-list-cat__header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 7em;
  height: 1px;
}
.c-list-cat__top {
  display: flex;
  align-items: center;
  gap: 1em;
}
.c-list-cat__inner {
  display: flex;
  gap: 1em;
  white-space: nowrap;
  flex-wrap: wrap;
}
.c-list-cat__inner.--tag {
  padding-top: 1em;
  font-size: 0.9em;
}
.c-list-cat__link {
  padding: 0.6em 1em;
  border-radius: 10px;
  transition: background-color 0.3s, border-color 0.3s;
  border: 1px solid #efefef;
}
.c-list-cat__link.--active {
  color: #ffffff;
}
.c-list-cat__divider {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5em;
}
.c-list-cat__matched {
  padding-left: 1.5em;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1em;
}
.c-list-cat__matched::before {
  content: "";
  position: absolute;
  top: -5%;
  left: 0;
  width: 1px;
  height: 110%;
  background-color: #efefef;
}
@media screen and (max-width: 767px) {
  .c-list-cat__matched.--pc {
    display: none;
  }
}
.c-list-cat__matched.--sp {
  padding-left: 0;
  margin-top: 1em;
}
.c-list-cat__matched.--sp::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-list-cat__matched.--sp {
    display: none;
  }
}

.c-list-cat-sort {
  margin-top: 0.7em;
}
.c-list-cat-sort__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1em;
}
.c-list-cat-sort__item {
  display: flex;
  align-items: center;
  gap: 1em;
}
.c-list-cat-sort__list {
  display: flex;
  align-items: center;
  gap: 0.7em;
}
.c-list-cat-sort__btn {
  opacity: 0.5;
}
.c-list-cat-sort__btn.--active {
  opacity: 1;
}
.c-list-cat-sort__icon {
  display: inline-block;
  margin-left: 0.2em;
  width: 0.8em;
  height: 1em;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translateY(0.1em);
}
.c-list-cat-sort__icon.--up {
  transform: translateY(0.1em) rotate(180deg);
}

@media screen and (max-width: 767px) {
  .c-marquee {
    font-size: 13px;
  }
}
.c-marquee .swiper {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.c-marquee .swiper.swiper-initialized {
  opacity: 1;
}
.c-marquee .swiper-wrapper {
  transition-timing-function: linear;
}
.p-branding .c-marquee .swiper-slide {
  width: 86.7777777778em;
}
.p-mvv .c-marquee .swiper-slide {
  width: 189.0555555556em;
}
.p-story .c-marquee .swiper-slide {
  width: 92.7777777778em;
}
.c-marquee__item {
  display: flex;
}
.c-marquee__img:nth-child(1) {
  width: 94px;
}
.c-marquee__img:nth-child(2) {
  width: 55px;
}
.c-marquee__img:nth-child(3) {
  width: 108px;
}
.c-marquee__img:nth-child(4) {
  width: 58px;
}
.c-marquee__img:nth-child(5) {
  width: 93px;
}
.c-marquee__img:nth-child(6) {
  width: 66px;
}
.c-marquee__img:nth-child(7) {
  width: 105px;
}
.c-marquee__img:nth-child(8) {
  width: 147px;
}
.c-marquee__img:nth-child(9) {
  width: 81px;
}
.c-marquee__img:nth-child(10) {
  width: 61px;
}
.c-marquee__img:nth-child(11) {
  width: 29px;
}
.c-marquee__img:nth-child(12) {
  width: 72px;
}
.c-marquee__img:nth-child(13) {
  width: 95px;
}
.c-marquee__img:nth-child(14) {
  width: 70px;
}
.c-marquee__img:nth-child(15) {
  width: 97px;
}
.c-marquee__img:nth-child(16) {
  width: 58px;
}
.c-marquee__img:nth-child(17) {
  width: 94px;
}
.c-marquee__img:nth-child(18) {
  width: 179px;
}

/* Modal */
.modal__overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

.modal__container {
  max-width: 90%;
  max-height: 90svh;
  padding: 30px;
  overflow-y: auto;
}

.modal__title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
}

.modal__footer {
  display: flex;
  justify-content: flex-end;
}

.modal__content img {
  width: 100%;
  height: 70svh;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/* Animation */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(10%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  transition: visibility 0.5s ease-in-out;
  visibility: hidden;
}

.micromodal-slide.is-open {
  visibility: visible;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.c-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  font-size: clamp(26px * 1, 100vw * 26 / 1440, 41.6px);
  gap: 1.2em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    padding: 0 20px;
    margin-top: 56px;
    font-size: clamp(16px * 1, 100vw * 16 / 390, 24px);
  }
  .c-pagination .c-btn-round a {
    padding: 20px 35px;
    min-width: 170px;
  }
}
.c-pagination a {
  text-decoration: none;
}
.c-pagination a:hover {
  opacity: 0.65;
}
.c-pagination__page.--current {
  border: none;
  pointer-events: none;
  color: #231815;
  font-weight: 500;
}
.c-pagination__page.--dots {
  border: none;
  pointer-events: none;
  transform: translateY(0.5em);
}

.c-para-bg {
  position: relative;
  overflow: hidden;
}
.c-para-bg__bg {
  position: absolute;
  top: -50%;
  left: 0;
  width: 100%;
  height: 150%;
}
@media screen and (max-width: 767px) {
  .c-para-bg__bg {
    top: -20%;
    height: 120%;
  }
}

[data-effect^=fade-in] {
  opacity: 0;
}

[data-effect=fade-in-up] {
  transform: translateY(20px);
}

[data-zoom=in-out],
[data-zoom=in] {
  transform: scale(0.5);
  opacity: 0;
  transform-origin: left bottom;
}
@media (prefers-reduced-motion: reduce) {
  [data-zoom=in-out],
  [data-zoom=in] {
    transform: none !important;
    opacity: 1 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-zoom=out] {
    transform: none !important;
    opacity: 1 !important;
  }
}

[data-zoom-orig=center-bottom] {
  transform-origin: center bottom;
}

[data-fade=in] {
  opacity: 0;
  filter: blur(10px);
}
@media (prefers-reduced-motion: reduce) {
  [data-fade=in] {
    opacity: 1 !important;
  }
}

[data-fade=in-up] {
  opacity: 0;
  transform: translateY(20px);
  filter: blur(10px);
}
@media (prefers-reduced-motion: reduce) {
  [data-fade=in-up] {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}

[data-card=in-out] [data-card-item],
[data-card=in] [data-card-item] {
  filter: blur(5px);
  opacity: 0;
  transform-origin: left bottom;
}
@media (prefers-reduced-motion: reduce) {
  [data-card=in-out] [data-card-item],
  [data-card=in] [data-card-item] {
    transform: none !important;
    opacity: 1 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-card=out] [data-card-item] {
    transform: none !important;
    opacity: 1 !important;
  }
}

[data-type-in] {
  max-width: 90vw;
}
[data-type-in] > span,
[data-type-in] > span > span {
  display: inline !important;
}

[data-swipe=right] {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.5s ease;
}
@media (prefers-reduced-motion: reduce) {
  [data-swipe=right] {
    clip-path: inset(0 0% 0 0) !important;
  }
}

.path-pc__base {
  fill: #fff;
  -webkit-mask: url(#path-pc-mask);
          mask: url(#path-pc-mask);
}
.path-pc__mask {
  stroke-miterlimit: 500;
  stroke: #fff;
  stroke-dashoffset: 0 !important;
}
.path-pc__mask.--mask-pc-1 {
  stroke-dasharray: 990 990;
  stroke-dashoffset: 990;
}
.path-pc__mask.--mask-pc-2 {
  stroke-dasharray: 1180 1180;
  stroke-dashoffset: 1180;
}
.path-pc__mask.--mask-pc-3 {
  stroke-dasharray: 1240 1240;
  stroke-dashoffset: 1240;
}
.path-pc__mask.--mask-pc-4 {
  stroke-dasharray: 1300 1300;
  stroke-dashoffset: 1300;
}
.path-pc__mask.--mask-pc-5 {
  stroke-dasharray: 1320 1320;
  stroke-dashoffset: 1320;
}
.path-pc__mask.--mask-pc-6 {
  stroke-dasharray: 1410 1410;
  stroke-dashoffset: 1410;
}
.path-pc__mask.--mask-pc-7 {
  stroke-dasharray: 1320 1320;
  stroke-dashoffset: 1320;
}
.path-pc__mask.--mask-pc-8 {
  stroke-dasharray: 1820 1820;
  stroke-dashoffset: 1820;
}

.c-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fbe2da;
  overflow: hidden;
}
.c-bg #path-pc {
  width: 1365px;
  height: 4797px;
  display: block;
  margin: auto;
  transform-origin: center top;
  transform: scaleX(1);
}
@media screen and (max-width: 1364px) {
  .c-bg #path-pc {
    transform-origin: left top;
  }
}

.c-card-place {
  padding: sizeY(50) sizeX(30) sizeY(40);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  color: #ffffff;
  text-align: center;
}
.c-card-place__name {
  margin-top: sizeY(10);
  font-size: clamp(12px * 1, 100vw * 12 / 1440, 19.2px);
  font-weight: 700;
  line-height: 1.5833333333;
  min-height: 3.1666em;
  display: grid;
  place-items: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-card-place__place {
  font-size: clamp(8.5px * 1, 100vw * 8.5 / 1365, 11.05px);
  font-weight: 700;
  letter-spacing: 0.16em;
  border-top: 1px dotted #ffffff;
  padding-top: sizeY(10);
  margin-top: sizeY(10);
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.c-card-place__text {
  font-size: clamp(9.5px * 1, 100vw * 9.5 / 1365, 12.35px);
  font-weight: 500;
  line-height: 1.5833333333;
}

.c-card-note {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(27px * 0.7, 100vw * 27 / 1440, 27px * 1);
}
@media screen and (max-width: 999px) {
  .c-card-note {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .c-card-note {
    grid-template-columns: repeat(1, 1fr);
    max-width: 320px;
    margin: auto;
  }
}
.c-card-note__item a {
  display: block;
  padding: clamp(12px * 0.7, 100vw * 12 / 1440, 12px * 1);
  background-color: #ffffff;
  border: 1px solid #231815;
  font-size: 0.7222222222rem;
  color: #008bd5;
  border-radius: 0px;
  transition: border-radius 0.6s ease;
}
.c-card-note__item a:hover {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .c-card-note__item a {
    font-size: 1rem;
  }
}
.c-card-note__thumb {
  overflow: hidden;
  transition: border-radius 0.6s ease;
}
a:hover .c-card-note__thumb {
  border-radius: 13px;
}
.c-card-note__thumb img {
  transition: transform 5s ease;
}
a:hover .c-card-note__thumb img {
  transform: scale(1.08);
}
.c-card-note__title {
  line-height: 1.9;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 3.8em;
  margin-top: clamp(8px * 0.7, 100vw * 8 / 1440, 8px * 1);
}
.c-card-note__more {
  margin-top: clamp(27px * 0.7, 100vw * 27 / 1440, 27px * 1);
  text-align: center;
}
.c-card-note__more-link {
  display: inline-block;
  padding: clamp(9px * 0.7, 100vw * 9 / 1440, 9px * 1) clamp(20px * 0.7, 100vw * 20 / 1440, 20px * 1);
  line-height: 1;
  font-size: clamp(21.42px * 0.7, 100vw * 21.42 / 1440, 21.42px * 1);
  color: #231815;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffffff;
  border: 1px solid #231815;
  border-radius: 100svh;
}
.c-card-note__more-link.is-measuring .c-txt-shrink-fit__shrinker, .c-card-note__more-link.is-measuring .c-txt-shrink-fit__inner {
  width: -moz-max-content;
  width: max-content;
}
.c-card-note__more-link .c-txt-shrink-fit__txt {
  white-space: nowrap;
}

.c-line-animation {
  position: absolute;
  bottom: 0;
  left: 3.5555555556rem;
  width: calc(100% - 3.5555555556rem * 2);
  height: 1px;
  background-color: #231815;
  transform: scaleX(0);
  transition: transform 1.2s ease;
  transform-origin: left center;
}
.c-line-animation.--active {
  transform: scaleX(1);
}
.c-line-animation.--max {
  width: 100%;
  left: 0;
}
.c-line-animation.--thin {
  height: 1px;
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .c-line-animation {
    width: calc(100% - 2.2857142857rem * 2);
    left: 2.2857142857rem;
  }
}

.c-mv-sub {
  position: relative;
  overflow: hidden;
}
.c-mv-sub::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
.c-mv-sub.--issue::before {
  content: "";
  background: linear-gradient(-60deg, #f000c6 0%, #00cab2 80%);
}
.c-mv-sub.--prop::before {
  content: "";
  background: linear-gradient(120deg, #5c86ff 0%, #5c29ff 26%, #00cab2 80%);
}
.c-mv-sub__inner {
  width: 100%;
  height: 100svh;
}
@media screen and (max-width: 767px) {
  .c-mv-sub__inner {
    max-height: 140vw;
  }
}
.c-mv-sub__move {
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 95svh) {
  .c-mv-sub__move {
    top: 42%;
  }
}
.c-mv-sub__move video {
  display: block;
  width: 100%;
  height: auto;
  animation: rotateInside 60s linear infinite;
}
@keyframes rotateInside {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.c-mv-sub__move-inner {
  width: 150vmin;
  height: 129.9038105677vmin;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: #fff;
  position: relative;
  animation: rotateTriangle 60s linear infinite;
  transform-origin: 50% 66.666666%;
}
@keyframes rotateTriangle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.c-mv-sub__move-inner-inner {
  position: absolute;
  width: 80%;
  top: 66.666666%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-mv-sub__inner {
  position: relative;
}
.c-mv-sub__btn {
  position: absolute;
  width: 9.2222222222em;
  bottom: 2.2222222222em;
  right: 2.2222222222em;
  z-index: 50;
}
@media screen and (max-width: 759px) {
  .c-mv-sub__btn {
    width: 45%;
    bottom: 0;
    right: 0;
  }
}
.c-mv-sub__info {
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
}
@media (max-width: 140svh) {
  .c-mv-sub__info {
    align-items: flex-start;
    padding-top: 10svh;
  }
}
@media (max-width: 95svh) {
  .c-mv-sub__info {
    align-items: flex-start;
    padding-top: 15svh;
  }
}
.c-mv-sub__info-inner {
  width: 25%;
  height: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 140svh) {
  .c-mv-sub__info-inner {
    flex-direction: row;
    width: 100%;
    height: 15vmin;
  }
  .c-mv-sub__info-inner img {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 95svh) {
  .c-mv-sub__info-inner {
    flex-direction: column;
    width: 40%;
    height: 90%;
  }
  .c-mv-sub__info-inner img {
    width: 100%;
    height: auto;
  }
}

.c-people-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.c-people-top__item {
  position: absolute;
  top: 100%;
  display: none;
}
.c-people-top__item.--people-1 {
  display: block;
  top: clamp(131.25px, 12.8205128205vw, 262.5px);
  left: max(9.5238095238vw, 65px);
  width: max(6.2271062271vw, 42.5px);
}
.c-people-top__item.--people-2 {
  display: block;
  top: clamp(97.5px, 9.5238095238vw, 195px);
  left: max(19.4139194139vw, 132.5px);
  width: max(14.5054945055vw, 99px);
}
.c-people-top__item.--people-3 {
  display: block;
  top: clamp(60px, 5.8608058608vw, 120px);
  left: max(33.6996336996vw, 230px);
  width: max(15.2380952381vw, 104px);
}
.c-people-top__item.--people-4 {
  display: block;
  top: clamp(72px, 7.032967033vw, 144px);
  left: max(60.8058608059vw, 415px);
  width: max(3.36996337vw, 23px);
}
.c-people-top__item.--people-5 {
  display: block;
  top: clamp(67.5px, 6.5934065934vw, 135px);
  left: max(71.7948717949vw, 490px);
  width: max(18.1684981685vw, 124px);
}
.c-people-top__item.--people-6 {
  display: block;
  top: clamp(251.25px, 24.5421245421vw, 502.5px);
  left: max(-5.8608058608vw, -40px);
  width: max(16.1172161172vw, 110px);
}
.c-people-top__item.--people-7 {
  display: block;
  top: clamp(213.75px, 20.8791208791vw, 427.5px);
  left: max(17.5824175824vw, 120px);
  width: max(10.1098901099vw, 69px);
}
.c-people-top__item.--people-8 {
  display: block;
  top: clamp(435px, 42.4908424908vw, 870px);
  left: max(2.1978021978vw, 15px);
  width: max(16.9230769231vw, 115.5px);
}
.c-people-top__item.--people-9 {
  display: block;
  top: clamp(506.25px, 49.4505494505vw, 1012.5px);
  left: max(42.1245421245vw, 287.5px);
  width: max(13.4065934066vw, 91.5px);
}
.c-people-top__item.--people-10 {
  display: block;
  top: clamp(487.5px, 47.619047619vw, 975px);
  left: max(60.4395604396vw, 412.5px);
  width: max(16.8498168498vw, 115px);
}
.c-people-top__item.--people-11 {
  display: block;
  top: clamp(228.75px, 22.3443223443vw, 457.5px);
  left: max(91.9413919414vw, 627.5px);
  width: max(5.4212454212vw, 37px);
}
.c-people-top__item.--people-12 {
  display: block;
  top: clamp(315px, 30.7692307692vw, 630px);
  left: max(77.6556776557vw, 530px);
  width: max(11.6483516484vw, 79.5px);
}
.c-people-top__item.--people-13 {
  display: block;
  top: clamp(442.5px, 43.2234432234vw, 885px);
  left: max(85.7142857143vw, 585px);
  width: max(12.6007326007vw, 86px);
}
.c-people-top__item.--people-14 {
  display: block;
  top: clamp(791.25px, 77.2893772894vw, 1582.5px);
  left: max(1.0989010989vw, 7.5px);
  width: max(12.2344322344vw, 83.5px);
}
.c-people-top__item.--people-15 {
  display: block;
  top: clamp(723.75px, 70.695970696vw, 1447.5px);
  left: max(38.0952380952vw, 260px);
  width: max(9.8901098901vw, 67.5px);
}
.c-people-top__item.--people-16 {
  display: block;
  top: clamp(1050px, 102.5641025641vw, 2100px);
  left: max(9.5238095238vw, 65px);
  width: max(17.8754578755vw, 122px);
}
.c-people-top__item.--people-17 {
  display: block;
  top: clamp(1068.75px, 104.3956043956vw, 2137.5px);
  left: max(34.7985347985vw, 237.5px);
  width: max(15.6776556777vw, 107px);
}
.c-people-top__item.--people-18 {
  display: block;
  top: clamp(1121.25px, 109.5238095238vw, 2242.5px);
  left: max(67.7655677656vw, 462.5px);
  width: max(12.967032967vw, 88.5px);
}
.c-people-top__item.--people-19 {
  display: block;
  top: clamp(585px, 57.1428571429vw, 1170px);
  left: max(80.2197802198vw, 547.5px);
  width: max(12.8205128205vw, 87.5px);
}
.c-people-top__item.--people-20 {
  display: block;
  top: clamp(1263.75px, 123.4432234432vw, 2527.5px);
  left: max(5.8608058608vw, 40px);
  width: max(8.7179487179vw, 59.5px);
}
.c-people-top__item.--people-22 {
  display: block;
  top: clamp(1267.5px, 123.8095238095vw, 2535px);
  left: max(87.5457875458vw, 597.5px);
  width: max(4.7619047619vw, 32.5px);
}
.c-people-top__item.--people-23 {
  display: block;
  top: clamp(1702.5px, 166.3003663004vw, 3405px);
  left: max(12.0879120879vw, 82.5px);
  width: max(4.6153846154vw, 31.5px);
}
.c-people-top__item.--people-24 {
  display: block;
  top: clamp(1706.25px, 166.6666666667vw, 3412.5px);
  left: max(80.2197802198vw, 547.5px);
  width: max(12.2344322344vw, 83.5px);
}
.c-people-top__item.--people-26 {
  display: block;
  top: clamp(1905px, 186.0805860806vw, 3810px);
  left: max(38.0952380952vw, 260px);
  width: max(8.9377289377vw, 61px);
}
.c-people-top__item.--people-27 {
  display: block;
  top: clamp(1905px, 186.0805860806vw, 3810px);
  left: max(85.7142857143vw, 585px);
  width: max(10.1098901099vw, 69px);
}
.c-people-top__item.--people-28 {
  display: block;
  top: clamp(1968.75px, 192.3076923077vw, 3937.5px);
  left: max(3.2967032967vw, 22.5px);
  width: max(6.5201465201vw, 44.5px);
}
.c-people-top__item.--people-30 {
  display: block;
  top: clamp(2025px, 197.8021978022vw, 4050px);
  left: max(76.9230769231vw, 525px);
  width: max(5.4945054945vw, 37.5px);
}
.c-people-top__item.--people-31 {
  display: block;
  top: clamp(2392.5px, 233.6996336996vw, 4785px);
  left: max(65.9340659341vw, 450px);
  width: max(5.2014652015vw, 35.5px);
}
.c-people-top__item.--people-32 {
  display: block;
  top: clamp(2291.25px, 223.8095238095vw, 4582.5px);
  left: max(75.0915750916vw, 512.5px);
  width: max(16.9230769231vw, 115.5px);
}
.c-people-top__item.--people-33 {
  display: block;
  top: clamp(2388.75px, 233.3333333333vw, 4777.5px);
  left: max(7.326007326vw, 50px);
  width: max(14.8717948718vw, 101.5px);
}
.c-people-top__item.--people-34 {
  display: block;
  top: clamp(2452.5px, 239.5604395604vw, 4905px);
  left: max(28.5714285714vw, 195px);
  width: max(6.5201465201vw, 44.5px);
}
.c-people-top__item.--people-35 {
  display: block;
  top: clamp(2565px, 250.5494505495vw, 5130px);
  left: max(54.9450549451vw, 375px);
  width: max(9.8168498168vw, 67px);
}
.c-people-top__item.--people-36 {
  display: block;
  top: clamp(2486.25px, 242.8571428571vw, 4972.5px);
  left: max(79.8534798535vw, 545px);
  width: max(9.3772893773vw, 64px);
}
.c-people-top__item.--people-37 {
  display: block;
  top: clamp(2865px, 279.8534798535vw, 5730px);
  left: max(6.2271062271vw, 42.5px);
  width: max(5.2747252747vw, 36px);
}
.c-people-top__item.--people-38 {
  display: block;
  top: clamp(2928.75px, 286.0805860806vw, 5857.5px);
  left: max(24.1758241758vw, 165px);
  width: max(13.4798534799vw, 92px);
}
.c-people-top__item.--people-39 {
  display: block;
  top: clamp(2947.5px, 287.9120879121vw, 5895px);
  left: max(59.706959707vw, 407.5px);
  width: max(9.0842490842vw, 62px);
}
.c-people-top__item.--people-40 {
  display: block;
  top: clamp(2876.25px, 280.9523809524vw, 5752.5px);
  left: max(87.5457875458vw, 597.5px);
  width: max(5.347985348vw, 36.5px);
}
.c-people-top__item.--people-41 {
  display: block;
  top: clamp(3161.25px, 308.7912087912vw, 6322.5px);
  left: max(20.1465201465vw, 137.5px);
  width: max(9.8901098901vw, 67.5px);
}
.c-people-top__item.--people-42 {
  display: block;
  top: clamp(3120px, 304.7619047619vw, 6240px);
  left: max(60.0732600733vw, 410px);
  width: max(10.7692307692vw, 73.5px);
}
.c-people-top__item.--people-43 {
  display: block;
  top: clamp(3135px, 306.2271062271vw, 6270px);
  left: max(76.1904761905vw, 520px);
  width: max(11.6483516484vw, 79.5px);
}
.c-people-top__item.--people-44 {
  display: block;
  top: clamp(901.5px, 88.0586080586vw, 1803px);
  left: max(82.0512820513vw, 560px);
  width: max(13.3333333333vw, 91px);
}
@media screen and (max-width: 767px) {
  .c-people-top__item {
    display: none !important;
  }
  .c-people-top__item.--people-1 {
    display: block !important;
    top: spSizeY(200);
    left: spSizeX(0);
    width: spSizeX(60);
  }
  .c-people-top__item.--people-2 {
    display: block !important;
    top: spSizeY(95);
    left: spSizeX(5);
    width: spSizeX(125);
  }
}

.c-people-sub {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-people-sub__item {
  position: absolute;
  top: 100%;
  display: none;
}
.c-people-sub__item.--people-6 {
  display: block;
  top: clamp(82.5px, 8.0586080586vw, 165px);
  left: max(21.978021978vw, 150px);
  width: max(10.1098901099vw, 69px);
}
.c-people-sub__item.--people-38 {
  display: block;
  top: clamp(135px, 13.1868131868vw, 270px);
  left: max(73.2600732601vw, 500px);
  width: max(13.4798534799vw, 92px);
}
.c-people-sub__item.--people-14 {
  display: block;
  top: clamp(356.25px, 34.7985347985vw, 712.5px);
  left: max(4.0293040293vw, 27.5px);
  width: max(11.9413919414vw, 81.5px);
}
.c-people-sub__item.--people-19 {
  display: block;
  top: clamp(311.25px, 30.4029304029vw, 622.5px);
  left: max(81.684981685vw, 557.5px);
  width: max(9.7435897436vw, 66.5px);
}
.c-people-sub__item.--people-16 {
  display: block;
  top: clamp(528.75px, 51.6483516484vw, 1057.5px);
  left: max(9.1575091575vw, 62.5px);
  width: max(17.4358974359vw, 119px);
}
.c-people-sub__item.--people-18 {
  display: block;
  top: clamp(705px, 68.8644688645vw, 1410px);
  left: max(79.8534798535vw, 545px);
  width: max(12.673992674vw, 86.5px);
}
.c-people-sub__item.--people-28 {
  display: block;
  top: clamp(862.5px, 84.2490842491vw, 1725px);
  left: max(78.021978022vw, 532.5px);
  width: max(6.5201465201vw, 44.5px);
}
.c-people-sub__item.--people-22 {
  display: block;
  top: clamp(847.5px, 82.7838827839vw, 1695px);
  left: max(87.1794871795vw, 595px);
  width: max(4.7619047619vw, 32.5px);
}
.c-people-sub__item.--people-24 {
  display: block;
  top: clamp(1042.5px, 101.8315018315vw, 2085px);
  left: max(13.5531135531vw, 92.5px);
  width: max(11.9413919414vw, 81.5px);
}
.c-people-sub__item.--people-20 {
  display: block;
  top: clamp(1083.75px, 105.8608058608vw, 2167.5px);
  left: max(84.9816849817vw, 580px);
  width: max(8.5714285714vw, 58.5px);
}
.c-people-sub__item.--people-44 {
  display: block;
  top: clamp(1113.75px, 108.7912087912vw, 2227.5px);
  left: max(3.663003663vw, 25px);
  width: max(13.0402930403vw, 89px);
}
.c-people-sub__item.--people-23 {
  display: block;
  top: clamp(1327.5px, 129.6703296703vw, 2655px);
  left: max(17.2161172161vw, 117.5px);
  width: max(4.5421245421vw, 31px);
}
.c-people-sub__item.--people-27 {
  display: block;
  top: clamp(1402.5px, 136.9963369963vw, 2805px);
  left: max(74.7252747253vw, 510px);
  width: max(10.0366300366vw, 68.5px);
}
.c-people-sub__item.--people-42 {
  display: block;
  top: clamp(1556.25px, 152.0146520147vw, 3112.5px);
  left: max(10.6227106227vw, 72.5px);
  width: max(10.695970696vw, 73px);
}
.c-people-sub__item.--people-37 {
  display: block;
  top: clamp(1642.5px, 160.4395604396vw, 3285px);
  left: max(80.5860805861vw, 550px);
  width: max(5.1282051282vw, 35px);
}
.c-people-sub__item.--people-33 {
  display: block;
  top: clamp(2006.25px, 195.9706959707vw, 4012.5px);
  left: max(7.326007326vw, 50px);
  width: max(10.6227106227vw, 72.5px);
}
.c-people-sub__item.--people-32 {
  display: block;
  top: clamp(1815px, 177.2893772894vw, 3630px);
  left: max(78.7545787546vw, 537.5px);
  width: max(15.6776556777vw, 107px);
}
.c-people-sub__item.--people-40 {
  display: block;
  top: clamp(2148.75px, 209.8901098901vw, 4297.5px);
  left: max(16.8498168498vw, 115px);
  width: max(5.2747252747vw, 36px);
}
.c-people-sub__item.--people-43 {
  display: block;
  top: clamp(2085px, 203.663003663vw, 4170px);
  left: max(75.4578754579vw, 515px);
  width: max(11.6483516484vw, 79.5px);
}
.c-people-sub__item.--people-39 {
  display: block;
  top: clamp(2460px, 240.293040293vw, 4920px);
  left: max(86.8131868132vw, 592.5px);
  width: max(9.010989011vw, 61.5px);
}
.c-people-sub__item.--people-46 {
  display: block;
  top: clamp(2688.75px, 262.6373626374vw, 5377.5px);
  left: max(15.7509157509vw, 107.5px);
  width: max(3.5897435897vw, 24.5px);
}
.c-people-sub__item.--people-41 {
  display: block;
  top: clamp(2685px, 262.2710622711vw, 5370px);
  left: max(85.347985348vw, 582.5px);
  width: max(9.8901098901vw, 67.5px);
}
.c-people-sub__item.--people-47 {
  display: block;
  top: clamp(2846.25px, 278.021978022vw, 5692.5px);
  left: max(7.6923076923vw, 52.5px);
  width: max(5.4212454212vw, 37px);
}
.c-people-sub__item.--people-11 {
  display: block;
  top: clamp(2994px, 292.4542124542vw, 5988px);
  left: max(75.0915750916vw, 512.5px);
  width: max(6.8131868132vw, 46.5px);
}
@media screen and (max-width: 767px) {
  .c-people-sub__item {
    display: none !important;
  }
  .c-people-sub__item.--people-1 {
    display: block !important;
    top: spSizeY(200);
    left: spSizeX(0);
    width: spSizeX(60);
  }
  .c-people-sub__item.--people-2 {
    display: block !important;
    top: spSizeY(95);
    left: spSizeX(5);
    width: spSizeX(125);
  }
}

.c-people-about {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-people-about__item {
  position: absolute;
  top: 100%;
  display: none;
}
.c-people-about__item.--people-19 {
  display: block;
  top: clamp(570px * 1, 100vw * 570 / 1440, 912px);
  left: 50%;
  transform: translateX(clamp(-50% - (683px - 1045px), -50% - 100vw * (683 - 1045) / 1366, -50% - 2 * (683px - 1045 px)));
  width: clamp(145px * 1, 100vw * 145 / 1440, 232px);
  transform: translateX(clamp(-1 * -362px, -100vw * -362 / 1365, -2 * -362px));
  z-index: 10;
}
.c-people-about__item.--people-14 {
  display: block;
  top: clamp(855px * 1, 100vw * 855 / 1440, 1368px);
  left: 50%;
  transform: translateX(clamp(-50% - (683px - 160px), -50% - 100vw * (683 - 160) / 1366, -50% - 2 * (683px - 160 px)));
  width: clamp(162px * 1, 100vw * 162 / 1440, 259.2px);
  transform: translateX(clamp(-2 * 523px, -100vw * 523 / 1365, -1 * 523px));
}
.c-people-about__item.--people-15 {
  display: block;
  top: clamp(1175px * 1, 100vw * 1175 / 1440, 1880px);
  left: 50%;
  transform: translateX(clamp(-50% - (683px - 115px), -50% - 100vw * (683 - 115) / 1366, -50% - 2 * (683px - 115 px)));
  width: clamp(87px * 1, 100vw * 87 / 1440, 139.2px);
  transform: translateX(clamp(-2 * 568px, -100vw * 568 / 1365, -1 * 568px));
}
.c-people-about__item.--people-17 {
  display: block;
  top: clamp(1580px * 1, 100vw * 1580 / 1440, 2528px);
  left: 50%;
  transform: translateX(clamp(-50% - (683px - 185px), -50% - 100vw * (683 - 185) / 1366, -50% - 2 * (683px - 185 px)));
  width: clamp(185px * 1, 100vw * 185 / 1440, 296px);
  transform: translateX(clamp(-2 * 498px, -100vw * 498 / 1365, -1 * 498px));
}
.c-people-about__item.--people-44 {
  display: block;
  top: clamp(1460px * 1, 100vw * 1460 / 1440, 2336px);
  left: 50%;
  transform: translateX(clamp(-50% - (683px - 1105px), -50% - 100vw * (683 - 1105) / 1366, -50% - 2 * (683px - 1105 px)));
  width: clamp(136px * 1, 100vw * 136 / 1440, 217.6px);
  transform: translateX(clamp(-1 * -422px, -100vw * -422 / 1365, -2 * -422px));
}
@media screen and (max-width: 1299px) {
  .c-people-about__item.--people-44 {
    transform: translateX(calc(-0.8 * -422px));
  }
}
@media screen and (max-width: 1099px) {
  .c-people-about__item.--people-44 {
    transform: translateX(calc(-0.7 * -422px));
  }
}
.c-people-about__item.--people-18 {
  display: block;
  top: clamp(1885px * 1, 100vw * 1885 / 1440, 3016px);
  left: 50%;
  transform: translateX(clamp(-50% - (683px - 1036px), -50% - 100vw * (683 - 1036) / 1366, -50% - 2 * (683px - 1036 px)));
  width: clamp(174px * 1, 100vw * 174 / 1440, 278.4px);
  transform: translateX(clamp(-1 * -353px, -100vw * -353 / 1365, -2 * -353px));
}
@media screen and (max-width: 1299px) {
  .c-people-about__item.--people-18 {
    transform: translateX(calc(-0.8 * -353px));
  }
}
@media screen and (max-width: 1099px) {
  .c-people-about__item.--people-18 {
    transform: translateX(calc(-0.7 * -353px));
  }
}
.c-people-about__item.--people-16 {
  display: block;
  top: clamp(1950px * 1, 100vw * 1950 / 1440, 3120px);
  left: 50%;
  transform: translateX(clamp(-50% - (683px - 90px), -50% - 100vw * (683 - 90) / 1366, -50% - 2 * (683px - 90 px)));
  width: clamp(239px * 1, 100vw * 239 / 1440, 382.4px);
  transform: translateX(clamp(-2 * 593px, -100vw * 593 / 1365, -1 * 593px));
}
@media screen and (max-width: 1299px) {
  .c-people-about__item.--people-16 {
    transform: translateX(calc(-0.8 * 593px));
  }
}
@media screen and (max-width: 1099px) {
  .c-people-about__item.--people-16 {
    transform: translateX(calc(-0.7 * 593px));
  }
}
.c-people-about__item.--people-22 {
  display: block;
  top: clamp(2185px * 1, 100vw * 2185 / 1440, 3496px);
  left: 50%;
  transform: translateX(clamp(-50% - (683px - 1180px), -50% - 100vw * (683 - 1180) / 1366, -50% - 2 * (683px - 1180 px)));
  width: clamp(63px * 1, 100vw * 63 / 1440, 100.8px);
  transform: translateX(clamp(-1 * -497px, -100vw * -497 / 1365, -2 * -497px));
}
@media screen and (max-width: 1299px) {
  .c-people-about__item.--people-22 {
    transform: translateX(calc(-0.8 * -497px));
  }
}
@media screen and (max-width: 1099px) {
  .c-people-about__item.--people-22 {
    transform: translateX(calc(-0.7 * -497px));
  }
}
.c-people-about__item.--people-20 {
  display: block;
  top: clamp(2340px * 1, 100vw * 2340 / 1440, 3744px);
  left: 50%;
  transform: translateX(clamp(-50% - (683px - 260px), -50% - 100vw * (683 - 260) / 1366, -50% - 2 * (683px - 260 px)));
  width: clamp(122px * 1, 100vw * 122 / 1440, 195.2px);
  transform: translateX(clamp(-2 * 423px, -100vw * 423 / 1365, -1 * 423px));
}
@media screen and (max-width: 1299px) {
  .c-people-about__item.--people-20 {
    transform: translateX(calc(-0.8 * 423px));
  }
}
@media screen and (max-width: 1099px) {
  .c-people-about__item.--people-20 {
    transform: translateX(calc(-0.7 * 423px));
  }
}
.c-people-about__item.--people-24 {
  display: block;
  top: clamp(2380px * 1, 100vw * 2380 / 1440, 3808px);
  left: 50%;
  transform: translateX(clamp(-50% - (683px - 930px), -50% - 100vw * (683 - 930) / 1366, -50% - 2 * (683px - 930 px)));
  width: clamp(147px * 1, 100vw * 147 / 1440, 235.2px);
  transform: translateX(clamp(-1 * -247px, -100vw * -247 / 1365, -2 * -247px));
}
@media screen and (max-width: 1299px) {
  .c-people-about__item.--people-24 {
    transform: translateX(calc(-0.8 * -247px));
  }
}
@media screen and (max-width: 1099px) {
  .c-people-about__item.--people-24 {
    transform: translateX(calc(-0.7 * -247px));
  }
}
@media screen and (max-width: 767px) {
  .c-people-about__item {
    display: none !important;
  }
  .c-people-about__item.--people-1 {
    display: block !important;
    top: spSizeY(200);
    left: spSizeX(0);
    width: spSizeX(60);
  }
  .c-people-about__item.--people-2 {
    display: block !important;
    top: spSizeY(95);
    left: spSizeX(5);
    width: spSizeX(125);
  }
}

.c-people-sample {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 999;
  opacity: 0.3;
}

@media screen and (max-width: 767px) {
  .p-top-mv {
    padding: 0;
    min-height: max(100svh, 47.1428571429rem);
    max-height: unset;
  }
}

.p-top-mv-slider {
  padding-right: clamp(119px * 0.7, 100vw * 119 / 1440, 119px * 1);
  margin-left: auto;
}
.p-top-mv-slider__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: min(100vw - 30vw, 100vw - 302.4px);
  height: min(100svh - 8.1944444444vw, 100svh - 87px);
}
@media screen and (max-width: 767px) {
  .p-top-mv-slider__img img {
    width: calc(100vw - 80px);
    height: calc(100svh - 218px);
  }
}

.p-top-btns {
  margin-top: 8.8888888889rem;
}
@media screen and (max-width: 767px) {
  .p-top-btns {
    margin-top: 8.5714285714rem;
  }
}
.p-top-btns__body {
  margin-top: 4.4444444444rem;
}
@media screen and (max-width: 767px) {
  .p-top-btns__body {
    margin-top: 4.2857142857rem;
  }
}
.p-top-btns__list {
  display: flex;
  flex-direction: column;
  gap: 2.2222222222rem;
  font-weight: 400;
  line-height: 1.66666;
}
@media screen and (max-width: 767px) {
  .p-top-btns__list {
    gap: 2rem;
  }
}
.p-top-btns__btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 2rem 0;
  border-radius: 0.5555555556rem;
  background-color: #dbc2b6;
  color: #58633e;
  font-size: 1.3333333333rem;
  transition: filter 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-top-btns__btn {
    font-size: 1.1428571429rem;
  }
}
.p-top-btns__btn:hover {
  filter: brightness(1.05) saturate(0.95);
}
.p-top-btns__tel {
  margin-top: 2.2222222222rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-btns__tel {
    margin-top: 2rem;
    text-align: left;
  }
}
.p-top-btns__note {
  font-size: 0.6666666667rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-btns__note {
    font-size: 0.7142857143rem;
  }
}
.p-top-btns__num {
  font-size: 0.8888888889rem;
  margin-top: 0.4444444444rem;
  line-height: 1;
  font-weight: 300;
}
.p-top-btns__numlink {
  color: #58633e;
}
.p-top-btns__numlink:hover {
  opacity: 0.6;
  transition: opacity 0.3s;
}

.p-project {
  display: grid;
  grid-template-columns: 1fr minmax(380px, 1fr);
  gap: clamp(139px * 0.7, 100vw * 139 / 1440, 139px * 1);
  /* カスタムスクロールバー：位置・幅・高さはここで上書き可能 */
}
@media screen and (max-width: 999px) {
  .p-project {
    gap: clamp(80px * 0.7, 100vw * 80 / 1440, 80px * 1);
  }
}
@media screen and (max-width: 767px) {
  .p-project {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 140px 1fr;
    padding: 0;
    gap: 0;
    height: calc(100svh - 188px);
  }
}
@media screen and (max-width: 767px) and (max-height: 599px) {
  .p-project {
    grid-template-rows: 30svh 1fr;
  }
}
.p-project__body {
  display: grid;
  grid-template-rows: clamp(288px * 0.7, 100vw * 288 / 1440, 288px * 1) 1fr;
  height: min(100svh - 8.1944444444vw, 100svh - 87px);
  padding-right: 55px;
  min-width: 325px;
}
@media screen and (max-width: 767px) {
  .p-project__body {
    padding-right: 0;
    display: block;
    padding-top: 37px;
    height: calc(100svh - 349px);
    min-width: unset;
  }
}
@media screen and (max-width: 767px) and (max-height: 599px) {
  .p-project__body {
    height: calc(100svh - (188px + 30svh));
  }
}
.p-project__content-wrap {
  position: relative;
  min-height: 0;
  height: 100%;
}
.p-project__header {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.p-project__title {
  font-size: clamp(32px * 0.7, 100vw * 32 / 1440, 32px * 1);
  color: #008bd5;
  padding-bottom: 0.8em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-project__title {
    padding: 0;
    position: fixed;
    top: 38px;
    right: 40px;
    z-index: 9999999999999;
    font-size: 32px;
    padding-bottom: 0;
    line-height: 1;
    transform-origin: right top;
    transform: scaleX(0.76);
  }
}
.p-project__subtitle {
  color: #008bd5;
  padding-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .p-project__subtitle {
    text-align: center;
    font-size: 1.1428571429em;
  }
}
.p-project__content {
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: clamp(90px * 0.7, 100vw * 90 / 1440, 90px * 1);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-project__content {
    padding-right: 18px;
  }
}
.p-project__content-wrap .c-custom-scrollbar {
  --scrollbar-width: 6px;
  --scrollbar-top: 0;
  --scrollbar-right: 0;
  --scrollbar-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-project__content-wrap .c-custom-scrollbar {
    --scrollbar-top: 0;
    --scrollbar-right: -23px;
    --scrollbar-bottom: 0;
    --scrollbar-width: 4px;
  }
}
.p-project__text {
  color: #eb6d3f;
  padding-bottom: 2em;
}
.p-project__hr {
  color: #eb6d3f;
}

.p-project-links__title {
  color: #eb6d3f;
}
.p-project-links__item {
  margin-top: 2em;
}
.p-project-links__link-text {
  color: #eb6d3f;
  display: block;
}
.p-project-links__link-url {
  color: #008bd5;
  display: block;
  word-break: break-all;
  overflow-wrap: anywhere;
  text-decoration: underline;
}

.pj-project-mv {
  overflow: hidden;
  height: min(100svh - 8.1944444444vw, 100svh - 87px);
}
@media screen and (max-width: 767px) {
  .pj-project-mv {
    height: 140px;
  }
}
@media screen and (max-width: 767px) and (max-height: 599px) {
  .pj-project-mv {
    height: 30svh;
  }
}
.pj-project-mv__viewport {
  height: 100%;
  overflow: hidden;
}
.pj-project-mv__track {
  will-change: transform;
  transition-timing-function: linear;
  /* 768px未満: 右→左の横スクロール */
}
@media screen and (max-width: 767px) {
  .pj-project-mv__track {
    display: flex;
    flex-direction: row;
    width: -moz-max-content;
    width: max-content;
    animation: pj-project-mv-track-h 40s linear infinite;
  }
}
.pj-project-mv__container {
  display: block;
}
@media screen and (max-width: 767px) {
  .pj-project-mv__container {
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
  }
}
.pj-project-mv__slide {
  padding-bottom: clamp(28px * 0.7, 100vw * 28 / 1440, 28px * 1);
}
@media screen and (max-width: 767px) {
  .pj-project-mv__slide {
    padding-bottom: 0;
    padding-right: 12px;
    flex-shrink: 0;
  }
}
.pj-project-mv__img {
  width: 100%;
  height: 100%;
}
.pj-project-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .pj-project-mv__img {
    height: 140px;
    width: auto;
  }
  .pj-project-mv__img img {
    height: 140px;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) and (max-height: 599px) {
  .pj-project-mv__img {
    height: 30svh;
  }
  .pj-project-mv__img img {
    height: 30svh;
  }
}

@media screen and (max-width: 767px) {
  @keyframes pj-project-mv-track-h {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-33.333%);
    }
  }
}
.p-txt-test {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 300px;
  height: calc(100svh - 100px);
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  z-index: 100;
}

.p-about-hll {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) 1fr;
  padding-left: clamp(86px * 0.7, 100vw * 86 / 1440, 86px * 1);
  padding-right: clamp(113px * 0.7, 100vw * 113 / 1440, 113px * 1);
  gap: clamp(139px * 0.7, 100vw * 139 / 1440, 139px * 1);
}
@media screen and (max-width: 929px) {
  .p-about-hll {
    gap: clamp(80px * 0.7, 100vw * 80 / 1440, 80px * 1);
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-about-hll {
    display: block;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-about-hll__txts {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.p-about-hll__txt {
  color: #008bd5;
  font-size: clamp(21px * 0.7, 100vw * 21 / 1440, 21px * 1);
}
.p-about-hll__txt + .p-about-hll__txt {
  margin-top: 2em;
}
.p-about-hll__txt + .p-about-hll__txt:nth-child(2) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-about-hll__txt {
    font-size: 16px;
  }
}
.p-about-hll__main-wrap {
  height: min(100svh - 8.1944444444vw, 100svh - 87px);
  position: relative;
  min-height: 0;
}
@media screen and (max-width: 767px) {
  .p-about-hll__main-wrap {
    height: calc(100svh - 188px);
  }
}
.p-about-hll__main-wrap .c-custom-scrollbar {
  --scrollbar-width: 6px;
  --scrollbar-top: 30%;
  --scrollbar-right: 0;
  --scrollbar-bottom: 30%;
}
@media screen and (max-width: 767px) {
  .p-about-hll__main-wrap .c-custom-scrollbar {
    --scrollbar-top: 0;
    --scrollbar-right: -23px;
    --scrollbar-bottom: 20%;
    --scrollbar-width: 4px;
  }
}
.p-about-hll__main {
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: clamp(30px * 0.7, 100vw * 30 / 1440, 30px * 1);
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about-hll__main {
    padding-right: clamp(13px * 0.7, 100vw * 13 / 1440, 13px * 1);
    padding-left: clamp(16px * 0.7, 100vw * 16 / 1440, 16px * 1);
  }
}
.p-about-hll__main p:first-child {
  background-color: #fbe2da;
  padding-top: clamp(55px * 0.7, 100vw * 55 / 1440, 55px * 1);
  padding-bottom: 2em;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
}

.p-about-hll-mv {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: clamp(104px * 0.7, 100vw * 104 / 1440, 104px * 1);
}
@media screen and (max-width: 150svh) {
  .p-about-hll-mv {
    padding-bottom: 0;
    justify-content: center;
  }
}
@media screen and (max-width: 120svh) {
  .p-about-hll-mv {
    padding-bottom: 0;
    padding-top: clamp(200px * 0.7, 100vw * 200 / 1440, 200px * 1);
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-about-hll-mv {
    padding: 0;
    position: fixed;
    top: 38px;
    right: 40px;
    z-index: 9999999999999;
  }
  .p-about-hll-mv .c-txt-shrink__inner {
    transform-origin: right top;
  }
}
.p-about-hll-mv__ttl {
  font-size: clamp(32px * 0.7, 100vw * 32 / 1440, 32px * 1);
  color: #eb6d3f;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .p-about-hll-mv__ttl {
    font-size: 32px;
    padding-bottom: 0;
    line-height: 1;
  }
}
.p-about-hll-mv__img {
  width: clamp(262px * 0.7, 100vw * 262 / 1440, 262px * 1);
  display: block;
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .p-about-hll-mv__img {
    width: 63%;
    height: auto;
    max-width: 274px;
    margin: 40px 0 0 auto;
  }
}

.p-about-us {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-left: clamp(50px * 0.7, 100vw * 50 / 1440, 50px * 1);
  padding-right: clamp(80px * 0.7, 100vw * 80 / 1440, 80px * 1);
  gap: clamp(120px * 0.7, 100vw * 120 / 1440, 120px * 1);
}
@media screen and (max-width: 989px) {
  .p-about-us {
    gap: clamp(60px * 0.7, 100vw * 60 / 1440, 60px * 1);
  }
}
@media screen and (max-width: 767px) {
  .p-about-us {
    display: block;
    padding: 0;
  }
}
.p-about-us__main-wrap {
  height: min(100svh - 8.1944444444vw, 100svh - 87px);
  position: relative;
  min-height: 0;
}
@media screen and (max-width: 767px) {
  .p-about-us__main-wrap {
    height: calc(100svh - 188px);
  }
}
.p-about-us__main-wrap .c-custom-scrollbar {
  --scrollbar-width: 6px;
  --scrollbar-top: 30%;
  --scrollbar-right: 0;
  --scrollbar-bottom: 30%;
}
@media screen and (max-width: 767px) {
  .p-about-us__main-wrap .c-custom-scrollbar {
    --scrollbar-top: 10%;
    --scrollbar-right: -23px;
    --scrollbar-bottom: 30%;
    --scrollbar-width: 4px;
  }
}
.p-about-us__main {
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: clamp(20px * 0.7, 100vw * 20 / 1440, 20px * 1);
  height: 100%;
  padding-top: clamp(55px * 0.7, 100vw * 55 / 1440, 55px * 1);
}
.p-about-us__txt {
  color: #eb6d3f;
  margin: 1em 0 2em;
}
.p-about-us__link {
  color: #008bd5;
  text-decoration: underline;
  word-break: break-all;
  overflow-wrap: anywhere;
  font-size: 0.9em;
}

.p-about-us-abstract {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: clamp(104px * 0.7, 100vw * 104 / 1440, 104px * 1);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-about-us-abstract {
    margin-top: 60px;
  }
}
.p-about-us-abstract__ttl {
  font-size: clamp(32px * 0.7, 100vw * 32 / 1440, 32px * 1);
  color: #eb6d3f;
  padding-bottom: clamp(66px * 0.7, 100vw * 66 / 1440, 66px * 1);
}
@media screen and (max-width: 767px) {
  .p-about-us-abstract__ttl {
    padding: 0;
    position: fixed;
    top: 38px;
    right: 40px;
    z-index: 9999999999999;
    font-size: 32px;
    padding-bottom: 0;
    line-height: 1;
    transform-origin: right top;
    transform: scaleX(0.76);
  }
}
.p-about-us-abstract__data-wrap {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  height: 13.5em;
}
.p-about-us-abstract__data-wrap .c-custom-scrollbar {
  --scrollbar-width: 6px;
  --scrollbar-top: 30%;
  --scrollbar-right: 5%;
  --scrollbar-bottom: 30%;
}
@media screen and (max-width: 767px) {
  .p-about-us-abstract__data-wrap .c-custom-scrollbar {
    --scrollbar-width: 4px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-us-abstract__data-wrap {
    height: auto;
  }
}
.p-about-us-abstract__data {
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 0.8888888889rem;
  height: 100%;
  color: #008bd5;
}
.p-about-us-abstract__data a {
  color: #008bd5;
  text-decoration: underline;
  word-break: break-all;
  overflow-wrap: anywhere;
}
.p-about-us-abstract__data-item {
  display: grid;
  grid-template-columns: 5.5em 1fr;
}
@media screen and (max-width: 989px) {
  .p-about-us-abstract__data-item {
    grid-template-columns: 1fr;
    line-height: 1.5;
  }
  .p-about-us-abstract__data-item + .p-about-us-abstract__data-item {
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .p-about-us-abstract__data-item {
    grid-template-columns: 5.5em 1fr;
    line-height: 2;
  }
  .p-about-us-abstract__data-item + .p-about-us-abstract__data-item {
    margin-top: 0;
  }
}
.p-about-us-abstract__data-ttl {
  font-weight: 300;
}

.p-about-us-member + .p-about-us-member {
  margin-top: clamp(100px * 0.7, 100vw * 100 / 1440, 100px * 1);
}
.p-about-us-member__header {
  display: grid;
  grid-template-columns: clamp(105px * 0.7, 100vw * 105 / 1440, 105px * 1) 1fr;
  gap: clamp(49px * 0.7, 100vw * 49 / 1440, 49px * 1);
}
.p-about-us-member__intro {
  line-height: 1.4;
  padding-top: clamp(10px * 0.7, 100vw * 10 / 1440, 10px * 1);
}
.p-about-us-member__title {
  color: #008bd5;
  font-size: 0.9444444444rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-about-us-member__title {
    font-size: 13px;
  }
}
.p-about-us-member__name {
  color: #008bd5;
  font-size: 1.3888888889rem;
  display: block;
  padding-top: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-about-us-member__name {
    font-size: 19px;
  }
}

.p-news {
  padding: 0 clamp(275px * 0.7, 100vw * 275 / 1440, 275px * 1) 0 0;
  height: min(100svh - 8.1944444444vw, 100svh - 87px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding: 0;
    height: calc(100svh - 188px);
  }
}
.p-news__ttl {
  position: absolute;
  top: clamp(190px * 0.7, 100vw * 190 / 1440, 190px * 1);
  right: clamp(0px * 1, 100vw * 0 / 1440, 0px * 0.7);
  transform: scaleX(0.76);
  color: #008bd5;
  font-size: clamp(32px * 0.7, 100vw * 32 / 1440, 32px * 1);
  color: #eb6d3f;
  width: clamp(326px * 0.7, 100vw * 326 / 1440, 326px * 1);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-news__ttl {
    padding: 0;
    position: fixed;
    top: 38px;
    right: 40px;
    z-index: 9999999999999;
    font-size: 32px;
    padding-bottom: 0;
    line-height: 1;
    transform-origin: right top;
    transform: scaleX(0.76);
    text-align: left;
    width: auto;
  }
}
.p-news__main {
  position: relative;
  padding-right: clamp(30px * 0.7, 100vw * 30 / 1440, 30px * 1);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-news__main {
    padding-right: clamp(20px * 0.7, 100vw * 20 / 1440, 20px * 1);
  }
}
.p-news__main .c-custom-scrollbar {
  --scrollbar-width: 6px;
  --scrollbar-top: 30%;
  --scrollbar-right: 0;
  --scrollbar-bottom: 30%;
}
@media screen and (max-width: 767px) {
  .p-news__main .c-custom-scrollbar {
    --scrollbar-top: 0;
    --scrollbar-right: -23px;
    --scrollbar-bottom: 20%;
    --scrollbar-width: 4px;
  }
}
.p-news__main-inner {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.p-privacy {
  color: #008bd5;
  padding: clamp(50px * 0.7, 100vw * 50 / 1440, 50px * 1) 0;
}
.p-privacy a {
  color: #008bd5;
  text-decoration: underline;
}
.p-privacy a:hover {
  opacity: 0.8;
}
.p-privacy__title {
  font-size: clamp(32px * 0.7, 100vw * 32 / 1440, 32px * 1);
  margin-bottom: clamp(32px * 0.7, 100vw * 32 / 1440, 32px * 1);
}
.p-privacy__intro {
  font-size: 0.7777777778rem;
}
.p-privacy__section {
  margin-top: clamp(32px * 0.7, 100vw * 32 / 1440, 32px * 1);
}
.p-privacy__heading {
  font-size: 1.1111111111rem;
}
.p-privacy__text {
  font-size: 0.7777777778rem;
}
.p-privacy__list {
  list-style: disc;
  padding-left: clamp(20px * 0.7, 100vw * 20 / 1440, 20px * 1);
}
.p-privacy__list-item {
  font-size: 0.7777777778rem;
}
.p-privacy__contact {
  margin-top: clamp(16px * 0.7, 100vw * 16 / 1440, 16px * 1);
}
.p-privacy__contact-item {
  font-size: 0.7777777778rem;
}

.p-contact {
  padding: 0 clamp(275px * 0.7, 100vw * 275 / 1440, 275px * 1) 0 0;
  height: min(100svh - 8.1944444444vw, 100svh - 87px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 0;
    height: calc(100svh - 188px);
  }
}
.p-contact__ttl {
  position: absolute;
  top: clamp(190px * 0.7, 100vw * 190 / 1440, 190px * 1);
  right: clamp(0px * 1, 100vw * 0 / 1440, 0px * 0.7);
  transform: scaleX(0.76);
  color: #008bd5;
  font-size: clamp(32px * 0.7, 100vw * 32 / 1440, 32px * 1);
  color: #eb6d3f;
  width: clamp(326px * 0.7, 100vw * 326 / 1440, 326px * 1);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__ttl {
    padding: 0;
    position: fixed;
    top: 38px;
    right: 40px;
    z-index: 9999999999999;
    font-size: 32px;
    padding-bottom: 0;
    line-height: 1;
    transform-origin: right top;
    transform: scaleX(0.76);
    text-align: left;
    width: auto;
  }
}
.p-contact__main {
  position: relative;
  padding-right: clamp(30px * 0.7, 100vw * 30 / 1440, 30px * 1);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact__main {
    padding-right: clamp(20px * 0.7, 100vw * 20 / 1440, 20px * 1);
  }
}
.p-contact__main .c-custom-scrollbar {
  --scrollbar-width: 6px;
  --scrollbar-top: 30%;
  --scrollbar-right: 0;
  --scrollbar-bottom: 30%;
}
@media screen and (max-width: 767px) {
  .p-contact__main .c-custom-scrollbar {
    --scrollbar-top: 0;
    --scrollbar-right: 5px;
    --scrollbar-bottom: 30%;
    --scrollbar-width: 4px;
  }
}
.p-contact__main-inner {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block !important;
  }
}

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

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

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

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

.tb-only {
  display: inherit;
}
@media screen and (min-width: 1280px) {
  .tb-only {
    display: none;
  }
}

@media screen and (min-width: 10px) {
  .u-hide-10-up {
    display: none;
  }
}

@media screen and (max-width: 9px) {
  .u-hide-10-down {
    display: none;
  }
}

@media screen and (min-width: 20px) {
  .u-hide-20-up {
    display: none;
  }
}

@media screen and (max-width: 19px) {
  .u-hide-20-down {
    display: none;
  }
}

@media screen and (min-width: 30px) {
  .u-hide-30-up {
    display: none;
  }
}

@media screen and (max-width: 29px) {
  .u-hide-30-down {
    display: none;
  }
}

@media screen and (min-width: 40px) {
  .u-hide-40-up {
    display: none;
  }
}

@media screen and (max-width: 39px) {
  .u-hide-40-down {
    display: none;
  }
}

@media screen and (min-width: 50px) {
  .u-hide-50-up {
    display: none;
  }
}

@media screen and (max-width: 49px) {
  .u-hide-50-down {
    display: none;
  }
}

@media screen and (min-width: 60px) {
  .u-hide-60-up {
    display: none;
  }
}

@media screen and (max-width: 59px) {
  .u-hide-60-down {
    display: none;
  }
}

@media screen and (min-width: 70px) {
  .u-hide-70-up {
    display: none;
  }
}

@media screen and (max-width: 69px) {
  .u-hide-70-down {
    display: none;
  }
}

@media screen and (min-width: 80px) {
  .u-hide-80-up {
    display: none;
  }
}

@media screen and (max-width: 79px) {
  .u-hide-80-down {
    display: none;
  }
}

@media screen and (min-width: 90px) {
  .u-hide-90-up {
    display: none;
  }
}

@media screen and (max-width: 89px) {
  .u-hide-90-down {
    display: none;
  }
}

@media screen and (min-width: 100px) {
  .u-hide-100-up {
    display: none;
  }
}

@media screen and (max-width: 99px) {
  .u-hide-100-down {
    display: none;
  }
}

@media screen and (min-width: 110px) {
  .u-hide-110-up {
    display: none;
  }
}

@media screen and (max-width: 109px) {
  .u-hide-110-down {
    display: none;
  }
}

@media screen and (min-width: 120px) {
  .u-hide-120-up {
    display: none;
  }
}

@media screen and (max-width: 119px) {
  .u-hide-120-down {
    display: none;
  }
}

@media screen and (min-width: 130px) {
  .u-hide-130-up {
    display: none;
  }
}

@media screen and (max-width: 129px) {
  .u-hide-130-down {
    display: none;
  }
}

@media screen and (min-width: 140px) {
  .u-hide-140-up {
    display: none;
  }
}

@media screen and (max-width: 139px) {
  .u-hide-140-down {
    display: none;
  }
}

@media screen and (min-width: 150px) {
  .u-hide-150-up {
    display: none;
  }
}

@media screen and (max-width: 149px) {
  .u-hide-150-down {
    display: none;
  }
}

@media screen and (min-width: 160px) {
  .u-hide-160-up {
    display: none;
  }
}

@media screen and (max-width: 159px) {
  .u-hide-160-down {
    display: none;
  }
}

@media screen and (min-width: 170px) {
  .u-hide-170-up {
    display: none;
  }
}

@media screen and (max-width: 169px) {
  .u-hide-170-down {
    display: none;
  }
}

@media screen and (min-width: 180px) {
  .u-hide-180-up {
    display: none;
  }
}

@media screen and (max-width: 179px) {
  .u-hide-180-down {
    display: none;
  }
}

@media screen and (min-width: 190px) {
  .u-hide-190-up {
    display: none;
  }
}

@media screen and (max-width: 189px) {
  .u-hide-190-down {
    display: none;
  }
}

@media screen and (min-width: 200px) {
  .u-hide-200-up {
    display: none;
  }
}

@media screen and (max-width: 199px) {
  .u-hide-200-down {
    display: none;
  }
}

@media screen and (min-width: 210px) {
  .u-hide-210-up {
    display: none;
  }
}

@media screen and (max-width: 209px) {
  .u-hide-210-down {
    display: none;
  }
}

@media screen and (min-width: 220px) {
  .u-hide-220-up {
    display: none;
  }
}

@media screen and (max-width: 219px) {
  .u-hide-220-down {
    display: none;
  }
}

@media screen and (min-width: 230px) {
  .u-hide-230-up {
    display: none;
  }
}

@media screen and (max-width: 229px) {
  .u-hide-230-down {
    display: none;
  }
}

@media screen and (min-width: 240px) {
  .u-hide-240-up {
    display: none;
  }
}

@media screen and (max-width: 239px) {
  .u-hide-240-down {
    display: none;
  }
}

@media screen and (min-width: 250px) {
  .u-hide-250-up {
    display: none;
  }
}

@media screen and (max-width: 249px) {
  .u-hide-250-down {
    display: none;
  }
}

@media screen and (min-width: 260px) {
  .u-hide-260-up {
    display: none;
  }
}

@media screen and (max-width: 259px) {
  .u-hide-260-down {
    display: none;
  }
}

@media screen and (min-width: 270px) {
  .u-hide-270-up {
    display: none;
  }
}

@media screen and (max-width: 269px) {
  .u-hide-270-down {
    display: none;
  }
}

@media screen and (min-width: 280px) {
  .u-hide-280-up {
    display: none;
  }
}

@media screen and (max-width: 279px) {
  .u-hide-280-down {
    display: none;
  }
}

@media screen and (min-width: 290px) {
  .u-hide-290-up {
    display: none;
  }
}

@media screen and (max-width: 289px) {
  .u-hide-290-down {
    display: none;
  }
}

@media screen and (min-width: 300px) {
  .u-hide-300-up {
    display: none;
  }
}

@media screen and (max-width: 299px) {
  .u-hide-300-down {
    display: none;
  }
}

@media screen and (min-width: 310px) {
  .u-hide-310-up {
    display: none;
  }
}

@media screen and (max-width: 309px) {
  .u-hide-310-down {
    display: none;
  }
}

@media screen and (min-width: 320px) {
  .u-hide-320-up {
    display: none;
  }
}

@media screen and (max-width: 319px) {
  .u-hide-320-down {
    display: none;
  }
}

@media screen and (min-width: 330px) {
  .u-hide-330-up {
    display: none;
  }
}

@media screen and (max-width: 329px) {
  .u-hide-330-down {
    display: none;
  }
}

@media screen and (min-width: 340px) {
  .u-hide-340-up {
    display: none;
  }
}

@media screen and (max-width: 339px) {
  .u-hide-340-down {
    display: none;
  }
}

@media screen and (min-width: 350px) {
  .u-hide-350-up {
    display: none;
  }
}

@media screen and (max-width: 349px) {
  .u-hide-350-down {
    display: none;
  }
}

@media screen and (min-width: 360px) {
  .u-hide-360-up {
    display: none;
  }
}

@media screen and (max-width: 359px) {
  .u-hide-360-down {
    display: none;
  }
}

@media screen and (min-width: 370px) {
  .u-hide-370-up {
    display: none;
  }
}

@media screen and (max-width: 369px) {
  .u-hide-370-down {
    display: none;
  }
}

@media screen and (min-width: 380px) {
  .u-hide-380-up {
    display: none;
  }
}

@media screen and (max-width: 379px) {
  .u-hide-380-down {
    display: none;
  }
}

@media screen and (min-width: 390px) {
  .u-hide-390-up {
    display: none;
  }
}

@media screen and (max-width: 389px) {
  .u-hide-390-down {
    display: none;
  }
}

@media screen and (min-width: 400px) {
  .u-hide-400-up {
    display: none;
  }
}

@media screen and (max-width: 399px) {
  .u-hide-400-down {
    display: none;
  }
}

@media screen and (min-width: 410px) {
  .u-hide-410-up {
    display: none;
  }
}

@media screen and (max-width: 409px) {
  .u-hide-410-down {
    display: none;
  }
}

@media screen and (min-width: 420px) {
  .u-hide-420-up {
    display: none;
  }
}

@media screen and (max-width: 419px) {
  .u-hide-420-down {
    display: none;
  }
}

@media screen and (min-width: 430px) {
  .u-hide-430-up {
    display: none;
  }
}

@media screen and (max-width: 429px) {
  .u-hide-430-down {
    display: none;
  }
}

@media screen and (min-width: 440px) {
  .u-hide-440-up {
    display: none;
  }
}

@media screen and (max-width: 439px) {
  .u-hide-440-down {
    display: none;
  }
}

@media screen and (min-width: 450px) {
  .u-hide-450-up {
    display: none;
  }
}

@media screen and (max-width: 449px) {
  .u-hide-450-down {
    display: none;
  }
}

@media screen and (min-width: 460px) {
  .u-hide-460-up {
    display: none;
  }
}

@media screen and (max-width: 459px) {
  .u-hide-460-down {
    display: none;
  }
}

@media screen and (min-width: 470px) {
  .u-hide-470-up {
    display: none;
  }
}

@media screen and (max-width: 469px) {
  .u-hide-470-down {
    display: none;
  }
}

@media screen and (min-width: 480px) {
  .u-hide-480-up {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .u-hide-480-down {
    display: none;
  }
}

@media screen and (min-width: 490px) {
  .u-hide-490-up {
    display: none;
  }
}

@media screen and (max-width: 489px) {
  .u-hide-490-down {
    display: none;
  }
}

@media screen and (min-width: 500px) {
  .u-hide-500-up {
    display: none;
  }
}

@media screen and (max-width: 499px) {
  .u-hide-500-down {
    display: none;
  }
}

@media screen and (min-width: 510px) {
  .u-hide-510-up {
    display: none;
  }
}

@media screen and (max-width: 509px) {
  .u-hide-510-down {
    display: none;
  }
}

@media screen and (min-width: 520px) {
  .u-hide-520-up {
    display: none;
  }
}

@media screen and (max-width: 519px) {
  .u-hide-520-down {
    display: none;
  }
}

@media screen and (min-width: 530px) {
  .u-hide-530-up {
    display: none;
  }
}

@media screen and (max-width: 529px) {
  .u-hide-530-down {
    display: none;
  }
}

@media screen and (min-width: 540px) {
  .u-hide-540-up {
    display: none;
  }
}

@media screen and (max-width: 539px) {
  .u-hide-540-down {
    display: none;
  }
}

@media screen and (min-width: 550px) {
  .u-hide-550-up {
    display: none;
  }
}

@media screen and (max-width: 549px) {
  .u-hide-550-down {
    display: none;
  }
}

@media screen and (min-width: 560px) {
  .u-hide-560-up {
    display: none;
  }
}

@media screen and (max-width: 559px) {
  .u-hide-560-down {
    display: none;
  }
}

@media screen and (min-width: 570px) {
  .u-hide-570-up {
    display: none;
  }
}

@media screen and (max-width: 569px) {
  .u-hide-570-down {
    display: none;
  }
}

@media screen and (min-width: 580px) {
  .u-hide-580-up {
    display: none;
  }
}

@media screen and (max-width: 579px) {
  .u-hide-580-down {
    display: none;
  }
}

@media screen and (min-width: 590px) {
  .u-hide-590-up {
    display: none;
  }
}

@media screen and (max-width: 589px) {
  .u-hide-590-down {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .u-hide-600-up {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .u-hide-600-down {
    display: none;
  }
}

@media screen and (min-width: 610px) {
  .u-hide-610-up {
    display: none;
  }
}

@media screen and (max-width: 609px) {
  .u-hide-610-down {
    display: none;
  }
}

@media screen and (min-width: 620px) {
  .u-hide-620-up {
    display: none;
  }
}

@media screen and (max-width: 619px) {
  .u-hide-620-down {
    display: none;
  }
}

@media screen and (min-width: 630px) {
  .u-hide-630-up {
    display: none;
  }
}

@media screen and (max-width: 629px) {
  .u-hide-630-down {
    display: none;
  }
}

@media screen and (min-width: 640px) {
  .u-hide-640-up {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .u-hide-640-down {
    display: none;
  }
}

@media screen and (min-width: 650px) {
  .u-hide-650-up {
    display: none;
  }
}

@media screen and (max-width: 649px) {
  .u-hide-650-down {
    display: none;
  }
}

@media screen and (min-width: 660px) {
  .u-hide-660-up {
    display: none;
  }
}

@media screen and (max-width: 659px) {
  .u-hide-660-down {
    display: none;
  }
}

@media screen and (min-width: 670px) {
  .u-hide-670-up {
    display: none;
  }
}

@media screen and (max-width: 669px) {
  .u-hide-670-down {
    display: none;
  }
}

@media screen and (min-width: 680px) {
  .u-hide-680-up {
    display: none;
  }
}

@media screen and (max-width: 679px) {
  .u-hide-680-down {
    display: none;
  }
}

@media screen and (min-width: 690px) {
  .u-hide-690-up {
    display: none;
  }
}

@media screen and (max-width: 689px) {
  .u-hide-690-down {
    display: none;
  }
}

@media screen and (min-width: 700px) {
  .u-hide-700-up {
    display: none;
  }
}

@media screen and (max-width: 699px) {
  .u-hide-700-down {
    display: none;
  }
}

@media screen and (min-width: 710px) {
  .u-hide-710-up {
    display: none;
  }
}

@media screen and (max-width: 709px) {
  .u-hide-710-down {
    display: none;
  }
}

@media screen and (min-width: 720px) {
  .u-hide-720-up {
    display: none;
  }
}

@media screen and (max-width: 719px) {
  .u-hide-720-down {
    display: none;
  }
}

@media screen and (min-width: 730px) {
  .u-hide-730-up {
    display: none;
  }
}

@media screen and (max-width: 729px) {
  .u-hide-730-down {
    display: none;
  }
}

@media screen and (min-width: 740px) {
  .u-hide-740-up {
    display: none;
  }
}

@media screen and (max-width: 739px) {
  .u-hide-740-down {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .u-hide-750-up {
    display: none;
  }
}

@media screen and (max-width: 749px) {
  .u-hide-750-down {
    display: none;
  }
}

@media screen and (min-width: 760px) {
  .u-hide-760-up {
    display: none;
  }
}

@media screen and (max-width: 759px) {
  .u-hide-760-down {
    display: none;
  }
}

@media screen and (min-width: 770px) {
  .u-hide-770-up {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .u-hide-770-down {
    display: none;
  }
}

@media screen and (min-width: 780px) {
  .u-hide-780-up {
    display: none;
  }
}

@media screen and (max-width: 779px) {
  .u-hide-780-down {
    display: none;
  }
}

@media screen and (min-width: 790px) {
  .u-hide-790-up {
    display: none;
  }
}

@media screen and (max-width: 789px) {
  .u-hide-790-down {
    display: none;
  }
}

@media screen and (min-width: 800px) {
  .u-hide-800-up {
    display: none;
  }
}

@media screen and (max-width: 799px) {
  .u-hide-800-down {
    display: none;
  }
}

@media screen and (min-width: 810px) {
  .u-hide-810-up {
    display: none;
  }
}

@media screen and (max-width: 809px) {
  .u-hide-810-down {
    display: none;
  }
}

@media screen and (min-width: 820px) {
  .u-hide-820-up {
    display: none;
  }
}

@media screen and (max-width: 819px) {
  .u-hide-820-down {
    display: none;
  }
}

@media screen and (min-width: 830px) {
  .u-hide-830-up {
    display: none;
  }
}

@media screen and (max-width: 829px) {
  .u-hide-830-down {
    display: none;
  }
}

@media screen and (min-width: 840px) {
  .u-hide-840-up {
    display: none;
  }
}

@media screen and (max-width: 839px) {
  .u-hide-840-down {
    display: none;
  }
}

@media screen and (min-width: 850px) {
  .u-hide-850-up {
    display: none;
  }
}

@media screen and (max-width: 849px) {
  .u-hide-850-down {
    display: none;
  }
}

@media screen and (min-width: 860px) {
  .u-hide-860-up {
    display: none;
  }
}

@media screen and (max-width: 859px) {
  .u-hide-860-down {
    display: none;
  }
}

@media screen and (min-width: 870px) {
  .u-hide-870-up {
    display: none;
  }
}

@media screen and (max-width: 869px) {
  .u-hide-870-down {
    display: none;
  }
}

@media screen and (min-width: 880px) {
  .u-hide-880-up {
    display: none;
  }
}

@media screen and (max-width: 879px) {
  .u-hide-880-down {
    display: none;
  }
}

@media screen and (min-width: 890px) {
  .u-hide-890-up {
    display: none;
  }
}

@media screen and (max-width: 889px) {
  .u-hide-890-down {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  .u-hide-900-up {
    display: none;
  }
}

@media screen and (max-width: 899px) {
  .u-hide-900-down {
    display: none;
  }
}

@media screen and (min-width: 910px) {
  .u-hide-910-up {
    display: none;
  }
}

@media screen and (max-width: 909px) {
  .u-hide-910-down {
    display: none;
  }
}

@media screen and (min-width: 920px) {
  .u-hide-920-up {
    display: none;
  }
}

@media screen and (max-width: 919px) {
  .u-hide-920-down {
    display: none;
  }
}

@media screen and (min-width: 930px) {
  .u-hide-930-up {
    display: none;
  }
}

@media screen and (max-width: 929px) {
  .u-hide-930-down {
    display: none;
  }
}

@media screen and (min-width: 940px) {
  .u-hide-940-up {
    display: none;
  }
}

@media screen and (max-width: 939px) {
  .u-hide-940-down {
    display: none;
  }
}

@media screen and (min-width: 950px) {
  .u-hide-950-up {
    display: none;
  }
}

@media screen and (max-width: 949px) {
  .u-hide-950-down {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .u-hide-960-up {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .u-hide-960-down {
    display: none;
  }
}

@media screen and (min-width: 970px) {
  .u-hide-970-up {
    display: none;
  }
}

@media screen and (max-width: 969px) {
  .u-hide-970-down {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  .u-hide-980-up {
    display: none;
  }
}

@media screen and (max-width: 979px) {
  .u-hide-980-down {
    display: none;
  }
}

@media screen and (min-width: 990px) {
  .u-hide-990-up {
    display: none;
  }
}

@media screen and (max-width: 989px) {
  .u-hide-990-down {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .u-hide-1000-up {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .u-hide-1000-down {
    display: none;
  }
}

@media screen and (min-width: 1010px) {
  .u-hide-1010-up {
    display: none;
  }
}

@media screen and (max-width: 1009px) {
  .u-hide-1010-down {
    display: none;
  }
}

@media screen and (min-width: 1020px) {
  .u-hide-1020-up {
    display: none;
  }
}

@media screen and (max-width: 1019px) {
  .u-hide-1020-down {
    display: none;
  }
}

@media screen and (min-width: 1030px) {
  .u-hide-1030-up {
    display: none;
  }
}

@media screen and (max-width: 1029px) {
  .u-hide-1030-down {
    display: none;
  }
}

@media screen and (min-width: 1040px) {
  .u-hide-1040-up {
    display: none;
  }
}

@media screen and (max-width: 1039px) {
  .u-hide-1040-down {
    display: none;
  }
}

@media screen and (min-width: 1050px) {
  .u-hide-1050-up {
    display: none;
  }
}

@media screen and (max-width: 1049px) {
  .u-hide-1050-down {
    display: none;
  }
}

@media screen and (min-width: 1060px) {
  .u-hide-1060-up {
    display: none;
  }
}

@media screen and (max-width: 1059px) {
  .u-hide-1060-down {
    display: none;
  }
}

@media screen and (min-width: 1070px) {
  .u-hide-1070-up {
    display: none;
  }
}

@media screen and (max-width: 1069px) {
  .u-hide-1070-down {
    display: none;
  }
}

@media screen and (min-width: 1080px) {
  .u-hide-1080-up {
    display: none;
  }
}

@media screen and (max-width: 1079px) {
  .u-hide-1080-down {
    display: none;
  }
}

@media screen and (min-width: 1090px) {
  .u-hide-1090-up {
    display: none;
  }
}

@media screen and (max-width: 1089px) {
  .u-hide-1090-down {
    display: none;
  }
}

@media screen and (min-width: 1100px) {
  .u-hide-1100-up {
    display: none;
  }
}

@media screen and (max-width: 1099px) {
  .u-hide-1100-down {
    display: none;
  }
}

@media screen and (min-width: 1110px) {
  .u-hide-1110-up {
    display: none;
  }
}

@media screen and (max-width: 1109px) {
  .u-hide-1110-down {
    display: none;
  }
}

@media screen and (min-width: 1120px) {
  .u-hide-1120-up {
    display: none;
  }
}

@media screen and (max-width: 1119px) {
  .u-hide-1120-down {
    display: none;
  }
}

@media screen and (min-width: 1130px) {
  .u-hide-1130-up {
    display: none;
  }
}

@media screen and (max-width: 1129px) {
  .u-hide-1130-down {
    display: none;
  }
}

@media screen and (min-width: 1140px) {
  .u-hide-1140-up {
    display: none;
  }
}

@media screen and (max-width: 1139px) {
  .u-hide-1140-down {
    display: none;
  }
}

@media screen and (min-width: 1150px) {
  .u-hide-1150-up {
    display: none;
  }
}

@media screen and (max-width: 1149px) {
  .u-hide-1150-down {
    display: none;
  }
}

@media screen and (min-width: 1160px) {
  .u-hide-1160-up {
    display: none;
  }
}

@media screen and (max-width: 1159px) {
  .u-hide-1160-down {
    display: none;
  }
}

@media screen and (min-width: 1170px) {
  .u-hide-1170-up {
    display: none;
  }
}

@media screen and (max-width: 1169px) {
  .u-hide-1170-down {
    display: none;
  }
}

@media screen and (min-width: 1180px) {
  .u-hide-1180-up {
    display: none;
  }
}

@media screen and (max-width: 1179px) {
  .u-hide-1180-down {
    display: none;
  }
}

@media screen and (min-width: 1190px) {
  .u-hide-1190-up {
    display: none;
  }
}

@media screen and (max-width: 1189px) {
  .u-hide-1190-down {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .u-hide-1200-up {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .u-hide-1200-down {
    display: none;
  }
}

@media screen and (min-width: 1210px) {
  .u-hide-1210-up {
    display: none;
  }
}

@media screen and (max-width: 1209px) {
  .u-hide-1210-down {
    display: none;
  }
}

@media screen and (min-width: 1220px) {
  .u-hide-1220-up {
    display: none;
  }
}

@media screen and (max-width: 1219px) {
  .u-hide-1220-down {
    display: none;
  }
}

@media screen and (min-width: 1230px) {
  .u-hide-1230-up {
    display: none;
  }
}

@media screen and (max-width: 1229px) {
  .u-hide-1230-down {
    display: none;
  }
}

@media screen and (min-width: 1240px) {
  .u-hide-1240-up {
    display: none;
  }
}

@media screen and (max-width: 1239px) {
  .u-hide-1240-down {
    display: none;
  }
}

@media screen and (min-width: 1250px) {
  .u-hide-1250-up {
    display: none;
  }
}

@media screen and (max-width: 1249px) {
  .u-hide-1250-down {
    display: none;
  }
}

@media screen and (min-width: 1260px) {
  .u-hide-1260-up {
    display: none;
  }
}

@media screen and (max-width: 1259px) {
  .u-hide-1260-down {
    display: none;
  }
}

@media screen and (min-width: 1270px) {
  .u-hide-1270-up {
    display: none;
  }
}

@media screen and (max-width: 1269px) {
  .u-hide-1270-down {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .u-hide-1280-up {
    display: none;
  }
}

@media screen and (max-width: 1279px) {
  .u-hide-1280-down {
    display: none;
  }
}

@media screen and (min-width: 1290px) {
  .u-hide-1290-up {
    display: none;
  }
}

@media screen and (max-width: 1289px) {
  .u-hide-1290-down {
    display: none;
  }
}

@media screen and (min-width: 1300px) {
  .u-hide-1300-up {
    display: none;
  }
}

@media screen and (max-width: 1299px) {
  .u-hide-1300-down {
    display: none;
  }
}

@media screen and (min-width: 1310px) {
  .u-hide-1310-up {
    display: none;
  }
}

@media screen and (max-width: 1309px) {
  .u-hide-1310-down {
    display: none;
  }
}

@media screen and (min-width: 1320px) {
  .u-hide-1320-up {
    display: none;
  }
}

@media screen and (max-width: 1319px) {
  .u-hide-1320-down {
    display: none;
  }
}

@media screen and (min-width: 1330px) {
  .u-hide-1330-up {
    display: none;
  }
}

@media screen and (max-width: 1329px) {
  .u-hide-1330-down {
    display: none;
  }
}

@media screen and (min-width: 1340px) {
  .u-hide-1340-up {
    display: none;
  }
}

@media screen and (max-width: 1339px) {
  .u-hide-1340-down {
    display: none;
  }
}

@media screen and (min-width: 1350px) {
  .u-hide-1350-up {
    display: none;
  }
}

@media screen and (max-width: 1349px) {
  .u-hide-1350-down {
    display: none;
  }
}

@media screen and (min-width: 1360px) {
  .u-hide-1360-up {
    display: none;
  }
}

@media screen and (max-width: 1359px) {
  .u-hide-1360-down {
    display: none;
  }
}

@media screen and (min-width: 1370px) {
  .u-hide-1370-up {
    display: none;
  }
}

@media screen and (max-width: 1369px) {
  .u-hide-1370-down {
    display: none;
  }
}

@media screen and (min-width: 1380px) {
  .u-hide-1380-up {
    display: none;
  }
}

@media screen and (max-width: 1379px) {
  .u-hide-1380-down {
    display: none;
  }
}

@media screen and (min-width: 1390px) {
  .u-hide-1390-up {
    display: none;
  }
}

@media screen and (max-width: 1389px) {
  .u-hide-1390-down {
    display: none;
  }
}

@media screen and (min-width: 1400px) {
  .u-hide-1400-up {
    display: none;
  }
}

@media screen and (max-width: 1399px) {
  .u-hide-1400-down {
    display: none;
  }
}

@media screen and (min-width: 1410px) {
  .u-hide-1410-up {
    display: none;
  }
}

@media screen and (max-width: 1409px) {
  .u-hide-1410-down {
    display: none;
  }
}

@media screen and (min-width: 1420px) {
  .u-hide-1420-up {
    display: none;
  }
}

@media screen and (max-width: 1419px) {
  .u-hide-1420-down {
    display: none;
  }
}

@media screen and (min-width: 1430px) {
  .u-hide-1430-up {
    display: none;
  }
}

@media screen and (max-width: 1429px) {
  .u-hide-1430-down {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .u-hide-1440-up {
    display: none;
  }
}

@media screen and (max-width: 1439px) {
  .u-hide-1440-down {
    display: none;
  }
}

@media screen and (min-width: 1450px) {
  .u-hide-1450-up {
    display: none;
  }
}

@media screen and (max-width: 1449px) {
  .u-hide-1450-down {
    display: none;
  }
}

@media screen and (min-width: 1460px) {
  .u-hide-1460-up {
    display: none;
  }
}

@media screen and (max-width: 1459px) {
  .u-hide-1460-down {
    display: none;
  }
}

@media screen and (min-width: 1470px) {
  .u-hide-1470-up {
    display: none;
  }
}

@media screen and (max-width: 1469px) {
  .u-hide-1470-down {
    display: none;
  }
}

@media screen and (min-width: 1480px) {
  .u-hide-1480-up {
    display: none;
  }
}

@media screen and (max-width: 1479px) {
  .u-hide-1480-down {
    display: none;
  }
}

@media screen and (min-width: 1490px) {
  .u-hide-1490-up {
    display: none;
  }
}

@media screen and (max-width: 1489px) {
  .u-hide-1490-down {
    display: none;
  }
}

@media screen and (min-width: 1500px) {
  .u-hide-1500-up {
    display: none;
  }
}

@media screen and (max-width: 1499px) {
  .u-hide-1500-down {
    display: none;
  }
}

@media screen and (min-width: 1510px) {
  .u-hide-1510-up {
    display: none;
  }
}

@media screen and (max-width: 1509px) {
  .u-hide-1510-down {
    display: none;
  }
}

@media screen and (min-width: 1520px) {
  .u-hide-1520-up {
    display: none;
  }
}

@media screen and (max-width: 1519px) {
  .u-hide-1520-down {
    display: none;
  }
}

@media screen and (min-width: 1530px) {
  .u-hide-1530-up {
    display: none;
  }
}

@media screen and (max-width: 1529px) {
  .u-hide-1530-down {
    display: none;
  }
}

@media screen and (min-width: 1540px) {
  .u-hide-1540-up {
    display: none;
  }
}

@media screen and (max-width: 1539px) {
  .u-hide-1540-down {
    display: none;
  }
}

@media screen and (min-width: 1550px) {
  .u-hide-1550-up {
    display: none;
  }
}

@media screen and (max-width: 1549px) {
  .u-hide-1550-down {
    display: none;
  }
}

@media screen and (min-width: 1560px) {
  .u-hide-1560-up {
    display: none;
  }
}

@media screen and (max-width: 1559px) {
  .u-hide-1560-down {
    display: none;
  }
}

@media screen and (min-width: 1570px) {
  .u-hide-1570-up {
    display: none;
  }
}

@media screen and (max-width: 1569px) {
  .u-hide-1570-down {
    display: none;
  }
}

@media screen and (min-width: 1580px) {
  .u-hide-1580-up {
    display: none;
  }
}

@media screen and (max-width: 1579px) {
  .u-hide-1580-down {
    display: none;
  }
}

@media screen and (min-width: 1590px) {
  .u-hide-1590-up {
    display: none;
  }
}

@media screen and (max-width: 1589px) {
  .u-hide-1590-down {
    display: none;
  }
}

@media screen and (min-width: 1600px) {
  .u-hide-1600-up {
    display: none;
  }
}

@media screen and (max-width: 1599px) {
  .u-hide-1600-down {
    display: none;
  }
}

@media screen and (min-width: 1610px) {
  .u-hide-1610-up {
    display: none;
  }
}

@media screen and (max-width: 1609px) {
  .u-hide-1610-down {
    display: none;
  }
}

@media screen and (min-width: 1620px) {
  .u-hide-1620-up {
    display: none;
  }
}

@media screen and (max-width: 1619px) {
  .u-hide-1620-down {
    display: none;
  }
}

@media screen and (min-width: 1630px) {
  .u-hide-1630-up {
    display: none;
  }
}

@media screen and (max-width: 1629px) {
  .u-hide-1630-down {
    display: none;
  }
}

@media screen and (min-width: 1640px) {
  .u-hide-1640-up {
    display: none;
  }
}

@media screen and (max-width: 1639px) {
  .u-hide-1640-down {
    display: none;
  }
}

@media screen and (min-width: 1650px) {
  .u-hide-1650-up {
    display: none;
  }
}

@media screen and (max-width: 1649px) {
  .u-hide-1650-down {
    display: none;
  }
}

@media screen and (min-width: 1660px) {
  .u-hide-1660-up {
    display: none;
  }
}

@media screen and (max-width: 1659px) {
  .u-hide-1660-down {
    display: none;
  }
}

@media screen and (min-width: 1670px) {
  .u-hide-1670-up {
    display: none;
  }
}

@media screen and (max-width: 1669px) {
  .u-hide-1670-down {
    display: none;
  }
}

@media screen and (min-width: 1680px) {
  .u-hide-1680-up {
    display: none;
  }
}

@media screen and (max-width: 1679px) {
  .u-hide-1680-down {
    display: none;
  }
}

@media screen and (min-width: 1690px) {
  .u-hide-1690-up {
    display: none;
  }
}

@media screen and (max-width: 1689px) {
  .u-hide-1690-down {
    display: none;
  }
}

@media screen and (min-width: 1700px) {
  .u-hide-1700-up {
    display: none;
  }
}

@media screen and (max-width: 1699px) {
  .u-hide-1700-down {
    display: none;
  }
}

@media screen and (min-width: 1710px) {
  .u-hide-1710-up {
    display: none;
  }
}

@media screen and (max-width: 1709px) {
  .u-hide-1710-down {
    display: none;
  }
}

@media screen and (min-width: 1720px) {
  .u-hide-1720-up {
    display: none;
  }
}

@media screen and (max-width: 1719px) {
  .u-hide-1720-down {
    display: none;
  }
}

@media screen and (min-width: 1730px) {
  .u-hide-1730-up {
    display: none;
  }
}

@media screen and (max-width: 1729px) {
  .u-hide-1730-down {
    display: none;
  }
}

@media screen and (min-width: 1740px) {
  .u-hide-1740-up {
    display: none;
  }
}

@media screen and (max-width: 1739px) {
  .u-hide-1740-down {
    display: none;
  }
}

@media screen and (min-width: 1750px) {
  .u-hide-1750-up {
    display: none;
  }
}

@media screen and (max-width: 1749px) {
  .u-hide-1750-down {
    display: none;
  }
}

@media screen and (min-width: 1760px) {
  .u-hide-1760-up {
    display: none;
  }
}

@media screen and (max-width: 1759px) {
  .u-hide-1760-down {
    display: none;
  }
}

@media screen and (min-width: 1770px) {
  .u-hide-1770-up {
    display: none;
  }
}

@media screen and (max-width: 1769px) {
  .u-hide-1770-down {
    display: none;
  }
}

@media screen and (min-width: 1780px) {
  .u-hide-1780-up {
    display: none;
  }
}

@media screen and (max-width: 1779px) {
  .u-hide-1780-down {
    display: none;
  }
}

@media screen and (min-width: 1790px) {
  .u-hide-1790-up {
    display: none;
  }
}

@media screen and (max-width: 1789px) {
  .u-hide-1790-down {
    display: none;
  }
}

@media screen and (min-width: 1800px) {
  .u-hide-1800-up {
    display: none;
  }
}

@media screen and (max-width: 1799px) {
  .u-hide-1800-down {
    display: none;
  }
}

@media screen and (min-width: 1810px) {
  .u-hide-1810-up {
    display: none;
  }
}

@media screen and (max-width: 1809px) {
  .u-hide-1810-down {
    display: none;
  }
}

@media screen and (min-width: 1820px) {
  .u-hide-1820-up {
    display: none;
  }
}

@media screen and (max-width: 1819px) {
  .u-hide-1820-down {
    display: none;
  }
}

@media screen and (min-width: 1830px) {
  .u-hide-1830-up {
    display: none;
  }
}

@media screen and (max-width: 1829px) {
  .u-hide-1830-down {
    display: none;
  }
}

@media screen and (min-width: 1840px) {
  .u-hide-1840-up {
    display: none;
  }
}

@media screen and (max-width: 1839px) {
  .u-hide-1840-down {
    display: none;
  }
}

@media screen and (min-width: 1850px) {
  .u-hide-1850-up {
    display: none;
  }
}

@media screen and (max-width: 1849px) {
  .u-hide-1850-down {
    display: none;
  }
}

@media screen and (min-width: 1860px) {
  .u-hide-1860-up {
    display: none;
  }
}

@media screen and (max-width: 1859px) {
  .u-hide-1860-down {
    display: none;
  }
}

@media screen and (min-width: 1870px) {
  .u-hide-1870-up {
    display: none;
  }
}

@media screen and (max-width: 1869px) {
  .u-hide-1870-down {
    display: none;
  }
}

@media screen and (min-width: 1880px) {
  .u-hide-1880-up {
    display: none;
  }
}

@media screen and (max-width: 1879px) {
  .u-hide-1880-down {
    display: none;
  }
}

@media screen and (min-width: 1890px) {
  .u-hide-1890-up {
    display: none;
  }
}

@media screen and (max-width: 1889px) {
  .u-hide-1890-down {
    display: none;
  }
}

@media screen and (min-width: 1900px) {
  .u-hide-1900-up {
    display: none;
  }
}

@media screen and (max-width: 1899px) {
  .u-hide-1900-down {
    display: none;
  }
}

@media screen and (min-width: 1910px) {
  .u-hide-1910-up {
    display: none;
  }
}

@media screen and (max-width: 1909px) {
  .u-hide-1910-down {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .u-hide-1920-up {
    display: none;
  }
}

@media screen and (max-width: 1919px) {
  .u-hide-1920-down {
    display: none;
  }
}

@media screen and (min-width: 1930px) {
  .u-hide-1930-up {
    display: none;
  }
}

@media screen and (max-width: 1929px) {
  .u-hide-1930-down {
    display: none;
  }
}

@media screen and (min-width: 1940px) {
  .u-hide-1940-up {
    display: none;
  }
}

@media screen and (max-width: 1939px) {
  .u-hide-1940-down {
    display: none;
  }
}

@media screen and (min-width: 1950px) {
  .u-hide-1950-up {
    display: none;
  }
}

@media screen and (max-width: 1949px) {
  .u-hide-1950-down {
    display: none;
  }
}

@media screen and (min-width: 1960px) {
  .u-hide-1960-up {
    display: none;
  }
}

@media screen and (max-width: 1959px) {
  .u-hide-1960-down {
    display: none;
  }
}

@media screen and (min-width: 1970px) {
  .u-hide-1970-up {
    display: none;
  }
}

@media screen and (max-width: 1969px) {
  .u-hide-1970-down {
    display: none;
  }
}

@media screen and (min-width: 1980px) {
  .u-hide-1980-up {
    display: none;
  }
}

@media screen and (max-width: 1979px) {
  .u-hide-1980-down {
    display: none;
  }
}

@media screen and (min-width: 1990px) {
  .u-hide-1990-up {
    display: none;
  }
}

@media screen and (max-width: 1989px) {
  .u-hide-1990-down {
    display: none;
  }
}

@media screen and (min-width: 2000px) {
  .u-hide-2000-up {
    display: none;
  }
}

@media screen and (max-width: 1999px) {
  .u-hide-2000-down {
    display: none;
  }
}

.u-hideText {
  position: relative;
}
.u-hideText__txt {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .u-hideText--sp {
    position: relative;
  }
  .u-hideText--sp__txt {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
  }
}

.mT0 {
  margin-top: 0px;
}

@media screen and (max-width: 979px) {
  .mT20 {
    margin-top: 20px;
  }
}
.mB20 {
  margin-bottom: 20px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pt85 {
  padding-top: 85px;
}
@media screen and (max-width: 767px) {
  .u-pt85 {
    padding-top: 30px;
  }
}

.u-pt120 {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .u-pt120 {
    padding-top: 30px;
  }
}

.u-pt-half {
  padding-top: 0.6em;
}

.u-fwb {
  font-weight: bold;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-uppercase-none {
  text-transform: none;
}

@media screen and (min-width: 10px) {
  .u-br-10 {
    display: none;
  }
}

@media screen and (max-width: 9px) {
  .u-br-10-down {
    display: none;
  }
}

@media screen and (min-width: 20px) {
  .u-br-20 {
    display: none;
  }
}

@media screen and (max-width: 19px) {
  .u-br-20-down {
    display: none;
  }
}

@media screen and (min-width: 30px) {
  .u-br-30 {
    display: none;
  }
}

@media screen and (max-width: 29px) {
  .u-br-30-down {
    display: none;
  }
}

@media screen and (min-width: 40px) {
  .u-br-40 {
    display: none;
  }
}

@media screen and (max-width: 39px) {
  .u-br-40-down {
    display: none;
  }
}

@media screen and (min-width: 50px) {
  .u-br-50 {
    display: none;
  }
}

@media screen and (max-width: 49px) {
  .u-br-50-down {
    display: none;
  }
}

@media screen and (min-width: 60px) {
  .u-br-60 {
    display: none;
  }
}

@media screen and (max-width: 59px) {
  .u-br-60-down {
    display: none;
  }
}

@media screen and (min-width: 70px) {
  .u-br-70 {
    display: none;
  }
}

@media screen and (max-width: 69px) {
  .u-br-70-down {
    display: none;
  }
}

@media screen and (min-width: 80px) {
  .u-br-80 {
    display: none;
  }
}

@media screen and (max-width: 79px) {
  .u-br-80-down {
    display: none;
  }
}

@media screen and (min-width: 90px) {
  .u-br-90 {
    display: none;
  }
}

@media screen and (max-width: 89px) {
  .u-br-90-down {
    display: none;
  }
}

@media screen and (min-width: 100px) {
  .u-br-100 {
    display: none;
  }
}

@media screen and (max-width: 99px) {
  .u-br-100-down {
    display: none;
  }
}

@media screen and (min-width: 110px) {
  .u-br-110 {
    display: none;
  }
}

@media screen and (max-width: 109px) {
  .u-br-110-down {
    display: none;
  }
}

@media screen and (min-width: 120px) {
  .u-br-120 {
    display: none;
  }
}

@media screen and (max-width: 119px) {
  .u-br-120-down {
    display: none;
  }
}

@media screen and (min-width: 130px) {
  .u-br-130 {
    display: none;
  }
}

@media screen and (max-width: 129px) {
  .u-br-130-down {
    display: none;
  }
}

@media screen and (min-width: 140px) {
  .u-br-140 {
    display: none;
  }
}

@media screen and (max-width: 139px) {
  .u-br-140-down {
    display: none;
  }
}

@media screen and (min-width: 150px) {
  .u-br-150 {
    display: none;
  }
}

@media screen and (max-width: 149px) {
  .u-br-150-down {
    display: none;
  }
}

@media screen and (min-width: 160px) {
  .u-br-160 {
    display: none;
  }
}

@media screen and (max-width: 159px) {
  .u-br-160-down {
    display: none;
  }
}

@media screen and (min-width: 170px) {
  .u-br-170 {
    display: none;
  }
}

@media screen and (max-width: 169px) {
  .u-br-170-down {
    display: none;
  }
}

@media screen and (min-width: 180px) {
  .u-br-180 {
    display: none;
  }
}

@media screen and (max-width: 179px) {
  .u-br-180-down {
    display: none;
  }
}

@media screen and (min-width: 190px) {
  .u-br-190 {
    display: none;
  }
}

@media screen and (max-width: 189px) {
  .u-br-190-down {
    display: none;
  }
}

@media screen and (min-width: 200px) {
  .u-br-200 {
    display: none;
  }
}

@media screen and (max-width: 199px) {
  .u-br-200-down {
    display: none;
  }
}

@media screen and (min-width: 210px) {
  .u-br-210 {
    display: none;
  }
}

@media screen and (max-width: 209px) {
  .u-br-210-down {
    display: none;
  }
}

@media screen and (min-width: 220px) {
  .u-br-220 {
    display: none;
  }
}

@media screen and (max-width: 219px) {
  .u-br-220-down {
    display: none;
  }
}

@media screen and (min-width: 230px) {
  .u-br-230 {
    display: none;
  }
}

@media screen and (max-width: 229px) {
  .u-br-230-down {
    display: none;
  }
}

@media screen and (min-width: 240px) {
  .u-br-240 {
    display: none;
  }
}

@media screen and (max-width: 239px) {
  .u-br-240-down {
    display: none;
  }
}

@media screen and (min-width: 250px) {
  .u-br-250 {
    display: none;
  }
}

@media screen and (max-width: 249px) {
  .u-br-250-down {
    display: none;
  }
}

@media screen and (min-width: 260px) {
  .u-br-260 {
    display: none;
  }
}

@media screen and (max-width: 259px) {
  .u-br-260-down {
    display: none;
  }
}

@media screen and (min-width: 270px) {
  .u-br-270 {
    display: none;
  }
}

@media screen and (max-width: 269px) {
  .u-br-270-down {
    display: none;
  }
}

@media screen and (min-width: 280px) {
  .u-br-280 {
    display: none;
  }
}

@media screen and (max-width: 279px) {
  .u-br-280-down {
    display: none;
  }
}

@media screen and (min-width: 290px) {
  .u-br-290 {
    display: none;
  }
}

@media screen and (max-width: 289px) {
  .u-br-290-down {
    display: none;
  }
}

@media screen and (min-width: 300px) {
  .u-br-300 {
    display: none;
  }
}

@media screen and (max-width: 299px) {
  .u-br-300-down {
    display: none;
  }
}

@media screen and (min-width: 310px) {
  .u-br-310 {
    display: none;
  }
}

@media screen and (max-width: 309px) {
  .u-br-310-down {
    display: none;
  }
}

@media screen and (min-width: 320px) {
  .u-br-320 {
    display: none;
  }
}

@media screen and (max-width: 319px) {
  .u-br-320-down {
    display: none;
  }
}

@media screen and (min-width: 330px) {
  .u-br-330 {
    display: none;
  }
}

@media screen and (max-width: 329px) {
  .u-br-330-down {
    display: none;
  }
}

@media screen and (min-width: 340px) {
  .u-br-340 {
    display: none;
  }
}

@media screen and (max-width: 339px) {
  .u-br-340-down {
    display: none;
  }
}

@media screen and (min-width: 350px) {
  .u-br-350 {
    display: none;
  }
}

@media screen and (max-width: 349px) {
  .u-br-350-down {
    display: none;
  }
}

@media screen and (min-width: 360px) {
  .u-br-360 {
    display: none;
  }
}

@media screen and (max-width: 359px) {
  .u-br-360-down {
    display: none;
  }
}

@media screen and (min-width: 370px) {
  .u-br-370 {
    display: none;
  }
}

@media screen and (max-width: 369px) {
  .u-br-370-down {
    display: none;
  }
}

@media screen and (min-width: 380px) {
  .u-br-380 {
    display: none;
  }
}

@media screen and (max-width: 379px) {
  .u-br-380-down {
    display: none;
  }
}

@media screen and (min-width: 390px) {
  .u-br-390 {
    display: none;
  }
}

@media screen and (max-width: 389px) {
  .u-br-390-down {
    display: none;
  }
}

@media screen and (min-width: 400px) {
  .u-br-400 {
    display: none;
  }
}

@media screen and (max-width: 399px) {
  .u-br-400-down {
    display: none;
  }
}

@media screen and (min-width: 410px) {
  .u-br-410 {
    display: none;
  }
}

@media screen and (max-width: 409px) {
  .u-br-410-down {
    display: none;
  }
}

@media screen and (min-width: 420px) {
  .u-br-420 {
    display: none;
  }
}

@media screen and (max-width: 419px) {
  .u-br-420-down {
    display: none;
  }
}

@media screen and (min-width: 430px) {
  .u-br-430 {
    display: none;
  }
}

@media screen and (max-width: 429px) {
  .u-br-430-down {
    display: none;
  }
}

@media screen and (min-width: 440px) {
  .u-br-440 {
    display: none;
  }
}

@media screen and (max-width: 439px) {
  .u-br-440-down {
    display: none;
  }
}

@media screen and (min-width: 450px) {
  .u-br-450 {
    display: none;
  }
}

@media screen and (max-width: 449px) {
  .u-br-450-down {
    display: none;
  }
}

@media screen and (min-width: 460px) {
  .u-br-460 {
    display: none;
  }
}

@media screen and (max-width: 459px) {
  .u-br-460-down {
    display: none;
  }
}

@media screen and (min-width: 470px) {
  .u-br-470 {
    display: none;
  }
}

@media screen and (max-width: 469px) {
  .u-br-470-down {
    display: none;
  }
}

@media screen and (min-width: 480px) {
  .u-br-480 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .u-br-480-down {
    display: none;
  }
}

@media screen and (min-width: 490px) {
  .u-br-490 {
    display: none;
  }
}

@media screen and (max-width: 489px) {
  .u-br-490-down {
    display: none;
  }
}

@media screen and (min-width: 500px) {
  .u-br-500 {
    display: none;
  }
}

@media screen and (max-width: 499px) {
  .u-br-500-down {
    display: none;
  }
}

@media screen and (min-width: 510px) {
  .u-br-510 {
    display: none;
  }
}

@media screen and (max-width: 509px) {
  .u-br-510-down {
    display: none;
  }
}

@media screen and (min-width: 520px) {
  .u-br-520 {
    display: none;
  }
}

@media screen and (max-width: 519px) {
  .u-br-520-down {
    display: none;
  }
}

@media screen and (min-width: 530px) {
  .u-br-530 {
    display: none;
  }
}

@media screen and (max-width: 529px) {
  .u-br-530-down {
    display: none;
  }
}

@media screen and (min-width: 540px) {
  .u-br-540 {
    display: none;
  }
}

@media screen and (max-width: 539px) {
  .u-br-540-down {
    display: none;
  }
}

@media screen and (min-width: 550px) {
  .u-br-550 {
    display: none;
  }
}

@media screen and (max-width: 549px) {
  .u-br-550-down {
    display: none;
  }
}

@media screen and (min-width: 560px) {
  .u-br-560 {
    display: none;
  }
}

@media screen and (max-width: 559px) {
  .u-br-560-down {
    display: none;
  }
}

@media screen and (min-width: 570px) {
  .u-br-570 {
    display: none;
  }
}

@media screen and (max-width: 569px) {
  .u-br-570-down {
    display: none;
  }
}

@media screen and (min-width: 580px) {
  .u-br-580 {
    display: none;
  }
}

@media screen and (max-width: 579px) {
  .u-br-580-down {
    display: none;
  }
}

@media screen and (min-width: 590px) {
  .u-br-590 {
    display: none;
  }
}

@media screen and (max-width: 589px) {
  .u-br-590-down {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .u-br-600 {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .u-br-600-down {
    display: none;
  }
}

@media screen and (min-width: 610px) {
  .u-br-610 {
    display: none;
  }
}

@media screen and (max-width: 609px) {
  .u-br-610-down {
    display: none;
  }
}

@media screen and (min-width: 620px) {
  .u-br-620 {
    display: none;
  }
}

@media screen and (max-width: 619px) {
  .u-br-620-down {
    display: none;
  }
}

@media screen and (min-width: 630px) {
  .u-br-630 {
    display: none;
  }
}

@media screen and (max-width: 629px) {
  .u-br-630-down {
    display: none;
  }
}

@media screen and (min-width: 640px) {
  .u-br-640 {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .u-br-640-down {
    display: none;
  }
}

@media screen and (min-width: 650px) {
  .u-br-650 {
    display: none;
  }
}

@media screen and (max-width: 649px) {
  .u-br-650-down {
    display: none;
  }
}

@media screen and (min-width: 660px) {
  .u-br-660 {
    display: none;
  }
}

@media screen and (max-width: 659px) {
  .u-br-660-down {
    display: none;
  }
}

@media screen and (min-width: 670px) {
  .u-br-670 {
    display: none;
  }
}

@media screen and (max-width: 669px) {
  .u-br-670-down {
    display: none;
  }
}

@media screen and (min-width: 680px) {
  .u-br-680 {
    display: none;
  }
}

@media screen and (max-width: 679px) {
  .u-br-680-down {
    display: none;
  }
}

@media screen and (min-width: 690px) {
  .u-br-690 {
    display: none;
  }
}

@media screen and (max-width: 689px) {
  .u-br-690-down {
    display: none;
  }
}

@media screen and (min-width: 700px) {
  .u-br-700 {
    display: none;
  }
}

@media screen and (max-width: 699px) {
  .u-br-700-down {
    display: none;
  }
}

@media screen and (min-width: 710px) {
  .u-br-710 {
    display: none;
  }
}

@media screen and (max-width: 709px) {
  .u-br-710-down {
    display: none;
  }
}

@media screen and (min-width: 720px) {
  .u-br-720 {
    display: none;
  }
}

@media screen and (max-width: 719px) {
  .u-br-720-down {
    display: none;
  }
}

@media screen and (min-width: 730px) {
  .u-br-730 {
    display: none;
  }
}

@media screen and (max-width: 729px) {
  .u-br-730-down {
    display: none;
  }
}

@media screen and (min-width: 740px) {
  .u-br-740 {
    display: none;
  }
}

@media screen and (max-width: 739px) {
  .u-br-740-down {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .u-br-750 {
    display: none;
  }
}

@media screen and (max-width: 749px) {
  .u-br-750-down {
    display: none;
  }
}

@media screen and (min-width: 760px) {
  .u-br-760 {
    display: none;
  }
}

@media screen and (max-width: 759px) {
  .u-br-760-down {
    display: none;
  }
}

@media screen and (min-width: 770px) {
  .u-br-770 {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .u-br-770-down {
    display: none;
  }
}

@media screen and (min-width: 780px) {
  .u-br-780 {
    display: none;
  }
}

@media screen and (max-width: 779px) {
  .u-br-780-down {
    display: none;
  }
}

@media screen and (min-width: 790px) {
  .u-br-790 {
    display: none;
  }
}

@media screen and (max-width: 789px) {
  .u-br-790-down {
    display: none;
  }
}

@media screen and (min-width: 800px) {
  .u-br-800 {
    display: none;
  }
}

@media screen and (max-width: 799px) {
  .u-br-800-down {
    display: none;
  }
}

@media screen and (min-width: 810px) {
  .u-br-810 {
    display: none;
  }
}

@media screen and (max-width: 809px) {
  .u-br-810-down {
    display: none;
  }
}

@media screen and (min-width: 820px) {
  .u-br-820 {
    display: none;
  }
}

@media screen and (max-width: 819px) {
  .u-br-820-down {
    display: none;
  }
}

@media screen and (min-width: 830px) {
  .u-br-830 {
    display: none;
  }
}

@media screen and (max-width: 829px) {
  .u-br-830-down {
    display: none;
  }
}

@media screen and (min-width: 840px) {
  .u-br-840 {
    display: none;
  }
}

@media screen and (max-width: 839px) {
  .u-br-840-down {
    display: none;
  }
}

@media screen and (min-width: 850px) {
  .u-br-850 {
    display: none;
  }
}

@media screen and (max-width: 849px) {
  .u-br-850-down {
    display: none;
  }
}

@media screen and (min-width: 860px) {
  .u-br-860 {
    display: none;
  }
}

@media screen and (max-width: 859px) {
  .u-br-860-down {
    display: none;
  }
}

@media screen and (min-width: 870px) {
  .u-br-870 {
    display: none;
  }
}

@media screen and (max-width: 869px) {
  .u-br-870-down {
    display: none;
  }
}

@media screen and (min-width: 880px) {
  .u-br-880 {
    display: none;
  }
}

@media screen and (max-width: 879px) {
  .u-br-880-down {
    display: none;
  }
}

@media screen and (min-width: 890px) {
  .u-br-890 {
    display: none;
  }
}

@media screen and (max-width: 889px) {
  .u-br-890-down {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  .u-br-900 {
    display: none;
  }
}

@media screen and (max-width: 899px) {
  .u-br-900-down {
    display: none;
  }
}

@media screen and (min-width: 910px) {
  .u-br-910 {
    display: none;
  }
}

@media screen and (max-width: 909px) {
  .u-br-910-down {
    display: none;
  }
}

@media screen and (min-width: 920px) {
  .u-br-920 {
    display: none;
  }
}

@media screen and (max-width: 919px) {
  .u-br-920-down {
    display: none;
  }
}

@media screen and (min-width: 930px) {
  .u-br-930 {
    display: none;
  }
}

@media screen and (max-width: 929px) {
  .u-br-930-down {
    display: none;
  }
}

@media screen and (min-width: 940px) {
  .u-br-940 {
    display: none;
  }
}

@media screen and (max-width: 939px) {
  .u-br-940-down {
    display: none;
  }
}

@media screen and (min-width: 950px) {
  .u-br-950 {
    display: none;
  }
}

@media screen and (max-width: 949px) {
  .u-br-950-down {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .u-br-960 {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .u-br-960-down {
    display: none;
  }
}

@media screen and (min-width: 970px) {
  .u-br-970 {
    display: none;
  }
}

@media screen and (max-width: 969px) {
  .u-br-970-down {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  .u-br-980 {
    display: none;
  }
}

@media screen and (max-width: 979px) {
  .u-br-980-down {
    display: none;
  }
}

@media screen and (min-width: 990px) {
  .u-br-990 {
    display: none;
  }
}

@media screen and (max-width: 989px) {
  .u-br-990-down {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .u-br-1000 {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .u-br-1000-down {
    display: none;
  }
}

.noto-sans-jp-light {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.noto-serif-jp-light {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
/*# sourceMappingURL=maps/style.css.map */
