@charset "UTF-8";
/* base
-------------------------------------------------*/
/*!  02_base
================================================ */
html {
  overflow: scroll;
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  min-width: 320px;
  overflow: hidden;
  background: url(../img/keyvisual_sp.jpg) 50% 0/100% auto fixed no-repeat;
  color: #000;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt" 1;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.59;
  text-align: justify;
}

ul, ol, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

dl, dt, dd, h1, h2, h3, h4, h5, h6, p, section {
  margin: 0;
  padding: 0;
}

section {
  display: block;
}

a {
  text-decoration: none;
}

.cf::after {
  display: block;
  clear: both;
  content: " ";
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.notice li {
  padding-left: 1em;
  text-indent: -1em;
}

.notice li::before {
  content: "※";
}

.viewPc {
  display: none !important;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"],
input[type="number"],
textarea {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
}

input[type="text"]::-webkit-search-decoration,
input[type="tel"]::-webkit-search-decoration,
input[type="email"]::-webkit-search-decoration,
input[type="submit"]::-webkit-search-decoration,
input[type="number"]::-webkit-search-decoration,
textarea::-webkit-search-decoration {
  display: none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="submit"]:focus,
input[type="number"]:focus,
textarea:focus {
  outline-offset: -2px;
}

#content {
  position: relative;
  padding: 0;
}

#content::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  background: url(../img/bg_sp01.png) 50% 0/100% auto no-repeat, url(../img/bg_sp02.png) 50% calc(100% - 38px)/100% auto no-repeat;
  content: "";
}

/* header
-------------------------------------------------*/
header {
  position: relative;
  width: 100%;
}

header .sns {
  display: flex;
  z-index: 1;
  position: absolute;
  top: 6px;
  right: 16px;
}

header .sns li + li {
  margin-left: 5px;
}

/* kv
-------------------------------------------------*/
.kv {
  position: relative;
  padding: 34px 0 35px;
}

.kv h1 {
  width: 43.90625%;
  margin: 0 0 0 12px;
}

.kv .catch {
  width: 25.625%;
  margin-top: 5px;
}

.kv .lead {
  position: absolute;
  top: 50px;
  right: 13px;
  width: 48.4375%;
}

.kv .period {
  width: 30.78125%;
  margin: 25px 10px 0 auto;
}

.kv .event {
  margin-top: 15px;
  padding-bottom: 4.6875%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 17.5%, rgba(255, 255, 255, 0.5) 17.5%, rgba(255, 255, 255, 0.5) 100%);
}

.kv .start {
  width: 87.34375%;
  margin: 0 auto 0;
}

.kv .btns {
  display: flex;
  justify-content: center;
  width: 96.40625%;
  margin: 15px auto 0;
}

.kv .btns li + li {
  margin-left: 5.15625%;
}

.kv .movie {
  width: 95%;
  margin: 70px auto 0;
}

/* .sec01
-------------------------------------------------*/
.sec01 {
  position: relative;
  margin-top: 3.125vw;
  padding: 40px 0 95px;
}

.sec01::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 47px;
  left: -50vw;
  width: 200vw;
  height: calc(100% - 145px);
  transform: rotate(-7deg) translate3d(0, 0, 0);
  background-color: #c1e334;
  content: "";
}

.sec01 .inner {
  padding: 0 4.5% 0;
}

.sec01 h2 {
  margin: 0 calc(50% - 50vw) 17px;
}

.sec01 .txt-lead {
  margin: 0 -2% 0;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5769;
  text-align: center;
}

.sec01 .prize {
  margin-top: 22px;
}

.sec01 .prize .prize-txt h3 {
  position: relative;
  margin-bottom: 20px;
  padding: 37px 32px 38px;
  font-size: 5.066rem;
  letter-spacing: 0.06em;
  line-height: 1.22898;
}

.sec01 .prize .prize-txt h3::before, .sec01 .prize .prize-txt h3::after {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  width: 24px;
  height: 100%;
  border-top: 6px solid #fff;
  border-bottom: 6px solid #fff;
  content: "";
}

