@charset "UTF-8";

/* ========================================
  common
======================================== */
.l-main {
  background: url(../images/adventure/header_bg_sp.png) no-repeat 0 0;
  background-size: 63.46666666666667% auto; /* 476 / 750 * 100 */
}
@media screen and (min-width: 760px) {
  .l-main {
    background: url(../images/adventure/header_bg_pc.png) no-repeat 0 0;
    background-size: 50.10416666666667% auto; /* 962 / 1920 * 100 */
  }
}
.p-adventure_wrap {
  padding-bottom: 0;
  margin-bottom: -5%;
}
@media screen and (min-width: 760px) {
  .p-adventure_wrap {
    margin-bottom: 0;
  }
  .p-adventure_wrap img {
    width: 100% !important;
  }
}
.l-footer {
  position: relative;
}


/* ========================================
  mv
======================================== */
.p-adventure-mv {
  position: relative;
}
@media screen and (min-width: 760px) {
  .p-adventure-mv {
    width: 57.291666666666664%; /* 1100 / 1920 * 100 */
    margin: 0 auto;
  }
  .is-tablet .p-adventure-mv {
    min-width: 700px;
  }
}
.p-adventure_tl {
  position: relative;
  width: 61.73333333333333%; /* 463 / 750 * 100 */
  margin: 0 auto;
  z-index: 10;
}
@media screen and (min-width: 760px) {
  .p-adventure_tl {
    width: 42.18181818181818%; /* 464 / 1100 * 100 */
    margin: 0 0 0 -0.27272727272727276%; /* -3 / 1100 * 100 */
  }
}
.mv_chara {
  position: relative;
  width: 90.53333333333333%; /* 679 / 750 * 100 */
  margin-left: 4.666666666666667%; /* 35 / 750 * 100 */
}
@media screen and (min-width: 760px) {
  .mv_chara {
    position: absolute;
    top: -40px;
    right: -11.272727272727273%; /* -124 / 1100 * 100 */
    width: 69%; /* 759 / 1100 * 100 */
  }
}

/* ========================================
  adventure01
======================================== */
.p-adventure01 {
  margin-bottom: 10%;
}
@media screen and (min-width: 760px) {
  .p-adventure01 {
    width: 57.291666666666664%; /* 1100 / 1920 * 100 */
    margin: 0 auto 5%;
  }
  .is-tablet .p-adventure01 {
    min-width: 700px;
  }
}
@media screen and (min-width: 760px) {
  .p-adventure01_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
  }
}
.p-adventure01_item01 {
  width: 97.2%; /* 729 / 750 * 100 */
}
@media screen and (min-width: 760px) {
  .p-adventure01_item01 {
    width: 62.63636363636363%; /* 689 / 1100 * 100 */
    margin-right: 1.1818181818181819%; /* 13 / 1100 * 100 */
    margin-left: -13.727272727272727%; /* 151 / 1100 * 100 */
  }
}
.p-adventure01_item02 {
  width: 98.8%; /* 741 / 750 * 100 */
  margin-left: 1.2%; /* 9 / 750 * 100 */
}
@media screen and (min-width: 760px) {
  .p-adventure01_item02 {
    width: 62.909090909090914%; /* 692 / 1100 * 100 */
    margin-right: -13.727272727272727%; /* 151 / 1100 * 100 */
    margin-left: 1.1818181818181819%; /* 13 / 1100 * 100 */
  }
}
.p-adventure01_lead {
  color: #003755;
  font-size: 3.733333333333334vw;/* 28 / 750 * 100 */
  font-weight: 900;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 760px) {
  .p-adventure01_lead {
    margin-top: -7%;
    font-size: 1.25vw;/* 24 / 1920 * 100 */
    line-height: 1.7;
  }
}
.is-tablet .p-adventure01_lead {
  font-size: 100%;
}

