@charset "UTF-8";
/* ==========================================================================
 Foundation
============================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;500;700&family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document
           ========================================================================== */
/**
         * 1. Correct the line height in all browsers.
         * 2. Prevent adjustments of font size after orientation changes in iOS.
         * 3. Remove gray overlay on links for iOS.
         */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections
           ========================================================================== */
/**
         * Remove the margin in all browsers.
         */
body {
  margin: 0;
}

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

/* Vertical rhythm
           ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
           ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
           ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
           ========================================================================== */
dt {
  font-weight: 400;
}

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: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

/**
         * 1. Correct the inheritance and scaling of font size in all browsers.
         * 2. Correct the odd `em` font sizing in all browsers.
         */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
         * Add the correct font size in all browsers.
         */
small {
  font-size: 80%;
}

/**
         * Prevent `sub` and `sup` elements from affecting the line height in
         * all browsers.
         */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
           ========================================================================== */
/**
         * Remove the border on images inside links in IE 10.
         */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
           ========================================================================== */
/**
         * Reset form fields to make them styleable
         * 1. Reset radio and checkbox to preserve their look in iOS.
         */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
         * Show the overflow in IE.
         * 1. Show the overflow in Edge.
         */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
         * Remove the inheritance of text transform in Edge, Firefox, and IE.
         * 1. Remove the inheritance of text transform in Firefox.
         */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
         * Correct the inability to style clickable types in iOS and Safari.
         */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

/**
         * Restore the focus styles unset by the previous rule.
         */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

/**
         * 1. Correct the text wrapping in Edge and IE.
         * 2. Correct the color inheritance from `fieldset` elements in IE.
         * 3. Remove the padding so developers are not caught out when they zero out
         *    `fieldset` elements in all browsers.
         */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
         * Remove the default vertical scrollbar in IE 10+.
         */
textarea {
  overflow: auto;
}

/**
         * 1. Remove the padding in IE 10.
         */
[type=checkbox],
[type=radio] {
  padding: 0;
  /* 1 */
}

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

/**
         * 1. Correct the outline style in Safari.
         */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

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

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

/**
         * Clickable labels
         */
label[for] {
  cursor: pointer;
}

/* Interactive
           ========================================================================== */
/*
         * Add the correct display in Edge, IE 10+, and Firefox.
         */
details {
  display: block;
}

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

/* Table
           ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc
           ========================================================================== */
/**
         * Add the correct display in IE 10+.
         */
template {
  display: none;
}

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

.p-story-stats__txt .--counter .--num, .p-mvv__ttl .--en, .p-company__contact-txt, .p-branding-item__en, .editor-styles-wrapper h2.toc-title,
.c-article-content h2.toc-title, .c-article-related__title::before, .c-ttl-section__ttl, .c-ttl-page::before, .c-ttl-page-sub::before, .l-footer-nav__list, .l-header__nav {
  font-family: "Oswald", sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(32px * 0.6, 100vw * 32 / 1920, 64px);
  line-height: 2.5;
  color: #000000;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.home {
  background-color: #000000;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: clamp(18px * 1, 100vw * 18 / 375, 23.4px);
    line-height: 2;
  }
}

a {
  color: #000000;
}

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

