@charset "utf-8";

/* CSS Document */
/* ================================================================
	PHOTO GRAND PRIX 結果発表
  SP対応用のCSS
	2020.02
================================================================ */
#photo_gp .contents_box {
  width: 100%;
}

#photo_gp #contents_inner {
  max-width: 960px;
}

#photo_gp #contents {
  min-width: inherit;
}

.gp-opus__author {
  margin-bottom: 10px;
}

#epgp .gp-inner {
  width: 940px;
  margin: 0 auto !important;
}

.gp-photographs {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}

.gp-photographs p {
  margin-bottom: 15px;
}

.gp-photographs.gp-photographs-grandprix-2024 p {
  margin-left: 1%;
  margin-bottom: 1%;
}

.gp-photographs.gp-photographs-grandprix-2024 img {
  max-width: 400px;
}

.gp-photographs.gp-photographs-j03-2023 {
  display: block;
}

.gp-opus__author {
  max-width: 600px;
  margin: 0 auto;
  font-weight: bold;
}

.gp-opus__author p:first-child {
  font-size: 26px;
  border-bottom: 1px solid #000000;
  margin-bottom: 8px;
  font-weight: bold;
}

.gp-opus__author p:last-child {
  font-size: 20px;
  font-weight: bold;
}

#ac03+.gp-opus-group .gp-opus__author p:first-child,
#ac04+.gp-opus-group .gp-opus__author p:first-child {
  font-size: 20px;
}

#ac03+.gp-opus-group .gp-opus__author p:last-child,
#ac04+.gp-opus-group .gp-opus__author p:last-child {
  font-size: 16px;
}

.gp-opus__environ {
  font-size: 14px;
  margin: 20px 0;
}
@media only screen and (max-width:767px) {
	.gp-opus__environ {
		font-size: 12px;
	}
}

.gp-opus__environ li {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}

#ac03+.gp-opus-group+.gp-opus__environ li,
#ac04+.gp-opus-group+.gp-opus__environ li {
  display: list-item;
}

.gp-opus__environ li::before,
.gp-opus__environ li span::before {
  content: "■";
  font-size: 1.25em;
  line-height: 1.2;
  margin-right: 0.3em;
}

.gp-opus__environ--group li {
  padding-left: 0;
}

.gp-opus__environ--group li::before {
  display: none;
}

.gp-opus__environ li span {
  padding-right: 14px;
  margin-right: 6px;
  font-weight: bold;
  position: relative;
}

.gp-opus__environ li span::before {
  left: auto;
  right: 0;
}

.gp-opus__repletion {
  border-radius: 10px;
  background: #eceef6;
}

.gp-opus__review {
  margin: 30px 0;
}

.gp h4 {
  font-weight: normal;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 20px;
}

.gp h4.gp-opus__review-title {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  padding: 10px 0;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

.gp h4.gp-opus__interview-title {
  background: #eceef6;
  padding: 13px 0;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

.gp h5 {
  font-size: 16px;
}

.gp-opus__review p {
  margin-bottom: 20px;
}

.gp-opus__interview-wrapper {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.gp-opus__interview-thumbnails {
  width: 287px;
}

.gp-opus__interview-thumbnails-user {
  background: #000000;
  padding: 28px 0;
  position: relative;
  top: 1px;
  left: 1px;
  z-index: 10;
}

.gp-opus__interview-thumbnails-user::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #000000;
  background: #fff;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: -1;
}

.gp-opus__interview-thumbnails-user p:nth-child(2) {
  margin-top: 26px;
}

.gp-opus__interview-thumbnails-user p:last-child {
  font-size: 23px;
}

.gp-opus__interview-comment {
  width: 600px;
  line-height: 1.75;
}

.gp-opus__interview-comment p {
  font-size: 14px;
}
@media only screen and (max-width:767px) {
	.gp-opus__interview-comment p {
		font-size: 12px;
	}
}

.gp-pagetop-button {
  display: inline-block;
  position: relative;
  padding-left: 14px;
  font-size: 11px;
  cursor: pointer;
}

.gp-pagetop-button:hover {
  text-decoration: underline;
}

.gp-pagetop-button::after {
  content: "";
  width: 6px;
  height: 6px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
}

.gp-opus-group {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}

.gp-opus--group {
  width: 300px;
}

.gp-photographs__row.w810400 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  justify-content: center;
  align-items: flex-start;
}

.gp-photographs__row.w810400 img:first-of-type {
  width: 400px;
}

.gp-photographs__row.w810400 img:not(:first-of-type) {
  width: 400px;
}

.gp-photographs__row.w810400 img:nth-of-type(odd):last-of-type {
  margin-right: 410px;
}

.gp-photographs__row.w600 img {
  width: 600px;
}

.gp-photographs__row.w450 img {
  width: 450px;
}

.gp-opus--group.w300 img:not(.tatephoto) {
  width: 300px;
}

.gp-opus--group:nth-child(3n+3) {
  margin-right: 0;
}

.fsM {
  font-size: 85%;
}

#photo_gp h2 {
  font-weight: bold;
  font-size: 32px;
  color: #fff;
  padding: 3px 0;
  border-top-width: 6px;
  border-top-style: solid;
  background: linear-gradient(rgba(115, 115, 115, 1) 0%, rgba(155, 155, 155, 1) 100%);
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 30px;
}

