.inlineblock_item {
  display: inline-block;
}

div.contents20210917outer {
  background-color: #fff !important;
}
div.contents20210917outer div.contents_top p {
  width: 80%;
  max-width: 600px;
}
@media screen and (max-width: 640px) {
  div.contents20210917outer div.contents_top p {
    width: 100%;
    margin: 6% 0;
    font-size: 14px;
  }
}
div.contents20210917outer div.contents_top,
div.contents20210917outer div.contents_main {
  width: 1200px;
}
@media screen and (max-width: 1200px) {
  div.contents20210917outer div.contents_top,
  div.contents20210917outer div.contents_main {
    width: 100%;
  }
}
div.contents20210917outer div.contents_main div.contents_style {
  background: rgba(255, 255, 255, 0.8) no-repeat center/cover;
  position: relative;
  padding: 4%;
  z-index: 1;
}
@media screen and (max-width: 840px) {
  div.contents20210917outer div.contents_main div.contents_style {
    padding-bottom: 260px;
  }
}
@media screen and (max-width: 640px) {
  div.contents20210917outer div.contents_main div.contents_style {
    padding-bottom: 220px;
  }
}
div.contents20210917outer div.contents_main div.contents_style::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 2;
}
div.contents20210917outer div.contents_main div.contents_style > div {
  z-index: 3;
  width: 50%;
}
div.contents20210917outer div.contents_main div.contents_style h1 {
  width: 70%;
  margin: 5% auto;
  font-size: clamp(1.75rem, 0.8929rem + 2.1429vw, 2.5rem);
  line-height: 2;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 3;
  color: #c7c7c7;
}
div.contents20210917outer div.contents_main div.contents_style h1 span {
  display: block;
  font-size: 10px;
  line-height: 2;
  border-bottom: 1px solid #c7c7c7;
}
@media screen and (max-width: 640px) {
  div.contents20210917outer div.contents_main div.contents_style h1 {
    width: 100%;
    font-size: clamp(1.25rem, 0.5425rem + 3.0189vw, 1.75rem);
  }
}
div.contents20210917outer div.contents_main div.contents_style div.items {
  display: flex;
  width: 70%;
  margin: 5% auto;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
div.contents20210917outer div.contents_main div.contents_style div.items a {
  display: block;
  width: 40%;
  margin: 10% auto;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  background: black;
  padding: 2% 0;
  border: 1px solid #000;
}
div.contents20210917outer div.contents_main div.contents_style div.items a:hover {
  color: #000;
  background: #fff;
  transition: 0.5s;
}
div.contents20210917outer div.contents_main div.contents_style div.items img {
  width: 25%;
  display: block;
}
@media screen and (max-width: 640px) {
  div.contents20210917outer div.contents_main div.contents_style div.items {
    width: 90%;
  }
  div.contents20210917outer div.contents_main div.contents_style div.items a {
    width: 60%;
    font-size: 14px;
  }
}
div.contents20210917outer div.contents_main div.contents_style div.color_area {
  width: 100%;
  margin: auto;
  position: relative;
  margin-top: -10%;
  flex-wrap: wrap;
}
@media screen and (max-width: 680px) {
  div.contents20210917outer div.contents_main div.contents_style div.color_area {
    margin-left: 5%;
  }
}
div.contents20210917outer div.contents_main div.contents_style div.color_area::after {
  content: "ITEMS";
  position: absolute;
  left: -31%;
  bottom: 12%;
  font-size: 2vw;
  padding-bottom: 0.5%;
  border-bottom: 1px solid #000;
  transform: rotate(90deg);
  width: 60%;
  text-align: right;
  letter-spacing: 0.3vw;
}
@media screen and (max-width: 680px) {
  div.contents20210917outer div.contents_main div.contents_style div.color_area::after {
    left: -25%;
    bottom: 24%;
    font-size: 4vw;
    width: 53%;
  }
}
div.contents20210917outer div.contents_main div.contents_style div.item_credit {
  width: 98%;
  display: flex;
  justify-content: left;
  flex-direction: column;
  padding: 3%;
  margin: 32px auto !important;
  background: rgba(255, 255, 255, 0.53);
}
div.contents20210917outer div.contents_main div.contents_style div.item_credit p a {
  display: flex;
  justify-content: space-between;
  padding: 12px 6px;
  padding-right: 40px;
  position: relative;
}
@media screen and (max-width: 640px) {
  div.contents20210917outer div.contents_main div.contents_style div.item_credit p a {
    padding: 8px 6px;
    padding-right: 40px;
  }
}
div.contents20210917outer div.contents_main div.contents_style div.item_credit p a::before {
  content: "click";
  position: absolute;
  right: 0%;
  bottom: 31%;
  background: #000;
  color: #fff;
  font-size: 10px;
  padding: 1%;
  line-height: 13px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #000;
}
div.contents20210917outer div.contents_main div.contents_style div.item_credit p a:hover::before {
  background: #fff;
  color: #000;
  transition: 0.5s;
}
@media screen and (max-width: 840px) {
  div.contents20210917outer div.contents_main div.contents_style div.item_credit {
    width: 100%;
    padding: 12px;
    padding-left: 6%;
    position: absolute;
    bottom: -1%;
    left: 0;
    z-index: 5;
  }
  div.contents20210917outer div.contents_main div.contents_style div.item_credit p a::before {
    content: "TAP";
    bottom: 29%;
  }
}
div.contents20210917outer div.contents_main div.contents_style div.style_left div {
  margin-left: auto;
}
div.contents20210917outer div.contents_main div.contents_style div.style_right div {
  margin-right: auto;
}
div.contents20210917outer div.contents_main div.back_img {
  background-image: url("https://osmosis.itembox.design/item/img/contents/2025ss/0207content/back.jpg");
}

div.w80 {
  width: 80%;
}

div.w90 {
  width: 90%;
}/*# sourceMappingURL=0509content.css.map */