@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  html {
    font-size: 1.09739369vw;
  }
}
@media (min-width: 1458px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #323246;
}

main {
  overflow-x: hidden;
}

@media screen and (min-width: 769px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .l-inner {
    max-width: 1458px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.c-card__img {
  width: 100%;
}

.c-card__img img {
  aspect-ratio: 340/233;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .c-card__img img {
    aspect-ratio: 524/369;
  }
}

.c-card__head {
  margin-top: 1.625rem;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-card__head {
    margin-top: 1.25rem;
    font-size: 2.125rem;
    line-height: 1.4117647059;
  }
}

.c-card__text {
  margin-top: 0.625rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.875;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-card__text {
    margin-top: 1.25rem;
    font-size: clamp(13px, 1rem, 16px);
  }
}

.c-floating {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10000;
}
@media screen and (min-width: 769px) {
  .c-floating {
    top: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.375rem;
    width: 7.8125rem;
    height: 17rem;
  }
}

.c-floating__mail,
.c-floating__tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  height: 3.25rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  color: #fff;
  padding: 0.625rem 1.5625rem;
}
@media screen and (min-width: 769px) {
  .c-floating__mail,
  .c-floating__tel {
    width: 7.8125rem;
    height: 7.8125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 2px solid #fff;
    border-radius: 1.25rem 0 0 1.25rem;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="6" /><feOffset dx="4" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.64)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, .64));
            filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, .64));
    font-size: 1rem;
    line-height: 1.25;
    padding: 0.625rem 0.75rem;
  }
}

.c-floating__mail {
  background: #566a61;
}

.c-floating__tel {
  background: #917f40;
  padding-left: 1.0625rem;
  padding-right: 1.375rem;
}
@media screen and (min-width: 769px) {
  .c-floating__tel {
    pointer-events: none;
  }
}

.c-floating__mail::before {
  display: inline-block;
  content: "";
  width: 2.5625rem;
  height: 1.75rem;
  background: url(../images/icon_mail.svg) no-repeat center/contain;
  margin-right: 1.375rem;
}
@media screen and (min-width: 769px) {
  .c-floating__mail::before {
    margin-right: 0;
    margin-bottom: 0.3125rem;
    width: 5.1875rem;
    height: 3.5625rem;
  }
}

.c-floating__tel::before {
  display: inline-block;
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../images/icon_tel.svg) no-repeat center/contain;
  margin-right: 1.125rem;
}
@media screen and (min-width: 769px) {
  .c-floating__tel::before {
    margin-right: 0;
    margin-bottom: 0.3125rem;
    width: 4.1875rem;
    height: 4.1875rem;
  }
}

.c-item__head {
  position: relative;
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.4090909091;
  text-align: center;
  color: #fff;
  border-radius: 1rem;
  border: 2px solid #fff;
  padding: 0.4375rem;
}
@media screen and (min-width: 769px) {
  .c-item__head {
    font-size: 2.125rem;
    line-height: 1.4117647059;
    padding: 0.6875rem;
  }
}

.c-item__head::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: -2.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.5625rem;
  height: 2.5625rem;
  background: url(../images/icon_plus.svg) no-repeat center/cover;
}
@media screen and (min-width: 769px) {
  .c-item__head::before {
    top: -3.5rem;
    width: 3.9375rem;
    height: 3.9375rem;
  }
}

.c-item__img {
  margin-top: 0.625rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-item__img {
    margin-top: 0.875rem;
  }
}

.c-item__img img {
  aspect-ratio: 340/264;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .c-item__img img {
    aspect-ratio: 524/407;
  }
}

.c-item__text {
  margin-top: 0.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.875;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-item__text {
    font-size: clamp(13px, 1rem, 16px);
  }
}

@media screen and (min-width: 769px) {
  .c-item02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.25rem;
  }
}

@media screen and (min-width: 769px) {
  .c-item02:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-item02:nth-child(2n) .c-item02__img {
    margin-left: 0;
    margin-right: -25.875rem;
  }
}

.c-item02__img {
  width: 100%;
  border: 0.1875rem solid #fff;
  border-radius: 0.75rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .c-item02__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 58.5625rem;
    height: 39.5rem;
    border: 0.4375rem solid #fff;
    border-radius: 1.25rem;
    margin-left: -25.875rem;
  }
}

.c-item02__img img {
  aspect-ratio: 340/232;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .c-item02__img img {
    aspect-ratio: 937/632;
  }
}

.c-item02__body {
  margin-top: 1.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .c-item02__body {
    margin-top: 0;
    width: 32.875rem;
  }
}

@media screen and (min-width: 769px) {
  .c-item02__wrap {
    padding-bottom: 20px;
  }
}

.c-item02__head {
  font-weight: bold;
  font-size: 1.4375rem;
  line-height: 1.6086956522;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-item02__head {
    font-size: 2.125rem;
    line-height: 1.4117647059;
  }
}

.c-item02__text {
  margin-top: 0.6875rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.875;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-item02__text {
    margin-top: 1.25rem;
    font-size: clamp(13px, 1rem, 16px);
  }
}

.c-item02__img02 {
  margin-top: 0.875rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-item02__img02 {
    width: 32.875rem;
    margin-top: 0;
  }
}

.c-item02__img02 img {
  aspect-ratio: 340/228;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .c-item02__img02 img {
    aspect-ratio: 526/353;
  }
}

@media screen and (min-width: 769px) {
  .c-item03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.875rem;
  }
}

