@charset "utf-8";@charset "UTF-8";

#header,
.keyword-box,
.crumbsList,
#header .header__nav,
#header .header__inner,
#header .header__nav--bottom {
  display: none;
}

/* 
  ==========================================
  フォント指定
  ========================================== 
*/
.venice-mart-banner,
.venice-mart-popup,
.venice-mart-products,
.venice-mart-gallery,
.venice-mart-footer {
  font-family: "Helvetica Neue LT Pro", "Helvetica Neue", Helvetica, "Inter", Arial, "Hiragino Sans", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ==========================================
   Base & Reset
========================================== */

.sp-br {
  display: none;
}

/* ==========================================
   1. HERO BANNER COMPONENT
========================================== */
.venice-mart-banner {
  position: relative;
  width: 100%;
  height: 750px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.venice-mart-banner::before,
.venice-mart-banner::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 60px;
  background-image: repeating-linear-gradient(
    -45deg,
    #e3322e,
    #e3322e 17px,
    #ffffff 17px,
    #ffffff 34px
  );
  background-color: transparent;
}

.venice-mart-banner::before {
  top: 0;
}

.venice-mart-banner::after {
  bottom: 0;
}

.venice-mart-banner__inner {
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.venice-mart-banner__logo {
  margin: 0 0 35px 0;
  padding: 0;
}

.venice-mart-banner__logo img {
  display: block;
  width: 100%;
  max-width: 540px;
  height: auto;
}

.venice-mart-banner__subtitle {
    font-weight: 700;
    font-size: 16px;
    color: #e3322e;
    margin: 70px 0 18px 0;
    letter-spacing: 0.08em;
}

.venice-mart-banner__desc {
    font-weight: 500;
    font-size: 15px;
    color: #555555;
    line-height: 1.85;
    margin: 0;
}

/* ==========================================
   2. POP UP SHOP COMPONENT
========================================== */
.venice-mart-popup {
  width: 100%;
  padding: 100px 20px;
  background-color: #ffffff;
  box-sizing: border-box;
}

.venice-mart-popup__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
}

.venice-mart-popup__content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  max-width: 580px;
}

.venice-mart-popup__title {
  font-weight: 700;
  font-size: 52px;
  color: #e3322e;
  margin: 0 0 15px 0;
  letter-spacing: 0.02em;
  line-height: 1.1;
}

.venice-mart-popup__intro {
    font-size: 14px;
    color: #555555;
    line-height: 1.8;
    margin: 0 0 45px 0;
}

.venice-mart-popup__text {
  font-size: 14px;
  line-height: 1.8;
  color: #555555;
  margin-top: 0;
  margin-bottom: 15px;
}

.venice-mart-popup__event {
  margin: 0 0 35px 0;
}

.venice-mart-popup__event:last-child {
  margin-bottom: 0;
}

.venice-mart-popup__date {
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  color: #e3322e;
  border: 1px solid #e3322e;
  border-radius: 30px;
  padding: 4px 18px;
  margin: 0 0 12px 0;
}

.venice-mart-popup__store {
  font-weight: 700;
  font-size: 22px;
  color: #e3322e;
  margin: 0 0 5px 0;
  letter-spacing: 0.02em;
}

/* アコーディオンスタイル */
.venice-mart-popup__info-label {
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  color: #aaaaaa;
  margin: 0 0 12px 0;
  cursor: pointer;
  list-style-type: none;
  transition: opacity 0.3s ease, color 0.3s ease;
  letter-spacing: 0.05em;
}

.venice-mart-popup__info-label::-webkit-details-marker {
  display: none;
}

.venice-mart-popup__info-label:hover {
  opacity: 0.6;
  color: #e3322e;
}

.venice-mart-popup__accordion[open] .venice-mart-popup__info-label {
  margin-bottom: 8px;
}

.venice-mart-popup__desc {
  font-size: 13px;
  color: #555555;
  line-height: 1.8;
  margin: 0;
}

.venice-mart-popup__image {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  text-align: right;
}

.venice-mart-popup__image img {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
  margin: 0 0 0 auto;
}

/* ==========================================
   3. PRODUCTS COMPONENT
========================================== */
.venice-mart-products {
  position: relative;
  width: 100%;
  padding: 100px 20px;
  background-color: #ffffff;
  box-sizing: border-box;
}

.venice-mart-products::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-image: repeating-linear-gradient(
    -45deg,
    #e3322e,
    #e3322e 17px,
    #ffffff 17px,
    #ffffff 34px
  );
  background-color: transparent;
}

.venice-mart-products__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.venice-mart-products__title {
  font-weight: 700;
  font-size: 52px;
  color: #e3322e;
  text-align: right;
  margin: 20px 0 30px 0;
  letter-spacing: 0.02em;
  line-height: 1;
}

.venice-mart-products__group {
  margin: 0 0 80px 0;
}

.venice-mart-products__group:last-of-type {
  margin-bottom: 0;
}

.venice-mart-products__filter-wrapper {
  text-align: left;
  margin: 0 0 30px 0;
}

.venice-mart-products__filter {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  color: #e3322e;
  border: 2px solid #ffb3b3;
  border-radius: 30px;
  padding: 6px 40px;
  letter-spacing: 0.05em;
  background-color: #ffffff;
}

.venice-mart-products__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 32px;
}

.venice-mart-product-item {
  display: flex;
  flex-direction: column;
}

