.l-header__nav ul li.user > a,
.l-header__nav ul li.user > span, .l-header__nav ul li.cart > a,
.l-header__nav ul li.cart > span, .l-header__nav ul li.menu > a,
.l-header__nav ul li.menu > span {
  color: #fff;
}

.p-top-mv {
  height: 100dvh;
  position: relative;
  width: 100%;
  z-index: 1;
}
.p-top-mv__stack {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.p-top-mv__stack__img {
  aspect-ratio: 648/475;
  max-height: min(475px, 70%);
  max-width: min(648px, 45.251396648%);
  transform: translate(-263px, 0%);
}
.p-top-mv__stack__img img {
  height: 100%;
  width: 100%;
}
.p-top-mv__scroll {
  bottom: 0;
  cursor: pointer;
  height: 150px;
  left: 50%;
  margin-left: -600px;
  overflow: hidden;
  padding-left: 10px;
  padding-top: 10px;
  position: absolute;
  z-index: 3;
}
.p-top-mv__scroll::after {
  animation: pathmove 1.4s ease-in-out infinite;
  background: #fff;
  content: "";
  height: 100px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
@keyframes pathmove {
  0% {
    height: 0;
    opacity: 0;
    top: 0;
  }
  30% {
    height: 100px;
    opacity: 1;
  }
  100% {
    height: 0;
    opacity: 0;
    top: 150px;
  }
}
.p-top-mv__scroll img {
  width: 10px;
}

.p-top-slider {
  height: 100dvh;
  left: 0;
  position: fixed;
  top: 0;
  z-index: -1;
  width: 100%;
}
.p-top-slider picture {
  position: relative;
}
.p-top-slider picture.-js-zoom img {
  animation: top_slider 6s linear both;
}
.p-top-slider img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@keyframes top_slider {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.p-top-news {
  background-color: #fff;
  padding-bottom: 80px;
  padding-top: 80px;
}
.p-top-news__btn-more {
  display: none;
}
.p-top-news header {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}
.p-top-news header .p-top-news__btn-more {
  display: block;
}
.p-top-news .p-post-items {
  margin-top: 24px;
}

.p-top-about {
  background: url(../images/common/bg-01.png) 0% 50% repeat;
  padding-bottom: 80px;
  padding-top: 80px;
}
.p-top-about .c-hd--01 {
  text-align: center;
}
.p-top-about .c-btn-02 {
  margin-top: 30px;
}
.p-top-about__cols {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 32px;
}
.p-top-about__cols__col {
  padding-top: 20px;
  width: 40%;
}
.p-top-about__cols__col .c-hd--02 {
  margin-bottom: 40px;
}
.p-top-about__cols__col p {
  font-size: 1.5rem;
  line-height: 2em;
}
.p-top-about__cols__img {
  width: 54.1666666667%;
}
.p-top-about__cols__img img {
  width: 100%;
}
.p-top-about__fig-01 {
  padding-top: 20px;
  text-align: right;
}
.p-top-about__fig-01 img {
  max-width: 100%;
}

.p-top-slideshow {
  overflow: hidden;
}
.p-top-slideshow > div {
  display: flex;
  flex-wrap: nowrap;
  left: 0;
  position: relative;
  top: 0;
}
.p-top-slideshow img {
  border: 3px solid #fff;
  display: block;
  height: 333px;
}

.p-top-bnr-01 {
  margin-bottom: 80px;
  text-align: center;
}
.p-top-bnr-01 img {
  max-width: 100%;
}

.p-top-main {
  background-color: #E9EFE0;
  padding-bottom: 80px;
  padding-top: 80px;
}
.p-top-main__cols {
  align-items: center;
  border-bottom: 2px solid #1F5019;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
.p-top-main__cols:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.p-top-main__cols__col {
  width: 36.9230769231%;
}
.p-top-main__cols__col .c-hd--01 {
  margin-bottom: 24px;
}
.p-top-main__cols__col p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2em;
}
.p-top-main__cols__img {
  width: 55.3846153846%;
  position: relative;
}
.p-top-main__cols__img::after {
  border: 4px solid #fff;
  border-radius: 20px;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-top-main__cols__img img {
  border-radius: 22px;
  display: block;
  width: 100%;
}
.p-top-main__cols:nth-of-type(2n) {
  flex-direction: row;
}
.p-top-main__cols:last-of-type {
  margin-bottom: 0;
}
.p-top-main__btn-more {
  padding-top: 30px;
}

.p-top-shop {
  background-color: #FDFFF9;
  padding-bottom: 80px;
  padding-top: 80px;
}
.p-top-shop .c-hd--01 {
  margin-bottom: 40px;
}
.p-top-shop__txt-01 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2em;
  max-width: 800px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.p-top-shop .p-top-shop-items {
  border-bottom: 2px solid #1F5019;
  display: flex;
  flex-wrap: wrap;
  padding-left: 80px;
  padding-right: 80px;
}
.p-top-shop .p-top-shop-items__item {
  margin-right: 2.5%;
  margin-bottom: 2.5%;
  width: 31.6666666667%;
}
.p-top-shop .p-top-shop-items__item figure img {
  border-radius: 10px;
  display: block;
  width: 100%;
}
.p-top-shop .p-top-shop-items__item:nth-child(3n) {
  margin-right: 0;
}
.p-top-shop .p-top-shop-items__content {
  padding: 12px 20px 0;
}
.p-top-shop .p-top-shop-items__content p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4285714286em;
}
.p-top-shop .p-top-shop-items .c-hd--03 {
  margin-bottom: 12px;
  margin-left: -0.7em;
}
.p-top-shop .p-top-shop-items .c-btn-02 {
  margin-top: 16px;
  max-width: 100%;
}
.p-top-shop .p-top-shop-bnr-01 {
  border-bottom: 2px solid #1F5019;
  padding-bottom: 40px;
  padding-top: 40px;
  text-align: center;
}
.p-top-shop .p-top-shop-bnr-01 img {
  max-width: 100%;
}
@media screen and (max-width: 1432px) { /**/
  .p-top-mv__stack__img {
    transform: translate(-18.3659217877vw, 0%);
  }
  .p-top-mv__scroll {
    left: 80px;
    margin-left: 0;
  }
  .p-top-bnr-01 {
    margin-bottom: 5.5865921788vw;
  }
  .p-top-main__cols {
    margin-bottom: 3.4916201117vw;
    padding-bottom: 3.4916201117vw;
    padding-left: 2.094972067vw;
    padding-right: 2.094972067vw;
  }
  .p-top-shop .p-top-shop-items {
    padding-left: 5.5865921788vw;
    padding-right: 5.5865921788vw;
  }
  .p-top-shop .p-top-shop-items__item figure img {
    border-radius: 0.6983240223vw;
  }
  .p-top-shop .p-top-shop-items__content {
    padding: 0.8379888268vw 1.3966480447vw 0;
  }
  .p-top-shop .p-top-shop-items .c-hd--03 {
    margin-bottom: 0.8379888268vw;
  }
  .p-top-shop .p-top-shop-items .c-btn-02 {
    margin-top: 1.1173184358vw;
  } }
@media screen and (max-width: 1272px) { /**/ }
@media screen and (max-width: 1172px) { /**/ }
@media screen and (max-width: 1080px) { /**/ }
@media screen and (max-width: 1072px) { /**/ }
@media screen and (max-width: 1023px) { /**/ }
@media screen and (max-width: 767px) { /**/
  .p-top-mv {
    height: 123.0769230769vw;
  }
  .p-top-mv__stack {
    justify-content: flex-start;
  }
  .p-top-mv__stack__img {
    max-height: none;
    max-width: 71.7948717949vw;
    transform: translate(5.1282051282vw, 0%);
  }
  .p-top-mv__scroll {
    height: 28.2051282051vw;
    left: 5.1282051282vw;
    margin-left: 0;
    padding-left: 2.5641025641vw;
    padding-top: 2.5641025641vw;
  }
  .p-top-mv__scroll img {
    width: 2.6358974359vw;
  }
  .p-top-news {
    padding-bottom: 15.3846153846vw;
    padding-top: 15.3846153846vw;
  }
  .p-top-news__btn-more {
    display: block;
    margin-top: 5.1282051282vw;
    text-align: center;
  }
  .p-top-news header {
    justify-content: center;
  }
  .p-top-news header .p-top-news__btn-more {
    display: none;
  }
  .p-top-news .p-post-items {
    margin-top: 0;
  }
  .p-top-about {
    background-size: 256px 256px;
    padding-bottom: 7.6923076923vw;
    padding-top: 15.3846153846vw;
  }
  .p-top-about .c-btn-02 {
    margin-top: 5.1282051282vw;
  }
  .p-top-about__cols {
    flex-direction: column-reverse;
    margin-top: 4.1025641026vw;
  }
  .p-top-about__cols__col {
    padding-top: 5.1282051282vw;
    width: 100%;
  }
  .p-top-about__cols__col .c-hd--02 {
    margin-bottom: 5.1282051282vw;
  }
  .p-top-about__cols__col p {
    font-size: 3.0769230769vw;
    line-height: 2em;
  }
  .p-top-about__cols__img {
    width: 100%;
  }
  .p-top-about__fig-01 {
    padding-top: 5.1282051282vw;
  }
  .p-top-about__fig-01 img {
    width: 35.8974358974vw;
  }
  .p-top-slideshow img {
    border: 0.7692307692vw solid #fff;
    height: 35.8974358974vw;
  }
  .p-top-bnr-01 {
    margin-bottom: 10.2564102564vw;
  }
  .p-top-main {
    padding-bottom: 15.3846153846vw;
    padding-top: 15.3846153846vw;
  }
  .p-top-main__cols {
    flex-direction: column;
    margin-bottom: 7.6923076923vw;
    padding-bottom: 7.6923076923vw;
    padding-left: 2.5641025641vw;
    padding-right: 2.5641025641vw;
  }
  .p-top-main__cols__col {
    width: 100%;
  }
  .p-top-main__cols__col .c-hd--01 {
    margin-bottom: 4.1025641026vw;
  }
  .p-top-main__cols__col p {
    font-size: 3.0769230769vw;
  }
  .p-top-main__cols__img {
    margin-bottom: 4.1025641026vw;
    text-align: center;
    width: 100%;
  }
  .p-top-main__cols__img::after {
    border-radius: 5.1282051282vw;
    border-width: 1.0256410256vw;
  }
  .p-top-main__cols__img img {
    border-radius: 5.641025641vw;
  }
  .p-top-main__cols:nth-of-type(2n) {
    flex-direction: column;
  }
  .p-top-main__btn-more {
    text-align: center;
    padding-top: 5.1282051282vw;
  }
  .p-top-shop {
    padding-bottom: 15.3846153846vw;
    padding-top: 15.3846153846vw;
  }
  .p-top-shop .c-hd--01 {
    margin-bottom: 5.1282051282vw;
  }
  .p-top-shop__txt-01 {
    font-size: 3.0769230769vw;
    margin-bottom: 2.5641025641vw;
    padding-left: 2.5641025641vw;
    padding-right: 2.5641025641vw;
  }
  .p-top-shop .p-top-shop-items {
    padding-left: 0;
    padding-right: 0;
  }
  .p-top-shop .p-top-shop-items__item {
    margin-bottom: 5.1282051282vw;
    margin-right: 2.5641025641vw;
    width: 48.5714285714%;
  }
  .p-top-shop .p-top-shop-items__item figure img {
    border-radius: 2.5641025641vw;
  }
  .p-top-shop .p-top-shop-items__item:nth-child(3n) {
    margin-right: 2.5641025641vw;
  }
  .p-top-shop .p-top-shop-items__item:nth-child(2n) {
    margin-right: 0;
  }
  .p-top-shop .p-top-shop-items__content {
    padding: 3.0769230769vw 0 0;
  }
  .p-top-shop .p-top-shop-items__content p {
    font-size: 2.8205128205vw;
    line-height: 1.4545454545em;
  }
  .p-top-shop .p-top-shop-items .c-hd--03 {
    margin-bottom: 3.0769230769vw;
    margin-left: 0;
  }
  .p-top-shop .p-top-shop-items .c-btn-02 {
    font-size: 2.8205128205vw;
    margin-top: 4.1025641026vw;
    width: 38.4615384615vw;
  }
  .p-top-shop .p-top-shop-items .c-btn-02::before {
    background-color: #333;
  }
  .p-top-shop .p-top-shop-bnr-01 {
    padding-bottom: 5.1282051282vw;
    padding-top: 5.1282051282vw;
  } }
/*# sourceMappingURL=../map/top.css.map */
