@charset "utf-8";

.voice-wrapper  {
    font-size: 16px;
    line-height: 1.7;
    /* background: url(../img/bg_lead.jpg?250221z) center bottom / 1120px no-repeat, url(../img/bg_main2.png?) center 65%/ 1120px no-repeat, url(../img/bg_main2_re.png?) center 40%/ 1120px no-repeat, #f7f8fc; */
    padding-bottom: 80px;
    background: #DDC563;
    background: linear-gradient(180deg, rgba(221, 197, 99, 0) 0%, rgba(243, 202, 38, 1) 100%);
}

.voice-wrapper img {
    height: auto;
    max-width: 100%;
  object-fit:contain;
  vertical-align:bottom;
}

.voice-top {
  overflow:hidden;
}

.voice-top > div:first-child {
    display: flex;
    justify-content: center;
}

.voice-top > div:first-child img {
    width: 1120px;
    max-width: none;
}

.voice-lead h2 {
    margin: 50px auto 45px;
    width: 310px;
    background: url(../img/bg_title.png?z) center center / 100% no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1012/350;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.voice-lead h2 img {
    height: 56px
}

.voice-lead {
    margin: 0px auto 40px;
    line-height:2;
    width: 685px;
    word-break: auto-phrase;
}

.voice-lead p {
  margin-bottom:1em;
}


.voice-prize {
  max-width: 790px;
  margin: 20px auto 0px;
  box-sizing: border-box;
  /* padding: 4px; */
  --topic-color: #b17e25;
  border: 2px solid var(--topic-color);
  background: white;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 70px 0;
  padding: 30px 30px 30px;
}

.voice-prize iframe {
  width:100%;
  height:120px;
}

.voice-gp-artist h3 {
  text-align: center;
  margin: 0 auto 28px;
  width: 410px;
}

.voice-prize h4.winner-name {
  text-align:center;
  font-size: 21px;
  font-weight:bold;
  margin-bottom: 1em;
  color: #4d4d4d;
  position: relative;
  padding: 0.5em 0;
  max-width: 400px;
  margin: 0 auto 1.5em;
}

.voice-prize h4.winner-name:before,.voice-prize h4.winner-name:after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 6px;
    box-sizing: border-box;
}
.voice-prize h4.winner-name:before {
    top: 0;
    border-top: 1px solid #ad7e24;
    border-bottom: 2px solid #ad7e24;
}
.voice-prize h4.winner-name:after {
    bottom: 0;
    border-top: 2px solid #ad7e24;
    border-bottom: 1px solid #ad7e24;
}

.voice-ichioshi-point {
  background: #fffece;
  padding: 42px 25px 25px;
  position: relative;
  margin-top: 63px;
  box-sizing: border-box;
}

.voice-ichioshi-point h4 {
  position:absolute;
  top: -38px;
  left: 0;
  right: 20px;
  text-align: center;
}

.voice-ichioshi-point h4 img {
  width:260px;
}

.voice-ichioshi-point p + p {
  margin-top:1.5em;
}

.voice-prize-artist {
  width: 338px;
  margin: 21px 0 0 0px;
}

.voice-prize-artist h3 {
  margin-bottom: 22px;
  text-align: center;
}

.voice-prize-artist h3 img {
  height: 50px;
  width: auto;
}

.voice-message {
  margin: 20px 0px 0px;
}


.voice-message.sh-message {
  border: 6px solid #f01134;
}

.voice-message.jury-message {
  border: 6px solid #f2934b;
  margin-top: auto;
}

.voice-message h2 {
  text-align:center;
  width: 400px;
  margin: -35px auto 0;
}

.voice-message > div {
  padding: 30px 30px 30px 30px;
  display: flex;
  gap: 25px;
  justify-content: center;
  align-items: center;
}

.voice-message div > div:first-child {
  width: 170px;
}

.voice-messagee div p {
  margin-top: 2px;
}

.voice-message div p + p {
  margin-top:.5em;
}

.voice-message div p a {
  color:#795284;
}

.voice-message div > div:last-child {
  flex: 1;
}

p.jury-name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0.4em;
    line-height: 1.6;
    color: #333;
}

p.jury-name span {
    font-size: 20px;
}

.special-jury-comment {
  padding: 25px;
  margin: 25px 0 0;
  background: #fffece;
}

