@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}
*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}
hr {
  color: inherit;
  height: 0;
  overflow: visible;
}
details,
main {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden] {
  display: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
pre {
  font-size: 1em;
}
b,
strong {
  font-weight: bolder;
}
sub,
sup {
  font-size: 75%;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  border-color: inherit;
  text-indent: 0;
}
input {
  border-radius: 0;
}
[disabled] {
  cursor: default;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: 700;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role='button'],
[type='button'],
[type='reset'],
[type='submit'],
button {
  color: inherit;
  cursor: pointer;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type='reset'],
[type='submit'],
button,
html [type='button'] {
  -webkit-appearance: button;
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}
img {
  border-style: none;
}
progress {
  vertical-align: baseline;
}
[aria-busy='true'] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled='true'] {
  cursor: default;
}
html {
  font-size: 2.5641025641vw;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  html {
    font-size: 0.6944444444vw;
  }
}
body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background-color: #151515;
  color: #fff;
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  overscroll-behavior-y: none;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 100%;
}
article,
aside,
figcaption,
figure,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
main,
nav,
section {
  display: block;
}
a {
  color: inherit;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  a:hover {
    text-decoration: none;
  }
}
input,
textarea {
  font-size: 100%;
  margin: 0;
}
button,
input[type='button'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='submit'],
input[type='tel'],
input[type='text'],
label,
select,
textarea {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: middle;
}
button,
input[type='button'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='submit'],
input[type='tel'],
input[type='text'],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type='email'],
input[type='number'],
input[type='password'],
input[type='tel'],
input[type='text'],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  width: 100% !important;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  input[type='email'],
  input[type='number'],
  input[type='password'],
  input[type='tel'],
  input[type='text'],
  select,
  textarea {
    padding: 0;
  }
}
input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  margin: 0;
  outline: none;
  padding: 0;
}
input:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}
select {
  color: #fff;
}
button,
select {
  cursor: pointer;
}
textarea {
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
fieldset,
img {
  border: 0;
}
img,
video {
  height: auto;
  vertical-align: top;
  width: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
q:after,
q:before {
  content: '';
}
abbr,
acronym {
  border: 0;
}
i {
  font-style: normal;
}
::selection {
  background: #d7dbe2;
  color: #000;
}
::-moz-selection {
  background: #d7dbe2;
  color: #000;
}
:root p::selection,
_::-webkit-full-page-media,
_:future {
  background: #fff;
}
a.-disabled {
  opacity: 0.3;
  pointer-events: none;
}
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid transparent;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  height: var(--swiper-virtual-size);
  width: 1px;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  z-index: 10;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  cursor: auto;
  opacity: 0;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transform-origin: center;
  width: 100%;
}
.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none !important;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 10px);
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
}
button.swiper-pagination-bullet {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
  width: 100%;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: var(--swiper-pagination-progressbar-size, 4px);
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom: var(--swiper-scrollbar-bottom, 4px);
  height: var(--swiper-scrollbar-size, 4px);
  left: var(--swiper-scrollbar-sides-offset, 1%);
  position: absolute;
  top: var(--swiper-scrollbar-top, auto);
  width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
  z-index: 50;
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
  left: var(--swiper-scrollbar-left, auto);
  position: absolute;
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  width: var(--swiper-scrollbar-size, 4px);
  z-index: 50;
}
.swiper-scrollbar-drag {
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  backface-visibility: hidden;
  height: 100%;
  pointer-events: none;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  background: #000;
  bottom: 0;
  content: '';
  filter: blur(50px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  backface-visibility: hidden;
  z-index: 0;
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  backface-visibility: hidden;
  pointer-events: none;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  backface-visibility: hidden;
  z-index: 0;
}
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transform-origin: center bottom;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
html.lenis {
  height: auto;
}
.js-simplebar {
  cursor: pointer;
}
.simplebar-content-wrapper {
  -ms-overflow-style: auto;
  scrollbar-width: auto;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: initial;
  height: auto;
  width: auto;
}
.simplebar-track {
  background: hsla(0, 0%, 100%, 0.3);
}
.c-accordion {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.01em;
  letter-spacing: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-accordion {
    border-top: 1px solid hsla(0, 0%, 100%, 0.2);
    font-size: 13px;
  }
  .c-accordion:last-child {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  }
}
.c-accordion__trigger {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1.4rem 0;
  width: 100%;
}
.c-accordion__trigger[aria-expanded='true'] .c-accordion__trigger__icon {
  transform: rotate(180deg);
}
.c-accordion__trigger__icon {
  margin-right: 0.5rem;
  transition: transform 0.2s ease;
  will-change: transform;
}
.c-accordion__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  will-change: max-height;
}
.c-accordion__panel__text {
  padding-bottom: 3rem;
  padding-top: 0.6rem;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .c-accordion__panel__content,
  .c-accordion__panel__text {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  }
}
.js-textSplit {
  opacity: 0;
}
.-loaded .js-textSplit {
  opacity: 1;
}
.word {
  transform-origin: bottom;
}
.char {
  display: inline-flex !important;
  margin: 0 -0.3em;
  overflow: hidden;
  padding: 0 0.3em;
}
.char-inner {
  display: inline;
  will-change: transform, opacity;
}
.c-perspectiveEffect {
  transition-duration: 0.4s;
}
.c-perspectiveEffect img {
  transform-style: preserve-3d;
  transition-duration: 0s;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.js-lineAnim {
  position: relative;
}
.js-lineAnim:before {
  top: 0;
}
.js-lineAnim.last:last-child:after,
.js-lineAnim:before {
  background-color: rgba(0, 0, 0, 0.15);
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s linear;
  width: 100%;
  z-index: 20;
}
.js-lineAnim.last:last-child:after {
  bottom: 0;
}
.js-lineAnim.is-show.last:last-child:after,
.js-lineAnim.is-show:before {
  transform: scaleX(1);
}
.js-scaleAnim {
  overflow: hidden;
}
.c-button-link {
  display: block;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.2222222222;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-button-link {
    font-size: 16px;
  }
}
.c-button-box {
  cursor: pointer;
  display: grid;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  letter-spacing: 0;
  padding: 18px 0;
  place-content: center;
  place-items: center;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-button-box {
    font-size: 13px;
  }
}
.c-button-box.-white {
  background-color: #fff;
  color: #000;
}
.c-button-box.-black {
  background-color: #000;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .c-button-box {
    transition: 0.4s;
  }
  .c-button-box:hover.-white {
    background-color: #000;
    color: #fff;
  }
  .c-button-box:hover.-black {
    background-color: #fff;
    color: #000;
  }
}
.c-button-back {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.c-button-back .text {
  padding-left: 0.9rem;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  #cursor {
    color: #fff;
    cursor: pointer;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    will-change: transform;
    z-index: 99;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine),
  screen and (orientation: landscape) and (max-width: 767px) and (hover: hover) and (pointer: fine) {
  .c-cursor__circle {
    border-radius: 50%;
    cursor: pointer;
    height: 40px;
    margin-left: -50%;
    margin-top: -50%;
    transition: all 0.3s ease-out;
    width: 40px;
  }
  #cursor.drag .c-cursor__circle,
  #cursor.scroll .c-cursor__circle {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: #40434b;
    background-color: rgba(64, 67, 75, 0.6);
    cursor: grab;
    height: 80px;
    margin-left: -68%;
    margin-top: -68%;
    width: 80px;
  }
  #cursor.modal .c-cursor__circle {
    background-color: #fff;
    height: 50px;
    margin-left: -50%;
    margin-top: -50%;
    width: 50px;
  }
  #cursor:after {
    align-items: center;
    display: flex;
    font-size: 12px;
    height: 100%;
    justify-content: center;
    left: 0;
    left: -70%;
    position: absolute;
    text-align: center;
    top: 0;
    top: -100%;
    width: 100%;
  }
  #cursor.modal:after,
  #cursor.modal:before {
    color: #000;
    font-size: 30px;
    left: -50%;
    top: -50%;
  }
  #cursor.drag:after {
    content: 'Drag';
  }
  [cursor-class='drag'] {
    cursor: grab;
  }
  #cursor.scroll:after {
    content: 'Scroll';
  }
  #cursor.modal:after {
    content: '+';
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-hover__transparent {
    transition: 0.4s;
  }
  .c-hover__transparent:hover {
    opacity: 0.6;
  }
  .c-hover-image .c-hover-image__wrap {
    overflow: hidden;
  }
  .c-hover-image .c-hover-image__wrap img {
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .c-hover-image:hover .c-hover-image__wrap img {
    transform: scale(1.08);
  }
  .c-hover__underline > span {
    display: block;
    padding-bottom: 2px;
    position: relative;
    width: -moz-max-content;
    width: max-content;
  }
  .c-hover__underline > span:before {
    background-color: #fff;
    bottom: 0;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right bottom;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    width: 100%;
  }
  .c-hover__underline:hover > span:before {
    transform: scale(1);
    transform-origin: left bottom;
  }
  .c-hover__butoon-underline > span {
    display: block;
    padding-bottom: 0;
    position: relative;
  }
  .c-hover__butoon-underline > span:before {
    background-color: #fff;
    bottom: 0;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(1);
    transform-origin: bottom left;
    width: 100%;
  }
  .c-hover__butoon-underline:hover > span:before {
    animation: hoverButoon 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  }
  @keyframes hoverButoon {
    0% {
      transform: scaleX(1);
      transform-origin: bottom right;
    }
    40% {
      transform: scaleX(0);
      transform-origin: bottom right;
    }
    60% {
      transform: scaleX(0);
      transform-origin: bottom left;
    }
    to {
      transform: scaleX(1);
      transform-origin: bottom left;
    }
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px),
  screen and (hover: hover) and (pointer: fine) and (orientation: landscape) and (max-width: 767px) {
  .c-hover__article:after,
  .c-hover__trigger:after {
    background-color: hsla(0, 0%, 100%, 0.5);
    bottom: 0;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0) rotate(0.001deg);
    transform-origin: right bottom;
    transition: transform 0.785s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    z-index: 10;
  }
  .c-hover__article .c-hover__article__text,
  .c-hover__article .c-hover__trigger__text,
  .c-hover__trigger .c-hover__article__text,
  .c-hover__trigger .c-hover__trigger__text {
    transform: rotate(0.001deg);
    transition: transform 0.625s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c-hover__article:hover:after,
  .c-hover__trigger:hover:after {
    transform: scale(1) rotate(0.001deg);
    transform-origin: left bottom;
  }
  .c-hover__article:hover .c-hover__article__text,
  .c-hover__article:hover .c-hover__trigger__text,
  .c-hover__trigger:hover .c-hover__article__text,
  .c-hover__trigger:hover .c-hover__trigger__text {
    transform: translate(1.5rem) rotate(0.001deg);
    transition: transform 0.785s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .c-hover__article:hover .c-hover__article__text:nth-child(2),
  .c-hover__article:hover .c-hover__trigger__text:nth-child(2),
  .c-hover__trigger:hover .c-hover__article__text:nth-child(2),
  .c-hover__trigger:hover .c-hover__trigger__text:nth-child(2) {
    transition: transform 0.785s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .c-hover__trigger[aria-expanded='false']:after,
  .c-hover__trigger[aria-expanded='false']:before {
    content: '';
  }
  .c-hover__trigger[aria-expanded='true']:after,
  .c-hover__trigger[aria-expanded='true']:before {
    content: unset;
  }
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .c-hover__article,
  .c-hover__trigger {
    position: relative;
  }
  .c-hover__article:before,
  .c-hover__trigger:before {
    background-color: hsla(0, 0%, 100%, 0.2);
    bottom: 0;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-hover__butoon-underline {
    text-decoration: underline;
  }
}
.c-mediasAwards {
  display: block;
  text-align: center; 
}

.c-mediasAwards > * {
  display: block; 
  margin-left: auto;
  margin-right: auto;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-mediasAwards {
    flex-direction: column;
    gap: 0;
    margin: 0;
    width: 100%;
  }
}
.c-mediasAwards .simplebar-wrapper {
  padding-bottom: 2rem;
}
.c-mediasAwards .simplebar-track.simplebar-horizontal {
  height: 1px;
}
.c-mediasAwards .simplebar-scrollbar:before {
  background-color: #fff;
  bottom: 0;
  height: 1px;
  left: 0;
  right: 0;
  top: 0;
}
.c-mediasAwards .simplebar-vertical {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-medias {
    width: 100%;
  }
}
.c-awards__title,
.c-medias__title {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-size: 5vw;
  font-weight: 900;
  line-height: 1.2142857143;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-awards__title,
  .c-medias__title {
    font-size: 30px;
    font-weight: 900;
  }
}
.c-medias__list {
  display: flex;
  gap: 1.9rem;
  margin-top: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-medias__list {
    gap: 1.5rem;
  }
}
.c-medias__item {
  flex-shrink: 0;
  width: 9.8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-medias__item {
    width: 7.8rem;
  }
}
.c-medias__item .c-medias__item__name {
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.1666666667;
  margin-top: 0.6em;
}
.c-medias__item time {
  display: block;
  font-size: 10px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-top: 0.4em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-awards {
    width: 100%;
  }
}
.c-awards__list {
  margin-top: 2rem;
  transition-property: transform;
  will-change: transform;
}
.c-awards__image {
  box-sizing: content-box;
  flex-shrink: 0;
  padding: 0 0.75rem;
  width: 10rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-awards__image {
    padding: 0 0.6rem;
    width: 8rem;
  }
}
.modal__overlay {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 6000;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .modal__overlay {
    padding: 7rem 2rem;
  }
  .modal._movie .modal__overlay {
    padding: 7rem 0;
  }
}
.modal__container {
  box-sizing: border-box;
  color: #000;
  height: auto;
  overflow-y: auto;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .modal__container {
    max-height: 100vh;
    width: 92rem;
  }
}
#hirePurchase .modal__container {
  background-color: #e3e3e3;
}
.modal._movie .modal__container {
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  max-width: 1160px;
  padding: 0 14rem;
  width: 116rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .modal._movie .modal__container {
    padding: 0;
    width: 100%;
  }
}
.modal__content {
  width: 100%;
}
#hirePurchase .modal__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6rem 12.7rem;
  text-align: center;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #hirePurchase .modal__content {
    justify-content: baseline;
    padding: 5rem 1.5rem;
  }
}
#hirePurchase {
  font-family: 'Noto Sans JP', sans-serif;
}
#hirePurchase .modal__overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
#hirePurchase .modal__content__head .modal__title {
  font-size: 22px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #hirePurchase .modal__content__head .modal__title {
    font-size: 18px;
  }
}
#hirePurchase .modal__content__head .modal__lead {
  font-size: 14px;
  margin-top: 0.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #hirePurchase .modal__content__head .modal__lead {
    font-size: 13px;
  }
}
#hirePurchase .modal__content__head .modal__list {
  display: flex;
  gap: 0 2rem;
  margin-top: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #hirePurchase .modal__content__head .modal__list {
    gap: 0 0.6rem;
  }
}
#hirePurchase .modal__content__head .modal__item {
  align-items: center;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.2rem 0;
  width: calc(33.33333% - 1rem);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #hirePurchase .modal__content__head .modal__item {
    padding: 1.4rem 0.5rem;
    width: calc(33.33333% - 0.3rem);
  }
}
#hirePurchase .modal__content__head .modal__item strong {
  font-size: 14px;
  font-weight: 300;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #hirePurchase .modal__content__head .modal__item strong {
    font-size: 11px;
  }
}
#hirePurchase .modal__content__head .modal__item p {
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: 1rem;
  width: 100%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #hirePurchase .modal__content__head .modal__item p {
    margin-top: 0.5rem;
  }
}
#hirePurchase .modal__content__head .modal__item p .u-fz24 {
  font-size: 24px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #hirePurchase .modal__content__head .modal__item p .u-fz24 {
    font-size: 15px;
  }
}
#hirePurchase .modal__content__head .modal__item p .u-fz14 {
  font-size: 14px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #hirePurchase .modal__content__head .modal__item p .u-fz14 {
    font-size: 10px;
  }
}
#hirePurchase .modal__content__head .modal__item p .u-fz20 {
  font-size: 20px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #hirePurchase .modal__content__head .modal__item p .u-fz20 {
    font-size: 14px;
  }
}
#hirePurchase .modal__content__head .modal__item p .u-fz22 {
  font-size: 22px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #hirePurchase .modal__content__head .modal__item p .u-fz22 {
    font-size: 15px;
  }
}
#hirePurchase .modal__content__head .modal__item p .u-fz32 {
  font-size: 32px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #hirePurchase .modal__content__head .modal__item p .u-fz32 {
    font-size: 20px;
  }
}
#hirePurchase .modal__content__head .modal__item:nth-child(2) sup {
  font-size: 70%;
  right: 3px;
  top: -0.6em;
  top: -11px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #hirePurchase .modal__content__head .modal__item:nth-child(2) sup {
    top: -5px;
  }
}
#hirePurchase .modal__content__head .modal__item:nth-child(3) sup {
  font-size: 65%;
  right: 3px;
  top: -1.5em;
  top: -20px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #hirePurchase .modal__content__head .modal__item:nth-child(3) sup {
    top: -10px;
  }
}
#hirePurchase .modal__content__head .modal__note {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  font-size: 12px;
  margin-top: 1.5rem;
  text-align: left;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #hirePurchase .modal__content__head .modal__note {
    font-size: 11px;
    margin-top: 1rem;
  }
}
#hirePurchase .modal__content__body {
  margin-top: 3.6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #hirePurchase .modal__content__body {
    margin-top: 3rem;
  }
}
#hirePurchase .modal__content__body .modal__lead {
  font-size: 14px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #hirePurchase .modal__content__body .modal__lead {
    font-size: 13px;
  }
}
#hirePurchase .modal__content__body .modal__title {
  font-size: 18px;
  margin-top: 0.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #hirePurchase .modal__content__body .modal__title {
    font-size: 14px;
  }
}
#hirePurchase .modal__content__body .modal__copy {
  font-size: 12px;
  margin-top: 1.6rem;
  text-align: left;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #hirePurchase .modal__content__body .modal__copy {
    font-size: 11px;
  }
}
#hirePurchase .modal__content__body .modal__btn {
  background-color: #000;
  color: #fff;
  margin-top: 3rem;
  width: 100%;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  #hirePurchase .modal__content__body .modal__btn {
    margin: 3.6rem auto 0;
    width: 36.2rem;
  }
}
.modal._movie .modal__overlay {
  background-color: rgba(0, 0, 0, 0.9);
}
.modal._movie .youtube {
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
}
.modal._movie .modal__close .icon,
.modal._movie .modal__close:after,
.modal._movie .modal__close:before {
  background-color: #fff;
}
.modal__video {
  height: 100%;
  width: 100%;
}
.modal__close {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: content-box;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 1.5rem;
  height: 20px;
  justify-content: center;
  opacity: 0;
  padding: 1.5rem;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s 0.2s;
  width: 1.5rem;
  width: 20px;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .modal__close {
    height: 2.6rem;
    height: 25px;
    padding: 2rem;
    width: 2.6rem;
    width: 25px;
  }
}
.modal__close .icon {
  background-color: #000;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: right center;
  width: 26px;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .modal__close .icon {
    width: 26px;
  }
}
.modal__close:focus {
  border: none;
}
.modal.is-open .modal__close {
  opacity: 1;
}
.modal.is-open .modal__close .icon {
  transform-origin: right center;
}
.modal.is-open .modal__close .icon:first-child {
  animation: iconTop 0.4s ease-in-out 0.1s forwards;
  transform: scaleX(0);
}
.modal.is-open .modal__close .icon:nth-child(2) {
  animation: iconBottom 0.4s ease-in-out 0.3s forwards;
  transform: scaleX(0);
}
@keyframes iconTop {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: translate(-50%, 10px) rotate(45deg) scaleX(0);
  }
  to {
    transform: translate(-50%, 10px) rotate(45deg) scaleX(1);
  }
}
@keyframes iconBottom {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: translate(-50%, -9px) rotate(-45deg) scaleX(0);
  }
  to {
    transform: translate(-50%, -9px) rotate(-45deg) scaleX(1);
  }
}
@keyframes mmfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmslideOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden='false'] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden='false'] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden='true'] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden='true'] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform, opacity;
}
.c-modal-movie {
  position: relative;
}
.c-modal-movie:before {
  background: rgba(0, 0, 0, 0.1);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color 0.3s linear;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .c-modal-movie:hover:before {
    background: transparent;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.c-modal-movie__icon {
  height: 11rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 11rem;
}
.c-modal-movie__icon .js-iconCircle circle {
  opacity: 0.3;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-productDetail-howto__subMovie__modal .c-modal-movie__icon {
    height: 8.7rem;
    width: 8.7rem;
  }
  .p-about__commercial__modal .c-modal-movie__icon {
    height: 10rem;
    width: 10rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-modal-movie__icon {
    height: 7rem;
    width: 7rem;
  }
}
.c-modal-movie__icon__anim {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-modal-movie__icon__anim .js-iconCircle circle {
  opacity: 1;
}
.c-modal-movie__icon__triangle {
  height: 2.2rem;
  left: calc(50% + 0.3rem);
  overflow: hidden;
  position: absolute;
  top: calc(50% + 0.3rem);
  transform: translate(-50%, -50%);
  width: 1.2rem;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-productDetail-howto__subMovie__modal .c-modal-movie__icon__triangle {
    height: 1.9rem;
    width: 0.9rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-modal-movie__icon__triangle {
    height: 1.1rem;
    left: calc(50% + 0.1rem);
    top: 50%;
    width: 0.8rem;
  }
}
.c-modal-movie__icon__triangle svg {
  display: block;
}
.c-modal-movie__icon__triangle__anim {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-modal-movie:hover .c-modal-movie__icon__triangle__anim svg {
  transform: translate(0);
}
.c-news__list {
  margin-top: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-news__article {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  }
}
.c-news__article a {
  align-items: baseline;
  display: flex;
  gap: 16rem;
  padding: 0.9em 0 1em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-news__article a {
    gap: 3rem;
  }
}
.c-news__article time {
  font-size: 15px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-news__article time {
    font-size: 13px;
  }
}
.c-news__article p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 2.1333333333;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-news__article p {
    font-size: 13px;
    line-height: 1.5384615385;
  }
}
.c-page-lower {
  margin-top: 12rem;
}
.c-page-lower__wrapper {
  padding-left: 6rem;
  padding-right: 6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-page-lower__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.c-page-lower__wrapper.-flex {
  display: flex;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-page-lower__wrapper.-flex {
    flex-direction: column;
  }
}
.js-underline {
  position: relative;
}
.js-underline:before {
  background-color: hsla(0, 0%, 100%, 0.2);
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.7s ease-out;
  width: 100%;
}
.js-underline.is-scaleX:before {
  transform: scaleX(1);
}
.c-page-lower__head {
  padding-bottom: 2rem;
}
.c-page-lower__head.-underline + .c-page-lower__body {
  margin-left: auto;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .c-page-lower__head.-underline + .c-page-lower__body {
    width: 95rem;
  }
}
.c-page-lower__head.-underline + .c-page-lower__body.-flex {
  margin-left: unset;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .c-page-lower__head.-underline + .c-page-lower__body.-flex {
    width: 100%;
  }
}
.c-page-lower__body.-flex {
  display: flex;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-page-lower__body.-flex {
    flex-direction: column;
  }
}
.c-page-lower__title {
  font-size: 16px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-page-lower__title {
    font-size: 13px;
  }
}
.c-page-lower__fixedNav {
  display: flex;
  flex-direction: column;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 300;
  gap: 1rem;
  letter-spacing: 0.01em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .c-page-lower__fixedNav {
    font-size: 14px;
    height: -moz-max-content;
    height: max-content;
    left: 0;
    position: sticky;
    top: 12rem;
    width: 18rem;
  }
}
.c-page-lower__fixedNav a {
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .c-page-lower__fixedNav a {
    transition: opacity 0.3s;
  }
  .c-page-lower__fixedNav a span {
    display: block;
    position: relative;
  }
  .c-page-lower__fixedNav a:not(.is-current) {
    opacity: 0.5;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-page-lower__fixedNav a:hover {
    opacity: 1;
  }
}
.c-pagination {
  display: flex;
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-size: 18px;
  gap: 0 2.5rem;
  justify-content: flex-end;
  margin-left: auto;
  margin-top: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-pagination {
    font-size: 16px;
  }
}
.c-productNav {
  color: #fff;
  margin-top: 2rem;
  position: fixed;
  right: 6rem;
  top: 6.5rem;
  z-index: 2000;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-productNav {
    background-color: #151515;
    left: 0;
    margin-top: 0;
    padding: 0.6rem 2rem 0.55rem;
    right: auto;
    top: 5.1rem;
    width: 100%;
  }
}
.c-productNav__wrapper {
  align-items: center;
  display: flex;
  gap: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-productNav__wrapper {
    gap: 0;
    justify-content: space-between;
    overflow-x: auto;
  }
  #eleki-liftgel .c-productNav__wrapper,
  #eleki-lotion .c-productNav__wrapper {
    gap: 2rem;
    justify-content: center;
  }
}
.c-productNav__link {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.01em;
  letter-spacing: 0;
  transition: 0.3s;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-productNav__link {
    flex-shrink: 0;
    font-size: 11px;
  }
}
.c-productNav__link span {
  display: block;
  padding-bottom: 2px;
  position: relative;
}
.c-productNav__link span:before {
  background-color: #fff;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right bottom;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  width: 100%;
}
.c-productNav__link:not(.is-current) {
  opacity: 0.5;
}
.c-productNav__link.is-current span:before {
  transform: scale(1);
  transform-origin: left bottom;
}
@media (hover: hover) and (pointer: fine) {
  .c-productNav__link:hover {
    opacity: 1;
  }
}
.c-tag {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  gap: 1rem 0.5rem;
  letter-spacing: 0.01em;
  letter-spacing: 0.02em;
}
.c-tag li {
  background-color: #fff;
  border-radius: 1000px;
  color: #000;
  font-size: 12px;
  line-height: 1.4285714286;
  padding: 0.5rem 1.6rem;
}
.c-textBrackets-flex {
  align-items: center;
  display: flex;
  gap: 1.7rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-textBrackets-flex {
    gap: 0.8rem;
  }
}
.c-textBrackets-flex .en {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-size: 16px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-textBrackets-flex .en {
    font-size: 13px;
  }
}
.c-textBrackets-flex .jp {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-textBrackets-flex .jp {
    font-size: 12px;
  }
}
.l-container,
.l-wrapper {
  overflow: clip;
  position: relative;
}
.l-wrapper {
  background-color: #151515;
  min-height: 100vh;
}
.l-container {
  width: 100vw;
}
.-visited .l-container {
  animation: pageFadeIn 1.5s cubic-bezier(0.26, 0.06, 0, 1);
}
@keyframes pageFadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.l-header {
  color: #fff;
  padding: 2rem 6rem;
  position: fixed;
  top: 0;
  transition: backgroundColor 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 100%;
  z-index: 5000;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .l-header {
    height: 52px;
    padding: 1.9rem 2rem 1.7rem;
  }
}
.l-header.is-black {
  background-color: #000;
}
.l-header__wrapper {
  height: 100%;
  width: 100%;
}
.l-header__nav {
  align-items: center;
  display: flex;
  height: 100%;
}
.l-header__nav a.is-current span {
  display: block;
  padding-bottom: 2px;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.l-header__nav a.is-current span:before {
  background-color: #fff;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.l-header__nav__list {
  display: flex;
  gap: 2.5rem;
}
.l-header__nav__list a {
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.2307692308;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .l-header__nav__list:first-child {
    display: none;
  }
}
.l-header__nav__list.-mid {
  margin-left: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .l-header__nav__list.-mid {
    display: none;
  }
}
.l-header__nav__list:last-child {
  margin-left: 9.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .l-header__nav__list:last-child {
    margin-left: auto;
  }
}
.l-header__nav__logo {
  left: 5%;
  position: absolute;
  top: 30%;
  width: 200px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .l-header__nav__logo {
    left: 1rem;
    top: 1rem;
    transform: unset;
    width: 100px;
  }
}
.l-header__nav__logo a {
  align-items: center;
  display: block;
  display: flex;
}
.l-header-menuTrigger {
  height: 52px;
  left: 0;
  line-height: 1;
  position: fixed;
  top: 0;
  width: 52px;
  z-index: 5000;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .l-header-menuTrigger {
    display: none;
  }
}
.l-header-menuTrigger .l-header-menuButton,
.l-header-menuTrigger .l-header-menuTrigger__wrap {
  height: 9px;
  margin: -2px auto 0;
  position: relative;
  width: 17px;
}
.l-header-menuTrigger .open {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.l-header-menuTrigger .open span,
.l-header-menuTrigger .open:after,
.l-header-menuTrigger .open:before {
  background-color: #fff;
  display: block;
  height: 1px;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.l-header-menuTrigger .open span {
  left: 0;
  position: absolute;
  top: 50%;
  top: 4px;
}
.l-header-menuTrigger .open:after,
.l-header-menuTrigger .open:before {
  content: '';
  left: 0;
  position: absolute;
}
.l-header-menuTrigger .open:before {
  top: 0;
}
.l-header-menuTrigger .open:after {
  bottom: 0;
}
.l-header-menuTrigger[aria-expanded='false'] .open span,
.l-header-menuTrigger[aria-expanded='false'] .open:after,
.l-header-menuTrigger[aria-expanded='false'] .open:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.l-header-menuTrigger[aria-expanded='false'] .open:before {
  transition-delay: 0.4s;
}
.l-header-menuTrigger[aria-expanded='false'] .open span {
  transition-delay: 0.5s;
}
.l-header-menuTrigger[aria-expanded='false'] .open:after {
  transition-delay: 0.6s;
}
.l-header-menuTrigger[aria-expanded='true'] .open span,
.l-header-menuTrigger[aria-expanded='true'] .open:after,
.l-header-menuTrigger[aria-expanded='true'] .open:before {
  transform: scaleX(0);
  transform-origin: right center;
}
.l-header-menuTrigger[aria-expanded='true'] .open span {
  transition-delay: 0.1s;
}
.l-header-menuTrigger[aria-expanded='true'] .open:after {
  transition-delay: 0.2s;
}
.l-header-menuTrigger .close {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.l-header-menuTrigger .close:after,
.l-header-menuTrigger .close:before {
  background-color: #fff;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.l-header-menuTrigger .close:before {
  top: 0;
}
.l-header-menuTrigger .close:after {
  bottom: 0;
}
.l-header-menuTrigger[aria-expanded='false'] .close:after,
.l-header-menuTrigger[aria-expanded='false'] .close:before {
  transform-origin: right center;
}
.l-header-menuTrigger[aria-expanded='false'] .close:before {
  transform: translateY(10px) rotate(45deg) scaleX(0);
  transition-delay: 0.1s;
}
.l-header-menuTrigger[aria-expanded='false'] .close:after {
  transform: translateY(-10px) rotate(-45deg) scaleX(0);
  transition-delay: 0.3s;
}
.l-header-menuTrigger[aria-expanded='true'] .close:after,
.l-header-menuTrigger[aria-expanded='true'] .close:before {
  transform-origin: right center;
}
.l-header-menuTrigger[aria-expanded='true'] .close:before {
  transform: translateY(10px) rotate(45deg) scaleX(1);
  transition-delay: 0.4s;
}
.l-header-menuTrigger[aria-expanded='true'] .close:after {
  transform: translateY(-10px) rotate(-45deg) scaleX(1);
  transition-delay: 0.6s;
}
@keyframes closeBar1Rev {
  0% {
    transform: translateY(4px) rotate(45deg) scaleX(0);
  }
  50% {
    transform: translateY(4px) rotate(0) scaleX(0);
  }
  to {
    transform: translateY(0) scaleX(1);
  }
}
@keyframes closeBar2Rev {
  0% {
    transform: translateY(-4px) rotate(-45deg);
  }
  50% {
    transform: translateY(-4px) rotate(0);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes closeBar1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(4px) rotate(0);
  }
  to {
    transform: translateY(4px) rotate(45deg);
  }
}
@keyframes closeBar2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px) rotate(0);
  }
  to {
    transform: translateY(-4px) rotate(-45deg);
  }
}
.l-hambergerMenu {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 100%;
  will-change: opacity;
  z-index: 3000;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .l-hambergerMenu {
    display: none;
  }
}
.l-hambergerMenu[aria-hidden='false'] {
  opacity: 1;
  pointer-events: all;
}
.l-hambergerMenu__wrapper {
  height: 100%;
  padding: 4rem 2rem;
}
.l-hambergerMenu__nav {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
}
.l-hambergerMenu__nav .u-fz-11 {
  font-size: 11px;
}
.l-hambergerMenu__nav .u-fz-13 {
  font-size: 13px;
}
.l-hambergerMenu__nav .u-fz-20 {
  font-size: 20px;
}
.l-hambergerMenu__nav a {
  line-height: 1;
}
.l-hambergerMenu__nav a[data-url='products'] {
  margin-top: 4rem;
}
.l-hambergerMenu__nav a.is-current span {
  display: block;
  padding-bottom: 2px;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.l-hambergerMenu__nav a.is-current span:before {
  background-color: #fff;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
#home .l-hambergerMenu__nav a.-home span {
  display: block;
  padding-bottom: 2px;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
#home .l-hambergerMenu__nav a.-home span:before {
  background-color: #fff;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.l-hambergerMenu__nav__head {
  display: flex;
  flex-direction: column;
}
.l-hambergerMenu__nav__head .l-hambergerMenu__nav__page {
  gap: 1.1rem;
  margin-top: 4rem;
}
.l-hambergerMenu__nav__products__lsit {
  display: flex;
  gap: 3.4rem;
  margin-top: 1.8rem;
}
.l-hambergerMenu__nav__products__lsit__wrap {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.l-hambergerMenu__nav__body {
  align-self: flex-end;
  margin-top: 4rem;
}
.l-hambergerMenu__nav__body .l-hambergerMenu__nav__page {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  gap: 0.6rem;
  letter-spacing: 0.01em;
  letter-spacing: 0.02em;
}
.l-hambergerMenu__nav__page {
  display: flex;
  flex-direction: column;
}
.l-hambergerMenu__nav__sns {
  display: flex;
  gap: 2rem;
  justify-content: flex-end;
  margin-top: 4rem;
}
.l-hambergerMenu__nav__sns a {
  cursor: pointer;
}
.l-header__nav__list .t,
.l-header__nav__list .x {
  width: 20px;
  margin-top: 20%;
}
.l-hambergerMenu__nav__sns .line {
  width: 18px;
}
.l-footer {
  background-color: #151515;
  padding: 0 6rem;
  position: relative;
  z-index: 10;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .l-footer {
    padding: 0 2rem;
    text-align: left;
  }
}
.l-footer__wrapper {
  justify-content: space-between;
  margin-left: auto;
  padding-bottom: 6rem;
  padding-top: 12rem;
  width: 100%;
  text-align: right;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .l-footer__wrapper {
    flex-direction: column;
    justify-content: unset;
    padding-bottom: 2.777777rem;
    padding-top: 16rem;
    width: 100%;
    text-align: left;
  }
}
.l-footer__nav {
  display: flex;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .l-footer__nav {
    flex-direction: column;
  }
}
.l-footer__nav a.is-current span {
  display: block;
  padding-bottom: 2px;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.l-footer__nav a.is-current span:before {
  background-color: #fff;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.l-footer__nav__products {
  width: 20.2rem;
  width: max(202px, 20.2rem);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .l-footer__nav__products {
    width: 100%;
  }
}
.l-footer__nav__products__copy {
  font-size: 13px;
  line-height: 1;
}
.l-footer__nav__products__lsit {
  display: flex;
  flex-wrap: wrap;
  gap: 2.8rem;
  margin-top: 2.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .l-footer__nav__products__lsit {
    gap: 3.4rem;
  }
}
.l-footer__nav__products__lsit .l-footer__nav__products__lsit__wrap {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .l-footer__nav__products__lsit .l-footer__nav__products__lsit__wrap:first-child {
    width: 8rem;
  }
}
.l-footer__nav__products__lsit a {
  font-size: 12px;
  line-height: 1;
  width: -moz-max-content;
  width: max-content;
}
.l-footer__nav__page {
  display: flex;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .l-footer__nav__page {
    gap: 3.4rem;
    margin-top: 4.8rem;
  }
}
.l-footer__nav__page .l-footer__nav__page__list:first-child {
  display: flex;
  font-size: 13px;
  gap: 6rem;
  letter-spacing: 0.02em;
  margin-left: 7.7rem;
  width: 15.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .l-footer__nav__page .l-footer__nav__page__list:first-child {
    flex-direction: column;
    gap: 1.1rem;
    margin-left: 0;
    width: 8rem;
  }
}
.l-footer__nav__page .l-footer__nav__page__list:first-child .l-footer__nav__page__list__wrap {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .l-footer__nav__page .l-footer__nav__page__list:first-child .l-footer__nav__page__list__wrap {
    gap: 1.1rem;
  }
}
.l-footer__nav__page .l-footer__nav__page__list:first-child a {
  line-height: 1.2307692308;
  width: -moz-fit-content;
  width: fit-content;
}
.l-footer__nav__page .l-footer__nav__page__list:nth-child(2) {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 10px;
  font-weight: 300;
  gap: 0.4rem;
  letter-spacing: 0.01em;
  letter-spacing: 0.02em;
  margin-left: 8.2rem;
  width: 14rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .l-footer__nav__page .l-footer__nav__page__list:nth-child(2) {
    font-size: 11px;
    gap: 0.6rem;
    margin-left: 0;
    width: -moz-max-content;
    width: max-content;
  }
}
.l-footer__nav__page .l-footer__nav__page__list:nth-child(2) a {
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
}
.l-footer__nav__outer {
  display: flex;
  flex-direction: column;
  gap: 6.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .l-footer__nav__outer {
    gap: 3rem;
    margin-top: 7rem;
  }
}
.l-footer__nav__sns {
  display: flex;
  gap: 2rem;
}
.l-footer__nav__sns a {
  cursor: pointer;
}
.l-footer__nav__sns .insta,
.l-footer__nav__sns .x {
  width: 15.5px;
}
.l-footer__nav__sns .line {
  width: 18px;
}
.l-footer__nav__copyright {
  text-align: right;
  font-size: 12px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .l-footer__nav__copyright {
    align-self: baseline;
    text-align: left;
  }
}
.l-loding {
  background-color: #1c1d22;
  cursor: wait;
  display: grid;
  height: 100%;
  place-content: center;
  place-items: center;
  pointer-events: auto;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 99999;
}
.-loaded .l-loding {
  cursor: unset;
  pointer-events: none;
}
.l-loding__logo {
  opacity: 0;
  width: 50rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .l-loding__logo {
    width: 25rem;
  }
}
.l-loding__progress {
  animation: rotation 1.2s linear infinite;
  border: 1px solid hsla(0, 0%, 100%, 0.3);
  border-bottom-color: #fff;
  border-radius: 50%;
  bottom: 6rem;
  box-sizing: border-box;
  display: inline-block;
  height: 30px;
  left: 6rem;
  position: absolute;
  width: 30px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .l-loding__progress {
    bottom: 2rem;
    height: 24px;
    left: auto;
    right: 2rem;
    width: 24px;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.l-fixed-scroller__progress {
  border: 1px solid hsla(0, 0%, 100%, 0.3);
  border-radius: 50%;
  bottom: 6rem;
  box-sizing: border-box;
  display: inline-block;
  height: 30px;
  left: 6rem;
  opacity: 0;
  position: fixed;
  width: 30px;
  z-index: 100;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .l-fixed-scroller__progress {
    bottom: 2rem;
    height: 24px;
    left: auto;
    right: 2rem;
    width: 24px;
  }
}
.-visited .l-fixed-scroller__progress {
  opacity: 1;
}
.l-fixed-scroller__progress__svg {
  height: 30px;
  left: -0.1rem;
  position: absolute;
  top: -0.1rem;
  transform: rotate(-90deg);
  width: 30px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .l-fixed-scroller__progress__svg {
    height: 24px;
    width: 24px;
  }
}
.l-fixed-scroller__progress__svg circle {
  stroke: #f5f5f5;
  stroke-width: 1px;
  stroke-linecap: round;
  fill: transparent;
  cx: max(15px, 1.5rem);
  cy: max(15px, 1.5rem);
  r: max(14.5px, 1.45rem);
  cx: 15px;
  cy: 15px;
  r: 14.5px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .l-fixed-scroller__progress__svg circle {
    cx: max(12px, 1.2rem);
    cy: max(12px, 1.2rem);
    r: max(11.5px, 1.15rem);
    cx: 12px;
    cy: 12px;
    r: 11.5px;
  }
}
.l-fixed-scroller__attention {
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  z-index: 100;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .l-fixed-scroller__attention {
    left: -1rem;
    right: auto;
  }
}
.l-fixed-scroller__text {
  font-size: 12px;
  line-height: 1;
  transform: rotate(90deg) translate(-40px, -1px);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .l-fixed-scroller__text {
    bottom: 2.5rem;
    left: auto;
    right: 5.3rem;
  }
}
.l-fixed-scroller__text span {
  display: block;
}
.l-fixed-scroller__text span.is-none {
  opacity: 0 !important;
  transition: opacity 1.1s ease-out;
}
.l-fixed-scroller__text.toggle-class .char-inner {
  animation-name: iconArrow;
}
.l-fixed-scroller__text .char {
  overflow: hidden;
}
.l-fixed-scroller__text .char:first-child .char-inner {
  animation-delay: 0s;
}
.l-fixed-scroller__text .char:nth-child(2) .char-inner {
  animation-delay: 0.02s;
}
.l-fixed-scroller__text .char:nth-child(3) .char-inner {
  animation-delay: 0.04s;
}
.l-fixed-scroller__text .char:nth-child(4) .char-inner {
  animation-delay: 0.06s;
}
.l-fixed-scroller__text .char:nth-child(5) .char-inner {
  animation-delay: 0.08s;
}
.l-fixed-scroller__text .char:nth-child(6) .char-inner {
  animation-delay: 0.1s;
}
.l-fixed-scroller__text .char:nth-child(7) .char-inner {
  animation-delay: 0.12s;
}
.l-fixed-scroller__text .char:nth-child(8) .char-inner {
  animation-delay: 0.14s;
}
.l-fixed-scroller__text .char:nth-child(9) .char-inner {
  animation-delay: 0.16s;
}
.l-fixed-scroller__text .char:nth-child(10) .char-inner {
  animation-delay: 0.18s;
}
.l-fixed-scroller__text .char:nth-child(11) .char-inner {
  animation-delay: 0.2s;
}
.l-fixed-scroller__text .char:nth-child(12) .char-inner {
  animation-delay: 0.22s;
}
.l-fixed-scroller__text .char:nth-child(13) .char-inner {
  animation-delay: 0.24s;
}
.l-fixed-scroller__text .char:nth-child(14) .char-inner {
  animation-delay: 0.26s;
}
.l-fixed-scroller__text .char:nth-child(15) .char-inner {
  animation-delay: 0.28s;
}
.l-fixed-scroller__text .char:nth-child(16) .char-inner {
  animation-delay: 0.3s;
}
.l-fixed-scroller__text .char:nth-child(17) .char-inner {
  animation-delay: 0.32s;
}
.l-fixed-scroller__text .char:nth-child(18) .char-inner {
  animation-delay: 0.34s;
}
.l-fixed-scroller__text .char:nth-child(19) .char-inner {
  animation-delay: 0.36s;
}
.l-fixed-scroller__text .char:nth-child(20) .char-inner {
  animation-delay: 0.38s;
}
.l-fixed-scroller__text .char:nth-child(21) .char-inner {
  animation-delay: 0.4s;
}
.l-fixed-scroller__text .char-inner {
  animation-delay: 1s;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.65, 0.01, 0.3, 0.97);
  overflow: hidden;
}
@keyframes iconArrow {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  40% {
    opacity: 0;
  }
  49.9% {
    opacity: 0;
    transform: translateY(-50%);
  }
  50% {
    opacity: 0;
    transform: translateY(50%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.l-fixed-scroller__line {
  background-color: hsla(0, 0%, 100%, 0.5);
  height: 90px;
  overflow: hidden;
  position: relative;
  width: 1px;
}
.l-fixed-scroller__line.is-none {
  opacity: 0 !important;
  transition: opacity 1.1s ease-out;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .l-fixed-scroller__line {
    height: 60px;
  }
}
.l-fixed-scroller__line:after {
  animation: scrolldown 2.4s ease-in-out infinite;
  background-color: #fff;
  content: '';
  height: 90px;
  position: absolute;
  width: 1px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .l-fixed-scroller__line:after {
    height: 60px;
  }
}
@keyframes scrolldown {
  0% {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(100%);
  }
}
.p-home-kv {
  position: relative;
}
.p-home-kv__model {
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 5;
}
.p-home-kv__model img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-home-kv__lift {
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100vw;
  background-image: linear-gradient(to bottom, #ffa500, #9d3811);
}
.p-home-kv__lift .p-home-kv__item {
  opacity: 0;
  transition: filter 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
  z-index: 4;
}
.p-home-kv__lift .p-home-kv__item .p-home-kv__item__image {
  height: 100%;
  position: absolute;
  width: 100%;
}
.p-home-kv__lift .p-home-kv__item .p-home-kv__item__image._01 {
  z-index: 1;
}
.p-home-kv__lift .p-home-kv__item .p-home-kv__item__image._01.is-black:before {
  background: rgba(0, 0, 0, 0.65);
}
.p-home-kv__lift .p-home-kv__item .p-home-kv__item__image._01:before {
  background: transparent;
  content: '';
  height: 100%;
  position: absolute;
  transition: background-color 0.5s ease-out;
  width: 100%;
  z-index: 1;
}
.p-home-kv__lift .p-home-kv__item .p-home-kv__item__image._02 {
  z-index: 2;
}
.p-home-kv__lift .p-home-kv__item .p-home-kv__item__image._03 {
  z-index: 3;
}
.p-home-kv__lift .p-home-kv__item .p-home-kv__item__image._02,
.p-home-kv__lift .p-home-kv__item .p-home-kv__item__image._03 {
  opacity: 0;
}
.p-home-kv__lift .p-home-kv__item .p-home-kv__item__image__black {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
.p-home-kv__lift .p-home-kv__bg,
.p-home-kv__lift .p-home-kv__item {
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
}
.p-home-kv__lift .p-home-kv__bg img,
.p-home-kv__lift .p-home-kv__item img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-home-contaner {
  padding-top: 200vh;
  position: relative;
  z-index: 10;
}
.p-home-contaner__overlay {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.3) 11.82%, rgba(0, 0, 0, 0.45) 40.77%, rgba(0, 0, 0, 0.2));
  padding: 10.7rem 0 33rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-contaner__overlay {
    padding: 6rem 2rem 20rem;
  }
}
.p-home-contaner__BlackBg {
  background-color: #151515;
  padding-left: 6rem;
  padding-right: 6rem;
  padding-top: 10vw;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-contaner__BlackBg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.p-home-gallery__wrapper {
  margin: 0 0 37.1rem;
  padding: 0 6rem;
  width: 100%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-gallery__wrapper {
    margin: 0 0 12rem;
    padding: 0;
  }
}
.p-home-gallery__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-gallery__list {
    flex-direction: column;
    justify-content: unset;
  }
}
.p-home-gallery__image {
  position: relative;
}
.p-home-gallery__image:first-child {
  margin-left: 7.3rem;
  width: 62.8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-gallery__image:first-child {
    margin-left: 0;
    width: 29.3rem;
  }
}
.p-home-gallery__image:nth-child(2) {
  margin-right: 5.3rem;
  margin-top: 11.9rem;
  width: 34.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-gallery__image:nth-child(2) {
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
    width: 21.3rem;
  }
}
.p-home-gallery__image:nth-child(3) {
  margin-left: 15.2rem;
  margin-top: 25.2rem;
  width: 47.1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-gallery__image:nth-child(3) {
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
    order: 4;
    width: 21.3rem;
    z-index: 1;
  }
}
.p-home-gallery__image:nth-child(4) {
  margin-right: 10.4rem;
  margin-top: 6.6rem;
  width: 34.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-gallery__image:nth-child(4) {
    margin-left: 0;
    margin-top: 0;
    order: 3;
    width: 23rem;
  }
}
.p-home-about {
  margin-left: 16.4rem;
  margin-top: 36.3rem;
  width: 50rem;
  width: max(300px, 50rem);
}
.p-home-about h2 {
  font-size: 3.3333vw;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-about {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
  }
 .p-home-about h2 {
  font-size: 8vw;
}
}

.circle-button {
  background-image: linear-gradient(45deg, #f3ec78, #af4261, #28b4e5, #f3ec78, #af4261, #28b4e5);
  background-size: 400% 400%; 
  color: white; 
  font-size: 1em;
  font-weight: 900;
  width: 150px;
  height: 150px;
  padding: 20px; 
  border-radius: 50%; 
  text-align: center; 
  cursor: pointer; 
  border: none; 
  outline: none; 
  position: relative; 
  overflow: hidden; 
  transition: transform 0.3s;
}

.circle-button:hover {
  transform: scale(1.1); 
}

@keyframes gradientBreath {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.circle-button {
  animation: gradientBreath 8s ease infinite; 
}


.circle-button::after {
  content: '';
  position: absolute;
  top: -10px; right: -10px; bottom: -10px; left: -10px; 
  border-radius: 50%;
  background: inherit;
  animation: glowing 8s infinite;
  z-index: -1;
  box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.7);
  filter: blur(8px);
}

@keyframes glowing {
  0%, 100% {
    box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.7);
    opacity: 0.6;
  }
  50% {
    box-shadow: 0 0 30px 15px rgba(255, 255, 255, 1);
    opacity: 1;
  }
}






.p-home-about .c-button-link {
  margin-top: 4rem;
}
.p-home-about__title {
  font-size: 2.6rem;
  font-size: clamp(26px, 2.6rem, 31px);
  font-size: max(26px, 2.6rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.4230769231;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-about__title {
    font-size: 2rem;
    font-size: clamp(20px, 2rem, 25px);
  }
}
.p-home-about__about {
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.8571428571;
  margin-top: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-about__about {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.6923076923;
  }
}
.p-home-about__copy {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.8571428571;
  margin-top: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-about__copy {
    font-size: 2rem;
    line-height: 1.6923076923;
  }
}
.p-home-about__copy span {
  display: block;
}
.p-home-about__copy span + span {
  margin-top: 1em;
}
.p-home-about__note {
  color: hsla(0, 0%, 100%, 0.8);
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  font-size: clamp(12px, 1.2rem, 17px);
  font-size: max(12px, 1.2rem);
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.5;
  margin-top: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-about__note {
    font-size: 1.1rem;
    font-size: clamp(11px, 1.1rem, 16px);
    margin-top: 1rem;
  }
}
.p-home-video {
  margin: 50.7rem auto 0;
  width: 111.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-video {
    aspect-ratio: 270/360;
    margin: 14rem auto 0;
    width: 27rem;
  }
}
.p-home-video img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-home-elekilift {
  margin-left: 18rem;
  margin-top: 33.8rem;
  width: 26rem;
  width: max(260px, 26rem);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-elekilift {
    margin-left: 0;
    margin-top: 29rem;
  }
}
.p-home-elekilift .c-button-link {
  margin-top: 4rem;
}
.p-home-elekilift__title {
  font-size: 2.8rem;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-elekilift__title {
    font-size: 2.5rem;
  }
}
.p-home-elekilift__lead {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-size: max(14px, 1.4rem);
  font-weight: 300;
  letter-spacing: 0.01em;
  letter-spacing: 0;
  line-height: 1.4285714286;
  margin-left: -0.15em;
  margin-top: 1.15rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-elekilift__lead {
    font-size: 1.3rem;
    font-size: clamp(13px, 1.3rem, 18px);
    line-height: 1.4615384615;
  }
}
.p-home-elekilift__copy {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2rem;
  font-size: max(20px, 2rem);
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.6;
  margin-top: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-elekilift__copy {
    font-size: 1.8rem;
    font-size: clamp(18px, 1.8rem, 23px);
    line-height: 1.5555555556;
  }
}
.p-home-elekilift__note {
  color: hsla(0, 0%, 100%, 0.8);
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  font-size: max(12px, 1.2rem);
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.5;
  margin-top: 1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-elekilift__note {
    font-size: 1.1rem;
    font-size: clamp(11px, 1.1rem, 16px);
    line-height: 1.4545454545;
  }
}
.p-home-elekibrush {
  margin-left: auto;
  margin-right: 10rem;
  margin-top: 34.5rem;
  width: 35rem;
  width: max(350px, 35rem);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-elekibrush {
    margin-top: 29rem;
    width: 100%
  }
}
.p-home-elekibrush .c-button-link {
  margin-top: 4rem;
}
.p-home-elekibrush__title {
  font-size: 5rem;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 900;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-elekibrush__title {
    font-size: 4.5rem;
  }
}
.p-home-elekibrush__lead {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-size: max(14px, 1.4rem);
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.4285714286;
  margin-top: 1.15rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-elekibrush__lead {
    font-size: 1.3rem;
    font-size: clamp(13px, 1.3rem, 18px);
    line-height: 1.4615384615;
  }
}
.p-home-elekibrush__copy {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2rem;
  font-size: max(20px, 2rem);
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.6;
  margin-top: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-elekibrush__copy {
    font-size: 1.8rem;
    font-size: clamp(18px, 1.8rem, 23px);
    line-height: 1.5555555556;
  }
}
.p-home-elekibrush__about {
  color: hsla(0, 0%, 100%, 0.8);
  display: block;
  font-size: 1.4rem;
  font-size: max(14px, 1.4rem);
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-elekibrush__about {
    font-size: 1.3rem;
    line-height: 1.4545454545;
  }
}
.p-home-elekibrush__note {
  color: hsla(0, 0%, 100%, 0.8);
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  font-size: max(12px, 1.2rem);
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-elekibrush__note {
    font-size: 1.3rem;
    line-height: 1.4545454545;
  }
}
.p-home-products .c-products__list {
  display: flex;
  justify-content: center; 
  margin-top: 2rem;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-products .c-products__list {
    flex-wrap: wrap;
    gap: 4rem 1.4rem;
    justify-content: center; 
  }
}




.p-home-products .c-products__item,
.p-home-products .c-products__item {
  width: 34.3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-products .c-products__item,
  .p-home-products .c-products__item {
    width: 15%;
    text-align: center;
    justify-content: center;
  }
}
















.p-home-products .c-products__item a {
  display: block;
}
.p-home-products .c-products__item__text {
  display: flex;
  justify-content: space-between;
  margin-top: 0.7em;
}
.p-home-products .c-products__item__text__name span {
  display: block;
}
.p-home-products .c-products__item__text__name span:first-child {
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.1875;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-products .c-products__item__text__name span:first-child {
    font-size: 1.3rem;
  }
}
.p-home-products .c-products__item__text__name span:nth-child(2) {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.01em;
  letter-spacing: 0;
  line-height: 2.1666666667;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-products .c-products__item__text__name span:nth-child(2) {
    font-size: 1.1rem;
  }
}
.p-home-products .c-products__item__text__price {
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.1875;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-products .c-products__item__text__price {
    font-size: 1.3rem;
  }
}
.p-home-products .c-button-link {
  margin-left: auto;
  margin-top: -1.2em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-products .c-button-link {
    margin-top: 4rem;
  }
}
.p-home-products__wrapper {
  background-color: #151515;
  padding-top: 20rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-products__wrapper {
    padding-top: 10rem;
  }
}
.p-home-products__title {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-size: 14px;
  line-height: 1.2142857143;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-products__title {
    font-size: 13px;
  }
}
.p-home-news .c-news__article:first-child {
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
}
.p-home-news .c-news__article:nth-child(n + 6) {
  display: none;
}
.p-home-news .c-button-link {
  margin-left: auto;
  margin-top: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-news .c-button-link {
    margin-top: 2rem;
  }
}
.p-home-news__wrapper {
  padding-top: 10vw;
  margin-left: auto;
  width: 95rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-news__wrapper {
    margin-left: 0;
    margin-top: 10rem;
    width: 100%;
  }
}
.p-home-news__title {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-size: 72px;
  line-height: 1.2142857143;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-news__title {
    font-size: 13px;
  }
}
.p-home-campaign {
  margin-top: 9rem;
  padding-bottom: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-campaign {
    margin-top: 10rem;
  }
}
.p-home-campaign__wrapper {
  background-color: #28282c;
  margin-left: auto;
  padding: 1.5rem;
  position: relative;
  width: 95rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-campaign__wrapper {
    padding: 1rem;
    width: 100%;
  }
}
.p-home-campaign__title {
  font-size: 13px;
  left: 54.8rem;
  line-height: 1;
  position: absolute;
  top: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-campaign__title {
    left: 1rem;
    top: 22rem;
  }
}
.p-home-campaign__num {
  align-items: center;
  bottom: auto;
  display: flex;
  font-size: 13px;
  left: auto;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-campaign__num {
    right: 1rem;
    top: 22rem;
  }
}
.p-home-campaign__list {
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
}
.p-home-campaign__item {
  display: flex;
  gap: 3rem;
  overflow: hidden;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-campaign__item {
    flex-direction: column;
    gap: 0;
  }
}
.p-home-campaign__container {
  display: flex;
  gap: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-campaign__container {
    flex-direction: column;
    gap: 0;
  }
}
.p-home-campaign__item__image,
.p-home-campaign__thum {
  aspect-ratio: 508/285;
  margin: 0;
  overflow: hidden;
  width: 50.8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-campaign__item__image,
  .p-home-campaign__thum {
    width: 100%;
  }
}
.p-home-campaign__item__image img,
.p-home-campaign__thum img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-home-campaign__thum__image {
  overflow: hidden;
}
.p-home-campaign__text__item {
  align-items: flex-end;
  display: flex;
  height: 100%;
  justify-content: space-between;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 0.8s ease-in-out;
  width: 100%;
}
.p-home-campaign__text__item.is-active {
  opacity: 1;
  pointer-events: all;
}
.p-home-campaign__text__item.is-active .p-home-campaign__item__copy .char-inner,
.p-home-campaign__text__item.is-active .p-home-campaign__item__title .char-inner {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-campaign__text__item {
    height: 100%;
    padding: 2rem 0 1rem;
    width: 100%;
  }
}
.p-home-campaign__item__text,
.p-home-campaign__text {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: calc(100% - 53.8rem);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-campaign__item__text,
  .p-home-campaign__text {
    aspect-ratio: 330/210;
    height: 100%;
    padding: 2rem 0 1rem;
    width: 100%;
  }
}
.p-home-campaign__item__text .c-button-link,
.p-home-campaign__text .c-button-link {
  font-size: 14px;
}
.p-home-campaign__item__text__wrap {
  width: 25.6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-campaign__item__text__wrap {
    margin-top: 5rem;
    width: 24rem;
  }
}
.p-home-campaign__item__copy .char-inner,
.p-home-campaign__item__title .char-inner {
  opacity: 0;
  transform: translateY(100%);
  transition: transform 1.5s cubic-bezier(0.25, 0, 0, 1) 0.2s, opacity 1.6s cubic-bezier(0.25, 0, 0, 1) 0.2s;
}
.p-home-campaign__item__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-campaign__item__title {
    font-size: 18px;
    line-height: 1.5555555556;
  }
}
.p-home-campaign__item__copy {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.6923076923;
  margin-top: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-campaign__item__copy {
    font-size: 12px;
    line-height: 1.6666666667;
    margin-top: 1.6rem;
  }
}
.p-home-campaign__bullets.swiper-pagination {
  bottom: -32px;
  display: flex;
  left: auto;
  position: absolute;
  right: -8px;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-campaign__bullets.swiper-pagination {
    bottom: -35px;
    right: -4px;
  }
}
.p-home-campaign__bullets.swiper-pagination .swiper-pagination-bullet {
  background-color: transparent !important;
  box-sizing: content-box;
  flex-shrink: 0;
  margin: 0 !important;
  opacity: 1;
  padding: 10px;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home-campaign__bullets.swiper-pagination .swiper-pagination-bullet {
    padding: 10px 6px;
  }
}
.p-home-campaign__bullets.swiper-pagination .swiper-pagination-bullet:before {
  background-color: #fff !important;
  border-radius: 10000px;
  content: '';
  display: block;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
}
.p-home-campaign__bullets.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background-color: transparent !important;
  border: 1px solid #fff;
  height: 10px;
  width: 10px;
}
.p-home .c-mediasAwards {
  gap: 6rem;
  margin-left: auto;
  width: 100%
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home .c-mediasAwards {
    gap: 0;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
  }
}
.p-home .c-medias {
  width: 100%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home .c-medias {
    margin-top: 10rem;
    width: 100%;
  }
}
.p-home .c-awards {
  width: 50%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-home .c-awards {
    width: 100%;
  }
}
.p-productDetail-kv {
  overflow: hidden;
  position: relative;
  width: 100vw;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-kv {
    margin-top: 8rem;
  }
}
.p-productDetail-buy__wrapper {
  display: flex;
  gap: 10.7rem;
  padding-left: 16rem;
  padding-right: 16rem;
  padding-top: 16rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-buy__wrapper {
    flex-direction: column;
    gap: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 4rem;
  }
  .p-productDetail-buy__image {
    margin-top: 5rem;
    order: 2;
  }
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-productDetail-buy__image {
    width: 55.9rem;
  }
}
.p-productDetail-buy__image__main__item {
  overflow: hidden;
}
.p-productDetail-buy__image__thumnails {
  margin-top: 1rem;
  overflow: hidden;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-buy__image__thumnails {
    margin-top: 0.6rem;
  }
}
.p-productDetail-buy__image__thumnails__item {
  flex-shrink: 0;
  width: 9.6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-buy__image__thumnails__item {
    width: 6rem;
  }
  .p-productDetail-buy__text {
    display: contents;
  }
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-productDetail-buy__text {
    width: 45.4rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-buy__text__head {
    order: 1;
  }
  .p-productDetail-buy__text__body {
    order: 3;
  }
}
.p-productDetail-buy__lead {
  font-size: 16px;
  line-height: 1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-buy__lead {
    font-size: 14px;
  }
}
.p-productDetail-buy__title span {
  display: block;
}
.p-productDetail-buy__title > .en {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-size: 40px;
  line-height: 1;
  margin-top: 0.5em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-buy__title > .en {
    font-size: 32px;
  }
}
.p-productDetail-buy__title > .jp {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 0.8em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-buy__title > .jp {
    font-size: 13px;
  }
}
.p-productDetail-buy__copy {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-buy__copy {
    font-size: 13px;
    line-height: 1.6923076923;
    margin-top: 3rem;
  }
}
.p-productDetail-buy__note {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-buy__note {
    margin-top: 1rem;
  }
}
.p-productDetail-buy__note small {
  color: hsla(0, 0%, 100%, 0.8);
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.01em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-buy__note small {
    font-size: 11px;
  }
}
.p-productDetail-buy__price {
  display: flex;
  line-height: 1;
  margin-top: 4rem;
}
.p-productDetail-buy__price span:first-child,
.p-productDetail-buy__price span:nth-child(2) {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-size: 28px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-buy__price span:first-child,
  .p-productDetail-buy__price span:nth-child(2) {
    font-size: 24px;
  }
}
.p-productDetail-buy__price span:nth-child(3) {
  align-self: flex-end;
  font-size: 12px;
  margin-bottom: 5px;
  margin-left: 5px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-buy__price span:nth-child(3) {
    font-size: 11px;
  }
}
.p-productDetail-buy__point {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-top: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-buy__point {
    font-size: 11px;
    margin-top: 3rem;
  }
}
.p-productDetail-buy__tag {
  margin-top: 1.4rem;
}
.p-productDetail-buy__formGroup #add-shop-cart-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-buy__formGroup #add-shop-cart-form {
    flex-direction: column;
  }
}
.p-productDetail-buy__gift {
  flex-shrink: 0;
  margin-top: 4rem;
  width: 100%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-buy__gift {
    margin-top: 3rem;
    order: 2;
  }
}
.p-productDetail-buy__gift input {
  display: none;
}
.p-productDetail-buy__gift input:checked + label:after {
  content: '';
}
.p-productDetail-buy__gift label {
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.02em;
  padding-left: 3.2rem;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-buy__gift label {
    font-size: 12px;
    padding-left: 3rem;
  }
}
.p-productDetail-buy__gift label:before {
  border: 1px solid #fff;
  content: '';
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-buy__gift label:before {
    height: 18px;
    width: 18px;
  }
}
.p-productDetail-buy__gift label:after {
  background-color: #fff;
  height: 12px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 12px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-buy__gift label:after {
    height: 10px;
    width: 10px;
  }
}
.p-productDetail-buy__quantity {
  align-items: center;
  display: flex;
  flex-shrink: 1;
  margin-top: 3rem;
  width: 10rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-buy__quantity {
    order: 1;
  }
}
.p-productDetail-buy__quantity .input-number {
  -moz-appearance: textfield;
  color: #fff;
  display: grid;
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-size: 20px;
  height: 30px;
  line-height: 1;
  place-content: center;
  place-items: center;
  text-align: center;
  width: calc(100% - 60px) !important;
}
.p-productDetail-buy__quantity .input-number::-webkit-inner-spin-button,
.p-productDetail-buy__quantity .input-number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}
.p-productDetail-buy__quantity .btn-number {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  font-size: 0;
  height: 30px;
  justify-content: center;
  padding: 4px;
  position: relative;
  width: 30px;
  z-index: 2;
}
.p-productDetail-buy__quantity .btn-number[data-type='minus']:before,
.p-productDetail-buy__quantity .btn-number[data-type='plus']:before {
  background-color: #fff;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
}
.p-productDetail-buy__quantity .btn-number[data-type='plus']:after {
  background-color: #fff;
  content: '';
  height: 12px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
}
.p-productDetail-buy__btn {
  align-self: flex-end;
  display: inline-block;
  flex-shrink: 1;
  margin-left: auto;
  margin-top: 3rem;
  width: 33.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-buy__btn {
    align-self: baseline;
    margin-left: 0;
    margin-top: 2rem;
    order: 3;
    width: 24rem;
  }
}
.p-productDetail-buy__banner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 6rem;
  width: 100%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-buy__banner {
    gap: 2rem;
    order: 4;
  }
}
.p-productDetail-buy__banner__item {
  position: relative;
}
.p-productDetail-buy__banner__item._hirePurchase {
  background-color: #212620;
  border-radius: 2px;
  color: #fff;
}
.p-productDetail-buy__banner__item._hirePurchase button {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 100%;
}
.p-productDetail-buy__banner__item._hirePurchase .hirePurchase__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-buy__banner__item._hirePurchase .hirePurchase__title {
    font-size: 13px;
    line-height: 1.6153846154;
  }
}
.p-productDetail-buy__banner__item._hirePurchase .hirePurchase__title span {
  font-size: 12px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-buy__banner__item._hirePurchase .hirePurchase__title span {
    font-size: 10px;
  }
}
.p-productDetail-buy__banner__item._hirePurchase .hirePurchase__link {
  font-size: 12px;
  margin-top: 1em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-buy__banner__item._hirePurchase .hirePurchase__link {
    font-size: 10px;
    margin-top: 0.6em;
  }
}
.p-productDetail-buy__banner__item._hirePurchase .hirePurchase__link .icon {
  background-color: #fff;
  border-radius: 1000px;
  display: inline-block;
  height: 20px;
  margin-left: 4px;
  position: relative;
  vertical-align: middle;
  width: 20px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-buy__banner__item._hirePurchase .hirePurchase__link .icon {
    height: 15px;
    width: 15px;
  }
}
.p-productDetail-buy__banner__item._hirePurchase .hirePurchase__link .icon:after,
.p-productDetail-buy__banner__item._hirePurchase .hirePurchase__link .icon:before {
  background-color: #000;
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.p-productDetail-buy__banner__item._hirePurchase .hirePurchase__link .icon:before {
  height: 1px;
  width: 8px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-buy__banner__item._hirePurchase .hirePurchase__link .icon:before {
    width: 7.5px;
  }
}
.p-productDetail-buy__banner__item._hirePurchase .hirePurchase__link .icon:after {
  height: 8px;
  width: 1px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-buy__banner__item._hirePurchase .hirePurchase__link .icon:after {
    height: 7.5px;
  }
}
.p-productDetail-buy__banner__item._hirePurchase .hirePurchase__icon {
  background-color: #fff;
  border-radius: 100000px;
  color: #000;
  display: grid;
  font-size: 15px;
  height: 100px;
  place-content: center;
  place-items: center;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-buy__banner__item._hirePurchase .hirePurchase__icon {
    font-size: 12px;
    height: 80px;
    right: 20px;
    width: 80px;
  }
}
.p-productDetail-commercial .c-mediasAwards {
  gap: 11rem;
  margin-top: 14rem;
  width: 100%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-commercial .c-mediasAwards {
    flex-direction: column-reverse;
    gap: 0;
    margin: 0;
  }
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-productDetail-commercial .c-medias {
    width: 45rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-commercial .c-medias {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-productDetail-commercial .c-awards {
    width: 56rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-commercial .c-awards {
    margin-top: 6rem;
  }
}
.p-productDetail-commercial__wrapper {
  padding: 16rem 16rem 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-commercial__wrapper {
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 10rem;
  }
}
.p-productDetail-commercial__modal {
  margin-top: 2rem;
}
.p-productDetail-commercial__text {
  display: flex;
  font-size: 16px;
  gap: 5rem;
  justify-content: flex-end;
  line-height: 1.625;
  margin-top: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-commercial__text {
    flex-direction: column;
    font-size: 13px;
    gap: 1rem;
    justify-content: baseline;
    line-height: 1.6923076923;
  }
}
.p-productDetail-description__wrapper {
  margin-bottom: 16rem;
  margin-top: 16rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-description__wrapper {
    margin-bottom: 10rem;
    margin-top: 6rem;
  }
}
.p-productDetail-description__head {
  padding-left: 16rem;
  padding-right: 16rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-description__head {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.p-productDetail-description__head__wrapper {
  position: relative;
}
.p-productDetail-description__head__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 26px;
  font-weight: 300;
  left: 8rem;
  letter-spacing: 0;
  line-height: 1.4615384615;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-description__head__title {
    font-size: 18px;
    position: static;
    transform: none;
  }
  .p-productDetail-description__head__image {
    margin: 4rem calc(50% - 50vw) 0;
    width: 100vw;
  }
}
.p-productDetail-description__body {
  margin-top: 12rem;
  padding-left: 24rem;
  padding-right: 24rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-description__body {
    margin-top: 8rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.p-productDetail-description__body__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.4615384615;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-description__body__title {
    font-size: 18px;
  }
}
.p-productDetail-description__body__images {
  display: flex;
  gap: 0 6rem;
  margin-top: 4.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-description__body__images {
    flex-direction: column;
    gap: 3rem 0;
    margin-top: 1rem;
  }
}
.p-productDetail-description__body__images figure {
  position: relative;
  width: 45rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-description__body__images figure {
    width: 100%;
  }
}
.p-productDetail-description__body__images figure figcaption {
  font-size: 16px;
  left: 50%;
  margin-top: -1em;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-description__body__images figure figcaption {
    font-size: 13px;
  }
}
.p-productDetail-description__body__note {
  background-color: #000;
  display: flex;
  gap: 0 8rem;
  margin-top: 3rem;
  padding: 3rem 5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-description__body__note {
    flex-direction: column;
    gap: 2rem 0;
    margin-top: 2rem;
    padding: 3rem 2rem;
  }
}
.p-productDetail-description__body__note__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.6;
  width: 30rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-description__body__note__title {
    font-size: 16px;
    width: 100%;
  }
}
.p-productDetail-description__body__note__copy {
  width: 48rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-description__body__note__copy {
    width: 100%;
  }
}
.p-productDetail-description__body__note__copy p {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-description__body__note__copy p {
    font-size: 13px;
  }
}
.p-productDetail-description__body__note__copy small {
  color: hsla(0, 0%, 100%, 0.8);
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.01em;
  margin-top: 1em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-description__body__note__copy small {
    font-size: 11px;
    margin-top: 0.5rem;
  }
}
.p-productDetail-feature {
  position: relative;
}
.p-productDetail-feature__wrapper {
  margin-top: 16rem;
  padding: 12rem 14rem 14rem 16rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-feature__wrapper {
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 10rem;
  }
}
.p-productDetail-feature__bg {
  aspect-ratio: 1440/930;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-feature__bg {
    height: 33rem;
    margin: 2rem calc(50% - 50vw) 0;
    position: static;
    width: 100vw;
  }
}
.p-productDetail-feature__bg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-productDetail-feature__title {
    position: relative;
    z-index: 1;
  }
}
.p-productDetail-feature__content__wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-productDetail-feature__content__wrap {
    position: relative;
    z-index: 1;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-feature__content__wrap {
    flex-direction: column;
    margin-top: 4rem;
  }
}
.p-productDetail-feature__content__head {
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-productDetail-feature__content__head {
    padding-bottom: 0;
    width: 41rem;
  }
}
.p-productDetail-feature__content__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.4615384615;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-feature__content__title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-productDetail-feature__content__title {
    margin-bottom: 5rem;
  }
  .p-productDetail-feature__content__figure {
    width: 350px;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-feature__content__figure {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-productDetail-feature__content__body {
    align-self: flex-end;
    width: 41rem;
  }
}
.p-productDetail-feature__content__body .p-productDetail-feature__content__title {
  margin-bottom: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-feature__content__body .p-productDetail-feature__content__title {
    margin-bottom: 2rem;
  }
}
.p-productDetail-feature__content__copy {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-feature__content__copy {
    font-size: 13px;
    line-height: 1.6923076923;
    margin-bottom: 1rem;
  }
}
.p-productDetail-feature__content__note {
  display: flex;
  flex-direction: column;
}
.p-productDetail-feature__content__note small {
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6666666667;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-feature__content__note small {
    font-size: 11px;
    line-height: 1.4545454545;
  }
  #eleki-lift .p-productDetail-feature__content__head {
    display: contents;
  }
  #eleki-lift .p-productDetail-feature__content__copy,
  #eleki-lift .p-productDetail-feature__content__note {
    order: 5;
  }
  #eleki-lift .p-productDetail-feature__content__figure {
    margin-bottom: 3rem;
    order: 2;
  }
}
.p-productDetail-example__wrapper {
  padding: 16rem 24rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-example__wrapper {
    padding-bottom: 10rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 10rem;
  }
}
.p-productDetail-example__head {
  display: flex;
  gap: 10rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-example__head {
    flex-direction: column;
    gap: 4.5rem;
  }
}
.p-productDetail-example__head.is-show .p-productDetail-example__image__thum {
  opacity: 1;
}
.p-productDetail-example__head.is-show .p-productDetail-example__image__thum:nth-child(2) {
  transition-delay: 0.3s;
}
.p-productDetail-example__head.is-show .p-productDetail-example__image__thum:nth-child(3) {
  transition-delay: 0.6s;
}
.p-productDetail-example__image {
  height: 30rem;
  position: relative;
  width: 30rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-example__image {
    height: 20.8rem;
    margin: 0 auto;
    width: 20.8rem;
  }
}
.p-productDetail-example__image .p-productDetail-example__image__thum {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.55s cubic-bezier(0.83, -0.01, 0.51, 1.02);
  width: 100%;
}
.p-productDetail-example__image .p-productDetail-example__image__thum:first-child {
  rotate: -3deg;
  translate: 0 0.8rem;
}
.p-productDetail-example__image .p-productDetail-example__image__thum:nth-child(2) {
  rotate: 10deg;
}
.p-productDetail-example__image .p-productDetail-example__image__thum:nth-child(3) {
  rotate: 4deg;
  translate: 0 -3.5rem;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-productDetail-example__text {
    width: 50rem;
  }
}
.p-productDetail-example__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.4615384615;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-example__title {
    font-size: 18px;
  }
}
.p-productDetail-example__list {
  margin-top: 3rem;
}
.p-productDetail-example__list li {
  font-size: 14px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-example__list li {
    font-size: 13px;
  }
}
.p-productDetail-example__note {
  color: hsla(0, 0%, 100%, 0.8);
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.01em;
  margin-top: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-example__note {
    font-size: 11px;
  }
}
.p-productDetail-example__body {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 12rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-example__body {
    margin-top: 10rem;
  }
}
.p-productDetail-example__use {
  width: -moz-max-content;
  width: max-content;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-example__use {
    width: 100%;
  }
}
.p-productDetail-example__use:nth-child(n + 2) {
  margin-top: 5.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-example__use:nth-child(n + 2) {
    margin-top: 6rem;
  }
}
.p-productDetail-example__use__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-example__use__title {
    font-size: 16px;
  }
}
.p-productDetail-example__use__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-example__use__list {
    gap: 2rem 1.4rem;
  }
}
.p-productDetail-example__use__image {
  width: 22rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-example__use__image {
    width: 16.8rem;
  }
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-productDetail-example__use__image:nth-child(3) {
    margin-left: 5rem;
  }
}
.p-productDetail-example__use__image figcaption {
  display: block;
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-size: 16px;
  line-height: 1;
  margin-top: 0.9rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-example__use__image figcaption {
    font-size: 13px;
  }
}
.p-productDetail-example__use__note {
  align-self: baseline;
  color: hsla(0, 0%, 100%, 0.8);
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.01em;
  margin-top: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-example__use__note {
    font-size: 11px;
  }
}
.p-productDetail-example__detail {
  align-items: center;
  display: flex;
  gap: 0 8rem;
  margin-top: 12rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-example__detail {
    align-items: baseline;
    flex-direction: column;
    margin-top: 9rem;
  }
}
.p-productDetail-example__detail__ilust {
  width: 46rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-example__detail__ilust {
    margin-top: 2rem;
    order: 2;
    width: 100%;
  }
}
.p-productDetail-example__detail__content {
  width: 42rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-example__detail__content {
    display: contents;
    width: 100%;
  }
}
.p-productDetail-example__detail__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-example__detail__title {
    font-size: 16px;
    order: 1;
  }
}
.p-productDetail-example__detail__text {
  margin-top: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-example__detail__text {
    margin-top: 2rem;
    order: 3;
  }
}
.p-productDetail-example__detail__dl {
  align-items: center;
  display: flex;
  gap: 1.4rem;
}
.p-productDetail-example__detail__dl:nth-child(n + 2) {
  margin-top: 1.8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-example__detail__dl {
    gap: 1.3rem;
  }
}
.p-productDetail-example__detail__dt {
  background-color: #fff;
  border-radius: 1000px;
  color: #000;
  font-size: 14px;
  line-height: 1.4285714286;
  padding: 0.5rem 1.6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-example__detail__dt {
    font-size: 12px;
  }
}
.p-productDetail-example__detail__dd {
  font-size: 14px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-example__detail__dd {
    font-size: 13px;
  }
}
.p-productDetail-example__detail__copy {
  font-size: 14px;
  line-height: 1.7142857143;
  margin-top: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-example__detail__copy {
    font-size: 13px;
    line-height: 1.6923076923;
  }
}
.p-productDetail-problems {
  background-color: #000;
}
.p-productDetail-problems__wrapper {
  padding: 16rem 24rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-problems__wrapper {
    padding-bottom: 10rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 10rem;
  }
}
.p-productDetail-problems__head {
  display: flex;
  gap: 11rem;
  margin-top: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-problems__head {
    flex-direction: column-reverse;
    gap: 3rem;
  }
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-productDetail-problems__text {
    width: 45rem;
  }
}
.p-productDetail-problems__item {
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
  display: flex;
  gap: 1.7rem;
  padding: 1.4rem 1rem;
}
.p-productDetail-problems__item:last-child {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}
.p-productDetail-problems__item__check {
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  display: block;
  height: 13px;
  margin-top: 0.15em;
  position: relative;
  width: 13px;
}
.p-productDetail-problems__item__check:before {
  background-image: url(../assets/images/common/icon-check.svg);
  content: '';
  height: 11px;
  left: 0;
  position: absolute;
  top: 0;
  width: 13px;
}
.p-productDetail-problems__item__copy {
  font-size: 16px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-problems__item__copy {
    font-size: 13px;
  }
}
.p-productDetail-problems__note {
  margin-top: 2rem;
}
.p-productDetail-problems__note small {
  color: hsla(0, 0%, 100%, 0.8);
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.01em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-problems__note small {
    font-size: 11px;
  }
}
.p-productDetail-problems__image {
  align-self: flex-end;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-productDetail-problems__image {
    width: 40rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-problems__image {
    align-self: baseline;
  }
}
.p-productDetail-problems__image .p-productDetail-problems__image__thum:first-child {
  width: 26.7rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-problems__image .p-productDetail-problems__image__thum:first-child {
    width: 23.3rem;
  }
}
.p-productDetail-problems__image .p-productDetail-problems__image__thum:nth-child(2) {
  margin-left: auto;
  margin-top: -16.7rem;
  position: relative;
  width: 21rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-problems__image .p-productDetail-problems__image__thum:nth-child(2) {
    margin-top: -14.6rem;
    width: 18.3rem;
  }
}
.p-productDetail-problems__body {
  margin-top: 12rem;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-problems__body {
    margin-top: 6.8rem;
  }
}
#eleki-lotion .p-productDetail-problems__body {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: 71.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #eleki-lotion .p-productDetail-problems__body {
    width: 100%;
  }
}
.p-productDetail-problems__body .p-productDetail-problems__image__thum:first-child {
  margin-left: auto;
  width: 68.7rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-problems__body .p-productDetail-problems__image__thum:first-child {
    width: 29.4rem;
  }
}
.p-productDetail-problems__body .p-productDetail-problems__image__thum:nth-child(2) {
  margin-top: -21.4rem;
  position: relative;
  width: 42.6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-problems__body .p-productDetail-problems__image__thum:nth-child(2) {
    margin-top: -3.8rem;
    width: 18.2rem;
  }
}
.p-productDetail-problems__body .p-productDetail-problems__copy {
  bottom: 0;
  font-size: 16px;
  line-height: 1.625;
  position: absolute;
  right: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-problems__body .p-productDetail-problems__copy {
    margin-left: auto;
    margin-top: 3rem;
    position: static;
    width: -moz-max-content;
    width: max-content;
  }
}
.p-productDetail-problems__parts__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-problems__parts__title {
    font-size: 16px;
  }
}
.p-productDetail-problems__parts__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 1.5rem;
  margin-top: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-problems__parts__list {
    gap: 2rem 1.4rem;
  }
}
.p-productDetail-problems__parts__item {
  text-align: center;
  width: calc(25% - 1.5rem);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-problems__parts__item {
    width: 16.8rem;
  }
}
#eleki-lotion .p-productDetail-problems__parts__item {
  width: 22.8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #eleki-lotion .p-productDetail-problems__parts__item {
    width: 16.8rem;
  }
}
.p-productDetail-problems__parts__item figcaption {
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1.1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-problems__parts__item figcaption {
    font-size: 13px;
    margin-top: 0.6rem;
  }
}
.p-productDetail-functions__wrapper {
  padding: 16rem 24rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-functions__wrapper {
    padding-bottom: 10rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 10rem;
  }
}
.p-productDetail-functions__head__wrap {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-top: 3.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-functions__head__wrap {
    align-items: baseline;
    flex-direction: column;
    justify-content: baseline;
    margin-top: 3rem;
  }
}
.p-productDetail-functions__lead {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.4615384615;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-functions__lead {
    font-size: 18px;
  }
}
.p-productDetail-functions__links {
  display: flex;
  font-size: 14px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-functions__links {
    font-size: 13px;
    margin-top: 2rem;
  }
}
.p-productDetail-functions__body {
  margin-top: 5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-functions__body {
    margin-top: 3rem;
  }
}
.p-productDetail-functions__mode {
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
  padding: 6rem 0;
}
.p-productDetail-functions__mode:last-child {
  padding-bottom: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-functions__mode {
    padding: 4rem 0;
  }
  #eleki-liftgel .p-productDetail-functions__mode:nth-child(3) .p-productDetail-functions__mode__wrap.-center,
  #eleki-lotion .p-productDetail-functions__mode:nth-child(3) .p-productDetail-functions__mode__wrap.-center {
    align-items: baseline;
  }
  #eleki-liftgel .p-productDetail-functions__mode:nth-child(3) .p-productDetail-functions__mode__text,
  #eleki-lotion .p-productDetail-functions__mode:nth-child(3) .p-productDetail-functions__mode__text {
    display: contents;
  }
  #eleki-liftgel .p-productDetail-functions__mode:nth-child(3) .p-productDetail-functions__mode__lead,
  #eleki-lotion .p-productDetail-functions__mode:nth-child(3) .p-productDetail-functions__mode__lead {
    margin-top: -2rem;
  }
  #eleki-liftgel .p-productDetail-functions__mode:nth-child(3) .p-productDetail-functions__mode__note,
  #eleki-lotion .p-productDetail-functions__mode:nth-child(3) .p-productDetail-functions__mode__note {
    margin-top: -1rem;
    order: 5;
  }
}
.p-productDetail-functions__mode__headline {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-functions__mode__headline {
    align-items: baseline;
  }
}
.p-productDetail-functions__mode__headline + .p-productDetail-functions__mode__wrap {
  margin-top: 4rem;
}
#eleki-brush .p-productDetail-functions__mode__headline + .p-productDetail-functions__mode__wrap {
  margin-top: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-functions__mode__headline + .p-productDetail-functions__mode__wrap {
    margin-top: 2rem;
  }
}
.p-productDetail-functions__mode__headline
  + .p-productDetail-functions__mode__wrap
  + .p-productDetail-functions__mode__wrap {
  margin-top: 3rem;
}
.p-productDetail-functions__mode__num {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-functions__mode__num {
    font-size: 13px;
  }
}
.p-productDetail-functions__mode__num + .p-productDetail-functions__mode__lead {
  margin-top: 1rem;
}
.p-productDetail-functions__mode__title {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-functions__mode__title {
    font-size: 28px;
    margin-top: 1.8rem;
  }
}
.p-productDetail-functions__mode__title .asterisk {
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 300;
  margin-left: 1.7rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-functions__mode__title .asterisk {
    font-size: 13px;
    margin-left: 1rem;
  }
}
.p-productDetail-functions__mode__title + .p-productDetail-functions__mode__lead {
  margin-top: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-functions__mode__title + .p-productDetail-functions__mode__lead {
    margin-top: 2rem;
  }
}
.p-productDetail-functions__mode__headline__image {
  width: 8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-functions__mode__headline__image {
    width: 6rem;
  }
}
.p-productDetail-functions__mode__wrap {
  display: flex;
  gap: 11rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-functions__mode__wrap {
    flex-direction: column;
    gap: 3rem;
  }
}
.p-productDetail-functions__mode__wrap.-center {
  align-items: center;
}
.p-productDetail-functions__mode__wrap + .p-productDetail-functions__mode__wrap {
  align-items: center;
  margin-top: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-functions__mode__wrap + .p-productDetail-functions__mode__wrap {
    align-items: baseline;
  }
}
.p-productDetail-functions__mode__wrap + .p-productDetail-functions__mode__wrap .p-productDetail-functions__mode__lead {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-functions__mode__wrap
    + .p-productDetail-functions__mode__wrap
    .p-productDetail-functions__mode__lead {
    font-size: 16px;
  }
}
.p-productDetail-functions__mode__wrap.-baseline {
  align-items: flex-start;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-productDetail-functions__mode__text {
    width: 40rem;
  }
}
.p-productDetail-functions__mode__tag {
  margin-bottom: 2rem;
}
.p-productDetail-functions__mode__lead {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.4615384615;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-functions__mode__lead {
    font-size: 18px;
  }
}
.p-productDetail-functions__mode__image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-productDetail-functions__mode__image {
    width: 45rem;
  }
  #eleki-liftgel .p-productDetail-functions__mode:nth-child(3) .p-productDetail-functions__mode__image img {
    width: 38rem;
  }
}
.p-productDetail-functions__mode__image figcaption {
  font-size: 16px;
  margin-top: 1em;
  text-align: center;
}
.p-productDetail-functions__mode__image .p-productDetail-functions__mode__note {
  flex-shrink: 0;
  width: 100%;
}
.p-productDetail-functions__mode__details {
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  font-size: 14px;
  margin-top: 2rem;
  padding: 5px 10px;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-functions__mode__details {
    font-size: 13px;
  }
}
.p-productDetail-functions__mode__copy {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-functions__mode__copy {
    font-size: 13px;
    line-height: 1.6923076923;
    margin-top: 2rem;
  }
}
.p-productDetail-functions__mode__note {
  color: hsla(0, 0%, 100%, 0.8);
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.01em;
  margin-top: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-functions__mode__note {
    font-size: 11px;
  }
}
.p-productDetail-functions__mode__other {
  align-items: center;
  background-color: #000;
  display: flex;
  gap: 6rem;
  margin-top: 6rem;
  padding: 3rem 7rem 3rem 5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-functions__mode__other {
    flex-direction: column-reverse;
    gap: 2rem;
    margin-top: 3rem;
    padding: 3rem 2rem;
  }
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-productDetail-functions__mode__other__image {
    width: 41rem;
  }
  .p-productDetail-functions__mode__other__text {
    width: 37rem;
  }
}
.p-productDetail-functions__mode__other__lead {
  font-size: 16px;
  margin-bottom: 1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-functions__mode__other__lead {
    font-size: 13px;
    margin-bottom: 0.4rem;
  }
}
.p-productDetail-functions__mode__other__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.4615384615;
  margin-bottom: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-functions__mode__other__title {
    font-size: 18px;
    margin-bottom: 1.2rem;
  }
}
.p-productDetail-functions__mode__other__copy {
  font-size: 14px;
  line-height: 1.8571428571;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-functions__mode__other__copy {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
.p-productDetail-functions__mode__led {
  display: flex;
  gap: 0 10rem;
  margin-top: 6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-functions__mode__led {
    flex-direction: column;
    gap: 3.5rem 0;
    margin-top: 3rem;
  }
}
.p-productDetail-functions__mode__led__item {
  position: relative;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-productDetail-functions__mode__led__item {
    width: 43rem;
  }
  .p-productDetail-functions__mode__led__item:nth-child(n + 2):before {
    background-color: hsla(0, 0%, 100%, 0.2);
    content: '';
    height: 100%;
    left: -5rem;
    position: absolute;
    top: 0;
    width: 1px;
  }
}
.p-productDetail-functions__mode__led__head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-functions__mode__led__head .c-tag li {
    font-size: 11px;
  }
}
.p-productDetail-functions__mode__led__strong {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-functions__mode__led__strong {
    font-size: 16px;
  }
}
.p-productDetail-functions__mode__led__strong span {
  border-radius: 10000px;
  display: inline-block;
  height: 20px;
  margin-right: 0.8rem;
  margin-top: -0.3rem;
  position: relative;
  vertical-align: middle;
  width: 20px;
}
.p-productDetail-functions__mode__led__strong span:before {
  border-radius: 10000px;
  content: '';
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
}
.p-productDetail-functions__mode__led__item:first-child .p-productDetail-functions__mode__led__strong span {
  border: 1px solid #ff399c;
}
.p-productDetail-functions__mode__led__item:first-child .p-productDetail-functions__mode__led__strong span:before {
  background-color: #ff399c;
}
.p-productDetail-functions__mode__led__item:nth-child(2) .p-productDetail-functions__mode__led__strong span {
  border: 1px solid #0381ff;
}
.p-productDetail-functions__mode__led__item:nth-child(2) .p-productDetail-functions__mode__led__strong span:before {
  background-color: #0381ff;
}
.p-productDetail-functions__mode__led__body {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-functions__mode__led__body {
    font-size: 13px;
    margin-top: 1.6rem;
  }
}
.p-productDetail-functions__mode__effects {
  margin-top: 5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-functions__mode__effects {
    margin-top: 3rem;
  }
}
.p-productDetail-functions__mode__effects__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-functions__mode__effects__list {
    gap: 3rem 1.4rem;
  }
}
.p-productDetail-functions__mode__effects__item {
  width: 30rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-functions__mode__effects__item {
    width: 16.8rem;
  }
}
.p-productDetail-functions__mode__effects__item__title {
  align-items: center;
  display: flex;
  font-size: 20px;
  line-height: 1.3;
  margin-top: 0.75em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-functions__mode__effects__item__title {
    align-items: baseline;
    flex-wrap: wrap;
    font-size: 16px;
  }
}
.p-productDetail-functions__mode__effects__item__title sup {
  font-size: 60%;
}
.p-productDetail-functions__mode__effects__item__title span {
  display: inline-block;
  font-size: 12px;
  margin-left: 1rem;
  vertical-align: middle;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-functions__mode__effects__item__title span {
    flex-shrink: 0;
    font-size: 10px;
  }
}
.p-productDetail-functions__mode__effects__item__copy {
  font-size: 14px;
  line-height: 1.8571428571;
  margin-top: 0.7em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-functions__mode__effects__item__copy {
    font-size: 12px;
  }
}
.p-productDetail-functions__mode__effects__note {
  color: hsla(0, 0%, 100%, 0.8);
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.01em;
  margin-top: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-functions__mode__effects__note {
    font-size: 11px;
  }
}
.p-productDetail-functions__mode__prescription {
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
  display: flex;
  gap: 0 5rem;
  justify-content: center;
  margin-top: 8rem;
  padding: 2.5rem 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-functions__mode__prescription {
    align-items: baseline;
    flex-direction: column;
    gap: 0;
    margin-top: 5rem;
    padding: 2rem 0;
  }
}
.p-productDetail-functions__mode__prescription__title {
  font-size: 16px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-functions__mode__prescription__title {
    font-size: 14px;
  }
  .p-productDetail-functions__mode__prescription__tag {
    margin-top: 1.5rem;
  }
}
.p-productDetail-functions__mode__prescription__tag li {
  font-size: 14px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-functions__mode__prescription__tag li {
    font-size: 12px;
  }
}
.p-productDetail-howto {
  background-color: #000;
}
.p-productDetail-howto__wrapper {
  padding: 16rem 24rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__wrapper {
    padding-bottom: 10rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 10rem;
  }
}
.p-productDetail-howto__mainMovie {
  margin-top: 2rem;
}
.p-productDetail-howto__mainMovie__copy {
  font-size: 14px;
  line-height: 1.7142857143;
  margin-top: 2rem;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-productDetail-howto__mainMovie__copy {
    margin-left: auto;
    width: 37rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__mainMovie__copy {
    font-size: 13px;
    line-height: 1.6923076923;
  }
}
.p-productDetail-howto__parts {
  margin-top: 10rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__parts {
    margin-top: 6rem;
  }
}
.p-productDetail-howto__parts__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__parts__title {
    font-size: 16px;
  }
}
.p-productDetail-howto__parts__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 1.5rem;
  margin-top: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__parts__list {
    gap: 2rem 1.4rem;
  }
}
.p-productDetail-howto__parts__item {
  text-align: center;
  width: calc(25% - 1.5rem);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__parts__item {
    width: 16.8rem;
  }
}
.p-productDetail-howto__parts__item figcaption {
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1.1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__parts__item figcaption {
    font-size: 13px;
    margin-top: 0.6rem;
  }
}
.p-productDetail-howto__parts__precautions {
  align-items: center;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  display: flex;
  font-size: 16px;
  gap: 0 3rem;
  line-height: 1;
  margin-top: 6rem;
  padding: 2.5rem 4.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__parts__precautions {
    align-items: baseline;
    flex-direction: column;
    font-size: 13px;
    gap: 1rem 0;
    line-height: 1.6923076923;
    margin-top: 4rem;
    padding: 2rem;
  }
}
.p-productDetail-howto__parts__precautions strong {
  color: #f21469;
}
.p-productDetail-howto__detail {
  align-items: center;
  background-color: #151515;
  display: flex;
  gap: 6rem;
  margin-top: 10rem;
  padding: 3rem 7rem 3rem 5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__detail {
    align-items: baseline;
    flex-direction: column;
    gap: 2rem;
    margin-top: 6rem;
    padding: 3rem 2rem;
  }
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-productDetail-howto__detail__image {
    width: 36rem;
  }
  .p-productDetail-howto__detail__text {
    width: calc(100% - 42rem);
  }
}
.p-productDetail-howto__detail__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.4615384615;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__detail__title {
    font-size: 18px;
  }
}
.p-productDetail-howto__detail__copy {
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  display: flex;
  flex-direction: column;
  font-size: 14px;
  margin-top: 2rem;
  padding: 5px 10px;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__detail__copy {
    font-size: 13px;
  }
}
.p-productDetail-howto__detail__copy + .p-productDetail-howto__detail__copy {
  margin-top: 1rem;
}
.p-productDetail-howto__subMovie {
  align-items: center;
  display: flex;
  gap: 8rem;
  margin-top: 10rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__subMovie {
    flex-direction: column;
    gap: 3rem;
  }
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-productDetail-howto__subMovie__text {
    width: 38rem;
  }
}
.p-productDetail-howto__subMovie__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__subMovie__title {
    font-size: 16px;
  }
}
.p-productDetail-howto__subMovie__copy {
  font-size: 16px;
  line-height: 1.625;
  margin-top: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__subMovie__copy {
    font-size: 13px;
    line-height: 1.6923076923;
  }
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-productDetail-howto__subMovie__modal {
    width: 50rem;
  }
}
.p-productDetail-howto__frequency {
  background-color: #151515;
  margin-top: 10rem;
  padding: 6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__frequency {
    margin-top: 6rem;
    padding: 4rem 1rem 4rem 2rem;
  }
}
.p-productDetail-howto__frequency__text {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__frequency__text {
    align-items: baseline;
    flex-direction: column;
    gap: 1rem;
    justify-self: unset;
  }
}
.p-productDetail-howto__frequency__title {
  font-size: 16px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__frequency__title {
    font-size: 13px;
  }
}
.p-productDetail-howto__frequency__copy {
  font-size: 12px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__frequency__copy {
    font-size: 11px;
  }
}
.p-productDetail-howto__frequency__tableCare {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 2rem;
  width: 100%;
}
.p-productDetail-howto__frequency__tableCare li {
  border-collapse: collapse;
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
  border-spacing: 0;
  display: flex;
  flex-wrap: wrap;
}
.p-productDetail-howto__frequency__tableCare li:last-child {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}
.p-productDetail-howto__frequency__tableCare div {
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-bottom: none;
  border-right: none;
  display: flex;
  font-size: 14px;
  line-height: 1.8571428571;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__frequency__tableCare div {
    font-size: 11px;
    line-height: 1.6363636364;
  }
}
.p-productDetail-howto__frequency__tableCare .title {
  align-items: center;
  justify-content: center;
  padding: 5rem 2rem;
  text-align: center;
  width: 20.8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__frequency__tableCare .title {
    padding: 1rem;
    width: 100%;
  }
}
.p-productDetail-howto__frequency__tableCare .mode {
  flex-direction: column;
  justify-content: center;
  width: 18rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__frequency__tableCare .mode {
    width: 42%;
  }
}
.p-productDetail-howto__frequency__tableCare .mode figure {
  align-items: center;
  display: inline-block;
  display: flex;
  padding: 1rem;
}
.p-productDetail-howto__frequency__tableCare .mode figure:nth-child(n + 2) {
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
}
.p-productDetail-howto__frequency__tableCare .mode figure img {
  height: 4rem;
  width: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__frequency__tableCare .mode figure img {
    height: 3.5rem;
    width: 3.5rem;
  }
}
.p-productDetail-howto__frequency__tableCare .mode figcaption {
  margin-left: 1rem;
}
.p-productDetail-howto__frequency__tableCare .copy {
  align-items: center;
  justify-content: baseline;
  padding: 0 4rem;
  width: calc(45.2rem - 1px);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__frequency__tableCare .copy {
    padding: 1.8rem 1rem;
    width: 58%;
  }
}
.p-productDetail-howto__frequency__tableDay {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 4rem;
  width: 100%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__frequency__tableDay {
    margin-top: 2rem;
  }
}
.p-productDetail-howto__frequency__tableDay td,
.p-productDetail-howto__frequency__tableDay th {
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8571428571;
  padding: 2rem 0;
  text-align: center;
  width: 9rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__frequency__tableDay td,
  .p-productDetail-howto__frequency__tableDay th {
    font-size: 11px;
    padding: 1.2rem 0;
    width: 3rem;
  }
}
.p-productDetail-howto__frequency__tableDay tr:first-child th:first-child {
  background-image: linear-gradient(
    to right top,
    transparent calc(50% - 0.5px),
    hsla(0, 0%, 100%, 0.2) 50%,
    hsla(0, 0%, 100%, 0.2) calc(50% + 0.5px),
    transparent calc(50% + 1px)
  );
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  position: relative;
}
.p-productDetail-howto__frequency__tableDay tr:first-child th:first-child span {
  position: absolute;
}
.p-productDetail-howto__frequency__tableDay tr:first-child th:first-child span:first-child {
  right: 1.1rem;
  top: 0.6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__frequency__tableDay tr:first-child th:first-child span:first-child {
    right: 0.4rem;
    top: 0.1rem;
  }
}
.p-productDetail-howto__frequency__tableDay tr:first-child th:first-child span:nth-child(2) {
  bottom: 0.6rem;
  left: 1.1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__frequency__tableDay tr:first-child th:first-child span:nth-child(2) {
    bottom: 0.1rem;
    left: 0.4rem;
  }
}
.p-productDetail-howto__frequency__tableDay tr > th:first-child {
  width: 20.9rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__frequency__tableDay tr > th:first-child {
    width: 11rem;
  }
}
.p-productDetail-howto__frequency__tableDay tr:nth-child(n + 2) td {
  font-weight: 700;
}
.p-productDetail-howto__step {
  margin-top: 4rem;
}
.p-productDetail-howto__step__lead {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__step__lead {
    font-size: 13px;
  }
}
.p-productDetail-howto__step__ol {
  display: flex;
  gap: 0 6rem;
  margin-top: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__step__ol {
    flex-direction: column;
    gap: 5rem;
  }
}
.p-productDetail-howto__step__item {
  align-items: center;
  background-color: #151515;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem 2rem;
  position: relative;
  text-align: center;
  width: 28rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__step__item {
    flex-direction: row;
    gap: 0 2.5rem;
    padding: 2rem;
    text-align: left;
    width: 100%;
  }
}
.p-productDetail-howto__step__item:nth-child(n + 2):before {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 0.9rem 0 0.9rem 0.7rem;
  content: '';
  height: 0;
  left: -3.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__step__item:nth-child(n + 2):before {
    left: 50%;
    top: -3rem;
    transform: translate(-50%) rotate(90deg);
  }
}
.p-productDetail-howto__step__ilust {
  width: 15rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__step__ilust {
    width: 12rem;
  }
  .p-productDetail-howto__step__text {
    width: 16.5rem;
  }
}
.p-productDetail-howto__step__title {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-size: 16px;
  margin-top: 20px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__step__title {
    font-size: 14px;
    margin-top: 0;
  }
}
.p-productDetail-howto__step__copy {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.5714285714;
  margin-top: 9px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__step__copy {
    font-size: 13px;
    margin-top: 6px;
  }
}
.p-productDetail-howto__precautions {
  margin-top: 12rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__precautions {
    margin-top: 8rem;
  }
}
.p-productDetail-howto__precautions dl {
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
  display: flex;
  padding: 4rem;
}
.p-productDetail-howto__precautions dl:last-child {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__precautions dl {
    flex-direction: column;
    padding: 3rem 1rem;
  }
}
.p-productDetail-howto__precautions dt {
  flex-shrink: 0;
  font-size: 14px;
  line-height: 1.4285714286;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__precautions dt {
    font-size: 13px;
  }
}
.p-productDetail-howto__precautions dd {
  font-size: 13px;
  line-height: 1.6923076923;
  margin-left: auto;
  width: 68.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__precautions dd {
    font-size: 11px;
    line-height: 1.6363636364;
    margin-top: 1rem;
    width: 100%;
  }
}
.p-productDetail-howto__banners {
  display: flex;
  gap: 5.2rem;
  margin-top: 12rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-howto__banners {
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 8rem;
  }
}
#eleki-brush .c-products__item.-elekibrush,
#eleki-lift .c-products__item.-elekilift,
#eleki-liftgel .c-products__item.-lekilliftgel,
#eleki-lotion .c-products__item.-elekilotion {
  display: none;
}
#eleki-liftgel a.is-current[data-url='eleki-lift'] span:before {
  content: none;
}
.p-productDetail-products .c-products__list {
  display: flex;
  gap: 2.2rem;
  margin-top: 1.7rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-products .c-products__list {
    gap: 1.5rem;
    margin-top: 2rem;
    overflow-x: auto;
    padding-right: 2rem;
  }
}
.p-productDetail-products .c-products__item {
  width: calc(33.33333% - 1.1rem);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-products .c-products__item {
    flex-shrink: 0;
    width: 16rem;
  }
}
.p-productDetail-products .c-products__item a {
  display: block;
}
.p-productDetail-products .c-products__item__text {
  display: flex;
  justify-content: space-between;
  margin-top: 0.7em;
}
.p-productDetail-products .c-products__item__text__name span {
  display: block;
}
.p-productDetail-products .c-products__item__text__name span:first-child {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.1875;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-products .c-products__item__text__name span:first-child {
    font-size: 13px;
  }
}
.p-productDetail-products .c-products__item__text__name span:nth-child(2) {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.01em;
  letter-spacing: 0;
  line-height: 2.1666666667;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-products .c-products__item__text__name span:nth-child(2) {
    font-size: 11px;
  }
}
.p-productDetail-products .c-products__item__text__price {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.1875;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-products .c-products__item__text__price {
    font-size: 13px;
  }
}
.p-productDetail-products__wrapper {
  padding-left: 24rem;
  padding-right: 24rem;
  padding-top: 16rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-products__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-right: 0;
    padding-top: 10rem;
  }
}
.p-productDetail-spec__wrapper {
  padding-left: 24rem;
  padding-right: 24rem;
  padding-top: 16rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-spec__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 8rem;
  }
}
.p-productDetail-spec__contaner {
  display: flex;
  gap: 5rem;
  margin-top: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-spec__contaner {
    flex-direction: column;
    gap: 4rem;
  }
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-productDetail-spec__head {
    width: 48rem;
  }
}
.p-productDetail-spec__item {
  align-self: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
  display: flex;
  font-size: 15px;
  gap: 5%;
  line-height: 2.1333333333;
  padding: 1rem 0;
}
.p-productDetail-spec__item:last-child {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-spec__item {
    font-size: 13px;
  }
}
.p-productDetail-spec__item__head {
  letter-spacing: 0.02em;
  width: 25%;
}
.p-productDetail-spec__item__body {
  letter-spacing: 0.01em;
  width: 70%;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-productDetail-spec__body {
    width: 43rem;
  }
}
.p-productDetail-spec__precautions {
  background-color: #000;
  font-size: 13px;
  padding: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-spec__precautions {
    font-size: 12px;
    padding: 2rem;
  }
}
.p-productDetail-spec__precautions__wrapper {
  height: 265px;
  overflow-y: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-spec__precautions__wrapper {
    height: 23rem;
  }
}
.p-productDetail-spec__precautions__text {
  margin-top: 1.5rem;
}
.p-productDetail-spec__btn {
  display: flex;
  gap: 1rem;
  margin-top: 3rem;
}
.p-productDetail-spec__btn__link {
  font-weight: 300;
  width: calc(50% - 0.5rem);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-productDetail-spec__btn__link {
    font-size: 12px;
  }
}
.p-productDetail {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  letter-spacing: 0;
}
@media (hover: hover) and (pointer: fine) {
  .c-products__item a {
    transition: opacity 0.3s ease;
  }
  .c-products__item a.is-passive {
    opacity: 0.3;
  }
  .c-products__item a.is-active {
    opacity: 1;
  }
}
.c-products__item.-commingsoon a {
  pointer-events: none;
}
.c-products__item.-commingsoon .c-products__item__image {
  position: relative;
}
.c-products__item.-commingsoon .c-products__item__image:before {
  background-color: rgba(0, 0, 0, 0.7);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.c-products__item.-commingsoon .c-products__item__image:after {
  content: 'Coming Soon';
  font-size: 14px;
  left: 50%;
  letter-spacing: 0.02em;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 2;
}
.c-products__item.-commingsoon .c-products__item__text {
  opacity: 0.3;
}
.p-products .c-products__list {
  display: flex;
  flex-wrap: wrap;
  gap: 7.9rem 3.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-products .c-products__list {
    gap: 3rem 1.4rem;
    margin-top: 2rem;
  }
}
.p-products .c-products__item {
  width: 45.9rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-products .c-products__item:first-child,
  .p-products .c-products__item:nth-child(2) {
    flex-shrink: 0;
    width: 100%;
  }
  .p-products .c-products__item:nth-child(3),
  .p-products .c-products__item:nth-child(4) {
    flex-shrink: 1;
    width: calc(50% - 0.7rem);
  }
}
.p-products .c-products__item a {
  display: block;
}
.p-products .c-products__item.is-active {
  opacity: 1;
}
.p-products .c-products__item.is-passive {
  opacity: 0.5;
}
.p-products .c-products__item__text {
  display: flex;
  justify-content: space-between;
  margin-top: 0.7em;
}
.p-products .c-products__item__text__name span {
  display: block;
}
.p-products .c-products__item__text__name span:first-child {
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.1875;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-products .c-products__item__text__name span:first-child {
    font-size: 1.3rem;
  }
}
.p-products .c-products__item__text__name span:nth-child(2) {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.01em;
  letter-spacing: 0;
  line-height: 2.1666666667;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-products .c-products__item__text__name span:nth-child(2) {
    font-size: 1.1rem;
  }
}
.p-products .c-products__item__text__price {
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.1875;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-products .c-products__item__text__price {
    font-size: 1.3rem;
  }
  .p-products__wrapper {
    flex-direction: column;
    justify-content: baseline;
  }
}
.p-products__wrapper__body {
  gap: 0 19rem;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-products__contents__head {
    height: -moz-max-content;
    height: max-content;
    left: 0;
    position: sticky;
    top: 12rem;
    width: 18rem;
  }
  .p-products__contents__body {
    width: 95rem;
  }
}
.p-products__title {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-size: 14px;
  line-height: 1.2142857143;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-products__title {
    font-size: 13px;
  }
}
.p-newsArchive .c-news__list {
  margin-top: 0;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-newsArchive .c-news__article:first-child {
    border-top: unset;
  }
}
.p-newsArchive .c-pagination .page {
  opacity: 0.6;
  transition: 0.4s;
}
.p-newsArchive .c-pagination .page:hover {
  opacity: 1;
}
.p-newsArchive .c-pagination .page.current {
  display: block;
  opacity: 1;
  padding-bottom: 0;
  position: relative;
}
.p-newsArchive .c-pagination .page.current:before {
  background-color: #fff;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(1);
  transform-origin: bottom left;
  width: 180%;
}
.p-newsArchive .c-pagination .page.ellipsis {
  pointer-events: none;
}
.p-newsDetail__wrapper__body {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  gap: 0 15rem;
  margin-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-newsDetail__wrapper__body {
    gap: 4rem 0;
    margin-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-newsDetail__contents__head {
    height: -moz-max-content;
    height: max-content;
    left: 0;
    position: sticky;
    top: 12rem;
    width: 37rem;
  }
}
.p-newsDetail__contents__time {
  font-size: 15px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-newsDetail__contents__time {
    font-size: 13px;
  }
}
.p-newsDetail__contents__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.5454545455;
  margin-top: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-newsDetail__contents__title {
    font-size: 18px;
    margin-top: 1rem;
  }
}
.p-newsDetail__contents__body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.01em;
  letter-spacing: 0;
  line-height: 1.8666666667;
  margin-top: -6rem;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-newsDetail__contents__body {
    width: 95rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-newsDetail__contents__body {
    font-size: 13px;
    line-height: 1.6923076923;
    margin-top: -4rem;
  }
}
.p-newsDetail__contents__image,
.p-newsDetail__contents__text {
  margin-top: 6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-newsDetail__contents__image,
  .p-newsDetail__contents__text {
    margin-top: 4rem;
  }
}
.p-newsDetail__contents__text p + p,
.p-newsDetail__contents__text ul + p {
  margin-top: 2.8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-newsDetail__contents__text p + p,
  .p-newsDetail__contents__text ul + p {
    margin-top: 2.2rem;
  }
}
.p-newsDetail__contents__text a {
  text-decoration: underline;
  transition: 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .p-newsDetail__contents__text a:hover {
    opacity: 0.6;
  }
}
.p-newsDetail__contents__btn {
  display: block;
  margin-top: 10rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-newsDetail__contents__btn {
    margin-top: 8rem;
  }
}
.p-faq__contents {
  margin-top: -6rem;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-faq__contents {
    width: 95rem;
  }
}
.p-faq__contents__block {
  padding-top: 6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-faq__contents__block {
    padding-top: 6rem;
  }
}
.p-faq__contents__block + .p-faq__contents__block {
  padding-top: 10rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-faq__contents__block + .p-faq__contents__block {
    padding-top: 6rem;
  }
}
.p-faq__contents__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.01em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-faq__contents__title {
    font-size: 16px;
  }
}
.p-faq__contents__accordion {
  margin-top: 2rem;
}
.p-faq__contents__accordion .c-accordion__trigger {
  text-align: left;
}
.p-faq__contents__accordion .c-accordion__panel__text .accent {
  color: #f21469;
}
.p-faq__contents__accordion .c-accordion__panel__text a {
  text-decoration: underline;
  transition: 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .p-faq__contents__accordion .c-accordion__panel__text a:hover {
    opacity: 0.6;
  }
}
.p-shoplist .c-accordion:first-child {
  border-top: unset;
}
.p-shoplist .c-accordion__trigger {
  padding: 3rem 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-shoplist .c-accordion__trigger {
    padding: 2rem 0;
  }
}
.p-shoplist .c-accordion__trigger__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.01em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-shoplist .c-accordion__trigger__title {
    font-size: 16px;
  }
}
.p-shoplist .c-accordion__panel__content {
  padding-bottom: 3rem;
}
.p-shoplist .c-accordion__panel__content dl {
  display: flex;
  gap: 0 8rem;
  width: 100%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-shoplist .c-accordion__panel__content dl {
    flex-direction: column;
    gap: 0;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-shoplist .c-accordion__panel__content dl:nth-child(n + 2) {
    margin-top: 3rem;
  }
  .p-shoplist .c-accordion__panel__content dt {
    width: 5rem;
  }
}
.p-shoplist .c-accordion__panel__content dd {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-shoplist .c-accordion__panel__content dd {
    width: 76rem;
  }
}
.p-shoplist .c-accordion__panel__content dd p {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  line-height: 1.7333333333;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-shoplist .c-accordion__panel__content dd p {
    font-size: 13px;
    line-height: 1.6923076923;
    margin-top: 3rem;
  }
}
.p-shoplist .c-accordion__panel__content dd p span:nth-child(2) {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-shoplist .c-accordion__panel__content dd p:nth-child(n + 2) {
    margin-top: 3rem;
  }
}
.p-faq__wrapper__body {
  gap: 0 19rem;
  margin-top: 6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-faq__wrapper__body {
    gap: 6rem 0;
    margin-top: 4rem;
  }
}
.p-contact__wrapper__body {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  gap: 0 15rem;
  margin-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-contact__wrapper__body {
    border-bottom: unset;
    gap: 4rem 0;
    margin-top: 4rem;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-contact__contents__head {
    height: -moz-max-content;
    height: max-content;
    left: 0;
    position: sticky;
    top: 12rem;
    width: 37rem;
  }
}
.p-contact__contents__head p {
  font-size: 15px;
  line-height: 1.8666666667;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-contact__contents__head p {
    font-size: 13px;
  }
}
.p-contact__contents__head p a {
  display: inline-block;
  font-size: 15px;
  line-height: 1.8666666667;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-contact__contents__head p a {
    font-size: 13px;
  }
}
.p-contact__contents__head p a span {
  line-height: 1.2;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-contact__contents__body {
    width: 80rem;
  }
}
.p-contact-form__dl {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  letter-spacing: 0.01em;
}
.p-contact-form__dl:nth-child(n + 2) {
  margin-top: 1.5rem;
}
.p-contact-form__dl._textarea {
  margin-top: 4rem;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-contact-form__dl._select {
    width: 50rem;
  }
}
.p-contact-form__dl._select dd {
  margin-top: 1.5rem;
  position: relative;
}
.p-contact-form__dl._select dd:before {
  background-image: url(../images/common/arrow.svg);
  content: '';
  height: 15px;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}
.p-contact-form__dt {
  font-size: 15px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-contact-form__dt {
    font-size: 13px;
  }
}
.p-contact-form__dt sup {
  color: #f21469;
}
.p-contact-form__dd input,
.p-contact-form__dd textarea {
  background: transparent;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  color: #fff;
  font-size: 16px;
  padding: 1.5rem 0;
}
.p-contact-form__dd select {
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  padding: 1.5rem 2rem;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-contact-form__dd select {
    font-size: 13px;
  }
}
.p-contact-form__dd select option {
  color: #000;
}
.p-contact-form__checkBox {
  font-size: 14px;
  margin-top: 4rem;
}
.p-contact-form__checkBox label {
  align-items: center;
  display: flex;
  gap: 1rem;
}
.p-contact-form__checkBox input {
  border: 1px solid #fff;
  cursor: pointer;
  height: 2rem;
  position: relative;
  width: 2rem;
}
.p-contact-form__checkBox input:checked:before {
  background-color: #fff;
  content: '';
  height: 12px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
}
.p-contact-form__checkBox input[data-errormessage],
.p-contact-form__checkBox input[data-errormessage] + a {
  margin-top: 2rem;
}
.p-contact-form__checkBox a {
  display: flex;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-contact-form__checkBox a {
    text-decoration: none;
  }
  .p-contact-form__checkBox a span {
    text-decoration: underline;
  }
}
.p-contact-form__btn {
  margin-top: 4rem;
  padding: 1.8rem 11.8rem 1.7rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-contact-form__btn {
    width: 100%;
  }
}
.p-about__main {
  display: flex;
  gap: 0 9rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-about__main {
    flex-direction: column-reverse;
  }
}
.p-about__main__head {
  margin-top: 14rem;
  position: relative;
  width: 35rem;
  z-index: 10;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-about__main__head {
    margin-top: 8rem;
    width: 27rem;
  }
}
.p-about__main__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-about__main__title {
    font-size: 18px;
  }
}
.p-about__main__copy {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.8666666667;
  margin-top: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-about__main__copy {
    font-size: 13px;
    line-height: 1.6923076923;
  }
}
.p-about__main__copy span {
  display: block;
}
.p-about__main__copy span + span {
  margin-top: 1em;
}
.p-about__main__copy small {
  color: hsla(0, 0%, 100%, 0.8);
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.01em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-about__main__copy small {
    font-size: 11px;
  }
}
.p-about__main__body {
  position: relative;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-about__main__body {
    width: 61rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-about__main__image:first-child {
    margin-left: -2rem;
    width: 33rem;
  }
}
.p-about__main__image:nth-child(2) {
  margin-left: -44rem;
  margin-top: -31.1rem;
  width: 52.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-about__main__image:nth-child(2) {
    height: 27.4rem;
    margin-left: auto;
    margin-top: -13.8rem;
    width: 20.4rem;
  }
  .p-about__main__image:nth-child(2) img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.p-about__detail {
  margin-top: 6rem;
  width: 34rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-about__detail {
    margin-left: auto;
    margin-top: 8rem;
    width: 25rem;
  }
}
.p-about__detail__name {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 14px;
  letter-spacing: 0.01em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-about__detail__name {
    font-size: 13px;
  }
}
.p-about__detail__copy {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.01em;
  letter-spacing: 0.02em;
  line-height: 1.6923076923;
  margin-top: 1.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-about__detail__copy {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
.p-about__commercial {
  margin-top: 8rem;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-about__commercial {
    margin-left: auto;
    margin-top: -3rem;
    width: 47rem;
  }
}
.p-about__commercial__title {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 14px;
  letter-spacing: 0.01em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-about__commercial__title {
    font-size: 13px;
  }
}
.p-about__commercial__modal {
  margin-top: 2rem;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-about__commercial__modal:after {
    height: 10rem;
    width: 10rem;
  }
}
.p-about-products {
  background-color: #000;
}
.p-about-products .c-products__list {
  display: flex;
  margin-top: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-about-products .c-products__list {
    flex-wrap: wrap;
    gap: 4rem 1.4rem;
  }
}
.p-about-products .c-products__item:first-child,
.p-about-products .c-products__item:nth-child(2) {
  width: 34.3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-about-products .c-products__item:first-child,
  .p-about-products .c-products__item:nth-child(2) {
    width: calc(50% - 0.7rem);
  }
}
.p-about-products .c-products__item:nth-child(3),
.p-about-products .c-products__item:nth-child(4) {
  width: 23.8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-about-products .c-products__item:nth-child(3),
  .p-about-products .c-products__item:nth-child(4) {
    width: calc(50% - 0.7rem);
  }
}
.p-about-products .c-products__item:nth-child(2) {
  margin-left: 2.7rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-about-products .c-products__item:nth-child(2) {
    margin-left: 0;
  }
}
.p-about-products .c-products__item:nth-child(3) {
  margin-left: 11.3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-about-products .c-products__item:nth-child(3) {
    margin-left: 0;
  }
}
.p-about-products .c-products__item:nth-child(4) {
  margin-left: 1.8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-about-products .c-products__item:nth-child(4) {
    margin-left: 0;
  }
}
.p-about-products .c-products__item a {
  display: block;
}
.p-about-products .c-products__item__text {
  display: flex;
  justify-content: space-between;
  margin-top: 0.7em;
}
.p-about-products .c-products__item__text__name span {
  display: block;
}
.p-about-products .c-products__item__text__name span:first-child {
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.1875;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-about-products .c-products__item__text__name span:first-child {
    font-size: 1.3rem;
  }
}
.p-about-products .c-products__item__text__name span:nth-child(2) {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.01em;
  letter-spacing: 0;
  line-height: 2.1666666667;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-about-products .c-products__item__text__name span:nth-child(2) {
    font-size: 1.1rem;
  }
}
.p-about-products .c-products__item__text__price {
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.1875;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-about-products .c-products__item__text__price {
    font-size: 1.3rem;
  }
}
.p-about-products .c-button-link {
  margin-left: auto;
  margin-top: -1.2em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-about-products .c-button-link {
    margin-top: 4rem;
  }
}
.p-about-products__wrapper {
  padding-left: 6rem;
  padding-right: 6rem;
  padding-top: 16rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-about-products__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 10rem;
  }
}
.p-about-products__title {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-size: 14px;
  line-height: 1.2142857143;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-about-products__title {
    font-size: 13px;
  }
}
#about .l-footer {
  background-color: #000;
}
.p-about {
  margin-bottom: 10rem;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-about__wrapper__head {
    height: -moz-max-content;
    height: max-content;
    left: 0;
    padding-bottom: 0;
    position: sticky;
    top: 12rem;
    width: 27rem;
  }
  .p-about__wrapper__body {
    margin-top: 3rem;
    width: 105rem;
  }
}
.p-about__lead {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 1.1538461538;
  margin-top: 60.9375vh;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-about__lead {
    font-size: 11px;
    margin-left: 11.4rem;
    margin-top: 50rem;
    position: absolute;
    z-index: 10;
  }
}
.p-jaccs.c-page-lower {
  background-color: #e3e3e3;
  color: #000;
  margin-top: 0;
  padding-bottom: 8rem;
  padding-top: 12rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-jaccs.c-page-lower {
    padding-bottom: 9rem;
  }
}
.p-jaccs__wrapper {
  gap: 0 15rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-jaccs__wrapper {
    gap: 0;
  }
}
.p-jaccs__wrapper__head {
  padding-bottom: 0;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-jaccs__wrapper__head {
    height: -moz-max-content;
    height: max-content;
    left: 0;
    position: sticky;
    top: 12rem;
    width: 37rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-jaccs__wrapper__head {
    margin-top: 3rem;
    order: 2;
  }
}
.p-jaccs__nav a span:before {
  background-color: #000;
}
.p-jaccs__wrapper__body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-jaccs__wrapper__body {
    width: 80rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-jaccs__wrapper__body {
    display: contents;
  }
}
.p-jaccs__title {
  align-items: center;
  display: flex;
  gap: 0 0.6rem;
}
.p-jaccs__title span:first-child {
  line-height: 1;
  mix-blend-mode: multiply;
  width: 90px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-jaccs__title span:first-child {
    width: 65px;
  }
}
.p-jaccs__title span:nth-child(2) {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.4615384615;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-jaccs__title span:nth-child(2) {
    font-size: 18px;
  }
  .p-jaccs__title {
    order: 1;
  }
  .p-jaccs__contents {
    order: 3;
  }
}
.p-jaccs__contents__block {
  padding-top: 6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-jaccs__contents__block {
    padding-top: 8rem;
  }
}
.p-jaccs__contents__block + .p-jaccs__contents__block {
  padding-top: 10rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-jaccs__contents__block + .p-jaccs__contents__block {
    padding-top: 8rem;
  }
}
.p-jaccs__contents__block .p-jaccs__contents__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-jaccs__contents__block .p-jaccs__contents__title {
    font-size: 16px;
  }
}
.p-jaccs__contents__block a,
.p-jaccs__contents__block p {
  font-size: 15px;
  line-height: 1.8666666667;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-jaccs__contents__block a,
  .p-jaccs__contents__block p {
    font-size: 13px;
    line-height: 1.6923076923;
  }
}
.p-jaccs__contents__block .c-hover__butoon-underline > span:before {
  background-color: #000;
}
#sec01 .p-jaccs__contents__list {
  background-color: #dedede;
  display: flex;
  gap: 0 2rem;
  margin-top: 2rem;
  padding: 3rem 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #sec01 .p-jaccs__contents__list {
    gap: 0 0.6rem;
    padding: 0;
  }
}
#sec01 .p-jaccs__contents__item {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.6rem;
  text-align: center;
  width: calc(33.33333% - 1.1rem);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #sec01 .p-jaccs__contents__item {
    justify-content: flex-start;
    padding: 1.5rem 0;
    width: calc(33.33333% - 0.3rem);
  }
}
#sec01 .p-jaccs__contents__item strong {
  font-size: 14px;
  font-weight: 300;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #sec01 .p-jaccs__contents__item strong {
    font-size: 12px;
  }
}
#sec01 .p-jaccs__contents__item p {
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: 1rem;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #sec01 .p-jaccs__contents__item p {
    margin-top: 0.5rem;
    width: 100%;
  }
}
#sec01 .p-jaccs__contents__item p .u-fz24 {
  font-size: 24px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #sec01 .p-jaccs__contents__item p .u-fz24 {
    font-size: 16px;
  }
}
#sec01 .p-jaccs__contents__item p .u-fz14 {
  font-size: 14px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #sec01 .p-jaccs__contents__item p .u-fz14 {
    font-size: 11px;
  }
}
#sec01 .p-jaccs__contents__item p .u-fz20 {
  font-size: 20px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #sec01 .p-jaccs__contents__item p .u-fz20 {
    font-size: 15px;
  }
}
#sec01 .p-jaccs__contents__item p .u-fz22 {
  font-size: 22px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #sec01 .p-jaccs__contents__item p .u-fz22 {
    font-size: 16px;
  }
}
#sec01 .p-jaccs__contents__item p .u-fz32 {
  font-size: 32px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #sec01 .p-jaccs__contents__item p .u-fz32 {
    font-size: 21px;
  }
}
#sec01 .p-jaccs__contents__item:nth-child(2) sup {
  font-size: 70%;
  right: 3px;
  top: -0.6em;
  top: -11px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #sec01 .p-jaccs__contents__item:nth-child(2) sup {
    top: -5px;
  }
}
#sec01 .p-jaccs__contents__item:nth-child(3) sup {
  font-size: 65%;
  right: 3px;
  top: -1.5em;
  top: -20px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #sec01 .p-jaccs__contents__item:nth-child(3) sup {
    top: -10px;
  }
}
#sec01 .p-jaccs__contents__note {
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  font-size: 12px;
  line-height: 1.6666666667;
  margin-top: 1.5rem;
  text-align: left;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #sec01 .p-jaccs__contents__note {
    font-size: 11px;
    margin-top: 1rem;
  }
}
#sec01 .p-jaccs__contents__copy {
  margin-top: 4rem;
}
#sec01 .p-jaccs__contents__copy p + p {
  margin-top: 1.5rem;
}
#sec01 .p-jaccs__contents__btn {
  margin-top: 4rem;
  min-width: 292px;
  width: 29.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #sec01 .p-jaccs__contents__btn {
    min-width: 100%;
    width: 100%;
  }
}
#sec02 .p-jaccs__contents__title {
  margin-bottom: 0;
}
#sec02 .p-jaccs__contents__item {
  margin-top: 4rem;
}
#sec02 .p-jaccs__contents__image {
  aspect-ratio: 800/404;
  background-color: #c7c7c7;
  margin-top: 2rem;
}
#sec03 .p-jaccs__contents__item p,
#sec04 .p-jaccs__contents__item p {
  padding-left: 1em;
}
#sec03 .p-jaccs__contents__item p:first-child,
#sec04 .p-jaccs__contents__item p:first-child {
  position: relative;
}
#sec03 .p-jaccs__contents__item p:first-child:before,
#sec04 .p-jaccs__contents__item p:first-child:before {
  background-color: #000;
  border-radius: 50%;
  content: '';
  height: 0.2rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #sec03 .p-jaccs__contents__item p:first-child:before,
  #sec04 .p-jaccs__contents__item p:first-child:before {
    top: 1em;
  }
}
#sec05 .p-jaccs__contents__item {
  border-top: 1px solid #b6b6b6;
  padding: 4rem 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #sec05 .p-jaccs__contents__item {
    padding: 3rem 0;
  }
}
#sec05 .p-jaccs__contents__item__text {
  margin-top: 1rem;
}
.p-legal__wrapper__body {
  gap: 0 19rem;
  margin-top: 6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-legal__wrapper__body {
    gap: 0;
    margin-top: 4rem;
  }
}
.p-legal__contents__head {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  letter-spacing: 0.01em;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.p-legal__contents__body {
  margin-top: 2rem;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-legal__contents__body {
    margin-top: -3rem;
    width: 95rem;
  }
}
.p-legal__contents__dl {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  display: flex;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 300;
  gap: 5%;
  letter-spacing: 0.01em;
  letter-spacing: 0;
  line-height: 1.7333333333;
  padding: 3rem 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-legal__contents__dl {
    flex-direction: column;
    font-size: 13px;
    gap: 0;
    line-height: 1.6923076923;
    padding: 2rem 0;
  }
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-legal__contents__dl dt {
    width: 20%;
  }
}
.p-legal__contents__dl dd {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-legal__contents__dl dd {
    margin-top: 0;
    width: 75%;
  }
}
.p-legal__contents__dl dd p + p {
  margin-top: 2.6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-legal__contents__dl dd p + p {
    margin-top: 2.2rem;
  }
}
.p-legal__contents__dl dd p + .image {
  margin-top: 2rem;
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .p-legal__contents__dl dd p + .image {
    width: 44rem;
  }
}
.p-legal__contents__dl dd a {
  text-decoration: underline;
  transition: 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .p-legal__contents__dl dd a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 768px), screen and (orientation: landscape) and (max-width: 767px) {
  .u-pc-hidden {
    display: none;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .u-sp-hidden {
    display: none;
  }
}
.u-hidden {
  display: none;
}
[data-simplebar] {
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}
.simplebar-wrapper {
  height: inherit;
  max-height: inherit;
  max-width: inherit;
  overflow: hidden;
  width: inherit;
}
.simplebar-mask {
  direction: inherit;
  height: auto !important;
  overflow: hidden;
  width: auto !important;
  z-index: 0;
}
.simplebar-mask,
.simplebar-offset {
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.simplebar-offset {
  -webkit-overflow-scrolling: touch;
  box-sizing: inherit !important;
  direction: inherit !important;
  resize: none !important;
}
.simplebar-content-wrapper {
  -ms-overflow-style: none;
  box-sizing: border-box !important;
  direction: inherit;
  display: block;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
  position: relative;
  scrollbar-width: none;
  width: auto;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  height: 0;
  width: 0;
}
.simplebar-content:after,
.simplebar-content:before {
  content: ' ';
  display: table;
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  pointer-events: none;
  width: 100%;
}
.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  flex-basis: 0;
  flex-grow: inherit;
  flex-shrink: 0;
  float: left;
  height: 100%;
  margin: 0;
  max-height: 1px;
  max-width: 1px;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: -1;
}
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  height: 1000%;
  left: 0;
  min-height: 1px;
  min-width: 1px;
  opacity: 0;
  top: 0;
  width: 1000%;
  z-index: -1;
}
.simplebar-height-auto-observer,
.simplebar-track {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
}
.simplebar-track {
  bottom: 0;
  right: 0;
  z-index: 1;
}
[data-simplebar].simplebar-dragging,
[data-simplebar].simplebar-dragging .simplebar-content {
  -webkit-touch-callout: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.simplebar-scrollbar {
  left: 0;
  min-height: 10px;
  position: absolute;
  right: 0;
}
.simplebar-scrollbar:before {
  background: #000;
  border-radius: 7px;
  content: '';
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s linear 0.5s;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-scrollbar:before {
  bottom: 2px;
  left: 2px;
  right: 2px;
  top: 2px;
}
.simplebar-track.simplebar-horizontal {
  height: 11px;
  left: 0;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  bottom: 0;
  left: 0;
  min-height: 0;
  min-width: 10px;
  right: auto;
  top: 0;
  width: auto;
}
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  left: 0;
  right: auto;
}
.simplebar-dummy-scrollbar-size {
  -ms-overflow-style: scrollbar !important;
  direction: rtl;
  height: 500px;
  opacity: 0;
  overflow-x: scroll;
  overflow-y: hidden;
  position: fixed;
  visibility: hidden;
  width: 500px;
}
.simplebar-dummy-scrollbar-size > div {
  height: 200%;
  margin: 10px 0;
  width: 200%;
}
.simplebar-hide-scrollbar {
  -ms-overflow-style: none;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  scrollbar-width: none;
  visibility: hidden;
}