.wf-mont {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.wf-noto-serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.wf-lux {
  font-family: "luxus-brut", cursive;
  font-weight: 400;
  font-style: normal;
}

.wf-kurenai {
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.wf-roboto {
  font-family: "Roboto", sans-serif;
}

.has-lemon-background-color {
  background-color: #fcfca8;
}

.has-lemon-color {
  color: #fcfca8;
}

.l-main.--subpage {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(18px * 0.9, 100vw * 18 / 1920, 23.4px);
  line-height: 1.6;
}

/* ==========================================================================
 layout
============================================================================*/
.l-header__top {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  mix-blend-mode: difference;
  border-bottom: 1px solid #b6b6b6;
  transition: transform 0.8s;
}
.--hidden .l-header__top {
  transform: translateY(-105%);
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
@media screen and (max-width: 599px) {
  .l-header__inner {
    height: 60px;
  }
}
.l-header__logo {
  width: 162px;
}
@media screen and (max-width: 599px) {
  .l-header__logo {
    width: 122px;
  }
}
.l-header__nav {
  position: fixed;
  top: 70px;
  right: 0;
  z-index: 999;
  padding: 1em;
  background-color: #000000;
  letter-spacing: 0.1em;
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.3s;
}
@media screen and (max-width: 599px) {
  .l-header__nav {
    top: 60px;
  }
}
.l-header__nav a {
  color: #ffffff;
  text-transform: uppercase;
}
.is-ham-open .l-header__nav {
  clip-path: inset(0 0 0 0);
}

.l-footer {
  padding-bottom: 9.375em;
  background-color: #000000;
  min-height: 680px;
}
body.home .l-footer {
  background-color: transparent;
  min-height: unset;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 0.625em;
    min-height: clamp(450px * 0.666, 100vw * 450 / 375, 450px);
  }
}

.l-footer-closing {
  min-height: 100vh;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "fot-tsukumin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  gap: 2.8125em;
  mix-blend-mode: difference;
}
body.home .l-footer-closing {
  display: flex;
}
.l-footer-closing__img {
  width: 5.4375em;
}

.l-footer-bottom {
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  mix-blend-mode: lighten;
  transform: translate3d(0, 0, 0);
  z-index: 1;
}
body.home .l-footer-bottom {
  z-index: unset;
}
.l-footer-bottom__inner {
  position: relative;
}
.l-footer-bottom__logo {
  position: relative;
  z-index: 10;
  width: 85.9895833333%;
  margin: auto;
}
.l-footer-bottom__rect {
  background-color: #ffffff;
  padding-top: 12.28vw;
  clip-path: polygon(0 14.28vw, 100% 2vw, 100% 100%, 0 100%);
}
body.home .l-footer-bottom__rect {
  clip-path: polygon(0 114.28vw, 100% 100vw, 100% 100%, 0 100%);
}
.l-footer-bottom__copy {
  font-size: 0.40625em;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-2em);
  color: #000000;
}

.l-footer-nav {
  position: absolute;
  bottom: clamp(350px * 0.666, 100vw * 350 / 1920, 350px);
  right: 50%;
  transform: translateX(50%);
  width: 90%;
  max-width: 1440px;
  z-index: 10;
  font-size: clamp(18px * 0.9, 100vw * 18 / 1920, 23.4px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-footer-nav {
    bottom: clamp(120px * 0.666, 100vw * 120 / 375, 120px);
  }
}
.l-footer-nav__list {
  display: grid;
  gap: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 700;
}
.l-footer-nav__list a {
  color: #ffffff;
  text-decoration: none;
}
.l-footer-nav__list a:hover {
  opacity: 0.7;
}

.l-main {
  min-height: 100vh;
  position: relative;
  z-index: 2;
}
body.home .l-main {
  position: static;
  z-index: unset;
}
.l-main.--subpage {
  padding-top: 180px;
  padding-bottom: 420px;
}
@media screen and (max-width: 767px) {
  .l-main.--subpage {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}

.l-inner {
  margin: auto;
  max-width: 1440px;
  width: 90%;
}
.l-inner--subpage {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

/* ==========================================================================
 object
============================================================================*/
.c-btn-rect {
  font-size: clamp(18px * 0.9, 100vw * 18 / 1920, 23.4px);
  line-height: 1.6;
}
.c-btn-rect__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  font-size: 1.1111111111em;
  height: 3.5em;
  padding: 0 1em;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 13.7em;
  transition: background-color 0.2s ease, color 0.2s ease;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}
.c-btn-rect__link i {
  font-size: 0.8em;
}
.c-btn-rect__link:hover {
  background-color: #000000;
  color: #ffffff;
}

.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 {
  transform: translateY(15%);
  display: block;
}
@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: 23px;
  order: 1;
}
.c-ham__container {
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.c-ham__line {
  position: absolute;
  top: 11px;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  background-color: #ffffff;
  border-radius: 100vh;
  transition: transform 0.3s;
}
.c-ham__line:nth-of-type(1) {
  transform: translateY(-10px);
}
.is-ham-open .c-ham__line:nth-of-type(1) {
  transform: translateY(0px) rotate(25deg);
}
.c-ham__line:nth-of-type(2) {
  width: 25px;
  left: 2.5px;
  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(10px);
}
.is-ham-open .c-ham__line:nth-of-type(3) {
  transform: translateY(0px) rotate(-25deg);
}

.c-hideText {
  position: relative;
}
.c-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) {
  .c-hideText--sp {
    position: relative;
  }
  .c-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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.pagination {
  font-size: clamp(18px * 0.9, 100vw * 18 / 1920, 23.4px);
  margin: 8.8888888889em 0 0;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin: 4.4444444444em 0 0;
  }
}

.pagination-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  gap: 0.5rem;
}

.pagination-item {
  margin: 0;
}

.pagination-link {
  display: inline-block;
  padding: 0 0.5em;
  text-decoration: none;
  color: #000000;
}

.pagination-link.current {
  text-decoration: underline;
  font-weight: 700;
}

.pagination-ellipsis {
  display: inline-block;
  padding: 0.5rem;
}

.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);
}

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

