@charset "utf-8";
/*---------------------------------------------------------
Theme Name: 1204_stark
---------------------------------------------------------*/

/*
----------------------------------------------
[01]reset設定
----------------------------------------------
*/

/*[01]reset
-------------------------------*/

html{
    -webkit-text-size-adjust: none;
    font-size: 62.5%;
}

body {
    line-height: 1.5;
    zoom:1.0;
    font-size:1.4rem;
    height:100%;
}


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-style:normal;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    vertical-align: baseline;
    text-decoration:none;
}

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

html{
    overflow-y: scroll;
}

blockquote, q {
    quotes: none;
}

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

input, textarea,{
    margin: 0;
    padding: 0;
}

ol, ul{
    list-style:none;
}

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

caption, th{
    text-align: left;
}

a:focus {
    outline:none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height:;
}


.both{
    clear:both;
}

.inline_block {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}


img {
    max-width:100%;
}

table {
    width:100%;
}
a{
    color:#000;
    text-decoration:none;
}
/*-------------------------------top-------------------------------*/
#wrapper{
    width:100%;
}
.wrap{
    width:1000px;
    margin:0 auto;
}
.wrap01{
    width:1000px;
    margin:0 auto;
	padding:0;
}
.wrap03{
	margin: 0 auto;
    width: 1000px;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
/*-------------------------------top_header-------------------------------*/
header{
	background:#6CB6E5;
	width:100%;
	z-index:9999999;
    position: fixed;
}
.header_left{
}
.header_inner{
	padding:25px 0;
	margin:0 auto;
    position: relative;
    min-width: 992px;
    transition: all 0.5s;
}

.header_logo{
    position: absolute;
    top: 14px;
    left:3%;
    transition: all 0.5s;
}

.fixed .header_logo{
    top:2px;
    transition: all 0.5s;
}

.header_logo:hover{
    opacity:0.75;
}


.header_inner_list{
    width: 568px;
    float: right;
    margin-right: 18%;
}


nav{
}

.header_inner_list li{
	float:left;
	font-size:2rem;
    margin-right: 50px;
    text-align: inherit;
}

.header_inner_list li:last-child{
    margin-right: 0;
}

.header_inner_list li:nth-child(4){
    padding-right:0;
}
.header_inner_list li:nth-child(n+5){
	display:none;
}
.header_inner_list li a{
	color:#fff;
    transition: all 0.5s;
}

.header_inner_list li a:hover{
    color:#666;
    transition: all 0.5s;
}

.nav_btn{
	display:block;
    position: absolute;
    top: 24px;
    right:3%;
    transition: all 0.5s;
}

.fixed .nav_btn{
    top: 10px;
    transition: all 0.5s;
}

.nav_btn li{
	float:left;
	padding-right:30px;
}

.nav_btn li a i{
    color:#fff;
    transition: all 0.5s;
}
.nav_btn li.yt{
	padding-right:0;
}
.fa{
	font-size:3.5rem;
}
.nav_btn li.fb a i:hover{
	color:#666;
    transition: all 0.5s;
}
.nav_btn li.yt a i:hover{
	color:#666;
    transition: all 0.5s;
}

.fixed{
    position:fixed;
    z-index: 999999;
}


.fixed .header_inner{
    padding:10px 0;
    transition: all 0.5s;
}
/*-------------------------------top_keyvisual-------------------------------*/
.keyvisual{
    position:relative;
}
.keyvisual::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}
.bg{
    position:absolute;
    width:100%;
    background-image:url(common/img/video_back.png);
    top:0;
    left:0;
}


.keyvisual_sp{
    display:none;
}

video{
    position:relatives;
    display:block;
    width:100%;
    z-index:1;
    top:75px;
}
.title01{
    font-size:3.2rem;
    color:#fff;
    text-align:center;
    margin-bottom:40px;
}
.btn02{
    font-size:1.4rem;
    text-align:center;
}

.headline_area{
    position: absolute;
    text-align: center;
    color: #fff;
    width: 634px;
    height: 300px;
    top: 50%;
    left: 50%;
    margin-top: -120px;
    margin-left: -317px;
    z-index:99999;
}

