.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}
.p-hero {
  height: 450px;
  background: url(../images/hero_bg.png) no-repeat center center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-hero {
    height: auto;
    padding: 11.71875vw 0 7.5520833333vw;
  }
}
.p-hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1080px;
  gap: 34px;
}
@media screen and (max-width: 768px) {
  .p-hero__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    width: 100%;
  }
}
.p-hero__image {
  -webkit-filter: drop-shadow(0px 10px 20px rgba(158, 87, 89, 0.2));
          filter: drop-shadow(0px 10px 20px rgba(158, 87, 89, 0.2));
  width: 410px;
}
@media screen and (max-width: 768px) {
  .p-hero__image {
    width: 75%;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .p-hero__image img {
    height: auto;
  }
}
.p-hero__title {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  text-align: center;
  line-height: 1.6;
  color: #9E5759;
}
@media screen and (max-width: 768px) {
  .p-hero__title {
    font-size: 4.6875vw;
  }
}
.p-hero__title i {
  font-size: 50px;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .p-hero__title i {
    font-size: 6.5104166667vw;
  }
}
.p-hero__subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  text-align: center;
  line-height: 35px;
  background-color: #fff;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 5px 10px rgba(158, 87, 89, 0.1);
          box-shadow: 0px 5px 10px rgba(158, 87, 89, 0.1);
  color: #C27358;
  margin-top: 20px;
  height: 42px;
}
@media screen and (max-width: 768px) {
  .p-hero__subtitle {
    font-size: 4.1666666667vw;
    height: 10.4166666667vw;
    line-height: 1.5;
  }
}
.p-hero__subtitle i {
  font-size: 26px;
  font-style: normal;
  color: #E96372;
  position: relative;
  bottom: -2px;
}
@media screen and (max-width: 768px) {
  .p-hero__subtitle i {
    font-size: 5.9895833333vw;
  }
}

.p-intro {
  text-align: center;
}
.p-intro__inner {
  max-width: 807px;
  margin: 0 auto;
  padding: 0 24px;
  padding: 80px 0 100px;
}
@media screen and (max-width: 768px) {
  .p-intro__inner {
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-intro__inner {
    padding: 7.8125vw 5.2083333333vw 13.0208333333vw;
  }
}
.p-intro__text {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  line-height: 1.8;
  color: #BD603D;
}
@media screen and (max-width: 768px) {
  .p-intro__text {
    font-size: 4.1666666667vw;
  }
}

.p-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  background: #F9F7F7;
  height: 60px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    gap: 2.6041666667vw;
    height: auto;
    margin-top: 7.8125vw;
    padding: 3.90625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-social__label {
    font-size: 3.3854166667vw;
  }
}
.p-social__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.p-social__button:hover {
  opacity: 0.7;
}
.p-social__button img {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .p-social__button img {
    width: 9.6354166667vw;
    height: 9.6354166667vw;
  }
}
.p-profile__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .p-profile__inner {
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-profile__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 5.2083333333vw 13.0208333333vw;
  }
}
.p-profile__title {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #BD603D;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-profile__title {
    font-size: 6.7708333333vw;
  }
}
.p-profile__subtitle {
  text-align: center;
  margin-bottom: 25px;
  line-height: 1;
}
.p-profile__subtitle img {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .p-profile__subtitle img {
    width: 28.6458333333vw;
  }
}
.p-profile__image {
  -ms-flex-preferred-size: 580px;
      flex-basis: 580px;
}
@media screen and (max-width: 768px) {
  .p-profile__image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    margin: 0 auto 5.2083333333vw;
  }
}
.p-profile__text {
  -ms-flex-preferred-size: 600px;
      flex-basis: 600px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 14.5px rgba(74, 67, 62, 0.0588235);
          box-shadow: 0px 0px 14.5px rgba(74, 67, 62, 0.0588235);
  padding: 50px 50px 40px;
  -webkit-transform: translate(20px, -20px);
          transform: translate(20px, -20px);
}
@media screen and (max-width: 768px) {
  .p-profile__text {
    -webkit-transform: none;
            transform: none;
    padding: 7.8125vw;
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
  }
}
.p-profile__text p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-profile__text p {
    font-size: 3.3854166667vw;
  }
}
.p-profile__text p:last-child {
  margin-bottom: 0;
}

