@charset "UTF-8";

/* ───────────────────────────────────
header
─────────────────────────────────── */
#hero {
	position:relative;
	overflow: hidden;
	width: 100%;
	max-height: 720px;
	background-color: rgba(0, 0, 0, .1);
}

/* main-visual
─────────────────────────────────── */
video#bg-mov {
	position:fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background-image: url(../images/mv-01.jpg);
	background-repeat:no-repeat;
	background-size: cover;
}
#main-visual {
	position:relative;
	max-width:960px;
	height: 720px;
	margin:0 auto;
}
.main-visual-inner {
	position:absolute;
	text-align:center;
	width:100%;
	top: 50%;
    left: 50%;
	z-index: 1000;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.main-visual-inner h1 {
	text-align:center;
	margin-bottom:0.5em;
}
.main-visual-inner .mv-copy {
	color:#fff;
	font-size:26px;
	font-size:2.6rem;
	font-weight:normal;
	text-align:center;
	margin-bottom:1em;
}
.main-visual-inner .txt-year {
	color:#fff;
	text-align:center;
	margin-bottom:50px;
}
.main-visual-inner .release-date {
	color:#fff;
	font-size:36px;
	font-size:3.6rem;
	text-align:center;
	margin-bottom:0.2em;
}
.main-visual-inner .release-txt {
	color:#fff;
	font-size:30px;
	font-size:3.0rem;
	text-align:center;
	margin-bottom:2em;
}
.main-visual-inner .release-txt .size20 {
	font-size:20px;
	font-size:2.0rem;
	margin-right:0.5em;
}
.main-visual-inner .release-txt .size11 {
	font-size:11px;
	font-size:1.1rem;
	margin-left:0.5em;
}
#main-visual .btn-entry:hover {
	background: #9a25d6;
	color: #fff;
}
#main-visual .btn-entry i {
	margin-right:0.5em;
}
#main-visual .btn-entry {
	display:inline-block;
	margin:0 auto;
	padding:0em 4em;
	line-height:3em;
	color:#fff;
	font-size: 18px;
	font-size:1.8rem;
	font-weight: normal;
	text-align:center;
	background-color: #7d1eae;
	border: 1px solid transparent;
	border-radius:30px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.main-visual-inner .price {
	color:#fff;
	font-size:24px;
	font-size:2.4rem;
	font-weight:normal;
	text-align:center;
	margin-top:2em;
}
.main-visual-inner .price span {
    text-decoration: line-through;
}


@media screen and (max-width:1199px){
	#main-visual {
		max-width:93%;
	}
	.main-visual-inner span {
		display:inline-block;
		line-height:1.4;
	}
}
@media screen and (max-width:1025px){
	#hero {
		max-height:680px;
		background-repeat:no-repeat;
		background-size: cover;
		background-position: top center;
		background-image:url(../images/mv-01.jpg);
	}
	#bg-mov {
		display: none;
	}
}
@media screen and (max-width:991px){
	#main-visual {
		max-width:93%;
	}
	.main-visual-inner h1 {
		max-width:100%;
		height:auto;
		text-align:center;
	}
	.main-visual-inner h1 img {
		width:90%;
		text-align:center;
		height:auto;
	}
	.main-visual-inner .mv-copy {
		font-size:22px;
		font-size:2.2rem;
	}
}
@media screen and (max-width:767px){
	#main-visual {
		max-width:93%;
		height: 500px;
	}
	.main-visual-inner .mv-copy {
		margin-bottom:1.5em;
	}
	.main-visual-inner .release-date {
		font-size:30px;
		font-size:3.0rem;
	}
}
@media screen and (max-width:479px){
	#hero {
		height:480px;
		background-repeat:no-repeat;
		background-size: cover;
		background-position: top center;
		background-image:url(../images/mv-01.jpg);
	}
	.main-visual-inner .mv-copy {
		font-size:18px;
		font-size:1.8rem;
		margin-bottom:0.5em;
	}
	.main-visual-inner h1 {
		margin-bottom:1.2em;
	}
	.main-visual-inner .release-date {
		font-size:26px;
		font-size:2.6rem;
		margin-bottom:0.5em;
	}
	.main-visual-inner .release-txt {
		font-size:22px;
		font-size:2.2rem;
	}
}
@media screen and (max-width:359px){
	.main-visual-inner .mv-copy {
		font-size:16px;
		font-size:1.6rem;
		margin-bottom:0.2em;
	}
	.main-visual-inner h1 {
		margin-bottom:20px;
	}
	.main-visual-inner .txt-year {
		text-align:center;
		margin:0 auto 80px;
		width:150px;
	}
	.main-visual-inner .txt-year img {
		max-width:100%;
		height:auto;
	}
	.main-visual-inner .release-date {
		font-size:20px;
		font-size:2.0rem;
		margin-bottom:0.5em;
	}
	.main-visual-inner .release-txt {
		font-size:16px;
		font-size:1.6rem;
	}
	.main-visual-inner .release-txt .size20 {
		font-size:14px;
		font-size:1.4rem;
		margin-right:0.5em;
	}
	.main-visual-inner .release-txt .size11 {
		font-size:10px;
		font-size:1.0rem;
		margin-left:0.5em;
	}
}