.btn02 a{
    color:#fff;
    border:#fff solid 1px;
    padding:15px 40px;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
    -o-transition:1s all;
    -ms-transition:1s all;
    transition: transform 1s all;
}
.btn02 a:hover{
    color:#000;
    background:#fff;
    -moz-transition:1s all;
    -webkit-transition:1s all;
    -o-transition: 1s all;
    -ms-transition: 1s all;
    transition: 1s all;
}

/*youtube埋め込み部分*/
.video-target {
    cursor: pointer;
}

.video-wrapper {
    display: none;
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 21000;
}

.video-frame {
    position: absolute;
    top: 50%;
    left: 50%;
}

.video-close{
    float:right;
    margin-top:-30px;
    margin-right:-30px;
    cursor:pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 30px;
    background: #605F61;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
}

.video-close:before {
    content: "";
}


/*-------------------------------top_contents-------------------------------*/
.contents{
    width:100%;
    top:0;
    z-index:2;
    background:#fff;
    position:relative;
}

.content_inner{
    width:1000px;
    margin:0 auto 90px;
}

.title_center{
    text-align:center;
    font-size:3.6rem;
    padding:70px 0 20px;
}
.title_center01{
    text-align:center;
    font-size:3.6rem;
}
/*
.contents_inner_list01{
width:100%;
}
*/

.works_list{
    width:1000px;
    margin:0 auto 30px auto;
}

.works_list div.loop{
/*  margin-bottom: 15px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
	margin-right:-50px;*/
}

div.works_list .loop:last-child{
    border:none;
}

.contents_inner_list01{
    width:33.33333%;
    float:left;
    text-align:center;
    box-sizing: border-box;
    position: relative;
    padding:15px;
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
    background-color:#fff;
    transition: all .5s;
}

.contents_inner_list01:hover{
    background: #fac7a6 none repeat scroll 0% 0%;
    transition: all .5s;
}

.contents_inner_list01 a{
    display:block;
    overflow:hidden;
}

.contents_inner_list01 div{
    width:auto;
    height:250px;
    overflow:hidden;
}

.contents_inner_list01 div img{
    width:300px;
    height:auto;
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
    overflow:hidden;
}

.contents_inner_list01:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    background-color:#39f;
    opacity:0.75;
    width:300px;
    height:auto;
    overflow:hidden;

}

.title_menu{
    font-size:1.2rem;
    margin-top:10px;
}
.btn01{
    width:245px;
    text-align:center;
    margin:30px auto 60px;
}
.btn01 a{
    display:block;
    font-size:1.8rem;
    border:#000 solid 1px;
    padding:10px 60px;
    color: #000;
    text-align: center;
    text-decoration: none;
    outline: none;
    transition: all 1s;
    -moz-transition: -moz-transform 1s all;
    -webkit-transition: -webkit-transform 1s all;
    -o-transition: -o-transform 1s all;
    -ms-transition: -ms-transform 1s all;
    transition: transform 1s all;
}
.btn01 a:hover{
    color:#fff;
    background:#000;
    -moz-transition: -moz-transform 1s all;
    -webkit-transition: -webkit-transform 1s all;
    -o-transition: -o-transform 1s all;
    -ms-transition: -ms-transform 1s all;
    transition: transform 1s all;
}
.title02{
    font-size:2.4rem;
    border-bottom:#dd5310 solid 2px;
}

.contents_inner_list02 dl{
    padding:15px 0;
    border-bottom:#000 dotted 1px;
}
.contents_inner_list02 dl dt{
    font-size:1.2rem;
}
.contents_inner_list02 dl dd{
    font-size:1.4rem;
}
/*-------------------------------top_footer-------------------------------*/
#footer{
    background-color:#f5f5f5;
    padding:35px 0;
    position:relative;
}

#footer .footer_inner{
    width:1000px;
    margin:0 auto;
}

.foot_navi_area{
    float:left;
    margin-top:40px;
}

#footer .footer_inner ul.sns_area{
	display:none;
}

#footer .footer_inner ul.sns_area li{
    float:left;
    margin-right:20px;
}

#footer .footer_inner ul.sns_area li a i{
    font-size:3.2rem;
    transition:all 0.5s;
}

