@charset "UTF-8";

.spnone{
  display: none !important;
}

body{
  background-color: rgba(255,255,255,1);
  font-size: 12px;
}

#header {
  position:absolute;
  width: 100%;
  top:0;
  left:0;
  z-index:100;
  background-color: rgba(255,255,255,1);
  text-align: center;
  padding: 15px 0;
}
#header .logo{
  background: url(../img/common/logo.png) no-repeat 0 0;
  background-size:100% auto;
  width: 145px;
  height:24px;
  margin:0 auto;;
}
.share li{
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

#mainVisual{
  position:relative;
  overflow:hidden;
  margin-top: 54px;
}
#mainVisual h1{
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/sp/ttl.png) no-repeat 0 0;
  background-size: 100% auto;
  width: 269px;
  height: 101px;
  margin: 0 auto;
}
#mainVisual .day {
  position: relative;
  z-index: 1000;
  display: block;
  width: 270px;
  height: 39px;
  background: url(../img/sp/day.png) no-repeat 0 0;
  background-size: 100% auto;
  margin: 6% auto;
}
#mainVisual .ttl {
  position: relative;
  z-index: 1000;
  display: block;
  width: 253px;
  height: 39px;
  background: url(../img/sp/ttl-1.png) no-repeat 0 0;
  background-size: 100% auto;
  margin: 0 auto 4%;
}
#mainVisual .sns{
  margin-bottom: 50px;
  text-align: center;
}
#mainVisual .sns li{
  display: inline-block;
  vertical-align: top;
}

#mainVisualImg{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 68%;
}
#mainVisualImg > *{
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mainVisualImg .img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position:center 0;
  background-repeat:no-repeat;
  background-size:cover;
}
#mainVisualImg .slick-list,
#mainVisualImg .slick-track{
  height: 100%;
}
#mainVisual #photo1{
  background-image:url(../img/sp/main_01.jpg);
}
#mainVisual #photo2 {
  background-image:url(../img/sp/main_02.jpg);
}
#mainVisual #photo3 {
  background-image:url(../img/sp/main_03.jpg);
}
#mainVisual #photo4 {
  background-image:url(../img/sp/main_04.jpg);
}
#mainVisual ~ *{
  position:relative;
}


#contentBody{
  max-width:994px;
  margin:0 auto;
  text-align:left;
}

.secA{
  padding:0 35px;
}
.secA p{
  line-height:1.85;
}
.secA .btnR a{
  display:block;
  padding:3px 10px;
  color:#fff;
  text-decoration:none;
  background-color:#e60013;
  margin-top:15px;
  font-size: 13px;
  text-align: center;
}

#about {
  text-align: center;
  padding: 30px 35px;
  text-align: left;
}
#about a {
  display: table;
  margin: 0 auto;
}

#award{
  margin: 0 auto;
  padding: 0 35px;
  text-align: center;
}
#award img{
  margin-top: 10px;
}
#award .block3{
  margin: 20px auto 0;
  font-size: 0;
}
#award .block3 > li{
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
#award .block3 > li img{
  max-width: 38vw;
}


#winnerNav > ul > li > a,
.h3ttl,
.h2ttl{
  display: block;
  text-align: left;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.h2ttl{
  background-image: url(../img/sp/ttl_sakuhin.png);
  width: 275px;
  height: 20px;
  margin: 50px auto 20px;
}

#winnerNav{
  margin:0 15% 40px;
}
#winnerNav > ul {
  font-size: 0;
}
#winnerNav > ul > li{
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  padding: 2px;
}
#winnerNav > ul > li > a{
  background-image: url(../img/sp/btn_01.png);
  width: 100%;
  height: 0;
  padding-top: 100%;
}
#winnerNav > ul > li:nth-child(2) > a{
  background-image: url(../img/sp/btn_02.png);
}
#winnerNav > ul > li:nth-child(3) > a{
  background-image: url(../img/sp/btn_03.png);
}
#winnerNav > ul > li:nth-child(4) > a{
  background-image: url(../img/sp/btn_04.png);
}

.h3ttl{
  margin: 0 auto 10px;
  text-align: center;
  width: 301px;
  height: 46px;
}
#grand .h3ttl{
  background-image: url(../img/sp/ttl_gp.png);
}
#semi .h3ttl{
  background-image: url(../img/sp/ttl_semi.png);
}
#winning .h3ttl{
  background-image: url(../img/sp/ttl_nyuusho.png);
}
#like .h3ttl{
  background-image: url(../img/sp/ttl_good.png);
}

.h4ttl{
  text-align: center;
  font-weight: normal;
  font-size: 19px;
  line-height: 1.1;
}
.name {
  display: block;
  border-top: 1px solid #000;
  font-size: 12px;
  padding-top: 5px;
  margin: 10px auto 15px;
}
.part {
  position: relative;
  text-align: center;
  margin: 0 auto 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: .5em;
  min-height: 22px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% auto;
}
.part ~ .part {
  margin-top: 30px;
}
#grand .part {
  background-image: url(../img/sp/bar_gp.png);
}
#semi .part {
  background-image: url(../img/sp/bar_semi.png);
}

