
/*  General CSS*/


body { /*全体*/
        background-color: #000000;
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}


.wrapper{
    width: 92.72727272727273%;
    margin: 0 auto;
}

header ul.social li a,
.main .work a .caption,
header nav ul li a{
    transition:all .1s linear;
    -webkit-transition:all .1s linear;
    -moz-transition:all .1s linear;
    -o-transition:all .1s linear;
}

h1, h2, h3, h4, h5 ,h6{
    color: #4b4848;
    font-family: "raleway-regular", arial;
    letter-spacing: 1px;
}

h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0;
position: relative;
display: inline-block;
margin-bottom: 1em;
}
h2:before {
content: '';
position: absolute;
bottom: -15px;
display: inline-block;
width: 20%;
height: 4px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #202020;
border-radius: 1px;
}
h3{ font-size: 1.17em; margin: .83em 0;}
h4{
padding: .2em;
border-left: 5px solid #000000;
}
h5              { font-size: .83em; margin: 1.5em 0 }
h1, h2, h3, h4,
h5,           { font-weight: bolder }
h6 {
	position: relative;
	text-align: center;
}
h6 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}
h6::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}
.subsub {
        font-size: 50%;
	padding: .50em 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
 
.clearfix {  
    *zoom: 1;  
}


/*ぱんくず*/
.main .pankuzu { 
	margin-top: 5px;
	text-align: right;
	margin-bottom: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	width: 528px;
}
.main .pankuzu a {
	color: #666666;
	text-decoration: underline;
}
.main .pankuzu a:hover {
	color: #666666;
	text-decoration: none;
}


/*本文の文字*/
.main .honbun p {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 5px;
}

/*本文のイメージ*/
.main .honbun img {
	margin-top: 8px;
	margin-bottom: 8px;

}


/*本文のイメージtopbox */
.main .honbun .topbox img {
	margin-top: 0px;
	margin-bottom: 0px;
}

.topbox{
width: 33.3%;
float: left;
}


/*本文のYOUTUBE*/
.main .honbun iframe {
	margin-top: 8px;
	margin-bottom: 5px;
}

/*本文のYOUTUBE topbox*/
.main .honbun .topbox iframe {
        width:100%;
	height:auto;
	margin-top: 0px;
	margin-bottom: 0px;
}


/*本文*/
.main .honbun{
	width: 550px;
        height: 100%;
	margin-top: 15px;
        display: block;
        margin-left: auto;
        margin-right: auto;
}

a:link {
color: #696969;
}
a:visited {
color: #696969;
}

/*メニューアイコン*/
#menu_icon,
.close_menu{
    float: right;
    margin-right: 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url('../img/men_icons.png') no-repeat;
}
#menu_icon{    
    background-position: 0 0;
}
.close_menu{
    background-position: -41px 0!important;
}



/*ブログ部分*/

.blog p{
 display:inline-block;
 vertical-align:middle;
 font-size: 10px;
}



/*文字p1*/
p.p1{
    font-size: 10px;
line-height: 14px;
}
/*文字p1*/

p.p5{
    font-size: 12px;
}
  
/*rekishi*/
.rekishi { 
        width: 30%;
        height: auto;
        float: left;
        margin: 0px 10px;
}
/*rekishi2*/
.rekishi2 { 
        width: 60%;
        height: auto;
        float: left;
        margin: 5px 10px;
}



.submenu {
width: 100%;
text-align: center;
font-size: 70%;
}
.submenu a{
text-decoration: none;
}



/*ページトップ*/
.page-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    padding: 20px 10px;
    background: #7e7a7a;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 12px;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}



/* --- 表全体 --- */
table.example {
width: 100%; /* 表の幅 */
border-collapse: collapse;
font-size: 30%;
}


/* --- セル --- */
table.example th,
table.example td {
/* width: 50%; */ /* セルの幅（セルの幅を均等にする場合） */
padding: 6px 8px; /* セルのパディング（上下、左右） */
}






/*　　-------------------　1024px以上の画面　------------------------------------------------------------------------------------------------------------------　*/