#footer .footer_inner ul.sns_area li a:hover i{
    color:#3b5997;
    transition:all 0.5s;
}

#footer .footer_inner ul.sns_area li:last-child a:hover i{
    color:#da2b28;
}

#footer .footer_inner ul.navi{
    float:left;
    margin-right:40px;
}

#footer .footer_inner ul.navi li{
    float:left;
    font-size:2.0rem;
    margin-right:40px;
}

#footer .footer_inner ul.navi li:last-child{
    margin-right:0;
}

#footer .footer_inner .footer_logo{
    float:right;
    width:200px;
}

#footer .footer_inner .footer_logo img{
    verti: top;
}

#back-top{
}

#page-top {
    position: fixed;
    bottom: 5%;
    right: 5%;
    font-size: 77%;
}
#page-top a {
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
}


/*-------------------------------company_contents-------------------------------*/
.contents_area{
    max-width: 700px;
    margin: 0 auto 90px;
}
.title_center{
	text-align:center;
	font-size:3.6rem;
	padding:25px 0 10px 0;
}
.table_one{
	font-size:1.8rem;
	margin-bottom:40px;
	line-height:3;
	margin:0 auto;
}
#map{
	width:100%;
	height:480px;
}
/*-------------------------------contact_contents-------------------------------*/
.wrap02 {
    width: 700px;
    margin: 0 auto 90px;
}

.contents_logo{
	text-align:center;
}
.contents_contact_text01{
	text-align:center;
	font-size:2.1rem;
	margin-bottom:50px;
}
.contents_contact_text01 p{
	line-height:1.8;
}
.contents_contact_text01 p span{
	font-size: 3.6rem;
	font-weight: bold;
}
.contents_contact_text02{
	font-size:1.8rem;
	margin:30px 0;
}
.contents_contact_text02 p{
	color:#f00;
	margin-bottom:0;
}
.contents_contact_text02 dl{
	font-size:2.4rem;
}
.contents_contact_text02 textarea{
	font-size:1.8rem;
	height:300px;
	
}
.form_area dt{
	margin-bottom:20px;
}
.form_area dt dd{
	background:#f0f0f0;
	border:solid 1px #ccc;
	margin:0 0 40px 0;
	padding:10px;
}

dd input[type="text"]{
	width:100%;
	height:50px;
	background:#f0f0f0;
	border:solid 1px #ccc;
	margin:0 0 40px 0;
	box-sizing:border-box;
	font-size:1.8rem;
	padding:0 10px;
}

dd span input{
	width:100%;
	height:50px;
	background:#f0f0f0;
	border:solid 1px #ccc;
	margin:0 0 40px 0;
	box-sizing:border-box;
	font-size:1.8rem;
	padding:0 10px;
}


dd select{
	width:100%;
	height:50px;
	background:#f0f0f0;
	border:solid 1px #ccc;
	margin:0 0 40px 0;
	font-size:1.8rem;
	padding:0 10px;
}
dd textarea{
	width:100%;
	background:#f0f0f0;
	border:solid 1px #ccc;
	margin:0 0 20px;
	box-sizing:border-box;
	font-size:1.8rem;
	padding:10px;	
}
dd input[type="submit"]{
	width: 50%;
    height: 50px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    background: #6cb6e5;
    border: none;
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    padding: 10px;
}

dd input[type="submit"]:hover {
    opacity: 0.5;
    transition: all 0.5s ease 0s;
}

/*thanks*/
.thanks{
	padding:30px 0;
}

.thanks h1{
	margin-bottom:30px;
}

.thanks p{
	text-align:left;
	line-height:1.5;
	margin-bottom:1em;
}

.thanks p:last-child{
}

.thanks a.home_button{
	text-align:center;
	background-color:#6cb6e5;
	color:#fff;
	padding:10px 0;
	box-sizing:border-box;
	border-radius:4px;
	display:block;
	border:2px solid #6cb6e5;
	transition:all 0.5s;
	width:500px;
	margin:60px auto 0 auto;
}

.thanks a.home_button:hover{
	background-color:transparent;
	color:#6cb6e5;
	transition:all 0.5s;
}



