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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

button {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

option {
  color: black;
}

html {
  font-size: 10px;
}

@media screen and (max-width: 767.98px) {
  html {
    font-size: 2.5445292621vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 999.98px) {
  html {
    font-size: 1vw;
  }
}
body {
  background: #F6DAA2;
  color: #090C0F;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.u-hidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-hidden-sp {
    display: initial;
  }
}

@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none;
  }
}

.l-inner {
  max-width: 100rem;
  margin-inline: auto;
}

.c-image-section img {
  width: 100%;
  height: auto;
}

.c-bgImg-section {
  position: relative;
}

.c-bgImg-section__picture {
  position: absolute;
  inset: 0;
}
.c-bgImg-section__picture img {
  width: 100%;
  height: auto;
}

.l-header {
  padding-block: 1rem;
  background: #FFF;
}

.p-header__contents {
  display: flex;
  justify-content: center;
  gap: 0.7rem;
}
@media screen and (min-width: 768px) {
  .p-header__contents {
    gap: 2rem;
  }
}

.p-header__banner {
  width: 6.5rem;
  aspect-ratio: 65/30;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-header__banner {
    width: 16.4rem;
    aspect-ratio: 164/75;
  }
}
@media (any-hover: hover) {
  .p-header__banner:hover {
    opacity: 0.7;
  }
}
.p-header__banner img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-modelHouses {
  position: relative;
}

.p-modelHouses__sliderArea {
  position: absolute;
  bottom: 2.008rem;
  left: 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.786rem;
}
@media screen and (min-width: 768px) {
  .p-modelHouses__sliderArea {
    bottom: 3.293rem;
    gap: 2rem;
  }
}

.p-modelHouses__slider {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  animation: slideToRight 50s linear infinite;
}
.p-modelHouses__slider--middle {
  animation-name: slideToLeft;
}
@keyframes slideToRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
.p-modelHouses-slider__image {
  height: 11rem;
  border-radius: 0.4026rem;
  overflow: hidden;
  margin-right: 0.393rem;
}
@media screen and (min-width: 768px) {
  .p-modelHouses-slider__image {
    height: 28rem;
    border-radius: 1.0244rem;
    margin-right: 1rem;
  }
}
.p-modelHouses-slider__image--square {
  aspect-ratio: 1/1;
}
.p-modelHouses-slider__image--rectangle {
  aspect-ratio: 440/280;
}
.p-modelHouses-slider__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-search {
  position: relative;
}

.p-search__cards {
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
  padding-inline: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-search__cards {
    padding-inline: 5rem;
    gap: 2.5rem 3rem;
  }
}

.p-search__card {
  aspect-ratio: 171/100;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  border: 0.2rem solid #FFF;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.25);
  padding-left: 1.6rem;
  padding-bottom: 0.7rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .p-search__card {
    aspect-ratio: 435/255;
    border: 0.5085rem solid #FFF;
    border-radius: 2.5439rem;
    padding-left: 4.1rem;
    padding-bottom: 1.8rem;
  }
}
.p-search__card:first-child {
  aspect-ratio: 353/124;
  grid-column: 1/3;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-search__card:first-child {
    aspect-ratio: 900/316;
    padding-bottom: 3.8rem;
  }
}

.p-search-card__bgImg {
  position: absolute;
  inset: 0;
}
.p-search-card__bgImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-search-card__link {
  padding-left: 1.2rem;
  width: 14rem;
  height: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0.6rem;
  background: #DD0302;
  box-shadow: 0.2rem 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.3s ease;
  color: #FFF;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.022rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-search-card__link {
    padding-left: 3.05rem;
    width: 35.5rem;
    height: 5.1rem;
    border-radius: 1.4966rem;
    box-shadow: 0.5088rem 0.5088rem 0.5088rem 0 rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-size: 2.8rem;
    letter-spacing: 0.056rem;
  }
}
.p-search-card__link.firstCard-link {
  height: 2.6rem;
}
@media screen and (min-width: 768px) {
  .p-search-card__link.firstCard-link {
    width: 35.6rem;
    height: 6.7rem;
  }
}
.p-search-card__link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.933rem;
  width: 0.5185rem;
  height: 0.8485rem;
  background: url(../img/link-white-arrow.svg) no-repeat center center/contain;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-search-card__link::after {
    right: 2.274rem;
    width: 1.3183rem;
    height: 2.1573rem;
  }
}
@media (any-hover: hover) {
  .p-search-card__link:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
  }
}

