@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: space-around;
  flex-flow: wrap;
}
.gp-photographs p {
  margin-bottom: 15px;
}
.gp-photographs.gp-photographs-grandprix-2021 p {
  margin-bottom: 1.5%;
}
.gp-photographs.gp-photographs-j03-2021 {
  display: block;
}
.gp-opus__author {
  max-width: 600px;
  margin: 0 auto;
  font-weight: bold;
}
.gp-opus__author p:first-child {
  font-size: 20px;
  border-bottom: 1px solid #000000;
  margin-bottom: 8px;
  font-weight: bold;
}
.gp-opus__author p:last-child {
  font-size: 16px;
  font-weight: bold;
}
.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 {
  padding-left: 14px;
  position: relative;
  margin-bottom: 5px;
}
.gp-opus__environ li::before, .gp-opus__environ li span::before {
  content: "■";
  font-size: 15px;
}
.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: 8px 0;
}
.gp h4.gp-opus__interview-title {
  background: #eceef6;
  padding: 10px 0;
}
.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-opus--group:nth-child(3n+3) {
  margin-right: 0;
}
.fsM {
  font-size: 85%;
}
#photo_gp h2 {
  display: block;
  font-size: 23px;
  line-height: 80px;
  font-weight: normal;
  width: 100%;
  height: 80px;
  margin: 10px 0 10px 0;
  text-align: center;
  background-repeat: no-repeat;
}
#photo_gp h2 img {
  margin-top: 25px;
}
/*グランプリページ*/
.gp-opus__interview-thumbnails-user::before {
  border: none;
}
.gp-opus__interview-thumbnails-user {
  background: none;
}
.gp-opus__interview-comment {
  width: 730px;
}
.gp-opus__interview-thumbnails {
  width: 157px;
}
.gp-opus__interview-thumbnails-user p:last-child {
  font-size: 20px;
}
.crown-tag img {
  width: 154px;
}
.gp-opus__interview-thumbnails-user {
  padding: 0px;
}
.gp-opus-group .gp-opus img.tatephoro {
  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 li {
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
  white-space: nowrap;
  background: url(/common/images/ico_down_01.gif) no-repeat scroll left 3px transparent;
  font-weight: bold;
  padding: 0 0 4px 21px;
}
/*ネイチャー部門*/
.nature_2020 #ac01 + .gp-opus .gp-photographs .gp-photographs__row ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.nature_2020 #ac01 + .gp-opus .gp-photographs .gp-photographs__row ul.nature-2021-grandprix-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  
}
.nature_2020 #ac01 + .gp-opus .gp-photographs .gp-photographs__row ul.nature-2021-grandprix-ul li {
  margin-bottom: 1.5%;
}
.nature_2020 #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%;
  }
}
.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_2020 #ac01 + .gp-opus .gp-photographs .gp-photographs__row ul li {
  margin-bottom: 15px;
}
.nature_2020 .gp-photographs__row.gp-flex {
  width: 100%;
  display: flex;
  justify-content: center;
}
/*ヒューマンライフ部門*/
.humanlife_2020 #ac01 + .gp-opus .gp-photographs .gp-photographs__row ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
      margin-top: 10px;
}

