div.content20250815 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
div.content20250815::before {
  content: "";
  top: 0;
  left: 0;
  background-image: url(https://osmosis.itembox.design/item/img/contents/2025aw/0815content/bg.jpg);
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
}
div.content20250815 p {
  margin: 0;
  padding: 0;
  display: block;
  box-sizing: border-box;
}
div.content20250815 img {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
div.content20250815 a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  color: black;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
div.content20250815 .fade-in {
  animation: fadein 4s;
  transition-delay: 7s;
}
@keyframes fadeout {
  0% {
    opacity: 0;
    display: block;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.1;
    z-index: -2;
  }
}
div.content20250815 .fade-out {
  animation: fadeout 7s;
}
div.content20250815 div.banner {
  width: 100%;
  z-index: 1;
}
div.content20250815 div.lead-area {
  z-index: 1;
  width: 100%;
  margin: 10% auto;
  background: #fff;
}
div.content20250815 div.lead-area div {
  width: 100%;
}
div.content20250815 div.lead-area p.lead {
  font-size: 1.4vw;
  line-height: 2.8vw;
  width: 50%;
  padding: 5% 5%;
  box-sizing: border-box;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 640px) {
  div.content20250815 div.lead-area p.lead {
    width: 80%;
    margin: 0 auto;
    font-size: 2.5vw;
    line-height: 5vw;
  }
}
div.content20250815 h1 {
  background: #472000;
  padding: 5% 5%;
  font-size: 3.5vw;
  line-height: 4vw;
  color: #fff;
  z-index: 1;
  width: 100%;
  margin-top: 15%;
  font-family: "linotype-didot", serif;
}
@media (max-width: 640px) {
  div.content20250815 h1 {
    padding: 5% 5%;
    font-size: 4.5vw;
    line-height: 7vw;
  }
}
div.content20250815 h1 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4vw;
  display: block;
  font-weight: 400;
}
@media (max-width: 640px) {
  div.content20250815 h1 span {
    font-size: 2vw;
  }
}
div.content20250815 div.content_area {
  width: 100%;
  margin: 5% auto;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  background: #fff;
  margin-bottom: 5%;
}
div.content20250815 div.content_area div {
  width: 52.5%;
}
div.content20250815 div.content_area .ma-t {
  margin-top: 30%;
  margin-left: -5%;
}
div.content20250815 div.credit {
  background: #472000;
  width: 100%;
  padding: 5% 0%;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
div.content20250815 div.credit div {
  display: flex;
  width: 50%;
}
@media (max-width: 640px) {
  div.content20250815 div.credit div {
    width: 100%;
    padding: 5%;
    justify-content: center;
  }
}
div.content20250815 div.credit div img {
  width: 33.3333333333%;
}
div.content20250815 div.credit p {
  width: 50%;
  padding: 0 5%;
  margin: 0 auto;
}
@media (max-width: 640px) {
  div.content20250815 div.credit p {
    width: 100%;
    padding: 5% 10%;
  }
}
div.content20250815 div.credit p a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 1.4vw;
  line-height: 5vw;
  align-items: center;
  z-index: 2;
  color: #fff;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
}
@media (max-width: 640px) {
  div.content20250815 div.credit p a {
    font-size: 2.8vw;
    line-height: 7vw;
  }
}
div.content20250815 div.credit p a span {
  display: block;
  font-size: 1vw;
  margin: 0 0 0 auto;
  margin-right: 2%;
}
@media (max-width: 640px) {
  div.content20250815 div.credit p a span {
    font-size: 2.4vw;
  }
}
div.content20250815 div.credit p a::after {
  content: "BUY";
  font-size: 0.8vw;
  line-height: 1.2vw;
  background: #ffffff;
  padding: 1% 1%;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  color: #000000;
  border: #ffffff 1px solid;
}
@media (max-width: 640px) {
  div.content20250815 div.credit p a::after {
    font-size: 2vw;
    line-height: 2.2vw;
  }
}
div.content20250815 div.credit p a:hover {
  transition: 1s;
  color: #7a7a7a;
}
div.content20250815 div.credit p a:hover::after {
  background: #858585;
  color: #fff;
}
div.content20250815 div.ohter {
  background: #dcd0c4;
  width: 100%;
  padding: 5% 20%;
  z-index: 2;
  margin: 5% 0%;
}
@media (max-width: 640px) {
  div.content20250815 div.ohter {
    padding: 5% 10%;
  }
}
div.content20250815 div.ohter a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 1.4vw;
  line-height: 5vw;
  align-items: center;
  z-index: 2;
  color: #472000;
  font-family: "linotype-didot", serif;
}
@media (max-width: 640px) {
  div.content20250815 div.ohter a {
    font-size: 2.8vw;
    line-height: 7vw;
  }
}
div.content20250815 div.ohter a span {
  display: block;
  font-size: 1vw;
  margin: 0 0 0 auto;
  margin-right: 2%;
}
@media (max-width: 640px) {
  div.content20250815 div.ohter a span {
    font-size: 2.4vw;
  }
}
div.content20250815 div.ohter a::after {
  content: "BUY";
  font-size: 0.8vw;
  line-height: 1.2vw;
  background: #472000;
  padding: 0.5% 1%;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  color: #fff;
  border: #472000 1px solid;
}
@media (max-width: 640px) {
  div.content20250815 div.ohter a::after {
    font-size: 2vw;
    line-height: 2.2vw;
  }
}
div.content20250815 div.ohter a:hover {
  transition: 1s;
  color: #7a7a7a;
}
div.content20250815 div.ohter a:hover::after {
  background: #ffffff;
  color: #472000;
}/*# sourceMappingURL=0815content.css.map */