@charset "UTF-8";
/******************************/
/* SLIDER */
/******************************/
.p-main-slider {
  position: relative;
  width: 100%;
  height: 100vh;
}
.p-main-slider::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #2C2C2C;
  opacity: 0.3;
  z-index: 1;
}

.p-main-slider .bx-wrapper {
  margin-bottom: 0;
}
.p-main-slider .bx-wrapper .bx-viewport {
  border: 0;
  box-shadow: none;
  left: 0;
}
.p-main-slider .bx-wrapper img {
  margin: 0 auto;
  width: 100%;
}
.p-main-slider .bx-wrapper .bx-pager {
  padding-top: 0;
  bottom: -40px;
}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a {
  margin-left: 10px;
  margin-right: 10px;
  background: #dddddd;
}

@media screen and (max-width: 1029px) {
  .p-main-slider .bx-wrapper .bx-pager {
    bottom: -25px;
  }
  .p-main-slider {
    height: auto;
    aspect-ratio: 380/640;
  }
}
.bx-wrapper {
  height: 100%;
}

.bx-viewport {
  height: 100% !important;
}

#slider {
  height: 100%;
}
#slider div {
  height: 100% !important;
}
#slider div img {
  height: 100%;
  object-fit: cover;
}
#slider div:nth-child(1) img {
  object-position: 65%;
}
#slider div:nth-child(2) img {
  object-position: 52%;
}
#slider div:nth-child(3) img {
  object-position: 32%;
}
#slider div:nth-child(4) img {
  object-position: 16%;
}

.bx-controls {
  display: none;
}

/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  margin-top: 90px;
  margin-bottom: 90px;
}

