* {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
	overflow-x: auto;
	width: 100%;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: inherit;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	cursor: pointer;
	text-decoration: none;
}

*:focus {
	outline: none;
}

body {
	color: #555;
	font-family: "PT Sans", sans-serif;
	font-feature-settings: 'palt';
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8;
	overflow-wrap: break-word;
	overflow-x: hidden;
}

img {
	height: auto;
	width: 100%;
}

a {
	color: #555;
	display: inline-block;
}

dl > div:nth-of-type(n + 2) {
	margin-top: 1rem;
}

dd {
	flex-grow: 1;
}

h2,
h3 {
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.5;
}

.content {
	position: relative;
}

.head {
	padding-bottom: 30px;
	position: relative;
	text-align: center;
}

.head::after {
	background: #444;
	bottom: 0;
	content: '';
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 40px;
}

.head-icon img {
	width: auto;
}

.head-tit {
	color: #333;
}

.head-txt {
	color: #777;
	letter-spacing: .1em;
	padding-top: 10px;
}

.img-tit {
	color: #eee;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.sub-tit {
	color: #333;
	font-weight: 700;
}

.sub-tit > span {
	color: #777;
	font-size: 12px;
	margin-left: 2em;
	position: relative;
	top: -2px;
}

.sub-tit > span:before {
	content: '＊';
	font-size: 9px;
	left: -1.2em;
	line-height: 1;
	position: absolute;
	top: 0;
}

.sub-tit > small {
	display: block;
	font-size: .8em;
	font-weight: normal;
}

.small-tit {
	color: #333;
	padding-bottom: 10px;
	position: relative;
	text-align: center;
}

.small-tit::after {
	background: #444;
	bottom: 0;
	content: '';
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 40px;
}

.inner {
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 1140px;
}

input[type="text"],
input[type="email"],
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-internal-autofill-selected: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	border: none;
	border-bottom: 1px solid #bf9456;
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	padding: .2em .5em;
	transition: border-bottom-color .4s;
	width: 100%;
}

input[type="text"]:hover,
input[type="text"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
textarea:hover,
textarea:focus {
	border-bottom-color: #aaa;
}

textarea {
	height: 122px;
	resize: vertical;
}

button[type="submit"] {
	-webkit-appearance: none;
	background-image: none;
	border-radius: 0;
	cursor: default;
	display: inline-block;
	font-size: 1em;
	text-decoration: none;
}

button[type="submit"]:hover {
	outline: none;
}

button[type="submit"]::-moz-focus-inner {
	border: none;
	padding: 0;
}

.footer {
	background-color: #121212;
	border-top: 5px solid rgba(255, 255, 255, 0.15);
	color: #333;
	position: relative;
	text-align: center;
}

.footer-logo {
	margin: 0 auto;
	text-align: center;
	width: 260px;
}

.footer-copy {
	margin-top: 20px;
}

.header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 30;
}

.header-bg {
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	height: 100%;
	position: absolute;
	width: 100%;
}

.header .inner {
	align-items: center;
	display: flex;
	padding: 0 20px 0 5px;
	position: relative;
}

.header-logo a {
	color: #333;
	font-family: "PT Serif", serif;
	font-style: italic;
	font-weight: 700;
	letter-spacing: .02em;
	padding: 0 10px;
}

.linear {
	display: flex;
}

.linear-link._one {
	flex-grow: 1;
}

.linear-link:not(._one) {
	flex: 0 0 50%;
}

.linear-link a {
	align-items: center;
	display: flex;
}

.linear-link a:hover .linear-btn {
	background-color: #bf9456;
}

.linear-link a:hover .linear-body > span {
	color: #bf9456;
}

.linear-link._prev {
	margin-right: auto;
	text-align: left;
}

.linear-link._next {
	margin-left: auto;
	text-align: right;
}

.linear-btn {
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	color: #444;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	transition: background-color .2s;
}

.linear-body {
	flex: 0 1 100%;
}

.linear-body > span {
	transition: color .2s;
}

.linear-body > p {
	font-weight: 700;
	letter-spacing: .12em;
}

.nav-item > a {
	font-size: 14px;
}

.nav-item > a > i {
	margin-right: 8px;
}

.nav-item._btn > * {
	background-color: #222;
	color: #bf9456;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 50px;
	max-width: 100%;
	text-align: center;
	transition: color .4s, background-color .4s;
}