.p-cta a {
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-cta a:hover {
    opacity: 0.7;
  }
}
.p-cta img {
  width: 100%;
  height: auto;
}

.p-aboutUs {
  position: relative;
}

.p-aboutUs__slideArea {
  position: absolute;
  bottom: 5.319rem;
  left: 0;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-aboutUs__slideArea {
    bottom: 5.335rem;
  }
}

.p-aboutUs__slide {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  animation: slideToLeft 50s linear infinite;
}

@keyframes slideToLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.p-aboutUs-slide__image {
  display: block;
  margin-right: 0.432rem;
  width: 15.5579rem;
  aspect-ratio: 155579/103720;
}
@media screen and (min-width: 768px) {
  .p-aboutUs-slide__image {
    margin-right: 0.469rem;
    width: 16.4713rem;
    aspect-ratio: 164713/109830;
  }
}
.p-aboutUs-slide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-concept {
  background: #F5F5F5;
}

.p-shop {
  padding-top: 3rem;
  padding-bottom: 4.585rem;
  background: #FEF5E9;
}
@media screen and (min-width: 768px) {
  .p-shop {
    padding-bottom: 3.025rem;
  }
}

.p-shop__inner {
  padding-inline: 2rem;
}
@media screen and (min-width: 768px) {
  .p-shop__inner {
    padding-inline: 5rem;
  }
}

.p-shop__title {
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 2.6329rem;
  font-weight: 700;
  line-height: 1.4433;
  letter-spacing: 0.0527rem;
}

.p-shop__cards {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-shop__cards {
    grid-template-columns: repeat(5, 1fr);
  }
}

.p-shop__card {
  border-radius: 0.2562rem;
  background: #FFF;
  box-shadow: 0 0 0.5124rem 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.p-shop__card:nth-child(1), .p-shop__card:nth-child(2), .p-shop__card:nth-child(3), .p-shop__card:nth-child(4) {
  height: 29.3rem;
}
.p-shop__card:nth-child(5), .p-shop__card:nth-child(6), .p-shop__card:nth-child(7), .p-shop__card:nth-child(8), .p-shop__card:nth-child(9), .p-shop__card:nth-child(10) {
  height: 31.3rem;
}
@media screen and (min-width: 768px) {
  .p-shop__card:nth-child(1), .p-shop__card:nth-child(2), .p-shop__card:nth-child(3), .p-shop__card:nth-child(4), .p-shop__card:nth-child(5) {
    height: 29.4rem;
  }
  .p-shop__card:nth-child(6), .p-shop__card:nth-child(7), .p-shop__card:nth-child(8), .p-shop__card:nth-child(9), .p-shop__card:nth-child(10) {
    height: 31.2rem;
  }
}
.p-shop__card iframe {
  display: block;
  width: 100%;
  height: 7.2753rem;
}

.p-shopCard__name {
  padding-block: 0.4304rem;
  background: #EEE;
  text-align: center;
  font-size: 1.4346rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-shopCard__image {
  width: 100%;
  aspect-ratio: 17087/10260;
}
@media screen and (min-width: 768px) {
  .p-shopCard__image {
    aspect-ratio: 1720/1026;
  }
}
.p-shopCard__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-shopCard__textArea {
  flex-grow: 1;
  padding-block: 1.353rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.519rem;
}

.p-shopCard__text {
  text-align: center;
  font-size: 1.2297rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-shopCard__tel {
  color: #DD0302;
  text-align: center;
  font-size: 1.2297rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-fixBanner {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-fixBanner {
    bottom: 90px;
    left: auto;
    right: 0;
    width: 110px;
    height: 352px;
    box-shadow: 0 2.025px 4.049px rgba(0, 0, 0, 0.16);
    border-radius: 10px 0 0 10px;
    overflow: hidden;
  }
}
@media (any-hover: hover) {
  .p-fixBanner:hover {
    opacity: 0.7;
  }
}
.p-fixBanner.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.p-fixButton-toTop {
  position: fixed;
  z-index: 100;
  bottom: 10.2rem;
  right: 0.6rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #FFF;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.3s ease;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .p-fixButton-toTop {
    bottom: 20px;
    right: 10px;
    width: 50px;
    height: 50px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
}
@media (any-hover: hover) {
  .p-fixButton-toTop:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
  }
}