@import url("https://fonts.googleapis.com/css2?family=Manrope&family=Noto+Sans+JP:wght@400;700;900&family=Audiowide&display=swap");
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

/* RESET
================================================================================ */
#contents, #mainContents {
  width: 100%;
  background: transparent;
  float: none;
  clear: both;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.sp-content {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.sp-content div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sp-content div, .sp-content p, .sp-content a, .sp-content ul, .sp-content li,
.sp-content h1, .sp-content h2, .sp-content h3, .sp-content h4 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

/* SETTING
================================================================================ */
.sp_content {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #000;
  padding: 0;
  margin: 0;
}
.sp_content a {
  cursor: pointer;
  color: #0a6410;
}
.sp_content a:visited {
  color: #5a7fb9;
}
.sp_content a:hover, .sp_content a:active, .sp_content a:focus {
  color: #0f9217;
}
.sp_content a:hover img, .sp_content a:active img, .sp_content a:focus img {
  filter: brightness(130%);
}
.sp_content a img {
  display: block;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
.sp_content div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sp_content i {
  font-style: normal;
}
.sp_content .sp_container {
  max-width: 1000px;
  margin: 0 auto;
}
.sp_content .alt {
  display: none;
}

/* PARTS
======================================== */
.socialBtn {
  position: relative;
  padding: 0;
  margin: 0 0 20px;
  float: none;
}
.socialBtn ul {
  zoom: 1;
}
.socialBtn ul:before, .socialBtn ul:after {
  content: "";
  display: table;
  border-spacing: 0;
}
.socialBtn ul:after {
  clear: both;
}
.socialBtn li {
  display: inline-block;
  overflow: hidden;
  height: 21px;
}
.socialBtn .ballon {
  position: relative;
  float: right;
  padding: 0 5px;
  display: inline-block;
  border: 1px solid #CCC;
  margin-left: 7px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #333;
  height: 18px;
  line-height: 18px;
  background-color: #FFF;
  text-align: center;
  font-weight: normal;
  font-size: 11px;
}
.socialBtn .ballon:before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: -9px;
  margin-top: -4px;
  border: 4px solid transparent;
  border-right-color: #AAA;
}
.socialBtn .ballon:after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: -8px;
  margin-top: -4px;
  border: 4px solid transparent;
  border-right-color: #FFF;
}
.socialBtn a, .socialBtn a:hover, .socialBtn a:visited {
  color: #000;
}
.socialBtn a:hover {
  text-decoration: none;
  text-shadow: none;
}

span.s {
  font-size: .75em;
}

.sp_body {
  background: url("../images/bg_body.jpg") no-repeat right bottom #000;
  -webkit-background-size: 80% auto;
  -o-background-size: 80% auto;
  background-size: 80% auto;
  background-attachment: fixed;
}
.sp_body:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  background: linear-gradient(to right, #005dff 0%, #00bcff 40%, #00bcff 60%, #005dff 100%);
}
.sp_body section {
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
}
.sp_body section:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50vh;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0, 188, 255, 0.1) 0%, rgba(0, 93, 255, 0) 100%);
}
.sp_body section p {
  line-height: 2;
  margin-bottom: 1em;
  text-align: justify;
  text-justify: inter-character;
}
.sp_body section p:last-child {
  margin-bottom: 0;
}
.sp_body section.lead {
  padding-top: 100px;
}
.sp_body section.lead:before {
  content: none;
}
.sp_body section.sp_spec:before {
  margin-bottom: 0;
}
.sp_body .sp_container {
  padding-left: 40px;
  padding-right: 40px;
}

