.p-top-fv {
  position: relative;
}
.p-top-fv img {
  width: 100%;
}
.p-top-fv__image {
  min-height: 800px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 82% center;
     object-position: 82% center;
}
.p-top-fv__image--01 {
  width: 45vw !important;
}
@media screen and (max-width: 1440px) {
  .p-top-fv__image--01 {
    width: 50vw !important;
  }
}
@media screen and (max-width:768px ) {
  .p-top-fv__image--01 {
    width: 55vw !important;
  }
}
.p-top-fv__image--02 {
  width: 10vw !important;
}
@media screen and (max-width: 1440px) {
  .p-top-fv__image--02 {
    width: 15vw !important;
  }
}
@media screen and (max-width:768px ) {
  .p-top-fv__image--02 {
    width: 50vw !important;
  }
}
.p-top-fv__description {
  position: absolute;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  top: 10vw;
  left: 13vw;
  color: #fff;
  font-size: clamp(2.5rem, 1.3rem + 2vw, 4.5rem);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width:768px ) {
  .p-top-fv__description {
    top: 110px;
    left: 50px;
  }
}
@media screen and (max-width:500px ) {
  .p-top-fv__description {
    left: 16px;
  }
}
.p-top-fv__title {
  position: absolute;
  bottom: 60px;
  left: 8vw;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width:768px ) {
  .p-top-fv__title {
    left: 50px;
  }
}
@media screen and (max-width:500px ) {
  .p-top-fv__title {
    left: 16px;
  }
}

.p-top-about {
  margin-top: 75px;
}
.p-top-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:1024px ) {
  .p-top-about__list {
    display: block;
  }
}
@media screen and (max-width:1200px ) {
  .p-top-about__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    margin-top: 32px;
  }
}
.p-top-about__gallery img {
  max-width: 455px;
  width: 100%;
}

.p-top-search {
  margin-top: 60px;
  border-radius: 40px;
}
@media screen and (max-width:1024px ) {
  .p-top-search {
    padding: 60px;
  }
}
@media screen and (max-width:768px ) {
  .p-top-search {
    padding: 50px 0;
    margin-top: 90px;
  }
}
.p-top-search__header {
  padding: 60px 100px 30px;
  border-radius: 60px 60px 0 0;
  background-color: #EE9028;
}
@media screen and (max-width:1024px ) {
  .p-top-search__header {
    padding: 60px 60px 30px;
  }
}
@media screen and (max-width:768px ) {
  .p-top-search__header {
    padding: 50px 16px 30px;
  }
}
.p-top-search__label {
  text-align: center;
  color: #fff;
  font-size: clamp(1.8rem, 1.56rem + 0.4vw, 2.2rem);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}
.p-top-search__label::before, .p-top-search__label::after {
  width: 1px;
  height: 22px;
  content: "";
  background-color: #fff;
}
.p-top-search__label::before {
  margin-right: 30px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media screen and (max-width:768px ) {
  .p-top-search__label::before {
    margin-right: 20px;
  }
}
.p-top-search__label::after {
  margin-left: 30px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media screen and (max-width:768px ) {
  .p-top-search__label::after {
    margin-left: 20px;
  }
}
.p-top-search__title {
  font-size: clamp(2.8rem, 2.14rem + 1.1vw, 3.9rem);
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}
.p-top-search__title::before {
  content: "";
  background-image: url(../img/icon/icon_search_01.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 56px;
  height: 58px;
  display: inline-block;
  margin-right: 20px;
  line-height: 1;
  vertical-align: middle;
}
@media screen and (max-width:768px ) {
  .p-top-search__title::before {
    display: block;
    margin: 16px auto 0;
  }
}
.p-top-search__title span {
  font-size: clamp(2.4rem, 1.92rem + 0.8vw, 3.2rem);
}
.p-top-search__description {
  font-size: clamp(1.6rem, 1.48rem + 0.2vw, 1.8rem);
  color: #fff;
  text-align: center;
  margin-top: 30px;
  font-weight: 600;
}
.p-top-search__content {
  border: 2px solid #EE9028;
  padding: 30px 100px 60px;
  border-radius: 0 0 60px 60px;
}
@media screen and (max-width:1024px ) {
  .p-top-search__content {
    padding: 30px 60px 60px;
  }
}
@media screen and (max-width:768px ) {
  .p-top-search__content {
    padding: 30px 16px 30px;
  }
}
.p-top-search__content .p-top-search__link {
  margin-top: 30px;
}
.p-top-search__content-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  background-color: #fff;
}
@media screen and (max-width:768px ) {
  .p-top-search__content-column {
    display: block;
  }
}
.p-top-search__search-box {
  max-width: 470px;
  width: 100%;
}
@media screen and (max-width:768px ) {
  .p-top-search__search-box {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}
.p-top-search__link {
  margin: 60px auto 0;
}
@media screen and (max-width:768px ) {
  .p-top-search__link {
    margin-top: 30px;
  }
}
.p-top-search img {
  width: 100%;
}

.p-partner-stores {
  position: relative;
}
.p-partner-stores::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-height: 331px;
  height: 100%;
  background-image: url(../img/bg/bg_img_01_pc.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 2;
}
@media screen and (max-width:768px ) {
  .p-partner-stores::before {
    background-image: url(../img/bg/bg_img_01_sp.jpg);
    background-size: contain;
  }
}
.p-partner-stores__header {
  padding-top: 160px;
  position: relative;
  z-index: 3;
  text-align: center;
}
@media screen and (max-width:768px ) {
  .p-partner-stores__header {
    padding-top: 90px;
  }
}
.p-partner-stores__description {
  margin-top: 60px;
}
@media screen and (max-width:768px ) {
  .p-partner-stores__description {
    margin-top: 30px;
  }
}
.p-partner-stores__link {
  margin: 60px auto 0;
}
@media screen and (max-width:768px ) {
  .p-partner-stores__link {
    margin-top: 40px;
  }
}

.p-top-customer-stories {
  margin-top: 240px;
}
@media screen and (max-width:768px ) {
  .p-top-customer-stories {
    margin-top: 150px;
  }
}/*# sourceMappingURL=top.css.map */