.c-item03__img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-item03__img {
    width: 62.375rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: -12.5rem;
  }
}

.c-item03__img img {
  aspect-ratio: 390/234;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .c-item03__img img {
    aspect-ratio: 998/599;
  }
}

.c-item03__body {
  margin-top: 1.4375rem;
  margin-left: 1.5625rem;
  margin-right: 1.5625rem;
}
@media screen and (min-width: 769px) {
  .c-item03__body {
    margin: 0;
  }
}

.c-item03__head {
  text-align: center;
  font-family: "Archivo Black", sans-serif;
  font-weight: normal;
  font-size: 1.5625rem;
  line-height: 1.28;
  text-transform: uppercase;
  color: #566a61;
}
@media screen and (min-width: 769px) {
  .c-item03__head {
    margin-top: 4.375rem;
    text-align: left;
    font-size: 3.75rem;
    line-height: 1.5666666667;
  }
}

.c-item03__text {
  margin-top: 1.125rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.875;
}
@media screen and (min-width: 769px) {
  .c-item03__text {
    margin-top: 0.8125rem;
    font-size: clamp(13px, 1rem, 16px);
  }
}

.c-item03__btn {
  display: block;
  margin-top: 1.25rem;
  max-width: 28rem;
  width: 100%;
  margin-inline: auto;
  padding: 0.75rem;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  color: #323244;
  background-color: #fff;
  border-radius: 1.625rem;
}
@media screen and (min-width: 769px) {
  .c-item03__btn {
    margin-top: 3.125rem;
    padding: 1rem 1.375rem 1rem 2.8125rem;
    font-size: 1.5625rem;
    line-height: 1.2;
    text-align: left;
  }
}

@media screen and (min-width: 769px) {
  .c-item03:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 769px) {
  .c-item03:nth-child(2n) .c-item03__img {
    margin-left: 0;
    margin-right: -12.5rem;
  }
}

.c-slide-01 .swiper {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: 16.3125rem;
  position: relative;
}

.c-slide-01 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-slide-01 .swiper-button-prev,
.c-slide-01 .swiper-button-next {
  position: absolute;
  width: 3.875rem;
  height: 3.875rem;
  background-color: rgba(86, 106, 97, .8);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-slide-01 .swiper-button-prev {
  left: -1.875rem;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  padding-right: 0.75rem;
}

.c-slide-01 .swiper-button-next {
  right: -1.875rem;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-left: 0.75rem;
}

.c-slide-01 .swiper-button-prev::after,
.c-slide-01 .swiper-button-next::after {
  content: "";
  width: 0.875rem;
  height: 1.5625rem;
}

.c-slide-01 .swiper-button-prev::after {
  background: url(../images/product_btn-prev.svg) no-repeat center/cover;
}

.c-slide-01 .swiper-button-next::after {
  background: url(../images/product_btn-next.svg) no-repeat center/cover;
}

.c-slide-02 {
  position: relative;
}

.c-slide-02 .swiper-button-prev,
.c-slide-02 .swiper-button-next {
  position: absolute;
  width: 3.875rem;
  height: 3.875rem;
  background-color: rgba(86, 106, 97, .8);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  margin-top: calc(32.2% - 31px);
}
@media screen and (min-width: 769px) {
  .c-slide-02 .swiper-button-prev,
  .c-slide-02 .swiper-button-next {
    display: none;
  }
}

.c-slide-02 .swiper-button-prev {
  left: -3.125rem;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  padding-right: 0.75rem;
}

.c-slide-02 .swiper-button-next {
  right: -3.125rem;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-left: 0.75rem;
}

.c-slide-02 .swiper-button-prev::after,
.c-slide-02 .swiper-button-next::after {
  content: "";
  width: 0.875rem;
  height: 1.5625rem;
}

.c-slide-02 .swiper-button-prev::after {
  background: url(../images/product_btn-prev.svg) no-repeat center/cover;
}

.c-slide-02 .swiper-button-next::after {
  background: url(../images/product_btn-next.svg) no-repeat center/cover;
}

.c-title {
  font-size: 1.25rem;
  color: #E5B619;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .c-title {
    font-size: 1.5625rem;
    text-align: left;
  }
}

