@font-face {
  font-family: "Pretendard Variable";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/PretendardVariable.woff2") format("woff2-variations");
}
.main_tit {
  display: inline-flex;
  font-size: 2.25em;
  font-weight: 300;
  margin-bottom: 0.7222222222em;
}
.main_tit + .more_btn {
  margin-bottom: 1.3em;
  margin-left: auto;
}
.main_tit:has(.subs) {
  flex-direction: column;
}
.main_tit .subs {
  display: block;
  font-size: 0.5555555556em;
  margin-bottom: 0.35em;
  line-height: 1.5;
  color: var(--color-sub1);
}
@media screen and (max-width: 1024px) {
  .main_tit {
    justify-content: center;
    width: 100%;
    text-align: center;
    font-size: 1.375em;
    margin-bottom: 0.9090909091em;
  }
  .main_tit + .more_btn {
    display: none;
  }
}

.more_btn {
  display: inline-flex;
  align-items: center;
  font-size: 1.25em;
  font-weight: 500;
  color: var(--color-basic);
  gap:10px;
}
.more_btn.plus::after {
  content: "";
  display: block;
  width: 0.7em;
  height: 0.7em;
  background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 7H14' stroke='%23676767'/%3E%3Cpath d='M7 0L7 14' stroke='%23676767'/%3E%3C/svg%3E%0A") no-repeat center/100% auto;
  transition: background 0.35s;
}
.more_btn.plus:hover::after {
  background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_56_3)'%3E%3Cpath d='M0 1L14 7' stroke='%23676767'/%3E%3Cpath d='M14 7L6.52054e-07 13' stroke='%23676767'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_56_3'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center/100% auto;
}

.main_conts {
  font-size: 1rem;
}
.main_conts .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .main_conts .wrap {
    display: block;
  }
}

.main_visual {
  max-width: 100%;
  width: 100%;
  --top-gap: 5rem;
}
.main_visual .swiper-slide {
  position: relative;
  overflow: hidden;
}
.main_visual .swiper-slide::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 47.33%);
  -webkit-mix-blend-mode: overlay;
  -o-mix-blend-mode: overlay;
  -ms-mix-blend-mode: overlay;
  mix-blend-mode: overlay;
  z-index: 2;
}
.main_visual .swiper-slide.swiper-slide-active .img_box img {
  transform: scale(1.05);
}
.main_visual .swiper-slide.swiper-slide-active .main_visual_tit {
  transform: translateY(0);
  opacity: 1;
}
.main_visual .img_box {
  z-index: 1;
  text-align:center;
  -webkit-aspect-ratio: 1920/900;
  -ms-aspect-ratio: 1920/900;
  -o-aspect-ratio: 1920/900;
  -moz-aspect-ratio: 1920/900;
  aspect-ratio: 1920/900;
  width: 100%;
  overflow: hidden;
}
.main_visual .img_box img {
  transition: transform 1.5s;
  will-change: transform;
  transform: scale(1);
}
@media screen and (max-width: 1024px) {
	.main_visual{height:100vh}
  .main_visual .img_box {
    aspect-ratio: auto;
    height: 100%;
  }
  .main_visual .img_box img {
    max-width: none;
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -moz-object-fit: cover;
    object-fit: cover;
  }
}
.main_visual .txt_box {
  max-width: calc(80rem + var(--spacing) * 2);
  width: 100%;
  padding-left: var(--spacing);
  padding-right: var(--spacing);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  transform: translateX(-50%);
  height: 100%;
  padding-top: var(--top-gap);
  letter-spacing: -0.025em;
}
.main_visual .main_visual_tit {
  color: var(--color-w);
  font-size: 2.625em;
  line-height: 1.380952381em;
  text-align: left;
  will-change: transform, opacity;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.75s, opacity 0.75s;
  transition-delay: 0.35s;
}
.main_visual .main_visual_tit .thin {
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .main_visual .main_visual_tit {
    font-size: 1.375em;
  }
  .main_visual .main_visual_tit .thin {
    display: inline-block;
    margin-bottom: 0.3076923077em;
  }
}
.main_visual .swiper-controller {
}

