@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -o-tab-size: 4;
  tab-size: 4;
  word-break: normal;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  vertical-align: inherit;
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
}

* {
  margin: 0;
  padding: 0; /* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  height: 0; /* Add the correct box sizing in Firefox */
  overflow: visible; /* Show the overflow in Edge and IE */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  outline-offset: -2px; /* Correct the outline style in Safari */
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -webkit-appearance: none; /* Chrome 41+ */
  -moz-appearance: none; /* Firefox 36+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
}

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

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

html {
  font-size: 100%;
}

body {
  font-family: "DNP ShueiGoGinStd", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.4666666667vw;
  line-height: 1.8;
  color: #231815;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 920px) {
  body {
    font-size: min(1.0416666667vw, 15px);
  }
}

a {
  transition: 0.3s;
  text-decoration: none;
}

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

::-moz-selection {
  color: #fff;
}

::selection {
  color: #fff;
}

.video {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

li {
  list-style: none;
}

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

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

.header_mybuddy::before {
  content: "";
  position: absolute;
  inset: -20% -8%;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 68%);
  mix-blend-mode: soft-light;
  z-index: -1;
}
@media screen and (max-width: 919px) {
  .header_mybuddy::before {
    inset: -20% 0;
  }
}
.header_mybuddy img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  transform: scale(1.04);
  filter: blur(6px) brightness(1.08);
  clip-path: inset(0 42% 0 42%);
  will-change: opacity, transform, filter, clip-path;
}
.header_mybuddy.is-intro::before {
  animation: mybuddyGlow 1.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.header_mybuddy.is-intro img {
  animation: mybuddyReveal 1.65s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes mybuddyReveal {
  0% {
    opacity: 0;
    transform: scale(1.05);
    filter: blur(8px) brightness(1.12);
    clip-path: inset(0 46% 0 46%);
  }
  42% {
    opacity: 1;
    filter: blur(0) brightness(1.04);
    clip-path: inset(0 0 0 0);
  }
  72% {
    transform: scale(1.012);
    filter: blur(0) brightness(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0) brightness(1);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes mybuddyGlow {
  0% {
    opacity: 0;
    transform: scale(0.85);
  }
  35% {
    opacity: 0.9;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.08);
  }
}
.js-scroll-reveal {
  opacity: 0;
  transform: translate3d(0, 32px, 0);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.js-scroll-reveal.is-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.js-scroll-reveal--slow {
  transform: translate3d(0, 40px, 0);
  transition: opacity 1.8s cubic-bezier(0.22, 1, 0.36, 1) 0.12s, transform 1.8s cubic-bezier(0.22, 1, 0.36, 1) 0.12s;
}

.js-scroll-stagger .js-scroll-reveal:nth-child(1) {
  transition-delay: 0s;
}
.js-scroll-stagger .js-scroll-reveal:nth-child(2) {
  transition-delay: 0.12s;
}
.js-scroll-stagger .js-scroll-reveal:nth-child(3) {
  transition-delay: 0.24s;
}
.js-scroll-stagger .js-scroll-reveal:nth-child(4) {
  transition-delay: 0.36s;
}
.js-scroll-stagger .js-scroll-reveal:nth-child(5) {
  transition-delay: 0.48s;
}
.js-scroll-stagger .js-scroll-reveal:nth-child(6) {
  transition-delay: 0.6s;
}
.js-scroll-stagger .js-scroll-reveal:nth-child(7) {
  transition-delay: 0.72s;
}
.js-scroll-stagger .js-scroll-reveal:nth-child(8) {
  transition-delay: 0.84s;
}
.js-scroll-stagger .js-scroll-reveal:nth-child(9) {
  transition-delay: 0.96s;
}
.js-scroll-stagger .js-scroll-reveal:nth-child(10) {
  transition-delay: 1.08s;
}
.js-scroll-stagger .js-scroll-reveal:nth-child(11) {
  transition-delay: 1.2s;
}
.js-scroll-stagger .js-scroll-reveal:nth-child(12) {
  transition-delay: 1.32s;
}
.js-scroll-stagger:not(.is-in) .js-scroll-reveal {
  transition-delay: 0s;
}

.article_item.js-scroll-reveal {
  transform: translate3d(0, 56px, 0);
  transition: opacity 1.05s cubic-bezier(0.22, 1, 0.36, 1), transform 1.05s cubic-bezier(0.22, 1, 0.36, 1);
}
.article_item.js-scroll-reveal.is-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.js-heading-reveal {
  opacity: 1;
  transform: none;
  clip-path: none;
}
.js-heading-reveal.js-scroll-reveal {
  opacity: 1;
  transform: none;
}
.js-heading-reveal .article_ttl_en,
.js-heading-reveal .official_ttl_en {
  opacity: 0;
  filter: blur(5px);
  transform: translate3d(-18px, 0, 0) skewX(-5deg);
  clip-path: inset(0 100% 0 0);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), filter 0.85s cubic-bezier(0.16, 1, 0.3, 1), transform 0.95s cubic-bezier(0.16, 1, 0.3, 1), clip-path 1.05s cubic-bezier(0.16, 1, 0.3, 1);
}
.js-heading-reveal .article_ttl_ja,
.js-heading-reveal .official_ttl_ja {
  opacity: 0;
  transform: translate3d(0, 0.55em, 0);
  transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.18s, transform 0.85s cubic-bezier(0.16, 1, 0.3, 1) 0.18s;
}
.js-heading-reveal.is-in .article_ttl_en,
.js-heading-reveal.is-in .official_ttl_en {
  opacity: 1;
  filter: blur(0);
  transform: none;
  clip-path: inset(0 0 0 0);
}
.js-heading-reveal.is-in .article_ttl_ja,
.js-heading-reveal.is-in .official_ttl_ja {
  opacity: 1;
  transform: none;
}

h2.about_ttl.js-heading-reveal img {
  opacity: 0;
  filter: blur(6px);
  transform: translate3d(-14px, 0, 0) scale(1.04);
  clip-path: inset(0 100% 0 0);
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), filter 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1), clip-path 1.1s cubic-bezier(0.16, 1, 0.3, 1);
}
h2.about_ttl.js-heading-reveal.is-in img {
  opacity: 1;
  filter: none;
  transform: none;
  clip-path: inset(0 0 0 0);
}

@media (prefers-reduced-motion: reduce) {
  .header_mybuddy::before {
    display: none;
    animation: none;
  }
  .header_mybuddy img,
  .header_mybuddy.is-intro img,
  .js-scroll-reveal,
  .js-heading-reveal,
  .js-heading-reveal .article_ttl_en,
  .js-heading-reveal .official_ttl_en,
  .js-heading-reveal .article_ttl_ja,
  .js-heading-reveal .official_ttl_ja,
  h2.about_ttl.js-heading-reveal img {
    opacity: 1;
    transform: none;
    filter: none;
    clip-path: none;
    transition: none;
    animation: none;
  }
}
/*==================================================
旧スクロールアニメ（jQuery fadeAnime用）— 現在未使用
元に戻す場合: コメント解除 + index.js の fadeAnime ブロックを復活
===================================
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeUp2 {
  animation-name: fadeUpAnime2;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(80px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime2 {
  from {
    opacity: 0;
    transform: translateY(150px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInTrigger,
.fadeUpTrigger,
.fadeUpTrigger2,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

.delay-time02 {
  animation-delay: 0.2s;
}

.delay-time04 {
  animation-delay: 0.4s;
}

.delay-time06 {
  animation-delay: 0.6s;
}

.delay-time08 {
  animation-delay: 0.8s;
}

.delay-time10 {
  animation-delay: 1s;
}

.delay-time12 {
  animation-delay: 1.2s;
}

.delay-time14 {
  animation-delay: 1.4s;
}

.delay-time16 {
  animation-delay: 1.6s;
}
===================================================*/
.header {
  width: 100%;
  margin: 0;
  padding: 5.0666666667% 3.4666666667% 5.0666666667%;
  position: sticky;
  top: 0;
  z-index: 200;
  background-color: transparent;
  background-image: none;
  --header-bg: 0;
}
.header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-color: #eaeaea;
  background-image: url("../../assets/img/bg/noise.jpg");
  background-repeat: repeat;
  background-size: 200px 200px;
  opacity: var(--header-bg);
}
@media screen and (min-width: 920px) {
  .header {
    width: 100%;
    padding: min(3.4722222222%, 50px) min(2.7777777778%, 40px) 0;
  }
  .header.is-compact {
    padding: min(3.4722222222%, 50px) min(2.7777777778%, 35px) min(3.0555555556%, 44px);
  }
}
.header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header_logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 19.7333333333%;
}
@media screen and (min-width: 920px) {
  .header_logo {
    width: 17.3611111111%;
    max-width: 250px;
  }
  .header.is-compact .header_logo {
    width: 17.3611111111%;
    max-width: 250px;
  }
}
.header_logo_nb {
  width: 54.0540540541%;
}
@media screen and (min-width: 920px) {
  .header_logo_nb {
    width: 30.8%;
    max-width: 77px;
  }
  .header.is-compact .header_logo_nb {
    width: 30.8%;
  }
}
.header_logo_nb img {
  width: 100%;
  height: auto;
  display: block;
}
.header_logo_hm {
  width: 27.027027027%;
}
@media screen and (min-width: 920px) {
  .header_logo_hm {
    width: 57.2%;
    max-width: 143px;
  }
  .header.is-compact .header_logo_hm {
    width: 57.2%;
  }
}
.header_logo_hm img {
  width: 100%;
  height: auto;
  display: block;
}
.header_logo_hm .header_logo_hm_pc {
  display: none;
}
@media screen and (min-width: 920px) {
  .header_logo_hm .header_logo_hm_pc {
    display: block;
  }
}
.header_logo_hm .header_logo_hm_sp {
  display: block;
}
@media screen and (min-width: 920px) {
  .header_logo_hm .header_logo_hm_sp {
    display: none;
  }
}
.header_mybuddy {
  position: absolute;
  z-index: 1000;
  width: 91.4040114613%;
  top: 0;
  margin-top: 13.4670487106%;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media screen and (min-width: 920px) {
  .header_mybuddy {
    width: 42.9166666667%;
    max-width: 618px;
    top: 0;
    top: min(-0.625%, -9px);
    left: 50%;
    transform: translate(-50%, 0);
    transform-origin: center top;
    transition: width 0.25s ease-out, max-width 0.25s ease-out, margin-top 0.25s ease-out, transform 0.25s ease-out, top 0.25s ease-out;
  }
}
@media screen and (min-width: 920px) {
  .header.is-compact .header_mybuddy {
    width: min(14.4444444444%, 208px);
    max-width: 178px;
    margin-top: 0;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.header_mybuddy img {
  width: 100%;
  height: auto;
  display: block;
}
.header_mybuddy.is-blend-active {
  visibility: hidden;
}
.header_mybuddy.is-intro-done img {
  filter: none;
}
.header_mybuddy_blend {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1200;
  pointer-events: none;
  opacity: 0;
  mix-blend-mode: exclusion;
  will-change: left, top, width, opacity;
}
.header_mybuddy_blend img {
  display: block;
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
  opacity: 1;
}
.header_nav {
  display: none;
}
@media screen and (min-width: 920px) {
  .header_nav {
    display: block;
    width: 19.9305555556%;
    max-width: 287px;
  }
}
@media screen and (min-width: 920px) {
  .header_nav_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 920px) {
  .header_nav_about {
    width: 17.0731707317%;
    max-width: 49px;
  }
}
@media screen and (min-width: 920px) {
  .header_nav_article {
    width: 30.3135888502%;
    max-width: 87px;
  }
}
@media screen and (min-width: 920px) {
  .header_nav_official {
    width: 30.6620209059%;
    max-width: 88px;
  }
}
.header_nav_link img {
  width: 100%;
  height: auto;
  display: block;
}
.header_menu_btn {
  box-sizing: border-box;
  width: 10.888252149%;
}
@media screen and (min-width: 920px) {
  .header_menu_btn {
    display: none;
  }
}
.header_menu_btn img {
  width: 100%;
  height: auto;
  display: block;
}

.article {
  width: 89.3333333333%;
  margin: 14.9333333333% auto 20%;
  max-width: 100%;
}
@media screen and (min-width: 920px) {
  .article {
    width: 88.8194444444%;
    max-width: 1279px;
    margin: min(7.4305555556%, 107px) auto min(10.625%, 153px);
  }
}
.article_lead {
  margin-bottom: 13.4328358209%;
}
@media screen and (min-width: 920px) {
  .article_lead {
    margin-bottom: 4.6875%;
  }
}
.article_heading {
  width: 55.223880597%;
}
@media screen and (min-width: 920px) {
  .article_heading {
    width: 19.375%;
    margin-bottom: 0;
  }
}
.article_ttl_en {
  margin-bottom: 7.5675675676%;
}
.article_ttl_en img {
  width: 100%;
  height: auto;
  display: block;
}
.article_ttl_ja {
  display: block;
  font-size: 2.9333333333vw;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 920px) {
  .article_ttl_ja {
    font-size: min(1.1111111111vw, 16px);
    line-height: 1;
  }
}
.article_desc {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.4666666667vw;
  line-height: 2.1538461538;
  margin-bottom: 8.9552238806%;
}
@media screen and (min-width: 920px) {
  .article_desc {
    font-size: min(1.0416666667vw, 15px);
    line-height: 2.6733333333;
    width: 38.671875%;
    margin-top: 1.953125%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 920px) {
  .article_list {
    width: 99.8436278342%;
    max-width: 1277px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.article_item {
  margin-bottom: 13.7313432836%;
}
.article_item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 920px) {
  .article_item {
    width: 47.8465152702%;
    margin-bottom: 7.5959279561%;
  }
  .article_item:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media (any-hover: hover) {
  .article_card:hover .article_card_thumb img {
    transform: scale(1.08);
  }
  .article_card:hover .article_card_title {
    opacity: 0.55;
  }
  .article_card:hover .article_card_next_paren.paren_left {
    transform: translateX(-1.0666666667vw);
  }
}
@media screen and (any-hover: hover) and (min-width: 920px) {
  .article_card:hover .article_card_next_paren.paren_left {
    transform: translateX(min(-0.3472222222vw, -5px));
  }
}
@media (any-hover: hover) {
  .article_card:hover .article_card_next_paren.paren_right {
    transform: translateX(1.0666666667vw);
  }
}
@media screen and (any-hover: hover) and (min-width: 920px) {
  .article_card:hover .article_card_next_paren.paren_right {
    transform: translateX(min(0.3472222222vw, 5px));
  }
}
@media (any-hover: hover) {
  .article_card:hover .article_card_next_arrow {
    transform: translateX(1.0666666667vw);
  }
}
@media screen and (any-hover: hover) and (min-width: 920px) {
  .article_card:hover .article_card_next_arrow {
    transform: translateX(min(0.3472222222vw, 5px));
  }
}
@media (any-hover: hover) {
  .article_card:hover .article_card_next_label {
    letter-spacing: 0.02em;
  }
}
.article_card_thumb {
  overflow: hidden;
  border-radius: 2.4vw;
  transform: translateZ(0);
  margin-bottom: 5.671641791%;
}
@media screen and (min-width: 920px) {
  .article_card_thumb {
    border-radius: min(1.1111111111vw, 16px);
    margin-bottom: 3.7643207856%;
  }
}
.article_card_thumb img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}
.article_card_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 5.9701492537%;
  font-size: 3.7333333333vw;
  line-height: 2.1428571429;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #2F2F31;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 920px) {
  .article_card_title {
    -webkit-line-clamp: 1;
    font-size: min(1.0416666667vw, 15px);
    line-height: 1.8666666667;
    margin-bottom: 1.9607843137%;
  }
}
.article_card_sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article_card_date {
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2vw;
  color: #939393;
}
@media screen and (min-width: 920px) {
  .article_card_date {
    font-size: min(0.9027777778vw, 13px);
    line-height: 2.1538461538;
  }
}
.article_card_next {
  display: inline-flex;
  color: #2f2f31;
  align-items: center;
  width: 33.7313432836%;
}
@media screen and (min-width: 920px) {
  .article_card_next {
    width: 21.0784313725%;
  }
}
.article_card_next_paren {
  width: 7.0796460177%;
  margin-right: 11.5044247788%;
  transition: transform 0.4s ease;
}
@media screen and (min-width: 920px) {
  .article_card_next_paren {
    width: 6.2015503876%;
    margin-right: 11.6279069767%;
  }
}
.article_card_next_paren.paren_right {
  margin-right: 0;
}
.article_card_next_label {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.8133333333vw;
  letter-spacing: 0em;
  margin-right: 4.4247787611%;
  white-space: nowrap;
  transition: letter-spacing 0.4s ease;
}
@media screen and (min-width: 920px) {
  .article_card_next_label {
    font-size: min(0.8333333333vw, 12px);
    line-height: 2.3333333333;
    margin-right: 4.6511627907%;
  }
}
.article_card_next_arrow {
  display: block;
  width: 7.9646017699%;
  margin-right: 11.5044247788%;
  transition: transform 0.4s ease;
}
@media screen and (min-width: 920px) {
  .article_card_next_arrow {
    margin-right: 11.6279069767%;
  }
}

html {
  height: 100%;
}

body {
  position: relative;
  min-height: 100dvh;
  overflow-x: clip;
}

.bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("../../assets/img/bg/noise.jpg");
  background-repeat: repeat;
  background-size: 200px 200px;
}

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

.bg-chrome-top {
  display: none;
  pointer-events: none;
}

@media screen and (max-width: 919px) {
  .bg-chrome-top {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    height: 52px;
    background-color: #eaeaea;
    background-image: url("../../assets/img/bg/noise.jpg");
    background-repeat: repeat;
    background-size: 200px 200px;
  }
}
.official {
  width: 94.9333333333%;
  margin: 0 auto 16%;
  background: #2F2F31;
  border-radius: 4.2666666667vw;
  padding: 11.4666666667% 0 10.6666666667%;
}
@media screen and (min-width: 920px) {
  .official {
    width: 94.4444444444%;
    max-width: 1360px;
    border-radius: 1.6666666667vw;
    padding: min(6.1029411765%, 83px) 0 min(7.1323529412%, 97px);
    margin: 0 auto min(7.4305555556%, 107px);
  }
}
.official_links {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (any-hover: hover) {
  .official_links:hover .official_btn_left {
    transform: translateX(-1.0666666667vw);
  }
}
@media screen and (any-hover: hover) and (min-width: 920px) {
  .official_links:hover .official_btn_left {
    transform: translateX(min(-0.3472222222vw, -5px));
  }
}
@media (any-hover: hover) {
  .official_links:hover .official_btn_right {
    transform: translateX(1.0666666667vw);
  }
}
@media screen and (any-hover: hover) and (min-width: 920px) {
  .official_links:hover .official_btn_right {
    transform: translateX(min(0.3472222222vw, 5px));
  }
}
@media (any-hover: hover) {
  .official_links:hover .official_btn_arrow {
    transform: translateX(1.0666666667vw);
  }
}
@media screen and (any-hover: hover) and (min-width: 920px) {
  .official_links:hover .official_btn_arrow {
    transform: translateX(min(0.3472222222vw, 5px));
  }
}
@media (any-hover: hover) {
  .official_links:hover .official_btn_label {
    letter-spacing: 0.02em;
  }
  .official_links:hover .official_bnr_link_img {
    transform: scale(1.06);
  }
}
.official_inner {
  width: 88.202247191%;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 920px) {
  .official_inner {
    width: 82.3529411765%;
    max-width: 1120px;
  }
}
@media screen and (min-width: 920px) {
  .official_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 920px) {
  .official_content {
    width: 29.6428571429%;
  }
}
@media screen and (min-width: 920px) {
  .official_heading {
    margin-bottom: 9.0361445783%;
  }
}
.official_ttl_en {
  width: 63.6942675159%;
  margin-bottom: 4.7770700637%;
}
.official_ttl_en img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 920px) {
  .official_ttl_en {
    width: 77.1084337349%;
    margin-bottom: 2.1084337349%;
  }
}
.official_ttl_ja {
  display: block;
  font-size: 2.9333333333vw;
  color: #fff;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  margin-bottom: 10.5095541401%;
}
@media screen and (min-width: 920px) {
  .official_ttl_ja {
    font-size: min(1.1111111111vw, 16px);
    line-height: 250.625%;
    margin-bottom: 0;
  }
}
.official_desc {
  font-size: 3.4666666667vw;
  color: #fff;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 2.1538461538;
  margin-bottom: 9.2356687898%;
  letter-spacing: 0;
}
@media screen and (min-width: 920px) {
  .official_desc {
    font-size: min(0.9722222222vw, 14px);
    line-height: 200%;
    margin-bottom: 7.5301204819%;
  }
}
.official_bnr {
  overflow: hidden;
  margin-bottom: 6.3694267516%;
  border-radius: 2.6666666667vw;
  line-height: 0;
  transform: translateZ(0);
  isolation: isolate;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
@media screen and (min-width: 920px) {
  .official_bnr {
    width: 57.3214285714%;
    margin-bottom: 0;
    border-radius: 0.9722222222vw;
  }
}
.official_bnr_link_img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: transform 0.4s ease;
  transform-origin: center center;
}
@media screen and (min-width: 920px) {
  .official_bnr_link_img {
    border-radius: 0;
  }
}
.official_btns {
  text-align: right;
}
@media screen and (min-width: 920px) {
  .official_btns {
    text-align: left;
  }
}
.official_btn {
  display: inline-flex;
  flex-wrap: nowrap;
  color: #fff;
  align-items: center;
  width: 44.578313253%;
}
@media screen and (min-width: 920px) {
  .official_btn {
    width: 44.578313253%;
  }
}
.official_btn_left {
  display: block;
  width: 5.4054054054%;
  margin-right: 8.7837837838%;
  transition: transform 0.4s ease;
}
@media screen and (min-width: 920px) {
  .official_btn_left {
    width: 5.4054054054%;
    margin-right: 8.7837837838%;
  }
}
.official_btn_right {
  display: block;
  width: 5.4054054054%;
  margin-right: 0;
  transition: transform 0.4s ease;
}
@media screen and (min-width: 920px) {
  .official_btn_right {
    width: 5.4054054054%;
    margin-right: 0;
  }
}
.official_btn_label {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.2vw;
  letter-spacing: 0em;
  margin-right: 4.0540540541%;
  white-space: nowrap;
  transition: letter-spacing 0.4s ease;
}
@media screen and (min-width: 920px) {
  .official_btn_label {
    font-size: min(0.8333333333vw, 12px);
    margin-right: 4.0540540541%;
  }
}
.official_btn_arrow {
  display: block;
  width: 6.7567567568%;
  margin-right: 8.7837837838%;
  transition: transform 0.4s ease;
}
@media screen and (min-width: 920px) {
  .official_btn_arrow {
    width: 6.7567567568%;
    margin-right: 8.7837837838%;
  }
}

.footer_inner {
  margin-bottom: 10%;
}
@media screen and (min-width: 920px) {
  .footer_inner {
    width: 88.5416666667%;
    max-width: 1275px;
    margin: 0 auto;
    margin-bottom: min(4.1666666667%, 60px);
  }
}
@media screen and (min-width: 920px) {
  .footer_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.footer_head {
  margin-bottom: 8.8%;
}
@media screen and (min-width: 920px) {
  .footer_head {
    width: 25.0196078431%;
    margin-bottom: 0;
  }
}
.footer_head_logo {
  width: 63.7333333333%;
  margin: 0 auto;
}
@media screen and (min-width: 920px) {
  .footer_head_logo {
    width: 100%;
    margin-bottom: 6.5830721003%;
  }
}
.footer_head_logo img {
  width: 100%;
  height: auto;
  display: block;
}
.footer_info {
  width: 38.6666666667%;
  margin: 0 auto 7.4666666667%;
}
@media screen and (min-width: 920px) {
  .footer_info {
    width: 25.8823529412%;
    margin: 0;
  }
}
.footer_info_nb {
  margin-bottom: 27.5862068966%;
}
@media screen and (min-width: 920px) {
  .footer_info_nb {
    width: 93.9393939394%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-bottom: 12.7272727273%;
  }
}
.footer_info_nb_logo {
  width: 75.8620689655%;
  margin: 0 auto 15.1724137931%;
  text-align: center;
}
@media screen and (min-width: 920px) {
  .footer_info_nb_logo {
    width: 38.7096774194%;
    margin: 0;
  }
}
.footer_info_nb_logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 920px) {
  .footer_info_hn {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.footer_info_hn_logo {
  margin: 0 auto 14.4827586207%;
  text-align: center;
}
@media screen and (min-width: 920px) {
  .footer_info_hn_logo {
    width: 43.6363636364%;
    margin: 0;
    margin-top: 3.0303030303%;
  }
}
.footer_info_hn_logo img {
  width: 100%;
  height: auto;
  display: block;
}
.footer_info_sns {
  display: flex;
  justify-content: space-between;
  width: 96.5517241379%;
  margin: 0 auto;
}
@media screen and (min-width: 920px) {
  .footer_info_sns {
    width: 50.3225806452%;
    margin: 0;
  }
  .footer_info_sns.hn_sns {
    width: 47.2727272727%;
  }
}
.footer_info_sns_item {
  width: 27.5862068966%;
}
@media screen and (min-width: 920px) {
  .footer_info_sns_item {
    width: 25.641025641%;
  }
}
.footer_copy {
  font-size: 3.648vw;
  text-align: center;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2F2F31;
}
@media screen and (min-width: 920px) {
  .footer_copy {
    font-size: min(1.1388888889vw, 16.4px);
    text-align: left;
    line-height: 200%;
  }
}
.footer_walk {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 22vw;
  margin-top: 0vw;
  margin-bottom: 6.4vw;
  container-type: inline-size;
  --fw-cross: 12s;
  isolation: isolate;
  transform: translateZ(0);
}
@media screen and (min-width: 920px) {
  .footer_walk {
    height: 10.5034722222vw;
    margin-top: 0vw;
    margin-bottom: 2.7777777778vw;
    --fw-cross: 20s;
  }
}
@media (prefers-reduced-motion: reduce) {
  .footer_walk .footer_walk_men {
    animation: none;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
}
.footer_walk_men {
  position: absolute;
  top: 50%;
  left: 0;
  width: 64vw;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0, -50%, 0);
  animation: footer-walk-move var(--fw-cross) linear infinite;
  animation-play-state: paused;
}
@media screen and (min-width: 920px) {
  .footer_walk_men {
    width: 30.5555555556vw;
  }
}
.footer_walk_men img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 800/275;
  max-width: none;
  pointer-events: none;
  user-select: none;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.footer_walk.is-active .footer_walk_men {
  animation-play-state: running;
}

@keyframes footer-walk-move {
  from {
    transform: translate3d(-100%, -50%, 0);
  }
  to {
    transform: translate3d(100cqw, -50%, 0);
  }
}
.mv {
  overflow: hidden;
  width: 100%;
  margin-top: 24.8%;
}
@media screen and (min-width: 920px) {
  .mv {
    margin-top: min(2.8472222222%, 41px);
  }
}
.mv_slider {
  position: relative;
  width: 100%;
}
.mv_slider_item {
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}
@media (any-hover: hover) {
  .mv_slider_item:hover .mv_slider_media img {
    transform: scale(1.08);
  }
}
@media screen and (min-width: 920px) {
  .mv_slider_item {
    border-radius: 1.3888888889vw;
  }
}
.mv_slider_media {
  overflow: hidden;
}
.mv_slider_media img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  aspect-ratio: 877/594;
  object-fit: cover;
  transition: transform 0.6s ease;
}
@media screen and (min-width: 920px) {
  .mv_slider_grad {
    position: absolute;
    width: 100%;
    height: 39.0572390572%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(42, 42, 42, 0.6) 56.74%, rgba(255, 255, 255, 0.6) 100%);
    mix-blend-mode: multiply;
    bottom: 0;
  }
}
.mv_slider_caption {
  width: 89.3333333333%;
  margin: 5.0746268657% auto 8.6567164179%;
}
@media screen and (min-width: 920px) {
  .mv_slider_caption {
    position: absolute;
    width: 91.3340935006%;
    left: 4.1049030787%;
    bottom: 11.9528619529%;
    margin: 0;
  }
}
.mv_slider_caption img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  aspect-ratio: 877/594;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.mv_slider_date {
  display: block;
  color: rgba(47, 47, 49, 0.6);
  font-family: "gotham", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.9333333333vw;
  line-height: 2.5454545455;
  margin-bottom: 0.8955223881%;
}
@media screen and (min-width: 920px) {
  .mv_slider_date {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8333333333vw;
    line-height: 2.3333333333;
    margin-bottom: min(0.3745318352%, 3px);
  }
}
.mv_slider_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  font-size: 4vw;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #2F2F31;
  line-height: 1.8666666667;
}
@media screen and (min-width: 920px) {
  .mv_slider_title {
    -webkit-line-clamp: 1;
    line-clamp: 1;
    font-size: 1.25vw;
    color: #fff;
    line-height: 1.5555555556;
  }
}
.mv_slider_controls {
  display: flex;
  align-items: center;
  width: 89.3333333333%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 5.3333333333vw 0;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
@media screen and (min-width: 920px) {
  .mv_slider_controls {
    display: contents;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
  }
}
.mv_slider_nav {
  display: flex;
  align-items: center;
  gap: 7.7333333333vw;
  box-sizing: border-box;
  pointer-events: none;
}
@media screen and (min-width: 920px) {
  .mv_slider_nav {
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: 6.228956229%;
    width: calc((100% - 14.3877777778px) / 1.6255555556);
    gap: 1.9384264538%;
    transform: translate(-50%, 50%);
    container-type: inline-size;
  }
}
.mv_slider_prev, .mv_slider_next {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 8vw;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
  pointer-events: auto;
}
@media screen and (min-width: 920px) {
  .mv_slider_prev, .mv_slider_next {
    width: 3.4207525656%;
  }
}
.mv_slider_prev::before, .mv_slider_next::before {
  content: "";
  position: absolute;
  top: 50%;
  height: 13.8666666667vw;
  width: 130%;
  transform: translateY(-50%);
}
@media screen and (min-width: 920px) {
  .mv_slider_prev::before, .mv_slider_next::before {
    top: calc(50% - 100cqw * 0.0364880274);
    height: calc(100cqw * 0.078677308);
    width: 220%;
    transform: none;
  }
}
.mv_slider_prev img, .mv_slider_next img {
  display: block;
  width: 100%;
  height: auto;
  filter: brightness(0.185);
}
@media screen and (min-width: 920px) {
  .mv_slider_prev img, .mv_slider_next img {
    filter: none;
  }
}
.mv_slider_prev {
  margin-left: 2.4vw;
}
@media screen and (min-width: 920px) {
  .mv_slider_prev {
    margin-left: 4.1049030787%;
  }
}
.mv_slider_prev::before {
  right: 0;
  left: auto;
}
.mv_slider_next::before {
  left: 0;
  right: auto;
}
.mv_slider_pager {
  display: flex;
  align-items: center;
  height: 6.1333333333vw;
  gap: 8vw;
  margin-left: auto;
  margin-right: 4.2666666667vw;
  box-sizing: border-box;
  pointer-events: none;
}
@media screen and (min-width: 920px) {
  .mv_slider_pager {
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: 6.228956229%;
    width: calc((100% - 14.3877777778px) / 1.6255555556);
    height: 1.7361111111vw;
    margin-left: 0;
    margin-right: 0;
    justify-content: flex-end;
    gap: 3.8768529076%;
    transform: translate(-50%, 50%);
  }
}

.mv_slider_pager.swiper-pagination-horizontal {
  position: static;
  width: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none;
}
@media screen and (min-width: 920px) {
  .mv_slider_pager.swiper-pagination-horizontal {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    width: calc((100% - 14.3877777778px) / 1.6255555556) !important;
    bottom: 6.228956229% !important;
    transform: translate(-50%, 50%);
  }
}

.mv_slider_pager .swiper-pagination-bullet {
  position: relative;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 1.0666666667vw !important;
  aspect-ratio: 1/1;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  border-radius: 50%;
  background: transparent !important;
  box-shadow: inset 0 0 0 0 rgba(47, 47, 49, 0);
  opacity: 1 !important;
  cursor: pointer;
  pointer-events: auto;
  line-height: 0;
  font-size: 0;
  appearance: none;
  -webkit-appearance: none;
  vertical-align: top;
  transition: width 0.25s ease, margin 0.25s ease, box-shadow 0.25s ease;
}
@media screen and (min-width: 920px) {
  .mv_slider_pager .swiper-pagination-bullet {
    width: 0.6841505131% !important;
    box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.mv_slider_pager .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 2.1333333333vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #2f2f31;
  transform: scale(0.5);
  transition: opacity 0.25s ease;
}
@media screen and (min-width: 920px) {
  .mv_slider_pager .swiper-pagination-bullet::before {
    width: 0.8333333333vw;
    background: #fff;
  }
}
.mv_slider_pager .swiper-pagination-bullet span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  margin: 0;
  padding: 0;
  color: #2f2f31;
  font-size: 2.9333333333vw;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.15s ease;
  font-family: "gotham", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 920px) {
  .mv_slider_pager .swiper-pagination-bullet span {
    color: #fff;
    font-size: 0.8333333333vw;
  }
}
.mv_slider_pager .swiper-pagination-bullet .mv_slider_pager_ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  opacity: 0;
  transform: rotate(-90deg);
  pointer-events: none;
}
.mv_slider_pager .swiper-pagination-bullet .mv_slider_pager_ring_bar {
  fill: none;
  stroke: #2f2f31;
  stroke-width: 4.347826087;
  stroke-linecap: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}
@media screen and (min-width: 920px) {
  .mv_slider_pager .swiper-pagination-bullet .mv_slider_pager_ring_bar {
    stroke: #fff;
    stroke-width: 6;
  }
}
.mv_slider_pager .swiper-pagination-bullet-active {
  width: 6.1333333333vw !important;
  box-shadow: inset 0 0 0 0.2666666667vw rgba(47, 47, 49, 0.3);
  margin-left: -2.6666666667vw !important;
  margin-right: -2.6666666667vw !important;
}
@media screen and (min-width: 920px) {
  .mv_slider_pager .swiper-pagination-bullet-active {
    width: 2.850627138% !important;
    box-shadow: inset 0 0 0 0.1041666667vw rgba(255, 255, 255, 0.3);
    margin-left: -1.2542759407% !important;
    margin-right: -1.2542759407% !important;
  }
}
.mv_slider_pager .swiper-pagination-bullet-active::before {
  opacity: 0;
}
.mv_slider_pager .swiper-pagination-bullet-active span {
  opacity: 1;
}
.mv_slider_pager .swiper-pagination-bullet-active:first-child {
  margin-left: 0 !important;
}
.mv_slider_pager .swiper-pagination-bullet-active .mv_slider_pager_ring {
  opacity: 1;
}
.mv_slider_pager .swiper-pagination-bullet-active .mv_slider_pager_ring_bar {
  animation: mv-pager-ring var(--mv-pager-duration, 3000ms) linear forwards;
}
@media screen and (min-width: 920px) {
  .mv_slider_pager .swiper-pagination-bullet:last-child {
    margin-right: 4.5610034208% !important;
  }
}

@keyframes mv-pager-ring {
  from {
    stroke-dashoffset: 100;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .mv_slider_pager .swiper-pagination-bullet-active .mv_slider_pager_ring_bar {
    animation: none;
    stroke-dashoffset: 0;
  }
}
.about {
  --p: 0;
  --scale-start: 0.82;
  position: relative;
  height: 220vh;
  color: #fff;
  margin-bottom: 12vw;
}
@media screen and (min-width: 920px) {
  .about {
    margin-bottom: min(6.25vw, 90px);
  }
}
.about_pin {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
@media screen and (min-width: 920px) {
  .about_pin {
    container-type: size;
  }
}
@media screen and (max-width: 919px) {
  .about_pin {
    top: 5px;
    height: calc(100dvh - 10px);
  }
}
.about_visual {
  position: absolute;
  inset: 0;
  transform: scale(calc(var(--scale-start) + (1 - var(--scale-start)) * var(--p)));
  transform-origin: center center;
  will-change: transform;
}
@media screen and (max-width: 919px) {
  .about_visual {
    top: 8px;
    right: 0;
    bottom: 8px;
    left: 0;
  }
}
@media screen and (min-width: 920px) {
  .about_visual {
    inset: auto;
    top: 50%;
    left: 50%;
    --about-w0: calc(
        (100cqw - 14.3877777778px) / 1.6255555556 * 0.7423033067
    );
    --about-w1: 100cqw;
    width: calc(var(--about-w0) + (var(--about-w1) - var(--about-w0)) * var(--p));
    aspect-ratio: 16/9;
    height: auto;
    transform: translate(-50%, -50%);
    will-change: width;
  }
}
.about_video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.about_grad {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: #000;
  opacity: calc(0.6 * var(--p));
  mix-blend-mode: multiply;
}
.about_body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  padding: 0 5.3333333333vw 9.6vw;
  opacity: clamp(0, (var(--p) - 0.45) / (0.85 - 0.45), 1);
  transform: translateY(calc((1 - clamp(0, (var(--p) - 0.45) / (0.85 - 0.45), 1)) * 24px));
  pointer-events: none;
}
@media screen and (max-width: 919px) {
  .about_body {
    bottom: 8px;
  }
}
@media screen and (min-width: 920px) {
  .about_body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 5.7638888889vw 4.3055555556vw;
  }
}
.about.is-ready .about_body {
  pointer-events: auto;
}
.about_head {
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 920px) {
  .about_head {
    margin-bottom: 0;
    width: 9.9305555556vw;
    max-width: 143px;
    flex-shrink: 0;
  }
}
.about_ttl {
  width: 29.6vw;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 920px) {
  .about_ttl {
    width: 100%;
    margin-bottom: 1.1111111111vw;
  }
}
.about_ttl img {
  display: block;
  width: 100%;
  height: auto;
}
.about_sub {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.9333333333vw;
  line-height: 1;
}
@media screen and (min-width: 920px) {
  .about_sub {
    font-size: min(1.1111111111vw, 16px);
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
}
@media screen and (min-width: 920px) {
  .about_main {
    width: 45.2083333333vw;
    max-width: 651px;
    flex-shrink: 0;
  }
}
.about_text {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.4666666667vw;
  line-height: 2.1538461538;
  margin-bottom: 5.8666666667vw;
}
@media screen and (min-width: 920px) {
  .about_text {
    font-size: min(1.0416666667vw, 15px);
    line-height: 2.6666666667;
    margin-bottom: 1.5277777778vw;
  }
}
.about_play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  box-sizing: border-box;
  width: 180px;
  max-width: 100%;
  word-break: break-all;
  padding: 15px 22px 15px 43px;
  border: 1px solid #fff;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.7333333333vw;
  line-height: 1;
  transition: background 0.25s ease, color 0.25s ease;
}
@media screen and (min-width: 920px) {
  .about_play {
    min-width: unset;
    width: 210px;
    max-width: 100%;
    gap: 30px;
    height: auto;
    padding: 20px 27px 20px 53px;
    font-size: min(1.1111111111vw, 16px);
  }
}
@media (any-hover: hover) {
  .about_play:hover {
    background: #fff;
    color: #000;
  }
  .about_play:hover .about_play_icon {
    border-left-color: #000;
  }
}
@media (any-hover: none) {
  .about_play:active {
    background: #fff;
    color: #000;
  }
  .about_play:active .about_play_icon {
    border-left-color: #000;
  }
}
.about_play_icon {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.3333333333vw 0 1.3333333333vw 2.4vw;
  border-color: transparent transparent transparent #fff;
  transition: border-left-color 0.25s ease;
}
@media screen and (min-width: 920px) {
  .about_play_icon {
    border-width: 6px 0 6px 10px;
  }
}

.about_modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5.3333333333vw;
}
.about_modal[hidden] {
  display: none;
}
.about_modal_bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  cursor: pointer;
}
.about_modal_box {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
}
.about_modal_close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.about_modal_close::before, .about_modal_close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 1.5px;
  background: #fff;
}
.about_modal_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.about_modal_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.about_modal_frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  overflow: hidden;
}
.about_modal_frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.shoes_slider {
  --shoes-slider-duration: 28s;
  --shoes-slider-gap: 6.4vw;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 920px) {
  .shoes_slider {
    --shoes-slider-duration: 40s;
    --shoes-slider-gap: 2.7777777778vw;
  }
}
@media (prefers-reduced-motion: reduce) {
  .shoes_slider .shoes_slider_track {
    animation: none;
  }
}
.shoes_slider_track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: shoes-slider-rtl var(--shoes-slider-duration) linear infinite;
}
.shoes_slider_list {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: var(--shoes-slider-gap);
  padding-right: var(--shoes-slider-gap);
}
.shoes_slider_item {
  flex-shrink: 0;
}
.shoes_slider_item img {
  display: block;
  width: 100%;
  height: auto;
}
.shoes_slider_item01, .shoes_slider_item05 {
  width: 23.4666666667vw;
}
@media screen and (min-width: 920px) {
  .shoes_slider_item01, .shoes_slider_item05 {
    width: 7.8472222222vw;
  }
}
.shoes_slider_item02, .shoes_slider_item06 {
  width: 26.4vw;
}
@media screen and (min-width: 920px) {
  .shoes_slider_item02, .shoes_slider_item06 {
    width: 8.8888888889vw;
  }
}
.shoes_slider_item03 {
  width: 10.1333333333vw;
}
@media screen and (min-width: 920px) {
  .shoes_slider_item03 {
    width: 3.4027777778vw;
  }
}
.shoes_slider_item04 {
  width: 25.3333333333vw;
}
@media screen and (min-width: 920px) {
  .shoes_slider_item04 {
    width: 8.5416666667vw;
  }
}

