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

/* ----------base---------- */
html{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	font-size: 62.5%;
}
 body{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',sans-serif;
	color: #333; 
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.8;
	position: relative;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;	
 }

img{
	border: none; 
	height: auto;
	width /***/:auto;　
}
a{
	outline: none;
	transition: 0.3s ease;
}
a:link,
a:visited{
	color: #333;
	text-decoration: none;
}
a:hover,
a:active{
	color: #333;
	text-decoration: underline;
}



/* ----------loading---------- */
.loadingWrap{
	width: 100%;
	height: 100%;
	background: #EFEBE9;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
.loadingWrap img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -75px;
	margin-left: -19px;
}




/* ----------fadein---------- */
.inviewfadeInUp {
	opacity: 0;
	transform: translate(0, 0);
	transition: 1s;
	transition-delay: 1.5s;
}
.inviewfadeInUp2 {
	opacity: 0;
	transform: translate(0, 0);
	transition: 0.6s;
	transition-delay: 0.6s;
}

.inviewfadeInUp-move {
	opacity: 0;
	transform: translate(0, 15px);
	transition: 0.5s;
	transition-delay: 0.5s;
}
.inviewfadeInUp-left {
	opacity: 0;
	transform: translate(-20px, 0);
	transition: 0.5s;
	transition-delay: 0.5s;
}
.inviewfadeInUp-right {
	opacity: 0;
	transform: translate(20px, 0);
	transition: 0.5s;
	transition-delay: 0.5s;
}

.fadeInUp {
	opacity: 1.0;
	transform: translate(0, 0);
	transition-delay: 0.5s;
}



/* ----------midashi---------- */
h1,h2,h3,h4,h5{
}


/* ----------text---------- */
.text{
	max-width: 900px;
	width: 96%;
	margin: 25px auto;
	padding: 0;
}





/* ----------section---------- */
.section{
	width: 100%;
	position: relative;
}

img.wide{
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
	padding: 0;
	display: block;
	z-index: 1;
}



/* ----------side---------- */
.side{
	position: fixed;
	top: 110px;
	right: 0;
	z-index: 999;
}
.side .language{
	width: 50px;
	height: 50px;
	margin: 0;
}
.side .language .toggle:hover{
	opacity: 0.7;
}
.side .language .toggle{
	background-color: #B89961;
	transition: 0.3s ease;
	position: relative;
	width: 50px;
	height: 50px;
	cursor: pointer;
	-webkit-appearance: none;
	 -moz-appearance: none;
	appearance: none;
	background-image: url(../img/comm/icon_language.png);
	background-repeat: no-repeat;
	background-position: center center 50px;
	border: 0;
}
.select{
	display: none;
	position: absolute;
	top: 0;
	right: 60px;
	background-color: rgba(0,0,0,0.6);
	width: 120px;
	box-sizing: border-box;
	text-align: center;
	padding: 10px;
}
.select a{
	display: block;
	color: #fff;
}
.side .language:hover .select,
.select:hover{
	opacity: 1;
}

.side .inquiry{
	width: 50px;
	height: 50px;
	background-color: #FF9673;
	margin: 10px 0 0;
	transition: 0.3s ease;
}
.side .inquiry:hover{
	opacity: 0.7;
}
.side .shopping{
	width: 50px;
	height: 50px;
	background-color: #D72007;
	margin: 10px 0 0;
	transition: 0.3s ease;
}
.side .shopping:hover{
	opacity: 0.7;
}



