@import url(https://fonts.googleapis.com/css?family=Roboto:400,900,700);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  background-color: #e60012;
  color: #fff;
  font-family: "NotoSansJP", "Noto-Sans-JP", "Noto Sans JP", "Roboto", sans-serif;
  font-size: 16px;
  line-height: 180%;
}

a {
  text-decoration: none;
}

p {
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.01em;
}

img {
  vertical-align: bottom;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  visibility: hidden;
	font-size: 0;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

.sp_none {display: none;}
.w100 {width: 100%;}
.ta-c {text-align: center;}
.ta-l {text-align: left;}
.f-notoserif {font-family: "Noto Serif JP", "Roboto", serif !important;}


#container {
	width: 100%;
	margin: 0 auto;
	background-color: #e60012;
}

#container #main img {
	width: 100%;
}

#history {
	margin: 60px auto 30px;
	width: 100%;
}

.head_text {
	font-size: 16px;
}
.head_text span {
	color: #ff0;
}

#feature {
	padding: 0 0 60px;
	width: 100%;
}

#movie {
/*	margin-bottom: 60px;*/
	padding: 60px 10px;
	width: 100%;
	box-sizing: border-box;
/*	background: #222;*/
	background-image: url(../img/movie_cover.png);
}
#movie h1 {
	margin-bottom: 30px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 3px;
}
#movie .inner ul .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
#movie .inner ul .youtube iframe {
  width: 100%;
  height: 100%;
}




#color {
	padding: 60px 0;
}

#color .header,
.contents01 .header {
  width: 100%;
  margin: 0 auto;
  padding: 0
}

#color .header h1 {
  width: 306px;
  height: 33px;
  margin: 0 auto;
  background-image: url(../img/color_h1.png);
  font-size: 0;
  -webkit-animation: purupuru_d 3s infinite;
  -moz-animation: purupuru_d 3s infinite;
  animation: purupuru_d 3s infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both
}

#color .header .spec_ttl,
.contents01 .header .spec_ttl{
  margin: 50px auto 30px;
	text-align: center;
}

#color .header .spec_ttl img,
.contents01 .header .spec_ttl img{
  width: 100%;
	max-width: 640px;
}



#color .view_type {
  width: 303px;
  margin: 30px auto;
	text-align: center;
}

#color .view_type li {
	margin: 0 auto;
  display: block;
/*  float: left;*/
  width: 300px;
  height: 38px;
  font-size: 0;
  cursor: pointer
}

#color .view_type li.normal {
  border-top: 2px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  background-image: url(../img/color_view_01a.png)
}

#color .view_type li.normal.active {
  background-image: url(../img/color_view_01b.png)
}

#color .view_type li.glow {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 1px solid #fff;
  background-image: url(../img/color_view_02a.png)
}

#color .view_type li.glow.active {
  background-image: url(../img/color_view_02b.png)
}

#color .view_type:after {
  display: block;
  clear: both;
  content: ""
}

#color .inner {
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
	padding: 0 30px;
	box-sizing: border-box;
	
}

#color .inner .item {
  position: relative;
  width: 100%;
}

#color .inner .item .color_image {
  width: 100%;
  height: 156px;
  background-color: #fff;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#color .inner .item .color_image .glow_view {
  position: absolute;
  width: 0;
  height: 156px;
  top: 0;
  left: 0;
	background-color: #000;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#color .inner .item .name {
  width: 312px;
/*  height: 18px;*/
  margin-top: 10px;
  font-size: 14px;
	font-weight: 900;
	color: #fff;
}
#color .inner .item .name .no {
  font-size: 12px;
	color: #fff;
	background: #000;
	padding: 2px 4px;
}
#color .inner .item .name .en {
  font-size: 12px;
	color: #000;
	background: #fff;
	padding: 2px 10px;
	margin-right: 5px;
	text-align: center;
}



#color .inner .item .body_type {
  position: absolute;
  display: block;
  width: 89px;
  height: 49px;
  top: 103px;
  right: 4px;
  font-size: 0
}

#color .inner .item .body_type.yakou {
  background-image: url(../img/glow.png)
}
#color .inner .item .body_type.sys_yakou {
  background-image: url(../img/sysglow.png)
}

#color .inner .item .body_type.blue {
  background-image: url(../img/bule.png)
}
#color .inner .item .body_type.sys_blue {
  background-image: url(../img/sysbule.png)
}