.sec01 .prize .prize-txt h3::before {
  left: 0;
  border-left: 6px solid #fff;
}

.sec01 .prize .prize-txt h3::after {
  right: 0;
  border-right: 6px solid #fff;
}

.sec01 .prize .prize-txt h3 span {
  display: inline;
  padding: 0 9px;
  background-color: #fff;
  line-height: 1.3;
  text-align: left;
}

.sec01 .prize .prize-txt h3 span + span {
  margin-top: 5px;
}

.sec01 .prize .prize-txt p {
  color: #010101;
  font-size: 2.2rem;
  font-weight: 600;
}

.sec01 .prize .prize-image {
  margin: 8px calc(50% - 50vw) 0;
}

.sec01 .prize .prize-lineup {
  margin-top: 30px;
}

.sec01 .prize .prize-lineup .lineup {
  margin-bottom: 17px;
}

.sec01 .prize .prize-lineup .lineup dt {
  padding: 3px 10px 3px;
  background-color: #b7ad0e;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.41667;
  text-align: center;
}

.sec01 .prize .prize-lineup .lineup dd {
  padding: 11px 15px 30px;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.7;
}

.sec01 .prize .notice {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2857;
}

.sec01 .fair {
  margin: 33px -2.2% 0;
  padding-bottom: 39px;
  border: 1px solid #e60012;
  background: url(../img/fair_bg_sp.png) right 3px bottom 3px no-repeat #fff;
}

.sec01 .fair .landmark {
  margin: 0 calc(50% - 50vw) 0;
}

.sec01 .fair .txt {
  text-shadow: #fff 2px 0 0, #fff -2px 0 0,
  #fff 0 -2px 0, #fff 0 2px 0,
  #fff 2px 2px 0, #fff -2px 2px 0,
  #fff 2px -2px 0, #fff -2px -2px 0,
  #fff 1px 2px 0, #fff -1px 2px 0,
  #fff 1px -2px 0, #fff -1px -2px 0,
  #fff 2px 1px 0, #fff -2px 1px 0,
  #fff 2px -1px 0, #fff -2px -1px 0,
  #fff 1px 1px 0, #fff -1px 1px 0,
  #fff 1px -1px 0, #fff -1px -1px 0;
  font-size: 2.467rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5383;
  letter-spacing: 0.02em;
  font-feature-settings: initial;
}
.sec01 .fair .marker {
  background: linear-gradient(transparent 0%, #fcff00 0%);
  text-shadow: transparent 0 0 0, transparent 0 0 0,
  transparent 0 0 0, transparent 0 0 0,
  transparent 0 0 0, transparent 0 0 0,
  transparent 0 0 0, transparent 0 0 0,
  transparent 0 0 0, transparent 0 0 0,
  transparent 0 0 0, transparent 0 0 0,
  transparent 0 0 0, transparent 0 0 0,
  transparent 0 0 0, transparent 0 0 0,
  transparent 0 0 0, transparent 0 0 0,
  transparent 0 0 0, transparent 0 0 0;
  font-size: 3.841rem;
  color: #e60012;
  line-height: 1.28586;
}

.sec01 .fair .landmark + .txt {
  margin-top: -22px;
}

.sec01 .fair .latest {
  width: 95%;
  margin: 32px auto 0;
}

.sec01 .fair .latest dl + dl {
  margin-top: 33px;
}

.sec01 .fair .latest dl {
  border: 1px solid #b7ae00;
}

.sec01 .fair .latest dt {
  padding: 3px 10px 3px;
  background-color: #b7ad0e;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.41667;
  text-align: center;
}

.sec01 .fair .latest dd {
  padding: 11px 15px 30px;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2778;
  letter-spacing: 0.02em;
}

.sec01 .fair .latest dd li {
  list-style-type: none;
}

.sec01 .fair .btn-shoplist {
  margin: 39px 25px 0 26px;
}


/* .sec02
-------------------------------------------------*/
.sec02 {
  position: relative;
  margin-top: 95px;
  padding: 0 0 120px;
}

.sec02::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 80px;
  left: -50vw;
  width: 200vw;
  height: calc(100% - 130px);
  transform: rotate(7deg) translate3d(0, 0, 0);
  background-color: #fbde00;
  content: "";
}