/* ----------navi---------- */
.navi{
	height: 65px;
	width: 100%;
	background-color: rgba(255,255,255,0.96);
	position: fixed;
	top: 20px;
	left: 0;
	z-index: 999;
	padding: 0;	
	overflow: hidden;
	box-sizing: border-box;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.navi .inner{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.navi .inner .home{
	width: 110px;
	transition: 0.3s ease;
}
.navi .inner .home:hover{
	opacity: 0.6;
}

.navi .inner .menu{
	max-width: 990px;
	width: calc(100% - 110px);
}
.navi .inner .menu ul{
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.5rem;
	line-height: 65px;
	display: table;
}
.navi .inner .menu ul li{
	border-left: 1px solid #ddd; 
	display: table-cell;
}
.navi .inner .menu ul li:last-child{
	border-right: 1px solid #ddd; 
}
.navi .inner .menu ul li a{
	color: #333;
	text-decoration: none;
	display: block;
	text-align: center;
}

.navi .inner .menu ul li a:hover{
	background-color: #eee;
}

.navi .inner .menu ul li:nth-child(1){
	width: 9%;
}
.navi .inner .menu ul li:nth-child(2){
	width: 15%;
}
.navi .inner .menu ul li:nth-child(3){
	width: 17%;
}
.navi .inner .menu ul li:nth-child(4){
	width: 14%;
}
.navi .inner .menu ul li:nth-child(5){
	width: 8%;
}
.navi .inner .menu ul li:nth-child(6){
	width: 8%;
}
.navi .inner .menu ul li:nth-child(7){
	width: 8%;
}
.navi .inner .menu ul li:nth-child(8){
	width: 8%;
}

/* ----------intro---------- */
.intro{
	height: 100%;
	text-align: center;
	position: relative;
	background-color: #000;
	display: flex;
	justify-content: center;
    align-items: center; 
    background-size:  cover;
   	z-index: 900;
   	padding-top: 0;
}
.intro h1{
	color: #fff;
	font-size: 1.7rem;
	position: absolute;
	bottom: 7%;	
	left: 50%;
	margin: 0 0 0 -70px;
	font-weight: normal;
}
.intro h2{
	margin: 0 0 15px;
}
.intro a img{
	transition: 0.3s ease;
}
.intro a img:hover{
	opacity: 0.8;
}


/* ----------copy---------- */
.copy{
	height: 100%;
	text-align: center;
	position: relative;
	background-color: #EFEBE9;
	display: flex;
	justify-content: center;
    align-items: center; 
    background-size:  cover;
   	z-index: 990;
    padding-top: 0;
}
.copy h2{
	margin: 0 0 15px;
}
.copy a img{
	transition: 0.3s ease;
}
.copy a img:hover{
	opacity: 0.8;
}


/* ----------scroll down---------- */
a.scrolldown{
	display: inline-block;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-image: url(../img/intro/scrolldown.png);
	background-repeat: no-repeat;
	background-position: center top 40px;
	line-height: 300px;
	font-size: 1.3rem;
}
a.scrolldown:hover{
	text-decoration: none;
}

.intro a.scrolldown{
	color: #fff;
	background-color: rgba(255,255,255,0.4);	
}
.intro a.scrolldown:hover{
	background-color: rgba(255,255,255,0.6);	
}
.copy a.scrolldown{
	color: #fff;
	background-color: rgba(255,0,0,0.1);	
}
.copy a.scrolldown:hover{
	background-color: rgba(255,0,0,0.4);	
}



/* ----------header----------- */
#header{
	text-align: center;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 0;
}	



/* -----------footer----------- */
.footer{
	width: 100%;
	margin: 50px 0 0;
	padding: 0;
	z-index: 10;
	position: relative;
}
.footer .inner{
	margin: 0 auto;
	max-width: 1024px;
	width: 100%;
}
.footer a{
	color: #333;
	text-decoration: underline;
}
.footer a:hover{
	color: #cc0000;
	text-decoration: underline;
}

/* ---plan--- */
.footer .plan{
	width: 100%;
	margin: 0;
	padding: 15px 0;
	background-color: #F9EFEC;
}
.footer .plan .inner{
	max-width: 740px;
}
.footer .plan strong{
	display: block;
	font-weight: normal;
	border-bottom: 1px solid #A78E83;
}
.footer .plan p{
	margin: 5px 0;
}

/* ---info--- */
.footer .info{
	width: 100%;
	margin: 0;
	padding: 25px 0;
	background-color: #EDDEDA;
}
.footer .info .inner{
	max-width: 840px;
	display: flex;
}
.footer .info .inner .jp,
.footer .info .inner .en{
	width: 46%;
	margin: 0 2%;
}

/* ---copyright--- */
.footer .copyright{
	text-align: center;
	font-size: 1.2rem;	
	margin: 0;
	padding: 20px 0 50px
}



/* ------------------index-------------------- */

/* ---newsblog--- */
.newsblog{
	z-index: 10;
	position: relative;
	width: 100%;
}
.home .newsblog{
	overflow: hidden;
	margin-top: -260px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(248,242,240,1) 40%, rgba(237,222,218,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(248,242,240,1) 40%,rgba(237,222,218,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(248,242,240,1) 40%,rgba(237,222,218,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#eddeda',GradientType=0 );
}
.newsblog .inner{
	overflow: hidden;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
}
.newsblog .latest{
	overflow: hidden;
	width: 100%;
	margin: 0 auto 50px;
}
.newsblog .latest .topics{
	overflow: hidden;
	float: left;
	width: 23%;
	margin: 1%;
	background-color: #fff;
	position: relative;
	transition: 0.3s ease;
}
.newsblog .latest .topics .pic{
	width: 100%;
	height: 270px;
	overflow: hidden;
	position: relative;
	background-color: #eee;
}
.newsblog .latest .topics .pic img{
	position: absolute;
 	top: 50%;
 	left: 50%;
	transform: translate(-50%, -50%);
	height: auto;
	transition: 0.3s ease;
	max-height: 280px;
}
.newsblog .latest .topics .cate{
	width: 60px;
	height: 28px;
	line-height: 28px;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	z-index: 55;
}
.newsblog .latest .topics .cate.news{
	background-color: #ff0000;
}
.newsblog .latest .topics .cate.blog{
	background-color: #846EBF;
}
.newsblog .latest .topics .date{
	color: #FF0000;
	margin: 10px auto 0;
}
.newsblog .latest .topics .txt{
	width: 100%;
	margin: 0;
	padding: 10px 15px;
	box-sizing: border-box;
	line-height: 1.3;
}
.newsblog .latest .topics:hover{
	cursor: pointer;
	background-color: rgba(0,0,0,0.1);
}
.newsblog .latest .topics:hover img{
	opacity: 0.8;
}

.newsblog .list{
	overflow: hidden;
	width: 400px;
	height: 20px;
	line-height: 20px;
	font-size: 1.6rem;
	text-align: center;
	margin: 50px 10px 60px auto;
	background-color: rgba(255,255,255,0.7);
	padding: 13px 0;
}
.newsblog .list a{
	display: inline-block;
	width: 48%;
	color: #444;
}
.newsblog .list a:first-child{
	border-right: 1px solid #ccc;
}





/* ---panels--- */
.panels{
	position: relative;
}
.panels .inner{
	width: 98%;
	max-width: 1440px;
	margin: 85px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.panel{
	margin: 0 0 2%;
	transition: 0.3s ease;
	transform: translate(0,0);
	overflow: hidden;
}
.panel img{
	width: 100%;
}
.panel p{
	text-align: center;
	color: #fff;
	font-size: 2.2rem;
	width: 100%;
	height: 50px;
	line-height: 40px;
	margin: 0;
	cursor: pointer;
	z-index: 2;
	position: relative;
}
.panel.hitoe{
	width: 49%;
	background-color: #0085B2;
}
.panel.products{
	width: 49%;
	background-color: #F2614F;
}
.panel.interview{
	width: 32%;
	background-color: #B59F4A;
}
.panel.case_study{
	width: 32%;
	background-color: #4AB593;
}
.panel.how_to_use{
	width: 32%;
	background-color: #B54A70;
}

.panel:hover{
	opacity: 0.8;
}






/* ------------------page------------------- */

/* ---pheader--- */
#p_header{
	width: 100%;
	height: 350px;
	margin: 0;
	position: relative;
}
#p_header .p_title{
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	position: absolute;	
	bottom: 0;
}
#p_header .p_title h1{
	width: 98%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 14px 0 14px 110px;
	font-size: 4rem;
	font-weight: normal;
	color: #ff0000;
	font-family: ヒラギノ明朝 Pro,Hiragino Mincho Pro,ＭＳ Ｐ明朝,ＭＳ明朝,MS Mincho,MS PMincho,serif;	
	background-image: url(../img/page/p_title.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/* ---pheader--- */
#pankuzu{
	width: 100%;
	margin: 0;
	height: 50px;
	line-height: 50px;
	background-color: rgba(255,255,255,0.9);
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#pankuzu .inner{
	width: 98%;
	max-width: 1024px;
	margin: 0 auto;
}
#pankuzu a{
	color: #333;
	text-decoration: none;
	padding: 0 40px 0 0;
	background-image: url(../img/page/icon_pankuzu.png);
	background-position: right 8px center; 	
	background-repeat: no-repeat;	
}





/* ---hitoe--- */
.page-slug-hitoe{
}
.page-slug-hitoe #p_header{
	background-image: url(../img/page/page_hitoe.jpg);
	background-repeat: no-repeat;	
	background-size: cover;
}
#hitoe h4{
	color: #ff0000;
	font-size: 3.4rem;
	font-family: ヒラギノ明朝 Pro,Hiragino Mincho Pro,ＭＳ Ｐ明朝,ＭＳ明朝,MS Mincho,MS PMincho,serif;	
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#hitoe .text p{
	margin: 20px;
}





