/**/
a,
a:hover{
  text-decoration:none !important; 
}
h1,h2,h3,h4{
		font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
}
img,
picture{
	width:100%;
}

/*.visible-sp{display:none;}
.visible-tb{display:none;}
.visible-dt{display:block;}
@media screen and (max-width:768px){
	.visible-sp{display:none;}
	.visible-tb{display:block;}
	.visible-dt{display:block;}
}
@media screen and (max-width:440px){
	.visible-sp{display:block;}
	.visible-tb{display:none;}
	.visible-dt{display:none;}
}*/

.no-gutters {
	margin:0;
	padding:0;
	display:block;
}


/*アニメーション*/

.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* 画面外 */
.fade-block1 {
  opacity: 0;
  transition: all 1s;
}

/* 画面に入った時の動き */
.fade-block1.blockIn {
  opacity: 1;
}

/*------------------
   TOP
------------------*/

.top{
	display:block;
	margin: -50px auto 0;
	padding: 0;
}
@media screen and (max-width:1440px){
	.top{
		margin: -20px auto 0;
	}
}
@media screen and (max-width:768px){
	.top{
		margin: -20px auto 0;
	}
}
.img_full_noline {
    background-color: #000000;
}

.img_full_noline img{
    display: block;
    opacity: 0.9;
}

/* ロゴ */

.top .title_img{
	position:absolute;
	z-index:101;
	width:32%;
	top: 50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	text-align:center;
}
.top .title_img img.blk-title,
.top .title_img picture.blk-title{
	max-width:550px;
}
@media screen and (max-width:1440px){
	.top .title_img{
      position:absolute;
      z-index:101;
      width:40%;
      top: 50%;
  }
}
@media screen and (max-width:768px){
	.top .title_img{
		width:90%;
	}
	.top .title_img img.blk-title,
	.top .title_img picture.blk-title{
		max-width:250px;
	}
}
@media screen and (max-width:440px){
	.top .title_img{
		width:75%;
		top: 50%;
	}
	.top .title_img img.blk-title,
	.top .title_img picture.blk-title{
		max-width:320px;
	}
}


/*----------
  リード文
----------*/

.read_container{
	padding:150px 0px;
	margin:0 auto;
	width:100%;
}
.read_container  p{
	font-size:20px;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	text-align:center;
	line-height:2.2;
	font-weight:300;
	letter-spacing: 1.5px;
	color: #121212;
}

@media screen and (max-width:768px){
	.read_container{
		width:100%;
		padding:70px 0px;
	}
	.read_container  p{
	font-size:17px;
}
	
}

/*----------
  共通タイトル
----------*/
h2.contents_title{
	width:100%;
	margin: 50px auto 50px;
	text-align: center;
}

h2.contents_title .title{
	font-size:33px;
	font-weight:400;
	letter-spacing: 5px;
	margin-left:2px;
	padding-bottom: 10px;
	line-height: 1.7;
	margin: 0 auto;
	text-align: center;
}

h2.contents_title .sub_title{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 1.4;
	margin:20px auto 100px;
	color:#383838;
}

h2.contents_title img.h_logo,
h2.contents_title picture.h_logo{
	width: 300px;
	margin: 0 auto 30px;
}

@media screen and (max-width:768px){
	h2.contents_title{
        width:90%;
		margin: 40px auto 50px;
        text-align: center;
    }

    h2.contents_title .title{
        font-size:25px;
		padding-bottom: 10px;
    }

    h2.contents_title .sub_title {
        font-size: 12px;
		line-height: 1.2;
		margin:15px auto;
    }
	h2.contents_title img.h_logo,
    h2.contents_title picture.h_logo{
        width: 200px;
        margin: 10px auto 15px;
    }
}
/*----------
  共通アイテム
----------*/
.back_color{
	background:#F8F7F5;
}

.w_btn {
	width: 90%;
	max-width: 300px;
	border: 1px solid #0F0F0F;
	text-align: center;
	font-size:16px;
	margin: 50px auto;
	padding: 15px 0;
	display: block;
	transition: .3s;
	border-radius: 1px;
}
.w_btn:hover{
	border: 1px solid #272727;
	background: #272727;
	color: #fff;
}

@media screen and (max-width:768px){
    .w_btn {
        width: 70%;
        margin: 10px auto;
    }
}


picture.rpimg,
img.rpimg{
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position:center;
}

@media screen and (max-width:768px){
  picture.rpimg,
  img.rpimg{
      width: 100%;
      height: 300px;
  }
}

/*----------
  ウールと暮らす
----------*/
.about_wool{
	padding:100px 0px;
	margin:0 auto;
	width:80%;
	max-width: 1000px;
}
.about_wool p{
	width: 100%;
	max-width: 700px;
	text-align:left;
	font-size:17px;
	font-weight:400;
	line-height:1.8;
	margin:30px auto 100px;
	letter-spacing: 1.2;
}

.about_wool h3.subttl{
	text-align:center;
	font-size:23px;
	font-weight:bold;
	line-height:2;
	margin:40px auto 30px;
	letter-spacing: 2px;
	color: #2e4353;;
	padding:0 0 15px 0; 
	max-width: 700px;
}


