.wrap-pageTitle {
  background: url("../images/photo/photo_main_sp.jpg") no-repeat center;
  background-size: cover;
}

.h-wrap {
  border-left: 9rem solid #2878c8;
  padding-left: 30rem;
  margin-bottom: 50rem;
}
.h-wrap .date {
  font-size: 26rem;
}
.h-wrap .date .new {
  background: #ae0029;
  color: #fff;
  font-size: 18rem;
  padding: 5rem 10rem;
  margin-left: 10rem;
}
.h-wrap h1 {
  font-size: 42rem;
  font-weight: bold;
}
.h-wrap .client {
  font-size: 24rem;
}

section.p-lv1 {
  padding: 120rem 40rem 80rem;
}
section.p-lv1 > section:not(:last-of-type) {
  margin-bottom: 120rem;
}

.wrap-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrap-gallery div {
  width: 325rem;
  margin-bottom: 20rem;
}

.modaal-wrapper .modaal-close {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  border-radius: 0;
  width: 80rem;
  height: 80rem;
  background: url("../images/photo/btn_close.svg") no-repeat center;
  background-size: cover;
}
.modaal-wrapper .modaal-close:after, .modaal-wrapper .modaal-close:before {
  display: none;
}

.modaal-gallery-control {
  border-radius: 0;
  width: 80rem;
  height: 80rem;
  background: none;
}
.modaal-gallery-control:after, .modaal-gallery-control:before {
  display: none;
}

.modaal-gallery-next {
  background: url("../images/photo/btn_next.svg") no-repeat center;
  background-size: cover;
  left: auto;
  right: -30rem;
  top: 50%;
  transform: translateY(-50%);
}

.modaal-gallery-prev {
  background: url("../images/photo/btn_prev.svg") no-repeat center;
  background-size: cover;
  right: auto;
  left: -30rem;
  top: 50%;
  transform: translateY(-50%);
}

/**********************************************************************

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 767px) {
  .wrap-pageTitle {
    background: url("../images/photo/photo_main_pc.jpg") no-repeat center;
    background-size: cover;
  }

  section.p-lv1 {
    padding: 120px 0 80px;
  }
  section.p-lv1 > section:not(:last-child) {
    margin-bottom: 80px;
  }

  .h-wrap {
    border-left: 6px solid #2878c8;
    padding-left: 30px;
    margin-bottom: 50px;
  }
  .h-wrap .date {
    font-size: 18px;
  }
  .h-wrap .date .new {
    font-size: 18px;
    padding: 5px 10px;
    margin-left: 10px;
  }
  .h-wrap h1 {
    font-size: 28px;
    font-weight: bold;
  }
  .h-wrap .client {
    font-size: 18px;
  }

  .wrap-gallery div {
    width: calc(300 / 1260 * 100%);
    margin-bottom: 20px;
  }
  .wrap-gallery div:hover {
    opacity: 0.8;
  }

  .modaal-wrapper .modaal-close {
    width: 50px;
    height: 50px;
    background: url("../images/photo/btn_close.svg") no-repeat center;
    background-size: cover;
  }

  .modaal-gallery-control {
    width: 50px;
    height: 50px;
  }

  .modaal-gallery-next {
    right: -10px;
  }

  .modaal-gallery-prev {
    left: -10px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1320px) {
  section.p-lv1 {
    padding: 120px 40px 80px;
  }
  section.p-lv1 > section:not(:last-child) {
    margin-bottom: 80px;
  }
}