/* ---products--- */
.page-slug-products{
}
.page-slug-products #p_header,
.page-slug-inden #p_header,
.page-slug-yuzen #p_header{
	background-image: url(../img/page/page_products.jpg);
	background-repeat: no-repeat;	
	background-size: cover;
}
#products{
	max-width: 1200px;
	margin: 50px auto;
	width: 100%;
	overflow: hidden;
}
#products .inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

#products .item{
	float: left;
	width: 31%;
	position: relative;
	transition: 0.3s ease;
	border: 1px solid #ddd;
	box-sizing: border-box;
	margin: 1%;
	background-color: #fff;
}
#products .item .pic{
	width: 100%;
	min-height: 250px;
	overflow: hidden;
	position: relative;
	background-color: #eee;
}

#products .item .pic img{
	position: absolute;
 	top: 50%;
 	left: 50%;
	transform: translate(-50%, -50%);
	max-width: initial;
	height: auto;
	transition: 0.3s ease;
	height: 250px;
}
#products .item h3{
	width: 100%;
	color: #465F79;
	font-size: 2.4rem;
	font-weight: normal;
	font-family: ヒラギノ明朝 Pro,Hiragino Mincho Pro,ＭＳ Ｐ明朝,ＭＳ明朝,MS Mincho,MS PMincho,serif;	
	padding: 0 0 5px;
	margin: 0;
	position: relative;
	z-index: 10;
}
#products .item .desc{
	color: #ff0000;
	font-size: 1.8rem;
}
#products .item .txt{
	width: 100%;
	margin: 0;
	padding: 20px 30px;
	box-sizing: border-box;
	line-height: 1.3;
}
#products .item:hover{
	cursor: pointer;
	background-color: rgba(0,0,0,0.1);
}
#products .item:hover img{
	opacity: 0.8;
}


/* detailページ用 */
#product .edit{
	width: 96%;
	max-width: 1024px;
	margin: 15px auto;
	padding: 0;
}
#product .inner{
	width: 96%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 30px 0;
	display: flex;
	flex-wrap: wrap;
}
#product .order{
	width: 100%;
	margin: 0 auto 15px;
	padding: 0;
	overflow: hidden;
}
#product .order.no{
	display: none;
}
#product .order.order1{
	order: 1;
}
#product .order.order2{
	order: 2;
}
#product .order.order3{
	order: 3;
}
#product .order.order4{
	order: 4;
}
#product .order.order5{
	order: 5;
}
#product .order.order6{
	order: 6;
}
#product .order.order7{
	order: 7;
}
#product .order.order8{
	order: 8;
}