@keyframes shoes-slider-rtl {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-25%, 0, 0);
  }
}
.menu {
  --menu-bg: #2f2f31;
  --menu-pad-left: 3.4666666667vw;
  --menu-pad-right: 3.4666666667vw;
  --menu-pad-top: 5.0666666667vw;
  --menu-pad-bottom: 4.8vw;
  --menu-head-h: 5.0666666667vw;
  --menu-close-w: 6.472vw;
  --menu-close-h: 3.1146666667vw;
  --menu-close-nudge-y: -0.4vw;
  --menu-nav-mt: 16.5333333333vw;
  --menu-nav-ml: 7.7333333333vw;
  --menu-nav-w: 77.8666666667vw;
  --menu-item-gap: 5.6vw;
  --menu-en-ja-gap: 5.3333333333vw;
  --menu-ja-size: 2.7493333333vw;
  --menu-ja-lh: 2.5606207565;
  --menu-ja-nudge-top: 0vw;
  --menu-ja-nudge-about: 1.3333333333vw;
  --menu-ja-nudge-article: 1.0666666667vw;
  --menu-ja-nudge-abc: 0.5333333333vw;
  --menu-brand-mt: 22.4vw;
  --menu-brand-ml: 8.8vw;
  --menu-brand-w: 70.9333333333vw;
  --menu-brand-gap: 6.4vw;
  --menu-nb-info-w: 21.0666666667vw;
  --menu-hm-info-w: 29.3333333333vw;
  --menu-brand-nb-nudge-y: 1.0666666667vw;
  --menu-brand-hm-nudge-y: 0vw;
  --menu-sns-w: 34.9333333333vw;
  --menu-sns-item: 9.8666666667vw;
  --menu-copy-mt: 5.6vw;
  --menu-copy-size: 3.7333333333vw;
  --menu-line: rgba(255, 255, 255, 0.85);
  position: fixed;
  inset: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
  background-color: var(--menu-bg);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}
