@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, a, dl, dt, dd, ol, ul, li, button, input, textarea, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  line-height: 1;
  font-size: 1.6rem;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

button, [type="button"], [type="reset"], [type="submit"], [role="button"] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button, input {
  overflow: visible;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

button:-moz-focusring, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

a {
  text-decoration: none;
  color: inherit;
}

a:active, a:hover {
  outline-width: 0;
}

a, area, button, [role="button"], input:not([type=range]), label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

ol, ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: normal;
}

hr {
  display: block;
  height: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

code, kbd, pre, samp {
  font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

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

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes line {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes line {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}

@-webkit-keyframes new {
  0% {
    -webkit-transform: scale(1) rotate(15deg);
    transform: scale(1) rotate(15deg);
  }
  15% {
    -webkit-transform: scale(1.2) rotate(15deg);
    transform: scale(1.2) rotate(15deg);
  }
  30% {
    -webkit-transform: scale(1) rotate(15deg);
    transform: scale(1) rotate(15deg);
  }
  45% {
    -webkit-transform: scale(1.2) rotate(15deg);
    transform: scale(1.2) rotate(15deg);
  }
  60% {
    -webkit-transform: scale(1) rotate(15deg);
    transform: scale(1) rotate(15deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(15deg);
    transform: scale(1) rotate(15deg);
  }
}

@keyframes new {
  0% {
    -webkit-transform: scale(1) rotate(15deg);
    transform: scale(1) rotate(15deg);
  }
  15% {
    -webkit-transform: scale(1.2) rotate(15deg);
    transform: scale(1.2) rotate(15deg);
  }
  30% {
    -webkit-transform: scale(1) rotate(15deg);
    transform: scale(1) rotate(15deg);
  }
  45% {
    -webkit-transform: scale(1.2) rotate(15deg);
    transform: scale(1.2) rotate(15deg);
  }
  60% {
    -webkit-transform: scale(1) rotate(15deg);
    transform: scale(1) rotate(15deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(15deg);
    transform: scale(1) rotate(15deg);
  }
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@-webkit-keyframes loop3 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
  }
}

@keyframes loop3 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
  }
}

@-webkit-keyframes mario {
  to {
    background-position: -144px 0px;
  }
}

@keyframes mario {
  to {
    background-position: -144px 0px;
  }
}

@-webkit-keyframes mv_loop1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes mv_loop1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes mv_loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes mv_loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: cubic-bezier(0, 0.22, 0.48, 1);
    animation-timing-function: cubic-bezier(0, 0.22, 0.48, 1);
  }
  50% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-animation-timing-function: cubic-bezier(0.48, 0.01, 1, 0.78);
    animation-timing-function: cubic-bezier(0.48, 0.01, 1, 0.78);
  }
  99% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: cubic-bezier(0.29, 0.47, 0.69, 0.66);
    animation-timing-function: cubic-bezier(0.29, 0.47, 0.69, 0.66);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: cubic-bezier(0, 0.22, 0.48, 1);
    animation-timing-function: cubic-bezier(0, 0.22, 0.48, 1);
  }
  50% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-animation-timing-function: cubic-bezier(0.48, 0.01, 1, 0.78);
    animation-timing-function: cubic-bezier(0.48, 0.01, 1, 0.78);
  }
  99% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: cubic-bezier(0.29, 0.47, 0.69, 0.66);
    animation-timing-function: cubic-bezier(0.29, 0.47, 0.69, 0.66);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes pakkun {
  to {
    background-position: -96px 0px;
  }
}

@keyframes pakkun {
  to {
    background-position: -96px 0px;
  }
}

html, body {
  height: 100%;
}

body.noscroll {
  overflow: hidden;
}

body img {
  vertical-align: bottom;
}

.pc {
  display: inline-block;
}

.sp {
  display: none;
}

.target {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}

.target.action {
  opacity: 1;
}

.lzy {
  opacity: 0;
}

.lzy.action {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 1;
}

.disable-hover {
  pointer-events: none;
}

#wrapper {
  font-family: "YakuHanJPs","Roboto","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Arial,"nc3Jp",sans-serif !important;
  font-weight: bold;
  min-width: 1180px;
}

#wrapper #container {
  overflow: hidden;
}

#wrapper section {
  position: relative;
}

#wrapper section.bg_black {
  background: url(../img/bg_black.gif) repeat 0 0;
}

#wrapper section.bg_dot {
  background: url(../img/bg_dot.png) repeat 0 100%;
}

#wrapper section .inner {
  width: 1180px;
  margin: 0 auto;
  position: relative;
}

#wrapper section .chara {
  position: absolute;
}

#wrapper section .chara img {
  max-width: initial;
}

#wrapper section .chara .main {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

#wrapper section .chara .dot {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  position: absolute;
  opacity: 0;
}

#wrapper section .chara .name {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  position: absolute;
  opacity: 0;
}

#wrapper section .chara.action .dot {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

#wrapper section .chara.action .name {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

#wrapper section .obj {
  position: absolute;
}

#wrapper section .obj img {
  max-width: initial;
}

#wrapper section .description {
  font-size: 1.6rem;
  line-height: 1.54;
  letter-spacing: 0.05em;
}

#wrapper section .clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#wrapper section h2.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#wrapper section h2.icon:before, #wrapper section h2.icon:after {
  background: url(../img/ic_star.png) no-repeat 0 0;
  background-size: 100% auto;
  content: '';
  display: block;
  width: 74px;
  height: 74px;
  margin: 0 15px;
}

#wrapper section h2.kame:before, #wrapper section h2.kame:after {
  background-image: url(../img/ic_kame.png);
  width: 70px;
  height: 73px;
  margin: 0 30px;
}

#wrapper .mv .inner {
  padding-top: 40px;
  width: auto;
  min-width: 1180px;
  max-width: 1280px;
}

#wrapper .mv .logo {
  margin-bottom: 40px;
  text-align: center;
}

#wrapper .mv .logo img {
  height: 108px;
}

#wrapper .mv .mv_img {
  position: relative;
  width: 100%;
  height: 600px;
}