/* sale
─────────────────────────────────── */
#sale,#sale-btm{
	text-align:center;
	background-color: #fff;
	padding:2em 0 1.5em;
}
#sale .container,
#sale-btm .container{
	max-width:960px;
}

#sale .row > [class*='col-']{
	}

#sale .release-txt,
#sale-btm .release-txt {
	text-align:left;
	font-size:24px;
	font-size:2.4rem;
}
#sale .release-txt .en-l,
#sale-btm .release-txt .en-l {
	text-align:left;
	font-size:36px;
	font-size:3.6rem;
}
#sale .release-txt .size20,
#sale-btm .release-txt .size20 {
	font-size:20px;
	font-size:2.0rem;
	margin-right:0.5em;
}
#sale .release-txt .size11,
#sale-btm .release-txt .size11 {
	font-size:11px;
	font-size:1.1rem;
	margin-left:0.5em;
}
#sale .btn-sale:hover,
#sale-btm .btn-sale:hover {
	background: #485dd0;
}
#sale .btn-sale,
#sale-btm .btn-sale {
	display:inline-block;
	margin:1.5em auto 0;
	padding:0em 2em;
	line-height:3em;
	color:#fff;
	font-size: 18px;
	font-size:1.8rem;
	font-weight: normal;
	text-align:center;
	background-color: #3f51b5;
	border: 1px solid transparent;
	border-radius:30px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}


@media screen and (max-width:991px){
	#sale .release-txt,
	#sale-btm .release-txt {
		text-align:center;
		font-size:24px;
		font-size:2.4rem;
	}
	#sale .row > [class*='col-'],
	#sale-btm .row > [class*='col-']{
		text-align:center;
	}
	#sale .btn-sale,
	#sale-btm .btn-sale {
		max-width:100%;
		font-size: 16px;
		font-size:1.6rem;
		margin-bottom:0.5em;
	}
}
@media screen and (max-width:767px){
	#sale .release-txt .en-l,
	#sale-btm .release-txt .en-l {
		text-align:left;
		font-size:28px;
		font-size:2.8rem;
	}
	#sale .release-txt .size20,
	#sale-btm .release-txt .size20 {
		font-size:18px;
		font-size:1.8rem;
		margin-right:0.2em;
	}
}
@media screen and (max-width:600px){
    #sale .release-txt,
	#sale-btm .release-txt {
	    font-size:2.0rem;
    }
	#sale .btn-sale,
	#sale-btm .btn-sale {
		padding:0em 2em;
	}
}

