div.content20250919_2 {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
}
div.content20250919_2 img {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
div.content20250919_2 div.banner {
  width: 1024px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  div.content20250919_2 div.banner {
    width: 100%;
  }
}
div.content20250919_2 p.lead {
  width: 50%;
  margin: 10% auto;
}
@media (max-width: 640px) {
  div.content20250919_2 p.lead {
    width: 95%;
  }
}
div.content20250919_2 div.comment_box {
  padding: 48px;
}
div.content20250919_2 div.comment_box p {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
}
div.content20250919_2 div.style_area div.style_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
div.content20250919_2 div.style_area div.style_box div.img_box {
  width: 50%;
}
@media (max-width: 640px) {
  div.content20250919_2 div.style_area div.style_box div.img_box {
    width: 100%;
  }
}
div.content20250919_2 div.style_area div.style_box.right_box div.img_box {
  order: 2;
}
@media (max-width: 640px) {
  div.content20250919_2 div.style_area div.style_box.right_box div.img_box {
    order: 1;
  }
}
div.content20250919_2 div.style_area div.style_box.right_box div.credit_box {
  order: 1;
  text-align: right;
}
@media (max-width: 640px) {
  div.content20250919_2 div.style_area div.style_box.right_box div.credit_box {
    order: 2;
  }
}
div.content20250919_2 div.style_area div.style_box.right_box div.credit_box p.title {
  text-align: right;
}
div.content20250919_2 div.style_area div.style_box.right_box div.credit_box a {
  justify-content: flex-end;
}
@media (max-width: 640px) {
  div.content20250919_2 div.style_area div.style_box.right_box div.credit_box a span:first-child {
    display: block;
    text-align: right;
    margin-right: 0;
  }
}
div.content20250919_2 div.style_area div.credit_box {
  width: 50%;
  padding: 0 48px;
}
div.content20250919_2 div.style_area div.credit_box p {
  margin: 0;
  padding: 0;
}
div.content20250919_2 div.style_area div.credit_box p.title {
  font-family: "Bodoni Moda", serif;
  font-size: 48px;
  transition: 0.8s 0.4s;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
div.content20250919_2 div.style_area div.credit_box p.title.inview {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 640px) {
  div.content20250919_2 div.style_area div.credit_box p.title {
    font-size: 24px;
  }
}
div.content20250919_2 div.style_area div.credit_box p.cartBtn {
  display: inline-flex;
  align-items: center;
  background: #444;
  padding: 0 24px;
  font-family: "Bodoni Moda", serif;
  cursor: pointer;
  transition: 0.8s;
  color: #fff;
  margin-top: 24px;
  font-size: 20px;
  height: 48px;
  opacity: 0;
}
div.content20250919_2 div.style_area div.credit_box p.cartBtn:hover {
  background: rgba(0, 0, 0, 0.5);
}
div.content20250919_2 div.style_area div.credit_box p.cartBtn.inview {
  opacity: 1;
}
div.content20250919_2 div.style_area div.credit_box p.cartBtn::before {
  content: "";
  display: inline-flex;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url("https://osmosis.itembox.design/item/img/contents/2025aw/0919content2/cart_icon.svg");
  background-size: cover;
}
div.content20250919_2 div.style_area div.credit_box a {
  font-family: "Bodoni Moda", "Noto Serif JP", serif;
  color: #444;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: 0.8s;
  opacity: 0;
}
div.content20250919_2 div.style_area div.credit_box a span {
  display: inline-flex;
  margin-right: 8px;
}
div.content20250919_2 div.style_area div.credit_box a::after {
  content: "Detail";
  display: inline-flex;
  font-size: 80%;
  color: #444;
  border: 1px solid #444;
  padding: 0 4px;
}
div.content20250919_2 div.style_area div.credit_box a:hover {
  color: rgba(0, 0, 0, 0.5);
}
div.content20250919_2 div.style_area div.credit_box a.inview {
  opacity: 1;
}
@media (max-width: 640px) {
  div.content20250919_2 div.style_area div.credit_box a {
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  div.content20250919_2 div.style_area div.credit_box {
    width: 100%;
    padding: 32px;
  }
  div.content20250919_2 div.style_area div.credit_box span:first-child {
    width: 100%;
  }
}
div.content20250919_2 div.style_area div.img_anime {
  position: relative;
}
div.content20250919_2 div.style_area div.img_anime::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: 0.8s;
}
div.content20250919_2 div.style_area div.img_anime.inview::after {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
div.content20250919_2 div.other_area {
  margin-top: 96px;
}
div.content20250919_2 div.other_area div.other_title {
  text-align: center;
  font-family: "Bodoni Moda", "Noto Serif JP", serif;
  margin-bottom: 24px;
  font-size: 20px;
}
@media (max-width: 640px) {
  div.content20250919_2 div.other_area div.other_title {
    font-size: 14px;
  }
}
div.content20250919_2 div.other_area div.other_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 640px) {
  div.content20250919_2 div.other_area div.other_box {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}
div.content20250919_2 div.other_area div.other_box div.category_box a {
  display: block;
  position: relative;
  transition: 0.8s;
}
div.content20250919_2 div.other_area div.other_box div.category_box a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-family: "Bodoni Moda", "Noto Serif JP", serif;
}
div.content20250919_2 div.other_area div.other_box div.category_box a:hover {
  opacity: 0.7;
}/*# sourceMappingURL=0919content2.css.map */