@media screen and (max-width: 1028px) {
  .photoreal__secContents {
    padding: 0 1rem;
  }
}

@media screen and (max-width: 767px) {
  .photoreal__container {
    margin-bottom: 6rem;
  }
}

.photoreal__imgTxt {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .photoreal--textLeft {
    margin-top: -4rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.photoreal--textLeft .c-text--lg {
  line-height: 1.5;
  margin: 15px 0;
}

.photoreal__mainImgWrap {
  width: 1000px;
  max-width: 100%;
  margin-top: 100px;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .photoreal__mainImgWrap {
    padding-top: 0;
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .photoreal--imgRight {
    position: relative;
    top: -5rem;
    display: flex;
    justify-content: center;
  }
}
.photoreal--imgRight img {
  max-width: 630px;
}
@media screen and (max-width: 1028px) {
  .photoreal--imgRight img {
    max-width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .photoreal--imgRight img {
    display: block;
  }
}

.photoreal__titleLink {
  transition: all 0.3s;
  line-height: 1.4;
}
.photoreal__titleLink :hover {
  text-decoration: underline;
}

.photoreal__imgLink {
  transition: all 0.3s;
}
.photoreal__imgLink:hover {
  opacity: 0.8;
}

.photoreal__searchTab {
  display: flex;
  justify-content: center;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .photoreal__searchTab {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 8vw 0;
  }
}

.photoreal__searchTableItem {
  width: 160px;
  border: 1px solid #3d3d3d;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 2rem 0.5rem;
  text-align: center;
  font-size: 1.8rem;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .photoreal__searchTableItem {
    width: 46.5%;
    margin-bottom: 2.87%;
    padding: 4vw 1vw;
    font-size: 3.3898305085vw;
  }
  .photoreal__searchTableItem:nth-child(2n) {
    margin-right: 0;
  }
}
.photoreal__searchTableItem.activeItem {
  background: #3d3d3d;
  color: #fff;
}
.photoreal__searchTableItem:hover {
  background: #3d3d3d;
  color: #fff;
}

.photoreal__searchTableItem:not(:last-child) {
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .photoreal__searchTableItem:not(:last-child) {
    margin-right: 0;
  }
}

.photoreal__searchList {
  max-width: 860px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 1028px) {
  .photoreal__searchList {
    max-width: 570px;
  }
}

.photoreal__searchListItem {
  max-width: 280px;
  width: 100%;
  margin-bottom: 3rem;
  margin-right: 1rem;
}
.photoreal__searchListItem:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1028px) {
  .photoreal__searchListItem {
    margin-bottom: 4%;
  }
  .photoreal__searchListItem:nth-child(3n) {
    margin-right: 1rem;
  }
  .photoreal__searchListItem:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .photoreal__searchListItem {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 4%;
  }
}
.photoreal__searchListItem img {
  width: 100%;
  display: block;
  max-height: 156px;
}
@media screen and (max-width: 767px) {
  .photoreal__searchListItem img {
    height: 24.5vw;
  }
}

@media screen and (max-width: 767px) {
  .photoreal__searchListItem:nth-child(4n) {
    margin-right: 3%;
  }
}

@media screen and (max-width: 767px) {
  .photoreal__searchListItem:nth-child(3n) {
    margin-right: 3%;
  }
}

@media screen and (max-width: 767px) {
  .photoreal__searchListItem:nth-child(2n) {
    margin-right: 0;
  }
}

.photoreal__itemCategory {
  text-align: center;
  color: #fff;
  width: 120px;
  background: #777;
  border-radius: 3px;
  padding: 0.5rem 0;
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  .photoreal__itemCategory {
    width: 70%;
    margin: 2.66vw 0;
    font-size: 3.1290743155vw;
  }
}

.photoreal__itemTxt {
  line-height: 1.6;
  padding: 1rem 1rem 1rem 0;
  font-size: 1.8rem;
  white-space: pre-line;
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .photoreal__itemTxt {
    font-size: 3.1290743155vw;
  }
}

.photoreal__itemIco {
  padding: 0 1rem 0 0;
}
.photoreal__itemIco img {
  width: 80%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .photoreal__itemIco img {
    width: 100%;
  }
}

.photoreal__searchListLink {
  text-decoration: underline;
}
.photoreal__searchListLink:hover, .photoreal__searchListLink:focus, .photoreal__searchListLink:active {
  text-decoration: none;
}

.photoreal__title {
  display: flex;
  flex-direction: column;
}

.photoreal__navi--hasborder {
  border-bottom: 1px solid #444;
  padding-bottom: 80px;
  border-color: #bbb;
}
@media screen and (max-width: 767px) {
  .photoreal__navi--hasborder {
    padding-bottom: 11.7340286832vw;
  }
}

.photoreal_infoTitle {
  color: #444;
  font-size: 2rem;
  font-weight: 300;
  padding: 1.5rem 3rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .photoreal_infoTitle {
    font-size: 3.9113428944vw;
  }
}

.photoreal__infoItem {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .photoreal__infoItem {
    margin-bottom: 1.5rem;
    font-size: 2.6075619296vw;
  }
}
.photoreal__infoItem:hover {
  text-decoration: underline;
}

.u-border-top {
  border-top: 1px solid #777;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .u-border-top {
    padding-top: 9.1264667536vw;
  }
}

.u-add-newPict {
  position: relative;
}
.u-add-newPict::after {
  content: "NEW";
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 0.8em;
  padding: 0.3em 0.5em;
  background: #ca0211;
  border-radius: 5px;
  color: #fff;
  z-index: 1;
}

.p-news__pageLink{
  margin-top: -160px;
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  .p-news__pageLink{
    margin-top: -60px;
    padding-top: 60px;
  }
}