.cFixedLink {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: var(--z-fixed-link);
  width: 100%;
  pointer-events: none;
  transition: transform 0.6s var(--e-out-expo);
}
.cFixedLink__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 24rem;
}
.cFixedLink__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  pointer-events: auto;
}
.cFixedLink__link[data-type=showroom] {
  background-color: #f6730e;
}
.cFixedLink__link[data-type=request] {
  background-color: #be5a0d;
}
.cFixedLink__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.16;
  color: var(--c-white);
}

.is-footer .cFixedLink {
  transform: translateY(101%);
}

@media screen and (min-width: 768px) {
  .cFixedLink {
    display: none;
  }
}
.pFV {
  position: relative;
  width: 100%;
  margin-top: 120rem;
}
.pFV::before {
  position: absolute;
  top: 55rem;
  left: 0;
  width: 326rem;
  height: 470rem;
  content: "";
  background-color: #f7f7f7;
}
.pFV__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 29rem;
}
.pFV__image {
  width: 100%;
}
.pFV__headline {
  margin-left: 24rem;
}
.pFV__headline_lineup {
  overflow: hidden;
  font-family: var(--f-en);
  font-size: 12rem;
  font-weight: 700;
  line-height: 1;
  color: #f17516;
  letter-spacing: -0.01em;
}
.pFV__headline_en {
  margin-top: 19rem;
  overflow: hidden;
  font-family: var(--f-en);
  font-size: 48rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
}
.pFV__headline_ja {
  overflow: hidden;
  font-size: 24rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
}

.pDetails {
  position: relative;
  padding: 0 24rem;
  margin-top: 80rem;
}
.pDetails__inner {
  display: flex;
  flex-direction: column;
  gap: 48rem;
}
.pDetails__title {
  font-family: var(--f-en);
  font-size: 30rem;
  font-weight: 700;
  line-height: 0.9;
}
.pDetails__title_block {
  display: block;
  overflow: hidden;
}
.pDetails__headline {
  font-size: 20rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.pDetails__highlight {
  color: #f17516;
}
.pDetails__list {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin-top: 20rem;
}
.pDetails__item {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 12rem;
  font-weight: 500;
  color: var(--c-white);
  background-color: #f17516;
}
.pDetails__text {
  margin-top: 32rem;
  font-size: 15rem;
  font-weight: 500;
  line-height: 2;
}

.pLinkCircleArrow {
  margin: 40rem 102rem 0;
}
.pLinkCircleArrow .cLinkCircleArrow {
  position: relative;
  padding: 0 0 22rem;
  overflow: hidden;
}
.pLinkCircleArrow .cLinkCircleArrow::after, .pLinkCircleArrow .cLinkCircleArrow::before {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #000;
  transition: all 0.5s ease;
}
.pLinkCircleArrow .cLinkCircleArrow::after {
  left: -100%;
}

.pCredo {
  position: relative;
  margin: 80rem 24rem 0;
}
.pCredo__inner {
  padding: 32rem 20rem;
  background-color: #f9f9f9;
  border-top: #b3b3b3 1px solid;
  border-bottom: #b3b3b3 1px solid;
}
.pCredo__headline {
  display: flex;
  flex-direction: column;
  gap: 12rem;
  align-items: flex-start;
}
.pCredo__headline_en {
  overflow: hidden;
  font-family: var(--f-en);
  font-size: 30rem;
  font-weight: 700;
  line-height: 0.9;
}
.pCredo__text {
  margin-top: 12rem;
  overflow: hidden;
  font-size: 14rem;
  font-weight: 700;
  line-height: 1.6;
}
.pCredo__link {
  position: absolute;
  top: calc(50% - 24rem);
  right: 20rem;
  width: 48rem;
  height: 48rem;
  margin-left: auto;
  border: 1px solid #ebebeb;
  border-radius: 50%;
}

.pRequest__inner {
  position: relative;
  z-index: 1;
  padding: 80rem 24rem 76rem;
}
.pRequest__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.pRequest__headline_en {
  width: 308rem;
  height: 107rem;
}
.pRequest__headline_ja {
  margin-top: 18rem;
  font-size: 24rem;
  font-weight: 700;
  line-height: 1.16;
  color: var(--c-white);
  letter-spacing: 0.02em;
}
.pRequest__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}
.pRequest__paragraph {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 20rem;
  font-size: 14rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--c-white);
  letter-spacing: 0.02em;
}
.pRequest__paragraph::before {
  position: absolute;
  left: 2px;
  width: 1px;
  height: 96%;
  content: "";
  background-color: var(--c-white);
}
.pRequest__more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 109rem;
  height: 109rem;
  background-color: var(--c-white);
  border-radius: 50%;
}
.pRequest__more_text {
  margin-top: 0.4em;
  margin-left: 0.2em;
  font-size: 14rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.02em;
}
.pRequest__image {
  margin-top: 50rem;
}
.pRequest__image_top {
  width: 226rem;
  height: 316rem;
  margin-left: auto;
}
.pRequest__image_bottom {
  width: 231rem;
  height: 230rem;
  margin-top: -214rem;
}

