@charset "UTF-8";
:root {
  --white: #ffffff;
  --black: #000000;
  --gray01: #F9F9F9;
  --gray02: #F2F2F2;
  --gray03: #E6E6E6;
  --gray04: #CCCCCC;
  --gray05: #B3B3B3;
  --gray06: #999999;
  --gray07: #808080;
  --gray08: #666666;
  --gray09: #4D4D4D;
  --gray10: #333333;
  --red: #E60012;
  --border: var(--gray04);
  --accent: var(--gray04);
  --inactive: var(--red);
  --disabled: var(--red);
  --japanese-sans-serif:
    "Noto Sans JP",
    "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, Arial, sans-serif;
  --english-sans-serif: "Lato", var(--japanese-sans-serif);
  --japanese-serif: "Zen Old Mincho", serif;
  --english-serif: "Cormorant Infant", serif;
  --space-xs: clamp(1.25rem, 0.1389rem + 2.3148vw, 1.875rem);
  --space-sm: calc(var(--space-xs) * 1.5);
  --space-md: calc(var(--space-xs) * 2);
  --space-lg: calc(var(--space-xs) * 3);
  --space-xl: calc(var(--space-xs) * 4);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: var(--black);
  font-feature-settings: "palt";
  font-family: var(--english-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  margin: 0;
  background-color: #ffffff;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section, a {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
}

p a {
  display: inline-block;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
  margin: 0 0 1rem;
}

ol,
ul,
dl,
ol ol,
ul ul,
ol ul,
ul ol {
  padding: 0;
  margin: 0;
}

ol li,
ul li {
  list-style-position: inside;
  padding: 0;
}

ul li, ol li {
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a, p a {
  color: var(--active);
  display: block;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: var(--active);
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin: 0;
  overflow: auto;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: collapse;
}

caption {
  color: var(--black);
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin: 0;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
  vertical-align: top;
  padding: 0.2rem 0.5rem;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=submit] {
  outline: none;
  border: 1px solid var(--border);
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

button, input[type=submit], input[type=button] {
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button, select, input {
  color: var(--black);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
button::-moz-placeholder, select::-moz-placeholder, input::-moz-placeholder {
  color: var(--black);
}
button::placeholder, select::placeholder, input::placeholder {
  color: var(--black);
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background-color: #E60012;
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.l-header {
  position: relative;
  z-index: 50;
  width: 100%;
}
.l-header__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.l-header__contentLeft {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  background-color: var(--white);
  transition: all 0.35s ease;
}
.l-header__contentLeft.is-scrolled {
  padding: 15px 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.l-header__logo {
  margin: 0 auto;
}
.l-header__nav {
  display: none;
  margin: 65px auto 0;
}
.l-header__contentRight {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 118px;
}
.l-header__title {
  color: var(--black);
  position: absolute;
  top: 100px;
  right: 210px;
  z-index: 2;
  display: flex;
  flex-direction: row-reverse;
  line-height: 1;
  font-family: var(--japanese-serif);
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: left;
}
.l-header__title > * {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  writing-mode: vertical-lr;
  font-feature-settings: initial;
  padding: 0.3em 0.3em;
  margin: 0 0.3em;
  background-color: var(--white);
}
.l-header__lead {
  width: 298px;
  position: absolute;
  bottom: -85px;
  left: 75px;
  z-index: 2;
}
.l-header__snsNav {
  position: fixed;
  top: 62px;
  left: 20px;
  z-index: 1001;
  transform: translateY(-50%);
  transition: all 0.35s ease;
}
.l-header__snsNav.is-scrolled {
  top: 47px;
}
@media screen and (min-width: 681px) {
  .l-header__contentLeft {
    padding: 30px 0;
  }
  .l-header__contentLeft.is-scrolled {
    padding: 15px 0;
  }
  .l-header__contentRight {
    margin-top: 160px;
  }
  .l-header__snsNav {
    top: 80px;
    left: 30px;
  }
  .l-header__snsNav.is-scrolled {
    top: 55px;
  }
}
@media screen and (min-width: 1025px) {
  .l-header {
    height: 100svh;
    min-height: 650px;
  }
  .l-header__inner {
    flex-direction: row;
  }
  .l-header__contentLeft {
    position: static;
    width: 215px;
    padding: 0;
  }
  .l-header__nav {
    display: block;
  }
  .l-header__contentRight {
    width: calc(100% - 215px);
    height: 100%;
    margin-top: 0;
  }
  .l-header__snsNav {
    top: 50%;
    left: inherit;
    right: 25px;
  }
  .l-header__snsNav.is-scrolled {
    top: 50%;
  }
}

.c-snsNav__list {
  display: flex;
  flex-direction: row;
  margin: 0 -5px;
}
.c-snsNav__item {
  margin: 0 5px;
}
.c-snsNav__item > a {
  transition: opacity 0.35s ease;
}
.c-snsNav__item > a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 1025px) {
  .c-snsNav__list {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .c-snsNav__item {
    margin: 7.5px 0;
  }
}

.l-footer {
  position: relative;
  background-color: transparent;
}
.l-footer__inner {
  padding: var(--space-md) 0;
}
.l-footer__body {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.l-footer__contentLeft {
  width: 100%;
}
.l-footer__contentRight {
  width: 100%;
  text-align: center;
  margin: var(--space-sm) 0 0;
}
.l-footer__map {
  height: 0;
  overflow: hidden;
  padding-bottom: 90%;
  position: relative;
}
.l-footer__map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.l-footer__nameWrapper {
  margin: 35px auto 0;
}
.l-footer__shopName {
  line-height: 1;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0;
}
.l-footer__businessHour {
  line-height: 1.5;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0;
  margin: 2em auto 0;
}
.l-footer__businessHour span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
}
.l-footer__address {
  line-height: 1.5;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0;
  margin: 2em auto 0;
}
.l-footer__address span {
  display: block;
}
.l-footer__address a {
  display: inline-block;
}
.l-footer__social {
  margin: 40px auto 0;
}
.l-footer__copy {
  line-height: 1;
  margin: 1em auto 0;
  text-align: center;
}
.l-footer__copy small {
  color: var(--black);
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
}
.l-footer__button {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-95%);
}
.l-footer__button a {
  transition: all 0.35s ease;
}
.l-footer__button a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 681px) {
  .l-footer__inner {
    padding: var(--space-lg) 0 var(--space-sm);
  }
  .l-footer__contentRight {
    margin: var(--space-md) 0 0;
  }
  .l-footer__map {
    min-height: 450px;
    padding-bottom: 55%;
  }
  .l-footer__shopName {
    font-size: 16px;
    font-size: 1rem;
  }
  .l-footer__shopName span {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .l-footer__businessHour {
    font-size: 16px;
    font-size: 1rem;
  }
  .l-footer__businessHour span {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .l-footer__address {
    font-size: 16px;
    font-size: 1rem;
  }
  .l-footer__address span {
    display: inline-block;
    margin-right: 1em;
  }
  .l-footer__button {
    top: 61%;
    right: 30px;
  }
}
@media screen and (min-width: 821px) {
  .l-footer__button {
    right: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .l-footer__inner {
    padding: 100px 0;
  }
  .l-footer__body {
    max-width: 1100px;
    flex-direction: row;
    align-items: center;
  }
  .l-footer__contentLeft {
    width: 620px;
  }
  .l-footer__contentRight {
    width: calc(100% - 620px);
    margin: 0;
  }
  .l-footer__map {
    padding-bottom: 80%;
  }
  .l-footer__button {
    top: 100px;
    right: 32px;
    transform: none;
  }
}

.l-column {
  margin-top: var(--space-sm);
}
.c-logo {
  color: var(--black);
  line-height: 1;
}
.c-logo.is-scrolled svg {
  width: 55px;
}
.c-logo svg {
  width: 70px;
  height: auto;
  transition: all 0.35s ease;
}
@media screen and (min-width: 681px) {
  .c-logo.is-scrolled svg {
    width: 70px;
  }
  .c-logo svg {
    width: 90px;
  }
}
@media screen and (min-width: 1025px) {
  .c-logo svg {
    width: auto;
  }
}

a.c-logo {
  transition: all 0.35s ease;
}
a.c-logo:hover {
  opacity: 0.5;
}

.c-globalNav {
  height: 100%;
}
.c-globalNav__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-globalNav__item {
  margin: 0.5em 0;
}
.c-globalNav__item a {
  color: var(--black);
  line-height: 1;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.05rem;
  white-space: nowrap;
}
.c-globalNav__item a.is-current {
  color: var(--accent);
}
.c-globalNav__item a.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.c-globalNav__item a:hover:after {
  transform: scale(1, 1);
  transform-origin: top left;
}
.c-globalNav__item a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--black);
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 0.2s;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.c-offcanvas {
  width: 100%;
  height: 100%;
  transition: all 0.35s ease;
}
.c-offcanvas.is-active .c-offcanvas__hamburger {
  background-color: transparent;
}
.c-offcanvas.is-active .c-offcanvas__hamburger::before {
  margin-top: 0;
  transform: rotate(155deg);
}
.c-offcanvas.is-active .c-offcanvas__hamburger::after {
  margin-top: 0;
  transform: rotate(-155deg);
}
.c-offcanvas.is-active .c-offcanvas__body {
  right: 0;
}
.c-offcanvas__button {
  display: block;
  cursor: pointer;
  width: 42px;
  height: 42px;
  position: fixed;
  right: 20px;
  top: 38px;
  z-index: 2003;
  margin: 0;
  padding: 0;
  border: none;
  transition: all 0.35s ease;
}
.c-offcanvas__button.is-scrolled {
  top: 22px;
}
.c-offcanvas__hamburger {
  display: block;
  width: 42px;
  height: 1px;
  margin: 0 auto;
  background-color: transparent;
  transform: translateY(12px);
  transform-origin: center;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-offcanvas__hamburger::before, .c-offcanvas__hamburger::after {
  display: block;
  content: "";
  width: 42px;
  height: 1px;
  background-color: #000000;
  transform-origin: center;
  transition: all 0.35s ease 0.1s;
  position: absolute;
  top: 0;
  left: 0;
}
.c-offcanvas__hamburger::before {
  transform: translateY(4px);
}
.c-offcanvas__hamburger::after {
  transform: translateY(-4px);
}
.c-offcanvas__menu {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 420;
  letter-spacing: 0.05em;
  margin-top: 25px;
}
.c-offcanvas__body {
  width: 100%;
  max-width: 300px;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  padding: 20px 2em;
  background: var(--white);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 2002;
}
.c-offcanvas__overlay {
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.5s ease;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2001;
}
.c-offcanvas__overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.c-offcanvas__list {
  display: flex;
  flex-direction: column;
  margin: auto 0;
}
.c-offcanvas__item {
  line-height: 1;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0.5em 0;
}
.c-offcanvas__item a {
  color: var(--black);
  display: block;
  transition: all 0.35s ease;
}
.c-offcanvas__item a.is-current {
  color: var(--accent);
}
.c-offcanvas__item a.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.c-offcanvas__item a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 681px) {
  .c-offcanvas__button {
    top: 60px;
    right: 30px;
  }
  .c-offcanvas__button.is-scrolled {
    top: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .c-offcanvas.is-show .c-offcanvas__button {
    z-index: 2003;
    opacity: 1;
    transform: translateY(0);
  }
  .c-offcanvas__button {
    z-index: -1;
    right: 20px;
    top: 20px;
    opacity: 0;
    transform: translateY(10px);
  }
  .c-offcanvas__button.is-scrolled {
    top: 20px;
  }
}

.c-socialNav {
  margin: 0 auto;
}
.c-socialNav__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-socialNav__item {
  width: 30px;
  line-height: 1;
  margin: 0 7.5px;
}
.c-socialNav__item a {
  transition: opacity 0.35s ease;
}
.c-socialNav__item a:hover {
  opacity: 0.5;
}
.c-socialNav__item a svg {
  width: 100%;
  height: auto;
}
.c-buttonToTop {
  color: var(--black);
  position: relative;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}
.c-buttonToTop:hover .c-buttonToTop__circle {
  background-color: var(--accent);
}
.c-buttonToTop__circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background-color: var(--black);
  border-radius: 1.625rem;
}
.c-buttonToTop__circle::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-left: 0.125rem solid #fff;
  transform: rotate(45deg);
  transform-origin: left top;
}
.c-buttonBuy {
  width: 82px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1001;
}
.c-buttonBuy__link {
  transition: all 0.35s ease;
}
.c-buttonBuy__link:hover {
  opacity: 0.5;
}
.c-buttonBuy__link.is-disabled {
  pointer-events: none;
  opacity: 0.3;
}
@media screen and (min-width: 681px) {
  .c-buttonBuy {
    width: 120px;
    position: fixed;
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .c-buttonBuy {
    width: 160px;
  }
}

.c-buttonToShop {
  color: var(--black);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.4em 0;
  background-color: var(--red);
  transition: all 0.35s ease;
}
.c-buttonToShop:hover {
  opacity: 0.5;
}
.c-buttonToShop__icon {
  margin-right: 15px;
}
.c-buttonToShop__title {
  color: var(--white);
  line-height: 1;
  font-family: var(--japanese-serif);
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
.c-tableProduct {
  width: 100%;
}
.c-tableProduct tbody th, .c-tableProduct tbody td {
  line-height: 1.3;
  font-family: var(--japanese-serif);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  vertical-align: top;
  padding: 0.5em 0;
}
.c-tableProduct tbody th {
  min-width: 5em;
}
.c-cardSuggestion__text {
  margin-top: -29px;
}
.c-cardSuggestion__title {
  color: var(--white);
  display: table;
  position: relative;
  min-width: 180px;
  line-height: 56px;
  height: 56px;
  font-family: var(--japanese-serif);
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 0 auto;
  background: url("../../assets/img/parts-suggestion-main.png") repeat-x center center/3px 56px;
}
.c-cardSuggestion__title::before, .c-cardSuggestion__title::after {
  content: "";
  display: block;
  width: 20.2px;
  height: 56px;
  position: absolute;
  top: 0;
}
.c-cardSuggestion__title::before {
  right: 100%;
  background: url("../../assets/img/parts-suggestion-left.png") no-repeat center center/20px 56px;
}
.c-cardSuggestion__title::after {
  left: 100%;
  background: url("../../assets/img/parts-suggestion-right.png") no-repeat center center/20px 56px;
}
.c-cardSuggestion__subtitle {
  color: var(--black);
  line-height: 1;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 0.5em auto 0;
}
.c-cardSuggestion__description {
  color: var(--black);
  line-height: 1.8;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  margin: 1em 0 0;
}
@media screen and (min-width: 681px) {
  .c-cardSuggestion__text {
    margin-top: -42px;
  }
  .c-cardSuggestion__title {
    min-width: 265px;
    line-height: 82px;
    font-size: 24px;
    font-size: 1.5rem;
    background: url("../../assets/img/parts-suggestion-main.svg") repeat-x center center/5px 82px;
  }
  .c-cardSuggestion__title::before, .c-cardSuggestion__title::after {
    width: 34px;
    height: 82px;
  }
  .c-cardSuggestion__title::before {
    background: url("../../assets/img/parts-suggestion-left.svg") no-repeat center center/34px 82px;
  }
  .c-cardSuggestion__title::after {
    background: url("../../assets/img/parts-suggestion-right.svg") no-repeat center center/34px 82px;
  }
  .c-cardSuggestion__subtitle {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .c-cardSuggestion__description {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-cardVoice {
  color: var(--black);
  position: relative;
  padding: 0 0 40px;
  background-color: var(--white);
  -webkit-clip-path: polygon(100% 0, 100% 90%, 90% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 90%, 90% 100%, 0 100%, 0 0);
}
.c-cardVoice::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 142px 142px 0 0;
  border-color: #E3BA91 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-cardVoice__heading {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  line-height: 1.2;
  font-family: var(--japanese-serif);
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 15px 0 15px 12px;
}
.c-cardVoice__heading > span {
  padding-bottom: 0.2em;
  border-bottom: 1px dotted var(--black);
}
.c-cardVoice__heading > i {
  color: var(--white);
  line-height: 0.8;
  font-size: 30px;
  font-size: 1.875rem;
  font-style: normal;
  margin-left: 0.2em;
}
.c-cardVoice__inner {
  position: relative;
  z-index: 2;
  margin: 0 40px;
}
.c-cardVoice__content {
  margin: 12px 0 0;
}
.c-cardVoice__label {
  color: var(--red);
  display: table;
  line-height: 1;
  font-family: var(--japanese-serif);
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.1em 1.5em;
  border: 1px solid var(--red);
}
.c-cardVoice__title {
  color: var(--black);
  line-height: 1.5;
  font-family: var(--japanese-serif);
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0.7em 0 0;
}
.c-cardVoice__description {
  color: var(--black);
  line-height: 1.8;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  text-align: justify;
  margin: 0.5em 0 0;
}
@media screen and (min-width: 681px) {
  .c-cardVoice {
    padding: 0 0 55px;
  }
  .c-cardVoice::after {
    border-width: 186px 186px 0 0;
  }
  .c-cardVoice__heading {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 20px 0 20px 20px;
  }
  .c-cardVoice__heading > i {
    font-size: 43px;
    font-size: 2.6875rem;
  }
  .c-cardVoice__inner {
    margin: 0 45px;
  }
  .c-cardVoice__title {
    line-height: 1.2;
  }
  .c-cardVoice__description {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-formContact__table {
  width: 100%;
}
.c-formContact__table tbody th, .c-formContact__table tbody td {
  color: var(--black);
  display: block;
  width: 100%;
  line-height: 1.2;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
}
.c-formContact__table tbody th {
  padding: 1em 0 0;
}
.c-formContact__table tbody td {
  padding: 0.5em 0 0;
}
.c-formContact__table tbody td input[type=text], .c-formContact__table tbody td input[type=email], .c-formContact__table tbody td input[type=tel], .c-formContact__table tbody td textarea {
  color: var(--black);
  width: 100%;
  padding: 0.8em 0.5em;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  transition: box-shadow 0.2s ease;
}
.c-formContact__table tbody td input[type=text]:focus, .c-formContact__table tbody td input[type=email]:focus, .c-formContact__table tbody td input[type=tel]:focus, .c-formContact__table tbody td textarea:focus {
  outline: none;
  box-shadow: 2px 2px 8px 4px rgba(0, 0, 0, 0.05);
}
.c-formContact__table tbody td textarea {
  min-height: 195px;
}
.c-formContact__button {
  display: table;
  margin: 20px auto 0;
}
.c-formContact__button input[type=submit] {
  color: var(--white);
  width: 300px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  border-radius: 5px;
  background-color: var(--red);
  transition: all 0.35s ease;
}
.c-formContact__button input[type=submit]:hover {
  opacity: 0.5;
}
@media screen and (min-width: 681px) {
  .c-formContact__table {
    width: 100%;
  }
  .c-formContact__table tbody th, .c-formContact__table tbody td {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .c-formContact__button input[type=submit] {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-formContact__table {
    width: 100%;
  }
  .c-formContact__table tbody th, .c-formContact__table tbody td {
    display: table-cell;
    font-size: 16px;
    font-size: 1rem;
  }
  .c-formContact__table tbody th {
    width: 10em;
    vertical-align: top;
    padding: 1.5em 0;
  }
  .c-formContact__table tbody td {
    width: calc(100% - 10em);
    padding: 1em 0;
  }
  .c-formContact__table tbody td input[type=text], .c-formContact__table tbody td input[type=email], .c-formContact__table tbody td input[type=tel], .c-formContact__table tbody td textarea {
    padding: 0.5em 0.5em;
  }
  .c-formContact__button input[type=submit] {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-concept {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: calc(var(--space-md) * 2.5);
  padding-bottom: calc(var(--space-md) * 2.5);
}
.p-concept__inner {
  position: relative;
}
.p-concept__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-concept__text {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.p-concept__title {
  color: var(--black);
  line-height: 1.8;
  writing-mode: vertical-rl;
  font-feature-settings: initial;
  font-family: var(--japanese-serif);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.05em;
}
.p-concept__slogan {
  color: var(--black);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  line-height: 1.6;
  writing-mode: vertical-rl;
  font-feature-settings: initial;
  font-family: var(--japanese-serif);
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.05em;
  margin: 0.3em 0.3em 0 0;
}
.p-concept__slogan > * {
  position: relative;
  display: inline-block;
}
.p-concept__slogan > *::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: -1px;
}
.p-concept__slogan > *:first-child::before {
  width: 10px;
  height: 122px;
  background: url("../../assets/img/line-concept-slogan-01.png") no-repeat 0 0/cover;
}
.p-concept__slogan > *:nth-child(2)::before {
  width: 11px;
  height: 88px;
  background: url("../../assets/img/line-concept-slogan-02.png") no-repeat 0 0/cover;
}
.p-concept__slogan > *:nth-child(3)::before {
  width: 10px;
  height: 88px;
  background: url("../../assets/img/line-concept-slogan-03.png") no-repeat 0 0/cover;
}
.p-concept__subtitle {
  color: var(--black);
  line-height: 1.8;
  writing-mode: vertical-rl;
  font-feature-settings: initial;
  font-family: var(--japanese-serif);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.05em;
  margin: 6em 0 0 0;
}
.p-concept__description {
  color: var(--black);
  line-height: 2.2;
  writing-mode: vertical-rl;
  font-feature-settings: initial;
  font-family: var(--japanese-serif);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.05em;
  margin: 3em 0 0 0;
}
.p-concept__objects > * {
  height: auto;
  position: absolute;
  z-index: -1;
}
.p-concept__objects > *.obj01 {
  width: 280px;
  top: -88px;
  right: -33%;
}
.p-concept__objects > *.obj02 {
  width: 280px;
  bottom: -35%;
  left: -30%;
}
@media screen and (min-width: 681px) {
  .p-concept__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-concept__slogan {
    font-size: 70px;
    font-size: 4.375rem;
    margin: 0.3em 0.6em 0 0;
  }
  .p-concept__slogan > *::before {
    right: -5px;
  }
  .p-concept__slogan > *:first-child::before {
    width: 14px;
    height: 197px;
  }
  .p-concept__slogan > *:nth-child(2)::before {
    width: 18px;
    height: 141px;
  }
  .p-concept__slogan > *:nth-child(3)::before {
    width: 14px;
    height: 141px;
  }
  .p-concept__subtitle {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-concept__description {
    font-size: 17px;
    font-size: 1.0625rem;
    margin: 1em 0 0 0;
  }
  .p-concept__objects > *.obj01 {
    width: 280px;
    top: -40px;
    right: -37%;
  }
  .p-concept__objects > *.obj02 {
    width: 400px;
    bottom: -190px;
    left: -1%;
  }
}
@media screen and (min-width: 1025px) {
  .p-concept__content {
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: center;
  }
  .p-concept__description {
    line-height: 2;
    margin: 1em 4em 0 0;
  }
  .p-concept__objects > *.obj01 {
    width: 472px;
    top: -475px;
    right: -185px;
  }
  .p-concept__objects > *.obj02 {
    width: 472px;
    bottom: -125px;
    left: -150px;
  }
}

.p-intro {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 210px;
  margin-top: -210px;
}
.p-intro__main {
  position: relative;
}
.p-intro__column {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: calc(var(--space-xl) * 1.5);
}
.p-intro__column:nth-child(even) {
  flex-direction: column;
  padding-bottom: 200px;
  margin: var(--space-md) 0 0;
}
.p-intro__column:nth-child(even) .p-intro__thumbnail {
  margin-left: 0;
  margin-right: 40px;
}
.p-intro__column:nth-child(even) .p-intro__text {
  justify-content: center;
  margin: 0 auto;
}
.p-intro__thumbnail {
  width: calc(100% - 40px);
  height: 280px;
  overflow: hidden;
  margin-left: 40px;
}
.p-intro__thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-intro__container {
  position: relative;
}
.p-intro__text {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  padding-top: 20px;
  margin: 0 auto;
}
.p-intro__title {
  color: var(--black);
  line-height: 1;
  writing-mode: vertical-rl;
  font-feature-settings: initial;
  font-family: var(--japanese-serif);
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.05em;
}
.p-intro__title span {
  display: block;
  position: relative;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  padding: 0.5em 0.5em 0 0;
}
.p-intro__title strong {
  color: var(--red);
}
.p-intro__description {
  color: var(--black);
  line-height: 1.8;
  writing-mode: vertical-rl;
  font-feature-settings: initial;
  font-family: var(--japanese-serif);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.05em;
  margin: 3em 1.5em 0 0;
}
.p-intro__objects > * {
  height: auto;
  position: absolute;
  z-index: -1;
}
.p-intro__objects > *.obj01 {
  width: 280px;
  right: -19%;
  top: 115%;
}
.p-intro__objects > *.obj02 {
  width: 130px;
  top: 93%;
  left: 2%;
}
.p-intro__objects > *.obj03 {
  width: 280px;
  top: 65%;
  left: -25%;
}
.p-intro__objects > *.obj04 {
  width: 135px;
  top: 85%;
  right: 1%;
}
@media screen and (min-width: 681px) {
  .p-intro__column:nth-child(even) {
    padding-bottom: 300px;
  }
  .p-intro__thumbnail {
    height: 400px;
  }
  .p-intro__title {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .p-intro__title span {
    font-size: 54px;
    font-size: 3.375rem;
    padding: 1em 0.5em 0 0;
  }
  .p-intro__description {
    font-size: 16px;
    font-size: 1rem;
    margin: 120px 1.5em 0 0;
  }
  .p-intro__objects > *.obj01 {
    width: 400px;
    top: 480px;
    right: 11%;
  }
  .p-intro__objects > *.obj02 {
    width: 170px;
    top: 78%;
    left: 16%;
  }
  .p-intro__objects > *.obj03 {
    width: 400px;
    top: 280px;
    left: 2%;
  }
  .p-intro__objects > *.obj04 {
    width: 170px;
    top: 74%;
    right: 12%;
  }
}
@media screen and (min-width: 1025px) {
  .p-intro__column {
    flex-direction: row;
    padding-bottom: 35px;
  }
  .p-intro__column:nth-child(even) {
    flex-direction: row-reverse;
    padding-bottom: 120px;
    margin: var(--space-xl) 0 0;
  }
  .p-intro__column:nth-child(even) .p-intro__thumbnail {
    left: inherit;
    right: 0;
    margin-right: 0;
  }
  .p-intro__column:nth-child(even) .p-intro__text {
    justify-content: flex-end;
    margin: 0 auto 0 5%;
  }
  .p-intro__thumbnail {
    width: 57%;
    height: 536px;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
  }
  .p-intro__text {
    justify-content: flex-start;
    padding-top: 60px;
    margin: 0 5% 0 auto;
  }
  .p-intro__objects > *.obj01 {
    width: 472px;
    top: -210px;
    right: -170px;
  }
  .p-intro__objects > *.obj02 {
    width: 185px;
    top: 378px;
    left: inherit;
    right: -50px;
  }
  .p-intro__objects > *.obj03 {
    width: 472px;
    top: 70px;
    left: -182px;
  }
  .p-intro__objects > *.obj04 {
    width: 192px;
    top: -35px;
    left: -24px;
  }
}

.p-combination {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: var(--space-xl);
  margin-top: -100px;
}
.p-combination__inner {
  display: flex;
  flex-direction: column;
}
.p-combination__header {
  width: 50%;
  position: relative;
  z-index: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: center;
  margin: 0 0 0 auto;
}
.p-combination__heading {
  color: var(--black);
  line-height: 1;
  writing-mode: vertical-rl;
  font-feature-settings: initial;
  font-family: var(--japanese-serif);
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.1em;
}
.p-combination__heading span {
  color: var(--red);
}
.p-combination__subheading {
  color: var(--black);
  line-height: 1.8;
  writing-mode: vertical-rl;
  font-feature-settings: initial;
  font-family: var(--japanese-serif);
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.05em;
  margin: 2em 1em 0 0;
}
.p-combination__main {
  position: relative;
  margin: -235px -10px 0;
}
.p-combination__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-combination__list::after {
  content: "";
  display: block;
  width: 100%;
}
.p-combination__item {
  width: calc(50% - 20px);
  margin: 0 10px 10px;
  order: 0;
}
.p-combination__item:first-child {
  margin-right: 50%;
}
.p-combination__item:nth-child(n+2) {
  order: 1;
}
.p-combination__thumbnail figcaption {
  max-width: 220px;
  line-height: 1.5;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.05em;
  margin: 0 auto;
}
.p-combination__figures {
  display: none;
}
.p-combination__figures > * {
  height: auto;
  position: absolute;
  z-index: -1;
}
.p-combination__figures > *.fig01 {
  width: 472px;
  top: -10px;
  right: -415px;
}
@media screen and (min-width: 681px) {
  .p-combination__heading {
    font-size: 55px;
    font-size: 3.4375rem;
    margin-right: 0.2em;
  }
  .p-combination__subheading {
    margin: 2em 1.5em 0 0;
  }
  .p-combination__main {
    margin: -275px 0 0;
  }
  .p-combination__item {
    width: 50%;
    margin: 10px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-combination {
    margin-top: 0;
  }
  .p-combination__inner {
    flex-direction: row-reverse;
  }
  .p-combination__header {
    width: auto;
    flex-direction: column;
    align-items: center;
    padding-right: 100px;
    padding-bottom: 120px;
  }
  .p-combination__header::after {
    content: "";
    display: block;
    width: 210px;
    height: 210px;
    background: url("../../assets/img/line-combination-heading.png") no-repeat 0 0/cover;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .p-combination__heading {
    margin-right: 0;
  }
  .p-combination__subheading {
    margin: 2em 0 0;
  }
  .p-combination__main {
    margin: 0;
  }
  .p-combination__item {
    width: 27.33333%;
    margin: 0 3%;
    order: 0;
  }
  .p-combination__item:first-child {
    margin-right: 3%;
  }
  .p-combination__item:nth-child(n+2) {
    order: 0;
  }
  .p-combination__item:nth-child(n+3) {
    order: 1;
  }
  .p-combination__figures {
    display: block;
  }
}

.p-product {
  position: relative;
  z-index: 1;
  padding-top: var(--space-lg);
}
.p-product__header {
  position: relative;
}
.p-product__heading {
  color: var(--white);
  line-height: 1;
  position: absolute;
  top: 0;
  left: 60%;
  z-index: 2;
  writing-mode: vertical-rl;
  font-feature-settings: initial;
  font-family: var(--japanese-serif);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.05em;
  padding: 1.5em 1.3em 0.1em;
  background-color: var(--black);
}
.p-product__heading span {
  display: block;
  position: relative;
  font-size: 36px;
  font-size: 2.25rem;
  padding: 0.4em 0.5em 0 0;
}
.p-product__heading span::before {
  content: "";
  display: block;
  width: 10px;
  height: 120px;
  position: absolute;
  top: 12px;
  right: 6px;
  z-index: 2;
  background: url("../../assets/img/line-product-heading-before.png") no-repeat 0 0/cover;
}
.p-product__package {
  display: block;
  position: relative;
  z-index: 3;
  width: 57%;
  padding-top: 42%;
  margin: 0 auto 0;
}
.p-product__headerBackground {
  width: 100%;
  height: auto;
  position: absolute;
  top: 25px;
  left: 50%;
  z-index: 1;
  min-height: 371px;
  transform: translateX(-50%);
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2048/2027;
}
.p-product__headerBackground::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../assets/img/bg-product-header-md.jpg") no-repeat center center/cover;
}
.p-product__main {
  margin: 15px 0 var(--space-md);
}
.p-product__titleWrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 0.8em;
  border-bottom: 1px solid var(--black);
}
.p-product__title {
  line-height: 1;
  font-family: var(--japanese-serif);
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0;
}
.p-product__title > span {
  color: var(--red);
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 1em;
}
.p-product__price {
  line-height: 1.2;
  font-family: var(--japanese-serif);
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 700;
  margin: 0.3em 0 0;
}
.p-product__price > span {
  font-size: 20px;
  font-size: 1.25rem;
}
.p-product__content {
  display: flex;
  flex-direction: column;
  margin: 1em 0 0;
}
.p-product__text {
  width: 100%;
}
.p-product__description {
  color: var(--black);
  line-height: 1.8;
  font-family: var(--japanese-serif);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
.p-product__button {
  margin: 1em 0 0;
}
.p-product__detail {
  width: 100%;
  margin: 1em 0 0;
}
.p-product__label {
  color: var(--black);
  line-height: 1.4;
  font-family: var(--japanese-serif);
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 1em 1em;
  border: 1px solid #d9d9d9;
  margin: 1em 0 0;
}
.p-product__label > * {
  font-size: inherit;
}
@media screen and (min-width: 681px) {
  .p-product {
    padding-top: var(--space-xl);
  }
  .p-product__heading {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .p-product__heading span {
    font-size: 76px;
    font-size: 4.75rem;
  }
  .p-product__heading span::before {
    width: 14px;
    height: 222.5px;
    top: 34px;
    right: 14px;
  }
  .p-product__headerBackground {
    top: var(--space-md);
  }
  .p-product__package {
    width: 48%;
  }
  .p-product__main {
    margin: var(--space-sm) 0 var(--space-lg);
  }
  .p-product__titleWrap {
    padding-bottom: 1em;
  }
  .p-product__title {
    font-size: 43px;
    font-size: 2.6875rem;
  }
  .p-product__title > span {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-product__price {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .p-product__price > span {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .p-product__content {
    margin: var(--space-xs) 0 0;
  }
  .p-product__description {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-product__button {
    margin: 1.5em 0 0;
  }
  .p-product__detail {
    margin: var(--space-xs) 0 0;
  }
  .p-product__label {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 1.5em 1em;
  }
}
@media screen and (min-width: 1025px) {
  .p-product {
    padding-top: var(--space-lg);
  }
  .p-product__heading {
    left: calc(50% + 120px);
  }
  .p-product__package {
    width: 327px;
    padding-top: 280px;
  }
  .p-product__headerBackground {
    min-height: 594px;
    aspect-ratio: 1854/594;
  }
  .p-product__headerBackground::after {
    background: url("../../assets/img/bg-product-header.jpg") no-repeat center center/cover;
  }
  .p-product__titleWrap {
    flex-direction: row;
    align-items: flex-end;
    padding-bottom: 1.8em;
  }
  .p-product__price {
    margin: 0 0 0 auto;
  }
  .p-product__content {
    flex-direction: row;
  }
  .p-product__text {
    width: 45%;
  }
  .p-product__detail {
    width: calc(55% - 40px);
    margin: 0 0 0 40px;
  }
  .p-product__label {
    line-height: 1.25;
  }
}

.p-voice {
  position: relative;
  z-index: 1;
  padding-top: 32px;
  padding-bottom: calc(var(--space-lg) * 1.5);
  margin-top: calc(var(--space-xl) * 1.2);
  background: url("../../assets/img/bg-voice.jpg") no-repeat center center/cover;
}
.p-voice__heading {
  color: var(--red);
  line-height: 1.2;
  font-family: var(--japanese-serif);
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-voice__subheading {
  color: var(--black);
  line-height: 1.8;
  font-family: var(--japanese-serif);
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  margin: 0.2em 0 0;
}
.p-voice__subheading > * {
  padding: 0.1em 0.5em;
  border: 3px solid var(--red);
  background-color: var(--white);
  margin-right: 0.3em;
}
.p-voice__subheading br {
  display: block;
}
.p-voice__main {
  position: relative;
  margin: var(--space-xs) 0 0;
}
.p-voice__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 950px;
  margin: -20px auto;
}
.p-voice__item {
  width: 100%;
  margin: 20px auto;
}
.p-voice__image {
  width: 180px;
  position: absolute;
  top: -205px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media screen and (min-width: 681px) {
  .p-voice {
    padding-top: var(--space-lg);
    padding-bottom: calc(var(--space-lg) * 2);
    margin-top: calc(var(--space-xl) * 1.5);
  }
  .p-voice__heading {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .p-voice__subheading {
    font-size: 44px;
    font-size: 2.75rem;
  }
  .p-voice__image {
    width: 321px;
    top: -342px;
  }
  .p-voice__item {
    max-width: 354px;
  }
}
@media screen and (min-width: 1025px) {
  .p-voice {
    padding-top: calc(var(--space-md) * 1.5);
    margin-top: 0;
    background-attachment: fixed;
  }
  .p-voice__subheading {
    line-height: 1.2;
    margin: 0.5em 0 0;
  }
  .p-voice__subheading br {
    display: none;
  }
  .p-voice__list {
    flex-direction: row;
    margin: 0 auto;
  }
  .p-voice__item {
    width: calc(50% - 40px);
    max-width: inherit;
    margin: 0 20px;
  }
  .p-voice__image {
    width: 269px;
    top: -120px;
    left: -105px;
    transform: none;
  }
}

.p-business {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 56px;
  margin-top: -56px;
}
.p-business::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 56px);
  background-color: #CEB07F;
  position: absolute;
  top: 56px;
  left: 0;
  z-index: -1;
}
.p-business__header {
  position: relative;
  padding-bottom: 110px;
  background: transparent url("../../assets/img/bg-business-header-md.jpg") no-repeat center center/cover;
}
.p-business__heading {
  width: 88%;
  max-width: 740px;
  margin: 0 auto;
  transform: translateY(-25px);
}
.p-business__subheading {
  position: relative;
  z-index: 2;
  width: 95%;
  max-width: 745px;
  margin: 20px auto 0;
}
.p-business__image {
  width: 115px;
  position: static;
  margin: -5px 0 22px 8%;
}
.p-business__main {
  padding-top: var(--space-lg);
}
.p-business__lead {
  color: var(--black);
  line-height: 0.8;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}
.p-business__lead strong {
  color: var(--red);
  display: table;
  font-size: 26px;
  font-size: 1.625rem;
  padding-bottom: 0.22em;
  margin: 0.5em auto;
  border-bottom: 2px solid var(--red);
}
.p-business__content {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  margin: var(--space-md) 0 0;
}
.p-business__map {
  width: 100%;
  margin: var(--space-xs) 0 0;
}
.p-business__text {
  width: 100%;
}
.p-business__title {
  color: var(--black);
  line-height: 1;
  font-family: var(--japanese-serif);
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}
.p-business__title > span {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1em;
}
.p-business__description {
  line-height: 2;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 1.5em 0 0;
}
.p-business__description p {
  font-size: inherit;
  text-align: justify;
}
.p-business__description p + * {
  margin-top: 1.5em;
}
.p-business__icon {
  width: 125px;
  position: absolute;
  top: -230px;
  right: 0;
}
.p-business__figures {
  display: none;
}
.p-business__figures > * {
  height: auto;
  position: absolute;
  z-index: -1;
}
.p-business__figures > *.fig01 {
  opacity: 0.5;
  width: 472px;
  top: 200px;
  left: -235px;
}
.p-business__figures > *.fig02 {
  opacity: 0.5;
  width: 472px;
  bottom: 30px;
  right: -180px;
}
@media screen and (min-width: 681px) {
  .p-business__heading {
    width: 85%;
    transform: translateY(-55px);
  }
  .p-business__subheading {
    margin: 30px auto 0;
  }
  .p-business__image {
    width: 220px;
    margin: -25px 0 35px 11%;
  }
  .p-business__main {
    padding-top: calc(var(--space-xl) * 1.2);
  }
  .p-business__lead {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .p-business__lead strong {
    font-size: 58px;
    font-size: 3.625rem;
    margin: 36px auto;
    border-bottom: 5px solid var(--red);
  }
  .p-business__content {
    margin: var(--space-lg) 0 0;
  }
  .p-business__map {
    margin: var(--space-sm) 0 0;
  }
  .p-business__title {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .p-business__title > span {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-business__description {
    font-size: 16px;
    font-size: 1rem;
    margin: 2em 0 0;
  }
  .p-business__icon {
    width: 170px;
    top: -410px;
    right: 2%;
  }
}
@media screen and (min-width: 1025px) {
  .p-business__header {
    padding-bottom: 135px;
    background: transparent url("../../assets/img/bg-business-header.jpg") no-repeat center center/cover;
  }
  .p-business__header::after {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 2880/366;
    background: url("../../assets/img/parts-business-header.png") no-repeat 0 0/cover;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-business__heading {
    width: 100%;
  }
  .p-business__subheading {
    width: 100%;
  }
  .p-business__image {
    width: 245px;
    margin: 0;
    position: absolute;
    top: 85px;
    right: calc(50% + 315px);
    z-index: 3;
  }
  .p-business__main {
    padding-top: 15px;
  }
  .p-business__lead {
    font-size: 42px;
    font-size: 2.625rem;
  }
  .p-business__lead strong {
    font-size: 69px;
    font-size: 4.3125rem;
  }
  .p-business__content {
    flex-direction: row;
    margin: 50px 0 0;
  }
  .p-business__map {
    width: 61%;
    min-width: 650px;
    margin: 0;
  }
  .p-business__text {
    width: 44%;
    max-width: 520px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 40px 0 0 auto;
  }
  .p-business__title {
    text-align: left;
  }
  .p-business__description {
    margin: 2.5em 0 0;
  }
  .p-business__icon {
    width: 195px;
    top: -120px;
    right: -85px;
  }
  .p-business__figures {
    display: block;
  }
}

.p-suggestion {
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: var(--space-lg);
  background-color: #CEB07F;
}
.p-suggestion__heading {
  color: var(--black);
  display: table;
  position: relative;
  line-height: 1.4;
  font-family: var(--japanese-serif);
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 0 auto;
}
.p-suggestion__heading::before, .p-suggestion__heading::after {
  content: "";
  display: block;
  width: 44px;
  height: 42px;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
.p-suggestion__heading::before {
  right: calc(100% + 15px);
  background: url("../../assets/img/icon-casual-heading-before.png") no-repeat 0 0/cover;
}
.p-suggestion__heading::after {
  left: calc(100% + 15px);
  background: url("../../assets/img/icon-casual-heading-after.png") no-repeat 0 0/cover;
}
.p-suggestion__heading span {
  display: block;
}
.p-suggestion__main {
  position: relative;
  max-width: 600px;
  margin: var(--space-sm) auto 0;
}
.p-suggestion__content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: -20px 0;
}
.p-suggestion__column {
  width: 100%;
  margin: 20px 0;
}
.p-suggestion__figures > * {
  height: auto;
  position: absolute;
  z-index: -1;
}
.p-suggestion__figures > *.fig01 {
  opacity: 0.5;
  width: 472px;
  top: 515px;
  left: -235px;
}
@media screen and (min-width: 681px) {
  .p-suggestion__heading {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .p-suggestion__heading::before, .p-suggestion__heading::after {
    width: 69px;
    height: 66px;
  }
  .p-suggestion__heading::before {
    right: calc(100% + 20px);
  }
  .p-suggestion__heading::after {
    left: calc(100% + 20px);
  }
}
@media screen and (min-width: 1025px) {
  .p-suggestion {
    padding-bottom: var(--space-sm);
  }
  .p-suggestion__heading {
    line-height: 0.8;
    font-size: 50px;
    font-size: 3.125rem;
  }
  .p-suggestion__heading span {
    display: inline-block;
    margin-left: 0.5em;
  }
  .p-suggestion__main {
    max-width: inherit;
  }
  .p-suggestion__content {
    flex-direction: row;
    margin: -35px -40px 0;
  }
  .p-suggestion__column {
    width: calc(50% - 80px);
    margin: 35px 40px;
  }
}

.p-casual {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: calc(var(--space-md) * 1.5);
  padding-bottom: calc(var(--space-md) * 1.5);
  background: url("../../assets/img/bg-casual.jpg") no-repeat center center/cover;
}
.p-casual__heading {
  color: var(--black);
  display: table;
  position: relative;
  line-height: 1.4;
  font-family: var(--japanese-serif);
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 0 auto;
}
.p-casual__heading::before, .p-casual__heading::after {
  content: "";
  display: block;
  width: 44px;
  height: 42px;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
.p-casual__heading::before {
  right: calc(100% + 15px);
  background: url("../../assets/img/icon-casual-heading-before.png") no-repeat 0 0/cover;
}
.p-casual__heading::after {
  left: calc(100% + 15px);
  background: url("../../assets/img/icon-casual-heading-after.png") no-repeat 0 0/cover;
}
.p-casual__heading span {
  display: block;
}
.p-casual__subheading {
  color: var(--black);
  line-height: 1.8;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: justify;
  letter-spacing: 0.05em;
  margin: 1.5em auto 0;
}
.p-casual__main {
  margin: -10px 0 0;
}
.p-casual__figure {
  width: 100%;
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  margin: 75px 0 0;
}
.p-casual__icon {
  width: 88px;
  position: absolute;
  top: -84px;
  right: -4%;
  z-index: 2;
}
@media screen and (min-width: 681px) {
  .p-casual__heading {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .p-casual__heading::before, .p-casual__heading::after {
    width: 69px;
    height: 66px;
  }
  .p-casual__heading::before {
    right: calc(100% + 20px);
  }
  .p-casual__heading::after {
    left: calc(100% + 20px);
  }
  .p-casual__subheading {
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    margin: 2em auto 0;
  }
  .p-casual__main {
    margin: 20px 0 0;
  }
  .p-casual__icon {
    width: 120px;
    top: -89px;
    right: -1%;
  }
}
@media screen and (min-width: 1025px) {
  .p-casual {
    background-attachment: fixed;
  }
  .p-casual__heading {
    line-height: 0.8;
    font-size: 50px;
    font-size: 3.125rem;
  }
  .p-casual__heading span {
    display: inline-block;
  }
  .p-casual__figure {
    max-width: 736px;
    margin: 0 auto;
  }
  .p-casual__icon {
    width: 140px;
    top: -55px;
    right: 165px;
  }
}

.p-contact {
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding-top: 265px;
  padding-bottom: 50px;
  background-color: #CEB07F;
}
.p-contact__heading {
  color: var(--white);
  opacity: 0.3;
  line-height: 0.8;
  font-family: var(--english-serif);
  font-size: 72px;
  font-size: 4.5rem;
  font-weight: 100;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 60px;
  z-index: -1;
  transform: translateX(-50%);
}
.p-contact__lead {
  color: var(--black);
  line-height: 1.5;
  font-family: var(--japanese-serif);
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.05em;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 80px;
  z-index: -1;
  transform: translateX(-50%);
}
.p-contact__lead strong {
  color: var(--red);
  line-height: 1;
  display: inline-block;
  font-size: 36px;
  font-size: 2.25rem;
  padding: 0.1em 0.3em;
  margin: 0 0.3em;
  background-color: #FFFF00;
}
.p-contact__lead span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0.5em 0 0;
}
.p-contact__lead br {
  display: block;
}
.p-contact__main {
  position: relative;
  margin-top: 0;
}
.p-contact__formWrapper {
  max-width: 800px;
  margin: 0 auto;
}
.p-contact__formHeader {
  color: var(--white);
  text-align: center;
  padding: 30px 1.5rem;
  background-color: #94724E;
}
.p-contact__formTitle {
  color: var(--white);
  line-height: 1;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  margin: 0 auto;
}
.p-contact__formDescription {
  color: var(--white);
  line-height: 1.75;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  margin: 0.5em auto 0;
}
.p-contact__formDescription br {
  display: block;
}
.p-contact__formContent {
  padding: 10px 20px 40px;
  background-color: var(--white);
}
.p-contact__figures > * {
  height: auto;
  position: absolute;
  z-index: -1;
}
.p-contact__figures > *.fig01 {
  opacity: 0.5;
  width: 472px;
  top: 75px;
  left: -235px;
}
.p-contact__figures > *.fig02 {
  opacity: 0.5;
  width: 472px;
  top: 470px;
  right: -180px;
}
@media screen and (min-width: 681px) {
  .p-contact {
    padding-top: 360px;
    padding-bottom: 100px;
  }
  .p-contact__heading {
    font-size: 72px;
    font-size: 4.5rem;
    font-size: clamp(6.25rem, 0.4934rem + 18.4211vw, 17.1875rem);
  }
  .p-contact__lead {
    top: 155px;
  }
  .p-contact__formHeader {
    padding: 30px 2rem;
  }
  .p-contact__formTitle {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .p-contact__formDescription {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-contact__formContent {
    padding: 25px 60px 45px;
  }
}
@media screen and (min-width: 1025px) {
  .p-contact {
    padding-top: 280px;
  }
  .p-contact__heading {
    top: 120px;
  }
  .p-contact__lead {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .p-contact__lead strong {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .p-contact__lead span {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0;
  }
  .p-contact__lead br {
    display: none;
  }
  .p-contact__formTitle {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .p-contact__formDescription {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-contact__formDescription br {
    display: none;
  }
  .p-contact__formContent {
    padding: 25px 80px 50px;
  }
}

.u-container {
  width: 100%;
  max-width: 1250px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.u-container--w800 {
  max-width: 600px;
}
@media screen and (min-width: 681px) {
  .u-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 821px) {
  .u-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .u-container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .u-container--w800 {
    max-width: 900px;
  }
}

.u-br {
  display: block;
}
@media screen and (min-width: 1025px) {
  .u-br {
    display: none;
  }
}

:root {
  --swiper-theme-color: #ffffff !important;
  --swiper-navigation-size: 30px !important;
}

.js-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.js-slider .swiper-slide {
  cursor: grab;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.js-slider .swiper-slide__image img {
  aspect-ratio: 375/420;
  height: auto;
  min-height: 420px;
}
.js-slider .swiper-slide-active .swiper-slide__image,
.js-slider .swiper-slide-duplicate-active .swiper-slide__image,
.js-slider .swiper-slide-prev .swiper-slide__image {
  animation: zoomUp 9.5s linear 0s;
  animation-fill-mode: both;
}
@media screen and (min-width: 1025px) {
  .js-slider .swiper-slide__image img {
    aspect-ratio: inherit;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100vh;
    min-height: 650px;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.js-carousel {
  width: 100%;
  height: 100%;
}
.js-carousel .swiper-wrapper {
  width: 100%;
  height: 100%;
  transition-timing-function: linear !important;
}
.js-carousel .swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.js-carousel .swiper-slide__image {
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.js-carousel .swiper-slide__image img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 300px;
}

.c-instagramFeedGallery {
  overflow: auto;
}
.c-instagramFeedGallery__list {
  display: flex;
  gap: 15px;
  padding-top: var(--space-md);
}
.c-instagramFeedGallery__item {
  width: 16.666%;
  min-width: 150px;
  position: relative;
  overflow: hidden;
}
.c-instagramFeedGallery__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #f7f7f7;
  top: 0;
  z-index: -1;
}
.c-instagramFeedGallery__item a {
  transition: all 0.5s ease;
}
.c-instagramFeedGallery__item a:hover img {
  transform: scale(1.05);
}
.c-instagramFeedGallery__item a:hover h3 {
  opacity: 1;
}
.c-instagramFeedGallery__item a img {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  transition: all 0.35s ease 0.1s;
}
.c-instagramFeedGallery__item a h3 {
  opacity: 0;
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 11px;
  font-size: 0.6875rem;
  text-align: justify;
  word-wrap: break-word;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 5%;
  margin: 0;
  background: rgba(0, 0, 0, 0.65);
  transition: all 0.35s ease;
}
@media screen and (min-width: 681px) {
  .c-instagramFeedGallery__list {
    gap: 20px;
  }
  .c-instagramFeedGallery__item {
    min-width: 220px;
  }
  .c-instagramFeedGallery__item a h3 {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-instagramFeedGallery__list {
    padding-top: 100px;
  }
  .c-instagramFeedGallery__item a h3 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 768px) {
  .c-instagramFeedGallery__item {
    width: 50%;
  }
}
.js-scroll--blurIn {
  opacity: 0;
  filter: blur(40px);
  transform: translate3d(0, 20px, 0) scale3d(1, 1, 1);
  transition: all 2s cubic-bezier(0.33, 1, 0.68, 1);
}
.js-scroll--blurIn.is-active {
  opacity: 1;
  filter: blur(0px);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
.js-scroll--objectFadeIn {
  opacity: 0;
  filter: blur(40px);
  transform: translate3d(0, 10px, 0) scale3d(0.6, 0.6, 1);
  transition: all 2.5s 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.js-scroll--objectFadeIn.is-active {
  opacity: 1;
  filter: blur(0px);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
.js-scroll--scaleIn {
  opacity: 0;
  filter: blur(40px);
  transform: translate3d(0, 10px, 0) scale3d(1.2, 1.2, 1);
  transition: all 2s cubic-bezier(0.33, 1, 0.68, 1);
}
.js-scroll--scaleIn.is-active {
  opacity: 1;
  filter: blur(0px);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
.js-scroll--bottomIn {
  opacity: 0;
  transform: translate3d(0, 10px, 0) scale3d(1, 1, 1);
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.js-scroll--bottomIn.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
.js-scroll--topIn {
  opacity: 0;
  -webkit-mask-image: linear-gradient(to bottom, #000 33.3%, rgba(0, 0, 0, 0) 66.6%);
  -webkit-mask-position: center bottom;
  -webkit-mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
}
.js-scroll--topIn.is-active {
  opacity: 1;
  animation: topFadeIn 10s 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.js-scroll--topIn.delay1.is-active {
  animation-delay: 1.5s;
}
.js-scroll--topIn.delay2.is-active {
  animation-delay: 2s;
}
.js-scroll--zoomIn {
  opacity: 0;
  transform: scale(3) translate3d(0, 50px, 100px) rotate(180deg);
  transition: all 0.5s 0.5s cubic-bezier(0.305, 1.65, 0.455, 0.82);
}
.js-scroll--zoomIn.is-active {
  opacity: 1;
  transform: scale(1) translate3d(0, 0, 0) rotate(0deg);
}

@keyframes topFadeIn {
  0% {
    opacity: 0;
    -webkit-mask-position: center bottom;
  }
  1% {
    opacity: 1;
  }
  100% {
    -webkit-mask-position: center top;
  }
}