.c-ttl-section {
  padding: 2.5em 0 1em;
  border-top: 1px solid #b6b6b6;
  border-bottom: 1px solid #b6b6b6;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-ttl-section {
    padding: 0.3125em 0 0.3125em;
  }
}
.c-ttl-section__ttl {
  font-size: 1.875em;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .c-ttl-section__ttl {
    margin-top: 0.3125em;
  }
}

.c-ttl-page {
  font-size: 0.7777777778em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4.8888888889em;
}
.c-ttl-page::before {
  content: attr(data-title-en);
  display: block;
  font-weight: 500;
  font-size: 4.2857142857em;
  text-transform: uppercase;
  line-height: 1.4833333333;
}

.c-ttl-page-sub {
  font-size: clamp(14px * 1, 100vw * 14 / 1920, 18.2px);
  font-weight: 700;
  margin-bottom: 3.4285714286em;
  display: flex;
  align-items: center;
  gap: 0 2.1428571429em;
  line-height: 1.5;
}
.c-ttl-page-sub.--tag {
  gap: 0;
  font-size: 1.1111111111em;
}
.c-ttl-page-sub::before {
  content: attr(data-title-en);
  font-size: 3.4285714286em;
  font-weight: 200;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-ttl-page-sub {
    font-size: clamp(12px * 1, 100vw * 12 / 375, 15.6px);
    margin-bottom: 1.5em;
    white-space: nowrap;
    flex-wrap: wrap;
  }
  .c-ttl-page-sub::before {
    font-size: 2em;
  }
}

.wp-block-backlight-table-of-contents {
  margin: 1.7777777778em 0;
  padding: 1.5em;
  background-color: #f8f8f8;
  border-radius: 4px;
}
.wp-block-backlight-table-of-contents .toc-title {
  margin: 0 0 0.8888888889em;
}
.wp-block-backlight-table-of-contents .toc-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wp-block-backlight-table-of-contents .toc-list .toc-item {
  margin: 0.5em 0;
}
.wp-block-backlight-table-of-contents .toc-list .toc-item a {
  color: #000000;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.wp-block-backlight-table-of-contents .toc-list .toc-item a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.wp-block-backlight-table-of-contents .toc-list .toc-item.toc-level-2 {
  font-weight: 500;
}
.wp-block-backlight-table-of-contents .toc-list .toc-item.toc-level-3 {
  padding-left: 1.2em;
  font-size: 0.95em;
}
.wp-block-backlight-table-of-contents .toc-list .toc-item.toc-level-4 {
  padding-left: 2.4em;
  font-size: 0.9em;
  color: #666;
}

.editor-styles-wrapper,
.c-article {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(18px * 0.9, 100vw * 18 / 1920, 23.4px);
  line-height: 1.6;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .editor-styles-wrapper,
  .c-article {
    font-size: clamp(15px * 1, 100vw * 15 / 375, 19.5px);
  }
}
.editor-styles-wrapper h1,
.c-article h1 {
  font-size: 1.7777777778em;
  font-weight: 700;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .editor-styles-wrapper h1,
  .c-article h1 {
    font-size: 1.6em;
  }
}

.editor-styles-wrapper > *,
.c-article-content > * {
  margin: 1.7777777778em 0;
}
.editor-styles-wrapper > *:first-child,
.c-article-content > *:first-child {
  margin-top: 0 !important;
}
.editor-styles-wrapper > *:last-child,
.c-article-content > *:last-child {
  margin-bottom: 0 !important;
}

