/* ============================================

	CSS document by payless plus
	This CSS for print view
	
	filename : top.css
	author : payless
	release :
	last modified:  2016-11-04 Udagawa 
	
============================================*/

div#container{
  padding-top:60px;
}
.headnavi{
    padding-top: 15px;
}
.headnavi li{
	height: 50px;
}

.second_menu_box.active,
.second_menu_box2.active{
    top: 45px;
}

.wapperin{margin:0 auto; width:1000px; text-align:center; color:#FFF; padding-top:200px; position:relative; z-index:5;}
.wapperin h1{font-weight:normal; font-size:60px; text-shadow: 2px 1px 10px #000; }
.top_point{font-size:23px; margin:10px 0 50px 0; text-shadow:2px 1px 10px #000;}
.movie-area {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1000;
}
	.sidefix{
		position: fixed;
		right: 0;
		top: 30%;
		z-index: 111111;
	}
@media screen and (max-width: 868px){
	.movie-area{
		display: none;
	}
}

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

	#header {
		height: 350px
	}

	.movie-header{
		height: 350px;
	}

	.movie-area {
		height: 350px;
	}
}

.youtube_bg{
	position: relative;
	margin-top: -55px;
	margin-bottom: -70px;
	height: 420px;
	padding: 0 0 60%;
	overflow: hidden;
}

@media screen and (max-width:1024px){
	.youtube_bg {
		height: 350px;
	}
}

.youtube_bg video{
	display: block;
	position: relative;
	margin-top: -100px;
	margin-bottom: -100px;
	width: 100%;
}

.youtube_bg iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .6;
}

.youtube_bg img{
	display: block;
	width: 100%;
	height: auto;
}

/*-- Video --*/
#video_wrapper {
	width: 100%;
	height: 620px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#video_wrapper span#noise {
	width: 100%;
	height: 100%;
	position: absolute;
	/*background: rgba(0,0,0,.3);*/
	/*background-image: radial-gradient(rgba(0,0,0,.2) 20%, transparent 0), radial-gradient(rgba(0,0,0,.2) 20%, transparent 0);*/
	background-position: 0 0, 3px 3px;
	background-size: 6px 6px;
	z-index: 3;
}

#video_wrapper video {
	width: 100%;
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 1;
}
.btnbox {
    position: relative;
    top: 0px;
    /* left: 115px; */
}


.main_column{text-align:center; padding-top:50px; overflow: hidden;}
.main_column h2{font-size:35px;}
.mb01{font-size:18px; margin-top:20px;}
.mb02{font-size:18px; margin-bottom:40px;}

