@charset "utf-8";

/*----------------------------------------------------
	共通
----------------------------------------------------*/
html {
		margin:0;
		padding: 0;
}
body {
		width:100%;
		margin:0;
		padding: 50px 0 0 0;
	font-family: "Noto Sans Japanese";
}
#wrapper {
		width:100%;
		margin:0;
		padding: 0;
	}

#page{
	text-align: center;
}

@media only screen and (max-width: 480px) {
h1{
	background:url(../img/common/logo.gif) no-repeat center;
	background-size:35% auto;
	height: 100px;
	width: 100%;
	text-indent:-9999px;
	margin:0 auto 20px;
	padding: 0;
}
}

#contents{
	padding: 0 20px 0 20px;
}

footer#globalFooter {
	background:#000;
	padding:20px 0;
	margin: 0;
	text-align:center;
	width: 100%;
}

p.copyright {
	text-align: center;
	font-family: 'Karla', sans-serif;
	margin:0;
	padding: 0;
	color:#FFFFFF;
	font-size: 90%;
}

.pageTop {
	margin: 0 0 20px 0;
	text-align: right;
	padding:0;
	width: 100%;
}

.pc { display: none;}

#hdlink{
	margin: 0;
	padding: 0;
	text-align: left;
	padding: 0 20px;
}

#hdlink li{
	list-style:none;
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 36px;
}

#gmenu12, #gmenu13{
	margin-right: 20px !important;
}

.redtxt{
	color:#CC0000;
}

/*----------------------------------------------------
	INDEX
----------------------------------------------------*/

body#index h2{
	font-family: 'Karla', sans-serif;
	font-weight: bold;
	font-size: 20px;
}

#mainimg{
	margin: 0;
	padding: 0;
}

.index_img img{
	max-width: 100% !important;
	margin-bottom:30px;
	height: auto;
}

/*----------------------------------------------------
	ABOUT
----------------------------------------------------*/

#aboutlink_en, #aboutlink_jp{
	text-align: right;
	width: 100%;
	margin-bottom: 15px;
	font-family: 'Nunito Sans', sans-serif;
}

#aboutarea h2{
	font-family: 'Karla', sans-serif;
	font-weight: bold;
	font-size: 20px;
}

#lfbox02, #rtbox02, #lfbox03{
	margin-bottom: 20px;
	overflow: hidden;
	clear: both;
}

#page img{
	max-width:90%;
}

/*----------------------------------------------------
	PRODUCTS
----------------------------------------------------*/

.clear p{
	margin-bottom: 50px;
}

body#products h2{
	font-family: 'Karla', sans-serif;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 50px;
}

/*----------------------------------------------------
	CONTACT
----------------------------------------------------*/

body#contact h2{
	font-family: 'Karla', sans-serif;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 50px;
}

body#contact h3{
	margin-bottom: 30px;
	
}

.contact_txtarea{
	margin-bottom: 50px;
}

input[type="text"],
textarea{
	max-width: 100%;
	padding: 0.8em;
    outline: none;
    border: 1px solid #999;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 16px;
	box-shadow: 0;
}

body#contact dl{
	margin: 0;
	padding: 0 20px;
}

body#contact dt{
	margin: 0;
	padding: 0;
	max-width: 90%;
}

body#contact dd{
	margin: 0 0 20px 0;
	padding: 0;
	max-width: 90%;
}

#btn_submit{
	background:url(../img/contact/btn_send.gif) no-repeat;
	width:102px;
	height:32px;
	border:0;
	text-indent:-9999px;
	outline:none;
}
#btn_reset{
	background:url(../img/contact/btn_reset.gif) no-repeat;
	width:102px;
	height:32px;
	border:0;
	text-indent:-9999px;
	outline:none;
}
#btn_end{
	background:url(../img/contact/btn_send.gif) no-repeat;
	width:102px;
	height:32px;
	border:0;
	text-indent:-9999px;
	outline:none;
}
#btn_return{
	background:url(../img/contact/btn_back.gif) no-repeat;
	width:102px;
	height:32px;
	border:0;
	text-indent:-9999px;
	outline:none;
}

body#contact table{
margin-bottom:20px;
}
body#contact tr{
	padding-bottom:3px;
	margin-bottom:10px;
}
body#contact td{
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom:10px;
	border-bottom:dotted 1px #CCCCCC;
}

/*----------------------------------------------------
	共通 template
----------------------------------------------------*/
.wrap_gm {
	width: 100%;
/*	height: 100vh; */
	text-align: center;
	font-size: 13px;
	/* background: -webkit-linear-gradient(45deg, #7be7d7 1%, #7be7d7 40%, #7be7d7 40%, #86a4e3 100%);
	background: linear-gradient(45deg, #7be7d7 1%, #7be7d7 40%, #7be7d7 40%, #86a4e3 100%); */
}

.contents {
	width: 100%;
	height: auto;
/*	height: 100%;
	display: table; */
}

.contents__inner {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	max-width: 640px;
	height: 100vh;
	margin: 0 auto;
	padding: 50px 24px;
	color: #fff;
}

/* .contents__inner h1 {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
}
*/