#wrapper .mv .mv_img .slide_bg {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 50%;
}

#wrapper .mv .mv_img .slide_bg.pause span:before, #wrapper .mv .mv_img .slide_bg.pause span:after {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

#wrapper .mv .mv_img .slide_bg span {
  background-color: #7a8cf9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 5632px;
  height: 200px;
}

#wrapper .mv .mv_img .slide_bg span:before, #wrapper .mv .mv_img .slide_bg span:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
}

#wrapper .mv .mv_img .slide_bg span:before {
  -webkit-animation: mv_loop1 180s linear infinite;
  animation: mv_loop1 180s linear infinite;
}

#wrapper .mv .mv_img .slide_bg span:after {
  -webkit-animation: mv_loop2 180s -90s linear infinite;
  animation: mv_loop2 180s -90s linear infinite;
}

#wrapper .mv .mv_img .slide_bg span.bg1:before, #wrapper .mv .mv_img .slide_bg span.bg1:after {
  background-image: url(../img/mv_01.png);
}

#wrapper .mv .mv_img .slide_bg span.bg2:before, #wrapper .mv .mv_img .slide_bg span.bg2:after {
  background-image: url(../img/mv_02.png);
  animation-direction: reverse;
}

#wrapper .mv .mv_img .slide_bg span.bg3:before, #wrapper .mv .mv_img .slide_bg span.bg3:after {
  background-image: url(../img/mv_03.png);
}

#wrapper .mv .mv_img .mario {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 71px;
}

#wrapper .mv .mv_img .mario.action {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

#wrapper .mv .mv_img .label {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -330px;
}

#wrapper .mv .mv_img .label.action {
  -webkit-transform: scale(1);
  transform: scale(1);
}

#wrapper .about .inner {
  padding: 50px 0 270px 0;
}

#wrapper .about h2 {
  margin-bottom: 28px;
}

#wrapper .about .description {
  font-size: 2.2rem;
}

#wrapper .about .c1 {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(-30px, 30px);
  transform: translate(-30px, 30px);
  z-index: 10;
  bottom: -45px;
  left: 50%;
  margin-left: 168px;
}

#wrapper .about .c1.action {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#wrapper .about .bg {
  background: url(../img/bg_stage.png) repeat-x 50% calc(100% - 48px);
  background-size: 1280px 144px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 528px;
  width: 100%;
}

#wrapper .about .bg:before {
  background: url(../img/obj_block.png) repeat-x calc(50% + 9px) 0;
  background-size: 48px;
  content: '';
  display: block;
  width: 100%;
  height: 48px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#wrapper .about .bg:after {
  background: url(../img/obj_blockset.png) no-repeat 0 0;
  background-size: 100% auto;
  content: '';
  display: block;
  width: 288px;
  height: 240px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 368px;
}

#wrapper .about .bg .mario {
  bottom: 45px;
  left: 50%;
  margin-left: -436px;
}

#wrapper .course .inner {
  padding-top: 48px;
}

#wrapper .course h2.icon {
  margin-bottom: 30px;
}

#wrapper .course .description {
  color: #fff;
  text-align: center;
  margin-bottom: 80px;
}

#wrapper .course .loop_slider {
  background-color: #689cfc;
  position: relative;
  padding-bottom: 30px;
}

#wrapper .course .loop_slider:before {
  background: url(../img/obj_wave.png) repeat 50% 0;
  background-size: 48px 47px;
  content: '';
  display: block;
  width: 100%;
  height: 47px;
  position: absolute;
  left: 0;
  top: -47px;
}

#wrapper .course .loop_slider:after {
  background: #689cfc;
  -webkit-mask-image: linear-gradient(0deg, transparent 30px, white 30px), linear-gradient(-150deg, white 15px, transparent 15px), linear-gradient(150deg, white 15px, transparent 15px);
  mask-image: linear-gradient(0deg, transparent 30px, white 30px), linear-gradient(-150deg, white 15px, transparent 15px), linear-gradient(150deg, white 15px, transparent 15px);
  -webkit-mask-position: left bottom;
  mask-position: left bottom;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 100% 100%, 30px 30px, 30px 30px;
  mask-size: 100% 100%, 30px 30px, 30px 30px;
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 5;
}

#wrapper .course .loop_slider.pause .slider {
  -webkit-animation-play-state: paused !important;
  animation-play-state: paused !important;
}

#wrapper .course .loop_slider .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#wrapper .course .loop_slider .bg .dodai1 {
  bottom: 0;
  left: 50%;
  margin-left: -590px;
}

#wrapper .course .loop_slider .bg .dodai2 {
  bottom: 0;
  left: 50%;
  margin-left: 270px;
}

#wrapper .course .loop_slider .bg .dodai3 {
  bottom: 0;
  left: 50%;
  margin-left: 442px;
}

#wrapper .course .loop_slider .bg .luigi {
  bottom: 17px;
  left: 50%;
  margin-left: -358px;
}

#wrapper .course .loop_slider .slider_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#wrapper .course .loop_slider .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#wrapper .course .loop_slider .slider:first-child {
  -webkit-animation: loop 210s linear infinite;
  animation: loop 210s linear infinite;
}

#wrapper .course .loop_slider .slider:nth-child(2) {
  -webkit-animation: loop2 210s -140s linear infinite;
  animation: loop2 210s -140s linear infinite;
}

#wrapper .course .loop_slider .slider:last-child {
  -webkit-animation: loop3 210s -70s linear infinite;
  animation: loop3 210s -70s linear infinite;
}

#wrapper .course .loop_slider .slider figure {
  margin: 0 4px;
  width: 310px;
}

#wrapper .feature .inner {
  padding: 55px 0 90px 0;
}

#wrapper .feature h2.icon {
  margin-bottom: 30px;
}

#wrapper .feature .description {
  text-align: center;
  margin-bottom: 30px;
}

#wrapper .feature .clm {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#wrapper .feature .clm figure {
  margin: 0 19px;
  text-align: center;
}

#wrapper .feature .clm figure img {
  margin-bottom: 11px;
}

