@charset "UTF-8";
/* 打ち消し必須
================================= */
body.single .entry {
  background: none;
  margin: 0;
  padding: 0;
  position: static;
  width: auto;
}
#page {
  background: none;
}
#page .section .inner > h2 {
  display: none;
}
#page .dsp2019_section {
  background: #fff;
  width: 740px;
  margin: auto;
}
.section {
  padding: 130px 0 0;
}
.section.s-etc {
  display: none;
}

/* @BASE
================================= */
body {
  background: url("../images/contest/bg.jpg") repeat-y center 98px,url("../images/contest/bg_repeat.jpg") repeat center 0;
}
img {
  vertical-align: top;
}
area {
  outline: none;
}

@media print, screen and (max-width: 740px) {
  header .inner {
    box-sizing: border-box;
    padding: 0 10px;
  }
}

.information {
  background: url("../images/contest/information.jpg") no-repeat center 0;
  color: #000;
  text-align: center;
  font-size: 20px;
  padding: 48px 0 46px;
}

.outline-container {
  overflow: hidden;
  clear: both;
  margin: 0 0 25px;
}
.outline-1 {
  background: url("../images/contest/outline_1.jpg") no-repeat 0 0;
  padding: 30px 10px 0 115px;
}
.outline.outline-1 p {
  font-size: 15px;
  letter-spacing: -0.2rem;
}
.outline.outline-1 ul.indent {
  text-indent: -1em;
  margin: -5px 0 0 10px;
}

.outline-2 {
  background: url("../images/contest/outline_2.jpg") no-repeat 0 0;
  padding: 30px 0 0 128px;
}
.outline {
  float: left;
  width: 370px;
  height: 328px;
  line-height: 1.5;
  font-size: 16px;
  box-sizing: border-box;
}
.outline p {
  color: #278957;
  font-weight: bold;
  margin: 0 0 10px;
}
.outline span {
  color: #d60051;
}
.outline .indent {
  color: #000;
  font-size: 13px;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.text-vote {
  text-align: center;
  color: #e40d0d;
  font-size: 25px;
  font-weight: bold;
}

.list-btn {
  text-align: center;
}
.btn-detail > a,
.btn-detail > span {
  background: -webkit-linear-gradient(top, #f199a2 0%, #eb6b7a 100%);
  background: linear-gradient(to bottom, #f199a2 0%, #eb6b7a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f199a2', endColorstr='#eb6b7a',GradientType=0 );
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
}
.btn-detail.shop  > a {
  background: -webkit-linear-gradient(top, #77daed 0%, #53cae5 100%);
  background: linear-gradient(to bottom, #77daed 0%, #53cae5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77daed', endColorstr='#53cae5',GradientType=0 );
}
.btn-detail.inactive > a {
  background: -webkit-linear-gradient(top, #bdbdbd 0%, #a09f9f 100%);
  background: linear-gradient(to bottom, #bdbdbd 0%, #a09f9f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdbdbd', endColorstr='#a09f9f',GradientType=0 );
}


/* @SHOP
================================= */
#shop_list {
  background: #ee869a;
  font-size: 34px;
  margin: 20px 0 40px;
  padding: 10px;
  text-align: center;
}
#shop_list01 {
  background: #fff;
  box-sizing: border-box;
  margin: 0 auto 60px;
  padding: 0 20px 40px;
  width: 740px;
}
#shop_list01 h5 {
  font-size: 28px;
  color: #504f4f;
  text-align: center;
  line-height: 2.1;
  padding: 60px 0 0;
}
#shop_list01 h5 span {
  display: block;
  background: #feebbe;
}
.prefecture-list-container {
  overflow: hidden;
  clear: both;
}
.prefecture-list {
  width: 340px;
  height: 490px;
  margin: 35px 0 0;
  float: left;
  position: relative;
}
.prefecture-list:nth-child(even) {
  margin: 35px 0 0 20px;
}
.prefecture-list a.modal{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  cursor: auto;
}
.prefecture-list .dsp-img {
  background-color: #f2dcdc;
  width: 340px;
  height: 240px;
  text-align: center;
  vertical-align: middle;
  pointer-events: auto;
  position: relative;
  pointer-events: none;
  cursor: auto;
}
.prefecture-list .dsp-img::after {
  content: "";
  background: url("../images/contest/icon_zoom.png") no-repeat 0 0 / contain;
  width: 46px;
  height: 46px;
  position: absolute;
  bottom: 15px;
  right: 10px;
}
.prefecture-list h6 {
  font-size: 21px;
  line-height: 1.2;
  color: #000;
  font-weight: normal;
  text-align: center;
  margin: 11px 0;
  position: relative;
  z-index: 3;
  cursor: default;
}
.prefecture-list .list-prefectural {
  max-height: 155px;
  min-width: 142px;
  height: 100%;
  color: #000;
  cursor: default;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.prefecture-list .li-address,
.prefecture-list .li-tel {
  font-size: 17px;
  border-radius: 15px;
  color: #fff;
  background: #ee869a;
  float: left;
  width: 80px;
  line-height: 1.5;
  padding-top: 1px;
  margin-right: 10px;
  text-align: center;
}
.prefecture-list .li-address-val,
.prefecture-list .li-tel-val {
  font-size: 18px;
  line-height: 1.45;
  text-align: left;
  margin: 0 0 5px 90px;
}
.prefecture-list .list-btn {
  width: 100%;
  height: 48px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.prefecture-list .list-btn .btn-detail{
  height: 48px;
  display: inline-block;
  position: absolute;
  bottom: 0;
}
.prefecture-list .list-btn .btn-detail > a,
.prefecture-list .list-btn .btn-detail > span {
  width: 100%;
  font-size: 20px;
  padding: 7px 0;
  pointer-events: none;
}
.prefecture-list .list-btn .btn-detail > a:hover {
  opacity: 1;
}
.prefecture-list .list-btn .btn-detail.shop {
  width: 140px;
  left: 0;
  z-index: 3;
}
.prefecture-list .list-btn .btn-detail.vote {
  width: 190px;
  right: 0;
}

/* no active */
.prefecture-list.non-active a.modal {
  pointer-events: none;
}
.prefecture-list.non-active .dsp-img {
  cursor: default;
}
.prefecture-list.non-active .list-btn .btn-detail.vote {
  cursor: default;
  z-index: 3;
}
.prefecture-list.non-active .list-btn .btn-detail.vote span {
  background: -webkit-linear-gradient(top, #bdbdbd 0%, #a09f9f 100%);
  background: linear-gradient(to bottom, #bdbdbd 0%, #a09f9f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdbdbd', endColorstr='#a09f9f',GradientType=0 );
}


/* @プルダウン
================================= */
#dropmenu {
  margin: 0 auto 4px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
#dropmenu li {
  position: relative;
  width: 74px;
}
#dropmenu li.two_line {
  width: 114px;
}
#dropmenu li a {
  background: #f9c158;
  color: #fff;
  display: block;
  padding: 20px 0;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}
#dropmenu li ul {
  position: absolute;
  z-index: 100;
  top: 61px;
  left: 0;
  width: 100%;
}
#dropmenu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  -webkit-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a {
  padding: 12px 15px;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
}
#dropmenu li:hover > ul > li {
  overflow: visible;
  height: 38px;
}
#dropmenu li ul li ul {
  top: 0;
  left: 100%;
}
#dropmenu li:last-child ul li ul {
  left: -100%;
  width: 100%;
}
#dropmenu li > li:hover > a {
  background: #22458b;
}
#dropmenu li > li:hover li:hover > a {
  background: #193367;
}
#dropmenu li ul li ul li a {
  background: #616d0b;
}
#dropmenu li:hover ul li ul li:hover > a {
  background: #535d09;
}
#dropmenu li ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #454e08;
}
#dropmenu li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
}

