@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1rem;
  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] {
  text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

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

caption {
  text-align: left;
}

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

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

html {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: var(--color-text);
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
@media (768px < width) {
  body {
    margin-inline: auto;
  }
}
button,
a {
  color: inherit;
  transition: opacity 0.3s ease;
}
@media (768px < width) {
  button:hover,
  a:hover {
    opacity: 0.78;
  }
}

button,
[role=tab],
[role=button],
[role=banner] {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

[v-cloak] {
  opacity: 0;
  pointer-events: none;
}

em {
  font-style: normal;
}

:root {
  --noto-sans-jp: "Noto Sans JP", sans-serif;
  --Helvetica-Neue: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --Hiragino-Sans: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo,
    "MS PGothic", sans-serif;
}

.l-header {
  width: 100%;
  background: #fff;
}
@media (768px < width) {
  .l-header {
    height: 98px;
    padding: 40px;
  }
}
@media (width <= 768px) {
  .l-header {
    height: 60px;
    padding: 21px 24px;
  }
}
.l-header img {
  width: 108px;
  height: 18px;
}

@media (768px < width) {
  .l-footer {
    padding: 42px 0 239px;
  }
}
@media (width <= 768px) {
  .l-footer {
    padding: 42px 0 44px;
  }
}

@media (768px < width) {
  .l-footer__box--1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 43px;
    gap: 50px;
  }
}
@media (width <= 768px) {
  .l-footer__box--1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 32px;
  }
}

.l-footer__list--nav {
  display: flex;
  flex-wrap: wrap;
}
@media (768px < width) {
  .l-footer__list--nav {
    gap: 32px;
  }
}
@media (width <= 768px) {
  .l-footer__list--nav {
    gap: 6px 16px;
  }
}

@media (width <= 768px) {
  .l-footer__item--nav:nth-last-of-type(-n+3) {
    margin-right: auto;
    flex: 0 0 100%;
  }
}

.l-footer__link--nav {
  color: #000;
  font-family: var(--Helvetica-Neue);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (768px < width) {
  .l-footer__link--nav {
    font-size: 16px;
  }
}
@media (width <= 768px) {
  .l-footer__link--nav {
    font-size: 14px;
  }
}

.l-footer__sns {
  display: flex;
  align-items: center;
}
@media (768px < width) {
  .l-footer__sns {
    gap: 44px;
  }
}
@media (width <= 768px) {
  .l-footer__sns {
    gap: 15px;
  }
}

@media (768px < width) {
  .l-footer__box--2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 70px;
    gap: 40px;
  }
}
@media (width <= 768px) {
  .l-footer__box--2 {
    margin-bottom: 39px;
  }
}

.l-footer__list {
  display: flex;
  flex-direction: column;
}
@media (768px < width) {
  .l-footer__list {
    width: 50%;
    gap: 10px;
  }
}
.l-footer__link {
  color: #000;
  font-family: var(--Hiragino-Sans);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%; /* 24px */
  display: flex;
  align-items: center;
}
@media (768px < width) {
  .l-footer__link {
    white-space: nowrap;
  }
}
@media (768px < width) {
  .l-footer__link .--icon {
    width: 10px;
    height: 10px;
  }
}
@media (width <= 768px) {
  .l-footer__link .--icon {
    width: 7px;
    height: 7px;
  }
}

.l-footer__box--3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.l-footer__logo img {
  width: 108px;
  height: 18px;
  aspect-ratio: 108/18;
}

.l-footer__copyright {
  color: #000;
  font-family: var(--Helvetica-Neue);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (768px < width) {
  .l-container {
    width: 1000px;
    margin-inline: auto;
    max-width: calc(100vw - 160px);
  }
}
@media (width <= 768px) {
  .l-container {
    padding: 0 24px;
  }
}

.l-nav {
  position: fixed;
  z-index: 10;
  left: 0;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
@media (768px < width) {
  .l-nav {
    padding: 0 45px;
    bottom: 81px;
  }
}
@media (width <= 768px) {
  .l-nav {
    padding: 0 23px;
    bottom: 23px;
  }
}

.l-nav__button {
  position: absolute;
  right: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  pointer-events: auto;
}
@media (768px < width) {
  .l-nav__button {
    top: 0;
    width: 84px;
    height: 84px;
  }
}
@media (width <= 768px) {
  .l-nav__button {
    bottom: 0;
    width: 60px;
    height: 60px;
  }
}
.l-nav__button p {
  width: 33px;
  height: 1px;
  background-color: #fff;
}

.l-nav__container {
  position: relative;
  width: 100%;
  max-width: 1325px;
  width: 100%;
}
@media (768px < width) {
  .l-nav__container {
    height: 84px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (width <= 768px) {
  .l-nav__container {
    height: fit-content;
    display: flex;
    align-items: flex-end;
  }
}

.l-nav__bar {
  width: 84px;
  height: 84px;
  border-radius: 14px;
  background: #ff385d;
  position: absolute;
  right: 0;
}
@media (768px < width) {
  .l-nav__bar {
    top: 0;
  }
}
@media (width <= 768px) {
  .l-nav__bar {
    bottom: 0;
  }
}

@media (768px < width) and (hover: hover) {
  .l-nav__button + .l-nav__bar {
    scale: 0.7142857143;
    rotate: -45deg;
    background: #000;
    transition: 0.3s ease;
  }
  .l-nav__button[aria-expanded=true] + .l-nav__bar, .l-nav__button:hover + .l-nav__bar {
    width: 84px;
    height: 84px;
    rotate: 0deg;
    background: #ff385d;
    scale: 1;
  }
}
@media (width <= 768px) {
  .l-nav__button + .l-nav__bar {
    rotate: 45deg;
    background: #000;
    width: 60px;
    height: 60px;
  }
}

.l-nav__list {
  position: relative;
  z-index: 2;
  padding-left: 32px;
  color: #fff;
  font-family: var(--Helvetica-Neue);
  font-weight: 500;
  line-height: 160%;
  opacity: 0;
}
@media (768px < width) {
  .l-nav__list {
    display: flex;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.7px;
    gap: 32px;
  }
}
@media (width <= 768px) {
  .l-nav__list {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    letter-spacing: 0.8px;
    padding: 32px 60px 66px 32px;
    gap: 16px 32px;
  }
}
@media (width <= 768px) {
  .l-nav__list .--home {
    width: 100%;
  }
}

.c-section-title {
  color: #000;
  font-family: var(--Helvetica-Neue);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  width: fit-content;
}
@media (768px < width) {
  .c-section-title {
    font-size: 40px;
  }
}
@media (width <= 768px) {
  .c-section-title {
    font-size: 24px;
  }
}
.c-section-title:after {
  content: "";
  display: block;
  transform: rotate(-45deg);
  background: #d9d9d9;
  position: absolute;
  top: 0;
}
@media (768px < width) {
  .c-section-title:after {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    right: -30px;
  }
}
@media (width <= 768px) {
  .c-section-title:after {
    width: 12px;
    height: 12px;
    border-radius: 2px;
    right: -17px;
  }
}
.c-section-title.--white {
  color: #fff;
}

.c-section-title__small {
  color: #000;
  font-family: var(--Helvetica-Neue);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  width: fit-content;
}
@media (768px < width) {
  .c-section-title__small {
    font-size: 36px;
  }
}
@media (width <= 768px) {
  .c-section-title__small {
    font-size: 24px;
  }
}
.c-section-title__small:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  transform: rotate(-45deg);
  border-radius: 3px;
  background: #d9d9d9;
  position: absolute;
  top: 0;
  right: -22px;
}

.c-button {
  display: flex;
  width: fit-content;
  padding: 6px 14px 7px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 28px;
  border: 1px solid #000;
  position: relative;
  color: #000;
  font-family: var(--Hiragino-Sans);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  height: 31px;
}
.c-button.--arrow:after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-image: url(../images/icons/arrow-right-up.svg);
}
.c-button.--arrow-down {
  height: 34px;
  padding: 6px 10px 7px 14px;
  gap: 2px;
  font-size: 14px;
}
.c-button.--arrow-down:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/arrow-down.svg);
}

@media (768px < width) {
  .c-page-title {
    padding: 60px 0 100px;
  }
}
@media (width <= 768px) {
  .c-page-title {
    padding: 40px 0 60px;
  }
}
.c-page-title .--en {
  color: #000;
  font-family: var(--Helvetica-Neue);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  width: fit-content;
}
@media (768px < width) {
  .c-page-title .--en {
    font-size: 40px;
  }
}
@media (width <= 768px) {
  .c-page-title .--en {
    font-size: 24px;
  }
}
.c-page-title .--en:after {
  content: "";
  display: block;
  transform: rotate(-45deg);
  border-radius: 4px;
  background: #d9d9d9;
  position: absolute;
  top: 0;
}
@media (768px < width) {
  .c-page-title .--en:after {
    width: 20px;
    height: 20px;
    right: -30px;
  }
}
@media (width <= 768px) {
  .c-page-title .--en:after {
    width: 16px;
    height: 16px;
    right: -21px;
  }
}
.c-page-title .--ja {
  color: #000;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (768px < width) {
  .c-page-title .--ja {
    font-size: 20px;
  }
}
@media (width <= 768px) {
  .c-page-title .--ja {
    font-size: 16px;
  }
}

@media (768px < width) {
  .c-foot-contact {
    margin-bottom: 87px;
  }
}
@media (width <= 768px) {
  .c-foot-contact {
    margin-bottom: 60px;
  }
}

.c-foot-contact__text {
  color: #000;
  text-align: center;
  font-family: var(--Hiragino-Sans);
  font-style: normal;
  font-weight: 600;
  margin-bottom: 32px;
}
@media (768px < width) {
  .c-foot-contact__text {
    font-size: 25px;
    line-height: 180%;
  }
}
@media (width <= 768px) {
  .c-foot-contact__text {
    font-size: 18px;
    line-height: 150%;
  }
}

.c-foot-contact__button {
  margin-inline: auto;
}

.c-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 12px;
}