.nav-item._btn > *:hover {
	background-color: #bf9456;
	color: #222;
}

.nav-item:not(._btn) > a {
	color: #444;
	font-weight: 700;
	letter-spacing: .1em;
	position: relative;
	transition: color .3s;
}

.nav-item:not(._btn) > a:hover {
	color: #bf9456;
}

.totop a {
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	bottom: 30px;
	color: #FFF;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	position: fixed;
	right: 30px;
	text-align: center;
	transition: background-color .2s;
	width: 45px;
}

.totop a:hover {
	background-color: #bf9456;
}

.privacy {
	background-color: #F9F9F9;
	padding: 30px 0 120px;
}

.privacy > .inner {
	font-size: 14px;
	max-width: 800px;
}

.privacy-lead {
	margin-top: 20px;
}

.privacy-def {
	counter-reset: number 0;
	margin-top: 2.5rem;
}

.privacy-dtit {
	font-weight: 700;
	margin-top: 1rem;
}

.privacy-dtit:before {
	content: counter(number) ".";
	counter-increment: number 1;
	margin-right: 8px;
}

.privacy-data {
	margin-top: .5rem;
}

.privacy-data > a {
	font-weight: 700;
	padding: 0 2px;
	position: relative;
	transition: color .3s;
}

.privacy-data > a::after {
	background-color: #555;
	bottom: 1px;
	content: '';
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: background-color .3s;
	width: 100%;
}

.privacy-data > a > i {
	font-size: 1.1rem;
	padding: 0 3px;
}

.privacy-data > a:hover {
	color: #bf9456;
}

.privacy-data > a:hover:after {
	background-color: #bf9456;
}

.privacy-data > ul > li {
	padding-left: 1.8em;
	position: relative;
}

.privacy-data > ul > li:before {
	background-color: #ccc;
	border-radius: 50%;
	content: '';
	height: 5px;
	left: .5em;
	position: absolute;
	top: .55em;
	width: 5px;
}

.art {
	background-color: #F9F9F9;
	padding: 30px 0 120px;
}

.art > .inner {
	max-width: 800px;
}

.art-tit {
	font-weight: normal;
	padding: 20px 0 30px;
	text-align: center;
}

.art-tit > span {
	color: #333;
	display: block;
	letter-spacing: .12em;
}

.art-tit > small {
	color: #bf9456;
	display: block;
	font-family: "PT Serif", serif;
	font-style: italic;
}

.art-img {
	border-radius: 10px;
	overflow: hidden;
}

.art-img._mv {
	position: relative;
}

.art-img._mv:before {
	content: '';
	display: block;
	padding-top: 56.25%;
}

.art-img._mv > iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.art-def {
	margin-top: 2.5rem;
}

.art-dtit {
	letter-spacing: .12em;
	vertical-align: middle;
}

.art-data {
	letter-spacing: .1em;
}

.art-data > a {
	font-weight: 700;
	padding: 0 2px;
	position: relative;
	transition: color .3s;
}

.art-data > a::after {
	background-color: #555;
	bottom: 3px;
	content: '';
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: background-color .3s;
	width: 100%;
}

.art-data > a > i {
	font-size: 1.1rem;
	padding: 0 3px;
}

.art-data > a:hover {
	color: #bf9456;
}

.art-data > a:hover:after {
	background-color: #bf9456;
}

.art-data > small {
	font-size: .8em;
}

.art-data > a._sub > small {
	font-size: .8em;
}

.art-wrap {
	letter-spacing: .1em;
	margin-top: 3rem;
}

.art-wrap > p:nth-of-type(n + 2) > a {
	font-weight: 700;
	padding: 0 2px;
	position: relative;
	transition: color .3s;
}

.art-wrap > p:nth-of-type(n + 2) > a::after {
	background-color: #555;
	bottom: 3px;
	content: '';
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: background-color .3s;
	width: 100%;
}

.art-wrap > p:nth-of-type(n + 2) > a > i {
	font-size: 1.1rem;
	padding: 0 3px;
}

.art-wrap > p:nth-of-type(n + 2) > a:hover {
	color: #bf9456;
}

.art-wrap > p:nth-of-type(n + 2) > a:hover:after {
	background-color: #bf9456;
}