#product h3{
	width: 100%;
	font-size: 3.8rem;
	color: #465F7A;
	font-weight: normal;
	font-family: ヒラギノ明朝 Pro,Hiragino Mincho Pro,ＭＳ Ｐ明朝,ＭＳ明朝,MS Mincho,MS PMincho,serif;	
	margin: 0;
	padding: 0 0 0 30px;
	position: relative;
}
#product h3:after{
	content: "";
	width: 100%;
	border-bottom: 20px solid #D7DDE8;
	position: absolute;
	bottom: 5px;
	left: 0;
	z-index: -10;	
}
#product h5{
	width: 100%;
	color: #ff0000;
	font-size: 2.8rem;
	font-family: ヒラギノ明朝 Pro,Hiragino Mincho Pro,ＭＳ Ｐ明朝,ＭＳ明朝,MS Mincho,MS PMincho,serif;	
	font-weight: normal;
	margin: 0;
}
#product h4{
	width: 100%;
	font-size: 2.4rem;
	color: #666;
	font-weight: normal;
	font-family: ヒラギノ明朝 Pro,Hiragino Mincho Pro,ＭＳ Ｐ明朝,ＭＳ明朝,MS Mincho,MS PMincho,serif;	
	margin: 0;
	padding: 0 0 0 30px;
	position: relative;
}
#product h4:after{
	content: "";
	width: 100%;
	border-bottom: 20px solid #D7DDE8;
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: -10;	
}

#product .detail{
	width: 100%;
	margin: 30px 0 60px;
	display: flex;
	position: relative;
}
#product .detail .photo{
	width: 50%;
	padding: 0;
	margin: 0;
}
#product .detail .data{
	width: 50%;
	padding: 0;
	margin: 0;
}
#product .detail .data h6{
	width: 500px;
	font-size: 1.6rem;
	margin: 0;
	padding: 15px 0;
}
#product .detail .data div{
	border-top: 1px solid #ddd;
	padding: 15px 0;
}

#product .detail .photo{
 	width: 100%;
	display: flex;
	margin: 0 auto;
}
#product .detail .photo .main{
	width: 232px;
	margin: 2px;
}
#product .detail .photo .main img{
	display: block;
	width: 232px;
	height: 466px;
	object-fit: cover;
}
#product .detail .photo .sub{
	width: 232px;
	margin: 2px;
}
#product .detail .photo .sub img{
	display: block;
	width: 232px;
	height: 232px;
	object-fit: cover;
	margin: 0 0 3px 0;
}


.others{
	width: 100%;
	padding: 40px 0;
	background-color: #E7EBF1;
}
.others #products .item{
	border: 0;
}










/* ---interview--- */
.page-slug-interview{
}
.page-slug-interview #p_header{
	background-image: url(../img/page/page_interview.jpg);
	background-repeat: no-repeat;	
	background-size: cover;
}
#interview{
}
#interview .inner{
	max-width: 1024px;
	margin: 0 auto;
}
#interview h3{
	font-size: 2rem;
	color: #48607C;
	font-family: ヒラギノ明朝 Pro,Hiragino Mincho Pro,ＭＳ Ｐ明朝,ＭＳ明朝,MS Mincho,MS PMincho,serif;	
	font-weight: normal;
	background-color: #D7DDE8;
	padding: 5px 5px 5px 30px;
}
#interview h4{
	color: #ff0000;
	font-size: 3.4rem;
	font-family: ヒラギノ明朝 Pro,Hiragino Mincho Pro,ＭＳ Ｐ明朝,ＭＳ明朝,MS Mincho,MS PMincho,serif;	
	font-weight: normal;
	margin: 0 0 -25px;
	padding: 0 0 0 30px;
}
#interview h5{
	color: #685552;
	font-size: 2.8rem;
	font-family: ヒラギノ明朝 Pro,Hiragino Mincho Pro,ＭＳ Ｐ明朝,ＭＳ明朝,MS Mincho,MS PMincho,serif;	
	font-weight: normal;
	margin: 0 0 30px;
}
#interview .text h4{
	padding: 0 0 15px;
}
#interview .text p{
	margin: 20px;
}
#interview .photos{
	display: flex;
	margin: 50px auto;
	width: 100%;
	overflow: hidden;
}
#interview .photos div{
	width: 50%;
}
#interview .photos img{
	width: 100%;
}





/* ---case_study--- */
.page-slug-case_study{
}
.page-slug-case_study #p_header,
.parent-pageid-12 #p_header{
	background-image: url(../img/page/page_case_study.jpg);
	background-repeat: no-repeat;	
	background-size: cover;
}

#cases{
	max-width: 1200px;
	width: 100%;
	margin: 50px auto;
}
#cases .inner{
	overflow: hidden;
}
#cases .case{
	float: left;
	width: 31%;
	position: relative;
	transition: 0.3s ease;
	border: 1px solid #ddd;
	box-sizing: border-box;
	margin: 1%;
}
#cases .case .pic{
	width: 100%;
	height: 250px;
	overflow: hidden;
	position: relative;
	background-color: #eee;
}
#cases .case .pic img{
	position: absolute;
 	top: 50%;
 	left: 50%;
	transform: translate(-50%, -50%);
	max-width: initial;
	height: auto;
	transition: 0.3s ease;
}
#cases .case h3{
	color: #465F79;
	font-size: 2.4rem;
	font-weight: normal;
	font-family: ヒラギノ明朝 Pro,Hiragino Mincho Pro,ＭＳ Ｐ明朝,ＭＳ明朝,MS Mincho,MS PMincho,serif;	
	padding: 0 0 5px;
	margin: 0;
	position: relative;
	z-index: 10;
}
#cases .case .name{
	color: #ff0000;
	font-size: 1.8rem;
}
#cases .case .txt{
	width: 100%;
	margin: 0;
	padding: 20px 30px;
	box-sizing: border-box;
	line-height: 1.3;
}
#cases .case:hover{
	cursor: pointer;
	background-color: rgba(0,0,0,0.1);
}
#cases .case:hover img{
	opacity: 0.8;
}