.pBuild {
  margin-top: 96rem;
}
.pBuild__inner {
  position: relative;
  z-index: 1;
  padding: 24rem;
}
.pBuild__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.pBuild__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50rem;
  background-color: #fcf6e9;
}
.pBuild__headline {
  width: 100%;
  width: 242rem;
  height: 259rem;
}
.pBuild__body {
  width: 100%;
  padding: 0 50rem;
  margin-top: 30rem;
}
.pBuild__paragraph {
  font-size: 16rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.pBuild__nav {
  display: flex;
  flex-direction: column;
  gap: 7rem;
  align-items: flex-start;
  width: 100%;
  margin-top: 18rem;
}
.pBuild__link {
  --_background-color: var(--c-white);
  --_arrow-color: #c65504;
  --_prl: 14rem;
  --_icon-width: 19rem;
  --_icon-height: 19rem;
  --_gap: 4rem;
  width: 100%;
  height: 49rem;
  color: var(--c-white);
  background-color: #c65504;
}
.pBuild__image {
  width: 100%;
  height: 322rem;
  margin-top: 56rem;
}

.pFixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 8999;
  display: flex;
  margin: 0 24rem;
}
.pFixed__link {
  width: 171rem;
  padding: 13rem 0;
  font-size: 15rem;
  font-weight: 500;
  color: var(--c-white);
  text-align: center;
}
.pFixed__link--reserve {
  background-color: #f6730e;
}
.pFixed__link--request {
  background-color: #be5a0d;
}