#wrapper .feature .c1 {
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  z-index: 10;
  top: -30px;
  left: 0;
}

#wrapper .feature .c1.action {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#wrapper .feature .c1 .dot {
  bottom: -84px;
  left: 133px;
}

#wrapper .feature .c1 .name {
  bottom: -45px;
  left: 0;
}

#wrapper .feature .c2 {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  z-index: 10;
  top: -135px;
  left: 50%;
  margin-left: 378px;
}

#wrapper .feature .c2.action {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#wrapper .feature .c2 .dot {
  top: 55px;
  left: -90px;
}

#wrapper .feature .c2 .name {
  bottom: -42px;
  left: 72px;
}

#wrapper .feature .c3 {
  -webkit-transform: translate(20px, -20px);
  transform: translate(20px, -20px);
  top: 380px;
  left: 50%;
  margin-left: 390px;
}

#wrapper .feature .c3.action {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#wrapper .feature .c3 .dot {
  top: -82px;
  left: 77px;
}

#wrapper .feature .c3 .name {
  bottom: -42px;
  left: 58px;
}

#wrapper .feature .bg {
  background: url(../img/obj_bridge.png) repeat-x calc(50% - 13px) 100%;
  background-size: 24px 48px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 343px;
}

#wrapper .feature .bg .block {
  top: 96px;
  left: 0;
}

#wrapper .feature .bg .dokan1 {
  top: 0;
  left: 0;
}

#wrapper .feature .bg .dokan2 {
  bottom: 0;
  left: 50%;
  margin-left: 464px;
  z-index: 5;
  cursor: pointer;
}

#wrapper .feature .bg .mario {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-property: bottom;
  transition-property: bottom;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background: url(../img/obj_mario.png) no-repeat 50% 0;
  background-size: auto 100%;
  width: 48px;
  height: 48px;
  bottom: 48px;
  left: 50%;
  margin-left: 488px;
  z-index: 3;
}

#wrapper .feature .bg .mario.up {
  bottom: 96px;
}

#wrapper .feature .bg .mario.jump {
  -webkit-animation: jump forwards 0.75s;
  animation: jump forwards 0.75s;
  background-image: url(../img/obj_mario_jump.png);
}

#wrapper .feature .bg .pakkun {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-property: bottom;
  transition-property: bottom;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background: url(../img/pakkun.png) no-repeat 0 0;
  background-size: auto 100%;
  width: 48px;
  height: 69px;
  bottom: 27px;
  left: 50%;
  margin-left: 488px;
  z-index: 1;
}

#wrapper .feature .bg .pakkun.up {
  bottom: 96px;
}

#wrapper .feature .bg .pakkun.action {
  -webkit-animation: pakkun 0.3s steps(2) infinite;
  animation: pakkun 0.3s steps(2) infinite;
}

#wrapper .gimmick:before {
  background: rgba(0, 0, 0, 0.2);
  -webkit-mask-image: linear-gradient(0deg, transparent 30px, white 30px), linear-gradient(-150deg, white 15px, transparent 15px), linear-gradient(150deg, white 15px, transparent 15px);
  mask-image: linear-gradient(0deg, transparent 30px, white 30px), linear-gradient(-150deg, white 15px, transparent 15px), linear-gradient(150deg, white 15px, transparent 15px);
  -webkit-mask-position: 2px bottom;
  mask-position: 2px bottom;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 100% 100%, 30px 30px, 30px 30px;
  mask-size: 100% 100%, 30px 30px, 30px 30px;
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: -33px;
  left: 0;
  z-index: 5;
}

#wrapper .gimmick:after {
  background: url(../img/bg_black.gif) repeat -3px 0;
  -webkit-mask-image: linear-gradient(0deg, transparent 30px, white 30px), linear-gradient(-150deg, white 15px, transparent 15px), linear-gradient(150deg, white 15px, transparent 15px);
  mask-image: linear-gradient(0deg, transparent 30px, white 30px), linear-gradient(-150deg, white 15px, transparent 15px), linear-gradient(150deg, white 15px, transparent 15px);
  -webkit-mask-position: left bottom;
  mask-position: left bottom;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 100% 100%, 30px 30px, 30px 30px;
  mask-size: 100% 100%, 30px 30px, 30px 30px;
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 5;
}

#wrapper .gimmick .inner {
  padding: 50px 0 30px 0;
}

#wrapper .gimmick h2.icon {
  margin-bottom: 30px;
}

#wrapper .gimmick .description {
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}

#wrapper .gimmick .clm {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#wrapper .gimmick .clm figure {
  margin: 0 15px;
  text-align: center;
  position: relative;
}

#wrapper .gimmick .clm figure img {
  margin-bottom: 14px;
}

#wrapper .gimmick .clm figure .label {
  position: absolute;
  top: -20px;
  right: -20px;
}

#wrapper .gimmick .c1 {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  z-index: 10;
  top: -163px;
  left: 0;
}

#wrapper .gimmick .c1.action {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#wrapper .gimmick .c1 .dot {
  top: 125px;
  left: 178px;
}

#wrapper .gimmick .c1 .name {
  bottom: -45px;
  left: 0;
}

#wrapper .gimmick .c2 {
  -webkit-transform: translate(40px, 30px);
  transform: translate(40px, 30px);
  top: 70px;
  left: 50%;
  margin-left: 412px;
}

#wrapper .gimmick .c2.action {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#wrapper .gimmick .c2 .dot {
  top: 170px;
  left: 95px;
}

#wrapper .gimmick .c2 .name {
  top: -45px;
  left: 77px;
}

#wrapper .technique:before {
  background: #4d4d4d;
  -webkit-mask-image: linear-gradient(0deg, transparent 30px, white 30px), linear-gradient(-150deg, white 15px, transparent 15px), linear-gradient(150deg, white 15px, transparent 15px);
  mask-image: linear-gradient(0deg, transparent 30px, white 30px), linear-gradient(-150deg, white 15px, transparent 15px), linear-gradient(150deg, white 15px, transparent 15px);
  -webkit-mask-position: 2px bottom;
  mask-position: 2px bottom;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 100% 100%, 30px 30px, 30px 30px;
  mask-size: 100% 100%, 30px 30px, 30px 30px;
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: -33px;
  left: 0;
  z-index: 5;
}