.art-wrap > ul {
	margin-top: 1em;
}

.visual {
	background-color: #FFF;
	margin-top: 60px;
	overflow: hidden;
}

.visual-img {
	left: 0;
	position: relative;
	top: 0;
}

.visual img.wheel {
	bottom: 3px;
	position: absolute;
	z-index: 1;
}

.visual img.car,
.visual img.wheel {
	margin-left: -530px;
	transition: all 1s ease-out;
}

.visual p {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	text-align: center;
	text-shadow: 2px 2px 4px rgba(184, 133, 55, 0.7);
}

.visual p span {
	font-size: 1.35em;
}

.about {
	background-color: #FFF;
	border-top: 8px solid #bf9456;
}

.about-wrap {
	flex: 0 0 50%;
	text-align: center;
}

.about .head-icon img {
	height: 60px;
}

.about-txt {
	font-size: 15px;
	letter-spacing: .11em;
}

.service-head {
	padding: 4rem 2rem;
	position: relative;
}

.service-body {
	background-color: #F9F9F9;
}

.service-item {
	display: flex;
}

.service-icon {
	padding-top: .5em;
}

.service-icon img {
	width: 100%;
}

.service-wrap {
	letter-spacing: .1em;
}

.service-txt {
	color: #999;
	font-size: 14px;
	margin-top: .5rem;
}

.skill {
	background-color: #FFF;
}

.skill-bg {
	background: url(../img/policy_head_bg.jpg);
	background-size: cover;
}

.skill-content {
	position: relative;
}

.skill .head-tit {
	color: #eee;
}

.skill .head-tit:after {
	background-color: #eee;
}

.skill-body {
	padding-top: 80px;
}

.skill-body > .inner {
	background-color: #121212;
}

.skill-list {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 50px;
}

.skill-tit {
	color: #bf9456;
}

.skill-txt {
	color: #888;
	font-size: 14px;
	margin-top: 10px;
}

.skill-txt > a {
	color: inherit;
	font-weight: 700;
	padding: 0 2px;
	position: relative;
	transition: color .3s;
}

.skill-txt > a::after {
	background-color: #555;
	bottom: 1px;
	content: '';
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: background-color .3s;
	width: 100%;
}

.skill-txt > a > i {
	font-size: 1.1rem;
	padding: 0 3px;
}

.skill-txt > a:hover {
	color: #bf9456;
}

.skill-txt > a:hover:after {
	background-color: #bf9456;
}

.top {
	overflow: hidden;
}