#color .inner .item .body_type.sp_blue_yakou {
  background-image: url(../img/sbule.png)
}
#color .inner .item .body_type.sys_sp_blue_yakou {
  background-image: url(../img/syssbule.png)
}

#color .inner .item .body_type.kei {
  background-image: url(../img/uv.png)
}
#color .inner .item .body_type.sys_kei {
  background-image: url(../img/sysuv.png)
}

#color .inner .item .body_type.ngreen {
  background-image: url(../img/ngreen.png)
}
#color .inner .item .body_type.sys_ngreen {
  background-image: url(../img/sysngreen.png)
}

#color .inner .item .body_type.nred {
  background-image: url(../img/nred.png)
}
#color .inner .item .body_type.sys_nred {
  background-image: url(../img/sysnred.png)
}

#color .inner .item p {
  margin: 10px 0 30px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px
}





#color .inner .item:nth-of-type(1) .color_image {
  background-image: url(../img/color_image_01.png)
}
#color .inner .item:nth-of-type(1) .glow_view {
  background-image: url(../img/color_image_g_01.png)
}

#color .inner .item:nth-of-type(2) .color_image {
  background-image: url(../img/color_image_02.png)
}

#color .inner .item:nth-of-type(2) .glow_view {
  background-image: url(../img/color_image_g_02.png)
}

#color .inner .item:nth-of-type(3) .color_image {
  background-image: url(../img/color_image_03.png)
}

#color .inner .item:nth-of-type(3) .glow_view {
  background-image: url(../img/color_image_g_03.png)
}

#color .inner .item:nth-of-type(4) .color_image {
  background-image: url(../img/color_image_04.png)
}

#color .inner .item:nth-of-type(4) .glow_view {
  background-image: url(../img/color_image_g_04.png)
}

#color .inner .item:nth-of-type(5) .color_image {
  background-image: url(../img/color_image_05.png)
}

#color .inner .item:nth-of-type(5) .glow_view {
  background-image: url(../img/color_image_g_05.png)
}

#color .inner .item:nth-of-type(6) .color_image {
  background-image: url(../img/color_image_06.png)
}

#color .inner .item:nth-of-type(6) .glow_view {
  background-image: url(../img/color_image_g_06.png)
}

#color .inner .item:nth-of-type(7) .color_image {
  background-image: url(../img/color_image_07.png)
}

#color .inner .item:nth-of-type(7) .glow_view {
  background-image: url(../img/color_image_g_07.png);
	background-color: #fff;
}

#color .inner .item:nth-of-type(8) .color_image {
  background-image: url(../img/color_image_08.png)
}

#color .inner .item:nth-of-type(8) .glow_view {
  background-image: url(../img/color_image_g_08.png);
	background-color: #fff;
}

#color .inner .item:nth-of-type(9) .color_image {
  background-image: url(../img/color_image_09.png)
}

#color .inner .item:nth-of-type(9) .glow_view {
  background-image: url(../img/color_image_g_09.png)
}

#color .inner .item:nth-of-type(10) .color_image {
  background-image: url(../img/color_image_10.png)
}

#color .inner .item:nth-of-type(10) .glow_view {
  background-image: url(../img/color_image_g_10.png)
}

#color .inner .item:nth-of-type(11) .color_image {
  background-image: url(../img/color_image_11.png)
}

#color .inner .item:nth-of-type(11) .glow_view {
  background-image: url(../img/color_image_g_11.png)
}

#color .inner .item:nth-of-type(12) .color_image {
  background-image: url(../img/color_image_12.png)
}

#color .inner .item:nth-of-type(12) .glow_view {
  background-image: url(../img/color_image_g_12.png)
}

#color .inner .item:nth-of-type(13) .color_image {
  background-image: url(../img/color_image_13.png)
}

#color .inner .item:nth-of-type(13) .glow_view {
  background-image: url(../img/color_image_g_13.png)
}

#color .inner .item:nth-of-type(14) .color_image {
  background-image: url(../img/color_image_14.png)
}

#color .inner .item:nth-of-type(14) .glow_view {
  background-image: url(../img/color_image_g_14.png)
}

#color .inner .item:nth-of-type(15) .color_image {
  background-image: url(../img/color_image_15.png)
}

#color .inner .item:nth-of-type(15) .glow_view {
  background-image: url(../img/color_image_g_15.png)
}

#color .inner .item:nth-of-type(16) .color_image {
  background-image: url(../img/color_image_16.png)
}