.parent-pageid-12 #cases .case{
	width: 15.6%;
	margin: 0.5%;
}
.parent-pageid-12 #cases .case .pic{
    height: 150px;
}
.parent-pageid-12 #cases .case .pic img{
    max-width: 240px;
}
.parent-pageid-12 #cases .case h3{
	font-size: 2rem;
}
.parent-pageid-12 #cases .case .name{
	font-size: 1.4rem;
}


.examples{
	width: 100%;
	padding: 80px 0;
	border-bottom: 1px dotted #ddd;
}
.examples .inner{
	max-width: 1024px;
	margin: 0 auto;
}
.examples .inner p{
	margin: 20px 50px;
}
.examples h3{
	font-size: 2rem;
	color: #48607C;
	font-family: ヒラギノ明朝 Pro,Hiragino Mincho Pro,ＭＳ Ｐ明朝,ＭＳ明朝,MS Mincho,MS PMincho,serif;	
	font-weight: normal;
	background-color: #D7DDE8;
	padding: 5px 5px 5px 30px;
}
.examples h4{
	color: #000;
	font-size: 3.4rem;
	font-family: ヒラギノ明朝 Pro,Hiragino Mincho Pro,ＭＳ Ｐ明朝,ＭＳ明朝,MS Mincho,MS PMincho,serif;	
	font-weight: normal;
	margin: 0 0 -10px;
	padding: 0 0 0 30px;
}

.examples .ex{
	margin: 50px auto;
	width: 960px;
	display: flex;
}
.examples .ex .pic img{
	max-width: 375px;
}
.examples .ex h4{
	font-size: 3rem;
}

.examples .panorama{
	width: 100%;
	background-color: #D7DDE8;
	padding: 10px 0;
	min-height: 500px;
}
.examples .panorama img{
	height: 500px
}
.examples .edit{
	width: 960px;
	margin: 30px auto;
	padding: 0;
	overflow: hidden;
}





/* ---how_to_use--- */
.page-slug-how_to_use{
}
.page-slug-how_to_use #p_header{
	background-image: url(../img/page/page_how_to_use.jpg);
	background-repeat: no-repeat;	
	background-size: cover;
}
#how_to_use{
}
#how_to_use .inner{
	max-width: 1024px;
	margin: 0 auto;
}
#how_to_use h3{
	font-size: 2rem;
	color: #48607C;
	font-family: ヒラギノ明朝 Pro,Hiragino Mincho Pro,ＭＳ Ｐ明朝,ＭＳ明朝,MS Mincho,MS PMincho,serif;	
	font-weight: normal;
	background-color: #D7DDE8;
	padding: 5px 5px 5px 30px;
	margin-top: 80px;
}
#how_to_use h4{
	color: #ff0000;
	font-size: 3.4rem;
	font-family: ヒラギノ明朝 Pro,Hiragino Mincho Pro,ＭＳ Ｐ明朝,ＭＳ明朝,MS Mincho,MS PMincho,serif;	
	font-weight: normal;
	margin: 0 0 -25px;
	padding: 0 0 0 30px;
}
#how_to_use h5{
	color: #685552;
	font-size: 2.8rem;
	font-family: ヒラギノ明朝 Pro,Hiragino Mincho Pro,ＭＳ Ｐ明朝,ＭＳ明朝,MS Mincho,MS PMincho,serif;	
	font-weight: normal;
	margin: 0 0 30px;
}
#how_to_use .text h4{
	padding: 0 0 15px;
}
#how_to_use .text p{
	margin: 20px;
}

#how_to_use .mov{
	position: relative;
/*	width: 750px;*/
	padding-top: 56.25%;
	margin: 0 auto 50px;
}
#how_to_use .mov iframe{
 	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}





/* ---company--- */
.page-slug-company{
}
.page-slug-company #p_header{
	background-image: url(../img/page/page_company.jpg);
	background-repeat: no-repeat;	
	background-size: cover;
}
#company{
}
#company h3{
	font-size: 3rem;
	color: #000;
	font-family: ヒラギノ明朝 Pro,Hiragino Mincho Pro,ＭＳ Ｐ明朝,ＭＳ明朝,MS Mincho,MS PMincho,serif;	
	font-weight: normal;
}
#company .text p{
	margin: 20px;
}
#company .president{
	position: relative;
	width: 100%;
	height: 900px;
	padding: 0;
background: rgb(246,246,248);
background: -moz-linear-gradient(top, rgba(246,246,248,1) 0%, rgba(227,227,227,1) 100%);
background: -webkit-linear-gradient(top, rgba(246,246,248,1) 0%,rgba(227,227,227,1) 100%);
background: linear-gradient(to bottom, rgba(246,246,248,1) 0%,rgba(227,227,227,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f8', endColorstr='#e3e3e3',GradientType=0 );
}
#company .president .inner{
	margin: 0 auto;
	width: 1024px;
	height: 900px;
	background-image: url(../img/page/img_company01.png);
	background-repeat: no-repeat;	
	background-position: bottom right;
	padding: 10px 0;
	box-sizing: border-box;
}
#company .president p{
	width: 60%;
	margin: 10px 0px 10px 20px;
	text-shadow: 2px 2px 0px #ffffff;
}
#company .president p.name{
	font-size: 2rem;
}