.top .inner {
	left: 50%;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.top-tit {
	color: #FFF;
	margin: 0 auto;
	text-shadow: 2px 2px 14px rgba(0, 0, 0, 0.2);
}

.top-tit > small {
	display: block;
	font-size: .8em;
	line-height: 1.1;
}

.top-tit > img {
	display: block;
	margin-top: .3rem;
}

.top-btn {
	position: fixed;
	top: 20px;
}

.top-btn > * {
	background-color: #bf9456;
	color: #222;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 60px;
	max-width: 100%;
	text-align: center;
	transition: color .4s, background-color .4s;
}

.top-btn > *:hover {
	background-color: #222;
	color: #bf9456;
}

.top-list {
	display: flex;
	justify-content: center;
	margin-top: 15px;
}

.top-item {
	position: relative;
}

.top-item a {
	color: #eee;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 80px;
	padding: 0 22px;
	text-shadow: 2px 2px 14px rgba(0, 0, 0, 0.2);
	transition: color .3s;
}

.top-item:after {
	background-color: #eee;
	bottom: 16px;
	content: '';
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: background-color .3s;
	width: calc(100% - 32px);
}

.top-item:hover a {
	color: #bf9456;
}

.top-item:hover:after {
	background-color: #bf9456;
}

.work {
	background-color: #FFF;
	overflow: hidden;
}

.work-item {
	padding-top: 50px;
}

.work-item._site {
	padding-bottom: 40px;
}

.work-item._site .work-art:first-of-type a {
	background-image: url(/img/work_pic0.jpg);
}

.work-item._site .work-art:nth-of-type(2) a {
	background-image: url(/img/work_pic1.jpg);
}

.work-item._site .work-art:nth-of-type(3) a {
	background-image: url(/img/work_pic2.jpg);
}

.work-item._site .work-art:nth-of-type(4) a {
	background-image: url(/img/work_pic3.jpg);
}

.work-item._site .work-art:nth-of-type(5) a {
	background-image: url(/img/work_pic4.jpg);
}

.work-item._site .work-art:nth-of-type(6) a {
	background-image: url(/img/work_pic5.jpg);
}

.work-item._mk {
	padding-bottom: 40px;
	position: relative;
	z-index: 1;
}

.work-item._mk .work-art:first-of-type a {
	background-image: url(/img/work_pic0_m.jpg);
}

.work-item._mk .work-art:nth-of-type(2) a {
	background-image: url(/img/work_pic1_m.jpg);
}

.work-item._mk .work-art:nth-of-type(3) a {
	background-image: url(/img/work_pic2_m.jpg);
}

.work-item._other .work-art:first-of-type a {
	background-image: url(/img/work_pic0_o.jpg);
}

.work-tit {
	position: relative;
}

.work-box {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 40px;
}

.work-art a {
	background-position: center;
	background-size: cover;
	border-radius: 10px;
	display: block;
	overflow: hidden;
}

.work-art a:hover .work-wrap {
	opacity: 1;
}

.work-wrap {
	background-color: rgba(8, 8, 8, 0.3);
	color: #FFF;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	opacity: 0;
	padding: 0 36px;
	transition: opacity .2s;
}

.work-wrap > h4 {
	font-size: 24px;
	font-weight: 700;
}

.work-wrap > small {
	align-items: center;
	display: flex;
	font-size: .8em;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 1rem;
}

.work-wrap > small > span {
	color: #bf9456;
	font-family: "PT Serif", serif;
	font-size: 3em;
	font-style: italic;
	margin-right: .3em;
}

.work-bg {
	background-color: #F9F9F9;
	content: '';
	height: 100%;
	left: 0;
	margin: 0 calc(50% - 50vw);
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: -10;
}

.swiper-pagination-bullet {
	background: #bf9456;
	height: 10px;
	opacity: 0.2;
	width: 10px;
}

.swiper-pagination-bullet-active {
	background: #bf9456;
	opacity: 1;
}

.swiper-pagination {
	margin-top: 30px;
	position: static;
}

.contact {
	background-color: #F9F9F9;
}

.contact > .inner {
	max-width: 600px;
}

.contact-body {
	padding-top: 30px;
}

.contact-def > div {
	font-size: 14px;
	line-height: 1.2;
}

.contact-dtit {
	letter-spacing: .12em;
}

.contact-data {
	letter-spacing: .1em;
}

/* フォーム送信後画面
------------------------------------------------- */

.submit-message {
	display: none;
	margin: 30px 0;
	text-align: center;
}

.submit-message ._error {
	color: #e42c3e;
}

.form-lead {
	font-size: 14px;
	letter-spacing: 0.1em;
	text-align: center;
}

.form-lead span {
	color: #e42c3e;
	font-size: 16px;
	letter-spacing: 0.1em;
}

.form-def {
	margin-top: 30px;
}

.form-dtit span {
	color: #e42c3e;
	line-height: 1;
	vertical-align: super;
}

.form-data input {
	height: 40px;
}

.form-radio {
	display: inline-flex;
	position: relative;
}

.form-radio input {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
}

.form-radio input:checked + label {
	background-color: #bf9456;
	color: #222;
	outline: none;
}

.form-radio input:focus + label {
	outline: none;
}

.form-radio label {
	background-color: transparent;
	border: 1px solid #bf9456;
	border-radius: 1px;
	color: #bf9456;
	cursor: pointer;
	height: 40px;
	letter-spacing: 0.1em;
	line-height: 40px;
	text-align: center;
	transition: color .4s, background-color .4s;
	width: 79px;
}

.form-checkbox {
	margin-left: 30px;
	margin-top: 30px;
	position: relative;
	text-align: center;
}

.form-checkbox input {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
}

.form-checkbox input:checked + label:before {
	background-color: transparent;
	border-left: 0;
	border-top: 0;
	left: -25px;
	top: -5px;
	transform: rotate(45deg);
	width: 8px;
}

.form-checkbox input:focus + label:before {
	outline: none;
}

.form-checkbox input:checked + label:before {
	outline: none;
}

.form-checkbox label {
	cursor: pointer;
	font-size: 15px;
	position: relative;
}

.form-checkbox label > a {
	font-weight: normal !important;
	font-weight: 700;
	padding: 0 2px;
	position: relative;
	transition: color .3s;
}

.form-checkbox label > a:after {
	height: 1px !important;
}

.form-checkbox label > a::after {
	background-color: #555;
	bottom: 3px;
	content: '';
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: background-color .3s;
	width: 100%;
}

.form-checkbox label > a > i {
	font-size: 1.1rem;
	padding: 0 3px;
}

.form-checkbox label > a:hover {
	color: #bf9456;
}

.form-checkbox label > a:hover:after {
	background-color: #bf9456;
}

.form-checkbox label::before {
	background-color: transparent;
	border: 1px solid #222;
	content: '';
	height: 20px;
	left: -30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all .12s;
	width: 20px;
}

.form-btn {
	margin-top: 45px;
	text-align: center;
}

.form-btn > * {
	background-color: transparent;
	border: 1px solid #bf9456;
	color: #bf9456;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 60px;
	max-width: 100%;
	text-align: center;
	transition: color .4s, background-color .4s;
}

.form-btn > *._active {
	background-color: #bf9456;
	color: #222;
	cursor: pointer;
}

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

dl > div {
	display: flex;
}

dt {
	margin-right: 1rem;
}

.head-icon img {
	height: 40px;
}

.head-tit {
	font-size: 30px;
	padding-top: 20px;
}

.head-txt {
	font-size: 15px;
}

.img-tit {
	font-size: 54px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.small-tit {
	font-size: 20px;
}

.inner {
	padding: 0 60px;
}

._sp {
	display: none;
}

.footer {
	padding: 80px 0 100px;
}

.header .inner {
	height: 80px;
	justify-content: space-between;
	max-width: 1320px;
}

.header-logo a {
	width: 200px;
}

.linear {
	margin-top: 9rem;
}

.linear-btn {
	flex: 0 0 38px;
	height: 38px;
	line-height: 38px;
}

.linear-body {
	padding: 0 12px;
}

.linear-body > span {
	font-size: 12px;
}

.linear-body > p {
	font-size: 15px;
}

.nav {
	margin-left: auto;
}

.nav-list {
	align-items: center;
	display: flex;
}

.nav-item + .nav-item {
	margin-left: 15px;
}

.nav-item._btn > * {
	padding-left: 2em;
	padding-right: 2em;
}

.nav-item:not(._btn) > a {
	line-height: 80px;
	padding: 0 15px;
}

.privacy {
	margin-top: 80px;
}

.art {
	margin-top: 80px;
}

.art-tit > span {
	font-size: 26px;
}

.art-dtit {
	flex: 0 0 73px;
	font-size: 12px;
	height: 27px;
	line-height: 27px;
	margin-right: 0;
}

.art-data {
	font-size: 15px;
}

.art-data > small {
	margin-left: 1em;
}

.art-data > a._sub {
	margin-left: 1em;
}

.art-wrap {
	font-size: 15px;
}

.art-wrap > p:nth-of-type(n + 2) {
	margin-top: 60px;
}

.art-wrap > p:nth-of-type(n + 2)._mt {
	margin-top: 30px;
}

.visual {
	padding-top: 30px;
}

.visual-img {
	width: 550px;
}

.visual-img.in-view img.car {
	transform: translate(500px, 0px) rotate(0deg);
}

.visual-img.in-view img.wheel {
	transform: translate(500px, 0px) rotate(600deg);
}

.visual img.wheel {
	height: 115px;
	left: 332px;
	width: 115px;
}

.visual p {
	font-size: 55px;
}

.about {
	padding: 150px 0;
}

.about > .inner {
	align-items: flex-start;
	display: flex;
}

.about-pic {
	background-position: center;
	background-size: cover;
	flex: 0 0 25%;
	padding-top: 41.5%;
}

.about-pic._l {
	background-image: url(../img/about_pic_l.jpg);
}

.about-pic._r {
	background-image: url(../img/about_pic_r.jpg);
}

.about-body {
	padding: 30px 50px;
}

.service {
	display: flex;
}

.service-head {
	background: url(../img/service_head_bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	flex: 0 0 50%;
}

.service-head > .img-tit {
	margin-bottom: 50px;
}

.service-body {
	flex: 0 0 50%;
}

.service-body > .inner {
	padding-bottom: 80px;
	padding-top: 80px;
}

.service-item {
	width: 90.5%;
}

.service-item + .service-item {
	margin-top: 3rem;
}

.service-icon {
	flex: 0 0 40px;
}

.service-wrap {
	padding-left: 22px;
}

.skill {
	padding-bottom: 110px;
}

.skill-bg {
	background-attachment: fixed;
	height: 600px;
}

.skill-content {
	margin-top: -500px;
}

.skill-body > .inner {
	padding: 20px 80px;
}

.skill-list > * {
	flex: 0 0 calc(33.33% - 50px * 2 / 3);
	margin-right: 50px;
	margin-top: 50px;
}

.skill-list > *:nth-of-type(3n) {
	margin-right: 0;
}

.top {
	-webkit-animation: TopImagePc 20s infinite alternate linear;
	animation: TopImagePc 20s infinite alternate linear;
	background: url(/img/top_bg.jpg) no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	background-size: auto calc(100% + 300px);
	height: 100vh;
}

.top .inner {
	position: fixed;
}

.top-tit {
	width: 340px;
}

.top-tit > small {
	letter-spacing: .4em;
}

.top-btn > * {
	padding-left: 2em;
	padding-right: 2em;
}

.top-btn {
	right: 20px;
}

.work {
	padding-top: 120px;
}

.work-item._other {
	padding-bottom: 100px;
}

.work-tit {
	font-size: 18px;
}

.work-box > * {
	flex: 0 0 calc(50% - 40px / 2);
	margin-top: 40px;
}

.work-box > *:nth-of-type(2n+1) {
	margin-right: 40px;
}

.work-art a {
	height: 320px;
}

.contact {
	padding-bottom: 120px;
	padding-top: 100px;
}

.contact-dtit {
	flex: 0 0 30px;
}

.form-dtit {
	flex: 0 0 150px;
	height: 40px;
	line-height: 40px;
}

.form-dtit span {
	font-size: 12px;
}

.form-data {
	flex-grow: 1;
}

.form-btn > * {
	padding-left: 2em;
	padding-right: 2em;
}

}

@media screen and (max-width: 767px) {

.head-icon img {
	height: 30px;
}

.head-tit {
	font-size: 24px;
	padding-top: 12px;
}

.head-txt {
	font-size: 12px;
}

.img-tit {
	font-size: 42px;
}

.inner {
	padding: 0 20px;
}

._pc {
	display: none;
}

.footer {
	padding: 40px 0 60px;
}

.footer-copy {
	font-size: 12px;
}

.header .inner {
	height: 65px;
}

.header-logo a {
	width: 160px;
}

.linear {
	margin-top: 5rem;
}

.linear-btn {
	flex: 0 0 32px;
	height: 32px;
	line-height: 32px;
}

.linear-body {
	padding: 0 10px;
}

.linear-body > span {
	font-size: 11px;
}

.linear-body > p {
	font-size: 13px;
}

.nav-item {
	padding-top: 10px;
}

.nav-item + .nav-item {
	border-top: 1px solid #eee;
}

.nav-item._btn > * {
	padding-left: 1.6em;
	padding-right: 1.6em;
}

.nav-item:not(._btn) > a {
	line-height: 50px;
	padding-left: 1em;
	width: 100%;
}

.nav-icon {
	box-sizing: content-box;
	cursor: pointer;
	height: 18px;
	padding: 25px 20px 10px 10px;
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
	z-index: 21;
}

.nav-icon > div {
	position: relative;
}

.nav-icon > div > span {
	background: #444;
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	transition: .35s ease-in-out;
	width: 100%;
}

.nav-icon > div > span:nth-of-type(1) {
	top: 0;
}

.nav-icon > div > span:nth-of-type(2) {
	top: 7px;
}

.nav-icon > div > span:nth-of-type(3) {
	top: 14px;
}

.nav-close {
	background: #000;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: 19;
}

.nav-list:not(._top) {
	background-color: #FFF;
	bottom: auto;
	display: flex;
	flex-direction: column;
	height: 100%;
	left: auto;
	max-width: 90%;
	overflow: auto;
	padding: 100px 20px 0;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(105%);
	transition: transform 0.5s ease 0s;
	width: 200px;
	z-index: 20;
}

.nav._open .nav-icon > div > span:nth-of-type(1) {
	top: 7px;
	transform: rotate(45deg);
}

.nav._open .nav-icon > div > span:nth-of-type(2) {
	left: 50%;
	width: 0;
}

.nav._open .nav-icon > div > span:nth-of-type(3) {
	top: 7px;
	transform: rotate(-45deg);
}

.nav._open .nav-close {
	display: block;
	opacity: 0.4;
}

.nav._open .nav-list {
	box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
	transform: translateX(0);
}

.privacy {
	margin-top: 65px;
}

.art {
	margin-top: 65px;
}

.art-tit > span {
	font-size: 20px;
}

.art-dtit {
	font-size: 11px;
}

.art-data {
	font-size: 14px;
}

.art-data > small {
	display: block;
}

.art-wrap {
	font-size: 14px;
}

.art-wrap > p:nth-of-type(n + 2) {
	margin-top: 40px;
}

.art-wrap > p:nth-of-type(n + 2)._mt {
	margin-top: 20px;
}

.visual {
	padding-bottom: 10px;
}

.visual-img {
	width: 500px;
}

.visual-img.in-view img.car {
	transform: translate(350px, 0px) rotate(0deg);
}

.visual-img.in-view img.wheel {
	transform: translate(350px, 0px) rotate(600deg);
}

.visual img.wheel {
	height: 100px;
	left: 303px;
	width: 100px;
}

.visual p {
	font-size: 24px;
}

.about {
	padding: 100px 0;
}

.about-body {
	padding: 30px 0;
}

.service-head {
	z-index: 1;
}

.service-head:after {
	background: url(../img/service_head_bg.jpg);
	background-position: center top;
	background-size: cover;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -10;
}

.service-head > .img-tit {
	margin-bottom: 20px;
}

.service-body > .inner {
	padding-bottom: 60px;
	padding-top: 60px;
}

.service-item + .service-item {
	margin-top: 40px;
}

.service-icon {
	flex: 0 0 35px;
}

.service-wrap {
	padding-left: 14px;
}

.skill {
	padding-bottom: 80px;
}

.skill-bg {
	background-position: left center;
	height: 488px;
}

.skill-content {
	margin-top: -428px;
}

.skill-content > .head {
	padding-bottom: 0;
}

.skill-list {
	align-items: center;
	flex-direction: column;
}

.skill-list > * {
	margin-top: calc(50px - 10px);
	max-width: 100%;
	width: 510px;
}

.top {
	height: calc( var(--vh) * 100);
	position: relative;
}

.top:before {
	-webkit-animation: TopImageSp 30s infinite alternate linear;
	animation: TopImageSp 30s infinite alternate linear;
	background: url(/img/top_bg.jpg) no-repeat;
	background-position: center top;
	background-size: cover;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -10;
}

.top .inner {
	position: absolute;
}

.top-tit {
	max-width: 320px;
}

.top-tit > small {
	letter-spacing: .35em;
}

.top-btn > * {
	padding-left: 1.6em;
	padding-right: 1.6em;
}

.top-btn {
	right: 35px;
}

.work {
	padding: 80px 0;
}

.work-item._other {
	padding-bottom: 40px;
}

.work-tit {
	font-size: 16px;
}

.work-box {
	align-items: center;
	flex-direction: column;
}

.work-box > * {
	margin-top: calc(40px - 10px);
	max-width: 100%;
	width: 510px;
}

.work-art a {
	height: 288px;
}

.contact {
	padding: 80px 0;
}

.contact > .inner {
	padding: 0 20px;
}

.form-dtit {
	height: 32px;
	line-height: 32px;
}

.form-dtit span {
	font-size: 10px;
}

.form-btn > * {
	padding-left: 1.6em;
	padding-right: 1.6em;
}

}

@-webkit-keyframes TopImageSp {

0% {
	background-position: center center;
}

100% {
	background-position: right center;
}

}

@keyframes TopImageSp {

0% {
	background-position: center center;
}

100% {
	background-position: right center;
}

}

@-webkit-keyframes TopImagePc {

0% {
	background-position: left top;
}

100% {
	background-position: right top;
}

}

@keyframes TopImagePc {

0% {
	background-position: left top;
}

100% {
	background-position: right top;
}

}