/* --------------------------------------------------- btn */
.btn__box {
	position: relative;
	width: 200px;
	height: 40px;
	margin: 100px auto 0;
	font-size: 13px;
	cursor: pointer;
	-webkit-perspective: 200px;
	perspective: 200px;
}

.btn__box a,
.btn__box:after {
	position: absolute;
	display: block;
	width: 198px;
	height: 38px;
	line-height: 38px;
	color: rgba(255,255,255,0);
	border: 1px solid rgba(255,255,255,0);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 50% -20px;
	-ms-transform-origin: 50% 50% -20px;
	transform-origin: 50% 50% -20px;
}

.btn__box:after {
	top: 0;
	left: 0;
	width: 198px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	border: 1px solid #fff;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	content: "このデモのエントリーへ";
}

.btn__box:hover a {
	color: rgba(255,255,255,1);
	border: 1px solid rgba(255,255,255,1);
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	z-index: 2;
}

.btn__box:hover:after {
	color: rgba(255,255,255,0);
	border: 1px solid rgba(255,255,255,0);
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	z-index: 1;
}

/* --------------------------------------------------- side menu */
.menu {
	position: fixed;
	display: table;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: rgba(0,0,0,.8);
	-webkit-transition: all .5s;
	transition: all .5s; */
	background: #000;
	visibility: hidden;
	opacity: 0;
}

.side-open .menu {
/*	cursor: url(../images/cross.svg),auto; */
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: visible;
	opacity: 1;
	color: #fff;
}

.menu ul {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

.menu li {
	width: 300px;
	margin: 0 auto;
	text-align: center;
	opacity: 0;
	list-style: none;
	padding: 0;
	font-family: 'Nunito Sans', sans-serif;
}

.side-open .menu li {
	opacity: 1;
}

.side-open .menu li:nth-child(1) {
	-webkit-transition: opacity 1s ease .5s;
	transition: opacity 1s ease .5s;
}

.side-open .menu li:nth-child(2) {
	-webkit-transition: opacity 1s ease .6s;
	transition: opacity 1s ease .6s;
}

.side-open .menu li:nth-child(3) {
	-webkit-transition: opacity 1s ease .7s;
	transition: opacity 1s ease .7s;
}

.side-open .menu li:nth-child(4) {
	-webkit-transition: opacity 1s ease .8s;
	transition: opacity 1s ease .8s;
}

.side-open .menu li:nth-child(5) {
	-webkit-transition: opacity 1s ease .9s;
	transition: opacity 1s ease .9s;
}

.menu li a {
	display: block;
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	color: #f5f5f5;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-decoration: none;
}

.menu li a:hover {
	color: #999;
}

/* --------------------------------------------------- menu-btn */
.menu-btn {
	position:absolute;
	top: 10px;
	right: 0px;
	width: 100px;
	height: 30px;
	line-height: 50px;
	font-size: 40px;
	text-align: center;
	cursor: pointer;
	z-index: 1;
}

.menu-btn span {
	color: #000;
}

.menu-btn span:after {
	content: attr(data-txt-open);
	color: #fff !important;
	font-family: 'Nunito Sans', sans-serif;
}

.side-open .menu-btn span:after {
	content: attr(data-txt-close);
	color: #fff !important;
	font-size: 40px;
	margin-right: 10px;
	font-weight: 700;
	font-family: 'Nunito Sans', sans-serif;
}

.menu-btn:hover span:nth-child(1):after {
	-webkit-animation: anim .5s ease 0s forwards;
	animation: anim .5s ease 0s forwards;
}

.menu-btn:hover span:nth-child(2):after {
	-webkit-animation: anim .5s ease .1s forwards;
	animation: anim .5s ease .1s forwards;
}

.menu-btn:hover span:nth-child(3):after {
	-webkit-animation: anim .5s ease .2s forwards;
	animation: anim .5s ease .2s forwards;
}

.menu-btn:hover span:nth-child(4):after {
	-webkit-animation: anim .5s ease .3s forwards;
	animation: anim .5s ease .3s forwards;
}

.menu-btn:hover span:nth-child(5):after {
	-webkit-animation: anim .5s ease .4s forwards;
	animation: anim .5s ease .4s forwards;
}

@-webkit-keyframes anim {
	0% {-webkit-transform:translateY(0px);transform:translateY(0px);}
	50% {-webkit-transform:translateY(-5px);transform:translateY(-5px);}
	100% {-webkit-transform:translateY(0px);transform:translateY(0px);}
}

@keyframes anim {
	0% {-webkit-transform:translateY(0px);transform:translateY(0px);}
	50% {-webkit-transform:translateY(-5px);transform:translateY(-5px);}
	100% {-webkit-transform:translateY(0px);transform:translateY(0px);}
}

/* リンク
----------------------------------------------------*/
a {
color:#000000;
text-decoration:underline;
outline:none;
}

a:link {
color:#000000;
text-decoration:underline;
}

a:visited {
color:#000000;
text-decoration:underline;
}

a:hover {
color:#CCCCCC;
}

a:active {
color:#000000;
text-decoration:underline;
}