@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 */
#quality-structure main,
#quality-afterservice main,
#quality-equipment main {
  padding-top: 60px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #quality-structure main,
  #quality-afterservice main,
  #quality-equipment main {
    padding-top: 0;
  }
}
#quality-structure main img,
#quality-afterservice main img,
#quality-equipment main img {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
}
#quality-structure .l-footer,
#quality-afterservice .l-footer,
#quality-equipment .l-footer {
  position: relative;
  z-index: 1;
}
#quality-structure .c-pan,
#quality-afterservice .c-pan,
#quality-equipment .c-pan {
  position: relative;
  z-index: 1;
}

.p-mv {
  max-height: calc(100vh - 60px);
  width: 100%;
  height: 100%;
  aspect-ratio: 1366/480;
  background-color: #F1EDEF;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-mv {
    max-height: unset;
    aspect-ratio: 390/280;
  }
}
@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__img {
  aspect-ratio: 1366/480;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-mv__img {
    aspect-ratio: 390/280;
    max-height: 68rem;
  }
}
@media only screen and (max-width: 768px) and (max-height: 568px) {
  .p-mv__img {
    max-height: 43rem;
  }
}
.p-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mv__ttl {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 4vw;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  text-shadow: 0 0 5px #333, 0 0 20px #333;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-mv__ttl {
    top: 26vw;
  }
}
@media only screen and (max-width: 768px) and (max-height: 568px) {
  .p-mv__ttl {
    top: 5rem;
  }
}
.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 {
  font-size: 16px;
  font-size: 1.6rem;
  font-size: min(1.1vw, 16px);
}
@media (max-width: 768px) {
  .p-mv__ttl--en {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-mv__ttl--en {
    font-size: 1.4rem;
  }
}

.p-menu {
  background-color: #fff;
  padding: 5rem 0;
}
@media only screen and (max-width: 768px) {
  .p-menu {
    padding: 2.5rem;
  }
}
.p-menu__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 3rem;
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-menu__list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.p-menu__a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5.6rem;
  color: #6E356B;
  border: 1px solid #6E356B;
}
@media (max-width: 768px) {
  .p-menu__a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-menu__a {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-menu__a {
    height: 5rem;
  }
}
.active .p-menu__a {
  pointer-events: none;
  background-color: #6E356B;
  color: #fff;
  border: 1px solid #6E356B;
}

.p-cont {
  position: relative;
  overflow-x: hidden;
}

.p-index {
  position: absolute;
  top: 2rem;
  left: calc((100% - 1200px) / 2);
  z-index: 2;
  opacity: 1;
  padding-top: 16rem;
  margin-top: -8rem;
}
@media only screen and (max-width: 1320px) {
  .p-index {
    left: 5%;
  }
}
@media only screen and (max-width: 1080px) {
  .p-index {
    transition: 1s;
    position: fixed;
    display: flex;
    align-items: flex-end;
    top: unset;
    bottom: 12rem;
    left: unset;
    right: 0;
    transform: translateX(20.4rem);
    transition: 1s;
  }
  #quality-structure .p-index {
    transform: translateX(28.9rem);
  }
  #quality-equipment .p-index {
    transform: translateX(17.5rem);
  }
  #quality-afterservice .p-index {
    transform: translateX(29.5rem);
  }
}
@media only screen and (max-width: 380px) {
  .p-index {
    transform: translateX(25.8rem);
  }
  #quality-structure .p-index {
    transform: translateX(25.5rem);
  }
  #quality-equipment .p-index {
    transform: translateX(15.3rem);
  }
  #quality-afterservice .p-index {
    transform: translateX(24rem);
  }
}
.p-index.open {
  transform: translateX(0);
  transition: 1s;
}
#quality-structure .p-index.open {
  transform: translateX(0);
  transition: 1s;
}
#quality-equipment .p-index.open {
  transform: translateX(0);
  transition: 1s;
}
#quality-afterservice .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;
  }
  #quality-equipment .p-index__list-wrap {
    padding: 1.5rem 3rem;
  }
}
@media only screen and (max-width: 380px) {
  .p-index__list-wrap {
    padding: 0.5rem 1rem;
  }
  #quality-structure .p-index__list-wrap {
    padding: 1.5rem 2rem;
  }
  #quality-equipment .p-index__list-wrap {
    padding: 1.5rem 3rem;
  }
}
.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-pchu {
  margin-top: 8rem;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .p-pchu {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-pchu {
    font-size: 1rem;
  }
}

.p-head {
  padding-top: 8rem;
}
@media only screen and (max-width: 1080px) {
  .p-head {
    max-width: 1200px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .p-head {
    padding-top: 2rem;
  }
}
.p-head__ttl {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  border-bottom: 1px solid #9C4998;
  position: relative;
}
@media (max-width: 768px) {
  .p-head__ttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-head__ttl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-head__ttl {
    padding-left: 2rem;
  }
}
.p-head__ttl-wrap {
  padding-bottom: 1rem;
}
.p-head__ttl::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #6E356B;
  border-radius: 50%;
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .p-head__ttl::after {
    left: 0;
  }
}

.p-kiso-wrap,
.p-kou-wrap,
.p-pnk-wrap {
  background-color: #F1EDEF;
  width: 100%;
  padding: 1rem 0;
  padding-left: calc((100% - 1200px) / 2);
}
@media only screen and (max-width: 1320px) {
  .p-kiso-wrap,
  .p-kou-wrap,
  .p-pnk-wrap {
    padding-left: 5%;
  }
}
@media only screen and (max-width: 1080px) {
  .p-kiso-wrap,
  .p-kou-wrap,
  .p-pnk-wrap {
    padding-left: unset;
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-kiso-wrap,
  .p-kou-wrap,
  .p-pnk-wrap {
    padding-bottom: 1rem;
  }
}

.p-kou-wrap,
.p-wh-wrap {
  background-color: #fff;
}

.p-serv-wrap {
  background-color: #F1EDEF;
  width: 100%;
  padding: 1rem 0;
  padding-left: calc((100% - 1200px) / 2);
}
@media only screen and (max-width: 1320px) {
  .p-serv-wrap {
    padding-left: 5%;
  }
}
@media only screen and (max-width: 1080px) {
  .p-serv-wrap {
    padding-left: unset;
    padding-bottom: 5rem;
  }
}
.p-serv-wrap--wh {
  background-color: #fff;
}

.p-equ__ttlWrap {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1080px) {
  .p-equ__ttlWrap {
    font-size: 1.3rem;
  }
}
.p-equ__ttlWrap__ttl {
  font-family: "EB Garamond", serif;
  color: #6E356B;
  border-bottom: solid 1px #6E356B;
  display: block;
  opacity: 0.5;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  .p-equ__ttlWrap__ttl {
    width: 100%;
  }
}
.p-equ__ttlWrap__sub {
  font-family: "Shippori Mincho", serif;
  font-size: 1.7em;
  display: block;
  line-height: 1.5;
}
@media only screen and (max-width: 1080px) {
  .p-equ__ttlWrap__sub {
    font-size: 1.6em;
  }
}
.p-equ__ttlWrap__after-sub {
  font-family: "Shippori Mincho", serif;
  font-size: 1.9em;
  display: block;
  line-height: 1.5;
  border-bottom: solid 1px #9C4998;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1080px) {
  .p-equ__ttlWrap__after-sub {
    font-size: 1.7em;
    margin: 0 2rem 1rem;
  }
}
.p-equ__list-col3 {
  display: grid;
  gap: 0 2.4rem;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1080px) {
  .p-equ__list-col3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .p-equ__list-col3 {
    grid-template-columns: 1fr;
  }
}
.p-equ__list__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  margin-bottom: 5.7rem;
}
@media only screen and (max-width: 1080px) {
  .p-equ__list__item {
    margin-bottom: 4rem;
  }
}
.p-equ__list__item__fig {
  display: block;
  width: 100%;
  height: 100%;
  background: #ccc;
}
.p-equ__list__item__fig__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .p-equ__list__item__fig__img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-equ__list__item__ttl {
  font-size: 1.8rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 1.2rem;
  height: -moz-fit-content;
  height: fit-content;
}
.p-equ__list__item__ttl small {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1;
  letter-spacing: 0em;
}
.p-equ__list__item__txt {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 1rem;
  text-align: justify;
}
@media (max-width: 768px) {
  .p-equ__list__item__txt {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-equ__list__item__txt {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-equ #storageslider .inner-sp {
    width: 100%;
  }
}
.p-equ #storageslider.slider-sp {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .p-equ #storageslider.slider-sp {
    padding: 0 20vw;
  }
}
.p-equ #storageslider .slides-sp {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 0 2.4rem;
}
@media only screen and (max-width: 768px) {
  .p-equ #storageslider .slides-sp {
    display: flex;
    left: -100%; /* スマホで1枚表示は−100％ */
  }
}