/*-------------------------------works_member_contents-------------------------------*/
.contents_inner_list01{
/*	margin-bottom:70px;*/
}
.contents_nav ul{
	display: table;
    text-align: center;
    margin: 0 auto;
    width: auto;
	position: relative;
    z-index: 999;
}
.contents_nav li{
	float:left;
    padding:0 10px;
	/*opacity:0.25;*/
}
/*-------------------------------works_producer-------------------------------*/
.contents_area01{
	background:#fff;	
	padding:0 15px;
	padding-top:0;
}
.title05{
	text-align:center;
	font-size:3.2rem;
	padding:30px 0;
}
.title06{
	text-align:center;
	font-size:3.2rem;
	padding:0 0 20px 0;
}

.contents_area_list{
	width:470px;
	float:left;
}

.contents_area_list .main_img{
	margin-bottom:15px;
}

.contents_area_list #gallery{
}

.contents_area_list #gallery #slideshow{
	position:relative;
	width:470px;
	/*height:680px;*/
}

.contents_area_list #gallery #slideshow .image-wrapper{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 470px;
}

.contents_area_list #gallery #slideshow span a img{
	width:100%;
	height:auto;
}


.contents_area_list p{
	margin-bottom:15px;
}
.contents_area_list ul{
	width:480px;
	margin:0 auto 35px;
}

.contents_area_list ul li{
	width:80%;
	height:100%;
	/*float:left;*/
	margin-bottom:15px;
	margin:0 auto;
}
.contents_area_list01{
	width:470px;
	float:right;
}
.contents_contact_text03{
	margin-bottom:40px;
	/*min-height:910px;*/
}
.contents_contact_text03 ul li{
	margin:0 10px 10px 0;
	float:left;
}
.contents_contact_text03 p{
	font-size:1.6rem;
/*	float:left;*/
	line-height:2;
}
.contents_contact_text04{
	font-size:1.6rem;
	line-height:2;
	margin-bottom:30px;
}
.text01{
	font-size:1.6rem;
}
.text02{
	font-size:1.6rem;
}
.contents_contact_text05{
	float:left;
	width:480px;
}
.contents_area_list02{
	/*
	width:470px;
	float:left;
	*/
	width: 100%;
}
.youtube{
/*	width:470px;
	margin-bottom:10px;
	float:left;
*/
}
.youtube iframe{
	width:470px;
	height:267px;
	margin-bottom:20px;
}

.youtube_side {
    width: 80%;
    margin: 0 auto;
}

.youtube_side iframe {
    width: 100%;
    height: 267px;
}

@media screen and (max-width: 992px) {
    .youtube_side {
        width: 100%;
        margin: 0 auto;
    }

    .youtube_side iframe {
        max-width: 100%;
        width: 470px;
        height: 267px;
    }
}

ul.contents_images02{
	width:480px;
	float:left;
	margin:0 auto 35px;
}
.contents_images02 li{
	float:left;
	margin-bottom:15px;
	width:227.5px;
	height:150px;
	overflow:hidden;
}
.contents_images02 li:nth-child(odd){
	margin-right:15px;
}

#lightbox-image{
	height:;
}


.contents_images03{
	text-align:center;
	margin-bottom:30px;
}

#slider1 li{
	width:295px;
	height:195px;
	overflow:hidden;
}

#slider1 li img{
	height:auto;
}



/*-------------------------------member_contents-------------------------------*/
.member_list{
	width:1050px;
	margin:0 -50px 0 0;
	overflow:hidden;
}
.member{
	display:block;
	position:relative;
	width:300px;
	height:250px;
	float:left;
	margin-bottom:30px;
	margin-right:50px;
	overflow:hidden;
}

.member:nth-child(3n+3){
	margin-right:0;
}


.title_inner{
	width:100%;
	height:100%;
	color:#ccc;
	background: rgba(0,0,0,.6) none repeat scroll 0% 0%;
    -webkit-transition: .3s;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	transition: .3s;
	opacity:0;
	padding:34% 0;
	text-align:center;
	box-sizing:border-box;
}
.title_inner li{
	font-size:2rem;	
}
.title_inner li:last-child{
	font-size:2.4rem;
	color:#fff;	
}
.title_inner:hover{
	opacity:1;
}
.title_neme:hover{
	opacity:1;
}
/*-------------------------------member_list_contents-------------------------------*/
.title04{
	text-align:center;
	font-size:2.4rem;
	padding-bottom:25px;
}
.contents_member_inner{
	background:#F5F5F5;
	font-size:1.6rem;
	padding:35px 10px;
}
.contents_member_left{
	width:480px;
	float:left;
}
.contents_member_right{
	float:right;
	width:475px;
	line-height:1.6;
}


