@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  color: #222222;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}

a:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

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

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

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
  padding: 0;
}

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

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

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  width: 1120px;
}

.l-logo {
  aspect-ratio: 39/71;
  left: 2.25rem;
  position: absolute;
  top: 1.75rem;
  width: 4.875rem;
  z-index: 100;
}

.l-logo__img {
  height: auto;
  width: 4.875rem;
}

.c-btn {
  background-color: #CAAB79;
  border: 1px solid #CAAB79;
  max-width: 100%;
  min-height: 4.625rem;
  padding: 0.625rem 1.25rem;
  transition: 0.3s all;
  width: 25rem;
}
.c-btn--black {
  background-color: #35373A;
}
.c-btnIcon {
  height: 1.5rem;
  width: 1.5rem;
}
.c-btnIcon img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.c-btnText {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
}
.c-btnText--black {
  color: #CAAB79;
}

.c-cat {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  min-width: 6.25rem;
  padding: 0.25rem 0.625rem;
  text-align: center;
}

.c-column2 {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(2, 1fr);
}

.c-column2--gap60 {
  gap: 3.75rem;
}

.c-column3 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
}

.c-column4 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(4, 1fr);
}

.c-cta {
  background-color: #222222;
  padding-block: 6.25rem;
}

.c-cta__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-cta__subtitle {
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0.5rem;
  text-align: center;
}

.c-cta__buttons {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 5.25rem;
  justify-content: center;
  margin-top: 2.5rem;
}

.c-cta__btn {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  justify-content: center;
  min-height: 4.625rem;
}
.c-floating-btn {
  align-items: center;
  aspect-ratio: 1/1;
  background: #fff;
  border: 0.5px solid #B07B26;
  border-radius: 100px;
  bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  height: 9.375rem;
  justify-content: center;
  position: fixed;
  right: 1.1875rem;
  transition: all 0.3s ease;
  width: 9.375rem;
  z-index: 100;
}
.c-floating-btn:active {
  transform: translateY(0);
}

.c-floating-btn__link {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  text-decoration: none;
  width: 100%;
}

.c-floating-btn__text {
  color: #B07B26;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

.c-headline1 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  text-align: center;
}

.c-headline1__en {
  color: #B07B26;
  font-family: "Lora", serif;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
}

.c-headline1__ja {
  color: #222222;
  font-family: "Noto Serif JP", serif;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.c-hoverRun {
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  display: inline;
  text-decoration: none;
  transition: background-size 0.5s;
}
.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
}
.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}
.c-imgHover {
  position: relative;
}

.c-imgHover img {
  transition: 0.5s opacity;
  width: 2.25rem;
}

.c-imgHover img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}
.c-imgZoom {
  overflow: hidden;
  position: relative;
}
.c-imgZoom img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.8s;
}
.c-lineup__itemContent {
  display: flex;
  flex-direction: column;
}

.c-lineup__itemTitle {
  color: #222222;
  font-family: "Noto Serif JP", serif;
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.001em;
  line-height: 1.3;
}