.sec02 .inner {
  padding: 0;
}

.sec02 h2 {
  width: 93.90625%;
  margin: 0 auto 20px;
}

.sec02 .txt-lead {
  width: 84%;
  margin: 0 auto 0;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5769;
  text-align: center;
}

.sec02 .txt-lead + .notice {
  width: 84%;
  margin: 27px auto 0;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6111;
  text-align: center;
}

.sec02 .prize-list {
  width: 95%;
  margin: 60px auto 0;
}

.sec02 .prize-list li {
  position: relative;
  padding: 24px 0 32px;
  border: 10px solid #fff;
}

.sec02 .prize-list li + li {
  margin-top: 50px;
}

.sec02 .prize-list .prize h3 {
  margin: 0 calc(50% - 50vw) 21px;
}

.sec02 .prize-list .prize p {
  width: 92%;
  margin: 0 auto;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.59;
}

.sec02 .prize-list .prize-image {
  position: relative;
  width: 95%;
  margin: 40px auto 0;
}

.sec02 .prize-list .lineup {
  width: 90%;
  margin: 28px auto 0;
}

.sec02 .prize-list .lineup dt {
  padding: 3px 10px 3px;
  background-color: #b7ad0e;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.41667;
  text-align: center;
}

.sec02 .prize-list .lineup dd {
  padding: 11px 15px 30px;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.7;
}

.sec02 .prize-list li:nth-of-type(1) .prize-image {
  width: 558px;
}

.sec02 .prize-list li:nth-of-type(2) {
  flex-direction: column;
}

.sec02 .prize-list li:nth-of-type(2) .prize h3 + p {
  margin-top: -20px;
}

.sec02 .prize-list li:nth-of-type(2) .prize-image {
  box-sizing: border-box;
  width: 534px;
  margin: 40px auto 0;
}

.sec02 .prize-list li:nth-of-type(3) .prize-image {
  width: 550px;
}

/* .contest
-------------------------------------------------*/
.contest {
  position: relative;
  margin-top: 10px;
  padding: 8.125vw 0 0;
}

.contest::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: -7.03125vw;
  left: -50vw;
  width: 200vw;
  height: calc(100% + 9.375vw + 7.03125vw);
  transform: rotate(7deg) translate3d(0, 0, 0);
  background-color: #fff;
  content: "";
}

.contest .inner {
  padding: 0 4.5%;
}

.contest h2 {
  width: 79%;
  margin: 0 auto 21px;
}

.contest .txt-lead {
  color: #08c3d4;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

.contest .txt-lead + .notice {
  margin-top: 21px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5625;
  text-align: center;
}

.contest .enter {
  margin: 15px -2.2% 0;
  padding: 35px 15px 50px;
  border: 1px solid #00c3d6;
  background-color: #fff;
}

.contest .enter .txt {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.59;
  letter-spacing: 0.04em;
}

.contest .enter .em {
  color: #e60012;
}

.contest .enter .target {
  margin-top: 26px;
}

.contest .enter .lineup {
  width: 93%;
  margin: 36px auto 0;
}

.contest .enter .btn-dengeki {
  width: 84.23%;
  margin: 12px auto 0;
}

.contest .enter dl {
  width: 97.4%;
  margin: 35px auto 0;
}

.contest .enter dt {
  width: 27.58%;
  margin-bottom: 20px;
}

.contest .enter dd + dt {
  margin-top: 41px;
}

.contest .enter dd .notice {
  position: relative;
  margin-top: 50px;
  padding-top: 32px;
}

.contest .enter dd .notice::after {
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(circle farthest-side, #00c3d6, #00c3d6 30%, transparent 40%, transparent);
  background-size: 9px 3px;
  content: "";
  display: inline-block;
  height: 3px;
  width: 100%;
}

.contest .enter .notice li {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

/* .pagetop
-------------------------------------------------*/
.pagetop {
  z-index: 2;
  position: fixed;
  right: 15px;
  bottom: 20px;
  width: 15%;
}

.pagetop a {
  display: block;
}

/* .copyright
-------------------------------------------------*/
.copyright {
  position: relative;
  padding: 80px 0 30px;
}

.copyright::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  content: "";
}

.copyright .illustrator {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}

.copyright .bnr {
  width: 24%;
  margin: 10px auto 0;
}

.copyright .bnr a {
  display: block;
}

/* footer
-------------------------------------------------*/
footer {
  position: relative;
  padding: 45px 0 40px;
  border-top: 6px solid #e70000;
  background-color: #000;
  color: #fff;
  text-align: center;
}

footer .logo {
  width: 44%;
  margin: 0 auto 0;
}

footer .logo img {
  width: 281px;
}

footer .logo a {
  display: block;
}

footer small {
  display: block;
  margin-top: 8px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}

/* animation
-------------------------------------------------*/
@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.75;
  }
}