.venice-mart-product-item a {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.venice-mart-product-item a:hover {
  opacity: 0.8;
}

.venice-mart-product-item__image {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  margin: 0 0 15px 0;
  background-color: #fcfcfc;
}

.venice-mart-product-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.venice-mart-product-item__image img.is-active {
  opacity: 1;
}

.venice-mart-product-item__name {
  font-weight: 700;
  font-size: 14px;
  color: #aaaaaa;
  text-align: center;
  margin: 0;
  letter-spacing: 0.05em;
}

.venice-mart-products__action {
  text-align: center;
  margin: 60px 0 0 0;
}

.venice-mart-products__all-link {
  display: inline-block;
  font-weight: 700;
  font-size: 32px;
  color: #aaaaaa !important;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: opacity 0.3s ease, color 0.3s ease;
}

.venice-mart-products__all-link:hover {
  color: #e3322e !important;
  opacity: 0.8;
}

.venice-mart-products__note {
    display: block;
    font-size: 10px;
    color: #555555;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 20px;
}

/* ==========================================
   4. GALLERY COMPONENT
========================================== */
.venice-mart-gallery {
  width: 100%;
  padding: 0 20px 100px 20px;
  background-color: #ffffff;
  box-sizing: border-box;
}

.venice-mart-gallery__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.venice-mart-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 24px;
  column-gap: 24px;
}

.venice-mart-gallery__item {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background-color: #f4f4f4;
}

.venice-mart-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.venice-mart-gallery__item:hover img {
  transform: scale(1.05);
}

.venice-mart-gallery__item--coming-soon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #e3322e;
}

.venice-mart-gallery__item--coming-soon span {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-align: center;
}

/* ==========================================
   5. FOOTER COMPONENT
========================================== */
.venice-mart-footer {
  position: relative;
  width: 100%;
  padding: 80px 20px 100px 20px;
  background-color: #ffffff;
  box-sizing: border-box;
}

.venice-mart-footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-image: repeating-linear-gradient(
    -45deg,
    #e3322e,
    #e3322e 17px,
    #ffffff 17px,
    #ffffff 34px
  );
  background-color: transparent;
}

.venice-mart-footer__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.venice-mart-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  row-gap: 80px;
  column-gap: 80px;
}

.venice-mart-footer__links a {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  color: #e3322e;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: opacity 0.3s ease;
}

.venice-mart-footer__links a:hover {
  opacity: 0.5;
}

/* ==========================================
   RESPONSIVE (MEDIA QUERIES)
========================================== */
@media screen and (max-width: 768px) {

  .sp-br {
    display: inline;
  }

  .venice-mart-banner {
    height: 100vh;
    min-height: 400px;
    max-height: none;
    padding: 50px 15px;
  }
  
  .venice-mart-banner::before,
  .venice-mart-banner::after {
    height: 40px;
  }

  .venice-mart-banner__logo {
    margin-bottom: 20px;
  }

  .venice-mart-banner__logo img {
    max-width: 320px;
  }

  .venice-mart-banner__subtitle {
    font-size: 14px;
  }

  .venice-mart-banner__desc {
    font-size: 14px;
  }

  .venice-mart-popup {
    padding: 30px 20px;
  }

  .venice-mart-popup__inner {
    flex-direction: column;
    row-gap: 40px;
    column-gap: 40px;
  }

  .venice-mart-popup__content {
    max-width: 100%;
    width: 100%;
    order: 2;
  }

  .venice-mart-popup__image {
    width: 100%;
    text-align: center;
    order: 1;
  }

  .venice-mart-popup__image img {
    margin: 0 auto;
    max-width: 60%;
  }

  .venice-mart-popup__title {
    font-size: 40px;
  }

  .venice-mart-popup__store {
    font-size: 19px;
  }

  .venice-mart-products {
    padding: 60px 15px 80px 15px;
  }

  .venice-mart-products::before {
    height: 40px;
  }

  .venice-mart-products__title {
    font-size: 35px;
    margin-bottom: 20px;
  }

  .venice-mart-products__group {
    margin-bottom: 50px;
  }

  .venice-mart-products__filter-wrapper {
    margin-bottom: 20px;
  }

  .venice-mart-products__filter {
    font-size: 13px;
    padding: 5px 30px;
  }

  .venice-mart-products__grid {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
    row-gap: 10px;
  }

  .venice-mart-product-item__name {
    font-size: 11px;
  }

  .venice-mart-products__action {
    margin-top: 60px;
  }

  .venice-mart-gallery {
    padding: 0 15px 80px 15px;
  }

  .venice-mart-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
    column-gap: 10px;
  }

  .venice-mart-gallery__item--coming-soon span {
    font-size: 11px;
  }

  .venice-mart-footer {
    padding: 10px 15px 80px 15px;
  }

  .venice-mart-footer::after {
    height: 40px;
  }

    .venice-mart-footer__links {
        flex-direction: column;
        row-gap: 30px;
        column-gap: 30px;
        margin-bottom: 50px;
    }

  .venice-mart-footer__links a {
    font-size: 16px;
  }

  .venice-mart-products__all-link {
    font-size: 18px;
  }
}

@media screen and (max-width: 430px) {
  .venice-mart-popup__image img {
    margin: 0 auto;
    max-width: 80%;
  }

  .venice-mart-products__note {
    display: block;
    font-size: 10px;
    color: #555555;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 10px;
  }
}