@charset 'UTF-8';

html,
html * {
    box-sizing: border-box ;
    margin-left: auto ;
    margin-right: auto ;
    padding: 0 ;
    max-width: 1000px ;
}

header {
    box-sizing: border-box ;
    wight: 100% ;
    height: 70px ;
    margin-top: 40px ;
}

main {
    box-sizing: border-box ;
    wight: 100% ;
    margin-top: 30px;
}

menu{
    box-sizing: border-box ;
    wight: 100% ;
    height: 50px ;
    margin-top: 30px;
}

footer {
    box-sizing: border-box ;
    wight: 100% ;
    height: 40px ;
}


/* Pre-defined CSS */

.logo { 
    width: 100% ;
    height: 35px ;
    float: right;
    opacity: 0.9 ;
}

.logo-img { 
    height: 35px ;
    float: right;
}

.logo-style {
	width: 100%;
    height: 30px ;
    float: right;
	opacity: 1;
    text-align: right;
}
.logo-style a {
    font-size: 11.7px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #3F3F3F;
    font-family: "游ゴシック";
    line-height: 20px;
    vertical-align: middle;
}

.top-img{
    height: 450px;
    opacity: 1;
}

.main-img { 
	width: 100% ;
    height: 450px ;
}

.worksindex{
    display: inline-block;
}

.box1{
    height: 210px;
    margin:10px;
    float:left;
}

.box1 p{
    font-size: 15px;
    text-align:center;
    letter-spacing: 0.8px;
    color: #3F3F3F;
    line-height: 1px;
    vertical-align: middle;
}


.slide-wrap {
    overflow-y: hidden;
    overflow-x: scroll;
    display: flex;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.side-box {
    flex: 50%;
    margin-right: 15px;
}

.menu-list {
	float: left ;
	width: 80%;
    height: 50px ;
    color: white;
    text-align: center;
}

.component {
	display: inline-block;
    text-align: center;
    font-size: 20px;
	line-height: 50px ;
    vertical-align: middle;
	perspective: none ;
}

.button {
    line-height: 50px;
    height: 50px;
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
    color: #272727;
    cursor: default;
    text-align: center;
    font-size: 20px;
}

.button span {
    position: relative;
    display: inline-block;
    width: 155px;
    background: #FFFFFF;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.button span::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00AE18;
    color: white;
    font-size: 14px ;
    content: attr(data-hover);
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    transition: background 0.5s;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.button:hover span,
.button:focus span {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    -moz-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
}

.button:hover span::before,
.button:focus span::before {
    background: #00AE18;
}

.face {
	display: inline-block;
	width: 155px;
    height: 50px ;
	color: #272727 ;
	text-decoration: none;
	background:#FFFFFF ;
	cursor: default;
	transition: 0.5s;
	transform-origin: center top;
	transform-style: preserve-3d;
}

.face::after,.face::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #00AE18 ;
	content: attr(data-hover);
    color: white;
    font-size: 14px ;
    font-weight: bold;
	transform: rotateX(-90deg);
	transform-origin: center top;
}
.face:hover,.face:focus,
.face:hover,.face:focus {
    transform: rotateX(90deg) translateY(-20px);
    font-size: 20px;
}
.face:hover::after,.face:focus::after,
.face:hover::after,.face:focus::after  {
	background: #00AE18 ;
}

.social {
    float: left;
    text-align: right;
    height: 50px ;
    width: 20% ;
}

.social-logo{
    display: inline-block;
    text-align: center;
    width: 30% ;
    height: 50px ;
    margin-top: 10px ;
}

.social li a img {
	width: auto ;
	height: 30px;

}
.social li a .social-hover {
	display: none;
}
.social li a:hover .social-default {
	display: none;
}
.social li a:hover .social-hover {
	display: inline-block;
}

.footer-content {
	width: 100%;
}

.Copyright{
    text-align: center;
    padding-top: 10px ;
    font-size: 15px;
    color: #7E7E7E;
}