.store_wrap {
  padding-top: 6.25em;
  padding-bottom: 7.6875em;
  padding-left: var(--spacing);
  margin-left: auto;
  width: calc(100% - (100% - var(--wrap)) / 2 + var(--spacing) * 1);
  max-width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .store_wrap {
    padding-top: 2.5em;
    padding-bottom: 3.75em;
    padding-left: var(--spacing);
    padding-right: var(--spacing);
    width: 100%;
  }
}
.store_wrap .store_lists {
  display: flex;
  gap: 0.875em;
}
@media screen and (max-width: 1024px) {
  .store_wrap .store_lists {
    flex-wrap: wrap;
    gap: 1em 0.9375em;
  }
}
.store_wrap .store_item {
  position: relative;
  transition: all 0.5s;
  will-change: width;
  height: 29.5em;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .store_wrap .store_item.on {
    flex: 0 0 auto;
    width: 40%;
  }
  .store_wrap .store_item.on .txt_box {
    max-width: min(20em, 100%);
    background: var(--main-color);
    padding: 1.5625em 1.75em 1.75em;
  }
  .store_wrap .store_item.on .tit, .store_wrap .store_item.on .addr, .store_wrap .store_item.on .more_btn {
    visibility: visible;
    opacity: 1;
    transform: none;
    transition: visibility 0.35s, opacity 0.35s, transform 0.35s;
    transition-delay: 0.5s;
  }
  .store_wrap .store_item.on .tit {
    font-weight: 700;
  }
}
@media screen and (max-width: 1280px) {
  .store_wrap .store_item.on {
    width: 37%;
  }
  .store_wrap .store_item.on .txt_box {
    max-width: 15.625em;
  }
}
@media screen and (min-width: 1024px) {
  .store_wrap .store_item:not(.on) {
    cursor: pointer;
    flex: 1 1;
    width: 20%;
  }
}
@media screen and (max-width: 1024px) {
  .store_wrap .store_item, .store_wrap .store_item.on {
    width: calc(50% - 0.5 * 0.9375em);
    height: auto;
  }
}
.store_wrap .img_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.store_wrap .img_box img {
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  -moz-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max(100%, 52vw);
  height: 100%;
  max-width: none;
  transition: all 0.35s;
  will-change: position;
}
@media screen and (max-width: 1024px) {
  .store_wrap .img_box {
    position: static;
    overflow: hidden;
  }
  .store_wrap .img_box img {
    width: 100%;
    transform: none;
    position: static;
  }
}
.store_wrap .txt_box {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  max-width: max(20em, 100%);
  width: 100%;
  height: 100%;
  transition: background 0.3s, padding 0.25s;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 40.04%), linear-gradient(0deg, rgba(221, 79, 60, 0.6), rgba(221, 79, 60, 0.6));
  padding: 1.5em 0.625em 1.5em 1.25em;
  color: var(--color-w);
  word-break: keep-all;
}
@media screen and (max-width: 1024px) {
  .store_wrap .txt_box {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100% !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 1.25em 1em;
  }
}
.store_wrap .tit {
  font-weight: 300;
  display: block;
  font-size: 2.25em;
  margin-bottom: 0.3055555556em;
  letter-spacing: -0.025em;
  will-change: visibility, opacity, transform;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1280px) {
  .store_wrap .tit {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 1024px) {
  .store_wrap .tit {
    position: relative;
    z-index: 2;
    font-size: 1.1428571429em;
    font-weight: 500;
  }
}
.store_wrap .addr, .store_wrap .more_btn {
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  will-change: visibility, opacity, transform;
}
.store_wrap .addr {
  visibility: hidden;
  display: block;
  font-size: 1.25em;
  font-weight: 400;
}
@media screen and (max-width: 1280px) {
  .store_wrap .addr {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 1024px) {
  .store_wrap .addr {
    display: none;
  }
}
.store_wrap .more_btn {
  visibility: hidden;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  font-size: 1.25em;
  gap: 0.9em;
  height: 1.4em;
  font-weight: 500;
  color: inherit;
}
@media screen and (min-width: 1024px) {
  .store_wrap .more_btn:hover::after {
    transform: translateX(10px);
  }
}
.store_wrap .more_btn::after {
  content: "";
  display: block;
  width: 1.35em;
  height: 0.75em;
  transition: transform 0.3s;
  background: url("data:image/svg+xml,%3Csvg width='28' height='16' viewBox='0 0 28 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.9531 15.043L26.9966 7.99949L19.9531 0.956011' stroke='white'/%3E%3Cpath d='M0 8L27 8' stroke='white'/%3E%3C/svg%3E%0A") no-repeat center/100% auto;
}
@media screen and (max-width: 1024px) {
  .store_wrap .more_btn {
    opacity: 0;
    visibility: visible;
    transform: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
  }
  .store_wrap .more_btn::after {
    display: none;
  }
}

.promotion_wrap {
  position: relative;
  padding-top: 5em;
  padding-bottom: 5.8125em;
  background-color: var(--gray-light);
}
@media screen and (max-width: 1024px) {
  .promotion_wrap {
    padding-top: 2.8125em;
    padding-bottom: 2.8125em;
  }
  .promotion_wrap .wrap {
    padding-right: 0;
  }
  .promotion_wrap .swiper-controller {
    display: none;
  }
}
.promotion_wrap .promotion_lists {
  position: relative;
  width: 100%;
}
.promotion_wrap .swiper-slide {
  width: 9.4375em;
}
.promotion_wrap .txt_box {
  font-size: 1.25em;
  padding-top: 1.3em;
  font-weight: 400;
}
.promotion_wrap .txt_box .promotion_tit {
  display: block;
  font-size: 1.2em;
  color: var(--color-basic);
  margin-bottom: 0.25em;
}
.promotion_wrap .txt_box .pc-reg_date {
  display: block;
  color: var(--color-sub2);
  line-height: 1.5em;
}
.promotion_wrap .txt_box .mb-reg_date{display:none;}
@media screen and (max-width: 1024px) {
  .promotion_wrap .txt_box {
    font-size: 0.875em;
    padding-top: 0.375em;
    text-align: center;
  }
  .promotion_wrap .txt_box .promotion_tit {
    font-size: 0.875em;
    margin-bottom: 0;
  }
  .promotion_wrap .txt_box .mb-reg_date {
    font-size: 0.75em;display:block;
  }
.promotion_wrap .txt_box .pc-reg_date{display:none;}
}

.tasting_wrap {
  padding-top: 6.0625em;
  padding-bottom: 5.625em;
}
@media screen and (max-width: 1024px) {
  .tasting_wrap {
    padding-top: 3.75em;
    padding-bottom: 1.875em;
  }
  .tasting_wrap .wrap {
    padding-right: 0;
  }
  .tasting_wrap .swiper-controller {
    display: none;
  }
  .tasting_tit_box .reg_date, .tasting_tit_box .reg_date .date{font-size:0.875em;}
}
.tasting_wrap .tasting_lists {
  position: relative;
  margin-top: 0.625em;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .tasting_wrap .tasting_lists {
    margin-top: 0;
  }
  .tasting_wrap .tasting_lists .swiper-slide {
    width: 20em;
  }
}
.tasting_wrap .swiper-wrapper {
  align-items: stretch;
}
.tasting_wrap .swiper-slide {
  height: auto;
  max-height: 100%;
}
.tasting_wrap .inner {
  background-color: var(--bg-color);
  height: 100%;
}

.insta_wrap {
  padding-top: 1.875em;
  padding-bottom: 7.5em;
}
@media screen and (max-width: 1024px) {
  .insta_wrap {
    padding-bottom: 3.75em;
  }
  .insta_wrap .wrap {
    padding-right: 0;
    width: auto;
  }
}
.insta_wrap .insta_lists {
  width: 100%;
  margin-top: 0.625em;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .insta_wrap .insta_lists {
    margin-top: 0;
  }
}
.insta_wrap .swiper-wrapper {
  transition-timing-function: linear;
}
.insta_wrap .insta_item {
  flex: 0 0 auto;
  width: 20em;
  -webkit-aspect-ratio: 4/5;
  -ms-aspect-ratio: 4/5;
  -o-aspect-ratio: 4/5;
  -moz-aspect-ratio: 4/5;
  aspect-ratio: 4/5;
}
@media screen and (max-width: 1024px) {
  .insta_wrap .insta_item {
    width: 9.4375em;
  }
}

/*# sourceMappingURL=main.css.map */
