/* ==========================================================================
 Foundation
============================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Special+Elite&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;
}

#container {
  position: relative;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(33px * 0.5, 100vw * 33 / 1987, 33px);
  font-size: clamp(24px * 0.8, 100vw * 24 / 1440, 36px);
  line-height: 1.6;
  color: #f4f4f4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  #container {
    margin-top: 78px;
  }
}
@media screen and (max-width: 767px) {
  #container {
    font-size: clamp(15px * 0.8, 100vw * 15 / 375, 18px);
    margin-top: 58px;
  }
}

#container #content {
  width: 100%;
  max-width: 100%;
  min-width: auto;
}
#container a {
  color: #000000;
}
#container img,
#container video {
  width: 100%;
  height: auto;
  display: block;
}
#container .wf-elite {
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style: normal;
}
#container .wf-shuei-gothic-gin {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}
#container .wf-shuei-mincho {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
}
#container .wf-noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
}

/* ==========================================================================
 layout
============================================================================*/
.l-footer {
  padding: 3em 0 1.5833333333em;
}

.l-main {
  min-height: 100vh;
  position: relative;
}

.l-inner {
  margin: auto;
  max-width: clamp(1189.9748364368px * 0.75, 100vw * 1189.9748364368 / 1440, 1308.9723200805px);
  box-sizing: content-box;
  padding: 0 clamp(43.4826371414px * 0.6, 100vw * 43.4826371414 / 1440, 47.8309008556px);
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 16px;
  }
}