.p-column {
  background: -webkit-gradient(linear, left top, right top, from(#FCE3E7), to(#FBF2EF));
  background: linear-gradient(90deg, #FCE3E7 0%, #FBF2EF 100%);
}
.p-column__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
  padding: 80px 0 100px;
}
@media screen and (max-width: 768px) {
  .p-column__inner {
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-column__inner {
    padding: 7.8125vw 5.2083333333vw 13.0208333333vw;
  }
}
.p-column__title {
  font-family: "Noto Serif JP", serif;
  color: #BD603D;
  font-size: 40px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-column__title {
    font-size: 6.7708333333vw;
  }
}
.p-column__subtitle {
  text-align: center;
  margin-bottom: 60px;
  line-height: 1;
}
.p-column__subtitle img {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .p-column__subtitle img {
    width: 28.6458333333vw;
  }
}
.p-column__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-column__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 24px;
  }
}
.p-column__item {
  position: relative;
  width: 280px;
}
@media screen and (max-width: 768px) {
  .p-column__item {
    width: 62.5vw;
  }
}
.p-column__link {
  display: block;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  padding: 0 !important;
}
.p-column__image {
  position: relative;
  height: 170px;
  overflow: hidden;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p-column__image {
    height: 39vw;
    margin-bottom: 13.0208333333vw;
  }
}
.p-column__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-column__number {
  position: absolute;
  top: -30px;
  left: 10px;
  font-size: 18px;
  font-weight: normal;
  width: 50px;
  height: 50px;
  z-index: 1;
  position: absolute;
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-size: 40px;
  color: #E96372;
}
@media screen and (max-width: 768px) {
  .p-column__number {
    font-size: 6.5104166667vw;
    top: -3.90625vw;
    left: 1.3020833333vw;
  }
}
.p-column__item-title {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  width: 230px;
  height: 100px;
  -webkit-box-shadow: 0px 5px 10px rgba(158, 87, 89, 0.1);
          box-shadow: 0px 5px 10px rgba(158, 87, 89, 0.1);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-column__item-title {
    font-size: 3.3854166667vw;
    width: 80%;
    height: 19.53125vw;
  }
}

.p-appearance__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  padding: 100px 0 140px;
}
@media screen and (max-width: 768px) {
  .p-appearance__inner {
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-appearance__inner {
    padding: 7.8125vw 5.2083333333vw 13.0208333333vw;
  }
}
.p-appearance__title {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #C27358;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-appearance__title {
    font-size: 6.7708333333vw;
  }
}
.p-appearance__subtitle {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  font-style: italic;
  margin-bottom: 50px;
}
.p-appearance__subtitle img {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .p-appearance__subtitle img {
    width: 28.6458333333vw;
  }
}
.p-appearance__description {
  font-size: 16px;
  max-width: 960px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .p-appearance__description {
    font-size: 3.3854166667vw;
    margin-bottom: 40px;
  }
}
.p-appearance__buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-appearance__buttons {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.p-appearance__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 40px;
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  width: 300px;
  height: 200px;
}
@media screen and (max-width: 768px) {
  .p-appearance__button {
    width: 62.5vw;
    height: 39.0625vw;
  }
}
.p-appearance__button:nth-child(1) {
  background: url(../images/btn01.jpg) no-repeat center center/cover;
}
.p-appearance__button:nth-child(2) {
  background: url(../images/btn02.jpg) no-repeat center center/cover;
}
.p-appearance__button:nth-child(3) {
  background: url(../images/btn03.jpg) no-repeat center center/cover;
}
.p-appearance__button-text {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-appearance__button-text {
    font-size: 4.6875vw;
  }
}
.p-appearance__button-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 24px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  width: 12px;
  height: 12px;
  rotate: 45deg;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-appearance__button-arrow {
    font-size: 3.125vw;
  }
}
/*# sourceMappingURL=style.css.map */