@charset "UTF-8";
/*------------Basic styles-------------*/
html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-family: @font-family-base;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 1.4rem;
	line-height: 1.42857143;
	color: #3a3a3a;
	background-color: #e8e8e8;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:link, a:visited {
	color: #b94a4a;
}
a:hover, a:active, a:focus {
	opacity: 0.7;
}
.link i {
	background: transparent url(/images/ic_arrow_red.png) no-repeat scroll 100% 50%/auto 0.6em;
	margin-right: 0.2em;
	padding-right: 0.8em;
	text-decoration: underline;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1, h2, h3, h4, h5, h6, p, pre, ul, ol, dl, menu {
	margin: 0 0 1em 0;
}
h1 {
	font-size: 5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 6rem;
}
h2 {
	font-size: 4rem;
	font-weight: 700;
	line-height: 5.2rem;
}
h3 {
	font-size: 3rem;
	font-weight: 700;
	line-height: 3.5rem;
}
h4 {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 3rem;
}
h5 {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 2.5rem;
}

@media screen and (max-width: 659px) {
h1 {
	font-size: 3rem;
	line-height: 3.5rem;
}
h2 {
	font-size: 2.5rem;
	line-height: 3rem;
}
h3 {
	font-size: 2rem;
	line-height: 2.4rem;
}
h4 {
	font-size: 1.8rem;
	line-height: 2rem;
}
h5 {
	font-size: 1.6rem;
	line-height: 1.9rem;
}
}

.strong {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 3rem;
}
li.dot {
	list-style: none;
	padding-left: 1.4em;
	position: relative;
}
li.dot:before {
	display: block;
	content: "●";
	width: 1em;
	height: 1em;
	position: absolute;
	left: 0;
	top: 0;
}
img {
	vertical-align: bottom;
	width: 100%;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.inner, .tittle_inner {
	padding: 4rem 4rem;
}

.tittle_inner{
	background-color: #b94a4a;
}

.tittle_inner h1, .tittle_inner p{
	color: #fff;
	margin: 0.67em 0;
}

@media screen and (min-width: 1024px) {
.inner, .tittle_inner {
	padding: 4rem 8rem;
}
}

@media screen and (max-width: 960px) {
.inner, .tittle_inner {
	padding: 4rem 3rem;
}
}

@media screen and (max-width: 768px) {
.inner, .tittle_inner {
	padding: 4rem 2rem;
}
}

@media screen and (max-width: 659px) {
.pcOnly {
	display: none;
}
.inner, .tittle_inner {
	padding: 2rem 1rem;
}
}

@media screen and (min-width: 660px) {
.spOnly {
	display: none;
}
}

.article{
	background-color: #ffffff;
}

.flex{
	display: -webkit-flex;
	display: flex;
	width: 100%;
	justify-content: space-around;
	flex-wrap: wrap;
}
.shadow img{
	-webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 8px 1px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 8px 1px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 0 8px 1px rgba(0,0,0,0.1);
    box-shadow: 0 0 8px 1px rgba(0,0,0,0.1);
    border: 1px solid #E9E9E9;
}

/*clearFix*/
.clearFix:after {
	content: "";
	display: block;
	clear: both;
}
/*------------/Basic styles-------------*/

/*------------styles-------------*/

/*header sidebar*/

.navbar.main {
	position: fixed;
	top: 1em;
	right: 0;
	left: 0;
	padding: 10 4px;
	height: 56px;
	line-height: 56px;
}
.navbar.main::after {
	content: "";
	display: table;
	clear: both;
}
.navbar.main * {
	display: inline-block;
}
.navbar.main a {
	text-decoration: none
}
.navbar.main {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	padding: 10px 4px;
	height: 56px;
	line-height: 56px;
	z-index: 5;
}
.navbar.main::after {
	content: "";
	display: table;
	clear: both;
}
.navbar.main * {
	display: inline-block;
}
.navbar.main a {
	text-decoration: none
}
.navbar.main .icon {
	padding: 0 8px;
	cursor: pointer;
}
.navbar.main .icon img {
	width: 50%;
	float: right;
}
.sidebar {
	position: fixed;
	top: 56px;
	bottom: 0;
	width: 300px;
	background-color: #fafafa;
}
#sidebar-main {
	top: 56px;
}
.sidebar.right {
	right: -300px;
	text-align: right;
}
.sidebar.left {
	left: -300px;
}
.sidebar a {
	display: block;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.1em;
	border-color: transparent;
	padding: 0.5em 0.75em;
	display: block;
	letter-spacing: 1px;
}
.sidebar .wrapper {
	position: relative;
	height: 100%;
	width: 100%;
	padding: 1em;
	padding-top: 1.5em;
	overflow-y: auto;
 -webkit-box-sizig: border-box -moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sidebar nav {
	margin-bottom: 24px;
}
.sidebar nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0px;
}
.sidebar nav ul li {
	padding: 5px 0;
	margin: 4px 0;
}
.sidebar nav ul li.title {
	font-weight: 700;
	font-size: 2rem;
}
/*header sidebar*/

/*main*/

/*introduction*/
.intro {
	color: #fff;
	line-height: 3em;
	padding: 12rem 0;
	text-align: center;
	width: 100%;
	-webkit-text-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-moz-text-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-o-text-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-ms-text-shadow: 0 1px 3px rgba(0,0,0,0.3);
	text-shadow: 0 1px 3px rgba(0,0,0,0.3);
	background-color: #b94a4a;
	position: relative;
}
.intro h1 {
	font-size: 5rem;
	margin-bottom: 0.5em;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4em;
	text-align: center;
}

@media screen and (max-width: 1024px) {
.intro {
	padding: 7rem 0;
}
}

@media screen and (max-width: 767px) {
.intro {
	padding: 4rem 0;
}
}

@media screen and (max-width: 660px) {
.intro {
	padding: 4rem 0;
}
.intro h1 {
	font-size: 3rem;
}
}
/*introduction*/

/*scroll button*/

.scroll a {
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
	padding-top: 70px;
}

@media screen and (max-width: 660px) {
.scroll a {
	padding-top: 50px;
}
}
.scroll a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
 0% {
 -webkit-transform: rotate(-45deg) translate(0, 0);
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 -webkit-transform: rotate(-45deg) translate(-20px, 20px);
 opacity: 0;
}
}
@keyframes {
 0% {
 transform: rotate(-45deg) translate(0, 0);
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 transform: rotate(-45deg) translate(-20px, 20px);
 opacity: 0;
}
}
/*scroll button*/