#wrapper .technique:after {
  background: url(../img/bg_dot.png) repeat 0 0;
  -webkit-mask-image: linear-gradient(0deg, transparent 30px, white 30px), linear-gradient(-150deg, white 15px, transparent 15px), linear-gradient(150deg, white 15px, transparent 15px);
  mask-image: linear-gradient(0deg, transparent 30px, white 30px), linear-gradient(-150deg, white 15px, transparent 15px), linear-gradient(150deg, white 15px, transparent 15px);
  -webkit-mask-position: left bottom;
  mask-position: left bottom;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 100% 100%, 30px 30px, 30px 30px;
  mask-size: 100% 100%, 30px 30px, 30px 30px;
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 5;
}

#wrapper .technique .inner {
  padding: 55px 0 30px 0;
}

#wrapper .technique h2.icon {
  margin-bottom: 30px;
}

#wrapper .technique .clm {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 35px;
}

#wrapper .technique .clm dl {
  background: url(../img/frame_tech.png) no-repeat 0 0;
  background-size: 100% auto;
  margin: 0 7px;
  width: 332px;
  height: 443px;
  padding: 25px;
}

#wrapper .technique .clm dl dt {
  margin-bottom: 25px;
}

#wrapper .technique .clm dl dd {
  font-size: 1.6rem;
  color: #353535;
  line-height: 1.5;
}

#wrapper .technique .clm dl dd p {
  margin-bottom: 10px;
}

#wrapper .technique .btn_manual {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 370px;
  height: 60px;
  margin: 0 auto 30px auto;
  position: relative;
  z-index: 20;
}

#wrapper .technique .btn_manual:hover a:before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#wrapper .technique .btn_manual a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}

#wrapper .technique .btn_manual a:before {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: #000;
  border: 4px solid #fff;
  border-radius: 30px;
  -webkit-box-shadow: 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 4px 0 rgba(0, 0, 0, 0.2);
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#wrapper .technique .btn_manual a:after {
  background: url(../img/ic_manual.svg) no-repeat 0 0;
  background-size: 100% auto;
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -12px;
  z-index: 2;
}

#wrapper .technique .btn_manual a img {
  position: relative;
  z-index: 2;
}

#wrapper .technique .note {
  text-align: right;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}

#wrapper .technique .c1 {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  z-index: 10;
  top: -45px;
  left: 0;
}

#wrapper .technique .c1.action {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#wrapper .technique .c1 .dot {
  top: -120px;
  left: 0;
}

#wrapper .technique .c1 .name {
  bottom: -45px;
  left: 0;
}

#wrapper .technique .c2 {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  top: 510px;
  left: 0;
}

#wrapper .technique .c2.action {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#wrapper .technique .c3 {
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  top: 545px;
  right: 0;
}

#wrapper .technique .c3.action {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#wrapper .howto {
  padding: 60px 0 140px 0;
}

#wrapper .howto .inner {
  width: 1024px;
  margin: 0 auto;
}

#wrapper .howto h3 {
  margin-bottom: 30px;
  text-align: center;
}

#wrapper .howto .clm {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

#wrapper .howto .clm .gamewatch,
#wrapper .howto .clm .switchonline {
  background-color: #fff;
  width: 500px;
  border-radius: 8px;
  font-size: 1.4rem;
  line-height: 1.57;
  padding: 20px;
  position: relative;
}

#wrapper .howto .clm .gamewatch dd a,
#wrapper .howto .clm .switchonline dd a {
  text-decoration: underline;
}

#wrapper .howto .clm .gamewatch dd a:hover,
#wrapper .howto .clm .switchonline dd a:hover {
  text-decoration: none;
}

#wrapper .howto .clm .gamewatch .link,
#wrapper .howto .clm .switchonline .link {
  text-align: center;
  font-weight: bold;
}

#wrapper .howto .clm .gamewatch .link a,
#wrapper .howto .clm .switchonline .link a {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background: url(../img/line_dot.gif) repeat-x 0 100%;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  padding-left: 20px;
  line-height: 1;
}

#wrapper .howto .clm .gamewatch .link a:hover,
#wrapper .howto .clm .switchonline .link a:hover {
  opacity: 0.5;
}

#wrapper .howto .clm .gamewatch .link a:before,
#wrapper .howto .clm .switchonline .link a:before {
  background: url(../img/ic_link.svg) no-repeat 0 0;
  background-size: 100% auto;
  content: '';
  display: block;
  width: 12px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}

#wrapper .howto .clm .gamewatch .link.wh a,
#wrapper .howto .clm .switchonline .link.wh a {
  background-image: url(../img/line_dot_wh.gif);
}

#wrapper .howto .clm .gamewatch .link.wh a:before,
#wrapper .howto .clm .switchonline .link.wh a:before {
  background-image: url(../img/ic_link_wh.svg);
}

#wrapper .howto .clm .gamewatch .clm {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

#wrapper .howto .clm .gamewatch .img {
  width: 110px;
}

#wrapper .howto .clm .gamewatch .txt {
  width: 335px;
}

#wrapper .howto .clm .gamewatch .txt dl {
  font-size: 1.2rem;
}

#wrapper .howto .clm .gamewatch .txt dt {
  margin-bottom: 10px;
}

#wrapper .howto .clm .gamewatch .txt dd {
  line-height: 1.3;
}

#wrapper .howto .clm .gamewatch .mode {
  background-color: #f4f4f4;
  position: relative;
  padding: 5px 8px;
  margin-bottom: 23px;
  width: calc(100% - 50px);
  font-size: 1.2rem;
}

#wrapper .howto .clm .gamewatch .mode p {
  margin-bottom: 0;
}

#wrapper .howto .clm .gamewatch .mode .label {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  position: absolute;
  top: -16px;
  right: -50px;
  width: 88px;
}

