/* General Style */
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');
@import url('https://use.fontawesome.com/releases/v5.6.4/css/all.css');

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

body {
    font-family: "PT Sans", Calibri, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐ ゴシック", sans-serif;
    font-size: 12px;
  	line-height: 1.4;
  	color: #000;
  	background-color: #e9e9e9;
    -webkit-font-smoothing: antialiased;
}
.row {
  max-width: 1280px;
}
a {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover, a:active {
	color: #333;
	text-decoration: underline;
}
img {
	border: none;
}
a img:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
li{
	list-style-type: none;
}

button{
    background:none;
    cursor:pointer;
	border-style: none;
	margin-right: 5px;
	margin-left: 5px;
	outline: none;
}
button:hover{
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;	
}

/*//////////////////////*/
.container {
	width: 100%;
	position: relative;
	overflow: hidden;
  	background-color: #e9e9e9;
	z-index: 5;
}



.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}

.content-wrapper {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 7px 10px;
}

.content-light-gray{
	background-color: #eee;
	color: #333;
	padding-bottom: 10px;
	margin-bottom: 0;
}
.content-light-gray-icon{
	background-color: #eee;
	color: #333;
	padding-bottom: 0px;
	margin-bottom: 0;
}
.content-gray{
	background-color: #e5e5e5;
	color: #fff;
	padding-bottom: 20px;
	margin-bottom: 0;
}
.content-white{
  	background-color: #e9e9e9;
	color: #333;
	padding-bottom: 20px;
	margin-bottom: 0;
}
.loading{
	width: 100%;
}
.loading img{
	width: 100%;
}
.text-centre{
	text-align: center;
	position: relative;
}
.text-centre-pic{
	text-align: center;
	position: relative;
}
.text-centre-pic img{
	width: 100%;
}
/*----- text -----*/
.text-lr{
	padding-top: 45px;
	width: 100%;
	float: left;
	padding-bottom: 110px;
}
.text-pic-lr{
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 75px;
}
.text-l{
	float: left;
	width: 50%;
}
.text-r{
	width: 50%;
	float: right;
}
.right-text-en{
	text-align: right;
	line-height: 21px;
	padding-right: 10px;
	font-size: 13.3px;
}
.left-text{
	font-size: 11px;
	line-height: 21px;
	padding-left: 10px;
	text-align: left;
}
.text-l-30{
	float: left;
	width: 30%;
	padding-top: 10px;
}
.pic-r-70{
	width: 70%;
	float: right;
}
.text-r-30, .text-r-30-top{
	float: right;
	width: 30%;
	padding-top: 10px;
}
.pic-l-70, .pic-l-70-top{
	width: 70%;
	float: left;
}
.text-l-50, .pic-l-50, .text-r-50, .pic-r-50{
	width: 50%;
	float: left;
}

.pic-r-70 a img, .pic-l-70 a img, .pic-l-70-top a img{
	width: 100%;
	}
.pic-r-50 a img, .pic-l-50 a img{
	width: 90%;
	}
.pic-icon{
	width: 100%;
}
.pic-icon img{
	width: 50px;
}
.item-text-en{
	padding: 15px 8% 5px;
	text-align: left;
	font-size: 13.5px;
}
.item-text-jp{
	padding: 10px 8%;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
}
.item-menu{
	padding-top: 45px;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 30px;
	text-align: left;
	padding-left: 8%;
}
.arrow-icon{
	width: 13px;
	height: 13px;
	margin-right: 14px;
	padding-top: 4px;
}
/*----- pic-btn -----*/
.warning-text{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	margin-left: 20px;
	margin-top: 2px;
}
.text-bk{
	color: #333;
}

.pic-btn{
	width: 40%;
	color: #333;
	margin-top: 30px;
	font-size: 14px;
	position: relative;
	display: block;
	border: 2px solid #fff;
	left: 30%;

}
.pic-btn:hover{
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
	border: 2px solid #eee;
}
.text-u-pic{
	position: absolute;
	margin-top: 55%;
	width: 100%;
}
/*----- contents -----*/
.contents-area{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	display: block;
}
.content-centre{
	width: 100%;
	text-align: center;
	padding-top: 10%;
	float: left;
	padding-bottom: 20%;
	background-color: rgba(0,0,0,0.1);
	font-size: 14px;
}
.content-title {
	width: 100%;
	font-size: 6em;
	margin-top: 100px;
	margin-bottom: 50px;
	line-height: 36px;
	white-space:nowrap;
	text-align: center;
	font-weight: bold;
}
.content-title-right{
	width: 100%;
	font-size: 7em;
	margin-top: 100px;
	margin-bottom: 50px;
	line-height: 46px;
	white-space:nowrap;
	margin-left: 50px;
	text-align: center;
}

