*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  width: 100%;
  display: block;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  transition: 0.4s;
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
}

ul {
  list-style: none;
}

.ib_item {
  display: inline-block;
}

.text_base {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 640px) {
  .text_base {
    font-size: 14px;
  }
}

.contents_wrapper {
  max-width: 1200px;
  width: 96%;
  margin-inline: auto;
}

div.happybag20251126 {
  width: 100%;
  overflow: hidden;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 640px) {
  div.happybag20251126 {
    font-size: 14px;
  }
}
div.happybag20251126 h1,
div.happybag20251126 h2,
div.happybag20251126 h3,
div.happybag20251126 p {
  line-height: 1.5;
  letter-spacing: 0.05em;
}
div.happybag20251126 div.banner {
  max-width: 1200px;
  margin: 0 auto;
}
div.happybag20251126 .lead_area {
  max-width: 1200px;
  width: 96%;
  margin: 8% auto;
}
@media (max-width: 640px) {
  div.happybag20251126 .lead_area {
    margin: 10% auto;
  }
}
div.happybag20251126 .lead_area p.lead_text {
  margin: 3% auto 0;
  text-align: center;
}
div.happybag20251126 .lead_area .benefits {
  margin: 8% auto 0;
  max-width: 1000px;
  width: 98%;
}
@media (max-width: 640px) {
  div.happybag20251126 .lead_area .benefits {
    margin: 10% auto 0;
  }
}
div.happybag20251126 .lead_area .benefits ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 300px));
  gap: 1em;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  div.happybag20251126 .lead_area .benefits ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 450px) {
  div.happybag20251126 .lead_area .benefits ul {
    gap: 0;
  }
}
div.happybag20251126 .lead_area .benefits ul li {
  display: flex;
  flex-direction: column;
  gap: 0.8em;
  align-items: center;
  position: relative;
}
div.happybag20251126 .lead_area .benefits ul li::after {
  content: "";
  width: 50%;
  aspect-ratio: 79/20;
  background-image: url(https://osmosis.itembox.design/item/img/contents/2025aw/1126happybag/ichimatsu.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0.5em;
  top: 2em;
}
@media (max-width: 450px) {
  div.happybag20251126 .lead_area .benefits ul li::after {
    width: 40%;
  }
}
div.happybag20251126 .lead_area .benefits ul li img {
  width: 30%;
  aspect-ratio: 1;
  min-width: 60px;
  align-self: flex-start;
}
@media (max-width: 450px) {
  div.happybag20251126 .lead_area .benefits ul li img {
    width: 50px;
    min-width: unset;
  }
}
div.happybag20251126 .lead_area .benefits ul li p {
  text-align: center;
}
@media (max-width: 640px) {
  div.happybag20251126 .lead_area .benefits ul li p {
    font-size: 12px;
  }
}
@media (max-width: 450px) {
  div.happybag20251126 .lead_area .benefits ul li p {
    font-size: 10px;
  }
}
div.happybag20251126 .lead_area .benefits ul li p .big_text {
  font-size: 120%;
  font-weight: bold;
}
div.happybag20251126 .lead_area .benefits .delivery_date {
  text-align: center;
  font-size: 18px;
  border-bottom: 3px double #b30029;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 6px;
  margin: 8% auto;
}
@media (max-width: 640px) {
  div.happybag20251126 .lead_area .benefits .delivery_date {
    font-size: 16px;
    margin: 10% auto;
  }
}
div.happybag20251126 .att_area {
  margin-top: 8%;
  margin-inline: auto;
  max-width: 800px;
  width: 90%;
  text-align: center;
  position: relative;
}
@media (max-width: 810px) {
  div.happybag20251126 .att_area {
    margin-top: 10%;
  }
}
@media (max-width: 640px) {
  div.happybag20251126 .att_area {
    margin-top: 12%;
    width: 94%;
  }
}
div.happybag20251126 .att_area::after {
  content: "";
  width: 100%;
  max-height: 30px;
  aspect-ratio: 79/20;
  background-image: url(https://osmosis.itembox.design/item/img/contents/2025aw/1126happybag/ichimatsu.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -20px;
}
@media (max-width: 640px) {
  div.happybag20251126 .att_area::after {
    max-height: unset;
    height: 20px;
  }
}
div.happybag20251126 .att_area .att_title {
  color: #b30029;
  font-size: 18px;
  font-weight: bold;
  padding-top: 40px;
}
div.happybag20251126 .att_area .att_title b {
  font-size: 110%;
}
@media (max-width: 640px) {
  div.happybag20251126 .att_area .att_title {
    font-size: 16px;
  }
  div.happybag20251126 .att_area .att_title span {
    display: none;
  }
}
@media (max-width: 450px) {
  div.happybag20251126 .att_area .att_title {
    font-size: 12px;
  }
}
div.happybag20251126 .att_area h2 {
  color: #b30029;
  font-size: 20px;
  font-weight: bold;
  padding-top: 20px;
}
@media (max-width: 640px) {
  div.happybag20251126 .att_area h2 {
    font-size: 18px;
  }
}
div.happybag20251126 .att_area .att_text {
  margin-top: 0.5em;
  padding: 1.25em;
  border: 3px double #b30029;
}
div.happybag20251126 .att_area .att_text span {
  line-height: 1.8;
}/*# sourceMappingURL=1126happybag.css.map */