#company .outline table{
	width: 85%;
	margin: 20px auto 100px;
	border: none;
	text-align: left;
	border-collapse: collapse;
	font-size: 1.6rem;
}
#company .outline table th{
	font-weight: normal;
	width: 150px;
	border-right: 1px solid #ddd;
	padding: 5px 0;
}
#company .outline table td{
	padding: 3px 0 3px 60px;
}

#company .map iframe{
	width: 100%;
	height: 600px;
	display: block;
	margin: 0 auto;
	background-color: #ddd;
	box-sizing: border-box;
	padding: 1px;
}

#company .photos{
	width: 100%;
	max-width: 1280px;
	margin: 100px auto;
}
#company .photos .girds{
 	width: 100%;
	display: flex;
	margin: 0 auto;
}
#company .photos .girds img{
	display: block;
	width: 100%;
	border-top: 10px solid #fff; 
	border-right: 5px solid #fff; 
	border-left: 5px solid #fff; 
	border-bottom: 0; 
	box-sizing: border-box;
}
#company .photos .grid{
	display: flex;
	flex-direction: column;
}
#company .photos .grid div{
	margin: 10px;
	background: #ccc;
	flex: 1;
}

#company .washi .neputa{
	position: relative;
	z-index: 100;
	width: 100%;
	display: block;
	height: 300px;
	background-color: rgba(255,255,255,0.9);	
	margin: -300px 0 0;
	padding: 10px 0;
}
#company .washi h4{
	color: #ff0000;
	font-size: 3.4rem;
	font-family: ヒラギノ明朝 Pro,Hiragino Mincho Pro,ＭＳ Ｐ明朝,ＭＳ明朝,MS Mincho,MS PMincho,serif;	
	font-weight: normal;
	margin: 0;
	padding: 0;
}






/* ---inquiry--- */
.page-slug-inquiry{
}
.page-slug-inquiry #p_header{
	background-image: url(../img/page/page_inquiry.jpg);
	background-repeat: no-repeat;	
	background-size: cover;
}

#mailform{
	width: 96%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 30px 0;
}
#mailform h3{
	font-size: 3.8rem;
	color: #A78E83;
	font-weight: normal;
	font-family: ヒラギノ明朝 Pro,Hiragino Mincho Pro,ＭＳ Ｐ明朝,ＭＳ明朝,MS Mincho,MS PMincho,serif;	
	margin: 0;
	padding: 0 0 0 30px;
}
#mailform h4{
	font-size: 3rem;
	color: #A78E83;
	font-weight: normal;
	font-family: ヒラギノ明朝 Pro,Hiragino Mincho Pro,ＭＳ Ｐ明朝,ＭＳ明朝,MS Mincho,MS PMincho,serif;	
	margin: 0;
	padding: 0 0 0 30px;	
	position: relative;
	z-index: 10;
}
#mailform h4:after{
	content: "";
	width: 100%;
	border-bottom: 30px solid #F1EDEB;
	position: absolute;
	bottom: -5px;
	left: 0;
	z-index: -10;	
}
#mailform .red{
	color: #cc0000;
}
#mailform table {
	width: 860px;
	margin: 30px auto;
}
#mailform table th{
	text-align: left;
	font-weight: normal;
	width: 225px;
	padding: 2px 0;
}
#mailform table td{
	padding: 2px 0;
	position: relative;
}

#mailform input[type="text"] ,
#mailform input[type="email"] ,
#mailform textarea{
	font-size: 1.4rem;
	padding: 5px 10px;
	border: 1px solid #CCC1BD;
	background-color: #F1EDEB;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
}

#mailform input[type="text"] ,
#mailform input[type="email"] {
	width: 200px;
}
#mailform textarea{
	width: 570px;
}

#mailform .check_area{
	text-align: center;
}
#mailform .check_area a{
	text-decoration: underline;
}

#mailform .btn_area{
	padding: 30px 0;
	text-align: center;
}
#mailform .btn_area input{
	display: inline-block;
	width: 40%;
	font-size: 1.8rem;
	padding: 10px;
	transition: 0.3s ease;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid #fff;
}
#mailform .btn_area input.submit{
	color: #fff;
	background-color: #A78E83;	
}
#mailform .btn_area input[type=submit]:disabled{
	opacity: 0.5;
	cursor: not-allowed;
}
#mailform .btn_area input.submit:hover{
	color: #fff;
	background-color: #cc0000;	
}
#mailform .btn_area input.reset{
	color: #fff;
	background-color: #999;	
}
#mailform .btn_area input.reset:hover{
	color: #fff;
	background-color: #FF9999;	
}











/* ---privacy--- */
.page-slug-privacy{
}
.page-slug-privacy #p_header{
	background-image: url(../img/page/page_inquiry.jpg);
	background-repeat: no-repeat;	
	background-size: cover;
}

#policy .inner{
	max-width: 1024px;
	margin: 50px auto;
}
#policy h3{
	font-size: 3.8rem;
	color: #A78E83;
	font-weight: normal;
	font-family: ヒラギノ明朝 Pro,Hiragino Mincho Pro,ＭＳ Ｐ明朝,ＭＳ明朝,MS Mincho,MS PMincho,serif;	
	margin: 0;
	padding: 0 0 0 30px;
}
#policy h4{
	font-size: 2.4rem;
	color: #A78E83;
	border-bottom: 1px dotted #ccc;
	font-weight: normal;
	font-family: ヒラギノ明朝 Pro,Hiragino Mincho Pro,ＭＳ Ｐ明朝,ＭＳ明朝,MS Mincho,MS PMincho,serif;	
	margin: 50px 0 0;
	padding: 0;	
	position: relative;
	z-index: 10;
}






