@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.fedeup {
  animation-name: fadeUpAnime;
  animation-duration: 1.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
div.summercollection20230616 {
  width: 100%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.9);
}
div.summercollection20230616:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: bottom;
  z-index: -1;
}
div.summercollection20230616 p {
  margin: 0;
  padding: 0;
  display: block;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 32px;
}
div.summercollection20230616 img {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
div.summercollection20230616 a {
  text-decoration: none;
  font-size: 16px;
  line-height: 32px;
  color: #000;
  display: block;
}
div.summercollection20230616 div.top_area {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  div.summercollection20230616 div.top_area {
    width: 100%;
  }
}
div.summercollection20230616 p.comment1 {
  width: 60%;
  font-size: 16px;
  line-height: 32px;
  margin: 5% auto;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 640px) {
  div.summercollection20230616 p.comment1 {
    width: 90%;
    font-size: 14px;
    line-height: 28px;
    margin: 10% auto;
  }
}
div.summercollection20230616 .band20230901 .band20230901_area {
  width: 64%;
  padding: 32px;
  background-color: #353535;
}
@media (max-width: 640px) {
  div.summercollection20230616 .band20230901 .band20230901_area {
    padding: 16px;
  }
}
div.summercollection20230616 .band20230901 .band20230901_area h3 {
  text-align: right;
  color: #fff;
  font-family: "Bodoni Moda", serif;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 6rem;
  margin: 0;
}
@media (max-width: 640px) {
  div.summercollection20230616 .band20230901 .band20230901_area h3 {
    font-size: 6vw;
  }
}
div.summercollection20230616 div.contents {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  div.summercollection20230616 div.contents {
    width: 100%;
  }
}
div.summercollection20230616 div.contents div {
  width: 33.3%;
  position: relative;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents div {
    width: 35%;
  }
}
div.summercollection20230616 div.contents div h3 {
  font-family: "Bodoni Moda", serif;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.2ch;
  position: absolute;
  box-sizing: border-box;
  z-index: 1;
  margin: 0;
}
@media (max-width: 1080px) {
  div.summercollection20230616 div.contents div h3 {
    font-size: 36px;
  }
}
@media (max-width: 810px) {
  div.summercollection20230616 div.contents div h3 {
    font-size: 29px;
  }
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents div h3 {
    font-size: 3vw;
  }
}
div.summercollection20230616 div.contents div p {
  font-size: 16px;
  width: 100%;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents div p {
    font-size: 12px;
  }
}
div.summercollection20230616 div.contents div p a {
  background: #353535;
  color: #fff;
  padding: 2% 5%;
  border: solid 1px #353535;
  width: 100%;
  text-align: right;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents div p a {
    padding: 0% 5%;
    font-size: 12px;
  }
}
div.summercollection20230616 div.contents div p a:hover {
  background: #fff;
  color: #353535;
  transition: 1s;
}
div.summercollection20230616 div.contents div p a.non {
  pointer-events: none;
}
div.summercollection20230616 div.contents1 div:nth-child(1) {
  width: 60%;
}
div.summercollection20230616 div.contents1 div:nth-child(1) h3 {
  right: -11%;
  top: 5%;
  transform: rotate(90deg);
  transform-origin: bottom;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents1 div:nth-child(1) h3 {
    right: -28%;
    top: 12%;
  }
}
div.summercollection20230616 div.contents1 div:nth-child(2) {
  width: 35%;
  margin-left: -10%;
  margin-top: 30%;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents1 div:nth-child(2) {
    width: 55%;
    margin-top: 5%;
  }
}
div.summercollection20230616 div.contents1 div:nth-child(3) {
  margin-top: 30%;
  box-shadow: -350px 30px 0px 0 #353535;
  z-index: 1;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents1 div:nth-child(3) {
    width: 35%;
    padding: 1%;
  }
}
div.summercollection20230616 div.contents1 div:nth-child(3) h3 {
  right: -15%;
  bottom: 4%;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents1 div:nth-child(3) h3 {
    right: -40%;
    bottom: 8%;
  }
}
div.summercollection20230616 div.contents1 div:nth-child(4) {
  margin-top: -20%;
  margin-left: 3%;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents1 div:nth-child(4) {
    margin-left: -4%;
  }
}
div.summercollection20230616 div.contents1 div:nth-child(4) h3 {
  right: -14%;
  top: 28%;
  transform: rotate(90deg);
  transform-origin: bottom;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents1 div:nth-child(4) h3 {
    right: -16%;
    top: 22%;
  }
}
div.summercollection20230616 div.contents1 div:nth-child(5) {
  margin-top: 25%;
  margin-left: -3%;
  border: solid #fff 10px;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents1 div:nth-child(5) {
    border: solid #fff 3px;
    margin-left: -1%;
  }
}
div.summercollection20230616 div.contents1 div:nth-child(5) h3 {
  left: 11%;
  top: -7%;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents1 div:nth-child(5) h3 {
    left: 4%;
    top: -8%;
  }
}
div.summercollection20230616 div.contents2 div:nth-child(1) {
  width: 50%;
  z-index: 1;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents2 div:nth-child(1) {
    width: 40%;
  }
}
div.summercollection20230616 div.contents2 div:nth-child(1) p a {
  text-align: left;
}
div.summercollection20230616 div.contents2 div:nth-child(2) {
  width: 50%;
  margin-left: -10%;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents2 div:nth-child(2) {
    margin-left: 9%;
  }
}
div.summercollection20230616 div.contents2 div:nth-child(2) h3 {
  left: -19%;
  top: 5%;
  transform: rotate(90deg);
  transform-origin: bottom;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents2 div:nth-child(2) h3 {
    top: 5%;
    left: -25%;
  }
}
div.summercollection20230616 div.contents2 div:nth-child(3) {
  margin-top: -30%;
  z-index: 1;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents2 div:nth-child(3) {
    width: 35%;
    padding: 1%;
  }
}
div.summercollection20230616 div.contents2 div:nth-child(3) h3 {
  right: -25%;
  top: 35%;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents2 div:nth-child(3) h3 {
    right: -34%;
    top: 39%;
  }
}
div.summercollection20230616 div.contents2 div:nth-child(4) {
  margin-top: 20%;
  margin-left: 3%;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents2 div:nth-child(4) {
    margin-left: -4%;
  }
}
div.summercollection20230616 div.contents2 div:nth-child(4) h3 {
  right: -14%;
  top: 64%;
  transform: rotate(90deg);
  transform-origin: bottom;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents2 div:nth-child(4) h3 {
    right: -16%;
    bottom: 25%;
  }
}
div.summercollection20230616 div.contents2 div:nth-child(5) {
  margin-top: -25%;
  margin-left: -3%;
  border: solid #fff 10px;
  border-right: none;
  box-shadow: 350px 0px 0px 0 #353535;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents2 div:nth-child(5) {
    margin-left: -1%;
  }
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents2 div:nth-child(5) {
    border: solid #fff 3px;
    border-right: none;
  }
}
div.summercollection20230616 div.contents2 div:nth-child(5) h3 {
  left: 11%;
  bottom: -7%;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents2 div:nth-child(5) h3 {
    left: 4%;
    bottom: -8%;
  }
}
div.summercollection20230616 div.contents3 div:nth-child(1) {
  width: 50%;
}
div.summercollection20230616 div.contents3 div:nth-child(1) h3 {
  right: -14%;
  top: 5%;
  transform: rotate(90deg);
  transform-origin: bottom;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents3 div:nth-child(1) h3 {
    right: -26.5%;
    top: 12%;
  }
}
div.summercollection20230616 div.contents3 div:nth-child(2) {
  width: 35%;
  margin-top: 30%;
  margin-left: -15%;
  z-index: 2;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents3 div:nth-child(2) {
    width: 35%;
    margin-top: 100%;
  }
}
div.summercollection20230616 div.contents3 div:nth-child(3) {
  margin-top: 30%;
  margin-left: -10%;
  z-index: 1;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents3 div:nth-child(3) {
    width: 45%;
    padding: 1%;
    margin-left: -15%;
  }
}
div.summercollection20230616 div.contents3 div:nth-child(3) h3 {
  left: -25%;
  bottom: 8%;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents3 div:nth-child(3) h3 {
    left: -31%;
    bottom: 8%;
  }
}
div.summercollection20230616 div.contents3 div:nth-child(4) {
  margin-top: -20%;
  margin-left: 10%;
  width: 45%;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents3 div:nth-child(4) {
    margin-left: -4%;
  }
}
div.summercollection20230616 div.contents3 div:nth-child(4) h3 {
  right: -11%;
  top: 21%;
  transform: rotate(90deg);
  transform-origin: bottom;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents3 div:nth-child(4) h3 {
    right: -13%;
    top: 17%;
  }
}
div.summercollection20230616 div.contents3 div:nth-child(5) {
  width: 45%;
  margin-top: 25%;
  margin-left: -3%;
  border: solid #fff 10px;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents3 div:nth-child(5) {
    border: solid #fff 3px;
  }
}
div.summercollection20230616 div.contents3 div:nth-child(5) h3 {
  left: 8%;
  top: -5%;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents3 div:nth-child(5) h3 {
    top: -6%;
  }
}
div.summercollection20230616 div.contents4 div:nth-child(1) {
  width: 50%;
}
div.summercollection20230616 div.contents4 div:nth-child(1) h3 {
  right: -16%;
  top: 6%;
  transform: rotate(90deg);
  transform-origin: bottom;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents4 div:nth-child(1) h3 {
    right: -27%;
    top: 12%;
  }
}
div.summercollection20230616 div.contents4 div:nth-child(2) {
  width: 45%;
  margin-top: 30%;
  margin-left: -5%;
  z-index: 2;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents4 div:nth-child(2) {
    width: 50%;
    margin-top: 50%;
  }
}
div.summercollection20230616 div.contents4 div:nth-child(2) h3 {
  left: -56%;
  bottom: 2%;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents4 div:nth-child(2) h3 {
    left: -59%;
    bottom: 27%;
  }
}
div.summercollection20230616 div.contents4 div:nth-child(3) {
  width: 55%;
  margin: 0% 10%;
  z-index: 1;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents4 div:nth-child(3) {
    width: 60%;
  }
}
div.summercollection20230616 div.contents4 div:nth-child(4) {
  margin-top: 20%;
  width: 45%;
}
div.summercollection20230616 div.contents4 div:nth-child(4) h3 {
  right: 7%;
  top: -5%;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents4 div:nth-child(4) h3 {
    top: -6%;
  }
}
div.summercollection20230616 div.contents4 div:nth-child(5) {
  width: 45%;
  margin-top: -25%;
  margin-left: -3%;
  border: solid #fff 10px;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents4 div:nth-child(5) {
    border: solid #fff 3px;
    width: 50%;
    margin-top: -10%;
  }
}
div.summercollection20230616 div.contents4 div:nth-child(5) h3 {
  left: 8%;
  bottom: -5%;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents4 div:nth-child(5) h3 {
    bottom: -6%;
  }
}
div.summercollection20230616 div.contents5 div:nth-child(1) {
  width: 45%;
}
div.summercollection20230616 div.contents5 div:nth-child(1) h3 {
  right: -15%;
  top: 12%;
  transform: rotate(90deg);
  transform-origin: bottom;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents5 div:nth-child(1) h3 {
    right: -29%;
    top: 13%;
  }
}
div.summercollection20230616 div.contents5 div:nth-child(2) {
  width: 45%;
  margin-top: 30%;
  margin-left: 10%;
  z-index: 2;
}
div.summercollection20230616 div.contents5 div:nth-child(2) h3 {
  left: -28%;
  bottom: 13%;
  transform: rotate(90deg);
  transform-origin: top;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents5 div:nth-child(2) h3 {
    left: -35%;
    bottom: 16%;
  }
}
div.summercollection20230616 div.contents5 div:nth-child(3) {
  width: 55%;
  margin: 5% 10%;
  z-index: 1;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents5 div:nth-child(3) {
    width: 60%;
  }
}
div.summercollection20230616 div.contents5 div:nth-child(4) {
  width: 45%;
  margin-top: -20%;
}
div.summercollection20230616 div.contents5 div:nth-child(4) h3 {
  right: -11%;
  top: 20%;
  transform: rotate(90deg);
  transform-origin: bottom;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents5 div:nth-child(4) h3 {
    right: -13%;
    top: 7%;
  }
}
div.summercollection20230616 div.contents5 div:nth-child(5) {
  width: 45%;
  margin-top: 25%;
  margin-left: -3%;
  border: solid #fff 10px;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents5 div:nth-child(5) {
    border: solid #fff 3px;
    width: 50%;
    margin-top: 20%;
  }
}
div.summercollection20230616 div.contents5 div:nth-child(5) h3 {
  left: 8%;
  top: -5%;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents5 div:nth-child(5) h3 {
    top: -6%;
  }
}
div.summercollection20230616 div.contents6 div:nth-child(1) {
  width: 45%;
  margin-top: 30%;
  margin-right: 10%;
}
div.summercollection20230616 div.contents6 div:nth-child(1) h3 {
  right: -24%;
  top: 2%;
  transform: rotate(90deg);
  transform-origin: bottom;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents6 div:nth-child(1) h3 {
    right: -29%;
    top: 13%;
  }
}
div.summercollection20230616 div.contents6 div:nth-child(2) {
  width: 45%;
  z-index: 2;
}
div.summercollection20230616 div.contents6 div:nth-child(2) h3 {
  left: -19%;
  top: 5%;
  transform: rotate(90deg);
  transform-origin: top;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents6 div:nth-child(2) h3 {
    left: -34%;
    bottom: 16%;
  }
}
div.summercollection20230616 div.contents6 div:nth-child(3) {
  width: 55%;
  margin: 5% 10%;
  z-index: 1;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents6 div:nth-child(3) {
    width: 60%;
  }
}
div.summercollection20230616 div.contents6 div:nth-child(4) {
  width: 45%;
  margin-top: -20%;
}
div.summercollection20230616 div.contents6 div:nth-child(4) h3 {
  right: -11%;
  top: 20%;
  transform: rotate(90deg);
  transform-origin: bottom;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents6 div:nth-child(4) h3 {
    right: -13%;
    top: 8%;
  }
}
div.summercollection20230616 div.contents6 div:nth-child(5) {
  width: 45%;
  margin-top: 25%;
  margin-left: -3%;
  border: solid #fff 10px;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents6 div:nth-child(5) {
    border: solid #fff 3px;
    width: 50%;
    margin-top: 20%;
  }
}
div.summercollection20230616 div.contents6 div:nth-child(5) h3 {
  left: 8%;
  top: -5%;
}
@media (max-width: 640px) {
  div.summercollection20230616 div.contents6 div:nth-child(5) h3 {
    top: -6%;
  }
}
div.summercollection20230616 div.stylebook2023aw {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  div.summercollection20230616 div.stylebook2023aw {
    width: 100%;
  }
}
div.summercollection20230616 div.stylebook2023aw div {
  display: block;
  box-sizing: border-box;
}
div.summercollection20230616 div.stylebook2023aw div:nth-child(1) {
  padding: 3%;
  width: 30%;
}
div.summercollection20230616 div.stylebook2023aw div:nth-child(2) {
  width: 40%;
  padding: 2%;
}
div.summercollection20230616 div.stylebook2023aw div:nth-child(3) {
  width: 30%;
  padding: 1%;
}
div.summercollection20230616 div.stylebook2023aw div:nth-child(4) {
  width: 30%;
  padding: 2%;
}
div.summercollection20230616 div.stylebook2023aw div:nth-child(5) {
  width: 30%;
  padding: 5%;
}
div.summercollection20230616 div.stylebook2023aw div:nth-child(6) {
  width: 40%;
  padding: 3%;
}/*# sourceMappingURL=20230901stylebook.css.map */