@charset "utf-8";
/*////////////////////////////////////////////////
=Reset
////////////////////////////////////////////////*/
* {
  margin: 0;
  padding: 0
}
a {
  text-decoration: none;
  color: #333;
}
ul, ol {
  list-style: none;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
.pc_main {
  display: none !important;
}
.sp_main {
  display: block !important;
}
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
.br-pc {
  display: none !important;
}
.br-sp {
  display: block !important;
}
.clear_fix {
  clear: both;
}
.clear_fix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
/*////////////////////////////////////////////////
=html body
////////////////////////////////////////////////*/
html {
  height: 100%;
}
body {
  font-size: 87.5%; /* 14px */
  font-family: 'Noto Sans Japanese', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  line-height: 1.2;
  min-height: 100%;
  word-wrap: break-word;
}
/*////////////////////////////////////////////////
=タイトルタグ
////////////////////////////////////////////////*/
h1 {
  margin: 0;
}
h2 {
  font-size: 1.143em; /* 16px */
  padding: 10px 0;
  margin: 15px 0 0 0;
}
h3 {
  font-size: 1.143em; /* 16px */
  margin: 15px 0;
}
/*////////////////////////////////////////////////
=Header
////////////////////////////////////////////////*/
header {
  height: 100%;
}
header h1 img {
  max-width: 100%;
  margin: 0 auto;
}
/*////////////////////////////////////////////////
=Contents
////////////////////////////////////////////////*/
.contents {
  font-size: 1em; /*14px*/
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 1px;
}
/*////////////////////////////////////////////////
=text
////////////////////////////////////////////////*/
.text {
  margin: 0 auto;
  background: #f4f7fe;
  padding: 9% 0;
}
.text_box {
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7);
  padding: 5% 5%;
  width: 80%;
  z-index: 1;
  position: relative;
}
.text h2 {
  text-align: center;
  margin: 0 auto;
  font-size: 1.714em;
  letter-spacing: 0.1em;
  color: #222;
  display: flex;
  align-items: center;
  font-weight: bold;
  width: fit-content;
}
.text .subtitle {
  font-size: 1.143em;
  text-align: left;
  padding: 0 0 1% 0;
  font-weight: bold;
}
@media all and (-ms-high-contrast: none) {
  .text h2 {
    display: table;
    white-space: nowrap;
  }
  .text h2:before, .text h2:after {
    border-top: none;
    display: table-cell;
    width: 50%;
    background: linear-gradient(transparent 0%, transparent 49%, #000000 50%, #000000 51%, transparent 52%, transparent 100%);
  }
}
.text p {
  line-height: 1.4em;
}
.text p span {
  font-size: 0.85em;
}
/*////////////////////////////////////////////////
=title
////////////////////////////////////////////////*/
.title {
  position: relative;
}
/*////////////////////////////////////////////////
=first_prize
////////////////////////////////////////////////*/
.first_prize {
  overflow: hidden;
  margin: 0 0 15% 0;
}
.first_prize .title {
  overflow: hidden;
  padding: 5% 3%;
}
.first_prize h2 {
  color: #bd9e46;
  font-size: 1.714em; /*24px*/
  width: 60%;
}
.first_prize h2.tit_box {
  width: 100%;
  color: #fff;
  background: #bd9e46;
  text-align: center;
  font-size: 2.5em;
}
.first_prize .photo {
  display: block;
  margin: 0 auto 15px;
  text-align: center;
  background: #efefef;
}
.first_prize img {
  max-width: 100%;
  max-height: 80vw;
}
.first_prize p {
  text-align: left;
  font-size: 1.000em; /*14px*/
  padding: 0 5px;
}
/*////////////////////////////////////////////////
=second_prize
////////////////////////////////////////////////*/
.second_prize {
  overflow: hidden;
  margin: 0 0 15% 0;
}
.second_prize .title {
  overflow: hidden;
  padding: 5% 3%;
}
.second_prize h2 {
  color: #999;
  font-size: 1.714em; /*24px*/
  width: 60%;
}
.second_prize .photo {
  display: block;
  margin: 0 auto 15px;
  text-align: center;
  background: #efefef;
}
.second_prize img {
  max-width: 100%;
  max-height: 80vw;
}
.second_prize p {
  text-align: left;
  font-size: 1.000em; /*14px*/
  padding: 0 5px;
}
/*////////////////////////////////////////////////
=prize
////////////////////////////////////////////////*/
.prize {
  overflow: hidden;
  margin: 0 0 15% 0;
}
.prize .title {
  overflow: hidden;
  padding: 5% 3%;
}
.prize h2 {
  color: #999;
  font-size: 1.714em; /*24px*/
  width: 60%;
}
.prize h2.tit_box {
  width: 100%;
  color: #fff;
  background: #999;
  text-align: center;
  font-size: 2.5em;
}
.prize h3 {
  color: #c28112;
  font-size: 1.5em;
  text-align: center;
}
.prize .box {
  margin: 0 auto 30px auto;
}
.prize .photo {
  display: block;
  margin: 0 auto 15px;
  text-align: center;
  background: #efefef;
}
.prize img {
  max-width: 100%;
  max-height: 80vw;
  object-fit: contain;
}
.prize p {
  text-align: left;
  font-size: 1.000em; /*14px*/
  padding: 0 5px;
}
.fast {
  background-color: #edc74a;
}
.second {
  background-color: #b8b8b8;
}
.third {
  background-color: #c2851d;
}
/*////////////////////////////////////////////////
=prize01
////////////////////////////////////////////////*/
.prize01 {
  overflow: hidden;
  margin: 0 0 10% 0;
}
.prize01 .box {
  overflow: hidden;
  margin: 0 0 10% 0;
}
.prize01 .title {
  overflow: hidden;
  padding: 5% 3%;
}
.prize01 h2 {
  font-size: 1.714em; /*24px*/
  width: 60%;
  color: #d50018;
}
.prize01 h2.tit_box {
  width: 100%;
  color: #fff;
  background: #d50018;
  text-align: center;
  font-size: 2.5em;
  margin-bottom: 0%;
}
.prize01 .photo {
  display: block;
  margin: 0 auto 15px;
  text-align: center;
  background: #efefef;
}
.prize01 img {
  max-width: 100%;
  max-height: 80vw;
}
.prize01 p {
  text-align: left;
  font-size: 1.000em; /*14px*/
  padding: 0 5px;
}
/*////////////////////////////////////////////////
=prize02
////////////////////////////////////////////////*/
.prize02 h2 {
  font-size: 1.714em; /*24px*/
  width: 60%;
  color: #c28112;
}
.prize02 h2.tit_box {
  font-size: 2.5em;
  background: #c28112;
}
/*////////////////////////////////////////////////
=prize03
////////////////////////////////////////////////*/
.prize03 h2 {
  font-size: 1.714em; /*24px*/
  width: 60%;
  color: #084d95;
}
.prize03 h2.tit_box {
  font-size: 2.5em;
  background: #084d95;
}
/*////////////////////////////////////////////////
=BOX要素内
////////////////////////////////////////////////*/
.photo_title {
  font-size: 1.375em !important; /*19px*/
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center !important;
}
.photo_title a {
  text-decoration: underline;
}
.photo_title a:hover {
  cursor: pointer;
}
.first_prize .photo_title, .second_prize .photo_title {
  font-size: 1.375em !important; /*19px*/
}
.comment_title {
  font-size: 1.214em !important; /*19px*/
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center !important;
}
.photo_name {
  margin: 0 auto 2px;
  text-align: center !important;
}
.photo_name span {
  font-size: 0.750em; /*10px*/
}
.secretariat {
  margin: 20px auto 0;
  padding: 5px;
}
.secretariat .comment_title {
  text-align: left !important;
  text-decoration: none !important;
}
/*////////////////////////////////////////////////
=閉じる
////////////////////////////////////////////////*/
.close {
  text-align: center;
}
.close p {
  display: inline-block;
  text-decoration: underline;
}
.close p:hover {
  text-decoration: none;
}
/*////////////////////////////////////////////////
=Footer
////////////////////////////////////////////////*/
footer {
  width: auto;
  margin: 20px auto 40px auto;
  padding: 0;
}
footer p {
  font-family: 'Noto Sans Japanese', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  text-align: center;
  font-size: 12px;
  color: #999;
  line-height: 1.6em;
  margin: 0;
  padding: 0 10px;
  border: 0;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
  outline: none;
}
footer p a {
  font-size: 1.000em; /*14px*/
  color: #36C;
  transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
}
footer p a:hover {
  color: #39F;
}
/*////////////////////////////////////////////////
=page-top
////////////////////////////////////////////////*/
#page-top {
  position: fixed;
  right: 0;
  bottom: 20px;
  text-indent: -9999px;
  margin: 0;
  z-index: 999;
}
#page-top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background: #084d95;
  transition: opacity .6s ease;
}
#page-top a:hover {
  opacity: 0.5;
}
#page-top a::before {
  position: absolute;
  top: 7px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  margin: auto;
  content: '';
  transform: rotate(-45deg);
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
}
/*////////////////////////////////////////////////
=ボーダーアニメーション
////////////////////////////////////////////////*/
.text {
  position: relative;
}
.border {
  position: relative;
  text-align: center;
  font-size: 18px;
  margin: 0 auto 20px auto !important;
}
.border:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  border-bottom: solid 5px #d50018;
  transform: translateX(-50%);
  animation: border_anim 1s linear forwards;
}
.first_prize .border:before {
  border-bottom: solid 5px #bd9e46;
}
.second_prize .border:before {
  border-bottom: solid 5px #999;
}
.prize .border:before {
  border-bottom: solid 5px #999;
}
.prize01 .border:before {
  border-bottom: solid 5px #d50018;
}
.prize02 .border:before {
  border-bottom: solid 5px #c28112;
}
.prize03 .border:before {
  border-bottom: solid 5px #084d95;
}
@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/*////////////////////////////////////////////////
=スクロールアニメーション
////////////////////////////////////////////////*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}
/*////////////////////////////////////////////////
=紙吹雪アニメーション
////////////////////////////////////////////////*/
.confetti {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
}
.confetti span {
  position: absolute;
  top: -10%;
  left: 0;
  width: 1vw;
  height: 1vw;
  background: #FFF;
}
/* add animation */
.confetti span:nth-child(2n+1) {
  animation: confetti-anim-1 10s 0s linear infinite;
}
.confetti span:nth-child(2n+2) {
  animation: confetti-anim-2 10s 0s linear infinite;
}
/* side position */
.confetti span:nth-child(1) {
  left: 0%;
}
.confetti span:nth-child(2) {
  left: 2%;
}
.confetti span:nth-child(3) {
  left: 4%;
}
.confetti span:nth-child(4) {
  left: 6%;
}
.confetti span:nth-child(5) {
  left: 8%;
}
.confetti span:nth-child(6) {
  left: 10%;
}
.confetti span:nth-child(7) {
  left: 12%;
}
.confetti span:nth-child(8) {
  left: 14%;
}
.confetti span:nth-child(9) {
  left: 16%;
}
.confetti span:nth-child(10) {
  left: 18%;
}
.confetti span:nth-child(11) {
  left: 20%;
}
.confetti span:nth-child(12) {
  left: 22%;
}
.confetti span:nth-child(13) {
  left: 24%;
}
.confetti span:nth-child(14) {
  left: 26%;
}
.confetti span:nth-child(15) {
  left: 28%;
}
.confetti span:nth-child(16) {
  left: 30%;
}
.confetti span:nth-child(17) {
  left: 32%;
}
.confetti span:nth-child(18) {
  left: 34%;
}
.confetti span:nth-child(19) {
  left: 36%;
}
.confetti span:nth-child(20) {
  left: 38%;
}
.confetti span:nth-child(21) {
  left: 40%;
}
.confetti span:nth-child(22) {
  left: 42%;
}
.confetti span:nth-child(23) {
  left: 44%;
}
.confetti span:nth-child(24) {
  left: 46%;
}
.confetti span:nth-child(25) {
  left: 48%;
}
.confetti span:nth-child(26) {
  left: 50%;
}
.confetti span:nth-child(27) {
  left: 52%;
}
.confetti span:nth-child(28) {
  left: 54%;
}
.confetti span:nth-child(29) {
  left: 56%;
}
.confetti span:nth-child(30) {
  left: 58%;
}
.confetti span:nth-child(31) {
  left: 60%;
}
.confetti span:nth-child(32) {
  left: 62%;
}
.confetti span:nth-child(33) {
  left: 64%;
}
.confetti span:nth-child(34) {
  left: 66%;
}
.confetti span:nth-child(35) {
  left: 68%;
}
.confetti span:nth-child(36) {
  left: 70%;
}
.confetti span:nth-child(37) {
  left: 72%;
}
.confetti span:nth-child(38) {
  left: 74%;
}
.confetti span:nth-child(39) {
  left: 76%;
}
.confetti span:nth-child(40) {
  left: 78%;
}
.confetti span:nth-child(41) {
  left: 80%;
}
.confetti span:nth-child(42) {
  left: 82%;
}
.confetti span:nth-child(43) {
  left: 84%;
}
.confetti span:nth-child(44) {
  left: 86%;
}
.confetti span:nth-child(45) {
  left: 88%;
}
.confetti span:nth-child(46) {
  left: 90%;
}
.confetti span:nth-child(47) {
  left: 92%;
}
.confetti span:nth-child(48) {
  left: 94%;
}
.confetti span:nth-child(49) {
  left: 96%;
}
.confetti span:nth-child(50) {
  left: 98%;
}
/* colors */
.confetti span:nth-child(5n+1) {
  background: #bd9e46;
}
.confetti span:nth-child(5n+2) {
  background: #999;
}
.confetti span:nth-child(5n+3) {
  background: #bd9e46;
}
.confetti span:nth-child(5n+4) {
  background: #999;
}
.confetti span:nth-child(5n+5) {
  background: #bd9e46;
}
/* animation-duration */
.confetti span:nth-child(4n+1) {
  animation-duration: 5s;
}
.confetti span:nth-child(4n+2) {
  animation-duration: 12s;
}
.confetti span:nth-child(4n+3) {
  animation-duration: 8s;
}
.confetti span:nth-child(4n+4) {
  animation-duration: 6s;
}
/* animation-delay */
.confetti span:nth-child(11n+1) {
  animation-delay: 0s;
}
.confetti span:nth-child(11n+2) {
  animation-delay: 9s;
}
.confetti span:nth-child(11n+3) {
  animation-delay: 2s;
}
.confetti span:nth-child(11n+4) {
  animation-delay: 5s;
}
.confetti span:nth-child(11n+5) {
  animation-delay: 6s;
}
.confetti span:nth-child(11n+6) {
  animation-delay: 7s;
}
.confetti span:nth-child(11n+7) {
  animation-delay: 3s;
}
.confetti span:nth-child(11n+8) {
  animation-delay: 1s;
}
.confetti span:nth-child(11n+9) {
  animation-delay: 2s;
}
.confetti span:nth-child(11n+10) {
  animation-delay: 11s;
}
.confetti span:nth-child(11n+11) {
  animation-delay: 10s;
}
/* animation */
@keyframes confetti-anim-1 {
  0% {
    top: -10%;
    transform: translateX(0) rotateX(0) rotateY(0);
  }
  100% {
    top: 100%;
    transform: translateX(20vw) rotateX(180deg) rotateY(360deg);
  }
}
@keyframes confetti-anim-2 {
  0% {
    top: -10%;
    transform: translateX(0) rotateX(0) rotateY(0);
  }
  100% {
    top: 100%;
    transform: translateX(-20vw) rotateX(180deg) rotateY(360deg);
  }
}
/*////////////////////////////////////////////////
=タブレット（min-width : 768px）
////////////////////////////////////////////////*/
@media screen and (min-width : 768px) {
  .contents {
    overflow: hidden;
    width: 100%;
    padding: 5% 0;
  }
  .pc_main {
    display: block !important;
  }
  .sp_main {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .br-pc {
    display: block !important;
  }
  .br-sp {
    display: none !important;
  }
  .hover:hover {
    opacity: 0.7;
    transition: opacity .15s 0s linear;
  }
  /*////////////////////////////////////////////////
=text
////////////////////////////////////////////////*/
  .text {
    margin: 0 auto 5%;
  }
  .text_box {
    width: 80%;
  }
  .text h2 {
    font-size: 3em; /*42px*/
  }
  .text .subtitle {
    font-size: 2em;
    text-align: center;
  }
  .text p {
    font-size: 1.250em; /*17px*/
    text-align: center;
    padding: 0;
  }
  .secretariat .comment_title {
    text-align: center !important;
  }
  /*////////////////////////////////////////////////
=first_prize
////////////////////////////////////////////////*/
  .first_prize {
    margin: 0 auto;
    padding: 0 7%;
  }
  .first_prize h2 {
    font-size: 2.5em; /*35px*/
    margin-bottom: 0;
  }
  .first_prize .photo {
    margin-bottom: 10%;
  }
  .first_prize img {
    max-width: 100%;
    max-height: 50vw;
  }
  .first_prize p {
    font-size: 1.150em; /*16px*/
    margin-bottom: 2%;
  }
  /*////////////////////////////////////////////////
=second_prize
////////////////////////////////////////////////*/
  .second_prize {
    margin: 0 auto;
    padding: 0 7%;
  }
  .second_prize h2 {
    font-size: 2.5em; /*35px*/
    margin-bottom: 0;
  }
  .second_prize .photo {
    margin-bottom: 10%;
  }
  .second_prize img {
    max-width: 100%;
    max-height: 50vw;
  }
  .second_prize p {
    font-size: 1.150em; /*16px*/
    margin-bottom: 2%;
  }
  /*////////////////////////////////////////////////
=prize
////////////////////////////////////////////////*/
  .prize {
    margin: 0 auto;
    padding: 0 7%;
    /*background: #f4f7fe;*/
  }
  .prize .box_wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .prize .box {
    padding: 4%;
    background: #fff;
    height: auto;
  }
  .prize h2 {
    font-size: 2.5em; /*35px*/
    margin-bottom: 0;
  }
  .prize .photo {
    margin-bottom: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .prize img {
    max-width: 100%;
    max-height: 40vw;
  }
  .prize p {
    font-size: 1.150em; /*16px*/
    margin-bottom: 2%;
  }
  /*////////////////////////////////////////////////
=prize01
////////////////////////////////////////////////*/
  .prize01 {
    background: #fff;
    margin: 0;
  }
  .prize01 .contents {
    margin: 0 auto;
    display: block;
  }
  .prize01 .box_wrp {
    display: flex;
    justify-content: center;
  }
  .prize01 .box {
    width: 30%;
    padding: 2%;
  }
  .prize01 .box {
    margin: 0;
  }
  .prize01 .title {
    padding: 5% 3% 3% 3%;
  }
  .prize01 h2 {
    font-size: 2.5em; /*35px*/
    margin-bottom: 10%;
    width: 60%;
  }
  .prize01 .photo {
    margin-bottom: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .prize01 img {
    max-width: 100%;
    max-height: 40vw;
  }
  .prize01 p {
    font-size: 1.150em; /*16px*/
    margin-bottom: 2%;
  }
  /*////////////////////////////////////////////////
=prize02
////////////////////////////////////////////////*/
  /*.prize02 {
    background: #f4f7fe;
  }*/
  .prize02 .contents {
    padding: 5% 0 0 0;
  }
  .prize02 .box_wrp {
    display: flex;
    justify-content: center;
  }
  .prize02 .title {
    padding: 5% 3% 3% 3%;
  }
  .prize02 .box {
    width: 45%;
    margin: 0 2% 6% 0;
    padding: 2%;
  }
  .prize02 .box:last-child {
    margin: 0 0 6% 0;
  }
  .prize02 .photo {
    height: 30vw;
  }
  .prize img {
    height: 30vw;
  }
  /*////////////////////////////////////////////////
=prize03
////////////////////////////////////////////////*/
  .prize03 {
    background: #fff;
  }
  .prize03 .contents {
    padding: 5% 0 0 0;
  }
  .prize03 .box_wrp {
    display: flex;
    justify-content: center;
  }
  .prize03 .title {
    padding: 5% 3% 3% 3%;
  }
  .prize03 .box {
    width: 45%;
    margin: 0 2% 6% 0;
    padding: 2%;
  }
  .prize03 .box:nth-child(2n) {
    margin: 0 0 6% 0;
  }
  .prize03 .photo {
    height: 30vw;
  }
  .prize img {
    height: 30vw;
  }
  /*////////////////////////////////////////////////
=BOX要素内
////////////////////////////////////////////////*/
  .box {
    margin-bottom: 60px;
  }
  .photo_name {
    margin: 0 auto 2px;
  }
  .first_prize .photo_title, .second_prize .photo_title {
    font-size: 1.750em !important; /*19px*/
  }
  .center {
    margin: 0 auto 60px;
  }
  .secretariat {
    margin: 6% auto 0;
    padding: 5px;
    box-sizing: border-box;
  }
  /*////////////////////////////////////////////////
=閉じる
////////////////////////////////////////////////*/
  .close p {
    font-size: 1.150em; /*16px*/
    margin: 50px auto 0 auto;
  }
  /*////////////////////////////////////////////////
=footer
////////////////////////////////////////////////*/
  footer {
    margin: 50px auto;
    overflow: hidden;
    *zoom: 1;
  }
  footer p {
    font-size: 1.000em; /*14px*/
    text-align: center;
  }
}
/*////////////////////////////////////////////////
=PC（min-width : 1150px）
////////////////////////////////////////////////*/
@media screen and (min-width : 1150px) {
  .contents {
    overflow: hidden;
    width: 80%;
    padding: 0;
  }
  .flex {
    display: flex;
    justify-content: space-between;
  }
  .flex .flex_box {
    width: 45%;
  }
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  /*////////////////////////////////////////////////
=text
////////////////////////////////////////////////*/
  .text {
    margin: 0 auto;
    padding: 5% 0;
  }
  .text_box {
    width: 900px;
  }
  .text h2 {
    font-size: 2.857em; /*25px*/
  }
  .text p {
    line-height: 2.0em;
  }
  /*////////////////////////////////////////////////
=first_prize
////////////////////////////////////////////////*/
  .first_prize {
    padding: 0;
  }
  .first_prize .photo {
    /*float: left;
    width: 50%;*/
    margin: 0 auto 50px;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    background: #FFF;
    /* height: 600px;*/
  }
  .first_prize img {
    max-width: 100%;
    max-height: 600px;
  }
  .first_prize .box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  .first_prize h2 {
    font-size: 2.5em; /*25px*/
    width: 300px;
  }
  .first_prize p {
    font-size: 1.100em; /*18px*/
    margin-bottom: 5px;
  }
  .first_prize .secretariat {
    width: 500px;
    margin-top: 40px;
  }
  .first_prize .secretariat .photo_comment {
    font-size: 1.200em;
    line-height: 1.6em;
  }
  /*////////////////////////////////////////////////
=second_prize
////////////////////////////////////////////////*/
  .second_prize {
    margin: 60px 0;
    padding: 0;
  }
  .second_prize .photo {
    float: right;
    width: 50%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #efefef;
  }
  .second_prize img {
    max-height: 600px;
  }
  .second_prize .box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  .second_prize h2 {
    font-size: 2.5em; /*25px*/
    width: 300px;
  }
  .second_prize p {
    font-size: 1.100em; /*18px*/
    margin-bottom: 5px;
  }
  .second_prize .secretariat {
    width: 500px;
    margin-top: 40px;
  }
  .second_prize .secretariat .photo_comment {
    font-size: 1.200em;
    line-height: 1.6em;
  }
  /*////////////////////////////////////////////////
=prize
////////////////////////////////////////////////*/
  .prize {
    margin: 0;
    padding: 0 0 5% 0;
  }
  .prize h2 {
    font-size: 2.5em; /*25px*/
    width: 300px;
  }
  .prize img {
    max-width: 100%;
    max-height: 450px;
  }
  .prize p {
    font-size: 1.150em; /*16px*/
    margin-bottom: 5px;
  }
  .prize .secretariat {
    max-width: 400px;
    max-height: 400px;
  }
  /*////////////////////////////////////////////////
=prize02
////////////////////////////////////////////////*/
  .prize02 {
    padding: 0 0 0 0;
  }
  .prize02 .contents {
    padding: 0;
  }
  .prize02 .title {
    padding: 5% 3%;
  }
  .prize02 .box {
    width: 45%;
  }
  .prize02 .photo {
    height: 385px;
  }
  .prize02 img {
    object-fit: contain;
    width: 100%;
    height: 385px;
  }
  /*////////////////////////////////////////////////
=prize03
////////////////////////////////////////////////*/
  .prize03 {
    padding: 0 0 0 0;
  }
  .prize03 .contents {
    padding: 0;
  }
  .prize03 .title {
    padding: 5% 3%;
  }
  .prize03 .box {
    width: 45%;
  }
  .prize03 .photo {
    height: 385px;
  }
  .prize03 img {
    object-fit: contain;
    width: 100%;
    height: 385px;
  }
}
/*////////////////////////////////////////////////
=modal 別途記述
////////////////////////////////////////////////*/
.modal-inner {
  *zoom: 1;
  padding: 25px;
  background-color: #fff;
  width: 1100px;
  cursor: default;
  max-width: 1100px !important;
  line-height: 25px;
}
.modal-inner .close {
  text-align: right;
}
.modal-inner .close a {
  cursor: pointer;
  font-size: 40px;
  color: #36C;
}
.modal-inner .modal-box {
  width: 1100px;
}
.modal-inner .modal-img {
  float: left;
  width: 600px;
  position: relative;
}
.modal-inner .modal-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 500px;
  display: block;
  margin: 0 auto;
}
.modal-inner .modal-txt {
  float: right;
  width: 400px;
}
.modal-inner .modal-txt p.theme {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #e45f0c;
  padding: 1px 8px 2px 8px;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.modal-inner .modal-txt h3 {
  font-size: 18px;
  font-weight: 500;
  color: #5b9cdd;
}
.modal-inner .modal-txt h3 span {
  font-weight: bold;
  margin: 0 10px 0 0;
}
.modal-inner .modal-txt p {
  margin-top: 30px;
}
.modal-inner .modal-txt p span {
  font-weight: bold;
  margin: 0 10px 0 0;
}
.modal-inner .modal-txt p.name-inner {
  margin-top: 10px;
}
.modal-inner .modal-txt p.date {
  margin-top: 0px;
  font-size: 12px;
  font-weight: 400;
  color: #ccc;
}
.modal-inner .modal-txt p.votes {
  margin-top: 0px;
  font-size: 12px;
  font-weight: 400;
  color: #5b9cdd;
  background: no-repeat url("../../img/common/icon_good_inner.png");
  background-size: 6px;
  background-position: left;
  padding-left: 12px;
  letter-spacing: 0.03em;
  float: left;
}
.modal-inner .modal-txt p.reading {
  margin-top: 0px;
  font-size: 12px;
  font-weight: 400;
  color: #5b9cdd;
  background: no-repeat url("../../img/common/icon_read_inner.png");
  background-size: 13px;
  background-position: left;
  padding-left: 17px;
  padding-right: 4px;
  letter-spacing: 0.03em;
  float: right;
}
/*==========画像両サイドナビ追加=============*/
.modal-inner ul li {
  width: 20px !important;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: auto;
  left: -100px;
}
.modal-inner ul li:last-child {
  margin: auto;
  left: auto;
  right: -100px;
}
@media only screen and (max-width: 1024px) {
  .modal-inner {
    width: auto;
    margin: 0 10% 0 10% !important;
    overflow-y: scroll !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0;
    border-radius: 0 !important;
  }
  .modal-inner .close {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .modal-inner .modal-img {
    width: auto;
    float: none;
  }
  .modal-inner .modal-txt {
    float: none;
    width: auto;
  }
  .modal-inner .modal-txt p.theme {
    margin-top: 25px;
  }
  .modal-inner .modal-txt h3 {
    margin-top: 20px;
  }
  .modal-inner .modal-txt p {
    margin-top: 30px;
  }
  .modal-inner .modal-txt p.name-inner {
    margin-top: 10px;
  }
  .modal-inner .modal-txt p.date {
    margin-top: 0px;
    font-size: 12px;
    font-weight: 400;
    color: #ccc;
  }
  .iziModal.hasScroll .iziModal-wrap {
    overflow-y: visible !important;
    overflow-x: visible !important;
  }
  .iziModal.hasShadow::after {
    display: none;
  }
  /*==========画像両サイドナビ追加=============*/
  .modal-inner ul li {
    width: 20px !important;
    height: 50px !important;
    position: fixed;
    left: 35px;
  }
  .modal-inner ul li:last-child {
    top: 0;
    bottom: 0;
    right: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-inner {
    overflow: hidden;
    margin: 0 5px 0 5px !important;
    padding: 10px;
  }
  .modal-inner .modal-img img {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
  }
  /*==========//画像両サイドナビ追加=============*/
  .modal-inner ul {
    clear: both;
    display: flex;
    justify-content: space-between;
  }
  .modal-inner ul li {
    width: 55px !important;
    height: 55px !important;
    position: relative;
    left: 0;
    left: 5%;
    margin: 0 0 40px 0 !important;
  }
  .modal-inner ul li:last-child {
    float: right;
    right: 5%;
  }
}