.ib_item {
  display: inline-block;
}

div.novelty20251010 {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto 10%;
  overflow: hidden;
}
div.novelty20251010 p {
  margin: 0;
  padding: 0;
  display: block;
  box-sizing: border-box;
}
div.novelty20251010 img {
  width: 100%;
  display: block;
  box-sizing: border-box;
  transition: 0.8s;
}
div.novelty20251010 a {
  text-decoration: none;
  display: block;
  box-sizing: border-box;
}
div.novelty20251010 div.attention {
  margin: 6% auto 0;
}
@media (max-width: 640px) {
  div.novelty20251010 div.attention {
    width: 90%;
  }
}
div.novelty20251010 div.title {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
div.novelty20251010 div.title div {
  width: 50%;
  z-index: 3;
  position: relative;
  transition: 0.4s;
}
@media (max-width: 640px) {
  div.novelty20251010 div.title div {
    transition: 0;
  }
}
div.novelty20251010 div.title div.main_title {
  width: 100%;
  margin: 5% auto;
}
@media (max-width: 640px) {
  div.novelty20251010 div.title div.main_title {
    margin: 15% auto 8%;
  }
}
div.novelty20251010 div.title div.main_title > div {
  width: 100%;
  display: flex;
  justify-content: center;
}
div.novelty20251010 div.title div.main_title > div.logo img,
div.novelty20251010 div.title div.main_title > div.logo svg {
  height: 70px;
  margin-bottom: 3%;
}
@media (max-width: 1080px) {
  div.novelty20251010 div.title div.main_title > div.logo img,
  div.novelty20251010 div.title div.main_title > div.logo svg {
    height: 50px;
  }
}
@media (max-width: 640px) {
  div.novelty20251010 div.title div.main_title > div.logo img,
  div.novelty20251010 div.title div.main_title > div.logo svg {
    margin-bottom: 6%;
    height: 30px;
  }
}
div.novelty20251010 div.title div.main_title img,
div.novelty20251010 div.title div.main_title svg {
  width: auto;
  height: 50px;
  margin-bottom: 2%;
  transition: 0.8s;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
div.novelty20251010 div.title div.main_title img.inview,
div.novelty20251010 div.title div.main_title svg.inview {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
@media (max-width: 1080px) {
  div.novelty20251010 div.title div.main_title img,
  div.novelty20251010 div.title div.main_title svg {
    height: 40px;
  }
}
@media (max-width: 640px) {
  div.novelty20251010 div.title div.main_title img,
  div.novelty20251010 div.title div.main_title svg {
    margin-bottom: 4%;
    height: 20px;
  }
}
div.novelty20251010 div.title div.img01 {
  width: 40%;
  margin-left: 5%;
  margin-top: 8%;
}
div.novelty20251010 div.title div.img02 {
  width: 30%;
  margin-left: 5%;
  -o-object-fit: cover;
     object-fit: cover;
}
div.novelty20251010 div.title div.img02 img {
  clip-path: polygon(0 0, 100% 1%, 100% 80%, 0 80%);
}
@media (max-width: 640px) {
  div.novelty20251010 div.title div.img02 {
    width: 40%;
  }
}
div.novelty20251010 div.title div.img03 {
  width: 30%;
  margin-left: 57%;
  margin-top: -35%;
}
@media (max-width: 640px) {
  div.novelty20251010 div.title div.img03 {
    width: 40%;
    margin-top: -20%;
  }
}
div.novelty20251010 div.title div.img03 > div {
  position: absolute;
  opacity: 0.3;
}
div.novelty20251010 div.title div.img03 > div.item_name1 {
  width: 20%;
  top: -20%;
  right: -15%;
}
@media (max-width: 640px) {
  div.novelty20251010 div.title div.img03 > div.item_name1 {
    top: -70%;
    right: -2%;
  }
}
div.novelty20251010 div.title div.img03 > div.item_name2 {
  width: 18%;
  top: 2%;
  left: -18%;
}
div.novelty20251010 div.title div.img05 {
  width: 30%;
  margin-left: 10%;
  margin-top: -20%;
  -o-object-fit: cover;
     object-fit: cover;
}
div.novelty20251010 div.title div.img05 img {
  clip-path: polygon(0 0, 100% 1%, 100% 80%, 0 80%);
}
@media (max-width: 640px) {
  div.novelty20251010 div.title div.img05 {
    width: 35%;
    margin-top: -43%;
    margin-left: 8%;
  }
}
div.novelty20251010 div.title div.img04 {
  width: 100%;
  background: #d6cbbb;
  padding: 6%;
  z-index: 2;
  margin-top: -10%;
  z-index: 0;
}
@media (max-width: 640px) {
  div.novelty20251010 div.title div.img04 {
    margin-top: 0%;
    padding: 8% 4%;
  }
}
div.novelty20251010 div.title div.img04 img {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
div.novelty20251010 div.title div.img04 img.inview {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
div.novelty20251010 div.title div.img04 p {
  margin-top: 10%;
  text-align: center;
  font-weight: 700;
  color: #000;
  font-size: 23px;
  font-size: clamp(18px, 1.6vw, 24px);
}
@media (max-width: 640px) {
  div.novelty20251010 div.title div.img04 p {
    margin-top: 0;
  }
}
div.novelty20251010 div.title div.img04 p span {
  background: #504889;
  color: #fff;
  padding: 2%;
  font-size: 26px;
  transform: rotate(-4deg);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2% auto;
}
@media (max-width: 640px) {
  div.novelty20251010 div.title div.img04 p span {
    font-size: 16px;
    padding: 2% 2%;
  }
}
@media (max-width: 640px) {
  div.novelty20251010 div.title div.img04 p {
    font-size: 14px;
  }
}
div.novelty20251010 div.title div.waku01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 21%;
  height: 41%;
  background: #d6cbbb;
  z-index: 1;
}
div.novelty20251010 div.title div.waku02 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 41%;
  background: #d6cbbb;
  z-index: 1;
}
div.novelty20251010 div.title div.waku03 {
  position: absolute;
  top: 35%;
  left: 0;
  width: 50%;
  height: 39%;
  background: #165597;
  z-index: 1;
}
@media (max-width: 840px) {
  div.novelty20251010 div.title div.waku03 {
    height: 37%;
  }
}
@media (max-width: 640px) {
  div.novelty20251010 div.title div.waku03 {
    top: 36%;
    height: 36%;
  }
}
div.novelty20251010 .novelty_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20%;
  padding-bottom: 5%;
  position: relative;
}
@media (max-width: 640px) {
  div.novelty20251010 .novelty_contents {
    padding-bottom: 0;
  }
}
div.novelty20251010 .novelty_contents div.main_img {
  width: 40%;
  margin-top: 5%;
  clip-path: polygon(93% 5%, 3% 0, 0 100%, 100% 94%);
}
@media (max-width: 640px) {
  div.novelty20251010 .novelty_contents div.main_img {
    width: 70%;
    margin-right: 10%;
    margin-top: 60px;
  }
}
div.novelty20251010 .novelty_contents div.main_img img {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
div.novelty20251010 .novelty_contents div.main_img img.inview {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
div.novelty20251010 .novelty_contents div.main_img2 {
  width: 40%;
  margin-top: 20%;
  clip-path: polygon(93% 0, 0 6%, 4% 100%, 100% 97%);
}
@media (max-width: 640px) {
  div.novelty20251010 .novelty_contents div.main_img2 {
    width: 70%;
    margin-left: 15%;
    margin-top: -15%;
  }
}
div.novelty20251010 .novelty_contents div.main_img2 img {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
div.novelty20251010 .novelty_contents div.main_img2 img.inview {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
div.novelty20251010 .novelty_contents div.name {
  position: absolute;
  top: -11%;
  right: 15%;
  width: 10%;
}
@media (max-width: 640px) {
  div.novelty20251010 .novelty_contents div.name {
    top: 8%;
  }
}
div.novelty20251010 .novelty_contents div.name2 {
  position: absolute;
  top: -11%;
  right: 30%;
  width: 4.5%;
}
@media (max-width: 640px) {
  div.novelty20251010 .novelty_contents div.name2 {
    top: 8%;
  }
}
div.novelty20251010 .novelty_contents div.comment {
  width: 80%;
  margin-top: 5%;
  display: flex;
}
@media (max-width: 640px) {
  div.novelty20251010 .novelty_contents div.comment {
    width: 90%;
    margin-block: 5%;
  }
}
div.novelty20251010 .novelty_contents div.comment p {
  min-width: 480px;
  font-size: 16px;
}
@media (max-width: 640px) {
  div.novelty20251010 .novelty_contents div.comment p {
    width: 100%;
    margin-top: 1em;
    font-size: 14px;
    min-width: unset;
  }
}
div.novelty20251010 .novelty_contents div.title {
  position: absolute;
  top: -14%;
  left: 0%;
  width: 56%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 3% 2%;
  font-size: 27px;
  font-size: clamp(16px, 2vw, 27px);
  font-weight: 700;
}
@media (max-width: 640px) {
  div.novelty20251010 .novelty_contents div.title {
    top: -5%;
    left: 0;
    width: 94%;
    padding: 3%;
  }
}
div.novelty20251010 div.novelty01 div.title {
  background: rgba(18, 70, 125, 0.8);
}
div.novelty20251010 div.novelty02 div.title {
  background: rgba(175, 161, 140, 0.8);
}
div.novelty20251010 div.novelty03 div.name {
  right: 10%;
}
div.novelty20251010 div.novelty03 div.name2 {
  top: -11%;
  right: 23%;
}
@media (max-width: 640px) {
  div.novelty20251010 div.novelty03 div.name2 {
    top: 8%;
  }
}
@media screen and (max-width: 500px) {
  div.novelty20251010 div.novelty03 div.name2 {
    top: 13%;
  }
}
div.novelty20251010 div.novelty03 div.name3 {
  position: absolute;
  top: -8%;
  right: 31%;
  width: 5%;
}
@media (max-width: 640px) {
  div.novelty20251010 div.novelty03 div.name3 {
    top: 53%;
    right: unset;
    left: 16%;
  }
}
@media (max-width: 840px) {
  div.novelty20251010 div.novelty03 div.main_img {
    margin-top: 12%;
  }
}
@media (max-width: 640px) {
  div.novelty20251010 div.novelty03 div.main_img {
    margin-top: 14%;
  }
}
div.novelty20251010 div.novelty03 div.main_img2 {
  margin-top: 25%;
}
@media (max-width: 640px) {
  div.novelty20251010 div.novelty03 div.main_img2 {
    margin-top: -15%;
  }
}
div.novelty20251010 div.novelty03 div.title {
  position: absolute;
  z-index: 1;
  width: 60%;
  background: rgba(18, 70, 125, 0.8);
}
@media (max-width: 640px) {
  div.novelty20251010 div.novelty03 div.title {
    top: -5%;
    left: 0;
    width: 94%;
    padding: 3%;
  }
}
div.novelty20251010 div.item_detail {
  margin-top: 10%;
  margin-inline: auto;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
@media (max-width: 840px) {
  div.novelty20251010 div.item_detail {
    width: 96%;
  }
}
div.novelty20251010 div.item_detail .title {
  width: 100%;
  margin: 0 auto 4%;
  justify-content: center;
}
div.novelty20251010 div.item_detail .title p {
  width: 200px;
}
@media (max-width: 640px) {
  div.novelty20251010 div.item_detail .title p {
    width: 180px;
  }
}
div.novelty20251010 div.item_detail .detail_box_wrapper {
  width: 100%;
  display: flex;
}
@media (max-width: 840px) {
  div.novelty20251010 div.item_detail .detail_box_wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 640px) {
  div.novelty20251010 div.item_detail .detail_box_wrapper {
    gap: 40px;
  }
}
div.novelty20251010 div.item_detail .detail_box_wrapper .detail_box {
  width: 50%;
}
@media (max-width: 840px) {
  div.novelty20251010 div.item_detail .detail_box_wrapper .detail_box {
    width: 100%;
    display: flex;
  }
}
@media (max-width: 640px) {
  div.novelty20251010 div.item_detail .detail_box_wrapper .detail_box {
    flex-direction: column;
  }
}
div.novelty20251010 div.item_detail .detail_box_wrapper .detail_box .item_slide {
  display: flex;
}
@media (max-width: 840px) {
  div.novelty20251010 div.item_detail .detail_box_wrapper .detail_box .item_slide {
    width: 55%;
  }
}
@media (max-width: 640px) {
  div.novelty20251010 div.item_detail .detail_box_wrapper .detail_box .item_slide {
    width: 100%;
  }
}
div.novelty20251010 div.item_detail .detail_box_wrapper .detail_box .item_slide .name {
  width: 10%;
}
@media (max-width: 840px) {
  div.novelty20251010 div.item_detail .detail_box_wrapper .detail_box .item_slide .name {
    width: 8%;
  }
}
div.novelty20251010 div.item_detail .detail_box_wrapper .detail_box .item_slide .slick {
  width: 90%;
  padding-inline: 4%;
  position: relative;
}
@media (max-width: 840px) {
  div.novelty20251010 div.item_detail .detail_box_wrapper .detail_box .item_slide .slick {
    width: 90%;
  }
}
div.novelty20251010 div.item_detail .detail_box_wrapper .detail_box .item_slide .slick span {
  position: absolute;
  bottom: 8px;
  left: 8px;
}
div.novelty20251010 div.item_detail .detail_box_wrapper .detail_box .itemsize {
  margin-top: 10px;
  margin-left: 14%;
}
@media (max-width: 840px) {
  div.novelty20251010 div.item_detail .detail_box_wrapper .detail_box .itemsize {
    margin-left: 0;
    margin-top: 8%;
  }
}
@media (max-width: 640px) {
  div.novelty20251010 div.item_detail .detail_box_wrapper .detail_box .itemsize {
    margin-top: 3%;
    margin-left: 12%;
  }
}
div.novelty20251010 div.item_detail .detail_box_wrapper .detail_box .itemsize p {
  padding-block: 4px;
  font-weight: 600;
  display: flex;
  gap: 4px;
}
div.novelty20251010 div.item_detail .detail_box_wrapper .detail_box .itemsize_2 {
  margin-left: 4%;
}
@media (max-width: 840px) {
  div.novelty20251010 div.item_detail .detail_box_wrapper .detail_box .itemsize_2 {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  div.novelty20251010 div.item_detail .detail_box_wrapper .detail_box .itemsize_2 {
    margin-left: 6%;
  }
}
@media (max-width: 840px) {
  div.novelty20251010 div.item_detail .detail_box_wrapper .detail_box_2 {
    flex-direction: row-reverse;
  }
}
@media (max-width: 640px) {
  div.novelty20251010 div.item_detail .detail_box_wrapper .detail_box_2 {
    flex-direction: column;
  }
}
div.novelty20251010 div.item_detail .detail_box_wrapper .detail_box_2 .item_slide {
  flex-direction: row-reverse;
}

header div#headermenu {
  z-index: 5;
}

div.fs-l-header__drawerOpener label {
  z-index: 5;
}

.attention {
  width: 90%;
  margin-inline: auto;
  text-align: center;
  border: 1px solid #c00000;
  color: #c00000;
  padding: 2%;
}
@media (max-width: 640px) {
  .attention {
    width: 96%;
  }
}/*# sourceMappingURL=1010novelty.css.map */