@charset "UTF-8";
/* ==========================================================================
 Foundation
============================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&display=swap");
/*! 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: 62.5%;
  scroll-padding-top: 80px;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(18px * 0.8, 100vw * 18 / 1440, 18px);
  line-height: 1.6;
  color: #000000;
  background-color: #f1f0e8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 699px) {
  body {
    font-size: clamp(15px * 0.8, 100vw * 15 / 375, 18px);
  }
}
body:has(.is-ham-open) {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

a {
  color: #000000;
}

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

.wf-josefin {
  font-family: "Josefin Sans", sans-serif;
}

/* ==========================================================================
 layout
============================================================================*/
.l-header {
  padding: clamp(9.75px, 0.9523809524vw, 39px) 30px 0;
  background-color: #ffffff;
}
@media screen and (max-width: 699px) {
  .l-header {
    padding: 0;
  }
}
.l-header__container {
  height: clamp(72.75px, 7.1062271062vw, 291px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  max-width: max(84.6153846154vw, 577.5px);
}
@media screen and (max-width: 1099px) {
  .l-header__container {
    max-width: 1100px;
  }
}
@media screen and (max-width: 699px) {
  .l-header__container {
    height: max(14.6666666667vw, 41.25px);
    align-items: flex-start;
  }
}
.l-header__logo {
  width: max(18.4168498168vw, 125.695px);
}
@media screen and (max-width: 699px) {
  .l-header__logo {
    width: max(42.9333333333vw, 120.75px);
    padding: max(4.2666666667vw, 12px) 0 0 max(3.4666666667vw, 9.75px);
  }
}

@media screen and (max-width: 849px) {
  .l-header-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f0e8;
    z-index: 999;
    clip-path: inset(0 0 0 100%);
    transition: clip-path 0.45s;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .is-ham-open .l-header-nav {
    clip-path: inset(0 0 0 0);
  }
}
.l-header-nav__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 850px) {
  .l-header-nav__overlay {
    display: none;
  }
}
@media screen and (max-width: 849px) {
  .l-header-nav__inner {
    max-width: 450px;
    margin: auto;
    padding-top: 108px;
    padding-bottom: 50px;
    position: relative;
    pointer-events: none;
  }
  .l-header-nav__inner a {
    pointer-events: auto;
  }
}
@media screen and (min-width: 850px) {
  .l-header-nav__logo {
    display: none;
  }
}
@media screen and (max-width: 849px) {
  .l-header-nav__logo {
    width: 80%;
    max-width: 205px;
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
  }
}
.l-header-nav__list {
  display: flex;
  align-items: center;
  gap: 4.4em;
  font-size: clamp(12px * 1, 100vw * 12 / 1365, 36px);
}
@media screen and (max-width: 1099px) {
  .l-header-nav__list {
    gap: 2em;
  }
}
@media screen and (max-width: 849px) {
  .l-header-nav__list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    font-size: 14.88px;
  }
}
.l-header-nav__item.--ig {
  margin-left: 1em;
  padding-right: 1em;
  font-size: clamp(22px * 1, 100vw * 22 / 1365, 66px);
}
@media screen and (max-width: 849px) {
  .l-header-nav__item.--ig {
    margin-left: 0;
    padding-right: 0;
    margin-top: 30px;
    font-size: 27px;
  }
}
@media screen and (min-width: 850px) {
  .l-header-nav__imgs {
    display: none;
  }
}
.l-header-nav__img {
  position: absolute;
  display: none;
}
.l-header-nav__img.--img-1 {
  top: 20px;
  left: 5%;
  width: 15%;
  display: block;
}
.l-header-nav__img.--img-5 {
  top: 420px;
  right: 3%;
  width: 35%;
  display: block;
}
.l-header-nav__img.--img-43 {
  top: 220px;
  right: 5%;
  width: 16%;
  display: block;
}
.l-header-nav__img.--img-39 {
  top: 375px;
  left: 3%;
  width: 26%;
  display: block;
}

.l-footer {
  padding: clamp(60px, 5.8608058608vw, 240px) 0 clamp(15px, 1.4652014652vw, 60px);
}
@media screen and (max-width: 699px) {
  .l-footer {
    padding: max(50.4vw, 141.75px) 0 max(7.4666666667vw, 21px);
  }
  body.home .l-footer {
    padding: max(59.2vw, 166.5px) 0 max(7.4666666667vw, 21px);
  }
}
.l-footer__logo {
  width: max(17.8754578755vw, 122px);
  margin: auto;
}
@media screen and (max-width: 699px) {
  .l-footer__logo {
    width: max(54.6666666667vw, 153.75px);
  }
}
.l-footer__logo-link {
  display: block;
  width: 100%;
}
.l-footer__bottom {
  text-align: center;
  font-size: clamp(12px * 1, 100vw * 12 / 1365, 36px);
  margin-top: clamp(22.5px, 2.1978021978vw, 90px);
}
.l-footer__bottom small {
  font-size: 100%;
}
@media screen and (max-width: 699px) {
  .l-footer__bottom {
    font-size: clamp(12px * 0.8, 100vw * 12 / 375, 14.4px);
    margin-top: max(10.1333333333vw, 28.5px);
  }
}

body:not(.home) .l-main {
  position: relative;
  z-index: 10;
}

.l-inner {
  margin: auto;
  max-width: 986px;
  width: 90%;
}

.l-container-gray {
  position: relative;
  z-index: 10;
  border-right: 1px solid rgba(0, 0, 0, 0.85);
  border-left: 1px solid rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid rgba(0, 0, 0, 0.85);
  background-color: rgba(226, 230, 228, 0.85);
  padding-left: max(4.2490842491vw, 29px);
  padding-right: max(4.2490842491vw, 29px);
  padding-bottom: clamp(46.5px, 4.5421245421vw, 186px);
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  max-width: clamp(936px * 1, 100vw * 936 / 1365, 1404px);
  font-size: clamp(936px * 1, 100vw * 936 / 1365, 1404px);
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 699px) {
  .l-container-gray {
    width: 100%;
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    background-color: transparent;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media screen and (max-width: 699px) {
  .l-container-gray__sp {
    border: 1px solid rgba(0, 0, 0, 0.85);
    background-color: rgba(226, 230, 228, 0.85);
    margin-top: min(-34.6666666667vw, -97.5px);
    padding: 32vw max(8vw, 22.5px) max(40vw, 112.5px);
    border-radius: 100vh;
  }
}
.l-container-gray--lower {
  position: relative;
  z-index: 10;
  border: 1px solid rgba(0, 0, 0, 0.85);
  background-color: rgba(226, 230, 228, 0.85);
  padding-left: max(4.2490842491vw, 29px);
  padding-right: max(4.2490842491vw, 29px);
  padding: 0.0662393162em max(4.2490842491vw, 29px);
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  max-width: clamp(936px * 0.9, 100vw * 936 / 1365, 1404px);
  font-size: clamp(936px * 0.9, 100vw * 936 / 1365, 1404px);
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 699px) {
  .l-container-gray--lower {
    margin-top: min(-34.6666666667vw, -97.5px);
    padding: 32vw max(8vw, 22.5px) max(40vw, 112.5px);
    border-radius: 100vh;
  }
}

/* ==========================================================================
 object
============================================================================*/
.c-ttl-sec {
  position: relative;
}
.c-ttl-sec.--centered {
  text-align: center;
}
.c-ttl-sec__sub {
  font-weight: 700;
  display: block;
  font-size: 0.8888888889em;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 1em;
}
@media screen and (max-width: 699px) {
  .c-ttl-sec__sub {
    font-size: 0.9333333333em;
  }
}
.c-ttl-sec__sub i {
  font-size: 0.8em;
  margin-right: 1em;
  transform: translateY(0.15em);
}
.--grad1 .c-ttl-sec__sub,
.c-ttl-sec__sub.--light {
  color: rgba(0, 0, 0, 0.6);
}
.--centered .c-ttl-sec__sub {
  justify-content: center;
}
.--centered .c-ttl-sec__sub i {
  display: none;
}
.c-ttl-sec__main {
  display: block;
  font-size: 5.5555555556em;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  font-weight: 400;
}
.--centered .c-ttl-sec__main {
  margin-left: auto;
  margin-right: auto;
}
.--jp .c-ttl-sec__main {
  font-size: 2.7777777778em;
  font-weight: 600;
}
@media screen and (max-width: 699px) {
  .--jp .c-ttl-sec__main {
    font-size: 1.6666666667em;
    margin-top: 1em;
  }
}
@media screen and (max-width: 699px) {
  .c-ttl-sec__main {
    font-size: clamp(40px * 0.5, 100vw * 40 / 375, 120px);
  }
}
.--grad1 .c-ttl-sec__main {
  color: #750087;
}
.--pink .c-ttl-sec__main {
  color: #750087;
}
.c-ttl-sec.--white {
  color: #ffffff;
}

.c-ttl-sec-sub {
  font-size: 1.6666666667em;
  font-weight: 700;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 699px) {
  .c-ttl-sec-sub {
    font-size: 1.0666666667em;
  }
}
.c-ttl-sec + .c-ttl-sec-sub {
  margin-top: 0.9333333333em;
}

.c-ttl-simple {
  font-size: clamp(20px * 1, 100vw * 20 / 1365, 60px);
  text-align: center;
  letter-spacing: 0.12em;
  padding-left: 0.12em;
  font-weight: 700;
}

.c-ttl-image {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 699px) {
  .c-ttl-image {
    overflow: hidden;
    width: 100%;
    display: block;
  }
}
.c-ttl-image span {
  display: block;
}
.c-ttl-image .--text {
  position: relative;
}
.c-ttl-image .--text > picture > img {
  display: block;
  position: relative;
  z-index: 10;
  opacity: 0;
  transform: scale(0.8);
}
.c-ttl-image .--img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.c-ttl-image .--img img {
  display: block;
  opacity: 0;
  transform: scale(0.8);
}

.c-ttl-round {
  max-width: clamp(555px * 1, 100vw * 555 / 1365, 1665px);
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 50px;
  text-align: center;
  font-size: clamp(15px * 1, 100vw * 15 / 1365, 45px);
  font-weight: 600;
  margin: auto;
  padding: clamp(9px * 1, 100vw * 9 / 1365, 27px) clamp(20px * 1, 100vw * 20 / 1365, 60px);
}
.c-ttl-round.--small {
  max-width: 23em;
}
.c-ttl-round.--max {
  max-width: unset;
  font-size: clamp(17px * 1, 100vw * 17 / 1365, 51px);
  letter-spacing: 0.1em;
  padding: clamp(7px * 1, 100vw * 7 / 1365, 21px) clamp(20px * 1, 100vw * 20 / 1365, 60px);
}
@media screen and (max-width: 699px) {
  .c-ttl-round.--max {
    max-width: max(59.4666666667vw, 167.25px);
    font-size: clamp(15px * 0.8, 100vw * 15 / 375, 18px);
  }
}

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

.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 cubic-bezier(0.42, 2.5, 0.45, 1.005);
}
.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: #68524b;
  color: #ffffff;
  font-size: clamp(12px * 1, 100vw * 12 / 1365, 36px);
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.5em 1.5em;
  border-radius: 100vh;
  min-width: max(11.7216117216vw, 80px);
}
@media screen and (max-width: 699px) {
  .c-btn-round a {
    font-size: max(3.8666666667vw, 10.875px);
    padding: 0.6em 1.5em;
    min-width: max(53.2773333333vw, 149.8425px);
  }
}
.c-btn-round.--large a {
  font-size: clamp(12px * 1, 100vw * 12 / 1365, 36px);
  min-width: max(14.652014652vw, 100px);
  letter-spacing: 0.01em;
  padding: 0.8em 1.5em;
}
@media screen and (max-width: 699px) {
  .c-btn-round.--large a {
    font-size: max(3.8666666667vw, 10.875px);
    padding: 0.9em 1.5em;
    min-width: max(69.4053333333vw, 195.2025px);
  }
}