.c-title span {
  display: block;
  text-transform: uppercase;
  font-family: "Archivo Black", sans-serif;
  font-size: 2.375rem;
  line-height: 1.1315789474;
  color: #323246;
}
@media screen and (min-width: 769px) {
  .c-title span {
    font-size: 4.375rem;
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 769px) {
  .c-title--white {
    text-align: center;
    font-size: 2.125rem;
  }
}

.c-title--white span {
  color: #fff;
  opacity: 0.55;
}
@media screen and (min-width: 769px) {
  .c-title--white span {
    font-size: 6.25rem;
  }
}

.c-totop {
  width: 2.9375rem;
  height: 3.8125rem;
  position: fixed;
  bottom: 3.75rem;
  right: 0;
  z-index: 10000;
}
@media screen and (min-width: 769px) {
  .c-totop {
    width: 6.1875rem;
    height: 8.125rem;
    bottom: 1.5625rem;
    right: 1.25rem;
  }
}

.p-access__title {
  text-align: center;
  margin-top: 2.5rem;
  font-weight: bold;
  font-size: 2.125rem;
  line-height: 1.4117647059;
}
@media screen and (min-width: 769px) {
  .p-access__title {
    margin-top: 3.25rem;
  }
}

.p-access__map {
  width: 100vw;
  height: 18.625rem;
  margin-top: 1.6875rem;
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 769px) {
  .p-access__map {
    width: 100%;
    height: 27.875rem;
    min-width: 68.75rem;
    margin-inline: auto;
    margin-top: 2.125rem;
  }
}

.p-basecar {
  position: relative;
  margin-top: 2.25rem;
  padding-top: 1.125rem;
  background-color: #323245;
}
@media screen and (min-width: 769px) {
  .p-basecar {
    margin-top: 5.4375rem;
    padding-top: 5rem;
  }
}

.p-basecar::before {
  position: absolute;
  content: "";
  left: 0;
  top: 11rem;
  width: 100%;
  max-height: 34vw;
  height: 100%;
  background-color: #E5B619;
  -webkit-transform: skewY(-16deg);
          transform: skewY(-16deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .p-basecar::before {
    top: 30rem;
  }
}

.p-basecar__inner {
  position: relative;
  z-index: 1000;
}

.p-basecar__wrap {
  margin-top: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-basecar__wrap {
    margin-top: 4.375rem;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 3rem;
  }
}

.p-basecar__wrap-img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-basecar__wrap-img {
    width: 62.1875rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: -18.75rem;
  }
}

.p-basecar__wrap-img img {
  aspect-ratio: 341/216;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-basecar__wrap-img img {
    aspect-ratio: 995/631;
  }
}

@media screen and (min-width: 769px) {
  .p-basecar__body {
    margin-left: 9.625rem;
  }
}

.p-basecar__body-head {
  text-align: center;
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.4090909091;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-basecar__body-head {
    text-align: left;
    font-size: 2.125rem;
    line-height: 1.4117647059;
  }
}

.p-basecar__body-img {
  margin-top: 0.6875rem;
  width: 18.0625rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-basecar__body-img {
    margin-top: 2rem;
    width: 29.375rem;
    margin-inline: 0;
  }
}

.p-basecar__body-img img {
  aspect-ratio: 289/105;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-basecar__body-img img {
    aspect-ratio: 470/179;
  }
}

.p-basecar__body-text {
  margin-top: 1.375rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.875;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-basecar__body-text {
    font-size: clamp(13px, 1rem, 16px);
  }
}

.p-basecar__container {
  /*margin-top: 5.3125rem;*/
  margin-top: 4rem;
}
@media screen and (min-width: 769px) {
  .p-basecar__container {
    margin-inline: auto;
    width: 68.75rem;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.3125rem;
  }
}

@media screen and (min-width: 769px) {
  .p-basecar__list {
    position: relative;
    margin-top: 3.125rem;
    /*width: 32.75rem;*/
    width: 28rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    top: auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-basecar__list {
    margin-top: 0;
    top: -5.47rem;
  }
}

@media screen and (min-width: 769px) {
  .p-basecar__list::before {
    position: absolute;
    display: inline-block;
    content: "";
    top: -12.5rem;
    left: -16.1875rem;
    width: 13.1875rem;
    height: 17rem;
    background: url(../images/basecar_img-06.svg) no-repeat center/cover;
  }
}
@media screen and (min-width: 1024px) {
  .p-basecar__list::before {
    top: -6.25rem;
  }
}

/*@media screen and (min-width: 769px) {
  .p-basecar__list::after {
    margin-top: 0.875rem;
    display: block;
    content: "";
    margin-left: auto;
    width: 28.3125rem;
    height: 18.5625rem;
    background: url(../images/basecar_img-05.svg) no-repeat center/cover;
  }
}*/

.p-basecar__item:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 769px) {
  .p-basecar__item:not(:first-child) {
    margin-top: 4.6875rem;
  }
}

.p-basecar__box {
  margin-top: 2.25rem;
}
@media screen and (min-width: 769px) {
  .p-basecar__box {
    margin-top: 0;
  }
}

.p-basecar__box-head {
  font-weight: 900;
  font-size: 1.4375rem;
  line-height: 1.3913043478;
  display: grid;
  gap: 0.8125rem;
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 769px) {
  .p-basecar__box-head {
    font-size: 2.8125rem;
    line-height: 1.3333333333;
    gap: 1.0625rem;
  }
}

.p-basecar__box-head span {
  padding-left: 0.625rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(#fff 0%, #fff 100%);
}
@media screen and (min-width: 769px) {
  .p-basecar__box-head span {
    padding-left: 0.9375rem;
  }
}

.p-basecar__box-img {
  width: 100%;
}

.p-basecar__box-img img {
  aspect-ratio: 340/460;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-basecar__box-img img {
    aspect-ratio: 502/674;
  }
}

.p-basecar__box-text {
  margin-top: 1rem;
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 1.1538461538;
  color: #fff;
  width: 21.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-basecar__box-text {
    margin-top: 2.5rem;
    font-size: 2.4375rem;
    line-height: 1.4358974359;
    width: 31.6875rem;
  }
}

.p-basecar__box-text span {
  font-size: 1rem;
  line-height: 2.3125;
}
@media screen and (min-width: 769px) {
  .p-basecar__box-text span {
    font-size: 1.4375rem;
    line-height: 2.4347826087;
  }
}

.p-basecar__box-img02 {
  margin-top: 1.875rem;
  width: 100%;
  max-width: 33.75rem;
  margin-inline: auto;
}

.p-basecar__box-img02 img {
  aspect-ratio: 350/240;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-basecar__box-img02 img {
    aspect-ratio: 546/370;
  }
}

.p-basecar__body02 {
  /*margin-top: 0.875rem;*/
  margin-top: 0rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 2.0625rem;
}

@media screen and (min-width: 768px) {
  .p-basecar__body02 {
    margin-top: 6rem;
    padding-bottom: 5.75rem;
  }
}

/*@media screen and (min-width: 769px) {*/
@media screen and (min-width: 1024px) {
  .p-basecar__body02 {
    margin-top: 0;
    /*margin-top: 1.875rem;*/
  }
}

.p-basecar__head {
  margin-top: 2.375rem;
  font-weight: bold;
  font-size: 1.6875rem;
  line-height: 1.2962962963;
  color: #E5B619;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-basecar__head {
    margin-top: 5rem;
    font-size: 3.125rem;
    line-height: 1.2;
  }
}

.p-basecar__textbox {
  margin-top: 1.3125rem;
}
@media screen and (min-width: 769px) {
  .p-basecar__textbox {
    margin-top: 2.9375rem;
    max-width: 49.875rem;
    margin-inline: auto;
    display: grid;
    gap: 2.75rem;
  }
}

.p-basecar__text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.875;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-basecar__text {
    text-align: center;
    font-size: 1.5625rem;
    line-height: 1.76;
  }
}