/* gallery
─────────────────────────────────── */
#gallery{
	text-align:center;
	background-color: #fafafa;
}
#gallery p{
	text-align: center;
	font-size: 18px;
	font-size:1.8rem;
	line-height:1.8;
}
#gallery .gallery-img{
	float:left;
}
#gallery .gallery-img figure{
	max-width:100%;
}
@media screen and (max-width:767px){
}


/* feature
─────────────────────────────────── */
#feature{
	text-align:center;
	background-color: #fff;
    margin: 0px;
    position: relative;
}
.feature-top{
	padding-bottom:20px;
	background:#fff;
}
.product-img{
	width:100%;
	max-height:460px;
	overflow:hidden;
}
.product-img img{
	width:100%;
	height:auto;
}
.feature-btm{
	padding-top:30px;
	background:#fff;
}
#feature p{
	text-align: center;
	font-size: 18px;
	font-size:1.8rem;
	line-height:1.8;
}

#feature p.copy{
	text-align: center;
	font-family: "游ゴシック Light", "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
	font-weight: 200;
	margin-bottom:2.0em;
}
#feature dl{
	padding:2em 0.5em;
}
#feature dl dt{
	font-weight:400;
	font-size: 18px;
	font-size:1.8rem;
	margin-bottom:1.2em;
}
#feature dl dd{
	text-align:left;
	font-size: 14px;
	font-size:1.4rem;
	line-height:1.6;
}

@media screen and (max-width:1199px){
	#feature p.copy {
		padding:0 5em;
	}
	#feature p.copy br {
		display: none;
	}
}
@media screen and (max-width:991px){
	#feature p.copy {
		padding:0 2em;
	}
	#feature p.copy br {
		display: none;
	}
	#feature dl{
		padding:2em 3em;
	}
	#feature dl dt{
		font-weight:400;
		font-size: 20px;
		font-size:2.0rem;
		margin-bottom:1.2em;
	}
	#feature dl dd{
		font-weight:200;
		font-size: 16px;
		font-size:1.6rem;
	}
}
@media screen and (max-width:767px){
	#feature p.copy{
		font-size: 16px;
		font-size:1.6rem;
		line-height:1.8;
		text-align:left;
	}
	#feature p.copy span {
		display:inline;
	}

}
@media screen and (max-width:479px){
	#feature{
		padding:0px 0;
	}
	.concept-inner-top{
		padding-top:60px;
	}
	.concept-inner-btm{
		padding-bottom:60px;
	}
	#feature p.copy{
		font-size: 16px;
		font-size:1.6rem;
		line-height:1.8;
		text-align:left;
	}
	#feature p.copy span {
		display:inline;
	}
    .feature-top{
	    margin-bottom:0;
    }
	#feature dl{
		padding:1em 2em;
	}
	#feature dl dt{
		font-size: 16px;
		font-size:1.6rem;
		margin-bottom:1.0em;
	}
	#feature dl dd{
		font-size: 14px;
		font-size:1.4rem;
		line-height:1.6;
	}
}

/* schedule
─────────────────────────────────── */
#schedule{
	background:#fff;
}

#schedule .container{
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
}
#schedule h2 {
	color: #212121;
	text-align: center;
	margin-bottom:1em;
}
#schedule .table th,
#schedule .table td{
	padding:1em;
	font-size: 16px;
	font-size:1.6rem;
}

/* assembly
─────────────────────────────────── */
#assembly{
	position:relative;
	overflow: hidden;
	height:400px;
	width: 100%;
	background-repeat:no-repeat;
	background-size: cover;
    background-position: top center;
	background-image:url(../images/img-05.jpg);
}
#assembly .container{
	position:relative;
	display: table;
	max-width:960px;
	height:400px;
}
#assembly p{
	width:100%;
	display:table-cell;
	vertical-align:middle;
	color:#fff;
	text-align: center;
	font-size: 20px;
	font-size:2.0rem;
	line-height:1.8;
}
#assembly p.copy{
}