@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.75;
  }
}

/* shoplist
-----------------------------------------------*/
#shopList{
  position: relative;
  overflow-x: hidden;
  width: 640px;
  background-image: none;
}

#shopList .head {
  position: relative;
  /*position: fixed;
  top: -200px;
  height: 500px;
  width: 150%;
  margin: 0 0 0 -25%;
  padding: 0 25%;
  box-sizing: border-box;
  background: linear-gradient(to right,  #006e00 0%,#00a800 100%);
  transform: rotate(7deg) translate3d(0, 0, 0);*/
}

#shopList .head::before {
  display: block;
  z-index: -1;
  position: fixed;
  top: -200px;
  left: -50vw;
  width: 200vw;
  height: 500px;
  padding: 0 25%;
  box-sizing: border-box;
  transform: rotate(7deg) translate3d(0, 0, 0);
  background-color: #c1e334;
  content: "";
}

#shopList section {
  z-index: 2;
  width: auto;
  margin: 0 auto;
  padding: 40px;
  box-sizing: border-box;
}

#shopList h1 {
  position: relative;
  height: 95px;
  margin-bottom: 20px;
  padding-left: 110px;
  background-position: left center;
  background-size: 50px auto;
  background-repeat: no-repeat;
  font-size: 5.5vw;
  line-height: 1.5;
  color: #fff;
  font-feature-settings: initial;
  text-align: initial;
}

#shopList h1::after {
    content: "";
    background-image: url(../img/shoplist-icon.png);
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    width: 106px;
    height: 106px;
}

#shopList section > h2 {
    margin-bottom: 5px;
    padding-left: 5px;
    border-left: 7px solid #ff0000;
    font-size: 24px;
    line-height: 1.2;
}

#shopList .navigation {
    margin: 0 0 30px;
    border: 1px solid #000;
    background-color: #fff;
  }

#shopList section .navigation ul {
  width: 500px;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
}

#shopList section .navigation ul li {
  /*float: left;*/
  width: 100px;
  padding: 10px 0;
  font-size: 3.13vw;
  line-height: 1.2;
  text-align: center;
  color: #ccc;
}
#shopList .navigation li a {
  display: block;
	color: #000;
}

#shopList .navigation h2 {
  background-color: #ff0000;
  font-size: 18px;
  text-align: center;
  line-height: 2;
  color: #fff;
}

#shopList section table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

#shopList tr {
    border-bottom: 1px solid #000;
}

#shopList tr:nth-child(odd) {
  background-color: #efefef;
}

#shopList tr:nth-child(even) {
  background-color: #fff;
}

#shopList tr td {
    padding: 2px 5px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    font-size: 3.13vw;
    line-height: 2;
}

#shopList tr td:first-child {
    width: 150px;
    font-weight: bold;
}

#shopList section .btnBack{
  font-size: 4.38vw;
  text-align: center;
  line-height: 1.5;
}

#shopList section .btnBack a {
    display: inline-block;
    padding: 10px 50px;
    background-color: #ff0000;
    color: #fff;
}

#shopList .text1 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 2.9vw;
  color: #fff;
  text-align: center;
}