.p-basecar__img {
  margin-top: 1.875rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 769px) {
  .p-basecar__img {
    margin-top: 5.0625rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.p-basecar__img img {
  aspect-ratio: 390/250;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-basecar__img img {
    aspect-ratio: 1409/905;
  }
}

.p-concept__inner {
  margin-top: 2.5rem;
}
@media screen and (min-width: 769px) {
  .p-concept__inner {
    margin-top: 5.4375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.5625rem;
  }
}

@media screen and (min-width: 769px) {
  .p-concept__title {
    margin-top: 3.5rem;
  }
}

.p-concept__head {
  margin-top: 1.5625rem;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.4583333333;
}
@media screen and (min-width: 769px) {
  .p-concept__head {
    margin-top: 2.25rem;
    font-size: 2.125rem;
    line-height: 1.4117647059;
  }
}

.p-concept__textbox {
  margin-top: 1.25rem;
  display: grid;
  gap: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-concept__textbox {
    margin-top: 1.875rem;
  }
}

.p-concept__text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.875;
}
@media screen and (min-width: 769px) {
  .p-concept__text {
    font-size: clamp(13px, 1rem, 16px);
  }
}

.p-concept__img {
  margin-top: 2.25rem;
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-concept__img {
    width: 64.5625rem;
    margin-top: 0;
    border-radius: 1.25rem;
    margin-right: -13.375rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-concept__img img {
  aspect-ratio: 340/210;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-concept__img img {
    aspect-ratio: 1033/599;
  }
}

.p-contact {
  background: #e9e8e8;
  padding-top: 2.375rem;
  padding-bottom: 2.125rem;
}
@media screen and (min-width: 769px) {
  .p-contact {
    padding-top: 3.125rem;
    padding-bottom: 3rem;
  }
}

@media screen and (min-width: 769px) {
  .p-contact__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4.8125rem;
  }
}

.p-contact__title {
  font-size: 1rem;
  line-height: 2.125;
  color: #323246;
}
@media screen and (min-width: 769px) {
  .p-contact__title {
    font-size: 1.625rem;
    line-height: 1.7307692308;
  }
}

.p-contact__title span {
  font-size: 3.625rem;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-contact__title span {
    font-size: 7.3125rem;
    line-height: 1;
  }
}

.p-contact__wrap {
  margin-top: 0.625rem;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .p-contact__wrap {
    margin-top: 0;
  }
}

.p-contact__head {
  margin-top: 1.125rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25;
  color: #323244;
}
@media screen and (min-width: 769px) {
  .p-contact__head {
    margin-top: 0;
    font-size: clamp(13px, 1rem, 16px);
  }
}

.p-contact__head a {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1.4545454545;
  color: #323246;
}
@media screen and (min-width: 769px) {
  .p-contact__head a {
    font-size: 2.875rem;
    line-height: 1.4130434783;
  }
}

.p-contact__head a i {
  font-size: 1rem;
  font-weight: 600;
  margin-left: 10px;
  position: relative;
  top: -4px;
}
@media screen and (min-width: 769px) {
  .p-contact__head a i {
    font-size: 1.6rem;
    top: -0.4rem;
  }
}

.p-contact__text {
  margin-top: 0.375rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.875;
  color: #323244;
}
@media screen and (min-width: 769px) {
  .p-contact__text {
    margin-top: 0;
    font-size: clamp(13px, 1rem, 16px);
  }
}

.p-conact__tel {
  font-weight: 900;
  font-size: 2.3125rem;
  line-height: 1.4054054054;
}
@media screen and (min-width: 769px) {
  .p-conact__tel {
    font-size: 3.3125rem;
    line-height: 1.4150943396;
    pointer-events: none;
  }
}

@media screen and (min-width: 769px) {
  .p-contact__text--mt {
    margin-top: 2.5rem;
  }
}

.p-footer {
  padding-top: 1.375rem;
  padding-bottom: 4.375rem;
}
@media screen and (min-width: 769px) {
  .p-footer {
    padding-top: 2.875rem;
    padding-bottom: 3.75rem;
  }
}

.p-footer__copy {
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 2.5;
  text-align: center;
}

.p-fv {
  position: relative;
}

.p-fv__slider .swiper {
  height: 100vh;
}
@media screen and (min-width: 769px) {
  .p-fv__slider .swiper {
    max-height: 67.5rem;
  }
}

.p-fv__slider .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.p-fv__slider .swiper-slide.sw-1 {
  background-image: url(../images/fv_img-sp-01.jpg);
}
@media screen and (min-width: 769px) {
  .p-fv__slider .swiper-slide.sw-1 {
    background-image: url(../images/fv_img-01.jpg);
  }
}

@supports (background-image: url("../images/fv_img-sp-01.webp")) {
  .p-fv__slider .swiper-slide.sw-1 {
    background-image: url("../images/fv_img-sp-01.webp");
  }
  @media screen and (min-width: 769px) {
    .p-fv__slider .swiper-slide.sw-1 {
      background-image: url("../images/fv_img-01.webp");
    }
  }
}
.p-fv__slider .swiper-slide.sw-2 {
  background-image: url(../images/fv_img-sp-02.jpg);
}
@media screen and (min-width: 769px) {
  .p-fv__slider .swiper-slide.sw-2 {
    background-image: url(../images/fv_img-02.jpg);
  }
}

@supports (background-image: url("../images/fv_img-sp-02.webp")) {
  .p-fv__slider .swiper-slide.sw-2 {
    background-image: url("../images/fv_img-sp-02.webp");
  }
  @media screen and (min-width: 769px) {
    .p-fv__slider .swiper-slide.sw-2 {
      background-image: url("../images/fv_img-02.webp");
    }
  }
}
.p-fv__slider .swiper-slide.sw-3 {
  background-image: url(../images/fv_img-sp-03.jpg);
}
@media screen and (min-width: 769px) {
  .p-fv__slider .swiper-slide.sw-3 {
    background-image: url(../images/fv_img-03.jpg);
  }
}

@supports (background-image: url("../images/fv_img-sp-03.webp")) {
  .p-fv__slider .swiper-slide.sw-3 {
    background-image: url("../images/fv_img-sp-03.webp");
  }
  @media screen and (min-width: 769px) {
    .p-fv__slider .swiper-slide.sw-3 {
      background-image: url("../images/fv_img-03.webp");
    }
  }
}
.p-fv__slider .swiper-slide.sw-4 {
  background-image: url(../images/fv_img-sp-04.jpg);
}
@media screen and (min-width: 769px) {
  .p-fv__slider .swiper-slide.sw-4 {
    background-image: url(../images/fv_img-04.jpg);
  }
}

@supports (background-image: url("../images/fv_img-sp-04.webp")) {
  .p-fv__slider .swiper-slide.sw-4 {
    background-image: url("../images/fv_img-sp-04.webp");
  }
  @media screen and (min-width: 769px) {
    .p-fv__slider .swiper-slide.sw-4 {
      background-image: url("../images/fv_img-04.webp");
    }
  }
}
.p-fv__slider .swiper-slide.sw-5 {
  background-image: url(../images/fv_img-sp-05.jpg);
}
@media screen and (min-width: 769px) {
  .p-fv__slider .swiper-slide.sw-5 {
    background-image: url(../images/fv_img-05.jpg);
  }
}

@supports (background-image: url("../images/fv_img-sp-05.webp")) {
  .p-fv__slider .swiper-slide.sw-5 {
    background-image: url("../images/fv_img-sp-05.webp");
  }
  @media screen and (min-width: 769px) {
    .p-fv__slider .swiper-slide.sw-5 {
      background-image: url("../images/fv_img-05.webp");
    }
  }
}
.p-fv__imgwrap {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
}
@media screen and (min-width: 769px) {
  .p-fv__imgwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 3.375rem;
  }
}

.p-vf__img {
  width: 10.75rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-vf__img {
    width: 26.4375rem;
  }
}

.p-vf__img img {
  aspect-ratio: 172/167;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 769px) {
  .p-vf__img img {
    aspect-ratio: 426/411;
  }
}

.p-fv__img02 {
  width: 22.5rem;
}
@media screen and (min-width: 769px) {
  .p-fv__img02 {
    margin-top: 1.5625rem;
    width: 51.625rem;
  }
}

.p-fv__img02 img {
  aspect-ratio: 362/180;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-fv__img02 img {
    aspect-ratio: 826/411;
  }
}

.p-fv__wrap {
  position: absolute;
  bottom: 0.9375rem;
  text-align: center;
  z-index: 1000;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-fv__wrap {
    bottom: -2.5rem;
  }
}

.p-fv__wrap::after {
  margin-top: 1rem;
  display: inline-block;
  content: "";
  width: 5.875rem;
  height: 2.125rem;
  background: url(../images/fv_triangle.svg) no-repeat center/cover;
  z-index: 1000;
}
@media screen and (min-width: 769px) {
  .p-fv__wrap::after {
    margin-top: 1.625rem;
    width: 9.75rem;
    height: 3.5625rem;
  }
}

.p-fv__text {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-fv__text {
    font-size: 1.25rem;
    line-height: 2;
  }
}

.p-fv__title {
  margin-top: 0.375rem;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1.4285714286;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-fv__title {
    font-size: 2.9375rem;
    line-height: 1.4255319149;
  }
}

.p-option {
  position: relative;
  padding-top: 0.6875rem;
  padding-bottom: 8.25rem;
  background-color: #323245;
}
@media screen and (min-width: 769px) {
  .p-option {
    padding-top: 6.25rem;
    padding-bottom: 16.3125rem;
  }
}

.p-option::before {
  position: absolute;
  content: "";
  left: 0;
  top: 18.75rem;
  width: 100%;
  max-height: 400vw;
  height: 100%;
  background-color: #414851;
  -webkit-transform: skewY(-16deg);
          transform: skewY(-16deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (min-width: 769px) {
  .p-option::before {
    top: 42.5rem;
    max-height: 100rem;
  }
}

.p-option::after {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: -5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 17.875rem;
  height: 12rem;
  background: url(../images/option_img.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .p-option::after {
    width: 35.75rem;
    height: 22.5rem;
    bottom: -9.375rem;
  }
}

.p-option__inner {
  position: relative;
  z-index: 1000;
}

.p-option__head {
  margin-top: 1.375rem;
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.2727272727;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-option__head {
    margin-top: 3.75rem;
    font-size: 3.125rem;
    line-height: 1.2;
  }
}

.p-option__list {
  margin-top: 2.25rem;
}
@media screen and (min-width: 769px) {
  .p-option__list {
    margin-top: 7.8125rem;
  }
}

.p-option__item {
  padding-bottom: 2.5625rem;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 769px) {
  .p-option__item {
    padding-bottom: 7.1875rem;
    width: 68.75rem;
    margin-inline: auto;
  }
}

.p-option__item:not(:first-child) {
  margin-top: 2.625rem;
}
@media screen and (min-width: 769px) {
  .p-option__item:not(:first-child) {
    margin-top: 7.25rem;
  }
}

.p-option__sub-head {
  margin-top: 2.625rem;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 2.4;
  color: #E5B619;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-option__sub-head {
    margin-top: 3.75rem;
    font-size: 2.125rem;
    line-height: 1.4117647059;
  }
}

.p-option__slide {
  margin-top: 2.25rem;
}
@media screen and (min-width: 769px) {
  .p-option__slide {
    display: none;
  }
}

.p-option__list02 {
  display: none;
}
@media screen and (min-width: 769px) {
  .p-option__list02 {
    display: block;
    margin-top: 2.9375rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.25rem;
    width: 68.75rem;
    margin-inline: auto;
  }
}

.p-option__text {
  margin-top: 2.3125rem;
  padding-top: 2.3125rem;
  border-top: 1px solid #fff;
  font-weight: bold;
  font-size: 1.4375rem;
  line-height: 1.7391304348;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-option__text {
    margin-top: 4.6875rem;
    padding-top: 4.6875rem;
    font-size: 1.5625rem;
    line-height: 1.76;
    text-align: center;
  }
}

.p-plusitem {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(20%, #fff), color-stop(20%, #e9e8e8), to(#e9e8e8));
  background: linear-gradient(180deg, #fff 0%, #fff 20%, #e9e8e8 20%, #e9e8e8 100%);
}
@media screen and (min-width: 769px) {
  .p-plusitem {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(32%, #fff), color-stop(32%, #e9e8e8), to(#e9e8e8));
    background: linear-gradient(180deg, #fff 0%, #fff 32%, #e9e8e8 32%, #e9e8e8 100%);
  }
}

.p-plusitem__title {
  margin-top: 5.25rem;
}
@media screen and (min-width: 769px) {
  .p-plusitem__title {
    margin-top: 13rem;
  }
}

.p-plusitem__title span {
  color: rgba(50, 50, 68, .55);
}

.p-plusitem__img {
  margin-top: 1.25rem;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 769px) {
  .p-plusitem__img {
    margin-top: 4.625rem;
  }
}

.p-plusitem__img::after {
  margin-top: 1.0625rem;
  margin-inline: auto;
  display: block;
  content: "";
  width: 20rem;
  height: 6.3125rem;
  background: url(../images/pluseitem_logo.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .p-plusitem__img::after {
    margin-top: 2.625rem;
    width: 54.25rem;
    height: 16.25rem;
  }
}

.p-plusitem__img img {
  aspect-ratio: 390/204;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-plusitem__img img {
    aspect-ratio: 1679/555;
  }
}

.p-plusitem__wrap {
  position: relative;
  margin-top: 1.125rem;
}
@media screen and (min-width: 769px) {
  .p-plusitem__wrap {
    margin-top: 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.25rem;
  }
}

.p-plusitem__wrap::after {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: -7.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/pluseitem_img-03.png) no-repeat center/cover;
  width: 6.875rem;
  height: 7.0625rem;
}
@media screen and (min-width: 769px) {
  .p-plusitem__wrap::after {
    width: 15.5625rem;
    height: 15.9375rem;
    left: 16.25rem;
    bottom: 0.9375rem;
  }
}

@supports (background: url("../images/pluseitem_img-03.webp")) {
  .p-plusitem__wrap::after {
    background: url("../images/pluseitem_img-03.webp") no-repeat center/cover;
  }
}
@media screen and (min-width: 769px) {
  .p-plusitem__wrap-textbox {
    margin-top: 2.5rem;
  }
}

.p-plusitem__wrap-text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.875;
}
@media screen and (min-width: 769px) {
  .p-plusitem__wrap-text {
    font-size: 1.5625rem;
    line-height: 1.6;
  }
}

.p-plusitem__wrap-text:not(:first-child) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-plusitem__wrap-text:not(:first-child) {
    margin-top: 2.5rem;
  }
}

.p-plusitem__wrap-img {
  margin-top: 2.6875rem;
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-plusitem__wrap-img {
    margin-top: 0;
    margin-right: -11.25rem;
    width: 62.3125rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-plusitem__wrap-img img {
  aspect-ratio: 340/224;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-plusitem__wrap-img img {
    aspect-ratio: 997/599;
  }
}

.p-plusitem__list {
  margin-top: 8.75rem;
}
@media screen and (min-width: 769px) {
  .p-plusitem__list {
    margin-top: 5.9375rem;
  }
}

.p-plusitem__item {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 769px) {
  .p-plusitem__item {
    margin-left: 0;
    margin-right: 0;
  }
}

.p-plusitem__item:not(:first-child) {
  margin-top: 2.4375rem;
}
@media screen and (min-width: 769px) {
  .p-plusitem__item:not(:first-child) {
    margin-top: 5.75rem;
  }
}

.p-plusitem__slider {
  margin-top: 2.4375rem;
}
@media screen and (min-width: 769px) {
  .p-plusitem__slider {
    margin-top: 6.5rem;
  }
}

.p-plusitem__text {
  margin-top: 2.125rem;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  color: #323244;
}
@media screen and (min-width: 769px) {
  .p-plusitem__text {
    margin-top: 5.125rem;
    font-size: 2.125rem;
    line-height: 1.4117647059;
    text-align: center;
  }
}

.p-plusitem__text--bg {
  background-color: #fff;
  padding: 1.5625rem;
  margin: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 769px) {
  .p-plusitem__text--bg {
    padding: 4.1875rem 0 7.1875rem 0;
  }
}

.p-plusitem__imgwrap {
  margin-top: 3.1875rem;
  padding-top: 3rem;
  background-color: #fff;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 769px) {
  .p-plusitem__imgwrap {
    margin-top: 5.6875rem;
    padding-top: 6.0625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-plusitem__img02,
.p-plusitem__img03 {
  position: relative;
  width: 100%;
}

.p-plusitem__img02::before,
.p-plusitem__img03::before {
  position: absolute;
  content: attr(data-text);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-weight: 900;
  font-size: 3.125rem;
  line-height: 0.62;
  color: #fff;
  text-shadow: 0 0 0.625rem #323246;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 769px) {
  .p-plusitem__img02::before,
  .p-plusitem__img03::before {
    font-size: 5rem;
    line-height: 0.6;
  }
}

.p-plusitem__img02 img,
.p-plusitem__img03 img {
  aspect-ratio: 390/223;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-plusitem__img02 img,
  .p-plusitem__img03 img {
    aspect-ratio: 840/526;
  }
}

.p-price {
  background-color: #323245;
  padding-top: 2.1875rem;
}
@media screen and (min-width: 769px) {
  .p-price {
    padding-top: 5.625rem;
  }
}

.p-price__table {
  margin-top: 1.875rem;
  width: 100%;
  border-spacing: 0;
  border: none;
}
@media screen and (min-width: 769px) {
  .p-price__table {
    margin-top: 5.125rem;
    width: 68.75rem;
    margin-inline: auto;
  }
}

td, th {
  width: 50%;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  padding: 0;
  text-align: center;
  background-color: #fff;
  border: none;
  border-left: 0.4375rem solid #323245;
  border-top: 0.4375rem solid #323245;
}
@media screen and (min-width: 769px) {
  td, th {
    font-size: 2.125rem;
    line-height: 2.2941176471;
  }
}

td:first-child, th:first-child {
  border-left: none;
}

.p-price__thead,
.p-price__thead02 {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-price__thead,
  .p-price__thead02 {
    line-height: 1.4411764706;
  }
}

.p-price__thead {
  background-color: #E5B619;
}

.p-price__thead02 {
  background-color: #566a61;
}

.p-price__text {
  margin-top: 0.9375rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.875;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-price__text {
    text-align: center;
    margin-top: 1.25rem;
    font-size: clamp(13px, 1rem, 16px);
  }
}

.p-price__img {
  position: relative;
  margin-top: 3.25rem;
  margin-left: calc(50% - 50vw);
  width: 100vw;
  height: 14.625rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-price__img {
    margin-top: 6.25rem;
    height: 555px;
  }
}

.p-price__img > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.p-price__img > div::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../images/price_img_parallax_sp.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 769px) {
  .p-price__img > div::before {
    background-image: url(../images/price_img_parallax_pc.webp);
  }
}
@media screen and (min-width: 1200px) {
  .p-price__img > div::before {
    background-position: bottom 40% center;
  }
}

.p-price__img h3 {
  width: 100%;
  margin: auto;
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  font-size: 1.8125rem;
  font-weight: 900;
  line-height: 1.2068965517;
  text-align: center;
  text-shadow: 0 0 10px #000;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-price__img h3 {
    font-size: 4.875rem;
    line-height: 1.2051282051;
  }
}

.p-product__inner {
  margin-top: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-product__inner {
    margin-top: 5.625rem;
  }
}

@media screen and (min-width: 769px) {
  .p-product__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100vw;
    margin-right: calc(50% - 50vw);
  }
}

@media screen and (min-width: 769px) {
  .p-product__wrap {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .p-product__title {
    margin-top: 3.75rem;
    margin-left: 5rem;
  }
}

.p-product__head-weap {
  margin-top: 1.125rem;
  background: #566a61;
  width: 100vw;
  padding: 1.25rem 1.5625rem 3.0625rem 1.5625rem;
  margin-left: calc(50% - 50vw);
  border: 1px solid #707070;
}
@media screen and (min-width: 769px) {
  .p-product__head-weap {
    padding: 0.9375rem 0.9375rem 1.25rem 5rem;
    width: 100%;
    margin-top: 2.5rem;
    margin-left: 0;
    margin-left: initial;
  }
}

.p-product__head {
  position: relative;
  font-weight: bold;
  font-size: 1.1875rem;
  line-height: 1.4210526316;
  color: #fff;
  width: 21.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-product__head {
    font-size: 2.125rem;
    line-height: 1.4117647059;
    width: 100%;
    max-width: 38.125rem;
    margin-inline: initial;
  }
}

.p-product__head::after {
  position: absolute;
  content: attr(data-en);
  top: 0.3125rem;
  right: 0rem;
  font-family: "Archivo Black", sans-serif;
  font-size: 4rem;
  line-height: 0.671875;
}
@media screen and (min-width: 769px) {
  .p-product__head::after {
    font-size: 7rem;
    line-height: 0.6696428571;
    right: 0;
    top: 0.625rem;
  }
}

.p-product__head span {
  font-size: 1.75rem;
  line-height: 0.9642857143;
}
@media screen and (min-width: 769px) {
  .p-product__head span {
    font-size: 3.125rem;
    line-height: 0.96;
  }
}

.p-product__img {
  margin-top: -2.375rem;
  position: relative;
  z-index: 100;
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-product__img {
    margin-top: 0;
    margin-left: -16.9375rem;
    width: 61.6875rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-product__img img {
  aspect-ratio: 340/244;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-product__img img {
    aspect-ratio: 987/707;
  }
}

.p-product__container02 {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-product__container02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-product__container02::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: -2.5rem;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  background: url(../images/product__txt.svg) no-repeat center/cover;
  width: 21.25rem;
  height: 7.125rem;
  z-index: 1000;
}
@media screen and (min-width: 769px) {
  .p-product__container02::before {
    width: 44rem;
    height: 14.75rem;
    top: -4rem;
    left: -1.5625rem;
    -webkit-transform: translatex(0);
            transform: translatex(0);
  }
}

.p-product__container02::after {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: 1.5625rem;
  background: url(../images/product__img__05.svg) no-repeat right bottom/contain;
  width: 100vw;
  height: 13.875rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .p-product__container02::after {
    bottom: auto;
    bottom: initial;
    top: 15.625rem;
  }
}

.p-product__text {
  position: relative;
  padding-top: 10.9375rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.875;
}
@media screen and (min-width: 769px) {
  .p-product__text {
    padding-top: 27.3125rem;
    width: 33.25rem;
    font-size: clamp(13px, 1rem, 16px);
  }
}

.p-product__text::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 4.6875rem;
  left: 63%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  background: url(../images/product__img__04.svg) no-repeat center/cover;
  width: 16.6875rem;
  height: 6.3125rem;
}
@media screen and (min-width: 769px) {
  .p-product__text::before {
    width: 32.875rem;
    height: 12.4375rem;
    top: 13.5rem;
    left: 0;
    -webkit-transform: translatex(0);
            transform: translatex(0);
  }
}

.p-product__img-wrap {
  margin-top: 0.75rem;
  margin-inline: auto;
  position: relative;
  width: 100%;
  max-width: 24.375rem;
  height: 18.3125rem;
}
@media screen and (min-width: 769px) {
  .p-product__img-wrap {
    width: 51.1875rem;
    height: auto;
    margin-inline: 0;
    margin-left: 3.5625rem;
  }
}

.p-product__img-wrap::before {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: -5rem;
  left: 1.875rem;
  background: url(../images/product__txt__02.svg) no-repeat right/cover;
  width: 17.25rem;
  height: 5.75rem;
  z-index: 1000;
}
@media screen and (min-width: 769px) {
  .p-product__img-wrap::before {
    width: 33.25rem;
    height: 11.0625rem;
    bottom: -9.375rem;
    left: 11.25rem;
  }
}

.p-product__img02 {
  width: 15.75rem;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .p-product__img02 {
    width: 37.875rem;
    margin-top: -12.8125rem;
    margin-left: 13.125rem;
  }
}

.p-product__img02 img {
  aspect-ratio: 252/171;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-product__img02 img {
    aspect-ratio: 606/411;
  }
}

.p-product__img03 {
  width: 12.875rem;
  margin-top: -1.125rem;
}
@media screen and (min-width: 769px) {
  .p-product__img03 {
    width: 30.25rem;
  }
}

.p-product__img03 img {
  aspect-ratio: 206/139;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 484/326;
}
.p-product__slider {
  margin-top: 4.25rem;
}
@media screen and (min-width: 769px) {
  .p-product__slider {
    margin-top: 7.4375rem;
  }
}

.p-product__video {
  display: block;
  margin-top: 2.1875rem;
  height: auto;
  width: 100%;
  aspect-ratio: 340/204;
}
@media screen and (min-width: 769px) {
  .p-product__video {
    margin-top: 7.3125rem;
    max-width: 68.75rem;
    aspect-ratio: 1100/660;
    margin-inline: auto;
  }
}

.p-test {
  color: red;
  font-size: 1.5625rem;
}
@media screen and (min-width: 769px) {
  .p-test {
    font-size: 3.125rem;
  }
}

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

@media screen and (min-width: 769px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
