@charset "UTF-8";
.photo_article {
  max-width: 1032px;
  margin-left: auto;
  margin-right: auto;
}

.photo_abst {
  width: 100%;
  padding: 50px 70px;
  background-color: #fff;
  border-radius: 22px;
  position: relative;
}
.photo_abst .item3, .photo_abst .item4 {
  display: block;
  position: absolute;
}
.photo_abst .item3 {
  top: 50%;
  right: calc(100% - 100px);
  width: 140px;
}
.photo_abst .item4 {
  top: -42px;
  left: calc(100% - 117px);
  width: 180px;
}

.photo_abst_text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.bottom_text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
}

/*-----------------------
        モザイクアート
------------------------*/
.photo_art {
  position: relative;
  width: 100%;
  overflow: hidden;
  contain: layout;
}
.photo_art .fukushima_bg {
  width: 100%;
  height: auto;
  display: block;
}
.photo_art .photo-random-item {
  position: absolute;
  transform: translateZ(0);
  will-change: transform;
}
.photo_art .photo-random-item:hover {
  z-index: 100 !important;
}
.photo_art .photo-random-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.photo_art .photo-random-item img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  backface-visibility: hidden;
  transition: transform 0.3s ease;
}
.photo_art .photo-random-item img:hover {
  transform: scale(1.2);
  z-index: 99;
}
@media (max-width: 1200px){
  .photo_abst {
    padding: 30px 60px 25px;
  }
  .photo_abst .item3 {
    right: calc(100% - 95px);
    width: 120px;
  }
  .photo_abst .item4 {
    width: 120px;
    left: calc(100% - 90px);
  }
  .photo_abst_text {
    font-size: 18px;
  }
}
@media (max-width: 960px){
  .photo_abst .item3 {
    right: calc(100% - 75px);
    width: 100px;
  }
  .photo_abst .item4 {
    width: 80px;
    top: -40px;
    left: calc(100% - 60px);
  }
  .photo_abst_text {
    font-size: 16px;
  }
  .bottom_text {
    font-size: 18px;
  }
}
@media (max-width: 767px){
  .photo_abst {
    padding: 30px 16px;
  }
  .photo_abst .item3 {
    top: calc(100% - 40px);
    width: 70px;
    right: calc(100% - 55px);
  }
  .photo_abst .item4 {
    width: 60px;
  }
  .photo_abst_text {
    font-size: 14px;
    letter-spacing: -0.3px;
  }
  .bottom_text {
    font-size: 16px;
  }
}