#color .inner .item:nth-of-type(16) .glow_view {
  background-image: url(../img/color_image_g_16.png)
}

#color .inner .item:nth-of-type(17) .color_image {
  background-image: url(../img/color_image_17.png)
}

#color .inner .item:nth-of-type(17) .glow_view {
  background-image: url(../img/color_image_g_17.png)
}

#color .inner .item:nth-of-type(18) .color_image {
  background-image: url(../img/color_image_18.png)
}

#color .inner .item:nth-of-type(18) .glow_view {
  background-image: url(../img/color_image_g_18.png)
}





.spec_tbl {
	width: 100%;
	margin: 0 auto 0;
	color: #fff;
	padding: 0 30px;
	box-sizing: border-box;
}
.spec_tbl table {
	width: 100%;
	border: 3px solid #fff;
}
.spec_tbl table th {
	font-weight: 900;
	font-size: 18px;
	border: 1px solid #fff;
	text-align: center;
	padding: 20px 10px;
	color: #fff;
}
.spec_tbl table td {
	font-weight: 400;
	font-size: 16px;
	border: 1px solid #fff;
	text-align: center;
	padding: 15px 10px;
	color: #fff;
}



#footer {
	padding: 60px 0;
	width: 100%;
	margin: 0px auto;
/*	background: #af000e;*/
	background-image: url(../img/movie_cover.png);
	color: #fff;
}

#footer .sns_btn_area_sp {
	margin-bottom: 30px;
	text-align: center;
}

#footer .sns_btn_area_sp ul li {
	display: inline-block;
	padding: 0 10px;
}

#footer .sns_btn_area_sp ul li a {
	width: 100%;
	height: 100%;
}

#footer .footer_btn {
	text-align: center;
}

#footer .footer_btn a {
	font-size: 13px;
	color: #222;
}

#footer .copy {
	text-align: center;
	font-size: 12px;
	color: #fff;
}

.mt-10 {margin-top: 10px;}
.mt-20 {margin-top: 20px;}
.mt-30 {margin-top: 30px;}
.mt-40 {margin-top: 40px;}
.mt-50 {margin-top: 50px;}
.mt-60 {margin-top: 60px;}
.mt-70 {margin-top: 70px;}
.mt-80 {margin-top: 80px;}
.mt-90 {margin-top: 90px;}
.mt-100 {margin-top: 100px;}
.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
.mb-70 {margin-bottom: 70px;}
.mb-80 {margin-bottom: 80px;}
.mb-90 {margin-bottom: 90px;}
.mb-100 {margin-bottom: 100px;}
.pd-lr10 {padding-left: 10px; padding-right: 10px;}
.pd-lr20 {padding-left: 20px; padding-right: 20px;}
.pd-lr30 {padding-left: 30px; padding-right: 30px;}
.pd-lr40 {padding-left: 40px; padding-right: 40px;}
.pd-lr50 {padding-left: 50px; padding-right: 50px;}
.overview {opacity: 0;}
.overview01 {opacity: 0;}
.overview02 {opacity: 0;}
.overview03 {opacity: 0;}
.overview04 {opacity: 0;}
.overview05 {opacity: 0;}
.overview06 {opacity: 0;}
.overview07 {opacity: 0;}
.overview08 {opacity: 0;}
.overview09 {opacity: 0;}
.overview10 {opacity: 0;}

/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.d-demo {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/



.d-demo__wrap {
  display: flex;
  overflow: hidden;
}

.d-demo__list {
  display: flex;
  list-style: none;
}

.d-demo__list--left{
animation :infinity-scroll-left 95s infinite linear 0.5s both;
}

.d-demo__item {
  width: calc(100vw / 2);
}
.d-demo__item > img{
   width: 100%;
}


.marker-bold {
	background: linear-gradient(transparent 85%, #ff0 85%);
/*	color: #ff0;*/
}




#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #e60012;
  z-index: 102;
}
#loading .inner {
  position: absolute;
  width: 300px;
  height: 378px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#loading .inner .progress {
  width: 0%;
  opacity: 0.5;
  height: 378px;
  background-image: url(../img/sp_splash_logo.png);
  background-position: 0 0;
}
.no-js #loading {
  display: none;
}

@-webkit-keyframes background_glow {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-moz-keyframes background_glow {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@keyframes background_glow {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

/*# sourceMappingURL=style_sp.css.map */