.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: center;
  gap: 0.5em;
  position: relative;
}
.c-accordion__plus {
  display: block;
  width: 2em;
  height: 2em;
  border: 1px solid #efefef;
  border-radius: 50%;
  position: relative;
}
.c-accordion__plus::before,
.c-accordion__plus::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 0.3em);
  width: 0.6em;
  height: 2px;
  background-color: #efefef;
  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-breadcrumbs {
  padding-bottom: 10px;
  font-size: 16px;
}
@media screen and (max-width: 699px) {
  .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: 699px) {
  .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: 699px) {
  .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-ham {
  position: relative;
  z-index: 9999;
  width: max(8vw, 22.5px);
  height: max(8vw, 22.5px);
  order: 1;
  transform: translate(min(-2.6666666667vw, -7.5px), max(2.6666666667vw, 7.5px));
}
@media screen and (min-width: 700px) {
  .c-ham__container {
    display: none;
  }
}
.c-ham__line {
  position: absolute;
  top: max(3.8106666667vw, 10.7175px);
  left: max(1.6666666667vw, 4.6875px);
  width: max(4.6666666667vw, 13.125px);
  height: max(0.3786666667vw, 1.065px);
  display: block;
  background-color: #000000;
  border-radius: 100vh;
  transition: transform 0.3s;
}
.c-ham__line:nth-of-type(1) {
  transform: translateY(min(-1.8666666667vw, -5.25px));
}
.is-ham-open .c-ham__line:nth-of-type(1) {
  transform: translateY(0px) rotate(45deg);
}
.c-ham__line:nth-of-type(2) {
  transition: opacity 0.3s;
}
.is-ham-open .c-ham__line:nth-of-type(2) {
  opacity: 0;
}
.c-ham__line:nth-of-type(3) {
  transform: translateY(max(1.8666666667vw, 5.25px));
}
.is-ham-open .c-ham__line:nth-of-type(3) {
  transform: translateY(0px) rotate(-45deg);
}

.c-list-cat .c-accordion__body {
  padding-left: 7em;
}
@media screen and (max-width: 699px) {
  .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: 699px) {
  .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: 699px) {
  .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: 700px) {
  .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: 699px) {
  .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: 90vh;
  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: 70vh;
  -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 / 1365, 78px);
  gap: 1.2em;
  line-height: 1;
}
@media screen and (max-width: 699px) {
  .c-pagination {
    padding: 0 20px;
    margin-top: 56px;
    font-size: clamp(16px * 0.8, 100vw * 16 / 375, 19.2px);
  }
  .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: #000000;
  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%;
}

[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;
}
@media (prefers-reduced-motion: reduce) {
  [data-fade="in"] {
    opacity: 1 !important;
  }
}

[data-card="in-out"] [data-card-item],
[data-card="in"] [data-card-item] {
  transform: scale(0.7) translateY(20px);
  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;
}

.c-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #f1f0e8;
  overflow: hidden;
  clip-path: inset(0% 0% 100% 0%);
}
.c-bg__path-sub {
  width: 1365px;
  height: 4789px;
  display: block;
  margin: auto;
  transform-origin: center top;
  transform: scaleX(1);
}
@media screen and (max-width: 1364px) {
  .c-bg__path-sub {
    transform-origin: left top;
  }
}
@media screen and (max-width: 699px) {
  .c-bg__path-sub {
    transform-origin: center top;
    width: 375px;
    height: 9088px;
    transform: scaleX(1);
  }
}
.c-bg__path-top {
  width: 1365px;
  height: 4797px;
  display: block;
  margin: auto;
  transform-origin: center top;
  transform: scaleX(1);
}
@media screen and (max-width: 1364px) {
  .c-bg__path-top {
    transform-origin: left top;
  }
}
@media screen and (max-width: 699px) {
  .c-bg__path-top {
    transform-origin: center top;
    width: 375px;
    height: 5216px;
    transform: scaleX(1);
  }
}

.c-card-place {
  padding: clamp(39.75px, 3.8827838828vw, 159px) max(2.1978021978vw, 15px) clamp(22.5px, 2.1978021978vw, 90px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  color: #ffffff;
  text-align: center;
}
.c-card-place:has(.c-card-place__dates) {
  padding-top: clamp(22.5px, 2.1978021978vw, 90px);
}
@media screen and (max-width: 699px) {
  .c-card-place {
    padding: max(16.8vw, 47.25px) max(9.6vw, 27px) max(11.4666666667vw, 32.25px);
  }
  .c-card-place:has(.c-card-place__dates) {
    padding-top: max(13.3333333333vw, 37.5px);
  }
}
.c-card-place__dates {
  display: flex;
  justify-content: center;
  font-size: clamp(11px * 1, 100vw * 11 / 1365, 16.5px);
  font-weight: 700;
  border-bottom: 1px solid var(--color);
  border-top: 1px solid var(--color);
  border-left: 1px solid var(--color);
}
@media screen and (max-width: 699px) {
  .c-card-place__dates {
    font-size: max(3.2vw, 9px);
  }
}
.c-card-place__date {
  background-color: #ffffff;
  color: var(--color);
  flex-grow: 1;
  padding: 0.1em 0;
  line-height: 1;
  border: 1px solid var(--color);
  border-right: 1px solid var(--color);
  max-width: 33.33%;
}
.c-card-place__thumb img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-card-place__name {
  margin-top: clamp(7.5px, 0.7326007326vw, 30px);
  font-size: clamp(12px * 1, 100vw * 12 / 1365, 21.6px);
  font-weight: 700;
  line-height: 1.5833333333;
  min-height: 3.1666em;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 699px) {
  .c-card-place__name {
    margin-top: max(1.6vw, 4.5px);
    font-size: max(3.7333333333vw, 10.5px);
    line-height: 1.6428571429;
    min-height: 3.2857142857em;
  }
  body:not(.home) .c-card-place__name {
    min-height: unset;
  }
}
.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: clamp(7.5px, 0.7326007326vw, 30px);
  margin-top: clamp(7.5px, 0.7326007326vw, 30px);
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 699px) {
  .c-card-place__place {
    font-size: max(2.6666666667vw, 7.5px);
    padding-top: max(3.7333333333vw, 10.5px);
    max-width: 82%;
    margin-top: max(2.1333333333vw, 6px);
  }
}
.c-card-place__text {
  font-size: clamp(9.5px * 1, 100vw * 9.5 / 1365, 12.35px);
  font-weight: 500;
  line-height: 1.5833333333;
  min-height: 3.1666666667em;
}
@media screen and (max-width: 699px) {
  .c-card-place__text {
    font-size: max(2.9333333333vw, 8.25px);
    width: 82%;
    margin: auto;
  }
}

.c-selector {
  margin-top: clamp(51px, 4.9816849817vw, 204px);
  position: relative;
  font-size: clamp(18px * 0.8, 100vw * 18 / 1440, 18px);
}
@media screen and (max-width: 699px) {
  .c-selector {
    margin-top: max(8vw, 22.5px);
  }
}
.c-selector__btn {
  font-size: max(1.2454212454vw, 8.5px);
  letter-spacing: 0.1em;
  width: max(16.4102564103vw, 112px);
  color: #ffffff;
  background-color: #68524b;
  display: block;
  margin: auto;
  text-align: center;
  padding: max(0.1465201465vw, 1px) 0;
  position: relative;
}
@media screen and (max-width: 699px) {
  .c-selector__btn {
    width: max(59.7333333333vw, 168px);
    font-size: max(4.8vw, 13.5px);
    padding: 5px 0 6px;
  }
}
.c-selector__btn::after {
  content: "";
  position: absolute;
  top: max(0.6593406593vw, 4.5px);
  right: max(0.8791208791vw, 6px);
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  transform: rotate(45deg);
}
@media screen and (max-width: 699px) {
  .c-selector__btn::after {
    top: max(3.7333333333vw, 10.5px);
    right: max(4.5333333333vw, 12.75px);
  }
}
.c-selector__list {
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: max(16.4102564103vw, 112px);
  transform: translateX(-50%);
  background-color: #ffffff;
  border: 1px solid #68524b;
  padding: 0.5em;
  z-index: 10;
  display: grid;
  gap: max(0.293040293vw, 2px);
  clip-path: inset(0 0 100% 0);
}
@media screen and (max-width: 699px) {
  .c-selector__list {
    min-width: unset;
    width: max(59.4666666667vw, 167.25px);
    gap: max(2.1333333333vw, 6px);
  }
}
.--open .c-selector__list {
  clip-path: inset(0 0 0 0);
}
.c-selector__item-btn {
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  color: #68524b;
  font-size: max(0.8791208791vw, 6px);
  background-color: rgba(104, 82, 75, 0.1);
  padding: 0.3em 0;
}
@media screen and (max-width: 699px) {
  .c-selector__item-btn {
    font-size: clamp(12px * 0.8, 100vw * 12 / 375, 14.4px);
  }
}
.c-selector__item-btn:hover,
.c-selector__item-btn:focus {
  background-color: rgba(104, 82, 75, 0.2);
}