.c-lineup__itemPrice {
  align-items: center;
  color: #222222;
  display: flex;
  flex-direction: row;
  font-family: "Lora", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.c-lineup__itemPriceTax {
  color: #222222;
  display: block;
  font-family: "Noto Sans JP", serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  margin-left: 0.125rem;
  white-space: nowrap;
}

.c-lineup__itemPrice + .c-lineup__itemSet {
  margin-top: 0.5rem;
}

.c-lineup__itemSet {
  color: #222222;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  padding-left: 1.375rem;
  position: relative;
}
.c-lineup__itemSet::after {
  background-color: #CAAB79;
  border-radius: 50%;
  content: "";
  height: 0.875rem;
  left: 0rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.875rem;
}

.c-link {
  line-height: 1;
  position: relative;
}

.c-link::after {
  background: url(../img/common/link.svg) center center/contain no-repeat;
  content: "";
  height: 0.625rem;
  position: absolute;
  right: -0.9375rem;
  top: 0.3em;
  width: 0.625rem;
}

.c-marker {
  background: linear-gradient(transparent 70%, #FCF65F 0%);
  display: inline;
}

.c-section-title {
  color: #B07B26;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}
.c-section-title--white {
  color: #fff;
}

.p-point {
  /* background-color: #F8F1E6; */
  padding-top: 5.5rem;
}

.p-point__inner {
  width: 100%;
}

.p-point__box {
margin-top: 3rem;
  background-color: #fff;
  border: 0.5px solid #CAAB79;
  margin-inline: auto;
  padding: 3.75rem 4.5rem;
}

.p-point__heading {
  text-align: center;
}

.p-point__title {
  color: #B07B26;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.5;
}

.p-point__list {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
}

.p-point__card {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-align: center;
}

.p-point__image {
  aspect-ratio: 4/3;
  overflow: hidden;
  width: 100%;
  border: 0.1px solid #CAAB79;
}

.p-point__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-point__name {
  align-items: center;
  color: #B07B26;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.p-point__nameNumber {
  font-family: "Lora", serif;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 400;
  margin-top: 0.3rem;
}

.p-point__nameText {
  letter-spacing: 0.08em;
}

.p-point__text {
  color: #444444;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  line-height: 1.8;
}

.c-tag {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
}

.p-about {
  padding-bottom: 6.25rem;
  padding-top: 2.25rem;
}

.p-about__title {
  font-size: 2.5rem;
  letter-spacing: -0.02em;
}

.p-about__list {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  margin-top: 2.5rem;
}

.p-about__item {
  display: flex;
  flex-direction: row;
  gap: 4.75rem;
}

.p-about__itemImage {
  aspect-ratio: 440/293;
  flex-shrink: 0;
  height: auto;
  width: 27.5rem;
}

.p-about__itemContent {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 2rem;
  justify-content: center;
}

.p-about__itemContentTitle {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: flex-start;
  padding-bottom: 0.625rem;
  position: relative;
}
.p-about__itemContentTitle::after {
  background: linear-gradient(90deg, rgba(202, 171, 121, 0.7) 0.01%, rgba(202, 171, 121, 0) 100%);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

.p-about__itemNumber {
  color: #CAAB79;
  font-family: "Lora", serif;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1;
}

.p-about__itemTitle {
  color: #B07B26;
  font-family: "Noto Serif JP", serif;
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.001em;
  line-height: 1.3;
  white-space: nowrap;
}

.p-about__itemText {
  color: #222222;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.p-bulk {
  background: #fff;
  padding-block: 6.25rem;
}

.p-bulk__inner {
  margin-inline: auto;
  max-width: 70rem;
  padding-inline: 2.5rem;
}

.p-bulk__content {
  align-items: flex-end;
  display: flex;
  gap: 3.125rem;
  margin-top: 3.5rem;
}

.p-bulk__item {
  position: relative;
  width: 100%;
}

.p-bulk__itemImage {
  aspect-ratio: 590/472;
  height: auto;
  width: 36.875rem;
}
.p-bulk__itemImage picture {
  display: block;
  height: 100%;
  width: 100%;
}
.p-bulk__itemImage img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-bulk__itemContent {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 0.5px solid #CAAB79;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 14.375rem;
  justify-content: center;
  position: absolute;
  right: -35%;
  text-align: center;
  top: -10%;
  width: 14.375rem;
}

.p-bulk__itemTitle {
  color: #222222;
  font-family: "Noto Sans JP", serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1;
}

.p-bulk__itemTitle01 {
  font-size: 4rem;
}

.p-bulk__itemTitle02 {
  font-size: 2.5rem;
}

.p-bulk__itemTitle03 {
  font-size: 2rem;
}

.p-bulk__plan {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.p-bulk__planTitle02 {
  color: #B07B26;
  font-family: "Noto Serif JP", serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 0.375rem;
}

.p-bulk__planTitle {
  color: #B07B26;
  font-family: "Noto Serif JP", serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 0.375rem;
  position: relative;
}
.p-bulk__planTitle::after {
  background: linear-gradient(90deg, rgba(202, 171, 121, 0.7) 0.01%, rgba(202, 171, 121, 0) 100%);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

.p-bulk__planText {
  color: #222222;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.p-case {
  background: #F0F0F0;
  padding-top: 8.125rem;
}

.p-case__inner {
  margin-inline: auto;
  padding-inline: 7.5rem;
}

.p-case__swiper-container {
  margin-top: 2.5rem;
  overflow: visible;
  position: relative;
}

.p-case__swiper {
  overflow: hidden;
}

.p-case__swiper-slide {
  align-items: center;
  background: #fff;
  border: 0.5px solid #CAAB79;
  display: flex;
  gap: 6.25rem;
  padding: 5rem;
}

.p-case__swiper-slideItem{
  display: flex;
  gap: 6.25rem;
  align-items: center;
}
.p-case__swiper-img {
  aspect-ratio: 400/500;
  flex-shrink: 0;
  height: auto;
  overflow: hidden;
  width: 25rem;
}

.p-case__swiper-img picture {
  display: block;
}

.p-case__swiper-img img {
  -o-object-fit: cover;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-case__swiper-title {
  color: #B07B26;
  font-family: "Noto Serif JP", serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  text-align: left;
  width: 100%;
}
.p-case__swiper-title::after {
  background: linear-gradient(90deg, rgba(202, 171, 121, 0.7) 0.01%, rgba(202, 171, 121, 0) 100%);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

.p-case__swiper-text {
  color: #222222;
  font-family: "Noto Sans JP", serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1rem;
}

.p-case__swiper-box {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-top: 2.5rem;
}

.p-case__swiper-box img {
  aspect-ratio: 100/100;
  display: block;
  flex-shrink: 100%;
  height: 6.25rem;
  width: 6.25rem;
}

.p-case__swiper-comment {
  color: #222222;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

/* ================================
   本題のCSS
=============================== */
.card__swiper-container,
.card__swiper,
.card__swiper-wrapper,
.card__swiper-slide {
  position: relative;
}

/* 位置のreset */
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: unset;
  left: unset;
  margin: 0;
  padding: 0;
  right: unset;
  top: unset;
}

/* =============================
   ナビゲーションボタン
============================= */
/* デフォルトのボタンを初期化 */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  /* デフォルトのものを初期化 */
}

/* 各ボタンのカスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 0.5px solid #CAAB79;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 5rem;
  justify-content: center;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 5rem;
}
.swiper-button-prev img,
.swiper-button-next img {
  height: 100%;
  width: 100%;
}

.swiper-button-prev {
  left: -2.5rem;
}

.swiper-button-next {
  right: -2.5rem;
}

.arrow-left {
  aspect-ratio: 22/16;
  color: #B07B26;
  flex-shrink: 0;
  height: auto;
  width: 1.375rem;
}

.arrow-right {
  aspect-ratio: 22/16;
  color: #B07B26;
  flex-shrink: 0;
  height: auto;
  width: 1.375rem;
}

.p-contact {
  background: #222222;
  padding-bottom: 7.625rem;
  padding-inline: 1.25rem;
  position: relative;
}

.p-contact__header {
  background: #CAAB79;
  margin-inline: auto;
  max-width: 50rem;
  padding: 2rem 2.6875rem 2.5625rem 2.75rem;
  position: relative;
  text-align: center;
  top: -2.0625rem;
  width: 100%;
}
.p-contact__header::after {
  border-bottom: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-style: solid;
  border-top: 29px solid #CAAB79;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
}

.p-contact__headerTitle {
  color: #FFF;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}
.p-contact__headerTitle span {
  font-size: 2.6875rem;
  font-weight: 400;
}

.p-contact__headerSubtitle {
  font-feature-settings: "palt" on;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.5;
}

.p-contact__inner {
  background: #fff;
  border: 2px solid #CAAB79;
  margin-inline: auto;
  margin-top: -3.125rem;
  max-width: 65rem;
  padding: 5rem;
  width: 100%;
}

.p-contact__form {
  display: flex;
  flex-direction: column;
  margin-top: 2.5rem;
  row-gap: 2.25rem;
}

.p-contact__row {
  -moz-column-gap: 2.5rem;
  align-items: center;
  column-gap: 2.5rem;
  display: grid;
  grid-template-columns: 11.25rem 1fr;
}

.p-contact__head {
  color: #222222;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 3rem;
}
.p-contact__head span.--must {
  display: inline-block;
  position: relative;
}
.p-contact__head span.--must::after {
  background: #CAAB79;
  border-radius: 4px;
  color: #fff;
  content: "必須";
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.2;
  padding: 0.25rem;
  position: absolute;
  right: calc(100% + 0.875rem);
  top: calc(50% + 0.0625rem);
  translate: 0 -50%;
  white-space: nowrap;
}

.p-contact__data input,
.p-contact__data textarea {
  background: #F0F0F0;
  border: none;
  border-radius: 0;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.6875rem 1rem;
  width: 100%;
}
.p-contact__data input::-moz-placeholder, .p-contact__data textarea::-moz-placeholder {
  color: #aeaeae;
}
.p-contact__data input::placeholder,
.p-contact__data textarea::placeholder {
  color: #aeaeae;
}

.p-contact__data--zipcode {
  max-width: 20rem;
  width: 100%;
}

.p-contact__dataRow {
  display: flex;
  gap: 1.25rem;
}

.p-contact__data input:not([type=submit]) {
  flex: 1;
}

.p-contact__data textarea {
  min-height: 17.5rem;
  resize: vertical;
}

.p-contact__searchBtn {
  background-color: #fff;
  border: 1px solid #222222;
  border-radius: 0;
  cursor: pointer;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  height: 2.875rem;
  line-height: 1;
  padding: 0.25rem 1rem;
}

.p-contact__submit {
  margin-top: 1.25rem;
  text-align: center;
}
.p-contact__submit input[type=submit] {
  background-color: #CAAB79;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  line-height: 1.5;
  max-width: 25rem;
  padding-block: 1.375rem;
  transition: opacity 0.3s ease;
  width: 100%;
}
.p-contact__submit input[type=submit]:hover {
  opacity: 0.8;
}

.p-contact__error-message {
  color: rgb(130, 65, 65);
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.375rem;
  font-family: "Noto Sans JP", serif;
}

.p-ctaImage {
  height: auto;
  overflow: hidden;
  width: 100%;
}
.p-ctaImage picture {
  display: block;
  height: auto;
  width: 100%;
}
.p-ctaImage img {
  -o-object-fit: cover;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-faq {
  background: #F0F0F0;
  padding-bottom: 9.0625rem;
  padding-top: 8.125rem;
}

.p-faq__inner {
  margin-inline: auto;
  max-width: 65rem;
  padding-inline: 2.5rem;
  width: 100%;
}

summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}

.p-faq__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 2.5rem;
  width: 100%;
}

.p-faq__item {
  background: #fff;
  border: 0.5px solid #CAAB79;
  width: 100%;
}

.p-faq__question {
  align-items: flex-start;
  display: flex;
  gap: 1.25rem;
  justify-content: flex-start;
  padding-bottom: 1rem;
  padding-inline: 1.25rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  position: relative;
}
.p-faq__question::before {
  border-left: 0.0625rem solid #B07B26;
  border-top: 0.0625rem solid #B07B26;
  content: "";
  display: block;
  height: 0.6875rem;
  opacity: 1;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.4s ease-in-out;
  width: 0.6875rem;
}

.is-opened .p-faq__question::before {
  transform: translateY(-50%) rotate(225deg);
}

.p-faq__questionIcon {
  color: #B07B26;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  line-height: 1.5;
}

.p-faq__questionText {
  color: #B07B26;
  flex: 1;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  line-height: 1.5;
}

.js-content {
  overflow: hidden;
}

.p-faq__answerText {
  color: #222222;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  height: auto;
  line-height: 1.5;
  overflow: hidden;
  padding-bottom: 1.5rem;
  padding-inline: 3.25rem;
}

.p-footer {
  background: #000;
  padding-bottom: 7.6875rem;
  padding-top: 5rem;
}

.p-footer__inner {
  margin-inline: auto;
  max-width: 76.25rem;
  padding-inline: 1.25rem;
  width: 100%;
}

.p-footer__content {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-footer__info {
  color: #fff;
}

.p-footer__company {
  font-size: 2rem;
  font-weight: 400;
}

.p-footer__details {
  margin-top: 0.75rem;
}

.p-footer__detail {
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  line-height: 1.5;
}

.p-footer__footer {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  max-width: 25rem;
  width: 100%;
}

.p-footer__links {
  text-align: center;
  width: 100%;
}

.p-footer__link {
  background: #222222;
  border: 0.5px solid #CAAB79;
  color: #CAAB79;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 1.375rem 0.625rem;
  text-decoration: none;
  width: 100%;
}

.p-footer__copyright {
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.p-lineup {
  padding-inline: 2.25rem;
  padding-top: 7.25rem;
}

.p-lineup__inner {
  border: 0.5px solid #B07B26;
  margin-inline: auto;
  max-width: 85.125rem;
  width: 100%;
}

.p-lineup__title {
  background-color: #fff;
  margin-inline: auto;
  margin-top: -1.875rem;
  padding-inline: 1.25rem;
  width: -moz-fit-content;
  width: fit-content;
}

.p-lineup__list {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, -1.607rem + 5.952vw, 3.75rem);
  margin-inline: auto;
  margin-top: 4.625rem;
  max-width: 82rem;
  padding-inline: 1rem;
  width: 100%;
}

.p-lineup__item {
  width: 100%;
}

.p-lineup__itemInner {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 4.8125rem;
}

.p-lineup__itemContent {
  margin-top: 5rem;
}

.p-lineup__itemImages {
  align-items: center;
  background-color: #F0F0F0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: clamp(50rem, 39.786rem + 21.28vw, 58.938rem);
  padding: 1.25rem;
  width: 100%;
}

.p-lineup__itemImageWrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: 0.625rem;
}
.p-lineup__itemImageWrapper--black {
  align-items: flex-end;
}

.p-lineup__itemImage {
  aspect-ratio: 250/370;
  flex-shrink: 0;
  height: auto;
  width: clamp(12.5rem, 8.929rem + 7.44vw, 15.625rem);
}

.p-lineup__itemFeatures {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  width: 18.125rem;
}

.p-lineup__itemFeatures--black {
  margin-left: -12.3125rem;
}

.p-lineup__itemFeaturesTitle {
  align-items: center;
  color: #222222;
  display: flex;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: 400;
  gap: 0.9375rem;
  margin-left: 0.25rem;
}

.p-lineup__itemFeaturesTitle span {
  color: #222222;
  display: inline-block;
  flex-shrink: 0;
  font-size: 0.875rem;
  font-weight: 400;
  isolation: isolate;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  z-index: 0;
}
.p-lineup__itemFeaturesTitle span:after {
  border: 1px solid #222222;
  border-radius: 50%;
  content: "";
  height: 1.75rem;
  left: 50%;
  position: absolute;
  top: 56%;
  transform: translate(-50%, -50%);
  width: 1.75rem;
  z-index: -1;
}

.itemFeaturesTitle-black {
  color: #fff !important;
}
.itemFeaturesTitle-black:after {
  background-color: #222222;
  border-color: #222222;
}

.p-lineup__itemFeaturesSize {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-family: "Noto Sans JP", serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0.5rem;
}
.p-lineup__itemFeaturesSize p {
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
}

.p-lineup__itemFeaturesList {
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 0.375rem;
}

.p-lineup__note {
  color: #222222;
  font-family: "Noto Sans JP", serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.75rem;
  margin-inline: auto;
  margin-top: 2.5rem;
  max-width: 80rem;
  padding-right: 1.125rem;
  text-align: center;
  text-align: right;
  width: 100%;
}

.p-partners {
  padding-bottom: 5rem;
}

.p-partners__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
}

.p-partners__title {
  text-align: center;
}

.p-partners__subtitle {
  margin-top: 0.5rem;
  color: #222;
  font-family: "Noto Sans JP", serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.6;
  text-align: center;
}

.p-partners__list {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  width: 100%;
}

.p-partners__item {
  align-items: center;
  background-color: #ffffff;
  /* border: 0.5px solid #CAAB79; */
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 10rem;
  padding: 1.75rem 1.5rem;
  transition: box-shadow 0.3s ease;
}

.p-partners__item:hover {
  /* box-shadow: 0 10px 25px rgba(34, 34, 34, 0.08); */
}

.p-partners__logo {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

.p-partners__logo img {
  height: auto;
  width: 100%;
}

/* .p-partners__name {
  color: #222222;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
} */

.p-media {
  background: url("/img/media_bg.webp") no-repeat center center/cover;
  padding-bottom: 6.25rem;
  padding-top: 5rem;
}

.p-media__inner {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 5.625rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 85rem;
  padding: 0 2.5rem;
  width: 100%;
}

.p-media__image {
  aspect-ratio: 470/313;
  flex-shrink: 0;
  height: auto;
  width: 29.375rem;
}

.p-media__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.p-media__title {
  font-size: clamp(1.5rem, 0.357rem + 2.381vw, 2.5rem);
  letter-spacing: 0.01em;
  text-align: left;
  white-space: nowrap;
}

.p-media__lead {
  color: #222222;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(1rem, 0.714rem + 0.595vw, 1.25rem);
  font-weight: 400;
  line-height: 1.5;
  margin-top: 2.5rem;
}

.p-media__logo {
  color: #222222;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(1rem, 0.714rem + 0.595vw, 1.25rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.5;
  margin-top: 1rem;
}

.p-media__note {
  color: #222222;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(0.875rem, 0.732rem + 0.298vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
}

.p-mv {
  background: url("/img/mv.webp") no-repeat center center/cover;
  min-height: 100vh;
  position: relative;
  width: 100%;
}

.p-mv__inner {
  align-items: flex-end;
  display: flex;
  gap: 8.125rem;
  margin-inline: auto;
  max-width: 87.5rem;
  min-height: 100vh;
  padding-bottom: 7.25rem;
  padding-inline: 6.25rem;
  padding-top: 6.25rem;
  position: relative;
}

.p-mv__content {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.35));
  max-width: 37.5rem;
  width: 100%;
}

.p-mv__catch {
  color: #fff;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.035) black);
  font-family: "Noto Sans JP", serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.001em;
  line-height: 1.5;
  padding-bottom: 0.375rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.p-mv__catch::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0.01%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

.p-mv__title {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 3.75rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.3;
  margin-top: 0.25rem;
}

.p-mv__info {
  display: flex;
  gap: 1.125rem;
  margin-top: 0.625rem;
  text-align: center;
}

.p-mv__infoItem {
  background: #fff;
  border: 1px solid #B07B26;
  color: #fff;
  color: #222222;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3;
  max-width: 16.25rem;
  padding-block: 1.25rem;
  padding-inline: 1.25rem;
  position: relative;
  width: 100%;
}

.p-mv__subImage {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 0.375rem;
  justify-content: center;
  left: 50%;
  margin-bottom: 0rem;
  max-width: 17.5rem;
  padding-block: 2.5rem 0.375rem;
  padding-inline: 1.25rem;
  position: absolute;
  top: 74%;
  transform: translate(9.0625rem, -50%);
  width: 100%;
}
.p-mv__subImage::before {
  aspect-ratio: 273/259;
  background: url("/img/subImage_bg.webp") no-repeat center center/contain;
  content: "";
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.2));
  flex-shrink: 0;
  height: auto;
  left: 48%;
  opacity: 0.85;
  position: absolute;
  top: 56%;
  transform: translate(-50%, -50%);
  width: 17.0625rem;
  z-index: 1;
}
.p-mv__subImage > * {
  /* position: relative; */
  z-index: 2;
}

.p-mv__subImg {
  aspect-ratio: 1/1;
  flex-shrink: 0;
  width: 16.5rem;
}

.p-mv__subNote{
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.p-mv__subNoteText {
  width: 18rem;
  display: block;
  color: #222222;
  font-family: "Noto Sans JP", serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.3;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0.35rem 0.75rem;
  position: relative;
  z-index: 1;
  text-shadow:
    0 0 1px rgba(255, 255, 255, 0.85),
    0 0 4px rgba(255, 255, 255, 0.4),
    1px 0 2px rgba(255, 255, 255, 0.55),
    -1px 0 2px rgba(255, 255, 255, 0.55),
    0 1px 2px rgba(255, 255, 255, 0.55),
    0 -1px 2px rgba(255, 255, 255, 0.55);
}

.p-mv__subNoteText::before {
  content: "";
  position: absolute;
  inset: 0.9rem 0.9rem;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.9) -30%, rgba(255, 255, 255, 0.55) 70%, rgba(255, 255, 255, 0) 126%);
    filter: blur(8px);
  filter: blur(8px);
  border-radius: 999px;
  z-index: -1;
}

.p-pageTop {
  bottom: 1.875rem;
  cursor: pointer;
  position: fixed;
  right: 1.875rem;
  z-index: 50;
}

.p-pageTop__wrap {
  position: relative;
}

.p-pageTop__wrap img {
  width: 3.125rem;
}

.p-pageTop__wrap img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}
.p-reasonable {
  padding-bottom: 6.25rem;
  padding-inline: 2.25rem;
  padding-top: 11.25rem;
}

.p-reasonable__inner {
  border: 0.5px solid #B07B26;
  margin-inline: auto;
  max-width: 85.125rem;
  width: 100%;
}

.p-reasonable__title {
  background-color: #fff;
  margin-inline: auto;
  margin-top: -1.875rem;
  padding-inline: 3.75rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.p-reasonable__titleLabel {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 0.5px solid #B07B26;
  border-radius: 50%;
  color: #B07B26;
  display: flex;
  font-family: "Noto Sans JP", serif;
  font-size: 1.125rem;
  font-weight: 400;
  height: 5rem;
  justify-content: center;
  left: -0.25rem;
  padding: 0 0.8125rem 0 0.8125rem;
  position: absolute;
  top: -3.75rem;
  transform: rotate(-5deg);
  white-space: nowrap;
  width: 5rem;
}

.p-reasonable__lead {
  color: #222222;
  font-family: "Noto Sans JP", serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1.625rem;
  text-align: center;
}

.p-reasonable__list {
  margin-inline: auto;
  margin-top: 2.5rem;
  max-width: 69rem;
  width: 100%;
}

.p-reasonable__item {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: 5.125rem;
  justify-content: center;
}

.p-reasonable__itemContent {
  margin-top: 14.25rem;
}

.p-reasonable__itemImages {
  align-items: center;
  background: #F0F0F0;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  justify-content: center;
  max-width: 47.3125rem;
  padding: 2.5rem;
  width: 100%;
}

.p-reasonable__itemImageWrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 2.4375rem;
  justify-content: center;
}
.p-reasonable__itemImageWrapper:nth-child(even) {
  flex-direction: row-reverse;
}

.p-reasonable__itemImage {
  aspect-ratio: 347/370;
  flex-shrink: 0;
  height: auto;
  width: 21.6875rem;
}

.p-reasonable__itemFeatures {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", serif;
  padding: 1rem;
  width: 18.125rem;
}

.p-features__colors {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  font-size: 0.875rem;
  font-weight: 400;
  gap: 1.375rem;
  line-height: 1;
  margin-left: 0.375rem;
  margin-top: 0.5rem;
  vertical-align: middle;
}
.p-features__colors span {
  isolation: isolate;
  position: relative;
  z-index: 0;
}
.p-features__colors span:after {
  border: 1px solid #222222;
  border-radius: 50%;
  content: "";
  height: 1.75rem;
  left: 50%;
  position: absolute;
  top: 56%;
  transform: translate(-50%, -50%);
  width: 1.75rem;
}
.p-features__colors span.p-features__white {
  color: #222222;
}
.p-features__colors span.p-features__black {
  color: #fff;
}
.p-features__colors span.p-features__black:after {
  background: #222222;
  border-color: #222222;
  z-index: -1;
}

.p-features__size {
  font-family: "Noto Sans JP", serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0.75rem;
  white-space: nowrap;
}

.p-features__list {
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", serif;
  font-family: "Noto Sans JP", serif;
  font-size: 0.875rem;
  font-weight: 400;
  gap: 0.25rem;
  line-height: 1.3;
  margin-top: 0.5rem;
}

.p-features__list02 {
  color: #555;
}

.p-reasonable__note {
  color: #222222;
  font-family: "Noto Sans JP", serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.75rem;
  margin-inline: auto;
  margin-top: 2.5rem;
  max-width: 69rem;
  text-align: center;
  text-align: right;
  width: 100%;
}

.p-reasonable__sticker {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: center;
  margin-inline: auto;
  max-width: 57.5rem;
  padding: 3.75rem 3.75rem 3.75rem 3.75rem;
  width: 100%;
}
.p-reasonable__sticker img {
  aspect-ratio: 70/99;
  flex-shrink: 0;
  height: auto;
  width: 13.125rem;
}

.p-reasonable__stickerText {
  color: #222222;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.001em;
  text-align: left;
}

.p-reasonable__set {
  border: 1px solid #B07B26;
  margin-inline: auto;
  max-width: 65rem;
  padding: 2.1875rem 2.875rem;
  width: 100%;
}

.p-reasonable__setTitle {
  color: #222222;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

.p-reasonable__setSubtitle {
  color: #222222;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.p-reasonable__setContent {
  display: flex;
  flex-direction: row;
  gap: 3.75rem;
  margin-top: 1.25rem;
}

.p-reasonable__setList {
  max-width: 26.0625rem;
  width: 100%;
}

.p-reasonable__setItems {
  margin-top: 0.75rem;
}
.p-reasonable__setItems li {
  color: #222222;
  display: flex;
  flex-direction: row;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: 400;
  gap: 1.375rem;
  justify-content: space-between;
  line-height: 1.5;
}
.p-reasonable__setItems li p {
  margin-left: 0.5rem;
  padding-left: 1.1em;
  text-align: left;
}
.p-reasonable__setItems li p::before {
  background-color: #222222;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 0.3em;
  margin-left: -1.1em;
  margin-right: 0.5em;
  vertical-align: middle;
  width: 0.3em;
}
.p-reasonable__setItems span {
  color: #222222;
  display: block;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-block: auto;
}

.p-reasonable__setImage {
  aspect-ratio: 466/307;
  box-shadow: 0 0 30px 0 rgba(34, 34, 34, 0.06);
  flex-shrink: 0;
  height: auto;
  width: 29.125rem;
}

.p-reasonable__setContent02 {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 3.75rem;
  justify-content: space-between;
  margin-top: 1.25rem;
}

.p-reasonable__setNote {
  color: #222222;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}

.p-reasonable__setImage02 {
  aspect-ratio: 290/126;
  box-shadow: 0 0 30px 0 rgba(34, 34, 34, 0.06);
  flex-shrink: 0;
  height: auto;
  width: 18.125rem;
}

.p-reasonable__trademark {
  align-items: center;
  background: #F0F0F0;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: center;
  margin-inline: auto;
  margin-top: 5.5rem;
  max-width: 57.5rem;
  padding: 3.75rem 6.25rem;
  width: 100%;
}
.p-reasonable__trademark img {
  aspect-ratio: 70/99;
  flex-shrink: 0;
  height: auto;
  width: 13.125rem;
}

.p-reasonable__trademarkText {
  color: #222222;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.001em;
  text-align: center;
}

.p-trouble__title {
  background: #5B6A81;
  padding-block: 1.5rem;
}

.p-trouble__content {
  background: url(/img/trouble_bg.webp) no-repeat center bottom/100% auto;
}

.p-trouble__inner {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  margin: 0 auto;
  max-width: 82.5rem;
  padding-bottom: 8.75rem;
  padding-inline: 1.25rem;
  padding-top: 3.75rem;
}

.p-trouble__image {
  aspect-ratio: 339/394;
  flex-shrink: 0;
  width: 21.1875rem;
}

.p-trouble__list {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 1.25rem;
}

.p-trouble__item {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.875rem;
}

.p-trouble__itemIcon {
  flex-shrink: 0;
  height: 1.5rem;
  margin-top: 0.25rem;
  width: 1.5rem;
}

.p-trouble__itemText {
  color: #222222;
  font-family: "Noto Sans JP", serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.001em;
  line-height: 1.5;
}

.u-hover {
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}

.u-shadow {
  box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.16);
}

.u-sp {
  display: none;
}

.success-message {
  color: #1b5e20;
  font-family: "Noto Sans JP", serif;
}

@media screen and (min-width: 768px) {
  .c-hoverRun:hover {
    background-size: 100% 1px;
  }
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
}

@media screen and (min-width: 769px) {
  .c-imgHover:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .c-imgHover:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
  .c-imgZoom:hover img {
    transform: scale(1.2);
    transition: transform 0.8s;
  }
}

@media screen and (max-width: 1300px) {
  html {
    font-size: 1.2307692308vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  .l-inner {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .p-point {
    padding-top: 2.5rem;
  }
  .p-point__inner {
    padding-inline: 1rem;
  }
  .p-point__box {
    padding: 2.5rem 1.75rem;
    margin-top: 1.5rem;
  }
  .p-point__lead {
    font-size: 0.9375rem;
  }
  .p-point__title {
    font-size: 1.75rem;
    line-height: 1.2;
  }
  .p-point__list {
    gap: 2.5rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-point__card {
    gap: 1.25rem;
  }
  .p-point__image {
    aspect-ratio: 16/11;
    max-width: 25rem;
  }
  .p-point__body {
    gap: 0.5rem;
    max-width: none;
  }
  .p-point__name {
    font-size: 1.25rem;
  }
  .p-point__nameNumber {
    font-size: 1.4rem;
  }
  .p-point__text {
    max-width: 25rem;
    font-size: 0.9375rem;
    line-height: 1.7;
  }
  .l-logo {
    aspect-ratio: 27/49;
    flex-shrink: 0;
    left: 1.25rem;
    top: 1.25rem;
    width: 3.375rem;
  }
  .l-logo__img {
    width: 4.875rem;
  }
  .c-btn {
    width: 21.5625rem;
  }
  .c-column2 {
    gap: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column2--gap60 {
    gap: 2.5rem;
  }
  .c-column2--gapSp20 {
    gap: 1.25rem;
  }
  .c-column3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column4--sp2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-cta {
    padding-block: 3.75rem;
  }
  .c-cta__subtitle {
    font-size: 0.875rem;
  }
  .c-cta__buttons {
    flex-direction: column;
    gap: 1.25rem;
  }
  .c-floating-btn {
    bottom: 1.25rem;
    height: 6.25rem;
    right: 1.25rem;
    width: 6.25rem;
  }
  .c-floating-btn__text {
    font-size: 1.125rem;
  }
  .c-headline1 {
    gap: 0.5rem;
  }
  .c-headline1__en {
    font-size: 2rem;
  }
  .c-headline1__ja {
    font-size: 1.25rem;
  }
  .c-lineup__itemContent {
    align-items: center;
  }
  .c-lineup__itemTitle {
    font-size: 1.5rem;
  }
  .c-lineup__itemPrice {
    font-size: 1.75rem;
  }
  .c-lineup__itemPriceTax {
    font-size: 1rem;
  }
  .c-lineup__itemPrice + .c-lineup__itemSet {
    margin-top: 0.25rem;
  }
  .c-lineup__itemSet {
    font-size: 0.875rem;
  }
  .c-section-title {
    font-size: 1.75rem;
  }
  .p-about {
    padding-bottom: 3.75rem;
    padding-top: 0.75rem;
  }
  .p-about__list {
    gap: 3.25rem;
    margin-top: 2rem;
  }
  .p-about__item {
    flex-direction: column;
    gap: 1.375rem;
  }
  .p-about__itemImage {
    aspect-ratio: 345/230;
    width: 100%;
  }
  .p-about__itemContent {
    gap: 1.625rem;
  }
  .p-about__itemNumber {
    font-size: 3.5rem;
  }
  .p-about__itemTitle {
    font-size: 1.25rem;
    white-space: normal;
  }
  .p-bulk {
    padding-block: 2.5rem 3.75rem;
  }
  .p-bulk__inner {
    padding-inline: 2.5rem;
  }
  .p-bulk__content {
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 2rem;
  }
  .p-bulk__item {
    gap: 1.5rem;
    width: 100%;
  }
  .p-bulk__itemImage {
    aspect-ratio: auto;
    width: 100%;
  }
  .p-bulk__itemContent {
    height: 5.375rem;
    right: -2%;
    top: -17%;
    width: 5.375rem;
  }
  .p-bulk__itemTitle {
    font-size: 0.625rem;
  }
  .p-bulk__itemTitle01 {
    font-size: 1.5rem;
  }
  .p-bulk__itemTitle02 {
    font-size: 1rem;
  }
  .p-bulk__itemTitle03 {
    font-size: 0.75rem;
  }
  .p-bulk__plan {
    gap: 1rem;
  }
  .p-bulk__planTitle02 {
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
  }
  .p-bulk__planTitle {
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
  }
  .p-case {
    padding-top: 5rem;
  }
  .p-case__inner {
    padding-inline: 2.5rem;
  }
  .p-case__swiper-container {
    margin-top: 2rem;
  }

  .p-case__swiper-slide {

    padding: 2.5rem 3.75rem;
    align-items: stretch;
    height: auto;
  }
    .p-case__swiper-slideItem{
    height: 100% !important;
        flex-direction: column;
    gap: 1.25rem;
  }
  .p-case__swiper-img {
    aspect-ratio: 315/388;
    width: 100%;
  }
  .p-case__swiper-title {
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
  }
  .p-case__swiper-text {
    font-size: 1rem;
  }
  .p-case__swiper-box img {
    height: 5rem;
    width: 5rem;
  }
  .swiper-button-prev,
  .swiper-button-next {
    height: 2.5rem;
    top: 32%;
    width: 2.5rem;
  }
  .swiper-button-prev {
    left: -0.6875rem;
  }
  .swiper-button-next {
    right: -0.6875rem;
  }
  .arrow-left {
    width: 0.875rem;
  }
  .arrow-right {
    width: 0.875rem;
  }
  .p-contact {
    padding-bottom: 3.75rem;
    padding-inline: 2.5rem;
  }
  .p-contact__header {
    padding: 0.5rem 0.75rem;
    top: -2.875rem;
    width: 88%;
  }
  .p-contact__header::after {
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-top: 15px solid #CAAB79;
  }
  .p-contact__headerTitle {
    font-size: 0.875rem;
  }
  .p-contact__headerTitle span {
    font-size: 1.25rem;
  }
  .p-contact__headerSubtitle {
    font-size: 0.875rem;
    letter-spacing: -0.001em;
  }
  .p-contact__inner {
    margin-top: -3.75rem;
    padding: 2.5rem 0.9375rem 3.75rem 0.9375rem;
  }
  .p-contact__form {
    margin-top: 2rem;
    row-gap: 1.4375rem;
  }
  .p-contact__row {
    grid-template-columns: 1fr;
    row-gap: 0.5rem;
  }
  .p-contact__head {
    padding-left: 2.75rem;
  }
  .p-contact__head span.--must::after {
    right: calc(100% + 0.6875rem);
  }
  .p-contact__data--zipcode {
    width: 40vw;
  }
  .p-contact__dataRow {
    gap: 0.75rem;
  }
  .p-contact__searchBtn {
    font-size: 0.875rem;
    letter-spacing: 0.001em;
    padding: 0.6875rem;
  }
  .p-contact__submit {
    margin-top: 0rem;
  }
  .p-faq {
    padding-bottom: 8.5rem;
    padding-top: 5rem;
  }
  .p-faq__inner {
    padding-inline: 2.5rem;
  }
  .p-faq__list {
    margin-top: 2rem;
  }
  .p-faq__question {
    padding-block: 1rem;
    padding-inline: 1rem 2.5rem;
  }
  .p-faq__question::before {
    height: 0.5rem;
    top: 54%;
    width: 0.5rem;
  }
  .p-faq__answerText {
    padding-inline: 2.5rem 1rem;
  }
  .p-footer {
    padding-block: 4rem;
  }
  .p-footer__inner {
    padding-inline: 2.5rem;
  }
  .p-footer__content {
    align-items: flex-start;
    flex-direction: column;
    gap: 2.5rem;
  }
  .p-footer__company {
    font-size: 1.25rem;
  }
  .p-footer__detail {
    font-size: 0.875rem;
  }
  .p-footer__footer {
    align-items: flex-start;
    gap: 1.25rem;
  }
  .p-footer__link {
    font-size: 1.125rem;
  }
  .p-footer__copyright {
    font-size: 0.875rem;
  }
  .p-lineup {
    padding-inline: 1rem;
    padding-top: 5.75rem;
  }
  .p-lineup__inner {
    padding-inline: 2rem;
  }
  .p-lineup__title {
    margin-top: -1.75rem;
    padding-inline: 0.25rem;
  }
  .p-lineup__list {
    gap: 3.75rem;
    margin-top: 2.75rem;
    padding-inline: 0rem;
  }
  .p-lineup__itemInner {
    flex-direction: column;
    gap: 1.25rem;
  }
  .p-lineup__itemContent {
    margin-top: 0rem;
  }
  .p-lineup__itemImages {
    flex-direction: column;
    padding: 1rem 0.5rem;
  }
  .p-lineup__itemImageWrapper--black {
    margin-top: -2.3125rem;
  }
  .p-lineup__itemImageWrapper {
    gap: 0rem;
  }
  .p-lineup__itemImageWrapper--black02 {
    margin-top: -4.375rem;
  }
  .p-lineup__itemImage {
    align-items: flex-end;
    aspect-ratio: 141/260;
    display: flex;
    flex-shrink: 0;
    width: 8.8125rem;
  }
  .p-lineup__itemImage02 {
    aspect-ratio: 141/220;
  }
  .p-lineup__itemFeatures {
    padding: 0.75rem;
    width: 46.9333333333vw;
  }
  .p-lineup__itemFeatures--black {
    margin-left: auto;
    margin-right: auto;
    margin-top: -1.9375rem;
  }
  .p-lineup__itemFeaturesTitle {
    margin-left: 0.375rem;
  }
  .p-lineup__itemFeaturesSize {
    align-items: flex-start;
    font-size: 0.875rem;
  }
  .p-lineup__itemFeaturesList p {
    font-size: 0.75rem;
  }
  .p-lineup__note {
    font-size: 0.75rem;
    margin-top: 1.875rem;
  }
  .p-partners {
    padding-bottom: 3.75rem;
  }
  .p-partners__inner {
    gap: 2rem;
  }
  .p-partners__subtitle {
    font-size: 0.9375rem;
  }
  .p-partners__list {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(9.375rem, 1fr));
  }
  .p-partners__item {
    gap: 0.75rem;
    min-height: auto;
    padding: 1.25rem 1rem;
  }
  .p-partners__logo img {
    max-height: 3rem;
  }
  .p-partners__name {
    font-size: 0.9375rem;
  }
  .p-media {
    background: url("/img/media_bg_sp.webp") no-repeat center center/cover;
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
  }
  .p-media__inner {
    flex-direction: column;
    gap: 1.25rem;
    padding: 0 2.5rem;
  }
  .p-media__image {
    aspect-ratio: 345/230;
    width: 100%;
  }
  .p-media__title {
    font-size: 1.75rem;
    white-space: normal;
  }
  .p-media__lead {
    font-size: 1rem;
    margin-top: 1.75rem;
  }
  .p-media__logo {
    font-size: 1rem;
  }
  .p-media__note {
    font-size: 0.875rem;
  }
  .p-mv {
    background: url("/img/mv_sp.webp") no-repeat center bottom / cover;
    background-position: center calc(100% + 4rem);
  }
  .p-mv__inner {
    align-items: flex-start;
    flex-direction: column;
    min-height: auto;
    padding-top: 8rem;
    padding-inline: 0.9375rem;
  }
  .p-mv__content {
    max-width: 100%;
  }
  .p-mv__catch {
    font-size: 1rem;
  }
  .p-mv__title {
    font-size: 2rem;
    margin-top: 0.9375rem;
    text-align: left;
  }
  .p-mv__info {
    flex-direction: row;
    gap: 0.75rem;
    margin-top: 0.75rem;
  }
  .p-mv__infoItem {
    font-size: 0.8125rem;
    max-width: 9.75rem;
    padding-block: 0.75rem;
    padding-inline: 0.5rem;
  }
  .p-mv__subImage-sp {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0rem;
  left: 50%;
  margin-bottom: 0rem;
  max-width: 14rem;
  padding-block: 0.5rem 0.3rem;
  padding-inline: 1.25rem;
  position: absolute;
  bottom: 0%;
  transform: translate(0rem, -50%);
  width: 100%;
}
.p-mv__subImage::before{
  display: none;
}
.p-mv__subImage > * {
  z-index: 2;
}
.p-mv__subImg {
  aspect-ratio: 280/259;
  flex-shrink: 0;
  width: 100%;
}

.p-mv__subNote{
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.p-mv__subNoteText {
  width: 15rem;
  display: block;
  color: #222222;
  font-family: "Noto Sans JP", serif;
  font-size: 0.87rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.3;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0.35rem 0.75rem;
  position: relative;
  z-index: 1;
  text-shadow:
    0 0 1px rgba(255, 255, 255, 0.85),
    0 0 4px rgba(255, 255, 255, 0.4),
    1px 0 2px rgba(255, 255, 255, 0.55),
    -1px 0 2px rgba(255, 255, 255, 0.55),
    0 1px 2px rgba(255, 255, 255, 0.55),
    0 -1px 2px rgba(255, 255, 255, 0.55);
}

.p-mv__subNoteText::before {
  content: "";
  position: absolute;
  inset: 0.9rem 0.9rem;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.9) -30%, rgba(255, 255, 255, 0.55) 70%, rgba(255, 255, 255, 0) 126%);
    filter: blur(8px);
  filter: blur(8px);
  border-radius: 999px;
  z-index: -1;
}
  .p-pageTop {
    bottom: 1.25rem;
    right: 1.5625rem;
  }
  .p-reasonable {
    padding-bottom: 3.75rem;
    padding-inline: 1rem;
    padding-top: 6.875rem;
  }
  .p-reasonable__title {
    padding-inline: 0.8125rem;
  }
  .p-reasonable__titleLabel {
    font-size: 0.875rem;
    height: 3.75rem;
    left: -1rem;
    padding: 0 0.5rem 0 0.5rem;
    top: -3.375rem;
    width: 3.75rem;
  }
  .p-reasonable__lead {
    font-size: 0.875rem;
    margin-top: 1.5rem;
    padding-inline: 1.25rem;
  }
  .p-reasonable__list {
    margin-top: 1.25rem;
  }
  .p-reasonable__item {
    align-items: center;
    flex-direction: column;
    gap: 1.25rem;
    justify-content: center;
    padding-inline: 2rem;
  }
  .p-reasonable__itemContent {
    margin-top: 0rem;
  }
  .p-reasonable__itemImages {
    padding: 1.25rem;
  }
  .p-reasonable__itemImageWrapper {
    gap: 0.75rem;
  }
  .p-reasonable__itemImageWrapper:nth-child(even) {
    flex-direction: column;
  }
  .p-reasonable__itemImageWrapper {
    flex-direction: column;
  }
  .p-reasonable__itemImage {
    width: 57.3333333333vw;
  }
  .p-reasonable__itemFeatures {
    padding: 1rem;
    width: 61.9333333333vw;
  }
  .p-features__size {
    font-size: 0.875rem;
    letter-spacing: 0.001em;
  }
  .p-features__list {
    font-size: 0.75rem;
  }
  .p-reasonable__note {
    font-size: 0.75rem;
    margin-top: 1.25rem;
    padding-inline: 1.4375rem;
  }
  .p-reasonable__sticker img {
    width: 48vw;
  }
  .p-reasonable__sticker {
    flex-direction: column;
    gap: 1.2rem;
    padding: 3.25rem 1.25rem 3.75rem 1.25rem;
  }
  .p-reasonable__stickerText {
    max-width: 32rem;
    width: 100%;
    font-size: 1rem;
    font-family: "Noto Sans JP", serif;
  }
  .p-reasonable__set {
    max-width: 85.3333333333vw;
    padding: 2.5rem 1.25rem;
  }
  .p-reasonable__setTitle {
    font-size: 1.5rem;
  }
  .p-reasonable__setSubtitle {
    font-size: 0.75rem;
  }
  .p-reasonable__setContent {
    flex-direction: column-reverse;
    gap: 1.25rem;
  }
  .p-reasonable__setList {
    margin-inline: auto;
  }
  .p-reasonable__setItems {
    margin-top: 0rem;
  }
  .p-reasonable__setItems li {
    font-size: 0.875rem;
  }
  .p-reasonable__setItems li p::before {
    height: 0.2em;
    width: 0.2em;
  }
  .p-reasonable__setItems span {
    font-size: 0.875rem;
  }
  .p-reasonable__setImage {
    width: 100%;
  }
  .p-reasonable__setContent02 {
    flex-direction: column-reverse;
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
  .p-reasonable__setNote {
    font-size: 0.875rem;
    white-space: wrap;
  }
  .p-reasonable__setImage02 {
    width: 77.3333333333vw;
  }
  .p-reasonable__trademark {
    flex-direction: column;
    margin-top: 2.5rem;
    max-width: 80vw;
    padding: 1.25rem;
    width: 100%;
  }
  .p-reasonable__trademark img {
    width: 56vw;
  }
  .p-reasonable__trademarkText {
    font-size: 1.25rem;
  }
  .p-trouble__title {
    padding-inline: 2.5rem;
  }
  .p-trouble__content {
    background: url(/img/trouble_bg_sp.webp) no-repeat center bottom/100% auto;
  }
  .p-trouble__inner {
    padding-bottom: 8.125rem;
    padding-inline: 2.5rem;
    padding-top: 2.8125rem;
  }
  .p-trouble__image {
    display: none;
  }
  .p-trouble__item {
    gap: 1rem;
  }
  .p-trouble__itemText {
    font-size: 1.125rem;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .l-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-bulk__inner {
    padding-inline: 0.9375rem;
  }
  .p-case__inner {
    padding-inline: 0.9375rem;
  }
  .p-case__swiper-slide {
    padding: 2.5rem 0.9375rem;
  }
  .p-contact {
    padding-inline: 1.4375rem;
  }
  .p-contact__header {
    top: -3.5rem;
  }
  .p-contact__inner {
    margin-top: -4.25rem;
  }
  .p-faq__inner {
    padding-inline: 0.9375rem;
  }
  .p-footer__inner {
    padding-inline: 15px;
  }
  .p-lineup {
    padding-inline: 0.4375rem;
  }
  .p-lineup__inner {
    padding-inline: 0.8125rem;
  }
  .p-partners__list {
    grid-template-columns: repeat(auto-fit, minmax(8.75rem, 1fr));
  }
  .p-partners__item {
    padding: 1rem;
  }
  .p-media__inner {
    padding: 0 0.9375rem;
  }
  .p-reasonable {
    padding-inline: 0.4375rem;
  }
  .p-reasonable__item {
    padding-inline: 1.25rem;
  }
  .p-reasonable__itemImage {
    width: 94%;
  }
  .p-reasonable__set {
    max-width: 93.3333333333vw;
  }
  .p-reasonable__trademark {
    max-width: 90.4vw;
  }
  .p-trouble__title {
    padding-inline: 0.9375rem;
  }
    .p-trouble__inner {
      padding-inline: 0.9375rem;
    }
    .p-point__box {
      padding: 2rem 1.5rem;
    }
      .p-mv {
    background: url("/img/mv_sp.webp") no-repeat center center / cover;
  }
  .p-mv__subImage-sp {
  left: 50%;
  max-width: 10rem;
  bottom: 20px;
  transform: translate(0rem, -50%);
}
}


@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media (any-hover: hover) {
  .c-btn:hover {
    color: #fff;
    transition: 0.3s all;
  }
  .p-pageTop__wrap:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .p-pageTop__wrap:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */