@charset "utf-8";

.btn-modal,
.btn-shoes{
    text-decoration: none;
    color: inherit;
    display: block;
    height: auto;
}


.btn-modal:hover{
    opacity: 0.75;
}

html.modal-on body{
  position: relative;
}

#modal{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 1001;
    font-family: YuGothic, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}

#modal .modal-bg{
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#modal .modal-contents{
    position: absolute;
    max-width: 960px;
    padding: 0px 130px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    top: 50px;
    right: 0;
    bottom: 50px;
    left: 0;
    color: #3c3c3c;
}

.modal-main{
  max-width: 820px;
  margin: 0 auto;
  padding: 20px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}

.modal-main .detail{
    text-align: center;
    height: 100%;
}
.modal-main .detail img{
/*   pointer-events: none; */
}
.modal-main .detail .sp_image{
  display: none;
}
.modal-main .detail.modal-letter{
  position: relative;
}
.modal-main .detail.modal-letter .flower{
  position: absolute;
  right: -5%;
  bottom: -16%;
  width: 35%;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}
.modal-main .detail.movie{
  position: relative;
}
.modal-main .detail.movie .movie_wrapper{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    z-index: 1;
}

.modal-main .detail.movie .movie_wrapper iframe{
    position: absolute;
    top: 0 ;
    left: 0 ;
    height: 100% ;
    width: 100% ;
    z-index: 1;
}
.modal-main .detail.modal-prize{
  background: url(../img/bg_check_tr.png) repeat center center #efdecc;
  background-size: 7.8%;
  color: #841f26;
  border-color: #841f26;
  border-style: solid;
  border-width: 2px;
}
.modal-main .detail .frame{
  margin: 3px;
  position: relative;
  border-color: #841f26;
  border-style: solid;
  border-width: 1px;
  padding: 3.125% 10%;
}
.modal-main .detail .frame:before,
.modal-main .detail .frame:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-bottom: 8%;
  height: 0;
  background-image: url(../img/modalimage/frame_part.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.modal-main .detail .frame:after{
  top: auto;
  bottom: 0;
  background-position: center bottom;
}
.modal-main .detail.modal-prize{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN , "HG明朝E", "MSP明朝","MS PMincho","MS 明朝","Noto Serif JP",serif;
  color: #910211;
}
.modal-main .detail.modal-prize .modal-wrap{
  max-width: 500px;
  margin: 0 auto;
}
.modal-main .detail.modal-prize .frame .modal-wrap:before,
.modal-main .detail.modal-prize .frame .modal-wrap:after{
  content: "";
  display: block;
  max-width: 294px;
  width: 50%;
  height: 50px;
  padding-bottom: 3%;
  background: url(../img/modalimage/modal_rose_r.png) no-repeat center center;
  background-size: 100%;
  height: 50px;
  margin: 0 auto;
}
.modal-main .detail.modal-prize .frame .modal-wrap:after{
  transform: scaleY(-1);
}
.modal-main .detail.modal-prize .frame h3{
  padding: 30px 0;
  position: relative;
}
.modal-main .detail.modal-prize .frame h3:after{
  content: "";
  width: 42%;
  height: 220px;
  position: absolute;
  right: -23%;
  top: 25%;
  background: url(../img/itemRose02.png) no-repeat right top;
  background-size: 100%;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
}
.modal-main .detail.modal-prize .frame h3.rosered:after{
  background: url(../img/itemRose01.png) no-repeat right top;
  background-size: 100%;
}
.modal-main .detail.modal-prize .frame h4{
  font-size: 24px;
  margin: 15px 0;
}
.modal-main .detail.modal-prize .frame h4 span{
  display: inline-block;
}
.modal-main .detail.modal-prize .frame h4 span:before,
.modal-main .detail.modal-prize .frame h4 span:after{
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 1em;
  height: 1em;
  margin: 0 0.3em;
  background: url(../img/modalimage/modal-crown.png) no-repeat center center;
  background-size: 100%;
}
.modal-main .detail.modal-prize .frame h5.ribbon{
  background: url(../img/modalimage/modal-ribbon.png) no-repeat right center;
  background-size: auto 100%;
  color: #eadabe;
  text-align: left;
  text-indent: 5px;
  font-size: 22px;
  margin: 15px -5px;
  line-height: 2em;
}
.modal-main .detail.modal-prize .frame .cat{
  text-align: left;
  line-height: 1.6em;
  font-size: 18px;
  font-weight: bold;
  padding: 0 5px;
}
.modal-main .detail.modal-prize .frame p.note{
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
  margin: 5px 0;
}
.modal-main .detail.modal-prize .frame p a{
  text-decoration: underline;
  color: #910211;
}
.ua-pc .modal-main .detail.modal-prize .frame p a:hover{
  opacity: 0.6;
  transition: .3s;
  -webkit-transition: .3s;
}
.modal-main .detail.modal-prize .frame ul.note{
  font-size: 16px;
  margin: 30px 0;
}
.modal-main .detail.modal-prize .frame ul.note li{
  padding-left: 1em;
  text-indent: -1em;
}

.modal-main .detail.modal-prize .frame .rank:after{
  content: "";
  display: block;
  padding: 30px 0;
  background: url(../img/modalimage/modal-kazari.png) no-repeat center center;
  background-size: 62px;
}
.modal-main .detail.modal-prize .frame .rank:last-of-type:after{
  content: none;
}

.modal-main .detail.modal-interim{
  background: 
    url(../img/bg_check_tr.png) repeat center center,
    url(../img/interim/bg_dark2.png) repeat-y center top,
    url(../img/bg_grad.png) repeat-y center center;
  background-size: 7.8%,100%,100%;
  color: #eadabe;
  background-color: rgba(0,0,0,0.5);
  border-image: url(../img/line_grad.png) 1 round stretch;
  border-style: solid;
  border-width: 2px;
}
.modal-main .detail.modal-interim .frame{
  border-image: url(../img/line_grad.png) 1 round stretch;
}
.modal-main .detail.modal-interim .frame:before,
.modal-main .detail.modal-interim .frame:after{
  background-image: url(../img/loading_part.png);
}
.modal-main .detail.modal-interim .frame:after{
  top: auto;
  bottom: 0;
  background-position: center bottom;
}

.modal-main .detail.modal-interim .frame .modal-wrap{
  max-width: 510px;
  margin: 0 auto;
}
.modal-main .detail.modal-interim .frame .modal-wrap:before,
.modal-main .detail.modal-interim .frame .modal-wrap:after{
  content: "";
  display: block;
  max-width: 294px;
  width: 50%;
  height: 50px;
  padding-bottom: 3%;
  background: url(../img/interim/modal_rose.png) no-repeat center center;
  background-size: 100%;
  height: 50px;
  margin: 0 auto;
}
.modal-main .detail.modal-interim .frame .modal-wrap:after{
  transform: scaleY(-1);
}
.modal-main .detail.modal-interim .frame h3{
  padding: 30px 0;
}
.modal-main .detail.modal-interim .frame h3:after{
}

.modal-main .detail.modal-interim .frame .category{
  margin: 20px 0;
}
.modal-main .detail.modal-interim .frame .category.index:before,
.modal-main .detail.modal-interim .frame .category:last-child:after{
  content: "";
  display: block;
  max-width: 62px;
  width: 20%;
  height: 50px;
  padding-bottom: 3%;
  background: url(../img/interim/modal_kazari.png) no-repeat center top;
  background-size: 100%;
  height: 60px;
  margin: 0 auto;
}
.modal-main .detail.modal-interim .frame ul.c-list{
  overflow: hidden;
  padding: 10px 0;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.modal-main .detail.modal-interim .frame ul.c-list li{
  width: 33.33%;
  box-sizing: border-box;
  padding: 10px;
}
.modal-main .detail.modal-interim .frame ul.c-list li p{
  line-height: 2em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN , "HG明朝E", "MSP明朝","MS PMincho","MS 明朝","Noto Serif JP",serif;

}
.modal-main .detail.modal-interim .frame ul.c-list li span{
  position: relative;
  display: block;
  line-height: 0;
  height: 0;
  padding-bottom: 132.8%;
  overflow: hidden;
}
.modal-main .detail.modal-interim .frame ul.c-list.sq li span{
  /* padding-bottom: 100%; */
}
.modal-main .detail.modal-interim .frame ul.c-list.sq li span img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.modal-main .detail.modal-interim .frame ul.c-list li span:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/poster_page/photoframe.png) no-repeat center center;
  background-size: 100%;
}
.modal-main .detail.modal-interim .frame ul.c-list.sq li span:after{
  background: url(../img/poster_page/photoframe.png) no-repeat center center;
  background-size: 100%;
}

.modal-close{
    position: fixed;
    max-width: 900px;
    height: 65px;
    top: 50px;
    right: 30px;
    left: 30px;
    z-index: 9;
    text-align: right;
    margin: 0 auto;
}

.modal-close img{
    width: 65px;
    height: auto;
}
@media screen and (max-width: 980px){
  .modal-main .detail.modal-prize .frame h5.ribbon{
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px){
  #modal .modal-contents{
    padding: 0 20px;
  }
  .modal-main .detail.modal-letter .flower{
    right: 1%;
    bottom: -15%;
    width: 30%;
  }
  .modal-main .detail.modal-prize .frame h4{
    font-size: 4vw;
  }
  .modal-main .detail.modal-prize .frame h5.ribbon{
    font-size: 3vw;
  }
  .modal-main .detail.modal-prize .frame .cat{
    font-size: 2.8vw;
  }
  .modal-main .detail.modal-prize .frame ul.note,
  .modal-main .detail.modal-prize .frame p.note{
    font-size: 2.6vw;
  }


  .modal-close{
    right: 10px;
    z-index: 11;
    width: 65px;
    left: auto;
  }
}

@media screen and (max-width: 640px){
  .modal-main .detail .pc_image{
    display: none;
  }
  .modal-main .detail .sp_image{
    display: block;
  }
  .modal-close{
    right: 10px;
    top: 10px;
    height: 50px;
    width: 50px;
  }
  .modal-close img{
    width: 100%;
  }
  .modal-main .detail.modal-interim{
    border-width: 2px;
  }
  .modal-main .detail.modal-interim .frame h3{
    padding: 10px 0;
  }
  .modal-main .detail.modal-prize .frame,
  .modal-main .detail.modal-interim .frame{
    margin: 2px;
    padding: 3.125% 6.5%;
    border-width: 1px;
  }
  .modal-main .detail.modal-interim .frame .category{
    margin: 10px 0;
  }
  .modal-main .detail.modal-interim .frame ul.c-list{
    padding: 5px 0;
  }
  .modal-main .detail.modal-interim .frame ul.c-list li{
    padding: 5px;
  }
  .modal-main .detail.modal-interim .frame ul.c-list li p{
    font-size: 3.4vw;
  }
  .modal-main .detail.modal-prize .frame .modal-wrap:before, .modal-main .detail.modal-prize .frame .modal-wrap:after,
  .modal-main .detail.modal-interim .frame .modal-wrap:before, .modal-main .detail.modal-interim .frame .modal-wrap:after{
    padding-bottom: 0;
    height: 40px;
  }
  .modal-main .detail.modal-interim .frame .category.index:before, .modal-main .detail.modal-interim .frame .category:last-child:after{
    height: 40px;
  }
  .modal-main .detail.modal-prize .frame h3.rosered:after{
    width: 40%;
    height: 220px;
    position: absolute;
    right: -15%;
    top: 25%;
  }
  .modal-main .detail.modal-prize .frame h3{
    padding: 5px 0;
  }
  .modal-main .detail.modal-prize .frame h4{
    margin: 10px 0;
  }
  .modal-main .detail.modal-prize .frame h5.ribbon{
    margin: 5px -5px;
    font-size: 3.4vw;
  }
  .modal-main .detail.modal-prize .frame .cat{
    font-size: 3.2vw;
  }
  .modal-main .detail.modal-prize .frame ul.note, .modal-main .detail.modal-prize .frame p.note{
    margin: 10px 0;
  }
  .modal-main .detail.modal-prize .frame p.note{
    margin-top: 0;
  }
  .modal-main .detail.modal-prize .frame .rank:after{
    padding: 15px 0;
    background-size: 15%;
  }

}

@media screen and (max-width: 338px){
  #modal .modal-contents{
    padding: 0 10px;
  }
}