.button02 {
	display: inline-block;
	width: 300px;
	text-align: center;
	text-decoration: none;
	outline: none;
	margin-top:50px;
	height:50px;
	line-height:48px;
	font-size:17px;
}
.button02::before,
.button02::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button02,
.button02::before,
.button02::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.button02 {
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 1px solid #d14141;
	color: #d14141;
	line-height: 48px;
	overflow: hidden;
}
.button02:hover {
	color: #fff;
}
.button02::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.button02:hover::after {
	background: #d14141;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.button03 {
	display: inline-block;
	width: 280px;
	text-align: center;
	text-decoration: none;
	outline: none;
}
.button03::before,
.button03::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button03,
.button03::before,
.button03::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.button03 {
	position: relative;
	z-index: 2;
	background-color: #3382aa;
	border: 1px solid #fff;
	color: #fff;
	line-height: 55px;
	overflow: hidden;
	font-size:25px;
}
.button03:hover {
	color: #000;
}
.button03::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.button03:hover::after {
	background: #fff;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/*sample;*/

.sampleWrap{
    background: url(../images/bg_g.jpg);
	padding: 50px;
}
.h3_tit01{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 50px;
	position: relative;

}
.h3_tit01 b{
	color: #333;
	display: block;
	margin: 0 auto;
    font-size: 42px;
    font-family: 'Anton', sans-serif;
    font-weight: normal;
letter-spacing: 4px;
}
.h3_tit01 b span{
	color: #3382aa;
}
.h3_tit01:after{
	content: "";
	display: block;
	margin: 20px auto 0;
	height: 5px;
	width: 70px;
	background: #3382aa;
}
.sampleBox{
	display: flex;
	justify-content:space-between;
	max-width: 1100px;
	margin: 0px auto;
	flex-wrap: wrap;
}

.sampleBox h4{
	font-size: 22px;
	text-align: center;
	margin-bottom: 15px;
}
.sampleBox ul li{
	line-height: 1.9;
    font-size: 1.5rem;
	text-align: left;
	position: relative;
	padding-left: 40px;
}
.sampleBox ul li:before{
	width: 18px;
	height: 18px;
	content:"";
	background: url(../images/icon_check01.png);
	-webkit-background-size: cover;
	background-size: cover;
	display: block;
	position: absolute;
	top: 8px;
	left: 10px;
}
.sample_movie,.sample_image{
	background: #fff;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 30px 20px 40px;
	box-sizing: border-box;
	width: 31%;
	position: relative;

}

.sample_movie:after{
	content:"";
    width: 120px;
    height: 90px;
	display: block;
	background: url(../images/example02.png);
	-webkit-background-size: cover;
	background-size: cover;
	position:absolute;
    right: -20px;
    bottom: -30px;
 }
.sampleBox .sample_movie:nth-of-type(2):after{
	background: url(../images/example01.png);
	background-size: cover;
    right: -0px;
    bottom: -30px;
    z-index: 1;
}
.sampleBox .sample_movie:nth-of-type(3):after{
	background: url(../images/example03.png);
	background-size: cover;
    right: -0px;
    bottom: -30px;
    z-index: 1;
    width: 130px;
    height: 100px;
}
.sample_movie{
	margin-right: 20px;
}
.clientWrap{
	margin: 50px 0 80px;
}

.client{font-size:13px; border:1px solid #ccc; padding:10px; margin:10px auto; width:260px;}

.pricebox{
	 margin:0px 0 25px 0;
	  padding:50px 0;
	}
.pricelist_top{
	width:1000px;
	 margin:0 auto;
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: space-between;

	}
.pricelist_top li{
width: 29.2%;
display: block;
background: #516e7e;
padding: 30px 20px;
color: #fff;
}
.pricelist_top li h4{
	font-size: 28px;
	margin-bottom: 10px;
font-weight: 100;
}

.pricelist_top li h4 span{
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
}
.pricelist_top li h5{
	font-size: 42px;
	margin-bottom: 10px;
font-weight: 100;
}

.pricelist_top li p{
	font-size: 13px;
	text-align: left;
}
.tIndent{
	text-indent: 1em;
	padding-left: 1em;
}

/*flow*/
.flowWrap{
    background: url(../images/bg_g.jpg);
    padding: 50px;
}
.flowWrap p{
	margin: 0 auto;
	padding: 120px;
	width: 80%;
	height: 250px;
	background: #fff;
}


/*work*/
.worksWrap{
    background: url(../images/bg_g.jpg);
    padding: 50px;
}
.worklist{margin:40px auto; 
	width:1000px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.worklist li{ width:320px;}

.worklist li img{
	width: 100%;
	height: auto;
}

.worklist li:nth-of-type(-n +9){
	margin-bottom: 40px;
}

.worklist li a{
	position: relative;
}
.worklist li a:hover:before{
	content: "";
	z-index: 1;
	position: absolute;
    top: -160px;
    left: 96px;
    background: url(../images/start.png);
    background-size: cover;
    width:120px;
    height:120px;
}
.btnbox {
    position: relative;
    top: 0px;
    left: 0px;
}
.work_copy{
    width: 1000px;
    margin: 0 auto;
	position: relative;
}
.work_copy p{
    font-size: 11px;
    position: absolute;
    top: -100px;
    right: 0;
    text-align: left;
}

.infobox{background:#f8f8f8; text-align:center; margin-top:40px;}
.infobox_inner{width:1000px; margin:0 auto 50px; padding:30px 0;}
.info_list{width:1000px; margin:0 auto;}
.info_list li{display:inline-block; margin:30px;}


/*ÒŠ¸¶×·Ó›*/
.red{
	color: #d14141;
}

.sp_none{
	display: block;
	margin: 0 auto;
}
.pc_none{
	display: none;;
}
@media (max-width: 750px) {

.sp_none{
	display: none;
	margin: 0 auto;
}
.pc_none{
	display: block;
	margin: 0 auto;
}
.footer_list{
	font-size:24px;
 margin:0 auto; 
 max-width:750px;
}

#footer{
	margin-top: 80px;
}
.logo {
    padding-top: 20px;
    padding-left: 10px;
    position: fixed;
    top: 0;
}
.headnavi02 {
    float: right;
    margin-top: -22px;
    position: fixed;
    bottom: -4px;
    left: 0px;
    display: flex;
}
.headnavi02 li:nth-of-type(1){
 position: relative;
 top: 0px;
 left: 0; 
}
.headnavi02 li:nth-of-type(1) img,
.headnavi02 li:nth-of-type(2) img{
  width: 375px;
}
.headnavi02 li:nth-of-type(2){
 position: relative;
 bottom: 0;
 left:0;
}

  .header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 1111111;
  }
  #nav-btn {
    display: block;
    position: fixed;
    z-index: 11;
    top: 25px;
    right: 25px;
    background: transparent;
    border: none;
  }

  .hamburger {
    position: relative;
    display: block;
    width: 36px;
    height: 28px;
  }
  .hamburger .bdr {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background: #fff;
    transition: all .5s;
  }
  .hamburger .bdr:nth-child(1) {
    top: 0;
  }
  .hamburger .bdr:nth-child(2) {
    top: 12px;
  }
  .hamburger .bdr:nth-child(3) {
    bottom: 0;
  }
  .hamburger.is-active .bdr {
    background: #fff;
  }
  .hamburger.is-active .bdr:nth-child(1) {
    transform: translateY(5px) rotate(-45deg);
  }
  .hamburger.is-active .bdr:nth-child(2) {
    opacity: 0;
  }
  .hamburger.is-active .bdr:nth-child(3) {
    transform: translateY(-20px) rotate(45deg);
  }
.nav-open .menu{
  max-width: 750px;
}
  .menu {
    position: relative;
    top: 0;
  max-width: 750px;
    height: 100%;
    padding-top: 70px;
    text-align: left;
    font-size: 13px;
    z-index: 1;
    transform: translateX(150px);
    right: -750PX;
    /*transition: .4s all;*/
  }
  .menu ul {
    display: block;
    width: 100%;
    line-height:60px;
    background: none;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 30px 100px;
    background: #000;
    min-height: 100vh;
}
  
  .menu ul li {
    font-size: 22px;
    transition: all .5s;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    width: 100%;
    margin: 0 auto;
  }
  .menu ul li:hover {
  	background: #000;
  }
  .menu ul li a:hover {
  	color: #000!important;
  }
  .menu ul li a:after {
  	color: #000!important;
  }

  .nav-open .menu {
    transform: translateX(0);
    left: 0PX;
  }
  .nav-open #contents {
    transform: translateX(-750px);
  }
  .wapperin{
  max-width: 750px;
	padding: 40px 0px 60px;
  }

.wapperin h1{
	font-size: 38px;
	margin-bottom: 15px;
}
#video_wrapper {
    width: 100%;
    height: auto;
}
#video_wrapper span#noise{
	height: auto;
}
#video_wrapper video{
	top: 10px;
}
.sampleBox{
	width: 100%;
}
.sample_movie, .sample_image{
	width: 100%;
	padding: 30px 15px 100px;
}
.sample_image:after{

    position: absolute;
    right: -28px;
    bottom: -10px;
}
.sampleWrap {
    padding: 30px;
}
.sample_movie{
	margin-right: 0;
	margin-bottom: 40px;
}
.sample_movie:after{
    bottom: -20px;
}
.top_point{
	font-size: 20px;
    margin: 0px 30px 40px;
}

