@charset "UTF-8";
/* CSS Document */
.siro{
	color:#fff;
}

.red{
	color:#f00000;
}
.gray{
	color:#8d8d8d
}
.yellow{
	color:#ffb400;
}
.font_bold{
	font-weight:bold;
}
.back01{
	background: url(../img/back01.jpg);
}
.back02{
	background-color: #ff9600;	
}
.back03{
	background-color: #fff;
	 padding-bottom: 20px;
}
.back04{
	background-color: #f0f0f0;
}
.back05{
	background-color: #333333;
}

#mv{
	background:url(../img/mv_back.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	padding: 50px;
}
#slider{
	width: 100%;
	max-width: 1400px;
	margin: 80px auto;
/*	display: flex;
	  -webkit-flex-wrap: wrap; 
  flex-wrap:         wrap;
	  -webkit-justify-content: space-around;
  justify-content:         space-around;*/
}
#arrows{display: none;}
#slider li{
	width:13%;
	margin: 0 auto;
	text-align: center;
}
.slick_container {
    margin:0 auto; /* 任意の値 */
    position:relative;
	width: 100%;
}

 .slick-prev, .slick-next {
    width:50px; /* 画像幅 */
    height:50px; /* 画像高さ */
	 top:38%;
}
.slick-prev:before, .slick-next:before {
    content:"";
}
button.slick-prev, button.slick-next {
    z-index:2;
}
.slick-prev{left:0; /* 任意の値 */}
.slick-next{right:0; /* 任意の値 */}

.slick-arrow{z-index:10;/* 値は適当に */}
#sec01 .back_inner{
	max-width: 1080px;
	margin: 0 auto;
}
#sec01 .back_inner li{
    margin-bottom: 30px;
}
/*new icon*/
#sec01 .new{
	position: relative;
}
#sec01 .new:after{
	position: absolute;
	content:"new";
	color:#fff;
	background: #e50000;
	text-align: center;
	max-width: 80px;
	height: 20px;
	bottom:-10px;
	left:0;
	right: 0;
	margin: auto;
	padding-bottom: 3px;
}
/*dev icon*/
#sec01 .dev{
	position: relative;
}
#sec01 .dev:after{
	position: absolute;
	content:"開発中";
	color:#fff;
	background: #e50000;
	text-align: center;
	max-width: 80px;
	height: 20px;
	bottom:-10px;
	left:0;
	right: 0;
	margin: auto;
	padding-bottom: 3px;
}

.pattern02 .leftimg{
	margin-left: 3%;
	box-sizing: border-box;
	position: relative;
	top:90px;
	width: 27%;
	overflow: hidden;
}
.pattern02 .leftimg img{
	max-width:100%;
	width: 100%;
	
}
.sample{
    position: relative;
	top: 0;
    /*top: 417px; */
}
.sample.sub{
    position: absolute;
    top: 417px; 
	z-index: 2;
	left: 0;
}
.sample.curent{
	  position: absolute;
}

.pattern02 .righttxt {
    width: 60%;
    margin: 0 5%;
    padding-top:120px;
}
.pattern02 .righttxt img{
	max-width:100%;
}


.ttl{
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 60px 0 0;
	margin-bottom: 30px;
	position: relative;
}
.ttl .font_l{
	font-size:163%;
	margin-top: 10px;
    display: inline-block;
}
.ttl span:after{
	content:"";
	display:block;
	width: 40px;
	margin: 20px auto;
	height: 3px;
	background-color: #d2d2d2;
}

#sec02 {
	position: relative;
    z-index: 99;
    background: url(../img/play_bg.png);
	padding-bottom: 60px;
}
#sec02 .ttl{
	padding: 30px 0 10px;
}
#sec02 .ttl span:after{
	background-color:rgba(255,255,255,0.5);
}

.arrow:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border:30px solid transparent;
	border-top-color: #ff9600;
	position: absolute;
	bottom:0px;
	left: 50%;
	transform:translate(-50%, 100%);
}

