@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 {
  background: url("../images/kv_bg.jpg") no-repeat top center #000;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  background-attachment: fixed;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0;
  margin: 0;
}
.sp_content a {
  cursor: pointer;
  color: #cc0041;
}
.sp_content a:visited {
  color: #5a7fb9;
}
.sp_content a:hover, .sp_content a:active, .sp_content a:focus {
  color: #ff0051;
}
.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;
}

.sp_body {
  position: relative;
  padding-top: 60px;
  -webkit-background-size: 80% auto;
  -o-background-size: 80% auto;
  background-size: 80% auto;
  background-attachment: fixed;
}
.sp_body:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 44px;
  background: url("../images/kv_border.png") repeat-x bottom center;
  top: -44px;
  left: 0;
}
.sp_body section {
  position: relative;
}
.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 > .sp_container {
  padding: 0 40px 100px;
}
.sp_body section > .sp_container:last-child {
  margin-bottom: 0;
}
.sp_body section.l-section {
  padding-top: 44px;
  background: url("../images/l_section_border.png") no-repeat top center;
}
.sp_body section.l-section.bg--1 {
  background-image: url("../images/l_section_border.png"), url("../images/circle.png");
  background-repeat: no-repeat;
  background-position: top center , top center;
}
.sp_body section.l-section.bg--2 {
  background-image: url("../images/l_section_border.png"), url("../images/wave.png");
  background-repeat: no-repeat;
  background-position: top center , top center;
}
.sp_body .sp_container > div {
  margin-bottom: 40px;
}
.sp_body .sp_container > div:last-child {
  margin-bottom: 0;
}

/* HEADING
======================================== */
.sp_heading--l {
  text-align: center;
  color: #FFF;
  font-weight: 900;
  font-size: 2.625em;
  margin-bottom: 1em;
  letter-spacing: .2em;
  line-height: 1.3;
  padding-top: .8em;
  padding-bottom: .8em;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #cc0041;
}
.sp_heading--l strong {
  display: inline-block;
  font-size: 1.25em;
}

.sp_heading--m {
  text-align: center;
  position: relative;
  padding: 10px 0;
  font-size: 2.25em;
  margin-bottom: .5em;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: .2em;
  background: url("../images/heading-m.png") no-repeat center;
}
.sp_heading--m strong {
  display: inline-block;
  font-size: 1.5em;
}

.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;
}

