<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.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(0,0,0,.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 44px 12px;
  text-align: left;
}
#header .inner:after{
  content: "";
  clear: both;
  display: block;
}
#header .logo{
}
.sns li{
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
@media (max-width:940px){
  #header .logo{
    position: static;
    float: left;
    margin-left: 10px;
  }
}

#mainVisual{
  position:relative;
  height:100vh;
  overflow:hidden;
}
#mainVisual h1{
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
      -ms-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%);
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/title.png) no-repeat 0 0;
  background-size: 100% auto;
  width:883px;
  height: 0;
  padding-top:288px;
  z-index: 1000;
}
#mainVisual .scroll{
  position:absolute;
  bottom:10%;
  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{
  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/bg_01.jpg);
}
#mainVisual #photo2 {
  background-image:url(../img/bg_02.jpg);
}
#mainVisual #photo3 {
  background-image:url(../img/bg_03.jpg);
}
#mainVisual #photo4 {
  background-image:url(../img/bg_04.jpg);
}


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


#contentBody{
  max-width:994px;
  margin:0 auto;
  text-align:left;
  padding-top:70px;
  background:none;
}


#award{
  max-width: 960px;
  margin: 100px auto 0;
  text-align: center;
}
#award img{
  margin-top: 10px;
}
#award h3{
  margin-top: 60px;
}
#award .block3{
  display: table;
  margin: 60px auto 0;
}
#award .block3 &gt; li{
  display: table-cell;
  vertical-align: bottom;
}
#award .block3 &gt; li:nth-child(2){
  padding:0 15px;
}

#winnerNav &gt; ul &gt; li &gt; 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/h2_01.png);
  width: 611px;
  height: 71px;
  margin: 100px auto 30px;
}

#winnerNav{
  width: 960px;
  margin: 0 auto 56px;
}
#winnerNav &gt; ul {
  font-size: 0;
  margin: -8px 0 0 -8px;
}
#winnerNav &gt; ul &gt; li{
  display: inline-block;
  vertical-align: top;
  margin: 8px 0 0 8px;
}
#winnerNav &gt; ul &gt; li &gt; a{
  background-image: url(../img/anc_01.jpg);
  width: 234px;
  height: 59px;
}
#winnerNav &gt; ul &gt; li:nth-child(2) &gt; a{
  background-image: url(../img/anc_02.jpg);
}
#winnerNav &gt; ul &gt; li:nth-child(3) &gt; a{
  background-image: url(../img/anc_03.jpg);
}
#winnerNav &gt; ul &gt; li:nth-child(4) &gt; a{
  background-image: url(../img/anc_04.jpg);
}


