@charset "UTF-8";
@media screen and (min-width:1681px) {
  /* 1681px以上 */
}
@media screen and (min-width:1441px) {
  /* 1441px以上 */
}
@media screen and (max-width: 1260px) {
  /* 1260px以下 */
}
@media screen and (min-width:1101px) {
  /* 1101px以上 */
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  /* 1200x以下 768px以上 */
}
@media screen and (max-width: 1184px) {
  /* 1084px以下 */
}
@media screen and (max-width: 1024px) {
  /* 1024px以下 */
}
@media screen and (max-width: 950px) {
  /* 950px以下 */
}
@media screen and (max-width: 767px) {
  /* 767px以下 */
}
@media screen and (max-width: 460px) {
  /* 460px以下 */
}
@media screen and (max-width: 375px) {
  /* 375px以下 */
}
@media (any-hover:hover) {
  /* hover action */
}
/*! destyle.css v3.0.2 | 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: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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: -2px; /* 1 */
}

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

.l-wrapper__inner {
  padding: 0 28px;
}
.l-wrapper__inner p + p {
  margin-top: 1.5em;
}
.xcore01 .l-wrapper {
  position: relative;
}
.xcore01 .l-wrapper::before {
  position: absolute;
  top: -114px;
  left: 0;
  width: 100%;
  height: 340px;
  background: #000000;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  content: "";
}

.l-container {
  background-color: var(--color-bg-dark);
}
@media screen and (min-width:750px) {
  .l-container {
    max-width: var(--content-base);
    width: 100%;
    margin-inline: auto;
  }
}