.editor-styles-wrapper h2,
.c-article-content h2 {
  font-size: 1.5555555556em;
  font-weight: 700;
  margin-bottom: 1.1428571429em;
  margin-top: 5.1428571429em;
}
@media screen and (max-width: 767px) {
  .editor-styles-wrapper h2,
  .c-article-content h2 {
    margin-top: 3.4285714286em;
  }
}
.editor-styles-wrapper h2.toc-title,
.c-article-content h2.toc-title {
  font-size: 1.1111111111em;
  font-weight: 700;
  margin-bottom: 0.8em;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .editor-styles-wrapper h2.toc-title,
  .c-article-content h2.toc-title {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .editor-styles-wrapper h2,
  .c-article-content h2 {
    font-size: 1.3333333333em;
  }
}
.editor-styles-wrapper hr + h2,
.c-article-content hr + h2 {
  margin-top: 1.1428571429em;
}
.editor-styles-wrapper h3,
.c-article-content h3 {
  font-size: 1.1111111111em;
  font-weight: 700;
  margin-top: 2.4em;
  margin-bottom: 1.6em;
}
@media screen and (max-width: 767px) {
  .editor-styles-wrapper h3,
  .c-article-content h3 {
    font-size: 1.2em;
  }
}
.editor-styles-wrapper h4,
.c-article-content h4 {
  font-size: 1em;
  font-weight: 700;
  margin-top: 2.6666666667em;
  margin-bottom: 1.7777777778em;
}
@media screen and (max-width: 767px) {
  .editor-styles-wrapper h4,
  .c-article-content h4 {
    font-size: 1em;
  }
}
.editor-styles-wrapper hr,
.c-article-content hr {
  border: none;
  border-top: 2px solid #f0f0f0;
  margin: 3.1111111111em 0;
}
@media screen and (max-width: 767px) {
  .editor-styles-wrapper hr,
  .c-article-content hr {
    margin: 2.6666666667em 0;
  }
}
.editor-styles-wrapper p,
.c-article-content p {
  font-size: 1em;
  line-height: 1.6;
}
.editor-styles-wrapper ul,
.editor-styles-wrapper ol,
.c-article-content ul,
.c-article-content ol {
  padding-left: 2em;
}
.editor-styles-wrapper ul li,
.editor-styles-wrapper ol li,
.c-article-content ul li,
.c-article-content ol li {
  margin: 1.3333333333em 0;
}
.editor-styles-wrapper ul > li.--list-style-none,
.editor-styles-wrapper ol > li.--list-style-none,
.c-article-content ul > li.--list-style-none,
.c-article-content ol > li.--list-style-none {
  margin-left: -2em;
  list-style: none;
}
.editor-styles-wrapper ul ul,
.editor-styles-wrapper ul ol,
.editor-styles-wrapper ol ul,
.editor-styles-wrapper ol ol,
.c-article-content ul ul,
.c-article-content ul ol,
.c-article-content ol ul,
.c-article-content ol ol {
  padding-left: 1em;
}
.editor-styles-wrapper ul ul > li.--list-style-none,
.editor-styles-wrapper ul ol > li.--list-style-none,
.editor-styles-wrapper ol ul > li.--list-style-none,
.editor-styles-wrapper ol ol > li.--list-style-none,
.c-article-content ul ul > li.--list-style-none,
.c-article-content ul ol > li.--list-style-none,
.c-article-content ol ul > li.--list-style-none,
.c-article-content ol ol > li.--list-style-none {
  margin-left: -1em;
  list-style: none;
}
.editor-styles-wrapper ul,
.c-article-content ul {
  list-style: disc;
}
.editor-styles-wrapper ul ul,
.c-article-content ul ul {
  list-style: circle;
}
.editor-styles-wrapper ul ol,
.c-article-content ul ol {
  list-style: decimal;
}
.editor-styles-wrapper ol,
.c-article-content ol {
  list-style: decimal;
}
.editor-styles-wrapper ol ol,
.c-article-content ol ol {
  list-style: lower-alpha;
}
.editor-styles-wrapper ol ul,
.c-article-content ol ul {
  list-style: disc;
}
.editor-styles-wrapper blockquote,
.c-article-content blockquote {
  font-size: 1em;
  line-height: 1.6;
  background-color: #fafafa;
  padding: 1.3333333333em 2.2222222222em;
  margin: 1.7777777778em 0;
}
.editor-styles-wrapper blockquote > *:first-child,
.c-article-content blockquote > *:first-child {
  margin-top: 0;
}
.editor-styles-wrapper blockquote > *:last-child,
.c-article-content blockquote > *:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper a,
.c-article-content a {
  color: #000000;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.editor-styles-wrapper a:hover,
.c-article-content a:hover {
  opacity: 0.7;
}
.editor-styles-wrapper figure figcaption,
.c-article-content figure figcaption {
  font-size: clamp(14px * 1, 100vw * 14 / 1920, 18.2px);
  color: #666;
  margin-top: 0.7em;
  text-align: center;
}

.editor-styles-wrapper :where(.wp-block) {
  max-width: 920px;
}
.editor-styles-wrapper .wp-block-backlight-table-of-contents {
  margin: 1.7777777778em 0;
  padding: 1.5em;
  background-color: #f8f8f8;
  border-radius: 4px;
}
.editor-styles-wrapper .wp-block-backlight-table-of-contents .toc-title {
  margin: 0 0 0.8888888889em;
}
.editor-styles-wrapper .wp-block-backlight-table-of-contents .toc-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.editor-styles-wrapper .wp-block-backlight-table-of-contents .toc-list .toc-item {
  margin: 0.5em 0;
}
.editor-styles-wrapper .wp-block-backlight-table-of-contents .toc-list .toc-item a {
  color: #000000;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.editor-styles-wrapper .wp-block-backlight-table-of-contents .toc-list .toc-item a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.editor-styles-wrapper .wp-block-backlight-table-of-contents .toc-list .toc-item.toc-level-2 {
  font-weight: 500;
}
.editor-styles-wrapper .wp-block-backlight-table-of-contents .toc-list .toc-item.toc-level-3 {
  padding-left: 1.2em;
  font-size: 0.95em;
}
.editor-styles-wrapper .wp-block-backlight-table-of-contents .toc-list .toc-item.toc-level-4 {
  padding-left: 2.4em;
  font-size: 0.9em;
  color: #666;
}

.c-article-meta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1em;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .c-article-meta {
    grid-template-columns: 1fr;
    gap: 0.3em;
  }
}

.c-article-tags__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.75em;
  font-weight: 700;
  font-size: clamp(14px * 1, 100vw * 14 / 1920, 18.2px);
  line-height: 1.2;
}
.--archive .c-article-tags__list {
  font-size: clamp(12px * 1, 100vw * 12 / 1920, 15.6px);
  margin-top: 0.3333333333em;
}
.c-article-tag-list .c-article-tags__list {
  font-size: 0.8888888889em;
  line-height: 1.6;
}
.c-article-tags__list li a,
.c-article-tags__list li > span {
  color: #000000;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.c-article-tags__list li a:hover,
.c-article-tags__list li > span:hover {
  opacity: 0.7;
}
.c-article-tags__list li a::before,
.c-article-tags__list li > span::before {
  content: "#";
  margin-right: 0.1em;
}

.c-article-date {
  font-size: clamp(14px * 1, 100vw * 14 / 1920, 18.2px);
  font-weight: 700;
  color: #838383;
  text-align: right;
}
body.home .c-article-date {
  color: #ffffff;
}
.c-article-date.--archive {
  font-size: clamp(12px * 1, 100vw * 12 / 1920, 15.6px);
  text-align: left;
  margin-top: 0.6666666667em;
}

.c-article-eyecatch {
  margin-bottom: 3.5555555556em;
}

.c-article-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5em;
  font-size: 1.1111111111em;
  font-weight: 700;
  margin-top: 11em;
}
.c-article-nav__prev a, .c-article-nav__next a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  background-color: #000000;
  color: #ffffff;
  height: 3.5em;
}
.c-article-nav__prev a i, .c-article-nav__next a i {
  font-size: 0.8em;
}
.c-article-nav__prev a:hover, .c-article-nav__next a:hover {
  opacity: 0.7;
}
.c-article-nav__prev a[disabled], .c-article-nav__next a[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.c-article-nav__archive a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  height: 3.5em;
}
.c-article-nav__archive a i {
  font-size: 0.8em;
}
.c-article-nav__archive a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .c-article-nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5em;
    margin-top: 3em;
  }
  .c-article-nav__prev {
    order: 2;
  }
  .c-article-nav__next {
    order: 3;
  }
  .c-article-nav__archive {
    order: 1;
    grid-column: 1/3;
    border: 1px solid #000000;
  }
}