/*-------------------------------member_contents-------------------------------*/
.title04{
	text-align:center;
	font-size:2.4rem;
	padding-bottom:25px;
}
.contents_member_inner{
	background:#efefef;
	font-size:1.6rem;
	padding:35px 15px;
}
.contents_member_left{
	width:480px;
	float:left;
}
.contents_member_right{
	float:right;
	width:475px;
	line-height:1.6;
}



/*[03]レスポンシブ表示非表示設定
-------------------------------*/

.pcBlockspNone{
    display: block;
}

.pcNonespBlock{
    display: none;
}




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

    .pcBlockspNone{
        display: none;
    }
    .pcNonespBlock{
        display: block;
    }
    #wrapper{
        border:inherit;
    }
    img {
        max-width:100%;
    }
	.loader{
		margin:0 auto;
		width:64px;
	}
    /*-------------------------------top_sp-------------------------------*/
    .wrap{
        width:auto;
        margin:0 auto;
    }
    .wrap01{
        width:auto;
        margin:0 auto;
		padding:0 10px;
    }
	
	.index .wrap01{
		padding:0;
    }
	.warap03{
    width: auto;
    margin: 0px auto;
	}
    video{
        display:none;
    }
    .title01{
        width:100%;
        text-align:center;
        font-size: 1.6rem;
        color: #FFF;
        z-index: 10;
        margin-bottom:15px;
    }

    /*-------------------------------top_header_sp-------------------------------*/
     header{
        background:#6cb6e5;
        width:100%;
        z-index:999999999;
        padding:0;
        position:relative;
    }

    #header{
        position:relative;
        width: 100%;
    }

    .bg{
        display:none;
    }

    .fixed{
        position:relative;
        padding:8px 0;
    }

    .fixed .header_inner{
        padding:8px 0;
    }

    .headline_area{
        position: absolute;
        text-align: center;
        color: #fff;
        width: 320px;
        height: auto;
        top: 50%;
        left: 50%;
        margin-top: -15%;
        margin-left: -160px;
        z-index:99999;
    }

    .header_inner{
        padding:8px 0;
        width: auto;
        min-width: 96%;
    }
    .header_logo{
        float:left;
        position: static;
        margin-left: 10px;
    }
    header_inner{
        width:100%;
    }
    .header_inner_list{
        display:none;
        float: none;
        position: absolute;
        top:100%;
        background:#6cb6e5;
        text-align: center;
        width: 100%;
        left:0;
        margin-top: 0;
    }
    .header_inner_list li{
        padding:0;
        float:inherit;
        padding:10px 0;
        border-bottom:#fff 1px solid;
        margin-right:0;
    }
    .header_inner_list li:last-child{
        padding-right:0;
        border:none;
    }
    .header_inner_list li a{
        color:#fff;
		display:block;
    }
    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .menu-trigger {
        position: absolute;
        width:30px;
        top:20px;
        right: 3%;
        text-align:right;
    }
    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #fff;
        border-radius: 4px;
    }
    .menu-trigger span a{
        display:block;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 10px;
    }
    .menu-trigger span:nth-of-type(3) {
        top: 20px;
    }
    
    .nav_btn {
        display: none;
    }

    /*-------------------------------top_video_sp-------------------------------*/
    video{
        display:none;
    }
    .keyvisual{
        width:100%;
        position: relative;
        display:block;
        top:0;
    }
    .keyvisual_sp{
        display: block;
    }
    .title03{
        font-size:1.4rem;
        font-weight:bold;
        color:#fff;
        position:absolute;
        z-index: 10;
        top:46.5px;
        text-align:center;
        padding:0 10.5%;
    }
    /*-------------------------------top_contents_sp-------------------------------*/
    .btn02{
        font-size:1.4rem;
    }
    .btn02 a{
        color:#fff;
        border:#fff solid 1px;
        padding:5px 10px;
    }
    .btn02 a:hover{
        color:#000;
        background:#fff;
        transition: all .3s;
    }
    .contents{
        position:inherit;
        top:0;
		padding-top:0;
    }
    .title_center{
        text-align:center;
        font-size:1.8rem;
        padding:35px 0 10px;
        font-weight:bold;
    }
    .title_center01{
        text-align:center;
        font-size:1.8rem;
        font-weight:bold;
    }
	.works_list div.loop{
		margin-bottom: 15px;
		/*border-bottom: 1px dashed #ccc;*/
		padding-bottom: 15px;
		margin-right:-50px;
		width:100%;
	}
    .content_inner{
        width:auto;
        margin:0;
        padding:0 10px;
    }
    .works_list{
        width:100%;
    }
    .title_menu{
        font-size:1.2rem;
        text-align:left;
        margin-top:0;
    }
    .contents_inner_list01{
        width:50%;
        padding:0;
        min-height:150px;
    }
    .contents_inner_list01:hover{
        background: none;
        transition: none;
    }

    .contents_inner_list01 div.thumnail{
        width:auto;
		height:100px;
    }

    .contents_inner_list01 div.thumnail img{
        width:100%;
        height:auto;
    }
    .contents_inner_list01:nth-child(9){
        display:none;
    }
    .contents_inner_list01:nth-child(odd){
        float:left;
        padding-right:5px;
    }
    .contents_inner_list01:nth-child(even){
        float:right;
        padding-left:5px;
    }
	.index .contents_inner_list01:nth-child(n+7){
		margin-bottom:0;
	}
	
	
    .btn01{
        width:60%;
        text-align:center;
        margin:15px auto 30px;
    }
    .btn01 p{
        font-size:1.4rem;
        border:#000 solid 1px;
        margin:0
    }
    .btn01 a{
        display:block;
        padding:10px 0;
        font-weight:bold;
        margin:15px 0;
    }
    .title02{
        font-size:1.6rem;
        font-weight:bold;
        border-bottom:#dd5310 solid 2px;
    }
    .contents_inner_list02{
        margin:0 0 20px 0;
    }
    .contents_inner_list02 dl{
        padding:15px 0;
        border-bottom:#000 dotted 1px;
    }
    .contents_inner_list02 dl dt{
        font-size:1.0rem;
        padding-bottom:5px;
    }
    .contents_inner_list02 dl dd{
        font-size:1.2rem;
    }
    /*-------------------------------top_footer_sp-------------------------------*/
    footer{
        font-size:1rem;
        background:#f2f2f2;
        margin:0 auto;
        position: relative;
        top:0;
    }

    #footer{
        background-color:#f5f5f5;
        padding:15px 0;
        position:relative;
    }

    #footer .footer_inner{
        width:auto;
        margin:0 auto;
    }

    .foot_navi_area{
        float:none;
        margin-top:0;
    }

    #footer .footer_inner ul.sns_area{
        float:none;
        position:relative;
        min-height:44px;
        margin-bottom:15px;
    }

    #footer .footer_inner ul.sns_area li{
        position:absolute;
        top:0;
        margin:0;
        padding:0;
        width:auto;
        float:none;
    }

    #footer .footer_inner ul.sns_area li.fb{
        position:absolute;
        left:36%;
    }

    #footer .footer_inner ul.sns_area li.yt{
        position:absolute;
        right:36%;
    }

    #footer .footer_inner ul.sns_area li a i{
        font-size:4.4rem;
        transition:all 0.5s;
    }

    #footer .footer_inner ul.sns_area li a i{
        color:#333;
        transition:all 0.5s;
    }

    #footer .footer_inner ul.sns_area li:last-child a i{
        color:#333;
    }

    #footer .footer_inner ul.navi{
        float:none;
        border:1px solid #000;
        margin-right:0;
        box-sizing:border-box;
        margin-bottom:15px;
    }

    #footer .footer_inner ul.navi li{
        float:left;
        font-size:1.2rem;
        width:50%;
        text-align:center;
        margin-right:0;
    }

    #footer .footer_inner ul.navi li a{
        display:block;
        padding:10px 0;
    }

    #footer .footer_inner ul.navi li:nth-child(2n+1){
        border-right:1px solid #000;
        box-sizing:border-box;
    }

    #footer .footer_inner ul.navi li:nth-child(1),#footer .footer_inner ul.navi li:nth-child(2){
        border-bottom:1px solid #000;
    }

    #footer .footer_inner ul.navi li:last-child{
        margin-right:0;
    }

    #footer .footer_inner .footer_logo{
        float:none;
        width:45%;
        margin:0 auto;
    }

    #back-top{
        bottom:5%;
        right:5%;
    }

    .back{
        display:block;
        position:absolute;
        width:30px;
        height:30px;
    }