.special-jury-comment b {
  font-weight:bold;
}

.special-jury-comment img {
  height:30px;
}

.winner-comment {
  margin-top: 28px;
  display: none;
}

.winner-comment h4,
.special-jury-comment h4 {
  text-align:center;
  margin: 7px 0 20px;
}


.voice-gp-artist .special-jury-comment h4 img {
  height: 28px;
  width: auto;
}

.special-jury-comment div {
    margin-top: 0.5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.special-jury-comment div ul {
    margin-top:.5em;    
}

.special-jury-comment div ul li {
    list-style-type:disc;
}

.special-jury-comment div ul li + li {
  margin-top:.3em;
}

.special-jury-comment div ul li a {
  color:#795284;
  text-decoration:underline;
}

.winner-comment h4 img {
  width: 165px;
  height: auto;
}

.voice-application {
    display:flex;
    justify-content:center;
    align-items:center;
    margin: 0px auto;
    height: 80px;
}

.voice-application a {
    background: #bd7e44;
    color:white;
    min-width:250px;
    text-align:center;
    font-size:20px;
    padding:10px 30px;
    border-radius:30px;
  transition:.2s;
}

.voice-application a:hover {
    text-decoration:none;
    background: #b10100;
}

.voice-link {
    display:none;
}

.voice-link h4 {
  text-align:center;
  margin-top:30px;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  font-weight: bold;
}

.voice-link h4:before,
.voice-link h4:after {
  content:"";
  height:1px;
  width:30px;
  background:black;
  display:block;
}

.voice-link > ul {
    margin: 15px auto 0px;
    text-align: center;
    line-height: 2.7;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
}

.voice-link > ul li a {
    display: inline-block;
    border: 1px solid #5db9e2;
    border-radius: 20px;
    padding: 0 15px;
    color: black;
    min-width: 60px;
}

.voice-link > ul li a:hover {
    background: #f079b1;
    color: white;
    text-decoration: none;
    border: 1px solid #f079b1;
}

@media (min-width: 801px){

  .comment-height1 {
    height:600px;
  }

  .comment-height2 {
    height:705px;
  }

}


@media (max-width: 800px){

  .voice-top > div:first-child img {
      width: 100%;
  }

  .voice-lead h2 {
      width: 290px;
      margin: 30px auto 18px;
  }

  .voice-wrapper {
      font-size: 14px;
      padding-bottom: 20px;
  }

  .voice-lead p {
      margin: 15px 15px 20px;
  }

  .voice-application a {
      font-size: 16px;
      min-width: 160px;
  }

  .voice-application {
      height: 60px;
  }

  .voice-prize {
      margin: 0 15px;
      padding: 3px;
      flex-direction: column;
      gap: 0;
  }

  .voice-prize > div {
      padding: 21px 15px;
      width: auto;
  }

  .voice-gp-artist h3 {
      width: 270px;
  }

  .voice-ichioshi-point {
      padding: 31px 20px 20px;
      margin-top: 50px;
  }

  .voice-ichioshi-point h4 img {
      width: 220px;
  }

  .winner-comment h4 img {
      width: 134px;
  }

  .winner-comment h4, .special-jury-comment h4 {
      margin: 7px 0 12px;
  }

  .voice-prize-artist h3 img {
      height: 40px;
  }

  .voice-prize h4.winner-name {
      font-size: 20px;
  }

  .voice-gp-artist .special-jury-comment h4 img {
      height: 23px;
  }

  .voice-message {
     margin: 15px;
  }
  
  .voice-message h2 {
      width: 280px;
      margin: -39px auto 20px;
  }

  .voice-message > div {
      flex-direction: column;
      padding: 0;
  }

  .voice-message.jury-message {
      border: 3px solid #f2934b;
  }

  .voice-message.sh-message {
      border: 3px solid #f01134;
      margin-top: 30px;
  }

  .voice-message + .voice-message {
    margin-top:20px;
  }
  
  p.jury-name span {
      font-size: 15px;
      padding-bottom: 10px;
      display: inline-block;
  }

  p.jury-name {
      line-height: 1.4;
      font-size: 17px;
  }
  .voice-lead h2 img {
  height: 33px;
  }
  
  .voice-lead {
    width: auto;
    word-break: break-all;
  }

}