@media screen and (max-width:767px){
	#assembly p.copy span {
		display:inline-block;
		line-height:1.8;
	}
}
@media screen and (max-width:479px){
	#assembly p{
		text-align:left;
		font-size: 16px;
		font-size:1.6rem;
		line-height:1.8;
	}
}

/* step
─────────────────────────────────── */
#step{
	text-align:center;
	background-color: #fff;
    margin: 0px;
    position: relative;
}
#step .container{
}
#step p{
	text-align: center;
	font-size: 18px;
	font-size:1.8rem;
	line-height:1.8;
}

#step dl{
	padding:2em 1.0em;
}
#step dl dt{
	font-weight:400;
	font-size: 18px;
	font-size:1.8rem;
	margin-bottom:1.2em;
}
#step img{
	margin:0 auto 0.5em;
}
#step dl dd{
	text-align:left;
	font-size: 14px;
	font-size:1.4rem;
	padding-left:1em;
	padding-right:1em;
}

#step dl dt span {
	color:#fff;
	display: inline-block;
	padding-top:0px;
	padding-left:0px;
	text-align:center;
	height: 25px;
    width: 25px;
	margin-left:0.5em;
	background-color: #3f51b5;
	border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;

}

@media screen and (max-width:991px){
	#step dl{
		padding:2em 5em;
	}
	#step dl dt{
		margin-bottom:1.2em;
	}
	#step dl dd{
		text-align:center;
	}
}
@media screen and (max-width:767px){
}

@media screen and (max-width:479px){
	#step{
		margin: 0px;
		position: relative;
	}
	#step dl{
		padding:1.0em;
	}
}


/* curriculum
─────────────────────────────────── */
#curriculum{
	background:#fafafa;
}
#curriculum .nav-tabs{
	margin-bottom:50px;
}
#curriculum .nav-tabs li.active > a{
	font-weight:bold;
}
#curriculum .nav-tabs > li.active > a,
#curriculum .nav-tabs > li.active > a:hover,
#curriculum .nav-tabs > li.active > a:focus {
  background-color: transparent;
  border-bottom-color: #fafafa;
}
#curriculum .table{
	width:100%;
}
#curriculum .table th.col-curriculums{
	width:40%;
}
#curriculum .table th.col-lecture{
	/*width:18%;*/
	width:15%;
}
#curriculum .table th.col-practice{
	/*width:18%;*/
	width:15%;
}
#curriculum .table th.col-remarks{
	/*width:24%;*/
	width:30%;
}
#curriculum .table th,
#curriculum .table td{
	padding:1em;
	font-size: 16px;
	font-size:1.6rem;
}
#curriculum .table th{
	border-top:none;
	border-bottom:3px double #ccc;
}
#curriculum .btn-co2 {
	display:inline-block;
	margin:2em auto 0;
	padding:0em 2em;
	line-height:3em;
	color:#fff;
	font-size: 18px;
	font-size:1.8rem;
	font-weight: normal;
	text-align:center;
	background-color: #337ab7;
	border: 1px solid transparent;
	border-radius:30px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
#curriculum .btn-co2:hover {
	opacity:0.7;
}

#curriculum p.cap {
	padding:1em 0;
}

@media screen and (max-width:767px){
	#curriculum .table th,
	#curriculum .table td{
		font-size: 14px;
		font-size:1.4rem;
	}
	#curriculum .btn-co2 {
		max-width:94%;
		padding:0em 1.2em;
		font-size: 14px;
		font-size:1.4rem;
	}
	.curriculum .table{
		table-layout: fixed;
		word-break: break-word;
	}
}


