/* About */
.mv .mv_inr {
  height: calc(200 / 900* 100svw) !important;
}

.p-inpage {
  margin: 0 auto calc(53 / 16 * 1em);
}
.p-inpage__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-inpage__link > li {
  display: flex;
  align-items: center;
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, serif;*/
  line-height: calc(19 / 16);
}
.p-inpage__link > li a {
  padding: 0 2rem;
  color: #222;
}
.p-inpage__link > li::after {
 
}
.p-inpage__link > li:not(:last-of-type)::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #111;
  transform: rotate( 25deg );
}

.p-history {
  width: min(calc(325 / 375 * 100%), 1100px);
  margin: calc(90 / 16 * 1em) auto 7.25em;
  text-align: center;
  color: #222;
}
.c-scrolldown {
  position: relative;
  width: fit-content;
  margin: 0 auto 22px;
  text-align: center;
}
.c-scrolldown::after {
  content: "";
  display: block;
  width: 2px;
  height: 50px;
  margin: 1.375em auto 0;
  background: #C0AA78;
  transform-origin: 0 0;
}
.c-scrolldown h2 {
  margin: 0 auto;
  padding: 0;
}
.c-scrolldown p {
  margin: 0 auto;
  padding: 0;
}
.c-scrolldown.is-active::after {
  animation: scrolldown 2s forwards;
}



@keyframes scrolldown {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
}

.p-concept {
  width: min(calc(325 / 375 * 100%), 1100px);
  margin: 0 auto;
  color: #222;
}
.p-concept__lead {
  margin-bottom: 7.125em;
}
.p-concept__headline {
  position: relative;
  margin: 0 calc(50% - 50vw) 0 max(calc(-80 / 1100 * 100vw - 50vw), -80px);
  padding: 5.25em 0 13.875em;
  background-color: #F5F5F5;
}
.p-concept__headline-content {
  width: min(calc(325 / 375 * 100%), 1100px);
  margin: 0 auto;
}
.c-scroll {
  position: relative;
  width: fit-content;
  margin: 0 0 22px;
  text-align: center;
}
.c-scroll h2 {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0;
}
.c-scroll h2::after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  margin: 0 0 0 2.625em;
  background: #C0AA78;
  transform-origin: 0 0;
  
}
.c-scroll p {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
}
.c-scroll.is-active h2::after {
  animation: scroll 2s forwards;
}

@keyframes scroll {
  0% {
    transform: scale(0, 1);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
}

.p-concept__text {
  width: min(calc(675 / 1100 * 100%), 675px);
  margin: 0 0 0 auto;
  font-size: calc(15 / 16 * 1em);
}
.p-concept__lead-img {
  position: relative;
  margin-top: -7.875em;
  margin-right: calc(50% - 50vw);
}

.p-concept__concept {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-concept__concept + .p-concept__concept {
  margin-top: 5em;
}
.p-concept__concept figure {
  width: min(calc(500 / 1100 * 100%), 500px);
  margin: 0;
}
.p-concept__concept .p-concept__details {
  width: min(calc(480 / 1100 * 100%), 480px);
}
.p-concept__details .p-concept__detail {
  margin: 0 0 1.375em;
  font-size: calc(24 / 16 * 1em);
  color: #C0AA78;
  line-height: calc(29 / 24);
  letter-spacing: 0.01em;
}
.p-concept__details .p-concept__detail-text {
  font-size: calc(15 / 16 * 1em);
}
.p-concept__concept:nth-of-type(2n+1) figure  {
  order: 2;
}
.p-concept__concept:nth-of-type(2n+1) .p-concept__details  {
  order: 1;
}

.p-wish {
  display: flex;
  justify-content: space-between;
  width: min(calc(325 / 375 * 100%), 1100px);
  margin: 7.5em auto 0;
  color: #222;
}
.p-wish__img {
  width: min(calc(500 / 1100 * 100%), 500px);
  flex: 1;
  margin-left: calc(50% - 50vw);
  margin-bottom: 7.5em;
}
.p-wish__text {
  position: relative;
  flex: 1;
  margin: 4.375em calc(50% - 50vw) 0 0;
  padding: 6.375em 0 7.875em calc(50vw - 50% + 50px);
  width: min(calc(500 / 1100 * 100%), 500px);
  background-color: #F5F5F5;
  
}
.p-wish__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  z-index: -1;
}
.p-wish__text-content {
  width: min(calc(500 / 600 * 100%), 500px);
}

.p-shop {
  width: min(calc(325 / 375 * 100%), 1100px);
  margin: 7.875em auto calc(120 / 16 * 1em);
  color: #222;
}
.p-shop__intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: min(calc(60 / 1100 * 100%), 60px);
}
.p-shop__img {
  width: min(calc(620 / 1100 * 100%), 620px);
  flex: 1;
  margin-left: calc(50% - 50vw);
}
.p-shop__intro-text {
  width: min(calc(420 / 1100 * 100%), 420px);
}
.p-shop__intro-content {
  width: fit-content;
  margin: 0 auto;
  font-size: calc(15 / 16 * 1em);
  line-height: calc(18 / 15);
}
.p-shop__lead {
  margin-bottom: 1.625em;
  font-size: calc(20 / 16 * 1em);
  line-height: calc(24 / 20);
  letter-spacing: 0.02em;
  text-align: center;
}