.content-title-jp{
	width: 100%;
	font-size: 1.8em;
	margin-bottom: 50px;
	line-height: 46px;
	font-weight: normal;
	text-align: center;
	padding-right: 5%;
	padding-left: 5%;
}
.content-title-jp-right{
	width: 100%;
	font-size: 1.8em;
	margin-bottom: 100px;
	line-height: 46px;
	font-weight: normal;
	margin-left: 30px;
	text-align: right;
}
.content-title-c{
	width: 100%;
	font-size: 10em;
	margin-top: 100px;
	margin-bottom: 50px;
	line-height: 46px;
	font-weight: normal;
	white-space:nowrap;
	text-align: center;
}
.content-title-c p{
	font-size: .5em;
	line-height: 1.5em;
}
.content-title-jp-c{
	width: 100%;
	font-size: 1.4em;
	margin-bottom: 100px;
	line-height: 1.8em;
	font-weight: normal;
	text-align: center;
}
.content-text-area{
	background-color: #000;
	color: #FFF;
	padding: 50px 8%;
	float: left;
	width: 100%;
	font-size: 1.3em;
	line-height: 1.8em;
}
.about-title{
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 1.8em;
}

.img-wrapper{
	width: 100%;
	float: left;
	position: relative;
	margin-top: -2px;
}
.img-wrapper-bk{
	width: 100%;
	height: 100%;
	float: left;
	background-color: #000;
}
.img-wrapper img{
	width: 100%;
	vertical-align: bottom;
}
.img-wrapper-bk img{
	width: 100%;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	vertical-align: bottom;

}
.contact-num{
	font-size: 32px;
	font-weight: bold;
}
/*----- fade -----*/
.fade-up {
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}
/*----- cat -----*/
.cat-block-down{
	width: 100%;
	float: left;
}
.cat-block-down ul{
	margin-left: 0;
}

.pic3 li{
	display: table-cell;

}
.pic3 li img{
	width: 100%;
}

/* PIC MENU */
.figure {
position: relative;
overflow: hidden;
}

