
.otoyagp-wrapper {
    font-size: 16px;
    line-height: 1.7;
}

.otoyagp-wrapper {
    width: 100%;
    overflow: hidden;
}

.otoyagp-wrapper img {
    height: auto;
    max-width: 100%;
}

.otoyagp-top > p:first-child {
    margin-left: 50%;
    /* background: red; */
    margin-top: 0;
    margin-bottom: 0;
}

.otoyagp-top > p:first-child img {
    width: 1120px;
    margin-left: -560px;
    max-width: none;
}

.otoyagp-lead {
    background: url(http://172.16.130.211/inoue/www.soundhouse.co.jp/material/line-campaign/otoyagp2024/img/base_lead.png) center top 18px / 1120px no-repeat;
    padding: 30px 20px 55px;
}

.otoyagp-lead h2 {
    text-align: center;
    width: 295px;
    margin: 10px auto 25px;
}


.otoyagp-lead > div {
    max-width: 720px;
    margin: auto;
}

.otoyagp-lead > div > div {
    display: flex;
    margin: 40px auto;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border: 1px solid;
    padding: 40px 0;
}

.otoyagp-lead > div > div > div {
    max-width: 440px;
    padding: 10px 0 11px;
}

/* .otoyagp-button {
    text-align: center;
    margin: 50px 0;
}

.otoyagp-button img {
    width: 420px;
}
 */

.otoyagp-summary {
    border: 10px solid #9bffc1;
    background: #9bffc1;
}

.otoyagp-term {
  margin: 0px 0 10px;
  font-weight:bold;
  font-size:30px;
  color: #3d3d3d;
}

.otoyagp-detail {
    text-align:center;
    padding: 20px 0 11px;
}

.otoyagp-artist.otoyagp-under51 {
  border: solid #9bffc1;
  border-width: 9px 6px;
  padding: 5px 0px;
  margin: 0;
  background: white;
}

.otoyagp-detail ul li {
    list-style-type:disc;
    margin-left: 20px;
    text-align:left;
}

.otoyagp-detail ul li + li {
    margin-top:5px;
}

.otoyagp-detail p {
    margin-top: 25px;
}

.otoyagp-artist.otoyagp-top50  {
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 850px){
  .otoyagp-artist.otoyagp-top50 {
      grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 550px){
  .otoyagp-artist.otoyagp-top50 {
      grid-template-columns: 1fr;
  }
}

.otoyagp-artist > li {
  position:relative;
  background: white;
}

.otoyagp-artist.otoyagp-top50 > li {
  padding: 1px 12px calc(141px + 100%);
  border: 6px solid #9bffc1;
  background: white;
}

.otoyagp-artist.otoyagp-under51 > li + li {
  border-top: 1px solid #bfbfbf;
}

.otoyagp-artist > li > p:first-child + p + img,
.artist-info li img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.otoyagp-artist > li dl {
    overflow: hidden;
    margin: 10px 0 10px;
    gap: 10px;
    display: flex;
    justify-content: center;
    flex: 1;
}

.otoyagp-artist > li dl dd {
    font-size: 18px;
    line-height: 1.3;
    flex: 1;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1150px){
    .otoyagp-artist > li dl dd {
    font-size: 16px;
    }
}

.otoyagp-artist > li dl dt {
    background: #DF1212;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    vertical-align: text-bottom;
    padding-top: 0px;
    box-sizing: border-box;
}

.artist-info-wrapper {
    position: absolute;
    width: 90.7%;
    bottom: 3%;
    left: 0;
    right: 0;
    margin: auto;
}

.artist-info {
  position: relative;
  height: 0;
  padding-top: 100%;
  background: whitesmoke;
  padding-left: 0;
}

.artist-info li {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -ms-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
}

.artist-info li + li {
  opacity:0;
}

.artist-info:hover li + li {
  opacity:1;
}

.artist-info li p {
  padding: 0 26px;
  position:absolute;
  top: 50%;
  line-height:1.5;
  font-size:11px;
  text-align: left;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(0, -50%);
}

@media screen and (min-width: 1120px){
  .artist-info li p {
  font-size:12px;
  }
}

@media screen and (min-width: 1170px){
  .artist-info li p {
  font-size:13px;
  }
}

@media screen and (min-width: 1220px){
  .artist-info li p {
  font-size:14px;
  }
}

/*.artist-image-no-comment {
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
    background: whitesmoke;
}

.artist-image-no-comment img {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    max-width:100%;
    max-height:100%;
}
*/
.otoyagp-artist > li .artist-name {
  font-size: 17px;
  line-height: 1.3;
  padding-right: 5px;
  flex: 1;
}

@media screen and (min-width: 1160px){
  .otoyagp-artist > li .artist-name {
  font-size: 19px;
  }
}

.otoyagp-btn {
  overflow: hidden;
}

.otoyagp-top50 .otoyagp-btn {
  margin-top: 4%;  
}

.otoyagp-under51 .otoyagp-btn {
  width: 40%;
}

.otoyagp-btn a {
  display:block;
  float:left;
  padding: 8px 3% 10px;
  text-align: center;
  box-sizing:border-box;
}

.otoyagp-btn a img {
  height: 17px;
  vertical-align: middle;
  width: auto;
}

@media screen and (max-width: 1200px){
  .otoyagp-btn a img {
  height: 15px;
  /* width: auto; */
  }
}

.otoyagp-btn a.otoyagp-detail {
  background:#626262;
  width: 49%;
}

.otoyagp-btn a.otoyagp-detail:hover {
  background:#353535;
}

.otoyagp-btn a.otoyagp-vote {
  background: #e01caa;
  width: 49%;
  margin-left: 2%;
}

.otoyagp-btn a.otoyagp-vote:hover {
  background: #a30076;
}

.otoyagp-btn a.otoyagp-vote .voted {
  display: none;
}

.otoyagp-btn a.otoyagp-vote.selected {
  background: #999;
}

.otoyagp-btn a.otoyagp-vote.selected:hover {
  background: #757575;
}

.otoyagp-btn a.otoyagp-vote.selected .vote {
  display: none;
}

.otoyagp-btn a.otoyagp-vote.selected .voted {
  display: inline;
}

.otoyagp-artist > li.otoyagp-middle-comment {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    text-align: center;
}

.otoyagp-artist > li.otoyagp-middle-comment p {
  line-height:2.3;
}

.otoyagp-artist > li.otoyagp-middle-comment p span {
 background:linear-gradient(transparent 60%, #ff6 60%);
}

.otoyagp-artist.otoyagp-under51 > li {
  width: calc(100% - 30px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2px;
  margin: 0 12px;
}

.otoyagp-artist.otoyagp-under51 > li:nth-child(50) dt {
  letter-spacing: -.15em;
}


@media screen and (max-width: 600px){

  p.otoyagp-term {
      font-size: 20px;
  }
  
  .otoyagp-top > p:first-child img {
      margin: auto;
      width: 100%;
  }
  
  .otoyagp-top > p:first-child {
      margin: auto;
  }
  
  .otoyagp-lead h2 {
      width: 200px;
      margin-top: 0;
  }
  
  .otoyagp-wrapper {
      font-size: 14px;
  }
  
  .otoyagp-lead > div > div {
      margin: 25px auto;
      padding: 25px 18px 20px;
  }
  
  .otoyagp-lead {
      padding-bottom: 10px;
  }
  
  .otoyagp-artist.otoyagp-under51 > li {
      flex-direction: column;
      margin-top: 15px;
      width: calc(100% - 29px);
  }
  
  .otoyagp-under51 .otoyagp-btn {
      width: 100%;
  }
  
  .otoyagp-artist > li dl {
      width: 100%;
      margin-left: 2px;
  }
  .otoyagp-artist > li dl dt {
      width: 42px;
      height: 42px;
      font-size: 22px;
  }
  .otoyagp-artist.otoyagp-under51 {
      padding-bottom: 20px;
      padding-top: 0;
  }
  .otoyagp-artist > li.otoyagp-middle-comment {
      padding: 20px 0;
      font-size: 18px;
  }
  .otoyagp-artist.otoyagp-top50 > li dl dt {
    margin-left: 7px;
  }
  .otoyagp-artist.otoyagp-top50 > li {
    padding: 1px 1.5% calc(134px + 100%);
  }
}