@charset "utf-8";
/* CSS Document */
blockquote, body, dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, html, iframe, legend, li, ol, p, pre, textarea, ul {
  margin: 0;
  padding: 0
}
body {
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word
}
article, aside, figure, footer, header, hgroup, section {
  display: block
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
:after, :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}
ul {
  list-style: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
td, th {
  padding: 0
}
td:not([align]), th:not([align]) {
  text-align: left
}
img {
  height: auto;
  vertical-align: bottom
}
iframe, img {
  border: 0;
  max-width: 100%
}
video {
  height: auto;
  max-width: 100%
}
button, input, select, textarea {
  margin: 0
}
input[type=checkbox], input[type=radio] {
  vertical-align: baseline
}
span {
  font-style: inherit;
  font-weight: inherit
}
[hidden] {
  display: none !important
}
[disabled] {
  cursor: not-allowed
}
:focus:not(:focus-visible) {
  outline: none
}
html {
  font-size: 62.5%;
  min-height: 100%
}
body, html {
  height: 100%
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "\30D2\30E9\30AE\30CE\4E38\30B4   Pro W4", Hiragino Maru Gothic Pro W4, "\30E1\30A4\30EA\30AA", meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  min-width: 320px;
  overflow: auto
}
p {
  margin: 1.5em 0
}
a {
  color: currentColor;
  -webkit-transition: opacity .2s;
  transition: opacity .2s
}
a:hover {
  opacity: .7;
  text-decoration: none
}
@-webkit-keyframes slideDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes slideDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@-webkit-keyframes slideUp {
  0% {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}
@keyframes slideUp {
  0% {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}
.l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  position: relative;
  width: 100%;
  min-width: 320px;
  z-index: 1
}
@-webkit-keyframes cloud {
  0% {
    background-position: 0
  }
  to {
    background-position: 1557px
  }
}
@keyframes cloud {
  0% {
    background-position: 0
  }
  to {
    background-position: 1557px
  }
}
.l-background {
  background: url(../images/bg_sky.jpg) no-repeat top/cover;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1
}
.l-background:before {
  -webkit-animation: cloud 50s linear infinite;
  animation: cloud 50s linear infinite;
  background: url(../images/bg_cloud.png) repeat-x top/auto 100%;
  content: "";
  display: block;
  position: absolute;
  top: 5%;
  height: 300px;
  width: 100%
}
.l-contents {
  padding-bottom: 80px;
  z-index: 1
}
.l-contents, .l-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}
.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4px 8px;
  position: relative;
  width: 100%;
  z-index: 999
}
.l-header.is-fixed, .l-header.is-fixend {
  background: rgba(91, 214, 229, .9);
  -webkit-box-shadow: 0 12px 12px -10px rgba(35, 39, 38, .2);
  box-shadow: 0 12px 12px -10px rgba(35, 39, 38, .2);
  position: fixed;
  left: 0;
  top: 0
}
.l-header.is-fixed {
  -webkit-animation: slideDown .5s linear forwards;
  animation: slideDown .5s linear forwards
}
.l-header.is-fixend {
  -webkit-animation: slideUp .3s linear forwards;
  animation: slideUp .3s linear forwards
}
.l-header-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
.l-header-overlay.is-active {
  display: block
}
.l-header-logo {
  display: none;
  margin: auto
}
.l-header-navbtn {
  background: transparent;
  border: none
}
.l-header-drawer {
  margin-left: auto;
  margin-right: 0;
  padding: 8px 16px;
  text-align: center
}
.l-header-drawer-item {
  color: #474f4d;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 8px
}
.l-header-drawer-item:not(:last-child) {
  border-bottom: 1px solid #929d9a
}
.l-header-drawer-item > a {
  display: block;
  text-decoration: none
}
.l-header-globalnav {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 15px 15px -10px rgba(35, 39, 38, .5);
  box-shadow: 0 15px 15px -10px rgba(35, 39, 38, .5);
  opacity: 0;
  position: absolute;
  left: 16px;
  top: 72px;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  visibility: hidden;
  width: 240px
}
.l-header-globalnav.is-active {
  opacity: 1;
  visibility: visible
}
.l-header-usermenu {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 15px 15px -10px rgba(35, 39, 38, .5);
  box-shadow: 0 15px 15px -10px rgba(35, 39, 38, .5);
  opacity: 0;
  position: absolute;
  right: 16px;
  top: 72px;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  visibility: hidden;
  width: 240px
}
.l-header-usermenu.is-active {
  opacity: 1;
  visibility: visible
}
.l-header-usermenu .l-header-drawer-item {
  color: #474f4d;
  display: block
}
.l-header-userbtn {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 30px;
  margin-right: 0;
  margin-top: 9px;
  text-decoration: none
}
.l-header-userbtn span {
  display: none
}
.l-footer {
  background: url(../images/bg_ground.jpg) repeat-x top;
  background-size: cover;
  color: #000;
  padding: 16px;
  position: relative;
  width: 100%
}
.l-footer:before {
  background: url(../images/bg_ball.png) no-repeat 50%/cover;
  content: "";
  height: 20px;
  position: absolute;
  left: 5%;
  top: -20px;
  width: 20px
}
.l-footer:after {
  background: url(../images/bg_flag.gif) no-repeat 50%/cover;
  content: "";
  height: 156px;
  position: absolute;
  right: 5%;
  top: -156px;
  width: 54px
}
.l-footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 16px auto;
  max-width: 1120px
}
.l-footer-copy {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center
}
.l-footer-copy a {
  text-decoration: none
}
.l-footer-share {
  margin-bottom: 16px
}
.l-footer-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center
}
.l-footer-nav li {
  font-weight: 700;
  margin: 0 8px
}
.l-footer-nav li.is-noicon a:after {
  content: none
}
.l-footer-nav li > a {
  display: inline-block;
  padding: 8px 4px;
  text-decoration: none
}
.l-footer-nav li > a:after {
  border-top: 2px solid;
  border-right: 2px solid;
  display: inline-block;
  content: "";
  height: 6px;
  margin-left: .5em;
  width: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.l-section {
  margin: auto;
  padding: 80px 16px
}
.l-section .l-section {
  padding: 16px 0
}
.l-section-inner {
  margin: auto;
  max-width: 960px
}
.trailer{
	text-align: center;
	aspect-ratio: 16 / 9;
	max-width: 800px;
}
.trailer iframe{
	width: 100%;
	height: 100%;
}
.about_SVG_Image{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	max-width: 960px;
	margin: auto;
}
.about_SVG_Image p{
	width: 100%;
	max-width: 450px;
}
.about_SVG_txt{
	margin: 30px auto;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.flex-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}
.flex-inline.justify-center, .flex.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.flex-inline.align-center, .flex.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.flex-inline.align-baseline, .flex.align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}
.flex-inline .flex-col, .flex .flex-col {
  padding: .8rem
}
.flex-inline .col-12, .flex .col-12 {
  width: 100%
}
.flex-inline .col-10, .flex .col-10 {
  width: 83.33%
}
.flex-inline .col-9, .flex .col-9 {
  width: 75%
}
.flex-inline .col-8, .flex .col-8 {
  width: 66.66%
}
.flex-inline .col-7, .flex .col-7 {
  width: 58.33%
}
.flex-inline .col-6, .flex .col-6 {
  width: 50%
}
.flex-inline .col-5, .flex .col-5 {
  width: 41.66%
}
.flex-inline .col-4, .flex .col-4 {
  width: 33.33%
}
.flex-inline .col-3, .flex .col-3 {
  width: 25%
}
.flex-inline .col-2, .flex .col-2 {
  width: 16.66%
}
.flex-inline .col-1, .flex .col-1 {
  width: 8.33%
}
.input, .select select, .textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #bcbcbc;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  padding: .5em .75em;
  max-width: 100%
}
.input::-webkit-input-placeholder, .select select::-webkit-input-placeholder, .textarea::-webkit-input-placeholder {
  color: #bcbcbc
}
.input::-moz-placeholder, .select select::-moz-placeholder, .textarea::-moz-placeholder {
  color: #bcbcbc
}
.input:-ms-input-placeholder, .select select:-ms-input-placeholder, .textarea:-ms-input-placeholder {
  color: #bcbcbc
}
.input::-ms-input-placeholder, .select select::-ms-input-placeholder, .textarea::-ms-input-placeholder {
  color: #bcbcbc
}
.input::placeholder, .select select::placeholder, .textarea::placeholder {
  color: #bcbcbc
}
.input:focus, .select select:focus, .textarea:focus {
  border-color: rgba(50, 115, 220, .5);
  -webkit-box-shadow: 0 0 4px rgba(50, 115, 220, .5) inset;
  box-shadow: inset 0 0 4px rgba(50, 115, 220, .5);
  outline: none
}
.select select[readonly], [readonly].input, [readonly].textarea {
  border: 1px solid #bcbcbc;
  -webkit-box-shadow: none;
  box-shadow: none
}
.is-error.input, .is-error.textarea, .select select.is-error {
  border-color: rgba(220, 50, 50, .5);
  -webkit-box-shadow: 0 0 4px rgba(220, 50, 50, .5) inset;
  box-shadow: inset 0 0 4px rgba(220, 50, 50, .5)
}
.checkbox-container.is-standard .checkbox + .checkbox-label, .radio-container.is-standard .radio + .radio-label {
  padding-left: 1.4em;
  position: relative
}
.checkbox-container.is-standard .checkbox + .checkbox-label:before, .radio-container.is-standard .radio + .radio-label:before {
  background-color: #fff;
  border: 1px solid #bcbcbc;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  content: "";
  display: block;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px
}
.checkbox-container.is-standard .checkbox + .checkbox-label:after, .radio-container.is-standard .radio + .radio-label:after {
  content: "";
  display: block;
  position: absolute
}
.checkbox-container.is-standard .checkbox:focus + .checkbox-label:before, .radio-container.is-standard .radio:focus + .radio-label:before {
  border-color: rgba(50, 115, 220, .5);
  -webkit-box-shadow: 0 0 4px rgba(50, 115, 220, .5);
  box-shadow: 0 0 4px rgba(50, 115, 220, .5)
}
.form-field:not(:last-child) {
  margin-bottom: 3.2rem
}
.form-label {
  display: block;
  font-weight: 700;
  margin-bottom: .8rem
}
.form-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.form-body.is-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.form-body.is-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.form-body.is-multiline {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.form-guide {
  display: block;
  font-size: 1.2rem
}
.form-guide.is-error {
  color: #dc3232
}
.input {
  width: 100%;
  max-width: 100%
}
.input.is-round {
  border-radius: 50px;
  padding: .5em 1.125em
}
.input.is-small {
  font-size: .75em
}
.input.is-medium {
  font-size: 1.25em
}
.input.is-large {
  font-size: 1.5em
}
.textarea {
  display: block;
  min-height: 8em;
  resize: vertical;
  width: 100%;
  max-width: 100%
}
.textarea.is-small {
  font-size: .75em
}
.textarea.is-medium {
  font-size: 1.25em
}
.textarea.is-large {
  font-size: 1.5em
}
.checkbox {
  margin-right: .5em;
  cursor: pointer
}
.checkbox-label {
  display: inline-block;
  line-height: 1.5
}
.checkbox-container {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
  margin-right: 1em;
  position: relative
}
.checkbox-container.is-standard .checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  position: absolute
}
.checkbox-container.is-standard .checkbox + .checkbox-label:after {
  border: 2.4px solid transparent;
  border-radius: 2px;
  height: .8em;
  left: .3em;
  top: .2em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: .6em
}
.checkbox-container.is-standard .checkbox:checked + .checkbox-label:before {
  border-color: #3273dc
}
.checkbox-container.is-standard .checkbox:checked + .checkbox-label:after {
  border-bottom-color: #3273dc;
  border-right-color: #3273dc
}
.checkbox-container.is-standard .checkbox:disabled + .checkbox-label:before {
  background-color: #f0f0f0;
  -webkit-box-shadow: none;
  box-shadow: none
}
.radio {
  margin-right: .5em;
  cursor: pointer
}
.radio-label {
  display: inline-block;
  line-height: 1.5
}
.radio-container {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
  margin-right: 1em;
  position: relative
}
.radio-container.is-standard .radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  position: absolute
}
.radio-container.is-standard .radio + .radio-label:before {
  border-radius: 50%
}
.radio-container.is-standard .radio + .radio-label:after {
  background-color: transparent;
  border-radius: 50%;
  height: 10px;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px
}
.radio-container.is-standard .radio:checked + .radio-label:before {
  border-color: #3273dc
}
.radio-container.is-standard .radio:checked + .radio-label:after {
  background-color: #3273dc
}
.radio-container.is-standard .radio:disabled + .radio-label:before {
  background-color: #f0f0f0;
  -webkit-box-shadow: none;
  box-shadow: none
}
.select {
  display: inline-block;
  position: relative;
  vertical-align: top;
  max-width: 100%
}
.select:after {
  border: 6px solid transparent;
  border-top-color: #3273dc;
  content: "";
  pointer-events: none;
  position: absolute;
  right: .5em;
  top: 58%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.select select {
  cursor: pointer;
  padding-right: 2em
}
.select select::-ms-expand {
  display: none
}
.select.is-fullwidth, .select.is-fullwidth > select {
  width: 100%
}
.l-header-navbtn {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  position: relative;
  vertical-align: top;
  width: 48px;
  min-width: 18px
}
.l-header-navbtn .line {
  background-color: #fff;
  display: block;
  height: 2px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out;
  width: 18px
}
.l-header-navbtn .line:first-child {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px)
}
.l-header-navbtn .line:last-child {
  -webkit-transform: translateY(5px);
  transform: translateY(5px)
}
.is-active.l-header-navbtn .line:not(:first-child):not(:last-child) {
  opacity: 0
}
.is-active.l-header-navbtn .line:first-child {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg)
}
.is-active.l-header-navbtn .line:last-child {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}
.adbox {
  margin: auto;
  overflow: hidden;
  padding: 32px;
  max-width: 960px
}
.adbox-block {
  margin: auto;
  text-align: center;
  max-width: 1120px
}
.adbox-head {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: .5em;
  width: 100%
}
.adbox-head, .share {
  text-align: center
}
.share-button {
  display: inline-block;
  position: relative;
  height: 40px;
  margin: 0 8px;
  width: 40px
}
.share-button > a {
  color: currentColor;
  display: block
}
.modal-wrapper {
  background-color: rgba(0, 0, 0, .8);
  display: none;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999
}
.modal-content {
  max-height: 60%;
  margin: auto;
  overflow-y: scroll;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1120px;
  padding: 0 16px
}
.modal-close {
  background-color: #009679;
  border: none;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  height: 48px;
  line-height: 48px;
  position: absolute;
  right: 20px;
  top: 4px;
  -webkit-transition: background .2s;
  transition: background .2s;
  width: 48px;
  z-index: 2
}
.modal-close:hover {
  background-color: #00c9a2
}
.heading {
  color: inherit;
  font-family: M PLUS Rounded\ 1c, "\30D2\30E9\30AE\30CE\4E38\30B4   Pro W4", Hiragino Maru Gothic Pro W4, "\30E1\30A4\30EA\30AA", meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.2em
}
.heading span {
  display: inline-block;
  font-weight: inherit;
  text-shadow: 3px 3px 0px #009679, -3px 3px 0px #009679, 3px -3px 0px #009679, -3px -3px 0px #009679, 3px 0px 0px #009679, 0px 3px 0px #009679, -3px 0px 0px #009679, 0px -3px 0px #009679;
}
.heading.is-small {
  font-size: 20px;
  font-size: 2rem
}
.heading.is-medium {
  font-size: 24px;
  font-size: 2.4rem
}
.heading.is-large {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.5;
}
.heading.is-xlarge {
  font-size: 40px;
  font-size: 4rem
}
.heading.is-2xlarge {
  font-size: 56px;
  font-size: 5.6rem
}
.heading.is-nospace {
  margin-bottom: 0
}
.heading-primary {
  color: #fff
}
.heading-primary-text {
  display: inline-block;
  position: relative;
  text-decoration: none;
  z-index: 1
}
.heading-secondary {
  color: #474f4d
}
.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.buttons.is-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.buttons.is-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f0f0f0;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #303030;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  outline: none;
  padding: .5em .75em;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  vertical-align: top
}
.buttons .button {
  margin-bottom: .5em
}
.buttons .button:not(.is-fullwidth), .buttons .button:not(:last-child) {
  margin-right: .5em
}
.button:hover:not(:disabled):not(.is-disabled) {
  background-color: #7c7c7c
}
.button.is-disabled, .button:disabled {
  background-color: #bcbcbc;
  cursor: default;
  pointer-events: none
}
.button.is-square {
  border-radius: 0
}
.button.is-round {
  border-radius: 8px
}
.button.is-circle {
  border-radius: 50px
}
.button.is-small {
  font-size: .75em
}
.button.is-medium {
  font-size: 1.25em
}
.button.is-large {
  font-size: 1.5em
}
.button.is-fullwidth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}
.button-icon:first-child {
  margin-left: -.25em;
  margin-right: .25em
}
.button-icon:last-child {
  margin-left: .25em;
  margin-right: -.25em
}
.button-icon:not(:first-child):not(:last-child) {
  margin-left: .25em;
  margin-right: .25em
}
.button-icon:first-child:last-child {
  margin-left: -.25em;
  margin-right: -.25em
}
.button-primary, .button-primary-light {
  background: #009679;
  border: none;
  color: #fff;
  font-weight: 700
}
.button-primary-light:hover:not(:disabled):not(.is-disabled), .button-primary:hover:not(:disabled):not(.is-disabled) {
  background: #00c9a2
}
.button-primary-light {
  background: #e3fff9;
  color: #009679
}
.button-primary-light:hover:not(:disabled):not(.is-disabled) {
  background: #c9fff5
}
.list-square {
  padding-left: 2em
}
.list-square > li {
  line-height: 1.5;
  list-style-type: square;
  margin-bottom: .8em
}
.list-square > li:last-child {
  margin-bottom: 0
}
.list-decimal {
  padding-left: 2em
}
.list-decimal > li {
  line-height: 1.5;
  list-style-type: decimal;
  margin-bottom: .8em
}
.list-decimal > li:last-child {
  margin-bottom: 0
}
.list-dots {
  padding-left: 2em
}
.list-dots > li {
  line-height: 1.5;
  list-style-type: disc;
  margin-bottom: .8em
}
.list-dots > li:last-child {
  margin-bottom: 0
}
.pagenav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 32px auto;
  max-width: 600px
}
.pagenav-item {
  font-family: M PLUS Rounded\ 1c, "\30D2\30E9\30AE\30CE\4E38\30B4   Pro W4", Hiragino Maru Gothic Pro W4, "\30E1\30A4\30EA\30AA", meiryo, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 4px;
  text-align: center;
  width: 40%
}
.pagenav-item a {
  background: #009679;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 0 #006350;
  box-shadow: 0 4px 0 #006350;
  color: #fff;
  display: block;
  padding: 8px;
  position: relative;
  bottom: 0;
  text-decoration: none;
  -webkit-transition: bottom .2s, -webkit-box-shadow .2s;
  transition: bottom .2s, -webkit-box-shadow .2s;
  transition: box-shadow .2s, bottom .2s;
  transition: box-shadow .2s, bottom .2s, -webkit-box-shadow .2s
}
.pagenav-item a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  bottom: -4px;
  opacity: 1
}
.pagenav-icon {
  margin-bottom: 6px
}
.pagenav-text {
  display: block
}
.lead-text {
  font-family: M PLUS Rounded\ 1c, "\30D2\30E9\30AE\30CE\4E38\30B4   Pro W4", Hiragino Maru Gothic Pro W4, "\30E1\30A4\30EA\30AA", meiryo, sans-serif;
  overflow: auto;
  max-width: 640px
}
.lead-text, .staff-list {
  color: #474f4d;
  font-weight: 700;
  margin: auto
}
.staff-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 518px
}
.staff-list dt {
  text-align: center;
  width: 100%
}
.staff-list dt:not(:first-of-type) {
  margin-top: 16px
}
.staff-list .is-full, .staff-list dd {
  text-align: center;
  width: 100%
}
.faq-list {
  overflow: auto;
  margin-bottom: 40px
}
.faq-list-item {
  background-color: hsla(0, 0%, 100%, .8);
  border-radius: 24px;
  padding: 16px
}
.faq-list-item:not(:last-child) {
  margin-bottom: 32px
}
.faq-list-caption {
  background-color: #ffbc39;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 4px 16px;
  text-align: center
}
.faq-list-date {
  display: block;
  text-align: right
}
.faq-list-answer, .faq-list-question {
  padding: 32px 0 32px 48px;
  position: relative
}
.faq-list-answer:before, .faq-list-question:before {
  border-radius: 50%;
  color: #fff;
  display: block;
  font-weight: 700;
  height: 32px;
  line-height: 32px;
  position: absolute;
  left: 0;
  top: 24px;
  text-align: center;
  width: 32px
}
.faq-list-answer p, .faq-list-question p {
  margin-top: 0
}
.faq-list-answer p:last-child, .faq-list-question p:last-child {
  margin-bottom: 0
}
.faq-list-question {
  border-bottom: 1px solid #c8cdcc
}
.faq-list-question:before {
  background: #929d9a;
  content: "Q"
}
.faq-list-answer:before {
  background: #009679;
  content: "A"
}
.privacy .l-section-inner {
  background: hsla(0, 0%, 100%, .7);
  border-radius: 32px;
  padding: 40px 16px
}
.ranking-rank {
  border-radius: 50px;
  color: #fff;
  text-align: center
}
.ranking-name, .ranking-rank {
  font-weight: 700
}
.ranking-data {
  font-size: 1.4rem;
  margin: -8px 0 0 -16px
}
.ranking-data dd, .ranking-data dt {
  display: inline-block;
  vertical-align: middle
}
.ranking-data dt {
  font-weight: 700;
  margin: 8px 0 0 16px;
  width: calc(100% - 97.2px)
}
.ranking-data dd {
  margin-top: 8px;
  min-width: 54px
}
.ranking-data dd:before {
  content: " : ";
  font-weight: 700
}
.ranking-card {
  background: hsla(0, 0%, 100%, .8);
  border-radius: 24px;
  margin: auto;
  padding: 16px;
  max-width: 520px
}
.ranking-card-head {
  border-bottom: 2px dotted #929d9a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 8px;
  padding-bottom: 16px
}
.ranking-card-rank {
  background: #009679;
  margin: 0 8px;
  padding: 0 8px
}
.ranking-card-data {
  margin-left: 0;
  padding: 8px
}
.ranking-card-data dt {
  margin-left: 0
}
.ranking-list {
  max-height: 320px;
  overflow-y: scroll;
  scrollbar-width: thin
}
.ranking-list::-webkit-scrollbar {
  width: 8px
}
.ranking-list::-webkit-scrollbar-thumb {
  background: rgba(71, 79, 77, .7);
  border-radius: 8px
}
.ranking-list::-webkit-scrollbar-track {
  background: rgba(240, 242, 241, .2);
  border-radius: 8px
}
.ranking-list-container {
  background: rgba(32, 21, 0, .5);
  border-radius: 8px;
  color: #fff;
  margin: auto;
  padding: 32px 16px;
  max-width: 720px
}
.ranking-list-item {
  border-bottom: 3px dotted #c8cdcc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px
}
.ranking-list-item:first-child {
  border-top: 3px dotted #c8cdcc
}
.ranking-list-item.is-focus {
  background: rgba(255, 188, 57, .2)
}
.ranking-list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 16px;
  max-width: 100%
}
.ranking-list-rank {
  min-width: 40px
}
.ranking-list-rank[class*=rank-] {
  background-color: #00fccb;
  height: 40px;
  line-height: 42px;
  text-shadow: 1px 1px 2px #000;
  width: 40px
}
.ranking-list-rank.rank-1 {
  background-image: -webkit-gradient(linear, right bottom, left top, from(#f7de05), color-stop(#da8e00), color-stop(#edac06), color-stop(#f7de05), color-stop(#ecb802), color-stop(#daaf08), to(#b67b03));
  background-image: linear-gradient(to top left, #f7de05, #da8e00, #edac06, #f7de05, #ecb802, #daaf08, #b67b03)
}
.ranking-list-rank.rank-2 {
  background-image: -webkit-gradient(linear, right bottom, left top, from(#a5a5a5), color-stop(#babac2), color-stop(#e8e8e8), color-stop(#a5a5a5), to(#babac2));
  background-image: linear-gradient(to top left, #a5a5a5, #babac2, #e8e8e8, #a5a5a5, #babac2)
}
.ranking-list-rank.rank-3 {
  background-image: -webkit-gradient(linear, right bottom, left top, from(#b7452c), color-stop(#de703f), color-stop(#f4ab7e), color-stop(#b7452c), to(#de703f));
  background-image: linear-gradient(to top left, #b7452c, #de703f, #f4ab7e, #b7452c, #de703f)
}
.ranking-list-avatar {
  padding-right: 16px
}
.ranking-list-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 8px;
  width: 100%
}
.ranking-list-data dt:not(:first-child) {
  width: auto
}
.ranking-list-heading {
  color: #fba724;
  text-shadow: 0 0 2px #474f4d;
  font-family: M PLUS Rounded\ 1c, "\30D2\30E9\30AE\30CE\4E38\30B4   Pro W4", Hiragino Maru Gothic Pro W4, "\30E1\30A4\30EA\30AA", meiryo, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.2em;
  text-align: center
}
.hero {
  padding: 56px 16px
}
.hero-inner {
  margin: 0 auto 50px auto;
  max-width: 1000px
}
.hero-logo {
  text-align: center;
  position: relative;
}
.hero-description {
  color: #474f4d;
  font-family: M PLUS Rounded\ 1c, "\30D2\30E9\30AE\30CE\4E38\30B4   Pro W4", Hiragino Maru Gothic Pro W4, "\30E1\30A4\30EA\30AA", meiryo, sans-serif;
  font-weight: 700;
  margin-top: 40px
}
.nintendo_banner{
	margin: 0 auto 50px auto;
	padding: 0 16px;
}
.nintendo_banner h2{
	background: #E70012;
	border-radius: 100px;
	text-align: center;
	color: #FFF;
	font-size: 2.3rem;
	font-weight: bold;
	width: 100%;
	max-width: 632px;
	margin: auto;
	position: relative;
}
.nintendo_banner h2:after{
	content: '';
	position: absolute;
	background: url('../images/sg07_web_arrow_right.png') no-repeat;
	width: 30px;
	height: 30px;
	background-size: contain;
	right: 5%;
	top: 50%;
	transform: translate(0%, -50%);
}
.nintendo_banner h2 a{
	text-decoration: none;
	display: block;
	padding: 19px 0;
	transition: .2s;
	opacity: 1;
}
.nintendo_banner h2 a:hover{
	background: rgba(255,255,255, .3);
	border-radius: 100px;
}
.signin {
  background: hsla(0, 0%, 100%, .7);
  border-radius: 8px;
  padding: 16px;
  text-align: center
}
.signin-heading {
  color: #009679;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center
}
.signin-buttons, .signin-heading {
  margin-bottom: 16px
}
.signin-button {
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  margin: 0 8px 8px;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none
}
.signin-button-tw {
  background: #1da1f2
}
.signin-button-fb {
  background: #1778f2
}
.signin-button-google {
  background: #fff;
  border: 1px solid #757575;
  color: #757575
}
.signin-caution {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 0
}
.top-ranking {
  background-color: hsla(0, 0%, 100%, .5)
}
.top-ranking-heading {
  background-color: #ffbc39;
  border-radius: 50px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  text-shadow: 1px 1px 2px #9f6900;
  max-width: 560px
}
.top-ranking-list-container {
  background-color: transparent;
  color: #474f4d;
  margin: auto;
  padding: 0;
  max-width: 720px
}
.top-ranking-list {
  max-height: none;
  max-height: auto;
  overflow-y: auto
}
.update-list-item {
  background-color: hsla(0, 0%, 100%, .8);
  border-radius: 24px;
  margin-bottom: 32px;
  padding: 16px;
  position: relative
}
.update-list-tag {
  background-color: #ffbc39;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 4px 8px;
  position: absolute;
  left: 32px;
  top: -13px;
  text-align: center;
  width: 100px
}
.update-list-date {
  display: block;
  text-align: right
}
.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  max-width: 960px
}
.sns-inner {
  margin-bottom: 32px;
  width: 100%
}
.sns-timeline {
  height: 320px;
  margin: auto;
  overflow: hidden;
  max-width: 400px
}
.sns-link {
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  font-weight: 700;
  margin: 0 8px 8px;
  padding: 8px 16px;
  text-decoration: none
}
.sns-link-twitter {
  background-color: #1da1f2
}
.sns-link-facebook {
  background-color: #1778f2
}
.sns-link > span {
  margin-right: 4px
}
.sns-follow {
  text-align: center;
  width: 100%
}
.club {
  margin: auto;
  max-width: 632px
}
.club-item {
  background-color: hsla(0, 0%, 100%, .8);
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 16px 16px 16px 8px
}
.club-icon {
  margin-right: 16px
}
.club-description, .club-icon {
  -ms-flex-item-align: center;
  align-self: center
}
.club-description {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%
}
.club-description p {
  margin: 0
}
.terrain {
  margin: auto;
  max-width: 632px
}
.terrain-item {
  background-color: hsla(0, 0%, 100%, .8);
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 16px
}
.terrain-icon {
  border-radius: 8px;
  margin-right: 16px;
  overflow: hidden
}
.terrain-description, .terrain-icon {
  -ms-flex-item-align: center;
  align-self: center
}
.terrain-description {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%
}
.terrain-description p {
  margin: 0
}
.edit-name-button {
  background: #009679;
  border-radius: 2px;
  display: inline-block;
  margin-left: 8px !important;
  padding: 4px 8px !important;
  text-decoration: none
}
.edit {
  background: #fff;
  padding: 32px
}
.top-music-lead {
  margin: auto;
  max-width: 640px
}
.top-music-playbtn {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 16px;
  padding: 8px 16px
}
.top-music-playbtn > span {
  margin-right: .5em
}
.top-music-playbtn .fa-pause {
  display: none
}
.top-music-playbtn.is-play .fa-pause {
  display: inline-block
}
.top-music-playbtn.is-play .fa-play {
  display: none
}
.top-music-link {
  margin-top: 32px
}
.top-music-link-item {
  color: #474f4d
}
.top-music-link-item:not(:first-child) {
  margin-top: 4px
}
.top-music-link-item a {
  background: hsla(0, 0%, 100%, .8);
  border-radius: 2px;
  display: block;
  font-weight: 700;
  padding: 6px 46px 6px 16px;
  position: relative;
  text-decoration: none
}
.top-music-link-item .fas {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.spec_switch{
	width: 100%;
	max-width: 50px;
}
dl.spec-data dd a{
	color: #0000EE;
}
span.spec_bold{
	font-weight: bold;
}
p.update-list-body a{
	color: #0000EE;
}
.u-align-left {
  text-align: left
}
.u-align-center {
  text-align: center
}
.u-align-right {
  text-align: right
}
.u-font-xs {
  font-size: 1.2rem
}
.u-font-s {
  font-size: 1.4rem
}
.u-font-base {
  font-size: 1.6rem
}
.u-font-m {
  font-size: 1.8rem
}
.u-font-l {
  font-size: 2rem
}
.u-font-xl {
  font-size: 2.4rem
}
.u-font-xxl {
  font-size: 3rem
}
.u-font-bold {
  font-weight: 700
}
.u-font-normal {
  font-weight: 400
}
.u-font-black {
  color: #000
}
.u-font-white {
  color: #fff
}
.u-font-gray {
  color: #929d9a
}
.u-font-green {
  color: #009679
}
.u-font-orange {
  color: #ffbc39
}
.u-font-red {
  color: #ff4343
}
.u-mt0 {
  margin-top: 0
}
.u-mr0 {
  margin-right: 0
}
.u-mb0 {
  margin-bottom: 0
}
.u-ml0 {
  margin-left: 0
}
.u-mt4 {
  margin-top: 4px
}
.u-mr4 {
  margin-right: 4px
}
.u-mb4 {
  margin-bottom: 4px
}
.u-ml4 {
  margin-left: 4px
}
.u-mt8 {
  margin-top: 8px
}
.u-mr8 {
  margin-right: 8px
}
.u-mb8 {
  margin-bottom: 8px
}
.u-ml8 {
  margin-left: 8px
}
.u-mt12 {
  margin-top: 12px
}
.u-mr12 {
  margin-right: 12px
}
.u-mb12 {
  margin-bottom: 12px
}
.u-ml12 {
  margin-left: 12px
}
.u-mt16 {
  margin-top: 16px
}
.u-mr16 {
  margin-right: 16px
}
.u-mb16 {
  margin-bottom: 16px
}
.u-ml16 {
  margin-left: 16px
}
.u-mt20 {
  margin-top: 20px
}
.u-mr20 {
  margin-right: 20px
}
.u-mb20 {
  margin-bottom: 20px
}
.u-ml20 {
  margin-left: 20px
}
.u-mt24 {
  margin-top: 24px
}
.u-mr24 {
  margin-right: 24px
}
.u-mb24 {
  margin-bottom: 24px
}
.u-ml24 {
  margin-left: 24px
}
.u-mt28 {
  margin-top: 28px
}
.u-mr28 {
  margin-right: 28px
}
.u-mb28 {
  margin-bottom: 28px
}
.u-ml28 {
  margin-left: 28px
}
.u-mt32 {
  margin-top: 32px
}
.u-mr32 {
  margin-right: 32px
}
.u-mb32 {
  margin-bottom: 32px
}
.u-ml32 {
  margin-left: 32px
}
.u-mt36 {
  margin-top: 36px
}
.u-mr36 {
  margin-right: 36px
}
.u-mb36 {
  margin-bottom: 36px
}
.u-ml36 {
  margin-left: 36px
}
.u-mt40 {
  margin-top: 40px
}
.u-mr40 {
  margin-right: 40px
}
.u-mb40 {
  margin-bottom: 40px
}
.u-ml40 {
  margin-left: 40px
}
.u-mt44 {
  margin-top: 44px
}
.u-mr44 {
  margin-right: 44px
}
.u-mb44 {
  margin-bottom: 44px
}
.u-ml44 {
  margin-left: 44px
}
.u-mt48 {
  margin-top: 48px
}
.u-mr48 {
  margin-right: 48px
}
.u-mb48 {
  margin-bottom: 48px
}
.u-ml48 {
  margin-left: 48px
}
.u-mt52 {
  margin-top: 52px
}
.u-mr52 {
  margin-right: 52px
}
.u-mb52 {
  margin-bottom: 52px
}
.u-ml52 {
  margin-left: 52px
}
.u-mt56 {
  margin-top: 56px
}
.u-mr56 {
  margin-right: 56px
}
.u-mb56 {
  margin-bottom: 56px
}
.u-ml56 {
  margin-left: 56px
}
.u-mt60 {
  margin-top: 60px
}
.u-mr60 {
  margin-right: 60px
}
.u-mb60 {
  margin-bottom: 60px
}
.u-ml60 {
  margin-left: 60px
}
.u-mt64 {
  margin-top: 64px
}
.u-mr64 {
  margin-right: 64px
}
.u-mb64 {
  margin-bottom: 64px
}
.u-ml64 {
  margin-left: 64px
}
.u-mt68 {
  margin-top: 68px
}
.u-mr68 {
  margin-right: 68px
}
.u-mb68 {
  margin-bottom: 68px
}
.u-ml68 {
  margin-left: 68px
}
.u-mt72 {
  margin-top: 72px
}
.u-mr72 {
  margin-right: 72px
}
.u-mb72 {
  margin-bottom: 72px
}
.u-ml72 {
  margin-left: 72px
}
.u-mt76 {
  margin-top: 76px
}
.u-mr76 {
  margin-right: 76px
}
.u-mb76 {
  margin-bottom: 76px
}
.u-ml76 {
  margin-left: 76px
}
.u-mt80 {
  margin-top: 80px
}
.u-mr80 {
  margin-right: 80px
}
.u-mb80 {
  margin-bottom: 80px
}
.u-ml80 {
  margin-left: 80px
}
.u-mtauto {
  margin-top: auto
}
.u-mrauto {
  margin-right: auto
}
.u-mbauto {
  margin-bottom: auto
}
.u-mlauto {
  margin-left: auto
}
.u-pt0 {
  padding-top: 0
}
.u-pr0 {
  padding-right: 0
}
.u-pb0 {
  padding-bottom: 0
}
.u-pl0 {
  padding-left: 0
}
.u-pt4 {
  padding-top: 4px
}
.u-pr4 {
  padding-right: 4px
}
.u-pb4 {
  padding-bottom: 4px
}
.u-pl4 {
  padding-left: 4px
}
.u-pt8 {
  padding-top: 8px
}
.u-pr8 {
  padding-right: 8px
}
.u-pb8 {
  padding-bottom: 8px
}
.u-pl8 {
  padding-left: 8px
}
.u-pt12 {
  padding-top: 12px
}
.u-pr12 {
  padding-right: 12px
}
.u-pb12 {
  padding-bottom: 12px
}
.u-pl12 {
  padding-left: 12px
}
.u-pt16 {
  padding-top: 16px
}
.u-pr16 {
  padding-right: 16px
}
.u-pb16 {
  padding-bottom: 16px
}
.u-pl16 {
  padding-left: 16px
}
.u-pt20 {
  padding-top: 20px
}
.u-pr20 {
  padding-right: 20px
}
.u-pb20 {
  padding-bottom: 20px
}
.u-pl20 {
  padding-left: 20px
}
.u-pt24 {
  padding-top: 24px
}
.u-pr24 {
  padding-right: 24px
}
.u-pb24 {
  padding-bottom: 24px
}
.u-pl24 {
  padding-left: 24px
}
.u-pt28 {
  padding-top: 28px
}
.u-pr28 {
  padding-right: 28px
}
.u-pb28 {
  padding-bottom: 28px
}
.u-pl28 {
  padding-left: 28px
}
.u-pt32 {
  padding-top: 32px
}
.u-pr32 {
  padding-right: 32px
}
.u-pb32 {
  padding-bottom: 32px
}
.u-pl32 {
  padding-left: 32px
}
.u-pt36 {
  padding-top: 36px
}
.u-pr36 {
  padding-right: 36px
}
.u-pb36 {
  padding-bottom: 36px
}
.u-pl36 {
  padding-left: 36px
}
.u-pt40 {
  padding-top: 40px
}
.u-pr40 {
  padding-right: 40px
}
.u-pb40 {
  padding-bottom: 40px
}
.u-pl40 {
  padding-left: 40px
}
.u-pt44 {
  padding-top: 44px
}
.u-pr44 {
  padding-right: 44px
}
.u-pb44 {
  padding-bottom: 44px
}
.u-pl44 {
  padding-left: 44px
}
.u-pt48 {
  padding-top: 48px
}
.u-pr48 {
  padding-right: 48px
}
.u-pb48 {
  padding-bottom: 48px
}
.u-pl48 {
  padding-left: 48px
}
.u-pt52 {
  padding-top: 52px
}
.u-pr52 {
  padding-right: 52px
}
.u-pb52 {
  padding-bottom: 52px
}
.u-pl52 {
  padding-left: 52px
}
.u-pt56 {
  padding-top: 56px
}
.u-pr56 {
  padding-right: 56px
}
.u-pb56 {
  padding-bottom: 56px
}
.u-pl56 {
  padding-left: 56px
}
.u-pt60 {
  padding-top: 60px
}
.u-pr60 {
  padding-right: 60px
}
.u-pb60 {
  padding-bottom: 60px
}
.u-pl60 {
  padding-left: 60px
}
.u-pt64 {
  padding-top: 64px
}
.u-pr64 {
  padding-right: 64px
}
.u-pb64 {
  padding-bottom: 64px
}
.u-pl64 {
  padding-left: 64px
}
.u-pt68 {
  padding-top: 68px
}
.u-pr68 {
  padding-right: 68px
}
.u-pb68 {
  padding-bottom: 68px
}
.u-pl68 {
  padding-left: 68px
}
.u-pt72 {
  padding-top: 72px
}
.u-pr72 {
  padding-right: 72px
}
.u-pb72 {
  padding-bottom: 72px
}
.u-pl72 {
  padding-left: 72px
}
.u-pt76 {
  padding-top: 76px
}
.u-pr76 {
  padding-right: 76px
}
.u-pb76 {
  padding-bottom: 76px
}
.u-pl76 {
  padding-left: 76px
}
.u-pt80 {
  padding-top: 80px
}
.u-pr80 {
  padding-right: 80px
}
.u-pb80 {
  padding-bottom: 80px
}
.u-pl80 {
  padding-left: 80px
}

@media screen and (min-width:320px) {
  .flex-inline .col-s-12, .flex .col-s-12 {
    width: 100%
  }
  .flex-inline .col-s-10, .flex .col-s-10 {
    width: 83.33%
  }
  .flex-inline .col-s-9, .flex .col-s-9 {
    width: 75%
  }
  .flex-inline .col-s-8, .flex .col-s-8 {
    width: 66.66%
  }
  .flex-inline .col-s-7, .flex .col-s-7 {
    width: 58.33%
  }
  .flex-inline .col-s-6, .flex .col-s-6 {
    width: 50%
  }
  .flex-inline .col-s-5, .flex .col-s-5 {
    width: 41.66%
  }
  .flex-inline .col-s-4, .flex .col-s-4 {
    width: 33.33%
  }
  .flex-inline .col-s-3, .flex .col-s-3 {
    width: 25%
  }
  .flex-inline .col-s-2, .flex .col-s-2 {
    width: 16.66%
  }
  .flex-inline .col-s-1, .flex .col-s-1 {
    width: 8.33%
  }
  .u-align-s-left {
    text-align: left
  }
  .u-align-s-center {
    text-align: center
  }
  .u-align-s-right {
    text-align: right
  }
h1.hero-logo img.SVG_top_SP{
	display: block;
}
h1.hero-logo img.SVG_top_PC{
	display: none;
}
h1.hero-logo img.hero_switch_logo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 50px;
}
h1.hero-logo img.sideviewGolf_logo{
	position: absolute;
	width: 100%;
	max-width: 250px;
	right: 50%;
	top: 50%;
	transform: translate(50%, -83%);
}
.sideviewGolf_catch{
	position: absolute;
	bottom: 26%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 260px;
}
.nintendo_banner h2{
	font-size: 1.5rem;
}
.nintendo_banner h2:after{
	width: 20px;
	height: 16px;
}
  dl.spec-data dt{
    background: hsla(0, 0%, 100%, .8);
    padding: 10px;
  }
  dl.spec-data dd{
    padding: 10px;
  }
}
@media screen and (min-width:400px) {
  .ranking-list-data dt:first-child {
    width: auto
  }
  .sideviewGolf_catch{
	position: absolute;
	bottom: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 325px;
}
}
@media screen and (min-width:600px) {
  .l-footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .nintendo_banner h2{
	font-size: 2rem;
  }
  .flex-inline .col-m-12, .flex .col-m-12 {
    width: 100%
  }
  .flex-inline .col-m-10, .flex .col-m-10 {
    width: 83.33%
  }
  .flex-inline .col-m-9, .flex .col-m-9 {
    width: 75%
  }
  .flex-inline .col-m-8, .flex .col-m-8 {
    width: 66.66%
  }
  .flex-inline .col-m-7, .flex .col-m-7 {
    width: 58.33%
  }
  .flex-inline .col-m-6, .flex .col-m-6 {
    width: 50%
  }
  .flex-inline .col-m-5, .flex .col-m-5 {
    width: 41.66%
  }
  .flex-inline .col-m-4, .flex .col-m-4 {
    width: 33.33%
  }
  .flex-inline .col-m-3, .flex .col-m-3 {
    width: 25%
  }
  .flex-inline .col-m-2, .flex .col-m-2 {
    width: 16.66%
  }
  .flex-inline .col-m-1, .flex .col-m-1 {
    width: 8.33%
  }
  .pagenav-item {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 8px;
    width: 20%;
    max-width: 184px
  }
  .staff-list dt {
    text-align: right;
    width: 250px
  }
  .staff-list dd {
    padding-left: 16px;
    text-align: left;
    width: calc(100% - 250px)
  }
  .staff-list dd:not(:first-of-type) {
    margin-top: 16px
  }
  .faq-list-item {
    padding: 16px 32px
  }
  .privacy .l-section-inner {
    padding: 40px 32px
  }
  .ranking-list {
    max-height: 400px;
    padding-right: 8px
  }
  .ranking-list-container {
    padding: 32px
  }
  .sns-inner {
    margin: 0 2% 32px;
    width: 46%
  }
  .club-item {
    border-radius: 100px;
    padding: 8px 40px 8px 8px
  }
  .terrain-item {
    border-radius: 100px;
    padding: 16px 40px
  }
  .top-music-link {
    margin-top: 0;
    padding-left: 16px
  }
  .u-align-m-left {
    text-align: left
  }
  .u-align-m-center {
    text-align: center
  }
  .u-align-m-right {
    text-align: right
  }
/* 2023/6/28 add */
h1.hero-logo img.SVG_top_SP{
	display: none;
}
h1.hero-logo img.SVG_top_PC{
	display: block;
}
h1.hero-logo img.hero_switch_logo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 70px;
}
h1.hero-logo img.sideviewGolf_logo{
	position: absolute;
	width: 100%;
	max-width: 300px;
	right: 5%;
	top: 50%;
	transform: translate(0, -63%);
}
.sideviewGolf_catch{
	position: absolute;
	top: 3%;
	left: 50%;
	transform: translate(-50%, 15%);
	width: 100%;
	max-width: 420px;
}
dl.spec-data{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 750px;
	margin: auto;
	gap: 10px 35px;
}

dl.spec-data dt{
	width: 170px;
	padding: 10px;
	background: hsla(0, 0%, 100%, .8);
}

dl.spec-data dd{
	width: calc(100% - 250px);
	padding: 10px 0;
}
.about_SVG_Image p{
	max-width: 380px;
}
.nintendo_banner h2:after{
	width: 25px;
	height: 20px;
}
}
@media screen and (min-width:960px) {
  .l-header-logo {
    display: block;
    margin-left: 0
  }
  .l-header-navbtn {
    display: none
  }
  .l-header-drawer {
    background: transparent
  }
  .l-header-drawer-item {
    color: #fff;
    display: inline-block
  }
  .l-header-drawer-item:not(:last-child) {
    border-bottom: none
  }
  .l-header-globalnav {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    position: static;
    visibility: visible;
    width: auto
  }
  .l-header-userbtn span {
    display: inline-block
  }
  .flex-inline .col-l-12, .flex .col-l-12 {
    width: 100%
  }
  .flex-inline .col-l-10, .flex .col-l-10 {
    width: 83.33%
  }
  .flex-inline .col-l-9, .flex .col-l-9 {
    width: 75%
  }
  .flex-inline .col-l-8, .flex .col-l-8 {
    width: 66.66%
  }
  .flex-inline .col-l-7, .flex .col-l-7 {
    width: 58.33%
  }
  .flex-inline .col-l-6, .flex .col-l-6 {
    width: 50%
  }
  .flex-inline .col-l-5, .flex .col-l-5 {
    width: 41.66%
  }
  .flex-inline .col-l-4, .flex .col-l-4 {
    width: 33.33%
  }
  .flex-inline .col-l-3, .flex .col-l-3 {
    width: 25%
  }
  .flex-inline .col-l-2, .flex .col-l-2 {
    width: 16.66%
  }
  .flex-inline .col-l-1, .flex .col-l-1 {
    width: 8.33%
  }
  .hero-inner {
    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
  }
  .update-list-item {
    border-radius: 100px;
    padding: 16px 80px
  }
  .u-align-l-left {
    text-align: left
  }
  .u-align-l-center {
    text-align: center
  }
  .u-align-l-right {
    text-align: right
  }

/* 2023/6/28 add */
h1.hero-logo img.SVG_top_SP{
	display: none;
}
h1.hero-logo img.SVG_top_PC{
	display: block;
}
h1.hero-logo img.hero_switch_logo{
	position: absolute;
	top: 0;
	left: 0;
}
h1.hero-logo img.sideviewGolf_logo{
	position: absolute;
	width: 100%;
	max-width: 370px;
	right: 5%;
	top: 50%;
	transform: translate(0, -60%);
}
dl.spec-data{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 750px;
	margin: auto;
	gap: 10px 35px;
}

dl.spec-data dt{
	width: 170px;
	padding: 10px;
	background: hsla(0, 0%, 100%, .8);
}

dl.spec-data dd{
	width: calc(100% - 250px);
	padding: 10px 0;
}
.about_SVG_Image p{
	max-width: 450px;
}
/* end */
  .nintendo_banner h2{
	font-size: 2.3rem;
  }
.nintendo_banner h2:after {
    width: 30px;
    height: 30px;
}
.sideviewGolf_catch{
	position: absolute;
	top: 3%;
	left: 50%;
	transform: translate(-50%, 7%);
}
}