@media (min-width:1024px){

/*木目縦ライン・サイドメニュー・白*/
body .boxA { 
        width: 100%;
        max-width: 850px;
        margin: 0 auto;
}

/*白*/
.main{
        width: 600px;
        height: 100%;
        margin-left: 300px;
        background: #FFFFFF;      
}


/*左の木目縦ライン*/
.box1 { 
        width: 14px;
        height: 699px;
        float: left;
        background-color: #000000;
        position: fixed;
}

/*左の影*/
.box2 { 
        background-image: url("http://www.buzz-factory.net/test/img/right_kage.jpg");
        width: 14px;
        height: 699px;
        float: left;
position: relative;}

/*在庫車*/
.box3 { 
        width: 17.5%;
        height: auto;
        float: left;
        padding: 0;
        border: 1px solid #A9A9A9;
	margin: 1%;
}

/*白の中のボックス*/
.box4 {
display: block;
width: 525px;
 margin: 0 auto;
}
.box5 {
display: block;
width: 525px;
 margin: 0 auto;
}
.imgcenter{
 display: block;
 margin: 0 auto;

}
.imgleft{
 display: block;
}
.boxleft {
 display: block;
 float: left;
 width: 48%;
}

.boxright {
 display: block;
 float: right;
 width: 48%;
}

.boxleft2 {
 display: block;
 float: left;
 width: 48%;
 margin-left: 1%;
}

.boxright2 {
 display: block;
 float: right;
 width: 48%;
 margin-left: 1%;
}



.foooter {
        width: 100%;
        max-width: 850px;
background-color: #000000;
z-index: 100;
position: absolute;

}
.foooter2 {
width: 25%;
font-size: 15px;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
margin-top: 10px;
padding-left: 8%;
float: left;
}
.foooter2 a {
color: #FFFFFF;
text-decoration: none;
}
.foooter2 p {
color: #FFFFFF;
text-decoration: none;
line-height: 30px;
}

.foooter2 a:hover {
color: #CCCCCC;
text-decoration: none;
}

.media {
padding-bottom:30px;
text-align: center;
}
.media img {
width: 5%;
}

header{
        display: block;
        position: fixed;
	top: 0;
        float: left;
        width: 250px;
        padding: 0 0 0 50px;
        overflow: hidden;
	z-index: 99;
    }

    header .logo{
        margin-top: 100px;
        padding: 0 0 0 20px;

    }
    

header nav {
margin-bottom: 40%;
}


    header nav ul{
        display: block;
        overflow: hidden;
        margin-top: 100px;
        list-style: none;
    }

    header nav ul li{
        display: block;
        margin-bottom: 10px;

    }

    header nav ul li a{
        color: #454545;
        font-family: "raleway-regular", arial;
        font-size: 14px;
        text-decoration: none;
        letter-spacing: 1px;
    }

    header nav ul li a:hover,
    header nav ul li a.selected{
        color: #969595;
    }

    header .footer{

        bottom: 50px;
    }



    header .rights p{
        color: #454545;
        font-family: "raleway-regular", arial;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 18px;
    }

    header .rights a{
        font-family: "raleway-bold", arial;
        font-weight: bold;
        text-decoration: none;
    }
    #menu_icon,
    .close_menu{
        display: none;
    }

    ul.sub_menu{
        list-style:none;
        margin:13px 0;
        padding:0;
    }
.pic2{
 width:100%;
 }

.pic2 img{
margin: 5px;
 }

.pic3{
 width:100%;
 }

.pic3 img{
margin: 8px;
 }

.pic43{
 width: 100%;
}

.pic43 img{
 width: 20%;
 margin: 2%;
}
    header nav ul li a .p2{
font-size: 60%;
    }

}