.c-article-related {
  margin-top: 12.2222222222em;
}
@media screen and (max-width: 767px) {
  .c-article-related {
    margin-top: 5.5555555556em;
  }
}
.c-article-related__title {
  font-size: clamp(14px * 1, 100vw * 14 / 1920, 18.2px);
  font-weight: 700;
  margin-bottom: 3.4285714286em;
  display: flex;
  align-items: center;
  gap: 0 2.1428571429em;
  line-height: 1.5;
}
.c-article-related__title::before {
  content: attr(data-title-en);
  font-size: 3.4285714286em;
  font-weight: 200;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-article-related__title {
    font-size: clamp(12px * 1, 100vw * 12 / 375, 15.6px);
    margin-bottom: 1.5em;
    white-space: nowrap;
    flex-wrap: wrap;
  }
  .c-article-related__title::before {
    font-size: 2em;
  }
}

.c-article-list {
  font-size: clamp(18px * 0.9, 100vw * 18 / 1920, 23.4px);
  line-height: 1.6;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.1111111111em 1.5555555556em;
}
@media screen and (max-width: 767px) {
  .c-article-list {
    grid-template-columns: 1fr;
  }
}
body.home .c-article-list {
  margin-top: 5.5555555556em;
  margin-bottom: 6.7777777778em;
}
@media screen and (max-width: 767px) {
  body.home .c-article-list {
    margin-top: 2.7777777778em;
    margin-bottom: 3.3333333333em;
  }
}