.secA{
  background-color:rgba(0,0,0,.85);
  padding:35px 40px 30px;
  margin:0 auto;
  width:960px;
  color:#fff;
  -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;
}
.secA .h4ttl:after{
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  margin:0 auto 10px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(213,163,52,0)),color-stop(22%, rgba(213,163,52,0.44)),color-stop(35%, rgba(241,209,113,0.7)),color-stop(50%, rgba(255,253,230,1)),color-stop(65%, rgba(241,209,113,0.7)),color-stop(78%, rgba(213,163,52,0.44)),to(rgba(213,163,52,0)));
  background: -webkit-linear-gradient(left, rgba(213,163,52,0) 0%,rgba(213,163,52,0.44) 22%,rgba(241,209,113,0.7) 35%,rgba(255,253,230,1) 50%,rgba(241,209,113,0.7) 65%,rgba(213,163,52,0.44) 78%,rgba(213,163,52,0) 100%);
  background: -o-linear-gradient(left, rgba(213,163,52,0) 0%,rgba(213,163,52,0.44) 22%,rgba(241,209,113,0.7) 35%,rgba(255,253,230,1) 50%,rgba(241,209,113,0.7) 65%,rgba(213,163,52,0.44) 78%,rgba(213,163,52,0) 100%);
  background: linear-gradient(to right, rgba(213,163,52,0) 0%,rgba(213,163,52,0.44) 22%,rgba(241,209,113,0.7) 35%,rgba(255,253,230,1) 50%,rgba(241,209,113,0.7) 65%,rgba(213,163,52,0.44) 78%,rgba(213,163,52,0) 100%);
}
#semi .h4ttl:after{
  background: -webkit-gradient(linear, left top, right top, from(rgba(213,163,52,0)),color-stop(22%, rgba(68,78,88,0.44)),color-stop(35%, rgba(134,144,154,0.7)),color-stop(50%, rgba(230,251,255,1)),color-stop(65%, rgba(134,144,154,0.7)),color-stop(78%, rgba(68,78,88,0.44)),to(rgba(68,78,88,0)));
  background: -webkit-linear-gradient(left, rgba(213,163,52,0) 0%,rgba(68,78,88,0.44) 22%,rgba(134,144,154,0.7) 35%,rgba(230,251,255,1) 50%,rgba(134,144,154,0.7) 65%,rgba(68,78,88,0.44) 78%,rgba(68,78,88,0) 100%);
  background: -o-linear-gradient(left, rgba(213,163,52,0) 0%,rgba(68,78,88,0.44) 22%,rgba(134,144,154,0.7) 35%,rgba(230,251,255,1) 50%,rgba(134,144,154,0.7) 65%,rgba(68,78,88,0.44) 78%,rgba(68,78,88,0) 100%);
  background: linear-gradient(to right, rgba(213,163,52,0) 0%,rgba(68,78,88,0.44) 22%,rgba(134,144,154,0.7) 35%,rgba(230,251,255,1) 50%,rgba(134,144,154,0.7) 65%,rgba(68,78,88,0.44) 78%,rgba(68,78,88,0) 100%);
}

.h3ttl{
  margin: 0 auto 50px;
  text-align: center;
}
#grand .h3ttl{
  background-image: url(../img/h3_01.png);
  width: 386px;
  height: 55px;
}
#semi .h3ttl{
  background-image: url(../img/h3_02.png);
  width: 406px;
  height: 55px;
}
#winning .h3ttl{
  background-image: url(../img/h3_03.png);
  width: 406px;
  height: 55px;
}
#like .h3ttl{
  background-image: url(../img/h3_04.png);
  width: 406px;
  height: 55px;
}