/* PARTS
======================================== */
.sp_content img {
  max-width: 100%;
  height: auto;
}
.sp_content .img-col,
.sp_content figure {
  margin: 0;
}
.sp_content .img-col > *,
.sp_content figure > * {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.sp_content .img-col > *:first-child,
.sp_content figure > *:first-child {
  margin-top: 0;
}
.sp_content .img-col figcaption,
.sp_content figure figcaption {
  margin-top: 1em;
  font-size: 0.75em;
}
.sp_content .img-col figcaption strong,
.sp_content figure figcaption strong {
  font-weight: 700;
}
.sp_content .insert--r {
  width: 50%;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.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 .review-box {
  margin-top: 60px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sp_content .review-box > figcaption {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative;
  font-size: 1.2em;
  padding: 1em 1.5em;
  margin: 0;
  background-color: #1f1e23;
  -webkit-flex-basis: calc(100% - 240px);
  flex-basis: calc(100% - 240px);
}
.sp_content .review-box > figcaption:after {
  content: "";
  display: block;
  width: 30px;
  height: 28px;
  background: url("../images/review-box_right.png") no-repeat left center;
  position: absolute;
  right: -30px;
  top: 50%;
  margin: -14px 0 0;
}
.sp_content .review-box > img {
  width: 200px;
  margin: 0;
}
.sp_content .sp_spec {
  font-size: 0.75em;
}
.sp_content .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_content .sp_spec h3 {
  padding: 0;
  margin-bottom: .2em;
  letter-spacing: .14em;
  margin-top: 1em;
}
.sp_content .sp_spec h3:first-child {
  margin-top: 0;
}
.sp_content .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_content .sp_spec .box-body > dl {
  -webkit-flex-basis: calc(50% - .1em);
  flex-basis: calc(50% - .1em);
}
.sp_content .sp_spec .box-body > dl.item--full {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.sp_content .sp_spec li, .sp_content .sp_spec dl {
  background-color: rgba(179, 131, 146, 0.2);
  padding: .3em .5em;
  margin-bottom: .2em;
}
.sp_content .sp_spec dl dd {
  display: inline-block;
}
.sp_content .sp_spec dl dt {
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.sp_content .sp_spec dl dt:after {
  content: ":";
  display: inline-block;
  margin: 0 .8em 0 .4em;
  font-weight: normal;
}
.sp_content .sp_spec dl.item--title_l dt {
  width: 100%;
}

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 40px;
  -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;
}

.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;
}

/* LAYOUT
======================================== */
.sp_block-body {
  margin-bottom: 60px;
}
.sp_block-body:last-child {
  margin-bottom: 0;
}

.body-layout-def {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.body-layout-def > div {
  -webkit-flex-basis: calc(60% - 40px);
  flex-basis: calc(60% - 40px);
}
.body-layout-def > .side,
.body-layout-def > figure {
  -webkit-flex-basis: 40%;
  flex-basis: 40%;
}
.body-layout-def.grid--rev {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.body-layout-def.layout--2 {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.body-layout-def.layout--2 > div {
  -webkit-flex-basis: calc(70% - 40px);
  flex-basis: calc(70% - 40px);
}
.body-layout-def.layout--2 > .side,
.body-layout-def.layout--2 > figure {
  -webkit-flex-basis: 30%;
  flex-basis: 30%;
}

.align--middle {
  -webkit-align-items: center;
  align-items: center;
}

/* ADVANCED
======================================== */
.sp_content .bgc_r {
  background-color: #4d3035;
}
.sp_content .bgc_g {
  background-color: #4d3035;
}
.sp_content .bgc_b {
  background-color: #303e4d;
}
.sp_content small,
.sp_content span.s {
  font-size: .75em;
}
.sp_content .color {
  color: #ffce25;
}
.sp_content .marker {
  background: linear-gradient(rgba(0, 0, 0, 0) 40%, rgba(204, 0, 65, 0.4) 40%, rgba(204, 0, 65, 0.4) 100%);
}
.sp_content .mb--s {
  margin-bottom: 40px;
}
.sp_content .mb--m {
  margin-bottom: 60px;
}
.sp_content .mb--l {
  margin-bottom: 100px;
}
.sp_content .float {
  width: 40%;
  float: right;
  margin-bottom: 40px;
  margin-left: 40px;
}
.sp_content .float.layout--rev {
  float: left;
  margin-right: 40px;
  margin-left: 0;
}
.sp_content .cf:after {
  content: "";
  display: table;
  float: none;
  clear: both;
}

/* 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 {
  position: relative;
  padding: 10px 40px 0;
}
.sp_header h1 {
  margin-bottom: 40px;
  position: relative;
}
.sp_header h1 img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 951px;
}
.sp_header .lead {
  margin: 40px auto 60px;
  line-height: 2;
  position: relative;
}
.sp_header .lead p {
  text-align: justify;
  text-justify: inter-character;
}
.sp_header .socialBtn {
  text-align: right;
}
.sp_header .kv {
  position: relative;
}
.sp_header .kv_catch1 img, .sp_header .kv_catch2 img {
  display: block;
  margin: 0 auto;
}
.sp_header .kv_catch2 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.sp_header .pr {
  position: absolute;
  left: 0;
  top: 0;
}
.sp_header .btn {
  display: block;
  text-align: center;
  background-color: #cc0041;
  padding: 1em;
  line-height: 1;
  font-size: 1.5em;
  font-weight: 900;
  margin-left: 60px;
  margin-right: 60px;
}
.sp_header .btn, .sp_header .btn:hover, .sp_header .btn:visited {
  color: #FFF;
}
.sp_header .sp_container {
  position: relative;
  margin-bottom: -32px;
  z-index: 1;
}

@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;
  text-align: center;
}
.sp_footer a:hover img {
  filter: brightness(120%);
}
.sp_footer img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 20px rgba(204, 0, 65, 0.4);
  box-shadow: 0 0 20px rgba(204, 0, 65, 0.4);
}
.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: 1001px) {
  .sp_content .under--l {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .sp_heading--l {
    font-size: 2.375em;
  }

  .sp_heading--m {
    font-size: 2em;
    -webkit-background-size: 120% auto;
    -o-background-size: 120% auto;
    background-size: 120% auto;
  }

  .sp_content .over--l {
    display: none;
  }
  .sp_content .float {
    width: 30%;
  }
  .sp_content .float--under-l {
    width: 30%;
    float: right;
    margin-bottom: 40px;
    margin-left: 40px;
  }
  .sp_content .float--under-l.layout--rev {
    float: left;
    margin-right: 40px;
    margin-left: 0;
  }

  .body-layout-def {
    display: block;
  }
  .body-layout-def > figure:first-child {
    width: 40%;
    float: right;
    margin-bottom: 2em;
    margin-left: 40px;
  }
  .body-layout-def > figure:first-child.layout--rev {
    float: left;
    margin-right: 40px;
    margin-left: 0;
  }

  .grid--under-l {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .grid--under-l > div {
    -webkit-flex-basis: calc(100% - 240px);
    flex-basis: calc(100% - 240px);
  }
  .grid--under-l > .side,
  .grid--under-l > figure {
    -webkit-flex-basis: 200px;
    flex-basis: 200px;
  }
  .grid--under-l.layout--col2 > * {
    -webkit-flex-basis: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
  }

  .sp_header .kv_catch2 {
    width: 70%;
    left: 15%;
  }

  .sp_body:before {
    top: -4vw;
    height: 4vw;
    -webkit-background-size: auto 4vw;
    -o-background-size: auto 4vw;
    background-size: auto 4vw;
  }
  .sp_body section.l-section {
    padding-top: 4vw;
    -webkit-background-size: auto 4vw , auto;
    -o-background-size: auto 4vw , auto;
    background-size: auto 4vw , auto;
  }
}
/* SMP
================================================================================ */
@media screen and (min-width: 768px) {
  .sp_content .under--s {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_heading--l {
    font-size: 1.5em;
  }

  .sp_heading--m {
    font-size: 1.5em;
  }

  .sp_content {
    font-size: 14px;
    background-position: top center;
    -webkit-background-size: 800px auto;
    -o-background-size: 800px auto;
    background-size: 800px auto;
  }
  .sp_content .over--s {
    display: none;
  }

  .sp_body section {
    padding: 0;
  }
  .sp_body section > .sp_container {
    padding: 0 8vw 14vw;
  }

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

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

  .sp_headline {
    font-size: 1.3em;
  }

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

  .sp_header {
    padding: 8vw 8vw 0;
  }

  .sp_footer {
    margin-top: 14vw;
    padding: 0 8vw 8vw;
  }
  .sp_footer .copy {
    margin-top: 14vw;
  }
}
@media screen and (min-width: 640px) {
  .sp_content .under--sx {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .sp_heading--l {
    letter-spacing: .1em;
  }

  .sp_content .over--sx {
    display: none;
  }
  .sp_content .review-box {
    display: block;
    margin-top: 8vw;
  }
  .sp_content .review-box figcaption {
    margin: 0 0 20px;
    text-align: center;
  }
  .sp_content .review-box figcaption:after {
    width: 40px;
    height: 15px;
    background: url("../images/review-box_down.png") no-repeat top center;
    right: 50%;
    top: auto;
    bottom: 0;
    margin: 0 -20px -15px 0;
  }
  .sp_content .review-box > img {
    width: auto;
  }
  .sp_content .float {
    margin-bottom: 8vw;
    width: auto;
    float: none;
    margin-left: 0;
  }
  .sp_content .float.layout--rev {
    float: none;
    margin-right: 0;
  }

  .body-layout-def {
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .body-layout-def > div {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .body-layout-def > .side,
  .body-layout-def > figure,
  .body-layout-def > figure:first-child {
    float: none;
    width: 100%;
    margin: 8vw 0 0;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .body-layout-def.grid--rev {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .body-layout-def.grid--normal-sx {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .body-layout-def.grid--normal-sx > .side,
  .body-layout-def.grid--normal-sx > figure,
  .body-layout-def.grid--normal-sx > figure:first-child {
    margin-top: 0;
    margin-bottom: 8vw;
  }

  .grid--under-l {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .grid--under-l > .side {
    width: 100%;
    text-align: center;
    margin-bottom: 8vw;
  }
  .grid--under-l > .side img {
    width: 200px;
  }

  .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 h1 {
    margin-bottom: 8vw;
  }
  .sp_header .lead h2 {
    font-size: 1.5em;
    text-align: left;
  }
  .sp_header .btn {
    margin-left: 10px;
    margin-right: 10px;
  }
}
