@charset "UTF-8";

@media (min-width: 769px) {
  main .inner {
    width: 1040px;
  }
}
@media (max-width: 768px) {
  .inner {
    padding: 0;
  }
}

#page-summerhappybag_2025 img {
  display: block;
}


/*
ラインナップをCheck！
================================================ */
.l-lineup {
  position: relative;
}
.lineup {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.lineup a {
  display: block;
  max-width: 975px;
}
.lineup img {
  width: 100%;
}

@media screen and (max-width: 820px) {
  .lineup a {
    width: 90%;
  }
}


/*
注意事項
================================================ */
.attention {
  border: 1px solid #333333;
  margin-top: 40px;
  padding: 40px;
}
.attention__heading {
  margin: 0 0 1em;
  font-size: 3.0rem;
  font-weight: 700;
  text-align: center;
}
.attention__text {
  line-height: 1.7;
}
.attention__text a {
  color: #B9647B;
}
.attention__text p {
  margin-top: 1em;
}
.attention__text ul {
  margin: 1em 0 0 1em;
}
.attention__text li::before {
  content: "・";
  display: inline-block;
  text-indent: -1em;
}

@media screen and (max-width: 820px) {
  /* 注意事項 */
  .attention {
    padding: 30px 20px;
    margin: 40px 20px;
  }
  .attention__heading {
    margin: 0 0 0.5em;
    font-size: 2.4rem;
  }
}

/*------------------------------------------------------
  CTA
------------------------------------------------------*/
.cta {
  position: relative;
}
.cta .btn-cart {
  position: absolute;
  cursor: pointer;
}
.cta .btn-cart img {
  width: 100%;
}
.cta .btn-cart.wide {
  left: 80px;
  bottom: 50px;
  max-width: 850px;
  width: 100%;
}
.cta .btn-cart.short {
  right: 50px;
  bottom: 40px;
  max-width: 420px;
  width: 100%;
}
.btn-cart.short {
  bottom: 80px;
}

@media screen and (max-width: 820px) {
  .cta .btn-cart.wide {
    left: 6.4vw;
    bottom: 3.733vw;
    width: 89.1%;
  }
  .cta .btn-cart.short {
    right: 5.333vw;
    bottom: 5.867vw;
    width: 40vw;
  }
}