body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

#loader-bg {
  min-height: 100vh;
}

.for_sp {
  display: none;
}
@media screen and (max-width:750px) {
  .for_pc {
    display: none;
  }
  .for_sp {
    display: block;
  }
}

.main_visual {
  position: relative;
  font-size: 0;
}
.mv_bg img {
  width: 100%;
}
.mv_title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 723px;
  transform: translate(-50%, -50%);
}

.box_area_itemlist {
  padding-bottom: 18vw;
  margin-bottom: -14vw;
  background: url(../../../images/tokyo-area/2511/bk_pc.png) 100% 100% / cover no-repeat;
}
.box_item {
  position: relative;
}
.box_product {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 980px;
  padding-right: 110px;
  margin: 0 auto;
  justify-content: flex-end;
  z-index: 1;
}
.box_item.item1 {
  padding: 160px 40px 92px;
}
.box_item.item1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 236px;
  height: 183px;
  background: url(../../../images/tokyo-area/2511/item_1_01.png) 0 0 / contain no-repeat;
}
.box_item.item1::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 191px;
  height: 238px;
  background: url(../../../images/tokyo-area/2511/item_1_02.png) 0 100% / contain no-repeat;
}
.box_item.item2 {
  padding: 150px 40px 85px;
}
.box_item.item2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 323px;
  height: 694px;
  background: url(../../../images/tokyo-area/2511/item_2_01.png) 0 0 / contain no-repeat;
  mix-blend-mode: multiply;
}
.box_item.item2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100px;
  width: 242px;
  height: 314px;
  background: url(../../../images/tokyo-area/2511/item_2_02.png) 0 0 / contain no-repeat;
  mix-blend-mode: multiply;
}
.box_item.item3 {
  padding: 10px 40px 94px;
}
.box_item.item3::before {
  content: "";
  position: absolute;
  left: 38px;
  bottom: 0;
  width: 167px;
  height: 395px;
  background: url(../../../images/tokyo-area/2511/item_3_01.png) 0 0 / contain no-repeat;
}
.box_item.item3::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 55px;
  width: 167px;
  height: 395px;
  background: url(../../../images/tokyo-area/2511/item_3_02.png) 0 0 / contain no-repeat;
}

@media screen and (max-width:750px) {
  .box_area_itemlist {
    padding-bottom: 37vw;
    margin-bottom: -24vw;
    background: url(../../../images/tokyo-area/2511/bk_sp.png) 100% 100% / cover no-repeat;
  }
  .box_product {
    padding: 0;
  }
  .box_item.item1 {
    padding: 17.33vw 9.6vw 12.26vw 2.66vw;
  }
  .box_item.item1::before {
    width: 30.66vw;
    height: 24vw;
    background: url(../../../images/tokyo-area/2511/item_1_01_sp.png) 0 0 / contain no-repeat;
  }
  .box_item.item1::after {
    width: 22.73vw;
    height: 38.26vw;
    background: url(../../../images/tokyo-area/2511/item_1_02_sp.png) 0 100% / contain no-repeat;
  }
  .box_item.item2 {
    padding: 17.59vw 9.6vw 12.53vw 2.66vw;
  }
  .box_item.item2::before {
    bottom: 0;
    width: 33.06vw;
    height: 94.26vw;
    background: url(../../../images/tokyo-area/2511/item_2_01_sp.png) 0 0 / contain no-repeat;
  }
  .box_item.item2::after {
    bottom: 0;
    width: 25.2vw;
    height: 30.93vw;
    background: url(../../../images/tokyo-area/2511/item_2_02_sp.png) 0 100% / contain no-repeat;
  }
  .box_item.item3 {
    padding: 18.66vw 9.6vw 2vw 2.13vw;
  }
  .box_item.item3::before {
    top: 4vw;
    left: 3.2vw;
    bottom: 0;
    width: 16.8vw;
    height: 40.13vw;
    background: url(../../../images/tokyo-area/2511/item_3_01_sp.png) 0 0 / contain no-repeat;
  }
  .box_item.item3::after {
    top: auto;
    right: 1.33vw;
    bottom: 0;
    width: 16.8vw;
    height: 40.13vw;
    background: url(../../../images/tokyo-area/2511/item_3_02_sp.png) 0 100% / contain no-repeat;
  }
}