.block2 .img{
  text-align: center;
}
.block2 .img img {
  display: block;
  margin: 0 auto;
}
.block2 .img img {
  height: 200px;
  background: url(../img/common/loading.gif) no-repeat center center;
}
.block2 .img img.lazyloaded {
  height: auto;
  background: none;
}

.block3{
  margin: 0 37px;
}
.block3 > li{
  text-align: center;
}
.block3 > li ~ li{
  margin-top: 40px;
}
.block3 > li a{
  display: block;
  text-decoration: none;
}
.block3 > li .name,
.block3 > li .ttl{
  display: inline-block;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 15px;
  line-height: 1.4;
}
.block3 > li .name{
  font-size: 10px;
  margin-bottom: 10px;
}
.block3 > li .name:before{
  content: "/";
  margin: 0 1em;
}

.dlA {
  text-align: left;
  font-size: 12px;
  margin-top: 10px;
}
.dlA dt {
  color: #e60013;
}
.dlA dt ~ dt:not(.col) {
  margin-top: 0.7em;
  padding-top: 0.7em;
  border-top: 1px solid #BABABA;
}
.dlA dt.col {
  color: #fff;
  background-color: #4D4D4D;
  padding: 0.5em 1em;
  margin: 1em 0 0;
}
.dlA dt.col + dd {
  background-color: #EBEBEB;
  padding: 0.5em 1em 1em;
  font-size: 14px;
}

.box {
  border-bottom: 1px dotted #BABABA;
  margin-bottom: 30px;
  padding-bottom: 32px;
}
#semi .box:last-child {
  border-bottom: 0;
}

.winners ul{
  font-size: 0;
  margin: -5% 0 0 -3%;
}
.winners ul li{
  display: inline-block;
  vertical-align: top;
  margin: 5% 0 0 3%;
  width: 47%;
  font-size: 9px;
}
.winners ul li a{
  display: block;
  text-decoration: none;
  line-height: 1.4;
  text-align: center;
}
.winners ul li a .ttl{
  text-align: left;
  margin-top: 5px;
}
.winners ul li .img {
  display: block;
  width: 100%;
  height: 100px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#like {
  margin-top: 50px;
  text-align: center;
}
#like .block2 > li  ~ li {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px dotted #BABABA;
}
#like .block2 > li .ttl {
  display: block;
  font-size: 19px;
}
#like .block2 > li .img {
  display: block;
  background: none !important;
}

#contentFoot #pagetop {
  text-align: right;
  margin: 6% 4% 0;
}
#contentFoot #pagetop a{
  display: inline-block;
  width: 51px;
  height: 51px;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
  background: url(../img/common/btn_pagetop.png) no-repeat 0 0;
  background-size: 100% auto;
}

#footer{
  position:relative;
  padding:20px 10px 10px;
  text-align:left;
  font-size:10px;
  text-align: center;
}
#footer:after{
  content: "";
  clear: both;
  display: block;
}
#footer .share{
  margin: 4% auto;
}


#modal{
  display: none;
}
.modal{
  border-radius: 15px;
  padding: 15px;
  max-width: 720px;
  width: 90%;
  margin: 0 auto;
  background-color:#fff;
  -ms-text-align-last: auto;
  text-align-last: auto;
  text-align: left;
}
.modal > img{
  display: block;
  margin: 0 auto 15px;
}
.modal .dlA{
  width: 84%;
  margin: 0 auto;
}
.modal .dlA dt:not(.cal){
  float: left;
  clear: left;
  border-top: 1px solid #a1a1a1;
  padding: 6px 0;
  margin: 0;
  width: 7em;
}
.modal .dlA dd{
  overflow: hidden;
  border-top: 1px solid #a1a1a1;
  padding: 6px 0;
  color: #555;
}

.winner .mfp-content{
  position: relative;
  padding-top: 20px;
}
.modal .mfp-close{
  display:block;
  position:absolute;
  top:0;
  right:-20px;
  width:30px;
  height:2px;
  background-color:#fff;
  -webkit-transform:translate(-100%, 0) rotate(45deg);
      -ms-transform:translate(-100%, 0) rotate(45deg);
          transform:translate(-100%, 0) rotate(45deg);
  font-size:0;
}
.modal .mfp-close:before{
  content:"";
  display:block;
  width:100%;
  height:2px;
  background-color:#fff;
  -webkit-transform:rotate(90deg);
      -ms-transform:rotate(90deg);
          transform:rotate(90deg);
}
.modal > .img {
  display: block;
  margin-bottom: 10px;
}
.modal > .img img {
  width: 100%;
  height: 250px;
  background: url(../img/common/loading.gif) no-repeat center center;
}
.modal > .img img.lazyloaded {
  height: auto;
  background: none;
}

.mfp-arrow {
  height: 100%;
  width: 50%;
  margin-top: 10px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.mfp-arrow:active {
  margin: 0;
}
.mfp-arrow:before,
.mfp-arrow:after {
  margin-top: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.mfp-arrow-left:before {
  margin-left: 13px;
}
.mfp-arrow-left:after{
  margin-left: 19px;
}
.mfp-arrow-right:after,
.mfp-arrow-right:before {
  left: auto;
  right: 0;
  margin-right: 13px;
}
.mfp-arrow-right:after{
  margin-right: 19px;
}