@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
}

img,
video {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

svg {
  display: block;
  max-width: 100%;
}

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

ul,
ol {
  list-style: none;
}

button,
input,
textarea,
select {
  font: inherit;
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

table {
  border-collapse: collapse;
}

.mb-sm {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .mb-sm {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .mb-sm {
    margin-bottom: 50px;
  }
}

.mb-md {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .mb-md {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .mb-md {
    margin-bottom: 100px;
  }
}

.mb-lg {
  margin-bottom: 80px;
}
@media screen and (min-width: 600px) {
  .mb-lg {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .mb-lg {
    margin-bottom: 120px;
  }
}

.pd-md {
  padding: 70px 0;
}
@media screen and (min-width: 768px) {
  .pd-md {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .pd-md {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1280px) {
  .pd-md {
    padding: 110px 0;
  }
}

.c-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 8vw;
}
@media screen and (min-width: 1280px) {
  .c-container {
    padding: 0 6vw;
  }
}
@media screen and (min-width: 1500px) {
  .c-container {
    padding: 0;
  }
}

.hero .swiper {
  overflow: hidden;
  height: 100vh;
  min-height: 450px;
}
@media screen and (min-width: 768px) {
  .hero .swiper {
    min-height: 600px;
  }
}
@media screen and (min-width: 1280px) {
  .hero .swiper {
    min-height: 720px;
  }
}
.hero .swiper-slide {
  overflow: hidden;
}
.hero .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .swiper-slide .view-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .hero .swiper-slide .view-sp {
    display: none;
  }
  .hero .swiper-slide .view-pc {
    display: block;
  }
}
.hero .swiper-slide-active:nth-child(3n+1) .zoom {
  animation: kenburns-1 5s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
.hero .swiper-slide-active:nth-child(3n+2) .zoom {
  animation: kenburns-2 5s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
.hero .swiper-slide-active:nth-child(3n+3) .zoom {
  animation: kenburns-3 5s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

@keyframes kenburns-1 {
  from {
    transform: scale(1.25) translate(0, 0);
  }
  to {
    transform: scale(1.12) translate(-3%, -2%);
  }
}
@keyframes kenburns-2 {
  from {
    transform: scale(1.25) translate(0, 0);
  }
  to {
    transform: scale(1.12) translate(3%, -2%);
  }
}
@keyframes kenburns-3 {
  from {
    transform: scale(1.25) translate(0, 0);
  }
  to {
    transform: scale(1.12) translate(0, -3.5%);
  }
}
.appear.up .item {
  transform: translateY(20px);
}

.appear.down .item {
  transform: translateY(20px);
}

.appear.left .item {
  transform: translateX(30px);
}

.appear.right .item {
  transform: translateX(-30px);
}

.appear.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear-l.up .item {
  transform: translateY(20px);
}

.appear-l.down .item {
  transform: translateY(20px);
}

.appear-l.left .item {
  transform: translateX(30px);
}

.appear-l.right .item {
  transform: translateX(-30px);
}

.appear-l.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear .item {
  transition: all 0.6s;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  transform: none;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.5s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 1s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 1.5s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 2s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 2.5s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 3s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 3.5s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 4s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 4.5s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 5s;
}
.appear.inview .item:nth-child(11) {
  transition-delay: 5.5s;
}
.appear.inview .item:nth-child(12) {
  transition-delay: 6s;
}
.appear.inview .item:nth-child(13) {
  transition-delay: 6.5s;
}
.appear.inview .item:nth-child(14) {
  transition-delay: 7s;
}
.appear.inview .item:nth-child(15) {
  transition-delay: 7.5s;
}
.appear.inview .item:nth-child(16) {
  transition-delay: 8s;
}
.appear.inview .item:nth-child(17) {
  transition-delay: 8.5s;
}
.appear.inview .item:nth-child(18) {
  transition-delay: 9s;
}
.appear.inview .item:nth-child(19) {
  transition-delay: 9.5s;
}
.appear.inview .item:nth-child(20) {
  transition-delay: 10s;
}
.appear.inview .item:nth-child(21) {
  transition-delay: 10.5s;
}
.appear.inview .item:nth-child(22) {
  transition-delay: 11s;
}
.appear.inview .item:nth-child(23) {
  transition-delay: 11.5s;
}
.appear.inview .item:nth-child(24) {
  transition-delay: 12s;
}
.appear.inview .item:nth-child(25) {
  transition-delay: 12.5s;
}
.appear.inview .item:nth-child(26) {
  transition-delay: 13s;
}
.appear.inview .item:nth-child(27) {
  transition-delay: 13.5s;
}
.appear.inview .item:nth-child(28) {
  transition-delay: 14s;
}
.appear.inview .item:nth-child(29) {
  transition-delay: 14.5s;
}
.appear.inview .item:nth-child(30) {
  transition-delay: 15s;
}
.appear.inview .item:nth-child(31) {
  transition-delay: 15.5s;
}
.appear.inview .item:nth-child(32) {
  transition-delay: 16s;
}
.appear.inview .item:nth-child(33) {
  transition-delay: 16.5s;
}
.appear.inview .item:nth-child(34) {
  transition-delay: 17s;
}
.appear.inview .item:nth-child(35) {
  transition-delay: 17.5s;
}
.appear.inview .item:nth-child(36) {
  transition-delay: 18s;
}
.appear.inview .item:nth-child(37) {
  transition-delay: 18.5s;
}
.appear.inview .item:nth-child(38) {
  transition-delay: 19s;
}
.appear.inview .item:nth-child(39) {
  transition-delay: 19.5s;
}

.appear-l .item {
  transition: all 0.6s;
  opacity: 0;
}
.appear-l.inview-l .item {
  opacity: 1;
  transform: none;
}
.appear-l.inview-l .item:nth-child(1) {
  transition-delay: 0.9s;
}
.appear-l.inview-l .item:nth-child(2) {
  transition-delay: 1.8s;
}
.appear-l.inview-l .item:nth-child(3) {
  transition-delay: 2.7s;
}
.appear-l.inview-l .item:nth-child(4) {
  transition-delay: 3.6s;
}
.appear-l.inview-l .item:nth-child(5) {
  transition-delay: 4.5s;
}
.appear-l.inview-l .item:nth-child(6) {
  transition-delay: 5.4s;
}
.appear-l.inview-l .item:nth-child(7) {
  transition-delay: 6.3s;
}
.appear-l.inview-l .item:nth-child(8) {
  transition-delay: 7.2s;
}
.appear-l.inview-l .item:nth-child(9) {
  transition-delay: 8.1s;
}
.appear-l.inview-l .item:nth-child(10) {
  transition-delay: 9s;
}
.appear-l.inview-l .item:nth-child(11) {
  transition-delay: 9.9s;
}
.appear-l.inview-l .item:nth-child(12) {
  transition-delay: 10.8s;
}
.appear-l.inview-l .item:nth-child(13) {
  transition-delay: 11.7s;
}
.appear-l.inview-l .item:nth-child(14) {
  transition-delay: 12.6s;
}
.appear-l.inview-l .item:nth-child(15) {
  transition-delay: 13.5s;
}
.appear-l.inview-l .item:nth-child(16) {
  transition-delay: 14.4s;
}
.appear-l.inview-l .item:nth-child(17) {
  transition-delay: 15.3s;
}
.appear-l.inview-l .item:nth-child(18) {
  transition-delay: 16.2s;
}
.appear-l.inview-l .item:nth-child(19) {
  transition-delay: 17.1s;
}
.appear-l.inview-l .item:nth-child(20) {
  transition-delay: 18s;
}
.appear-l.inview-l .item:nth-child(21) {
  transition-delay: 18.9s;
}
.appear-l.inview-l .item:nth-child(22) {
  transition-delay: 19.8s;
}
.appear-l.inview-l .item:nth-child(23) {
  transition-delay: 20.7s;
}
.appear-l.inview-l .item:nth-child(24) {
  transition-delay: 21.6s;
}
.appear-l.inview-l .item:nth-child(25) {
  transition-delay: 22.5s;
}
.appear-l.inview-l .item:nth-child(26) {
  transition-delay: 23.4s;
}
.appear-l.inview-l .item:nth-child(27) {
  transition-delay: 24.3s;
}
.appear-l.inview-l .item:nth-child(28) {
  transition-delay: 25.2s;
}
.appear-l.inview-l .item:nth-child(29) {
  transition-delay: 26.1s;
}
.appear-l.inview-l .item:nth-child(30) {
  transition-delay: 27s;
}
.appear-l.inview-l .item:nth-child(31) {
  transition-delay: 27.9s;
}
.appear-l.inview-l .item:nth-child(32) {
  transition-delay: 28.8s;
}
.appear-l.inview-l .item:nth-child(33) {
  transition-delay: 29.7s;
}
.appear-l.inview-l .item:nth-child(34) {
  transition-delay: 30.6s;
}
.appear-l.inview-l .item:nth-child(35) {
  transition-delay: 31.5s;
}
.appear-l.inview-l .item:nth-child(36) {
  transition-delay: 32.4s;
}
.appear-l.inview-l .item:nth-child(37) {
  transition-delay: 33.3s;
}
.appear-l.inview-l .item:nth-child(38) {
  transition-delay: 34.2s;
}
.appear-l.inview-l .item:nth-child(39) {
  transition-delay: 35.1s;
}

.cover-slide {
  position: relative;
  overflow: hidden;
}
.cover-slide::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #74797e;
  opacity: 0;
}
.cover-slide.inview::after {
  opacity: 1;
  animation-name: kf-cover-slide;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}

@keyframes kf-cover-slide {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.1% {
    transform-origin: right;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.img-zoom {
  opacity: 0;
}
.inview .img-zoom {
  opacity: 1;
  transition: transform 0.3s ease;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.inview .img-zoom:hover {
  transform: scale(1.05);
}

@keyframes kf-img-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
  }
}
.hover-darken::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: background-color 0.3s ease;
  pointer-events: none;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.hover-darken:hover::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-img-zoom {
  background-image: url(images/image-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.img-bg50 {
  position: relative;
}
.img-bg50::before {
  display: block;
  content: "";
  padding-top: 50%;
}

.faq .ac-title.is-active {
  transition: all 3s;
}
.faq .ac-title.is-active .i_box::after {
  height: 0;
  transition: all 0.3s;
}

.ac-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.ac-content.is-open {
  height: auto;
  opacity: 1;
  display: block;
  transition: all 0.3s;
}

/******************************************************************

Stylesheet: ベーススタイル

******************************************************************/
body {
  color: #1a1c1e;
  letter-spacing: 0.08em;
  font-size: clamp(1.3rem, 1.2rem + 0.3vw, 1.6rem);
  font-weight: 400;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", serif;
  position: relative;
}
body::before {
  position: fixed;
  content: "";
  inset: 0;
  background-color: #262a2e;
  opacity: 0;
  visibility: hidden;
  z-index: 7900;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
body.coverd::before {
  opacity: 0.5;
  visibility: visible;
}

.superwrapper {
  overflow: hidden;
}

.font {
  font-family: "Marcellus", "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

.breadcrumb {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: nowrap;
}
.breadcrumb li {
  color: #5c6570;
  padding-right: 10px;
  white-space: nowrap;
  flex-shrink: 0;
}
.breadcrumb li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 1;
}
.breadcrumb li a {
  color: #262a2e;
  border-bottom: 1px solid #262a2e;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .breadcrumb li a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1024px) {
  .breadcrumb li:last-child {
    max-width: none;
  }
}

.p-title {
  line-height: 1.5;
}
.p-title .en {
  display: block;
  color: #262a2e;
  font-size: 1.3em;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
}
.p-title .ja {
  font-weight: 400;
  color: #74797e;
  font-size: 0.7em;
}
@media screen and (min-width: 768px) {
  .p-title {
    line-height: 1.7;
  }
  .p-title .en {
    font-size: 1.5em;
  }
  .p-title .ja {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 1024px) {
  .p-title {
    line-height: 2;
  }
  .p-title .en {
    font-size: 1.8em;
  }
  .p-title .ja {
    font-size: 0.9em;
  }
}

.c-title {
  display: flex;
  align-items: baseline;
  gap: 40px;
  flex-wrap: wrap;
  font-weight: 400;
  margin-bottom: 8px;
}
.c-title .en {
  font-size: 1.2em;
}
.c-title .ja {
  font-size: 0.9em;
  position: relative;
}
.c-title .ja::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #f3f5f6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-title .en {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 1024px) {
  .c-title {
    gap: 60px;
  }
  .c-title .en {
    font-size: 1.7em;
  }
  .c-title .ja {
    font-size: 1em;
  }
  .c-title .ja::before {
    width: 35px;
    left: -45px;
  }
}
.more-btn {
  position: relative;
  text-align: center;
}
.more-btn__link {
  background-color: #74797e;
  display: inline-block;
  padding: 12px 20px;
  border: 1px solid #74797e;
  z-index: 1;
}
.more-btn__link span {
  position: relative;
  color: #f3f5f6;
}
.more-btn__link span.text {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}
.more-btn__link span.text::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
.more-btn__link.slide-bg {
  position: relative;
  overflow: hidden;
}
.more-btn__link.slide-bg .bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #f3f5f6;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-101%);
  transition: transform 0.3s;
  z-index: -1;
}
.more-btn__link.slide-bg:hover {
  z-index: 1;
}
.more-btn__link.slide-bg:hover span {
  color: #262a2e;
  transform: none;
}
.more-btn__link.slide-bg:hover span.text::before {
  border-top: 1px solid #262a2e;
  border-right: 1px solid #262a2e;
}
@media screen and (min-width: 768px) {
  .more-btn__link {
    padding: 16px 40px;
  }
}

.text-link a {
  color: #74797e;
  font-size: 1.2em;
  text-transform: capitalize;
  display: inline-block;
  padding-right: 50px;
  position: relative;
}
.text-link a::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #a3aab0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  transition: all 0.3s;
}
.text-link a::after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #a3aab0;
  position: absolute;
  top: -5px;
  bottom: 0;
  right: 10px;
  margin: auto;
  transform: rotate(30deg);
  transition: all 0.3s;
}
.text-link a {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .text-link a:hover {
    opacity: 0.6;
  }
  .text-link a:hover::before, .text-link a:hover::after {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .text-link a {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 1024px) {
  .text-link a {
    padding-right: 70px;
  }
  .text-link a::before {
    width: 40px;
    right: 15px;
  }
  .text-link a::after {
    width: 12px;
    top: -6px;
    right: 15px;
  }
}

.c-topview {
  position: relative;
}
.c-topview__img {
  height: 40vh;
  min-height: 260px;
  filter: grayscale(100%);
  position: relative;
}
.c-topview__img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% + 1px);
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.3019607843), #ffffff 80%);
}
.c-topview .c-container {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-topview__img {
    height: 45vh;
    min-height: 320px;
  }
  .c-topview__img::before {
    background: linear-gradient(rgba(0, 0, 0, 0.3019607843), #ffffff 70%);
  }
}
@media screen and (min-width: 1024px) {
  .c-topview__img {
    height: 50vh;
    min-height: 400px;
  }
  .c-topview__img::before {
    background: linear-gradient(rgba(0, 0, 0, 0.3019607843), #ffffff 65%);
  }
}
@media screen and (min-width: 1500px) {
  .c-topview .c-container {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* ==========================================================================
   ページネーション
   ========================================================================== */
.pagination {
  margin: 0 0 clamp(40px, 8vw, 80px);
}
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(2px, 1vw, 10px);
  list-style: none;
}
.pagination a.page-numbers,
.pagination span.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(36px, 5vw, 48px);
  height: clamp(36px, 5vw, 48px);
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  color: #5c6570;
  transition: color 0.2s ease;
}
.pagination a.page-numbers.current,
.pagination span.page-numbers.current {
  color: #262a2e;
  border-bottom: 2px solid #262a2e;
}
.pagination a.page-numbers.dots,
.pagination span.page-numbers.dots {
  cursor: default;
}
.pagination a.page-numbers.prev, .pagination a.page-numbers.next,
.pagination span.page-numbers.prev,
.pagination span.page-numbers.next {
  color: #1a1c1e;
}
.pagination a.page-numbers.prev::before, .pagination a.page-numbers.next::before,
.pagination span.page-numbers.prev::before,
.pagination span.page-numbers.next::before {
  content: "";
  display: block;
  width: clamp(6px, 1vw, 9px);
  height: clamp(6px, 1vw, 9px);
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
}
.pagination a.page-numbers.prev::before,
.pagination span.page-numbers.prev::before {
  transform: rotate(-135deg) translate(-1px, 1px);
}
.pagination a.page-numbers.next::before,
.pagination span.page-numbers.next::before {
  transform: rotate(45deg) translate(-1px, 1px);
}
.pagination a.page-numbers:not(.current) {
  transition: all 0.2s ease;
}
@media (hover: hover) {
  .pagination a.page-numbers:not(.current):hover {
    color: #262a2e;
  }
}

.p-header {
  width: 100%;
}
.p-header .logo__img {
  display: inline-block;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-header .logo__img:hover {
    opacity: 0.7;
  }
}
.p-header .logo {
  height: 12vw;
  max-height: 70px;
  aspect-ratio: 1/1;
}
.p-header .logo img {
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.p-header .mobile-button {
  position: fixed;
  padding: 10px 0;
  top: 0px;
  right: 20px;
  z-index: 9999;
}
.p-header .mobile-menu__btn {
  height: 12vw;
  max-height: 70px;
  background-color: unset;
  border: none;
  outline: none;
  cursor: pointer;
  display: block;
}
.p-header .mobile-menu__btn:focus-visible {
  outline: 2px solid #f3f5f6;
}
.p-header .mobile-menu__btn > span {
  background-color: #f3f5f6;
  width: 36px;
  height: 1px;
  display: block;
  margin-bottom: 7px;
  transition: transform 0.7s;
}
.p-header .mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-header .mobile-menu__btn > span {
    width: 48px;
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 1023px) {
  .p-header .view-pc {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-header .view-sp {
    display: none;
  }
  .p-header .logo {
    height: 20vw;
    max-height: 100px;
    aspect-ratio: auto;
  }
  .p-header .mobile-button {
    padding: 20px 0;
    right: 40px;
  }
  .p-header .mobile-menu__btn {
    height: 20vw;
    max-height: 100px;
  }
  .p-header .mobile-menu__btn > span {
    width: 80px;
    margin-bottom: 11px;
  }
}

.mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  height: auto;
  padding: 10px 20px;
  width: 100%;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
}
.mobile-container.is-scrolled {
  background-color: rgba(38, 42, 46, 0.5019607843);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
@media screen and (min-width: 768px) {
  .mobile-container {
    z-index: 1000;
  }
}
@media screen and (min-width: 1024px) {
  .mobile-container {
    justify-content: center;
    padding: 20px 0;
  }
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8000;
  transition: all 0.5s;
  transform: translateX(100%);
  pointer-events: none;
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
  background-color: #262a2e;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.mobile-menu__nav::-webkit-scrollbar {
  display: none;
}
.mobile-menu__list {
  width: 100%;
  padding: clamp(100px, 100px + 5vw, 140px) 8vw clamp(80px, 80px + 6vw, 140px);
}
.mobile-menu__item {
  margin-bottom: 20px;
  font-size: calc(1em + 1.5vw);
  text-transform: uppercase;
}
.mobile-menu__item a {
  color: #f3f5f6;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .mobile-menu__item a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .mobile-menu__nav {
    width: 60%;
  }
}
@media screen and (min-width: 1024px) {
  .mobile-menu__nav {
    width: 500px;
  }
  .mobile-menu__list {
    padding: 140px 80px;
  }
  .mobile-menu__item {
    font-size: 1.7em;
  }
}

.menu-open.mobile-menu {
  transform: translateX(0%);
  pointer-events: auto;
}
.menu-open.mobile-menu nav li {
  opacity: 1;
  transition: all 0.1s;
}
.menu-open.mobile-menu nav li:nth-child(1) {
  transition-delay: 0.03s;
}
.menu-open.mobile-menu nav li:nth-child(2) {
  transition-delay: 0.06s;
}
.menu-open.mobile-menu nav li:nth-child(3) {
  transition-delay: 0.09s;
}
.menu-open.mobile-menu nav li:nth-child(4) {
  transition-delay: 0.12s;
}
.menu-open.mobile-menu nav li:nth-child(5) {
  transition-delay: 0.15s;
}
.menu-open.mobile-menu nav li:nth-child(6) {
  transition-delay: 0.18s;
}
.menu-open.mobile-menu nav li:nth-child(7) {
  transition-delay: 0.21s;
}
.menu-open.mobile-menu nav li:nth-child(8) {
  transition-delay: 0.24s;
}
.menu-open.mobile-menu nav li:nth-child(9) {
  transition-delay: 0.27s;
}
.menu-open.mobile-menu nav li:nth-child(10) {
  transition-delay: 0.3s;
}
@media screen and (min-width: 768px) {
  .menu-open.mobile-menu {
    transform: translateX(40%);
  }
}
@media screen and (min-width: 1024px) {
  .menu-open.mobile-menu {
    transform: translateX(calc(100% - 500px));
  }
}
.menu-open .mobile-menu__btn > span {
  background-color: #f3f5f6 !important;
}
.menu-open .mobile-menu__btn > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(4px) rotate(135deg);
}
.menu-open .mobile-menu__btn > span:nth-child(2) {
  transition-delay: 140ms;
  transform: translateY(-4px) rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .menu-open .mobile-menu__btn > span:nth-child(1) {
    transform: translateY(5px) rotate(135deg);
  }
  .menu-open .mobile-menu__btn > span:nth-child(2) {
    transform: translateY(-5px) rotate(-135deg);
  }
}
@media screen and (min-width: 1024px) {
  .menu-open .mobile-menu__btn > span:nth-child(1) {
    transform: translateY(6px) rotate(135deg);
  }
  .menu-open .mobile-menu__btn > span:nth-child(2) {
    transform: translateY(-6px) rotate(-135deg);
  }
}

.sp-navbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
  background-color: #262a2e;
}
.sp-navbtn__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.sp-navbtn__container li {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #f3f5f6;
  border-left: 1px solid #f3f5f6;
}
.sp-navbtn__container li:first-child {
  border-left: none;
}
.sp-navbtn__container a {
  display: inline-block;
  text-align: center;
  position: relative;
  color: #f3f5f6;
  padding: clamp(12px, 2vw, 20px) 0;
  width: 90%;
  border-radius: 9999px;
}
.sp-navbtn__container a span {
  font-size: clamp(17px, 3.5vw, 24px);
  line-height: 1.6;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .sp-navbtn__container a span:hover {
    opacity: 0.7;
  }
}
.sp-navbtn__container a span small {
  display: block;
  font-size: 0.6em;
}
.sp-navbtn.is-scrolled {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 1024px) {
  .sp-navbtn {
    display: none;
  }
}

.p-footer {
  padding: 40px 0 20px;
  background-color: #262a2e;
  color: #f3f5f6;
}
.p-footer__logo {
  text-align: center;
}
.p-footer__logo img {
  display: inline-block;
  width: 60%;
  max-width: 240px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.p-footer__logo h3 {
  font-size: 1.3em;
  font-weight: 400;
  white-space: nowrap;
}
.p-footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 4%;
}
.p-footer__nav ul li {
  flex-basis: 48%;
  max-width: 140px;
  line-height: 1.5;
}
.p-footer__nav ul li span {
  font-size: 1.05em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-footer__nav ul li span:hover {
    opacity: 0.7;
  }
}
.p-footer__nav ul li small {
  display: block;
}
.p-footer .copyright {
  text-align: center;
  font-size: 0.8em;
  padding-top: 20px;
  border-top: 1px solid #8a9199;
  color: #8a9199;
}
@media screen and (min-width: 768px) {
  .p-footer__nav ul {
    gap: 25px 2.6%;
  }
  .p-footer__nav ul li {
    flex-basis: 23%;
    max-width: none;
    line-height: 1.5;
  }
  .p-footer__nav ul li span {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 1024px) {
  .p-footer {
    padding: 80px 0 30px;
  }
  .p-footer__wrap {
    display: flex;
    align-items: center;
    gap: 50px;
    margin: 0 -3vw 60px;
  }
  .p-footer__logo {
    margin-bottom: 0px;
  }
  .p-footer__logo img {
    width: 100%;
    max-width: 280px;
  }
  .p-footer .copyright {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .p-footer__wrap {
    gap: 80px;
    margin: 0 0 60px;
  }
  .p-footer__logo img {
    max-width: 300px;
  }
  .p-footer .copyright {
    padding-top: 30px;
  }
}

.top-page {
  background-color: #d7dbde;
}

.top-view {
  position: relative;
}
.top-view .hero {
  position: relative;
}
.top-view .hero::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to top right, rgba(16, 18, 20, 0.65) 0%, rgba(38, 42, 46, 0.35) 45%, rgba(82, 88, 93, 0.1) 100%);
  z-index: 10;
}
.top-view .hero img {
  filter: grayscale(100%);
}
.top-view__desc {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 20;
  text-align: center;
  width: 100%;
}
.top-view__desc h2 {
  display: inline-block;
  text-align: left;
  font-size: calc(1em + 4vw);
  letter-spacing: 0.12em;
  line-height: 1.7;
  color: #f3f5f6;
}
@media screen and (min-width: 1024px) {
  .top-view__desc {
    top: auto;
    bottom: 0;
    transform: none;
    left: 0;
    text-align: left;
    padding: 0 8vw 60px;
  }
  .top-view__desc h2 {
    font-size: calc(1em + 3.5vw);
    line-height: 1.6;
  }
}

.p-message-title {
  font-size: 1.5em;
  letter-spacing: 0.2em;
  line-height: 2.4;
  font-weight: 400;
}
.p-message-title br {
  display: none;
}
.p-message__topimg {
  margin: 0 0 40px -8vw;
}
.p-message__topimg img {
  aspect-ratio: 16/9;
  filter: grayscale(100%);
  max-width: 500px;
}
.p-message__desc p {
  line-height: 2.8;
  margin-bottom: 40px;
}
.p-message__desc .text-link {
  text-align: right;
}
.p-message__btmimg {
  margin: 0 -8vw 0 auto;
  width: 70%;
  max-width: 300px;
}
.p-message__btmimg img {
  display: inline-block;
  aspect-ratio: 4/5;
  filter: grayscale(100%);
}
@media screen and (min-width: 768px) {
  .p-message .c-container {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
  }
  .p-message__topimg {
    flex-basis: 50%;
    margin: 0 0 0 -8vw;
  }
  .p-message-title {
    font-size: 1.7em;
    flex-basis: 50%;
    align-self: flex-end;
  }
  .p-message__desc {
    flex-basis: 70%;
  }
  .p-message__btmimg {
    flex-basis: 30%;
    align-self: flex-end;
    max-width: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .p-message-title {
    font-size: 2em;
  }
}
@media screen and (min-width: 1280px) {
  .p-message .c-container {
    display: grid;
    grid-template-columns: 25% 40% 25%;
    grid-template-rows: auto auto;
    gap: 0 5%;
    padding: 0;
  }
  .p-message-title {
    grid-row: 1/2;
    grid-column: 1/2;
    align-self: flex-end;
    padding-left: 5vw;
  }
  .p-message-title br {
    display: block;
  }
  .p-message__topimg {
    grid-row: 2/3;
    grid-column: 1/2;
    flex-basis: 50%;
    margin: 0;
  }
  .p-message__desc {
    grid-row: 1/3;
    grid-column: 2/3;
    margin-bottom: 0;
    margin-top: 80px;
  }
  .p-message__btmimg {
    grid-row: 1/3;
    grid-column: 3/4;
    align-self: flex-start;
    width: 85%;
    max-width: 500px;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 1500px) {
  .p-message-title {
    padding-left: 0;
  }
}

.p-reason {
  background-color: #eceff1;
}
.p-reason__list {
  display: grid;
  gap: 50px;
}
.p-reason__list__item .Img {
  margin: 0 -8vw 30px;
}
.p-reason__list__item .Img img {
  aspect-ratio: 3/2;
}
.p-reason__list__item .Desc h3 {
  text-align: center;
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 12px;
  position: relative;
  z-index: 10;
}
.p-reason__list__item .Desc h3 .num {
  position: absolute;
  inset: 0;
  top: -10px;
  margin: auto;
  font-size: 3.6em;
  letter-spacing: 0.2em;
  line-height: 1;
  z-index: -1;
  color: #8a9199;
  opacity: 0.15;
}
@media screen and (min-width: 768px) {
  .p-reason__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 40px;
    margin: 0 -3vw;
  }
  .p-reason__list__item .Img {
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-reason__list {
    grid-template-columns: repeat(3, 1fr);
    margin: 0 -4vw;
    gap: 30px;
  }
  .p-reason__list__item .Img img {
    aspect-ratio: 2/3;
  }
  .p-reason__list__item .Desc h3 {
    margin-bottom: 18px;
  }
  .p-reason__list__item:nth-child(2) {
    margin-top: 80px;
  }
  .p-reason__list__item:nth-child(3) {
    margin-top: 160px;
  }
}
@media screen and (min-width: 1280px) {
  .p-reason__list {
    gap: 50px;
    margin: 0;
  }
}
.p-product__category {
  display: grid;
  gap: 12px;
}
.p-product__category__item a {
  display: block;
  padding: 15px 25px;
  background: linear-gradient(#f6f7f8, #d7dbde);
  font-size: 1.1em;
  font-weight: 500;
  border-radius: 3px;
  box-shadow: 0 0 10px #a3aab0;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-product__category__item a:hover {
    transform: translateY(2px);
    box-shadow: 0 0 4px #a3aab0;
    background: linear-gradient(#d7dbde, #f6f7f8);
  }
}
.p-product .text-link {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-product__category {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-product__category {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-product__category__item a {
    box-shadow: 0 0 15px #a3aab0;
  }
}
@media screen and (min-width: 1280px) {
  .p-product__category {
    gap: 25px;
  }
  .p-product__category__item a {
    font-size: 1.25em;
    padding: 15px 30px;
  }
}
.p-price {
  background: url(../images/home/img2.webp) no-repeat center/cover;
  position: relative;
  color: #f3f5f6;
}
.p-price::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #262a2e;
  opacity: 0.8;
}
.p-price .p-title {
  position: relative;
  z-index: 10;
}
.p-price .p-title .ja {
  color: #f3f5f6;
}
.p-price .p-title .en {
  color: #f3f5f6;
}
.p-price__list {
  position: relative;
  z-index: 10;
  display: grid;
  gap: 50px;
}
.p-price__list__item .List {
  display: grid;
  gap: 30px;
}
.p-price__list__item .List .Ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.p-price__list__item .List .Ttl h4 {
  font-size: 1.1em;
  font-weight: 400;
}
.p-price__list__item .List .inner-List {
  border: 1px solid #f3f5f6;
  padding: 20px;
  display: grid;
  gap: 8px;
}
.p-price__list__item .List .inner-List li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-price__list__item .List .inner-List li .Icon img {
  width: 2em;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-price__list__item .List .caution {
  margin-top: 5px;
  text-align: right;
  font-size: 0.9em;
}
.p-price__list__item .Card {
  display: grid;
  gap: 15px;
}
.p-price__list__item .Card__item {
  background-color: rgba(38, 42, 46, 0.5);
  padding: 30px;
}
.p-price__list__item .Card__item .Ttl {
  margin-bottom: 12px;
}
.p-price__list__item .Card__item .Ttl h4 {
  font-size: 1.3em;
  font-weight: 400;
}
.p-price__list__item .Card__item .Ttl p {
  font-size: 1.1em;
}
.p-price__list__item .Card__item .Ttl p strong {
  font-size: 1.3em;
}
.p-price__list__item .Card__item .hosyo {
  padding-left: 25px;
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: 1px solid #74797e;
  position: relative;
}
.p-price__list__item .Card__item .hosyo::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/icon/calendar.svg) no-repeat center/contain;
  position: absolute;
  top: -8px;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-price__list__item .List {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .p-price__list__item .List .Ttl {
    display: block;
  }
  .p-price__list__item .List .Ttl h4 {
    font-size: 1.3em;
  }
  .p-price__list__item .Card {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-price {
    background-attachment: fixed;
  }
  .p-price__list__item .List {
    gap: 50px;
  }
  .p-price__list__item .List .Ttl {
    display: flex;
  }
  .p-price__list__item .List .inner-List {
    padding: 30px;
    gap: 12px;
  }
  .p-price__list__item .List .inner-List li {
    gap: 15px;
  }
  .p-price__list__item .List .inner-List li p {
    font-size: 1.2em;
  }
  .p-price__list__item .List .caution {
    margin-top: 12px;
  }
  .p-price__list__item .Card {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .p-price__list__item .List {
    gap: 70px;
  }
  .p-price__list__item .List .inner-List {
    padding: 30px 50px;
  }
  .p-price__list__item .Card {
    gap: 25px;
  }
  .p-price__list__item .Card__item {
    padding: 30px 40px;
  }
  .p-price__list__item .Card__item .Ttl {
    margin-bottom: 15px;
  }
  .p-price__list__item .Card__item .Ttl h4 {
    font-size: 1.5em;
  }
  .p-price__list__item .Card__item .Ttl p {
    font-size: 1.2em;
  }
  .p-price__list__item .Card__item .Ttl p strong {
    font-size: 1.5em;
  }
}

.p-showroom__wrap {
  margin-bottom: 40px;
}
.p-showroom__wrap .text-link {
  text-align: right;
}
.p-showroom__slide {
  overflow: hidden;
}
.p-showroom__slide__track {
  display: flex;
  gap: 8px;
  will-change: transform;
}
.p-showroom__slide__item {
  width: 220px;
  flex-shrink: 0;
}
.p-showroom__slide__item a {
  display: block;
  overflow: hidden;
  aspect-ratio: 4/5;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-showroom__slide__item a:hover img {
    transform: scale(1.1);
  }
}
.p-showroom__slide__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-showroom__wrap {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .p-showroom__wrap .p-title {
    margin-bottom: 0;
  }
  .p-showroom__slide__track {
    gap: 12px;
  }
  .p-showroom__slide__item {
    width: 320px;
  }
}
@media screen and (min-width: 1280px) {
  .p-showroom__wrap {
    margin-bottom: 70px;
  }
  .p-showroom__slide__track {
    gap: 18px;
  }
  .p-showroom__slide__item {
    width: 380px;
  }
}

/* ==========================================================================
   サブページ共通
   ========================================================================== */
.c-message__desc {
  max-width: 600px;
  margin: 0 auto;
}
.c-message__desc p {
  margin-bottom: 20px;
}
.c-message__desc .name {
  margin-top: 40px;
}
.c-message__desc .name h3 {
  font-size: 1.3em;
  font-weight: 500;
  display: flex;
  align-items: baseline;
  justify-content: right;
  gap: 20px;
}
.c-message__desc .name h3 small {
  font-size: 0.7em;
}
@media screen and (min-width: 1024px) {
  .c-message__desc {
    max-width: 800px;
  }
}
@media screen and (min-width: 1500px) {
  .c-message__desc {
    max-width: 900px;
  }
}

.c-about__desc {
  display: grid;
  gap: 15px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.c-about__desc dl {
  padding-bottom: 15px;
  border-bottom: 1px solid #d3d7da;
}
.c-about__desc dl dt {
  margin-bottom: 8px;
}
.c-about__img {
  height: 50vh;
  background: url(../images/home/img10.webp) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .c-about__desc {
    gap: 20px;
  }
  .c-about__desc dl {
    display: flex;
    padding-bottom: 20px;
  }
  .c-about__desc dl dt {
    margin-bottom: 0;
    flex-basis: 30%;
  }
}
@media screen and (min-width: 1024px) {
  .c-about__desc {
    max-width: 800px;
  }
  .c-about__desc dl {
    padding: 0 40px 20px;
  }
  .c-about__img {
    height: 70vh;
    background-attachment: fixed;
  }
}

.faq-contents .faq__inner {
  max-width: 600px;
  margin: 0 auto;
}
.faq-contents .faq__item {
  padding: 25px 0;
  border-bottom: 1px solid #e5e5e5;
}
.faq-contents .faq dt {
  position: relative;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
}
.faq-contents .faq dt span {
  display: block;
  position: relative;
  padding-left: 30px;
  padding-right: 50px;
}
.faq-contents .faq dt span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "Q";
  font-family: "Marcellus", "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  color: #262a2e;
  font-size: 1.6em;
  line-height: 1;
}
.faq-contents .faq dt .i_box {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.faq-contents .faq dt .i_box::before {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-top: 1px solid #262a2e;
  width: 16px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.faq-contents .faq dt .i_box::after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-left: 1px solid #262a2e;
  width: 0;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 7.5px;
  transition: 0.3s;
}
.faq-contents .faq dd {
  position: relative;
}
.faq-contents .faq dd p {
  padding: 20px 10px 10px 30px;
  position: relative;
}
.faq-contents .faq dd p::before {
  position: absolute;
  top: 20px;
  left: 0;
  content: "A";
  font-family: "Marcellus", "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-style: italic;
  color: #93794a;
  font-size: 1.8em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .faq-contents .faq dt span {
    padding-left: 40px;
    padding-right: 60px;
  }
  .faq-contents .faq dt .i_box {
    right: 2em;
  }
  .faq-contents .faq dd p {
    padding: 30px 10px 10px 40px;
  }
  .faq-contents .faq dd p::before {
    top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .faq-contents .faq__inner {
    max-width: 800px;
  }
}

.c-reason__list {
  display: grid;
  gap: 50px;
}
.c-reason__list__item .Img {
  margin: 0 0 30px;
}
.c-reason__list__item .Img img {
  aspect-ratio: 5/4;
}
.c-reason__list__item .Desc h3 {
  text-align: center;
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 12px;
  position: relative;
  z-index: 10;
}
.c-reason__list__item .Desc h3 .num {
  position: absolute;
  inset: 0;
  top: -10px;
  margin: auto;
  font-size: 3.6em;
  letter-spacing: 0.2em;
  line-height: 1;
  z-index: -1;
  color: #8a9199;
  opacity: 0.15;
}
.c-reason__list__item .Desc h3 br {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-reason {
    margin-bottom: 0;
  }
  .c-reason__list {
    gap: 0;
  }
  .c-reason__list__item {
    position: relative;
  }
  .c-reason__list__item .Img {
    margin: 0;
    height: 80vh;
    min-height: 400px;
    position: relative;
  }
  .c-reason__list__item .Img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #101214;
    opacity: 0.6;
  }
  .c-reason__list__item .Img img {
    aspect-ratio: auto;
  }
  .c-reason__list__item .Desc {
    position: absolute;
    inset: 0;
    margin: auto;
    color: #f3f5f6;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-reason__list__item .Desc h3 {
    font-size: 1.5em;
    margin-bottom: 30px;
  }
  .c-reason__list__item .Desc h3 .num {
    font-size: 3.6em;
    opacity: 0.5;
  }
}
@media screen and (min-width: 1024px) {
  .c-reason__list__item .Desc .c-container {
    display: flex;
    gap: 70px;
  }
  .c-reason__list__item .Desc h3 {
    flex-basis: 30%;
  }
  .c-reason__list__item .Desc h3 br {
    display: block;
  }
  .c-reason__list__item .Desc p {
    flex: 1;
  }
}

.p-flow {
  background-color: #d3d7da;
}
.p-flow__list {
  display: grid;
  gap: 40px;
}
.p-flow__list__item {
  position: relative;
}
.p-flow__list__item::before {
  content: "";
  width: calc(100% - 16vw);
  height: 2px;
  background-color: #52585d;
  position: absolute;
  right: -8vw;
  top: 10px;
}
.p-flow__list__item::after {
  content: "";
  width: 8vw;
  height: 2px;
  background-color: #52585d;
  position: absolute;
  left: -8vw;
  top: 10px;
}
.p-flow__list__item .Ttl {
  display: flex;
  align-items: center;
  gap: 30px;
}
.p-flow__list__item .Ttl .num {
  line-height: 1;
  font-size: 4.6em;
  color: #262a2e;
  padding: 0 0 50px 15px;
}
.p-flow__list__item .Ttl h3 {
  font-weight: 400;
  line-height: 1.4;
}
.p-flow__list__item .Ttl h3 .en {
  font-size: 1.5em;
  display: block;
  text-transform: capitalize;
}
.p-flow__list__item .Ttl h3 .ja {
  font-size: 0.8em;
}
.p-flow__list__item .Img {
  margin: 0 -8vw 30px 0;
}
.p-flow__list__item .Img img {
  aspect-ratio: 16/9;
}
@media screen and (min-width: 768px) {
  .p-flow__list__item {
    display: grid;
    gap: 0 40px;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-flow__list__item .Ttl {
    grid-row: 1/2;
    grid-column: 1/2;
    gap: 30px;
  }
  .p-flow__list__item .Ttl .num {
    padding: 0 0 50px 15px;
  }
  .p-flow__list__item .Img {
    grid-row: 2/3;
    grid-column: 1/2;
    margin: 0 0 0 -8vw;
  }
  .p-flow__list__item .Desc {
    grid-row: 1/3;
    grid-column: 2/3;
    align-self: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-flow__list {
    gap: 55px;
  }
  .p-flow__list__item {
    gap: 0 60px;
  }
  .p-flow__list__item .Ttl {
    gap: 30px;
  }
  .p-flow__list__item .Ttl .num {
    padding: 0 0 65px 25px;
  }
  .p-flow__list__item .Ttl h3 .en {
    font-size: 1.8em;
  }
  .p-flow__list__item .Ttl h3 .ja {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 1280px) {
  .p-flow__list {
    gap: 60px;
  }
  .p-flow__list__item::before {
    width: calc(100% - 220px);
    right: 0;
  }
  .p-flow__list__item::after {
    width: 50px;
    left: 0;
    top: 10px;
  }
  .p-flow__list__item .Ttl {
    gap: 30px;
  }
  .p-flow__list__item .Ttl .num {
    padding: 0 0 65px 70px;
  }
  .p-flow__list__item .Ttl h3 .en {
    font-size: 1.8em;
  }
  .p-flow__list__item .Ttl h3 .ja {
    font-size: 0.9em;
  }
  .p-flow__list__item .Img {
    margin: 0;
  }
}

/* ==========================================================================
   ニュース一覧
   ========================================================================== */
.c-archive__list {
  display: grid;
  gap: 50px;
}
.c-archive__noitem {
  grid-column: 1/-1;
  text-align: center;
  color: #52585d;
}
.c-archive__link {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .c-archive__link:hover .c-archive__thumb img {
    transform: scale(1.1);
  }
  .c-archive__link:hover .c-archive__text {
    opacity: 0.6;
  }
}
.c-archive__thumb {
  overflow: hidden;
  aspect-ratio: 3/2;
  margin-bottom: 20px;
}
.c-archive__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.c-archive__thumb--product img {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-archive__thumb--no-img {
  background-color: #dde1e4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-archive__thumb--no-img img {
  width: 60%;
  height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.c-archive__text {
  transition: all 0.3s;
}
.c-archive__text h3 {
  font-weight: 500;
  font-size: 1.2em;
  margin-bottom: 6px;
}
.c-archive__address {
  color: #52585d;
}
.c-archive__price {
  font-size: 1.2em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.c-archive__price strong {
  font-size: 1.4em;
  display: inline-block;
  margin: 0 5px;
  line-height: 1;
  color: #74797e;
}
.c-archive__price-original {
  color: #52585d;
  text-decoration: line-through;
}
.c-archive__price-sale {
  color: #74797e;
}
@media screen and (min-width: 768px) {
  .c-archive__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .c-archive__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
  }
}
@media screen and (min-width: 1280px) {
  .c-archive__list {
    gap: 50px;
  }
}

.category-list .c-title {
  margin-bottom: 15px;
}
.category-list .c-title .en {
  text-transform: capitalize;
}
.category-list .c-title .ja::before {
  background-color: #74797e;
}
.category-list__items {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 8px;
}
.category-list__item a {
  display: inline-block;
  border: 1px solid #dde1e4;
  background-color: #f3f5f6;
  padding: 3px 18px;
  border-radius: 9999px;
  position: relative;
  font-size: 0.9em;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .category-list__item a:hover {
    opacity: 0.7;
  }
}
.category-list__item.is-current a {
  border: 1px solid #74797e;
  background-color: #74797e;
  color: #f3f5f6;
}
@media screen and (min-width: 1024px) {
  .category-list .c-title {
    margin-bottom: 25px;
  }
  .category-list__items {
    gap: 12px;
  }
  .category-list__item a {
    font-size: 1.1em;
  }
}

/* ==========================================================================
   ニュース個別記事
   ========================================================================== */
.c-archive-sl__slide .swiper {
  overflow: hidden;
  border-radius: 4px;
}
.c-archive-sl__slide .swiper-slide img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-archive-sl__slide .swiper-pagination {
  position: static;
  margin-top: 15px;
}
.c-archive-sl__slide .swiper-pagination-bullet {
  background: #dde1e4;
  opacity: 1;
}
.c-archive-sl__slide .swiper-pagination-bullet-active {
  background: #74797e;
}
.c-archive-sl__desc {
  display: grid;
  gap: 15px;
}
.c-archive-sl__desc h3 {
  font-size: 1.3em;
  font-weight: 500;
  margin-bottom: 15px;
}
.c-archive-sl__desc h4 {
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 400;
  color: #52585d;
}
.c-archive-sl__desc .map a {
  position: relative;
  display: inline-block;
  padding-left: 26px;
  color: #a3aab0;
  border-bottom: 1px solid #a3aab0;
}
.c-archive-sl__desc .map a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/common/pin.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-archive-sl__content {
  line-height: 1.8;
  margin-top: 30px;
}
.c-archive-sl .text-link {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .c-archive-sl .c-archive__price {
    flex-direction: row;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px 10px;
  }
}
@media screen and (min-width: 1024px) {
  .c-archive-sl__wrap {
    display: flex;
    align-items: flex-start;
    gap: 50px;
  }
  .c-archive-sl__slide, .c-archive-sl__desc {
    flex: 1;
    min-width: 0;
    margin-bottom: 0;
  }
  .c-archive-sl__content {
    line-height: 2;
    margin-top: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .c-archive-sl__wrap {
    gap: 70px;
  }
}

/* ==========================================================================
   お問い合わせ
   ========================================================================== */
.c-contact .wrap {
  max-width: 540px;
  margin: 0 auto;
}
.c-contact .wrap br {
  display: none;
}
.c-contact .wrap p {
  display: inline;
}
@media screen and (min-width: 1024px) {
  .c-contact .wrap {
    max-width: 720px;
  }
}
@media screen and (min-width: 1280px) {
  .c-contact .wrap {
    max-width: 800px;
  }
}
.c-contact .contact-form {
  text-align: center;
}
.c-contact .contact-form input, .c-contact .contact-form textarea {
  width: 100%;
  border: 1px solid #a3aab0;
  padding: 5px 8px;
}
.c-contact .contact-form textarea {
  margin-bottom: 0;
}
.c-contact .contact-form input {
  height: 45px;
}
.c-contact .contact-form select {
  width: 100%;
  height: 45px;
  border: 1px solid #a3aab0;
  padding: 5px 8px;
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
}
.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}
.c-contact .contact-form .must {
  position: relative;
  padding: 0 0 5px;
}
.c-contact .contact-form .must::after {
  content: "必須";
  background-color: #74797e;
  color: #f3f5f6;
  font-size: 0.85em;
  line-height: 1;
  display: inline-block;
  padding: 3px 5px;
  margin-left: 8px;
  font-weight: bold;
}
.c-contact .contact-form .free {
  padding: 0 0 5px;
}
.c-contact .contact-form .wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid red;
}
.c-contact .contact-form .wpcf7-acceptance input {
  margin-right: 5px;
  height: 20px;
  width: 20px;
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
  background-color: initial;
  border: initial;
  padding: initial;
  cursor: pointer;
}
.c-contact .contact-form .privacy {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  gap: 5px;
}
.c-contact .contact-form .ms-1 {
  font-size: 1.1em;
  color: rgb(33, 128, 218);
  border-bottom: 1px solid rgb(33, 128, 218);
  line-height: 1;
}
.c-contact .contact-form .submit-btn {
  text-align: center;
}
.c-contact .contact-form .submit-btn input:disabled {
  border-color: #d3d7da;
  background-color: #d3d7da;
  color: #f3f5f6;
}
.c-contact .contact-form .submit-btn input {
  background-color: #262a2e;
  color: #f3f5f6;
  width: 70%;
  max-width: 320px;
}
.c-contact .contact-form .ajax-loader {
  display: none;
}
.c-contact .contact-form .wpcf7-spinner {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-contact .contact-form .c-contact-text br {
    display: none;
  }
  .c-contact .contact-form .submit-btn input {
    width: 70%;
    max-width: 320px;
    height: 64px;
    font-size: 1.2em;
    letter-spacing: 0.3em;
  }
  .c-contact .contact-form .wpcf7-acceptance input {
    height: 24px;
    width: 24px;
    margin-right: 15px;
  }
  .c-contact .contact-form .ms-1 {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1024px) {
  .c-contact .contact-form input, .c-contact .contact-form textarea {
    padding: 8px 12px;
  }
  .c-contact .contact-form input {
    height: 55px;
  }
  .c-contact .contact-form select {
    height: 55px;
    padding: 8px 12px;
  }
  .c-contact .contact-form dl {
    padding-bottom: 30px;
  }
  .c-contact .contact-form .must {
    padding: 0 0 8px;
  }
  .c-contact .contact-form .free {
    padding: 0 0 8px;
  }
  .c-contact .contact-form .ct-flex {
    gap: 40px;
  }
}
.c-contact .grecaptcha-badge {
  box-shadow: none !important;
  width: 100% !important;
}
.c-contact .grecaptcha-badge iframe {
  box-shadow: grey 0px 0px 5px;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* ==========================================================================
   プライバシーポリシー
   ========================================================================== */
.c-privacy h2,
.c-thanks h2 {
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 20px;
}
.c-privacy .text-link,
.c-thanks .text-link {
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .c-privacy-desc,
  .c-thanks-desc {
    max-width: 800px;
    margin: 0 auto 70px;
  }
}
@media screen and (min-width: 1280px) {
  .c-privacy-desc,
  .c-thanks-desc {
    max-width: 1000px;
  }
}/*# sourceMappingURL=style.css.map */