@charset "UTF-8";
@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}
html,body {
  font-family:"Helvetica Neue","Segoe UI","Hiragino Kaku Gothic ProN","Hiragino Sans",Arial,Meiryo,sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  margin: 0 auto;

}
a,a:visited {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: underline;
  color:#000;
}
ul {
  list-style: none;
  margin:0;
  padding:0;}
h1,h2,h3,h4,h5 {
  margin:0;
  font-weight: bold;
  line-height: unset;}
.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;}
figure {margin-bottom: 0}
p,.txt {text-align:justify;word-break:break-all;}
img {max-width:100%;height:auto;}
@media (min-width: 1200px){
  .container {width: 1124px;}
}
.btn {border-radius: 0;}
/*.serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}*/

#gotop-btn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999;
  background: transparent;
  text-align: center;
  display: none;
}
#gotop-btn a,#gotop-btn a:visited {
  display: inline-block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  box-shadow: 0px 3px 6px #00000029;
}
#gotop-btn a svg {
  width: 20px;
  height: auto;
}
#gotop-btn a:hover {
  color:#000;
}
header,footer,main {
  overflow: hidden;
}

/* header  */
.nav-site {
  padding: 18px 0;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 0px 0px 60px 60px;
}
.nav-site>.container-fluid {
  padding:0 80px;
}
.navbar-brand {
  padding:0;
}

.nav-site .nav-t-menu {
  line-height: 22px;
}
.nav-t-menu .nav-item {
  padding:0 28px;
  border-right: 1px solid #707070;
}
.nav-t-menu .nav-item.nv-last {
  border:none;
}
.nav-site .nav-link {
  color:#2F2F2F;
  padding:0;
}

/* content */
main {
  min-height: 1000px;
}
.c-tt {
  text-align: center;
}
.c-tt h2 {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  padding-left: 70px;
  margin-bottom: 70px;
}
.c-tt h2:before {
  content:"";
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left: 0;
  width: 46px;
  height: 46px;
  background: no-repeat center url(../img/ico-monster-ball@2x.png);
  background-size: 100%;
}

.top-v {
  position: relative;
}
/*.top-v:before {
  content:"";
  position: absolute;
  display: block;
  height: auto;
  width: 100%;
}*/
.top-v .bg-deco {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  margin:auto;
  z-index: 1;
}
.top-v .inn {
  position: relative;
  z-index: 1;
  /*height: calc(100vw - 100px);*/
  height: 92vw;
  min-height: 1300px;
  max-height: 1320px;
}
.nuo-tt {
  position: absolute;
  top:17%;
  left: 0;
  right: 0;
  margin:auto;
}
.top-v .btn-w-nuoh {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  margin:auto;
  bottom: 19%;
  width: 310px;
  padding: 0;
}

.top-v .pf {
  position: absolute;
  display: none;
}
.top-v .pf.m1 {
  top:16%;
  left:9%;
}
.top-v .pf.m2 {
  top: 15%;
  right: 9%;
}
.top-v .pf.m3 {
  bottom: 20%;
  left: 8%;
}
.top-v .pf.m4 {
  bottom: 17%;
  right: 6%;
}

.sec-about {
  position: relative;
  padding:90px 0 120px;
  background: #1171B9;
  text-align: center;
  color:#fff;
}
.sec-about:before {
  content:"";
  position: absolute;
  top:-190px;
  left: 0;
  width: 100%;
  height: 200px;
  background: no-repeat top center url(../img/bg-wave.svg);
  background-size: 100%;
}
.sec-about>.container {
  position: relative;
  z-index: 3;
}