.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;
}
.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__ban__lead {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 768px) {
  .p-p__ban__lead {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-p__ban__lead {
    font-size: 1.6rem;
  }
}
.p-p__img {
  position: relative;
  padding-left: 5rem;
}
@media only screen and (max-width: 768px) {
  .p-p__img {
    padding-left: 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: 20px;
  font-size: 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: 16px;
  }
}
@media (max-width: 768px) {
  .p-p__inner__ttl {
    font-size: 1.6rem;
  }
}
.p-p__inner__ttl em {
  font-size: 22px;
  font-size: 2.2rem;
  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: 18px;
  }
}
@media (max-width: 768px) {
  .p-p__inner__ttl em {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-p__inner__ttl em {
    margin: 1.5rem 0;
  }
}
.p-p__inner__ttl--bline {
  border-bottom: 1px solid;
  padding-bottom: 0.5rem;
}
.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__cont-wrap--flex {
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-p__inner__cont-wrap--flex {
    display: grid;
    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-02 {
  height: -moz-fit-content;
  height: fit-content;
}
.p-p__inner__img-02 img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.p-p__inner__tag {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 0.5rem;
  background-color: #F1EDEF;
  color: #6E356B;
  text-align: center;
  height: 100%;
}
@media (max-width: 768px) {
  .p-p__inner__tag {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-p__inner__tag {
    font-size: 1.2rem;
  }
}
.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: 4rem 4rem 4rem 4rem;
}
@media only screen and (max-width: 768px) {
  .p-p__gray {
    padding: 3rem 5%;
  }
}
.p-p__gray__ttl {
  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;
  }
}
.p-p__gray__ttl-sm {
  position: relative;
  padding-left: 2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-p__gray__ttl-sm {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-p__gray__ttl-sm {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-p__gray__ttl-sm {
    padding-left: 1rem;
  }
}
.p-p__gray__ttl-sm::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0.35rem;
  background-color: #6E356B;
}
.p-p__gray__ttl-md {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .p-p__gray__ttl-md {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .p-p__gray__ttl-md {
    font-size: 1.7rem;
  }
}
.p-p__gray__ttl-purple {
  color: #9C4998;
  font-size: 34px;
  font-size: 3.4rem;
}
@media (max-width: 768px) {
  .p-p__gray__ttl-purple {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-p__gray__ttl-purple {
    font-size: 2rem;
  }
}
.p-p__gray__txt {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-p__gray__txt {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-p__gray__txt {
    font-size: 1.3rem;
  }
}
.p-p__gray__box {
  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;
    grid-template-columns: 1fr;
  }
}
.p-p__gray__box--flex {
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-p__gray__box--flex {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .p-p__gray__box--flexsp {
    display: flex;
  }
}
.p-p__gray__box--nogrid {
  grid-template-columns: 1fr;
}
.p-p__gray__box__ttl {
  font-size: 18px;
  font-size: 1.8rem;
  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: 16px;
  }
}
@media (max-width: 768px) {
  .p-p__gray__box__ttl {
    font-size: 1.6rem;
  }
}
.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__ttl em {
  font-size: 22px;
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .p-p__gray__box__ttl em {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-p__gray__box__ttl em {
    font-size: 1.8rem;
  }
}
.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: 1rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .p-p__gray__box__pnt {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-p__gray__box__pnt {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-p__gray__box__pnt {
    padding: 1rem;
  }
}
.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__gray__window {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .p-p__gray__window {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.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 */
  }
}

.p-wdw {
  background-color: #fff;
  padding: 2rem;
  position: relative;
}
.p-wdw__ttl {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #9C4998;
}
@media (max-width: 768px) {
  .p-wdw__ttl {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .p-wdw__ttl {
    font-size: 1.7rem;
  }
}
.p-wdw__txt {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-wdw__txt {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-wdw__txt {
    font-size: 1.3rem;
  }
}
.p-wdw__no {
  width: 5.4rem;
  height: 5.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F1EDEF;
  color: rgba(110, 53, 107, 0.7);
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-style: italic;
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  position: absolute;
  top: -2rem;
  left: -2rem;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .p-wdw__no {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .p-wdw__no {
    font-size: 3rem;
  }
}

@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) {
  #afterslider .inner-sp {
    width: 100%;
  }
}
#afterslider.slider-sp {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  #afterslider.slider-sp {
    padding: 0 10vw;
  }
}
#afterslider .slides-sp {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 1.5rem;
}
@media only screen and (max-width: 768px) {
  #afterslider .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 {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .obj--mrg-t-3 {
    margin-top: 1.5rem;
  }
}
.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;
  }
}
.obj--mrg-t-10 {
  margin-top: 10rem;
}
@media only screen and (max-width: 768px) {
  .obj--mrg-t-10 {
    margin-top: 5rem;
  }
}

.obj--mw-52 {
  margin: 0 auto;
  display: block;
  max-width: 52rem;
}
.obj--mw-35 {
  margin: 0 auto;
  display: block;
  max-width: 35rem;
}
.obj--mw-24 {
  max-width: 24rem;
}
.obj--mw-11 {
  max-width: 11rem;
}

.obj--w-23vw {
  width: 23vw;
}
@media only screen and (max-width: 768px) {
  .obj--w-23vw {
    min-width: 8.3rem;
  }
}
.obj--w-100 {
  width: 100%;
}

.obj--alit-fs {
  align-items: flex-start;
}

.obj--befline {
  position: relative;
}
.obj--befline::before {
  content: "";
  height: 100%;
  width: 1px;
  display: block;
  position: absolute;
  right: -1rem;
  background-color: #707070;
}
@media only screen and (max-width: 768px) {
  .obj--befline::before {
    right: unset;
    bottom: -1rem;
    width: 100%;
    height: 1px;
  }
}/*# sourceMappingURL=quality.css.map */