/* customer
─────────────────────────────────── */
#customer{
	background:#fff;
}
#customer .nav-tabs{
	margin-bottom:50px;
}
#customer .tab-content{
	margin:0 auto;
	max-width:960px;
}
#customer .list-customer,
#customer .list-customer-edc{
	margin:0 auto;
	padding:0;
	list-style:none;
}
#customer .list-customer-edc li{
	padding:0 25px 50px;
}
#customer .list-customer li{
	padding:0 0 1em;
}
#customer .list-customer li i{
	margin-right:0.5em;
	color:#3f51b5;
}
#customer .list-customer li img{
	max-width:100%;
	height:auto;
}
#customer .nav-tabs li.active > a{
	font-weight:bold;
}
#customer .nav-tabs > li.active > a,
#customer .nav-tabs > li.active > a:hover,
#customer .nav-tabs > li.active > a:focus {
  background-color: transparent;
  border-bottom-color: #fafafa;
}


@media screen and (max-width:991px){

}


/* commu
─────────────────────────────────── */
#commu{
	background:#f3f3f3;
}
#commu .container{
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
}
#commu h2 {
	color: #212121;
	text-align: left;
	margin-bottom:0.5em;
}
#commu h3 {
	color: #3f51b5;
	text-align: left;
	margin-bottom:0.5em;
}
#commu h3 i {
	margin-right:10px;
}
#commu p.copy{
	text-align: left;
	font-size: 18px;
	font-size:1.8rem;
	line-height:1.8;
}

#commu .btn-fb {
	display:inline-block;
	margin:2em 0 0 0;
	padding:0.2em 4em;
	line-height:1.5em;
	color:#fff;
	font-size: 18px;
	font-size:1.8rem;
	font-weight: normal;
	text-align:center;
	background-color: #295b94;
	border: 1px solid transparent;
	border-radius:36px;
}


@media screen and (max-width:991px){
	#commu .btn-fb {
		margin:0 auto 2em;
		padding:0.5em 4em;
		width:100%;
	}
	#commu .btn-fb br {
		display:none;
	}
}
@media screen and (max-width:767px){
	#commu .btn-fb {
		padding:0.8em 3em;
		line-height:1.5em;
		color:#fff;
		font-size: 16px;
		font-size:1.6rem;
	}
}


/* dev-option
─────────────────────────────────── */
#dev-option{
	background:#fafafa;
}
#dev-option .container{
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
}
#dev-option h2 {
	color: #212121;
	text-align: left;
	margin-bottom:1em;
}
#dev-option p{
	text-align: left;
	font-size: 18px;
	font-size:1.8rem;
	line-height:1.8;
}
#dev-option .row > [class*='col-']{
	margin-bottom:10px;
	}


/* spec
─────────────────────────────────── */
#spec{
	background:#fff;
}

#spec .container{
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
}
#spec h2 {
	color: #212121;
	text-align: center;
	margin-bottom:1em;
}
#spec .table th,
#spec .table td{
	padding:1em;
	font-size: 16px;
	font-size:1.6rem;
}


/* challenge
─────────────────────────────────── */
#challenge{
	text-align:center;
	background-color: #fafafa;
}
#challenge .challenge-inner{
	margin:0 auto;
	padding:1.5em 2em;
	background: #ededed;
	text-align:left;
	border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
}
#challenge h2 {
	color: #212121;
	text-align: center;
	margin-bottom:1em;
}
#challenge p{
	font-size: 18px;
	font-size:1.8rem;
	line-height:1.6;
}
#challenge ul{
	font-size: 14px;
	font-size:1.4rem;
	padding-left:1.5em;
}
#challenge ul li{
	padding-bottom:0.5em;
}
@media screen and (max-width:479px){
	#challenge p{
		font-size: 14px;
		font-size:1.4rem;
		line-height:1.6;
	}
}

/* caution
─────────────────────────────────── */
#caution{
	text-align:center;
	background-color: #ededed;
	padding: 3em 0;
}
#caution dl{
	text-align: left;
	font-size: 14px;
	font-size:1.4rem;
	line-height:1.8;
	color:#757575;
	margin-bottom:1.5em;
}
#caution dl dt{
	margin-bottom:0.5em;
}
#caution dl dd{
	margin-bottom:0.3em;
}