/* .about_wool h4.midashi{
	text-align:center;
	font-size:23px;
	font-weight:normal;
	line-height:2;
	margin:30px auto 20px;
	color: #2e4353;
	letter-spacing: 2px;
	padding:0 0 15px 0; 
	max-width: 700px;
} */

.about_wool span.sub_midashi {
	color: #333526;
	font-size:18px;
	line-height:1.7;
	font-weight:bold;
	margin:10px auto 0px;
	text-align: center;
}

.about_wool picture,
.about_wool img{
	width: 100%;
	height: 500px;
	object-fit: cover;
	object-position:center;
	border-radius: 10px;
}

@media screen and (max-width:768px){
	.about_wool{
		width:90%;
		padding:50px 0px;
		margin:0 auto;
	}
	.about_wool p{
		font-size:16px;
		margin:20px auto 80px;
		width:100%;
	}
	/* .about_wool h3.midashi{
		width: 100%;
		font-size:20px;
		margin:30px auto 30px;
		line-height:1.7;
    } */
	
	.about_wool span.sub_midashi {
        font-size:17px;
    }
	
    .about_wool picture,
    .about_wool img{
        width: 100%;
        display: block;
        margin:0 auto;
		height: 300px;
		object-fit: cover;
    }
}
@media screen and (max-width:440px){
	.about_wool p{
		text-align:left;
		font-size:15px;
	}
	.about_wool span.sub_midashi {
        font-size:16px;
    }
}

.about_wool .midashi {
	max-width: 700px;
  position: relative;
  margin: 5% auto 8%;
  padding:30px;
	text-align: center;
	letter-spacing: 2px;
}
@media screen and (max-width: 1400px) {
  .about_wool .midashi {
    margin: 10% auto 5%;
  }
}
@media screen and (max-width: 1200px) {
  .about_wool .midashi {
    margin: 5% auto 5%;
  }
}
  