.sec-about .desc {
  font-weight: bold;
  font-size: 25px;
  line-height: 48px;
  margin-bottom: 100px;
}
.sec-about .period {
  margin-bottom: 45px;
}
.sec-about .ptt {
  margin-bottom: 40px;
  position: relative;
}
.sec-about .ptt span {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 2px;
  line-height: 40px;
}
.sec-about .ptt.t1 span {
  color:#172B89;
}
.sec-about .ptt:before {
  content:"";
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin:auto;
  width: 191px;
  height: 75px;
  text-align: center;
}
.sec-about .ptt.t1:before {
  background: no-repeat center url(../img/event-headline-deco-01.svg);
}
.sec-about .ptt.t2:before {
  background: no-repeat center url(../img/event-headline-deco-02.svg);
}
.sec-about .ptt:before {
  background-size: 100%!important;
}
.sec-about .pn {
  font-size: 46px;
  line-height: 80px;
  font-weight: bold;
}
.sec-about .pn .b {
  font-size: 70px;
}
.sec-about .pn .be {
  font-size: 54px;
  margin:0 10px;
}
.sec-about .pn .w {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  margin-left: 8px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #172B89;
  font-size: 36px;
  line-height: 60px;
}
.sec-about .pn .w.sun {
  background: #ED1D25;
}
.sec-about .pn .n-tag {
  display: inline-block;
  background: #fff;
  color:#ED1D25;
  font-size: 22px;
  line-height: 30px;
  padding:4px 15px;
  vertical-align: middle;
  margin-top: -22px;
  margin-left: 10px;
}
.d-line .note {
  margin-top: 8px;
  font-size: 15px;
}


