body.is-fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.p-fv {
  position: relative;
  padding-bottom: 6rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-fv {
    padding: 0 5vw 6rem;
  }
}
.p-fv__inner {
  position: relative;
  margin: 4rem auto;
  text-align: center;
  width: 37.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    width: 30rem;
  }
}
.p-fv__inner svg {
  width: 100%;
}
.p-fv__logo {
  text-align: center;
}
.p-fv__image {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 2;
  clip-path: url("#mask-clip-path-pc");
}
@media screen and (max-width: 767px) {
  .p-fv__image {
    clip-path: url("#mask-clip-path-sp");
  }
}
.p-fv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-fv__bg {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #F0ECE3;
  overflow: hidden;
  z-index: -1;
}
.p-fv__bg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-fv__title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 22px;
    font-size: 5.641025641vw;
  }
}
.p-fv__text {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}

.p-index {
  padding-bottom: 8rem;
}
.p-index__modal-open {
  position: relative;
  cursor: pointer;
  display: block;
}
.p-index__item {
  margin-top: 2rem;
}
.p-index__item.item04 .p-index__item-image-thumbnail img {
  object-position: 15px 0;
}
@media screen and (max-width: 767px) {
  .p-index__item.item04 .p-index__item-image-thumbnail img {
    object-position: 1rem 0;
  }
}
.p-index__item.item17 .p-index__item-image-thumbnail img {
  object-position: 15px 0;
}
@media screen and (max-width: 767px) {
  .p-index__item.item17 .p-index__item-image-thumbnail img {
    object-position: 1rem 0;
  }
}
.p-index__item.item40 .p-index__item-image-thumbnail img {
  object-position: 15px 0;
}
@media screen and (max-width: 767px) {
  .p-index__item.item40 .p-index__item-image-thumbnail img {
    object-position: 1rem 0;
  }
}
.p-index__item-budge {
  width: 3.25rem;
  position: absolute;
  top: -0.5rem;
  left: 0.5rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-index__item-budge {
    width: 2.6rem;
  }
}
.p-index__item-budge img {
  width: 100%;
}
.p-index__item-limited {
  width: 3.6rem;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-index__item-limited {
    width: 2.9rem;
  }
}
.p-index__item-image {
  width: 100%;
  position: relative;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-index__item-image {
    margin: 1rem auto 0;
  }
}
.p-index__item-image .p-index__item-limited {
  width: 6.8rem;
  height: 7.2rem;
}
.p-index__item-image .p-index__item-limited img {
  width: 100%;
}
.p-index__item-image-thumbnail {
  position: relative;
  border-radius: 0.75rem;
  background-color: #FFF;
  overflow: hidden;
}
.p-index__item-image-thumbnail::before {
  content: "";
  width: 1.25rem;
  height: 1.07rem;
  background: url("../images/icon_arrow.svg") center/contain no-repeat;
  display: block;
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 1;
}
.p-index__item-image-thumbnail img {
  width: 100%;
}
.p-index__item-content {
  width: 100%;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-index__item-content {
    margin-top: 2rem;
  }
}
.p-index__item-content-inner {
  display: flex;
}
.p-index__item-content-textarea:not(:first-child) {
  margin-left: 4rem;
  position: relative;
}
.p-index__item-content-textarea:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 3.5rem;
  background-color: #343434;
  display: block;
  position: absolute;
  top: 55%;
  left: -2rem;
  transform: translateY(-50%);
}
.p-index__item-content-title {
  font-size: 1.25rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-index__item-content-title {
    font-size: 10px;
    font-size: 2.5641025641vw;
  }
}
.p-index__item-content-text {
  font-size: 2.25rem;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-index__item-content-text {
    font-size: 18px;
    font-size: 4.6153846154vw;
  }
}
.p-index__item-content-btn {
  margin-top: 0.5rem;
}
.p-index__item-content-btn a {
  font-size: 2rem;
  text-transform: uppercase;
  color: #FFF;
  background-color: #343434;
  border-radius: 4rem;
  padding: 0.32rem 2.7rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-index__item-content-btn a {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.p-index__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 5px;
  position: relative;
}
.p-index__data {
  width: 14rem;
  position: absolute;
  bottom: 0;
  left: 55%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-index__data {
    width: 13rem;
    left: 60%;
  }
}
.p-index__data-title {
  text-transform: uppercase;
  border-bottom: 1px solid #343434;
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-index__data-title {
    font-size: 12px;
    font-size: 3.0769230769vw;
  }
}
.p-index__data-number {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-index__data-number {
    font-size: 12px;
    font-size: 3.0769230769vw;
  }
}
@media screen and (max-width: 767px) {
  .p-index__data-price {
    font-size: 14px;
    font-size: 3.5897435897vw;
  }
}
.p-index__data-text {
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-index__data-text {
    font-size: 14px;
    font-size: 3.5897435897vw;
  }
}
.p-index__data-btn {
  width: 12.5rem;
  margin-top: 1rem;
}
.p-index__data-btn a {
  font-size: 1.35rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #FFF;
  background-color: #343434;
  border-radius: 4rem;
  text-align: center;
  padding: 0.32rem 0;
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-index__data-btn a {
    font-size: 12px;
    font-size: 3.0769230769vw;
  }
}

.p-modal {
  display: none;
  overflow: auto;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-modal {
    left: 0;
    transform: none;
    width: 100%;
  }
}
.p-modal__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 8rem 5rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-modal__inner {
    padding: 5rem 5vw;
    overflow-y: auto;
  }
}
.p-modal__slide {
  border-radius: 2rem;
  overflow: hidden;
}
.p-modal__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-modal__slide-arrow {
  display: block;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  width: 1.4rem;
  height: 2.1rem;
}
.p-modal__slide-arrow-box {
  width: 100%;
  padding: 0 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-modal__slide-arrow-prev::before {
  background: url("../images/icon_arrow-left.svg") center/contain no-repeat;
}
.p-modal__slide-arrow-next::before {
  background: url("../images/icon_arrow-right.svg") center/contain no-repeat;
}
.p-modal__slide-arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-modal__close {
  cursor: pointer;
  text-align: right;
  margin-left: auto;
  width: 3rem;
}
@media screen and (max-width: 767px) {
  .p-modal__close {
    width: 2.4rem;
    position: fixed;
    top: 1rem;
    right: 2rem;
    z-index: 1;
  }
}

.p-closeup {
  border-bottom: 1px solid #343434;
  padding-bottom: 3rem;
}
.p-closeup .c-sec__title::before, .p-closeup .c-sec__title::after {
  width: 121px;
}
@media screen and (max-width: 767px) {
  .p-closeup .c-sec__title::before, .p-closeup .c-sec__title::after {
    width: 23.5vw;
  }
}
.p-closeup__image {
  position: relative;
  text-align: center;
  margin-top: 2rem;
}
.p-closeup__image > img {
  width: 35rem;
  height: 35rem;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-closeup__image > img {
    width: 28rem;
    height: 28rem;
  }
}
.p-closeup__text {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-closeup__text {
    font-size: 14px;
    font-size: 3.5897435897vw;
  }
}
.p-closeup__item-open {
  position: absolute;
  cursor: pointer;
}
.p-closeup__item-open img {
  display: block;
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-closeup__item-open img {
    height: 9.6rem;
  }
}
.p-closeup__item-open._01 {
  top: 9rem;
  left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-closeup__item-open._01 {
    top: 7rem;
    left: -1rem;
  }
}
.p-closeup__item-open._02 {
  top: 9rem;
  right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-closeup__item-open._02 {
    top: 7rem;
    right: -1rem;
  }
}
.p-closeup__item-open._03 {
  bottom: 3rem;
  left: 4rem;
}
@media screen and (max-width: 767px) {
  .p-closeup__item-open._03 {
    bottom: 0;
    left: 2rem;
  }
}
.p-closeup__item-open._04 {
  bottom: 3rem;
  right: 4rem;
}
@media screen and (max-width: 767px) {
  .p-closeup__item-open._04 {
    bottom: 0;
    right: 1rem;
  }
}
.p-closeup .p-modal {
  padding: 2rem 5rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-closeup .p-modal {
    padding: 2rem 5vw 5rem;
  }
}
.p-closeup .p-modal__point-item-image {
  margin-top: 2rem;
}
.p-closeup .p-modal__point-item-number {
  font-size: 1.35rem;
  font-weight: bold;
  color: #FA6B9D;
  text-transform: uppercase;
  border-bottom: 1px solid #FA6B9D;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-closeup .p-modal__point-item-number {
    font-size: 12px;
    font-size: 3.0769230769vw;
  }
}
.p-closeup .p-modal__point-item-title {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-closeup .p-modal__point-item-title {
    font-size: 18px;
    font-size: 4.6153846154vw;
  }
}
.p-closeup .p-modal__point-item-text {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-closeup .p-modal__point-item-text {
    font-size: 14px;
    font-size: 3.5897435897vw;
  }
}
.p-closeup .p-modal__point-item:not(.point01) {
  margin-top: 4rem;
}
.p-closeup .p-modal__point-item.point02 .p-modal__point-item-image {
  margin-top: 0;
}
.p-closeup .p-modal__point-item-notes {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-closeup .p-modal__point-item-notes {
    font-size: 11px;
    font-size: 2.8205128205vw;
  }
}
.p-closeup .p-modal__point-item-notes + .p-modal__point-item-notes {
  margin-top: 0;
}

/*# sourceMappingURL=style.css.map */