@media screen and (min-width: 768px) {
  .pFV {
    padding: 0 min(154px, 154rem);
    margin-top: min(219px, 219rem);
  }
  .pFV::before {
    top: min(95px, 95rem);
    z-index: -2;
    width: min(970px, 970rem);
    height: min(1000px, 1000rem);
  }
  .pFV__inner {
    gap: min(58px, 58rem);
  }
  .pFV__headline {
    margin-left: 0;
  }
  .pFV__headline_lineup {
    font-size: min(16px, 16rem);
  }
  .pFV__headline_en {
    margin-top: min(25px, 25rem);
    font-size: min(110px, 110rem);
  }
  .pFV__headline_ja {
    padding-left: min(4px, 4rem);
    font-size: min(24px, 24rem);
  }
  .pDetails {
    position: relative;
    padding: 0 min(154px, 154rem);
    margin-top: min(160px, 160rem);
  }
  .pDetails::before {
    position: absolute;
    top: -304rem;
    left: 274rem;
    z-index: -1;
    width: min(1283px, 1283rem);
    height: min(800px, 800rem);
    content: "";
    background-color: var(--c-white);
  }
  .pDetails__inner {
    flex-direction: row;
    gap: min(127px, 127rem);
  }
  .pDetails__title {
    width: min(264px, 264rem);
    font-size: min(64px, 64rem);
    line-height: 1;
  }
  .pDetails__content {
    width: min(813rempx, 813remrem);
  }
  .pDetails__headline {
    font-size: min(26px, 26rem);
  }
  .pDetails__list {
    flex-direction: row;
    margin-top: min(24px, 24rem);
  }
  .pDetails__item {
    font-size: min(14px, 14rem);
    line-height: 1.9;
  }
  .pDetails__text {
    margin-top: min(64px, 64rem);
    font-size: min(17px, 17rem);
    line-height: 1.9;
  }
  .pCredo {
    position: relative;
    margin: min(200px, 200rem) min(154px, 154rem) 0;
  }
  .pCredo::after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #b3b3b3;
  }
  .pCredo__inner {
    display: flex;
    gap: min(24px, 24rem);
    align-items: center;
    padding: min(105px, 105rem) min(80px, 80rem);
  }
  .pCredo__headline {
    gap: 0;
  }
  .pCredo__headline_en {
    font-size: min(58px, 58rem);
  }
  .pCredo__text {
    margin-top: 0;
    font-size: min(18px, 18rem);
  }
  .pCredo__link {
    top: min(91px, 91rem);
    right: min(80px, 80rem);
    width: min(80px, 80rem);
    height: min(80px, 80rem);
    margin-top: 0;
  }
  .pLinkCircleArrow {
    margin: min(160px, 160rem) min(551px, 551rem) 0;
  }
  .pLinkCircleArrow .cLinkCircleArrow {
    justify-content: center;
  }
  .pRequest__inner {
    padding: min(130px, 130rem) min(165px, 165rem) min(136px, 136rem) min(156px, 156rem);
  }
  .pRequest__block {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto 1fr;
    gap: 0 min(133px, 133rem);
    max-width: min(1190px, 1190rem);
    margin: 0 auto;
  }
  .pRequest__headline {
    grid-column: 2;
  }
  .pRequest__headline_en {
    width: min(591px, 591rem);
    height: min(196px, 196rem);
  }
  .pRequest__headline_ja {
    margin-top: min(64px, 64rem);
    font-size: min(32px, 32rem);
    line-height: 1.7;
  }
  .pRequest__body {
    grid-row: 2;
    grid-column: 2;
    margin-top: min(14px, 14rem);
  }
  .pRequest__paragraph {
    padding-left: min(25px, 25rem);
    font-size: min(18px, 18rem);
    line-height: 1.7;
  }
  .pRequest__more {
    width: min(187px, 187rem);
    height: min(187px, 187rem);
    margin-top: max(-60px, -60rem);
  }
  .pRequest__more_text {
    margin-top: 0.4em;
    margin-left: 0.2em;
    font-size: min(18px, 18rem);
    line-height: 1.7;
  }
  .pRequest__image {
    grid-row: 1/3;
    grid-column: 1;
    width: min(464px, 464rem);
    margin-top: min(19px, 19rem);
  }
  .pRequest__image_top {
    width: min(324px, 324rem);
    height: min(453px, 453rem);
  }
  .pRequest__image_bottom {
    width: min(330px, 330rem);
    height: min(331px, 331rem);
    margin-top: max(-315px, -315rem);
  }
  .pBuild {
    margin-top: min(272px, 272rem);
  }
  .pBuild__inner {
    padding: min(24px, 24rem);
  }
  .pBuild__block {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    max-width: min(1464px, 1464rem);
    padding: 0 0 0 min(133px, 133rem);
    margin: 0 auto;
  }
  .pBuild__headline {
    flex-shrink: 0;
    width: min(342px, 342rem);
    height: min(263px, 263rem);
  }
  .pBuild__body {
    width: 100%;
    padding: 0;
    margin-top: min(16px, 16rem);
    margin-left: min(86px, 86rem);
  }
  .pBuild__paragraph {
    font-size: min(19px, 19rem);
  }
  .pBuild__nav {
    gap: min(8px, 8rem);
    margin-top: min(45px, 45rem);
  }
  .pBuild__link {
    --_prl: min(16px, 16rem);
    --_icon-width: min(25px, 25rem);
    --_icon-height: min(25px, 25rem);
    --_gap: min(8px, 8rem);
    width: min(272px, 272rem);
    height: min(60px, 60rem);
  }
  .pBuild__image {
    flex-shrink: 0;
    width: min(416px, 416rem);
    height: min(392px, 392rem);
    margin-top: 0;
  }
}
@media (any-hover: hover) {
  .pCredo__link {
    transition: color 0.4s var(--e-out-expo), background-color 0.6s var(--e-out-expo), border-color 0.6s var(--e-out-expo);
  }
  .pCredo__inner {
    position: relative;
    z-index: 1;
  }
  .pCredo__inner::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: "";
    background-color: #f6f6f6;
    transition: transform 0.6s var(--e-out-expo);
    transform: scaleX(0);
    transform-origin: left;
  }
  .pCredo__inner:hover {
    --_background-color: var(--c-orange);
    --_arrow-color: var(--c-white);
    --_border-color: var(--c-orange);
  }
  .pCredo__inner:hover .pCredo__link {
    color: var(--c-white);
    background-color: #f17516;
    border-color: var(--c-white);
  }
  .pCredo__inner:hover::before {
    transform: scaleX(1);
  }
  .pLineup__link {
    transition: background-color 0.6s var(--e-out-expo), border-color 0.6s var(--e-out-expo);
  }
  .pLineup__link:hover {
    --_background-color: var(--c-white);
    --_arrow-color: #f17516;
    color: var(--c-white);
    background-color: #f17516;
    border-color: var(--c-white);
  }
  .pRequest__more {
    border: 1px solid var(--c-white);
    transition: background-color 0.6s var(--e-out-expo);
  }
  .pRequest__more:hover {
    --_color: var(--c-white);
    background-color: transparent;
  }
  .pRequest__more_text {
    color: var(--_color, var(--c-black));
    transition: color 0.6s var(--e-out-expo);
  }
  .pBuild__link {
    border: 1px solid #c65504;
    transition: background-color 0.6s var(--e-out-expo), border-color 0.6s var(--e-out-expo);
  }
  .pBuild__link:hover {
    --_background-color: #c65504;
    --_arrow-color: var(--c-white);
    color: #c65504;
    background-color: var(--c-white);
  }
  .pLinkCircleArrow .cLinkCircleArrow {
    transition: color 0.6s var(--e-out-expo);
  }
  .pLinkCircleArrow .cLinkCircleArrow:hover::after {
    animation: toLeft 0.6s 1;
    animation-timing-function: ease;
    animation-delay: 0.5s;
  }
  @keyframes toLeft {
    0% {
      left: -100;
    }
    100% {
      left: 0;
    }
  }
  .pLinkCircleArrow .cLinkCircleArrow:hover::before {
    animation: toRight 1s 1;
    animation-timing-function: ease;
  }
  @keyframes toRight {
    0% {
      left: 0;
    }
    100% {
      left: 100%;
    }
  }
}