.grandprix_2024 h2 {
  border-top-color: rgb(70, 150, 225);
}

.humanlife_2024 h2 {
  border-top-color: rgb(239, 155, 56);
}

.nature_2024 h2 {
  border-top-color: rgb(83, 173, 106);
}

#ac05+p {
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 90px;
  font-size: 22px;
}

@media only screen and (max-width:767px) {
  #photo_gp h2 {
    font-size: 6vw;
    padding: 1vw 0;
    border-top-width: 1.5vw;
    margin-bottom: 6vw;
  }

  #ac05+p {
    font-size: 4.5vw;
    margin-top: 10vw;
    margin-bottom: 14vw;
  }
}

/*グランプリページ*/
.gp-opus__interview-thumbnails-user::before {
  border: none;
}

.gp-opus__interview-thumbnails-user {
  background: none;
}

.gp-opus__interview-comment {
  width: 600px;
  margin-right: 40px;
}

.gp-opus__interview-thumbnails {
  width: 300px;
}

.gp-opus__interview-thumbnails-user p:last-child {
  font-size: 20px;
}

.crown-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #eceef6;
  width: 70%;
  margin: 0 auto;
  padding: 10px 20px;
  box-sizing: border-box;
}

.crown-tag img {
  width: 20% !important;
  object-fit: contain;
  margin-right: 20px;
}

.gp-opus__interview-thumbnails-user {
  padding: 0px;
}

.gp-opus-group .gp-opus img.tatephoto {
  width: 70%;
}

.gp_sub_ttl {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  padding: 8px 0;
  font-size: 24px;
}

.gp-inner ul.pagelink {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.gp-inner ul.pagelink li a {
  position: relative;
  padding: 0.5em 0 0.5em 1.5em;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}

.gp-inner ul.pagelink li a::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #005AB4;
}

.gp-inner ul.pagelink li a::after {
  position: absolute;
  content: '';
  left: 0.35em;
  top: 0.8em;
  transform: rotate(-45deg);
  width: 0.3em;
  height: 0.3em;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
}

@media only screen and (max-width:767px) {
  .gp-inner ul.pagelink li a {
    font-size: 4vw;
  }
}

/*ネイチャー部門*/
.nature_2024 #ac01+.gp-opus .gp-photographs .gp-photographs__row ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.nature_2024 #ac01+.gp-opus .gp-photographs .gp-photographs__row ul.nature-2021-grandprix-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.nature_2024 #ac01+.gp-opus .gp-photographs .gp-photographs__row ul.nature-2021-grandprix-ul li {
  margin-bottom: 1.5%;
}

.nature_2024 #ac01+.gp-opus .gp-photographs .gp-photographs__row ul.nature-2021-grandprix-ul li:nth-child(odd) {
  margin-right: 1.5%;
}

@media only screen and (max-width:767px) {
  .nature-2021-grandprix-ul {
    width: 100%;
  }

  .gp-photographs__row.w810400 img:nth-of-type(odd):last-of-type {
    margin-right: auto;
  }

  .crown-tag {
    font-size: 3vw !important;
    border: 1px solid #eceef6;
    width: 100%;
    padding: 1vw 2vw;
  }

  .crown-tag img {
    margin-right: 2vw;
  }
}

.miyoshi-ul-2021 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.miyoshi-ul-2021 li {
  margin-bottom: 1.5%;
}

.miyoshi-ul-2021 li:nth-child(odd) {
  margin-right: 1.5%;
}

@media only screen and (max-width:767px) {
  .miyoshi-ul-2021 li:nth-child(odd) {
    margin-right: 0;
  }
}

.miyoshi-ul-2021 li img {
  max-width: 100%;
  height: auto;
}

.nature_2024 #ac01+.gp-opus .gp-photographs .gp-photographs__row ul li {
  margin-bottom: 15px;
}

.nature_2024 .gp-photographs__row.gp-flex {
  width: 100%;
  display: flex;
  justify-content: center;
}

/*ヒューマンライフ部門*/
.humanlife_2024 .gp-photographs__row-humanlife-2023-gp ul {
  max-width: 810px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-content: space-between;
  gap: 10px;
}

.humanlife_2024 .gp-photographs__row-humanlife-2023-gp ul li:first-child {
  grid-column: 1/3;
}

.humanlife_2024 .gp-photographs__row-humanlife-2023-gp ul li:nth-child(4) {
  display: grid;
  align-items: start;
}