.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: 100vh;
}
@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: 95vh) {
  .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: 140vh) {
  .c-mv-sub__info {
    align-items: flex-start;
    padding-top: 10vh;
  }
}
@media (max-width: 95vh) {
  .c-mv-sub__info {
    align-items: flex-start;
    padding-top: 15vh;
  }
}
.c-mv-sub__info-inner {
  width: 25%;
  height: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 140vh) {
  .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: 95vh) {
  .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;
  opacity: 0;
}
.c-people-top__item.--people-1 {
  display: block;
  top: clamp(131.25px, 12.8205128205vw, 525px);
  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, 390px);
  left: max(19.4139194139vw, 132.5px);
  width: max(14.5054945055vw, 99px);
}
.c-people-top__item.--people-3 {
  display: block;
  top: clamp(60px, 5.8608058608vw, 240px);
  left: max(33.6996336996vw, 230px);
  width: max(15.2380952381vw, 104px);
}
.c-people-top__item.--people-4 {
  display: block;
  top: clamp(72px, 7.032967033vw, 288px);
  left: max(60.8058608059vw, 415px);
  width: max(3.36996337vw, 23px);
}
.c-people-top__item.--people-5 {
  display: block;
  top: clamp(67.5px, 6.5934065934vw, 270px);
  left: max(73.2600732601vw, 500px);
  width: max(18.1684981685vw, 124px);
}
.c-people-top__item.--people-6 {
  display: block;
  top: clamp(251.25px, 24.5421245421vw, 1005px);
  left: max(-5.8608058608vw, -40px);
  width: max(16.1172161172vw, 110px);
}
.c-people-top__item.--people-7 {
  display: block;
  top: clamp(213.75px, 20.8791208791vw, 855px);
  left: max(17.5824175824vw, 120px);
  width: max(10.1098901099vw, 69px);
}
.c-people-top__item.--people-8 {
  display: block;
  top: clamp(435px, 42.4908424908vw, 1740px);
  left: max(2.1978021978vw, 15px);
  width: max(16.9230769231vw, 115.5px);
}
.c-people-top__item.--people-9 {
  display: block;
  top: clamp(510px, 49.8168498168vw, 2040px);
  left: max(42.1245421245vw, 287.5px);
  width: max(13.4065934066vw, 91.5px);
}
.c-people-top__item.--people-10 {
  display: block;
  top: clamp(472.5px, 46.1538461538vw, 1890px);
  left: max(60.8058608059vw, 415px);
  width: max(16.8498168498vw, 115px);
}
.c-people-top__item.--people-11 {
  display: block;
  top: clamp(228.75px, 22.3443223443vw, 915px);
  left: max(91.9413919414vw, 627.5px);
  width: max(5.4212454212vw, 37px);
}
.c-people-top__item.--people-12 {
  display: block;
  top: clamp(315px, 30.7692307692vw, 1260px);
  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, 1770px);
  left: max(85.7142857143vw, 585px);
  width: max(12.6007326007vw, 86px);
}
.c-people-top__item.--people-14 {
  display: block;
  top: clamp(791.25px, 77.2893772894vw, 3165px);
  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, 2895px);
  left: max(38.0952380952vw, 260px);
  width: max(9.8901098901vw, 67.5px);
}
.c-people-top__item.--people-16 {
  display: block;
  top: clamp(1050px, 102.5641025641vw, 4200px);
  left: max(9.5238095238vw, 65px);
  width: max(17.8754578755vw, 122px);
}
.c-people-top__item.--people-17 {
  display: block;
  top: clamp(1068.75px, 104.3956043956vw, 4275px);
  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, 4485px);
  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, 2340px);
  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, 5055px);
  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, 5070px);
  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, 6810px);
  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, 6825px);
  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, 7620px);
  left: max(38.0952380952vw, 260px);
  width: max(8.9377289377vw, 61px);
}
.c-people-top__item.--people-27 {
  display: block;
  top: clamp(1905px, 186.0805860806vw, 7620px);
  left: max(85.7142857143vw, 585px);
  width: max(10.1098901099vw, 69px);
}
.c-people-top__item.--people-28 {
  display: block;
  top: clamp(1968.75px, 192.3076923077vw, 7875px);
  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, 8100px);
  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, 9570px);
  left: max(65.9340659341vw, 450px);
  width: max(5.2014652015vw, 35.5px);
}
@media screen and (max-width: 1099px) {
  .c-people-top__item.--people-31 {
    top: clamp(2392.5px, 233.6996336996vw + 100px, 9570px);
  }
}
.c-people-top__item.--people-32 {
  display: block;
  top: clamp(2291.25px, 223.8095238095vw, 9165px);
  left: max(75.0915750916vw, 512.5px);
  width: max(16.9230769231vw, 115.5px);
}
@media screen and (max-width: 1099px) {
  .c-people-top__item.--people-32 {
    top: clamp(2291.25px, 223.8095238095vw + 100px, 9165px);
  }
}
.c-people-top__item.--people-33 {
  display: block;
  top: clamp(2388.75px, 233.3333333333vw, 9555px);
  left: max(7.326007326vw, 50px);
  width: max(14.8717948718vw, 101.5px);
}
@media screen and (max-width: 1099px) {
  .c-people-top__item.--people-33 {
    top: clamp(2388.75px, 233.3333333333vw + 100px, 9555px);
  }
}
.c-people-top__item.--people-34 {
  display: block;
  top: clamp(2452.5px, 239.5604395604vw, 9810px);
  left: max(28.5714285714vw, 195px);
  width: max(6.5201465201vw, 44.5px);
}
@media screen and (max-width: 1099px) {
  .c-people-top__item.--people-34 {
    top: clamp(2452.5px, 239.5604395604vw + 100px, 9810px);
  }
}
.c-people-top__item.--people-35 {
  display: block;
  top: clamp(2565px, 250.5494505495vw, 10260px);
  left: max(54.9450549451vw, 375px);
  width: max(9.8168498168vw, 67px);
}
@media screen and (max-width: 1099px) {
  .c-people-top__item.--people-35 {
    top: clamp(2565px, 250.5494505495vw + 100px, 10260px);
  }
}
.c-people-top__item.--people-36 {
  display: block;
  top: clamp(2486.25px, 242.8571428571vw, 9945px);
  left: max(79.8534798535vw, 545px);
  width: max(9.3772893773vw, 64px);
}
@media screen and (max-width: 1099px) {
  .c-people-top__item.--people-36 {
    top: clamp(2486.25px, 242.8571428571vw + 100px, 9945px);
  }
}
.c-people-top__item.--people-37 {
  display: block;
  top: clamp(2865px, 279.8534798535vw, 11460px);
  left: max(6.2271062271vw, 42.5px);
  width: max(5.2747252747vw, 36px);
}
@media screen and (max-width: 1099px) {
  .c-people-top__item.--people-37 {
    top: clamp(2865px, 279.8534798535vw + 100px, 11460px);
  }
}
.c-people-top__item.--people-38 {
  display: block;
  top: clamp(2775px, 271.0622710623vw, 11100px);
  left: max(24.1758241758vw, 165px);
  width: max(13.4798534799vw, 92px);
}
@media screen and (max-width: 1099px) {
  .c-people-top__item.--people-38 {
    top: clamp(2775px, 271.0622710623vw + 100px, 11100px);
  }
}
.c-people-top__item.--people-39 {
  display: block;
  top: clamp(2842.5px, 277.6556776557vw, 11370px);
  left: max(59.706959707vw, 407.5px);
  width: max(9.0842490842vw, 62px);
}
@media screen and (max-width: 1099px) {
  .c-people-top__item.--people-39 {
    top: clamp(2842.5px, 277.6556776557vw + 100px, 11370px);
  }
}
.c-people-top__item.--people-40 {
  display: block;
  top: clamp(2726.25px, 266.3003663004vw, 10905px);
  left: max(87.5457875458vw, 597.5px);
  width: max(5.347985348vw, 36.5px);
}
@media screen and (max-width: 1099px) {
  .c-people-top__item.--people-40 {
    top: clamp(2726.25px, 266.3003663004vw + 100px, 10905px);
  }
}
.c-people-top__item.--people-41 {
  display: block;
  top: clamp(3086.25px, 301.4652014652vw, 12345px);
  left: max(20.1465201465vw, 137.5px);
  width: max(9.8901098901vw, 67.5px);
}
@media screen and (max-width: 1099px) {
  .c-people-top__item.--people-41 {
    top: clamp(3086.25px, 301.4652014652vw + 100px, 12345px);
  }
}
.c-people-top__item.--people-42 {
  display: block;
  top: clamp(3045px, 297.4358974359vw, 12180px);
  left: max(60.0732600733vw, 410px);
  width: max(10.7692307692vw, 73.5px);
}
@media screen and (max-width: 1099px) {
  .c-people-top__item.--people-42 {
    top: clamp(3045px, 297.4358974359vw + 100px, 12180px);
  }
}
.c-people-top__item.--people-43 {
  display: block;
  top: clamp(3060px, 298.9010989011vw, 12240px);
  left: max(76.1904761905vw, 520px);
  width: max(11.6483516484vw, 79.5px);
}
@media screen and (max-width: 1099px) {
  .c-people-top__item.--people-43 {
    top: clamp(3060px, 298.9010989011vw + 100px, 12240px);
  }
}
.c-people-top__item.--people-44 {
  display: block;
  top: clamp(901.5px, 88.0586080586vw, 3606px);
  left: max(82.0512820513vw, 560px);
  width: max(13.3333333333vw, 91px);
}
@media screen and (max-width: 699px) {
  .c-people-top__item {
    display: none !important;
  }
  .c-people-top__item.--people-1 {
    display: block !important;
    top: max(57.3333333333vw, 161.25px);
    left: min(0vw, 0px);
    width: max(14.9333333333vw, 42px);
  }
  .c-people-top__item.--people-2 {
    display: block !important;
    top: max(27.2vw, 76.5px);
    left: max(1.3333333333vw, 3.75px);
    width: max(34.1333333333vw, 96px);
  }
  .c-people-top__item.--people-3 {
    display: block !important;
    top: max(12vw, 33.75px);
    left: max(21.3333333333vw, 60px);
    width: max(29.6vw, 83.25px);
  }
  .c-people-top__item.--people-4 {
    display: block !important;
    top: max(77.0666666667vw, 216.75px);
    left: max(89.3333333333vw, 251.25px);
    width: max(9.8666666667vw, 27.75px);
  }
  .c-people-top__item.--people-5 {
    display: block !important;
    top: max(5.3333333333vw, 15px);
    left: max(44vw, 123.75px);
    width: max(38.4vw, 108px);
  }
  .c-people-top__item.--people-7 {
    display: block !important;
    top: max(85.8666666667vw, 241.5px);
    left: min(-1.6vw, -4.5px);
    width: max(19.2vw, 54px);
  }
  .c-people-top__item.--people-8 {
    display: block !important;
    top: max(169.6vw, 477px);
    left: min(0vw, 0px);
    width: max(27.2vw, 76.5px);
  }
  .c-people-top__item.--people-9 {
    display: block !important;
    top: max(141.6vw, 398.25px);
    left: max(22.9333333333vw, 64.5px);
    width: max(35.7333333333vw, 100.5px);
  }
  .c-people-top__item.--people-10 {
    display: block !important;
    top: max(119.4666666667vw, 336px);
    left: max(41.3333333333vw, 116.25px);
    width: max(32.2666666667vw, 90.75px);
  }
  .c-people-top__item.--people-14 {
    display: block !important;
    top: max(322.6666666667vw, 907.5px);
    left: max(68vw, 191.25px);
    width: max(22.9333333333vw, 64.5px);
  }
  .c-people-top__item.--people-15 {
    display: block !important;
    top: max(258.6666666667vw, 727.5px);
    left: max(6.6666666667vw, 18.75px);
    width: max(24.5333333333vw, 69px);
  }
  .c-people-top__item.--people-16 {
    display: block !important;
    top: max(382.1333333333vw, 1074.75px);
    left: min(-5.3333333333vw, -15px);
    width: max(35.2vw, 99px);
  }
  .c-people-top__item.--people-17 {
    display: block !important;
    top: max(423.2vw, 1190.25px);
    left: max(5.3333333333vw, 15px);
    width: max(29.8666666667vw, 84px);
  }
  .c-people-top__item.--people-18 {
    display: block !important;
    top: max(406.1333333333vw, 1142.25px);
    left: max(58.6666666667vw, 165px);
    width: max(34.9333333333vw, 98.25px);
  }
  .c-people-top__item.--people-19 {
    display: block !important;
    top: max(151.2vw, 425.25px);
    left: max(65.8666666667vw, 185.25px);
    width: max(26.9333333333vw, 75.75px);
  }
  .c-people-top__item.--people-23 {
    display: block !important;
    top: max(639.2vw, 1797.75px);
    left: max(75.4666666667vw, 212.25px);
    width: max(11.2vw, 31.5px);
  }
  .c-people-top__item.--people-26 {
    display: block !important;
    top: max(685.3333333333vw, 1927.5px);
    left: max(69.8666666667vw, 196.5px);
    width: max(25.6vw, 72px);
  }
  .c-people-top__item.--people-30 {
    display: block !important;
    top: max(768vw, 2160px);
    left: min(-2.6666666667vw, -7.5px);
    width: max(20.5333333333vw, 57.75px);
  }
  .c-people-top__item.--people-33 {
    display: block !important;
    top: max(936vw, 2632.5px);
    left: max(5.3333333333vw, 15px);
    width: max(17.6vw, 49.5px);
  }
  .c-people-top__item.--people-35 {
    display: block !important;
    top: max(995.2vw, 2799px);
    left: max(57.8666666667vw, 162.75px);
    width: max(37.3333333333vw, 105px);
  }
  .c-people-top__item.--people-37 {
    display: block !important;
    top: max(1120.5333333333vw, 3151.5px);
    left: max(8.8vw, 24.75px);
    width: max(15.7333333333vw, 44.25px);
  }
  .c-people-top__item.--people-38 {
    display: block !important;
    top: max(1144.5333333333vw, 3219px);
    left: max(58.4vw, 164.25px);
    width: max(32.2666666667vw, 90.75px);
  }
  .c-people-top__item.--people-39 {
    display: block !important;
    top: max(1113.3333333333vw, 3131.25px);
    left: max(58.4vw, 164.25px);
    width: max(24.5333333333vw, 69px);
  }
  .c-people-top__item.--people-40 {
    display: block !important;
    top: max(1119.4666666667vw, 3148.5px);
    left: max(37.3333333333vw, 105px);
    width: max(11.7333333333vw, 33px);
  }
  .c-people-top__item.--people-41 {
    display: block !important;
    top: max(1233.3333333333vw, 3468.75px);
    left: max(12vw, 33.75px);
    width: max(30.6666666667vw, 86.25px);
  }
  .c-people-top__item.--people-42 {
    display: block !important;
    top: max(1213.3333333333vw, 3412.5px);
    left: max(56vw, 157.5px);
    width: max(30.9333333333vw, 87px);
  }
  .c-people-top__item.--people-43 {
    display: block !important;
    top: max(1243.4666666667vw, 3497.25px);
    left: max(75.4666666667vw, 212.25px);
    width: max(27.4666666667vw, 77.25px);
  }
  .c-people-top__item.--people-44 {
    display: block !important;
    top: max(268.8vw, 756px);
    left: max(70.6666666667vw, 198.75px);
    width: max(29.8666666667vw, 84px);
  }
}