#wrapper .howto .clm .switchonline {
  padding: 30px 0 20px 0;
  text-align: center;
}

#wrapper .howto .clm .switchonline dt {
  margin-bottom: 15px;
}

#wrapper .howto .clm .switchonline dt img {
  width: 170px;
}

#wrapper .howto .clm .switchonline dd {
  margin-bottom: 25px;
}

#wrapper .howto .copyright {
  text-align: center;
  display: block;
}

#wrapper .howto .bg {
  background: url(../img/obj_block3.png) repeat-x calc(50% - 3px) 100%;
  background-size: 48px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 144px;
}

#wrapper .howto .bg .mario {
  position: absolute;
  bottom: 45px;
  left: 50%;
  margin-left: -18px;
  z-index: 5;
}

#wrapper .howto .bg .mario span {
  background: url(../img/obj_mario.png) no-repeat 0 0;
  display: block;
  width: 48px;
  height: 48px;
}

#wrapper .howto .bg .mario.dash span {
  background: url(../img/mario.png) no-repeat 0 0;
  -webkit-animation: mario 0.3s steps(3) infinite;
  animation: mario 0.3s steps(3) infinite;
}

#wrapper .howto .bg .mario.enter {
  bottom: 48px;
}

#wrapper .howto .bg .mario.left span {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

#wrapper .howto .bg .mario.right span {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#wrapper .howto .bg .dokan {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}

#wrapper .howto .bg .logo {
  position: absolute;
  top: 30px;
  left: 135px;
  width: 207px;
  padding-left: 18px;
}

#wrapper .howto .bg .logo:after {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background: url(../img/ic_arrow.svg) no-repeat 0 0;
  background-size: 100% 100%;
  content: '';
  display: block;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
}

#wrapper .howto .bg .logo:hover:after {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

#wrapper #globalFooter {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 30px;
}

#wrapper #globalFooter .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
}

#wrapper #globalFooter .link li {
  margin-right: 14px;
}

#wrapper #globalFooter .link li a {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  display: block;
  position: relative;
  padding-left: 17px;
}

#wrapper #globalFooter .link li a:before {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background: url(../img/ic_link.svg) no-repeat 0 0;
  background-size: 100% auto;
  content: '';
  display: block;
  width: 12px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
}

#wrapper #globalFooter .link li a:hover {
  opacity: 0.5;
}

#wrapper #globalFooter .link li a:hover:before {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

#wrapper #globalFooter .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#wrapper #globalFooter .sns li {
  margin-left: 10px;
}

@media screen and (min-width: 759px) and (max-device-width: 1024px) {
  #wrapper .about .inner {
    padding-left: 48px;
  }
  #wrapper .about .c1 {
    margin-left: 216px;
  }
}