/*　　-------------------　450pxから1024pxまでの画面　------------------------------------------------------------------------------------------　*/
@media screen and (min-width:450px) and ( max-width:1024px) {
/*木目縦ライン・サイドメニュー・白*/
body .boxA { 
        width: 100%;
}

/*白*/
.main{
        width: 70%; 
        max-width: 600px;
        height: 100%;
        margin-left: 30%;
        background: #FFFFFF;      
}


/*左の木目縦ライン*/
.box1 { 
        width: 14px;
        height: 699px;
        float: left;
        background-color: #000000;
        position: fixed;
}

/*左の影*/
.box2 { 
        display: none;
}
/*在庫車*/

.box3 { 
        width: 19%;
        float: left;
        padding: 1px;
        border: 1px solid #A9A9A9;
}
.box3 img{ 
        width: 100%;
}


/*白の中のボックス*/
.box4 {
display: block;
width: 90%;
 margin: 0 auto;
}
.box5 {
display: block;
width: 95%;
 margin: 0 auto;
}
.imgcenter{
 display: block;
 margin: 0 auto;

}
.imgleft{
 display: block;
}
.boxleft {
 display: block;
 float: left;
 width: 48%;
}

.boxright {
 display: block;
 float: right;
 width: 48%;
}

.boxleft2 {
 display: block;
 float: left;
 width: 48%;
 margin-left: 25px;
}

.boxright2 {
 display: block;
 float: right;
 width: 48%;
 margin-right: -25px;
}


.foooter {
font-size: 10px;
background-repeat: no-repeat;
padding-top: 8px;
padding-bottom: 5px;
text-align: center;
}

.foooter a {
color: #666666;
text-decoration: none;
}

.foooter a:hover {
color: #CCCCCC;
text-decoration: none;
}





header{
        display: block;
        position: fixed;
        top: 0;
        float: left;
        width: 18%; 
        min-height: 100%;
        padding: 0 0 0 30px;
        overflow: hidden;
        z-index: 9999;
    }

    header .logo{
        margin-top: 100px;
        margin-left: 10px;
    }
    header .logo img {
        width: 80%;
    }
    header nav ul{
        display: block;
        overflow: hidden;
        margin-top: 100px;
        list-style: none;
    }

    header nav ul li{
        display: block;
        margin-bottom: 5px;

    }

    header nav ul li a{
        color: #454545;
        font-family: "raleway-regular", arial;
        font-size: 12px;
        text-decoration: none;
        letter-spacing: 1px;
    }

    header nav ul li a:hover,
    header nav ul li a.selected{
        color: #969595;
    }

    header .footer{
        bottom: 50px;
    }

    header ul.social{
        list-style: none;
        margin-bottom: 5px;
    }

    header ul.social li{
        display: block;
        float: left;
        position: relative;
        margin: 0 15px 15px 0;
    }


    header ul.social li a{
        display: block;
        width: 30px;
        height: 30px;
        background: url('../img/sm.png') no-repeat;
        background-position: 0 0;
    }


    header ul.social li a:hover{
        background: url('../img/sm_hover.png') no-repeat;
    }



    header ul.social li a.fb,
    header ul.social li a.fb:hover{
        background-position: 0 0;
    }


    header ul.social li a.twitter,
    header ul.social li a.twitter:hover{
        background-position: -31px 0;
    }

    header ul.social li a.ameblo,
    header ul.social li a.ameblo:hover{
        background-position: -62px 0;
    }

    header ul.social li a.youtube,
    header ul.social li a.youtube:hover{
        background-position: -93px 0;
    }

    header ul.social li a.line,
    header ul.social li a.line:hover{
        background-position: -124px 0;
    }

   header ul.social li a.rss,
    header ul.social li a.rss:hover{
        background-position: -155px 0;
    }

    header .rights p{
        color: #454545;
        font-family: "raleway-regular", arial;
        font-size: 10px;
        letter-spacing: 1px;
        line-height: 18px;
    }

    header .rights a{
        font-family: "raleway-bold", arial;
        font-weight: bold;
        text-decoration: none;
    }
    #menu_icon,
    .close_menu{
        display: none;
    }

    ul.sub_menu{
        list-style:none;
        margin:15px 0;
        padding:0;
    }
    header nav ul li a .p3{
        display: none;
    }
.rights2{
 display: none;
}
.footer3 td{
display:none;
}
}