.c-breadcrumbs__item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.c-breadcrumbs__item:not(:last-child)::after {
  content: "";
  width: 8.5px;
  height: 13px;
  background: url("../images/icons/chevron-right-gray.svg") no-repeat;
  background-size: contain;
}

.c-breadcrumbs__link {
  width: 100%;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 25.2px */
  letter-spacing: 0.7px;
}

.c-card {
  display: flex;
  flex-direction: column;
}
@media (768px < width) {
  .c-card {
    gap: 16px;
  }
}
@media (width <= 768px) {
  .c-card {
    gap: 10px;
    width: 100%;
  }
}

.c-card__figure {
  height: auto;
}
@media (768px < width) {
  .c-card__figure {
    width: 100%;
    aspect-ratio: 1/1;
  }
}
@media (width <= 768px) {
  .c-card__figure {
    width: 100%;
  }
}
.c-card__figure img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.c-card__tags {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #ff385d;
  font-family: var(--Helvetica-Neue);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 18px */
  letter-spacing: 0.6px;
}
@media (768px < width) {
  .c-card__tags {
    margin-bottom: 16px;
  }
}
.c-card__tags span::before {
  content: "#";
}

.c-card__title {
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 32px */
  letter-spacing: 1px;
}
@media (768px < width) {
  .c-card__title {
    margin-bottom: 16px;
    font-size: 20px;
  }
}
@media (width <= 768px) {
  .c-card__title {
    font-size: 14px;
  }
}

.c-card__date {
  font-style: normal;
  line-height: 180%; /* 28.8px */
}
@media (768px < width) {
  .c-card__date {
    font-family: var(--noto-sans-jp);
    font-size: 16px;
    letter-spacing: 0.8px;
    font-weight: 400;
  }
}
@media (width <= 768px) {
  .c-card__date {
    font-family: var(--Helvetica-Neue);
    font-size: 12px;
    letter-spacing: 0.6px;
    font-weight: 300;
  }
}