body.home .c-article-card {
  color: #ffffff;
}
.c-article-card a {
  display: block;
}
body.home .c-article-card a {
  color: #ffffff;
}
.c-article-card a:hover {
  opacity: 0.7;
}
.c-article-card__title {
  font-size: 1em;
  font-weight: 700;
  margin-top: 0.4444444444em;
  margin-bottom: 0;
}

.c-article-latest {
  font-size: clamp(22px * 0.9, 100vw * 22 / 1920, 28.6px);
  max-width: 33.7272727273em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.9545454545em;
}
@media screen and (max-width: 767px) {
  .c-article-latest {
    margin-bottom: 1.6666666667em;
  }
}

.c-article-tag-list {
  background-color: #fafafa;
  padding: 1.1875em 0.9375em;
  max-width: 1280px;
  margin: 0 auto 3.5555555556em;
}
.c-article-tag-list__header {
  display: flex;
  align-items: center;
  margin-bottom: 1.2222222222em;
  gap: 1.5em;
}
.c-article-tag-list__title {
  font-weight: 700;
  display: list-item;
  list-style: disc;
  margin-left: 1.5em;
}
.c-article-tag-list__reset {
  font-size: 0.7777777778em;
  font-weight: 700;
  padding: 0.5em 1em;
  border: 1px solid #000000;
  border-radius: 100px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.c-article-tag-list__reset:hover {
  background-color: #000000;
  color: #ffffff;
}
.c-article-tag-list__items {
  padding-left: 0.5em;
}
.c-article-tag-list__link.--current {
  color: #000000;
  text-decoration: underline;
}

.p-approach {
  padding-top: 3.75em;
}
@media screen and (max-width: 767px) {
  .p-approach {
    padding-bottom: 8em;
  }
}
.p-approach__container {
  margin-top: 3.125em;
}
.p-approach__nav {
  max-width: 58.8235294118%;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 1.75em auto 0;
}
@media screen and (min-width: 1280px) {
  .p-approach__nav {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-approach__nav {
    max-width: 16.25em;
  }
}
.p-approach__nav-btn {
  width: 1.65625em;
}
@media screen and (max-width: 767px) {
  .p-approach__nav-btn {
    width: 1.375em;
  }
}

.p-bl-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  transition: opacity 1s ease;
  pointer-events: none;
}
.p-bl-canvas.is-active {
  opacity: 1;
}
[data-phase="3"] .p-bl-canvas.is-active {
  opacity: 0.9;
}

.test-btns {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 1;
  display: flex;
  gap: 10px;
}
.test-btns button {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px 20px;
  cursor: pointer;
}

.p-branding {
  overflow: hidden;
}

.p-branding-item {
  padding: 10em 0.625em 0;
}
@media screen and (max-width: 767px) {
  .p-branding-item {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-branding-item__en {
  font-size: 6.25em;
  line-height: 1;
  color: #444444;
  font-weight: 600;
  mix-blend-mode: difference;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-branding-item__en {
    font-size: clamp(60px * 1, 100vw * 60 / 375, 78px);
    white-space: nowrap;
  }
}
.--right .p-branding-item__en {
  text-align: left;
}
.--left .p-branding-item__en {
  text-align: right;
}
.--center .p-branding-item__en {
  text-align: center;
}
.p-branding-item__container {
  position: relative;
  max-width: 77.4305555556%;
  margin-top: -2.0625em;
}
@media screen and (max-width: 767px) {
  .p-branding-item__container {
    max-width: unset;
  }
}
.--right .p-branding-item__container {
  margin-left: auto;
}
.--left .p-branding-item__container {
  margin-right: auto;
}
.--center .p-branding-item__container {
  margin-left: auto;
  margin-right: auto;
}
.p-branding-item__ttl {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.45;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-branding-item__ttl {
    font-size: clamp(30px * 1, 100vw * 30 / 375, 39px);
  }
}
.--center .p-branding-item__ttl {
  text-align: center;
  margin: 0 -10em;
}
.p-branding-item__txt {
  margin-top: 2.1875em;
  text-shadow: 0 0 4px #000000;
}
.p-branding-item__movie {
  margin: 8.75em 0;
  pointer-events: none;
  border: 1px solid #ffffff;
}
.p-branding-item__movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.p-company {
  padding: 8.75em 0 13.75em;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding: 4em 0 8em;
  }
}
.p-company__inner {
  max-width: 1120px;
  margin: 3.125em auto 0;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .p-company__inner {
    padding: 0 1.25em;
  }
}
.p-company__contact a {
  display: grid;
  max-width: 770px;
  width: 80%;
  margin: 4.6875em auto 0;
  height: 3.125em;
  position: relative;
  place-items: center;
}
.p-company__contact-txt {
  color: #000000;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 10;
}
.p-company__contact-rect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transform: rotate(-7deg);
  clip-path: inset(0 90% 0 10%);
  transition: clip-path 0.3s;
}
.--is-shown .p-company__contact-rect {
  clip-path: inset(0 5% 0 5%);
}
.--is-shown:hover .p-company__contact-rect {
  clip-path: inset(0 0% 0 0%) !important;
}

.p-company-list {
  font-size: clamp(18px, 1.6666666667vw, 24px);
  line-height: 1.8;
  font-weight: 500;
  border-top: 1px solid #b6b6b6;
  position: relative;
}
.p-company-list a {
  color: #ffffff;
}
.p-company-list__item {
  display: grid;
  grid-template-columns: 8.90625em 1fr;
  border-bottom: 1px solid #b6b6b6;
  padding: 0.75em 0;
}
@media screen and (max-width: 767px) {
  .p-company-list__item {
    grid-template-columns: 1fr;
    gap: 0.5em;
  }
}
.p-company-list__ttl {
  font-weight: 500;
}
.p-company-list__ttl .--txt.--short {
  letter-spacing: 1em;
}
.p-company-list__ul {
  display: flex;
  flex-wrap: wrap;
}
.p-company-list__li:not(:last-child)::after {
  content: "/";
}

.p-msg {
  height: 200vh;
  position: relative;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-msg {
    font-size: 0.95em;
  }
}
.p-msg__inner {
  height: 100vh;
  position: sticky;
  top: 0;
}
.p-msg__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.p-msg__container.--second {
  opacity: 0;
}
.p-msg__txt {
  font-family: "fot-tsukumin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.p-msg__txt span {
  display: inline-block;
}
.--second .p-msg__txt > span {
  opacity: 0;
}
.--second .p-msg__txt > span:last-child::before, .--second .p-msg__txt > span:last-child::after {
  content: "—";
}

.p-mv {
  position: relative;
  z-index: 10;
}
.p-mv video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-mvv-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: grid;
  place-content: center;
  overflow: hidden;
  pointer-events: none;
}
.p-mvv-bg__rect .--rect {
  display: block;
  width: 200vw;
  height: 16.875em;
  background-color: #ffffff;
  transform: rotate(-7deg);
  clip-path: inset(0 100% 0 0%);
}

