.photography {
  width: 100%;
  overflow-x: hidden;
  height: auto;
}

.photography .dummy {
  margin-top: 0;
  opacity: 0 !important;
  z-index: -1;
}

.photographyPage {
  position: relative;
  display: block;
  z-index: 10;
  width: 100%;
  height: auto;
  padding-bottom: 18rem;
  margin-left: 39px;
}
@media screen and (max-width: 768px) {
  .photographyPage {
    height: auto;
    padding-bottom: 12rem;
    padding-right: 0;
    margin-left: 0;
  }
}
.photographyPage #mv .mvt {
  z-index: 20;
}
.photographyPage #mv .mvt__desc {
  width: 43.5rem;
}
@media screen and (max-width: 768px) {
  .photographyPage #mv .mvt__desc {
    width: 100%;
  }
}

#friendly.section {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  #friendly.section {
    margin-top: 16.1rem;
  }
}

.section {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 78px;
  margin-top: 19.2rem;
}
@media screen and (max-width: 768px) {
  .section {
    padding-right: 0;
    padding: 0 3.2rem;
    margin-top: 17.7rem;
  }
}

.section__container {
  position: relative;
  width: 94.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section__container {
    width: 100%;
  }
}

h2.section__title {
  position: relative;
  color: #212426;
  font-weight: 900;
  font-size: 2rem;
  line-height: 3.6rem;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 768px) {
  h2.section__title {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

.section__desc {
  position: relative;
  color: #212426;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.06rem;
  width: 55rem;
  min-height: 8.4rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .section__desc {
    font-size: 1.4rem;
    line-height: 2.6rem;
    letter-spacing: 0.04rem;
    width: 100%;
    margin-top: 2.8rem;
  }
}

.chartMap {
  position: absolute;
  top: -3.2rem;
  right: 0;
  width: 25.3rem;
  height: 17rem;
}
@media screen and (max-width: 768px) {
  .chartMap {
    top: -12.2rem;
    right: -4.4rem;
    transform: scale(0.64);
  }
}
.chartMap .chartBg {
  position: absolute;
  top: 3.8rem;
  left: 8.6rem;
  width: 9.6rem;
  height: 9.6rem;
  display: block;
  border: #212426 solid 1px;
  transform-origin: 50% 50%;
  transform: rotate(45deg);
}
.chartMap li {
  color: #212426;
  font-weight: 800;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.08rem;
}
.chartMap li.chart--simple {
  position: absolute;
  top: 8rem;
  left: 11rem;
  color: #EB5505;
}
.chartMap li.chart--friendly {
  position: absolute;
  top: -0.1rem;
  left: 10.1rem;
}
.chartMap li.chart--advanced {
  position: absolute;
  bottom: 0rem;
  left: 9.45rem;
}
.chartMap li.chart--playful {
  position: absolute;
  top: 7.9rem;
  left: 0rem;
}
.chartMap li.chart--clean {
  position: absolute;
  top: 7.9rem;
  right: -0.1rem;
}

.gallery {
  position: relative;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .gallery {
    margin-top: 3.2rem;
  }
}
.gallery .galleryList {
  position: relative;
  width: 94.6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.6rem 4.6rem;
}
@media screen and (max-width: 768px) {
  .gallery .galleryList {
    width: 100%;
    padding: 0;
    grid-template-columns: 1fr;
    gap: 0.8rem 0;
  }
}
.gallery .galleryList__item {
  position: relative;
  width: 45rem;
  height: 30rem;
}
@media screen and (max-width: 768px) {
  .gallery .galleryList__item {
    width: 100%;
    height: auto;
  }
}
.gallery .galleryList__item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#friendly .chartMap .chart--friendly {
  color: #EB5505;
}

#advanced .chartMap .chart--advanced {
  color: #EB5505;
}

#playful .chartMap .chart--playful {
  color: #EB5505;
}

#clean .chartMap .chart--clean {
  color: #EB5505;
}

#mapping {
  position: relative;
  width: 100%;
  padding-right: 78px;
  margin-top: 17.4rem;
}
@media screen and (max-width: 768px) {
  #mapping {
    width: 100%;
    padding-right: 0;
    margin-top: 10.4rem;
    padding: 0 2.1rem;
  }
}
#mapping #mappingPhoto {
  position: relative;
  width: 94.6rem;
  margin: 0 auto;
}
#mapping #mappingPhoto img {
  width: 94.4rem;
}
@media screen and (max-width: 768px) {
  #mapping #mappingPhoto {
    width: 100%;
  }
  #mapping #mappingPhoto img {
    width: 100%;
  }
}