@charset "UTF-8" ;

@import url("./css/common.css") ;

body, footer, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, button, p {
	margin: 0;
	padding: 0;
}

body {
	font-size : 87.5% ;
	font-family:"HGS教科書体","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #393f4c ;
}
	@media(max-width:960px){
		body{
			width: 960px;
		}
	}


div,h1,h2,h3,h4,header,main,section,a,footer {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}

img {
	vertical-align: bottom ;
	border: none ;
}


ul, li, dl {
	list-style: none ;
}

/*↑ここまでノーマライズリセット */

/*フロート解除*/

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


/*フォントカラー*/

.fc_main {
	color :#393f4c ;
}

/*フォントサイズ*/

.fs_main {
	font-size : 1.4 ;
}

/*背景*/

.bg {
	background-color : ghostwhite ;

}

.bg_kon {
	background-color : #393f4c ;
}

.container {
	width: 100% ;
}

.inner {
	width: 960px ;
	margin: 0 auto ;
}

/*カテゴリータイトル「ぬ」のクラス*/

/*.category_title_main {
	width: 100% ;
	margin: 0 ;
	padding: 0 ;
	vertical-align: bottom ;
}
*/
.category_title_box {
	width: 800px ;
	margin: 0 auto ;
}

.category_title_text {
	display: block ;
	text-align: right ;
	width: 800px ;

}

/*＊＊＊＊＊＊＊＊＊＊メインムービー＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
#video_opening{
	min-height:100vh;
	background-color:black;
	position:absolute;
	z-index:10000000000000000;
}

#video_main{
	min-height:100vh;
	width=100%;
}


/**************ここから荒木css**************************************************************/


/*背景*/
.bg_tan {
	background-color : tan ;
}

.bg_steelblue {
	background-color : steelblue ;
}

.bg_bisque {
	background-color  : bisque;
}

/*文字色*/
.fc_white {
	color             : white;
}

.fc_black {
	color             : black;
}

/*中央揃え*/
.center{
	text-align        : center;
}

/**************ヘッダー 嶋津*************************/

.header_wrap{
	width: 100% ;
	height: 270px ;
	border-bottom: 20px solid #000 ;
}


.header {
	height: 250px ;
	background-image: url(./img/ho_image_small.png) ;
	background-repeat: no-repeat ;
	background-position: 50% 50% ;
}

.header .shop_name {
	width: 40px ;
	height: 170px ;
	float: right ;
	margin-right: 330px ;
	margin-top: 15px ;
}

.header_logo {
	width: 80% ;
}

.header .address {
	float: left;
	margin-left: 310px;
	margin-top: 20px;
	width: 65px;
}

.ad_1 {
	display: block ;
	margin-left: 50px ; ;
}

.ad_2 {
	display: block ;
	margin-left: 110px ;
	margin-top: -15px ;
}




/**************ここからヘッダーエリア****************/
/*
header{
	width            : 960px;
	background-color : #393f4c;
	margin           : 0 auto;
}

.header_box{
	padding          : 10px;
	text-align       : center;
}

/*穂ロゴ*//*
h1 img{
	width    : 150px;
	height   : 130px;
	position : absolute;
	top      : 50px;
	left     : 570px;

}

.header_text_1{
  position: relative;
    left: 110px;
    top: 30px;
}

.header_text_2{
    left: 310px;
    position: relative;
    top: -170px;
}

*/

/*************トップのスライダー**************/
.top_slide_wrap{
	height: 100vh;
	min-height: 790px;
}
.top_slide_outer{
	height: calc(100vh - 290px);
	min-height: 500px;
	min-width:960px;
	width: 100%;
	position: relative;
	overflow-x: hidden;
}
.top_slide_inner{
	height: calc(100vh - 290px);
	min-height: 500px;
	width: 500%;
	position: relative;
	top: 0;
	left:0;
	overflow-y: hidden;
}
.top_slide_inner div{
	height: calc(100vh - 290px);
	min-height: 500px;
	float:left;
	width:10%;
	box-sizing: border-box;
}