.p-mvv {
  text-align: center;
}
.p-mvv__items {
  position: relative;
  margin-top: 16.875em;
  display: grid;
  gap: 7.5em 0;
  color: #000000;
}
.p-mvv__ttl {
  font-weight: 700;
}
.p-mvv__ttl > span {
  display: block;
}
.p-mvv__ttl .--en {
  letter-spacing: 0.05em;
  font-size: 2.5em;
  line-height: 1.4;
  text-transform: uppercase;
}
.p-mvv__ttl .--ja {
  font-size: 1em;
}
.p-mvv__txt {
  font-size: 1.875em;
  line-height: 1.5333333333;
}
@media screen and (max-width: 767px) {
  .p-mvv__txt {
    font-size: 1.5625em;
    line-height: 1.4666666667;
  }
  .p-mvv__txt + .p-mvv__txt {
    margin-top: 0.2em;
  }
}
.p-mvv__txt .--bold {
  font-weight: 700;
}
.p-mvv__txt .--small {
  font-size: 0.5625em;
  line-height: 1.5714285714;
}
@media screen and (max-width: 767px) {
  .p-mvv__txt .--small {
    font-size: 0.5625em;
    line-height: 1.6;
  }
}
.p-mvv__txt .--normal {
  font-size: 0.5333333333em;
  line-height: 2;
  display: block;
}
.p-mvv__txt:not(:last-child) .--normal {
  margin-bottom: 2em;
}