figcaption {
  position: absolute;

  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
  bottom: 0;
  text-align: center;
}
figcaption h3{

  -webkit-transition: .3s;
  transition: .3s;
}
figcaption p {

  -webkit-transition: .3s;
  transition: .3s;
}
figcaption h3 {
  color: #FFF;
  font-size: 3.5em;
  margin-top: 100px;
  letter-spacing: 2px;
}
figcaption p {
  color: #FFF;
  font-size: 1.2em;
  letter-spacing: 1px;
  margin-top: 5px;
}
.figure:hover figcaption {
  opacity: 1;
  background: rgba(0,0,0,0.3);
}
.figure:hover figcaption h3{
	margin-top: 80px;
}
.act-item:hover h3 {
  top: -5%;
}
.figure:hover figcaption h3 {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.figure:hover figcaption p {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.act-item:hover .act-mask h3{
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
/*----- mask -----*/
.top-mask{
	width: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	color: #FFF;
	z-index: 2;
	position: absolute;
	padding-left: 5%;
	padding-right: 5%;
	height: 100%;
	float: left;
	bottom: 0;
}
.top-mask-text{
	width: 90%;
	color: #FFF;
	position: absolute;
	bottom:25%;
	font-size: 3em;
	font-weight: bold;
}
.our-mask-text{
	width: 100%;
	color: #FFF;
	position: absolute;
	font-size: 1em;
	top: 0;
}
.mask-title{
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 5px;
	text-align: center;
}
.mask-title-sp{
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 50px;
	font-size: 1.8em;
}
.mask-text{
	line-height: 1.4em;
	text-align: left;
	font-size: .5em;
	font-weight: normal;
	font-style: normal;
}
.mask-text-left{
	float: left;
	width: 100%;

	padding-right: 10%;
	padding-left: 5%;
	font-size: 1.4em;
	line-height: 1.7em;
	padding-top: 20%;
}
.mask-text-right{
	width: 42%;
	text-align: left;
	font-size: 1.4em;
	letter-spacing: 1px;
	float: right;
	padding-top: 6%;
	line-height: 1.6em;
}
.big-num{
	font-size: 8em;
	line-height: 1em;
	letter-spacing: 0;
}
.products-area{
	width: 100%;
}
.products-area-block {
	width: 50%;
	float: left;
}
.products-area-block img{
	width: 90%;
	float: left;
	border-radius: 2%;
	margin-right: 5%;
	margin-left: 5%;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.product-mask-title {
	position: absolute;
	font-size: 3em;
	color: #000;
	padding-top: 15%;
	padding-left: 50px;
	z-index: 1;
}
.product-mask-text {
	position: absolute;
	font-size: 1.5em;
	color: #000;
	padding-top: 20%;
	padding-left: 50px;
	z-index: 1;
}
.products-area-btn {
	width: 100%;
	font-size: 1.5em;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 5px;
	float: left;
}
.box-cat a:hover {
	background-color: #e88238;
	border: 1px solid #e88238;
}
.box-cat a, .box-cat span{
	color: #FFF;
	padding: 10px 30px;
	border: 1px solid #666;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	margin-left: auto;
	background-color: #666;
	margin-right: auto;
}
.box-cat a:hover{
	text-decoration: none!important;
}
.smp-br {
	display: block;
}
@media (max-width: 1350px) {
	.content-title-right{
	margin-left: -50px;
	}
	.content-title-jp-right{
	margin-left: -80px;
	}
}
@media (max-width: 1200px) {

	.mask-text-right{
	width: 40%;
	font-size: 1.3em;
	letter-spacing: 1px;
	float: left;
	}

	.big-num{
	font-size: 6.5em;
	}
}

@media (max-width: 1024px) {
	figcaption h3 {
		font-size: 3.3em;
		margin-top: 80px;
	}
	.mask-title-sp{
	font-size: 1.4em;
	margin-bottom: 30px;
	}
	.mask-text-left, .mask-text-right{
	line-height: 1.5em;
	font-size: 1.2em;
	}

	.text-ex{
		display: none;
	}
	.top-mask{
	padding-top: 4%;
	padding-left: 5%;
	padding-right: 5%;
	}

	.product-mask-text {
	padding-top: 22%;

	}

}

@media (max-width: 890px) {
	figcaption h3 {
		margin-top: 60px;
	}
	figcaption p {
		margin-top: 0;
	}
	.top-mask{
	padding-left: 6%;
	padding-right: 6%;
	}
	.mask-text-left{
	font-size: 1.1em;
	}
	.mask-text-right{
	padding-top: 5%;
	font-size: 1.1em;
	}
	.big-num{
	font-size: 6em;
	}
}
@media (max-width: 768px) {
	.content-title, .content-title-right{
	margin-top: 50px;
	margin-bottom: 25px;
	}
	.content-title-jp, .content-title-jp-right{

	margin-bottom: 50px;
	line-height: 1.6em;
	font-size: 1.4em;
	margin-top: 40px;
	}
	.content-title-right, .content-title-jp-right{
	text-align: left;
	margin-left: 15px;		
	}
	figcaption h3 {
		font-size: 2.8em;
		margin-top: 50px;
	}
	figcaption p {
		font-size: 1.2em;
		letter-spacing: 0;
	}
	.content-text-area{
	font-size: 1.2em;
	}
	.top-mask{
	padding-top: 2%;
	padding-left: 4%;
	padding-right: 4%;
	}
	.mask-text{
	line-height: 1.4em;
	text-align: left;
	font-size: .6em;
	}
	.mask-text-left{
	width: 100%;
	padding-top: 5%;
	line-height: 1.4em;

	}
	.mask-text-right{
	width: 45%;
	padding-top: 5%;
	line-height: 1.4em;
	float: right;
	}
	.big-num{
	font-size: 5em;
	}
	.smp-br {
	display: none;
	}
}
@media (max-width: 680px) {
	.content-title,.content-title-right{
	margin-top: 50px;
	margin-bottom: 25px;
	}
	.content-title-jp, .content-title-jp-right{
	margin-bottom: 50px;
	padding-right: 35px;
	}
	.content-title-right, .content-title-jp-right{
	text-align: left;
	margin-left: 15px;		
	}
	.our-mask-text{
	position: relative;
	padding-bottom: 30px;
	padding-right: 2%;
	}
	.mask-text-left{
	padding-top: 6%;
	line-height: 1.5em;
	font-size: 1.2em;
	}
	.mask-text-right{
	padding-top: 5%;
	line-height: 1.5em;
	font-size: 1.2em;
	}
	.big-num{
	font-size: 4em;
	}
	figcaption h3 {
		font-size: 2.4em;
	}
	figcaption p {
		font-size: 1.1em;
	}
	.product-mask-title {

	padding-top: 13%;
	padding-left: 30px;

	}
	.product-mask-text {
	font-size: 1.2em;
	padding-left: 30px;
	}

}
@media (max-width: 580px) {
	.mask-title-sp{
	margin-bottom: 20px;
	}
	.mask-text-left{
	width: 100%;
	padding-left: 10%;
	font-size: 1.2em;
	line-height: 1.6em;
	}
	.mask-text-right{
	width: 100%;
	padding-left: 10%;
	padding-bottom: 5%;
	font-size: 1.2em;
	line-height: 1.6em;
	}
	.big-num{
	font-size: 5em;
	}
	.product-mask-title {
	font-size: 2.2em;
	padding-top: 13%;
	padding-left: 20px;

	}
	.product-mask-text {
	font-size: 1.1em;
	padding-left: 20px;
	}
	.content-title-jp-c {
	font-size: 1.2em;
	line-height: 1.6em;	
	}
}

@media (max-width: 480px) {

	.content-title,.content-title-right{
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 4em;
	}
	.content-title-jp, .content-title-jp-right{
	margin-bottom: 30px;
	}
	.content-title-right, .content-title-jp-right{
	text-align: left;
	margin-left: 15px;		
	}
	.pic3 li{
	width: 50%;
	display: block;
	float: left;
	border: 1px solid #fff;
	}
	figcaption h3 {
		margin-top: 80px;
	}
	.mask-text-left{
	width: 100%;
	padding-left: 10%;
	font-size: 1.2em;
	line-height: 1.6em;
	}
	.mask-text-right{
	width: 100%;
	padding-left: 10%;
	padding-bottom: 5%;
	font-size: 1.2em;
	line-height: 1.6em;
	}
	.big-num{
	font-size: 5em;
	}
	.product-mask-title {
	font-size: 2.2em;
	padding-top: 10%;
	padding-left: 15px;

	}
	.product-mask-text {
	width: 45%;
	font-size: 1em;
	padding-left: 15px;
	}
}
@media (max-width: 380px) {
	figcaption h3 {
		margin-top: 50px;
	}

}
/*----- activities -----*/
.act-block{
	width: 100%;
	background-color: rgba(0,0,0,0.85);
	float: left;
}
.act-block-works{
	width: 100%;
	float: left;
	margin-bottom: 50px;
}
.act-block-up{
	width: 100%;
}
.act-block-down{
	width: 100%;
}
.act-up-left{
	width: 50%;
	float: left;

	padding-top: 8%;
	color: #FFF;
}
.act-up-right{
	width: 50%;
	float: left;
}

.act-title{
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 2%;
	text-align: center;
}
.act-text{
	text-align: center;
}

.act-item{
	width: 100%;
	float: left;
	position: relative;
}
.act-works .act-item{
	margin-bottom: 20px;
}
.act-item:before{
	content:"";
    display: block;
    padding-top: 100%;
}
.act-item-content{
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
	
}
.act-item img{
	width: 100%;
	vertical-align: bottom;
}
.act-up-right .act-item{
	width: 50%;
}
.act4 .act-item, .act-works .act-item{
	width: 25%;
}
.act-mask-title {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
	bottom: 0;
	color: #FFF;
	text-align: center;
	padding-top: 30%;
}
.act-mask-title h2{
	font-size: 3em;
	letter-spacing: 1px;
}
.act-mask {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 20%;
  background: rgba(0,0,0,0.5);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
	bottom: 0;
}
.act-mask h3 {

	color: #FFF;
	font-size: 1.3em;
	position: absolute;
	text-align: center;
	width: 100%;
	padding: 10px;
	line-height: 1.5em;
	font-weight: normal;
	font-style: normal;
}
.act-mask-title:hover{
	filter:alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}

@media (max-width: 890px) {
	.act-mask {
  	height: 25%;

	}
	.act-mask h3 {
	letter-spacing: 0;
	}
	.act-mask-title h2{
	font-size: 2.5em;
	}
}
@media (max-width: 768px) {
	.act-mask {
  	height: 20%;

	}
	.act-mask h3 {
	font-size: 1.3em;
	}
	.act-mask-title h2{
	font-size: 3em;
	}
	.act-up-left{
	width: 100%;
	padding-bottom: 8%;
	}
	.act-up-right{
	width: 100%;
	}
	.act4 .act-item, .act-works .act-item{
	width: 50%;
	}
	.top-mask-text{
	bottom:35%;
	font-size: 2.5em;
	}
}
@media (max-width: 480px) {
	.top-mask-text{
	bottom:35%;
	font-size: 2.2em;
	}
	.act-mask {
  	height: 25%;
	}
	.act-mask h3 {
	font-size: 1.2em;
	line-height: 1.3em;
	}
	.act-mask-title h2{
	font-size: 2.5em;
	}
	.act-up-left{
	width: 100%;
	padding-bottom: 8%;
	}
	.act-up-right{
	width: 100%;
	}
	.act4 .act-item, .act-works .act-item{
	width: 50%;
	}
	#footer ul li {
		float: left;
	}
}
@media (max-width: 380px) {
	.act-mask-title h2{
	font-size: 2.2em;
	}


}
/*----- order -----*/
.btn-area-img{
	width:100%;
	margin-top: 30px;
	margin-bottom: 50px;
}
.btn-area{
	width:100%;
	z-index: 99;
	bottom: 0;
	left: 0;
	padding: 15px 20px 10px;
}
.btn-area-select{
	width:100%;
	margin-top: 30px;
	margin-bottom: 50px;
}
.btn-area-left{
	width:40%;
	float: left;
	text-align: right;
}
.btn-area-right{
	width:60%;
	float: right;
	text-align: center;
}
.btn-area-centre{
	width:100%;
	text-align: center;
}
.back-btn {
  cursor: pointer;
  background: #cccccc;

  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
  letter-spacing: 1px;
}

.back-btn:hover {
  background: #dedede;
  background-image: -webkit-linear-gradient(top, #dedede, #cccccc);
  background-image: -moz-linear-gradient(top, #dedede, #cccccc);
  background-image: -ms-linear-gradient(top, #dedede, #cccccc);
  background-image: -o-linear-gradient(top, #dedede, #cccccc);
  background-image: linear-gradient(to bottom, #dedede, #cccccc);
  text-decoration: none;
	border: 1px solid #cccccc;
}

.send-btn {
  cursor: pointer;
  background: #000;
 
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border: 1px solid #000;
  border-radius: 3px;
  color: #ffffff;
  font-size: 2em;
  padding: 10px 50px 10px 50px;
  text-decoration: none;
  letter-spacing: 1px;
}

.send-btn:hover {
  background: #000;
  background-image: -webkit-linear-gradient(top, #000, #333);
  background-image: -moz-linear-gradient(top, #000, #333);
  background-image: -ms-linear-gradient(top, #000, #333);
  background-image: -o-linear-gradient(top, #000, #333);
  background-image: linear-gradient(to bottom, #000, #333);
  text-decoration: none;
	border: 1px solid #333;
}

.download-btn {
  cursor: pointer;
  background: #0059a8;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 45px 10px 45px;
  text-decoration: none;
  letter-spacing: 1px;
	margin-top: -6px;
	font-weight: bold;
}

.download-btn:hover {
  background: #0059a8;
  background-image: -webkit-linear-gradient(top, #0059a8, #00427e);
  background-image: -moz-linear-gradient(top, #0059a8, #00427e);
  background-image: -ms-linear-gradient(top, #0059a8, #00427e);
  background-image: -o-linear-gradient(top, #0059a8, #00427e);
  background-image: linear-gradient(to bottom, #0059a8, #00427e);
  text-decoration: none;
	border: 1px solid #5698d4;
}
.go-top-btn {
  cursor: pointer;
  background: #7d7d7d;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  padding: 7px 25px 7px 25px;
  text-decoration: none;
  letter-spacing: 1px;
}

.go-top-btn:hover {
  background: #adadad;
  background-image: -webkit-linear-gradient(top, #adadad, #9c9c9c);
  background-image: -moz-linear-gradient(top, #adadad, #9c9c9c);
  background-image: -ms-linear-gradient(top, #adadad, #9c9c9c);
  background-image: -o-linear-gradient(top, #adadad, #9c9c9c);
  background-image: linear-gradient(to bottom, #adadad, #9c9c9c);
  text-decoration: none;
	border: 1px solid #9c9c9c;
}

/*----- form -----*/


input[type="text"]{
border: 1px solid #ccc;
padding:7px;
color:#333;
margin: 0;

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;	
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
font: 1.3em Arial, sans-serif;

}

input[type=checkbox] {

    margin-right: 10px;
}



textarea {
border:0;
padding:10px;
color:#333;
border: 1px solid #ccc;

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;	
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	font: 1.3em Arial, sans-serif;
	margin: 2px 0 0;
}
/*----- select-----*/
select {
	width: 150px;
	height: 36px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #333;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 30px 3px 10px;
	font-size: 14px;
	background: #fff url(../images/arrow_d.png) no-repeat right 50%;
	background-size: 20px, 100%;
}
#qt1 {
	font-size: 12px;
	margin-top: -2px;
}

/*----- page-top -----*/
#page-top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 75px;
  background: #333;
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  border-radius:2px;
  z-index: 999;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#page-top:hover{
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;

}
#page-top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page-top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
content: '\f0d8';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*----- footer -----*/
.text-n11{
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}
.text-n12{
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
.text-n14{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}
.text-n16{
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}
.text-n18{
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
}
.text-n21{
	font-size: 21px;
	font-weight: normal;
	font-style: normal;
}
.text-n24{
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
}

.text-b12{
	font-size: 12px;
	font-weight: bold;
}
.text-b14{
	font-size: 14px;
	font-weight: bold;
}
.text-b16{
	font-size: 16px;
	font-weight: bold;
}
.text-b18{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}
.text-b21{
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 1px;
}
.text-b24{
	font-size: 24px;
	font-weight: bold;
}
/*----- self -----*/
.text-s21{
	font: italic 19px "Times New Roman", Times, serif;
	letter-spacing: 2px;
}
.text-s24{
	font: italic 24px "Times New Roman", Times, serif;
}

/*----- facebook -----*/

.facebook-wrapper {
	max-width: 1024px;
	margin: 0 auto;
}
.facebook-wrapper > .fb-page {
    width: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}
/*----- instagram -----*/
.insta-title{
	text-align: center;
	position: relative;
	font-size: 30px;
	color: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
}
#instafeed{
	width:100%;
	height: auto;
	overflow: auto;

}
ul#instafeed li{
	display: inline;
	margin-right: 10px;
	margin-left: 5px;
}
ul#instafeed li img{
	width: 23%;
}
/*----- footer -----*/
.nav {
  padding-left: 0;
  margin-bottom: 50px;
  list-style: none;
}
.nav > li {
	position: relative;
	display: inline;
	margin-right: 60px;
}
.nav > li:last-child {
	margin-right: 0;
}
.sub-menuItem{
	font-size: 14px;

}
.sub-menuItem a:link, .sub-menuItem a:visited{
	color: #eee;
}
.sub-menuItem a:hover{
	color: #fff;
}
#footer {
	width: 100%;
	clear: both;
	text-align: left;
	background-color: #000;
	color: #fff;
	font-size: 10px;
	background-image: none;
	margin-top: 70px;
	padding: 40px 5% 20px;
}
.footer-menuItem{
color: #FFF;
font-size: 1.4em;
}
.footer-menuItem a:link, .footer-menuItem a:visited{
	color: #eee;
}
.footer-menuItem a:hover{
	color: #fff;
}
.footer-title {
	letter-spacing: 2px;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
}
.footer-sub-title {
	letter-spacing: 2px;
	font-weight: normal;
	font-style: normal;
	font-size: 1.5em;	
}
.copy-info{
	letter-spacing: 1px;
	font-size: 11px;
	color: #FFF;
	text-align: center;
}
@media (max-width: 480px) {
	.nav {
		float: left;
	}
	.footer-menuItem{
	float: left;
	width: 100%;
	margin-bottom: 10px;
	}

}

/* margin */
.mar_r_1p { margin-right: 1%; }
.mar_b_1p { margin-bottom: 1%; }
.mar_b_2p { margin-bottom: 2%; }
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_15 { margin-top: 15px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_b_15 { margin-bottom: 15px; }
.mar_l_20 { margin-left: 20px; }
.mar_l_20p { margin-left: 20%; }
.mar_l_25 { margin-left: 25px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_25 { margin-bottom: 25px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_l_30p { margin-left: 30%; }
.mar_t_45 { margin-top: 45px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_45 { margin-bottom: 45px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

.mar_t_20_5 { margin-top: 20px; }
.mar_t_100 { margin-top: 100px; }
.mar_t_200 { margin-top: 200px; }
/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_l_10p { padding-left: 10%; }
.pad_l_15 { padding-left: 15px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_l_25 { padding-left: 25px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }
.pad_l_35 { padding-left: 35px; }
.pad_l_40 { padding-left: 40px; }
.pad_l_50 { padding-left: 50px; }
.pad_t_100 { padding-top: 100px; }
.text-centre{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
img.gray {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}
img.gray:hover {
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
-ms-filter: grayscale(0);
-o-filter: grayscale(0);
filter: grayscale(0);
filter:alpha(opacity=100)!important;
-moz-opacity: 1!important;
opacity: 1!important;
}
/* pop-up */
#popup {
	display: none;
}
.pop-area{
	width: 180px;
	height: 50px;
	border-radius: 3%;

	position: fixed;
	color: #FFF;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
	font-size: 1.2em;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	right: 15px;
	bottom: 150px;
	z-index: 999;
	text-align: center;
	background-color: #272727;
	border: 1px solid #FFF;
}
.pop-area:hover{
	background-color: rgba(127, 127, 127, 0.9);
}
.pop-area:hover .pop-btn{
	background-color: rgba(255, 255, 255, .9);
}

/*----- table -----*/
.about-area {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
table{
	width: 100%;
}
.about-table {
	font-size: 1.2em;
}
.td20-h{
	height: 50px;
	width: 30%;
	background-color: #dbdbdb;
	text-align: center;
}

.td20-c{
	color: #000;
	padding: 10px;
	background-color: #ffffff;
}
.td20-hs{
	height: 50px;
	text-align: center;
	color: #fff;
	width: 30%;
	background-color: #aaa;
}

.td20-cs{
	
	padding: 10px 10px 10px 25px;
	background-color: #eee;
	color: #000;
}
#info-bar {
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 99;
	padding: 10px;
	color: #ccc;
	text-align: center;
	font-size: 1.2em;
}
#info-bar a{
	color: #eee;
}
#info-bar a:hover{
	color: #fff;
	text-decoration: underline;
}
#ar-btn, #cp-btn, #pr-btn, #cg-btn {
	cursor:pointer;
}
#service-top {
	min-height: 240px;
}
#service-cg, #service-previz, #service-composite, #service-ar {
	display: none;
	min-height: 240px;
}
.contact-title{
	width: 100%;
	font-size: 10em;
	margin-top: 80px;
	margin-bottom: 50px;
	line-height: 46px;
	font-weight: normal;
	white-space:nowrap;
}
.contact-title-jp{
	width: 100%;
	font-size: 1.8em;
	margin-bottom: 100px;
	line-height: 46px;
	font-weight: normal;
}
*----- form -----*/


input[type="text"]{
border: 1px solid #ccc;
padding:15px;
color:#333;
margin: 0;

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;	
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
font: 1.3em Arial, sans-serif;

}

input[type=checkbox] {
    margin-right: 10px;
}
textarea {
border:0;
padding:15px;
color:#333;
border: 1px solid #ccc;

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;	
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	font: 1.3em Arial, sans-serif;
	margin: 2px 0 0;
}
/*----- select-----*/
select {
	width: 150px;
	height: 36px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #333;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 30px 3px 10px;
	font-size: 14px;
	background: #fff url(../images/arrow_d.png) no-repeat right 50%;
	background-size: 20px, 100%;
}
.form-title{
	letter-spacing: 1px;
	margin-top: 15px;
	font-size: 1.7em;
}
.form-btn{
	text-align: center;
}
.emphasis-f {
	font-weight: bold;
	font-size: .7em;
	padding-left: 15px;
}
.msg-text {
	font-size: .7em;
	padding-left: 15px;
}
.content-area{
	padding: 50px 8%;
	float: left;
	width: 100%;
	font-size: 1.3em;
	line-height: 1.8em;
}