.h4ttl{
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 30px;
}
.name{
  font-size: 20px;
  margin-left: 1em;
}
.part{
  position: relative;
  text-align: center;
  max-width: 684px;
  width: 80%;
  padding: 10px 0;
  margin: 0 auto 45px;
}
.part:before,
.part:after{
  content: "";
  position: absolute;
  left: 0;
  display: block;
  height: 1px;
  width: 100%;
}
.part:after{
  bottom: 0;
}
.part:before{
  top: 0;
}
#grand .part{
  background: -webkit-gradient(linear, left top, right top, from(rgba(213,163,52,0)),color-stop(22%, rgba(213,163,52,0.34)),color-stop(35%, rgba(241,209,113,0.5)),color-stop(50%, rgba(255,253,230,.7)),color-stop(65%, rgba(241,209,113,0.5)),color-stop(78%, rgba(213,163,52,0.34)),to(rgba(213,163,52,0)));
  background: -webkit-linear-gradient(left, rgba(213,163,52,0) 0%,rgba(213,163,52,0.34) 22%,rgba(241,209,113,0.5) 35%,rgba(255,253,230,.7) 50%,rgba(241,209,113,0.5) 65%,rgba(213,163,52,0.34) 78%,rgba(213,163,52,0) 100%);
  background: -o-linear-gradient(left, rgba(213,163,52,0) 0%,rgba(213,163,52,0.34) 22%,rgba(241,209,113,0.5) 35%,rgba(255,253,230,.7) 50%,rgba(241,209,113,0.5) 65%,rgba(213,163,52,0.34) 78%,rgba(213,163,52,0) 100%);
  background: linear-gradient(to right, rgba(213,163,52,0) 0%,rgba(213,163,52,0.34) 22%,rgba(241,209,113,0.5) 35%,rgba(255,253,230,.7) 50%,rgba(241,209,113,0.5) 65%,rgba(213,163,52,0.34) 78%,rgba(213,163,52,0) 100%);
}
#grand .part:before,
#grand .part:after{
  background: -webkit-gradient(linear, left top, right top, from(rgba(213,163,52,0)),color-stop(22%, rgba(213,163,52,0.44)),color-stop(35%, rgba(241,209,113,0.7)),color-stop(50%, rgba(255,253,230,1)),color-stop(65%, rgba(241,209,113,0.7)),color-stop(78%, rgba(213,163,52,0.44)),to(rgba(213,163,52,0)));
  background: -webkit-linear-gradient(left, rgba(213,163,52,0) 0%,rgba(213,163,52,0.44) 22%,rgba(241,209,113,0.7) 35%,rgba(255,253,230,1) 50%,rgba(241,209,113,0.7) 65%,rgba(213,163,52,0.44) 78%,rgba(213,163,52,0) 100%);
  background: -o-linear-gradient(left, rgba(213,163,52,0) 0%,rgba(213,163,52,0.44) 22%,rgba(241,209,113,0.7) 35%,rgba(255,253,230,1) 50%,rgba(241,209,113,0.7) 65%,rgba(213,163,52,0.44) 78%,rgba(213,163,52,0) 100%);
  background: linear-gradient(to right, rgba(213,163,52,0) 0%,rgba(213,163,52,0.44) 22%,rgba(241,209,113,0.7) 35%,rgba(255,253,230,1) 50%,rgba(241,209,113,0.7) 65%,rgba(213,163,52,0.44) 78%,rgba(213,163,52,0) 100%);
}
#semi .part{
  background: -webkit-gradient(linear, left top, right top, from(rgba(213,163,52,0)),color-stop(22%, rgba(68,78,88,0.34)),color-stop(35%, rgba(134,144,154,0.5)),color-stop(50%, rgba(230,251,255,.7)),color-stop(65%, rgba(134,144,154,0.5)),color-stop(78%, rgba(68,78,88,0.34)),to(rgba(68,78,88,0)));
  background: -webkit-linear-gradient(left, rgba(213,163,52,0) 0%,rgba(68,78,88,0.34) 22%,rgba(134,144,154,0.5) 35%,rgba(230,251,255,.7) 50%,rgba(134,144,154,0.5) 65%,rgba(68,78,88,0.34) 78%,rgba(68,78,88,0) 100%);
  background: -o-linear-gradient(left, rgba(213,163,52,0) 0%,rgba(68,78,88,0.34) 22%,rgba(134,144,154,0.5) 35%,rgba(230,251,255,.7) 50%,rgba(134,144,154,0.5) 65%,rgba(68,78,88,0.34) 78%,rgba(68,78,88,0) 100%);
  background: linear-gradient(to right, rgba(213,163,52,0) 0%,rgba(68,78,88,0.34) 22%,rgba(134,144,154,0.5) 35%,rgba(230,251,255,.7) 50%,rgba(134,144,154,0.5) 65%,rgba(68,78,88,0.34) 78%,rgba(68,78,88,0) 100%);
}
#semi .part:before,
#semi .part:after{
  background: -webkit-gradient(linear, left top, right top, from(rgba(213,163,52,0)),color-stop(22%, rgba(68,78,88,0.44)),color-stop(35%, rgba(134,144,154,0.7)),color-stop(50%, rgba(230,251,255,1)),color-stop(65%, rgba(134,144,154,0.7)),color-stop(78%, rgba(68,78,88,0.44)),to(rgba(68,78,88,0)));
  background: -webkit-linear-gradient(left, rgba(213,163,52,0) 0%,rgba(68,78,88,0.44) 22%,rgba(134,144,154,0.7) 35%,rgba(230,251,255,1) 50%,rgba(134,144,154,0.7) 65%,rgba(68,78,88,0.44) 78%,rgba(68,78,88,0) 100%);
  background: -o-linear-gradient(left, rgba(213,163,52,0) 0%,rgba(68,78,88,0.44) 22%,rgba(134,144,154,0.7) 35%,rgba(230,251,255,1) 50%,rgba(134,144,154,0.7) 65%,rgba(68,78,88,0.44) 78%,rgba(68,78,88,0) 100%);
  background: linear-gradient(to right, rgba(213,163,52,0) 0%,rgba(68,78,88,0.44) 22%,rgba(134,144,154,0.7) 35%,rgba(230,251,255,1) 50%,rgba(134,144,154,0.7) 65%,rgba(68,78,88,0.44) 78%,rgba(68,78,88,0) 100%);
}
#like .part{
  background: -webkit-gradient(linear, left top, right top, from(rgba(162,4,11,0)),color-stop(22%, rgba(162,4,11,0.34)),color-stop(35%, rgba(255,111,117,0.5)),color-stop(50%, rgba(255,180,184,.7)),color-stop(65%, rgba(255,111,117,0.5)),color-stop(78%, rgba(162,4,11,0.34)),to(rgba(162,4,11,0)));
  background: -webkit-linear-gradient(left, rgba(162,4,11,0) 0%,rgba(162,4,11,0.34) 22%,rgba(255,111,117,0.5) 35%,rgba(255,180,184,.7) 50%,rgba(255,111,117,0.5) 65%,rgba(162,4,11,0.34) 78%,rgba(162,4,11,0) 100%);
  background: -o-linear-gradient(left, rgba(162,4,11,0) 0%,rgba(162,4,11,0.34) 22%,rgba(255,111,117,0.5) 35%,rgba(255,180,184,.7) 50%,rgba(255,111,117,0.5) 65%,rgba(162,4,11,0.34) 78%,rgba(162,4,11,0) 100%);
  background: linear-gradient(to right, rgba(162,4,11,0) 0%,rgba(162,4,11,0.34) 22%,rgba(255,111,117,0.5) 35%,rgba(255,180,184,.7) 50%,rgba(255,111,117,0.5) 65%,rgba(162,4,11,0.34) 78%,rgba(162,4,11,0) 100%);
  margin-bottom: 20px;
}