.c-pager {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (768px < width) {
  .c-pager {
    gap: 54px;
  }
}
@media (width <= 768px) {
  .c-pager {
    gap: 18px;
  }
}

@media (768px < width) {
  .c-pager__button {
    width: 60px;
    height: 24px;
  }
}
@media (width <= 768px) {
  .c-pager__button {
    width: 40px;
    height: 17px;
  }
}
.c-pager__button img {
  width: 100%;
  height: 100%;
}
.c-pager__button.is-disabled {
  opacity: 0;
  pointer-events: none;
}

.c-pager__page {
  display: flex;
  align-items: center;
  color: #000;
  font-family: var(--Helvetica-Neue);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (768px < width) {
  .c-pager__page {
    font-size: 20px;
  }
}
@media (width <= 768px) {
  .c-pager__page {
    font-size: 14px;
  }
}

@media (768px < width) {
  .home-products {
    padding-top: 120px;
  }
}
@media (width <= 768px) {
  .home-products {
    padding-top: 80px;
  }
}

.home-products__list {
  counter-reset: item;
}
@media (width <= 768px) {
  .home-products__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 32px;
  }
}

.home-products__item {
  border-bottom: 1px solid #000;
  counter-increment: item;
}
@media (768px < width) {
  .home-products__item {
    padding: 80px 0 64px;
    display: grid;
    grid-template-columns: max(32.3%, 250px) auto;
  }
}
@media (width <= 768px) {
  .home-products__item {
    padding-bottom: 40px;
  }
}
.home-products__item:last-child {
  border-bottom: none;
}

.home-products__figure {
  display: flex;
  align-items: flex-start;
}
@media (width <= 768px) {
  .home-products__figure {
    margin-bottom: 32px;
  }
}
.home-products__figure:before {
  content: counter(item, decimal);
  color: #2c2c2c;
  font-family: var(--Helvetica-Neue);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px; /* 81.25% */
}
@media (768px < width) {
  .home-products__figure:before {
    margin-right: 14px;
  }
}
@media (width <= 768px) {
  .home-products__figure:before {
    margin-right: 20px;
  }
}
.home-products__figure:nth-of-type(-n + 9)::before {
  content: "0" counter(item, decimal);
}

.home-products__logo.--vivivit {
  aspect-ratio: 164/27;
}
@media (768px < width) {
  .home-products__logo.--vivivit {
    width: 164px;
    height: 27px;
  }
}
@media (width <= 768px) {
  .home-products__logo.--vivivit {
    width: 130px;
  }
}
.home-products__logo.--boost-by-vivivit {
  aspect-ratio: 164/70;
}
@media (768px < width) {
  .home-products__logo.--boost-by-vivivit {
    width: 164px;
    height: 70px;
  }
}
@media (width <= 768px) {
  .home-products__logo.--boost-by-vivivit {
    width: 130px;
  }
}
.home-products__logo.--d-tokyo {
  aspect-ratio: 164/33;
  width: 164px;
  height: 33px;
}
.home-products__logo.--hataraku-vivivit {
  aspect-ratio: 197/36;
  width: 197px;
  height: 36px;
}

.home-products__title {
  font-family: var(--Hiragino-Sans);
  font-weight: 600;
  line-height: 21px; /* 75% */
  line-height: 1.2;
  margin-bottom: 24px;
}
@media (768px < width) {
  .home-products__title {
    color: #000;
    font-size: 28px;
  }
}
@media (width <= 768px) {
  .home-products__title {
    color: #2c2c2c;
    font-size: 18px;
    font-style: normal;
    letter-spacing: 0.9px;
  }
}

.home-products__text {
  color: #000;
  font-family: var(--Hiragino-Sans);
  font-style: normal;
  font-weight: 300;
  margin-bottom: 16px;
}
@media (768px < width) {
  .home-products__text {
    font-size: 12px;
    line-height: 190%; /* 22.8px */
  }
}
@media (width <= 768px) {
  .home-products__text {
    font-size: 14px;
    line-height: 160%; /* 22.4px */
  }
}

.home-products__meta {
  color: #000;
  font-family: var(--Helvetica-Neue);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 32px;
}

.products__list {
  counter-reset: item;
  display: flex;
  flex-direction: column;
}
@media (768px < width) {
  .products__list {
    gap: 80px;
    margin-bottom: 100px;
  }
}
@media (width <= 768px) {
  .products__list {
    gap: 32px;
    margin-bottom: 60px;
  }
}

.products__item {
  counter-increment: item;
  border-bottom: 1px solid #000;
}
@media (768px < width) {
  .products__item {
    padding-bottom: 80px;
    display: grid;
    align-items: start;
  }
}
@media (width <= 768px) {
  .products__item {
    padding-bottom: 40px;
  }
}
@media (width <= 768px) {
  .products__item:last-child {
    border-bottom: none;
  }
}
@media (768px < width) {
  .products__item.--vivivit {
    grid-template-columns: minmax(252px, 488px) minmax(200px, 419px);
    gap: 0 67px;
    padding-right: 27px;
  }
}
@media (768px < width) {
  .products__item.--boost {
    grid-template-columns: minmax(180px, 488px) minmax(200px, 417px);
    gap: 0 70px;
    padding-right: 26px;
  }
}
@media (768px < width) {
  .products__item.--d-tokyo {
    grid-template-columns: minmax(240px, 488px) minmax(200px, 466px);
    gap: 0 46px;
  }
}
@media (768px < width) {
  .products__item.--hataraku-vivivit {
    grid-template-columns: minmax(343px, 488px) minmax(200px, 416px);
    gap: 0 70px;
    padding-right: 25px;
  }
}
@media (768px < width) {
  .products__item .c-button {
    grid-area: 5/1;
  }
}
@media (width <= 768px) {
  .products__item .c-button {
    margin-bottom: 32px;
  }
}

.products__figure--title {
  position: relative;
  height: auto;
  margin-bottom: 32px;
}
@media (768px < width) {
  .products__figure--title {
    grid-area: 1/1;
  }
}
@media (width <= 768px) {
  .products__figure--title {
    padding-left: 41px;
  }
}
.products__figure--title::before {
  content: counter(item, decimal);
  position: absolute;
  top: 0;
  font-family: var(--Helvetica-Neue);
  font-style: normal;
  font-weight: 700;
}
@media (768px < width) {
  .products__figure--title::before {
    left: -50px;
    color: #000;
    font-size: 24px;
    line-height: 24px; /* 100% */
  }
}
@media (width <= 768px) {
  .products__figure--title::before {
    left: 0;
    font-size: 18px;
    line-height: 85%;
  }
}
.products__figure--title:nth-of-type(-n + 9)::before {
  content: "0" counter(item, decimal);
}
@media (768px < width) {
  .products__figure--title:has(.--vivivit) {
    width: 253px;
  }
}
@media (width <= 768px) {
  .products__figure--title:has(.--vivivit) {
    width: 130px;
  }
}
@media (768px < width) {
  .products__figure--title:has(.--boost) {
    width: 179px;
  }
}
@media (width <= 768px) {
  .products__figure--title:has(.--boost) {
    width: 130px;
  }
}
@media (768px < width) {
  .products__figure--title:has(.--d-tokyo) {
    width: 239px;
  }
}
@media (width <= 768px) {
  .products__figure--title:has(.--d-tokyo) {
    width: 164px;
  }
}
@media (768px < width) {
  .products__figure--title:has(.--hataraku-vivivit) {
    width: 343px;
  }
}
@media (width <= 768px) {
  .products__figure--title:has(.--hataraku-vivivit) {
    width: 198px;
  }
}
.products__figure--title img {
  width: 100%;
  height: 100%;
}

.products__title {
  color: #000;
  font-family: var(--Hiragino-Sans);
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 24px;
}
@media (768px < width) {
  .products__title {
    grid-area: 2/1;
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}
@media (width <= 768px) {
  .products__title {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}

.products__text {
  color: #000;
  font-family: var(--Hiragino-Sans);
  font-style: normal;
  font-weight: 300;
  margin-bottom: 16px;
}
@media (768px < width) {
  .products__text {
    grid-area: 3/1;
    font-size: 12px;
    line-height: 190%;
  }
}
@media (width <= 768px) {
  .products__text {
    font-size: 14px;
    line-height: 160%;
  }
}

.products__category {
  color: #000;
  font-family: var(--Helvetica-Neue);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (768px < width) {
  .products__category {
    grid-area: 4/1;
    margin-bottom: 38px;
  }
}
@media (width <= 768px) {
  .products__category {
    margin-bottom: 20px;
  }
}

.products__figure {
  width: 100%;
  height: auto;
}
@media (768px < width) {
  .products__figure {
    grid-area: span 5/2;
  }
}
.products__figure img {
  width: 100%;
  height: 100%;
}
@media (768px < width) {
  .products__figure img.--vivivit {
    aspect-ratio: 419/297;
  }
}
@media (768px < width) {
  .products__figure img.--boost {
    aspect-ratio: 417/294;
  }
}
@media (768px < width) {
  .products__figure img.--d-tokyo {
    aspect-ratio: 466/294;
  }
}
@media (768px < width) {
  .products__figure img.--hataraku-vivivit {
    aspect-ratio: 416/294;
  }
}

@media (768px < width) {
  .recruit__section {
    margin-bottom: 100px;
  }
}
@media (width <= 768px) {
  .recruit__section {
    margin-bottom: 60px;
  }
}

.recruit__title {
  color: #000;
  font-family: var(--Helvetica-Neue);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  width: fit-content;
  margin-bottom: 32px;
}
@media (768px < width) {
  .recruit__title {
    font-size: 36px;
  }
}
@media (width <= 768px) {
  .recruit__title {
    font-size: 24px;
  }
}
.recruit__title:after {
  content: "";
  display: block;
  transform: rotate(-45deg);
  border-radius: 4px;
  background: #d9d9d9;
  position: absolute;
  top: 0;
}
@media (768px < width) {
  .recruit__title:after {
    width: 14px;
    height: 14px;
    right: -20px;
  }
}
@media (width <= 768px) {
  .recruit__title:after {
    width: 12px;
    height: 12px;
    right: -17px;
  }
}

.recruit__list {
  counter-reset: item;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (768px < width) {
  .recruit__list {
    padding-left: 43px;
  }
}
@media (width <= 768px) {
  .recruit__list {
    padding-bottom: 40px;
  }
}
.recruit__list li {
  counter-increment: item;
}

.recruit__title--sub {
  color: #000;
  font-family: var(--Helvetica-Neue);
  font-style: normal;
}
@media (768px < width) {
  .recruit__title--sub {
    font-size: 28px;
  }
}
@media (width <= 768px) {
  .recruit__title--sub {
    font-size: 18px;
  }
}
.recruit__title--sub.--en {
  font-weight: 700;
}
@media (768px < width) {
  .recruit__title--sub.--en {
    line-height: 190%;
    margin-bottom: 10px;
  }
}
@media (width <= 768px) {
  .recruit__title--sub.--en {
    line-height: 100%;
    margin-bottom: 20px;
  }
}
.recruit__title--sub.--ja {
  font-weight: 600;
}
@media (768px < width) {
  .recruit__title--sub.--ja {
    line-height: 1;
    margin-bottom: 16px;
  }
}
@media (width <= 768px) {
  .recruit__title--sub.--ja {
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 20px;
  }
}
.recruit__title--sub.--numeric {
  position: relative;
  font-weight: 700;
}
@media (768px < width) {
  .recruit__title--sub.--numeric {
    line-height: 190%;
    margin-bottom: 10px;
  }
}
@media (width <= 768px) {
  .recruit__title--sub.--numeric {
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 16px;
    display: flex;
    gap: 20px;
  }
}
.recruit__title--sub.--numeric::before {
  content: counter(item, decimal);
}
@media (768px < width) {
  .recruit__title--sub.--numeric::before {
    position: absolute;
    top: 0;
    left: -43px;
    font-size: 24px;
    line-height: 200%; /* 48px */
  }
}
.recruit__title--sub.--numeric:nth-of-type(-n + 9)::before {
  content: "0" counter(item, decimal);
}

.recruit__text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
}
@media (768px < width) {
  .recruit__text {
    line-height: 190%;
  }
}
@media (width <= 768px) {
  .recruit__text {
    line-height: 180%;
  }
}
.recruit__text:has(+ .recruit__text) {
  margin-bottom: 2em;
}

.recruit-type {
  position: relative;
}
@media (768px < width) {
  .recruit-type {
    margin-bottom: 100px;
  }
}
@media (width <= 768px) {
  .recruit-type {
    margin-bottom: 40px;
  }
}

.recruit-type__title {
  color: #000;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (768px < width) {
  .recruit-type__title {
    font-size: 36px;
  }
}
@media (width <= 768px) {
  .recruit-type__title {
    font-size: 28px;
  }
}

.recruit-type__wrapper--list {
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
@media (768px < width) {
  .recruit-type__wrapper--list {
    max-height: 670px;
  }
}
@media (width <= 768px) {
  .recruit-type__wrapper--list {
    max-height: 770px;
  }
}

.recruit-type__list {
  display: flex;
  flex-direction: column;
}
@media (768px < width) {
  .recruit-type__list {
    gap: 20px;
  }
}

.recruit-type__item {
  border-bottom: 1px solid #000;
}
@media (768px < width) {
  .recruit-type__item {
    display: grid;
    grid-template-columns: max(61.2%, 400px) auto;
    justify-content: space-between;
    align-items: center;
    gap: 17px 0;
    padding: 20px 40px;
  }
}
@media (width <= 768px) {
  .recruit-type__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
  }
}

.recruit-type__row--title {
  display: flex;
  align-items: center;
}
@media (768px < width) {
  .recruit-type__row--title {
    grid-area: 1/1;
    gap: 21px;
  }
}
@media (width <= 768px) {
  .recruit-type__row--title {
    gap: 10px;
  }
}
.recruit-type__row--title .--type {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  background: #000;
  color: #fff;
  font-family: var(--noto-sans-jp);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.8px;
}
@media (768px < width) {
  .recruit-type__row--title .--type {
    padding: 4px 24px;
  }
}
@media (width <= 768px) {
  .recruit-type__row--title .--type {
    padding: 2px 16px;
  }
}
.recruit-type__row--title .--new-graduates {
  background: #ff385d;
}
.recruit-type__row--title .--job {
  color: #000;
  font-style: normal;
  font-weight: 800;
  line-height: 160%;
}
@media (768px < width) {
  .recruit-type__row--title .--job {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
@media (width <= 768px) {
  .recruit-type__row--title .--job {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}

.recruit-type__text {
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
@media (768px < width) {
  .recruit-type__text {
    grid-area: 2/1;
    font-family: var(--noto-sans-jp);
    font-size: 16px;
  }
}
@media (width <= 768px) {
  .recruit-type__text {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}

@media (768px < width) {
  .recruit-type__button {
    grid-area: span 2/2;
  }
}

.recruit-type__wrapper--more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.54) 0%, rgba(255, 255, 255, 0.9) 46%, #fff 100%);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  cursor: pointer;
  transition: bottom 0.5s;
}
@media (768px < width) {
  .recruit-type__wrapper--more {
    padding-bottom: 50px;
  }
}
@media (width <= 768px) {
  .recruit-type__wrapper--more {
    padding-bottom: 40px;
  }
}
.recruit-type__wrapper--more.is-active {
  background: none;
  bottom: -180px;
}
.recruit-type__wrapper--more.is-active .c-button {
  display: none;
}
.recruit-type__wrapper--more .c-button {
  background: #fff;
}

@media (768px < width) {
  .about__section--mission {
    margin-bottom: 100px;
  }
}
@media (width <= 768px) {
  .about__section--mission {
    margin-bottom: 60px;
  }
}
.about__section--mission .c-section-title__small {
  margin-bottom: 32px;
}

.about__title--mission {
  color: #000;
  font-style: normal;
}
@media (768px < width) {
  .about__title--mission {
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 31px;
  }
}
@media (width <= 768px) {
  .about__title--mission {
    font-size: 24px;
    font-weight: 600;
    line-height: 140%; /* 33.6px */
    margin-bottom: 20px;
  }
}

.about__text {
  color: #000;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 2em;
}
@media (768px < width) {
  .about__text {
    font-size: 16px;
    line-height: 180%; /* 28.8px */
    letter-spacing: 0.8px;
  }
}
@media (width <= 768px) {
  .about__text {
    font-size: 14px;
    line-height: 190%; /* 26.6px */
  }
}

@media (768px < width) {
  .about__section--outline {
    display: grid;
    grid-template-columns: minmax(300px, auto) minmax(200px, 498px);
    gap: 0 50px;
    margin-bottom: 100px;
  }
}
@media (width <= 768px) {
  .about__section--outline {
    margin-bottom: 60px;
  }
}
@media (768px < width) {
  .about__section--outline .c-section-title__small {
    grid-area: 1/span 2;
    margin-bottom: 42px;
  }
}
@media (width <= 768px) {
  .about__section--outline .c-section-title__small {
    margin-bottom: 32px;
  }
}

.about__list {
  display: flex;
  flex-direction: column;
}
@media (768px < width) {
  .about__list {
    grid-area: 2/1;
  }
}
@media (width <= 768px) {
  .about__list {
    width: 100%;
    margin-bottom: 32px;
  }
}

.about__item--outline {
  width: 100%;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #d9d9d9;
  color: #000;
  font-style: normal;
}
@media (768px < width) {
  .about__item--outline {
    padding: 10px 0;
  }
}
@media (width <= 768px) {
  .about__item--outline {
    padding: 7px 0;
  }
}
.about__item--outline dt {
  line-height: normal;
}
@media (768px < width) {
  .about__item--outline dt {
    min-width: 110px;
    font-size: 20px;
    font-weight: 700;
  }
}
@media (width <= 768px) {
  .about__item--outline dt {
    min-width: 97px;
    font-size: 16px;
    font-weight: 600;
  }
}
.about__item--outline dd {
  font-weight: 300;
}
@media (768px < width) {
  .about__item--outline dd {
    font-size: 16px;
    line-height: 200%; /* 32px */
    letter-spacing: 0.8px;
  }
}
@media (width <= 768px) {
  .about__item--outline dd {
    font-size: 14px;
    line-height: normal;
  }
}

.about__map {
  width: 100%;
}
@media (768px < width) {
  .about__map {
    height: 440px;
    grid-area: 2/2;
  }
}
@media (width <= 768px) {
  .about__map {
    height: 391px;
  }
}
.about__map iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}

@media (768px < width) {
  .about__section--representative {
    display: grid;
    grid-template-columns: minmax(200px, 390px) minmax(330px, auto);
    gap: 0 50px;
    margin-bottom: 100px;
  }
}
@media (width <= 768px) {
  .about__section--representative {
    margin-bottom: 60px;
  }
}
@media (768px < width) {
  .about__section--representative .c-section-title__small {
    grid-area: 1/span 2;
    margin-bottom: 32px;
  }
}
@media (width <= 768px) {
  .about__section--representative .c-section-title__small {
    margin-bottom: 32px;
  }
}

.about__figure--representative {
  width: 100%;
  height: auto;
}
@media (768px < width) {
  .about__figure--representative {
    grid-area: 2/1;
  }
}
@media (width <= 768px) {
  .about__figure--representative {
    margin-bottom: 16px;
  }
}
.about__figure--representative img {
  width: 100%;
  border-radius: 20px;
}
@media (768px < width) {
  .about__figure--representative img {
    aspect-ratio: 390/351;
  }
}
@media (width <= 768px) {
  .about__figure--representative img {
    height: 100%;
  }
}

.about__box--profile {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%; /* 32px */
  letter-spacing: 0.8px;
}
@media (768px < width) {
  .about__box--profile {
    grid-area: 2/2;
  }
}
@media (width <= 768px) {
  .about__box--profile {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 200%; /* 28px */
    letter-spacing: 0.7px;
  }
}
.about__box--profile .--en {
  font-weight: 600;
  line-height: normal;
}
@media (768px < width) {
  .about__box--profile .--en {
    font-size: 18px;
    letter-spacing: 0.36px;
  }
}
@media (width <= 768px) {
  .about__box--profile .--en {
    font-size: 16px;
    line-height: 149.925%; /* 23.988px */
  }
}
.about__box--profile .--ja {
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.6px;
}
@media (768px < width) {
  .about__box--profile .--ja {
    font-size: 32px;
    margin-bottom: 4px;
  }
}
@media (width <= 768px) {
  .about__box--profile .--ja {
    font-size: 28px;
    font-weight: 600;
  }
}
.about__box--profile .--company {
  font-weight: 600;
}
@media (768px < width) {
  .about__box--profile .--company {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 16px;
  }
}
@media (width <= 768px) {
  .about__box--profile .--company {
    font-size: 16px;
    line-height: 149.925%; /* 23.988px */
    margin-bottom: 24px;
  }
}

@media (768px < width) {
  .about__section--group-shareholder {
    padding-bottom: calc(50px - 2em);
    margin-bottom: 100px;
    border-bottom: 1px solid #000;
  }
}
@media (width <= 768px) {
  .about__section--group-shareholder {
    margin-bottom: 80px;
  }
}
@media (768px < width) {
  .about__section--group-shareholder .c-section-title__small {
    margin-bottom: 32px;
  }
}
@media (width <= 768px) {
  .about__section--group-shareholder .c-section-title__small {
    margin-bottom: 16px;
  }
}

@media (768px < width) {
  .single-news {
    padding-top: 60px;
  }
}
@media (width <= 768px) {
  .single-news {
    padding-top: 32px;
  }
}

@media (768px < width) {
  .single-news__heading {
    padding: 32px 0 70px;
  }
}
@media (width <= 768px) {
  .single-news__heading {
    padding: 16px 0 32px;
  }
}

.single-news__title {
  font-family: var(--Helvetica-Neue);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (768px < width) {
  .single-news__title {
    margin-bottom: 32px;
    font-size: 36px;
  }
}
@media (width <= 768px) {
  .single-news__title {
    margin-bottom: 16px;
    font-size: 22px;
  }
}

.single-news__tags {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #ff385d;
  font-family: var(--Helvetica-Neue);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (768px < width) {
  .single-news__tags {
    font-size: 16px;
  }
}
@media (width <= 768px) {
  .single-news__tags {
    font-size: 12px;
  }
}
.single-news__tags span::before {
  content: "#";
}

@media (768px < width) {
  .single-news__content {
    margin-bottom: 100px;
  }
}
@media (width <= 768px) {
  .single-news__content {
    margin-bottom: 76px;
  }
}
.single-news__content p:first-of-type {
  width: 100%;
  height: auto;
}
@media (768px < width) {
  .single-news__content p:first-of-type {
    margin-bottom: 70px;
  }
}
@media (width <= 768px) {
  .single-news__content p:first-of-type {
    margin-bottom: 12px;
  }
}
.single-news__content p:first-of-type img {
  width: 100%;
  height: 100%;
}
.single-news__content h2 {
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
}
@media (768px < width) {
  .single-news__content h2 {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
@media (width <= 768px) {
  .single-news__content h2 {
    font-size: 16px;
  }
}
.single-news__content h2::before {
  content: "■";
}
.single-news__content h3,
.single-news__content h4,
.single-news__content h5,
.single-news__content h6 {
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 28.8px */
}
@media (768px < width) {
  .single-news__content h3,
  .single-news__content h4,
  .single-news__content h5,
  .single-news__content h6 {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
@media (width <= 768px) {
  .single-news__content h3,
  .single-news__content h4,
  .single-news__content h5,
  .single-news__content h6 {
    font-size: 14px;
  }
}
.single-news__content p {
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
}
@media (768px < width) {
  .single-news__content p {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
@media (width <= 768px) {
  .single-news__content p {
    font-size: 14px;
  }
}
.single-news__content a {
  color: #ff385d;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
}
@media (768px < width) {
  .single-news__content a {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
@media (width <= 768px) {
  .single-news__content a {
    font-size: 14px;
  }
}
.single-news__content img:not(img:first-of-type) {
  width: 100%;
  height: auto;
}
@media (768px < width) {
  .single-news__content img:not(img:first-of-type) {
    padding-top: 32px;
    margin-bottom: 32px;
  }
}
@media (width <= 768px) {
  .single-news__content img:not(img:first-of-type) {
    padding-top: 16px;
    margin-bottom: 12px;
  }
}

.single-news__share {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px;
}
@media (768px < width) {
  .single-news__share {
    margin-bottom: 100px;
  }
}
@media (width <= 768px) {
  .single-news__share {
    margin-bottom: 72px;
  }
}

.single-news__text--share {
  color: #000;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (768px < width) {
  .single-news__text--share {
    font-size: 18px;
  }
}
@media (width <= 768px) {
  .single-news__text--share {
    font-size: 16px;
  }
}
@media (768px < width) {
  .single-news__text--share img {
    width: 10px;
    height: 17.5px;
  }
}
@media (width <= 768px) {
  .single-news__text--share img {
    width: 9px;
    height: 16.5px;
  }
}

.single-news__list--share {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.single-news__list--share img {
  width: 40px;
  height: 40px;
}

.single-news__section--related {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 40px;
  margin-bottom: 100px;
}

.single-news__title--related {
  font-style: normal;
  line-height: normal;
}
@media (768px < width) {
  .single-news__title--related {
    margin-bottom: 32px;
    font-size: 20px;
    font-weight: 600;
  }
}
@media (width <= 768px) {
  .single-news__title--related {
    margin-bottom: 32px;
    font-size: 18px;
    font-weight: 700;
  }
}

@media (768px < width) {
  .single-news__list--related {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px !important;
  }
}
@media (768px < width) {
  .single-news__list--related.splide__list {
    margin: 0 0 30px 0 !important;
  }
}
@media (width <= 768px) {
  .single-news__list--related.splide__list {
    margin: 0 0 35px 0 !important;
  }
}
.single-news__list--related .splide__slide {
  width: 100%;
}

.single-news__pagination {
  position: relative !important;
  margin-bottom: 22px !important;
}

.single-news__class-page {
  width: 9px !important;
  height: 9px !important;
  border-radius: 50% !important;
  border: 1px solid #000 !important;
  background: #fff !important;
}
.single-news__class-page.is-active {
  transform: scale(1) !important;
  background: #000 !important;
}

.single-news__link--related {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
.single-news__link--related span {
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 28.8px */
}
@media (768px < width) {
  .single-news__link--related span {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
@media (width <= 768px) {
  .single-news__link--related span {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
@media (768px < width) {
  .single-news__link--related img {
    width: 60px;
    height: 29px;
  }
}
@media (width <= 768px) {
  .single-news__link--related img {
    width: 98px;
    height: 25px;
  }
}

.archive-news__list {
  display: flex;
  flex-direction: column;
}
@media (768px < width) {
  .archive-news__list {
    margin-bottom: 90px;
  }
}

.archive-news__link {
  display: flex;
}
@media (768px < width) {
  .archive-news__link {
    gap: 40px;
    padding: 24px 24px 24px 0;
  }
}
@media (width <= 768px) {
  .archive-news__link {
    flex-direction: column;
    width: 100%;
    gap: 12px;
    padding: 20px 0;
  }
}

.archive-news__figure {
  height: auto;
}
@media (768px < width) {
  .archive-news__figure {
    width: 260px;
    height: 150px;
  }
}
@media (width <= 768px) {
  .archive-news__figure {
    width: 100%;
  }
}
.archive-news__figure img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.archive-news__box--right {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (768px < width) {
  .archive-news__box--right {
    gap: 16px;
  }
}

.archive-news__tags {
  display: flex;
  align-items: center;
  color: #ff385d;
  font-family: var(--Helvetica-Neue);
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 150%; /* 18px */
  letter-spacing: 0.6px;
}
@media (width <= 768px) {
  .archive-news__tags {
    margin-bottom: 12px;
  }
}
.archive-news__tags span:not(:last-child) {
  margin-right: 3px;
}
.archive-news__tags span::before {
  content: "#";
}

.archive-news__title {
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
@media (768px < width) {
  .archive-news__title {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
@media (width <= 768px) {
  .archive-news__title {
    color: #333;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}

.archive-news__date {
  font-family: var(--Helvetica-Neue);
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
}
@media (768px < width) {
  .archive-news__date {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
@media (width <= 768px) {
  .archive-news__date {
    color: #333;
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}

@media (768px < width) {
  .archive-news__pager {
    margin-bottom: 50px;
  }
}
@media (width <= 768px) {
  .archive-news__pager {
    margin-bottom: 32px;
  }
}

.archive-news__line {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 100px;
}
@media (768px < width) {
  .archive-news__line {
    background: #000;
  }
}
@media (width <= 768px) {
  .archive-news__line {
    background: #d9d9d9;
  }
}

@media (768px < width) {
  .event-community__section--pickup {
    margin-bottom: 140px;
  }
}
@media (width <= 768px) {
  .event-community__section--pickup {
    margin-bottom: 120px;
  }
}
@media (768px < width) {
  .event-community__section--pickup .c-section-title__small {
    margin-bottom: 32px;
  }
}
@media (width <= 768px) {
  .event-community__section--pickup .c-section-title__small {
    margin-bottom: 20px;
  }
}

@media (768px < width) {
  .event-community__list--pickup {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px !important;
  }
}
@media (768px < width) {
  .event-community__list--pickup.splide__list {
    margin: 0 0 30px 0 !important;
  }
}
@media (width <= 768px) {
  .event-community__list--pickup.splide__list {
    margin: 0 0 35px 0 !important;
  }
}

.event-community__pagination {
  position: relative !important;
  margin-bottom: 22px !important;
}

.event-community__class-page {
  width: 9px !important;
  height: 9px !important;
  border-radius: 50% !important;
  border: 1px solid #000 !important;
  background: #fff !important;
}
.event-community__class-page.is-active {
  transform: scale(1) !important;
  background: #000 !important;
}

.event-community__row--pickup {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.8px;
}
@media (768px < width) {
  .event-community__row--pickup {
    gap: 16px;
  }
}
@media (width <= 768px) {
  .event-community__row--pickup {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 12px;
  }
}
@media (width <= 768px) {
  .event-community__row--pickup p {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
}
@media (768px < width) {
  .event-community__row--pickup .icon--arrow {
    width: 60px;
    height: 29px;
  }
}
@media (width <= 768px) {
  .event-community__row--pickup .icon--arrow {
    width: 15px;
    height: 25px;
  }
}
.event-community__row--pickup .c-button {
  font-family: var(--Helvetica-Neue);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.7px;
  white-space: nowrap;
}
@media (width <= 768px) {
  .event-community__row--pickup .c-button {
    padding: 6px 10px 7px 14px;
    gap: 8px;
  }
}

@media (768px < width) {
  .event-community__section--event-archive {
    margin-bottom: 170px;
  }
}
@media (width <= 768px) {
  .event-community__section--event-archive {
    margin-bottom: 100px;
  }
}
@media (768px < width) {
  .event-community__section--event-archive .c-section-title__small {
    margin-bottom: 32px;
  }
}
@media (width <= 768px) {
  .event-community__section--event-archive .c-section-title__small {
    margin-bottom: 42px;
  }
}

.event-community__list--event-archive {
  display: flex;
  flex-direction: column;
}
@media (768px < width) {
  .event-community__list--event-archive {
    gap: 60px;
  }
}
@media (width <= 768px) {
  .event-community__list--event-archive {
    gap: 52px;
  }
}

@media (768px < width) {
  .event-community__box--event-archive {
    display: grid;
    grid-template-columns: repeat(2, minmax(200px, 490px));
    gap: 20px;
    margin-bottom: 27px;
  }
}
@media (width <= 768px) {
  .event-community__box--event-archive {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
  }
}
.event-community__box--event-archive .--video {
  width: 100%;
  height: auto;
}
.event-community__box--event-archive .--video img {
  width: 100%;
  height: 100%;
}
.event-community__box--event-archive .--figures {
  display: flex;
  flex-wrap: wrap;
}
@media (768px < width) {
  .event-community__box--event-archive .--figures {
    gap: 20px;
  }
}
@media (width <= 768px) {
  .event-community__box--event-archive .--figures {
    gap: 10px;
  }
}
.event-community__box--event-archive .--figures img {
  height: auto;
}
@media (768px < width) {
  .event-community__box--event-archive .--figures img {
    width: calc(50% - 10px);
  }
}
@media (width <= 768px) {
  .event-community__box--event-archive .--figures img {
    width: calc(50% - 5px);
  }
}

.event-community__title--event-archive {
  font-family: var(--Helvetica-Neue);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (768px < width) {
  .event-community__title--event-archive {
    font-size: 28px;
    margin-bottom: 29px;
  }
}
@media (width <= 768px) {
  .event-community__title--event-archive {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.event-community__desc {
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (768px < width) {
  .event-community__desc {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (width <= 768px) {
  .event-community__desc {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.event-community__text {
  font-style: normal;
  line-height: 180%;
}
@media (768px < width) {
  .event-community__text {
    max-width: 820px;
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 0.8px;
    font-weight: 300;
  }
}
@media (width <= 768px) {
  .event-community__text {
    font-size: 14px;
    letter-spacing: 0.7px;
    font-weight: 400;
    margin-bottom: 16px;
  }
}

@media (768px < width) {
  .home-hero {
    padding-top: 125px;
  }
}
@media (width <= 768px) {
  .home-hero {
    padding-top: 120px;
  }
}

@media (768px < width) {
  .home-hero__container {
    margin-bottom: 80px;
  }
}
@media (width <= 768px) {
  .home-hero__container {
    margin-bottom: 60px;
  }
}

.home-hero__title {
  font-family: var(--Helvetica-Neue);
  font-style: normal;
  font-weight: 700;
  margin-bottom: 24px;
}
@media (768px < width) {
  .home-hero__title {
    font-size: 72px;
    line-height: 70px; /* 97.222% */
  }
}
@media (width <= 768px) {
  .home-hero__title {
    color: #2c2c2c;
    font-size: 32px;
    line-height: 31px; /* 96.875% */
    letter-spacing: -0.32px;
  }
}

.home-hero__mission {
  font-family: var(--Hiragino-Sans);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (768px < width) {
  .home-hero__mission {
    margin-bottom: 4px;
    font-size: 20px;
  }
}
@media (width <= 768px) {
  .home-hero__mission {
    margin-bottom: 6px;
    color: #2c2c2c;
    font-size: 16px;
    letter-spacing: -0.48px;
  }
}

.home-hero__text {
  font-family: var(--Hiragino-Sans);
  font-style: normal;
  font-weight: 300;
}
@media (768px < width) {
  .home-hero__text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 160%; /* 25.6px */
  }
}
@media (width <= 768px) {
  .home-hero__text {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 158%; /* 22.12px */
  }
}

.home-hero__movie {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (768px < width) {
  .home-hero__movie {
    height: 35.0694444444vw;
  }
}
@media (width <= 768px) {
  .home-hero__movie {
    height: 58.6666666667vw;
  }
}
.home-hero__movie video {
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
@media (768px < width) {
  .home-hero__movie video {
    height: 100%;
  }
}
@media (width <= 768px) {
  .home-hero__movie video {
    height: 130%;
    translate: 0 -10%;
  }
}

.home-hero__icon--play {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (width <= 768px) {
  .home-hero__icon--play {
    width: 107px;
  }
}

.home-hero__text--movie {
  position: absolute;
  right: 16px;
  bottom: 16px;
  color: #FFF;
  font-family: var(--Helvetica-Neue);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (768px < width) {
  .home-hero__text--movie {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}
@media (width <= 768px) {
  .home-hero__text--movie {
    font-size: 9px;
    letter-spacing: 0.45px;
  }
}

@media (768px < width) {
  .home-about {
    padding-top: 120px;
  }
}
@media (width <= 768px) {
  .home-about {
    padding-top: 60px;
  }
}

@media (768px < width) {
  .home-about__container {
    margin-bottom: 160px;
  }
}
@media (width <= 768px) {
  .home-about__container {
    margin-bottom: 80px;
  }
}

.home-about__catchcopy {
  font-family: var(--Hiragino-Sans);
  font-style: normal;
  font-weight: 600;
  line-height: 190%;
}
@media (768px < width) {
  .home-about__catchcopy {
    font-size: 28px;
    padding: 62px 0 83px;
  }
}
@media (width <= 768px) {
  .home-about__catchcopy {
    color: #2c2c2c;
    font-size: 16px;
    padding: 32px 0 60px;
  }
}

.home-about__list {
  display: flex;
  flex-direction: column;
}
@media (768px < width) {
  .home-about__list {
    gap: 40px;
  }
}
@media (width <= 768px) {
  .home-about__list {
    gap: 32px;
  }
}

.home-about__label {
  font-family: var(--Helvetica-Neue);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-size: 14px;
  margin-bottom: 8px;
}

.home-about__title--list {
  font-family: var(--Hiragino-Sans);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}
@media (768px < width) {
  .home-about__title--list {
    font-size: 24px;
  }
}
@media (width <= 768px) {
  .home-about__title--list {
    color: #2c2c2c;
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}

.home-about__text {
  font-family: var(--Hiragino-Sans);
  font-style: normal;
  font-weight: 300;
}
@media (768px < width) {
  .home-about__text {
    font-size: 12px;
    line-height: 190%; /* 22.8px */
  }
}
@media (width <= 768px) {
  .home-about__text {
    font-size: 14px;
    line-height: 160%; /* 22.4px */
  }
}

.home-about__img {
  width: 100%;
  height: auto;
}
.home-about__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (768px < width) {
  .home-about__img img {
    aspect-ratio: 1440/505;
  }
}
@media (width <= 768px) {
  .home-about__img img {
    aspect-ratio: 375/364;
  }
}

@media (768px < width) {
  .home-event-community {
    padding-top: 102px;
    margin-bottom: 205px;
  }
}
@media (width <= 768px) {
  .home-event-community {
    padding-top: 60px;
    margin-bottom: 60px;
  }
}

.home-event-community__list {
  display: flex;
}
@media (768px < width) {
  .home-event-community__list {
    justify-content: center;
    gap: 20px;
    padding-top: 60px;
  }
}
@media (width <= 768px) {
  .home-event-community__list {
    flex-direction: column;
    gap: 26px;
    padding-top: 32px;
  }
}

@media (768px < width) {
  .home-event-community__item {
    width: calc(50% - 10px);
  }
}
@media (width <= 768px) {
  .home-event-community__item {
    width: 100%;
  }
}

.home-event-community__link {
  width: 100%;
}

.home-event-community__figure {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.home-event-community__figure img {
  width: 100%;
  height: 100%;
}
@media (768px < width) {
  .home-event-community__figure img {
    aspect-ratio: 489/267;
  }
}
@media (width <= 768px) {
  .home-event-community__figure img {
    aspect-ratio: 327/175;
  }
}

.home-event-community__title--item {
  font-family: var(--Helvetica-Neue);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 16px;
}
@media (768px < width) {
  .home-event-community__title--item {
    font-size: 26px;
  }
}
@media (width <= 768px) {
  .home-event-community__title--item {
    font-size: 20px;
  }
}

.home-event-community__text {
  font-family: var(--Hiragino-Sans);
  font-style: normal;
  font-weight: 300;
  line-height: 190%; /* 22.8px */
}
@media (768px < width) {
  .home-event-community__text {
    font-size: 12px;
  }
}
@media (width <= 768px) {
  .home-event-community__text {
    font-size: 14px;
  }
}

.home-news {
  background: #2c2c2c;
}
@media (768px < width) {
  .home-news {
    padding: 120px 0;
    margin-bottom: 120px;
  }
}
@media (width <= 768px) {
  .home-news {
    padding: 40px 0 60px;
    margin-bottom: 40px;
  }
}

.home-news__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
}

.home-news__link--archive {
  display: flex;
  align-items: center;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
@media (768px < width) {
  .home-news__link--archive {
    gap: 12px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
@media (width <= 768px) {
  .home-news__link--archive {
    gap: 5px;
    font-size: 14px;
  }
}
@media (768px < width) {
  .home-news__link--archive .icon--arrow {
    width: 60px;
    height: 29px;
  }
}
@media (width <= 768px) {
  .home-news__link--archive .icon--arrow {
    width: 40px;
    height: 25px;
  }
}

.home-news__list {
  width: 100%;
  display: flex;
}

@media (768px < width) {
  .home-news__link {
    width: 466px;
    display: grid;
    grid-template-columns: 185px 261px;
    grid-template-rows: auto 1fr;
    align-items: start;
    gap: 16px 20px;
  }
}
@media (width <= 768px) {
  .home-news__link {
    width: 245px;
    display: flex;
    flex-direction: column;
  }
}

.home-news__figure {
  width: 100%;
}
@media (768px < width) {
  .home-news__figure {
    height: 145px;
    grid-area: span 2/1;
  }
}
@media (width <= 768px) {
  .home-news__figure {
    height: auto;
    margin-bottom: 20px;
  }
}
.home-news__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 245/145;
}

.home-news__title {
  color: #fff;
  font-family: var(--Hiragino-Sans);
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
@media (768px < width) {
  .home-news__title {
    grid-area: 1/2;
    height: auto;
    font-size: 16px;
  }
}
@media (width <= 768px) {
  .home-news__title {
    font-size: 14px;
    margin-bottom: 16px;
  }
}

.home-news__date {
  color: #fff;
  font-family: var(--Helvetica-Neue);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media (768px < width) {
  .home-news__date {
    grid-area: 2/2;
    font-size: 14px;
  }
}
@media (width <= 768px) {
  .home-news__date {
    font-size: 12px;
  }
}

@media (width <= 768px) {
  .u-pc {
    display: none !important;
  }
}

@media (768px < width) {
  .u-sp {
    display: none !important;
  }
}

/*# sourceMappingURL=app.css.map */