@media screen and (max-width: 1024px) {
  .about_wool .midashi {
    margin: 0 auto 3%;
    padding: 20px;
  }
}
.about_wool .midashi:before,.about_wool .midashi:after{ 
  content:'';
  width: 30px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
.about_wool .midashi:before{
	border-left: 1px solid #1b1b1b;
  border-top: 1px solid #1b1b1b;
  top:0;
  left: 0;
}
.about_wool .midashi:after{
	border-right: 1px solid #1b1b1b;
  border-bottom: 1px solid #1b1b1b;
  bottom:0;
  right: 0;
}

.about_wool .midashi h3{
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .about_wool .midashi h3{
    font-size: 18px;
  }
}

.cp_box {
	width: auto;
	margin: 50px auto 70px;
}
/* .cp_box label {
	font-size: 14px;
	font-weight: normal;
	position: relative;
	display: block;
	width: 200px;
	margin: 20px auto 20px;
	padding: 0.3em 1em;
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
	color:#A5A5A5;
	border-radius: 3px;
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
}
.cp_box label:hover {
	transition: all 0.3s;
	opacity: 0.5;
	color: #A5A5A5;
}
.cp_box label::after {
	font-family: 'FontAwesome';
	content: ' \f078';
	color: #A5A5A5;
}
.cp_box label:hover::after {
	color: #A5A5A5;
}
.cp_box input:checked ~ label::after {
	font-family: 'FontAwesome';
	content: ' \f077';
	color: #A5A5A5;
}
.cp_box input:checked ~ label:hover::after {
	opacity: 0.5;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	position: relative;
	z-index: 10;
	overflow: hidden;
	height: 0;
	margin-top: -1px;
	transition: all 0.5s ease-in-out,box-shadow 0.6s linear;
	background: rgba(255, 255, 255, 0.5);
}
.cp_box input:checked ~ div {
	transition: all 0.5s ease-in-out,box-shadow 0.6s linear;
} */
/* 続きを読むを押すと表示されるテキストの高さ */
/* .cp_box input:checked ~ div.cp_container {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding-top: 20px;
	height: auto;
}
.cp_box input:checked ~ div.cp_container img,
.cp_box input:checked ~ div.cp_container picture{
	width: 100%;
	margin: 50px 0;
}
@media screen and (max-width:768px){
	.cp_box {
        width: auto;
        margin: 20px auto;
    }
	.cp_box input:checked ~ div.cp_container {
		padding-top: 0px;
	}
	.cp_box input:checked ~ div.cp_container img,
	.cp_box input:checked ~ div.cp_container picture{
		margin: 20px 0;
	}
} */
	
	
	
/*----------
  コーディネート
----------*/

.coordinate_container{
	padding:100px 0px;
	margin:0 auto;
	width:100%;
}
.coordinate_container section{
	display: block;
	width:80%;
	max-width: 1000px;
	margin: 10px auto 100px;
}
/* .coordinate_container section.laterno2{
	display: block;
	width:80%;
	max-width: 1000px;
	margin: 130px auto 100px;
}
.coordinate_container section .c_no{
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	width: 300px;
	font-size:20px;
	font-weight:400;
	letter-spacing: 2px;
	margin:80px auto 40px;
	padding: 20px 0;
	text-align: center;
	border-top: 1px solid #040404;
	border-bottom: 1px solid #040404;
} */

.coordinate_container .description {
	width: 100%;
	max-width: 700px;
	margin:30px auto;
	padding:0;
	display: block;
}

.coordinate_container .description .tag{
	display: block;
	text-align:center;
}

.coordinate_container .description .tag span{
	text-align:center;
	font-size:13px;
	line-height:2;
	margin:10px auto;
	padding: 10px 15px;
	color: white;
	letter-spacing: 3px;
	background: #2e4353;
	border-radius: 50px;
}

.coordinate_container .description h3.midashi{
	text-align:center;
	font-size:25px;
	font-weight:bold;
	line-height:2;
	margin:10px auto 20px;
	padding: 0 0 10px 0;
	color: #2e4353;
	letter-spacing: 1.5px;
	border-bottom: 1px solid #000;
}
.coordinate_container .description p{
	text-align:center;
	font-size:17px;
	font-weight:400;
	line-height:1.8;
	margin:30px auto;
	letter-spacing: 1.2;
}

/*
.coordinate_container .colmn2 {
	width: 100%
    display: -webkit-flex;
    display: flex;
}
.coordinate_container .l_clm  {
    width: 90%;
    margin: 0 10px 0 0;
}

.coordinate_container .l_clm {
    margin-bottom: 10px;
}
.coordinate_container .l_clm,
.coordinate_container .r_clm {
    padding: 1%;
    border-radius: 10px
}
 
.coordinate_container .r_img,
.coordinate_container .l_img,
.coordinate_container .c_img{
	width: 100%;
}

*/

@media screen and (max-width:768px){
	.coordinate_container{
		width:90%;
		padding:50px 0px;
	}
	
    .coordinate_container section{
		width:100%;
		margin: 10px auto 50px;
	}
	/* .coordinate_container section.laterno2{
		width:100%;
        margin: 100px auto 50px;
    }
	
    .coordinate_container section .c_no{
        width: 200px;
        font-size:18px;
        margin:70px auto 40px;
        padding: 18px 0;
    } */
	.coordinate_container .description {
		width: 100%;
		padding:20px 0px;
		margin:0 auto;
	}
	.coordinate_container .description h3.midashi{
        text-align:center;
        font-size:22px;
        margin:10px auto 15px;
				border-bottom: 1px solid black;
    }
	.coordinate_container .description p{
		width:100%;
		font-size:16px;
		margin:10px auto;
	}
	
/*
    .coordinate_container .colmn2 {
        display: inline-block;
        margin: 0;
}
    .coordinate_container .l_clm,
    .coordinate_container .r_clm {
        width: 100%;
        margin-bottom: 20px;
    }
    .coordinate_container .l_img{
        width: 80%;
        display: block;
        margin-right: auto;
    }
    .coordinate_container .r_img{
        width: 80%;
        display: block;
        margin-left: auto;
    }
    .coordinate_container .c_img{
        width: 100%;
        display: block;
        margin:0 auto;
    }
*/
}
@media screen and (max-width:440px){
	.coordinate_container .description p{
		text-align:left;
		font-size:15px;
	}
}
/*コーディネートスライダー*/
.cdsw {
    position: relative;
    overflow: hidden;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .cdsw {
			padding-top:0px;
			width:100%;
    }
}

.cdsw .swiper-container {
    max-width: 1440px;
    width: auto;
    overflow:visible;
	margin: 0 auto;
}

.cdsw .swiper-container img,
.cdsw .swiper-container picture{
    width: 100%;
    margin: auto;
    display:block
}

.cdsw .swiper-container .pc {
    display: block;
    width: auto;
    overflow:hidden
}

@media screen and (max-width: 768px) {
    .cdsw .swiper-container .pc {
        display:none
    }
}

@media screen and (max-width: 768px) {
    .cdsw .swiper-container .sp {
        display: block;
        width: auto;
        overflow:hidden
    }
}
.cdsw .swiper-container .swiper-slide .p_inner{
	position: relative;
}

.cdsw .swiper-container .swiper-slide p.srname{
	position: absolute;
	width: 100%;
    bottom: 0%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	font-size:18px;
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	text-align:center;
	line-height:1.8;
	font-weight:bold;
	letter-spacing: 2px;
	margin: 0px auto;
	color: #FFF;
}

/*------------------
   仕事内容
------------------*/
.gray-round{width: 90%; margin: 10px auto;padding: 30px;background: white;border-radius:10px;box-shadow: 0 3px 7px 0 rgba(56, 41, 2, 0.1);}
@media screen and (min-width:320px) and (max-width:768px){
	.gray-round{width: 100%; margin: 10px auto;}
}
.job_list{width:90%;margin-top:50px;}

@media screen and (min-width:320px) and (max-width:768px){
	.job_list{width:100%;margin-top:0;}
}

.job_index{display: flex;flex-flow: wrap;justify-content: left;overflow:hidden;margin-bottom:40px;}
.job_index h2{width:95%;font-size:18px;margin:40px auto;padding:20px 0;text-align:center;}

@media screen and (min-width:320px) and (max-width:440px){
	.job_index h2{width:100%;font-size:14px;margin-bottom:20px;padding:10px 0;}
}

.job_index .job{width:100%;float:left;padding:0px 0px 10px 0px;margin:5% 3%;}

@media screen and (min-width:320px) and (max-width:768px){
	.job_index .job{width:100%;margin:2% auto 0%;padding:20px 10px;}
}

.job_index .job img{width:100%;margin-bottom:10px;border-radius:8px;}
@media screen and (min-width:320px) and (max-width:768px){
	.job_index .job img{width:100%;}
}
.job_index .job .syurui{width: 100%; font-size:17px;font-weight: bold;text-align: center; color: #2e4353;;display:block;letter-spacing: 1px;margin: 10px auto;}

@media screen and (min-width:320px) and (max-width:768px){
	.job_index .job .syurui {font-size:18px; margin:10px auto;}
}
.job_index .job .company_name{width:100%;text-align:left;display:block;margin: 1% auto;padding: 0;font-size: 14px;}
@media screen and (min-width:320px) and (max-width:768px){
	.job_index .job .company_name{margin:5px 0 0 0;}
}
ul.job_list{width: 70%;margin: 0 auto;padding-left: 15px;}
ul.job_list li{margin: 10px 6px;list-style-type: disc;font-size: 14px;line-height: 1.5;}
.gyoumu{width: 70%;font-size: 14px;font-weight: bold;margin:20px auto 5px;list-style-type: none;text-align: left;padding-left: -10px;}
.midashi{font-size: 18px;font-weight: bold;color:#2e4353;margin:10px auto 20px;list-style-type: none;text-align: center;line-height: 1.7;}
span.yuushi{font-size: 10px;font-weight: nomal !important;color: #333;}

@media screen and (min-width:320px) and (max-width:768px){
	ul.job_list{width: 100%;margin:0 auto;}
	ul.job_list li{margin: 10px 0px;text-align: left;font-size: 13px;}
	.gyoumu{width: 100%;}
}



/*
----------
  商品紹介
----------
.product_container{
	padding:0;
	margin:100px auto 100px;
	width:75%;
	max-width: 1000px;
}

.product {
    position: relative;
    overflow: hidden;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.product_container{
        padding:0;
        margin:30px auto 30px;
        width:100%;
    }
    .product {
        padding-top:0px;
		width:100%;
    }
}

.product .swiper-container {
    max-width: 1440px;
    width: auto;
    overflow:visible;
	margin: 0 auto;
}

.product .swiper-container img,
.product .swiper-container picture{
    width: 100%;
    margin: auto;
    display:block
}

.product .swiper-container .pc {
    display: block;
    width: auto;
    overflow:hidden
}

@media screen and (max-width: 768px) {
    .product .swiper-container .pc {
        display:none
    }
}

@media screen and (max-width: 768px) {
    .product .swiper-container .sp {
        display: block;
        width: auto;
        overflow:hidden
    }
}
.product .swiper-container .swiper-slide .p_inner{
	position: relative;
}

.product .swiper-container .swiper-slide p.sofaname{
	position: absolute;
	width: 100%;
    bottom: 0%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	font-size:30px;
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	text-align:center;
	line-height:1.8;
	font-weight:bold;
	letter-spacing: 2px;
	margin: 0px auto;
	color: #FFF;
}

.product .swiper-container .swiper-slide  p.txt{
	font-size:16px;
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	text-align:center;
	line-height:1.8;
	letter-spacing: 1px;
	margin: 10px auto;
}

.product svg {
    transform: rotate(360deg);
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    left: 0;
    bottom:0
}

.product circle.circle_base, .product .circle_base {
    fill: transparent;
    stroke: #e5e5e5;
    stroke-width:1
}

.product circle.circle_animation, .product .circle_animation {
    fill: transparent;
    stroke: #e5e5e5;
    stroke-width:1
}

.product .swiper-pagination {
    position: relative;
    z-index: 999;
    height: 41px;
    line-height: 41px;
    width: auto;
    margin: 10px auto 20px;
    text-align:center
}

.product .swiper-pagination-bullet {
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    letter-spacing: 0;
    color: #000;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    outline:none;
	margin: 0 10px;
}

.product .swiper-pagination-bullet-active {
    position: relative;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
    outline:none
}

.product .swiper-pagination-bullet-active circle.circle_animation, .product .swiper-pagination-bullet-active .circle_animation {
    fill: transparent;
    stroke: gray;
    stroke-width: 2;
    animation:circle 32s
}

@keyframes circle {
    0% {
        stroke-dasharray: 0 377
    }

    100%, to {
        stroke-dasharray:377 377
    }
}

@media screen and (max-width: 768px) {
    .product .swiper-container .swiper-slide p.sofaname{
        font-size:25px;
        line-height:1.8;
        margin: 0px auto;
		bottom: -5%;
    }
.product .swiper-container .swiper-slide p.txt{
        font-size:14px;
		text-align: left;
        line-height:1.8;
        margin: 10px auto;
		padding: 0 5px;
    }
}
*/

/*----------
  東京アニバーサリー
----------*/

.tokyo_container{
	padding:100px 0px;
	margin:0 auto;
	width:100%;
}
.tokyo_container section{
	display: block;
	width:80%;
	max-width: 1000px;
	margin: 10px auto 50px;
}
.tokyo_container section .description {
	max-width: 100%;
	margin:0px auto;
	padding:0;
	display: block;
}
.tokyo_container section .description p{
	text-align:left;
	font-size:14px;
	font-weight:400;
	line-height:1.8;
	margin:0 auto;
	letter-spacing: 1.2;
}

.tokyo_container section .description h3.event{
	text-align:center;
	font-size:25px;
	font-weight:bold;
	line-height:2;
	margin:30px auto 20px;
	color: #2e4353;
	letter-spacing: 3px;
	border-bottom: 1px solid #121212;
	padding:0 0 10px 0; 
	max-width: 700px;
}
 
.tokyo_container .eventbana img,
.tokyo_container .eventbana picture{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}


@media screen and (max-width:768px){
	.tokyo_container{
		width:90%;
		padding:20px 0px 20px 0;
	}
	
    .tokyo_container section{
		width:100%;
		margin: 10px auto 80px;
	}
	
	.tokyo_container section .description {
		padding:20px 0px;
		margin:0 auto;
	}
	.tokyo_container section .description p{
		font-size:16px;
	}

    .tokyo_container section .eventbana img,
    .tokyo_container section .eventbana picture{
        width: 90%;
        margin:0 auto;
    }
	.tokyo_container section .description h3.event{
		width: 95%;
        font-size:20px;
        margin:10px auto 10px;
		line-height:1.7;
	}
}
@media screen and (max-width:440px){
	.tokyo_container section .description p{
		text-align:left;
		font-size:15px;
		width:100%;
		margin: 0 auto;
	}
}

/*------------------
   採用詳細
------------------*/

.contents_in{padding:20px;margin-bottom: 20px;}
.contents_in img{width:100%; margin:0 auto}

.ov_midashi{border-bottom:1px solid #121212; margin-bottom:20px;}
.ov_midashi h3{font-size:16px;line-height:22px;text-align:left;font-weight:bold;color:#2e4353;padding:0 0 15px 0px;}
.contents_txt{margin: 10px auto;}

@media screen and (max-width:768px){
.contents_in{padding:10px;margin-bottom: 10px;}
.contents_in p{padding:0;}
.contents_txt{text-align: left;margin: 10px 0px;}
.contents_title h3{font-size:18px;line-height:30px;text-align:left;padding-bottom: 10px;}
}

.contents_in ul{width: 100%;margin:0 auto;padding-left: 3%;}
.contents_in ul li{list-style-type: disc;font-size:14px;line-height: 1.5;}
.contents_in ul.s_list li{margin: 8px 0;}
.contents_in ul.txt_list li{margin: 20px 0;}

@media screen and (max-width:768px){
	.contents_in ul{width: 95%;}
	.contents_in ul li{text-align: left;}
	.contents_in ul.s_list li{margin: 8px 0;}
	.contents_in ul.txt_list li{margin: 15px 0;}
}

.back_c{width: 100%; margin: 20px auto 50px;padding: 20px 20px;background: #faf9f8;border-radius:10px;box-shadow: 0 3px 7px 0 rgba(56, 41, 2, 0.1);}
@media screen and (min-width:320px) and (max-width:768px){
	.back_c{width: 100%; margin: 20px auto 50px;}
}

/*-----------------
INTERVIEW
-----------------*/

.flex_test-box {
  padding: 10px;
  display: flex;
  align-items :stretch;
}
@media screen and (max-width: 1024px) {
  .flex_test-box {
    display: block;
    margin: 15% auto 10%;
  }
}

.flex_test-item {
  padding: 10px;
  margin: 10px;
  border-radius: 5px;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .flex_test-item {
    width: 100%;
    margin: 0 auto;
  }
}

.flex_test-item img{
  border-radius: 10px;
}

.heading {
  position: relative;
  margin: 15% auto 5%;
  padding:30px;
	text-align: center;
	color: #2e4353;
	letter-spacing: 1px;
}
@media screen and (max-width: 1400px) {
  .heading {
    margin: 10% auto 5%;
  }
}
@media screen and (max-width: 1200px) {
  .heading {
    margin: 5% auto 5%;
  }
}
  
@media screen and (max-width: 1024px) {
  .heading {
    margin: 0 auto 3%;
    padding: 20px;
  }
}
.heading:before,.heading:after{ 
  content:'';
  width: 30px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
.heading:before{
	border-left: 1px solid #1b1b1b;
  border-top: 1px solid #1b1b1b;
  top:0;
  left: 0;
}
.heading:after{
	border-right: 1px solid #1b1b1b;
  border-bottom: 1px solid #1b1b1b;
  bottom:0;
  right: 0;
}

.heading h3{
  font-size: 17px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .heading h3{
    font-size: 15px;
  }
}

.staff_name {
  font-size: 13px;
  margin: 10px auto 0;
  text-align: center;
}


.flex_test-item .iv_ttl{
  font-size: 17px;
  font-weight: bold;
}

.arrowbtn a {
	position: relative;
	padding: 0 5% 3% 3%;
	color: #1b1b1b;
	text-decoration: none !important;
  font-size: 16px;
  font-weight: bold;
		margin: 0 auto;
}

.arrowbtn a::before {
	border-bottom: 1.5px solid #1b1b1b;
	border-right: 2px solid #1b1b1b;
	bottom: 0;
	content: '';
	height: 12px;
	position: absolute;
	left: 0;
	transform: skewX(50deg);
	width: 100%;
	transition: all .3s;
}

.arrowbtn a:hover::before {
	left: 10%;
}

.baner-box {
	width: 95%;
  margin: 15% auto 10%;
	padding: 10px;
}
.baner-box img{
	border-radius: 10px;
}
.baner-box p{
	font-size: 14px;
	margin: 15px auto;
}

/*----------
  堀田カーペット紹介
----------*/

.factory_container{
	padding:100px 0px;
	margin:0 auto;
	width:100%;
}
.factory_container section{
	display: block;
	width:80%;
	max-width: 1000px;
	margin: 10px auto 10px;
}
.factory_container section .description {
	max-width: 700px;
	margin:50px auto;
	padding:0;
	display: block;
}
.factory_container section .description p{
	text-align:left;
	font-size:17px;
	font-weight:400;
	line-height:1.8;
	margin:20px auto;
	letter-spacing: 1.2;
}

.factory_container section .description h3.event{
	text-align:center;
	font-size:25px;
	font-weight:bold;
	line-height:2;
	margin:20px auto;
	color:#333D58;
}
 
.factory_container .eventbana img,
.factory_container .eventbana picture{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}


@media screen and (max-width:768px){
	.factory_container{
		width:100%;
		padding:20px 0px 20px 0;
	}
	
    .factory_container section{
		width:100%;
		margin: 10px auto 50px;
	}
	
	.factory_container section .description {
		padding:0px 0px;
		margin:40px auto 0;
	}
	.factory_container section .description p{
		font-size:16px;
	}

    .factory_container section .eventbana img,
    .factory_container section .eventbana picture{
        width: 90%;
        margin:0 auto;
    }
	.factory_container section .description h3.event{
		font-size:19px;
	}
}
@media screen and (max-width:440px){
	.factory_container section .description p{
		text-align:left;
		font-size:15px;
		width:90%;
		margin: 0 auto;
	}
}


/*----------
  実店舗（ショールーム）のご案内
----------*/

.showroom{
}
.showroom .about_showroom {
	padding-top:20px;
	padding-bottom:100px;
	margin: 0;
}
.showroom .about_showroom .description{
	margin:0 auto;
	max-width:700px;
	text-align:center;
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
}
.showroom .about_showroom .description .title{
	margin-bottom:20px;
	text-align:center;
	font-size:34px;
	font-family: mr-eaves-modern, sans-serif;
	letter-spacing: 2px;
	font-weight:400;
	max-width:400px;
	margin:0px auto 20px;
}
.showroom .about_showroom .showroom_banners{
	max-width:1000px;
	margin:40px auto 0;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.showroom .about_showroom .showroom_banners .bnr{
	position: relative;
	background:#000;
	width:49%;
}
.showroom .about_showroom .showroom_banners .bnr img,
.showroom .about_showroom .showroom_banners .bnr picture{
	display: block;
	opacity: 0.8;
}
.showroom .about_showroom .showroom_banners .bnr p{
	position: absolute;
    top: 55%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0 0 20px 0;
	color:#fff;
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-size:17px;
}
.showroom .about_showroom .showroom_banners .bnr p span{
	font-size:26px;
	font-weight:600;
}
.showroom .about_showroom .showroom_banners .attention{
	padding-top:20px;
	text-align:center;
	width:100%;
}
@media screen and (max-width:768px){
	.showroom .about_showroom {
		padding-top:20px;
		padding-bottom:40px;
	}
	.showroom .about_showroom .description {
		margin-bottom:30px;
	}
	.showroom .about_showroom .description .title{
		font-size:30px;
	}
	.showroom .about_showroom .showroom_banners{
		width:90%;
	}
	.showroom .about_showroom .showroom_banners .bnr p{
		font-size:13px;
	}
	.showroom .about_showroom .showroom_banners .bnr p span{
		font-size:20px;
	}
	.showroom .about_showroom .showroom_banners .attention{
		font-size:14px;
	}
}
@media screen and (max-width:440px){
	.showroom .about_showroom .description{
		width:100%;
		margin-bottom:0px;
		padding-bottom:0px;
	}
	.showroom .about_showroom .description p{
		font-size:15px;
		line-height:1.7;
	}
	.showroom .about_showroom .description .title{
		font-size:26px;
		margin-bottom:15px;
	}
	.showroom .about_showroom .showroom_banners{
		margin:0px auto 0;
		width:98%;
	}
	.showroom .about_showroom .showroom_banners .bnr{
		width:100%;
		margin:8px auto;
	}
	.showroom .about_showroom .showroom_banners .attention{
		padding-top:8px;
		text-align:left;
		font-size:12px;
	}
}

/*----------
  特別展示スライダー
----------*/
/*
.srsw {
    position: relative;
    overflow: hidden;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .srsw {
        padding-top:0px;
		width:100%;
    }
}

.srsw .swiper-container {
    max-width: 1440px;
    width: auto;
    overflow:visible;
	margin: 0 auto;
}

.srsw .swiper-container img,
.srsw .swiper-container picture{
    width: 100%;
    margin: auto;
    display:block
}

.srsw .swiper-container .pc {
    display: block;
    width: auto;
    overflow:hidden
}

@media screen and (max-width: 768px) {
    .srsw .swiper-container .pc {
        display:none
    }
}

@media screen and (max-width: 768px) {
    .srsw .swiper-container .sp {
        display: block;
        width: auto;
        overflow:hidden
    }
}
.srsw .swiper-container .swiper-slide .p_inner{
	position: relative;
}

.srsw .swiper-container .swiper-slide p.srname{
	position: absolute;
	width: 100%;
    bottom: 0%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	font-size:18px;
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	text-align:center;
	line-height:1.8;
	font-weight:bold;
	letter-spacing: 2px;
	margin: 0px auto;
	color: #FFF;
}

.srsw .swiper-container .swiper-slide  p.txt{
	font-size:14px;
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	text-align:center;
	line-height:1.8;
	letter-spacing: 1px;
	margin: 5px auto;
	color: darkgray;
}

.srsw svg {
    transform: rotate(360deg);
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    left: 0;
    bottom:0
}

.srsw circle.circle_base, .srsw .circle_base {
    fill: transparent;
    stroke: #e5e5e5;
    stroke-width:1
}

.srsw circle.circle_animation, .srsw .circle_animation {
    fill: transparent;
    stroke: #e5e5e5;
    stroke-width:1
}

.srsw .swiper-pagination {
    position: relative;
    z-index: 999;
    height: 41px;
    line-height: 41px;
    width: auto;
    margin: 10px auto 20px;
    text-align:center
}

.srsw .swiper-pagination-bullet {
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    letter-spacing: 0;
    color: #000;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    outline:none;
	margin: 0 10px;
}

.srsw .swiper-pagination-bullet-active {
    position: relative;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
    outline:none
}

.srsw .swiper-pagination-bullet-active circle.circle_animation, .srsw .swiper-pagination-bullet-active .circle_animation {
    fill: transparent;
    stroke: gray;
    stroke-width: 2;
    animation:circle 32s
}

@keyframes circle {
    0% {
        stroke-dasharray: 0 377
    }

    100%, to {
        stroke-dasharray:377 377
    }
}

@media screen and (max-width: 768px) {
    .srsw .swiper-container .swiper-slide p.srname{
        font-size:16px;
        line-height:1.8;
        margin: 0px auto;
		bottom: -5%;
    }
*/
/*
.srsw .swiper-container .swiper-slide p.txt{
        font-size:15px;
		text-align: center;
        line-height:1.8;
        margin: 2px auto;
		padding: 0 5px;
    }
*/
}

/*----------
  HAREMについて
----------*/

.about_harem{
	padding-top:100px;
	padding-bottom:100px;
}
.about_harem p{
/*
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
*/
}

.about_harem .brand_name{
	width: 200px;
	margin: 20px auto 20px;
}
.about_harem .description {
	margin:0 auto;
	max-width:700px;
	text-align:center;
	line-height:2;
}

.about_harem .description p{
	font-size: 17px;
	text-align:center;
	line-height:2;
	letter-spacing: 1.2;
}

.about_harem .links{
	max-width:500px;
	margin:50px auto;
}
.about_harem .links p{
	border-bottom:1px solid #0E0E0E;
	font-size:18px;
	text-align:center;
	padding:20px;
	font-weight:600;
	color:#333;
	margin: 10px auto;
}
.about_harem .links p.big_link{
	border:1px solid #0E0E0E;
	font-size:23px;
	text-align:center;
	padding:20px;
	font-weight:600;
	color:#333;
	margin: 10px auto;
}
.about_harem .links p.icon{
	border:none;
	font-size:18px;
	text-align:center;
	padding:20px;
	font-weight:600;
	color:#333;
	margin: 10px auto;
}
@media screen and (max-width:768px){

	.about_harem .description p{
		font-size:16px;
	}
	.about_harem .links{
		max-width:400px;
		margin:30px auto;
	}
	.about_harem .links p{
		padding:15px;
		font-size:17px;
	}
}
@media screen and (max-width:440px){
	.about_harem{
		padding-bottom:50px;
	}
	.about_harem .description {
		margin:0 auto;
		width:85%;
	}
	.about_harem .description p{
		text-align:left;
		line-height:1.7;
		font-size:15px;
	}
	.about_harem .description .big_link p{
		text-align:center !important;
	}
	.about_harem .links{
		width:80%;
		margin:10px auto;
	}
	.about_harem .links p{
		padding:10px;
		font-size:15px;
		border-bottom:1px solid #262575;
	}
}



/*----------
  共通：目立つリンク
----------*/
.font-red{
	color:#E04343;
}
.yellow_line{
	background:linear-gradient(transparent 60%, #fafad2 60%);
	padding-bottom:1px;
}
.pink_line{
	background:linear-gradient(transparent 60%, #f6bfbc 60%);
	padding-bottom:1px;
}


/*----------
  モーダルウィンドウ
----------*/

.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5000000000;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
}
.popup.is-show {
    opacity: 1;
    visibility: visible;
}
.popup-inner {
    position: absolute;
    left: 55%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    max-width: 800px;
    padding: 10px;
    background-color: #fff;
    z-index: 4000000000;
    height: 90%;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
	margin: 0 auto;
}
@media screen and (min-width:1441px){
	#js-popup_option .popup-inner{
		height: 75%;
	}
}
@media screen and (max-width:1025px){
    .popup-inner {
        top:52%;
        left: 50%;
        height: 90%;
    }
}
@media screen and (max-width:440px){
    .popup-inner {
        top:52%;
        left: 50%;
        height: 90%;
    }
}
@media screen and (min-width:1025px){
    .popup-inner {
        padding: 30px;
    }
}
.popup-inner::-webkit-scrollbar{
    display:none;
}
.popup-inner .popup-main{
    margin-top: 50px;
}
.popup-inner .popup-main .title{
    display: block;
    text-align: center;
	margin-bottom:30px;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
}
.popup-inner .popup-main .title p{
	text-align:center;
	font-size:25px;
}
@media screen and (max-width:440px){
	.popup-inner .popup-main .title{
		margin-bottom: 10px;
	}
	.popup-inner .popup-main .title p{
		font-size: 20px;
		padding:0;
	}
}
.popup-inner .popup-main p.description{
    text-align: left;
	font-size:17px;
	margin:10px auto;
	line-height:1.7;
	width:90%;
}
.popup-inner .popup-main p .blue{
    color: rgb(0, 51, 153);
    font-weight: bold;
}
.popup-inner .popup-main p .black{
    color: #000;
    font-weight: bold;
}
.popup-inner .popup-main .more_details{
	background:#f3f3f2;
	padding:15px;
	margin:15px;
}
.popup-inner .popup-main .more_details p{
	text-align:center;
}
.popup-inner .popup-main .more_details .term{
	font-size:16px;
	font-weight:bold;
	margin:5px 0;
}
@media screen and (max-width:440px){
	.popup-inner .popup-main p.description{
		font-size:16px;
		padding:0 10px;
		width:100%;
	}
	.popup-inner .popup-main .more_details{
		padding:10px;
		margin:0 10px;
	}
	.popup-inner .popup-main .more_details p{
		padding:0;
	}
	.popup-inner .popup-main .more_details .term{
		font-size:14px;
		margin:0;
	}
}
.popup-inner .popup-main .img_conts{
	text-align:center;
	margin:30px auto;
	width:90%;
}
.popup-inner .popup-main .img_conts img{
	width:100%;
}
@media screen and (max-width:440px){
	.popup-inner .popup-main .img_conts{
		margin:15px auto 30px;
		width:95%;
	}
}


.popup-inner .popup-main .colmn2 {
    display: -webkit-flex;
    display: flex;
	margin: 0 auto;
	width: 100%;
}
.popup-inner .popup-main .colmn2 p{
	font-size: 16px;
	text-align: center;
	line-height: 1.7;
	margin: 10px auto 15px;
}

.popup-inner .popup-main .colmn2 .incard {
	width: 48%;
    padding: 1% 1%;
	margin: 2% auto 3%;
}
 
.popup-inner .popup-main .colmn2 .incard img{
	width: 100%;
}
@media screen and (max-width:440px){
	.popup-inner .popup-main .colmn2 {
      display: inline-block;
    }
	.popup-inner .popup-main .colmn2 .incard {
		width: 100%;
		padding: 0;
		margin: 20px auto 50px;
	}
    .popup-inner .popup-main .colmn2 .incard img{
        width: 100%;
        display: block;
        margin-right: auto;
    }
	.popup-inner .popup-main .colmn2 p{
        font-size: 15px;
        text-align: center;
        line-height: 1.5;
    }
}


.pop_btn {
	width: 90%;
	max-width: 400px;
	border: 1px solid #0F0F0F;
	text-align: center;
	font-size:16px;
	margin: 10px auto;
	padding: 5px 0;
	display: block;
	transition:border color 0.8s;
}
.pop_btn:hover{
	border: 1px solid #443F6C;
	color: #443F6C;
}

@media screen and (max-width:768px){
    .pop_btn {
        width: 90%;
        margin: 10px auto;
    }
}

.close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.close-btn i{
    font-size: 50px;
    color: #333;
}
.black-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    z-index: 1;
    cursor: pointer;
}
a.bluefont {
    color: #0C7FAE;
	font-weight: bold; 
}
