@charset "UTF-8";
/* ====================================================================== */
/* 独自設定 */
/* ====================================================================== */
.bsbb {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sp-container {
  width: 990px;
  margin: 0 auto;
  zoom: 1;
}
.sp-container:before, .sp-container:after {
  content: "";
  display: table;
  border-spacing: 0;
}
.sp-container:after {
  clear: both;
}

.alt {
  display: none;
}

.dummymovie {
  width: 100%;
  height: auto;
}

.sp-title {
  display: none;
}

.sp-s01 {
  zoom: 1;
}
.sp-s01:before, .sp-s01:after {
  content: "";
  display: table;
  border-spacing: 0;
}
.sp-s01:after {
  clear: both;
}

/*---------------------------
 LAYOUT
----------------------------- */
.sp-content {
  background: url("../images/bg_pat.png") repeat top center #fff;
  font-size: 0.875rem;
  min-width: 1000px;
}
.sp-content div, .sp-content ul, .sp-content li, .sp-content p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sp-content p {
  text-align: justify;
  line-height: 1.8;
}
.sp-content a {
  color: #008EE9;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sp-content a:hover {
  color: #000;
  text-shadow: 0 0 2px #00ffff;
}
.sp-content a:visited {
  color: #b298d2;
}

.sp-header {
  background: url("../images/pc_headbg.jpg") no-repeat top center;
  padding-top: 380px;
  padding-bottom: 80px;
}
.sp-header .sp-container {
  padding: 0 0 0 50px;
}
.sp-header .sp-lead {
  font-weight: bold;
  text-shadow: 0 1px 0 #00ffff;
  width: 572px;
  margin: 0 0 40px;
  text-align: justify;
}
.sp-header .sp-movie {
  position: relative;
  width: 572px;
  height: 327px;
  background: url("../images/movie.png") no-repeat center;
  padding: 6px 0 0 6px;
}

.sp-body {
  border-top: 1px solid #000;
  position: relative;
  padding: 70px 0 100px;
}
.sp-body .sp-body__header {
  width: 100%;
  height: 60px;
  position: absolute;
  top: -30px;
  left: 0;
  text-align: center;
}

/*---------------------------
 sp-body
----------------------------- */
.sp-interview-grid {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sp-interview-grid li {
  -webkit-flex-basis: 316px;
  flex-basis: 316px;
}
.sp-interview-grid li:nth-child(n+4) {
  margin-top: 21px;
}
.sp-interview-grid li > img {
  opacity: 0.6;
}
.sp-interview-grid a {
  display: block;
  position: relative;
  overflow: hidden;
  background: url(../images/interview_frame.png) no-repeat center;
  width: 316px;
  height: 300px;
  padding: 48px 8px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sp-interview-grid a .title {
  display: block;
  width: 300px;
  color: #000;
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 2px 0 #00ffff;
  z-index: 1;
  bottom: 8px;
  left: 8px;
  padding: 10px 14px 14px;
  line-height: 1.3;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sp-interview-grid a .img {
  display: inline-block;
  width: 100%;
  height: 168.75px;
  overflow: hidden;
  background-color: #00efef;
  position: relative;
}

.sp-interview-grid a .img:after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  padding: 80px 0;
  position: absolute;
  bottom: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 60%, #ffffff 100%);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 60%, #ffffff 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 60%, #ffffff 100%);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00FFFFFF', endColorstr='#FFFFFFFF');
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sp-interview-grid a .img img {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translate(-50%, -20%) scale(1, 1);
  -moz-transform: translate(-50%, -20%) scale(1, 1);
  -ms-transform: translate(-50%, -20%) scale(1, 1);
  -o-transform: translate(-50%, -20%) scale(1, 1);
  transform: translate(-50%, -20%) scale(1, 1);
}
.sp-interview-grid a:hover .img img {
  opacity: .8;
  -webkit-transform: translate(-50%, -20%) scale(1.05, 1.05);
  -moz-transform: translate(-50%, -20%) scale(1.05, 1.05);
  -ms-transform: translate(-50%, -20%) scale(1.05, 1.05);
  -o-transform: translate(-50%, -20%) scale(1.05, 1.05);
  transform: translate(-50%, -20%) scale(1.05, 1.05);
}

.sp-image-grid {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sp-image-grid li {
  position: relative;
}
.sp-image-grid.col2 li {
  padding: 9px;
  -webkit-flex-basis: 478px;
  flex-basis: 478px;
  background: url("../images/ph_flame.png") no-repeat top center;
}
.sp-image-grid.col2 li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../images/ph_flame.png") no-repeat top center;
  width: 100%;
  height: 22px;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.sp-image-grid.col2 li:nth-child(n+3) {
  margin-top: 21px;
}
.sp-image-grid img {
  display: block;
  margin: 0 auto;
}

.sp-body02 .sp-s01 {
  margin-bottom: 20px;
}
.sp-body02 .sp-s01 p {
  margin-bottom: 30px;
}
.sp-body02 .sp-s01 .left {
  display: block;
  float: left;
  margin-right: 20px;
}
.sp-body02 .sp-s01 .right {
  display: block;
  float: right;
}

/* キャラ紹介 */
.sp-body03 {
  background-color: rgba(80, 80, 80, 0.1);
}

.sp-chara {
  max-width: 1360px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: top center;
  height: 900px;
  padding-top: 125px;
  border-collapse: collapse;
}
.sp-chara dt {
  display: none;
}
.sp-chara dd {
  line-height: 1.8;
  text-align: justify;
}
.sp-chara .sp-chara_chara dd {
  width: 380px;
  height: 564px;
}
.sp-chara .sp-chara_robo dd {
  width: 300px;
}
.sp-chara.sp-chara01 .sp-chara_chara, .sp-chara.sp-chara03 .sp-chara_chara, .sp-chara.sp-chara05 .sp-chara_chara {
  margin-left: 560px;
}
.sp-chara.sp-chara01 .sp-chara_robo, .sp-chara.sp-chara03 .sp-chara_robo, .sp-chara.sp-chara05 .sp-chara_robo {
  margin-left: 250px;
}
.sp-chara.sp-chara02 .sp-chara_chara, .sp-chara.sp-chara04 .sp-chara_chara, .sp-chara.sp-chara06 .sp-chara_chara {
  margin-left: 50px;
}
.sp-chara.sp-chara02 .sp-chara_robo, .sp-chara.sp-chara04 .sp-chara_robo, .sp-chara.sp-chara06 .sp-chara_robo {
  margin-left: 510px;
}
.sp-chara.sp-chara01 {
  background-image: url("../images/chara01.jpg");
}
.sp-chara.sp-chara02 {
  background-image: url("../images/chara02.jpg");
}
.sp-chara.sp-chara02 .sp-chara_robo {
  margin-top: 10px;
}
.sp-chara.sp-chara03 {
  background-image: url("../images/chara03.jpg");
}
.sp-chara.sp-chara03 .sp-chara_robo {
  margin-top: 10px;
  margin-left: 220px;
}
.sp-chara.sp-chara03 .sp-chara_robo dd {
  width: 340px;
}
.sp-chara.sp-chara04 {
  background-image: url("../images/chara04.jpg");
}
.sp-chara.sp-chara04 .sp-chara_robo dd {
  width: 340px;
}
.sp-chara.sp-chara05 {
  background-image: url("../images/chara05.jpg");
}
.sp-chara.sp-chara05 .sp-chara_robo {
  margin-left: 220px;
}
.sp-chara.sp-chara05 .sp-chara_robo dd {
  width: 320px;
}
.sp-chara.sp-chara06 {
  background-image: url("../images/chara06.jpg");
}

.sp-news-grid {
  display: flex;
}

.sp-news-grid {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sp-news-grid .news-col {
  -webkit-flex-basis: 608px;
  flex-basis: 608px;
}
.sp-news-grid .twitter-col {
  -webkit-flex-basis: 340px;
  flex-basis: 340px;
}

.sp-body04 .sp-news-headline {
  margin-bottom: 20px;
}
.sp-body04 #newsList .itemBox {
  border-bottom: 1px solid #000;
  padding: 16px 0;
}
.sp-body04 #newsList .itemBox .imgBox {
  float: left;
  border: 1px solid #00ffff;
  width: 160px;
}
.sp-body04 #newsList .itemBox .textArea {
  margin: 0 0 0 174px;
}
.sp-body04 #newsList .itemBox .newsTitle {
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.14286em;
  margin-bottom: 0.2em;
}
.sp-body04 #newsList .itemBox .newsHead {
  line-height: 1.4;
}
.sp-body04 #newsList .itemBox .news-time {
  color: #fb418b;
  font-size: 0.85714em;
  text-align: right;
  padding-top: 0.5em;
}
.sp-body04 .tiwtter-col {
  background-color: #FFF;
  width: 340px;
  height: 800px;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
}