/* ---news--- */
.category-news,
.categoryid-1{
	background-image: url(../img/page/page_news.jpg);
	background-repeat: no-repeat;	
	background-position: top center;
	background-size: 100%;
}


#newslist .newsblog{
	max-width: 1280px;
	padding: 30px 0 0;
	box-sizing: border-box;
	margin: 50px auto 0;
	background-color: rgba(255,255,255,0.5);
}

#newslist .pagination{	
	clear: both;
	width: 100%;
	margin: 20px auto;
	display: flex;
	align-items: stretch;
	justify-content: center;
	text-align: center;
	font-size: 1.6rem;
}
#newslist .pagination a{
	width: 30px;
	padding: 5px;
	color: #666659;
	background-color: #fff;
	border: 1px solid #FF9999;
	transition: 0.3s ease;
	text-decoration: none;
	margin: 0 2px;
}
#newslist .pagination a:hover{
	color: #fff;
	background-color: #FF9999;
}
#newslist .pagination span{
	width: 30px;
	padding: 5px;
	color: #666;
	background-color: #fff;
	transition: 0.3s ease;
	text-decoration: none;
	margin: 0 1px;
}
#newslist .pagination span.current{
	color: #fff;
	background-color: #FF9999;
}
#newslist .pagination a.next,
#newslist .pagination a.prev{
	color: #FF9999;
	font-weight: bold;
	border: 1px solid #FF9999;
}
#newslist .pagination a.next:hover,
#newslist .pagination a.prev:hover{
	color: #fff;
}


/* singleページ用 */
.categoryid-1 .detail{
	max-width: 1280px;
	padding: 30px;
	box-sizing: border-box;
	margin: 50px auto;
	background-color: rgba(255,255,255,0.8);
}
.categoryid-1 .detail .inner{
	width: 960px;
	margin: 50px auto;
}

.categoryid-1 .detail .cate{
	width: 60px;
	height: 28px;
	line-height: 28px;
	background-color: #ff0000;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	z-index: 55;
}
.categoryid-1 .detail  h3{
	font-size: 3rem;
	color: #000;
	font-family: ヒラギノ明朝 Pro,Hiragino Mincho Pro,ＭＳ Ｐ明朝,ＭＳ明朝,MS Mincho,MS PMincho,serif;	
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}
.categoryid-1 .detail .date{
	font-size: 2rem;
	font-family: ヒラギノ明朝 Pro,Hiragino Mincho Pro,ＭＳ Ｐ明朝,ＭＳ明朝,MS Mincho,MS PMincho,serif;	
	margin: 10px auto 0;
}
.categoryid-1 .detail .honbun{
	width: 100%;
	margin: 0 0 30px;
	padding: 10px 0 30px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}

.categoryid-1 .pager{	
	clear: both;
	width: 100%;
	padding: 20px 0 0;
	margin: 20px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.6rem;
}
.categoryid-1 .pager a{
	box-sizing: border-box;
	border: 0;
	width: 100%;
	font-size: 1.3rem;
}
.categoryid-1 .pager .prev,
.categoryid-1 .pager .back,
.categoryid-1 .pager .next{
	border: 1px solid #ccc;
	height: 80px;
	box-sizing: border-box;
	padding: 10px 20px;
	cursor: pointer;
	transition: 0.3s ease;
}
.categoryid-1 .pager .prev:hover,
.categoryid-1 .pager .back:hover,
.categoryid-1 .pager .next:hover{
	background-color: #eee;
}
.categoryid-1 .pager .back{
	width: 130px;
	margin: 0 10px;
	text-align: center;
	line-height: 60px;
}
.categoryid-1 .pager .prev,
.categoryid-1 .pager .next{
	width: calc(50% - 80px);
}
.categoryid-1 .pager .prev div,
.categoryid-1 .pager .next div{
	width: calc(100% - 120px);
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.categoryid-1 .pager .prev a{
	float: left;
	width: 65px;
	line-height: 60px;
	text-align: right;
	margin-right: 30px;
	background-image: url(../img/page/single_prev.png);
	background-repeat: no-repeat;	
	background-position: left center;
}
.categoryid-1 .pager .next a{
	float: right;
	width: 65px;
	line-height: 60px;
	margin-left: 30px;
	background-image: url(../img/page/single_next.png);
	background-repeat: no-repeat;	
	background-position: right center;
}

.categoryid-1 .backnumber{
}
.categoryid-1 .backnumber h3{
	font-size: 2rem;
	color: #000;
	font-family: ヒラギノ明朝 Pro,Hiragino Mincho Pro,ＭＳ Ｐ明朝,ＭＳ明朝,MS Mincho,MS PMincho,serif;	
	font-weight: normal;
	text-align: center;
}
.categoryid-1 .backnumber .latest{
	border: 1px solid #ddd;
	width: 98%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 30px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.9);
}







/* ---blog--- */
.category-blog,
.categoryid-2{
	background-image: url(../img/page/page_blog.jpg);
	background-repeat: no-repeat;	
	background-position: top center;
	background-size: 100%;
}