.menu.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 920px) {
  .menu {
    display: none !important;
  }
}
.menu_inner {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  min-height: 100dvh;
  padding-top: calc(var(--menu-pad-top) + env(safe-area-inset-top, 0px));
  padding-right: calc(var(--menu-pad-right) + env(safe-area-inset-right, 0px));
  padding-bottom: calc(var(--menu-pad-bottom) + env(safe-area-inset-bottom, 0px));
  padding-left: calc(var(--menu-pad-left) + env(safe-area-inset-left, 0px));
}
.menu_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--menu-head-h);
}
.menu_head_logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  width: 19.7333333333%;
}
.menu_head_nb {
  width: 54.0540540541%;
}
.menu_head_nb img {
  display: block;
  width: 100%;
  height: auto;
}
.menu_head_hm {
  width: 27.027027027%;
}
.menu_head_hm img {
  display: block;
  width: 100%;
  height: auto;
}
.menu_close {
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--menu-close-w);
  height: var(--menu-close-h);
  padding: 2.6666666667vw 2.1333333333vw;
  margin: -2.6666666667vw -2.1333333333vw;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(var(--menu-close-nudge-y));
}
.menu_close img {
  display: block;
  width: var(--menu-close-w);
  height: var(--menu-close-h);
  object-fit: contain;
}
.menu_nav {
  width: var(--menu-nav-w);
  max-width: 100%;
  margin-top: var(--menu-nav-mt);
  margin-left: var(--menu-nav-ml);
}
.menu_nav_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu_nav_item {
  padding-bottom: var(--menu-item-gap);
  border-bottom: 1px solid var(--menu-line);
}
.menu_nav_item + .menu_nav_item {
  margin-top: var(--menu-item-gap);
}
.menu_nav_link {
  display: flex;
  align-items: center;
  gap: var(--menu-en-ja-gap);
  color: inherit;
  text-decoration: none;
}
.menu_nav_en {
  display: block;
  height: auto;
  flex-shrink: 0;
}
.menu_nav_en--top {
  width: 10.4vw;
}
.menu_nav_en--about {
  width: 20.5333333333vw;
}
.menu_nav_en--article {
  width: 36vw;
}
.menu_nav_en--abc {
  width: 38.6666666667vw;
}
.menu_nav_ja {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: var(--menu-ja-size);
  line-height: var(--menu-ja-lh);
  letter-spacing: 0.02em;
}
.menu_nav_en--top + .menu_nav_ja {
  transform: translateY(var(--menu-ja-nudge-top));
}
.menu_nav_en--about + .menu_nav_ja {
  transform: translateY(var(--menu-ja-nudge-about));
}
.menu_nav_en--article + .menu_nav_ja {
  transform: translateY(var(--menu-ja-nudge-article));
}
.menu_nav_en--abc + .menu_nav_ja {
  transform: translateY(var(--menu-ja-nudge-abc));
}
.menu_foot {
  width: var(--menu-brand-w);
  max-width: 100%;
  margin-top: auto;
  margin-left: var(--menu-brand-ml);
  padding-top: var(--menu-brand-mt);
}
.menu_brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu_brand + .menu_brand {
  margin-top: var(--menu-brand-gap);
}
.menu_brand_logo {
  flex-shrink: 0;
}
.menu_brand_logo img {
  display: block;
  width: 100%;
  height: auto;
}
.menu_brand_logo--nb {
  width: var(--menu-hm-info-w);
  transform: translateY(var(--menu-brand-nb-nudge-y));
}
.menu_brand_logo--nb img {
  width: var(--menu-nb-info-w);
  margin: 0 auto;
}
.menu_brand_logo--hm {
  width: var(--menu-hm-info-w);
  transform: translateY(var(--menu-brand-hm-nudge-y));
}
.menu_sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: var(--menu-sns-w);
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu_sns_item {
  width: var(--menu-sns-item);
}
.menu_sns_link {
  display: block;
}
.menu_sns_link img {
  display: block;
  width: 100%;
  height: auto;
}
.menu_copy {
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: var(--menu-copy-mt) 0 0;
  font-size: var(--menu-copy-size);
  line-height: 1.4;
  text-align: center;
  color: #fff;
}

body.is-menu-open {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
}
body.is-menu-open .header_mybuddy,
body.is-menu-open .header_mybuddy_blend {
  visibility: hidden;
  pointer-events: none;
}/*# sourceMappingURL=style.css.map */