.sp_spec {
  font-size: 0.75em;
  background-color: rgba(0, 0, 0, 0.4);
  padding-bottom: 60px;
}
.sp_spec h2 {
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  padding: 1em;
  background-color: rgba(0, 0, 0, 0.2);
}
.sp_spec h3 {
  padding: .4em;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  margin-top: 40px;
  margin-bottom: .5em;
  letter-spacing: .14em;
}
.sp_spec .sp_container, .sp_spec div.box-body {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sp_spec .sp_container > div {
  -webkit-flex-basis: 48%;
  flex-basis: 48%;
}
.sp_spec .sp_container > div > small {
  display: block;
}
.sp_spec .box-body > dl {
  -webkit-flex-basis: calc(50% - .1em);
  flex-basis: calc(50% - .1em);
}
.sp_spec .box-body > dl.item--full {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.sp_spec li, .sp_spec dl {
  background-color: rgba(89, 208, 255, 0.1);
  padding: .3em .5em;
  margin-bottom: .2em;
}
.sp_spec dl dd {
  display: inline-block;
}
.sp_spec dl dt {
  color: #739abd;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.sp_spec dl dt:after {
  content: ":";
  display: inline-block;
  margin: 0 .2em;
  font-weight: normal;
}
.sp_spec dl.item--title_l dt {
  width: 100%;
}

.sp_block-heading {
  position: relative;
  padding: 0;
  margin: 0 0 60px;
  text-align: center;
  font-size: 1.8em;
  line-height: 1.4;
  letter-spacing: .2em;
}
.sp_block-heading strong {
  display: inline-block;
  font-size: 1.5em;
  font-weight: 900;
  letter-spacing: .16em;
  display: block;
}
.sp_block-heading:after {
  content: "";
  display: block;
  width: 6em;
  max-width: 1000px;
  height: 1px;
  margin: 60px auto 0;
  background: linear-gradient(to right, #005dff 0%, #00bcff 40%, #00bcff 60%, #005dff 100%);
}

.sp_headline {
  font-size: 1.8em;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.4;
  letter-spacing: .14em;
}
.sp_headline strong {
  font-size: 1.25em;
}

a.sp_bnr {
  display: block;
  position: relative;
  text-align: center;
  font-weight: 700;
  letter-spacing: .14em;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: rgba(0, 188, 255, 0.2);
  padding: 1.8em 60px;
  -webkit-transition: background .4s linear .1s;
  -moz-transition: background .4s linear .1s;
  -ms-transition: background .4s linear .1s;
  -o-transition: background .4s linear .1s;
  transition: background .4s linear .1s;
}
a.sp_bnr, a.sp_bnr:hover, a.sp_bnr:active, a.sp_bnr:visited {
  color: #FFF;
  text-decoration: none;
}
a.sp_bnr:hover {
  background-color: rgba(0, 188, 255, 0.4);
}
a.sp_bnr:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  display: inline-block;
  background: url("../images/outline_chevron_right_white_24dp.png") no-repeat center;
  -webkit-background-size: 24px auto;
  -o-background-size: 24px auto;
  background-size: 24px auto;
  width: 28px;
  padding: 24px 0 0;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: .8em;
  margin-top: -14px;
}

.sp_block-body {
  margin-bottom: 60px;
}
.sp_block-body:last-child {
  margin-bottom: 0;
}

.sp_grid {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sp_grid > figure {
  margin: 0;
}
.sp_grid.grid--imgcol2 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.sp_grid.grid--imgcol2 > figure {
  margin: 0;
  -webkit-flex-basis: 49%;
  flex-basis: 49%;
}
.sp_grid.grid--imgcol3 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.sp_grid.grid--imgcol3 > figure {
  margin: 0;
  -webkit-flex-basis: 33%;
  flex-basis: 33%;
}
.sp_grid.grid--img_s > *:nth-child(1) {
  -webkit-flex-basis: 65%;
  flex-basis: 65%;
}
.sp_grid.grid--img_s > *:nth-child(2) {
  -webkit-flex-basis: calc(35% - 40px);
  flex-basis: calc(35% - 40px);
}
.sp_grid.grid--def > *:nth-child(1) {
  -webkit-flex-basis: 55%;
  flex-basis: 55%;
}
.sp_grid.grid--def > *:nth-child(2) {
  -webkit-flex-basis: calc(45% - 40px);
  flex-basis: calc(45% - 40px);
}
.sp_grid.grid--rev {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.sp_content img {
  max-width: 100%;
  height: auto;
}
.sp_content .sp_movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.sp_content .sp_movie > * {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.sp_content .bgc_r {
  background-color: #4d3035;
}
.sp_content .bgc_g {
  background-color: #4d3035;
}
.sp_content .bgc_b {
  background-color: #303e4d;
}

/* SNS
======================================== */
#sp-head-bkmark {
  background-color: #292929;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5MjkyOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #292929), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(#292929 0%, #000000 100%);
  background-image: -webkit-linear-gradient(#292929 0%, #000000 100%);
  background-image: linear-gradient(#292929 0%, #000000 100%);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF292929', endColorstr='#FF000000');
  padding: 5px 0;
}
#sp-head-bkmark .famicom {
  display: inline-block;
  float: left;
}

.bookmark_button li {
  float: right;
  margin-left: 10px;
}
.bookmark_button li.gplus {
  width: 60px;
}
.bookmark_button li.twitter {
  width: 90px;
}
.bookmark_button li:last-child {
  margin-right: 0;
}

/* HEADER
======================================== */
.sp_header {
  background: url("../images/bg.jpg") no-repeat top center #000;
  -webkit-background-size: 90% auto;
  -o-background-size: 90% auto;
  background-size: 90% auto;
  background-attachment: fixed;
  padding: 0;
  padding: 40px;
  position: relative;
}
.sp_header h1 {
  margin-bottom: 40px;
  position: relative;
}
.sp_header h1 img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 986px;
}
.sp_header .lead {
  margin: 0 60px 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 2;
  position: relative;
}
.sp_header .lead h2 {
  font-size: 1.8em;
  margin-bottom: 2em;
}
.sp_header .lead div {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  padding: 0 0 0 60px;
}
.sp_header .lead div p {
  max-width: 26em;
  text-align: justify;
  text-justify: inter-character;
}
.sp_header .lead figure {
  margin: 0;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.sp_header .lead figure img {
  display: block;
  margin: 0 0 0 auto;
}
.sp_header .socialBtn {
  text-align: right;
}

@media screen and (max-width: 1129px) {
  .sp_header .lead {
    display: block;
  }
  .sp_header .lead figure {
    margin-bottom: 60px;
  }
  .sp_header .lead figure img {
    margin-left: auto;
    margin-right: auto;
  }
  .sp_header .lead div {
    padding-left: 0;
  }
  .sp_header .lead div p {
    max-width: inherit;
  }
  .sp_header .lead h2 {
    margin-bottom: 40px;
    text-align: center;
  }
}
/* FOOT
======================================== */
.sp_footer {
  margin-top: 100px;
  padding-bottom: 1em;
}
.link_wrap {
  display: flex;
  flex-wrap: wrap;
}
.link_wrap > * {
  flex: 1;
  min-width: calc(50% - 20px);
  margin: 5px;
}
.link_wrap > .link > * {
    flex-direction: column;
    height: 100%;
    display: flex;
}
.sp_footer .copy {
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
  color: #666;
  margin-top: 100px;
}

/* PC Large
================================================================================ */
@media screen and (min-width: 768px) {
  .for-sp, .for-sp_d {
    display: none;
  }
}
/* SMP
================================================================================ */
@media screen and (max-width: 767px) {
  .sp_content {
    font-size: 14px;
  }

  .sp_body section {
    padding-top: 8vw;
    padding-bottom: 10vw;
  }
  .sp_body section.lead {
    padding-top: 10vw;
  }
  .sp_body .sp_container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .sp_spec {
    font-size: 12px;
    padding-bottom: 8vw;
  }

  .sp_block-heading {
    margin: 0 0 8vw;
    font-size: 1.3em;
  }
  .sp_block-heading:after {
    margin: 8vw auto 0;
  }

  .sp_headline {
    font-size: 1.3em;
  }

  .sp_block-body {
    margin-bottom: 8vw;
  }
  .sp_block-body:last-child {
    margin-bottom: 0;
  }

  .sp_header {
    padding: 5vw;
  }
  .sp_header .lead {
    margin: 0 5vw 5vw;
  }
  .sp_header .lead figure {
    margin-bottom: 8vw;
  }
  .sp_header .lead h2 {
    margin-bottom: 5vw;
  }

  .for-pc {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .for-sp_s {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .sp_spec h3 {
    padding: .4em;
    background-color: rgba(255, 255, 255, 0.1);
    text-align: center;
    margin-top: 5vw;
    margin-bottom: .5em;
    letter-spacing: .14em;
  }
  .sp_spec .sp_container {
    display: block;
  }
  .sp_spec .sp_container > * {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 5vw;
  }
  .sp_spec .sp_container > *:last-child {
    margin-bottom: 0;
  }

  .sp_grid.grid--def, .sp_grid {
    display: block;
  }
  .sp_grid.grid--def > *, .link_wrap > * {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 2vw;
  }
  .sp_grid.grid--def > *:last-child, .link_wrap > *:last-child {
    margin-bottom: 0;
  }

  .sp_body {
    -webkit-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
  }

  .sp_header {
    -webkit-background-size: auto 60%;
    -o-background-size: auto 60%;
    background-size: auto 60%;
  }
  .sp_header .lead h2 {
    font-size: 1.5em;
    text-align: left;
  }

  .for-sp_d {
    display: none;
  }
}