.c-people-sub {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.c-people-sub__item {
  position: absolute;
  top: 100%;
  display: none;
  opacity: 0;
}
.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: 699px) {
  .c-people-sub__item {
    display: none !important;
  }
  .c-people-sub__item.--people-6 {
    display: block !important;
    top: max(93.8666666667vw, 264px);
    left: min(-14.6666666667vw, -41.25px);
    width: max(39.4666666667vw, 111px);
  }
  .c-people-sub__item.--people-38 {
    display: block !important;
    top: max(125.3333333333vw, 352.5px);
    left: max(62.9333333333vw, 177px);
    width: max(42.1333333333vw, 118.5px);
  }
  .c-people-sub__item.--people-14 {
    display: block !important;
    top: max(288vw, 810px);
    left: min(-8vw, -22.5px);
    width: max(25.3333333333vw, 71.25px);
  }
  .c-people-sub__item.--people-19 {
    display: block !important;
    top: max(239.7333333333vw, 674.25px);
    left: max(72vw, 202.5px);
    width: max(30.9333333333vw, 87px);
  }
  .c-people-sub__item.--people-18 {
    display: block !important;
    top: max(386.6666666667vw, 1087.5px);
    left: max(77.3333333333vw, 217.5px);
    width: max(32vw, 90px);
  }
  .c-people-sub__item.--people-28 {
    display: block !important;
    top: max(488vw, 1372.5px);
    left: max(80vw, 225px);
    width: max(16vw, 45px);
  }
  .c-people-sub__item.--people-22 {
    display: block !important;
    top: max(437.3333333333vw, 1230px);
    left: max(88vw, 247.5px);
    width: max(11.4666666667vw, 32.25px);
  }
  .c-people-sub__item.--people-24 {
    display: block !important;
    top: max(516vw, 1451.25px);
    left: max(3.2vw, 9px);
    width: max(30.4vw, 85.5px);
  }
  .c-people-sub__item.--people-20 {
    display: block !important;
    top: max(672vw, 1890px);
    left: max(73.3333333333vw, 206.25px);
    width: max(28vw, 78.75px);
  }
  .c-people-sub__item.--people-44 {
    display: block !important;
    top: max(543.4666666667vw, 1528.5px);
    left: min(-12.5333333333vw, -35.25px);
    width: max(32.2666666667vw, 90.75px);
  }
  .c-people-sub__item.--people-23 {
    display: block !important;
    top: max(718.6666666667vw, 2021.25px);
    left: max(2.6666666667vw, 7.5px);
    width: max(14.6666666667vw, 41.25px);
  }
  .c-people-sub__item.--people-27 {
    display: block !important;
    top: max(821.3333333333vw, 2310px);
    left: max(80vw, 225px);
    width: max(21.0666666667vw, 59.25px);
  }
  .c-people-sub__item.--people-42 {
    display: block !important;
    top: max(837.3333333333vw, 2355px);
    left: min(0vw, 0px);
    width: max(25.6vw, 72px);
  }
  .c-people-sub__item.--people-33 {
    display: block !important;
    top: max(980vw, 2756.25px);
    left: min(-5.8666666667vw, -16.5px);
    width: max(28.5333333333vw, 80.25px);
  }
  .c-people-sub__item.--people-32 {
    display: block !important;
    top: max(988vw, 2778.75px);
    left: max(70.6666666667vw, 198.75px);
    width: max(35.7333333333vw, 100.5px);
  }
  .c-people-sub__item.--people-40 {
    display: block !important;
    top: max(1116vw, 3138.75px);
    left: max(5.3333333333vw, 15px);
    width: max(14.1333333333vw, 39.75px);
  }
  .c-people-sub__item.--people-43 {
    display: block !important;
    top: max(1244vw, 3498.75px);
    left: max(82.6666666667vw, 232.5px);
    width: max(19.4666666667vw, 54.75px);
  }
  .c-people-sub__item.--people-39 {
    display: block !important;
    top: max(1270.1333333333vw, 3572.25px);
    left: min(-0.2666666667vw, -0.75px);
    width: max(30.1333333333vw, 84.75px);
  }
  .c-people-sub__item.--people-46 {
    display: block !important;
    top: max(1525.8666666667vw, 4291.5px);
    left: max(2.6666666667vw, 7.5px);
    width: max(11.2vw, 31.5px);
  }
  .c-people-sub__item.--people-41 {
    display: block !important;
    top: max(1408vw, 3960px);
    left: max(68vw, 191.25px);
    width: max(32.2666666667vw, 90.75px);
  }
  .c-people-sub__item.--people-47 {
    display: block !important;
    top: max(1586.6666666667vw, 4462.5px);
    left: min(0vw, 0px);
    width: max(16.5333333333vw, 46.5px);
  }
  .c-people-sub__item.--people-11 {
    display: block !important;
    top: max(1685.3333333333vw, 4740px);
    left: max(77.3333333333vw, 217.5px);
    width: max(20.8vw, 58.5px);
  }
  .c-people-sub__item.--people-6-2 {
    display: block !important;
    top: max(1785.3333333333vw, 5021.25px);
    left: min(-14.4vw, -40.5px);
    width: max(39.7333333333vw, 111.75px);
  }
  .c-people-sub__item.--people-38-2 {
    display: block !important;
    top: max(1817.3333333333vw, 5111.25px);
    left: max(64.5333333333vw, 181.5px);
    width: max(39.7333333333vw, 111.75px);
  }
  .c-people-sub__item.--people-14-2 {
    display: block !important;
    top: max(1980vw, 5568.75px);
    left: min(-8vw, -22.5px);
    width: max(25.3333333333vw, 71.25px);
  }
  .c-people-sub__item.--people-18-2 {
    display: block !important;
    top: max(2078.6666666667vw, 5846.25px);
    left: max(77.3333333333vw, 217.5px);
    width: max(32vw, 90px);
  }
  .c-people-sub__item.--people-22-2 {
    display: block !important;
    top: max(2129.6vw, 5989.5px);
    left: max(88vw, 247.5px);
    width: max(11.4666666667vw, 32.25px);
  }
  .c-people-sub__item.--people-28-2 {
    display: block !important;
    top: max(2179.2vw, 6129px);
    left: max(80vw, 225px);
    width: max(16vw, 45px);
  }
  .c-people-sub__item.--people-44-2 {
    display: block !important;
    top: max(2234.6666666667vw, 6285px);
    left: min(-13.3333333333vw, -37.5px);
    width: max(32.5333333333vw, 91.5px);
  }
  .c-people-sub__item.--people-20-2 {
    display: block !important;
    top: max(2362.6666666667vw, 6645px);
    left: max(73.3333333333vw, 206.25px);
    width: max(28vw, 78.75px);
  }
  .c-people-sub__item.--people-23-2 {
    display: block !important;
    top: max(2410.6666666667vw, 6780px);
    left: max(2.6666666667vw, 7.5px);
    width: max(14.6666666667vw, 41.25px);
  }
}

.subpage .l-main {
  min-height: 1100vh;
}

