@media screen and (min-width: 769px) {
  .wrapper:has(.main.renewal2604) {
    width: 100%;
    padding: 0;
  }
}

.main.renewal2604 {
  overflow: hidden;
  width: 100%;
  font-family: serif;
  margin-bottom: 50px;
}

@media screen and (min-width: 769px) {
  .main.renewal2604 {
    margin-bottom: 100px;
  }
}

.main.renewal2604 * {
  box-sizing: border-box;
}

.ttl,
.ttl-bd {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
  margin-left: 0;
  color: #1b2e6a;
  font-family: serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.ttl-bd {
  align-items: center;
}

@media screen and (max-width: 999px) {
  .ttl,
  .ttl-bd {
    gap: 15px;
  }
}

@media screen and (min-width: 769px) {
  .ttl-bd {
    margin-bottom: 63px;
    margin-left: 0;
    font-size: 28px;
  }
}

.ttl:after,
.ttl-bd:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #1b2e6a;
}

.ttl-bd:before {
  content: none;
}

.mv {
  position: relative;
}

.mv .swiper {
  height: 800px;
}

.mv .swiper-pagination {
  bottom: -20px !important;
}

.mv .swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  border-radius: 0;
}

.mv .swiper-pagination-bullet-active {
  background: #1b2e6a;
}

.mv .swiper-button-prev svg path,
.mv .swiper-button-next svg path {
  fill: #fff;
}

.mv .swiper-slide {
  width: 100% !important;
}

.mv .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 999px) {
  .main {
    width: 100%;
  }

  .mv {
    width: 100%;
  }

  .mv img {
    max-width: 100%;
    width: auto;
    height: auto;
  }

  .mv .swiper {
    width: 100%;
    height: 200px;
  }

  .mv .swiper-pagination {
    bottom: -20px !important;
  }

  .mv .swiper-pagination-bullet {
    width: 20px;
  }
}

.info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 848px;
  width: 100%;
  margin: 0 auto;
  padding: 135px 0 200px;
}

@media screen and (max-width: 999px) {
  .info {
    flex-direction: column;
    gap: 30px;
    padding: 80px 0 100px;
  }

  .info .ttl:after {
    margin: 0 auto;
  }
}

.info .info__list {
  display: flex;
  flex-direction: column;
  gap: 19px;
  padding: 0 20px;
  font-size: 14px;
}

.info .info__list .row {
  display: grid;
  grid-template-columns: 140px 1fr;
}

@media screen and (max-width: 999px) {
  .info .info__list .row {
    grid-template-columns: 70px 1fr;
    gap: 20px;
  }
}

.info .info__list dt {
  margin: 0;
}

.info .info__list dt a {
  color: inherit;
  text-decoration: none;
}

.info .info__list dt a:hover {
  text-decoration: underline;
}

.info .info__list dd {
  grid-area: 1/1/1/1;
  margin: 0;
  color: #999;
}

.pickUpItem {
  display: grid;
  grid-template-columns: 500px 1fr;
  align-items: center;
  gap: 20px;
  max-width: 1181px;
  width: 100%;
  margin: 0 auto;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1181px) {
  .pickUpItem {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1099px) {
  .pickUpItem {
    grid-template-columns: 400px 1fr;
    gap: 50px;
    max-width: max-content;
  }
}

@media screen and (max-width: 767px) {
  .pickUpItem {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.pickUpItem .pickUpItem__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (min-width: 1100px) {
  .pickUpItem .pickUpItem__content {
    margin-left: auto;
  }
}

@media screen and (max-width: 999px) {
  .pickUpItem .pickUpItem__content {
    gap: 30px;
  }
}

.pickUpItem .pickUpItem__desc {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pickUpItem .pickUpItem__tmb {
  position: relative;
  margin: 0;
}

.pickUpItem .pickUpItem__tmb img {
  width: 100%;
  height: auto;
}

.pickUpItem .pickUpItem__tmb:after {
  content: "PICK UP";
  position: absolute;
  top: -30px;
  right: -30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 83px;
  height: 83px;
  border-radius: 50%;
  color: #fff;
  background-color: #1b2e6a;
  font-size: 14px;
  font-weight: 600;
}

@media screen and (max-width: 1099px) {
  .pickUpItem .pickUpItem__tmb:after {
    top: -15px;
    right: -15px;
    width: 70px;
    height: 70px;
    font-size: 12px;
  }
}

.pickUpItem .pickUpItem__content .pickUpItem__name {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.pickUpItem .pickUpItem__content .pickUpItem__txt {
  margin: 0;
  font-size: 14px;
}

.pickUpItem .pickUpItem__content .pickUpItem__price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #757575;
}

.pickUpItem .pickUpItem__content .pickUpItem__price .price {
  font-size: 16px;
}

.pickUpItem .pickUpItem__content .pickUpItem__price .tax {
  font-size: 13px;
}

.pickUpItem .pickUpItem__content .pickUpItem__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 308px;
  width: 100%;
  padding: 14px 0;
  border: 1px solid #1b2e6a;
  color: #1b2e6a;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.pickUpItem .pickUpItem__content .pickUpItem__link:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #1b2e6a;
  border-right: 1px solid #1b2e6a;
  transform: rotate(45deg);
}

@media screen and (max-width: 999px) {
  .pickUpItem .pickUpItem__content .pickUpItem__link {
    max-width: none;
  }
}

.itemList {
  padding: 0 15px;
}

@media screen and (min-width: 769px) {
  .itemList {
    max-width: 1280px;
    margin: 0 auto 40px;
  }
}

body.shop .wrapper.footerMenu {
  padding: 0 15px;
}

@media screen and (min-width: 769px) {
  body.shop .wrapper.footerMenu {
    width: 1020px;
  }
}

