@charset "UTF-8";
/*main color*/
/*accent*/
/*mono*/
/*navfoot*/
/*addcolor*/
/*font-family*/
/*font-weight notosans*/
/*media query break point*/
/*sp*/
/*tablet*/
/*se*/
/*追加*/
/*topConcept*/
/*grid settings*/
/* media query */
#commit main {
  padding-top: 60px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #commit main {
    padding-top: 0;
  }
}
#commit main img {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
}
#commit .l-footer {
  position: relative;
  z-index: 1;
}
#commit .c-pan {
  position: relative;
  z-index: 1;
}

.p-cont-bg {
  position: relative;
}
.p-cont-bg::before {
  content: "";
  background-color: transparent;
  background-image: url("../../../../assets/img/commitment/fix-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}

.p-mv {
  max-height: calc(100vh - 60px);
  min-height: 48vw;
  width: 100%;
  height: 100%;
  aspect-ratio: 1400/753;
  background-color: #F1EDEF;
  position: relative;
}
@media only screen and (max-width: 1320px) {
  .p-mv {
    min-height: 63vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv {
    min-height: 52rem;
    max-height: unset;
    aspect-ratio: 410/602;
  }
}
@media only screen and (max-width: 768px) and (max-height: 568px) {
  .p-mv {
    min-height: 47rem;
    max-height: unset;
    aspect-ratio: unset;
    height: 113vw;
  }
}
.p-mv__bg {
  aspect-ratio: 362/135;
  width: 100%;
  position: relative;
  background: #fff;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-mv__bg {
    aspect-ratio: 390/495;
    max-height: 68rem;
  }
}
@media only screen and (max-width: 768px) and (max-height: 568px) {
  .p-mv__bg {
    max-height: 43rem;
  }
}
.p-mv__bg::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35rem;
  background: rgb(241, 237, 239);
  background: linear-gradient(0deg, rgb(241, 237, 239) 0%, rgb(241, 237, 239) 15%, rgba(241, 237, 239, 0) 100%);
  z-index: 1;
}
.p-mv__bg::before {
  content: "";
  position: absolute;
  bottom: -5rem;
  width: 100%;
  height: 5rem;
  background: rgb(241, 237, 239);
  background: linear-gradient(0deg, rgba(241, 237, 239, 0) 0%, rgb(241, 237, 239) 100%);
}
.p-mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mv__ttl {
  position: absolute;
  text-align: center;
  top: 5vw;
  left: calc((100% - 1200px - 1.7em) / 2);
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  color: #333;
  text-align: left;
  line-height: 1.5;
  z-index: 1;
}
@media only screen and (max-width: 1320px) {
  .p-mv__ttl {
    left: calc((10% - 1em) / 2);
  }
}
@media only screen and (max-width: 1080px) {
  .p-mv__ttl {
    left: unset;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__ttl {
    top: 20vw;
  }
}
.p-mv__ttl--jp {
  font-size: 40px;
  font-size: 4rem;
  font-size: min(2.6vw, 40px);
}
@media (max-width: 768px) {
  .p-mv__ttl--jp {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .p-mv__ttl--jp {
    font-size: 2.4rem;
  }
}
.p-mv__ttl--en {
  display: block;
  font-size: 6vw;
  font-weight: 400;
  color: #9C4998;
  opacity: 0.2;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .p-mv__ttl--en {
    font-size: 9vw;
  }
}
.p-mv__main {
  position: absolute;
  top: 23vw;
  right: 0;
  z-index: 1;
  width: 100%;
  padding-left: calc((100% - 1200px) / 2);
}
@media only screen and (max-width: 1320px) {
  .p-mv__main {
    padding-left: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__main {
    top: 50vw;
  }
}
@media only screen and (max-width: 768px) and (max-height: 568px) {
  .p-mv__main {
    top: 16rem;
  }
}
.p-mv__main__img {
  padding-left: 33rem;
}
@media only screen and (max-width: 1080px) {
  .p-mv__main__img {
    padding-left: 5%;
  }
}
.p-mv__main__img img {
  width: 100%;
  height: 100%;
}

.p-index {
  position: fixed;
  top: 24vw;
  left: calc((100% - 1200px) / 2);
  z-index: 2;
  opacity: 1;
  transition: 1s;
}
@media only screen and (max-width: 1320px) {
  .p-index {
    left: 5%;
  }
}
@media only screen and (max-width: 1080px) {
  .p-index {
    display: flex;
    align-items: flex-end;
    top: unset;
    bottom: 12rem;
    left: unset;
    right: 0;
    transform: translateX(31.8rem);
    transition: 1s;
  }
}
@media only screen and (max-width: 380px) {
  .p-index {
    transform: translateX(25.8rem);
  }
}
.p-index.open {
  transform: translateX(0);
  transition: 1s;
}
.p-index.bottom {
  opacity: 0;
  transition: 0.3s;
}
.p-index__btn {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .p-index__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #6E356B;
    width: 5.3rem;
    height: 5.3rem;
    padding: 0 0 0.5rem 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}
@media only screen and (max-width: 1080px) {
  .p-index__list-wrap {
    background-color: #6E356B;
    padding: 1.5rem 2rem;
    color: #fff;
    border-top-left-radius: 8px;
  }
}
@media only screen and (max-width: 380px) {
  .p-index__list-wrap {
    padding: 0.5rem 1rem;
  }
}
.p-index__list__item {
  line-height: 2.2;
}
@media only screen and (max-width: 1080px) {
  .p-index__list__item a {
    color: #fff;
  }
}
.p-index__ttl {
  font-size: 20px;
  font-size: 2rem;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-style: italic;
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-index__ttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-index__ttl {
    font-size: 2rem;
  }
}
.p-index__subttl {
  font-size: 16px;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-index__subttl {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-index__subttl {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 380px) {
  .p-index__subttl {
    font-size: 13px;
  }
}
.p-index__subttl__dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #6E356B;
}
@media only screen and (max-width: 1080px) {
  .p-index__subttl__dot {
    background-color: #fff;
  }
}
.p-index__a {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-index__a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-index__a {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 380px) {
  .p-index__a {
    font-size: 12px;
  }
}
.p-index__a--big {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-index__a--big {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-index__a--big {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 380px) {
  .p-index__a--big {
    font-size: 13px;
  }
}

.p-wish {
  padding-top: 17rem;
}
@media only screen and (max-width: 1080px) {
  .p-wish {
    max-width: 1200px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .p-wish {
    padding-top: 0;
  }
}
.p-wish-wrap {
  background-color: #F1EDEF;
  width: 100%;
  padding: 1rem 0;
  padding-left: calc((100% - 1200px) / 2);
}
@media only screen and (max-width: 1320px) {
  .p-wish-wrap {
    padding-left: 5%;
  }
}
@media only screen and (max-width: 1080px) {
  .p-wish-wrap {
    padding-left: unset;
    padding-bottom: 5rem;
  }
}
.p-wish__ttl {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #9C4998;
  border-bottom: 1px solid #9C4998;
}
@media (max-width: 768px) {
  .p-wish__ttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-wish__ttl {
    font-size: 2rem;
  }
}
.p-wish__ttl-wrap {
  padding-bottom: 1rem;
}
.p-wish__subttl {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .p-wish__subttl {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-wish__subttl {
    font-size: 1.6rem;
  }
}

.p-wline {
  margin: 5rem 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-template-columns: 1fr 60%;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-wline {
    margin: 2.5rem 0;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.p-wline.p-wline--rev {
  grid-template-columns: 60% 1fr;
}
@media only screen and (max-width: 768px) {
  .p-wline.p-wline--rev {
    grid-template-columns: 1fr;
  }
}
.p-wline--rev .p-wline__img {
  order: 1;
}
@media only screen and (max-width: 768px) {
  .p-wline--rev .p-wline__img {
    order: 0;
  }
}
.p-wline__inf__ttl {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-wline__inf__ttl {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-wline__inf__ttl {
    font-size: 1.6rem;
  }
}
.p-wline__inf__txt {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-wline__inf__txt {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-wline__inf__txt {
    font-size: 1.3rem;
  }
}

.p-point {
  padding: 7rem 0;
  padding-left: 30rem;
  margin-right: calc((100vw - 1200px) / 2);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 5rem;
}
@media only screen and (max-width: 1320px) {
  .p-point {
    margin-right: 5%;
  }
}
@media only screen and (max-width: 1080px) {
  .p-point {
    padding-left: unset;
    margin-right: unset;
  }
}
@media only screen and (max-width: 768px) {
  .p-point {
    padding: 3rem 0;
    grid-template-columns: 1fr;
    gap: 1rem;
    width: 90%;
    margin: 0 auto;
  }
}
.p-point-wrap {
  background-color: #f4f4f4;
  width: 100%;
  padding: 1rem 0;
  padding-left: calc((100% - 1200px) / 2);
}
@media only screen and (max-width: 1320px) {
  .p-point-wrap {
    padding-left: 5%;
  }
}
@media only screen and (max-width: 1080px) {
  .p-point-wrap {
    padding-left: unset;
  }
}
.p-point__inf {
  padding-left: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-point__inf {
    padding-left: 0;
  }
}
.p-point__inf__ttl {
  font-size: 34px;
  font-size: 3.4rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  padding: 2.5rem 0;
  border-bottom: 1px solid #707070;
}
@media (max-width: 768px) {
  .p-point__inf__ttl {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .p-point__inf__ttl {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-point__inf__ttl {
    padding: 1rem 0;
  }
}
.p-point__inf__ttl em {
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-point__inf__ttl em {
    font-size: 39px;
  }
}
@media (max-width: 768px) {
  .p-point__inf__ttl em {
    font-size: 3.9rem;
  }
}
.p-point__inf__txt {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 2.5rem 0;
}
@media (max-width: 768px) {
  .p-point__inf__txt {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-point__inf__txt {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-point__inf__txt {
    margin: 1.6rem 0;
  }
}
.p-point__img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-p {
  padding: 8rem 0;
}
@media only screen and (max-width: 768px) {
  .p-p {
    padding: 4rem 0;
  }
}
.p-p-wrap {
  background-color: #F1EDEF;
  width: 100%;
  padding-left: calc((100% - 1200px) / 2);
}
@media only screen and (max-width: 1320px) {
  .p-p-wrap {
    padding-left: 5%;
  }
}
@media only screen and (max-width: 1080px) {
  .p-p-wrap {
    padding-left: unset;
  }
}
.p-p-wrap--wh {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-p-wrap.obj--p2 .c-ttl-number {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
  }
}
.p-p__txt {
  padding-left: 5rem;
  margin: 3.5rem 0;
}
@media only screen and (max-width: 768px) {
  .p-p__txt {
    padding-left: 0;
    margin: 1.4rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .obj--p2 .p-p__txt {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-p__subttl {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  font-weight: 500;
  border-bottom: 1px solid #333;
  padding-bottom: 1rem;
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .p-p__subttl {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-p__subttl {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-p__subttl {
    width: 100%;
  }
}
.p-p__subttl-dot {
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #6E356B;
  border-radius: 50%;
}
.p-p__ban {
  position: relative;
}
.p-p__ban img {
  width: 100%;
}
.p-p__ban__txt {
  font-size: 100px;
  font-size: 10rem;
  font-size: min(7.4vw, 10rem);
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-style: italic;
  font-style: normal;
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  line-height: 0.72;
  color: #fff;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-p__ban__txt {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .p-p__ban__txt {
    font-size: 4.5rem;
  }
}
.p-p__img {
  position: relative;
  padding-left: 5rem;
}
@media only screen and (max-width: 768px) {
  .p-p__img {
    padding-left: 0;
  }
}
.p-p__inner {
  padding: 6rem 0;
}
@media only screen and (max-width: 768px) {
  .p-p__inner {
    padding: 3.5rem 0;
  }
}
.p-p__inner--nobot {
  padding-bottom: 0;
}
.p-p__inner--sup {
  padding: 3rem 0;
}
@media only screen and (max-width: 768px) {
  .p-p__inner--sup {
    padding: 1rem 0 2rem;
  }
}
.p-p__inner__ttl {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-p__inner__ttl {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-p__inner__ttl {
    font-size: 1.8rem;
  }
}
.p-p__inner__ttl em {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #9C4998;
  margin: 3rem 0;
  display: block;
}
@media (max-width: 768px) {
  .p-p__inner__ttl em {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-p__inner__ttl em {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-p__inner__ttl em {
    margin: 1.5rem 0;
  }
}
.p-p__inner__txt {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 1.5rem 0;
}
@media (max-width: 768px) {
  .p-p__inner__txt {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-p__inner__txt {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-p__inner__txt {
    margin: 1rem 0;
  }
}
.p-p__inner__txt--sup {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.p-p__inner__cont-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-template-columns: 45% 1fr;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-p__inner__cont-wrap {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.p-p__inner__cont-wrap--half {
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 768px) {
  .p-p__inner__cont-wrap--half {
    grid-template-columns: 1fr;
  }
}
.p-p__inner__inf-wrap {
  position: relative;
}
.p-p__inner__box {
  margin: 6rem 0 0;
}
@media only screen and (max-width: 768px) {
  .p-p__inner__box {
    margin: 3rem 0 0;
  }
}
.p-p__inner__sup {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .p-p__inner__sup {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-p__inner__sup {
    font-size: 1rem;
  }
}
.p-p__inner__img {
  height: 100%;
  position: relative;
}
.p-p__inner__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.p-p__inner__service {
  margin: 6rem 0 3rem;
}
@media only screen and (max-width: 768px) {
  .p-p__inner__service {
    margin: 2rem 0 1rem;
    width: 110%;
    margin-left: -5%;
    margin-right: -5%;
  }
}
.p-p__inner__service li {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .p-p__inner__service li {
    height: 21rem;
  }
}
.p-p__gray {
  background-color: #f4f4f4;
  padding: 6rem 3rem 6rem 5rem;
}
@media only screen and (max-width: 768px) {
  .p-p__gray {
    padding: 3rem 5% 0.5rem;
  }
}
.p-p__gray__ttl {
  position: relative;
  padding-left: 2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-p__gray__ttl {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-p__gray__ttl {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-p__gray__ttl {
    padding-left: 1rem;
  }
}
.p-p__gray__ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0.35rem;
  background-color: #6E356B;
}
.p-p__gray__box {
  margin: 3rem 0;
  gap: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .p-p__gray__box {
    gap: 1rem;
    margin: 1.5rem 0;
    grid-template-columns: 1fr;
    margin-bottom: 3.7rem;
  }
}
.p-p__gray__box__ttl {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .p-p__gray__box__ttl {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-p__gray__box__ttl {
    font-size: 1.8rem;
  }
}
.p-p__gray__box__ttl sup {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-p__gray__box__ttl sup {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-p__gray__box__ttl sup {
    font-size: 1.3rem;
  }
}
.p-p__gray__box__txt {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-p__gray__box__txt {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-p__gray__box__txt {
    font-size: 1.3rem;
  }
}
.p-p__gray__box__sup {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .p-p__gray__box__sup {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-p__gray__box__sup {
    font-size: 1rem;
  }
}
.p-p__gray__box__pnt {
  background-color: #fff;
  border: 2px solid #D1C4C9;
  padding: 2rem;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  color: #6E356B;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .p-p__gray__box__pnt {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .p-p__gray__box__pnt {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-p__gray__box__pnt {
    padding: 1rem;
  }
}
.p-p__gray__box__pnt span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-p__gray__box__pnt span {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-p__gray__box__pnt span {
    font-size: 1.3rem;
  }
}
.p-p__gray__box__pnt em {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-p__gray__box__pnt em {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .p-p__gray__box__pnt em {
    font-size: 4rem;
  }
}
.p-p__gray__box__pnt small {
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
}
@media (max-width: 768px) {
  .p-p__gray__box__pnt small {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-p__gray__box__pnt small {
    font-size: 2rem;
  }
}
.p-p__gray__box__img {
  position: relative;
}
.p-p__gray__line {
  width: 100%;
  height: 1px;
  background-color: #707070;
}
.p-p__slider {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-p__slider {
    width: 100% !important;
  }
}
.p-p__slider img {
  width: 100%;
}
.p-p__menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 1.6rem;
  margin: 4rem 0;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .p-p__menu {
    grid-template-columns: 1fr;
    margin: 2rem 0;
  }
}
.p-p__menu__a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem 2rem 2rem;
  background-color: #F1EDEF;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .p-p__menu__a {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: flex-start;
  }
}
.p-p__menu__a__no {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-style: italic;
  font-weight: 500;
  font-style: normal;
  color: rgba(110, 53, 107, 0.7);
  position: absolute;
  top: -3rem;
}
.p-p__menu__a__no::before {
  content: "";
  display: block;
  width: 11.9rem;
  height: 11.9rem;
  left: 50%;
  top: -2rem;
  transform: translateX(-50%);
  background-color: #F1EDEF;
  border-radius: 50%;
  z-index: 0;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .p-p__menu__a__no {
    position: initial;
  }
  .p-p__menu__a__no::before {
    display: none;
  }
}
.p-p__menu__a__no__eng {
  position: relative;
  font-size: 10px;
  font-size: 1rem;
  display: block;
  line-height: 1;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-p__menu__a__no__eng {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-p__menu__a__no__eng {
    font-size: 1rem;
  }
}
.p-p__menu__a__no__txt {
  position: relative;
  font-size: 43px;
  font-size: 4.3rem;
  display: block;
  line-height: 1;
  text-align: center;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-p__menu__a__no__txt {
    font-size: 43px;
  }
}
@media (max-width: 768px) {
  .p-p__menu__a__no__txt {
    font-size: 4.3rem;
  }
}
.p-p__menu__a__ttl {
  position: relative;
  z-index: 1;
}
.p-p__menu__a__icon {
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  bottom: -1.2rem;
}
@media only screen and (max-width: 768px) {
  .p-p__menu__a__icon {
    bottom: unset;
    right: 2rem;
  }
}
.p-p__menu .c-ttl-leadicon {
  border-bottom: unset;
}
.p-p__menu .c-ttl-leadicon__ttl-jp {
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .p-p__menu .c-ttl-leadicon__ttl-jp {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-p__menu .c-ttl-leadicon__ttl-jp {
    font-size: 2rem;
  }
}
.p-p__supitem {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.p-p__supitem::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 90%;
  background-color: #707070;
}
@media only screen and (max-width: 768px) {
  .p-p__supitem {
    background-color: #f4f4f4;
  }
  .p-p__supitem::after {
    display: none;
  }
}
.p-p__supitem--no::after {
  display: none;
}
.p-p__supitem__txt {
  line-height: 1.5;
  margin-top: 1.5rem;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 768px) {
  .p-p__supitem__txt {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-p__supitem__txt {
    font-size: 2rem;
  }
}
.p-p__scrollicon {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.p-p__scrollicon .u-scrollicon {
  z-index: 1;
  pointer-events: none;
  position: absolute;
  width: 12rem;
  height: 12rem;
  top: calc(50% - 6rem);
  left: calc(50% - 6rem);
  background-image: url("../../../../assets/img/common/icon-scroll-bgr.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.2s;
  animation: sway 1.5s infinite ease-in-out;
}
@keyframes sway {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px); /* Adjust the sway distance as needed */
  }
}

@media only screen and (max-width: 768px) {
  #intslider .inner-sp {
    width: 100%;
  }
}
#intslider.slider-sp {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  #intslider.slider-sp {
    padding: 0 20vw;
  }
}
#intslider .slides-sp {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 1.5rem;
}
@media only screen and (max-width: 768px) {
  #intslider .slides-sp {
    display: flex;
    left: -100%; /* スマホで1枚表示は−100％ */
  }
}

@media only screen and (max-width: 768px) {
  #supslider .inner-sp {
    width: 100%;
  }
}
#supslider.slider-sp {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  #supslider.slider-sp {
    padding: 0 10vw;
  }
}
#supslider .slides-sp {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 1.5rem;
}
@media only screen and (max-width: 768px) {
  #supslider .slides-sp {
    display: flex;
    left: -100%; /* スマホで1枚表示は−100％ */
  }
}

.obj--purple {
  color: #9C4998;
}

.obj--wrap {
  padding-left: 33rem;
  margin-right: calc((100vw - 1200px) / 2);
}
@media only screen and (max-width: 1320px) {
  .obj--wrap {
    margin-right: 5%;
  }
}
@media only screen and (max-width: 1080px) {
  .obj--wrap {
    padding-left: unset;
    max-width: 1200px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 768px) {
  .obj--wrap--pc {
    width: 100%;
  }
}

.obj--wrap-wide {
  width: 100%;
  padding-left: 33rem;
}
@media only screen and (max-width: 1320px) {
  .obj--wrap-wide {
    margin-right: 5%;
  }
}
@media only screen and (max-width: 1080px) {
  .obj--wrap-wide {
    padding-left: unset;
    margin-right: auto;
  }
}

.obj--wrap-in {
  padding-left: 38rem;
  margin-right: calc((100vw - 1200px) / 2);
}
@media only screen and (max-width: 1320px) {
  .obj--wrap-in {
    margin-right: 5%;
  }
}
@media only screen and (max-width: 1080px) {
  .obj--wrap-in {
    padding-left: unset;
    max-width: 1200px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 768px) {
  .obj--scroll {
    width: 200%;
  }
  .obj--scroll-wrap {
    margin-left: -5%;
    margin-right: -5%;
    width: 110%;
    overflow: scroll;
  }
}

@media only screen and (max-width: 768px) {
  .obj--ord2-sp {
    order: 2;
  }
}

.obj--chu {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 1;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  text-shadow: 0 0 3px #333, 0 0 5px #333, 0 0 15px #333;
}
@media (max-width: 768px) {
  .obj--chu {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .obj--chu {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .obj--chu--sptop {
    top: 1rem;
  }
}

.obj--mrg-t-1 {
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .obj--mrg-t-1 {
    margin-top: 1rem;
  }
}
.obj--mrg-t-2 {
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .obj--mrg-t-2 {
    margin-top: 1rem;
  }
}
.obj--mrg-t-3_5 {
  margin-top: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .obj--mrg-t-3_5 {
    margin-top: 1.7rem;
  }
}
.obj--mrg-t-4 {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .obj--mrg-t-4 {
    margin-top: 2rem;
  }
}
.obj--mrg-t-6 {
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .obj--mrg-t-6 {
    margin-top: 3rem;
  }
}
.obj--mrg-t-8 {
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .obj--mrg-t-8 {
    margin-top: 4rem;
  }
}/*# sourceMappingURL=commitment.css.map */