.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;
  opacity: 0;
}
.c-people-about__item.--people-19 {
  display: block;
  top: clamp(570px * 1, 100vw * 570 / 1365, 1710px);
  left: 50%;
  transform: translateX(clamp(-50% - (683px - 1045px), -50% - 100vw * (683 - 1045) / 1366, -50% - 2 * (683px - 1045 px)));
  width: clamp(145px * 1, 100vw * 145 / 1365, 435px);
  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 / 1365, 2565px);
  left: 50%;
  transform: translateX(clamp(-50% - (683px - 160px), -50% - 100vw * (683 - 160) / 1366, -50% - 2 * (683px - 160 px)));
  width: clamp(162px * 1, 100vw * 162 / 1365, 486px);
  transform: translateX(clamp(-2 * 523px, -100vw * 523 / 1365, -1 * 523px));
  z-index: 10;
}
.c-people-about__item.--people-15 {
  display: block;
  top: clamp(1175px * 1, 100vw * 1175 / 1365, 3525px);
  left: 50%;
  transform: translateX(clamp(-50% - (683px - 115px), -50% - 100vw * (683 - 115) / 1366, -50% - 2 * (683px - 115 px)));
  width: clamp(87px * 1, 100vw * 87 / 1365, 261px);
  transform: translateX(clamp(-2 * 568px, -100vw * 568 / 1365, -1 * 568px));
}
.c-people-about__item.--people-17 {
  display: block;
  top: clamp(1580px * 1, 100vw * 1580 / 1365, 4740px);
  left: 50%;
  transform: translateX(clamp(-50% - (683px - 185px), -50% - 100vw * (683 - 185) / 1366, -50% - 2 * (683px - 185 px)));
  width: clamp(185px * 1, 100vw * 185 / 1365, 555px);
  transform: translateX(clamp(-2 * 498px, -100vw * 498 / 1365, -1 * 498px));
}
.c-people-about__item.--people-44 {
  display: block;
  top: clamp(1460px * 1, 100vw * 1460 / 1365, 4380px);
  left: 50%;
  transform: translateX(clamp(-50% - (683px - 1105px), -50% - 100vw * (683 - 1105) / 1366, -50% - 2 * (683px - 1105 px)));
  width: clamp(136px * 1, 100vw * 136 / 1365, 408px);
  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 / 1365, 5655px);
  left: 50%;
  transform: translateX(clamp(-50% - (683px - 1036px), -50% - 100vw * (683 - 1036) / 1366, -50% - 2 * (683px - 1036 px)));
  width: clamp(174px * 1, 100vw * 174 / 1365, 522px);
  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 / 1365, 5850px);
  left: 50%;
  transform: translateX(clamp(-50% - (683px - 90px), -50% - 100vw * (683 - 90) / 1366, -50% - 2 * (683px - 90 px)));
  width: clamp(239px * 1, 100vw * 239 / 1365, 717px);
  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 / 1365, 6555px);
  left: 50%;
  transform: translateX(clamp(-50% - (683px - 1180px), -50% - 100vw * (683 - 1180) / 1366, -50% - 2 * (683px - 1180 px)));
  width: clamp(63px * 1, 100vw * 63 / 1365, 189px);
  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 / 1365, 7020px);
  left: 50%;
  transform: translateX(clamp(-50% - (683px - 260px), -50% - 100vw * (683 - 260) / 1366, -50% - 2 * (683px - 260 px)));
  width: clamp(122px * 1, 100vw * 122 / 1365, 366px);
  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 / 1365, 7140px);
  left: 50%;
  transform: translateX(clamp(-50% - (683px - 930px), -50% - 100vw * (683 - 930) / 1366, -50% - 2 * (683px - 930 px)));
  width: clamp(147px * 1, 100vw * 147 / 1365, 441px);
  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: 699px) {
  .c-people-about__item {
    display: none !important;
  }
  .c-people-about__item.--people-19 {
    display: block !important;
    top: max(85.3333333333vw, 240px);
    left: max(83.4666666667vw, 234.75px);
    width: max(21.6vw, 60.75px);
    transform: none;
    z-index: 10;
  }
  .c-people-about__item.--people-14 {
    display: block !important;
    top: max(188vw, 528.75px);
    left: min(-6.6666666667vw, -18.75px);
    width: max(27.2vw, 76.5px);
    transform: none;
    z-index: 10;
  }
  .c-people-about__item.--people-15 {
    display: block !important;
    top: max(250.6666666667vw, 705px);
    left: max(1.8666666667vw, 5.25px);
    width: max(18.1333333333vw, 51px);
    transform: none;
    z-index: 10;
  }
  .c-people-about__item.--people-17 {
    display: block !important;
    top: max(311.2vw, 875.25px);
    left: max(0.8vw, 2.25px);
    width: max(32.2666666667vw, 90.75px);
    transform: none;
    z-index: 10;
  }
  .c-people-about__item.--people-44 {
    display: block !important;
    top: max(278.6666666667vw, 783.75px);
    left: max(74.6666666667vw, 210px);
    width: max(30.9333333333vw, 87px);
    transform: none;
    z-index: 10;
  }
  .c-people-about__item.--people-18 {
    display: block !important;
    top: max(412.8vw, 1161px);
    left: max(77.3333333333vw, 217.5px);
    width: max(28.5333333333vw, 80.25px);
    transform: none;
  }
  .c-people-about__item.--people-16 {
    display: block !important;
    top: max(436.8vw, 1228.5px);
    left: max(2.6666666667vw, 7.5px);
    width: max(36.2666666667vw, 102px);
    transform: none;
    z-index: 10;
  }
  .c-people-about__item.--people-22 {
    display: block !important;
    top: max(480vw, 1350px);
    left: max(26.6666666667vw, 75px);
    width: max(16.8vw, 47.25px);
    transform: none;
    display: none !important;
  }
  .c-people-about__item.--people-20 {
    display: block !important;
    top: max(520vw, 1462.5px);
    left: max(4vw, 11.25px);
    width: max(22.9333333333vw, 64.5px);
    transform: none;
  }
  .c-people-about__item.--people-24 {
    display: block !important;
    top: max(533.3333333333vw, 1500px);
    left: max(69.3333333333vw, 195px);
    width: max(21.0666666667vw, 59.25px);
    transform: none;
  }
}

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

.p-top-mv {
  height: clamp(555px, 54.2124542125vw, 2220px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: clamp(72.75px, 7.1062271062vw, 291px);
  gap: clamp(32.25px, 3.1501831502vw, 129px);
}
@media screen and (max-width: 699px) {
  .p-top-mv {
    height: max(172vw, 483.75px);
    gap: max(5.3333333333vw, 15px);
    padding-bottom: max(29.3333333333vw, 82.5px);
  }
}
.p-top-mv__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(16.5px, 1.6117216117vw, 66px);
}
@media screen and (max-width: 699px) {
  .p-top-mv__ttl {
    gap: max(2.6666666667vw, 7.5px);
  }
}
.p-top-mv__ttl-season {
  width: max(14.3970695971vw, 98.26px);
  opacity: 0;
}
@media screen and (max-width: 699px) {
  .p-top-mv__ttl-season {
    width: max(28.9626666667vw, 81.4575px);
  }
}
.p-top-mv__ttl-main {
  width: max(34.5450549451vw, 235.77px);
  position: relative;
}
.p-top-mv__ttl-main-item {
  opacity: 0;
  display: block;
}
.p-top-mv__ttl-main-item.--abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 699px) {
  .p-top-mv__ttl-main {
    width: max(69.456vw, 195.345px);
  }
}
.p-top-mv__date {
  width: max(29.6703296703vw, 202.5px);
  transform: translateX(max(0.3663003663vw, 2.5px));
  opacity: 0;
}
@media screen and (max-width: 699px) {
  .p-top-mv__date {
    width: max(60.3333333333vw, 169.6875px);
    transform: translateX(max(1.3333333333vw, 3.75px));
  }
}
.p-top-mv__copy {
  width: max(7.1553113553vw, 48.835px);
  position: absolute;
  top: clamp(98.25px, 9.5970695971vw, 393px);
  left: max(69.9633699634vw, 477.5px);
  opacity: 0;
}
@media screen and (max-width: 699px) {
  .p-top-mv__copy {
    top: max(14.1333333333vw, 39.75px);
    left: max(79.896vw, 224.7075px);
    width: max(16.3626666667vw, 46.02px);
  }
}
.p-top-mv__free {
  width: max(9.3025641026vw, 63.49px);
  position: absolute;
  top: clamp(456px, 44.5421245421vw, 1824px);
  left: max(24.0293040293vw, 164px);
  opacity: 0;
}
@media screen and (max-width: 699px) {
  .p-top-mv__free {
    top: max(118.6666666667vw, 333.75px);
    left: max(12.5333333333vw, 35.25px);
    width: max(21.7226666667vw, 61.095px);
  }
}
.p-top-mv__marugoto {
  width: max(11.6344322344vw, 79.405px);
  position: absolute;
  top: clamp(475.1775px, 46.4153846154vw, 1900.71px);
  left: max(73.2446886447vw, 499.895px);
  opacity: 0;
}
.p-top-mv__marugoto img {
  transform-origin: 0% 50%;
}
@media screen and (max-width: 699px) {
  .p-top-mv__marugoto {
    width: max(31.816vw, 89.4825px);
    top: max(118.1333333333vw, 332.25px);
    left: max(66.3226666667vw, 186.5325px);
  }
}

@media screen and (max-width: 699px) {
  .home .c-people-sample {
    top: max(5.3333333333vw, 15px);
  }
}

.p-top-about__inner {
  display: grid;
  grid-template-columns: 3fr 5fr;
  gap: max(10.989010989vw, 75px);
  max-width: max(69.9633699634vw, 477.5px);
  margin: auto;
}
@media screen and (max-width: 699px) {
  .p-top-about__inner {
    grid-template-columns: 1fr;
    gap: max(11.4666666667vw, 32.25px);
    max-width: unset;
  }
}
@media screen and (max-width: 699px) {
  .p-top-about__left {
    order: 2;
  }
}
.p-top-about__title {
  font-size: clamp(28px * 1, 100vw * 28 / 1365, 84px);
  font-weight: 700;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  gap: clamp(7.5px, 0.7326007326vw, 30px);
  padding-right: 1em;
  letter-spacing: 0.22em;
}
@media screen and (max-width: 699px) {
  .p-top-about__title {
    font-size: max(6.1333333333vw, 17.25px);
    padding-right: 0.1em;
    gap: max(1.8666666667vw, 5.25px);
  }
}
.p-top-about__title span {
  display: block;
  opacity: 0;
  transform: translateY(10%);
}
.p-top-about__text {
  font-size: clamp(13px * 1, 100vw * 13 / 1365, 39px);
  margin-top: clamp(33.75px, 3.2967032967vw, 135px);
  line-height: 1.6923076923;
}
@media screen and (max-width: 699px) {
  .p-top-about__text {
    font-size: max(3.4666666667vw, 9.75px);
    padding: 0 max(7.7333333333vw, 21.75px);
    margin-top: max(8.5333333333vw, 24px);
  }
}
.p-top-about__btn {
  margin-top: clamp(22.5px, 2.1978021978vw, 90px);
}
@media screen and (max-width: 699px) {
  .p-top-about__btn {
    margin-top: max(8.5333333333vw, 24px);
  }
}
.p-top-about__right {
  padding-top: clamp(60px, 5.8608058608vw, 240px);
}
@media screen and (max-width: 699px) {
  .p-top-about__right {
    padding-top: min(0vw, 0px);
    width: max(78.4373333333vw, 220.605px);
    margin: auto;
  }
}
.p-top-about__right .swiper {
  z-index: 0;
}

.p-top-places {
  padding-top: clamp(180px, 17.5824175824vw, 720px);
}
@media screen and (max-width: 699px) {
  .p-top-places {
    padding-top: max(48vw, 135px);
  }
}
.p-top-places__title {
  padding-right: max(6.9597069597vw, 47.5px);
  margin-bottom: clamp(-75px, -3.663003663vw, -37.5px);
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 699px) {
  .p-top-places__title {
    padding: 0;
    margin-bottom: min(-16vw, -45px);
  }
}
.p-top-places__title .--text {
  width: max(36.336996337vw, 248px);
}
@media screen and (max-width: 699px) {
  .p-top-places__title .--text {
    width: auto;
    margin: 0 min(-12vw, -33.75px);
  }
}
.p-top-places__btn {
  margin-top: clamp(26.25px, 2.5641025641vw, 105px);
}
@media screen and (max-width: 699px) {
  .p-top-places__btn {
    margin-top: max(5.8666666667vw, 16.5px);
  }
}

.p-top-places-list {
  padding: 0 max(3.663003663vw, 25px);
  margin: auto;
  max-width: 1800px;
  position: relative;
}
@media screen and (max-width: 699px) {
  .p-top-places-list {
    padding: 0;
  }
}
.p-top-places-list__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: max(3.8095238095vw, 26px);
  padding: max(0.3663003663vw, 2.5px);
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 100vh;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 699px) {
  .p-top-places-list__btn {
    width: max(13.9946666667vw, 39.36px);
    padding: max(1.3333333333vw, 3.75px);
    top: 47%;
  }
}
.p-top-places-list__btn.--prev {
  left: max(1.4652014652vw, 10px);
}
@media screen and (max-width: 699px) {
  .p-top-places-list__btn.--prev {
    left: max(1.8666666667vw, 5.25px);
  }
}
.p-top-places-list__btn.--next {
  right: max(1.4652014652vw, 10px);
}
@media screen and (max-width: 699px) {
  .p-top-places-list__btn.--next {
    right: max(1.8666666667vw, 5.25px);
  }
}
.p-top-places-list__btn.--next img {
  transform: rotate(180deg);
}

.p-top-categories {
  padding-top: clamp(86.25px, 8.4249084249vw, 345px);
  position: relative;
}
.p-top-categories:empty {
  padding-top: clamp(187.5px, 18.315018315vw, 750px);
}
@media screen and (max-width: 699px) {
  .p-top-categories:empty {
    padding-top: max(102.6666666667vw, 288.75px);
  }
}
@media screen and (max-width: 699px) {
  .p-top-categories {
    padding-top: max(26.6666666667vw, 75px);
  }
}
.p-top-categories__title {
  position: absolute;
  top: clamp(75px, 7.326007326vw, 300px);
  left: max(16.8498168498vw, 115px);
}
@media screen and (max-width: 699px) {
  .p-top-categories__title {
    position: relative;
    top: auto;
    left: auto;
  }
}
.p-top-categories__title .--text {
  width: max(32.5274725275vw, 222px);
}
@media screen and (max-width: 699px) {
  .p-top-categories__title .--text {
    width: auto;
    margin: 0 min(-6.6666666667vw, -18.75px);
  }
}