/*　　-------------------　480pxまでの画面　---------------------------------------------------------------------------------------------------------　*/
@media (max-width:480px){

    header{
        display: block;
        width: 100%;
        min-height: 100px;
        padding: 0;
        position: relative;
    }
    header .logo{
        margin: 40px 0 0 30px;
        float: left;
    }
    header .footer{
        display: none;
    }
    header #menu_icon,
    header .close_menu{
        float: right;
        margin: 30px 30px 0 0;
    }
    
    header nav{
        width: 98%;
        position: absolute;
        top: 100px;
        left: 0;
        z-index: 9999;
    }

    header nav ul{
        list-style: none;
        display: none;
        position: relative;
    }
    header nav ul li a{
        display: block;
        width: 98%;
        padding: 8px;
        text-align: center;
        color: #454545;
        font-family: "raleway-regular", arial;
        font-size: 14px;
        text-decoration: none;
        border-top: 1px solid #f7f5f5;
        background: #fff;
    }
    header nav ul li a .p2{
        font-family: "raleway-regular", arial;
        font-size: 9px;
        text-decoration: none;
    }

    header nav ul li ul li a{
        display: block;
        width: 98%;
        padding: 8px;
        text-align: left;
        color: #454545;
        font-family: "raleway-regular", arial;
        font-size: 14px;
        text-decoration: none;
        border-top: 1px solid #f7f5f5;
        background: #DCDCDC;
    }
    header nav ul li a:active{
        background: #f7f5f5;
    }
    #menu_icon,
    .close_menu,
    .show_menu{
        display: block;
    }


.main{
    display: block;
    max-width: 100%;
    min-height: 100px;
    background: #FFFFFF;
    padding: 5;
    position: relative;  
    margin: 0 auto;
}
.main .honbun {

        width: 95%;
        height: 100%;
	margin-top: 15px;
}
img {
    max-width: 98%;
    height: auto;
    margin: 2px                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ;
}


.foooter {
font-size: 13px;
background-repeat: no-repeat;
padding-top: 8px;
padding-bottom:5px;
text-align: center;
}
.foooter a {
color: #666666;
text-decoration: none;
}
.foooter a:hover {
color: #666666;
text-decoration: none;
}

.foooter2 {
width: 45%;
font-size: 15px;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
margin-top: 10px;
padding-left: 5%;
float: left;
}

.foooter2 a {
color: #FFFFFF;
text-decoration: none;
}
.foooter2 p {
color: #FFFFFF;
text-decoration: none;
line-height: 20px;
}

.foooter2 a:hover {
color: #CCCCCC;
text-decoration: none;
}

.media {
align:center;
}
.media img {
width:10%;
}


/*ぱんくず*/
.main .pankuzu { 
	margin-top: 5px;
	text-align: right;
	margin-bottom: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	line-height: 12px;
	width: 95%;
}
.main .pankuzu a {
	color: #666666;
	text-decoration: underline;
}
.main .pankuzu a:hover {
	color: #666666;
	text-decoration: none;
}

.box1 {
display:none;
}
.box2 {
display:none;
}
.box3 {
width: 25%;
float: left;
}

.box4 img {
width: 100%;
}
.box5 {
width: 100%;
}

.box5 img {
width: 17%;
}

.boxleft {
 display: block;
 float: left;
 width: 48%;
 height: 30%;
}
.boxright {
 display: block;
 float: right;
 width: 48%;
 height: 30%;
}
.boxleft2 {
 display: block;
 float: left;
 width: 48%;
 height: 30%;
}
.boxright2 {
 display: block;
 float: right;
 width: 48%;
 height: 30%;
}



.footer2 {
display: none;
}
.pic2{
 width: 100%;
 }

.pic2 img{
 width: 45%;
 }

.pic3{
 width: 100%;
 }

.pic3 img{
 width: 30%;

 }

.pic43{
 width: 100%;
}

.pic43 img{
 width: 30%;
}
.rights2 p{
font-size: 12px;
color: #ffffff;
padding: 10px;
font-family: "raleway-regular", arial;
}

}