.slide_img1{
	background-image: url("./img/main_vis_1.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	background-position: left top;
}
.slide_img2{
	background-image: url("./img/main_vis_2.jpg");
	background-size: 100% 100%;
	background-position: left top;
}
.slide_img3{
	background-image: url("./img/main_vis_3.jpg");
	background-size: 100% 100%;
	background-position: left top;
}

.slide_img3 {
    background-image: url("./img/main_vis_3.jpg");
	background-size: 100% 100%;
	background-position: left top;
}

.slide_img4{
	background-image: url("./img/main_vis_4.jpg");
	background-size: 100% 100%;
	background-position: left top;
}
.slide_img5{
	background-image: url("./img/main_vis_5.jpg");
	background-size: 100% 100%;
	background-position: left top;
}

.top_slide_pager{
	min-width: 960px;
	height:20px;
	width:100%;
	padding:5px 0;
	background-color: #000;
	position: absolute;
	z-index: 1;
}
.active-button{
    background-color: #b90000!important;
}

.top_slide_pager{
		padding : 0 ;
		list-style : none ;
		text-align : center;
	}
.top_slide_pager div{
		width : 18px ;
		height : 18px;
		margin : 1px 0 ;
		display : inline-block;
		background : #434343;
		border-radius : 50%; 
	}
.top_slide_pager div a{
	}
.top_slide_pager span{
		visibility : hidden; 
	}

/*
.top_slide_pager ol{
	width:100px;
	margin: 0 auto;
}
.top_slide_wrap ol li{
	float: left;
	margin:0 3px;
	color: #f00;
}
*/

/**************ここからヘッダーナビ（ハンバーガーメニュー）****************/

.nav_header{
	margin        : 0 auto;
	width         : 100%;
	height: 230px;
	position:fixed;
	bottom: -230px;
	z-index:9999;
}

.nav_header li a{
    box-sizing      : border-box;
    color           : #fff;
    display         : block;
    float           : left;
    line-height     : 128px;
    text-decoration : none;
    width           : calc(100% / 10);
    padding         : 10px 0;
}

.nav_header li a:hover{
	color         :red;

}

.nav_header li:after{
	display           : none;
}

/*ハンバーガーメニューのボタン*/
.menu_btn{
	background-image:url("./img/menu_icon .png");
	background-repeat:no-repeat;
    width:50px;
    height:50px;
    position:fixed;
    top:20px;
    right:30px;
    cursor:pointer;
    z-index: 99999;
	-o-writing-mode      : vertical-rl;
	-ms-writing-mode     : tb-rl; /* for MS IE8+ */
	-webkit-writing-mode : vertical-rl;
	-moz-writing-mode    : vertical-rl;
	 writing-mode      : vertical-rl;
}

.menu_btn:hover{
  transition    : all .3s;
  opacity       : 0.5;
  filter        : alpha(opacity=80);
}


/**縦書き**/
.vertical {
	font-size            : 1.6rem;
	margin               : 0 auto;
	-o-writing-mode      : vertical-rl;
	-ms-writing-mode     : tb-rl; /* for MS IE8+ */
	-webkit-writing-mode : vertical-rl;
	-moz-writing-mode    : vertical-rl;
	 writing-mode    : vertical-rl;
}



/**************ここまでヘッダナビ（ハンバーガーメニュー）****************/

/************メインビジュアルのスライド＿サムネイルボタン****************/

.slide_sum {
	width: 100% ;
	height: 30px ;
	background-color: #000 ;
}

.slide_sum ul {
	width: 100% ;
	height: 30px ;
	text-align: center ;
}

.slide_sum ul li {
	width: 15px ;
	height: 15px ;
	display: inline-block ;
	color: #fff ;
	border-radius: 50% ;
	background-color: #fff ;
	margin: 7.5px 10px ;
}

.slide_sum ul li span {
	display: block ;
	visibility: hidden ;
	border-radius: 50% ;
}


/**************ここからメインエリア****************/



main{
	width             : 100% ;
	margin            : 0 auto;
}

/*メインビジュアル外箱*/
.main_visual_all_box{
	float     : left;
    margin    : 0 auto;
    position  : relative;
    right     : 100px;	/*←プログラムで数値を変える？*/
    width     : 400%;
}

.front{
	position   : relative:
}



/*メインビジュアル*/
.main_visual{
    float    : left;
  /*height   : 850px;*/
    width    : 25%;

}

.main_photo {
	 width            : 100%  ;
}

.concept_photo {

}

.category_main_box{
	width             : 960px;
	padding           : 30px;
	margin            : 0 auto 0 80px;
	text-shadow       : 1px 1px 1px #000;
	color             : #fff;
	background-color: rgba(255,255,255,0.3) ;
	position: relative ;
	top: 20px ;
}


/**ぬ**/

.category_nu_all_box{
	min-height:100%;

}


.category_title_main {
	height            : auto;

}

.category_title_main img {
	background-size        : cover;
	width                  : 100%;
	margin                 : 0 auto;
}

/*category_title_box text装飾*/

.category_title_box h2 {
    color: black;
    font-size: 2.5em;
    line-height: 2em;
    text-align: center;
    text-shadow: 0px 0px 3px lemonchiffon,0px 0px 3px lemonchiffon,0px 0px 3px lemonchiffon;
}

.category_title_box p{
    color: black;
    font-size: 1.5em;
    line-height: 2em;
    text-align: center;
    letter-spacing: -2px ;
    text-shadow: 0px 0px 3px #fff,0px 0px 3px #fff,0px 0px 3px #fff;
}


/**制作工程画像ここから**/
    .category_box_wrap{
    	width             : 100%;
    	height    : calc(100vh - 200px);
    	min-height            : 800px ;
    	position:relative;
    	overflow:hidden;
    }
    .category_box{
    	width             : 100%;
    	height    : calc(100vh - 200px);
    	min-height            : 800px ;
    	background-repeat : no-repeat;
    	background-size   : cover;
    	position:absolute;
    }

			.category_box_sono1 {
				background-image  : url("./img/making1.jpg");
			}
			.category_box_sono2 {
				background-image  : url("./img/making2.jpg");
			}
			.category_box_sono3 {
				background-image  : url("./img/making3.jpg");
			}
			.category_box_sono4 {
				background-image  : url("./img/making4.jpg");
			}
			.category_box_sono5 {
				background-image  : url("./img/making5.jpg");
			}
			.category_box_sono6 {
				background-image  : url("./img/making6.jpg");
			}
			.category_box_sono7 {
				background-image  : url("./img/making7.jpg");
			}
			.category_box_sono8 {
				background-image  : url("./img/making8.jpg");
			}
			.category_box_sono9 {
				background-image  : url("./img/making9.jpg");
			}

            .category_btn{
            	width: 60px;
            	height: 100px;
            	font-size: 3.5rem;
            	border-radius: 5px;
            	text-align: center;
            	position: absolute;
            	cursor: pointer;
            	z-index: 100;
				opacity: 0.7;
            }
            .category_btn_right{
            	top:350px;
            	right:20px;
				-webkit-animation-name: arrow-r;
				-o-animation-name: arrow-r;
				animation-name: arrow-r;
				-webkit-animation-duration: 3s;
				-o-animation-duration: 3s;
				animation-duration: 3s;
				-webkit-animation-timing-function: linear;
				-o-animation-timing-function: linear;
				animation-timing-function: linear;
				-webkit-animation-iteration-count: infinite;
				-o-animation-iteration-count: infinite;
				animation-iteration-count: infinite;
            }
            
				@keyframes arrow-r{
					0%{top:350; right:3px;}
					50%{top:350; right: 15px;}
					100%{top:350; right:3px;}
				}
            .category_btn_left{
            	top:350px;
            	left: 20px;
				-webkit-animation-name: arrow-l;
				-o-animation-name: arrow-l;
				animation-name: arrow-l;
				-webkit-animation-duration: 3s;
				-o-animation-duration: 3s;
				animation-duration: 3s;
				-webkit-animation-timing-function: linear;
				-o-animation-timing-function: linear;
				animation-timing-function: linear;
				-webkit-animation-iteration-count: infinite;
				-o-animation-iteration-count: infinite;
				animation-iteration-count: infinite;
            }
				@keyframes arrow-l{
					0%{top:350; left:0;}
					50%{top:350; left: 15px;}
					100%{top:350; left:0;}
				}
            .category_btn i{
            	color: #fff;
            	line-height: 100px;
            }
/**制作工程画像ここまで**/




/*ここからコンセプト*/
	/*ぬきえもんとは*/
.poem_bg {
	background-image: url("./img/bg_nukiemon1.jpg");
	background-size: cover;
}

.consept_wrap{
	width:960px;
	margin:0 auto;
}
.consept_poem{
	margin-top: 50px;
	background-image: url(./img/cons_3.gif);
	background-repeat: no-repeat;
}
.consept_poem_title{
	margin: 0 50px;
	width:100px;
	float:right;
}
.consept_poem_text{
	width:300px;
	float:right
}

	/*ぬきえもんショップ*/
.shop_bg{
	background-image: url(./img/consp_3.jpg);
}
.consept_shop{
	text-align: center;
	padding-bottom: 20px ;
	min-height:100vh;
}
.consept_shop h2{
	padding-top: 50px;
}
.consept_shop p{
	color: #fff;
	padding: 50px ;
	font-weight: bold;
	font-size: 1.8rem;
	background-image:url(./img/consp_3_on.png) ;
	background-repeat: no-repeat;
	background-position: 50% ;
	background-size: 70% ;
	text-shadow: 1px 1px 1px #000 ;
}

.consept_shop_text{
	background-image: url();
}

/**********************consept 抜衣紋【ぬきえもん】***********************/


/*なぜかここを削除すると、背景が消えてしますので残してます。*/
div.co_inner_text1 h3 > span {
	/*display: inline-block ;*/
}

.co_nukiemon_box_outer {
    background-image: url("./img/nukiemon_img.png");
    background-repeat: no-repeat;
    height: 100%;
    background-size: 56% 100%;
}

div.co_nukiemon_box {
	padding : 5% 0 ;
}

.co_nukiemon_textbox {
	width: 60% ;
	position: relative ;
	left: 40% ;
}


.co_inner_text1 {
	padding-top: 30px ;
}
.co_inner_text1 h3 {
	font-size : 2.5rem ;
	text-align: center ;
	line-height: 2rem ;
}


.inner_text_right {
	display: block ;
	text-align: right ;
}


.co_inner_text2 {
	width: 95% ;
	margin: 30px auto 0;
}



.co_inner_text2 span {
	display: block ;
}

.co_inner_text3 {
	margin-top: 30px ;
}

.co_inner_text3 p {
	font-size : 1.8rem ;
	color : #CD3E3E ;
}


.co_en_text {
	text-align: center ;
	margin: 30px 0 ;
}

.en_nukiemon {
	font-family: "HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

/*テキストシャドウ*/
.con_text_shadow {
	text-shadow: 2px 1px 0 #fff ;
}

/*********************************ほろびの美学**************************/


.co_nukiemon_box_outer2 {
	height: 100% ;
	background-image : url(./img/cohrb_1.gif) ;
	background-repeat : no-repeat ;
	background-size : cover ;
}

div.co_nukiemon_box {
	padding : 5% 0 ;
}

.co_nukiemon_textbox2 {
	width: 75% ;
	padding-top: 100px ;
	position: relative ;
	color: #fff ;
}


.co_nukiemon_textbox2 h3 {
	position: relative ;
	left: -50px ;
}
.co_nukiemon_textbox2 p {
	line-height: 2rem ;
	text-indent: -1rem ;
	margin-top: 20px ;
}





/**************スタッフ紹介****************************************/

.staff_box3 {
	padding-bottom: 30px ;
}


.logo{
	width:960px;
	height:316px;
	margin:0 auto;
	display: block;
}
.outer_staff1{
	width:840px;
	height:348px;/*高さ変更しました*/
	margin:50px auto; /*変更しました*/
	
}
.leftbox1{
	width:400px;
	float:left;
	position: relative ; /*変更しました*/
	top: 10px ; /*変更しました*/
	left: 150px ; /*変更しました*/
}
.rightbox1{
	width:417px;
	float:left;
}
.washi1{
	position:relative;
	/*top:80px;*/ /*変更しました*/
	left:70px;
	text-align:left;
}
.staff1_1{
	position:relative;
	/*top:80px;*/
	/*left:120px;*/
	width:240px;
	height:240px;
	z-index:1;
}
.staff_img{
	width:100%;
	height:100%;
}
.staff1_2{
	position:relative;
	font-weight:bold;
	z-index:0;
	/*margin-top:80px;*//*変更しました*/
	/*padding-top:60px;
	padding-left:30px; */
	right:80px;
	width:400px;
	height:350px;
	background-image:url('img/staff1.png');
	background-repeat:no-repeat;
	background-position:50%;
}

.staff1_2 h2 {
	font-size:29px;
	padding: 25px 0 0 20px ;
	width: 380px ;
}

.staff1_2 h2 span {
	font-size:19px;
	display: block ;
	text-align: right ;
}


/*テキスト調整*/
.sentence1{
	font-size:18px;
	margin: 20px 0 0 80px ;
	width:341px;
}

.sentence2{
	font-size:18px;
	margin:0 auto 0;
	width:330px;
}

.sentence3{
	font-size:18px;
	margin-top:50px ;
	margin-left: 80px ;
	width:378px;
}
.sign{
	font-size:14px;
	margin-top:10px ;
	margin-left: 80px ;
	width:378px;
}

.staff1_2 span{
	display:block;
	text-align:center;
	font-size:27px;
}
.outer_staff2{
	width:840px;
	height:348px; /*変更しました*/
	margin:50px auto;
}
.leftbox2{
	width:366px; /*変更しました*/
	float:left;
}
.rightbox2{
	width:250px; /*変更しました*/
	float:left;
	position:relative; /*追記しました*/
	top: 100px ;
	left: 100px ;
}
.staff2_1{
	/*padding-top:50px;*/
	/*margin-top:80px; */
	width:400px; /*変更しました*/
	height:350px; /*変更しました*/
	background-image:url('img/staff2.png');
	background-repeat:no-repeat;
	background-position:100%;
	position:relative; /*追記しました*/
	left: 130px ; /*追記しました*/
	font-weight:bold;
}


.staff2_1 h2 {
	font-size:29px;
	padding: 25px 10px 0 28px ;
	width: 429px ;
}

.staff2_1 span{
	display:block;
	text-align:right;
	font-size:29px;
}
.staff2_2{
	width:250px; /*変更しました*/
	height:250px; /*変更しました*/
	position:relative;
}
.washi2{
	position:relative;
	bottom:100px;
	left:100px;
	width:120px ;
}
.outer_staff3{
	width:840px;
	height:370px;
	position:relative;
	margin:50px auto;
}
.leftbox3{
	width:400px;
	float:left;
	height: 380px ;
}
.rightbox3{
	width:250px;
	height: 250px ;
	float:left;
	position:relative;
	top: -270px ;
	left: 150px ;
}



.staff3_1{
	width:240px;
	height:240px;
	position:relative;
/*	top:240px;
	left:150px; */
	z-index:1;
}
.washi3{
	position:relative;
	left: 278px ;
	top: -20px ;
	width: 140px ;
	z-index: 10 ;
}
.staff3_2{
	width:400px;
	height:350px;
	background-image:url('./img/staff3.png');
	background-repeat:no-repeat;
	background-position:100%;
	position:relative;
	z-index:0;
	top: -150px ;
	left: -40px ;
	font-weight:bold;
}

.staff3_2 h2{
	font-size:29px;
	margin: -10px 0 ;
	position:relative;
	left: -70px ;
	top: 30px ;
}
.takumi{
	width:960px;
	height:316px;
	margin:0 auto;
}
.takumi p{
	margin:auto;
	width:840px;
	font-size:40px;
	line-height:316px;
	text-align:center;
	position: relative ;
	left: -120px ;
}

.staff4_2{
	width:960px;
	margin:0 auto;
	padding-top:30px;
	padding-bottom:100px;
	text-align:center;
}
.staff4_2_comment1{
	width:840px;
	margin:0 auto;
	padding-top:40px;
	padding-bottom:30px;
	text-align:center;
	font-size:17px;
}
.staff4_2_comment2{
	width         :657px;
	line-height   :2em;
	font-size     :20px;
	margin		  :0 auto;
	text-align	  :left;
}
.allstaff{
	width:840px;
	height:460px;
}

.bc_img_washi_takumi{
	background-image : url(./img/washi01.jpg) ;
	background-repeat : no-repeat ;
	background-size :cover ;
	background-attachment: fixed ;
}


/****************************写像************************************/
.gallery{
	width:100%;
	min-width:960px;
	margin:0 auto;
}

.gallery .gallery_title {
	position: relative ;
	top: -170px ;
}

.nu{
 	opacity:0.7;
}

.gallery_box1,.gallery_box2,.gallery_box4{
  width:auto;
	min-width:960px;
	margin:0 auto;
}

.photo1,.photo2,.photo4{
	width:50%;
	height:auto;
	float:left;
}

.slide1,.slide2{
	width:100%;
	position:relative;
	overflow:hidden;
}

.slide1_inner,.slide2_inner{
	width:200%;
	height: auto;
	position:relative;
}
.slide1_photo,.slide2_photo{
	float:left;
	width:calc(100% / 6);
	height:auto;
}

.s1_photo,.s2_photo{
	width:100%;
	height:auto;
	display: block;
}


/****************************概要項目************************************/

/*-------タイトル----------*/

.ct_main{
	padding-top:50px;
}

.ct_title{
	height:320px;

	margin-top:100px;
}





.ct_title p img{
	height:320px;
	width:100%;
	margin:0;
	padding:0;

}
/*-------コンテンツ中身-----------------*/

.ct_inner_info{
	float:left;
	margin:140px 12.5% 140px 12.5%;
}

.ct_inner_info{
	border-radius:50%;
	height: 300px;
	width: 300px;
}




.ct_company{
	background-image:url('img/14.jpg');
	background:cover;
}


.ct_shop{
	margin-left:0;
	background-image:url('img/13.jpg');

}
.ct_contact{
	margin-left:0;
	background-image:url('img/12.jpg');
}

.ct_question{
	margin-top:0;
	background-image:url('img/11.jpg');
}

.ct_contact{
	margin-left:0;
	margin-top:0;
}


.ct_inner_info p:hover{
	cursor:pointer
}

.ct_inner_info p{
    margin:110px 0 0 55px;
    
}


.ct_inner_info p:nth-child(2n){

    margin:0px 0 0 97px;
}

.ct_inner_info p:nth-child(2){

    margin:0px 0 0 97px;
}

.ct_company p{

    margin:110px 0 0 55px;
}

.ct_company p:nth-child(2n){

    margin:0px 0 0 66px;
}

.ct_inner_info a{
	text-decoration : none ;
	font-size:35px;
	color:#fff;
	font-weight:900;
	text-shadow: 2px 2px 2px #b7282e;
}
.ct_inner_info{
	text-decoration : none ;
	font-size:35px;
	color:#fff;
	font-weight:900;
	text-shadow: 2px 2px 2px #b7282e;
}




/*----------コンテント下----------------*/
.ct_bottom_content{
	margin:0 auto;
	width:100%;
	float:left;
	margin-bottom:100px;
}


.ct_bottom_content p img {
    width: 60%;
    margin: 0 auto;
    height: 250px;
    display: block;
    text-align: center;
}




/****************************ブログ　新着************************************/

.ca_title_img {
	height: 100% ;
	margin: 0 auto ;
}

.blog_wap {
	width: 960px ;
	height: 400px ;	
}

.blog_border {
	border:	1px solid #393f4c;
}

.blog_wap {
	width: 960px ;
	height: auto ;	
	padding : 100px 0 ;
}

.blog_wap_inner {
	width: 960px ;
}

.blog_wap_inner h3 {
	background-image: url(./img/denim_img.png) ;
	background-repeat: repeat ;
	background-position: left top;
	color: #fff ;
	height: 35px ;
	line-height: 35px ;
	padding : 0 0 0 50px ;
}

.blog_wap_inner span {
	display: inline-block;
}


.blog_wap_inner dl {
	padding : 10px 80px 10px ;
	height: 245px;
	background-image: url(./img/nukiemon_s.png) ;
	background-repeat: no-repeat ;
	background-position: 90% 60% ;
	background-color: rgba(57,63,76,0.2) ;
	overflow-y: scroll;
}

.blog_wap_inner dt {
	float: left ;
	width: 220px ;
	padding: 10px 0 ;
}

.blog_wap_inner dd {
	padding: 10px 0 10px 310px;
	border-bottom: 1px dotted #393f4c ;
	text-indent: -310px ;
}

.blog_wap_inner dd:last-child {
	border-bottom: none ;
}

.blog_wap_inner a {
	text-decoration: none ;
}

.blog_wap_inner a:hover {
	text-decoration:underline;
	opacity: 0.6 ;
}

.blog_category {
	display: inline-block ;
	width: 80px ;
	margin-right: 15px ;
	margin-left: 220px ;
	padding: 2px 0 ;
	text-align: center ;
	border-radius: 5px ;
	color: #fff ;
	font-weight: bold ;
	text-indent: 0 ;
}

.new_mark {
	display: inline-block ;
	margin-right: 5px ;
	color: #d9333f ;
}

.blog_denim_img {
	background-image: url(./img/denim_img.png) ;
	background-repeat: repeat ;
	background-position: left top;
	height: 35px ;
}

.blog_denim_img span {
	display: inline-block ;
	visibility: hidden ;
}


/****************************link************************************/

.category_title{
	margin-top:100px;
}



.category_title img{
	width:100%;
}

.youtube{
	margin-top:100px;
}

.youtube iframe{
	padding-left:8.3%;
	width:80%;
	margin-bottom:100px;
	height:500px;
}

.link_info{
	height:315px;
	width:85%;
	line-height:30px;
	margin:0 0 0 80px;
}

.link_image{
	height:200px;
	float:left;
}

.link_image2{
	margin-left: 20px ;
	width: 240px ;
}


.link_image a img{
	float:left;
	width:240px;
	height:200px;
	margin-left:20px;
}

.link_image_document2 p:first-child{
	font-size:22px;
	font-weight:600;
}
.link_info_document p:nth-child(2n){
	font-size:15px;
	font-weight:600;
}

.link_image2 a img{
	float:left;
	width:100%;
}

.link_image_document{
	float:right;
	margin-right:123px;
	
}

.link_image_document2{
	float:right;

	
}
/****************リンクページ 会社概要*****************************/

.campany_wap_inner1 {
	min-height: 800px ;
}

.campany_wap_inner2 {
	height: auto;
	margin: 0 auto;
	padding: 50px 0;
	width: 840px;
}

.campany_wap_inner2 h3,
.campany_wap_inner2 p {
	text-align: center ;
}

.company_list {
	height: auto ;
	line-height: 2rem ;
	letter-spacing: -1.2px ;
	margin-top: 30px ;
}

.company_list dt {
	width: 200px ;
	float: left ;
	color: #fff ;
	font-weight: bold ;
	text-align: right ;
	padding: 0 5px 0 0 ;
	border-bottom: 1px solid #fff8dc ;
	box-sizing : border-box ;
	-mos-	box-sizing : border-box ;
	-webkit-box-sizing : border-box ;
}

.company_list dt:last-of-type {
	border-bottom: 1px solid #393f4c ;
}

.company_list dd {
	margin-left: 200px ;
	padding-left: 5px ;
	background-color: transparent ;
	border-bottom: 1px solid #393f4c ;
	border-right: 1px solid #393f4c ;
	box-sizing : border-box ;
	-mos-	box-sizing : border-box ;
	-webkit-box-sizing : border-box ;
}

.company_list dd:first-of-type {
	border-top: 1px solid #393f4c ;
}

.dt_1,
.dt_3,
.dt_4,
.dt_5 {
	height: 2rem ;
}

.dt_2 {
	height: 6rem ;
}

.dt_6 {
	height: 14rem ;
}

.bg_white {
	background-color: rgba(255,255,255,0.5) ;
}

.bg_tran {
	background-color: transparent ;

}

/*************概要項目のQ&Aのページ************/

.qanda_wap_inner1 {
	min-height: 800px ;
}
.qanda_wap_inner2 {
	height: auto;
	margin: 0 auto;
	padding: 50px 0;
	width: 840px;
}

.qanda_wap_inner2 h3,
.qanda_wap_inner2 p {
	text-align: center ;
}


.qanda_contents {
	margin-top: 30px ;
}

.qanda_contents dl {
	height: auto ;
}

.qanda_contents dt,
.qanda_contents dd {
	line-height: 40px ;
}

.qanda_contents dd {
	border-left: 1px solid #393f4c ;
	border-right:1px solid #393f4c ;
}

.qanda_contents dd:last-child {
	border-bottom : 1px solid #393f4c ;
}

.q_img {
	color: #fff ;
	font-weight: bold ;
	padding-left: 60px ;
	background-image: url(./img/q.gif) ;
	background-repeat: no-repeat ;
	background-position: left top ;
}

.a_img {
	background-color: #fff ;
	padding: 20px 20px 20px 60px ;
	background-image: url(./img/a.gif) ;
	background-repeat: no-repeat ;
	background-position: left top ;
}

.other_qa {
	padding-bottom: 30px ;
}

.other_qa p {
	text-align : center ;
}

.back_contens span {
	display: inline-block ;
	width: 150px ;
	line-height: 30px ;
	margin: 10px 10px 0 ;
}

.back_contens span a {
	display: inline-block ;
	width: 150px ;
	line-height: 30px ;
	text-decoration: none ;
	padding: 5px ;
	color: #fff ;
	font-weight: bold ;
	transition:all 0.5s;
}

.back_contens span a:hover {
	background-color: #958f93 ;
}

.back_contens span a:active {
	position: relative ;
	top: -3px ;
	left:-3px ;
}

/**************ここからフッターエリア******************************/
footer{
	width            : 960px;
	background-color : #ffffff;
	margin           : 0 auto;
}

footer img{
	padding          : 100px;
}

h3{
	padding          : 20px 0 5px;
}











/**************ここからフッターエリア******************************/
footer{
	margin           : 0 auto;
}

footer img{
	padding          : 100px;
}

footer h3{
	padding          : 20px 0 5px;
}

/****************ここからフッター　ナビゲーション**************/

.nav{
    width           : 100%;
}

.nav ul{
	margin          : 0;
	padding         : 0;
	list-style-type : none;
}

.nav li a{
	border-right    : none;
    box-sizing      : border-box;
    color           : #fff;
    display         : block;
    float           : left;
    line-height     : 25px;
    text-align      : center;
    text-decoration : none;
    width           : calc(95% / 6);
    margin-top      : 10px;
	-o-writing-mode      : vertical-rl;
	-ms-writing-mode     : tb-rl; /* for MS IE8+ */
  /*-webkit-writing-mode : vertical-rl;*/
	-moz-writing-mode    : vertical-rl;
}

.nav li:last-child a{
	border        :none;
}

.nav li a:hover{
	color         :red;
}

.ct_company_link:hover,.ct_shop_link:hover,.ct_question_link:hover{
    cursor:pointer;
}

/*li right-brder斜線*/
footer ul li:after{
    border-right: 15px solid #fff;
    content: "";
    display: flex;
    height: 1px;
    position: relative;
    right: 10px;
    top: 23px;
    transform: rotate(-60deg);
    width: 1px;
}

footer ul li:last-child:after{
  border-right: none;

}

.nav_box_top{
	margin        : 0 auto;
	width         : 600px;
}

.nav_box_bottom{
	margin        : 0 auto;
	width         : 600px;
}

.nav_box_bottom .nav li a {
	width           : calc(100% / 5);
}


/**topページへ戻るボタン**/
.pageTop {
  width             : 60px;
  height            : 80px;
  position          : fixed;
  bottom            : 15px;
  right             : 25px;
  background-image  : url("./img/pagetop_icon .png");
  background-repeat : no-repeat;
  z-index: 100;
}
.pageTop:hover{
  transition    : all .3s;
  opacity       : 0.5;
  filter        : alpha(opacity=80);
}

/**上がるボタン**/
/*.up_btn{
  width             : 90px;
  height            : 90px;
  position          : fixed;
  right             : 50%;
  top               : 0;
  background-image  : url("./img/up.png");
  background-repeat : no-repeat;
}
.up_btn:hover{
  transition    : all .3s;
  opacity       : 0.5;
  filter        : alpha(opacity=80);
}*/

/**下がるボタン**/
/*.down_btn{
  width             : 90px;
  height            : 90px;
  position          : fixed;
  bottom            : 0;
  right             : 50%;
  background-image  : url("./img/down.png");
  background-repeat : no-repeat;
}
.down_btn:hover{
  transition    : all .3s;
  opacity       : 0.5;
  filter        : alpha(opacity=80);
}*/

/*****************ここまでフッター　ナビゲーション**************/



.copyright_box{
	width                : 100%;
	background-color     : black;
	padding              : 15px;
}


/*****************別ページ contactフォーム***********************/

.contact {
	background-color: #dadabd ;
}

.contact .contact_title {
	width: 100% ;
	text-align: center ;
}

.contact_nu {
	width: 200px ;
	margin: 0 auto ;
	display: block ;
}

.concept_header {
	width: 100% ;
	margin: 20px auto ;
	padding: 10px 0 20px 0 ;
	border-bottom: 2px dotted #393f4c ;
	letter-spacing: -2px ;
}

.concept_header p {
	text-align: left ;
}

/*フォーム*/

form {
	margin: 30px 0 ;
	background-image: url(./img/nukiemon_large.png) ;
	background-repeat: no-repeat ;
	background-position: 90% 30% ;
}
form p {
	margin-bottom: 15px ;
}

form p span:before {
	content:"◆" ;
	font-size: 1.2rem ;
	padding-bottom:2px ;
}

form p span {
	margin-bottom:-20px ;
	display: block ;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
	width: 400px ;
	height:20px ;
	padding: 5px ;
	font-size: 1.2rem ;
}

input[type="submit"] {
	width: 70px ;
	height: 30px ;
	background-color: #393f4c ;
	color: #fff ;
	font-size: 1rem ;
	font-weight: bold ;
}
textarea {
	width: 500px ;
	height: 200px ;
	padding: 5px ;
	overflow-y: scroll ;
}

form p:nth-last-child(2) {
	margin-bottom: 0 ;
}

input:focus {
	outline: 5px solid #393f4c ;
}

/********Q&A 別ページ*************************/

.qanda_wap_inner1 {
	min-height: 800px ;
}
.qanda_wap_inner2 {
	height: auto;
	margin: 0 auto;
	padding: 50px 0;
	width: 840px;
}

.qanda_wap_inner2 h3,
.qanda_wap_inner2 p {
	text-align: center ;	
}


.qanda_contents {
	margin-top: 30px ;
}

.qanda_contents dl {
	height: auto ;
}

.qanda_contents dt,
.qanda_contents dd {
	line-height: 40px ;
}

.qanda_contents dd {
	border-left: 1px solid #393f4c ;
	border-right:1px solid #393f4c ;
}

.qanda_contents dd:last-child {
	border-bottom : 1px solid #393f4c ;
}

.q_img {
	color: #fff ;
	font-weight: bold ;
	padding-left: 60px ;
	background-image: url(./img/q.gif) ;
	background-repeat: no-repeat ;
	background-position: left top ;	
}

.a_img {
	background-color: #fff ;
	padding: 20px 20px 20px 60px ;
	background-image: url(./img/a.gif) ;
	background-repeat: no-repeat ;
	background-position: left top ;	
}

.other_qa {
	padding-bottom: 30px ;
}

.other_qa p {
	text-align : center ;
}

.back_contens span {
	display: inline-block ;
	width: 150px ;
	line-height: 30px ;
	margin: 10px 10px 0 ;
}

.back_contens span a {
	display: inline-block ;
	width: 150px ;
	line-height: 30px ;
	text-decoration: none ;
	padding: 5px ;
	color: #fff ;
	font-weight: bold ;
	transition:all 0.5s;
}

.back_contens span a:hover {
	background-color: #958f93 ;
}

.back_contens span a:active {
	position: relative ;
	top: -3px ;
	left:-3px ;
}

/********ブログページ 別ページの中身*********/


.blog_bg_right {
	background-color: rgba(254,247,255, 0.5) ;
}

.blog_bg_wrap {
	background-color: #fbf6e3 ;
}

.blog_contentwarp {
	height: auto ;
}

.blog_left {
	width: 240px ;
	float: left ;
}

.blog_right {
	width: 720px ;
	height: 100% ;
	float: right ;
}

.blog_photo {
	padding: 10px ;
	border: 1px solid #ccc ;
	background-color: #fff ;
	box-shadow: 1px 1px 2px 2px #ccc ;
	-mos-box-shadow: 1px 1px 2px 2px #ccc ;
	-webkit-box-shadow: 1px 1px 2px 2px #ccc ;
}

.blog_photo img {
	width: 100% ;
}

/*left　中身*/

.blog_left_title {
	width: 100% ;
}

.blog_left_title img {
	width: 100% ;
}

.blog_box {
	width: 100% ;
	padding: 20px ;
}

.blog_box h3 {
	font-size : 2rem ;
	padding-top: 10px ;
	padding-bottom: 5px ;
	border-bottom: 2px solid #393f4c ;
}

.blog_time {
	font-size: 1rem ;
	margin-top :5px ;
	margin-bottom: 5px ;
}

.blog_time:before {
	content: "◆" ;
	margin-right: 5px ;
}

.blog_honbun {
	font-size: 1.2rem ;
	line-height: 2rem ;
	padding-bottom: 10px ;
}



/******別ページ用フッター(ブログ/コンタクト)********/

.footer_s {
	background-color: #000 ;
}


.footer_s_inner {
	height: 50px ;
	background-color: #000 ;
}

.footer_s_inner p {
	color: #fff ;
	text-align: center ;
	line-height: 50px ;
}




/***********タブレットサイズ**************/
/*
@media screen and (max-width:700px){
.container {
	width     :100%;
}

header{
	width     :100%;
}

/*.header_box {
	width     :100%;
}

.nav_header{
	width     :100%;
}

.nav_header li a{
    width           : calc(100% / 10);
    line-height     : 100%;
}*/
/*

.main_visual img{
	width     :100%;

}

.main_visual {
	width     :100%;

}

.category_box_sono1{
	width     :100%;
}
*/


/*******************荒木cssここまで*******************************************************/


/*consept 抜衣紋【ぬきえもん】*/


/*なぜかここを削除すると、背景が消えてしますので残してます。*/
div.co_inner_text1 h3 > span {
	/*display: inline-block ;*/
}
/*
.co_nukiemon_box_outer {
    background-image: url("./img/nukiemon_img.png");
    background-repeat: no-repeat;
    height: 100%;
    background-size: 56% 100%;
}
*/
div.co_nukiemon_box {
	padding : 5% 0 ;
}

.co_nukiemon_textbox {
	width: 60% ;
	position: relative ;
	left: 40% ;
}


.co_inner_text1 {
	padding-top: 30px ;
}
.co_inner_text1 h3 {
	font-size : 2.5rem ;
	text-align: center ;
	line-height: 2rem ;
}


.inner_text_right {
	display: block ;
	text-align: right ;
}


.co_inner_text2 {
	width: 95% ;
	margin: 30px auto 0;
}



.co_inner_text2 span {
	display: block ;
}

.co_inner_text3 {
	margin-top: 30px ;
}

.co_inner_text3 p {
	font-size : 1.8rem ;
	color : #CD3E3E ;
}


.co_en_text {
	text-align: center ;
	margin: 30px 0 ;
}

.en_nukiemon {
	font-family: "HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

/*テキストシャドウ*/
.con_text_shadow {
	text-shadow: 2px 1px 0 #fff ;
	-moz-text-shadow: 2px 1px 0 #fff ;
	-webkit-text-shadow: 2px 1px 0 #fff ;
	-o-text-shadow: 2px 1px 0 #fff ;
	-ms-text-shadow: 2px 1px 0 #fff ;
}

/*ほろびの美学*/


.co_nukiemon_box_outer2 {
	height: 100% ;
	background-image : url(./img/cohrb_1.gif) ;
	background-repeat : no-repeat ;
	background-size : cover ;
}

div.co_nukiemon_box {
	padding : 5% 0 ;
}

.co_nukiemon_textbox2 {
	width: 75% ;
	padding-top: 100px ;
	position: relative ;
	color: #fff ;
}


.co_nukiemon_textbox2 h3 {
	position: relative ;
	left: -50px ;
}
.co_nukiemon_textbox2 p {
	line-height: 2rem ;
	text-indent: -1rem ;
	margin-top: 20px ;
}


/******************* end of 'style.css **************