.p-top-categories-main {
  padding-left: max(48.3516483516vw, 330px);
  padding-right: max(3.663003663vw, 25px);
}
@media screen and (max-width: 699px) {
  .p-top-categories-main {
    padding: 0 max(7.7333333333vw, 21.75px);
  }
}
.p-top-categories-main__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: max(1.4652014652vw, 10px);
  max-width: max(33.3333333333vw, 227.5px);
}
.p-top-categories-main__list.--long {
  max-width: unset;
  grid-template-columns: repeat(6, 1fr);
  padding: 0.0245726496em 0.0267094017em;
  background-color: #ffffff;
  border-radius: 0.016025641em;
}
@media screen and (max-width: 699px) {
  .p-top-categories-main__list.--long {
    grid-template-columns: repeat(2, 1fr);
    padding: max(6.1333333333vw, 17.25px) max(6.6666666667vw, 18.75px);
  }
}
@media screen and (max-width: 699px) {
  .p-top-categories-main__list {
    max-width: unset;
    margin-top: max(4.8vw, 13.5px);
    gap: max(3.2vw, 9px) max(2.6666666667vw, 7.5px);
  }
}
.p-top-categories-main__link {
  display: block;
  padding: 0.55em 0;
  border-radius: 8px;
  border: 1px solid;
  text-align: center;
  font-size: max(1.4652014652vw, 10px);
  font-weight: 700;
  background-color: #ffffff;
  color: var(--custom-color);
  border-color: var(--custom-color);
  position: relative;
  overflow: hidden;
}
.--long .p-top-categories-main__link {
  font-size: 0.0170940171em;
}
.p-top-categories-main__link.--selected {
  background-color: var(--custom-color);
  color: #ffffff;
}
@media screen and (max-width: 699px) {
  .p-top-categories-main__link {
    font-size: max(3.6vw, 10.125px);
    padding: 0.65em 0;
  }
}
.p-top-categories-main__link::before {
  content: "＃";
}
.p-top-categories-main__link::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--custom-color);
  color: #ffffff;
  opacity: 0.1;
  content: "";
  transition: width 0.3s;
  pointer-events: none;
}
.p-top-categories-main__link:hover::after {
  width: 100%;
}