/* ========================================
  koopa01
======================================== */
.p-koopa01 {
  position: relative;
  background: url(../images/adventure/koopa01_bg.png) repeat 0 0;
  background-size: auto;
}
.p-koopa01_head {
  position: absolute;
  top: -3.3333333333333335vw; /* 25 / 750 * 100 */
  width: 100%;
  padding-top: 5.866666666666666vw; /* 44 / 750 * 100 */
  background: url(../images/adventure/koopa01_line_sp.png) repeat-x 50% 0;
  background-size: 100% auto;
}
@media screen and (min-width: 760px) {
  .p-koopa01_head {
    top: -29px;
    padding-top: 44px;
    background: url(../images/adventure/koopa01_line_pc.png) repeat-x 50% 0;
    background-size: auto;
  }
}
@media screen and (min-width: 1921px) {
  .p-koopa01_head {
    top: -1.5%;
    padding-top: 2.6%;
    background-size: 100% auto;
  }
}
.p-koopa01_content {
  padding-top: 10vw; /* 75 / 750 * 100 */
  padding-bottom: 10vw; /* 75 / 750 * 100 */
}
@media screen and (min-width: 760px) {
  .p-koopa01_content {
    width: 100%;
    padding-top: 55px;
    padding-bottom: 60px;
    background: url(../images/adventure/koopa01_deco_bg_pc.png) no-repeat 50% 0;
    background-size: cover;
  }
}
.is-tablet .p-koopa01_content {
  background: none;
}
@media screen and (min-width: 760px) {
  .p-koopa01_content_inner {
    width: 57.291666666666664%; /* 1100 / 1920 * 100 */
    margin: 0 auto;
  }
  .is-tablet .p-koopa01_content_inner {
    min-width: 700px;
  }
}
@media screen and (min-width: 1921px) {
  .p-koopa01_content_inner {
    padding: 2% 0;
  }
}
.p-koopa01-wrap01 {
  margin-bottom: 0;
  width: 100%;
}
@media screen and (min-width: 760px) {
  .p-koopa01-wrap01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 0;
    width: 96.36363636363636%; /* 1060 / 1100 * 100 */
    margin: 0 auto 3%;
  }
}
@media screen and (min-width: 760px) {
  .p-koopa01-box01 {
    width: 55.660377358490564%; /* 590 / 1060 * 100 */
  }
}
.p-koopa01_h {
  width: 75.73333333333333%; /* 568 / 750 * 100 */
  margin: 0 auto;
}
@media screen and (min-width: 760px) {
  .p-koopa01_h {
    width: 96.27118644067797%; /* 568 / 590 * 100 */
    margin-top: 5%;
    margin-right: 0;
    margin-left: 0;
  }
}
.p-koopa01_lead {
  margin-bottom: 5%;
  color: #fff;
  font-size: 3.733333333333334vw;/* 28 / 750 * 100 */
  font-weight: 900;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 760px) {
  .p-koopa01_lead {
    position: relative;
    margin-bottom: 0;
    font-size: 1.25vw;/* 24 / 1920 * 100 */
    line-height: 1.7;
    text-align: left;
  }
}
.is-tablet .p-koopa01_lead {
  font-size: 100%;
}
.p-koopa01_img {
  display: none;
}
@media screen and (min-width: 760px) {
  .p-koopa01_img {
    display: block;
    width: 44.62264150943396%; /* 473 / 1060 * 100 */
  }
}

