.bg {
  position: relative;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: 
  radial-gradient(circle, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 100%),
  url(../img/contests/outsider-bg.jpg); 
  background-blend-mode: overlay; /* 背景色と画像を重ねる */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;}
.bg_in {
  padding: 40px;
}
.popup {
display: none; 
}
.popup-open {
cursor: pointer; 
display: block;
width: 20em;
color: #fff;
font-weight: bold;
/* background: #d72524; */
background-color: rgb(220 0 0 / 65%);
background-image: radial-gradient(circle, rgb(73 1 1 / 20%) 0%, rgb(97 0 0 / 87%) 100%), url(../img/contests/outsider-bg.jpg);
background-blend-mode: overlay; /* 背景色と画像を重ねる */
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
/* border: 2px solid #1492af; */
text-align: center;
height: 60px;
line-height: 60px;
text-decoration: none;
margin: 30px auto 0;
}
.popup-overlay {
display: none; /* input にチェックが入るまでは非表示に */
z-index: 99999;
background-color: #00000070;
position: fixed;
width: 100%;
height: 100vh;
top: 0;
left: 0;
}
#popup1:checked ~ .popup-overlay {
display: block;

}
#popup1:checked  #popup-overlay1 { display: block; }
#popup2:checked  #popup-overlay2 { display: block; }
#popup3:checked  #popup-overlay3 { display: block; }
.popup-window {
width: calc(100% - 40px);
max-width: 900px;
max-height: 80vh;
overflow-y: auto;
padding: 60px 20px;
background-color: #ffffff;
border-radius: 6px;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.popup-text {
max-width: 800px;
margin: 0 auto;
}
.popup-text:not(:last-of-type) {margin-bottom: 1em}
.popup-close {
width: 50px;
height: 50px;
cursor:pointer;
position: absolute;
top: 0;
right: 0;
background-color: #d72524
}
.popup-close:before,
.popup-close:after {
content: "";
width: 100%;
height: 2px;
background-color: #fff;
position: absolute;
right: 0;
top: 50%;
transition: .5s;
}
.popup-close:before {
transform: translateY(-50%) rotate(135deg);
}
.popup-close:after {
transform: translateY(-50%) rotate(-135deg);
}
.awardList {
display: flex;
flex-wrap: wrap;
margin-left: -40px;
margin-top: -80px;
}
.awardList_item {
display: flex;
flex-direction: column;
align-items: center;
margin-left: 40px;
margin-top:80px;
}
.awardList_item .popup-open {
  margin-top: auto;
}
#awardList_item2,
#awardList_item3  {
width: calc(50% - 40px);
}
.awardList .ttl {font-size: 33px; line-height: 1.2;}
.awardList .name {font-size: 27px; line-height: 1.2;}
#awardList_item1 .ttl {font-size: 60px;}
#awardList_item1 .name {font-size: 45px;}

@media only screen and (max-width: 1200px){
  .bg_in {
    padding: 20px 10px !important;
  }
  .comment {
    padding:10px 10px!important;
  }
  .awardList {
    margin-left: 0;
  }
  .awardList_item {
    margin-left: 0;
  }
  #awardList_item2,
  #awardList_item3  {
  width: 100%;
  }
  .awardList .ttl {font-size: 28px;}
  .awardList .name {font-size: 20px;}
  #awardList_item1 .ttl {font-size: 35px;}
  #awardList_item1 .name {font-size: 30px;}
}
/* ----------------------------------------

- award

---------------------------------------- */
#outsider_awardMV {
  margin-bottom: 20px;
}
#awardBox {
  border: 5px solid ;
  border-image: linear-gradient(to right, #82753A, #AE9A52,#CDBF77,#AE9A52,#82753A) 1;
  background-color: #700C0C;
  background-image:
  url(../img/contests/awardBox_bg_repeat.png);
  background-size: 150px;
  /* background-repeat: no-repeat;
  background-image:
  url(../img/contests/awardBox_bg.png);
  background-size: cover; */
  padding: 15px;
  margin-bottom: 100px;
  position: relative;
}
/* #awardBox {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #700C0C;
} */

#awardBox_in {
  overflow: hidden;
  padding: 60px;
  background-repeat: no-repeat;
  background-image:
    url(../img/contests/awardBox_deco_top_left.svg),
    url(../img/contests/awardBox_deco_top_center.svg),
    url(../img/contests/awardBox_deco_top_right.svg),
    url(../img/contests/awardBox_deco_bottom_left.svg),
    url(../img/contests/awardBox_deco_bottom_center.svg),
    url(../img/contests/awardBox_deco_bottom_right.svg);
    background-size: 
     130px,150px,130px,
     130px,150px,130px;
     background-position: 
     top left,
     top  center,
     top right,
     bottom left,
     bottom  center,
     bottom right;
  position: relative;
}
.awardBox_message {
  text-align: center;
  font-size: 120%;
  line-height: 1.5;
  color: #fff;
}
.awardBox_message a{
  color: #fff;
}
.awardBox_summary {
  background: #fff;
  border: 5px solid ;
  border-image: linear-gradient(to right, #82753A, #AE9A52,#CDBF77,#AE9A52,#82753A) 1;
  padding: 20px;
  line-height: 1.5;
  text-align: center;
}
.awardBox_summary_in {
  display: inline-block;
}
.summaryList {
  text-align: left;
}
.summaryList .item {
  display: flex;
  align-items: flex-start;
  margin-top: 1em;
  font-size: 20px;
  line-height: 1.5;
}
.summaryList .dt {
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  padding: 0 1em;
  margin-right: .5em;
  display: inline-block;
  background: #700C0C;
}
.summaryList  .dd {
  font-size: 120%;
}
@media only screen and (max-width: 768px){
  #awardBox {
    background-size: 80px;
    padding: 10px;
    margin-bottom: 80px;
  }
  #awardBox_in {
    padding: 50px 0px;
    background-size: 
    50px,80px,50px,
    50px,80px,50px;
  }
  .awardBox_message {
    font-size: 100%;
  }
  .awardBox_summary {
    padding: 10px;
  }

  .summaryList .item {
    display: block;
    font-size: 13px;
  }
}

/* ----------------------------------------

- awardimg

---------------------------------------- */
.awardimg {
  display: flex;
  margin-left: -20px;
  margin-bottom: 20px;
}
.awardimg_item {
  width: calc(50% - 20px);
  margin-left: 20px;
  font-size: 80%;
  text-align: right;
}