.p-story {
  background-color: #ffffff;
  color: #000000;
  padding-bottom: 13.75em;
}
@media screen and (max-width: 767px) {
  .p-story {
    padding-bottom: 8.0625em;
  }
}
.p-story::before {
  content: "";
  display: block;
  width: 100%;
  height: 18.75em;
  background-color: #000000;
}
.p-story__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .p-story__inner {
    padding: 0 1.25em;
  }
}

.p-story-stats {
  padding-top: 0.3125em;
  padding-bottom: 0.625em;
  border-bottom: 1px solid #444444;
}
.p-story-stats__txt {
  text-align: center;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-story-stats__txt {
    font-size: 1.40625em;
  }
}
.p-story-stats__txt .--counter {
  padding-left: 0.2em;
}
.p-story-stats__txt .--unit {
  padding: 0 0.2em;
}

.p-story-items {
  padding: 6.25em 0 0;
  display: grid;
  gap: 7.5em 0;
}
@media screen and (max-width: 767px) {
  .p-story-items {
    padding: 4em 0 0;
    gap: 3.125em 0;
  }
}
.p-story-items__item {
  max-width: 1120px;
  width: 75vw;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-story-items__item {
    width: 100%;
  }
}
.p-story-items__item:nth-child(odd) {
  margin-right: auto;
}
.p-story-items__item:nth-child(even) {
  margin-left: auto;
}
.p-story-items__ttl {
  font-weight: 700;
  line-height: 1.45;
}
.p-story-items__ttl > span {
  display: block;
}
.p-story-items__ttl .--large {
  font-size: 1.875em;
}
@media screen and (max-width: 767px) {
  .p-story-items__ttl .--large {
    font-size: 1.25em;
  }
}
.p-story-items__ttl .--small {
  font-size: 1.25em;
}
@media screen and (max-width: 767px) {
  .p-story-items__ttl .--small {
    font-size: 1.125em;
  }
}
.p-story-items__main {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .p-story-items__main {
    margin-top: 1.5em;
  }
}
.p-story-items__info {
  display: grid;
  grid-template-columns: 15.625em 1fr;
  gap: 2em;
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 999px) {
  .p-story-items__info {
    grid-template-columns: 1fr;
    gap: 1.5em;
    font-size: clamp(14px, 4.2666666667vw, 24px);
  }
}
.p-story-items__info a {
  text-decoration: underline;
  word-break: break-all;
}
.p-story-items__url {
  word-break: break-all;
  line-height: 1.5;
  margin-top: 0.5em;
  font-size: 0.9em;
  display: flex;
}
.p-story-items__url span {
  flex-shrink: 0;
  white-space: nowrap;
}
.p-story-items__cats {
  border-right: 1px solid #000000;
}
@media screen and (max-width: 999px) {
  .p-story-items__cats {
    border-right: none;
    border-bottom: 1px solid #000000;
    padding-bottom: 1.5em;
  }
}
.p-story-items__img {
  margin-top: 1.75em;
}
.p-story-items__img img,
.p-story-items__img video,
.p-story-items__img iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.p-story-items__etc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  line-height: 1;
  gap: 2em 1em;
}
@media screen and (max-width: 767px) {
  .p-story-items__etc {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-story-items__etc li {
  opacity: 0;
  filter: blur(5px);
}
.p-story-items__etc li strong {
  display: block;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-story-items__etc li strong {
    font-size: 1em;
  }
}
.p-story-items__etc li span {
  display: block;
  margin-top: 0.4em;
  font-size: 0.7em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-story-items__etc li span {
    font-size: 0.7em;
  }
}
.p-story-items__etc li.--long {
  grid-column: 1/span 2;
  text-align: right;
  font-size: 1.2em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-story-items__etc li.--long {
    grid-column: 1/span 1;
  }
}

.p-top-column {
  padding: 8.75em 0 0;
}
@media screen and (max-width: 767px) {
  .p-top-column {
    padding: 4em 0 0;
  }
}

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

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

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

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

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

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

.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;
}
/*# sourceMappingURL=maps/style.css.map */