.humanlife_2024 .gp-photographs__row-humanlife-2023-gp ul li:nth-child(5) {
  grid-column: 2/3;
  grid-row: 3/5;
}

.humanlife_2024 .gp-photographs__row-humanlife-2023-gp ul li:nth-child(6) {
  display: grid;
  align-items: end;
}

.humanlife_2024 .humanlife-2023-judge-01-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.humanlife_2024 .humanlife-2023-judge-01-ul li {
  width: 32%;
}

.humanlife_2024 .humanlife-2023-judge-01-ul li img {
  width: 100%;
}

.humanlife_2024 .humanlife-2023-judge-03-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.humanlife_2024 .humanlife-2023-judge-03-ul li {
  width: 24%
}

.humanlife_2024 .humanlife-2023-judge-03-ul li img {
  width: 100%;
}

@media only screen and (max-width:767px) {
  .humanlife_2024 .gp-photographs__row-humanlife-2023-gp ul {
    display: block;
  }

  .humanlife_2024 .gp-photographs__row-humanlife-2023-gp ul li {
    width: 100%;
    margin-bottom: 1.5%;
  }

  .humanlife_2024 .humanlife-2023-judge-01-ul {
    display: block;
  }

  .humanlife_2024 .humanlife-2023-judge-01-ul li {
    width: 80%;
    margin: 0 auto 1.5%;
  }

  .humanlife_2024 .humanlife-2023-judge-03-ul {
    display: block;
  }

  .humanlife_2024 .humanlife-2023-judge-03-ul li {
    width: 80%;
    margin: 0 auto 1.5%;
  }
}

@media only screen and (max-width:767px) {
  #epgp .gp-inner {
    width: 100%;
    padding: 0 15px 0px;
    box-sizing: border-box;
  }

  #epgp p.top {
    padding: 0;
    margin: 5% 0 8%;
  }

  #photo_gp h2 {
    height: inherit;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }

  #photo_gp h2 img {
    width: 100%;
    margin-top: 0px;
  }

  #photo_gp h3 {
    width: 95%;
  }

  #photo_gp .gp-inner h3 {
    text-align: center !important;
  }

  #photo_gp h4.gp-opus__review-title {
    font-size: 4.5vw;
  }

  #photo_gp h4 {
    margin: 0 0 20px 0 !important;
  }

  #photo_gp h4.gp-opus__interview-title {
    font-size: 4.5vw;
  }

  .gp-photographs {
    justify-content: space-around;
  }

  .gp_sub_ttl {
    font-size: 16px;
    margin-top: 0px !important;
  }

  #ac_menu {
    padding-top: 0px !important;
    margin: 5% 0;
  }

  .pastGroup01 {
    width: 100%
  }

  .gp-photographs p {
    width: 100%;
    margin-bottom: 2%;
  }

  .gp-photographs .t_judge_main01-2023 p {
    width: 100%;
  }

  .gp-photographs.gp-photographs-grandprix-2024 p {
    margin-bottom: 2%;
  }

  .gp-photographs p img {
    width: 100%;
    max-width: unset !important;
  }

  .gp-photographs__row.gp-flex {
    width: 100%;
    display: block;
  }

  .gp-photographs__row img {
    width: 100%;
  }

  .gp-opus__environ {
    margin: 0px;
  }

  .gp-opus__review {
    margin: 20px 0 20px 0;
  }

  .gp-opus__review p {
    margin: 0;
  }

  .gp-opus__interview-thumbnails {
    margin-left: 5%;
    margin-bottom: 5%;
    width: 37%;
  }

  .gp-opus__interview-thumbnails-user img {
    width: 100%;
  }

  .gp h5 {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .gp-opus__interview-thumbnails-user p:last-child {
    font-size: 0.9rem;
  }

  .gp-photographs .gp-photographs__row img {
    width: 100%;
  }

  .gp-opus-group {
    justify-content: space-between;
  }

  .gp-opus--group {
    width: 48%;
    margin-right: 0px !important;
    margin-bottom: 5px !important;
  }

  #photo_gp .gp-opus--group h3 p {
    font-size: 14px;
  }

  .gp-opus--group img {
    width: 100%;
  }

  .gp-photographs__row.w810400 img:first-of-type {
    width: 100%;
  }

  .gp-photographs__row.w810400 img:not(:first-of-type) {
    width: 100%;
  }

  .gp-photographs__row.w600 img {
    width: 100%;
  }

  .gp-photographs__row.w450 img {
    width: 100%;
  }

  .gp-opus--group.w300 img:not(.tatephoto) {
    width: 100%;
  }

  .gp-opus img.tatephoto {
    width: 70%;
  }

  .gp-photographs .gp-photographs__row.gp-flex p {
    width: 100%;
  }

  .gp-photographs .gp-photographs__row.gp-flex p img {
    width: 100%;
  }

  .gp-opus__interview-comment {
    width: 100%;
    margin-right: 0px;
  }
}