.humanlife_2020 #ac01 + .gp-opus .gp-photographs .gp-photographs__row ul li {
  width: 24%;
  margin-bottom: 15px;
}
.humanlife_2020 #ac01 + .gp-opus .gp-photographs .gp-photographs__row.gp-photographs__row-humanlife-2021-gp ul li {
  margin-bottom: 0.8%;
}
@media only screen and (max-width:767px)  {
  .humanlife_2020 #ac01 + .gp-opus .gp-photographs .gp-photographs__row.gp-photographs__row-humanlife-2021-gp ul li {
    margin-bottom: 3%;
  }
}
.humanlife_2020 #ac01 + .gp-opus .gp-photographs .gp-photographs__row ul li img {
  width: 100%;
}
.humanlife_2020 #ac02 + .gp-opus .gp-photographs .gp-photographs__row ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.humanlife_2020 #ac02 + .gp-opus .gp-photographs .gp-photographs__row ul li {
  width: 32%;
}
.humanlife_2020 #ac02 + .gp-opus .gp-photographs .gp-photographs__row ul li img {
  width: 100%;
}
.humanlife_2020 #ac02 + .gp-opus .gp-photographs .gp-photographs__row .humanlife-2021-tanuma-ul {
  justify-content: center;
}
.humanlife_2020 #ac02 + .gp-opus .gp-photographs .gp-photographs__row .humanlife-2021-tanuma-ul li  {
  width: 42.5%;
}
.humanlife_2020 #ac02 + .gp-opus .gp-photographs .gp-photographs__row .humanlife-2021-tanuma-ul li:nth-child(odd) {
  margin-right: 1.5%;
}
.humanlife_2020 #ac02 + .gp-opus .gp-photographs .gp-photographs__row .humanlife-2021-tanuma-ul li:nth-child(n + 3) {
  margin-top: 1.5%;
}
@media only screen and (max-width:767px) {
  .humanlife_2020 #ac02 + .gp-opus .gp-photographs .gp-photographs__row .humanlife-2021-tanuma-ul li  {
    width: 48.5%;
  }
}
.humanlife_2020 #ac03 + .gp-opus .gp-photographs .gp-photographs__row ul {
  display: flex;
  flex-wrap: wrap;
}
.humanlife_2020 #ac03 + .gp-opus .gp-photographs .gp-photographs__row ul li img {
  width: 100%;
}
.humanlife_2020 #ac03 + .gp-opus .gp-photographs .gp-photographs__row .humanlife-2021-tanuma-ul {
  justify-content: center;
}
.humanlife_2020 #ac03 + .gp-opus .gp-photographs .gp-photographs__row .humanlife-2021-tanuma-ul li  {
  width: 42.5%;
}
.humanlife_2020 #ac03 + .gp-opus .gp-photographs .gp-photographs__row .humanlife-2021-tanuma-ul li:nth-child(odd) {
  margin-right: 1.5%;
}
.humanlife_2020 #ac03 + .gp-opus .gp-photographs .gp-photographs__row .humanlife-2021-tanuma-ul li:nth-child(n + 3) {
  margin-top: 1.5%;
}
@media only screen and (max-width:767px) {
  .humanlife_2020 #ac03 + .gp-opus .gp-photographs .gp-photographs__row .humanlife-2021-tanuma-ul li  {
    width: 48.5%;
  }
}
.humanlife_2020  .gp-opus .gp-photographs.miyoshi-judge02-2021 .gp-photographs__row ul {
  display: flex;
  flex-wrap: wrap;
}
.humanlife_2020  .gp-opus .gp-photographs.miyoshi-judge02-2021 .gp-photographs__row ul li img {
  width: 100%;
}
.humanlife_2020  .gp-opus .gp-photographs.miyoshi-judge02-2021 .gp-photographs__row .humanlife-2021-tanuma-ul {
  justify-content: center;
}
.humanlife_2020  .gp-opus .gp-photographs.miyoshi-judge02-2021 .gp-photographs__row .humanlife-2021-tanuma-ul li  {
  width: 42.5%;
}
.humanlife_2020  .gp-opus .gp-photographs.miyoshi-judge02-2021 .gp-photographs__row .humanlife-2021-tanuma-ul li:nth-child(odd) {
  margin-right: 1.5%;
}
.humanlife_2020  .gp-opus .gp-photographs.miyoshi-judge02-2021 .gp-photographs__row .humanlife-2021-tanuma-ul li:nth-child(n + 3) {
  margin-top: 1.5%;
}
@media only screen and (max-width:767px) {
  .humanlife_2020  .gp-opus .gp-photographs.miyoshi-judge02-2021 .gp-photographs__row .humanlife-2021-tanuma-ul li  {
    width: 48.5%;
  }
}
/*モノクロ部門*/
.monokuro_2020 #ac01 + .gp-opus .gp-photographs .gp-photographs__row ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.monokuro_2020 #ac01 + .gp-opus .gp-photographs .gp-photographs__row ul li {
  margin-bottom: 15px;
}
.monokuro_2020 .gp-photographs__row.gp-flex {
  width: 100%;
  display: flex;
  justify-content: center;
}
.monokuro_2020 #ac01 + .gp-opus .gp-photographs .gp-photographs__row.excellence-monokuro-2021-ul ul {
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
}
.monokuro_2020 #ac01 + .gp-opus .gp-photographs .gp-photographs__row.excellence-monokuro-2021-ul ul li {
  margin-bottom: 1.5%;
}
.monokuro_2020 #ac01 + .gp-opus .gp-photographs .gp-photographs__row.excellence-monokuro-2021-ul ul li:nth-child(odd) {
  margin-right: 1.5%;
}