/*-------------------------------company_contents_sp-------------------------------*/
	.contents_area{
        margin: 0 2%;
		position:static;
		top:0;
		background-color:#fff;
	}
	.title_center{
		text-align:center;
		font-size:1.8rem;
		padding:15px 0 10px 0;
	}
	.table_one{
		width:100%;
		font-size:1.8rem;
		line-height: inherit;
		margin:0 auto 30px auto;
	}
	.table_one th{
		display:block;
		width:100%;
		background:#ececec;
		margin-bottom: 5px;
		padding: 5px 0px 5px 5px;
		box-sizing:border-box;
	}
	.table_one td{
		width:100%;
		display:block;
		margin-bottom: 10px;
		padding: 0 0 10px 5px;
		box-sizing:border-box;
	}
	#map{
		width:100%;
		height:300px;
	}
/*-------------------------------contact_contents_sp-------------------------------*/
	.contents_logo{
		text-align:center;
		margin:140px 0 20px 0;
	}
	.contents_contact_text01{
		text-align:center;
		font-size:1.6rem;
		margin-bottom:50px;
	}
	.contents_contact_text01 p{
		font-size:1.4rem;
		line-height:1.6;
		margin-top: 0;
	}
	.contents_contact_text01 p span{
		font-size:3.6rem;
		font-weight: bold;
	}
	.contents_contact_text02{
		font-size:2.0rem;
		margin: 40px auto 30px;
	}
	.contents_contact_text02 dl{
		font-size:1.4rem;
	}
	.contents_contact_text02 textarea{
		margin-top:0px;
	}
	