.block2{
}
.box:not(:last-child) .block2{
  margin-bottom: 100px;
}
.block2:after{
  content: "";
  clear: both;
  display: block;
}
.block2 .img{
  float: left;
  width: 580px;
  margin-right: 25px;
  text-align: center;
}
.blockO{
  overflow: hidden;
}

.block3{
  font-size: 0;
  margin: -23px 0 0 -23px;
}
.block3 &gt; li{
  display: inline-block;
  vertical-align: top;
  margin: 23px 0 0 23px;
  font-size: 14px;
  width: 278px;
}
.block3 &gt; li a{
  display: block;
  text-decoration: none;
}
.block3 &gt; li .name,
.block3 &gt; li .ttl{
  display: block;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  line-height: 1.4;
}
.block3 &gt; li .name{
  font-size: 14px;
  margin-bottom: 10px;
}

.dlA dt{
  color: #e60013;
  margin-top: 1em;
}
.dlA dt.col{
  color: #b48d41;
}

.winners ul{
  font-size: 0;
  margin: -46px 0 0 -26px;
}
.winners ul li{
  display: inline-block;
  vertical-align: top;
  margin: 26px 0 0 26px;
  width: 155px;
  font-size: 14px;
}
.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 img{
  max-height: 160px;
}

#contentFoot #pagetop{
  position: fixed;
  bottom:10%;
  right: 5%;
  z-index:100;
}
#contentFoot #pagetop a{
  display: inline-block;
  width: 34px;
  height: 21px;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
  background: url(../img/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 &gt; img{
  display: block;
  margin: 0 auto 30px;
}
.modal .dlA{
  width: 80%;
  margin: 0 auto;
}
.modal .dlA dt{
  float: left;
  clear: left;
  border-top: 1px solid #a1a1a1;
  padding: 12px 0;
  margin: 0;
  width: 23%;
}
.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 .block3 &gt; li img{
  display: block;
  max-height: 208px;
  margin: 0 auto;
}
</pre></body></html>