div.contents20221122 {
  width: 100%;
  overflow: hidden;
  padding: 0;
  background: #fff;
}

div.contents20221122 p {
  margin: 0;
  padding: 0;
}

div.contents20221122 img {
  width: 100%;
}

div.contents20221122 a {
  text-decoration: none;
}

@media (max-width: 1024px) {
  div.contents20221122 {
    width: 100%;
  }
}

div.contents20221122 div.top_area {
  width: 1024px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  div.contents20221122 div.top_area {
    width: 100%;
  }
}

div.contents20221122 div.top_area p {
  font-family: "Noto Sans JP", sans-serif;
  width: 480px;
  margin: 0 auto;
  padding: 48px 0;
  font-size: 16px;
  line-height: 30px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 640px) {
  div.contents20221122 div.top_area p {
    width: 100%;
    padding: 24px;
    font-size: 14px;
    line-height: 26px;
  }
}

div.contents20221122 div.top_img {
  width: 1024px;
  margin: 0 auto 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1px;
}

@media (max-width: 1024px) {
  div.contents20221122 div.top_img {
    width: 100%;
  }
}

@media (max-width: 640px) {
  div.contents20221122 div.top_img {
    margin: 0 auto;
    padding: 1px;
  }
}

div.contents20221122 div.top_img > div {
  width: 25%;
  padding: 1px;
}

@media (max-width: 640px) {
  div.contents20221122 div.top_img > div {
    width: 50%;
    padding: 1px;
  }
}

div.contents20221122 div.top_img > div a {
  display: block;
  overflow: hidden;
  -webkit-transition: .4s;
  transition: .4s;
  position: relative;
  color: #000;
  text-decoration: none;
  font-family: "Josefin Sans";
  font-size: 20px;
  font-weight: 700;
}

div.contents20221122 div.top_img > div a img {
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

div.contents20221122 div.top_img > div a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

div.contents20221122 div.top_img > div a:hover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

div.contents20221122 div.top_img > div a span {
  position: absolute;
  top: 5%;
  left: 5%;
}

div.contents20221122 div.top_img > div a::after {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: 16px;
  height: 16px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: .4s;
  transition: .4s;
}

div.contents20221122 div.style_area {
  background: #fff;
}

div.contents20221122 div.style_area div.style_box {
  width: 1024px;
  margin: 0 auto;
  padding-bottom: 64px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  div.contents20221122 div.style_area div.style_box {
    width: 100%;
  }
}

div.contents20221122 div.style_area div.style_box div.model_box {
  width: calc(100% / 3);
  position: relative;
  margin-bottom: 5%;
}

div.contents20221122 div.style_area div.style_box div.model_box:nth-of-type(1) {
  width: 50%;
}

div.contents20221122 div.style_area div.style_box div.model_box div.credit p {
  font-family: "Josefin Sans";
  text-align: center;
  margin-top: 2%;
  font-size: 20px;
  color: #000;
}

@media (max-width: 640px) {
  div.contents20221122 div.style_area div.style_box div.model_box div.credit p {
    font-size: 12px;
  }
}

div.contents20221122 div.style_area div.style_box div.model_box div.credit p a {
  color: #000;
  -webkit-transition: .4s;
  transition: .4s;
}

div.contents20221122 div.style_area div.style_box div.model_box div.credit p a:hover {
  color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 640px) {
  div.contents20221122 div.style_area div.style_box div.model_box div.credit p a {
    font-size: 12px;
  }
}

div.contents20221122 div.style_area div.style_box div.model_box div.credit p:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 33%;
  height: 9%;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  color: #fff;
  font-family: "Caveat", cursive;
  font-size: 3vw;
  margin: 0;
  padding: 0;
}

@media (max-width: 640px) {
  div.contents20221122 div.style_area div.style_box div.model_box div.credit p:nth-child(2) {
    font-size: 4vw;
    height: 6%;
  }
}

div.contents20221122 div.style_area div.style_box div.model_box div.credit p.under {
  top: 5%;
  left: 2%;
  background: url("https://osmosis.itembox.design/item/img/contents/2022aw/1122snap/under.png") no-repeat;
  background-size: 100%;
}

div.contents20221122 div.style_area div.style_box div.model_box div.credit p.over {
  top: 55%;
  left: 4%;
  background: url("https://osmosis.itembox.design/item/img/contents/2022aw/1122snap/over.png") no-repeat;
  background-size: 100%;
}

div.contents20221122 div.style_area div.style_box div.model_box div.credit p.central {
  top: 30%;
  right: 4%;
  background: url("https://osmosis.itembox.design/item/img/contents/2022aw/1122snap/central.png") no-repeat;
  background-size: 100%;
}

div.contents20221122 div.style_area div.style_box div.item_detail {
  width: 50%;
  padding: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 10%;
}

div.contents20221122 div.style_area div.style_box div.item_detail p {
  width: 100%;
  text-align: center;
  font-family: "Josefin Sans";
  font-size: 24px;
}

@media (max-width: 640px) {
  div.contents20221122 div.style_area div.style_box div.item_detail p {
    font-size: 14px;
  }
}

div.contents20221122 div.style_area div.style_box div.item_detail p.jfont {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

@media (max-width: 640px) {
  div.contents20221122 div.style_area div.style_box div.item_detail p.jfont {
    font-size: 12px;
  }
}

div.contents20221122 div.style_area div.style_box div.item_detail p a {
  display: inline-block;
  background: #000;
  color: #fff;
  margin-top: 5%;
  padding: 2% 5%;
  border-radius: 5px;
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid #000;
}

div.contents20221122 div.style_area div.style_box div.item_detail p a:hover {
  background: #fff;
  color: #000;
}

div.contents20221122 div.style_area div.style_box div.item_detail div.item_color {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5% 0;
}

div.contents20221122 div.style_area div.style_box div.item_detail div.item_color p {
  width: 100%;
  text-align: center;
  font-family: "Josefin Sans";
  font-size: 16px;
}

@media (max-width: 640px) {
  div.contents20221122 div.style_area div.style_box div.item_detail div.item_color p {
    font-size: 12px;
  }
}
/*# sourceMappingURL=1122snap.css.map */