/* ==========================================================================
 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.6666666667em;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .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: 4.1666666667em;
  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.0833333333em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .--jp .c-ttl-sec__main {
    font-size: 1.6666666667em;
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .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: #f4f4f4;
}

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

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

.c-ttl-elite {
  text-align: center;
  font-size: clamp(67.3980875692px * 0.75, 100vw * 67.3980875692 / 1440, 74.1378963261px);
  margin-top: clamp(69.5722194263px * 0.6, 100vw * 69.5722194263 / 1440, 76.5294413689px);
}
@media screen and (max-width: 767px) {
  .c-ttl-elite {
    font-size: clamp(28px * 0.9, 100vw * 28 / 375, 39.2px);
    margin-top: clamp(80px * 0.9, 100vw * 80 / 375, 112px);
  }
}

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

.c-btn-soft {
  display: block;
  border-radius: 10px;
  width: 160px;
  font-size: 13px;
  color: #f4f4f4;
  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: grid;
  grid-template-columns: 1fr 1em;
  border-radius: 100vh;
  width: 100%;
  max-width: 240px;
  background-color: #f4f4f4;
  color: #000000;
  font-size: 16px;
  padding: 1.2em 1.3em;
  letter-spacing: 0.1em;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .c-btn-round {
    padding: 0.8em 1.3em;
  }
}
.c-btn-round__txt {
  text-align: center;
}
.c-btn-round::after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  transition: transform 0.3s ease-in-out;
}
.c-btn-round.--no-arrow {
  text-align: center;
}
.c-btn-round.--no-arrow::after {
  display: none;
}
a:hover .c-btn-round::after, .c-btn-round:hover::after {
  transform: translateX(0.25em);
}

.c-bg {
  background-size: 100% auto;
  background-position: center;
}
@media screen and (max-width: 1919px) {
  .c-bg {
    background-size: 1920px auto;
  }
}
.c-bg.--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/.resources/webresources/special/bh2025/assets/bg-fixed.webp);
}

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

.c-ham {
  position: relative;
  z-index: 999;
  width: 30px;
  height: 22px;
  order: 1;
}
@media screen and (min-width: 900px) {
  .c-ham {
    display: none;
  }
}
.c-ham__container {
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: linear-gradient(112deg, #98aaf2 15%, #ee36cc 90%);
}
.c-ham__line {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 2px;
  display: block;
  background-color: #f4f4f4;
  border-radius: 100vh;
  transition: transform 0.3s;
}
.c-ham__line:nth-of-type(1) {
  transform: translateY(-8px);
}
.is-ham-open .c-ham__line:nth-of-type(1) {
  transform: translateY(0px) rotate(25deg);
}
.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(8px);
}
.is-ham-open .c-ham__line:nth-of-type(3) {
  transform: translateY(0px) rotate(-25deg);
}

.c-list-cat .c-accordion__body {
  padding-left: 7em;
}
@media screen and (max-width: 767px) {
  .c-list-cat .c-accordion__body {
    padding-left: 0;
  }
}
.c-list-cat__row {
  display: grid;
  grid-template-columns: 7em 1fr;
  gap: 1em;
}
.c-list-cat__row.--followed {
  margin-top: 0.9583333333em;
}
@media screen and (max-width: 767px) {
  .c-list-cat__row {
    grid-template-columns: 1fr;
  }
}
.c-list-cat__ttl {
  font-size: 1em;
  font-weight: 700;
  align-self: center;
}
.c-list-cat__header {
  padding-bottom: 0.9583333333em;
  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: #f4f4f4;
}
.c-list-cat__divider {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5em;
}
.c-list-cat__matched {
  padding-left: 1.5em;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1em;
}
.c-list-cat__matched::before {
  content: "";
  position: absolute;
  top: -5%;
  left: 0;
  width: 1px;
  height: 110%;
  background-color: #efefef;
}
@media screen and (max-width: 767px) {
  .c-list-cat__matched.--pc {
    display: none;
  }
}
.c-list-cat__matched.--sp {
  padding-left: 0;
  margin-top: 1em;
}
.c-list-cat__matched.--sp::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-list-cat__matched.--sp {
    display: none;
  }
}

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

.c-loading__num {
  font-size: 80px;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-family: "Special Elite", system-ui;
  opacity: 0;
  animation: loadingNum 1s ease-in-out 1 forwards;
}
@keyframes loadingNum {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .c-marquee {
    font-size: 13px;
  }
}
.c-marquee .swiper {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.c-marquee .swiper.swiper-initialized {
  opacity: 1;
}
.c-marquee .swiper-wrapper {
  transition-timing-function: linear;
}
.p-branding .c-marquee .swiper-slide {
  width: 65.0833333333em;
}
.p-mvv .c-marquee .swiper-slide {
  width: 141.7916666667em;
}
.p-story .c-marquee .swiper-slide {
  width: 69.5833333333em;
}
.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__overlay .toggleBtn {
  position: absolute;
  width: 108px;
  padding: 24px;
  top: 0;
  right: 0;
  z-index: 100;
}
.modal__overlay .toggleBtn_inner {
  display: block;
  position: relative;
  padding-bottom: 50px;
}
.modal__overlay .toggleBtn .line {
  display: inline-block;
  transition: transform 0.4s;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  transform-origin: center center;
  left: 0;
  bottom: 0;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.modal__overlay .toggleBtn .line:first-of-type {
  bottom: 10px;
  transform: translateY(0) rotate(10deg);
}
.modal__overlay .toggleBtn .line:nth-of-type(2) {
  transform: translateY(0) rotate(-10deg);
  bottom: 10px;
}
.modal__overlay .toggleBtn .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  color: #fff;
  font-size: 22px;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.8));
  letter-spacing: 0.01em;
  transition: letter-spacing 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.modal__container {
  max-width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  width: 100%;
}
.modal__container iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.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 * 0.8, 100vw * 26 / 1920, 52px);
  gap: 1.2em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .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;
  filter: blur(10px);
}
@media (prefers-reduced-motion: reduce) {
  [data-fade=in] {
    opacity: 1 !important;
    filter: blur(0px);
  }
}

[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-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: 6.9166666667em;
  bottom: 1.6666666667em;
  right: 1.6666666667em;
  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;
  }
}

.p-top-mv {
  position: relative;
}
.p-top-mv .--abs {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-mv .--crop img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 10/10;
  }
}
.p-top-mv .--scale-down {
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-top-mv .--scale-down img {
    aspect-ratio: 10/7;
  }
}
.p-top-mv__base {
  -webkit-mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
          mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
          mask-position: bottom;
}
.p-top-mv__scene {
  -webkit-mask-image: radial-gradient(closest-side, black 50%, transparent 100%);
          mask-image: radial-gradient(closest-side, black 50%, transparent 100%);
  -webkit-mask-size: 5% 5%;
          mask-size: 5% 5%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.loaded .p-top-mv__scene {
  animation: scene 1s 0.5s ease-out 1 forwards;
}
@keyframes scene {
  0% {
    -webkit-mask-size: 5% 5%;
            mask-size: 5% 5%;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-mask-size: 250% 250%;
            mask-size: 250% 250%;
  }
}
.p-top-mv__fog {
  opacity: 0;
}
.loaded .p-top-mv__fog {
  animation: fog 2s 2s ease-out 1 forwards;
}
@keyframes fog {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-top-mv__couch > div {
  -webkit-mask-image: linear-gradient(to bottom, black 95%, transparent 100%);
          mask-image: linear-gradient(to bottom, black 95%, transparent 100%);
}
.p-top-mv__movie {
  position: absolute;
  top: 3.9%;
  left: 32.4%;
  width: 35.4%;
}
@media screen and (max-width: 767px) {
  .p-top-mv__movie {
    top: 33.5%;
    left: 21.4%;
    width: 57.4%;
  }
}
.p-top-mv__movie video {
  width: 100%;
  aspect-ratio: 15.5/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-mv__logo {
  position: absolute;
  width: 47%;
  bottom: 0;
  left: 26.5%;
}
@media screen and (max-width: 767px) {
  .p-top-mv__logo {
    width: 90%;
    left: 5%;
  }
}
.p-top-mv__info {
  position: absolute;
  top: clamp(36.2355309512px * 0.6, 100vw * 36.2355309512 / 1440, 39.8590840463px);
  left: clamp(23.9154504278px * 0.6, 100vw * 23.9154504278 / 1440, 26.3069954706px);
  width: clamp(469.6124811273px * 0.6, 100vw * 469.6124811273 / 1440, 516.5737292401px);
  z-index: 10;
  filter: blur(10px);
  opacity: 0;
}
.loaded .p-top-mv__info {
  animation: mvInfo 1s 1.5s ease-out 1 forwards;
}
@keyframes mvInfo {
  0% {
    filter: blur(10px);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-top-mv__info {
    filter: blur(0);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__info {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .p-top-coming-soon {
    margin-top: clamp(30px * 0.9, 100vw * 30 / 375, 42px);
  }
}

.p-top-comingsoon-banner {
  max-width: clamp(840.6643180674px * 0.6, 100vw * 840.6643180674 / 1440, 924.7307498742px);
  margin: 0 auto;
}

.p-top-movie-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: clamp(913.1353799698px * 0.6, 100vw * 913.1353799698 / 1440, 1004.4489179668px);
  margin: 0 auto;
  gap: clamp(11.5953699044px * 0.6, 100vw * 11.5953699044 / 1440, 12.7549068948px);
}
@media screen and (max-width: 767px) {
  .p-top-movie-item {
    grid-template-columns: 1fr;
    margin-top: clamp(15px * 0.9, 100vw * 15 / 375, 21px);
  }
}
.p-top-movie-item button:hover {
  opacity: 0.8;
}
.p-top-movie-item button.--disabled {
  pointer-events: none;
}

.p-top-functions-item {
  position: relative;
  color: #d8d7ce;
  margin-top: clamp(57.9768495219px * 0.6, 100vw * 57.9768495219 / 1440, 63.7745344741px);
}
.p-top-functions-item + .p-top-functions-item {
  margin-top: clamp(181.1776547559px * 0.6, 100vw * 181.1776547559 / 1440, 199.2954202315px);
}
.p-top-functions-item::before, .p-top-functions-item::after {
  content: "";
  position: absolute;
  top: 0;
  width: clamp(7.2471061902px * 0.6, 100vw * 7.2471061902 / 1440, 7.9718168093px);
  height: 100%;
  background-image: url("/.resources/webresources/special/bh2025/assets/line-4.webp");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
  mix-blend-mode: lighten;
}
@media screen and (max-width: 767px) {
  .p-top-functions-item::before, .p-top-functions-item::after {
    background-size: 100% auto;
  }
}
.p-top-functions-item::before {
  left: -3px;
}
.p-top-functions-item::after {
  right: -3px;
}
.p-top-functions-item__ttl {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-functions-item__ttl {
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(10px * 0.9, 100vw * 10 / 375, 14px);
    padding-bottom: clamp(20px * 0.9, 100vw * 20 / 375, 28px);
  }
}
.p-top-functions-item__ttl::before, .p-top-functions-item__ttl::after {
  content: "";
  position: absolute;
  left: 0;
  height: clamp(7.2471061902px * 0.6, 100vw * 7.2471061902 / 1440, 7.9718168093px);
  width: 100%;
  background-image: url("/.resources/webresources/special/bh2025/assets/line-1.webp");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
  mix-blend-mode: lighten;
}
@media screen and (max-width: 767px) {
  .p-top-functions-item__ttl::before, .p-top-functions-item__ttl::after {
    background-size: auto 100%;
  }
}
.p-top-functions-item__ttl::before {
  top: clamp(-2.3915450428px, 100vw * -2.1741318571 / 1440, -2.1741318571px * 0.6);
}
.p-top-functions-item__ttl::after {
  bottom: 0;
}
.p-top-functions-item__ttl-white {
  font-size: clamp(77.5440362355px * 0.6, 100vw * 77.5440362355 / 1440, 85.2984398591px);
  color: #000000;
  background-color: #d8d7ce;
  position: relative;
  padding: 0.05em 0.3em 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-functions-item__ttl-white {
    font-size: clamp(40px * 0.9, 100vw * 40 / 375, 56px);
  }
}
.p-top-functions-item__ttl-white-ruby {
  font-size: clamp(22.2123804731px * 0.6, 100vw * 22.2123804731 / 1440, 24.4336185204px);
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-120%);
  text-align: center;
  font-weight: 700;
}
.p-top-functions-item__ttl-sub {
  font-size: clamp(47.1061902365px * 0.6, 100vw * 47.1061902365 / 1440, 51.8168092602px);
  letter-spacing: 0.1em;
  padding-left: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-top-functions-item__ttl-sub {
    font-size: clamp(24px * 0.9, 100vw * 24 / 375, 33.6px);
    letter-spacing: 0.05em;
  }
}
.p-top-functions-item__txt {
  font-size: clamp(27.5390035229px * 0.6, 100vw * 27.5390035229 / 1440, 30.2929038752px);
  line-height: 2.0238095238;
  letter-spacing: 0.1em;
  padding-left: 1em;
  padding-top: 0.1em;
  padding-bottom: 0.15em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-functions-item__txt {
    font-size: clamp(16px * 0.9, 100vw * 16 / 375, 22.4px);
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding-left: 0.75em;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
}
.p-top-functions-item__txt::after {
  content: "";
  position: absolute;
  left: 0;
  height: clamp(7.2471061902px * 0.6, 100vw * 7.2471061902 / 1440, 7.9718168093px);
  width: 100%;
  background-image: url("/.resources/webresources/special/bh2025/assets/line-2.webp");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
  mix-blend-mode: lighten;
}
@media screen and (max-width: 767px) {
  .p-top-functions-item__txt::after {
    background-size: auto 100%;
  }
}
.p-top-functions-item__txt::after {
  bottom: 0;
}
.p-top-functions-item__img {
  margin-top: clamp(-3.1887267237px, 100vw * -2.8988424761 / 1440, -2.8988424761px * 0.6);
  padding-bottom: clamp(21.7413185707px * 0.6, 100vw * 21.7413185707 / 1440, 23.9154504278px);
  position: relative;
}
.p-top-functions-item__img::before, .p-top-functions-item__img::after {
  content: "";
  position: absolute;
  left: 0;
  height: clamp(7.2471061902px * 0.6, 100vw * 7.2471061902 / 1440, 7.9718168093px);
  width: 100%;
  background-image: url("/.resources/webresources/special/bh2025/assets/line-3.webp");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
  mix-blend-mode: lighten;
}
@media screen and (max-width: 767px) {
  .p-top-functions-item__img::before, .p-top-functions-item__img::after {
    background-size: auto 100%;
  }
}
.p-top-functions-item__img::before {
  bottom: clamp(15.2189229995px * 0.6, 100vw * 15.2189229995 / 1440, 16.7408152994px);
}
.p-top-functions-item__img::after {
  bottom: clamp(-3.1887267237px, 100vw * -2.8988424761 / 1440, -2.8988424761px * 0.6);
}
.p-top-functions-item__img-note {
  display: block;
  width: clamp(110.8807247106px * 0.6, 100vw * 110.8807247106 / 1440, 121.9687971817px);
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(10%);
}
@media screen and (max-width: 767px) {
  .p-top-functions-item__img-note {
    width: clamp(130.4479114243px * 0.6, 100vw * 130.4479114243 / 1440, 143.4927025667px);
  }
}
.p-top-functions-item__img > img,
.p-top-functions-item__img video {
  border: clamp(5.7976849522px * 0.8, 100vw * 5.7976849522 / 1440, 6.3774534474px) solid #d8d7ce;
  border-left-width: clamp(12.3200805234px * 0.8, 100vw * 12.3200805234 / 1440, 13.5520885757px);
  border-right-width: clamp(12.3200805234px * 0.8, 100vw * 12.3200805234 / 1440, 13.5520885757px);
}
@media screen and (max-width: 767px) {
  .p-top-functions-item__img > img,
  .p-top-functions-item__img video {
    border: clamp(4px * 0.9, 100vw * 4 / 375, 5.6px) solid #d8d7ce;
    border-left-width: clamp(5px * 0.9, 100vw * 5 / 375, 7px);
    border-right-width: clamp(5px * 0.9, 100vw * 5 / 375, 7px);
  }
}
.p-top-functions-item__note {
  font-size: clamp(15.9436336185px * 0.6, 100vw * 15.9436336185 / 1440, 17.5379969804px);
  display: block;
  margin-top: 1.5em;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  transform: translateY(110%);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-top-functions-item__note {
    font-size: 12px;
  }
}

.p-top-functions-item-2 {
  position: relative;
  margin-top: clamp(137.6950176145px * 0.6, 100vw * 137.6950176145 / 1440, 151.4645193759px);
  color: #d8d7ce;
  display: flex;
  justify-content: flex-end;
  padding-top: clamp(14.4942123805px * 0.6, 100vw * 14.4942123805 / 1440, 15.9436336185px);
}
@media screen and (max-width: 767px) {
  .p-top-functions-item-2 {
    flex-direction: column;
    padding-top: clamp(10px * 0.9, 100vw * 10 / 375, 14px);
  }
}
.p-top-functions-item-2__info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-top-functions-item-2__info {
    position: relative;
    top: 0;
    left: 0;
  }
}
.p-top-functions-item-2__ttl {
  display: flex;
  align-items: center;
  position: relative;
}
.p-top-functions-item-2__ttl-white {
  font-size: clamp(48.5556114746px * 0.6, 100vw * 48.5556114746 / 1440, 53.411172622px);
  color: #000000;
  background-color: #d8d7ce;
  position: relative;
  padding: 0.075em 0.5em 0.05em;
  margin-left: -0.4em;
  line-height: 1;
  display: inline-block;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-top-functions-item-2__ttl-white {
    font-size: clamp(27.7px * 0.9, 100vw * 27.7 / 375, 38.78px);
    padding: 0.05em 0.3em 0.05em;
    margin-left: -0.2em;
  }
}
.p-top-functions-item-2__ttl-white-ruby {
  font-size: clamp(20.2918973327px * 0.6, 100vw * 20.2918973327 / 1440, 22.3210870659px);
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-120%);
  text-align: center;
  font-weight: 700;
}
.p-top-functions-item-2__ttl-sub {
  font-size: clamp(47.1061902365px * 0.6, 100vw * 47.1061902365 / 1440, 51.8168092602px);
  letter-spacing: 0.1em;
  padding-left: 0.5em;
}
.p-top-functions-item-2__subttl {
  margin-top: clamp(38.4096628083px * 0.6, 100vw * 38.4096628083 / 1440, 42.2506290891px);
  font-size: clamp(30.437845999px * 0.6, 100vw * 30.437845999 / 1440, 33.4816305989px);
  line-height: 1.470952381;
  letter-spacing: 0.1em;
  padding-left: clamp(12.3200805234px * 0.6, 100vw * 12.3200805234 / 1440, 13.5520885757px);
}
@media screen and (max-width: 767px) {
  .p-top-functions-item-2__subttl {
    font-size: clamp(24px * 0.9, 100vw * 24 / 375, 33.6px);
    padding-left: 0;
  }
}
.p-top-functions-item-2__txt {
  font-size: clamp(23.886462003px * 0.6, 100vw * 23.886462003 / 1440, 26.2751082033px);
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding-left: clamp(12.3200805234px * 0.6, 100vw * 12.3200805234 / 1440, 13.5520885757px);
  margin-top: clamp(14.4942123805px * 0.6, 100vw * 14.4942123805 / 1440, 15.9436336185px);
}
@media screen and (max-width: 767px) {
  .p-top-functions-item-2__txt {
    font-size: clamp(17.5px * 0.9, 100vw * 17.5 / 375, 24.5px);
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding-left: 0;
  }
}
.p-top-functions-item-2__txt > span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #d8d7ce;
  color: #000000;
  padding: 0.05em 0.4em 0.05em;
  font-weight: 700;
}
.p-top-functions-item-2__txt > span + span {
  margin-top: clamp(18.1177654756px * 0.6, 100vw * 18.1177654756 / 1440, 19.9295420232px);
}
.p-top-functions-item-2__img {
  position: relative;
  z-index: 5;
  font-size: clamp(49.2803220936px * 0.6, 100vw * 49.2803220936 / 1440, 54.208354303px);
  width: calc(100% - 8em);
}
.p-top-functions-item-2__img-note {
  display: block;
  width: clamp(110.8807247106px * 0.6, 100vw * 110.8807247106 / 1440, 121.9687971817px);
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
}
@media screen and (max-width: 767px) {
  .p-top-functions-item-2__img-note {
    width: clamp(130.4479114243px * 0.6, 100vw * 130.4479114243 / 1440, 143.4927025667px);
  }
}
@media screen and (max-width: 767px) {
  .p-top-functions-item-2__img {
    width: 100%;
    margin-top: clamp(20px * 0.9, 100vw * 20 / 375, 28px);
  }
}
.p-top-functions-item-2__img > picture > img,
.p-top-functions-item-2__img > video {
  border: clamp(4.3482637141px * 0.8, 100vw * 4.3482637141 / 1440, 4.7830900856px) solid #d8d7ce;
  border-left-width: clamp(2.8988424761px * 0.8, 100vw * 2.8988424761 / 1440, 3.1887267237px);
  border-right-width: clamp(2.8988424761px * 0.8, 100vw * 2.8988424761 / 1440, 3.1887267237px);
}
.p-top-functions-item-2__img.--large {
  width: calc(100% - 1em);
}
@media screen and (max-width: 767px) {
  .p-top-functions-item-2__img.--large {
    width: 100%;
  }
}
.p-top-functions-item-2__img.--large > picture > img,
.p-top-functions-item-2__img.--large > picture > video {
  border: none;
}
.p-top-functions-item-2__img-light {
  position: absolute;
  width: 97.1028037383%;
  top: -9.4%;
  left: 11%;
  z-index: 5;
  mix-blend-mode: screen;
  animation: light 5s linear infinite;
}
@keyframes light {
  0%, 100% {
    opacity: 1;
  }
  2% {
    opacity: 1;
  }
  2.1% {
    opacity: 0;
  }
  4.9% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  10.1% {
    opacity: 0;
  }
  12.9% {
    opacity: 0;
  }
  13% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  25.1% {
    opacity: 0;
  }
  27.9% {
    opacity: 0;
  }
  28% {
    opacity: 1;
  }
  29% {
    opacity: 1;
  }
  29.1% {
    opacity: 0;
  }
  31.9% {
    opacity: 0;
  }
  32% {
    opacity: 1;
  }
  53% {
    opacity: 1;
  }
  53.1% {
    opacity: 0;
  }
  55.9% {
    opacity: 0;
  }
  56% {
    opacity: 1;
  }
  57% {
    opacity: 1;
  }
  57.1% {
    opacity: 0;
  }
  59.9% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  85.1% {
    opacity: 0;
  }
  87.9% {
    opacity: 0;
  }
  88% {
    opacity: 1;
  }
  89% {
    opacity: 1;
  }
  89.1% {
    opacity: 0;
  }
  91.9% {
    opacity: 0;
  }
  92% {
    opacity: 1;
  }
  93% {
    opacity: 1;
  }
  93.1% {
    opacity: 0;
  }
  95.9% {
    opacity: 0;
  }
  96% {
    opacity: 1;
  }
}

.p-top-certification .--abs {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#container .p-top-certification .--crop img {
  width: 100%;
  aspect-ratio: 1780/768;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  #container .p-top-certification .--crop img {
    aspect-ratio: 1200/768;
  }
}
@media screen and (max-width: 767px) {
  #container .p-top-certification .--scale-down img {
    aspect-ratio: 1440/768;
  }
}
.p-top-certification__inner {
  position: relative;
}
.p-top-certification__inner::before, .p-top-certification__inner::after {
  content: "";
  position: absolute;
  top: 0;
  width: clamp(7.2471061902px * 0.6, 100vw * 7.2471061902 / 1440, 7.9718168093px);
  height: 100%;
  background-image: url("/.resources/webresources/special/bh2025/assets/line-4.webp");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
  mix-blend-mode: lighten;
}
.p-top-certification__inner::before {
  left: -4px;
}
.p-top-certification__inner::after {
  right: -4px;
}
.p-top-certification__ttl {
  background-color: #d8d7ce;
  color: #000000;
  font-size: clamp(71.7463512833px * 0.6, 100vw * 71.7463512833 / 1440, 78.9209864117px);
  text-align: center;
  padding: 0.1em 0;
  margin-bottom: 1px;
  margin-top: clamp(21.7413185707px * 0.6, 100vw * 21.7413185707 / 1440, 23.9154504278px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-certification__ttl {
    font-size: clamp(22px * 0.9, 100vw * 22 / 375, 30.8px);
    padding: 0.3em 0;
    margin-top: clamp(20px * 0.9, 100vw * 20 / 375, 28px);
  }
}
.p-top-certification__ttl::after {
  content: "";
  position: absolute;
  left: 0;
  height: clamp(7.2471061902px * 0.6, 100vw * 7.2471061902 / 1440, 7.9718168093px);
  width: 100%;
  background-image: url("/.resources/webresources/special/bh2025/assets/line-3.webp");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
  mix-blend-mode: lighten;
}
.p-top-certification__ttl::after {
  background-image: url("/.resources/webresources/special/bh2025/assets/line-1.webp");
  bottom: -6px;
}
.p-top-certification__img {
  position: relative;
  z-index: 10;
}
.p-top-certification__movie {
  position: absolute;
  top: 5%;
  left: 32.3%;
  width: 35.5%;
}
@media screen and (max-width: 767px) {
  .p-top-certification__movie {
    top: 20.8%;
    left: 28.1%;
    width: 43.8%;
  }
}
.p-top-certification__movie video {
  width: 100%;
  aspect-ratio: 15.5/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-certification__text {
  position: absolute;
  bottom: -5%;
  left: 30%;
  width: 40%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-top-certification__text {
    bottom: -15%;
    left: 10%;
    width: 80%;
  }
}
.p-top-certification__info {
  background-color: #000000;
  padding: 4em 0;
  font-size: clamp(15.9436336185px * 0.6, 100vw * 15.9436336185 / 1440, 17.5379969804px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-certification__info {
    padding-top: 5em;
  }
}
.p-top-certification__info-txt {
  color: #f4f4f4;
  font-size: clamp(15.9436336185px * 0.6, 100vw * 15.9436336185 / 1440, 17.5379969804px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-certification__info-txt {
    font-size: clamp(16px * 0.9, 100vw * 16 / 375, 22.4px);
  }
}
.p-top-certification__info::before, .p-top-certification__info::after {
  content: "";
  position: absolute;
  left: 0;
  height: clamp(7.2471061902px * 0.6, 100vw * 7.2471061902 / 1440, 7.9718168093px);
  width: 100%;
  background-image: url("/.resources/webresources/special/bh2025/assets/line-3.webp");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
  mix-blend-mode: lighten;
}
.p-top-certification__info::before {
  top: 2px;
}
.p-top-certification__info::after {
  background-image: url("/.resources/webresources/special/bh2025/assets/line-1.webp");
  bottom: -4px;
}

.p-top-closing {
  background-color: #000000;
  padding-top: clamp(72.4710619024px * 0.6, 100vw * 72.4710619024 / 1440, 79.7181680926px);
  position: relative;
}
.p-top-closing::after {
  content: "";
  display: block;
  margin: auto;
  max-width: clamp(782.6874685455px * 0.6, 100vw * 782.6874685455 / 1440, 860.9562154001px);
  width: 75%;
  height: clamp(7.2471061902px * 0.6, 100vw * 7.2471061902 / 1440, 7.9718168093px);
  background-image: url("/.resources/webresources/special/bh2025/assets/line-1.webp");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
  mix-blend-mode: lighten;
}
@media screen and (max-width: 767px) {
  .p-top-closing::after {
    background-size: auto 100%;
  }
}
.p-top-closing__ttl {
  max-width: clamp(674.705586311px * 0.6, 100vw * 674.705586311 / 1440, 742.1761449421px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(43.4826371414px * 0.6, 100vw * 43.4826371414 / 1440, 47.8309008556px);
}
.p-top-closing__link {
  text-align: center;
}
#container .p-top-closing__link a {
  color: #f4f4f4;
}
#container .p-top-closing__link a:hover {
  text-decoration: underline;
}
.p-top-closing__link-txt {
  font-size: clamp(15.9436336185px * 0.6, 100vw * 15.9436336185 / 1440, 17.5379969804px);
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-top-closing__link-txt {
    font-size: clamp(16px * 0.9, 100vw * 16 / 375, 22.4px);
  }
}
.p-top-closing__link-txt-triangle {
  position: absolute;
  top: 57%;
  right: clamp(-15.9436336185px, 100vw * -14.4942123805 / 1440, -14.4942123805px * 0.6);
  width: clamp(9.4212380473px * 0.6, 100vw * 9.4212380473 / 1440, 10.363361852px);
  transform: translateY(-50%);
}
.p-top-closing__notes {
  padding-bottom: clamp(36.2355309512px * 0.6, 100vw * 36.2355309512 / 1440, 39.8590840463px);
  margin-top: clamp(96.3865123301px * 0.6, 100vw * 96.3865123301 / 1440, 106.0251635632px);
}
@media screen and (max-width: 767px) {
  .p-top-closing__notes {
    margin-top: clamp(20px * 0.9, 100vw * 20 / 375, 28px);
    padding-bottom: clamp(16px * 0.9, 100vw * 16 / 375, 22.4px);
  }
}
.p-top-closing__notes small {
  font-size: clamp(15.9436336185px * 0.6, 100vw * 15.9436336185 / 1440, 17.5379969804px);
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-closing__notes small {
    font-size: clamp(12px * 0.9, 100vw * 12 / 375, 16.8px);
  }
}

.p-top-lineup {
  padding-bottom: clamp(72.4710619024px * 0.6, 100vw * 72.4710619024 / 1440, 79.7181680926px);
}
.p-top-lineup h2 {
  position: relative;
  z-index: 20;
}
.p-top-lineup__link {
  max-width: clamp(869.6527428284px * 0.6, 100vw * 869.6527428284 / 1440, 956.6180171112px);
  margin: clamp(78.2687468546px * 0.6, 100vw * 78.2687468546 / 1440, 86.09562154px) auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__link {
    margin-top: 0;
  }
}
.p-top-lineup__link a:hover {
  opacity: 1;
}
.p-top-lineup__link-sample {
  position: absolute;
  top: -49px;
  left: 0;
  width: 100%;
  z-index: 100;
  opacity: 0.5;
  pointer-events: none;
}
.p-top-lineup__link-img {
  position: absolute;
  z-index: 10;
  display: block;
  top: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__link-img {
    display: none;
  }
}
.p-top-lineup__link-img img {
  transition: transform 0.6s cubic-bezier(0.145, 1.04, 0.41, 0.905), filter 0.25s ease-out;
}
.p-top-lineup__link-img.--img-a {
  width: 26%;
  right: 21.8%;
  top: -16.4%;
}
.p-top-lineup__link-img.--img-a img {
  transform: scale(0.75) rotate(3deg);
  transform-origin: 110% 50%;
}
a:hover .p-top-lineup__link-img.--img-a img {
  transform: scale(1) rotate(0deg);
  filter: blur(0);
}
.p-top-lineup__link-img.--img-b {
  width: 15.4%;
  right: 20.4%;
  top: -29.3%;
}
.p-top-lineup__link-img.--img-b img {
  transform: scale(0.8) rotate(6deg);
  transform-origin: 110% 130%;
  transition-delay: 0.025s;
}
a:hover .p-top-lineup__link-img.--img-b img {
  transform: scale(1) rotate(0deg);
  filter: blur(0);
}
.p-top-lineup__link-img.--img-c {
  width: 15.8%;
  right: 0.8%;
  top: -24%;
}
.p-top-lineup__link-img.--img-c img {
  transform: scale(0.85) rotate(8deg);
  transform-origin: 0% 60%;
  transition-delay: 0.05s;
}
a:hover .p-top-lineup__link-img.--img-c img {
  transform: scale(1) rotate(0deg);
  filter: blur(0);
}
.p-top-lineup__link-img.--img-1 {
  width: 52.3%;
  right: 1.9%;
  top: -71%;
}
.p-top-lineup__link-img.--img-1 img {
  transform: scale(0.8) rotate(-5deg);
  transform-origin: bottom right;
}
a:hover .p-top-lineup__link-img.--img-1 img {
  transform: scale(1) rotate(0deg);
  filter: blur(0);
}
.p-top-lineup__link-img.--img-2 {
  width: 23%;
  right: 3.6%;
  top: -23%;
}
.p-top-lineup__link-img.--img-3 {
  width: 20.6%;
  right: 23%;
  top: 49.5%;
}
.p-top-lineup__link-img.--img-3 img {
  transform: scale(0.8) rotate(5deg);
  transform-origin: 140% -30%;
  transition-delay: 0.075s;
}
a:hover .p-top-lineup__link-img.--img-3 img {
  transform: scale(1) rotate(0deg);
  filter: blur(0);
}
.p-top-lineup__link-img.--img-4 {
  width: 13.8%;
  right: 2.7%;
  top: 78.6%;
}
.p-top-lineup__link-img.--img-4 img {
  transform: scale(0.8) rotate(-3deg);
  transform-origin: 0% -80%;
  transition-delay: 0.1s;
}
a:hover .p-top-lineup__link-img.--img-4 img {
  transform: scale(1) rotate(0deg);
  filter: blur(0);
}
.p-top-lineup__note {
  font-size: clamp(15.9436336185px * 0.6, 100vw * 15.9436336185 / 1440, 17.5379969804px);
  display: block;
  text-align: center;
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__note {
    font-size: clamp(12px * 0.9, 100vw * 12 / 375, 16.8px);
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mT0 {
  margin-top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lato-light {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}