.p-top-map {
  padding-top: clamp(111px, 10.8424908425vw, 444px);
  position: relative;
}
@media screen and (max-width: 699px) {
  .p-top-map {
    padding-top: max(20vw, 56.25px);
  }
}
@media screen and (max-width: 699px) {
  .p-top-map__title .--text {
    width: auto;
    margin: 0 min(-14.6666666667vw, -41.25px);
  }
}
.p-top-map__inner {
  padding-left: max(10.695970696vw, 73px);
  position: relative;
}
@media screen and (max-width: 699px) {
  .p-top-map__inner {
    padding-left: 0;
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 699px) {
  .p-top-map__left {
    order: 2;
  }
}
.p-top-map__left gmp-map {
  width: max(45.4212454212vw, 310px);
  height: clamp(315.75px, 30.8424908425vw, 1263px);
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 699px) {
  .p-top-map__left gmp-map {
    width: 100%;
    height: max(98.6666666667vw, 277.5px);
  }
}
.p-top-map__right {
  position: absolute;
  top: clamp(33.75px, 3.2967032967vw, 135px);
  left: max(45.4212454212vw, 310px);
  width: max(37.0695970696vw, 253px);
}
@media screen and (max-width: 699px) {
  .p-top-map__right {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    order: 1;
  }
}
@media screen and (min-width: 700px) {
  .p-top-map__btn {
    width: max(25.2747252747vw, 172.5px);
    margin: clamp(22.5px, 2.1978021978vw, 90px) 0 0 auto;
  }
  .p-top-map__btn.--sp {
    display: none;
  }
}
@media screen and (max-width: 699px) {
  .p-top-map__btn {
    margin: max(10.6666666667vw, 30px) auto 0;
  }
  .p-top-map__btn.--pc {
    display: none;
  }
}

.p-top-information {
  padding-top: clamp(97.5px, 9.5238095238vw, 390px);
}
@media screen and (max-width: 699px) {
  .p-top-information {
    padding-top: max(24vw, 67.5px);
  }
}
.p-top-information__title {
  padding-right: max(6.9597069597vw, 47.5px);
  margin-bottom: clamp(-75px, -3.663003663vw, -37.5px);
  position: relative;
  padding-left: max(4.3956043956vw, 30px);
  z-index: 10;
}
@media screen and (max-width: 699px) {
  .p-top-information__title {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-top-information__title .--text {
  width: max(35.3113553114vw, 241px);
}
@media screen and (max-width: 699px) {
  .p-top-information__title .--text {
    width: auto;
    margin: 0 min(-12.5333333333vw, -35.25px);
  }
}
.p-top-information__btn {
  margin-top: clamp(26.25px, 2.5641025641vw, 105px);
}

.p-top-information-list {
  position: relative;
  z-index: 10;
  max-width: max(70.3296703297vw, 480px);
  margin: clamp(56.25px, 5.4945054945vw, 225px) auto 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: max(1.4652014652vw, 10px);
  padding: 0 max(1.4652014652vw, 10px);
}
@media screen and (max-width: 699px) {
  .p-top-information-list {
    max-width: unset;
    padding: 0 max(4.2666666667vw, 12px);
    grid-template-columns: repeat(3, 1fr);
    margin: max(12vw, 33.75px) auto 0;
  }
}
.p-top-information-list__item img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-closing {
  padding-top: clamp(135px, 13.1868131868vw, 540px);
  text-align: center;
  font-size: clamp(11px * 1, 100vw * 11 / 1365, 33px);
  line-height: 1.8181818182;
}
@media screen and (max-width: 699px) {
  .p-top-closing {
    padding: max(68.5333333333vw, 192.75px) max(10.4vw, 29.25px) 0 max(6.4vw, 18px);
    font-size: max(2.9333333333vw, 8.25px);
    text-align: left;
  }
}
.p-top-closing__title {
  font-weight: 700;
}
.p-top-closing__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 0;
  max-width: max(66.2271062271vw, 452px);
  padding: 0 max(1.4652014652vw, 10px);
}
@media screen and (max-width: 699px) {
  .p-top-closing__list {
    display: block;
    line-height: 1.6363636364;
    padding: 0;
  }
}
.p-top-closing__item:not(:last-child)::after {
  content: "／";
}
@media screen and (max-width: 699px) {
  .p-top-closing__item {
    display: inline;
  }
}
.p-top-closing__group {
  display: flex;
  justify-content: center;
  margin-top: 1.8181818182em;
}
@media screen and (max-width: 699px) {
  .p-top-closing__group {
    margin-top: 1.3636363636em;
    justify-content: flex-start;
  }
}

.p-about-bg {
  position: relative;
  z-index: 5;
}
.p-about-bg .p-about-top {
  padding: clamp(109px * 1, 100vw * 109 / 1365, 327px) 50px 0;
}
@media screen and (max-width: 699px) {
  .p-about-bg .p-about-top {
    padding: clamp(74px * 1, 100vw * 74 / 1365, 222px) 21px 0;
  }
}
.p-about-bg .p-about-top__ttl-txt-1 {
  display: block;
  max-width: clamp(301px * 1, 100vw * 301 / 1365, 903px);
  margin: auto;
}
@media screen and (max-width: 699px) {
  .p-about-bg .p-about-top__ttl-txt-1 {
    max-width: clamp(190px * 1, 100vw * 190 / 1365, 570px);
  }
}
.p-about-bg .p-about-top__ttl-txt-2 {
  display: block;
  max-width: clamp(468px * 1, 100vw * 468 / 1365, 1404px);
  margin: 12px auto 0;
}
@media screen and (max-width: 699px) {
  .p-about-bg .p-about-top__ttl-txt-2 {
    max-width: clamp(295px * 1, 100vw * 295 / 1365, 885px);
    margin: 8px auto 0;
  }
}
.p-about-bg .p-about-top__main {
  max-width: clamp(793px * 1, 100vw * 793 / 1365, 2379px);
  margin: clamp(206px * 1, 100vw * 206 / 1365, 618px) auto 0;
  background-color: #ffffff;
  border-radius: clamp(50px * 1, 100vw * 50 / 1365, 150px);
  text-align: center;
  padding: 0 24px clamp(67px * 1, 100vw * 67 / 1365, 201px);
  overflow: visible; /* 念のため */
}
@media screen and (max-width: 699px) {
  .p-about-bg .p-about-top__main {
    padding: 0 6px clamp(40px * 1, 100vw * 40 / 1365, 120px) 10px;
    margin: clamp(175px * 1, 100vw * 175 / 1365, 525px) auto 0;
  }
}
.p-about-bg .p-about-top__main-ttl {
  display: block;
  max-width: clamp(447px * 1, 100vw * 447 / 1365, 1341px);
  transform: translateY(clamp(-120px, 100vw * -40 / 1365, -40px * 1));
  margin: clamp(-240px, 100vw * -80 / 1365, -80px * 1) auto 0; /* ←ココが効きます */
}
@media screen and (max-width: 699px) {
  .p-about-bg .p-about-top__main-ttl {
    max-width: clamp(240px * 1, 100vw * 240 / 1365, 720px);
  }
}
.p-about-bg .p-about-top__main-container {
  margin-top: clamp(40px * 1, 100vw * 40 / 1365, 120px);
}
@media screen and (max-width: 699px) {
  .p-about-bg .p-about-top__main-container {
    margin-top: clamp(1px * 1, 100vw * 1 / 1365, 3px);
  }
}
.p-about-bg .p-about-top__main-container-ttl {
  font-size: clamp(14px * 1, 100vw * 14 / 1365, 42px);
  font-weight: 800;
  letter-spacing: clamp(1.4px * 1, 100vw * 1.4 / 1365, 4.2px);
}
@media screen and (max-width: 699px) {
  .p-about-bg .p-about-top__main-container-ttl {
    font-size: clamp(12px * 1, 100vw * 12 / 1365, 36px);
    letter-spacing: clamp(0.5px * 1, 100vw * 0.5 / 1365, 1.5px);
  }
}
.p-about-bg .p-about-top__main-container-txt {
  margin: clamp(45px * 1, 100vw * 45 / 1365, 135px) auto 0;
  max-width: clamp(583px * 1, 100vw * 583 / 1365, 1749px);
  font-size: clamp(12px * 1, 100vw * 12 / 1365, 36px);
  text-align: left;
  line-height: 2;
  letter-spacing: clamp(0.2px * 1, 100vw * 0.2 / 1365, 0.6px);
}
@media screen and (max-width: 699px) {
  .p-about-bg .p-about-top__main-container-txt {
    margin-top: clamp(24px * 1, 100vw * 24 / 1365, 72px);
    padding: 0 34px;
    font-size: clamp(11px * 1, 100vw * 11 / 1365, 33px);
    line-height: 1.9;
  }
}
.p-about-bg .p-about-slider {
  padding: clamp(150px * 1, 100vw * 150 / 1365, 450px) 50px 0;
}
@media screen and (max-width: 699px) {
  .p-about-bg .p-about-slider {
    padding: clamp(100px * 1, 100vw * 100 / 1365, 300px) 32px 0;
  }
}
.p-about-bg .p-about-slider .swiper {
  max-width: clamp(933px * 1, 100vw * 933 / 1365, 2799px);
}
.p-about-bg .p-about-overflow {
  padding: clamp(138px * 1, 100vw * 138 / 1365, 414px) 50px clamp(140px * 1, 100vw * 140 / 1365, 420px);
}
@media screen and (max-width: 699px) {
  .p-about-bg .p-about-overflow {
    padding: clamp(138px * 1, 100vw * 138 / 1365, 414px) 60px 0;
  }
}
.p-about-bg .p-about-overflow__block {
  padding-top: clamp(35px * 1, 100vw * 35 / 1365, 105px);
}
.p-about-bg .p-about-overflow__block:first-child {
  padding-top: 0;
}
@media screen and (max-width: 699px) {
  .p-about-bg .p-about-overflow__block {
    padding-top: clamp(27px * 1, 100vw * 27 / 1365, 81px);
  }
}
.p-about-bg .p-about-overflow__date {
  max-width: clamp(409px * 1, 100vw * 409 / 1365, 1227px);
  margin: 0 auto clamp(10px * 1, 100vw * 10 / 1365, 30px);
  padding-top: clamp(32px * 1, 100vw * 32 / 1365, 96px);
}
@media screen and (max-width: 699px) {
  .p-about-bg .p-about-overflow__date {
    max-width: clamp(243px * 1, 100vw * 243 / 1365, 729px);
    padding-top: clamp(24px * 1, 100vw * 24 / 1365, 72px);
    margin: 0 auto 0;
  }
}
.p-about-bg .p-about-overflow__list {
  font-size: clamp(12px * 1, 100vw * 12 / 1365, 36px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: clamp(460px * 1, 100vw * 460 / 1365, 1380px);
  margin: auto;
  padding-top: clamp(28px * 1, 100vw * 28 / 1365, 84px);
  line-height: 1.9166666667;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 699px) {
  .p-about-bg .p-about-overflow__list {
    flex-direction: column;
    align-items: center;
    line-height: 1.75;
  }
}
.p-about-bg .p-about-overflow__item:not(:last-child)::after {
  content: "／";
}
@media screen and (max-width: 699px) {
  .p-about-bg .p-about-overflow__item:not(:last-child)::after {
    content: "";
  }
}
.p-about-bg .p-about-overflow__item:last-child {
  position: relative;
}
.p-about-bg .p-about-overflow__item:last-child::after {
  content: "／ほか";
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
}
@media screen and (max-width: 699px) {
  .p-about-bg .p-about-overflow__item:last-child::after {
    content: "ほか";
    position: static;
    display: block;
    text-align: center;
    transform: none;
  }
}
.p-about-bg .p-about-overflow__text {
  max-width: clamp(558px * 1, 100vw * 558 / 1365, 1674px);
  margin: auto;
  padding-top: clamp(20px * 1, 100vw * 20 / 1365, 60px);
  text-align: center;
  font-size: clamp(12px * 1, 100vw * 12 / 1365, 36px);
  line-height: 1.9;
  letter-spacing: clamp(1.2px * 1, 100vw * 1.2 / 1365, 3.6px);
}
.p-about-bg .p-about-overflow__text.--large {
  font-size: clamp(13px * 1, 100vw * 13 / 1365, 39px);
}

.p-map {
  padding-top: 0.0320512821em;
}
@media screen and (max-width: 699px) {
  .p-map__title .--text {
    margin: 0;
  }
}

.p-map-area {
  margin-top: clamp(51px, 4.9816849817vw, 204px);
}
@media screen and (max-width: 699px) {
  .p-map-area {
    margin-top: max(17.0666666667vw, 48px);
  }
}
.p-map-area__loader {
  margin-top: clamp(36px, 3.5164835165vw, 144px);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 699px) {
  .p-map-area__loader {
    margin-top: max(10.6666666667vw, 30px);
  }
}
.p-map-area__maps {
  margin-top: clamp(36px, 3.5164835165vw, 144px);
  display: grid;
  gap: 0.0876068376em;
  max-width: 0.811965812em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 699px) {
  .p-map-area__maps {
    margin-top: max(10.6666666667vw, 30px);
    gap: max(10.6666666667vw, 30px);
  }
}

.p-map-map__canvas {
  margin-top: 0.0384615385em;
  width: 100%;
  height: clamp(315px, 30.7692307692vw, 1260px);
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 699px) {
  .p-map-map__canvas {
    margin-top: max(5.3333333333vw, 15px);
    height: max(85.3333333333vw, 240px);
    border-radius: 10px;
  }
}
.p-map-map__canvas gmp-map {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 699px) {
  .p-map-map__canvas gmp-map {
    height: 100%;
  }
}

.p-map-area__selector {
  margin-top: clamp(51px, 4.9816849817vw, 204px);
}
@media screen and (max-width: 699px) {
  .p-map-area__selector {
    margin-top: 0;
  }
}

.p-single-parent {
  position: relative;
  z-index: 10;
  padding-top: clamp(15px, 1.4652014652vw, 60px);
  max-width: clamp(936px * 0.9, 100vw * 936 / 1365, 1404px);
  font-size: clamp(936px * 0.9, 100vw * 936 / 1365, 1404px);
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 699px) {
  .p-single-parent {
    width: 100%;
  }
}
.p-single-parent-people .c-people-sample {
  display: none !important;
}
.p-single-parent__title {
  transform: translateX(max(5.641025641vw, 38.5px));
  margin-bottom: clamp(18.75px, 1.8315018315vw, 75px);
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 699px) {
  .p-single-parent__title {
    transform: none;
    margin-bottom: min(-8vw, -22.5px);
  }
}
.p-single-parent__title .--text {
  width: max(43.4432234432vw, 296.5px);
}
@media screen and (max-width: 699px) {
  .p-single-parent__title .--text {
    width: auto;
    margin: 0 min(-18.6666666667vw, -52.5px);
  }
}
.p-single-parent__container {
  border: 1px solid rgba(0, 0, 0, 0.85);
  background-color: rgba(226, 230, 228, 0.85);
  border-radius: 30px;
  padding: clamp(46.5px, 4.5421245421vw, 186px) max(4.2490842491vw, 29px);
}
@media screen and (max-width: 699px) {
  .p-single-parent__container {
    margin-top: min(-34.6666666667vw, -97.5px);
    padding: max(46.6666666667vw, 131.25px) max(8vw, 22.5px) max(40vw, 112.5px);
    border-radius: 100vh;
  }
}

.p-single-parent-info {
  display: grid;
  grid-template-columns: 409fr 332fr;
  gap: max(3.5897435897vw, 24.5px);
  padding-right: max(2.0512820513vw, 14px);
  align-items: center;
}
@media screen and (max-width: 699px) {
  .p-single-parent-info {
    display: flex;
    flex-direction: column-reverse;
    padding-right: max(0vw, 0px);
  }
}
.p-single-parent-info__left {
  padding: clamp(27.75px, 2.7106227106vw, 111px) max(2.1978021978vw, 15px) clamp(39px, 3.8095238095vw, 156px);
  border-radius: max(3.663003663vw, 25px);
  color: #ffffff;
}
@media screen and (max-width: 699px) {
  .p-single-parent-info__left {
    border-radius: max(13.3333333333vw, 37.5px);
    padding: max(6.6666666667vw, 18.75px) max(7.2vw, 20.25px) max(12.5333333333vw, 35.25px);
    width: max(83.7333333333vw, 235.5px);
  }
}
.p-single-parent-info__right img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 699px) {
  .p-single-parent-info__right {
    display: none;
  }
}
.p-single-parent-info__title {
  font-size: clamp(18px * 1, 100vw * 18 / 1365, 54px);
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 699px) {
  .p-single-parent-info__title {
    font-size: clamp(16px * 0.8, 100vw * 16 / 375, 19.2px);
  }
}
.p-single-parent-info__photo-sp {
  display: none;
}
@media screen and (max-width: 699px) {
  .p-single-parent-info__photo-sp {
    display: block;
    border-top: 1px dotted #ffffff;
    padding: max(8vw, 22.5px) 0;
    margin: max(3.2vw, 9px) auto 0;
  }
  .p-single-parent-info__photo-sp img {
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}
.p-single-parent-info__content {
  border-top: 1px dotted #ffffff;
  border-bottom: 1px dotted #ffffff;
  padding: clamp(7.5px, 0.7326007326vw, 30px) 0;
  margin: clamp(9.75px, 0.9523809524vw, 39px) 0;
  font-size: clamp(13px * 1, 100vw * 13 / 1365, 39px);
  line-height: 1.7692307692;
}
@media screen and (max-width: 699px) {
  .p-single-parent-info__content {
    border-top: none;
    padding: 0 0 clamp(7.5px, 0.7326007326vw, 30px);
    margin: 0 0 clamp(9.75px, 0.9523809524vw, 39px);
    font-size: clamp(11px * 0.8, 100vw * 11 / 375, 13.2px);
  }
}
.p-single-parent-info__details {
  margin-top: clamp(13.5px, 1.3186813187vw, 54px);
  display: grid;
  gap: clamp(2px * 1, 100vw * 2 / 1365, 6px);
}
.p-single-parent-info__details-item {
  display: grid;
  grid-template-columns: clamp(47px * 1, 100vw * 47 / 1365, 141px) 1fr;
  gap: clamp(10px * 1, 100vw * 10 / 1365, 30px);
  align-items: baseline;
}
.p-single-parent-info__details-title {
  font-size: clamp(10px * 1, 100vw * 10 / 1365, 30px);
  font-weight: 700;
  letter-spacing: 0.25em;
  text-align: center;
  background-color: #ffffff;
  color: #68524b;
  border-radius: 5px;
  line-height: 1;
  padding: 0.2em 0 0.4em 0.25em;
}
.p-single-parent-info__details-content {
  font-size: clamp(12px * 1, 100vw * 12 / 1365, 36px);
  line-height: 1.75;
}
.p-single-parent-info__btns {
  margin-top: clamp(19.5px, 1.9047619048vw, 78px);
  display: flex;
  justify-content: center;
  font-size: clamp(11.5px * 1, 100vw * 11.5 / 1365, 34.5px);
  gap: 1em;
  font-weight: 700;
}
.p-single-parent-info__btns + .p-single-parent-info__btns {
  margin-top: clamp(10px, 100vw * 10 / 1365, 40px);
}
.p-single-parent-info__btn {
  background-color: #ffffff;
  color: #68524b;
  padding: 0.65em 1.7em 0.65em 1.85em;
  letter-spacing: 0.15em;
  border-radius: 100vh;
}
@media screen and (max-width: 699px) {
  .p-single-parent-info__btn {
    padding: 0.65em 1.15em 0.65em;
  }
}
.p-single-parent-info__btn:hover,
.p-single-parent-info__btn:focus {
  background-color: rgba(104, 82, 75, 0.85);
}

.p-single-parent-list {
  margin-top: clamp(67.5px, 6.5934065934vw, 270px);
}
@media screen and (max-width: 699px) {
  .p-single-parent-list {
    margin-top: max(29.3333333333vw, 82.5px);
  }
}
.p-single-parent-list__ttl {
  text-align: center;
  margin-bottom: clamp(48.75px, 4.7619047619vw, 195px);
}
@media screen and (max-width: 699px) {
  .p-single-parent-list__ttl {
    margin-bottom: max(8vw, 22.5px);
  }
}
.p-single-parent-list__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.0694444444em 0.016025641em;
  max-width: 0.7767094017em;
  margin: auto;
}
.p-single-parent-list__items.--categories {
  margin-top: 0.0416666667em;
}
@media screen and (max-width: 699px) {
  .p-single-parent-list__items {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    gap: max(10.6666666667vw, 30px);
  }
}
.p-single-parent-list__item {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.0534188034em;
  padding-bottom: 0.0480769231em;
}
@media screen and (max-width: 699px) {
  .p-single-parent-list__item {
    padding: max(17.0666666667vw, 48px) max(9.6vw, 27px) max(16vw, 45px);
  }
}
.p-single-parent-list__item:nth-child(6n + 1) {
  background-image: url("../img/common/shape-white-1.webp");
}
.p-single-parent-list__item:nth-child(6n + 2) {
  background-image: url("../img/common/shape-white-2.webp");
}
.p-single-parent-list__item:nth-child(6n + 3) {
  background-image: url("../img/common/shape-white-3.webp");
}
.p-single-parent-list__item:nth-child(6n + 4) {
  background-image: url("../img/common/shape-white-4.webp");
}
.p-single-parent-list__item:nth-child(6n + 5) {
  background-image: url("../img/common/shape-white-5.webp");
}
.p-single-parent-list__item:nth-child(6n + 6) {
  background-image: url("../img/common/shape-white-6.webp");
}
.p-single-parent-list__thumb {
  width: 74.4956521739%;
}
.p-single-parent-list__thumb img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 699px) {
  .p-single-parent-list__thumb {
    width: max(57.6vw, 162px);
  }
}
.p-single-parent-list__content {
  width: 100%;
}
.p-single-parent-list__name {
  font-size: 0.0128205128em;
  font-weight: 700;
  line-height: 1.5833333333;
  color: #009a53;
  margin-top: 0.8333333333em;
  text-align: center;
  min-height: 3.1666666667em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 699px) {
  .p-single-parent-list__name {
    font-size: clamp(15px * 0.8, 100vw * 15 / 375, 18px);
    line-height: 1.4666666667;
    margin-top: max(4.2666666667vw, 12px);
  }
}
.p-single-parent-list__genres {
  font-size: 0.0106837607em;
  color: #009a53;
  font-weight: 500;
  width: 73.0434782609%;
  padding-top: 1em;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px dotted #009a53;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  letter-spacing: 0.05em;
  gap: 1.05em;
}
@media screen and (max-width: 699px) {
  .p-single-parent-list__genres {
    margin-top: max(3.4666666667vw, 9.75px);
    padding-top: max(3.4666666667vw, 9.75px);
    font-size: clamp(12px * 0.8, 100vw * 12 / 375, 14.4px);
  }
}
.p-single-parent-list__genre::before {
  content: "#";
}

.p-single-child {
  position: relative;
  z-index: 10;
  padding-top: clamp(15px, 1.4652014652vw, 60px);
  max-width: clamp(936px * 1, 100vw * 936 / 1365, 1404px);
  font-size: clamp(936px * 1, 100vw * 936 / 1365, 1404px);
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 699px) {
  .p-single-child {
    width: 100%;
  }
}
.p-single-child-people .c-people-sample {
  display: none !important;
}
.p-single-child__title {
  margin-top: clamp(33px, 3.2234432234vw, 132px);
  margin-bottom: clamp(18.75px, 1.8315018315vw, 75px);
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 699px) {
  .p-single-child__title {
    transform: none;
  }
}
.p-single-child__title .--text {
  width: max(34.7985347985vw, 237.5px);
}
@media screen and (max-width: 699px) {
  .p-single-child__title .--text {
    width: 90%;
    margin: auto;
    max-width: 417.3px;
  }
}
.p-single-child__container {
  border: 1px solid rgba(0, 0, 0, 0.85);
  background-color: rgba(226, 230, 228, 0.85);
  border-radius: 30px;
  padding: clamp(46.5px, 4.5421245421vw, 186px) max(4.2490842491vw, 29px);
}
@media screen and (max-width: 699px) {
  .p-single-child__container {
    margin-top: min(-34.6666666667vw, -97.5px);
    padding: max(46.6666666667vw, 131.25px) max(8vw, 22.5px) max(40vw, 112.5px);
    border-radius: 100vh;
  }
}

.p-single-child-info {
  max-width: 0.6047008547em;
  margin: auto;
}
.p-single-child-info__title {
  font-size: 0.0213675214em;
  text-align: center;
  font-weight: 700;
  color: var(--color);
  padding-bottom: 0.6em;
  border-bottom: 1px dotted var(--color);
  margin-bottom: 0.6em;
}
@media screen and (max-width: 699px) {
  .p-single-child-info__title {
    font-size: clamp(16px * 0.8, 100vw * 16 / 375, 19.2px);
  }
}
.p-single-child-info__genres {
  font-size: clamp(10px * 1, 100vw * 10 / 1365, 15px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2em;
}
@media screen and (max-width: 699px) {
  .p-single-child-info__genres {
    font-size: 12px;
  }
}
.p-single-child-info__genre a {
  color: var(--color);
}
.p-single-child-info__genre a::before {
  content: "#";
}
.p-single-child-info__dates {
  font-size: clamp(13px * 1, 100vw * 13 / 1365, 19.5px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2em;
  font-weight: 700;
  margin-top: 1.2em;
}
.p-single-child-info__date {
  color: var(--color);
  padding: 0.4em 0.8em;
  border-radius: 100%;
  border: 1px solid var(--color);
}
.p-single-child-info__photo {
  max-width: 0.344017094em;
  margin: 0 auto;
  margin-top: 0.0202991453em;
}
.p-single-child-info__photo img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.p-single-child-info__content {
  margin-top: 3.8461538462em;
  font-size: clamp(13px * 1, 100vw * 13 / 1365, 19.5px);
  line-height: 1.8461538462;
  color: var(--color);
  font-weight: 500;
}
.p-single-child-info__content p {
  margin-top: 1.8461538462em;
}
@media screen and (max-width: 699px) {
  .p-single-child-info__content {
    padding: 0 0 clamp(7.5px, 0.7326007326vw, 30px);
    margin: 0 0 clamp(9.75px, 0.9523809524vw, 39px);
  }
}
.p-single-child-info__btns {
  margin-top: 0.0480769231em;
  display: flex;
  justify-content: center;
  font-size: 0.0128205128em;
  gap: 1em;
  font-weight: 700;
  padding-bottom: 5em;
  border-bottom: 1px dotted var(--color);
  margin-bottom: 3.75em;
}
.p-single-child-info__btn {
  color: var(--color);
  padding: 0.65em 1.7em 0.65em 1.85em;
  letter-spacing: 0.15em;
  border-radius: 100vh;
  border: 1px solid var(--color);
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 699px) {
  .p-single-child-info__btn {
    padding: 0.65em 1.15em 0.65em;
  }
}
.p-single-child-info__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  border-radius: 100vh;
  opacity: 0;
  pointer-events: none;
  background-color: var(--color);
  transition: opacity 0.3s ease-in-out;
}
.p-single-child-info__btn:hover::before,
.p-single-child-info__btn:focus::before {
  opacity: 0.1;
}

.p-single-child-list {
  margin-top: clamp(67.5px, 6.5934065934vw, 270px);
}
@media screen and (max-width: 699px) {
  .p-single-child-list {
    margin-top: max(29.3333333333vw, 82.5px);
  }
}
.p-single-child-list__ttl {
  text-align: center;
  width: 0.2222222222em;
  margin: 0 auto;
  margin-bottom: clamp(48.75px, 4.7619047619vw, 195px);
}
@media screen and (max-width: 699px) {
  .p-single-child-list__ttl {
    margin-bottom: max(8vw, 22.5px);
  }
}
.p-single-child-list__items {
  display: flex;
  justify-content: center;
  max-width: 0.7767094017em;
  margin: auto;
}
.p-single-child-list__item {
  max-width: 0.2457264957em;
}
@media screen and (max-width: 699px) {
  .p-single-child-list__item {
    max-width: 100%;
  }
}
.p-single-child-list__thumb {
  width: 74.4956521739%;
}
.p-single-child-list__thumb img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 699px) {
  .p-single-child-list__thumb {
    width: max(57.6vw, 162px);
  }
}
.p-single-child-list__content {
  width: 100%;
}
.p-single-child-list__name {
  font-size: 0.0128205128em;
  font-weight: 700;
  line-height: 1.5833333333;
  color: #009a53;
  margin-top: 0.8333333333em;
  text-align: center;
  min-height: 3.1666666667em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 699px) {
  .p-single-child-list__name {
    font-size: clamp(15px * 0.8, 100vw * 15 / 375, 18px);
    line-height: 1.4666666667;
    margin-top: max(4.2666666667vw, 12px);
  }
}
.p-single-child-list__genres {
  font-size: 0.0106837607em;
  color: #009a53;
  font-weight: 500;
  width: 73.0434782609%;
  padding-top: 1em;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px dotted #009a53;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  letter-spacing: 0.05em;
  gap: 1.05em;
}
@media screen and (max-width: 699px) {
  .p-single-child-list__genres {
    margin-top: max(3.4666666667vw, 9.75px);
    padding-top: max(3.4666666667vw, 9.75px);
    font-size: clamp(12px * 0.8, 100vw * 12 / 375, 14.4px);
  }
}
.p-single-child-list__genre::before {
  content: "#";
}

.p-places {
  padding-top: clamp(39.75px, 3.8827838828vw, 159px);
  max-width: clamp(758px * 0.9, 100vw * 758 / 1365, 1364.4px);
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 699px) {
  .p-places .p-top-places__title {
    margin: 0 -40px;
    width: auto;
  }
}
@media screen and (max-width: 699px) {
  .p-places {
    padding: max(8vw, 22.5px) 40px 0;
    width: 100%;
  }
}

.p-places-lists {
  margin-top: clamp(51px, 4.9816849817vw, 204px);
  display: grid;
  gap: clamp(51px, 4.9816849817vw, 204px);
}
@media screen and (max-width: 699px) {
  .p-places-lists {
    margin-top: max(24.8vw, 69.75px);
  }
}
.p-places-lists__list.--categories + .p-places-lists__list.--categories {
  margin-top: 0.0673076923em;
}
.p-places-lists__items {
  margin-top: clamp(28.5px, 2.7838827839vw, 114px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: max(1.4652014652vw, 10px);
  padding: 0 max(1.4652014652vw, 10px);
}
@media screen and (max-width: 699px) {
  .p-places-lists__items {
    margin-top: max(8.5333333333vw, 24px);
    grid-template-columns: unset;
    flex-direction: column;
    gap: max(10.1333333333vw, 28.5px);
    padding: 0;
  }
}

.p-categories {
  padding-top: clamp(54px, 5.2747252747vw, 216px);
}
.p-categories__title {
  margin-bottom: clamp(34.5px, 3.36996337vw, 138px);
  position: relative;
  z-index: 20;
  transform: translateX(-3%);
}
@media screen and (max-width: 699px) {
  .p-categories__title {
    transform: none;
  }
}
.p-categories__title .--text {
  width: max(28.6446886447vw, 195.5px);
}
@media screen and (max-width: 699px) {
  .p-categories__title .--text {
    width: 90%;
    margin: auto;
    max-width: 417.3px;
  }
}

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

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

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

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

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

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

@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: 699px) {
  .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: 699px) {
  .u-pt85 {
    padding-top: 30px;
  }
}

.u-pt120 {
  padding-top: 120px;
}
@media screen and (max-width: 699px) {
  .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 */