.worksWrap{
    padding: 50px 20px;
}
.worklist{
  width: 100%;
    padding: 0 0px;
	display: flex;
}
.worklist li{
	float: none;
    width: 100%;
    font-size: 22px;
    margin-bottom: 40px;	
}
.worklist li:nth-of-type(-n +3){
	margin-bottom: 40px;
}
.worklist li:last-child{
	margin-bottom: 0;
}
.worklist li img{
	width: 90%;
}
.wapperin{
  width: 100%;
}
.pricelist_top{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.pricelist_top li{
	margin: 0 0px 20px;
	width: 100%;
}
.pricelist_top li img{
	width: 95%;
}
.pricebox{
	position: relative;
    padding: 25px 30px 60px;
    margin: 20px 0 0px 0;
}

.main_column h2{
	font-size:30px;
	margin-bottom: 20px;
}
.btnbox{
	top: 20px;
	left:0px;
}
.btnbox02{
    top: -100px;
    margin-top: 30px;
}
.button03{
	font-size: 21px;
    line-height: 45px;
}
.mb02{
	margin-bottom: 30px;
}

	.sidefix{
		display: none;
	}
	.info_list,
	.infobox_inner{
		width: 100%;
    display: block;
	}
	.footer_list,.sidefix{
		display: none!important;
	}
	.button02{
		width: 250px;
	}
}

/*oshirase*/
@media (max-width: 750px) {
.wapperin {
    max-width: 750px;
    padding: 70px 0px 60px;
}
.top_point {
    font-size: 20px;
    margin: 0px 30px 0px;
}
#video_wrapper video{
	min-height: 470px;
}
.main_column{
    padding-top: 0px;
}
}

#footer_bnr a{
	margin-top: 20px;
	box-shadow: rgba(0, 0, 0, 0.17) 8px 10px 12px 0px;

}
#footer_bnr a:hover{
	opacity: 1;
    transition: all .2s;
transform: scale(1.04, 1.04);
}