.btn{
	width:80%;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	max-width: 450px;
	text-align: center;
	margin:0 auto;
}
.btn a{
	padding: 10px;
	display: block;
	background: url(../img/arrow.png) no-repeat right 30px center #ff6c00;
	border-radius: 5px;
}
.btn a:after{
}
#point,#step{
	color:#fff;
	text-align: center;
	max-width: 1080px;
	margin: 0 auto;
}
#point li,#step li{
	display: inline-block;
	width:26%;
	margin: 0 2% 50px;
	text-align: center;
	vertical-align: middle;
}
.text_box{
	padding:20px 10px;
	position: relative;
}
.text_box p:first-child:after{
	content:"";
	display:block;
	width: 20px;
	margin: 10px auto;
	height: 1px;
	background-color: rgba(255,255,255,0.33);
}

#sec03 li:nth-child(1){
	background-color: #54b6df;
}
#sec03 li:nth-child(2){
	background-color: #3ca499;
}
#sec03 li:nth-child(3){
	background-color: #e8a8e4;
}

#sec03  li .arrow:after{
	left: 20%;
}
#sec03  li:nth-child(1) .arrow:after{
	border-top-color: #54b6df;
}
#sec03  li:nth-child(2) .arrow:after{
	border-top-color: #3ca499;
}
#sec03  li:nth-child(3) .arrow:after{
	border-top-color: #e8a8e4;
}

#sec03 li .point_bg{
	padding:20px 0;
}
#sec03 li:nth-child(1) .point_bg{
	background: url(../img/point01_bg.jpg) no-repeat bottom center;
	background-size: cover;
}
#sec03 li:nth-child(2) .point_bg{
	background: url(../img/point02_bg.jpg) no-repeat bottom center;
	background-size: cover;
}
#sec03 li:nth-child(3) .point_bg{
	background: url(../img/point03_bg.jpg) no-repeat center center;
	background-size: cover;
}



#step {
	margin:50px auto 0;
}
#step li{
	box-sizing:border-box;
	border: 2px solid #f00000;
	border-radius: 10px;
	background-color: #fff;
    padding: 30px 10px 20px;
	vertical-align: top;
    min-height: 320px;
	position: relative;
}

#step li.arrow:after{
	border-top-color:transparent;
	border-left-color: #f00000;
	bottom:50%;
	right: 0;
	left: auto;
	transform: translate(100%, 50%);
}
#step li p{
	font-size: 18px;
	font-size: 1.8rem;
    padding: 10px 10px 0;
}
#step li span{
	display: inline-block;
	text-align: left;
}

/*#step .thum{
	height:10vw;
	min-height: 200px;
	max-height: 400px;
}*/


#step li:before{
	content:"";
	display: inline-block;
	position: absolute;
	top:-20px;
	left:-30px;
	width: 80px;
	height: 80px;
}
#step li:nth-child(1):before{
	background:url(../img/step01.png) no-repeat;
}
#step li:nth-child(2):before{
	background:url(../img/step02.png) no-repeat;
}

/*#step li:nth-child(3):before{
	background:url(../img/step03.png) no-repeat;
}*/
/*#step li:nth-child(1) .thum{
	background: url(../img/step01_image.png) no-repeat center center;
}
#step li:nth-child(2) .thum{
	background: url(../img/step02_image.png) no-repeat center center;
}*/

#step li:nth-child(2){
    margin: 0 1% 50px 2%;
}

#step li:nth-child(3){
	border: none;
	background: none;
	margin: 0;
	padding: 0;
    width: 39%;
    top: -30px;
}



#sec05{
	text-align: center;
	padding: 40px 0;
	color: #fff;
}
#sec05 .font_l {
    font-weight: bold;
	margin-bottom: 20px;
	font-size: 26px;
    font-size: 2.6rem;
}

header{
	max-width:1080px;
	margin: 0 auto;
}
.header_left{
	float:left;
	padding: 10px 0;
}
.header_right{
	float:right;
	width: 120px;
	padding: 10px 0;
}

footer{
	padding: 20px 0 0;
	background-color:#000;
}
.footer_wrap{
	color: #fff;
	width: 94%;
	padding:10px 3%; 
	margin: 0 auto;
	max-width: 960px;
}
.fixed{
	position: fixed;
	bottom:0;
	z-index: 999;
	width: 94%;
	background-color:#000;
	max-width: 100%;
}


.footer_left{
	float: left;
	margin-right: 50px;
}
.footer_center{
	float:left;
	padding-top:20px;
}
.footer_right{
	float: right;
}
#twitter-widget-0{
	vertical-align: bottom;
}
.clear{
	padding: 30px 0;
}

