@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;700&family=Sarpanch:wght@400;800&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 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;
  background: url("../images/bg.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #000;
  padding: 0;
  margin: 0;
}
.sp_content:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 30vh;
  background: linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}
.sp_content a {
  cursor: pointer;
  color: #c91003;
}
.sp_content a:visited {
  color: #5a7fb9;
}
.sp_content a:hover, .sp_content a:active, .sp_content a:focus {
  color: #fb1404;
}
.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 .sp_container {
  max-width: 960px;
  margin: 0 auto;
}
.sp_content .alt {
  display: none;
}
.sp_content img {
  max-width: 100%;
  height: auto;
}

/* 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;
  float: left;
  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;
}

.sp_spec {
  font-size: 0.75em;
  border: solid 1px rgba(204, 204, 204, 0.8);
  background-color: rgba(0, 0, 0, 0.4);
  padding: 1.5em;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sp_spec dd {
  flex-basis: calc(100% - 6em);
  margin-bottom: .4em;
}
.sp_spec dt {
  background-color: #000;
  color: #FFF;
  font-weight: bold;
  flex-basis: 5em;
  margin-bottom: .4em;
  position: relative;
  padding: .1em .4em;
}
.sp_spec dt.title--l {
  flex-basis: 100%;
  margin-bottom: 0;
  text-align: center;
  margin-top: .4em;
}
.sp_spec dt.title--l:after {
  position: relative;
  right: auto;
  margin-left: .2em;
}
.sp_spec dt.title--l + dd {
  flex-basis: 100%;
}

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

.sp_movie_container .sp_movie {
  margin-bottom: 30px;
}

.sp_news > * {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.sp_news .sp_news-item {
  display: block;
  width: 100%;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.sp_news .sp_news-item a {
  display: block;
  width: 100%;
}
.sp_news .sp_news-img {
  overflow: hidden;
  margin-bottom: 0.6em;
}
.sp_news .sp_news-img .thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-color: #777;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.sp_news .sp_news-content {
  margin-bottom: .8em;
}
.sp_news .sp_news-title {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.2em;
  padding-bottom: .3em;
}
.sp_news .sp_news-lead {
  color: #fff;
  font-size: 0.875em;
  text-align: justify;
  -ms-text-justify: inter-character;
  text-justify: inter-character;
}
.sp_news .sp_news-date {
  font-size: 0.875em;
  line-height: 1.42857;
  color: #ccc;
  text-align: right;
  display: inline-block;
  float: right;
}
.sp_news .sp_news-cate {
  float: left;
  display: inline-block;
  background-color: #000;
  color: #FFF;
  padding: 0 .4em;
  margin: 0 .2em;
  font-size: 0.75em;
  line-height: 1.66667;
  vertical-align: middle;
  -webkit-border-radius: .2em;
  border-radius: .2em;
}
.sp_news a:hover .sp_news-img .thumbnail {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.sp_news.sp_news--card .sp_news-item {
  background: url("../images/btn_nav_bg.png") no-repeat bottom -55% right -50% #fff;
  color: #292929;
  padding-bottom: 10px;
  -webkit-box-shadow: 0 0 5px rgba(30, 30, 30, 0.17);
  box-shadow: 0 0 5px rgba(30, 30, 30, 0.17);
  -webkit-border-radius: .5em;
  border-radius: .5em;
  overflow: hidden;
}
.sp_news.sp_news--card .sp_news-item > a {
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sp_news.sp_news--card .sp_news-item .sp_news-lead {
  color: #292929;
}
.sp_news.sp_news--card .sp_news-item.comingsoon {
  min-height: 210px;
  background-color: #000;
  background: url("../images/comingsoon.jpg") no-repeat center center #000;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
.sp_news.sp_news--card .sp_news-item.comingsoon p {
  display: none;
}
.sp_news.sp_news--card .sp_news-title,
.sp_news.sp_news--card .sp_news-lead,
.sp_news.sp_news--card .sp_news-meta {
  padding-left: 10px;
  padding-right: 10px;
}
.sp_news.sp_news--row .sp_news-item {
  zoom: 1;
}
.sp_news.sp_news--row .sp_news-item:before, .sp_news.sp_news--row .sp_news-item:after {
  content: "";
  display: table;
  border-spacing: 0;
}
.sp_news.sp_news--row .sp_news-item:after {
  clear: both;
}
.sp_news.sp_news--row .sp_news-item + .sp_news-item {
  border-top: 1px solid #777;
}
.sp_news.sp_news--row .sp_news-item > a {
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 30px;
}
.sp_news.sp_news--row .sp_news-item > a .sp_news-title {
  color: #FFF;
  position: relative;
}
.sp_news.sp_news--row .sp_news-item > a .sp_news-title > * {
  position: relative;
  z-index: 1;
}
.sp_news.sp_news--row .sp_news-item > a .sp_news-title:before {
  z-index: 0;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 2px;
  background-color: #c91003;
  -webkit-transition: all .4s linear .2s;
  -moz-transition: all .4s linear .2s;
  -ms-transition: all .4s linear .2s;
  -o-transition: all .4s linear .2s;
  transition: all .4s linear .2s;
}
.sp_news.sp_news--row .sp_news-item > a:hover .sp_news-title:before {
  width: 100%;
}
.sp_news.sp_news--row .sp_news-item > a:hover .sp_news-img {
  opacity: .8;
}
.sp_news.sp_news--row .sp_news-item:first-child > a {
  padding-top: 0;
}
.sp_news.sp_news--row .sp_news-item:last-child > a {
  padding-bottom: 0;
}
.sp_news.sp_news--row .sp_news-img {
  width: 25%;
  float: left;
}
.sp_news.sp_news--row .sp_news-title,
.sp_news.sp_news--row .sp_news-lead,
.sp_news.sp_news--row .sp_news-meta {
  margin-left: 28%;
}

.sp_block .sp_block-heading {
  position: relative;
  background: url("../images/headline_bg.png") no-repeat bottom center;
  padding: 30px 0 0;
  border: none;
  margin: 0 0 1em;
  text-align: center;
  font-size: 1.75em;
  line-height: 1;
  font-family: "Sarpanch", sans-serif;
  color: #c91003;
  text-align: center;
  height: 160px;
}
.sp_block .sp_block-heading span {
  position: relative;
}

.sp_pickup .sp_news {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sp_pickup .sp_news > * {
  -webkit-flex-basis: 47%;
  flex-basis: 47%;
}
.sp_pickup .sp_news > *:nth-child(n+3) {
  margin-top: 4%;
}

.bnr_buy a img {
  border: 6px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sp_body {
  position: relative;
  padding: 0;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sp_body > .sp_body-side {
  background: url("../images/bg1.png") repeat;
  -webkit-background-size: 302px auto;
  -o-background-size: 302px auto;
  background-size: 302px auto;
  -webkit-flex-basis: 320px;
  flex-basis: 320px;
}
.sp_body > .sp_body-side > * {
  padding: 2vw;
}
.sp_body > .sp_body-side > * > * {
  margin-bottom: 30px;
}
.sp_body > .sp_body-side > *.package_box {
  background: rgba(51, 51, 51, 0.8);
  position: relative;
  padding: 2vw 2vw 0;
  margin-bottom: 30px;
}
.sp_body > .sp_body-side > *.package_box:after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background: url("../images/package_bottom.png") repeat-x bottom center;
  position: absolute;
  bottom: -46px;
  left: 0;
}
.sp_body > .sp_body-side > *.package_box > * {
  margin-bottom: 10px;
}
.sp_body > .sp_body-side > *.package_box figure {
  text-align: center;
}
.sp_body > .sp_body-side > a {
  display: block;
}
.sp_body .sp_body-content {
  background: rgba(51, 51, 51, 0.75);
  padding: 0 3vw;
  -webkit-flex-basis: calc( 100% - 320px );
  flex-basis: calc( 100% - 320px );
}
.sp_body .sp_body-content .sp_block {
  padding: 30px 0 50px;
}
.sp_body .link-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.sp_content .bgc_r {
  background-color: #4d3035;
}
.sp_content .bgc_g {
  background-color: #4d3035;
}
.sp_content .bgc_b {
  background-color: #303e4d;
}
.sp_content .copy {
  font-size: 0.8125em;
  color: #777;
  font-family: "Sarpanch", sans-serif;
  font-weight: 400;
}

/* 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 {
  padding: 0;
  height: calc(100vh - 60px);
  min-height: 500px;
  position: relative;
}
.sp_header img {
  display: block;
  height: auto;
}
.sp_header h1 {
  padding: 10px 3vw 0;
}
.sp_header h1 .logo {
  margin: 0 auto;
  width: 100%;
  max-width: 695px;
}
.sp_header .catch_bg {
  position: absolute;
  width: 50%;
  top: 50%;
  right: 0;
}
.sp_header .catch_bg img {
  margin: 0 0 0 auto;
  width: 100%;
  max-width: 496px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.sp_header .catch {
  position: absolute;
  width: calc(100% - 320px);
  height: 320px;
  bottom: 0;
  left: 320px;
}
.sp_header h2 {
  position: absolute;
  width: 100%;
  top: 32%;
  left: 0;
}
.sp_header h2 img {
  width: 90%;
  max-width: 798px;
  margin: 0 5% 0 auto;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* FOOT
======================================== */
/* PC Large
================================================================================ */
@media screen and (min-width: 1240px) {
  .sp_body .sp_body-content {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .sp_body .sp_body-content > .sp_pickup {
    -webkit-flex-basis: calc(100% - 330px);
    flex-basis: calc(100% - 330px);
  }
  .sp_body .sp_body-content > .sp_movie_container {
    padding-top: 71px;
    -webkit-flex-basis: 300px;
    flex-basis: 300px;
  }
  .sp_body .sp_body-content > .sp_related {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media screen and (min-width: 769px) {
  .for-sp, .for-sp_d {
    display: none;
  }

  .fixbnr {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 2vw;
    margin-bottom: 0;
    width: 320px;
  }
  .fixbnr.fixed {
    -webkit-transition: all .6s linear .2s;
    -moz-transition: all .6s linear .2s;
    -ms-transition: all .6s linear .2s;
    -o-transition: all .6s linear .2s;
    transition: all .6s linear .2s;
    position: absolute;
    bottom: 0;
  }
}
/* SMP
================================================================================ */
@media screen and (max-width: 768px) {
  .sp_content {
    font-size: 14px;
  }
  .sp_content .btn_official {
    font-size: 1.28571em;
  }
  .sp_content .sp_slide {
    margin-bottom: 5vw;
  }

  .sp_header {
    min-height: inherit;
    height: 80vh;
    max-height: 110vw;
  }
  .sp_header .catch {
    height: 50%;
    width: 100%;
    left: 0;
  }
  .sp_header h2 {
    top: auto;
    bottom: 5vw;
  }
  .sp_header h2 img {
    width: 80%;
    margin: 0 5vw 0 auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .sp_header .catch_bg {
    top: auto;
    bottom: -40%;
  }
  .sp_header .catch_bg img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .sp_movie_container .sp_movie {
    margin-bottom: 5vw;
  }

  .sp_block_l {
    padding: 5vw 5vw 10vw;
  }

  .sp_body {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sp_body .link-block > * {
    -webkit-flex-basis: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }
  .sp_body .sp_body-content {
    padding: 0;
    margin-bottom: 8vw;
  }
  .sp_body .sp_body-content .sp_block {
    padding: 8vw 5vw 8vw;
  }
  .sp_body > .sp_body-side > * {
    margin-bottom: 5vw;
  }
  .sp_body > .sp_body-side > *.package_box {
    padding: 5vw 5vw 0;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .sp_body > .sp_body-side > *.package_box > * {
    -webkit-flex-basis: 24%;
    flex-basis: 24%;
  }
  .sp_body > .sp_body-side > *.package_box img {
    max-width: 100%;
    height: auto;
  }

  .for-pc {
    display: none;
  }
}
@media screen and (min-width: 480px) {
  .for-sp_s {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .sp_content {
    -webkit-background-size: auto 90%;
    -o-background-size: auto 90%;
    background-size: auto 90%;
  }
  .sp_content .sp_slide .slick-slide img {
    width: 230px;
  }

  .sp_header-links__official {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sp_header-links__official > * + * {
    margin-top: .5em;
  }

  .sp_block_l .sp_block-heading {
    font-size: 2.28571em;
  }

  .sp_block .sp_block-heading {
    font-size: 2em;
  }

  .bnr_buy {
    border-width: 4px;
  }

  .for-sp_s.bnr_buy {
    margin-top: 5vw;
  }

  .sp_pickup .sp_news {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sp_pickup .sp_news > *:nth-child(n+2) {
    margin-top: 5vw;
  }

  .sp_body .link-block {
    display: block;
  }
  .sp_body .link-block > *:nth-child(n+2) {
    margin-top: 5vw;
  }

  .for-sp_d {
    display: none;
  }
}