/* p-inside */
.p-inside {
  position: relative;
  width: 93.33333333333333%; /* 700 / 750 * 100 */
  margin: 0 auto;
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #fff;
  border-radius: 30px;
}
@media screen and (min-width: 760px) {
  .p-inside {
    width: 96.36363636363636%; /* 1060 / 1100 * 100 */
  }
}
.p-inside_h {
  width: 58.42857142857143%; /* 409 / 700 * 100 */
  margin: 0 auto 7%;
}
@media screen and (min-width: 760px) {
  .p-inside_h {
    width: 38.58490566037736%; /* 409 / 1060 * 100 */
    margin: 0 auto 3%;
  }
}
@media screen and (min-width: 760px) {
  .p-inside-pc_wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      width: 100%;
  }
}
.p-inside-content-pc {
  display: none;
  position: relative;
}
@media screen and (min-width: 760px) {
  .p-inside-content-pc {
    display: block;
    width: 44.056603773584904%; /* 467 / 1060 * 100 */
    margin-right: 4.339622641509433%; /* 46 / 1060 * 100 */
    margin-left: 3.1132075471698113%; /* 33 / 1060 * 100 */
  }
}
@media screen and (min-width: 760px) {
  .p-inside-content-pc_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .p-inside-content-pc_inner:first-child {
    position: static;
  }
  .p-inside-content-pc_inner.is-show {
    opacity: 1;
  }
  .p-inside-content-pc_h {
    margin-top: -3%;
    margin-bottom: 2%;
    padding-bottom: 4%;
    background: url(../images/adventure/inside_content_line_pc.png) no-repeat 0 100%;
    background-size: 100% auto;
  }
  .p-inside-content-pc_lead {
    min-height: 9em;
    color: #003755;
    font-size: 1.25vw;/* 24 / 1920 * 100 */
    font-weight: 900;
    line-height: 1.7;
    margin-right: 3.2119914346895073%; /* 15 / 467 * 100 */
    margin-bottom: 2%;
    margin-left: 3.2119914346895073%; /* 15 / 467 * 100 */
  }
  .is-tablet .p-inside-content-pc_lead {
    font-size: 100%;
  }
  .p-inside-content-pc_img {
    width: 91.64882226980728%; /* 428 / 467 * 100 */
    margin-left: 3.2119914346895073%; /* 15 / 467 * 100 */
  }
  .p-inside-content-pc_prev,
  .p-inside-content-pc_next {
    position: absolute;
    top: 42%;
    width: 15.41756%;
    cursor: pointer;
  }
  .p-inside-content-pc_prev {
    left: -14%;
  }
  .p-inside-content-pc_next {
    right: -14%;
  }
}
.p-inside-map-sp {
  position: relative;
  display: block;
  width: 83%; /* 581 / 700 * 100 */
  margin: 0 auto;
}
@media screen and (min-width: 760px) {
  .p-inside-map-sp {
    display: none;
  }
}
.p-inside-map-pc {
  position: relative;
  display: none;
}
@media screen and (min-width: 760px) {
  .p-inside-map-pc {
    display: block;
    width: 42.45283018867924%; /* 450 / 1060 * 100 */
    margin-right: 0;
    margin-left: 6.132075471698113%; /* 65 / 1060 * 100 */
  }
}
.p-inside-fukidashi {
  position: absolute;
  top: 12%;
  left: -2.571428571428571%; /* 18 / 700 * 100 */
  width: 62.57142857142857%; /* 438 / 700 * 100 */
}
@media screen and (min-width: 760px) {
  .p-inside-fukidashi {
    top: 10%;
    left: -6.60377358490566%; /* 70 / 1060 * 100 */
    width: 35.094339622641506%; /* 372 / 1060 * 100 */
  }
}
.p-inside-map-sp_num01 {
  position: absolute;
  top: 26.867816091954023%; /* 187 / 696 * 100 */
  left: 42.857142857142854%; /* 249 / 581 * 100 */
  width: 14.457831325301203%; /* 84 / 581 * 100 */
  cursor: pointer;
}
.p-inside-map-sp_num02 {
  position: absolute;
  top: 43.82183908045977%; /* 305 / 696 * 100 */
  left: 44.23407917383821%; /* 257 / 581 * 100 */
  width: 14.457831325301203%; /* 84 / 581 * 100 */
  cursor: pointer;
}
.p-inside-map-sp_num03 {
  position: absolute;
  top: 48.99425287356322%; /* 341 / 696 * 100 */
  left: 16.69535283993115%; /* 97 / 581 * 100 */
  width: 14.285714285714285%; /* 83 / 581 * 100 */
  cursor: pointer;
}
.p-inside-map-sp_num04 {
  position: absolute;
  top: 54.88505747126437%; /* 382 / 696 * 100 */
  left: 29.604130808950085%; /* 172 / 581 * 100 */
  width: 14.457831325301203%; /* 84 / 581 * 100 */
  cursor: pointer;
}
.p-inside-map-sp_num05 {
  position: absolute;
  top: 53.01724137931034%; /* 369 / 696 * 100 */
  left: 42.51290877796902%; /* 247 / 581 * 100 */
  width: 14.457831325301203%; /* 84 / 581 * 100 */
  cursor: pointer;
}
.p-inside-map-sp_num06 {
  position: absolute;
  top: 62.5%; /* 435 / 696 * 100 */
  left: 40.61962134251291%; /* 236 / 581 * 100 */
  width: 14.457831325301203%; /* 84 / 581 * 100 */
  cursor: pointer;
}
.p-inside-map-sp_num07 {
  position: absolute;
  top: 71.98275862068965%; /* 501 / 696 * 100 */
  left: 41.30808950086058%; /* 240 / 581 * 100 */
  width: 14.457831325301203%; /* 84 / 581 * 100 */
  cursor: pointer;
}
@media screen and (min-width: 760px) {
  .p-inside-map-pc_num01 {
    position: absolute;
    top: 27.037037037037038%; /* 146 / 540 * 100 */
    left: 42.888888888888886%; /* 193 / 450 * 100 */
    width: 14.888888888888888%; /* 67 / 450 * 100 */
    cursor: pointer;
  }
  .p-inside-map-pc_num02 {
    position: absolute;
    top: 43.7037037037037%; /* 236 / 540 * 100 */
    left: 43.77777777777778%; /* 197 / 450 * 100 */
    width: 14.888888888888888%; /* 67 / 450 * 100 */
    cursor: pointer;
  }
  .p-inside-map-pc_num03 {
    position: absolute;
    top: 48.148148148148145%; /* 260 / 540 * 100 */
    left: 15.555555555555555%; /* 70 / 450 * 100 */
    width: 14.888888888888888%; /* 67 / 450 * 100 */
    cursor: pointer;
  }
  .p-inside-map-pc_num04 {
    position: absolute;
    top: 55.00000000000001%; /* 297 / 540 * 100 */
    left: 29.333333333333332%; /* 132 / 450 * 100 */
    width: 14.888888888888888%; /* 67 / 450 * 100 */
    cursor: pointer;
  }
  .p-inside-map-pc_num05 {
    position: absolute;
    top: 52.96296296296297%; /* 286 / 540 * 100 */
    left: 42%; /* 189 / 450 * 100 */
    width: 14.666666666666666%; /* 66 / 450 * 100 */
    cursor: pointer;
  }
  .p-inside-map-pc_num06 {
    position: absolute;
    top: 61.85185185185185%; /* 334 / 540 * 100 */
    left: 40%; /* 180 / 450 * 100 */
    width: 14.888888888888888%; /* 67 / 450 * 100 */
    cursor: pointer;
  }
  .p-inside-map-pc_num07 {
    position: absolute;
    top: 71.29629629629629%; /* 385 / 540 * 100 */
    left: 40.44444444444444%; /* 182 / 450 * 100 */
    width: 14.888888888888888%; /* 67 / 450 * 100 */
    cursor: pointer;
  }
}