.l-header {
  position: relative;
  height: 75px;
  background-color: var(--color-bg-black);
  z-index: 100;
}
.l-header__logo {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header__logo__inner {
  width: 85px;
  display: block;
}

.l-footer {
  padding: 0 13px 18px;
  background-color: var(--color-bg-black);
}
.l-footer__label {
  font-size: 10px;
  letter-spacing: 0.01em;
  line-height: 2.5;
}

.p-mv .u-heading {
  position: relative;
  z-index: 1;
}
.p-mv__copy {
  position: relative;
  margin-top: 18px;
  font-family: var(--font-zenoldmincho);
  font-size: 33px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.15em;
  text-align: center;
  z-index: 1;
}
.p-mv__copy span {
  margin-bottom: 8px;
  color: #C3BDAB;
  font-size: 45px;
  font-weight: 400;
  letter-spacing: -0.03em;
  display: block;
}
.xcore02 .p-mv__img {
  margin-top: -109px;
}
.p-mv__outro {
  padding: 17px 0;
  background: linear-gradient(94deg, #D6CFBD 5.22%, #C3BDAB 50.13%, #5D5A52 124.2%);
}
.p-mv__outro__heading {
  color: var(--color-font-black);
  font-size: 21.35px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
}
.p-mv__outro__heading::after {
  width: 359px;
  height: 2px;
  margin-top: 10px;
  margin-inline: auto;
  background-image: url("/lp/carrycase/assets/images/mv_outro_bar.png");
  background-repeat: no-repeat;
  background-size: 359px auto;
  background-position: center center;
  display: block;
  content: "";
}
.p-mv__outro__summary {
  margin-top: 10px;
  color: var(--color-font-black);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
  text-align: center;
}
.xcore01 .p-mv__outro {
  position: relative;
  margin-top: -28px;
}
.xcore02 .p-mv__outro {
  position: relative;
  margin-top: -96px;
}

.p-entry {
  padding: 44px 13px 48px;
  background-color: var(--color-bg-black);
}
.p-entry__logo {
  width: 162px;
  margin-inline: auto;
}
.p-entry__head {
  margin-top: 25px;
  padding-bottom: 8px;
  font-family: var(--font-en);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  border-bottom: solid 2px var(--color-bg-white);
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.p-entry__head__date {
  font-size: 45px;
  display: flex;
  align-items: center;
}
.p-entry__head__date span {
  margin-left: 5px;
  font-size: 18px;
  letter-spacing: normal;
  writing-mode: vertical-rl;
}
.p-entry__head__time {
  margin-right: 6px;
  margin-left: 12px;
  font-size: 16.5px;
}
.p-entry__head__label {
  font-size: 35px;
}
.p-entry__lead {
  margin-top: 32px;
  color: #C3BDAB;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}
.p-entry__lead strong {
  padding: 0 4px;
  color: var(--color-font-black);
  background-color: #C3BDAB;
}
.p-entry__lead span {
  font-size: 20px;
}
.p-entry__contact {
  margin-top: 32px;
  padding: 26px 14px 30px;
  border: solid 2px #3AAE36;
  border-radius: 10px;
}
.p-entry__contact__title {
  color: #3AAE36;
  font-family: var(--font-notosans);
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.36;
  text-align: center;
}
.p-entry__contact__label {
  margin-top: 18px;
  font-family: var(--font-notosans);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
}
.p-entry__contact__summary {
  margin-top: 15px;
  font-family: var(--font-notosans);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}
.p-entry__contact__btn {
  margin-top: 27px;
  animation: lr-s 2s infinite;
}
.p-entry__contact__btn__inner {
  position: relative;
  width: 100%;
  height: 60px;
  font-family: var(--font-notosans);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1;
  background-color: #3AAE36;
  border-radius: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-entry__contact__btn__inner::after {
  position: absolute;
  top: 0;
  right: 55px;
  bottom: 0;
  width: 7px;
  height: 14px;
  margin: auto;
  background-image: url("/lp/carrycase/assets/images/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-position: center center;
  content: "";
}

@keyframes lr-s {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  70% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  90% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.p-introduction__title {
  margin-top: 35px;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1.16;
  text-align: center;
}
.p-introduction__title span {
  margin-bottom: 7px;
  font-size: 20px;
  letter-spacing: -0.1em;
  line-height: 1;
  display: block;
}
.p-introduction__img {
  width: 100%;
}
.p-introduction__img.-img01 {
  margin-top: 35px;
}
.p-introduction__img.-img02 {
  margin-top: 34px;
}
.p-introduction__logo {
  width: 85px;
  margin-top: 43px;
  margin-bottom: 27px;
  margin-inline: auto;
}

.p-global .u-heading {
  margin-bottom: 34px;
}
.p-global__point {
  margin-top: 59px;
}
.p-global__point__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.p-global__point__item {
  width: 103px;
  height: 103px;
  border: solid 1px var(--color-bg-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-global__point__item__label {
  font-size: 21px;
  line-height: 1;
}
.p-global__point__x {
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
}
.p-global__made {
  width: calc(100% - 26px);
  margin-top: 59px;
  margin-inline: auto;
  padding: 5.5px;
  border: solid 1px var(--color-bg-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-global__made__label {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  align-items: center;
}
.p-global__made__label::before {
  width: 32px;
  height: 31px;
  margin-right: 9px;
  background-image: url("/lp/carrycase/assets/images/japan.jpg");
  background-repeat: no-repeat;
  background-size: 32px auto;
  background-position: center center;
  content: "";
}
.p-global__img {
  margin-top: 34px;
  width: 100%;
}
.p-global .u-video {
  margin-top: 34px;
}

.p-innovation__lead {
  position: relative;
  margin-top: 31px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  z-index: 1;
}
.p-innovation__img {
  width: 100%;
}
.p-innovation__img.-img01 {
  position: relative;
  margin-top: 21px;
}
.p-innovation__img.-img01::before {
  position: absolute;
  top: -64px;
  left: 0;
  width: 100%;
  height: 329px;
  background: linear-gradient(180deg, #191919 36.16%, rgba(25, 25, 25, 0) 95.05%);
  content: "";
}
.p-innovation__logo {
  position: absolute;
  top: 18px;
  right: 0;
  left: 0;
  width: 159px;
  margin: auto;
  z-index: 1;
}
.p-innovation__bg {
  position: relative;
  padding: 34px 28px 33px;
  background-image: url("/lp/carrycase/assets/images/bg_innovation.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.p-innovation__xcore {
  position: relative;
  margin-top: -40px;
  padding: 79px 0 694px;
  background-image: url("/lp/carrycase/assets/images/bg_innovation_02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.p-innovation__xcore::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 524px;
  background: linear-gradient(180deg, #0B0B0B 41.35%, rgba(6, 6, 6, 0) 100%);
  content: "";
}
.p-innovation__xcore::after {
  position: absolute;
  bottom: 169px;
  left: 0;
  width: 100%;
  height: 170px;
  background: linear-gradient(180deg, #0B0B0B 18.27%, rgba(6, 6, 6, 0) 100%);
  transform: rotate(180deg);
  content: "";
}
.p-innovation__xcore__inner {
  position: relative;
}
.p-innovation__xcore__logo {
  width: 199px;
  margin-top: 19px;
  margin-inline: auto;
}
.p-innovation__heading {
  font-size: 27px;
  line-height: 2.1;
  text-align: center;
}
.p-innovation__title {
  margin-top: 34px;
  font-size: 33px;
  font-weight: 400;
  letter-spacing: -0.1em;
  text-align: center;
}
.p-innovation__title span {
  font-size: 24px;
  letter-spacing: -0.06em;
  line-height: 1;
  display: block;
}
.p-innovation__row {
  position: relative;
  margin-top: -183px;
  display: flex;
  z-index: 1;
}
.p-innovation__row img {
  width: 50%;
}

.p-technology {
  margin-top: 51px;
  padding-bottom: 25px;
}
.p-technology__logo {
  width: 191px;
  margin-inline: auto;
}
.p-technology .u-heading__title {
  margin-top: 17px;
  margin-bottom: 48px;
}
.p-technology .u-heading + .p-technology__box {
  margin-top: 25px;
}
.p-technology__box {
  width: calc(100% - 26px);
  margin-top: 32px;
  margin-inline: auto;
  padding: 28px 0;
  background-color: rgba(255, 255, 255, 0.25);
  border: solid 1px rgba(255, 255, 255, 0.8);
}
.p-technology__box__label {
  font-size: 30px;
  letter-spacing: 0.08em;
  line-height: 1.16;
  text-align: center;
}
.p-technology__box + .l-wrapper__inner {
  margin-top: 19px;
}
.p-technology .l-wrapper__inner + .u-img {
  margin-top: 38px;
}
.p-technology .l-wrapper__inner + .u-video.-technology_02 {
  margin-top: 38px;
}
.p-technology .u-video.-technology_01 {
  margin-top: 26px;
  margin-bottom: 38px;
}
.p-technology__heading {
  margin-top: 34px;
  font-size: 25px;
  letter-spacing: 0.16em;
  line-height: 1.5;
  text-align: center;
}
.p-technology__heading span {
  margin-top: 3px;
  font-size: 15px;
  line-height: 2.4;
  display: block;
}
.p-technology__title {
  margin-top: 13px;
  margin-bottom: 14px;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
}
.p-technology__title::before {
  width: 1px;
  height: 29px;
  margin-inline: auto;
  margin-bottom: 15px;
  background-color: var(--color-bg-white);
  display: block;
  content: "";
}
.p-technology .u-note {
  margin-top: 14px;
}
.p-technology__imgset {
  width: calc(100% - 26px);
  margin-top: 27px;
  margin-bottom: 13px;
  margin-inline: auto;
}
.p-technology__imgset__row {
  margin-top: 13px;
  display: flex;
  gap: 14px;
}
.p-technology__imgset__row img {
  width: calc(50% - 14px + 7px);
}
.p-technology__inner {
  padding: 0 20px;
}
.p-technology__inner .u-note {
  margin-top: 0;
}

.p-performance {
  padding-top: 37px;
  background-color: #333;
}
.p-performance .u-heading__title {
  margin-top: 0;
}
.p-performance__heading {
  margin-top: 29px;
  margin-bottom: 39px;
  font-size: 33px;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
}
.p-performance__spec {
  margin-top: 46px;
}
.p-performance__spec__title {
  margin-bottom: 20px;
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
}
.p-performance__spec__item {
  padding: 0 13px;
}
.p-performance__spec__item__bar {
  width: 1px;
  height: 42px;
  margin-bottom: 23px;
  margin-inline: auto;
  background-color: var(--color-bg-white);
  display: block;
}
.p-performance__spec__item__head {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.15;
}
.p-performance__spec__item__head span {
  margin-bottom: 5px;
  font-size: 15px;
  letter-spacing: 0.012em;
  display: block;
}
.p-performance__spec__item__img {
  width: 100%;
  margin-bottom: 16px;
}
.p-performance__spec__item .u-video {
  margin-bottom: 16px;
}
.p-performance__spec__item p:not([class]) {
  padding: 0 10px;
}
.p-performance__spec__item + .p-performance__spec__item {
  margin-top: 41px;
}
.p-performance__bg {
  position: relative;
  margin-top: 37px;
}
.p-performance__bg__title {
  position: absolute;
  top: 38px;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
  font-size: 31px;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-align: center;
}

.p-elegant {
  padding-top: 35px;
  background-color: var(--color-bg-black);
}
.p-elegant .u-heading__title {
  margin-top: 0;
}
.p-elegant .u-img {
  margin-bottom: 28px;
}
.p-elegant__heading {
  margin-top: 28px;
  margin-bottom: 36px;
  font-size: 33px;
  letter-spacing: 0.01em;
  line-height: 1.3;
  text-align: center;
}
.p-elegant__row {
  margin-top: 28px;
  display: flex;
  aspect-ratio: 75/76;
}
.p-elegant__row figure {
  position: relative;
  width: 50%;
  height: 100%;
}
.p-elegant__row figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-compact {
  padding-top: 37px;
  background-color: var(--color-bg-black);
}
.p-compact .u-heading__title {
  margin-top: 0;
}
.p-compact .u-img.-img01 {
  margin-bottom: 54px;
  padding-right: 14px;
  padding-left: 23px;
}
.p-compact .u-img.-img02 {
  margin-top: 28px;
}
.p-compact__heading {
  margin-top: 28px;
  margin-bottom: 45px;
  font-size: 33px;
  letter-spacing: 0.01em;
  line-height: 1.3;
  text-align: center;
}
.p-compact .u-note {
  margin-top: 15px;
}

.p-color {
  padding-top: 37px;
  background-color: var(--color-bg-black);
}
.p-color .u-heading__title {
  margin-top: 0;
}
.p-color .u-img.-img01 {
  margin-top: 36px;
}
.p-color .u-img.-img02 {
  margin-top: 47px;
}

.p-products {
  padding-top: 51px;
  background-color: var(--color-bg-black);
}
.p-products__inner {
  padding: 0 29px;
}
.p-products__heading {
  margin-bottom: 32px;
  font-size: 24px;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
}
.p-products__list {
  display: flex;
  flex-wrap: wrap;
}
.p-products__list dt,
.p-products__list dd {
  font-size: 12px;
  letter-spacing: 0.005em;
  line-height: 1.4;
}
.p-products__list dt {
  width: 50px;
}
.p-products__list dd {
  position: relative;
  width: calc(100% - 50px);
  padding-left: 1em;
}
.p-products__list dd::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "：";
}
.p-products__list + .p-products__list {
  margin-top: 6px;
}
.p-products__note {
  margin-top: 20px;
  margin-bottom: 63px;
  list-style: none;
  counter-reset: number;
}
.p-products__note li {
  position: relative;
  padding-left: 29px;
  font-size: 10px;
  letter-spacing: 0.005em;
  line-height: 1.4;
}
.p-products__note li::before {
  position: absolute;
  left: 0;
  counter-increment: number;
  content: "※" counter(number);
}
.p-products__note li + li {
  margin-top: 10px;
}
.p-products__content {
  position: relative;
}
.p-products__content__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 65px;
  padding-bottom: 54px;
  display: flex;
  flex-direction: column;
}
.p-products__label {
  font-size: 15px;
  letter-spacing: 0.16em;
  line-height: 1;
  text-align: center;
}
.p-products__title {
  margin-top: 18px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1;
  text-align: center;
}
.p-products__title span {
  margin-top: 6px;
  display: block;
}
.p-products__name {
  margin-top: auto;
  font-size: 25px;
  letter-spacing: 0.1em;
  line-height: 2.12;
  text-align: center;
}
.p-products__logo {
  width: 164px;
  margin-top: 4px;
  margin-inline: auto;
}
.p-products + .p-entry {
  padding-bottom: 5px;
}

.u-img {
  width: 100%;
}

.u-note {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.u-bnr {
  position: fixed;
  top: 50%;
  right: 0;
  max-width: 100px;
  width: 26.6%;
  transform: translateY(-50%);
  z-index: 1000;
}
.u-bnr__inner {
  transition: all 0.3s;
}
@media screen and (max-width:749px) {
  .u-bnr {
    max-width: 60px;
  }
}

.u-video {
  position: relative;
}
.u-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.u-video__label {
  position: absolute;
  right: 4px;
  bottom: 4px;
  font-size: 10px;
  letter-spacing: 0.14em;
  line-height: 1.8;
}
.u-video.-mv {
  aspect-ratio: 398/707;
}
.u-video.-global {
  aspect-ratio: 399/479;
}
.u-video.-performance {
  aspect-ratio: 367/212;
}
.u-video.-technology_01 {
  aspect-ratio: 393/412;
}
.u-video.-technology_02 {
  aspect-ratio: 131/114;
}
.u-video.-technology_03 {
  aspect-ratio: 367/720;
}

.u-heading {
  position: relative;
  padding: 10px 0;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  background: linear-gradient(to right, #666666 0%, #EBEBEB 48%, #666666 100%) top/100% 2px no-repeat, linear-gradient(to right, #666666 0%, #EBEBEB 48%, #666666 100%) bottom/100% 2px no-repeat;
}
.u-heading::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #4F493F 2.55%, rgba(195, 189, 171, 0.75) 14.49%, #C3BDAB 51.27%, rgba(195, 189, 171, 0.75) 86.41%, #4F493F 99.99%);
  content: "";
}
.u-heading__label {
  position: relative;
  color: var(--color-font-black);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
.u-heading__title {
  margin-top: 40px;
  margin-bottom: 26px;
  color: #C3BDAB;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
}
.u-heading__title span {
  margin-right: 0.5em;
  font-size: 20px;
}
.u-heading__title.-gold {
  color: #C3BDAB;
}

/* Foundation
----------------------------------------------- */
/* Layout
----------------------------------------------- */
/* Object
----------------------------------------------- */
/* component */
/* root
----------------------------------------------- */
:root {
  --color-bg-white: #FFFFFF;
  --color-bg-black: #000;
  --color-bg-dark: #191919;
  --color-font-primary: #fff;
  --color-font-black: #000;
  --font-base: Noto Serif JP, serif;
  --font-notosans: Noto Sans JP, sans-serif;
  --font-zenoldmincho: Zen Old Mincho, serif;
  --font-en: Inter, sans-serif;
  --font-pc-base: 400 15px/1.6 Noto Serif JP, serif;
  --content-base: 750px;
}

body {
  color: var(--color-font-primary);
  font: var(--font-pc-base);
  letter-spacing: 0.014em;
  font-feature-settings: "palt";
}

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

.center {
  text-align: center;
}

/* indicate
----------------------------------------------- */
.js-indicate-ready {
  opacity: 0;
  transform: translateY(10px);
  transition-property: opacity, transform;
}
.js-indicate-start {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* only
----------------------------------------------- */
.sp-only {
  display: none;
}

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

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