.monokuro_2020 #ac01 + .gp-opus .gp-photographs .gp-photographs__row.excellence-monokuro-2021-ul ul li img {
  border: 1px solid #CCCCCC;
}
.monokuro_2020 #ac01 + .gp-opus .gp-photographs .gp-photographs__row.excellence-monokuro-2021-ul ul li.pc img{
border: none;
}
.monokuro_2020 #ac03 + .gp-opus .gp-photographs__row.m_judge_main01-2021 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.monokuro_2020 #ac03 + .gp-opus .gp-photographs__row.m_judge_main01-2021 ul li {
  margin-bottom: 1.5%;
}
.monokuro_2020 #ac03 + .gp-opus .gp-photographs__row.m_judge_main01-2021 ul li:nth-child(odd) {
  margin-right: 1.5%;
}
@media only screen and (max-width:767px) {
  .monokuro_2020 #ac03 + .gp-opus .gp-photographs__row.m_judge_main01-2021 ul li {
    margin-bottom: 1.5%;
  }
  .monokuro_2020 #ac03 + .gp-opus .gp-photographs__row.m_judge_main01-2021 ul li:nth-child(odd) {
    margin-right: 0;
  }
}
.monokuro_2020  .gp-opus .gp-photographs__row.m_judge_main02-2021 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.monokuro_2020  .gp-opus .gp-photographs__row.m_judge_main02-2021 ul li {
  margin-bottom: 1.5%;
}
.monokuro_2020  .gp-opus .gp-photographs__row.m_judge_main02-2021 ul li:nth-child(odd) {
  margin-right: 1.5%;
}
@media only screen and (max-width:767px) {
  .monokuro_2020  .gp-opus .gp-photographs__row.m_judge_main02-2021 ul li {
    margin-bottom: 1.5%;
  }
  .monokuro_2020  .gp-opus .gp-photographs__row.m_judge_main02-2021 ul li:nth-child(odd) {
    margin-right: 0;
  }
}
/*学生部門*/
.student_2020 #ac02 + .gp-opus .gp-photographs .gp-photographs__row ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.student_2020 #ac02 + .gp-opus .gp-photographs .gp-photographs__row ul li {
  width: 32%;
  margin-bottom: 15px;
}
.student_2020 #ac02 + .gp-opus .gp-photographs .gp-photographs__row.gp-photographs__row-student-gp-group-2021 ul li {
  width: 18.6%;
  margin-bottom: 13px;
}
@media only screen and (max-width:767px) {
  .student_2020 #ac02 + .gp-opus .gp-photographs .gp-photographs__row.gp-photographs__row-student-gp-group-2021 ul li {
    margin-bottom: 1.2%;
  }
}
.student_2020 #ac02 + .gp-opus .gp-photographs .gp-photographs__row.gp-photographs__row-student-gp-group-2021 ul li:nth-child(n+6){
  width: 32%;
}
@media only screen and (max-width:767px)  {
  .student_2020 #ac02 + .gp-opus .gp-photographs .gp-photographs__row ul li {
    margin-bottom: 1.5%;
  }
}
.student_2020 #ac02 + .gp-opus .gp-photographs .gp-photographs__row ul li img {
  width: 100%;
}
.student_2020 #ac03 + .gp-opus .gp-photographs.gp-photographs-2021-student-j01 {
  display: block;
}
.student_2020 #ac03 + .gp-opus .gp-photographs .gp-photographs__row ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.student_2020 #ac03 + .gp-opus .gp-photographs.gp-photographs-2021-student-j01 .gp-photographs__row ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 60%;
  margin: auto;
}
@media only screen and (max-width:767px) {
  .student_2020 #ac03 + .gp-opus .gp-photographs.gp-photographs-2021-student-j01 .gp-photographs__row ul{
    width: 100%;
  }
}
.student_2020 #ac03 + .gp-opus .gp-photographs .gp-photographs__row ul li {
  width: 32%;
  margin-bottom: 15px;
}
.student_2020 #ac03 + .gp-opus .gp-photographs.gp-photographs-2021-student-j01 .gp-photographs__row ul li {
  width: 49.251%;
}
@media only screen and (max-width:767px) {
  .student_2020 #ac03 + .gp-opus .gp-photographs.gp-photographs-2021-student-j01 .gp-photographs__row ul li {
    width: 49.2%;
  }
}
.student_2020 #ac03 + .gp-opus .gp-photographs.gp-photographs-2021-student-j01 .gp-photographs__row ul li:nth-child(2) {
  margin-right: 1.5%;
}
.student_2020 #ac03 + .gp-opus .gp-photographs.gp-photographs-2021-student-j01 .gp-photographs__row ul li:first-child {
  width: 100%;
  margin-bottom: 1.5%;
}
.student_2020 #ac03 + .gp-opus .gp-photographs .gp-photographs__row ul li img {
  width: 100%;
}
.student_2020 .gp-opus .gp-photographs .gp-photographs__row.gp-photographs__row-2021-j03 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.student_2020 .gp-opus .gp-photographs .gp-photographs__row.gp-photographs__row-2021-j03 ul li {
  margin-bottom: 15px;
}
@media only screen and (max-width:767px)  {
  .student_2020 .gp-opus .gp-photographs .gp-photographs__row.gp-photographs__row-2021-j03 ul li {
    width: 70%;
    margin-bottom: 1.5%;
  }
}
.student_2020 .gp-opus .gp-photographs .gp-photographs__row.gp-photographs__row-2021-j03 ul li:first-child {
  margin-right: 1.5%;
}
@media only screen and (max-width:767px) {
  .student_2020 .gp-opus .gp-photographs .gp-photographs__row.gp-photographs__row-2021-j03 ul li:first-child {
    margin-right: 0;
  }
}
.student_2020 .gp-opus .gp-photographs .gp-photographs__row.gp-photographs__row-2021-j03 ul li img {
  width: 100%;
}
.student_2020 .gp-opus  .gp-photographs__row.gp-photographs__row-2021-j04 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.student_2020 .gp-opus  .gp-photographs__row.gp-photographs__row-2021-j04 ul li {
  margin-bottom: 15px;
}
.student_2020 .gp-opus  .gp-photographs__row.gp-photographs__row-2021-j04 ul li:nth-child(odd) {
  margin-right: 1.5%;
}
.student_2020 .gp-opus  .gp-photographs__row.gp-photographs__row-2021-j04 ul li img {
  width: 100%;
}
@media only screen and (max-width:767px) {
  .student_2020 .gp-opus  .gp-photographs__row.gp-photographs__row-2021-j04 ul li {
    margin-bottom: 1.5%;
  }
  .student_2020 .gp-opus  .gp-photographs__row.gp-photographs__row-2021-j04 ul li:nth-child(odd) {
    margin-right: 0;
  }
}
@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 img {
    width: 22%;
  }
  #photo_gp h4 {
    margin: 0 0 20px 0 !important;
  }
  #photo_gp h4.gp-opus__interview-title img {
    width: 35%;
  }
  .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: 48%;
    margin-bottom: 2%;
  }
  .gp-photographs .t_judge_main01-2021  p{
    width: 100%;
  }
  .gp-photographs p img {
    width: 100%;
  }
  .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__environ li {
    padding: inherit;
    position: static;
    margin-bottom: 5px;
  }
  .gp-opus__interview-thumbnails {
    margin-left: 5%;
    width: 25%;
  }
  .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-opus img.tatephoro {
    width: 70%;
  }
  .gp-photographs .gp-photographs__row.gp-flex p {
    width: 100%;
  }
  .gp-photographs .gp-photographs__row.gp-flex p img {
    width: 100%;
  }
  /*グランプリのみ*/
  .grandprix_2019 .gp-photographs__row {
    display: flex;
  }
  .index_2019 .infoContainer {
    margin-bottom: inherit;
  }
  .mt_myoshi {
    margin-top: 20px;
  }
  /*ネイチャー部門*/
  .nature_2020 #ac01 + .gp-opus .gp-photographs .gp-photographs__row ul li {
    width: 48%;
    margin-bottom: 2%;
  }
  .nature_2020 .gp-photographs__row.gp-flex {
    width: 100%;
    display: block;
  }
  /*ヒューマンライフ部門*/
  .humanlife_2020 #ac01 + .gp-opus .gp-photographs .gp-photographs__row ul{
    justify-content: space-between;
   }
  .humanlife_2020 #ac01 + .gp-opus .gp-photographs .gp-photographs__row ul li {
    width: 48%;  
  }
  /*モノクロ部門*/
  .monokuro_2020 #ac01 + .gp-opus .gp-photographs .gp-photographs__row ul li {
    width: 48%;
  }
  .monokuro_2020 .gp-photographs__row.gp-flex {
    width: 100%;
    display: block;
  }
  /*学生部門*/
  .student_2020 #ac02 + .gp-opus .gp-photographs .gp-photographs__row ul li {
    width: 48%;
  }
}