/*Portfolio part*/

.portfolio {
	background-color: #FFFFFF;
}
.portfolio h2 {
	font-size: 4rem;
	margin-top: 1rem;
	text-align: center;
}
.portfolio h3 {
	color: #fff;
	font-size: 3rem;
	text-align: center;
	padding: 0rem 0 2rem;
	text-transform: uppercase;
}
.portfolio ul {
	display: -webkit-flex;
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.portfolio li {
	width: 30%;
}
.portfolio section {
	background: #b94a4a;
}
.portfolio li a section:hover, .portfolio li a section:active, .portfolio li a section:focus {
	opacity: 0.7;
}

@media screen and (max-width: 768px) {
.portfolio li {
	width: 32%;
}
}
.portfolio a {
	color: #ffffff;
}
.portfolio figure {
	text-align: center;
	padding: 2rem;
}
.portfolio figure img{
	width: 144px;
}

@media screen and (max-width: 660px) {
.portfolio h2 {
	font-size: 3rem;
	margin: 2rem 0;
}
.portfolio h3 {
	font-size: 2.5rem;
}
.portfolio ul {
	display: block;
}
.portfolio li {
	width: 100%;
	margin: 0 auto 1rem;
}
}
/* footer about me*/

footer {
	padding-bottom: 1rem;
}
footer a {
	font-weight: 700;
}
.footer_aboutMe figure {
	float: left;
}

.footer_aboutMe .logo{
	width: 144px;
}
.footer_aboutMe h3 {
	font-size: 2rem;
}
.footer_aboutMe .description {
	float: left;
	margin-left: 2rem;
	margin-top: 2rem;
}

/*portfolio base*/

.article h2{
	    margin-bottom: 1rem;
}
.article > ul li{
	margin-bottom: 3rem;
}


/*other_page*/

.cad li, .catalog li {
	width: 30%;
}

.video li{
	width: 45%;
}

.video video{
		width: 100%;
	}

@media screen and (max-width: 768px) {
.cad li, .catalog li {
	width: 32%;
}
}
@media screen and (max-width: 660px) {

.cad ul, .catalog ul, .video ul {
	display: block;
}
.cad li, .catalog li, .video li {
	width: 100%;
	margin: 0 auto 1rem;
}
}

/*banner_page*/

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

.banner .soccer img, .banner .point img {
	height: 200px;
	width: auto;
}
}

@media screen and (min-width: 1361px) {
.area_control {
	width: 1240px;
	margin: 0 auto;
}
}