/* p-powerup */
.p-powerup-fukidashi {
  width: 72.26666666666667%; /* 542 / 750 * 100 */
  margin-left: 20.933333333333334%; /* 157 / 750 * 100 */
  margin-bottom: 2%;
}
@media screen and (min-width: 760px) {
  .p-powerup-fukidashi {
    width: 49.27272727272727%; /* 542 / 1100 * 100 */
    margin-left: 31.454545454545457%; /* 346 / 1100 * 100 */
    margin-bottom: 0;
  }
}
.p-powerup_h {
  width: 23.066666666666666%; /* 173 / 750 * 100 */
  margin-left: 19.733333333333334%; /* 148 / 750 * 100 */
  margin-bottom: 2%;
}
@media screen and (min-width: 760px) {
  .p-powerup_h {
    width: 15.727272727272728%; /* 173 / 1100 * 100 */
    margin-left: 7.727272727272727%; /* 85 / 1100 * 100 */
  }
}
.p-powerup_list {
  margin-bottom: 7%;
}
@media screen and (min-width: 760px) {
  .p-powerup_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 5%;
  }
}
@media screen and (min-width: 760px) {
  .p-powerup_item01 {
    position: relative;
    width: 42.18181818181818%; /* 464 / 1100 * 100 */
    margin-right: 1.1818181818181819%; /* 13 / 1100 * 100 */
    margin-left: 6.909090909090909%; /* 76 / 1100 * 100 */
  }
}
.p-powerup_item01_img {
  width: 61.86666666666667%; /* 464 / 750 * 100 */
  margin: 0 auto 2%;
}
@media screen and (min-width: 760px) {
  .p-powerup_item01_img {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.p-powerup_item01_lead {
  margin-bottom: 2%;
  color: #fff;
  font-size: 3.4666666666666663vw; /* 26 / 750 * 100 */
  font-weight: 900;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 760px) {
  .p-powerup_item01_lead {
    font-size: 1.25vw;/* 24 / 1920 * 100 */
    line-height: 1.7;
  }
}
.is-tablet .p-powerup_item01_lead {
  font-size: 100%;
}
.p-powerup_item01:after {
  display: block;
  content: "";
  width: 8.533333333333333%; /* 64 / 750 * 100 */
  margin: 0 auto 2%;
  padding-top: 9.5%;
  background: url(../images/adventure/powerup_arrow__sp.png) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (min-width: 760px) {
  .p-powerup_item01:after {
    position: absolute;
    top: 35%;
    right: -10.991379310344827%; /* 51 / 464 * 100 */
    width: 15.086206896551724%; /* 70 / 464 * 100 */
    margin: 0;
    padding-top: 13.5%;
    background: url(../images/adventure/powerup_arrow__pc.png) no-repeat 0 0;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 760px) {
  .p-powerup_item02 {
    width: 42.18181818181818%; /* 464 / 1100 * 100 */
    margin-right: 6.909090909090909%; /* 76 / 1100 * 100 */
    margin-left: 1.1818181818181819%; /* 13 / 1100 * 100 */
  }
}
.p-powerup_item02_img {
  width: 61.86666666666667%; /* 464 / 750 * 100 */
  margin: 0 auto 2%;
}
@media screen and (min-width: 760px) {
  .p-powerup_item02_img {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.p-powerup_item02_lead {
  color: #fff;
  font-size: 3.4666666666666663vw; /* 26 / 750 * 100 */
  font-weight: 900;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 760px) {
  .p-powerup_item02_lead {
    font-size: 1.25vw;/* 24 / 1920 * 100 */
    line-height: 1.7;
  }
}
.is-tablet .p-powerup_item02_lead {
  font-size: 100%;
}
.action-btn {
  width: 82.13333333333334%; /* 616 / 750 * 100 */
  margin: 0 auto;
}
@media screen and (min-width: 760px) {
  .action-btn {
    width: 50%; /* 550 / 1100 * 100 */
  }
}

/* ========================================
  koopa02
======================================== */
.p-koopa02 {
  position: relative;
  background: url(../images/adventure/koopa02_bg.png) repeat 0 0;
  background-size: auto;
}
.p-koopa02_head {
  position: absolute;
  top: -3.3333333333333335vw; /* 25 / 750 * 100 */
  width: 100%;
  padding-top: 5.866666666666666vw; /* 44 / 750 * 100 */
  background: url(../images/adventure/koopa02_line_sp.png) repeat-x 50% 0;
  background-size: 100% auto;
}
@media screen and (min-width: 760px) {
 .p-koopa02_head {
    top: -29px;
    padding-top: 44px;
    background: url(../images/adventure/koopa02_line_pc.png) repeat-x 50% 0;
    background-size: auto;
  }
}
@media screen and (min-width: 1921px) {
  .p-koopa02_head {
    top: -1.5%;
    padding-top: 2.6%;
    background-size: 100% auto;
  }
}
.p-koopa02_content {
  padding-top: 10vw; /* 75 / 750 * 100 */
  padding-bottom: 10vw; /* 75 / 750 * 100 */
}
@media screen and (min-width: 760px) {
  .p-koopa02_content {
    width: 100%;
    padding-top: 55px;
    padding-bottom: 100px;
    background: url(../images/adventure/koopa02_deco_bg_pc.png) no-repeat 50% 0;
    background-size: cover;
  }
}
.is-tablet .p-koopa02_content {
  background: none;
  margin-bottom: -2em;
}
@media screen and (min-width: 1921px) {
  .p-koopa02_content {
    padding: 2% 0;
  }
}
.p-koopa02-wrap01 {
  margin-bottom: 0;
}
@media screen and (min-width: 760px) {
  .p-koopa02-wrap01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 53.125%; /* 1020 / 1920 * 100 */
    margin:  0 auto 3%;
  }
  .is-tablet .p-koopa02-wrap01 {
    min-width: 700px;
  }
}
@media screen and (min-width: 760px) {
  .p-koopa02-box01 {
    width: 52.94117647058824%; /* 540 / 1020 * 100 */
  }
}
.p-koopa02_h {
  width: 60.4%; /* 453 / 750 * 100 */
  margin: 0 auto 3%;
}
@media screen and (min-width: 760px) {
  .p-koopa02_h {
    width: 94.62962962962963%; /* 511 / 540 * 100 */
    margin-top: 3%;
    margin-right: 0;
    margin-left: 0;
  }
}
.p-koopa02_lead {
  margin-bottom: 5%;
  color: #003755;
  font-size: 3.733333333333334vw;/* 28 / 750 * 100 */
  font-weight: 900;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 760px) {
  .p-koopa02_lead {
    position: relative;
    width: 110%;
    margin-bottom: 0;
    font-size: 1.25vw;/* 24 / 1920 * 100 */
    line-height: 1.7;
    text-align: left;
  }
}
.is-tablet .p-koopa02_lead {
  font-size: 100%;
}
.p-koopa02_img {
  display: none;
}
@media screen and (min-width: 760px) {
  .p-koopa02_img {
    display: block;
    width: 46.27450980392157%; /* 472 / 1020 * 100 */
    margin-right: 3.9215686274509802%; /* 40 / 1020 * 100 */
  }
}
/* slide */
.p-koopa02-mv_slide{
  position: relative;
  width: 100%;
  height: 160px;
  background: url(../images/adventure/mv_slide.png) repeat-x;
  background-size: 1600px auto;
  -webkit-animation: mvslide 30s linear infinite;
  animation: mvslide 30s linear infinite;
}
@-webkit-keyframes mvslide {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1600px 0;
  }
}
@keyframes mvslide {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1600px 0;
  }
}

/* slide pc */
@media screen and (min-width: 760px) {
  .p-koopa02-mv_slide {
    width: 100%;
    height: 274px;
    margin-bottom: 2%;
    background: url(../images/adventure/mv_slide.png) repeat-x;
    background-size: 3213px auto;
    -webkit-animation: mvslidepc 30s linear infinite;
    animation: mvslidepc 30s linear infinite;
  }
}
@media screen and (min-width: 760px) and (max-width: 1100px) {
	.p-koopa02-mv_slide{
		background: url(../images/adventure/mv_slide.png) repeat-x;
		background-size: 1600px auto;
		height: 160px;
		-webkit-animation: mvslide 30s linear infinite;
		animation: mvslide 30s linear infinite;
	}
}
@-webkit-keyframes mvslidepc {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -3213px 0;
	}
}
@keyframes mvslidepc {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -3213px 0;
	}
}

/* p-help */
@media screen and (min-width: 760px) {
.p-help {
    width: 57.291666666666664%; /* 1100 / 1920 * 100 */
    margin: 0 auto;
  }
  .is-tablet .p-help {
    min-width: 700px;
  }
}
.p-help-fukidashi {
  width: 72.26666666666667%; /* 542 / 750 * 100 */
  margin-left: 20.933333333333334%; /* 157 / 750 * 100 */
  margin-bottom: 2%;
}
@media screen and (min-width: 760px) {
  .p-help-fukidashi {
    width: 49.27272727272727%; /* 542 / 1100 * 100 */
    margin-left: 31.454545454545457%; /* 346 / 1100 * 100 */
    margin-bottom: 0;
  }
}
.p-help_h {
  width: 23.066666666666666%; /* 173 / 750 * 100 */
  margin-left: 19.733333333333334%; /* 148 / 750 * 100 */
  margin-bottom: 2%;
}
@media screen and (min-width: 760px) {
  .p-help_h {
    width: 15.727272727272728%; /* 173 / 1100 * 100 */
    margin-left: 7.727272727272727%; /* 85 / 1100 * 100 */
  }
}
.p-help_list {
  margin-bottom: 7%;
}
@media screen and (min-width: 760px) {
  .p-help_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 5%;
  }
}
@media screen and (min-width: 760px) {
  .p-help_item01 {
    position: relative;
    width: 42.18181818181818%; /* 464 / 1100 * 100 */
    margin-right: 1.1818181818181819%; /* 13 / 1100 * 100 */
    margin-left: 6.909090909090909%; /* 76 / 1100 * 100 */
  }
}
.p-help_item01_img {
  width: 61.86666666666667%; /* 464 / 750 * 100 */
  margin: 0 auto 2%;
}
@media screen and (min-width: 760px) {
  .p-help_item01_img {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.p-help_item01_lead {
  margin-bottom: 2%;
  color: #003755;
  font-size: 3.4666666666666663vw; /* 26 / 750 * 100 */
  font-weight: 900;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 760px) {
  .p-help_item01_lead {
    font-size: 1.25vw;/* 24 / 1920 * 100 */
    line-height: 1.7;
  }
}
.is-tablet .p-help_item01_lead {
  font-size: 100%;
}
.p-help_item01:after {
  display: block;
  content: "";
  width: 8.533333333333333%; /* 64 / 750 * 100 */
  margin: 0 auto 2%;
  padding-top: 9.5%;
  background: url(../images/adventure/help_arrow__sp.png) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (min-width: 760px) {
  .p-help_item01:after {
    position: absolute;
    top: 35%;
    right: -10.991379310344827%; /* 51 / 464 * 100 */
    width: 15.086206896551724%; /* 70 / 464 * 100 */
    margin: 0;
    padding-top: 13.5%;
    background: url(../images/adventure/help_arrow__pc.png) no-repeat 0 0;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 760px) {
  .p-help_item02 {
    width: 42.18181818181818%; /* 464 / 1100 * 100 */
    margin-right: 6.909090909090909%; /* 76 / 1100 * 100 */
    margin-left: 1.1818181818181819%; /* 13 / 1100 * 100 */
  }
}
.p-help_item02_img {
  width: 61.86666666666667%; /* 464 / 750 * 100 */
  margin: 0 auto 2%;
}
@media screen and (min-width: 760px) {
  .p-help_item02_img {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.p-help_item02_lead {
  color: #003755;
  font-size: 3.4666666666666663vw; /* 26 / 750 * 100 */
  font-weight: 900;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 760px) {
  .p-help_item02_lead {
    font-size: 1.25vw;/* 24 / 1920 * 100 */
    line-height: 1.7;
  }
}
.is-tablet .p-help_item02_lead {
  font-size: 100%;
}
.koopa-btn {
  width: 82.13333333333334%; /* 616 / 750 * 100 */
  margin: 0 auto;
}
@media screen and (min-width: 760px) {
  .koopa-btn {
    width: 50%; /* 550 / 1100 * 100 */
  }
}

/* modal */
.l-modal__wrap {
 /* padding-top: 5%;
  padding-bottom: 5%;
  background-color: #fff;
  border-radius: 30px;*/
}
.l-modal_close {
  position:static;
  width: 26.666666666666668%; /* 200 / 750 * 100 */
  margin: 5% auto 0;
}
.p-inside-content-sp_h {
  width: 80.75757575757576%; /* 533 / 660 * 100 */
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3%;
  padding-bottom: 4%;
  background: url(../images/adventure/inside_content_line_sp.png) no-repeat 0 100%;
  background-size: 100% auto;
}
.p-inside-content-sp_lead {
  width: 80.75757575757576%; /* 533 / 660 * 100 */
  min-height: 8.5em;
  color: #003755;
  font-size: 3.4666666666666663vw;/* 26 / 750 * 100 */
  font-weight: 900;
  line-height: 1.7;
  margin-right: auto;
  margin-bottom: 2%;
  margin-left: auto;
}
.p-inside-content-sp_img {
  width: 80.75757575757576%; /* 533 / 660 * 100 */
  margin: 0 auto;
}
.p-inside-content-sp_img img {
  display: block;
  margin: 0 auto;

}
.l-modal__wrap--box .owl-nav {
  display: block !important;
}
.owl-prev,
.owl-next {
  position: absolute;
  width: 13.50844277673546% !important; /* 72 / 533 * 100 */
  height: 15% !important;
  cursor: pointer;
  z-index: 1000;
}
.owl-prev {
  left: 0 !important;
  background: url(../images/adventure/btn_prev__off.png) no-repeat 0 0;
}
.owl-next {
  right: 0 !important;
  background: url(../images/adventure/btn_next__off.png) no-repeat 0 0;
}
.c-carousel__item {
  width: 88%; /* 660 / 750 * 100 */
  margin: 0 auto;
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #fff;
  border-radius: 30px;
}
.owl-dots {
  display: none !important;
}