main .sec-c {
  position: relative;
  z-index: 4;
  padding:120px 0 340px;
}
main .sec-c.how-join {
  background: #1683D4;
  padding-bottom: 60px;
}
.how-join .c-tt h2 {
  color:#fff;
}
.how-box {
  position: relative;
  background: #fff;
  border-radius: 74px;
  padding: 94px;
}
.how-box .nuoh-img {
  position: absolute;
  right: -110px;
  top:-220px;
}
.h-item {
  position: relative;
  padding-bottom: 70px;
  margin-bottom: 70px;
}
.h-item.i1 {
  padding-top: 50px;
}
.h-item:before {
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #707070;
}
.h-item:after {
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  margin: auto;

  background: #fff;
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-color:  transparent transparent #707070 #707070;
  transform: rotate(-45deg);
}
.h-item.i3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.h-item.i3:before,
.h-item.i3:after {
  content:none;
}
.h-item>.row {
  max-width: 730px;
  margin: auto;
}
.h-item .h-cont {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.h-item .n {
  background: #66D5DE;
  text-align: center;
  color:#fff;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  padding:6px;
  margin-bottom: 38px;
}
.h-item .h-cont .txt {
  font-size: 17px;
  margin-bottom: 34px;
  font-weight: 600;
}
.h-cont .note {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
}
.h-cont .note.n1 {
  margin-top: -20px;
}
.h-cont .btn-dl {
  position: relative;
  background: #172B89;
  color:#fff;
  border-radius: 26px;
  font-weight: bold;
  width: 100%;
  padding:12px 30px;
  text-align: left;
}
.h-cont .btn-dl:after {
  content:"";
  position: absolute;
  right: 18px;
  top:50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;

}
.h-cont .btn-dl:hover {
  text-decoration: none;
  background: #4559B7;
}

.cont-prizes {
  padding-top: 140px;
}
.cont-prizes>.row {
  margin:0 -28px;
}
.cont-prizes>.row>div {
  padding:0 28px;
  margin-bottom: 45px;
}
.pri-box {
  position: relative;
  background: #fff;
  height: 100%;
  border-radius: 14px;
}
.pri-box .ob {
  position: relative;
  background: #C3EDFF;
  border-radius: 14px 14px 0 0;
  padding:20px 15px;
  padding-left: 120px;
  font-size: 35px;
  line-height: 38px;
  color:#1683D4;
  font-weight: bold;
}
.pri-box .ob .num {
  font-size: 50px;
  line-height: 54px;
}
.pri-box .ob .lb {
  position: absolute;
  top:-10px;
  left: 22px;
}
.pri-box .pri-cont {
  padding:20px 20px 28px;
  text-align: center;
  font-weight: bold;
}
.pri-cont .p-desc {
  font-size: 30px;
  line-height: 42px;
  margin:14px auto 20px;
}
.pri-cont .p-desc .d1 {
  font-size: 35px;
}
.pri-cont .p-limit {
  position: relative;
  display: inline-block;
  font-size: 30px;
  padding-bottom: 12px;
}
.pri-cont .p-limit:after {
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin:auto;
  height: 6px;
  width: 100%;
  background: #C3EDFF;
}
.pri-cont .p-limit .limit-n {
  font-size: 45px;
}
.p-c .pri-cont .p-desc .d2 {
  font-size: 25px;
}
.btm-nuo {
  position: relative;
  text-align: center;
}
.btm-nuo:after {
  content:"";
  position: absolute;
  bottom: 60px;
  right: -8%;
  width: 67px;
  height: 203px;
  background: no-repeat center url(../img/water-bubbles-01.svg);
  background-size: 100%;
}

.sec-c.st-spot {
  position: relative;
  background: #a2e2ff;
  padding:100px 0;
}
.sec-c.st-spot:before {
  content:"";
  position: absolute;
  top:-49px;
  left: 0;
  width: 100%;
  height: 50px;
  background: no-repeat bottom center url(../img/bg-wave-03.svg);
  background-size: 100%;
}

.spot-map {
  text-align: center;
  margin-bottom: 150px;
}
.st-spot .row-spot {
  margin:0 -25px;
}
.st-spot .row-spot>div {
  padding:0 25px;
  margin-bottom: 88px;
}
.sp-box {
  position: relative;
  background: #fff;
  border-radius: 12px;
  height: 100%;
  padding:18px 14px;
}
.sp-box .num {
  position: absolute;
  width: 50px;
  height: 50px;
  border:4px solid #fff;
  border-radius: 50%;
  left: -5px;
  top:-14px;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  line-height: 40px;
  color:#fff;
  background: #E50111;
}
.sp-box .thumb {
  text-align: center;
}
.sp-box .thumb .city {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  margin:14px auto 8px;
}
.sp-box .info {
  font-size: 15px;
  line-height: 18px;
  padding:0 0 0 10px;
}
.sp-box .info .dt {
  padding-left: 26px;
  position: relative;
  margin-bottom: 10px;
}
.sp-box .info .th {
  position: absolute;
  display: inline-block;
  padding:1px 2px;
  top:0;
  left:0;
  color:#fff;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  width: 19px;
  height: 19px;
  background: #1683D4;
}
.sp-box .r-note {
  font-size: 14px;
  line-height: 18px;
  color:#FF0000;
  padding:0 18px;
}
.row-spot .c-nuoh {
  position: relative;
  display: flex;
  height: 100%;
  align-items: end;
}
.row-spot .c-nuoh img {
  position: relative;
  max-width: none;
  left: 50%;
  transform: translateX(-44%);
  bottom: -10px;
}
.cont-whatpoke {
  padding-top: 100px;
  padding-bottom: 30px;
}
.what-pokefuta {
  max-width: 860px;
  margin:auto;
  background: #fff;
  border-radius: 15px;
  border:4px solid #319B39;
  padding:65px 70px;
}
.what-pokefuta .t {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 14px;
  color:#319B39;
}
.what-pokefuta .desc .txt {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 20px;
}
.what-pokefuta .btn-pokefuta {
  position: relative;
  display: inline-block;
  width:370px;
  text-align: center;
  color:#fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  border-radius: 18px;
  background: #319B39;
  padding:4px;
}
.what-pokefuta .btn-pokefuta:hover {
  text-decoration: none;
  background: #46AD4E;
}

/* footer  */
footer {
  position: relative;
}
footer:after {
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin:auto;
  height:155px;
  width: 100%;
  background: no-repeat bottom center url(../img/wave-footer.svg);
  background-size: 100%;
}
footer .f-inner {
  position: relative;
  padding:100px 0 150px;
}
.f-inner:before,.f-inner:after {
  content:"";
  position: absolute;
}
.f-inner:before {
  background: no-repeat center url(../img/water-bubbles-02.svg);
  background-size: 100%;
  left: 60px;
  bottom: 34%;
  width: 59px;
  height: 91px;
}
.f-inner:after {
  background: no-repeat center url(../img/water-bubbles-01.svg);
  background-size: 100%;
  right: 60px;
  bottom: 42%;
  width: 34px;
  height: 105px;
}
.f-copy {
  align-items: center;
  justify-content: center;
}
.f-copy span {
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  margin-left: 20px;
}

@media (max-width:1299px) {
  .top-v .inn {
    min-height: unset;
  }
  .top-v .pf.m1 {
    top:11%;
    left: 5%;
  }
  .top-v .pf.m2 {
    top: 12%;
    right: 5%;
  }
  .top-v .pf.m3 {
    left:4%;
  }
  .top-v .pf.m4 {
    right:2%;
  }
  .nuo-tt {
    max-width: 800px;
  }
}
@media (max-width:1199px) {
  .nav-site>.container-fluid {
    padding: 0 20px;
  }
  .nav-t-menu .nav-item {
    padding:0 8px;
  }
  .nav-t-menu .nav-item.nv-last {
    padding-right: 0;
  }

  .top-v .inn {
    min-height: 1060px;
  }
  .top-v .pf.m1 {
    max-width: 280px;
  }
  .top-v .pf.m2 {
    max-width: 260px;
  }
  .top-v .pf.m3 {
    max-width: 250px;
  }
  .top-v .pf.m4 {
    max-width: 270px;
  }

  .nuo-tt {
    max-width: 680px;
    top:18%;
  }
  .top-v .btn-w-nuoh {
    bottom: 20%;
  }

  .c-tt h2 {
    font-size: 36px;
    padding-left: 60px;
  }
  .c-tt h2:before {
    width: 44px;
    height: 44px;
  }

  .how-box .nuoh-img {
    max-width: 320px;
    top:-160px;
  }

  .cont-prizes>.row {
    margin:0 -20px;
  }
  .cont-prizes>.row>div {
    padding: 0 20px;
  }
  .pri-box .ob {
    padding-left: 115px;
    padding-right: 8px;
  }
  .pri-box .ob .lb {
    left: 18px;
  }
  .pri-box .pri-cont {
    padding:20px 14px 24px;
  }
  .pri-cont .p-desc,
  .p-c .pri-cont .p-desc .d2 {
    font-size: 22px;
    line-height: 38px;
  }
  .pri-cont .p-desc .d1 {
    font-size: 30px;
  }
  .btm-nuo:after {
    right: 2%;
  }
  .st-spot .row-spot {
    margin:0 -14px;
  }
  .st-spot .row-spot>div {
    padding:0 14px;
  }
  .row-spot .c-nuoh img {
    max-width: 300px;
  }
}
@media (max-width:992px) {
  .nav-site {
    padding:0;
    border-radius: 0;
  }
  .nav-site>.container-fluid {
    padding-right: 0;
  }
  .navbar-brand {
    padding:10px 0;
  }
  .navbar-brand img {
    max-width: 116px;
  }

  .nav-site .navbar-toggler,
  .nav-site .navbar-toggler:focus,
  .nav-site .navbar-toggler:active {
    border: none;
    outline: none;
    box-shadow: none;
  }
  .nav-site .navbar-toggler {
    position: relative;
    top: 0;
    right: 0;
    color:transparent;
    padding:0;
    border:none;
    background: #1683D4;
    border-radius: 0;
    width: 100px;
    height: 70px;
    color:#fff;
    font-size: 11px;
    line-height: 12px;
    font-weight: bold;
    text-align: center;
  }
  .nav-site .navbar-toggler .m-txt {
    position: absolute;
    left: 0;
    right: 0;
    margin:auto;
    bottom: 10px;
  }
  .nav-site .navbar-toggler-icon {
    background-image: url(../img/sp/btn-menu-default.svg);
    width: 36px;
    height: 24px;
    margin-top: -20px;
  }
  .nav-site .close {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    margin-top: -20px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../img/sp/btn-menu-close.svg);
    opacity: 1;
  }
  .navbar-toggler.collapsed>.close,.navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
  }
 .nav-site #site-navbar-collapse {
    position: fixed;
    background: rgba(22, 131, 212, 0.95);
    top: 70px;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100vh - 70px);
    z-index: 100;
    padding: 20px 18px;
    transition: none;
    overflow-y: scroll;
    color:#fff;
  }

  .nav-site .nav-t-menu {
    max-width: 230px;
    margin:30px auto 0;
  }
  .nav-t-menu .nav-item,
  .nav-t-menu .nav-item.nv-last {
    border-right: none;
    border-bottom: 1px solid #fff;
    padding:0;
  }
  .nav-site .nav-link {
    font-weight: bold;
    color:#fff;
    padding:12px;
  }
  .nav-t-menu .c-nuoh {
    margin-top: 40px;
    text-align: center;
  }
  #gotop-btn {
    right: 20px;
    bottom: 20px;
  }
  #gotop-btn a, #gotop-btn a:visited {
    width: 60px;
    height: 60px;
  }

  .top-v .inn {
    min-height: 900px;
  }
  .top-v .pf.m1 {
    max-width: 200px;
  }
  .top-v .pf.m2 {
    max-width: 180px;
  }
  .top-v .pf.m3 {
    max-width: 170px;
    bottom: 24%;
  }
  .top-v .pf.m4 {
    max-width: 200px;
    bottom: 22%;
  }

  .nuo-tt {
    max-width: 550px;
    top:14%;
  }
  .top-v .btn-w-nuoh {
    bottom: 25%;
  }

  .c-tt h2 {
    margin-bottom: 50px;
  }

  .sec-about {
    padding:30px 0 80px;
  }
  .sec-about:before {
    top:-140px;
    height: 150px;
  }

  .sec-about .pn {
    font-size: 38px;
    line-height: 70px;
  }
  .sec-about .pn .b {
    font-size: 62px;
  }
  .sec-about .pn .be {
    font-size: 38px;
  }
  .sec-about .pn .w {
    font-size: 28px;
    line-height: 50px;
    width: 50px;
    height: 50px;
  }

  main .sec-c.how-join {
    padding:60px 0 ;
  }
  .how-box {
    border-radius: 30px;
    padding:30px;
  }
  .how-join .c-tt h2 {
    margin-bottom: 100px;
  }
  .how-join .cont-prizes .c-tt h2 {
    margin-bottom: 50px;
  }
  .how-box .nuoh-img {
    max-width: 180px;
    top: -100px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .btm-nuo img {
    max-width: 400px;
  }
  .what-pokefuta {
    padding:30px;
  }
  .f-inner:before {
    left: 30px;
    bottom: 18%;
    width: 45px;
    height: 74px;
  }
  .f-inner:after {
    right: 30px;
    bottom: 15%;
    width: 26px;
    height: 90px;
  }
}
@media (max-width:767px) {
  .navbar-brand {
    padding:6px 0;
  }
  .navbar-brand img {
    max-width: 122px;
  }

  #gotop-btn {
    right: 15px;
    bottom: 15px;
  }
  #gotop-btn a, #gotop-btn a:visited {
    width: 50px;
    height: 50px;
  }

  .top-v .bg-deco {
    top:45px;
  }
  .top-v .inn {
    min-height:540px;
  }
  .top-v .pf.m1 {
    max-width: 113px;
    top:22vw;
  }
  .top-v .pf.m2 {
    max-width: 98px;
    top:25vw;
  }
  .top-v .pf.m3 {
    max-width: 92px;
    bottom: 10%;
  }
  .top-v .pf.m4 {
    max-width: 108px;
    bottom: 9%;
  }
  .nuo-tt {
    top:35vw;
  }
  .top-v .btn-w-nuoh {
    bottom: 16vw;
    width: 150px;
  }

  .sec-about {
    padding:26px 0;
  }
  .sec-about:before {
    top:-50px;
    height: 60px;
    background: no-repeat top center url(../img/sp/bg-wave.svg);
  }
  .sec-about .desc {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 38px;
  }
  .sec-about .period {
    margin-bottom: 12px;
  }
  .sec-about .ptt {
    margin-bottom: 6px;
  }
  .sec-about .ptt span {
    font-size: 15px;
    line-height: 22px;
  }
  .sec-about .ptt:before {
    width: 84px;
    height: 33px;
  }
  .sec-about .pn {
    font-size: 18px;
    line-height: 40px;
  }
  .sec-about .pn .b {
    font-size: 28px;
  }
  .sec-about .pn .w {
    font-size: 15px;
    line-height: 24px;
    width: 25px;
    height: 25px;
  }
  .sec-about .pn .be {
    font-size: 18px;
    margin: 0 4px;
  }
  .sec-about .pn .n-tag {
    font-size: 14px;
    line-height: 20px;
    padding:2px 6px;
    margin-top:-6px;
  }
  .d-line .note {
    font-size: 14px;
    line-height: 18px;
    margin-top: 4px;
  }
  .c-tt h2 {
    font-size: 22px;
    line-height: 26px;
    padding-left: 30px;
  }
  .c-tt h2:before {
    width: 24px;
    height: 24px;
  }
  main .sec-c.how-join {
    padding:30px 0;
  }
  .how-join .c-tt h2 {
    margin-bottom: 60px;
  }
  .how-box .nuoh-img {
    max-width: 130px;
    top:-52px;
  }
  .h-item {
    padding-bottom: 0;
    margin-bottom: 50px;
  }
  .h-item>.row {
    max-width: unset;
    margin:0 -12px;
  }
  .h-item:before,.h-item:after {
    content:none;
  }
  .h-item figure {
    text-align: center;
  }
  .h-item .n {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 28px;
    padding:5px;
  }
  .h-item .h-cont .txt {
    margin-bottom: 18px;
  }
  .h-cont .btn-dl {
    text-align: center;
    border-radius: 30px;
    padding:8px;
  }
  .h-cont .btn-dl:after {
    border-left: 14px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    right: 25px;
  }
  .h-cont .note.n1 {
    margin-top: 0;
  }
  .cont-prizes {
    padding-top:50px;
  }
  .how-join .cont-prizes .c-tt h2 {
    margin-bottom: 40px;
  }
  .cont-prizes>.row {
    margin:0 -12px;
  }
  .cont-prizes>.row>div {
    padding:0 12px;
    margin-bottom: 40px;
  }
  .pri-box .ob {
    font-size: 32px;
    padding-left: 120px;
  }
  .pri-box .ob .lb {
    left: 24px;
  }
  .pri-box .ob .num {
    font-size: 46px;
    line-height: 50px;
  }
  .pri-box .pri-cont {
    padding-bottom: 28px;
  }
  .pri-cont .p-desc  {
    font-size: 28px;
  }
  .pri-cont .p-desc .d1 {
    font-size: 34px;
    line-height: 40px;
  }
  .btm-nuo img {
    max-width: 240px;
  }
  .btm-nuo:after {
    width: 32px;
    height: 101px;
    bottom: 10px;
  }
  .sec-c.st-spot {
    padding:60px 0;
  }
  .sec-c.st-spot:before {
    top:-29px;
    height: 30px;
    background-size:170%;
    background-position-x:41%;
  }
  .spot-map {
    margin-bottom: 60px;
  }
  .st-spot .row-spot {
    margin:0 -8px;
  }
  .st-spot .row-spot>div {
    padding:0 8px;
    margin-bottom: 28px;
  }
  .sp-box .num {
    font-size: 18px;
    line-height: 28px;
    width: 38px;
    height: 38px;
    top:-12px;
  }
  .sp-box .thumb .city {
    font-size: 14px;
    line-height: 18px;
    margin:8px auto;
  }
  .sp-box .info {
    font-size: 12px;
    line-height: 16px;
    padding:0;
  }
  .sp-box .info .dt {
    padding-left: 22px;
  }
  .sp-box .info .th {
    font-size: 12px;
    line-height: 15px;
    width: 16px;
    height: 16px;
  }
  .sp-box .r-note {
    font-size: 12px;
    line-height: 16px;
    padding:0;
  }
  .row-spot .c-nuoh img {
    max-width: 200px;
    bottom: -5px;
  }
  .what-pokefuta figure {
    text-align: center;
    margin-bottom: 15px;
  }
  .what-pokefuta figure img {
    margin-right: -22px;
  }
  .what-pokefuta .t {
    text-align: center;
  }

  .what-pokefuta .btn-pokefuta {
    position: relative;
    width: 90%;
    margin:auto;
    font-size: 15px;
    line-height: 20px;
    border-radius: 36px;
    padding:12px;
  }
  .what-pokefuta .btn-pokefuta:after {
    content:"";
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    border-left: 14px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    right: 25px;
  }

  footer .f-inner {
    padding:50px 0 90px;
  }
  .f-inner:before {
    content: none;
  }
  .f-inner:after {
    width: 14px;
    height: 43px;
    right: 15px;
    bottom: 26%;
    background: no-repeat center url(../img/sp/water-bubbles-footer.svg);
    background-size: 100%;
  }
  footer:after {
    background: no-repeat bottom center url(../img/sp/bg-wave-footer.svg);
    background-size: 162%;
    bottom: -1px;
  }
  .f-copy img {
    max-width: 70px;
  }
  .f-copy span {
    margin-left: 8px;
    font-size: 9px;
    line-height: 12px;
  }
}
@media (max-width: 390px) {
  .top-v .btn-w-nuoh {
    bottom: 19vw;
  }
}