/* ================================================================
	PHOTO GRAND PRIX 2025
================================================================ */
#topContainer .section.bgst {
  background: url(/katsuyou/photo/common/images/area_bg.png) center top;
}

@media screen and (min-width: 768px) {
  #epg_greeting20.section {
    padding-top: 0;
  }
}
#epg_greeting20 .greetingcard {
  border: 2px solid rgb(242, 242, 242);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  padding: min(40px, 5vw);
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #epg_greeting20 .greetingcard {
    padding-top: 7vw;
  }
}
#epg_greeting20 .greetingcard h2 {
  position: relative;
  padding-bottom: min(20px, 4vw);
  margin-bottom: min(35px, 5vw);
}
@media screen and (max-width: 767px) {
  #epg_greeting20 .greetingcard h2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
#epg_greeting20 .greetingcard h2::after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#epg_greeting20 .greetingcard p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #epg_greeting20 .greetingcard p {
    text-align: left;
    line-height: 1.6;
  }
  #epg_greeting20 .greetingcard p.sizeM {
    font-size: 3.4vw;
  }
}

.themeTitle {
  font-size: min(24px, 4.6vw);
  font-weight: bold;
  padding-left: 12px;
  position: relative;
  margin-bottom: min(20px, 4vw);
}
.themeTitle::before {
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ddd;
}
.themeTitle.nature {
  color: #00874D;
}
.themeTitle.nature::before {
  background-color: #00874D;
}
.themeTitle.human {
  color: #ff9700;
}
.themeTitle.human::before {
  background-color: #ff9700;
}
.themeTitle.naturehuman {
  color: #6E7D22;
}
.themeTitle.naturehuman::before {
  background-color: #6E7D22;
}
.themeTitle.hagaki {
  color: #c30802;
}
.themeTitle.hagaki::before {
  background-color: #c30802;
}

.thmemeBox {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .thmemeBox {
    margin-top: 8vw;
    gap: 4vw;
  }
}
.thmemeBox__detail {
  width: 57%;
}
@media screen and (max-width: 767px) {
  .thmemeBox__detail {
    width: 100%;
  }
}
.thmemeBox__photo {
  width: 38%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .thmemeBox__photo {
    width: 100%;
  }
}

.prizePanel {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.prizePanel__label {
  width: 28%;
  background-image: linear-gradient(165deg, rgb(235, 216, 72) 0%, rgb(153, 119, 9) 30%, rgb(153, 119, 9) 70%, rgb(235, 216, 72) 100%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: min(10px, 2vw);
  padding: min(20px, 3vw);
}
@media screen and (min-width: 768px) {
  .prizePanel__label {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .prizePanel__label {
    width: 100%;
    flex-direction: column;
  }
  .prizePanel__label img {
    width: 10vw;
  }
}
.prizePanel__label span {
  font-size: min(33px, 6vw);
  color: #FFF;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .prizePanel__label span {
    line-height: 1;
    margin-top: 5px;
  }
}
.prizePanel__detail {
  width: 72%;
  display: flex;
  flex-wrap: wrap;
  background-color: #FFF;
  font-size: min(20px, 3.6vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .prizePanel__detail {
    width: 100%;
    padding: min(10px, 3vw) min(20px, 3vw);
  }
}
.prizePanel__detail__count {
  width: 30.533%;
  padding: min(10px, 3vw) min(20px, 3vw);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  border-right: 1px solid #DDD;
}
@media screen and (max-width: 767px) {
  .prizePanel__detail__count {
    width: 100%;
    justify-content: center;
    border-right: 0;
    border-bottom: 1px solid rgb(235, 216, 72);
  }
}
.prizePanel__detail__count .num {
  font-size: min(34px, 6.4vw);
  font-weight: bold;
  margin: 0 3px;
}
.prizePanel__detail__amount {
  width: 69.467%;
  padding: min(10px, 3vw) min(20px, 3vw);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .prizePanel__detail__amount {
    width: 100%;
    justify-content: center;
    margin-top: min(10px, 3vw);
  }
}
.prizePanel__detail__amount .amount {
  font-size: min(35px, 6.4vw);
  font-weight: bold;
  margin: 0 3px;
}

.prizeCrispia {
  position: relative;
}
@media screen and (min-width: 768px) {
  .prizeCrispia {
    padding-top: 130px;
  }
}
@media screen and (max-width: 767px) {
  .prizeCrispia {
    margin-top: 5vw;
  }
}
.prizeCrispia__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  background-color: #FFF;
  gap: min(20px, 4vw);
  padding: min(20px, 4vw);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .prizeCrispia__inner {
    align-items: center;
  }
}
.prizeCrispia__title {
  font-size: min(18px, 4vw);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .prizeCrispia__title {
    width: calc(100% - 24vw);
  }
}
.prizeCrispia__img {
  width: 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .prizeCrispia__img {
    width: 20vw;
  }
}
@media screen and (min-width: 768px) {
  .prizeCrispia__img img {
    position: absolute;
    bottom: 0;
  }
}

.judgeBlock {
  display: flex;
  flex-wrap: wrap;
  gap: min(50px, 10vw);
}
.judgeBlock__left {
  width: 810px;
}
.judgeBlock__left .judgeBox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: min(50px, 10vw);
}
.judgeBlock__right {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .judgeBlock__right {
    width: 100%;
  }
}
.judgeBlock .themeTitle {
  margin-bottom: min(40px, 5vw);
}

.profileBox {
  width: 380px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .profileBox {
    width: 100%;
    gap: 4vw;
  }
}
.profileBox__img {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .profileBox__img {
    width: 45vw;
  }
}
.profileBox__name {
  width: calc(100% - 220px);
}
@media screen and (max-width: 767px) {
  .profileBox__name {
    width: calc(100% - 49vw);
  }
}
.profileBox__name .name {
  font-size: min(20px, 5vw);
  font-weight: bold;
}
.profileBox__detail {
  width: 100%;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding: 10px 0;
}
.profileBox__title {
  font-weight: bold;
  line-height: 1;
  font-size: min(14px, 3.6vw);
}
.profileBox__profile {
  font-size: min(14px, 3.2vw);
  padding: 10px 0;
}