@charset "UTF-8";
/*main color*/
/*mono*/
/*accent*/
/*addcolor*/
/*font-family*/
/*font-weight*/
/*media query break point*/
/*se*/
/*sp*/
/*tablet*/
/*se*/
/*追加*/
/*grid settings*/
/* media query */
:root {
  --arch-h: 5rem;
}

main {
  padding-top: 7rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  main {
    padding-top: 0;
  }
}

.p-cont-bg {
  background-color: #F7F7F7;
}
@media only screen and (max-width: 768px) {
  .p-cont-bg {
    padding-bottom: 5rem;
  }
}

.p-mva {
  padding: 1px 0;
}
@media only screen and (max-width: 768px) {
  .p-mva {
    padding-bottom: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-mva__img {
    aspect-ratio: 1/0.4;
  }
  .p-mva__img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.p-mva__main {
  position: relative;
  margin-top: -23%;
}
@media only screen and (max-width: 768px) {
  .p-mva__main {
    margin-top: -34%;
  }
}
.p-mva__main .c-ttl {
  color: #fff;
}
.p-mva__main__img {
  width: 60%;
  max-width: 70rem;
  margin: 5rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-mva__main__img {
    width: 90%;
  }
}
.p-mva__main__sub {
  position: absolute;
  width: 18%;
  max-width: 20rem;
}
.p-mva__main__sub.obj--1 {
  left: 0;
  top: 40%;
}
@media only screen and (max-width: 768px) {
  .p-mva__main__sub.obj--1 {
    width: 30%;
    top: unset;
    bottom: 0%;
    left: -10%;
  }
}
.p-mva__main__sub.obj--2 {
  right: 0;
  bottom: 20%;
}
@media only screen and (max-width: 768px) {
  .p-mva__main__sub.obj--2 {
    width: 30%;
    bottom: -10%;
    right: -10%;
  }
}

.p-cont-in {
  position: relative;
}
.p-cont-wideimg {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  width: calc(100% - (100% - 1200px) / 2);
}
@media only screen and (max-width: 1200px) {
  .p-cont-wideimg {
    width: 95%;
  }
}
@media only screen and (max-width: 768px) {
  .p-cont-wideimg {
    grid-template-columns: 1fr;
  }
}
.p-cont-wideimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-cont-wideimg--l {
  margin-right: calc((100% - 1200px) / 2);
  grid-template-columns: 45vw 1fr;
}
@media only screen and (max-width: 1200px) {
  .p-cont-wideimg--l {
    margin-right: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .p-cont-wideimg--l {
    grid-template-columns: 1fr;
  }
}
.p-cont-wideimg--l.obj--smimg {
  grid-template-columns: 32vw 1fr;
}
@media only screen and (max-width: 768px) {
  .p-cont-wideimg--l.obj--smimg {
    grid-template-columns: 1fr;
  }
}
.p-cont-wideimg--r {
  margin-left: calc((100% - 1200px) / 2);
  grid-template-columns: 1fr 45vw;
}
@media only screen and (max-width: 1200px) {
  .p-cont-wideimg--r {
    margin-left: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .p-cont-wideimg--r {
    grid-template-columns: 1fr;
  }
}
.p-cont-wideimg .p-cont__img.obj--ord2 {
  order: 2;
}
@media only screen and (max-width: 768px) {
  .p-cont-wideimg .p-cont__img.obj--ord2 {
    order: unset;
  }
}
.p-cont-duo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-cont-duo {
    grid-template-columns: 1fr;
  }
}
.p-cont-duo--l {
  grid-template-columns: 45% 1fr;
}
@media only screen and (max-width: 768px) {
  .p-cont-duo--l {
    grid-template-columns: 1fr;
  }
}
.p-cont-duo--r {
  grid-template-columns: 1fr 45%;
}
@media only screen and (max-width: 768px) {
  .p-cont-duo--r {
    grid-template-columns: 1fr;
  }
}
.p-cont-duo .obj--ord2 {
  order: 2;
}
@media only screen and (max-width: 768px) {
  .p-cont-duo .obj--ord2 {
    order: unset;
  }
}
.p-cont__subttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-cont__subttl {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-cont__subttl {
    font-size: 1.6rem;
  }
}
.p-cont__subttl em {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.6;
  font-weight: 600;
}
@media (max-width: 768px) {
  .p-cont__subttl em {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-cont__subttl em {
    font-size: 2rem;
  }
}
.p-cont__subttl--line {
  color: #63704D;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.p-cont__subttl--line::after {
  content: "";
  position: absolute;
  width: 8rem;
  height: 1px;
  background-color: #BDC6AA;
  left: calc(100% + 0.5rem);
  top: 50%;
  transform: translateY(-50%);
}
.p-cont__subttl--shop {
  position: relative;
  width: 100%;
}
.p-cont__subttl--shop::after {
  content: "";
  position: absolute;
  width: 8rem;
  height: 1px;
  background-color: #DDCABC;
  left: 0;
  bottom: -0.5rem;
}
.p-cont__txt {
  margin: 2rem 0;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-cont__txt {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-cont__txt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-cont__txt {
    margin: 1rem 0;
  }
}
.p-cont__txt-wrap {
  margin: 2rem 6rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__txt-wrap {
    margin: 1rem 5%;
  }
}
.p-cont-wideimg--l .p-cont__txt-wrap {
  margin-right: unset;
}
.p-cont-wideimg--r .p-cont__txt-wrap {
  margin-left: unset;
}
.p-cont__txt--sm {
  font-size: 15px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .p-cont__txt--sm {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .p-cont__txt--sm {
    font-size: 1.5rem;
  }
}
.p-cont__txt em {
  font-weight: 700;
}
.p-cont__img {
  height: 100%;
  width: 100%;
  position: relative;
}
.p-cont__img__no {
  position: absolute;
  top: -0.5lh;
  left: 50%;
  transform: translateX(-50%);
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 70px;
  font-size: 7rem;
  color: #DDCABC;
}
@media (max-width: 768px) {
  .p-cont__img__no {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .p-cont__img__no {
    font-size: 5rem;
  }
}
.p-cont__img__no--grn {
  color: #BDC6AA;
}
@media only screen and (max-width: 768px) {
  .p-cont__btn a {
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
}
.p-cont__list {
  margin: 6rem auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__list {
    margin: 6rem auto 3rem;
    gap: 4rem;
  }
}
.p-cont__icon {
  position: absolute;
}
.p-cont__icon--r {
  right: -5%;
  top: -5rem;
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .p-cont__icon--r {
    top: -9rem;
  }
}
.p-cont__art {
  margin-top: 8rem;
  background-color: #F7F7F7;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-template-columns: 1fr 40%;
  gap: 6rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__art {
    margin-top: 4rem;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.p-cont__art-in {
  padding: 3rem 0 3rem 4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .p-cont__art-in {
    padding: 0 2rem 2rem;
    order: 2;
  }
}
.p-cont__art__ttl {
  font-size: 16px;
  font-size: 1.6rem;
  color: #63704D;
  padding-left: 1rem;
  width: 100%;
  position: relative;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-cont__art__ttl {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-cont__art__ttl {
    font-size: 1.6rem;
  }
}
.p-cont__art__ttl::after {
  content: "";
  height: 0.6lh;
  width: 2px;
  background-color: #BDC6AA;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .p-cont__art__ttl::after {
    line-height: 2.6lh;
  }
}
.p-cont__art__txt {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .p-cont__art__txt {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .p-cont__art__txt {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-cont__art__txt {
    margin-top: 1rem;
  }
}
.p-cont__art__img {
  width: 100%;
  height: 100%;
}
.p-cont__art__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-cont__cap {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .p-cont__cap {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-cont__cap {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-cont__cap {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .p-abt__history {
    margin-inline: 0;
  }
}

.p-proc.u-sec {
  padding-top: unset !important;
}
.p-proc .p-cont-in {
  max-width: 1200px;
  padding: 7rem;
}
@media only screen and (max-width: 768px) {
  .p-proc .p-cont-in {
    padding: 4rem 2rem 2rem;
  }
}
.p-proc .p-cont__list {
  margin-bottom: unset;
}

.p-ach.u-sec {
  padding: unset;
}

.p-shop.u-sec {
  padding-top: unset !important;
}
.p-shop .p-cont-in {
  max-width: 1200px;
  padding: 7rem;
}
@media only screen and (max-width: 768px) {
  .p-shop .p-cont-in {
    padding: 4rem 2rem 2rem;
  }
}
.p-shop .p-cont__list {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .p-shop .p-cont__list {
    gap: 3rem;
  }
}
.p-shop__infwrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.p-shop__subimg {
  max-width: 11rem;
}

.u-sec {
  padding: 8rem 0;
}
@media only screen and (max-width: 768px) {
  .u-sec {
    padding: 5rem 0;
  }
}

.u-longimg {
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .u-longimg {
    width: 90%;
  }
}

.u-dot {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  line-height: 0.3lh;
  margin-right: 0.5rem;
}/*# sourceMappingURL=style.css.map */