.c-box {
  border: 1px solid #C0AA78;
  margin: 3.75em auto 0;
  padding: calc(40 / 16 * 1em) calc(20 / 16 * 1em);
  font-size: calc(15 / 16 * 1em);
  line-height: calc(18 / 15);
  text-align: center;
  color: #222;
}
.c-box__lead {
  margin-bottom: calc(26 / 16 * 1em);
  font-size: calc(20 / 16 * 1em);
  line-height: calc(24 / 20);
  letter-spacing: 0.02em;
}
.c-box__bnr {
  margin: 4.8rem auto 0;
}

.collection {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.collection .c-scroll {
  width: min(calc(325 / 375 * 100%), 1100px);
  margin: auto;
}

.category {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-top: none !important;
}
.category::before {
  height: 0 !important;
  background-color: transparent !important;
}
.category_inr {
  width: min(calc(325 / 375 * 100%), 1100px);
  margin: auto;
}
.f-about .category .p-category__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3.2rem 2.4rem;
  max-width: 100%;
  margin: 0;
}
.f-about .category .p-category__list .category_img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.f-about .category .p-category__list p {
  z-index: 1;
}
@media (hover: hover) {
  .f-about .category .p-category__list a:hover img {
    opacity: 1;
  }
  .f-about .category .p-category__list a .category_img::after {
    transition: .3s;
  }
  .f-about .category .p-category__list a:hover .category_img::after {
    background-color: rgba(0, 0, 0, .1);
  }
}

@media screen and (max-width: 959px) {
  
}
@media screen and (max-width: 767px) {
  .c-box .linkbtn .arrow {
    width: calc( 280 / 325 * 100% );
  }
}
@media screen and (max-width: 600px) {
  .mv .mv_inr {
    height: calc(300 / 900* 100svw) !important;
  }
  .p-inpage {
    margin-bottom: calc(26 / 16 * 1em);
  }
  .p-inpage__link > li {
    margin-bottom: 1em;
  }
  .p-inpage__link > li:nth-of-type(2)::after {
    width: 0;
    background-color: transparent;
  }

  .p-concept__headline {
    position: relative;
    margin: 0 calc(50% - 50vw);
  }
  .p-concept__text {
    width: 100%;
    margin: 0 auto;
  }

  .c-scroll {
    width: 100%;
  }
  .c-scroll h2::after {
    width: calc(110 / 325 * 100%);
    margin-left: 1em;
  }

  .p-concept__concept {
    flex-direction: column;
  }
  .p-concept__concept figure {
    order: 2;
    width: 100%;
    margin-bottom: 1.375em;
  }
  .p-concept__concept .p-concept__details {
    width: 100%;
    display: contents;
  }
  .p-concept__details .p-concept__detail {
    order: 1;
  }
  .p-concept__details .p-concept__detail-text {
    order: 3;
  }

  .p-wish {
    flex-direction: column;
  }
  .p-wish__img {
    width: 100%;
    margin-bottom: 0;
  }
  .p-wish__text {
    position: relative;
    flex: 1;
    margin: 0 calc(50% - 50vw) 0;
    padding: 6.375em calc(50vw - 50%) 7.875em;
    width: 100vw;
    
  }
  .p-wish__text::before {
    top: -6.25rem;
    left: 0;
  }
  .p-wish__text-content {
    width: 100%;
  }

  .p-shop__intro {
    flex-direction: column;
    gap: calc(60 / 16 * 1em);
  }
  .p-shop__img {
    width: 100%;
    margin-left: calc(100% - 100vw);
  }
  .p-shop__intro-text {
    width: 100%;
  }

  .f-about .category .p-category__list {
    grid-template-columns: 1fr 1fr;
  }
  .f-about .category .p-category__list li {
    width: auto;
  }


}