#shopList .text2 {
  margin-bottom: 20px;
  font-size: 2.5vw;
  font-weight: bold;

}

#shopList .notice{
  margin-bottom: 20px;
  padding: 20px;
  background-color: rgba(255,255,255,0.6);
  font-weight: bold;
  font-size: 16px;

}
#shopList span.star {
  color: #ff0000;
}

@media print, screen and (min-width: 641px) {
  body {
    width: 100%;
    min-width: 1200px;
    background: url(../img/keyvisual_pc.jpg) 50% 0 fixed no-repeat;
    font-size: 1.6rem;
  }
  a:hover {
    text-decoration: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .hvr a {
    transition: opacity .3s;
  }
  .hvr a:hover {
    opacity: .7;
  }
  img {
    width: auto;
  }
  .viewSp {
    display: none !important;
  }
  .viewPc {
    display: block !important;
  }
  #content::before {
    max-width: 2351px;
    background: url(../img/bg_pc01.png) 50% 0 no-repeat, url(../img/bg_pc02.png) 50% calc(100% + 135px) no-repeat;
  }
  header {
    width: 1190px;
    margin: 0 auto;
  }
  header .sns {
    top: 10px;
    right: 175px;
  }
  header .sns li + li {
    margin-left: 12px;
  }
  .kv {
    width: 1200px;
    margin: 0 auto;
    padding: 8px 0 0;
  }
  .kv h1 {
    width: 331px;
    margin: 0 0 0 218px;
  }
  .kv .catch {
    width: 216px;
    margin: -90px 70px 0 auto;
  }
  .kv .lead {
    position: static;
    width: 661px;
    margin: 20px 115px 0 auto;
  }
  .kv .period {
    position: absolute;
    top: 38px;
    right: 138px;
    width: 193px;
  }
  .kv .event {
    padding-bottom: 29px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 15.5%, rgba(255, 255, 255, 0.5) 15.5%, rgba(255, 255, 255, 0.5) 100%);
  }
  .kv .start {
    width: 477px;
    margin-top: 15px;
  }
  .kv .btns {
    width: 1024px;
    margin-top: 12px;
  }
  .kv .btns li a:hover {
    -webkit-animation: btn 0.5s;
    animation: btn 0.5s;
    opacity: 0.75;
  }
  .kv .btns li + li {
    margin-left: 37px;
  }
  .kv .movie {
    position: absolute;
    top: 41.8%;
    left: 125px;
    width: 280px;
  }
  .sec01 {
    margin-top: 0;
    padding: 70px 0 100px;
  }
  .sec01::before {
    top: 76px;
    height: calc(100% - 295px);
  }
  .sec01 .inner {
    width: 1110px;
    margin: 0 auto 0;
    padding: 0;
  }
  .sec01 h2 {
    margin-bottom: 15px;
    text-align: center;
  }
  .sec01 .txt-lead {
    width: 1010px;
    margin: 0 auto 0;
  }
  .sec01 .prize {
    position: relative;
    margin-top: 10px;
  }
  .sec01 .prize .prize-txt {
    width: 535px;
    padding-top: 38px;
  }
  .sec01 .prize .prize-txt h3 {
    padding: 25px 0 33px 20px;
    font-size: 4.8rem;
    letter-spacing: 0.015em;
  }
  .sec01 .prize .prize-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 534px;
    margin: 0;
  }
  .sec01 .prize .prize-lineup {
    width: 535px;
    margin-top: 16px;
  }
  .sec01 .prize .prize-lineup .lineup {
    margin-bottom: 25px;
  }
  .sec01 .prize .prize-lineup .lineup dt {
    padding: 6px 10px 5px;
    font-size: 2.2rem;
  }
  .sec01 .prize .prize-lineup .lineup dd {
    padding-bottom: 20px;
    font-size: 1.4rem;
  }
  .sec01 .prize .notice {
    letter-spacing: 0.01em;
  }
  .sec01 .fair {
    width: 1097px;
    margin: 35px auto 0;
    padding-bottom: 53px;
    border: 2px solid #e60012;
    background-position: 50% 100%;
    background: url(../img/fair_bg_pc.png) 50% 100% / 100% auto no-repeat #fff;
  }
  .sec01 .fair .landmark {
    width: 100%;
    margin: -17px 0 0;
  }
  .sec01 .fair .txt {
    font-size: 2.6rem;
    line-height: 1.53846;
  }
  .sec01 .fair .marker {
    background: linear-gradient(transparent 0%, #fcff00 0%);
    text-shadow: transparent 0 0 0, transparent 0 0 0,
    transparent 0 0 0, transparent 0 0 0,
    transparent 0 0 0, transparent 0 0 0,
    transparent 0 0 0, transparent 0 0 0,
    transparent 0 0 0, transparent 0 0 0,
    transparent 0 0 0, transparent 0 0 0,
    transparent 0 0 0, transparent 0 0 0,
    transparent 0 0 0, transparent 0 0 0,
    transparent 0 0 0, transparent 0 0 0,
    transparent 0 0 0, transparent 0 0 0;
    font-size: 3.841rem;
    color: #e60012;
    line-height: 1.28586;
  }
  .sec01 .fair .marker {
    font-feature-settings: "palt" 1;
    letter-spacing: 0;
  }
  .sec01 .fair .landmark + .txt {
    width: 543px;
    margin: -255px 0 0 30px;
  }
  .sec01 .fair .latest {
    display: flex;
    justify-content: space-between;
    width: 1055px;
    margin: 37px auto 0;
  }
  .sec01 .fair .latest dl + dl {
    margin-top: 0;
  }
  .sec01 .fair .latest dl {
    width: 519px;
  }
  .sec01 .fair .latest dt {
    padding: 6px 10px 5px;
    font-size: 2.2rem;
    line-height: 1.13636;
  }
  .sec01 .fair .latest dd {
    padding: 11px 12px 18px;
    font-size: 1.4rem;
    line-height: 1.5714;
  }
  .sec01 .fair .btn-shoplist {
    width: 739px;
    margin: 44px auto 0;
  }
  .sec01 .fair .btn-shoplist a {
    display: block;
  }
  .sec01 .fair .btn-shoplist a:hover {
    animation: btn 0.5s;
    opacity: 0.75;
  }
  .sec02 {
    margin-top: 150px;
    padding: 25px 0 200px;
  }
  .sec02::before {
    top: 120px;
    height: calc(100% - 125px);
  }
  .sec02 .inner {
    width: 1200px;
    margin: 0 auto 0;
    padding: 0;
  }
  .sec02 h2 {
    margin-bottom: 15px;
    text-align: center;
  }
  .sec02 .txt-lead {
    width: 1010px;
    margin: 0 auto 0;
  }
  .sec02 .txt-lead + .notice {
    margin-top: 8px;
    font-size: 1.4rem;
    letter-spacing: 0.01em;
  }
  .sec02 .prize-list {
    box-sizing: border-box;
    width: 100%;
    margin: 46px auto 0;
    padding-left: 15px;
  }
  .sec02 .prize-list li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0 20px;
  }
  .sec02 .prize-list .prize {
    width: 558px;
    padding-top: 12px;
  }
  .sec02 .prize-list .prize h3 {
    width: 638px;
    margin: 0 0 26px -25px;
  }
  .sec02 .prize-list .prize h3 + p {
    margin-top: -50px;
  }
  .sec02 .prize-list .prize p {
    width: 100%;
    margin: 0 22px 0;
    line-height: 1.72727;
  }
  .sec02 .prize-list .prize-image {
    width: 548px;
    margin: 0 20px 0 0;
  }
  .sec02 .prize-list .lineup dt {
    padding: 6px 10px 5px;
    font-size: 2.2rem;
  }
  .sec02 .prize-list .lineup dd {
    padding-bottom: 20px;
    font-size: 1.4rem;
  }
  .sec02 .prize-list li:nth-of-type(2) {
    min-height: 845px;
    justify-content: flex-start;
  }
  .sec02 .prize-list li:nth-of-type(2) .prize {
    z-index: 1;
  }
  .sec02 .prize-list li:nth-of-type(2) .prize h3 + p {
    margin-top: -40px;
  }
  .sec02 .prize-list li:nth-of-type(2) .prize-image {
    position: absolute;
    top: -10px;
    right: 30px;
    padding-bottom: 20px;
  }
  .sec02 .prize-list li:nth-of-type(2) .lineup {
    width: 532px;
    margin: 28px 0 0 22px;
  }
  .contest {
    margin-top: 100px;
    padding: 30px 0 50px;
  }
  .contest::before {
    top: -96px;
    height: calc(100% + 80px + 96px);
  }
  .contest .inner {
    width: 1200px;
    margin: 0 auto 0;
    padding: 0;
  }
  .contest h2 {
    margin-bottom: 40px;
    text-align: center;
  }
  .contest .txt-lead {
    width: 1200px;
    margin: 0 auto 0;
    font-size: 4.6rem;
    letter-spacing: 0.065em;
    line-height: 1.304;
  }
  .contest .txt-lead + .notice {
    margin-top: 18px;
    font-size: 1.4rem;
    letter-spacing: 0.01em;
    line-height: 1.5;
  }
  .contest .enter {
    margin: 36px 50px 0;
    padding: 35px 23px 30px;
  }
  .contest .enter .txt {
    margin: 0 20px;
    font-size: 2.2rem;
    line-height: 1.63636;
  }
  .contest .enter .target {
    margin-top: 28px;
  }
  .contest .enter .lineup {
    width: 615px;
    margin: 32px auto 0;
  }
  .contest .enter .btn-dengeki {
    width: 486px;
    margin: 14px auto 0;
  }
  .contest .enter dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 35px auto 0;
  }
  .contest .enter dt {
    width: 202px;
    margin: 0 20px 0 0;
  }
  .contest .enter dd {
    width: calc(100% - 202px - 20px);
  }
  .contest .enter dd + dt {
    margin-top: 0;
  }
  .contest .enter dt:nth-of-type(n+2),
  .contest .enter dd:nth-of-type(n+2) {
    margin-top: 28px;
  }
  .contest .enter dd:nth-of-type(2) {
    padding-top: 10px;
  }
  .contest .enter dd .notice {
    padding-top: 35px;
  }
  .contest .enter .notice li {
    font-size: 1.6rem;
    line-height: 1.875;
  }
  .pagetop {
    width: 96px;
    margin: 0 0 0 auto;
  }
  .pagetop a:hover {
    -webkit-animation: btn 0.5s;
    animation: btn 0.5s;
    opacity: 0.75;
  }
  .copyright {
    padding: 50px 0 30px;
  }
  .copyright .bnr {
    width: 100%;
    margin-top: 12px;
    text-align: center;
  }
  .copyright .bnr a:hover {
    -webkit-animation: btn 0.5s;
    animation: btn 0.5s;
    opacity: 0.75;
  }
  footer {
    padding: 45px 0 42px;
  }
  footer .logo {
    width: 281px;
  }
  footer .logo a:hover {
    -webkit-animation: btn 0.5s;
    animation: btn 0.5s;
    opacity: 0.75;
  }
  footer small {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  #shopList .head {
    width: 150%;
  }
  #shopList {
    width: 100%;
  }
  #shopList section {
    width: 1000px;
  }
  #shopList h1 {
    width: 765px;
    margin: 0 auto 20px;
    font-size: 32px;
    line-height: 95px;
  }
  #shopList section .navigation ul {
    width: 793px;
  }
  #shopList section .navigation ul li {
    width: 109px;
    font-size: 1.4rem;
  }
  #shopList section table {
    margin-bottom: 20px;
  }
  #shopList tr td {
    font-size: 1.4rem;
  }
  #shopList .text1 {
    font-size: 22px;
  }
  #shopList .text2 {
    font-size: 16px;
  }
  #shopList .notice{
    font-size: 16px;
  }
  #shopList section .btnBack {
    font-size: 24px;
  }

}