/*-------------------------------works_member_contents_sp-------------------------------*/
	.contents_area02{
		position: inherit;
		top:0;
	}
	.contents_nav ul{
		width:100%;
		margin:0 -1% 15px;
	}
	.contents_nav ul li{
		float:left;
		width:22%;
		margin-right:4%;
		padding:0;
	}
	.contents_nav ul li:nth-child(4n){
		margin-right:0;
	}
	
	.contents_inner_list01{
		margin-bottom:10px;
		transition:none;
		transform:none;
	}
	/*-------------------------------works_producer_sp-------------------------------*/
	.contents_area01{
		background:none;
		text-align:center;
		padding-top:0px;
		margin-bottom:50px;
		padding:0;
	}
	.title05{
		text-align:center;
		font-size:1.6rem;
		padding:0 0 20px 0;
	}
	.title06{
		text-align:center;
		font-size:1.6rem;
		padding:0 0 20px 0;
	}
	
	.contents_area_list{
		width: auto;
		float: none;
	}
	
	.contents_area_list .main_img{
		margin-bottom:15px;
	}
	.contents_area_list p{
		margin-bottom:15px;
		text-align:center;
	    margin: 0 auto 15px;
	}
	ul.contents_images01{
		width:100%;
		margin:0 auto 15px;
	}
	
	.contents_area_list ul.main_img_list{
		width:100%;
		margin-bottom:30px;
	}
	
	.contents_area_list ul li{
		width:100%;
		/*margin-right:6%;*/
	}
	.contents_area_list ul li:nth-child(2n+2){
		margin-right:0;
	}
	.contents_images01 li img{
		width:100%;
		margin:0 auto;
	}
	.contents_area_list01{
		width:auto;
		float:inherit;
		text-align:left;
	}
	.contents_contact_text03{
		min-height:auto;
		margin-bottom:15px;
	}
	.contents_contact_text03 h3{
		margin:0 10px 10px 0;
		float: inherit;
		display:inline-block;
	}
	.contents_contact_text03 p{
		font-size:1.6rem;
		line-height:2;
		float:inherit;
	}
	.contents_contact_text04{
		font-size:1.6rem;
		line-height:2;
		margin-bottom:30px;
	}
	.text01{
		font-size:1.6rem;
	}
	.text02{
		font-size:1.6rem;
	}
	.contents_contact_text05{
		float: none;
		width:auto;
	}
	.contents_area_list02{
		width: auto;
		float: inherit;
	}
	.youtube{
		width:100%;
		margin:0;
		float:none;
	}
	
	.youtube_box{
		position:relative !important;
		width: 100%;
		padding: 75% 0 0 0;
		margin-bottom:15px;
	}
	
	.youtube iframe {
		width:100%;
		height:100%;
	}
	
	.youtube_box iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	}
	
	ul.contents_images02{
		width:auto;
		margin-bottom:60px;
	}
	.contents_images02 li{
		width:49%;
		margin-right:0;
		margin:0 auto;
		padding:5px 0;
	}
	.contents_images02 li:nth-child(odd){
		float:left;
		margin-right:2%;
	}
	.contents_images02 li:nth-child(even){
		float:right;
	}
	.contents_images03{
		text-align:center;
		margin-bottom:30px;
	}
	.bx-wrapper .bx-controls-direction a {
		display:none;
	}
	.bx-wrapper .bx-viewport {
		box-shadow:none;
		border: 5px solid #FFF;
		left:0;
		background: #FFF none repeat scroll 0% 0%;
		box-sizing: border-box;
		transform: translateZ(0px);
	}
	
	.contents_images02{
		margin-bottom:-10px;
	}
	
	.contents_images02 li{
		width:48%;
		height:100px;
		overflow:hidden;
		margin-right:4%;
		margin-bottom:10px;
	}
	
	.contents_images02 li:nth-child(2n+2){
		margin-right:0;
	}
	.contents_area_list #gallery #slideshow{
		position:relative;
		width:100%;
		height:0;
		min-height:440px;
	}

	.contents_area_list #gallery #slideshow .image-wrapper{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	
	
	/*other_works*/
	#slider1{
		border:none;
	}
	
	#slider1 li{
		border:none;
		width:48%;
		margin-right:4%;
		max-height:120px;
		overflow:hidden;
	}
	
	.bx-viewport{
		border:none !important;
	}
	
	.bx-wrapper{
		margin-bottom:0 !important;
	}
	