@media screen and (max-width: 759px) {
  @-webkit-keyframes mario_sp {
    to {
      background-position: -19.2vw 0px;
    }
  }
  @keyframes mario_sp {
    to {
      background-position: -19.2vw 0px;
    }
  }
  @-webkit-keyframes pakkun_sp {
    to {
      background-position: -12.8vw 0px;
    }
  }
  @keyframes pakkun_sp {
    to {
      background-position: -12.8vw 0px;
    }
  }
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
  #wrapper {
    min-width: initial;
  }
  #wrapper section {
    position: relative;
  }
  #wrapper section.bg_black {
    background-size: 8px 16px;
  }
  #wrapper section.bg_dot {
    background-size: 28px 14px;
  }
  #wrapper section .inner {
    width: 100%;
  }
  #wrapper section .chara .name {
    height: 5.86667vw;
  }
  #wrapper section .description {
    font-size: 3.2vw;
    line-height: 1.66;
  }
  #wrapper section h2.icon:before, #wrapper section h2.icon:after {
    width: 9.33333vw;
    height: 9.33333vw;
    margin: 0;
  }
  #wrapper section h2.icon:before {
    margin-right: 4vw;
  }
  #wrapper section h2.icon:after {
    margin-left: 4vw;
  }
  #wrapper section h2.kame:before, #wrapper section h2.kame:after {
    width: 7.73333vw;
    height: 8.13333vw;
    margin: 0;
  }
  #wrapper section h2.kame:before {
    margin-right: 4vw;
  }
  #wrapper section h2.kame:after {
    margin-left: 4vw;
  }
  #wrapper .mv .inner {
    padding-top: 6.66667vw;
    width: 100%;
    min-width: initial;
    max-width: initial;
  }
  #wrapper .mv .logo {
    margin-bottom: 5.33333vw;
  }
  #wrapper .mv .logo img {
    height: 13.06667vw;
  }
  #wrapper .mv .mv_img {
    height: 80vw;
  }
  #wrapper .mv .mv_img .slide_bg span {
    width: 582.93333vw;
    height: 26.66667vw;
  }
  #wrapper .mv .mv_img .mario {
    margin-left: 8vw;
    width: 77.46667vw;
  }
  #wrapper .mv .mv_img .label {
    bottom: 9.6vw;
    margin-left: -42vw;
    width: 21.86667vw;
  }
  #wrapper .about .inner {
    padding: 6.66667vw 4vw 66.66667vw 4vw;
  }
  #wrapper .about h2 {
    margin-bottom: 2.66667vw;
  }
  #wrapper .about h2 img {
    height: 30.4vw;
  }
  #wrapper .about .description {
    font-size: 3.2vw;
  }
  #wrapper .about .c1 {
    bottom: -5.33333vw;
    margin-left: -4.66667vw;
  }
  #wrapper .about .c1 img {
    width: 50.66667vw;
  }
  #wrapper .about .bg {
    background: url(../img/bg_stage.png) no-repeat -8vw calc(100% - 6.4vw);
    background-size: 170.66667vw 19.2vw;
    height: 61.33333vw;
  }
  #wrapper .about .bg:before {
    background-size: 6.4vw;
    height: 6.4vw;
  }
  #wrapper .about .bg:after {
    width: 38.4vw;
    height: 32vw;
    left: 4vw;
    margin-left: 0;
  }
  #wrapper .about .bg .mario {
    bottom: 5.86667vw;
    left: 17.46667vw;
    margin-left: 0;
    width: 4.8vw;
  }
  #wrapper .course .inner {
    padding-top: 6.4vw;
  }
  #wrapper .course h2.icon {
    margin-bottom: 4vw;
  }
  #wrapper .course h2.icon img {
    height: 8.8vw;
  }
  #wrapper .course .description {
    margin-bottom: 22.66667vw;
  }
  #wrapper .course .loop_slider {
    padding-bottom: 24.66667vw;
  }
  #wrapper .course .loop_slider:before {
    background-size: 6.4vw 6.26667vw;
    height: 6.26667vw;
    top: -6.26667vw;
  }
  #wrapper .course .loop_slider:after {
    background: rgba(0, 0, 0, 0.2);
    -webkit-mask-image: linear-gradient(0deg, transparent 20px, white 20px), linear-gradient(-150deg, white 10px, transparent 10px), linear-gradient(150deg, white 10px, transparent 10px);
    mask-image: linear-gradient(0deg, transparent 20px, white 20px), linear-gradient(-150deg, white 10px, transparent 10px), linear-gradient(150deg, white 10px, transparent 10px);
    -webkit-mask-size: 100% 100%, 20px 20px, 20px 20px;
    mask-size: 100% 100%, 20px 20px, 20px 20px;
    height: 20px;
    bottom: -20px;
    left: 0;
  }
  #wrapper .course .loop_slider .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  #wrapper .course .loop_slider .bg:before {
    background: #689cfc;
    -webkit-mask-image: linear-gradient(0deg, transparent 20px, white 20px), linear-gradient(-150deg, white 10px, transparent 10px), linear-gradient(150deg, white 10px, transparent 10px);
    mask-image: linear-gradient(0deg, transparent 20px, white 20px), linear-gradient(-150deg, white 10px, transparent 10px), linear-gradient(150deg, white 10px, transparent 10px);
    -webkit-mask-position: left bottom;
    mask-position: left bottom;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    -webkit-mask-size: 100% 100%, 20px 20px, 20px 20px;
    mask-size: 100% 100%, 20px 20px, 20px 20px;
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    top: 61.33333vw;
    left: 0;
    z-index: 6;
  }
  #wrapper .course .loop_slider .bg .dodai1 {
    margin-left: -60vw;
    width: 22.4vw;
  }
  #wrapper .course .loop_slider .bg .dodai2 {
    margin-left: 9.33333vw;
    width: 22.4vw;
  }
  #wrapper .course .loop_slider .bg .dodai3 {
    margin-left: 31.2vw;
    width: 22.4vw;
  }
  #wrapper .course .loop_slider .bg .luigi {
    bottom: 2.26667vw;
    margin-left: -25.86667vw;
    width: 16vw;
  }
  #wrapper .course .loop_slider .slider figure {
    margin: 0 0.53333vw;
    width: 41.86667vw;
  }
  #wrapper .feature .inner {
    padding: 26vw 4vw 43.33333vw 4vw;
  }
  #wrapper .feature h2.icon {
    margin-bottom: 4vw;
  }
  #wrapper .feature h2.icon img {
    height: 8.93333vw;
  }
  #wrapper .feature .description {
    margin-bottom: 2.66667vw;
    white-space: nowrap;
  }
  #wrapper .feature .clm {
    display: block;
  }
  #wrapper .feature .clm figure {
    margin: 0 auto 2.66667vw auto;
    width: 64.53333vw;
  }
  #wrapper .feature .clm figure:last-of-type {
    margin-bottom: 0;
  }
  #wrapper .feature .clm figure img {
    margin-bottom: 1.33333vw;
  }
  #wrapper .feature .c1 {
    top: -20vw;
    left: 4vw;
  }
  #wrapper .feature .c1 .main {
    width: 28vw;
  }
  #wrapper .feature .c1 .dot {
    bottom: auto;
    top: 17.06667vw;
    left: 29.33333vw;
    width: 13.73333vw;
  }
  #wrapper .feature .c1 .name {
    bottom: auto;
    top: 6vw;
    left: 29.33333vw;
  }
  #wrapper .feature .c2 {
    top: -38.13333vw;
    margin-left: 13.86667vw;
  }
  #wrapper .feature .c2 .main {
    width: 41.33333vw;
  }
  #wrapper .feature .c2 .dot {
    top: 9.73333vw;
    left: -10.66667vw;
    width: 17.33333vw;
  }
  #wrapper .feature .c2 .name {
    bottom: -8.26667vw;
    left: 4.4vw;
  }
  #wrapper .feature .c3 {
    top: auto;
    bottom: 14vw;
    margin-left: 12.66667vw;
  }
  #wrapper .feature .c3 .main {
    width: 13.86667vw;
  }
  #wrapper .feature .c3 .dot {
    top: -12vw;
    left: -10.66667vw;
    width: 13.73333vw;
  }
  #wrapper .feature .c3 .name {
    bottom: auto;
    top: -5.06667vw;
    left: 14vw;
  }
  #wrapper .feature .bg {
    background-size: 3.2vw 6.4vw;
    height: 39.6vw;
  }
  #wrapper .feature .bg .block {
    top: 12.8vw;
    width: 25.6vw;
  }
  #wrapper .feature .bg .dokan1 {
    top: 0;
    left: 0;
    width: 12.8vw;
  }
  #wrapper .feature .bg .dokan2 {
    margin-left: 33.33333vw;
    width: 12.8vw;
  }
  #wrapper .feature .bg .mario {
    width: 6.4vw;
    height: 6.4vw;
    bottom: 6.4vw;
    margin-left: 36.53333vw;
  }
  #wrapper .feature .bg .mario.up {
    bottom: 12.8vw;
  }
  #wrapper .feature .bg .pakkun {
    width: 6.4vw;
    height: 9.2vw;
    bottom: 3.6vw;
    margin-left: 36.53333vw;
  }
  #wrapper .feature .bg .pakkun.up {
    bottom: 12.8vw;
  }
  #wrapper .feature .bg .pakkun.action {
    -webkit-animation: pakkun_sp 0.3s steps(2) infinite;
    animation: pakkun_sp 0.3s steps(2) infinite;
  }
  #wrapper .gimmick:before {
    background: rgba(0, 0, 0, 0.2);
    -webkit-mask-image: linear-gradient(0deg, transparent 20px, white 20px), linear-gradient(-150deg, white 10px, transparent 10px), linear-gradient(150deg, white 10px, transparent 10px);
    mask-image: linear-gradient(0deg, transparent 20px, white 20px), linear-gradient(-150deg, white 10px, transparent 10px), linear-gradient(150deg, white 10px, transparent 10px);
    -webkit-mask-position: left bottom;
    mask-position: left bottom;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    -webkit-mask-size: 100% 100%, 20px 20px, 20px 20px;
    mask-size: 100% 100%, 20px 20px, 20px 20px;
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -24px;
    left: 0;
    z-index: 6;
  }
  #wrapper .gimmick:after {
    background-size: 8px 16px;
    background-position: -1px 0;
    -webkit-mask-image: linear-gradient(0deg, transparent 20px, white 20px), linear-gradient(-150deg, white 10px, transparent 10px), linear-gradient(150deg, white 10px, transparent 10px);
    mask-image: linear-gradient(0deg, transparent 20px, white 20px), linear-gradient(-150deg, white 10px, transparent 10px), linear-gradient(150deg, white 10px, transparent 10px);
    -webkit-mask-size: 100% 100%, 20px 20px, 20px 20px;
    mask-size: 100% 100%, 20px 20px, 20px 20px;
    height: 20px;
    bottom: -20px;
  }
  #wrapper .gimmick .inner {
    padding: 34vw 4vw 5.33333vw 4vw;
  }
  #wrapper .gimmick h2.icon {
    margin-bottom: 4vw;
  }
  #wrapper .gimmick h2.icon img {
    height: 8.93333vw;
  }
  #wrapper .gimmick .description {
    margin-bottom: 4vw;
  }
  #wrapper .gimmick .clm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #wrapper .gimmick .clm figure {
    margin: 0;
    width: 44vw;
  }
  #wrapper .gimmick .clm figure:first-of-type {
    margin-bottom: 4vw;
  }
  #wrapper .gimmick .clm figure img {
    margin-bottom: 2.13333vw;
  }
  #wrapper .gimmick .clm figure .label {
    top: -4vw;
    right: -4vw;
    width: 13.33333vw;
  }
  #wrapper .gimmick .c1 {
    top: -16vw;
    left: 4vw;
  }
  #wrapper .gimmick .c1 .main {
    width: 29.33333vw;
  }
  #wrapper .gimmick .c1 .dot {
    top: 17.33333vw;
    left: 25.6vw;
    width: 17.73333vw;
  }
  #wrapper .gimmick .c1 .name {
    bottom: auto;
    top: -1.86667vw;
    left: 27.6vw;
  }
  #wrapper .gimmick .c2 {
    z-index: 10;
    top: 5.6vw;
    margin-left: 8vw;
  }
  #wrapper .gimmick .c2 .main {
    width: 30.66667vw;
  }
  #wrapper .gimmick .c2 .dot {
    top: -3.33333vw;
    left: 24vw;
    width: 13.73333vw;
  }
  #wrapper .gimmick .c2 .name {
    top: -10.26667vw;
    left: 6.66667vw;
  }
  #wrapper .technique:before {
    background: rgba(255, 255, 255, 0.2);
    -webkit-mask-image: linear-gradient(0deg, transparent 20px, white 20px), linear-gradient(-150deg, white 10px, transparent 10px), linear-gradient(150deg, white 10px, transparent 10px);
    mask-image: linear-gradient(0deg, transparent 20px, white 20px), linear-gradient(-150deg, white 10px, transparent 10px), linear-gradient(150deg, white 10px, transparent 10px);
    -webkit-mask-position: left bottom;
    mask-position: left bottom;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    -webkit-mask-size: 100% 100%, 20px 20px, 20px 20px;
    mask-size: 100% 100%, 20px 20px, 20px 20px;
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -24px;
    left: 0;
    z-index: 5;
  }
  #wrapper .technique:after {
    background-size: 28px 14px;
    -webkit-mask-image: linear-gradient(0deg, transparent 20px, white 20px), linear-gradient(-150deg, white 10px, transparent 10px), linear-gradient(150deg, white 10px, transparent 10px);
    mask-image: linear-gradient(0deg, transparent 20px, white 20px), linear-gradient(-150deg, white 10px, transparent 10px), linear-gradient(150deg, white 10px, transparent 10px);
    -webkit-mask-size: 100% 100%, 20px 20px, 20px 20px;
    mask-size: 100% 100%, 20px 20px, 20px 20px;
    height: 20px;
    bottom: -20px;
  }
  #wrapper .technique .inner {
    padding: 8.93333vw 4vw 8vw 4vw;
  }
  #wrapper .technique h2.icon {
    margin-bottom: 4vw;
  }
  #wrapper .technique h2.icon img {
    height: 8.93333vw;
  }
  #wrapper .technique .clm {
    display: block;
    margin-bottom: 6.66667vw;
  }
  #wrapper .technique .clm dl {
    background: url(../img/frame_tech_sp.png) no-repeat 0 0;
    background-size: 100% auto;
    margin: 0 0 3.33333vw 0;
    width: 91.86667vw;
    height: 64.66667vw;
    padding: 4.26667vw;
  }
  #wrapper .technique .clm dl dt {
    margin-bottom: 2.66667vw;
  }
  #wrapper .technique .clm dl dd {
    font-size: 3.2vw;
    padding: 0 2.66667vw;
  }
  #wrapper .technique .clm dl dd p {
    margin-bottom: 10px;
  }
  #wrapper .technique .clm dl:first-of-type dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #wrapper .technique .clm dl:first-of-type dd img {
    width: 44vw;
  }
  #wrapper .technique .btn_manual {
    width: 61.33333vw;
    height: 12vw;
    margin: 0 auto 5.33333vw auto;
  }
  #wrapper .technique .btn_manual a:before {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-color: #000;
    border: 4px solid #fff;
    border-radius: 30px;
    -webkit-box-shadow: 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 4px 0 rgba(0, 0, 0, 0.2);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #wrapper .technique .btn_manual a:after {
    width: 4vw;
    height: 4vw;
    right: 4vw;
    margin-top: -2vw;
  }
  #wrapper .technique .btn_manual a img {
    height: 6.13333vw;
  }
  #wrapper .technique .note {
    text-align: left;
    font-size: 2.4vw;
    white-space: nowrap;
  }
  #wrapper .technique .c1 {
    top: -30vw;
    left: auto;
    right: 12vw;
  }
  #wrapper .technique .c1 .main {
    width: 28vw;
  }
  #wrapper .technique .c1 .dot {
    top: -13.73333vw;
    left: -5.06667vw;
    width: 13.73333vw;
  }
  #wrapper .technique .c1 .name {
    bottom: auto;
    top: -8.93333vw;
    left: 19.33333vw;
  }
  #wrapper .technique .c2 {
    top: auto;
    bottom: 28.93333vw;
    left: 2.66667vw;
  }
  #wrapper .technique .c2 img {
    width: 16.93333vw;
  }
  #wrapper .technique .c3 {
    top: auto;
    bottom: 28.93333vw;
    right: -1.33333vw;
  }
  #wrapper .technique .c3 img {
    width: 37.73333vw;
  }
  #wrapper .howto {
    padding: 8vw 0 32.66667vw 0;
  }
  #wrapper .howto .inner {
    width: 100%;
    padding: 0 4vw;
  }
  #wrapper .howto h3 {
    margin-bottom: 4vw;
    padding: 0 2.4vw;
  }
  #wrapper .howto .clm {
    display: block;
    margin-bottom: 5.33333vw;
  }
  #wrapper .howto .clm .gamewatch,
  #wrapper .howto .clm .switchonline {
    width: 100%;
    border-radius: 1.33333vw;
    font-size: 3.2vw;
    line-height: 1.9;
    padding: 4vw;
  }
  #wrapper .howto .clm .gamewatch .link,
  #wrapper .howto .clm .switchonline .link {
    text-align: center;
  }
  #wrapper .howto .clm .gamewatch .link a,
  #wrapper .howto .clm .switchonline .link a {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-size: auto 0.53333vw;
    padding-bottom: 1.6vw;
    padding-left: 4vw;
  }
  #wrapper .howto .clm .gamewatch .link a:before,
  #wrapper .howto .clm .switchonline .link a:before {
    width: 1.86667vw;
    height: 2.66667vw;
  }
  #wrapper .howto .clm .gamewatch .clm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #wrapper .howto .clm .gamewatch .img {
    width: 22.66667vw;
  }
  #wrapper .howto .clm .gamewatch .txt {
    width: 58.66667vw;
  }
  #wrapper .howto .clm .gamewatch .txt dl {
    font-size: 2.66667vw;
  }
  #wrapper .howto .clm .gamewatch .txt dt {
    margin-bottom: 2vw;
  }
  #wrapper .howto .clm .gamewatch .mode {
    padding: 1.33333vw;
    padding-right: 14.66667vw;
    width: calc(100% - 6.66667vw);
    font-size: 2.66667vw;
  }
  #wrapper .howto .clm .gamewatch .mode p {
    padding-left: 0.66667vw;
  }
  #wrapper .howto .clm .gamewatch .mode .label {
    -webkit-transform: translateY(-50%) rotate(15deg);
    transform: translateY(-50%) rotate(15deg);
    top: 50%;
    right: -6.66667vw;
    width: 19.46667vw;
  }
  #wrapper .howto .clm .switchonline {
    padding-top: 5.33333vw;
    margin-bottom: 4vw;
  }
  #wrapper .howto .clm .switchonline dt {
    margin-bottom: 3.33333vw;
  }
  #wrapper .howto .clm .switchonline dt img {
    width: 35.2vw;
  }
  #wrapper .howto .clm .switchonline dd {
    margin-bottom: 6.66667vw;
  }
  #wrapper .howto .copyright img {
    width: 13.86667vw;
  }
  #wrapper .howto .bg {
    background-size: 6.4vw;
    height: 19.2vw;
  }
  #wrapper .howto .bg .mario {
    bottom: 6.13333vw;
    margin-left: -2.4vw;
    width: 6.4vw;
  }
  #wrapper .howto .bg .mario span {
    background-size: auto 6.4vw;
    width: 6.4vw;
    height: 6.4vw;
  }
  #wrapper .howto .bg .mario.dash span {
    background-size: 25.6vw 6.4vw;
    -webkit-animation: mario_sp 0.3s steps(3) infinite;
    animation: mario_sp 0.3s steps(3) infinite;
  }
  #wrapper .howto .bg .mario.enter {
    bottom: 6.4vw;
  }
  #wrapper .howto .bg .dokan {
    width: 12.8vw;
  }
  #wrapper .howto .bg .logo {
    top: 4vw;
    left: 14vw;
    width: 27.6vw;
    padding-left: 2.4vw;
  }
  #wrapper .howto .bg .logo:after {
    width: 0.8vw;
    height: 1.33333vw;
    margin-top: -0.66667vw;
  }
  #wrapper .howto .bg .logo:hover:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  #wrapper #globalFooter {
    padding: 4vw 2.66667vw;
  }
  #wrapper #globalFooter .link {
    font-size: 2.66667vw;
    display: block;
  }
  #wrapper #globalFooter .link li {
    margin: 0 0 2.4vw 0;
  }
  #wrapper #globalFooter .link li:last-of-type {
    margin-bottom: 0;
  }
  #wrapper #globalFooter .link li a {
    padding-left: 2.66667vw;
  }
  #wrapper #globalFooter .link li a:before {
    width: 1.86667vw;
    height: 2.66667vw;
    margin-top: -1.33333vw;
  }
  #wrapper #globalFooter .sns li {
    margin-left: 2.66667vw;
  }
}
