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

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

div.contents20221104 img {
  width: 100%;
}

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

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

div.contents20221104 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.contents20221104 div.top_area {
    width: 100%;
  }
}

div.contents20221104 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.contents20221104 div.top_area p {
    width: 100%;
    padding: 24px;
    font-size: 14px;
    line-height: 26px;
  }
}

div.contents20221104 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.contents20221104 div.top_img {
    width: 100%;
  }
}

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

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

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

div.contents20221104 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.contents20221104 div.top_img > div a img {
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

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

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

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

div.contents20221104 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.contents20221104 div.style_area {
  background: #efefef;
  padding: 128px 0;
}

@media (max-width: 640px) {
  div.contents20221104 div.style_area {
    padding: 48px 0;
  }
}

div.contents20221104 div.style_area.bg02 {
  background: #fff;
}

div.contents20221104 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;
}

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

div.contents20221104 div.style_area div.style_box .title {
  font-family: "Josefin Sans";
  font-weight: 700;
  font-size: 5vw;
  position: absolute;
  color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 5%;
  z-index: 2;
}

div.contents20221104 div.style_area div.style_box .title.title02 {
  left: auto;
  right: 5%;
}

div.contents20221104 div.style_area div.style_box .text {
  font-family: "Josefin Sans";
  font-weight: 700;
  font-size: 20vw;
  position: absolute;
  color: rgba(0, 0, 0, 0.8);
  z-index: 2;
}

@media (max-width: 640px) {
  div.contents20221104 div.style_area div.style_box .text {
    font-size: 35vw;
  }
}

div.contents20221104 div.style_area div.style_box .text.text01 {
  top: 5%;
  left: 2%;
}

div.contents20221104 div.style_area div.style_box .text.text02 {
  bottom: 15%;
  right: 2%;
}

@media (max-width: 640px) {
  div.contents20221104 div.style_area div.style_box .text.text02 {
    bottom: 25%;
  }
}

div.contents20221104 div.style_area div.style_box .text.text03 {
  top: 35%;
  left: 2%;
}

div.contents20221104 div.style_area div.style_box .text.text04 {
  bottom: 25%;
  right: 2%;
}

div.contents20221104 div.style_area div.style_box .text.text06 {
  bottom: 20%;
}

div.contents20221104 div.style_area div.style_box .text.text07 {
  right: 5%;
}

div.contents20221104 div.style_area div.style_box .text.text08 {
  bottom: 40%;
}

div.contents20221104 div.style_area div.style_box .credit p {
  margin-bottom: 16px;
}

div.contents20221104 div.style_area div.style_box .credit p a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .4s;
  transition: .4s;
}

div.contents20221104 div.style_area div.style_box .credit p a::after {
  content: "BUY";
  background: #000;
  color: #fff;
  padding: 0 4px;
}

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

div.contents20221104 div.style_area div.style_box .credit p a:hover {
  opacity: .5;
}

div.contents20221104 div.style_area div.style_box.style_box01 > div:nth-child(1) {
  width: 70%;
  margin-top: 35%;
}

div.contents20221104 div.style_area div.style_box.style_box01 > div:nth-child(2) {
  width: 40%;
  margin-left: -18%;
}

div.contents20221104 div.style_area div.style_box.style_box01 > div:nth-child(3) {
  width: 50%;
  margin-top: 15%;
  margin-left: 10%;
}

div.contents20221104 div.style_area div.style_box.style_box01 > div:nth-child(4) {
  width: 50%;
  margin-left: -10%;
  margin-top: -35%;
}

div.contents20221104 div.style_area div.style_box.style_box01 > div.credit {
  width: 40%;
  margin-left: 60%;
  z-index: 2;
  padding: 2%;
  margin-top: -30%;
}

@media (max-width: 640px) {
  div.contents20221104 div.style_area div.style_box.style_box01 > div.credit {
    width: 80%;
    margin: 10% 0 0 10%;
  }
}

div.contents20221104 div.style_area div.style_box.style_box02 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.contents20221104 div.style_area div.style_box.style_box02 > div:nth-child(1) {
  width: 40%;
}

div.contents20221104 div.style_area div.style_box.style_box02 > div:nth-child(2) {
  width: 60%;
}

div.contents20221104 div.style_area div.style_box.style_box02 > div:nth-child(3) {
  width: 55%;
  margin-top: 5%;
}

div.contents20221104 div.style_area div.style_box.style_box02 > div:nth-child(4) {
  width: 35%;
}

div.contents20221104 div.style_area div.style_box.style_box02 > div.credit {
  width: 40%;
  margin-left: 60%;
  z-index: 2;
  padding: 2%;
  margin-top: -15%;
}

@media (max-width: 640px) {
  div.contents20221104 div.style_area div.style_box.style_box02 > div.credit {
    width: 80%;
    margin: 10% 0 0 0;
  }
}

div.contents20221104 div.style_area div.style_box.style_box03 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.contents20221104 div.style_area div.style_box.style_box03 > div:nth-child(1) {
  width: 55%;
  z-index: 2;
}

div.contents20221104 div.style_area div.style_box.style_box03 > div:nth-child(2) {
  width: 55%;
  margin-left: -10%;
  margin-top: 20%;
}

div.contents20221104 div.style_area div.style_box.style_box03 > div:nth-child(3) {
  width: 40%;
  margin-top: -20%;
}

div.contents20221104 div.style_area div.style_box.style_box03 > div:nth-child(4) {
  width: 40%;
  margin-top: -3%;
}

div.contents20221104 div.style_area div.style_box.style_box03 > div.credit {
  width: 40%;
  margin-right: 40%;
  z-index: 2;
  padding: 2%;
  margin-top: -15%;
}

@media (max-width: 640px) {
  div.contents20221104 div.style_area div.style_box.style_box03 > div.credit {
    width: 80%;
    margin: 10% 0 0 0;
  }
}

div.contents20221104 div.style_area div.style_box.style_box04 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.contents20221104 div.style_area div.style_box.style_box04 > div:nth-child(1) {
  width: 75%;
}

div.contents20221104 div.style_area div.style_box.style_box04 > div:nth-child(2) {
  width: 40%;
  margin-top: -20%;
  margin-right: 5%;
}

div.contents20221104 div.style_area div.style_box.style_box04 > div:nth-child(3) {
  width: 55%;
  margin-top: -10%;
}

div.contents20221104 div.style_area div.style_box.style_box04 > div:nth-child(4) {
  width: 60%;
  margin-top: -25%;
  margin-right: 30%;
}

div.contents20221104 div.style_area div.style_box.style_box04 > div.credit {
  width: 40%;
  margin-left: 60%;
  z-index: 2;
  padding: 2%;
  margin-top: -40%;
}

@media (max-width: 640px) {
  div.contents20221104 div.style_area div.style_box.style_box04 > div.credit {
    width: 80%;
    margin: 10% 0 0 0;
  }
}

div.contents20221104 div.style_area div.style_box div.tO img {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

div.contents20221104 div.style_area div.style_box div.tO.inview img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
}
/*# sourceMappingURL=20221118knit.css.map */