.f_s{
	font-size: 12px;
}
	.sp{
		display:none;
	}
/*--------------------------------------------------------------
min-width:1080px
--------------------------------------------------------------*/
@media screen and (min-width:767px) and (max-width:1080px) {
	#point li{
		width:30%;
		margin: 0 1% 50px;
	}
	#step li {
		min-height: 388px;
	}
	#step li:nth-child(3){
	padding-top: 30px;
}
.footer_center{
   width: 80%;
}
}
/*--------------------------------------------------------------
min-width:768px
--------------------------------------------------------------*/
@media screen and (min-width:300px) and (max-width:767px) {
	#mv {
    padding: 30px 5%;
}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	#sec01 .leftimg,#sec01 .rightimg{
	float: none;
}
	#sec01 .pattern02 .leftimg {
    	top: 30px;
		text-align: center;
		padding-left: 0;
		width: auto;
}
	#sec01 .pattern02 .leftimg img{
    	max-width: 64%;
}
	#sec01 .pattern02 .leftimg .sample{
    	max-width: 40%;
}
	.sample{
		top: 10.5%;
		width: auto;
		left: 0;
		right: 0;
		margin: auto;
	}
	
	
	#sec01 .pattern02 .righttxt {
		width: 94%;
		margin: 0 3%;
		padding-top: 60px;
	}
	
	#slider li,#sec01 .column3 li {
			float: left;
			width: 30%;
			margin-right: 5%;
			margin-bottom: 20px;
		}
	#slider li:nth-child(3n) ,
	#sec01 .column3 li:nth-child(3n) {
		margin-right: 0;
	}
	#sec01 .new:after {
		max-width: 60px;
		height: 16px;
		padding-bottom: 6px;
	}

	.arrow:after {
    		border: 20px solid transparent;
		    border-top-color: #ff9600;
	}
	.ttl {
    font-size: 16px;
    font-size: 1.6rem;
		padding: 30px 0 10px;
		margin-bottom: 0;
	}
	#sec02 .ttl {
    padding: 20px 20px 10px;
	}
	.ttl .font_l {
		font-size: 22px;
		font-size: 2.2rem;
	}
	.ttl span:after {
		margin: 14px auto;
	}
	#arrows{
		display:none;
	}
		#slider {
			width: 100%;
			max-width: 94%;
			margin: 60px auto 30px;
		}

	
	#sec02 {
		padding-bottom: 30px;
	}
	
	#point li{
		width: 94%;
		margin: 0 auto 30px;
	}
	#sec03 li .point_bg{
		padding:30px 0;
	}
	#sec03  li .arrow:after{
		left: 50%;
	}
	
	#sec04 .ttl {
		padding: 30px 0 10px;
	}
	#step {
    margin: 10px auto 0;
}
	#step li {
		width: 84%;
    min-height: auto;
}
	#step li.arrow:after{
	border-left-color:transparent;
	border-top-color: #f00000;
	bottom:0;
	right: auto;
	left: 50%;
	transform: translate(-50%, 100%);
}
	
#step li:before{
	top:-20px;
	left:-20px;
}
	
	/*#step .thum{
	height:15vw;
	max-height: 400px;
}*/
#step li:nth-child(1):before{
		background:url(../img/step01.png) no-repeat;
		background-size: 60px;
}
#step li:nth-child(2):before{
	background:url(../img/step02.png) no-repeat;
	background-size: 60px;
}
	
	#step li:nth-child(3) {
    padding-bottom: 50px;
    width: 94%;
	margin: 0 auto;
	}

	#sec05 {
    padding: 40px 3%;
}
	#sec05 p + p{
    font-size: 18px;
    font-size: 1.8rem;
}
	
	
/*---common
	--------------------------*/
	header{
		max-width:94%;
		margin: 0 auto;
	}

	.footer_center span.yellow{
    font-size: 16px;
    font-size: 1.6rem;	font-weight: bold;
	padding-left: 20px;
		margin-bottom: 10px;
	background: url(../img/spar.png) no-repeat left center;
	display: block;
}
.btn{
	font-size: 21px;
	font-size: 2.1rem;
}
.footer_center {

    padding-top: 10px;
}
	
}