.inline-content {
  background-color: #fff;
}
.inline-content h3 {
  background: #ee869a;
  text-align: center;
  font-size: 26px;
  padding: 20px 10px;
  line-height: 1.4;
}
.inline-content-inner {
  text-align: center;
  padding: 50px 50px 60px;
}
.inline-content-inner .dsp-img {
  max-width: 598px;
  text-align: center;
}
.inline-content-inner .text {
  color: #000;
  font-size: 22px;
  padding: 20px 10px;
}
.inline-content-inner .btn-detail {
  width: 200px;
  margin: 0 32px;
  display: inline-block;
}
.inline-content-inner .btn-detail a {
  width: 100%;
  border-radius: 10px;
  font-size: 26px;
  padding: 7px 0;
}
.inline-content-inner .btn-detail a > span {
  font-size: 20px;
  line-height: 1;
  display: block;
}

#inline-content-vote.inline-content .inline-content-inner {
  padding: 50px 20px 40px;
}
#inline-content-vote.inline-content h3 {
  background: #fdd23e;
  font-size: 30px;
  color: #3d62ad;
  font-weight: bold;
  padding: 20px 10px;
  line-height: 1.4;
}
#inline-content-vote.inline-content .inline-content-inner h4 {
  background-color: #fadce2;
  width: 430px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  margin: 40px auto 0;
}
#inline-content-vote.inline-content .inline-content-inner .btn-detail {
  width: 260px;
  margin: 20px 0 0;
}
#inline-content-vote.inline-content .inline-content-inner li:nth-child(even) {
  margin: 20px 0 0 40px;
}
