.content {
    position: absolute;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 600px; */
    height: 100%;
    width: 40%;
    max-width: 800px;
    overflow: hidden;
    box-sizing: border-box;
}

.swiper{
  height: 100%;
  width: calc(50% - 10px);
  position: absolute!important;
  &.swiper1{
    z-index: 10;
    left: 0px;
    top: 0;
  }
  &.swiper2{
    left: calc(50% + 10px);
    top: 0;
  }
}
/* スライドの動き等速 */
.swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-slide {
  width: 100%;
  max-width: 430px;
  height: auto;
  aspect-ratio: 430 / 270;
  overflow: hidden;
  position: relative;
  border-radius: 2px;
}

.SPcontent {
    position: relative;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 600px; */
    height: 100%;
    width: 100%;
    /* max-width: 800px; */
    overflow: hidden;
    box-sizing: border-box;
}
.swiper.swiper3 {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 100px;
}
.swiper3 .swiper-slide {
  width: 50%; /* 横に2枚表示 */
  aspect-ratio: 430 / 270;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 340px) {/* SE専用 */
  .SPtop-vew-logo {
    top: 80px;
  }
  .swiper.swiper3 {
    bottom: 40px;
  }
}
