@charset "UTF-8";

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}

.pcnone{
  display: none !important;
}
img{
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

#wrapper{
  position: relative;
  min-width: 960px;
}
#header {
  position:absolute;
  width: 100%;
  top:0;
  left:0;
  z-index:100;
  background-color: rgba(255,255,255,.8);
}
#header .inner{
  position: relative;
  min-height: 24px;
  max-width:1366px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 14px 30px 12px;
  text-align: left;
}
#header .inner:after{
  content: "";
  clear: both;
  display: block;
}
#header .logo{
  float: left;
}
.share {
  float: right;
}
.share li{
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
@media (max-width:940px){
  #header .logo{
    position: static;
    float: left;
    margin-left: 10px;
  }
}

#mainVisual{
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
#mainVisual h1{
  position: relative;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/pc/ttl.png) no-repeat 0 0;
  background-size: 100% auto;
  width:663px;
  height: 0;
  padding-top: 251px;
  z-index: 1000;
}
#mainVisual .day {
  position: relative;
  z-index: 1000;
  display: block;
  width: 693px;
  height: 74px;
  background: url(../img/pc/day.png) no-repeat 0 0;
  margin: 27px auto;
}
#mainVisual .ttl {
  position: relative;
  z-index: 1000;
  display: block;
  width: 712px;
  height: 91px;
  background: url(../img/pc/ttl-1.png) no-repeat 0 0;
  margin: 0 auto;
}
#mainVisual .scroll{
  position:absolute;
  bottom: 1%;
  left:50%;
  -webkit-transform:translate(-50%,0);
      -ms-transform:translate(-50%,0);
          transform:translate(-50%,0);
  z-index: 1000;
}

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


#mainVisual ~ *{
  position:relative;
  z-index:1;
}


#contentBody{
  text-align: center;
  padding-top: 10px 0 70px;
  background:none;
}

#about {
  background-color: rgba(255,255,255,1);
  margin: 10px auto 0;
  padding: 60px 30px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #3e3e3e;
  font-size: 16px;
  text-align: center;
}
#about > * {
  max-width: 838px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.75;
}
#about a{
  display: block;
  color: #fff;
  margin: .5em auto 1em;
  text-decoration: none;
}
#about a:hover{
  color: #e60013;
  background-color: #fff;
}
#about a{
  max-width: 273px;
}


#award{
  max-width: 960px;
  margin: 100px auto 0;
}
#award > h2,
#award > h3{
  position: relative;
  z-index: 1;
}
#award > img{
  margin-top: -100px;
}
#award .block3,
#award h3{
  margin-top: 60px;
}
#award .block3{
  display: table;
}
#award .block3 > li{
  display: table-cell;
  vertical-align: top;
}
#award .block3 > li:nth-child(3){
  text-align: left;
}


#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;
}

.h2ttl{
  background-image: url(../img/pc/ttl_sakuhin.png);
  width: 960px;
  height: 58px;
  margin: 100px auto 30px;
}

#winnerNav{
  width: 960px;
  margin: 0 auto 56px;
}
#winnerNav > ul {
  font-size: 0;
  margin: -8px 0 0 -8px;
}
#winnerNav > ul > li{
  display: inline-block;
  vertical-align: top;
  margin: 8px 0 0 8px;
}
#winnerNav > ul > li > a{
  background-image: url(../img/pc/btn_01.png);
  width: 199px;
  height: 199px;
}
#winnerNav > ul > li:nth-child(2) > a{
  background-image: url(../img/pc/btn_02.png);
}
#winnerNav > ul > li:nth-child(3) > a{
  background-image: url(../img/pc/btn_03.png);
}
#winnerNav > ul > li:nth-child(4) > a{
  background-image: url(../img/pc/btn_04.png);
}


.secA{
  background-color:rgba(255,255,255,1);
  padding: 35px 36px 30px;
  margin: 0 auto;
  width: 960px;
  color:#000;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#winnerNav + .secA ~ .secA{
  margin-top: 80px;
}
.secA p{
  line-height:1.85;
}
.secA .btnR{
  text-align: right;
  margin-top: 20px;
}
.secA .btnR a{
  display: inline-block;
  text-decoration: none;
  background-color: #e60013;
  padding: 3px 20px;
}

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

