@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
/* 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 {
  color: #292929;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  padding: 0;
  margin: 0;
}
.sp_content a {
  color: #137DDB;
}
.sp_content a:visited {
  color: #5a7fb9;
}
.sp_content a:hover, .sp_content a:active, .sp_content a:focus {
  color: #3496ed;
}
.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;
}

/* PARTS
======================================== */
.sp_content .btn_official {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: url("../images/btn_nav_bg.png") no-repeat center left #D9D9D9;
  font-size: 1.5em;
  text-align: center;
  line-height: 1.1;
  padding: .8em .6em;
  -webkit-border-radius: 3em;
  border-radius: 3em;
  text-shadow: 0 0 3px #fff , 0 1px 2px #fff;
}
.sp_content .btn_official, .sp_content .btn_official:hover, .sp_content .btn_official:visited {
  color: #292929;
}
.sp_content .btn_official:before {
  content: "";
  display: inline-block;
  border-width: 6px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #292929;
  vertical-align: middle;
  margin-top: -2px;
}
.sp_content .btn_official:hover {
  text-decoration: none;
  opacity: .9;
  filter: brightness(110%);
}
.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_content .sp_slide {
  margin-bottom: 30px;
}
.sp_content .sp_slide .slick-slide img {
  width: 100%;
  height: auto;
}

.sp_news .sp_news-item {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.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: #D9D9D9;
  -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.3;
  margin-bottom: 0.4em;
}
.sp_news .sp_news-lead {
  color: #292929;
  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: #969697;
  text-align: right;
  display: inline-block;
  float: right;
}
.sp_news .sp_news-cate {
  float: left;
  display: inline-block;
  background-color: #4e6071;
  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;
  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-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 #D9D9D9;
}
.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: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 {
  padding: 0 0 .6em;
  margin: 0 0 .3em;
  text-align: center;
  font-weight: 300;
  font-size: 1.75em;
  line-height: 1;
}
.sp_block .sp_block-heading:after {
  content: "";
  display: block;
  width: 1.2em;
  border: 2px solid #BEBDC2;
  height: 0;
  margin: .6em auto 0;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}

.sp_block_l {
  padding: 50px 30px 80px;
}
.sp_block_l .sp_block-heading {
  padding: 0.6em 0;
  margin: 0 0 .3em;
  text-align: center;
  font-weight: 300;
  font-size: 3em;
  line-height: 1;
}
.sp_block_l .sp_block-heading:after {
  content: "";
  display: block;
  width: 1.2em;
  border: 2px solid #137DDB;
  height: 0;
  margin: .6em auto 0;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}
.sp_block_l .sp_block-body {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.sp_pickup {
  background-image: url("../images/bg_cover.png"), url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-position: right bottom , center;
  background-attachment: scroll , fixed;
  -webkit-background-size: 100% auto, cover;
  -o-background-size: 100% auto, cover;
  background-size: 100% auto, cover;
}
.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%;
}

.sp_body {
  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 > .twitter_box {
  -webkit-flex-basis: 320px;
  flex-basis: 320px;
  border-right: 1px solid #D9D9D9;
  padding: 2vw;
  background-color: #EAEBF0;
}
.sp_body .sp_body-content {
  padding: 0 5%;
  -webkit-flex-basis: calc( 100% - 320px );
  flex-basis: calc( 100% - 320px );
}
.sp_body .sp_body-content .sp_block {
  padding: 3vw 0 80px;
}

.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 {
  padding: 5vw 5vw 3vw;
}
.sp_header h1 img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 1328px;
}
.sp_header h2 {
  margin: -2vw 0 5vw;
  font-size: 4.8vw;
  color: #292929;
  text-align: right;
  line-height: 1.4;
  font-weight: 400;
}
.sp_header h2 i {
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(153, 157, 161, 0.8);
  color: #FFF;
  text-align: center;
  line-height: 1;
  padding: .3em .8em;
  margin: 0 0 .8em;
  font-size: .3em;
  font-weight: 300;
  -webkit-border-radius: 1.3em;
  border-radius: 1.3em;
}
.sp_header h2 i strong {
  font-size: 1.5em;
  font-weight: normal;
  vertical-align: text-bottom;
}
.sp_header h2 small {
  font-size: .85em;
  padding: 0 .1em;
}

.sp_header-links__official {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sp_header-links__official > * {
  -webkit-flex-basis: 49%;
  flex-basis: 49%;
}
.sp_header-links__official > *:nth-child(2n) .btn_official {
  background-position: right center;
}

/* FOOT
======================================== */
/* PC Large
================================================================================ */
@media screen and (min-width: 1240px) {
  .sp_body .sp_body-content {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .sp_body .sp_body-content > .sp_related {
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
  }
  .sp_body .sp_body-content > .sp_pickup_archive {
    -webkit-flex-basis: 34%;
    flex-basis: 34%;
  }
}
@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_content .btn_official {
    font-size: 1.28571em;
  }
  .sp_content .sp_slide {
    margin-bottom: 5vw;
  }

  .sp_header {
    padding: 8vw 5vw 8vw;
  }
  .sp_header h2 {
    font-size: 2.5em;
  }
  .sp_header h2 i {
    font-size: .4em;
  }

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

  .sp_body {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sp_body .sp_body-content {
    padding: 0;
  }
  .sp_body .sp_body-content .sp_block {
    padding: 8vw 5vw 8vw;
  }
  .sp_body > .twitter_box {
    border-right: none;
  }

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

  .sp_header h2 {
    text-align: center;
  }

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

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

  .for-sp_d {
    display: none;
  }
}