#bloglist .newsblog{
	max-width: 1280px;
	padding: 30px 0 0;
	box-sizing: border-box;
	margin: 50px auto;
	background-color: rgba(255,255,255,0.5);
}

#bloglist .pagination{	
	clear: both;
	width: 100%;
	margin: 20px auto;
	display: flex;
	align-items: stretch;
	justify-content: center;
	text-align: center;
	font-size: 1.6rem;
}
#bloglist .pagination a{
	width: 30px;
	padding: 5px;
	color: #846EBF;
	background-color: #fff;
	border: 1px solid #846EBF;
	transition: 0.3s ease;
	text-decoration: none;
	margin: 0 2px;
}
#bloglist .pagination a:hover{
	color: #fff;
	background-color: #846EBF;
}
#bloglist .pagination span{
	width: 30px;
	padding: 5px;
	color: #666;
	background-color: #fff;
	transition: 0.3s ease;
	text-decoration: none;
	margin: 0 1px;
}
#bloglist .pagination span.current{
	color: #fff;
	background-color: #846EBF;
}
#bloglist .pagination a.next,
#bloglist .pagination a.prev{
	color: #846EBF;
	font-weight: bold;
	border: 1px solid #846EBF;
}
#bloglist .pagination a.next:hover,
#bloglist .pagination a.prev:hover{
	color: #fff;
}

/* singleページ用 */
.categoryid-2 .detail{
	max-width: 1280px;
	padding: 30px;
	box-sizing: border-box;
	margin: 50px auto;
	background-color: rgba(255,255,255,0.8);
}
.categoryid-2 .detail .inner{
	width: 960px;
	margin: 50px auto;
}

.categoryid-2 .detail .cate{
	width: 60px;
	height: 28px;
	line-height: 28px;
	background-color: #846EBF;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	z-index: 55;
}
.categoryid-2 .detail  h3{
	font-size: 3rem;
	color: #000;
	font-family: ヒラギノ明朝 Pro,Hiragino Mincho Pro,ＭＳ Ｐ明朝,ＭＳ明朝,MS Mincho,MS PMincho,serif;	
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}
.categoryid-2 .detail .date{
	font-size: 2rem;
	font-family: ヒラギノ明朝 Pro,Hiragino Mincho Pro,ＭＳ Ｐ明朝,ＭＳ明朝,MS Mincho,MS PMincho,serif;	
	margin: 10px auto 0;
}
.categoryid-2 .detail .honbun{
	width: 100%;
	margin: 0 0 30px;
	padding: 10px 0 30px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}

.categoryid-2 .pager{	
	clear: both;
	width: 100%;
	padding: 20px 0 0;
	margin: 20px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.6rem;
}
.categoryid-2 .pager a{
	box-sizing: border-box;
	border: 0;
	width: 100%;
	font-size: 1.3rem;
}
.categoryid-2 .pager .prev,
.categoryid-2 .pager .back,
.categoryid-2 .pager .next{
	border: 1px solid #ccc;
	height: 80px;
	box-sizing: border-box;
	padding: 10px 20px;
	cursor: pointer;
	transition: 0.3s ease;
}
.categoryid-2 .pager .prev:hover,
.categoryid-2 .pager .back:hover,
.categoryid-2 .pager .next:hover{
	background-color: #eee;
}
.categoryid-2 .pager .back{
	width: 130px;
	margin: 0 10px;
	text-align: center;
	line-height: 60px;
}
.categoryid-2 .pager .prev,
.categoryid-2 .pager .next{
	width: calc(50% - 80px);
}
.categoryid-2 .pager .prev div,
.categoryid-2 .pager .next div{
	width: calc(100% - 120px);
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.categoryid-2 .pager .prev a{
	float: left;
	width: 65px;
	line-height: 60px;
	text-align: right;
	margin-right: 30px;
	background-image: url(../img/page/single_prev.png);
	background-repeat: no-repeat;	
	background-position: left center;
}
.categoryid-2 .pager .next a{
	float: right;
	width: 65px;
	line-height: 60px;
	margin-left: 30px;
	background-image: url(../img/page/single_next.png);
	background-repeat: no-repeat;	
	background-position: right center;
}

.categoryid-2 .backnumber{
}
.categoryid-2 .backnumber h3{
	font-size: 2rem;
	color: #000;
	font-family: ヒラギノ明朝 Pro,Hiragino Mincho Pro,ＭＳ Ｐ明朝,ＭＳ明朝,MS Mincho,MS PMincho,serif;	
	font-weight: normal;
	text-align: center;
}
.categoryid-2 .backnumber .latest{
	border: 1px solid #ddd;
	width: 98%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 30px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.9);
}









/* ---blog/news single--- */
.single img{
	max-width: 100%;
}

.pager .prev:empty,
.pager .next:empty{
    pointer-events: none;
}


/* ---error--- */
.error404{
}
.error404 #p_header{
	background-image: url(../img/page/page_company.jpg);
	background-repeat: no-repeat;	
	background-size: cover;
}
.error{
	width: 90%;
	max-width: 1024px;
	padding: 0;
	margin: 0 auto;
}








/* ---商品画像拡大--- */

.sub {
/*	overflow: hidden;　/*拡大時にはみ出た部分を隠す*/
}
.sub img {
	display: block;
	transition-duration: 0.4s;	/*変化に掛かる時間*/
}
.sub img:hover {
	transform: scale(1.8);	/*画像の拡大率*/
	transition-duration: 0.4s;	/*変化に掛かる時間*/
}





}