/*-------------------------------member_contents_sp-------------------------------*/
	.title04{
		text-align:center;
		font-size:1.4rem;
		padding:0 0 15px 0;
		margin:0 auto;
	}
	.contents_member_inner{
		background:#fff;
		font-size:1.6rem;
		margin:0 auto 40px auto;
		padding:0;
	}
	.contents_member_left{
		float: inherit;
		width:100%;
	}
	.contents_member_right{
		float:inherit;
		width:100%;
	}
	.member_list{
		width:100%;
		margin:0;
		overflow:hidden;
		margin:0 0 30px 0;
	}
	.member{
		display:block;
		position: static;
		width:48%;
		height:auto;
		float:left;
		margin-bottom:15px;
		margin-right:0;
	}
	.member:nth-child(even){
		float:right;
	}
	.title_inner{
		width:100%;
		height:100%;
		color:#666;
		background:#fff;
		-webkit-transition: .3s;
		position: static;
		top:0;
		left:0;
		z-index:2;
		transition: .3s;
		opacity:1;
		padding:0;
		text-align:center;
	}
	.title_inner li{
		font-size:1.2rem;
	}
	.title_inner li:last-child{
		font-size:1.4rem;
		color:#000;
	}	
	.title_inner:hover{
		opacity:1;
	}
	.member .thumnail{
        width:auto;
        height:auto;		
    }
	.member .thumnail:nth-child(even){
		padding-left:10px;
	}	

    .member .thumnail img{
        width:100%;
        height:auto;
    }
}
@media screen and (max-width: 480px) {
    .img width: 100%;
}