.h4ttl{
  text-align: center;
  font-weight: normal;
  font-size: 30px;
}
.name {
  display: block;
  max-width: 600px;
  border-top: 1px solid #000;
  font-size: 16px;
  padding-top: 5px;
  margin: 10px auto 15px;
}
.part {
  position: relative;
  text-align: center;
  margin: 0 auto 15px;
  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: 20px;
  font-weight: bold;
  letter-spacing: .5em;
  min-height: 40px;
  color: #fff;
}
.part ~ .part {
  margin-top: 60px;
}
#grand .part {
  background: url(../img/pc/bar_gp.png) no-repeat center 0;
}
#semi .part {
  background: url(../img/pc/bar_semi.png) no-repeat center 0;
}

.box + .box {
  border-top: 1px dotted #BABABA;
  margin-top: 45px;
  padding-top: 40px;
}
*:not(#like) .block2 {
  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;
}
.block2:after {
  content: "";
  clear: both;
  display: block;
}
.block2 .img {
  float: left;
  width: 580px;
  margin-right: 25px;
  text-align: center;
}
.block2 .img img.lazyload {
  height: 500px;
  background: url(../img/common/loading.gif) no-repeat center center;
}
.block2 .img img {
  max-height: 530px;
}
.blockO {
  overflow: hidden;
  width: 280px;
}

.block2 + .dlA dt.col {
  padding: 0.5em 1.5em;
}
.block2 + .dlA dt.col + dd {
  padding: 1em 1.5em;
}

.dlA {
  text-align: left;
  font-size: 16px;
}
.dlA dt {
  color: #e60013;
  margin-bottom: .3em;
}
.dlA dd {
  font-size: 14px;
}
.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;
}

.winners ul{
  font-size: 0;
  margin: -25px 0 0 -25px;
}
.winners ul li {
  display: inline-block;
  vertical-align: top;
  margin: 25px 0 0 25px;
  width: 202px;
}
.winners ul li a {
  display: block;
  text-decoration: none;
  line-height: 1.4;
  text-align: center;
}
.winners ul li a .ttl{
  text-align: left;
  font-size: 14px;
  line-height: 1.45;
  color: #000;
  margin-top: 5px;
}
.winners ul li .img.lazyload {
  background: none;
}
.winners ul li .img {
  display: block;
  width: 202px;
  height: 152px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#contentFoot #pagetop{
  position: fixed;
  bottom: 8%;
  right: 4%;
  opacity: 0;
  z-index: -1;
}
#contentFoot #pagetop.on{
  z-index:100;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
#contentFoot #pagetop a{
  display: inline-block;
  width: 102px;
  height: 102px;
  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:90px 10px 30px;
  text-align:left;
  font-size:10px;
}
#footer:after{
  content: "";
  clear: both;
  display: block;
}
#footer .sns{
  float: right;
}

#modal{
  display: none;
}
.modal{
  position: relative;
  border-radius: 30px;
  padding: 30px;
  max-width: 720px;
  width: 80%;
  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 30px;
  text-align: center;
}
.modal > .img img {
  height: 500px;
  background: url(../img/common/loading.gif) no-repeat center center;
}
.modal > .img img.lazyloaded {
  height: auto;
  background: none;
}
.modal .dlA{
  width: 80%;
  margin: 0 auto;
}
.modal .dlA dt:not(.col) {
  float: left;
  clear: left;
  border-top: 1px solid #a1a1a1;
  padding: 12px 0;
  margin: 0;
  width: 23%;
}
.modal .dlA dd {
  font-size: 16px;
}
.modal .dlA dd{
  overflow: hidden;
  border-top: 1px solid #a1a1a1;
  padding: 12px 0;
  color: #555;
}

.winner .mfp-content{
  position: relative;
  padding-top: 50px;
}
.modal .mfp-close{
  display:block;
  position:absolute;
  top:-30px;
  right:-30px;
  width:30px;
  height:3px;
  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:3px;
  background-color:#fff;
  -webkit-transform:rotate(90deg);
      -ms-transform:rotate(90deg);
          transform:rotate(90deg);
}

#like .block2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#like .block2 > li {
  width: 46%;
}
#like .block2 > li .ttl {
  font-size: 26px;
}
#like .block2 > li .img{
  float: none;
  display: block;
  width: 271px;
  height: 203px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  margin: 0 auto;
}
#like .block2 > li .dlA {
  margin-top: 10px;
}
#like .block2 > li .dlA dt {
  border: 0;
  padding-top: 0.4em;
  margin-top: 0.4em;
}