@media screen and (max-width: 1029px) {
  .p-line-informaiton {
    margin-top: 90px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1029px) {
  .p-line-informaiton {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
.p-line-informaiton-list__item {
  display: flex;
  margin-bottom: 20px;
}

@media screen and (max-width: 1029px) {
  .p-line-informaiton-list__item {
    display: block;
    margin-bottom: 15px;
  }
}
.p-line-informaiton-list__date {
  width: 120px;
}

.p-line-informaiton-list__ttl {
  flex: 1;
}

/******************************/
/* グループバナー */
/******************************/
.p-group-bnr {
  margin-top: 90px;
  margin-bottom: 90px;
}

@media screen and (max-width: 1029px) {
  .p-group-bnr {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1029px) {
  .p-group-bnr .c-slider-thema .slick-next {
    right: -10px;
  }
}
@media screen and (max-width: 1029px) {
  .p-group-bnr .c-slider-thema .slick-next {
    right: -3px;
  }
}
@media screen and (max-width: 1029px) {
  .p-group-bnr .c-slider-thema .slick-prev {
    left: -10px;
  }
}
@media screen and (max-width: 1029px) {
  .p-group-bnr .c-slider-thema .slick-prev {
    left: -3px;
  }
}
.p-group-bnr-list {
  margin-left: -25px;
  margin-right: -25px;
}

@media screen and (max-width: 1070px) {
  .p-group-bnr-list {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.p-group-bnr-list__item {
  margin-left: 25px;
  margin-right: 25px;
  word-break: break-all;
}
.p-group-bnr-list__item img {
  width: 100%;
}

@media screen and (max-width: 1029px) {
  .p-group-bnr-list__item {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.p-group-bnr-list__ttl {
  margin-top: 15px;
}

/******************************/
/* INFORMATION */
/******************************/
.p-information {
  margin-top: 90px;
  margin-bottom: 90px;
  padding: 60px 90px;
  background: url(https://img.shop-pro.jp/tmpl_img/87/bg-grid.png) repeat;
  color: #2d2d2d;
}

@media screen and (max-width: 1029px) {
  .p-information {
    margin-top: 60px;
    margin-bottom: 45px;
    margin-left: 25px;
    margin-right: 25px;
    padding: 45px 45px;
  }
}
@media screen and (max-width: 1029px) {
  .p-information {
    margin-left: 0;
    margin-right: 0;
    padding: 35px 25px;
  }
}
/******************************/
/* CONCEPT */
/******************************/
.p-concept-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  margin-bottom: 105px;
}

@media screen and (max-width: 1029px) {
  .p-concept-box {
    margin-top: 45px;
    margin-bottom: 75px;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 1029px) {
  .p-concept-box {
    display: block;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-concept-box__logo {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
  width: 330px;
  min-height: 300px;
  background: #fafafa;
  text-align: center;
}
.p-concept-box__logo img {
  max-width: 210px;
}

@media screen and (max-width: 1029px) {
  .p-concept-box__logo {
    padding: 45px;
    width: 220px;
    min-height: 195px;
  }
}
@media screen and (max-width: 1029px) {
  .p-concept-box__logo {
    padding: 30px 15px;
    width: auto;
    min-height: 80px;
  }
}
@media screen and (max-width: 1029px) {
  .p-concept-box__logo img {
    max-width: 130px;
  }
}
@media screen and (max-width: 1029px) {
  .p-concept-box__logo img {
    max-width: 120px;
  }
}
.p-concept-box__txt {
  box-sizing: border-box;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 60px 120px;
  background: url(https://img.shop-pro.jp/tmpl_img/87/bg.gif) no-repeat center center #aaaaaa;
  background-size: cover;
  color: #ffffff;
}
.p-concept-box__txt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1029px) {
  .p-concept-box__txt {
    padding: 45px;
  }
}
@media screen and (max-width: 1029px) {
  .p-concept-box__txt {
    padding: 20px 25px;
  }
}
.p-concept-box__body {
  position: relative;
  z-index: 10;
}

/******************************/
/* RECOMMEND ITEMS */
/******************************/
.c-ttl-bg.is-recommend:before {
  background: url(https://img.shop-pro.jp/tmpl_img/87/bg.gif) center center no-repeat;
  background-size: cover;
}

.p-recommend {
  overflow: hidden;
  padding-bottom: 90px;
}

@media screen and (max-width: 1029px) {
  .p-recommend {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1029px) {
  .p-recommend {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1029px) {
  .p-recommend-list {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 1029px) {
  .p-recommend-list {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP PICK UP ITEMS */
/******************************/
.p-pickup {
  padding-top: 214px;
  padding-bottom: 230px;
}

@media screen and (max-width: 1029px) {
  .p-pickup {
    padding-top: 118px;
    padding-bottom: 60px;
    margin-bottom: 70px;
  }
}
.p-pickup-list {
  margin-top: 60px;
}

@media screen and (max-width: 1029px) {
  .p-pickup-list {
    margin-top: 0;
    margin-left: -25px;
    margin-right: -25px;
    position: relative;
    z-index: 1;
  }
  .p-pickup-list::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #F7F7F6;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    top: 60px;
  }
}
.p-pickup-list__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 82px;
  word-break: break-all;
  position: relative;
  z-index: 1;
}
.p-pickup-list__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1029px) {
  .p-pickup-list__item:nth-child(even)::before {
    position: absolute;
    content: "";
    width: 78.75vw;
    height: 19.6875vw;
    max-height: 315px;
    background-color: #F7F7F6;
    z-index: -1;
    left: 130px;
    bottom: -26px;
  }
  .p-pickup-list__item:nth-child(odd)::before {
    position: absolute;
    content: "";
    width: 78.75vw;
    height: 19.6875vw;
    max-height: 315px;
    background-color: #F7F7F6;
    z-index: -1;
    right: 130px;
    bottom: -26px;
  }
}
.p-pickup-list__item:nth-child(even) .p-pickup-list__txt {
  order: -1;
}

@media screen and (max-width: 1029px) {
  .p-pickup-list__item {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1029px) {
  .p-pickup-list__item {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    max-width: 600px;
  }
}
@media screen and (max-width: 1029px) {
  .p-pickup-list__item:nth-child(even) .p-pickup-list__txt {
    padding-left: 25px;
    padding-right: 60px;
  }
}
.p-pickup-list__img {
  overflow: hidden;
  position: relative;
  width: 53%;
  height: 23.6875vw;
  opacity: 1;
  transform: translate(0, 0);
}
.p-pickup-list__img:before, .p-pickup-list__img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.p-pickup-list__img .p-pickup-list__img-bg {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background: #E5D8D5;
}
.p-pickup-list__img:after, .p-pickup-list__img:before {
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background: #fff;
}
.p-pickup-list__img.faded .p-pickup-list__img-bg, .p-pickup-list__img.faded:after {
  width: 0;
}
.p-pickup-list__img img {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 1270px) {
  .p-pickup-list__img {
    max-height: 380px;
  }
}
@media screen and (max-width: 1029px) {
  .p-pickup-list__img {
    width: 53%;
    height: 28vw;
  }
}
@media screen and (max-width: 1029px) {
  .p-pickup-list__img {
    width: auto;
    height: 55vw;
    max-height: 416px;
  }
}
.p-pickup-list__txt {
  box-sizing: border-box;
  flex: 1;
  padding-left: 55px;
  padding-right: 70px;
  padding-bottom: 3px;
}

@media screen and (max-width: 1029px) {
  .p-pickup-list__txt {
    margin-top: 16px;
    padding-left: 25px;
    padding-right: 25px;
    width: auto;
  }
}
.p-pickup-list__ttl {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 24px;
  font-weight: normal;
}
.p-pickup-list__ttl img {
  display: none !important;
}

@media screen and (max-width: 1029px) {
  .p-pickup-list__ttl {
    margin-bottom: 10px;
    font-size: 17px;
  }
}
.p-pickup-list__btn {
  margin-top: 30px;
}

@media screen and (max-width: 1029px) {
  .p-pickup-list__btn {
    margin-top: 20px;
  }
}
/******************************/
/* TOP RANKING */
/******************************/
@media screen and (max-width: 1029px) {
  .c-ttl-bg.is-ranking {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1029px) {
  .c-ttl-bg.is-ranking {
    margin-bottom: 35px;
  }
}
.c-ttl-bg.is-ranking:before {
  background: url(https://img.shop-pro.jp/tmpl_img/87/bg.gif) center center no-repeat;
  background-size: cover;
}

.p-ranking {
  padding-top: 30px;
}

@media screen and (max-width: 1029px) {
  .p-ranking {
    padding-top: 90px;
  }
}
@media screen and (max-width: 1029px) {
  .p-ranking {
    padding-top: 60px;
  }
}
.p-ranking-list {
  margin-bottom: 30px;
}
.p-ranking-list .slick-prev {
  left: -5px;
  margin-top: -43px;
}
.p-ranking-list .slick-next {
  right: -5px;
  margin-top: -43px;
}
.p-ranking-list .slick-dotted.slick-slider {
  margin-bottom: 60px;
}
.p-ranking-list .slick-dots {
  bottom: -45px;
}
.p-ranking-list .slick-dots li {
  margin: 0 2px;
}

@media screen and (max-width: 1050px) {
  .p-ranking-list {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1029px) {
  .p-ranking-list {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1029px) {
  .p-ranking-list {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media screen and (max-width: 1029px) {
  .p-ranking-list .slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 1029px) {
  .p-ranking-list .slick-prev {
    margin-top: -30px;
  }
}
@media screen and (max-width: 1029px) {
  .p-ranking-list .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 1029px) {
  .p-ranking-list .slick-next {
    margin-top: -30px;
  }
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 25px;
  word-break: break-all;
}
.p-ranking-list__item.slick-active .p-ranking-list__num {
  opacity: 1;
  animation: rankingfadein 0.2s 0s;
}

@media screen and (max-width: 1029px) {
  .p-ranking-list__item {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1029px) {
  .p-ranking-list__item {
    margin-right: 12px;
    margin-left: 12px;
  }
}
.p-ranking-list__img {
  margin-bottom: 20px;
  background: #ffffff;
}

@media screen and (max-width: 1029px) {
  .p-ranking-list__img {
    margin-bottom: 10px;
    text-align: center;
  }
}
.p-ranking-list__num {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  right: 0px;
  padding-top: 3px;
  min-width: 30px;
  line-height: 27px;
  font-size: 16px;
  font-weight: bold;
  background: #ffffff;
  color: #2d2d2d;
  text-align: center;
  opacity: 0;
  transition: all ease 0.1s;
}
.p-ranking-list__num.is-1 {
  background: #c5b597;
  color: #ffffff;
}
.p-ranking-list__num.is-2 {
  background: #b1b9bb;
  color: #ffffff;
}
.p-ranking-list__num.is-3 {
  background: #714d3b;
  color: #ffffff;
}

@keyframes rankingfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-ranking-list__ttl {
  font-size: 14px;
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}

@media screen and (max-width: 1029px) {
  .p-ranking-list__ttl {
    font-size: 13px;
  }
}
.p-ranking-list__price {
  margin-top: 15px;
  font-size: 14px;
}
.p-ranking-list__price.is-default {
  margin-top: 0;
}

@media screen and (max-width: 1029px) {
  .p-ranking-list__price {
    margin-top: 5px;
    font-size: 13px;
  }
}
.p-ranking-list__btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

/******************************/
/* TOP SHOP */
/******************************/
.p-shop {
  padding-top: 90px;
}

@media screen and (max-width: 1029px) {
  .p-shop {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1029px) {
  .p-shop {
    padding-top: 30px;
  }
}
.p-shop-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 45px;
  padding-bottom: 45px;
}
.p-shop-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 1029px) {
  .p-shop-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1029px) {
  .p-shop-wrap:before {
    content: none;
  }
}
.p-shop__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
}
.p-shop__bg img {
  width: 100%;
}

@media screen and (max-width: 1029px) {
  .p-shop__bg {
    position: static;
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 1029px) {
  .p-shop__bg img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1029px) {
  .p-shop__bg .simpleParallax {
    overflow: visible !important;
  }
}
@media screen and (max-width: 1029px) {
  .p-shop__bg .simpleParallax {
    overflow: hidden !important;
  }
}
.p-shop-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 360px;
  text-align: center;
}

@media screen and (max-width: 1029px) {
  .p-shop-contents {
    min-height: inherit;
  }
}
.p-shop-box {
  position: relative;
  z-index: 100;
  width: 660px;
  color: #ffffff;
}

@media screen and (max-width: 1029px) {
  .p-shop-box {
    margin-top: 15px;
    width: auto;
    color: #2d2d2d;
  }
}
.p-shop-box__ttl {
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 24px;
}

@media screen and (max-width: 1029px) {
  .p-shop-box__ttl {
    font-size: 17px;
  }
}
.p-shop-box__body {
  margin-top: 20px;
}

@media screen and (max-width: 1029px) {
  .p-shop-box__body {
    margin-top: 0;
  }
}
.p-shop-box__url {
  margin-top: 15px;
}
.p-shop-box__url a {
  color: #ffffff;
}

@media screen and (max-width: 1029px) {
  .p-shop-box__url a {
    color: #2d2d2d;
  }
}
.p-shop-box__btn {
  margin-top: 30px;
}

@media screen and (max-width: 1029px) {
  .p-shop-box__btn {
    margin-top: 20px;
  }
}
.fv-logo {
  width: 177px;
  position: absolute;
  top: 31px;
  left: 39px;
  z-index: 9;
  animation: appear 1s forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
@media screen and (max-width: 1029px) {
  .fv-logo {
    width: 28.1578947368vw;
    top: 2.9126213592vw;
    left: 2.9126213592vw;
    max-width: 212px;
  }
}

.fv-text {
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 1029px) {
  .fv-text {
    top: 43%;
  }
}
.fv-text__ttl {
  font-size: clamp(32px, 12vw, 62px);
  color: #fff;
  font-weight: 500;
  display: flex;
  justify-content: center;
  margin-bottom: 39px;
}
@media screen and (max-width: 1029px) {
  .fv-text__ttl {
    margin-bottom: 46px;
  }
}
.fv-text__ttl span {
  display: flex; /* アニメーションのため */
  opacity: 0;
  animation: appear 2s forwards;
  animation-delay: calc(1s + var(--index) * 0.4s); /* --index を使って遅延時間を設定 */
}
.fv-text__text {
  width: 552px;
  margin: 0 auto;
  opacity: 0;
  animation: appear 2s forwards;
  animation-delay: 4.5s;
}
.fv-text__text img {
  width: 100%;
}
@media screen and (max-width: 1029px) {
  .fv-text__text {
    width: 83.1578947368%;
    max-width: 316px;
  }
}

@keyframes appear {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.p-concept {
  background-color: #EDEEE4;
  padding: 138px 0 139px;
}
@media screen and (max-width: 1029px) {
  .p-concept {
    padding: 78px 0 0;
  }
}
.p-concept__container {
  display: grid;
  grid-template-columns: 27.1666666667% auto;
}
@media screen and (max-width: 1029px) {
  .p-concept__container {
    padding: 0;
    grid-template-columns: 31% auto;
  }
}
.p-concept-ttl {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
  line-height: 2;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1029px) {
  .p-concept-ttl {
    justify-content: flex-end;
    line-height: 1.8;
  }
}
.p-concept-ttl__main {
  font-size: 32px;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.p-concept-ttl__sub {
  color: #876F69;
  font-family: "Lora", serif;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0.09em;
}
.p-concept-ttl::before {
  position: absolute;
  content: "";
  width: 85%;
  aspect-ratio: 1/1;
  top: 135px;
  left: -22px;
  z-index: -1;
  background: center/contain no-repeat url(https://file001.shop-pro.jp/PA01516/080/img/object_img.png);
}
@media screen and (max-width: 1029px) {
  .p-concept-ttl::before {
    width: 327px;
    top: 138px;
    left: -164px;
    left: -190px;
    z-index: -1;
  }
}
.p-concept-body {
  padding-top: 33px;
  padding-left: 5px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1029px) {
  .p-concept-body {
    padding: 128px 20px 0 0;
  }
}
.p-concept-body__text {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 58px;
  line-height: 2.3333333333;
}
@media screen and (max-width: 1029px) {
  .p-concept-body__text {
    font-size: 15px;
    line-height: 2.28;
    margin-bottom: 33px;
  }
}
.p-concept-body__btn {
  margin-bottom: 69px;
  padding-left: 2px;
  font-weight: bold;
}
@media screen and (max-width: 1029px) {
  .p-concept-body__btn {
    margin-bottom: 74px;
    letter-spacing: -2px;
  }
}
.p-concept-img {
  width: 69.7940503432%;
  padding-left: 5px;
  grid-column: 2;
}
@media screen and (max-width: 1029px) {
  .p-concept-img {
    width: 100%;
    grid-column: 1/3;
    padding: 0;
  }
}

.p-grape {
  background: top center/cover no-repeat url(https://file001.shop-pro.jp/PA01516/080/img/grape_bg_img.jpg);
  padding: 119px 0 131px;
  position: relative;
}
@media screen and (max-width: 1029px) {
  .p-grape {
    padding: 93px 0 71px;
    overflow: hidden;
  }
}
.p-grape__img {
  animation: swayTheIvy 19s ease-in-out infinite;
  width: 960px;
  position: absolute;
  top: 36%;
  left: 0;
  transform-origin: center left;
}
@keyframes swayTheIvy {
  0% {
    transform: rotate(0deg) translateX(0px) skewX(0deg);
    filter: blur(4px);
  }
  25% {
    transform: rotate(10deg) translateX(-20px) skewX(-4deg);
    filter: blur(8px);
  }
  50% {
    transform: rotate(0deg) translateX(0px) skewX(0deg);
    filter: blur(4px);
  }
  62% {
    transform: rotate(10deg) translateX(-20px) skewX(-4deg);
    filter: blur(8px);
  }
  80% {
    transform: rotate(0deg) translateX(0px) skewX(0deg);
    filter: blur(4px);
  }
  100% {
    transform: rotate(0deg) translateX(0px) skewX(0deg);
    filter: blur(4px);
  }
}
@media screen and (max-width: 1029px) {
  .p-grape__img {
    width: 350px;
    top: 44%;
  }
  @keyframes swayTheIvy {
    0% {
      transform: rotate(0deg) translateX(0px) skewX(0deg);
      filter: blur(4px);
    }
    25% {
      transform: rotate(10deg) translateX(-20px) skewX(-4deg);
      filter: blur(4px);
    }
    50% {
      transform: rotate(0deg) translateX(0px) skewX(0deg);
      filter: blur(2px);
    }
    62% {
      transform: rotate(10deg) translateX(-20px) skewX(-4deg);
      filter: blur(4px);
    }
    80% {
      transform: rotate(0deg) translateX(0px) skewX(0deg);
      filter: blur(2px);
    }
    100% {
      transform: rotate(0deg) translateX(0px) skewX(0deg);
      filter: blur(4px);
    }
  }
}
@media screen and (max-width: 1029px) {
  .p-grape__container {
    padding: 0;
  }
}
.p-grape-content__main {
  display: flex;
}
@media screen and (max-width: 1029px) {
  .p-grape-content__main {
    display: grid;
  }
}
.p-grape-content__main--01 {
  margin-bottom: 60px;
  padding-right: 33px;
}
@media screen and (max-width: 1029px) {
  .p-grape-content__main--01 {
    grid-template-columns: auto 61.0526315789%;
    padding: 0;
    margin-bottom: 108px;
  }
}
@media screen and (max-width: 1029px) {
  .p-grape-content__main--02 {
    grid-template-columns: 61.0526315789% auto;
    padding: 0;
  }
}
.p-grape-content__img--01 {
  width: 40.533333%;
}
@media screen and (max-width: 1029px) {
  .p-grape-content__img--01 {
    width: 100%;
    grid-column: 2/3;
    grid-row: 1;
    font-size: 9.2105263158vw;
    padding-top: 1.7em;
  }
}
.p-grape-content__img--02 {
  width: 45.5%;
}
@media screen and (max-width: 1029px) {
  .p-grape-content__img--02 {
    width: 100%;
    grid-column: 1/2;
    grid-row: 1;
    font-size: 9.2105263158vw;
    padding-top: 1.2em;
  }
}
.p-grape-content__ttl {
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 400;
  font-size: 44px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-indent: -0.85em;
  padding-top: calc(16px + 1em);
  padding-right: 6px;
}
@media screen and (max-width: 1029px) {
  .p-grape-content__ttl {
    font-size: 36px;
    letter-spacing: 0.08em;
  }
}
.p-grape-content__ttl--01 {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1029px) {
  .p-grape-content__ttl--01 {
    grid-column: 1/2;
    grid-row: 1;
    margin: 0 auto;
    padding-top: 0.9em;
    padding-right: 0px;
    padding-left: 6px;
    letter-spacing: 3px;
  }
}
.p-grape-content__ttl--02 {
  padding-top: calc(105px + 1em);
  line-height: 1.45;
  padding-right: 0px;
  padding-left: 14px;
}
@media screen and (max-width: 1029px) {
  .p-grape-content__ttl--02 {
    grid-column: 2/3;
    padding-top: 0;
    grid-row: 1;
    margin: 0 auto;
    padding-left: 10px;
  }
}
.p-grape-content__box {
  align-self: center;
}
.p-grape-content__box--01 {
  width: 32.9166666667%;
  margin-left: 5.5833333333%;
  margin-left: 4.683333%;
  padding: 0 10px 30px 0;
}
@media screen and (max-width: 1029px) {
  .p-grape-content__box--01 {
    grid-column: 1/3;
    width: 100%;
    margin: 0;
    padding: 0 9.121053%;
    box-sizing: border-box;
  }
}
.p-grape-content__box--02 {
  width: 30%;
  margin-left: 1.883333%;
  margin-right: auto;
  margin-bottom: 46px;
  align-self: center;
  padding-top: 146px;
}
@media screen and (max-width: 1029px) {
  .p-grape-content__box--02 {
    grid-column: 1/3;
    align-self: flex-end;
    width: 100%;
    margin: 0;
    padding: 13px 9.121053% 0;
    box-sizing: border-box;
  }
}
.p-grape-content__text {
  margin-bottom: 44px;
  font-size: 17px;
  font-weight: 500;
  line-height: 2.0588235294;
}
@media screen and (max-width: 1029px) {
  .p-grape-content__text {
    font-size: 16px;
    margin: 54px 0 37px;
    line-height: 2.158824;
  }
}

.p-pickup__ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: 400;
  z-index: 1;
  margin: 0 0 106px;
}
@media screen and (max-width: 1029px) {
  .p-pickup__ttl {
    margin: 0 0 58px;
  }
}
.p-pickup__ttl-sub {
  font-size: 18px;
  color: #876F69;
  font-family: "Lora", serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1029px) {
  .p-pickup__ttl-sub {
    font-size: 16px;
  }
}
.p-pickup__ttl-main {
  font-size: 33px;
}
@media screen and (max-width: 1029px) {
  .p-pickup__ttl-main {
    font-size: 29px;
  }
}
.p-pickup__ttl::before {
  position: absolute;
  content: "";
  width: 14.75%;
  aspect-ratio: 1/1;
  bottom: -24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  background: url("https://file001.shop-pro.jp/PA01516/080/img/object_img.png") center center/contain no-repeat;
}
@media screen and (max-width: 1029px) {
  .p-pickup__ttl::before {
    width: 123px;
  }
}

@media screen and (max-width: 1029px) {
  .p-pickup-list__img {
    width: 92%;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
.p-pickup-list__tag {
  display: flex;
  gap: 0 5px;
  margin-bottom: 36px;
}
@media screen and (max-width: 1029px) {
  .p-pickup-list__tag {
    margin-bottom: 20px;
    padding: 0;
  }
}
.p-pickup-list__tag-item {
  border: solid 1px;
  padding: 0 5px;
  min-width: 74px;
  text-align: center;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 600;
  min-width: 90px;
}
@media screen and (max-width: 1029px) {
  .p-pickup-list__tag-item {
    min-width: 74px;
    font-size: 12px;
  }
}
.p-pickup-list__tag-last {
  color: #4B7188;
  border-color: #4B7188;
  background-color: #fff;
}
.p-pickup-list__tag-new {
  color: #fff;
  border-color: #AC89AA;
  background-color: #AC89AA;
}
.p-pickup-list__ttl {
  font-size: 26px;
}
@media screen and (max-width: 1029px) {
  .p-pickup-list__ttl {
    font-size: 21px;
    margin-bottom: 4px;
  }
}
.p-pickup-list__value {
  margin-bottom: 35px;
}
@media screen and (max-width: 1029px) {
  .p-pickup-list__value {
    margin-bottom: 20px;
  }
}
.p-pickup-list__price {
  font-size: 26px;
}
@media screen and (max-width: 1029px) {
  .p-pickup-list__price {
    font-size: 21px;
  }
}
.p-pickup-list__tax {
  font-size: 17px;
}
@media screen and (max-width: 1029px) {
  .p-pickup-list__tax {
    font-size: 12px;
  }
}

.p-link {
  margin-bottom: 207px;
  display: block;
}
@media screen and (max-width: 1029px) {
  .p-link {
    margin-bottom: 78px;
  }
}

.text-01 {
  width: 66px;
}
@media screen and (max-width: 1029px) {
  .text-01 {
    width: 42.4752475248px;
  }
}
.text-02 {
  width: 56px;
}
@media screen and (max-width: 1029px) {
  .text-02 {
    width: 36.0396039604px;
  }
}
.text-03 {
  width: 65px;
}
@media screen and (max-width: 1029px) {
  .text-03 {
    width: 41.8316831683px;
  }
}
.text-04 {
  width: 53px;
}
@media screen and (max-width: 1029px) {
  .text-04 {
    width: 34.1089108911px;
  }
}
.text-05 {
  width: 67px;
}
@media screen and (max-width: 1029px) {
  .text-05 {
    width: 43.1188118812px;
  }
}
.text-06 {
  width: 44px;
}
@media screen and (max-width: 1029px) {
  .text-06 {
    width: 28.3168316832px;
  }
}
.text-07 {
  width: 67px;
}
@media screen and (max-width: 1029px) {
  .text-07 {
    width: 43.1188118812px;
  }
}