@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html, body {
  font-family: "a-otf-gothic-bbb-pr6n", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background-color: #FFF;
  min-width: 1280px;
  position: relative; }

html:not(.wf-active) *,
html:not(.wf-active) *:before,
html:not(.wf-active) *:after {
  color: transparent !important; }

html.loading {
  /*
	width: 100%;
	height: 100%;
	body{
		width:100%;
		height: 100%;
		overflow: hidden;
	}
	*/ }

.loadmask {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.loadmask__logo {
  overflow: hidden;
  width: 180px;
  height: 51px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden; }
  .loadmask__logo__a, .loadmask__logo__b {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 180px;
    height: 51px; }
    .loadmask__logo__a img, .loadmask__logo__b img {
      display: block;
      width: 180px;
      height: 102px;
      position: absolute;
      left: 0px; }
  .loadmask__logo__a {
    background-position: 0px 0px;
    z-index: 0; }
    .loadmask__logo__a img {
      top: 0px; }
  .loadmask__logo__b {
    background-position: 0px -51px;
    z-index: 2; }
    .loadmask__logo__b img {
      bottom: 0px; }
  .loadmask__logo__c {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1440px;
    height: 51px;
    z-index: 1;
    -webkit-animation: airfoil 0.7s linear 0s infinite normal;
            animation: airfoil 0.7s linear 0s infinite normal; }
    .loadmask__logo__c img {
      display: block;
      width: 720px;
      height: 51px;
      position: absolute;
      top: 0px; }
      .loadmask__logo__c img:first-of-type {
        left: 0px; }
      .loadmask__logo__c img:last-of-type {
        right: 0px; }

@-webkit-keyframes airfoil {
  0% {
    -webkit-transform: translate(-720px, 0px);
            transform: translate(-720px, 0px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes airfoil {
  0% {
    -webkit-transform: translate(-720px, 0px);
            transform: translate(-720px, 0px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@-webkit-keyframes airfoil_sp {
  0% {
    -webkit-transform: translate(-540px, 0px);
            transform: translate(-540px, 0px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes airfoil_sp {
  0% {
    -webkit-transform: translate(-540px, 0px);
            transform: translate(-540px, 0px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

br.spbr {
  display: none; }

@media screen and (max-width: 640px) {
  html, body {
    min-width: 0px; }
  br.pcbr {
    display: none; }
  br.spbr {
    display: block !important; }
  .loadmask__logo {
    width: 135px;
    height: 38px; }
    .loadmask__logo__a, .loadmask__logo__b {
      width: 135px;
      height: 38px; }
      .loadmask__logo__a img, .loadmask__logo__b img {
        display: block;
        width: 135px;
        height: 76px; }
    .loadmask__logo__b {
      background-position: 0px -38px; }
    .loadmask__logo__c {
      width: 1080px;
      height: 38px;
      -webkit-animation: airfoil_sp 0.7s linear 0s infinite normal;
              animation: airfoil_sp 0.7s linear 0s infinite normal; }
      .loadmask__logo__c img {
        width: 540px;
        height: 38px; } }

html:not(.touch) a {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 0.2s linear; }
  html:not(.touch) a:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    transition-duration: 0s; }

html:not(.touch) .header__nav--current a, html:not(.touch) .index .header__nav__item--home a, .index html:not(.touch) .header__nav__item--home a, html:not(.touch) .service .header__nav__item--service a, .service html:not(.touch) .header__nav__item--service a, html:not(.touch) .about .header__nav__item--about a, .about html:not(.touch) .header__nav__item--about a, html:not(.touch) .story .header__nav__item--story a, .story html:not(.touch) .header__nav__item--story a, html:not(.touch) .service_general--coating .header__nav__item--service a, .service_general--coating html:not(.touch) .header__nav__item--service a, html:not(.touch)
.service_general--carfilm .header__nav__item--service a,
.service_general--carfilm html:not(.touch) .header__nav__item--service a, html:not(.touch)
.service_general--protectionfilm .header__nav__item--service a,
.service_general--protectionfilm html:not(.touch) .header__nav__item--service a, html:not(.touch)
.service_general--interior .header__nav__item--service a,
.service_general--interior html:not(.touch) .header__nav__item--service a, html:not(.touch)
.service_general--steering .header__nav__item--service a,
.service_general--steering html:not(.touch) .header__nav__item--service a, html:not(.touch)
.service_general--repair .header__nav__item--service a,
.service_general--repair html:not(.touch) .header__nav__item--service a, html:not(.touch)
.service_general--etc .header__nav__item--service a,
.service_general--etc html:not(.touch) .header__nav__item--service a, html:not(.touch)
.service_general--washing .header__nav__item--service a,
.service_general--washing html:not(.touch) .header__nav__item--service a, html:not(.touch)
.service_general--cleaning .header__nav__item--service a,
.service_general--cleaning html:not(.touch) .header__nav__item--service a, html:not(.touch)
.service_general--dentrepair .header__nav__item--service a,
.service_general--dentrepair html:not(.touch) .header__nav__item--service a, html:not(.touch)
.service_general--bikecoating .header__nav__item--service a,
.service_general--bikecoating html:not(.touch) .header__nav__item--service a, html:not(.touch)
.service_general--pricelist .header__nav__item--service a,
.service_general--pricelist html:not(.touch) .header__nav__item--service a, html:not(.touch) .shop .header__nav__item--shop a, .shop html:not(.touch) .header__nav__item--shop a, html:not(.touch) .magazine .header__nav__item--magazine a, .magazine html:not(.touch) .header__nav__item--magazine a, html:not(.touch) .works .header__nav__item--works a, .works html:not(.touch) .header__nav__item--works a {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

html:not(.touch) .article_list__block__content > * {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 0.2s linear; }

html:not(.touch) .article_list__block__content:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

html:not(.touch) .article_list__block__content:hover > * {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  transition-duration: 0s; }

html:not(.touch) a.skewbtn, html:not(.touch) a.skewbtn__double__btn, html:not(.touch) a.skewbtn__triple__btn, html:not(.touch) a.skewbtn__triple__btn--wide, html:not(.touch) a.service__list__item__link,
html:not(.touch) button.skewbtn,
html:not(.touch) button.skewbtn__double__btn,
html:not(.touch) button.skewbtn__triple__btn,
html:not(.touch) button.skewbtn__triple__btn--wide,
html:not(.touch) button.service__list__item__link {
  /*
		&>*,
		&:after{
			opacity: 1;
			transition: opacity $fadeDuration linear;
		}
		&:hover{
			opacity: 1;
			&>*,
			&:after{
				opacity: $fadeOpacity;
				transition-duration: 0s;
			}
		}
		*/ }
  html:not(.touch) a.skewbtn:before, html:not(.touch) a.skewbtn__double__btn:before, html:not(.touch) a.skewbtn__triple__btn:before, html:not(.touch) a.skewbtn__triple__btn--wide:before, html:not(.touch) a.service__list__item__link:before,
  html:not(.touch) button.skewbtn:before,
  html:not(.touch) button.skewbtn__double__btn:before,
  html:not(.touch) button.skewbtn__triple__btn:before,
  html:not(.touch) button.skewbtn__triple__btn--wide:before,
  html:not(.touch) button.service__list__item__link:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: background-color .15s linear; }
  html:not(.touch) a.skewbtn:hover, html:not(.touch) a.skewbtn__double__btn:hover, html:not(.touch) a.skewbtn__triple__btn:hover, html:not(.touch) a.skewbtn__triple__btn--wide:hover, html:not(.touch) a.service__list__item__link:hover,
  html:not(.touch) button.skewbtn:hover,
  html:not(.touch) button.skewbtn__double__btn:hover,
  html:not(.touch) button.skewbtn__triple__btn:hover,
  html:not(.touch) button.skewbtn__triple__btn--wide:hover,
  html:not(.touch) button.service__list__item__link:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    html:not(.touch) a.skewbtn:hover:before, html:not(.touch) a.skewbtn__double__btn:hover:before, html:not(.touch) a.skewbtn__triple__btn:hover:before, html:not(.touch) a.skewbtn__triple__btn--wide:hover:before, html:not(.touch) a.service__list__item__link:hover:before,
    html:not(.touch) button.skewbtn:hover:before,
    html:not(.touch) button.skewbtn__double__btn:hover:before,
    html:not(.touch) button.skewbtn__triple__btn:hover:before,
    html:not(.touch) button.skewbtn__triple__btn--wide:hover:before,
    html:not(.touch) button.service__list__item__link:hover:before {
      background-color: #B9B1AB;
      transition-duration: 0s; }

html:not(.touch) .footer__main__contact__mail {
  transition: background-color .15s linear; }
  html:not(.touch) .footer__main__contact__mail:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background-color: #B9B1AB;
    transition-duration: 0s; }

html:not(.touch) .about__people__list__item__name {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 0.2s linear; }
  html:not(.touch) .about__people__list__item__name:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    transition-duration: 0s; }

html:not(.touch) .gallery__prev,
html:not(.touch) .gallery__next {
  transition: background-color .15s linear; }
  html:not(.touch) .gallery__prev:hover,
  html:not(.touch) .gallery__next:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background-color: #B9B1AB;
    transition-duration: 0s; }

html:not(.touch) .faq__list__item__question {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 0.2s linear; }
  html:not(.touch) .faq__list__item__question:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    transition-duration: 0s; }

html:not(.touch) .articleindex__cattab__dropdown__current span, html:not(.touch) .articleindex__cattab__dropdown__current:after {
  transition: opacity 0.2s linear; }

html:not(.touch) .articleindex__cattab__dropdown__current:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  html:not(.touch) .articleindex__cattab__dropdown__current:hover span, html:not(.touch) .articleindex__cattab__dropdown__current:hover:after {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    transition-duration: 0s; }

.header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  min-width: 1280px;
  height: 92px;
  z-index: 999; }
  .header:before {
    content: "";
    display: block;
    width: calc(100% - 50px);
    height: 92px;
    background-color: #FFF;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1); }

.header__title {
  width: 224px;
  height: 92px;
  background-color: transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: background-color 0s linear .5s; }
  .header__title:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 92px 43px 0 0;
    border-color: #FFF transparent transparent transparent;
    position: absolute;
    top: 0px;
    right: -43px;
    z-index: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity 0s linear .5s; }
  .header__title:hover {
    background-color: #FFF;
    transition-delay: 0s; }
    .header__title:hover:after {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      transition-delay: 0s; }
  .header__title a {
    display: block;
    width: 224px;
    height: 100%;
    position: relative;
    z-index: 1;
    background-image: url(images/logo.png);
    background-size: 224px 92px;
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #493127;
    font-size: 0px;
    color: transparent; }
    .header__title a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 92px 43px 0 0;
      border-color: #493127 transparent transparent transparent;
      position: absolute;
      top: 0px;
      right: -43px;
      z-index: 0; }

.header__aside {
  width: 317px;
  height: 92px;
  position: absolute;
  top: 0px;
  right: 0px; }

.header__aside__youtube,
.header__aside__cart,
.header__aside__mail {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  width: 135px;
  height: 92px;
  position: absolute;
  top: 0px;
  -webkit-clip-path: polygon(43px 0px, 135px 0px, 92px 92px, 0px 92px);
          clip-path: polygon(43px 0px, 135px 0px, 92px 92px, 0px 92px);
  z-index: 1;
  transition: background-color 0s linear .5s; }
  .header__aside__youtube:hover,
  .header__aside__cart:hover,
  .header__aside__mail:hover {
    background-color: #FFF;
    transition-delay: 0s; }
  .header__aside__youtube a,
  .header__aside__cart a,
  .header__aside__mail a {
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    color: transparent;
    display: block;
    width: 135px;
    height: 92px;
    background-image: url(images/head_aside_base.png);
    background-size: 135px 184px;
    background-repeat: no-repeat;
    background-position: left top; }
    .header__aside__youtube a:before,
    .header__aside__cart a:before,
    .header__aside__mail a:before {
      content: "";
      display: block;
      width: 135px;
      height: 92px;
      background-image: url(images/head_aside_edge.png);
      background-size: 135px 92px;
      background-position: center;
      position: absolute;
      left: 0px;
      top: 0px;
      z-index: 0; }
    .header__aside__youtube a:after,
    .header__aside__cart a:after,
    .header__aside__mail a:after {
      content: "";
      display: block;
      width: 50px;
      height: 50px;
      background-size: 50px 50px;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      left: 43px;
      top: 21px;
      z-index: 1; }

.header__aside__youtube {
  left: 0px; }
  .header__aside__youtube a:before {
    display: none; }
  .header__aside__youtube a:after {
    background-image: url(images/head_youtube.png); }

.header__aside__cart {
  left: 91px; }
  .header__aside__cart a:after {
    background-image: url(images/head_cart.png); }

.header__aside__mail {
  left: 182px; }
  .header__aside__mail a {
    background-position: left bottom; }
  .header__aside__mail a:after {
    background-image: url(images/head_mail.png); }

.header__nav {
  width: auto;
  height: 38px;
  position: absolute;
  top: 28px;
  left: 268px; }
  .header__nav ul li {
    display: block;
    width: auto;
    height: 42px;
    float: left;
    margin-right: 13px;
    position: relative; }
    .header__nav ul li a {
      font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
      font-weight: 500;
      position: relative;
      display: block;
      width: auto;
      height: 38px;
      padding: 0 6px 4px;
      color: #FFF;
      font-size: 16px;
      line-height: 38px;
      text-decoration: none; }

.header__nav__toggle {
  display: none; }

.header__nav--current a:after, .index .header__nav__item--home a:after, .service .header__nav__item--service a:after, .about .header__nav__item--about a:after, .story .header__nav__item--story a:after, .service_general--coating .header__nav__item--service a:after,
.service_general--carfilm .header__nav__item--service a:after,
.service_general--protectionfilm .header__nav__item--service a:after,
.service_general--interior .header__nav__item--service a:after,
.service_general--steering .header__nav__item--service a:after,
.service_general--repair .header__nav__item--service a:after,
.service_general--etc .header__nav__item--service a:after,
.service_general--washing .header__nav__item--service a:after,
.service_general--cleaning .header__nav__item--service a:after,
.service_general--dentrepair .header__nav__item--service a:after,
.service_general--bikecoating .header__nav__item--service a:after,
.service_general--pricelist .header__nav__item--service a:after, .shop .header__nav__item--shop a:after, .magazine .header__nav__item--magazine a:after, .works .header__nav__item--works a:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #FFF;
  -webkit-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
          transform: skewX(-25deg);
  transition: background-color 0s cubic-bezier(0.19, 1, 0.22, 1); }

.header.fill:before, .service_general .header:before, .service_general--coating .header:before,
.service_general--carfilm .header:before,
.service_general--protectionfilm .header:before,
.service_general--interior .header:before,
.service_general--steering .header:before,
.service_general--repair .header:before,
.service_general--etc .header:before,
.service_general--washing .header:before,
.service_general--cleaning .header:before,
.service_general--dentrepair .header:before,
.service_general--bikecoating .header:before,
.service_general--pricelist .header:before, .legal .header:before, .articlesingle .header:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.header.fill .header__nav ul li a, .service_general .header .header__nav ul li a, .service_general--coating .header .header__nav ul li a,
.service_general--carfilm .header .header__nav ul li a,
.service_general--protectionfilm .header .header__nav ul li a,
.service_general--interior .header .header__nav ul li a,
.service_general--steering .header .header__nav ul li a,
.service_general--repair .header .header__nav ul li a,
.service_general--etc .header .header__nav ul li a,
.service_general--washing .header .header__nav ul li a,
.service_general--cleaning .header .header__nav ul li a,
.service_general--dentrepair .header .header__nav ul li a,
.service_general--bikecoating .header .header__nav ul li a,
.service_general--pricelist .header .header__nav ul li a, .legal .header .header__nav ul li a, .articlesingle .header .header__nav ul li a {
  color: #493127; }

.header.fill .header__nav--current a:after, .service_general .header .header__nav--current a:after, .service_general--coating .header .header__nav--current a:after,
.service_general--carfilm .header .header__nav--current a:after,
.service_general--protectionfilm .header .header__nav--current a:after,
.service_general--interior .header .header__nav--current a:after,
.service_general--steering .header .header__nav--current a:after,
.service_general--repair .header .header__nav--current a:after,
.service_general--etc .header .header__nav--current a:after,
.service_general--washing .header .header__nav--current a:after,
.service_general--cleaning .header .header__nav--current a:after,
.service_general--dentrepair .header .header__nav--current a:after,
.service_general--bikecoating .header .header__nav--current a:after,
.service_general--pricelist .header .header__nav--current a:after, .legal .header .header__nav--current a:after, .articlesingle .header .header__nav--current a:after, .header.fill .index .header__nav__item--home a:after, .index .header.fill .header__nav__item--home a:after, .service_general .header .index .header__nav__item--home a:after, .index .service_general .header .header__nav__item--home a:after, .service_general--coating .header .index .header__nav__item--home a:after, .index .service_general--coating .header .header__nav__item--home a:after,
.service_general--carfilm .header .index .header__nav__item--home a:after, .index
.service_general--carfilm .header .header__nav__item--home a:after,
.service_general--protectionfilm .header .index .header__nav__item--home a:after, .index
.service_general--protectionfilm .header .header__nav__item--home a:after,
.service_general--interior .header .index .header__nav__item--home a:after, .index
.service_general--interior .header .header__nav__item--home a:after,
.service_general--steering .header .index .header__nav__item--home a:after, .index
.service_general--steering .header .header__nav__item--home a:after,
.service_general--repair .header .index .header__nav__item--home a:after, .index
.service_general--repair .header .header__nav__item--home a:after,
.service_general--etc .header .index .header__nav__item--home a:after, .index
.service_general--etc .header .header__nav__item--home a:after,
.service_general--washing .header .index .header__nav__item--home a:after, .index
.service_general--washing .header .header__nav__item--home a:after,
.service_general--cleaning .header .index .header__nav__item--home a:after, .index
.service_general--cleaning .header .header__nav__item--home a:after,
.service_general--dentrepair .header .index .header__nav__item--home a:after, .index
.service_general--dentrepair .header .header__nav__item--home a:after,
.service_general--bikecoating .header .index .header__nav__item--home a:after, .index
.service_general--bikecoating .header .header__nav__item--home a:after,
.service_general--pricelist .header .index .header__nav__item--home a:after, .index
.service_general--pricelist .header .header__nav__item--home a:after, .legal .header .index .header__nav__item--home a:after, .index .legal .header .header__nav__item--home a:after, .articlesingle .header .index .header__nav__item--home a:after, .index .articlesingle .header .header__nav__item--home a:after, .header.fill .service .header__nav__item--service a:after, .service .header.fill .header__nav__item--service a:after, .service_general .header .service .header__nav__item--service a:after, .service .service_general .header .header__nav__item--service a:after, .service_general--coating .header .service .header__nav__item--service a:after, .service .service_general--coating .header .header__nav__item--service a:after,
.service_general--carfilm .header .service .header__nav__item--service a:after, .service
.service_general--carfilm .header .header__nav__item--service a:after,
.service_general--protectionfilm .header .service .header__nav__item--service a:after, .service
.service_general--protectionfilm .header .header__nav__item--service a:after,
.service_general--interior .header .service .header__nav__item--service a:after, .service
.service_general--interior .header .header__nav__item--service a:after,
.service_general--steering .header .service .header__nav__item--service a:after, .service
.service_general--steering .header .header__nav__item--service a:after,
.service_general--repair .header .service .header__nav__item--service a:after, .service
.service_general--repair .header .header__nav__item--service a:after,
.service_general--etc .header .service .header__nav__item--service a:after, .service
.service_general--etc .header .header__nav__item--service a:after,
.service_general--washing .header .service .header__nav__item--service a:after, .service
.service_general--washing .header .header__nav__item--service a:after,
.service_general--cleaning .header .service .header__nav__item--service a:after, .service
.service_general--cleaning .header .header__nav__item--service a:after,
.service_general--dentrepair .header .service .header__nav__item--service a:after, .service
.service_general--dentrepair .header .header__nav__item--service a:after,
.service_general--bikecoating .header .service .header__nav__item--service a:after, .service
.service_general--bikecoating .header .header__nav__item--service a:after,
.service_general--pricelist .header .service .header__nav__item--service a:after, .service
.service_general--pricelist .header .header__nav__item--service a:after, .legal .header .service .header__nav__item--service a:after, .service .legal .header .header__nav__item--service a:after, .articlesingle .header .service .header__nav__item--service a:after, .service .articlesingle .header .header__nav__item--service a:after, .header.fill .about .header__nav__item--about a:after, .about .header.fill .header__nav__item--about a:after, .service_general .header .about .header__nav__item--about a:after, .about .service_general .header .header__nav__item--about a:after, .service_general--coating .header .about .header__nav__item--about a:after, .about .service_general--coating .header .header__nav__item--about a:after,
.service_general--carfilm .header .about .header__nav__item--about a:after, .about
.service_general--carfilm .header .header__nav__item--about a:after,
.service_general--protectionfilm .header .about .header__nav__item--about a:after, .about
.service_general--protectionfilm .header .header__nav__item--about a:after,
.service_general--interior .header .about .header__nav__item--about a:after, .about
.service_general--interior .header .header__nav__item--about a:after,
.service_general--steering .header .about .header__nav__item--about a:after, .about
.service_general--steering .header .header__nav__item--about a:after,
.service_general--repair .header .about .header__nav__item--about a:after, .about
.service_general--repair .header .header__nav__item--about a:after,
.service_general--etc .header .about .header__nav__item--about a:after, .about
.service_general--etc .header .header__nav__item--about a:after,
.service_general--washing .header .about .header__nav__item--about a:after, .about
.service_general--washing .header .header__nav__item--about a:after,
.service_general--cleaning .header .about .header__nav__item--about a:after, .about
.service_general--cleaning .header .header__nav__item--about a:after,
.service_general--dentrepair .header .about .header__nav__item--about a:after, .about
.service_general--dentrepair .header .header__nav__item--about a:after,
.service_general--bikecoating .header .about .header__nav__item--about a:after, .about
.service_general--bikecoating .header .header__nav__item--about a:after,
.service_general--pricelist .header .about .header__nav__item--about a:after, .about
.service_general--pricelist .header .header__nav__item--about a:after, .legal .header .about .header__nav__item--about a:after, .about .legal .header .header__nav__item--about a:after, .articlesingle .header .about .header__nav__item--about a:after, .about .articlesingle .header .header__nav__item--about a:after, .header.fill .story .header__nav__item--story a:after, .story .header.fill .header__nav__item--story a:after, .service_general .header .story .header__nav__item--story a:after, .story .service_general .header .header__nav__item--story a:after, .service_general--coating .header .story .header__nav__item--story a:after, .story .service_general--coating .header .header__nav__item--story a:after,
.service_general--carfilm .header .story .header__nav__item--story a:after, .story
.service_general--carfilm .header .header__nav__item--story a:after,
.service_general--protectionfilm .header .story .header__nav__item--story a:after, .story
.service_general--protectionfilm .header .header__nav__item--story a:after,
.service_general--interior .header .story .header__nav__item--story a:after, .story
.service_general--interior .header .header__nav__item--story a:after,
.service_general--steering .header .story .header__nav__item--story a:after, .story
.service_general--steering .header .header__nav__item--story a:after,
.service_general--repair .header .story .header__nav__item--story a:after, .story
.service_general--repair .header .header__nav__item--story a:after,
.service_general--etc .header .story .header__nav__item--story a:after, .story
.service_general--etc .header .header__nav__item--story a:after,
.service_general--washing .header .story .header__nav__item--story a:after, .story
.service_general--washing .header .header__nav__item--story a:after,
.service_general--cleaning .header .story .header__nav__item--story a:after, .story
.service_general--cleaning .header .header__nav__item--story a:after,
.service_general--dentrepair .header .story .header__nav__item--story a:after, .story
.service_general--dentrepair .header .header__nav__item--story a:after,
.service_general--bikecoating .header .story .header__nav__item--story a:after, .story
.service_general--bikecoating .header .header__nav__item--story a:after,
.service_general--pricelist .header .story .header__nav__item--story a:after, .story
.service_general--pricelist .header .header__nav__item--story a:after, .legal .header .story .header__nav__item--story a:after, .story .legal .header .header__nav__item--story a:after, .articlesingle .header .story .header__nav__item--story a:after, .story .articlesingle .header .header__nav__item--story a:after, .header.fill .service_general--coating .header__nav__item--service a:after, .service_general--coating .header.fill .header__nav__item--service a:after, .service_general .header .service_general--coating .header__nav__item--service a:after, .service_general--coating .service_general .header .header__nav__item--service a:after, .service_general--coating .header .header__nav__item--service a:after,
.service_general--carfilm .header .service_general--coating .header__nav__item--service a:after, .service_general--coating
.service_general--carfilm .header .header__nav__item--service a:after,
.service_general--protectionfilm .header .service_general--coating .header__nav__item--service a:after, .service_general--coating
.service_general--protectionfilm .header .header__nav__item--service a:after,
.service_general--interior .header .service_general--coating .header__nav__item--service a:after, .service_general--coating
.service_general--interior .header .header__nav__item--service a:after,
.service_general--steering .header .service_general--coating .header__nav__item--service a:after, .service_general--coating
.service_general--steering .header .header__nav__item--service a:after,
.service_general--repair .header .service_general--coating .header__nav__item--service a:after, .service_general--coating
.service_general--repair .header .header__nav__item--service a:after,
.service_general--etc .header .service_general--coating .header__nav__item--service a:after, .service_general--coating
.service_general--etc .header .header__nav__item--service a:after,
.service_general--washing .header .service_general--coating .header__nav__item--service a:after, .service_general--coating
.service_general--washing .header .header__nav__item--service a:after,
.service_general--cleaning .header .service_general--coating .header__nav__item--service a:after, .service_general--coating
.service_general--cleaning .header .header__nav__item--service a:after,
.service_general--dentrepair .header .service_general--coating .header__nav__item--service a:after, .service_general--coating
.service_general--dentrepair .header .header__nav__item--service a:after,
.service_general--bikecoating .header .service_general--coating .header__nav__item--service a:after, .service_general--coating
.service_general--bikecoating .header .header__nav__item--service a:after,
.service_general--pricelist .header .service_general--coating .header__nav__item--service a:after, .service_general--coating
.service_general--pricelist .header .header__nav__item--service a:after, .legal .header .service_general--coating .header__nav__item--service a:after, .service_general--coating .legal .header .header__nav__item--service a:after, .articlesingle .header .service_general--coating .header__nav__item--service a:after, .service_general--coating .articlesingle .header .header__nav__item--service a:after, .header.fill
.service_general--carfilm .header__nav__item--service a:after,
.service_general--carfilm .header.fill .header__nav__item--service a:after, .service_general .header
.service_general--carfilm .header__nav__item--service a:after,
.service_general--carfilm .service_general .header .header__nav__item--service a:after, .service_general--coating .header
.service_general--carfilm .header__nav__item--service a:after,
.service_general--carfilm .service_general--coating .header .header__nav__item--service a:after, .service_general--carfilm .header .header__nav__item--service a:after,
.service_general--protectionfilm .header
.service_general--carfilm .header__nav__item--service a:after,
.service_general--carfilm
.service_general--protectionfilm .header .header__nav__item--service a:after,
.service_general--interior .header
.service_general--carfilm .header__nav__item--service a:after,
.service_general--carfilm
.service_general--interior .header .header__nav__item--service a:after,
.service_general--steering .header
.service_general--carfilm .header__nav__item--service a:after,
.service_general--carfilm
.service_general--steering .header .header__nav__item--service a:after,
.service_general--repair .header
.service_general--carfilm .header__nav__item--service a:after,
.service_general--carfilm
.service_general--repair .header .header__nav__item--service a:after,
.service_general--etc .header
.service_general--carfilm .header__nav__item--service a:after,
.service_general--carfilm
.service_general--etc .header .header__nav__item--service a:after,
.service_general--washing .header
.service_general--carfilm .header__nav__item--service a:after,
.service_general--carfilm
.service_general--washing .header .header__nav__item--service a:after,
.service_general--cleaning .header
.service_general--carfilm .header__nav__item--service a:after,
.service_general--carfilm
.service_general--cleaning .header .header__nav__item--service a:after,
.service_general--dentrepair .header
.service_general--carfilm .header__nav__item--service a:after,
.service_general--carfilm
.service_general--dentrepair .header .header__nav__item--service a:after,
.service_general--bikecoating .header
.service_general--carfilm .header__nav__item--service a:after,
.service_general--carfilm
.service_general--bikecoating .header .header__nav__item--service a:after,
.service_general--pricelist .header
.service_general--carfilm .header__nav__item--service a:after,
.service_general--carfilm
.service_general--pricelist .header .header__nav__item--service a:after, .legal .header
.service_general--carfilm .header__nav__item--service a:after,
.service_general--carfilm .legal .header .header__nav__item--service a:after, .articlesingle .header
.service_general--carfilm .header__nav__item--service a:after,
.service_general--carfilm .articlesingle .header .header__nav__item--service a:after, .header.fill
.service_general--protectionfilm .header__nav__item--service a:after,
.service_general--protectionfilm .header.fill .header__nav__item--service a:after, .service_general .header
.service_general--protectionfilm .header__nav__item--service a:after,
.service_general--protectionfilm .service_general .header .header__nav__item--service a:after, .service_general--coating .header
.service_general--protectionfilm .header__nav__item--service a:after,
.service_general--protectionfilm .service_general--coating .header .header__nav__item--service a:after,
.service_general--carfilm .header
.service_general--protectionfilm .header__nav__item--service a:after,
.service_general--protectionfilm
.service_general--carfilm .header .header__nav__item--service a:after, .service_general--protectionfilm .header .header__nav__item--service a:after,
.service_general--interior .header
.service_general--protectionfilm .header__nav__item--service a:after,
.service_general--protectionfilm
.service_general--interior .header .header__nav__item--service a:after,
.service_general--steering .header
.service_general--protectionfilm .header__nav__item--service a:after,
.service_general--protectionfilm
.service_general--steering .header .header__nav__item--service a:after,
.service_general--repair .header
.service_general--protectionfilm .header__nav__item--service a:after,
.service_general--protectionfilm
.service_general--repair .header .header__nav__item--service a:after,
.service_general--etc .header
.service_general--protectionfilm .header__nav__item--service a:after,
.service_general--protectionfilm
.service_general--etc .header .header__nav__item--service a:after,
.service_general--washing .header
.service_general--protectionfilm .header__nav__item--service a:after,
.service_general--protectionfilm
.service_general--washing .header .header__nav__item--service a:after,
.service_general--cleaning .header
.service_general--protectionfilm .header__nav__item--service a:after,
.service_general--protectionfilm
.service_general--cleaning .header .header__nav__item--service a:after,
.service_general--dentrepair .header
.service_general--protectionfilm .header__nav__item--service a:after,
.service_general--protectionfilm
.service_general--dentrepair .header .header__nav__item--service a:after,
.service_general--bikecoating .header
.service_general--protectionfilm .header__nav__item--service a:after,
.service_general--protectionfilm
.service_general--bikecoating .header .header__nav__item--service a:after,
.service_general--pricelist .header
.service_general--protectionfilm .header__nav__item--service a:after,
.service_general--protectionfilm
.service_general--pricelist .header .header__nav__item--service a:after, .legal .header
.service_general--protectionfilm .header__nav__item--service a:after,
.service_general--protectionfilm .legal .header .header__nav__item--service a:after, .articlesingle .header
.service_general--protectionfilm .header__nav__item--service a:after,
.service_general--protectionfilm .articlesingle .header .header__nav__item--service a:after, .header.fill
.service_general--interior .header__nav__item--service a:after,
.service_general--interior .header.fill .header__nav__item--service a:after, .service_general .header
.service_general--interior .header__nav__item--service a:after,
.service_general--interior .service_general .header .header__nav__item--service a:after, .service_general--coating .header
.service_general--interior .header__nav__item--service a:after,
.service_general--interior .service_general--coating .header .header__nav__item--service a:after,
.service_general--carfilm .header
.service_general--interior .header__nav__item--service a:after,
.service_general--interior
.service_general--carfilm .header .header__nav__item--service a:after,
.service_general--protectionfilm .header
.service_general--interior .header__nav__item--service a:after,
.service_general--interior
.service_general--protectionfilm .header .header__nav__item--service a:after, .service_general--interior .header .header__nav__item--service a:after,
.service_general--steering .header
.service_general--interior .header__nav__item--service a:after,
.service_general--interior
.service_general--steering .header .header__nav__item--service a:after,
.service_general--repair .header
.service_general--interior .header__nav__item--service a:after,
.service_general--interior
.service_general--repair .header .header__nav__item--service a:after,
.service_general--etc .header
.service_general--interior .header__nav__item--service a:after,
.service_general--interior
.service_general--etc .header .header__nav__item--service a:after,
.service_general--washing .header
.service_general--interior .header__nav__item--service a:after,
.service_general--interior
.service_general--washing .header .header__nav__item--service a:after,
.service_general--cleaning .header
.service_general--interior .header__nav__item--service a:after,
.service_general--interior
.service_general--cleaning .header .header__nav__item--service a:after,
.service_general--dentrepair .header
.service_general--interior .header__nav__item--service a:after,
.service_general--interior
.service_general--dentrepair .header .header__nav__item--service a:after,
.service_general--bikecoating .header
.service_general--interior .header__nav__item--service a:after,
.service_general--interior
.service_general--bikecoating .header .header__nav__item--service a:after,
.service_general--pricelist .header
.service_general--interior .header__nav__item--service a:after,
.service_general--interior
.service_general--pricelist .header .header__nav__item--service a:after, .legal .header
.service_general--interior .header__nav__item--service a:after,
.service_general--interior .legal .header .header__nav__item--service a:after, .articlesingle .header
.service_general--interior .header__nav__item--service a:after,
.service_general--interior .articlesingle .header .header__nav__item--service a:after, .header.fill
.service_general--steering .header__nav__item--service a:after,
.service_general--steering .header.fill .header__nav__item--service a:after, .service_general .header
.service_general--steering .header__nav__item--service a:after,
.service_general--steering .service_general .header .header__nav__item--service a:after, .service_general--coating .header
.service_general--steering .header__nav__item--service a:after,
.service_general--steering .service_general--coating .header .header__nav__item--service a:after,
.service_general--carfilm .header
.service_general--steering .header__nav__item--service a:after,
.service_general--steering
.service_general--carfilm .header .header__nav__item--service a:after,
.service_general--protectionfilm .header
.service_general--steering .header__nav__item--service a:after,
.service_general--steering
.service_general--protectionfilm .header .header__nav__item--service a:after,
.service_general--interior .header
.service_general--steering .header__nav__item--service a:after,
.service_general--steering
.service_general--interior .header .header__nav__item--service a:after, .service_general--steering .header .header__nav__item--service a:after,
.service_general--repair .header
.service_general--steering .header__nav__item--service a:after,
.service_general--steering
.service_general--repair .header .header__nav__item--service a:after,
.service_general--etc .header
.service_general--steering .header__nav__item--service a:after,
.service_general--steering
.service_general--etc .header .header__nav__item--service a:after,
.service_general--washing .header
.service_general--steering .header__nav__item--service a:after,
.service_general--steering
.service_general--washing .header .header__nav__item--service a:after,
.service_general--cleaning .header
.service_general--steering .header__nav__item--service a:after,
.service_general--steering
.service_general--cleaning .header .header__nav__item--service a:after,
.service_general--dentrepair .header
.service_general--steering .header__nav__item--service a:after,
.service_general--steering
.service_general--dentrepair .header .header__nav__item--service a:after,
.service_general--bikecoating .header
.service_general--steering .header__nav__item--service a:after,
.service_general--steering
.service_general--bikecoating .header .header__nav__item--service a:after,
.service_general--pricelist .header
.service_general--steering .header__nav__item--service a:after,
.service_general--steering
.service_general--pricelist .header .header__nav__item--service a:after, .legal .header
.service_general--steering .header__nav__item--service a:after,
.service_general--steering .legal .header .header__nav__item--service a:after, .articlesingle .header
.service_general--steering .header__nav__item--service a:after,
.service_general--steering .articlesingle .header .header__nav__item--service a:after, .header.fill
.service_general--repair .header__nav__item--service a:after,
.service_general--repair .header.fill .header__nav__item--service a:after, .service_general .header
.service_general--repair .header__nav__item--service a:after,
.service_general--repair .service_general .header .header__nav__item--service a:after, .service_general--coating .header
.service_general--repair .header__nav__item--service a:after,
.service_general--repair .service_general--coating .header .header__nav__item--service a:after,
.service_general--carfilm .header
.service_general--repair .header__nav__item--service a:after,
.service_general--repair
.service_general--carfilm .header .header__nav__item--service a:after,
.service_general--protectionfilm .header
.service_general--repair .header__nav__item--service a:after,
.service_general--repair
.service_general--protectionfilm .header .header__nav__item--service a:after,
.service_general--interior .header
.service_general--repair .header__nav__item--service a:after,
.service_general--repair
.service_general--interior .header .header__nav__item--service a:after,
.service_general--steering .header
.service_general--repair .header__nav__item--service a:after,
.service_general--repair
.service_general--steering .header .header__nav__item--service a:after, .service_general--repair .header .header__nav__item--service a:after,
.service_general--etc .header
.service_general--repair .header__nav__item--service a:after,
.service_general--repair
.service_general--etc .header .header__nav__item--service a:after,
.service_general--washing .header
.service_general--repair .header__nav__item--service a:after,
.service_general--repair
.service_general--washing .header .header__nav__item--service a:after,
.service_general--cleaning .header
.service_general--repair .header__nav__item--service a:after,
.service_general--repair
.service_general--cleaning .header .header__nav__item--service a:after,
.service_general--dentrepair .header
.service_general--repair .header__nav__item--service a:after,
.service_general--repair
.service_general--dentrepair .header .header__nav__item--service a:after,
.service_general--bikecoating .header
.service_general--repair .header__nav__item--service a:after,
.service_general--repair
.service_general--bikecoating .header .header__nav__item--service a:after,
.service_general--pricelist .header
.service_general--repair .header__nav__item--service a:after,
.service_general--repair
.service_general--pricelist .header .header__nav__item--service a:after, .legal .header
.service_general--repair .header__nav__item--service a:after,
.service_general--repair .legal .header .header__nav__item--service a:after, .articlesingle .header
.service_general--repair .header__nav__item--service a:after,
.service_general--repair .articlesingle .header .header__nav__item--service a:after, .header.fill
.service_general--etc .header__nav__item--service a:after,
.service_general--etc .header.fill .header__nav__item--service a:after, .service_general .header
.service_general--etc .header__nav__item--service a:after,
.service_general--etc .service_general .header .header__nav__item--service a:after, .service_general--coating .header
.service_general--etc .header__nav__item--service a:after,
.service_general--etc .service_general--coating .header .header__nav__item--service a:after,
.service_general--carfilm .header
.service_general--etc .header__nav__item--service a:after,
.service_general--etc
.service_general--carfilm .header .header__nav__item--service a:after,
.service_general--protectionfilm .header
.service_general--etc .header__nav__item--service a:after,
.service_general--etc
.service_general--protectionfilm .header .header__nav__item--service a:after,
.service_general--interior .header
.service_general--etc .header__nav__item--service a:after,
.service_general--etc
.service_general--interior .header .header__nav__item--service a:after,
.service_general--steering .header
.service_general--etc .header__nav__item--service a:after,
.service_general--etc
.service_general--steering .header .header__nav__item--service a:after,
.service_general--repair .header
.service_general--etc .header__nav__item--service a:after,
.service_general--etc
.service_general--repair .header .header__nav__item--service a:after, .service_general--etc .header .header__nav__item--service a:after,
.service_general--washing .header
.service_general--etc .header__nav__item--service a:after,
.service_general--etc
.service_general--washing .header .header__nav__item--service a:after,
.service_general--cleaning .header
.service_general--etc .header__nav__item--service a:after,
.service_general--etc
.service_general--cleaning .header .header__nav__item--service a:after,
.service_general--dentrepair .header
.service_general--etc .header__nav__item--service a:after,
.service_general--etc
.service_general--dentrepair .header .header__nav__item--service a:after,
.service_general--bikecoating .header
.service_general--etc .header__nav__item--service a:after,
.service_general--etc
.service_general--bikecoating .header .header__nav__item--service a:after,
.service_general--pricelist .header
.service_general--etc .header__nav__item--service a:after,
.service_general--etc
.service_general--pricelist .header .header__nav__item--service a:after, .legal .header
.service_general--etc .header__nav__item--service a:after,
.service_general--etc .legal .header .header__nav__item--service a:after, .articlesingle .header
.service_general--etc .header__nav__item--service a:after,
.service_general--etc .articlesingle .header .header__nav__item--service a:after, .header.fill
.service_general--washing .header__nav__item--service a:after,
.service_general--washing .header.fill .header__nav__item--service a:after, .service_general .header
.service_general--washing .header__nav__item--service a:after,
.service_general--washing .service_general .header .header__nav__item--service a:after, .service_general--coating .header
.service_general--washing .header__nav__item--service a:after,
.service_general--washing .service_general--coating .header .header__nav__item--service a:after,
.service_general--carfilm .header
.service_general--washing .header__nav__item--service a:after,
.service_general--washing
.service_general--carfilm .header .header__nav__item--service a:after,
.service_general--protectionfilm .header
.service_general--washing .header__nav__item--service a:after,
.service_general--washing
.service_general--protectionfilm .header .header__nav__item--service a:after,
.service_general--interior .header
.service_general--washing .header__nav__item--service a:after,
.service_general--washing
.service_general--interior .header .header__nav__item--service a:after,
.service_general--steering .header
.service_general--washing .header__nav__item--service a:after,
.service_general--washing
.service_general--steering .header .header__nav__item--service a:after,
.service_general--repair .header
.service_general--washing .header__nav__item--service a:after,
.service_general--washing
.service_general--repair .header .header__nav__item--service a:after,
.service_general--etc .header
.service_general--washing .header__nav__item--service a:after,
.service_general--washing
.service_general--etc .header .header__nav__item--service a:after, .service_general--washing .header .header__nav__item--service a:after,
.service_general--cleaning .header
.service_general--washing .header__nav__item--service a:after,
.service_general--washing
.service_general--cleaning .header .header__nav__item--service a:after,
.service_general--dentrepair .header
.service_general--washing .header__nav__item--service a:after,
.service_general--washing
.service_general--dentrepair .header .header__nav__item--service a:after,
.service_general--bikecoating .header
.service_general--washing .header__nav__item--service a:after,
.service_general--washing
.service_general--bikecoating .header .header__nav__item--service a:after,
.service_general--pricelist .header
.service_general--washing .header__nav__item--service a:after,
.service_general--washing
.service_general--pricelist .header .header__nav__item--service a:after, .legal .header
.service_general--washing .header__nav__item--service a:after,
.service_general--washing .legal .header .header__nav__item--service a:after, .articlesingle .header
.service_general--washing .header__nav__item--service a:after,
.service_general--washing .articlesingle .header .header__nav__item--service a:after, .header.fill
.service_general--cleaning .header__nav__item--service a:after,
.service_general--cleaning .header.fill .header__nav__item--service a:after, .service_general .header
.service_general--cleaning .header__nav__item--service a:after,
.service_general--cleaning .service_general .header .header__nav__item--service a:after, .service_general--coating .header
.service_general--cleaning .header__nav__item--service a:after,
.service_general--cleaning .service_general--coating .header .header__nav__item--service a:after,
.service_general--carfilm .header
.service_general--cleaning .header__nav__item--service a:after,
.service_general--cleaning
.service_general--carfilm .header .header__nav__item--service a:after,
.service_general--protectionfilm .header
.service_general--cleaning .header__nav__item--service a:after,
.service_general--cleaning
.service_general--protectionfilm .header .header__nav__item--service a:after,
.service_general--interior .header
.service_general--cleaning .header__nav__item--service a:after,
.service_general--cleaning
.service_general--interior .header .header__nav__item--service a:after,
.service_general--steering .header
.service_general--cleaning .header__nav__item--service a:after,
.service_general--cleaning
.service_general--steering .header .header__nav__item--service a:after,
.service_general--repair .header
.service_general--cleaning .header__nav__item--service a:after,
.service_general--cleaning
.service_general--repair .header .header__nav__item--service a:after,
.service_general--etc .header
.service_general--cleaning .header__nav__item--service a:after,
.service_general--cleaning
.service_general--etc .header .header__nav__item--service a:after,
.service_general--washing .header
.service_general--cleaning .header__nav__item--service a:after,
.service_general--cleaning
.service_general--washing .header .header__nav__item--service a:after, .service_general--cleaning .header .header__nav__item--service a:after,
.service_general--dentrepair .header
.service_general--cleaning .header__nav__item--service a:after,
.service_general--cleaning
.service_general--dentrepair .header .header__nav__item--service a:after,
.service_general--bikecoating .header
.service_general--cleaning .header__nav__item--service a:after,
.service_general--cleaning
.service_general--bikecoating .header .header__nav__item--service a:after,
.service_general--pricelist .header
.service_general--cleaning .header__nav__item--service a:after,
.service_general--cleaning
.service_general--pricelist .header .header__nav__item--service a:after, .legal .header
.service_general--cleaning .header__nav__item--service a:after,
.service_general--cleaning .legal .header .header__nav__item--service a:after, .articlesingle .header
.service_general--cleaning .header__nav__item--service a:after,
.service_general--cleaning .articlesingle .header .header__nav__item--service a:after, .header.fill
.service_general--dentrepair .header__nav__item--service a:after,
.service_general--dentrepair .header.fill .header__nav__item--service a:after, .service_general .header
.service_general--dentrepair .header__nav__item--service a:after,
.service_general--dentrepair .service_general .header .header__nav__item--service a:after, .service_general--coating .header
.service_general--dentrepair .header__nav__item--service a:after,
.service_general--dentrepair .service_general--coating .header .header__nav__item--service a:after,
.service_general--carfilm .header
.service_general--dentrepair .header__nav__item--service a:after,
.service_general--dentrepair
.service_general--carfilm .header .header__nav__item--service a:after,
.service_general--protectionfilm .header
.service_general--dentrepair .header__nav__item--service a:after,
.service_general--dentrepair
.service_general--protectionfilm .header .header__nav__item--service a:after,
.service_general--interior .header
.service_general--dentrepair .header__nav__item--service a:after,
.service_general--dentrepair
.service_general--interior .header .header__nav__item--service a:after,
.service_general--steering .header
.service_general--dentrepair .header__nav__item--service a:after,
.service_general--dentrepair
.service_general--steering .header .header__nav__item--service a:after,
.service_general--repair .header
.service_general--dentrepair .header__nav__item--service a:after,
.service_general--dentrepair
.service_general--repair .header .header__nav__item--service a:after,
.service_general--etc .header
.service_general--dentrepair .header__nav__item--service a:after,
.service_general--dentrepair
.service_general--etc .header .header__nav__item--service a:after,
.service_general--washing .header
.service_general--dentrepair .header__nav__item--service a:after,
.service_general--dentrepair
.service_general--washing .header .header__nav__item--service a:after,
.service_general--cleaning .header
.service_general--dentrepair .header__nav__item--service a:after,
.service_general--dentrepair
.service_general--cleaning .header .header__nav__item--service a:after, .service_general--dentrepair .header .header__nav__item--service a:after,
.service_general--bikecoating .header
.service_general--dentrepair .header__nav__item--service a:after,
.service_general--dentrepair
.service_general--bikecoating .header .header__nav__item--service a:after,
.service_general--pricelist .header
.service_general--dentrepair .header__nav__item--service a:after,
.service_general--dentrepair
.service_general--pricelist .header .header__nav__item--service a:after, .legal .header
.service_general--dentrepair .header__nav__item--service a:after,
.service_general--dentrepair .legal .header .header__nav__item--service a:after, .articlesingle .header
.service_general--dentrepair .header__nav__item--service a:after,
.service_general--dentrepair .articlesingle .header .header__nav__item--service a:after, .header.fill
.service_general--bikecoating .header__nav__item--service a:after,
.service_general--bikecoating .header.fill .header__nav__item--service a:after, .service_general .header
.service_general--bikecoating .header__nav__item--service a:after,
.service_general--bikecoating .service_general .header .header__nav__item--service a:after, .service_general--coating .header
.service_general--bikecoating .header__nav__item--service a:after,
.service_general--bikecoating .service_general--coating .header .header__nav__item--service a:after,
.service_general--carfilm .header
.service_general--bikecoating .header__nav__item--service a:after,
.service_general--bikecoating
.service_general--carfilm .header .header__nav__item--service a:after,
.service_general--protectionfilm .header
.service_general--bikecoating .header__nav__item--service a:after,
.service_general--bikecoating
.service_general--protectionfilm .header .header__nav__item--service a:after,
.service_general--interior .header
.service_general--bikecoating .header__nav__item--service a:after,
.service_general--bikecoating
.service_general--interior .header .header__nav__item--service a:after,
.service_general--steering .header
.service_general--bikecoating .header__nav__item--service a:after,
.service_general--bikecoating
.service_general--steering .header .header__nav__item--service a:after,
.service_general--repair .header
.service_general--bikecoating .header__nav__item--service a:after,
.service_general--bikecoating
.service_general--repair .header .header__nav__item--service a:after,
.service_general--etc .header
.service_general--bikecoating .header__nav__item--service a:after,
.service_general--bikecoating
.service_general--etc .header .header__nav__item--service a:after,
.service_general--washing .header
.service_general--bikecoating .header__nav__item--service a:after,
.service_general--bikecoating
.service_general--washing .header .header__nav__item--service a:after,
.service_general--cleaning .header
.service_general--bikecoating .header__nav__item--service a:after,
.service_general--bikecoating
.service_general--cleaning .header .header__nav__item--service a:after,
.service_general--dentrepair .header
.service_general--bikecoating .header__nav__item--service a:after,
.service_general--bikecoating
.service_general--dentrepair .header .header__nav__item--service a:after, .service_general--bikecoating .header .header__nav__item--service a:after,
.service_general--pricelist .header
.service_general--bikecoating .header__nav__item--service a:after,
.service_general--bikecoating
.service_general--pricelist .header .header__nav__item--service a:after, .legal .header
.service_general--bikecoating .header__nav__item--service a:after,
.service_general--bikecoating .legal .header .header__nav__item--service a:after, .articlesingle .header
.service_general--bikecoating .header__nav__item--service a:after,
.service_general--bikecoating .articlesingle .header .header__nav__item--service a:after, .header.fill
.service_general--pricelist .header__nav__item--service a:after,
.service_general--pricelist .header.fill .header__nav__item--service a:after, .service_general .header
.service_general--pricelist .header__nav__item--service a:after,
.service_general--pricelist .service_general .header .header__nav__item--service a:after, .service_general--coating .header
.service_general--pricelist .header__nav__item--service a:after,
.service_general--pricelist .service_general--coating .header .header__nav__item--service a:after,
.service_general--carfilm .header
.service_general--pricelist .header__nav__item--service a:after,
.service_general--pricelist
.service_general--carfilm .header .header__nav__item--service a:after,
.service_general--protectionfilm .header
.service_general--pricelist .header__nav__item--service a:after,
.service_general--pricelist
.service_general--protectionfilm .header .header__nav__item--service a:after,
.service_general--interior .header
.service_general--pricelist .header__nav__item--service a:after,
.service_general--pricelist
.service_general--interior .header .header__nav__item--service a:after,
.service_general--steering .header
.service_general--pricelist .header__nav__item--service a:after,
.service_general--pricelist
.service_general--steering .header .header__nav__item--service a:after,
.service_general--repair .header
.service_general--pricelist .header__nav__item--service a:after,
.service_general--pricelist
.service_general--repair .header .header__nav__item--service a:after,
.service_general--etc .header
.service_general--pricelist .header__nav__item--service a:after,
.service_general--pricelist
.service_general--etc .header .header__nav__item--service a:after,
.service_general--washing .header
.service_general--pricelist .header__nav__item--service a:after,
.service_general--pricelist
.service_general--washing .header .header__nav__item--service a:after,
.service_general--cleaning .header
.service_general--pricelist .header__nav__item--service a:after,
.service_general--pricelist
.service_general--cleaning .header .header__nav__item--service a:after,
.service_general--dentrepair .header
.service_general--pricelist .header__nav__item--service a:after,
.service_general--pricelist
.service_general--dentrepair .header .header__nav__item--service a:after,
.service_general--bikecoating .header
.service_general--pricelist .header__nav__item--service a:after,
.service_general--pricelist
.service_general--bikecoating .header .header__nav__item--service a:after, .service_general--pricelist .header .header__nav__item--service a:after, .legal .header
.service_general--pricelist .header__nav__item--service a:after,
.service_general--pricelist .legal .header .header__nav__item--service a:after, .articlesingle .header
.service_general--pricelist .header__nav__item--service a:after,
.service_general--pricelist .articlesingle .header .header__nav__item--service a:after, .header.fill .shop .header__nav__item--shop a:after, .shop .header.fill .header__nav__item--shop a:after, .service_general .header .shop .header__nav__item--shop a:after, .shop .service_general .header .header__nav__item--shop a:after, .service_general--coating .header .shop .header__nav__item--shop a:after, .shop .service_general--coating .header .header__nav__item--shop a:after,
.service_general--carfilm .header .shop .header__nav__item--shop a:after, .shop
.service_general--carfilm .header .header__nav__item--shop a:after,
.service_general--protectionfilm .header .shop .header__nav__item--shop a:after, .shop
.service_general--protectionfilm .header .header__nav__item--shop a:after,
.service_general--interior .header .shop .header__nav__item--shop a:after, .shop
.service_general--interior .header .header__nav__item--shop a:after,
.service_general--steering .header .shop .header__nav__item--shop a:after, .shop
.service_general--steering .header .header__nav__item--shop a:after,
.service_general--repair .header .shop .header__nav__item--shop a:after, .shop
.service_general--repair .header .header__nav__item--shop a:after,
.service_general--etc .header .shop .header__nav__item--shop a:after, .shop
.service_general--etc .header .header__nav__item--shop a:after,
.service_general--washing .header .shop .header__nav__item--shop a:after, .shop
.service_general--washing .header .header__nav__item--shop a:after,
.service_general--cleaning .header .shop .header__nav__item--shop a:after, .shop
.service_general--cleaning .header .header__nav__item--shop a:after,
.service_general--dentrepair .header .shop .header__nav__item--shop a:after, .shop
.service_general--dentrepair .header .header__nav__item--shop a:after,
.service_general--bikecoating .header .shop .header__nav__item--shop a:after, .shop
.service_general--bikecoating .header .header__nav__item--shop a:after,
.service_general--pricelist .header .shop .header__nav__item--shop a:after, .shop
.service_general--pricelist .header .header__nav__item--shop a:after, .legal .header .shop .header__nav__item--shop a:after, .shop .legal .header .header__nav__item--shop a:after, .articlesingle .header .shop .header__nav__item--shop a:after, .shop .articlesingle .header .header__nav__item--shop a:after, .header.fill .magazine .header__nav__item--magazine a:after, .magazine .header.fill .header__nav__item--magazine a:after, .service_general .header .magazine .header__nav__item--magazine a:after, .magazine .service_general .header .header__nav__item--magazine a:after, .service_general--coating .header .magazine .header__nav__item--magazine a:after, .magazine .service_general--coating .header .header__nav__item--magazine a:after,
.service_general--carfilm .header .magazine .header__nav__item--magazine a:after, .magazine
.service_general--carfilm .header .header__nav__item--magazine a:after,
.service_general--protectionfilm .header .magazine .header__nav__item--magazine a:after, .magazine
.service_general--protectionfilm .header .header__nav__item--magazine a:after,
.service_general--interior .header .magazine .header__nav__item--magazine a:after, .magazine
.service_general--interior .header .header__nav__item--magazine a:after,
.service_general--steering .header .magazine .header__nav__item--magazine a:after, .magazine
.service_general--steering .header .header__nav__item--magazine a:after,
.service_general--repair .header .magazine .header__nav__item--magazine a:after, .magazine
.service_general--repair .header .header__nav__item--magazine a:after,
.service_general--etc .header .magazine .header__nav__item--magazine a:after, .magazine
.service_general--etc .header .header__nav__item--magazine a:after,
.service_general--washing .header .magazine .header__nav__item--magazine a:after, .magazine
.service_general--washing .header .header__nav__item--magazine a:after,
.service_general--cleaning .header .magazine .header__nav__item--magazine a:after, .magazine
.service_general--cleaning .header .header__nav__item--magazine a:after,
.service_general--dentrepair .header .magazine .header__nav__item--magazine a:after, .magazine
.service_general--dentrepair .header .header__nav__item--magazine a:after,
.service_general--bikecoating .header .magazine .header__nav__item--magazine a:after, .magazine
.service_general--bikecoating .header .header__nav__item--magazine a:after,
.service_general--pricelist .header .magazine .header__nav__item--magazine a:after, .magazine
.service_general--pricelist .header .header__nav__item--magazine a:after, .legal .header .magazine .header__nav__item--magazine a:after, .magazine .legal .header .header__nav__item--magazine a:after, .articlesingle .header .magazine .header__nav__item--magazine a:after, .magazine .articlesingle .header .header__nav__item--magazine a:after, .header.fill .works .header__nav__item--works a:after, .works .header.fill .header__nav__item--works a:after, .service_general .header .works .header__nav__item--works a:after, .works .service_general .header .header__nav__item--works a:after, .service_general--coating .header .works .header__nav__item--works a:after, .works .service_general--coating .header .header__nav__item--works a:after,
.service_general--carfilm .header .works .header__nav__item--works a:after, .works
.service_general--carfilm .header .header__nav__item--works a:after,
.service_general--protectionfilm .header .works .header__nav__item--works a:after, .works
.service_general--protectionfilm .header .header__nav__item--works a:after,
.service_general--interior .header .works .header__nav__item--works a:after, .works
.service_general--interior .header .header__nav__item--works a:after,
.service_general--steering .header .works .header__nav__item--works a:after, .works
.service_general--steering .header .header__nav__item--works a:after,
.service_general--repair .header .works .header__nav__item--works a:after, .works
.service_general--repair .header .header__nav__item--works a:after,
.service_general--etc .header .works .header__nav__item--works a:after, .works
.service_general--etc .header .header__nav__item--works a:after,
.service_general--washing .header .works .header__nav__item--works a:after, .works
.service_general--washing .header .header__nav__item--works a:after,
.service_general--cleaning .header .works .header__nav__item--works a:after, .works
.service_general--cleaning .header .header__nav__item--works a:after,
.service_general--dentrepair .header .works .header__nav__item--works a:after, .works
.service_general--dentrepair .header .header__nav__item--works a:after,
.service_general--bikecoating .header .works .header__nav__item--works a:after, .works
.service_general--bikecoating .header .header__nav__item--works a:after,
.service_general--pricelist .header .works .header__nav__item--works a:after, .works
.service_general--pricelist .header .header__nav__item--works a:after, .legal .header .works .header__nav__item--works a:after, .works .legal .header .header__nav__item--works a:after, .articlesingle .header .works .header__nav__item--works a:after, .works .articlesingle .header .header__nav__item--works a:after {
  background-color: #736357; }

@media screen and (max-width: 640px) {
  .header {
    position: fixed;
    height: 55px; }
    .header:before {
      width: 100%;
      height: 55px; }
  /*
	.header__title{
		width: 134px;
		height: 55px;
		background-image: url(./images/logo.png);
		background-size: 134px 55px;
		z-index: 1;
		&:after{
			border-width: 55px 26px 0 0;
			right: -26px;
			z-index: 0;
		}
		a{
			width: calc(100% + 26px);
		}
	}
	*/
  .header__title {
    width: 160px;
    height: 55px; }
    .header__title:after {
      display: none; }
    .header__title:hover {
      background-color: transparent; }
    .header__title a {
      width: 134px;
      height: 100%;
      background-size: 134px 55px;
      background-color: #493127; }
      .header__title a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 55px 26px 0 0;
        right: -26px; }
  .header__aside {
    width: 191px;
    height: 55px;
    right: auto;
    left: 134px; }
  .header__aside__youtube,
  .header__aside__cart,
  .header__aside__mail {
    width: 81px;
    height: 55px;
    -webkit-clip-path: polygon(26px 0px, 81px 0px, 55px 55px, 0px 55px);
            clip-path: polygon(26px 0px, 81px 0px, 55px 55px, 0px 55px);
    background-size: 81px 110px; }
    .header__aside__youtube a:before,
    .header__aside__cart a:before,
    .header__aside__mail a:before {
      content: "";
      display: block;
      width: 81px;
      height: 55px;
      background-image: url(images/head_aside_edge.png);
      background-size: 81px 55px;
      background-position: center;
      position: absolute;
      left: 0px;
      top: 0px;
      z-index: 0; }
    .header__aside__youtube a:after,
    .header__aside__cart a:after,
    .header__aside__mail a:after {
      width: 30px;
      height: 30px;
      background-size: 30px 30px;
      left: 24px;
      top: 14px;
      z-index: 1; }
    .header__aside__youtube a,
    .header__aside__cart a,
    .header__aside__mail a {
      width: 81px;
      height: 55px;
      background-size: 81px 110px; }
  .header__aside__youtube {
    left: 0px; }
    .header__aside__youtube:before {
      display: block; }
  .header__aside__cart {
    left: 55px; }
  .header__aside__mail {
    left: 110px; }
  .header__nav {
    position: fixed;
    width: 100%;
    height: 0px;
    background-color: rgba(0, 0, 0, 0.25);
    top: 0px;
    right: 0px;
    left: auto;
    z-index: 0; }
  .header__nav__container {
    height: 0px;
    width: 100%;
    background-color: #FFF;
    overflow: hidden;
    transition: height 0.25s cubic-bezier(0.19, 1, 0.22, 1); }
    .header__nav__container ul {
      width: 100%;
      height: 308px;
      position: relative;
      top: 84px; }
    .header__nav__container ul li {
      display: block;
      width: 100%;
      height: 44px;
      text-align: center; }
    .header__nav__container ul li a {
      display: block;
      height: 44px;
      font-size: 16px;
      color: #593d32 !important;
      padding: 0px; }
    .header__nav__container ul li a span {
      position: relative;
      display: inline-block;
      height: 44px; }
  .header__nav--current a:after, .index .header__nav__item--home a:after, .service .header__nav__item--service a:after, .about .header__nav__item--about a:after, .story .header__nav__item--story a:after, .service_general--coating .header__nav__item--service a:after,
  .service_general--carfilm .header__nav__item--service a:after,
  .service_general--protectionfilm .header__nav__item--service a:after,
  .service_general--interior .header__nav__item--service a:after,
  .service_general--steering .header__nav__item--service a:after,
  .service_general--repair .header__nav__item--service a:after,
  .service_general--etc .header__nav__item--service a:after,
  .service_general--washing .header__nav__item--service a:after,
  .service_general--cleaning .header__nav__item--service a:after,
  .service_general--dentrepair .header__nav__item--service a:after,
  .service_general--bikecoating .header__nav__item--service a:after,
  .service_general--pricelist .header__nav__item--service a:after, .shop .header__nav__item--shop a:after, .magazine .header__nav__item--magazine a:after, .works .header__nav__item--works a:after {
    display: none; }
  .header__nav--current a span:after, .index .header__nav__item--home a span:after, .service .header__nav__item--service a span:after, .about .header__nav__item--about a span:after, .story .header__nav__item--story a span:after, .service_general--coating .header__nav__item--service a span:after,
  .service_general--carfilm .header__nav__item--service a span:after,
  .service_general--protectionfilm .header__nav__item--service a span:after,
  .service_general--interior .header__nav__item--service a span:after,
  .service_general--steering .header__nav__item--service a span:after,
  .service_general--repair .header__nav__item--service a span:after,
  .service_general--etc .header__nav__item--service a span:after,
  .service_general--washing .header__nav__item--service a span:after,
  .service_general--cleaning .header__nav__item--service a span:after,
  .service_general--dentrepair .header__nav__item--service a span:after,
  .service_general--bikecoating .header__nav__item--service a span:after,
  .service_general--pricelist .header__nav__item--service a span:after, .shop .header__nav__item--shop a span:after, .magazine .header__nav__item--magazine a span:after, .works .header__nav__item--works a span:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0px;
    bottom: 10px;
    background-color: #593d32;
    -webkit-transform: skewX(-25deg);
        -ms-transform: skewX(-25deg);
            transform: skewX(-25deg); }
  .header__nav__toggle {
    display: block;
    width: 62px;
    height: 54px;
    background-image: url(images/head_toggle.png);
    background-size: 62px 162px;
    background-position: center -54px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 0px; }
    .header__nav__toggle:before {
      content: "";
      display: block;
      width: 62px;
      height: 54px;
      background-image: url(images/head_toggle.png);
      background-size: 62px 162px;
      background-position: center 0px;
      background-repeat: no-repeat;
      position: absolute;
      right: 0px;
      top: 0px;
      z-index: 1;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1); }
  .header__nav.open {
    height: 100%; }
    .header__nav.open .header__nav__container {
      height: 426px; }
    .header__nav.open .header__nav__toggle {
      background-position: center bottom !important; }
      .header__nav.open .header__nav__toggle:before {
        display: none; }
  .header.fill .header__nav__toggle:before, .service_general .header .header__nav__toggle:before, .service_general--coating .header .header__nav__toggle:before,
  .service_general--carfilm .header .header__nav__toggle:before,
  .service_general--protectionfilm .header .header__nav__toggle:before,
  .service_general--interior .header .header__nav__toggle:before,
  .service_general--steering .header .header__nav__toggle:before,
  .service_general--repair .header .header__nav__toggle:before,
  .service_general--etc .header .header__nav__toggle:before,
  .service_general--washing .header .header__nav__toggle:before,
  .service_general--cleaning .header .header__nav__toggle:before,
  .service_general--dentrepair .header .header__nav__toggle:before,
  .service_general--bikecoating .header .header__nav__toggle:before,
  .service_general--pricelist .header .header__nav__toggle:before, .legal .header .header__nav__toggle:before, .articlesingle .header .header__nav__toggle:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }

.footer {
  position: relative;
  background-color: #333333; }

.footer__breadcrumb {
  height: 50px;
  width: 100%;
  border-bottom: 1px solid #736357; }
  .footer__breadcrumb ul {
    font-size: 0px;
    white-space: nowrap;
    padding: 0 10px; }
    .footer__breadcrumb ul li {
      display: inline-block;
      position: relative;
      width: auto;
      height: 50px;
      padding-left: 50px; }
      .footer__breadcrumb ul li span, .footer__breadcrumb ul li a {
        color: #FFF;
        font-size: 14px;
        line-height: 50px;
        text-decoration: none; }
      .footer__breadcrumb ul li:before {
        content: "";
        display: block;
        width: 50px;
        height: 50px;
        background-image: url(images/breadcrumb.png);
        background-size: 100px 50px;
        background-position: right top;
        background-repeat: no-repeat;
        position: absolute;
        left: 0px;
        top: 0px; }
      .footer__breadcrumb ul li:first-of-type:before {
        background-position: left top; }

.footer__brandlist {
  width: 1200px;
  height: 150px;
  border-bottom: 2px solid #736357;
  position: relative;
  margin: 0 auto; }
  .footer__brandlist .footer__brandlist__viewport {
    position: relative;
    width: calc(100% - 1px);
    height: 100%;
    overflow: hidden; }
  .footer__brandlist ul {
    width: 100%;
    height: 150px;
    padding: 0 0 20px 0;
    white-space: nowrap;
    font-size: 0px;
    margin-left: -1px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    overflow-y: hidden; }
    .footer__brandlist ul::-webkit-scrollbar {
      display: none; }
    .footer__brandlist ul li {
      box-sizing: border-box;
      display: inline-block;
      width: 240px;
      height: 150px;
      border-left: 1px solid #736357; }
      .footer__brandlist ul li:first-of-type {
        border: none; }
      .footer__brandlist ul li a {
        display: block;
        width: 100%;
        height: 100%;
        background-size: 180px 100px;
        background-position: center;
        background-repeat: no-repeat; }

.footer__brandlist__prev,
.footer__brandlist__next {
  display: block;
  width: 44px;
  height: 44px;
  background-image: url(images/arrow_tan.png);
  background-size: 16px 26px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 53px; }

.footer__brandlist__prev {
  left: -36px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.footer__brandlist__next {
  right: -36px; }

.footer__main {
  position: relative;
  padding-top: 100px;
  width: 1200px;
  height: auto;
  margin: 45px auto 50px;
  color: #FFF; }
  .footer__main a {
    color: #FFF;
    text-decoration: none; }
  .footer__main:before {
    content: "";
    display: block;
    width: 264px;
    height: 76px;
    background-image: url(images/footer_logo.png);
    background-size: 264px 76px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -132px; }
  .footer__main:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    float: none;
    clear: both;
    visibility: hidden; }

.footer__main__outline {
  width: 300px;
  float: left; }
  .footer__main__outline__name {
    font-size: 16px;
    line-height: 20px;
    color: #887a70;
    font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
    font-weight: 500;
    margin-bottom: 30px; }
  .footer__main__outline__text {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 20px; }
  .footer__main__outline__cal {
    font-size: 13px;
    color: #FFF;
    line-height: 38px;
    text-decoration: none;
    position: relative;
    left: -6px; }
    .footer__main__outline__cal:before {
      content: "";
      display: inline-block;
      width: 38px;
      height: 38px;
      background-image: url(images/caticon_1.png);
      background-size: 38px 38px;
      background-position: center;
      background-repeat: no-repeat;
      vertical-align: middle;
      position: relative;
      top: -1px;
      margin-right: 2px; }

.footer__main__nav {
  width: 600px;
  float: left; }
  .footer__main__nav__main, .footer__main__nav__sub {
    float: left;
    margin: 50px 60px 0 0; }
    .footer__main__nav__main ul li, .footer__main__nav__sub ul li {
      line-height: 28px; }
      .footer__main__nav__main ul li a, .footer__main__nav__sub ul li a {
        position: relative;
        display: inline-block;
        color: #FFF;
        font-size: 16px;
        height: 28px;
        text-decoration: none;
        font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
        font-weight: 500;
        padding-left: 20px; }
        .footer__main__nav__main ul li a:before, .footer__main__nav__sub ul li a:before {
          content: "";
          display: block;
          width: 13px;
          height: 13px;
          background-image: url(images/arrow_tan_link.png);
          background-size: 13px 13px;
          position: absolute;
          left: 0px;
          top: 8px; }
        .footer__main__nav__main ul li a br, .footer__main__nav__sub ul li a br {
          display: none; }
  .footer__main__nav__sub ul li a {
    font-size: 13px; }

.footer__main__contact {
  width: 300px;
  float: left; }
  .footer__main__contact__title {
    font-size: 16px;
    line-height: 20px;
    color: #887a70;
    font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
    font-weight: 500;
    margin-bottom: 30px; }
  .footer__main__contact__phone__number {
    display: block;
    font-size: 35px;
    white-space: nowrap;
    margin-bottom: 10px;
    font-family: "a-otf-futo-min-a101-pr6n", serif;
    font-weight: 400; }
  .footer__main__contact__phone__open {
    display: block;
    font-size: 13px;
    margin-bottom: 26px; }
  .footer__main__contact__mail {
    display: block;
    width: 300px;
    height: 56px;
    border-radius: 28px;
    background-color: #736357;
    color: #FFF;
    font-size: 18px;
    text-decoration: none;
    line-height: 56px;
    text-align: center;
    font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
    font-weight: 500; }
    .footer__main__contact__mail:before {
      content: "";
      display: inline-block;
      width: 32px;
      height: 20px;
      background-image: url(images/mail.png);
      background-size: 32px 20px;
      background-repeat: no-repeat;
      position: relative;
      vertical-align: middle;
      top: -1px;
      margin-right: 10px; }
    .footer__main__contact__mail span, .footer__main__contact__mail:before {
      transition: opacity 0.2s linear; }

.footer__bottom {
  position: relative;
  width: 100%;
  height: 88px;
  background-color: #2d2d2d; }
  .footer__bottom__content {
    width: 1200px;
    height: 88px;
    margin: 0 auto;
    position: relative; }
  .footer__bottom__backtop {
    display: block;
    width: 88px;
    height: 88px;
    background-image: url(images/backtop.png);
    background-size: 88px 88px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -44px; }
  .footer__bottom__nav {
    position: absolute;
    left: 0px;
    height: 20px;
    top: 34px; }
    .footer__bottom__nav ul li {
      color: #666666;
      display: inline-block;
      font-size: 13px;
      line-height: 20px; }
      .footer__bottom__nav ul li:not(:first-of-type):before {
        content: " | "; }
    .footer__bottom__nav a {
      color: #666666;
      text-decoration: none; }
  .footer__bottom__small {
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    color: #666666;
    position: absolute;
    top: 34px;
    right: 0px; }

@media screen and (max-width: 640px) {
  .footer__breadcrumb {
    position: relative;
    height: 44px;
    border-bottom: 1px solid #736357; }
    .footer__breadcrumb ul {
      box-sizing: border-box;
      width: 100%;
      white-space: nowrap;
      padding: 0;
      -webkit-overflow-scrolling: touch;
      overflow: scroll; }
      .footer__breadcrumb ul li {
        height: 44px;
        padding-left: 44px; }
        .footer__breadcrumb ul li:last-of-type {
          padding-right: 20px; }
        .footer__breadcrumb ul li span, .footer__breadcrumb ul li a {
          font-size: 14px;
          line-height: 44px; }
        .footer__breadcrumb ul li:before {
          width: 44px;
          height: 44px;
          background-size: 88px 44px; }
  .footer__brandlist {
    width: 100%;
    height: 77px;
    border-bottom: 0px; }
    .footer__brandlist .footer__brandlist__viewport {
      width: 100%;
      margin: 0 auto; }
    .footer__brandlist ul {
      width: calc(100% - 32px);
      padding: 0 16px;
      height: 77px;
      white-space: nowrap;
      font-size: 0px; }
      .footer__brandlist ul li {
        width: 100px;
        height: 75px;
        border-bottom: 2px solid #736357 !important; }
        .footer__brandlist ul li a {
          display: block;
          width: 100%;
          height: 100%;
          background-size: 90px 50px;
          background-position: center;
          background-repeat: no-repeat; }
  .footer__brandlist__prev,
  .footer__brandlist__next {
    display: none !important; }
  /*
	.footer__brandlist__prev,
	.footer__brandlist__next{
		width: 40px;
		height: 75px;
		top: 0px;
		background-color: #333;
	}
	.footer__brandlist__prev{
		left: -16px;
	}
	.footer__brandlist__next{
		right: -16px;
	}
	*/
  .footer__main {
    padding-top: 80px;
    width: 100%;
    margin: 30px auto 0px; }
    .footer__main:before {
      width: 198px;
      height: 57px;
      background-size: 198px 57px;
      margin-left: -99px; }
  .footer__main__outline {
    width: 100%;
    float: none;
    text-align: center; }
    .footer__main__outline__name {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 22px; }
    .footer__main__outline__text {
      margin-bottom: 20px; }
    .footer__main__outline__cal {
      left: auto; }
  .footer__main__nav {
    width: auto;
    float: none;
    margin: 24px 22px 0; }
    .footer__main__nav:after {
      content: "";
      display: block;
      width: 0px;
      height: 0px;
      float: none;
      clear: both;
      visibility: hidden; }
    .footer__main__nav__main, .footer__main__nav__sub {
      float: left;
      margin: 0px;
      width: 50%; }
      .footer__main__nav__main ul li a, .footer__main__nav__sub ul li a {
        font-size: 14px;
        padding-left: 16px; }
        .footer__main__nav__main ul li a br, .footer__main__nav__sub ul li a br {
          display: block; }
    .footer__main__nav__sub ul li a {
      font-size: 12px;
      height: auto; }
  .footer__main__contact {
    width: 100%;
    float: none;
    margin-top: 36px;
    text-align: center; }
    .footer__main__contact__title {
      font-size: 14px;
      margin-bottom: 16px; }
    .footer__main__contact__phone__number {
      font-size: 35px;
      margin-bottom: 10px; }
    .footer__main__contact__phone__open {
      font-size: 13px;
      margin-bottom: 26px; }
    .footer__main__contact__mail {
      margin: 0 auto; }
  .footer__bottom {
    width: 100%;
    height: auto;
    background-color: transparent;
    text-align: center;
    margin-top: 40px; }
    .footer__bottom__content {
      width: 100%;
      height: auto; }
    .footer__bottom__backtop {
      width: 100%;
      height: 55px;
      background-size: 55px 55px;
      background-repeat: no-repeat;
      background-position: center;
      position: relative;
      top: 0px;
      left: auto;
      margin: 0;
      background-color: #2d2d2d; }
    .footer__bottom__nav {
      position: relative;
      width: 100%;
      left: auto;
      top: auto;
      height: 20px; }
      .footer__bottom__nav a {
        display: inline-block;
        font-size: 13px;
        line-height: 20px;
        color: #666666;
        text-decoration: none; }
        .footer__bottom__nav a:not(:first-of-type):before {
          content: " | "; }
    .footer__bottom__small {
      display: block;
      font-size: 13px;
      line-height: 20px;
      position: relative;
      top: auto;
      right: auto;
      margin: 10px 0 30px; } }

.spacer {
  display: inline !important; }

@media screen and (max-width: 640px) {
  .spacer {
    display: none !important; } }

.headlabel, .brandblock__title {
  font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
  font-weight: 500;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #736357;
  padding-bottom: 16px;
  position: relative;
  text-align: center; }
  .headlabel:after, .brandblock__title:after {
    content: "";
    display: block;
    width: 150px;
    height: 4px;
    background-color: #736357;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -75px;
    -webkit-transform: skewX(-25deg);
        -ms-transform: skewX(-25deg);
            transform: skewX(-25deg); }

@media screen and (max-width: 640px) {
  .headlabel, .brandblock__title {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 12px;
    position: relative; }
    .headlabel:after, .brandblock__title:after {
      width: 110px;
      height: 3px;
      margin-left: -55px; } }

.deflist {
  width: 760px;
  height: auto;
  margin: 0 auto; }
  .deflist dl {
    width: 100%;
    height: auto;
    position: relative; }
    .deflist dl a {
      color: #000;
      text-decoration: none; }
    .deflist dl dt {
      box-sizing: border-box;
      width: 210px;
      height: auto;
      padding: 26px 32px;
      color: #000;
      font-size: 14px;
      line-height: 24px;
      position: absolute;
      left: 0px;
      z-index: 1; }
    .deflist dl dd {
      box-sizing: border-box;
      width: 100%;
      height: auto;
      padding: 26px 32px 26px 242px;
      border-bottom: 1px solid #dcd8d5;
      position: relative;
      z-index: 0;
      color: #000;
      font-size: 14px;
      line-height: 24px; }
      .deflist dl dd:before {
        content: "";
        display: block;
        width: 210px;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        background-color: #fcfbfb;
        z-index: 0; }
      .deflist dl dd:last-of-type {
        border-bottom: 0px; }

@media screen and (max-width: 640px) {
  .deflist {
    width: auto;
    margin: 0 16px; }
    .deflist dl dt {
      width: 100px;
      padding: 16px; }
    .deflist dl dd {
      padding: 16px 0 16px 116px; }
      .deflist dl dd:before {
        width: 100px; } }

.deftable {
  width: 760px;
  height: auto;
  margin: 0 auto; }

.deftable__title {
  font-size: 14px;
  line-height: 24px;
  color: #736357;
  text-align: center;
  margin-bottom: 10px;
  font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
  font-weight: 500; }

.deftable__notice {
  font-size: 14px;
  line-height: 24px;
  color: #736357;
  margin-top: 12px; }

.deftable__body {
  display: table;
  width: 100%;
  height: auto;
  border-collapse: collapse; }

.deftable__body__row {
  display: table-row;
  border-bottom: 1px solid #dbd8d6; }
  .deftable__body__row:last-of-type {
    border-bottom: none; }

.deftable__body__d,
.deftable__body__t {
  display: table-cell;
  box-sizing: border-box;
  width: 50%;
  height: 78px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 24px;
  padding: 15px 20px; }

.deftable__body__d {
  background-color: #fcfbfb; }
  .deftable__body__d span {
    color: #736357; }

.deftable__body__t {
  text-align: center;
  font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
  font-weight: 500; }

@media screen and (max-width: 640px) {
  .deftable {
    width: auto; }
  .deftable__body__d,
  .deftable__body__t {
    width: 50%;
    padding: 12px 16px; } }

.firstview {
  width: 100%;
  height: 100vh;
  position: relative; }

.firstview_visual {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 0;
  overflow: hidden; }

.firstview__video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0; }
  .firstview__video:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(images/firstview_pattern.png);
    background-size: 5px 5px;
    background-position: left top;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1; }
  .firstview__video iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.firstview__image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(images/firstview_image.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 1.5s linear; }
  .firstview__image:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(images/firstview_pattern.png);
    background-size: 5px 5px;
    background-position: left top; }

.firstview__bar {
  width: 0%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #f1efee;
  z-index: 1;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  transition: width 1s cubic-bezier(0.19, 1, 0.22, 1); }

.firstview__bar__progress {
  width: 0%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #736357;
  transition: opacity 2s linear; }

.firstview__lead {
  width: 436px;
  height: 192px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -96px 0 0 -218px; }

.firstview__lead__main {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  width: 436px;
  height: 130px;
  margin: 0 auto 28px; }
  .firstview__lead__main svg {
    display: block;
    width: 100%;
    height: 100%; }
    .firstview__lead__main svg path {
      stroke-dasharray: 3000;
      stroke-dashoffset: 3000; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(1) {
  -webkit-animation-delay: 0.15s !important;
          animation-delay: 0.15s !important; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(2) {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(3) {
  -webkit-animation-delay: 0.45s !important;
          animation-delay: 0.45s !important; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(4) {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(5) {
  -webkit-animation-delay: 0.75s !important;
          animation-delay: 0.75s !important; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(6) {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(7) {
  -webkit-animation-delay: 1.05s !important;
          animation-delay: 1.05s !important; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(8) {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(9) {
  -webkit-animation-delay: 1.35s !important;
          animation-delay: 1.35s !important; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(10) {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(11) {
  -webkit-animation-delay: 1.65s !important;
          animation-delay: 1.65s !important; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(12) {
  -webkit-animation-delay: 1.8s !important;
          animation-delay: 1.8s !important; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(13) {
  -webkit-animation-delay: 1.95s !important;
          animation-delay: 1.95s !important; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(14) {
  -webkit-animation-delay: 2.1s !important;
          animation-delay: 2.1s !important; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(15) {
  -webkit-animation-delay: 2.25s !important;
          animation-delay: 2.25s !important; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(16) {
  -webkit-animation-delay: 2.4s !important;
          animation-delay: 2.4s !important; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(17) {
  -webkit-animation-delay: 2.55s !important;
          animation-delay: 2.55s !important; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(18) {
  -webkit-animation-delay: 2.7s !important;
          animation-delay: 2.7s !important; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(19) {
  -webkit-animation-delay: 2.85s !important;
          animation-delay: 2.85s !important; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(20) {
  -webkit-animation-delay: 3s !important;
          animation-delay: 3s !important; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(21) {
  -webkit-animation-delay: 3.15s !important;
          animation-delay: 3.15s !important; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(22) {
  -webkit-animation-delay: 3.3s !important;
          animation-delay: 3.3s !important; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(23) {
  -webkit-animation-delay: 3.45s !important;
          animation-delay: 3.45s !important; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(24) {
  -webkit-animation-delay: 3.6s !important;
          animation-delay: 3.6s !important; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(25) {
  -webkit-animation-delay: 3.75s !important;
          animation-delay: 3.75s !important; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(26) {
  -webkit-animation-delay: 3.9s !important;
          animation-delay: 3.9s !important; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(27) {
  -webkit-animation-delay: 4.05s !important;
          animation-delay: 4.05s !important; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(28) {
  -webkit-animation-delay: 4.2s !important;
          animation-delay: 4.2s !important; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(29) {
  -webkit-animation-delay: 4.35s !important;
          animation-delay: 4.35s !important; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(30) {
  -webkit-animation-delay: 4.5s !important;
          animation-delay: 4.5s !important; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(31) {
  -webkit-animation-delay: 4.65s !important;
          animation-delay: 4.65s !important; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(32) {
  -webkit-animation-delay: 4.8s !important;
          animation-delay: 4.8s !important; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(33) {
  -webkit-animation-delay: 4.95s !important;
          animation-delay: 4.95s !important; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(34) {
  -webkit-animation-delay: 5.1s !important;
          animation-delay: 5.1s !important; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(35) {
  -webkit-animation-delay: 5.25s !important;
          animation-delay: 5.25s !important; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(36) {
  -webkit-animation-delay: 5.4s !important;
          animation-delay: 5.4s !important; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(37) {
  -webkit-animation-delay: 5.55s !important;
          animation-delay: 5.55s !important; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(38) {
  -webkit-animation-delay: 5.7s !important;
          animation-delay: 5.7s !important; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(39) {
  -webkit-animation-delay: 5.85s !important;
          animation-delay: 5.85s !important; }

html:not(.loading) .firstview__lead__main svg path:nth-of-type(40) {
  -webkit-animation-delay: 6s !important;
          animation-delay: 6s !important; }

html:not(.loading) .firstview__lead__main svg path {
  -webkit-animation: DASH 2.5s ease-in 1.5s forwards;
          animation: DASH 2.5s ease-in 1.5s forwards; }

@-webkit-keyframes DASH {
  0% {
    stroke-dashoffset: 3000; }
  50% {
    stroke-dashoffset: 2000; }
  70% {
    stroke-dashoffset: 1000; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes DASH {
  0% {
    stroke-dashoffset: 3000; }
  50% {
    stroke-dashoffset: 2000; }
  70% {
    stroke-dashoffset: 1000; }
  100% {
    stroke-dashoffset: 0; } }

.firstview__lead__sub {
  box-sizing: border-box;
  width: 256px;
  height: 34px;
  background-color: #FFF;
  position: relative;
  padding: 9px 0;
  margin: 0 auto;
  font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  line-height: 16px;
  text-align: center; }
  .firstview__lead__sub:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 34px 16px;
    border-color: transparent transparent #FFF transparent;
    position: absolute;
    left: -16px;
    top: 0px; }
  .firstview__lead__sub:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 34px 16px 0 0;
    border-color: #FFF transparent transparent transparent;
    position: absolute;
    right: -16px;
    top: 0px; }
  .firstview__lead__sub span {
    display: inline-block;
    width: 16px;
    height: 16px;
    color: transparent;
    position: relative;
    margin: 0 12px; }
    .firstview__lead__sub span:before, .firstview__lead__sub span:after {
      content: "";
      display: block;
      width: 1px;
      height: 22px;
      background-color: #000;
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -11px 0 0 0;
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center; }
    .firstview__lead__sub span:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .firstview__lead__sub span:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.firstview__scroll {
  width: 30px;
  height: 56px;
  background-image: url(images/scroll.png);
  background-size: 30px 56px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -15px; }
  .firstview__scroll:after {
    content: "SCROLL";
    display: block;
    width: 60px;
    height: 12px;
    font-family: "a-otf-futo-min-a101-pr6n", serif;
    font-weight: 400;
    color: #fff;
    font-size: 13px;
    line-height: 12px;
    text-align: center;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -30px; }
  .firstview__scroll span {
    display: block;
    width: 8px;
    height: 19px;
    position: absolute;
    left: 11px;
    top: 12px;
    overflow: hidden;
    background-color: #FFF;
    border-radius: 4px; }
    .firstview__scroll span:before {
      content: "";
      display: block;
      width: 8px;
      height: 13px;
      background-image: url(images/scroll_strip.png);
      background-size: 8px 3px;
      background-position: center top;
      position: absolute;
      left: 0px;
      top: 3px; }

html.touch .firstview__bar {
  display: none; }

@media screen and (max-width: 640px) {
  .firstview {
    width: 100%;
    height: 0px;
    padding-top: 100%;
    position: relative; }
  .firstview__image {
    background-size: auto 114%;
    background-position: 40% top; }
  .firstview__lead {
    width: 264px;
    height: 124px;
    margin: -62px 0 0 -132px;
    top: 54%; }
  .firstview__lead__main {
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    color: transparent;
    width: 264px;
    height: 78px;
    background-size: 264px 78px;
    margin: 0 auto 20px; }
  .firstview__lead__sub {
    box-sizing: border-box;
    width: 193px;
    height: 26px;
    padding: 7px 0;
    font-size: 11px;
    line-height: 12px; }
    .firstview__lead__sub:before {
      border-width: 0 0 26px 12px;
      position: absolute;
      left: -12px; }
    .firstview__lead__sub:after {
      border-width: 26px 12px 0 0;
      right: -12px; }
    .firstview__lead__sub span {
      width: 12px;
      height: 12px;
      margin: 0 10px; }
      .firstview__lead__sub span:before, .firstview__lead__sub span:after {
        height: 16px;
        margin: -8px 0 0 0; }
      .firstview__lead__sub span:before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .firstview__lead__sub span:after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  .firstview__scroll {
    display: none; } }

.section {
  position: relative;
  background-color: #FFF; }

.section_head {
  position: relative;
  padding: 0 120px 52px; }
  .section_head:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    float: none;
    clear: both;
    visibility: hidden; }

.section_head__title {
  padding: 58px 0 0 50px;
  position: relative;
  float: left; }
  .section_head__title:before {
    content: "";
    display: block;
    width: 11px;
    height: 92px;
    background-color: #736357;
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: skewX(-25deg);
        -ms-transform: skewX(-25deg);
            transform: skewX(-25deg); }
  .section_head__title .section_head__title__main {
    font-family: "a-otf-futo-min-a101-pr6n", serif;
    font-weight: 400;
    display: inline-block;
    font-size: 38px;
    line-height: 38px;
    color: #736357;
    margin-right: 20px; }
  .section_head__title .section_head__title__sub {
    font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
    font-weight: 500;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    color: #736357; }

.section_head__text {
  font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
  font-weight: 500;
  float: left;
  padding-top: 72px;
  font-size: 16px;
  line-height: 28px;
  margin-left: 46px; }
  .section_head__text__pc {
    display: block; }
  .section_head__text__sp {
    display: none; }

.section_head__skewlabel {
  box-sizing: border-box;
  min-width: 202px;
  width: auto;
  height: 42px;
  padding: 0 20px;
  position: absolute;
  top: 52px;
  right: 120px;
  font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 42px;
  color: #736357;
  text-align: center; }
  .section_head__skewlabel span {
    position: relative;
    z-index: 1; }
  .section_head__skewlabel:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    -webkit-transform: skewX(-25deg);
        -ms-transform: skewX(-25deg);
            transform: skewX(-25deg);
    background-color: #f1efee; }

@media screen and (max-width: 640px) {
  .section_head {
    padding: 0 16px 30px; }
  .section_head__title {
    box-sizing: border-box;
    width: 100%;
    padding: 42px 0 0 30px;
    float: none !important; }
    .section_head__title:before {
      width: 8px;
      height: 69px; }
    .section_head__title .section_head__title__main {
      font-family: "a-otf-futo-min-a101-pr6n", serif;
      font-weight: 400;
      display: inline-block;
      font-size: 28px;
      line-height: 28px;
      margin: 0; }
    .section_head__title .section_head__title__sub {
      font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
      font-weight: 500;
      display: block;
      font-size: 14px;
      line-height: 14px;
      position: absolute;
      right: 0px;
      top: 22px; }
  .section_head__text {
    padding-top: 20px;
    font-size: 14px;
    line-height: 24px;
    margin: 0px; }
    .section_head__text br {
      display: none; }
    .section_head__text__pc {
      display: none; }
    .section_head__text__sp {
      display: block; }
  .section_head__skewlabel {
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
    font-size: 12px;
    line-height: 32px;
    height: 32px;
    min-width: 160px;
    padding: 0 10px; }
  .section_head__skewlabelcont {
    text-align: center;
    margin: 0 0 30px; }
  .service_general__imgbanner + .section_head__skewlabelcont {
    margin-top: -16px !important; } }

.article_list, .article_list--feature {
  position: relative;
  width: 100%;
  height: 416px;
  overflow: hidden; }
  .article_list:after, .article_list--feature:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    float: none;
    clear: both;
    visibility: hidden; }
  .article_list:before, .article_list--feature:before {
    content: "";
    display: block;
    width: 100%;
    height: 146px;
    position: absolute;
    left: 0px;
    bottom: 270px;
    background-color: #736357; }

.article_list__block, .article_list__block--works {
  position: relative;
  box-sizing: border-box;
  float: left;
  width: 340px;
  height: auto;
  margin-bottom: 50px; }
  .article_list__block:before, .article_list__block--works:before {
    content: "";
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 146px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #736357;
    z-index: 0;
    border-right: 1px solid #FFF; }

.article_list__block__content {
  display: block;
  width: 320px;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-top: 44px;
  text-decoration: none; }
  .article_list__block__content:before {
    content: "";
    display: block;
    width: 100%;
    height: 0px;
    padding-top: 66.5625%;
    position: absolute;
    left: 0px;
    top: 44px;
    background-color: #FFF;
    z-index: 0;
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.article_list__block__category {
  position: absolute;
  left: 0px;
  top: 4px;
  padding-left: 44px;
  font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #FFF;
  line-height: 40px;
  z-index: 1; }
  .article_list__block__category:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(images/caticon_1.png);
    background-size: 38px 38px;
    position: absolute;
    left: 3px;
    top: 0px; }

.article_list__block__time {
  position: absolute;
  z-index: 1;
  right: 8px;
  top: 4px;
  line-height: 40px;
  font-size: 14px;
  color: #FFF;
  font-family: "a-otf-futo-min-a101-pr6n", serif;
  font-weight: 400; }

.article_list__block__thumb {
  width: 100%;
  height: 0px;
  padding-top: 66.5625%;
  background-color: #f8f7f6;
  background-image: url(images/noimg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1; }

.article_list__block__title {
  width: 100%;
  height: 32px;
  font-family: "a-otf-futo-min-a101-pr6n", serif;
  font-weight: 400;
  line-height: 32px;
  font-size: 16px;
  color: #736357;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 6px 0 2px;
  position: relative;
  z-index: 1; }

.article_list__block__excerpt {
  width: 100%;
  height: 69px;
  font-size: 14px;
  line-height: 23px;
  overflow: hidden;
  color: #000;
  position: relative;
  z-index: 1; }

.article_list__block[data-cat="today"] .article_list__block__category:before, [data-cat="today"].article_list__block--works .article_list__block__category:before {
  background-image: url(images/caticon_1.png); }

.article_list__block[data-cat="craftsman"] .article_list__block__category:before, [data-cat="craftsman"].article_list__block--works .article_list__block__category:before {
  background-image: url(images/caticon_2.png); }

.article_list__block[data-cat="services"] .article_list__block__category:before, [data-cat="services"].article_list__block--works .article_list__block__category:before {
  background-image: url(images/caticon_3.png); }

.article_list__block[data-cat="media"] .article_list__block__category:before, [data-cat="media"].article_list__block--works .article_list__block__category:before {
  background-image: url(images/caticon_4.png); }

.article_list__block[data-cat="works"] .article_list__block__category:before, [data-cat="works"].article_list__block--works .article_list__block__category:before {
  background-image: url(images/caticon_5.png); }

.article_list__block[data-cat="classic"] .article_list__block__category:before, [data-cat="classic"].article_list__block--works .article_list__block__category:before {
  background-image: url(images/caticon_6.png); }

.article_list__block[data-cat="classic"]:before, [data-cat="classic"].article_list__block--works:before {
  background-color: #593d32; }

.article_list__block[data-cat="coating"] .article_list__block__category:before, [data-cat="coating"].article_list__block--works .article_list__block__category:before {
  background-image: url(images/caticon_7.png); }

.article_list__block[data-cat="coating"]:before, [data-cat="coating"].article_list__block--works:before {
  background-color: #593d32; }

.article_list__block[data-cat="interior"] .article_list__block__category:before, [data-cat="interior"].article_list__block--works .article_list__block__category:before {
  background-image: url(images/caticon_8.png); }

.article_list__block[data-cat="interior"]:before, [data-cat="interior"].article_list__block--works:before {
  background-color: #593d32; }

.article_list__block[data-cat="repair"] .article_list__block__category:before, [data-cat="repair"].article_list__block--works .article_list__block__category:before {
  background-image: url(images/caticon_9.png); }

.article_list__block[data-cat="repair"]:before, [data-cat="repair"].article_list__block--works:before {
  background-color: #593d32; }

.article_list__block[data-cat="supercar"] .article_list__block__category:before, [data-cat="supercar"].article_list__block--works .article_list__block__category:before {
  background-image: url(images/caticon_10.png); }

.article_list__block[data-cat="supercar"]:before, [data-cat="supercar"].article_list__block--works:before {
  background-color: #593d32; }

.article_list__block--works:before {
  background-color: #593d32; }

.article_list--feature {
  height: auto; }
  .article_list--feature:before {
    content: "";
    display: block;
    width: 100%;
    height: 0px;
    padding-top: 13.90625%;
    position: absolute;
    left: 0px;
    bottom: auto;
    top: 0px;
    background-color: #736357;
    z-index: 0; }
  .article_list--feature .article_list__block, .article_list--feature .article_list__block--works {
    width: 50% !important; }
    .article_list--feature .article_list__block:not(:nth-of-type(1)):before, .article_list--feature .article_list__block--works:not(:nth-of-type(1)):before {
      border: none !important; }
    .article_list--feature .article_list__block:before, .article_list--feature .article_list__block--works:before {
      height: 0px;
      padding-top: 27.8125%; }
  .article_list--feature .article_list__block__content {
    width: calc(100% - 240px);
    margin: 0 120px !important;
    padding-top: 62px; }
    .article_list--feature .article_list__block__content:before {
      top: 62px; }
  .article_list--feature .article_list__block__category {
    font-size: 16px;
    line-height: 62px;
    top: 0px;
    padding-left: 52px; }
    .article_list--feature .article_list__block__category:before {
      width: 62px;
      height: 62px;
      background-size: 48px 48px;
      background-position: center;
      background-repeat: no-repeat;
      left: -8px; }
  .article_list--feature .article_list__block__time {
    font-size: 16px;
    line-height: 62px;
    top: 0px; }
  .article_list--feature .article_list__block__title {
    height: 42px;
    line-height: 42px;
    font-size: 24px; }

@media screen and (min-width: 641px) and (max-width: 1359px) {
  .article_list__block:nth-of-type(3n+1), .article_list__block--works:nth-of-type(3n+1) {
    width: calc(50% - 170px); }
    .article_list__block:nth-of-type(3n+1) .article_list__block__content, .article_list__block--works:nth-of-type(3n+1) .article_list__block__content {
      margin-left: auto;
      margin-right: 10px; }
  .article_list__block:nth-of-type(3n), .article_list__block--works:nth-of-type(3n) {
    width: calc(50% - 170px); }
    .article_list__block:nth-of-type(3n) .article_list__block__content, .article_list__block--works:nth-of-type(3n) .article_list__block__content {
      margin-left: 10px;
      margin-right: auto; }
    .article_list__block:nth-of-type(3n):before, .article_list__block--works:nth-of-type(3n):before {
      border: none; }
  .article_list__block:nth-of-type(3n+1) .wipemask__fill, .article_list__block--works:nth-of-type(3n+1) .wipemask__fill {
    transition-delay: 0.3s; }
    .article_list__block:nth-of-type(3n+1) .wipemask__fill:before, .article_list__block--works:nth-of-type(3n+1) .wipemask__fill:before {
      transition-delay: 0.0s; }
  .article_list__block:nth-of-type(3n+2) .wipemask__fill, .article_list__block--works:nth-of-type(3n+2) .wipemask__fill {
    transition-delay: 0.5s; }
    .article_list__block:nth-of-type(3n+2) .wipemask__fill:before, .article_list__block--works:nth-of-type(3n+2) .wipemask__fill:before {
      transition-delay: 0.2s; }
  .article_list__block:nth-of-type(3n+3) .wipemask__fill, .article_list__block--works:nth-of-type(3n+3) .wipemask__fill {
    transition-delay: 0.7s; }
    .article_list__block:nth-of-type(3n+3) .wipemask__fill:before, .article_list__block--works:nth-of-type(3n+3) .wipemask__fill:before {
      transition-delay: 0.4s; } }

@media screen and (min-width: 1360px) and (max-width: 1699px) {
  .article_list__block:nth-of-type(4n+1), .article_list__block--works:nth-of-type(4n+1) {
    width: calc(50% - 340px); }
    .article_list__block:nth-of-type(4n+1) .article_list__block__content, .article_list__block--works:nth-of-type(4n+1) .article_list__block__content {
      margin-left: auto;
      margin-right: 10px; }
  .article_list__block:nth-of-type(4n), .article_list__block--works:nth-of-type(4n) {
    width: calc(50% - 340px); }
    .article_list__block:nth-of-type(4n) .article_list__block__content, .article_list__block--works:nth-of-type(4n) .article_list__block__content {
      margin-left: 10px;
      margin-right: auto; }
    .article_list__block:nth-of-type(4n):before, .article_list__block--works:nth-of-type(4n):before {
      border: none; }
  .article_list__block:nth-of-type(4n+1) .wipemask__fill, .article_list__block--works:nth-of-type(4n+1) .wipemask__fill {
    transition-delay: 0.3s; }
    .article_list__block:nth-of-type(4n+1) .wipemask__fill:before, .article_list__block--works:nth-of-type(4n+1) .wipemask__fill:before {
      transition-delay: 0.0s; }
  .article_list__block:nth-of-type(4n+2) .wipemask__fill, .article_list__block--works:nth-of-type(4n+2) .wipemask__fill {
    transition-delay: 0.5s; }
    .article_list__block:nth-of-type(4n+2) .wipemask__fill:before, .article_list__block--works:nth-of-type(4n+2) .wipemask__fill:before {
      transition-delay: 0.2s; }
  .article_list__block:nth-of-type(4n+3) .wipemask__fill, .article_list__block--works:nth-of-type(4n+3) .wipemask__fill {
    transition-delay: 0.7s; }
    .article_list__block:nth-of-type(4n+3) .wipemask__fill:before, .article_list__block--works:nth-of-type(4n+3) .wipemask__fill:before {
      transition-delay: 0.4s; }
  .article_list__block:nth-of-type(4n+4) .wipemask__fill, .article_list__block--works:nth-of-type(4n+4) .wipemask__fill {
    transition-delay: 0.9s; }
    .article_list__block:nth-of-type(4n+4) .wipemask__fill:before, .article_list__block--works:nth-of-type(4n+4) .wipemask__fill:before {
      transition-delay: 0.6s; } }

@media screen and (min-width: 1700px) and (max-width: 2039px) {
  .article_list__block:nth-of-type(5n+1), .article_list__block--works:nth-of-type(5n+1) {
    width: calc(50% - 510px); }
    .article_list__block:nth-of-type(5n+1) .article_list__block__content, .article_list__block--works:nth-of-type(5n+1) .article_list__block__content {
      margin-left: auto;
      margin-right: 10px; }
  .article_list__block:nth-of-type(5n), .article_list__block--works:nth-of-type(5n) {
    width: calc(50% - 510px); }
    .article_list__block:nth-of-type(5n) .article_list__block__content, .article_list__block--works:nth-of-type(5n) .article_list__block__content {
      margin-left: 10px;
      margin-right: auto; }
    .article_list__block:nth-of-type(5n):before, .article_list__block--works:nth-of-type(5n):before {
      border: none; }
  .article_list__block:nth-of-type(5n+1) .wipemask__fill, .article_list__block--works:nth-of-type(5n+1) .wipemask__fill {
    transition-delay: 0.3s; }
    .article_list__block:nth-of-type(5n+1) .wipemask__fill:before, .article_list__block--works:nth-of-type(5n+1) .wipemask__fill:before {
      transition-delay: 0.0s; }
  .article_list__block:nth-of-type(5n+2) .wipemask__fill, .article_list__block--works:nth-of-type(5n+2) .wipemask__fill {
    transition-delay: 0.5s; }
    .article_list__block:nth-of-type(5n+2) .wipemask__fill:before, .article_list__block--works:nth-of-type(5n+2) .wipemask__fill:before {
      transition-delay: 0.2s; }
  .article_list__block:nth-of-type(5n+3) .wipemask__fill, .article_list__block--works:nth-of-type(5n+3) .wipemask__fill {
    transition-delay: 0.7s; }
    .article_list__block:nth-of-type(5n+3) .wipemask__fill:before, .article_list__block--works:nth-of-type(5n+3) .wipemask__fill:before {
      transition-delay: 0.4s; }
  .article_list__block:nth-of-type(5n+4) .wipemask__fill, .article_list__block--works:nth-of-type(5n+4) .wipemask__fill {
    transition-delay: 0.9s; }
    .article_list__block:nth-of-type(5n+4) .wipemask__fill:before, .article_list__block--works:nth-of-type(5n+4) .wipemask__fill:before {
      transition-delay: 0.6s; }
  .article_list__block:nth-of-type(5n+5) .wipemask__fill, .article_list__block--works:nth-of-type(5n+5) .wipemask__fill {
    transition-delay: 1.1s; }
    .article_list__block:nth-of-type(5n+5) .wipemask__fill:before, .article_list__block--works:nth-of-type(5n+5) .wipemask__fill:before {
      transition-delay: 0.8s; } }

@media screen and (min-width: 2040px) and (max-width: 2379px) {
  .article_list__block:nth-of-type(6n+1), .article_list__block--works:nth-of-type(6n+1) {
    width: calc(50% - 680px); }
    .article_list__block:nth-of-type(6n+1) .article_list__block__content, .article_list__block--works:nth-of-type(6n+1) .article_list__block__content {
      margin-left: auto;
      margin-right: 10px; }
  .article_list__block:nth-of-type(6n), .article_list__block--works:nth-of-type(6n) {
    width: calc(50% - 680px); }
    .article_list__block:nth-of-type(6n) .article_list__block__content, .article_list__block--works:nth-of-type(6n) .article_list__block__content {
      margin-left: 10px;
      margin-right: auto; }
    .article_list__block:nth-of-type(6n):before, .article_list__block--works:nth-of-type(6n):before {
      border: none; }
  .article_list__block:nth-of-type(6n+1) .wipemask__fill, .article_list__block--works:nth-of-type(6n+1) .wipemask__fill {
    transition-delay: 0.3s; }
    .article_list__block:nth-of-type(6n+1) .wipemask__fill:before, .article_list__block--works:nth-of-type(6n+1) .wipemask__fill:before {
      transition-delay: 0.0s; }
  .article_list__block:nth-of-type(6n+2) .wipemask__fill, .article_list__block--works:nth-of-type(6n+2) .wipemask__fill {
    transition-delay: 0.5s; }
    .article_list__block:nth-of-type(6n+2) .wipemask__fill:before, .article_list__block--works:nth-of-type(6n+2) .wipemask__fill:before {
      transition-delay: 0.2s; }
  .article_list__block:nth-of-type(6n+3) .wipemask__fill, .article_list__block--works:nth-of-type(6n+3) .wipemask__fill {
    transition-delay: 0.7s; }
    .article_list__block:nth-of-type(6n+3) .wipemask__fill:before, .article_list__block--works:nth-of-type(6n+3) .wipemask__fill:before {
      transition-delay: 0.4s; }
  .article_list__block:nth-of-type(6n+4) .wipemask__fill, .article_list__block--works:nth-of-type(6n+4) .wipemask__fill {
    transition-delay: 0.9s; }
    .article_list__block:nth-of-type(6n+4) .wipemask__fill:before, .article_list__block--works:nth-of-type(6n+4) .wipemask__fill:before {
      transition-delay: 0.6s; }
  .article_list__block:nth-of-type(6n+5) .wipemask__fill, .article_list__block--works:nth-of-type(6n+5) .wipemask__fill {
    transition-delay: 1.1s; }
    .article_list__block:nth-of-type(6n+5) .wipemask__fill:before, .article_list__block--works:nth-of-type(6n+5) .wipemask__fill:before {
      transition-delay: 0.8s; }
  .article_list__block:nth-of-type(6n+6) .wipemask__fill, .article_list__block--works:nth-of-type(6n+6) .wipemask__fill {
    transition-delay: 1.3s; }
    .article_list__block:nth-of-type(6n+6) .wipemask__fill:before, .article_list__block--works:nth-of-type(6n+6) .wipemask__fill:before {
      transition-delay: 1.0s; } }

@media screen and (min-width: 2380px) and (max-width: 2719px) {
  .article_list__block:nth-of-type(7n+1), .article_list__block--works:nth-of-type(7n+1) {
    width: calc(50% - 850px); }
    .article_list__block:nth-of-type(7n+1) .article_list__block__content, .article_list__block--works:nth-of-type(7n+1) .article_list__block__content {
      margin-left: auto;
      margin-right: 10px; }
  .article_list__block:nth-of-type(7n), .article_list__block--works:nth-of-type(7n) {
    width: calc(50% - 850px); }
    .article_list__block:nth-of-type(7n) .article_list__block__content, .article_list__block--works:nth-of-type(7n) .article_list__block__content {
      margin-left: 10px;
      margin-right: auto; }
    .article_list__block:nth-of-type(7n):before, .article_list__block--works:nth-of-type(7n):before {
      border: none; }
  .article_list__block:nth-of-type(7n+1) .wipemask__fill, .article_list__block--works:nth-of-type(7n+1) .wipemask__fill {
    transition-delay: 0.3s; }
    .article_list__block:nth-of-type(7n+1) .wipemask__fill:before, .article_list__block--works:nth-of-type(7n+1) .wipemask__fill:before {
      transition-delay: 0.0s; }
  .article_list__block:nth-of-type(7n+2) .wipemask__fill, .article_list__block--works:nth-of-type(7n+2) .wipemask__fill {
    transition-delay: 0.5s; }
    .article_list__block:nth-of-type(7n+2) .wipemask__fill:before, .article_list__block--works:nth-of-type(7n+2) .wipemask__fill:before {
      transition-delay: 0.2s; }
  .article_list__block:nth-of-type(7n+3) .wipemask__fill, .article_list__block--works:nth-of-type(7n+3) .wipemask__fill {
    transition-delay: 0.7s; }
    .article_list__block:nth-of-type(7n+3) .wipemask__fill:before, .article_list__block--works:nth-of-type(7n+3) .wipemask__fill:before {
      transition-delay: 0.4s; }
  .article_list__block:nth-of-type(7n+4) .wipemask__fill, .article_list__block--works:nth-of-type(7n+4) .wipemask__fill {
    transition-delay: 0.9s; }
    .article_list__block:nth-of-type(7n+4) .wipemask__fill:before, .article_list__block--works:nth-of-type(7n+4) .wipemask__fill:before {
      transition-delay: 0.6s; }
  .article_list__block:nth-of-type(7n+5) .wipemask__fill, .article_list__block--works:nth-of-type(7n+5) .wipemask__fill {
    transition-delay: 1.1s; }
    .article_list__block:nth-of-type(7n+5) .wipemask__fill:before, .article_list__block--works:nth-of-type(7n+5) .wipemask__fill:before {
      transition-delay: 0.8s; }
  .article_list__block:nth-of-type(7n+6) .wipemask__fill, .article_list__block--works:nth-of-type(7n+6) .wipemask__fill {
    transition-delay: 1.3s; }
    .article_list__block:nth-of-type(7n+6) .wipemask__fill:before, .article_list__block--works:nth-of-type(7n+6) .wipemask__fill:before {
      transition-delay: 1.0s; }
  .article_list__block:nth-of-type(7n+7) .wipemask__fill, .article_list__block--works:nth-of-type(7n+7) .wipemask__fill {
    transition-delay: 1.5s; }
    .article_list__block:nth-of-type(7n+7) .wipemask__fill:before, .article_list__block--works:nth-of-type(7n+7) .wipemask__fill:before {
      transition-delay: 1.2s; } }

@media screen and (min-width: 2720px) {
  .article_list__block:nth-of-type(8n+1), .article_list__block--works:nth-of-type(8n+1) {
    width: calc(50% - 1020px); }
    .article_list__block:nth-of-type(8n+1) .article_list__block__content, .article_list__block--works:nth-of-type(8n+1) .article_list__block__content {
      margin-left: auto;
      margin-right: 10px; }
  .article_list__block:nth-of-type(8n), .article_list__block--works:nth-of-type(8n) {
    width: calc(50% - 1020px); }
    .article_list__block:nth-of-type(8n) .article_list__block__content, .article_list__block--works:nth-of-type(8n) .article_list__block__content {
      margin-left: 10px;
      margin-right: auto; }
    .article_list__block:nth-of-type(8n):before, .article_list__block--works:nth-of-type(8n):before {
      border: none; }
  .article_list__block:nth-of-type(8n+1) .wipemask__fill, .article_list__block--works:nth-of-type(8n+1) .wipemask__fill {
    transition-delay: 0.3s; }
    .article_list__block:nth-of-type(8n+1) .wipemask__fill:before, .article_list__block--works:nth-of-type(8n+1) .wipemask__fill:before {
      transition-delay: 0.0s; }
  .article_list__block:nth-of-type(8n+2) .wipemask__fill, .article_list__block--works:nth-of-type(8n+2) .wipemask__fill {
    transition-delay: 0.5s; }
    .article_list__block:nth-of-type(8n+2) .wipemask__fill:before, .article_list__block--works:nth-of-type(8n+2) .wipemask__fill:before {
      transition-delay: 0.2s; }
  .article_list__block:nth-of-type(8n+3) .wipemask__fill, .article_list__block--works:nth-of-type(8n+3) .wipemask__fill {
    transition-delay: 0.7s; }
    .article_list__block:nth-of-type(8n+3) .wipemask__fill:before, .article_list__block--works:nth-of-type(8n+3) .wipemask__fill:before {
      transition-delay: 0.4s; }
  .article_list__block:nth-of-type(8n+4) .wipemask__fill, .article_list__block--works:nth-of-type(8n+4) .wipemask__fill {
    transition-delay: 0.9s; }
    .article_list__block:nth-of-type(8n+4) .wipemask__fill:before, .article_list__block--works:nth-of-type(8n+4) .wipemask__fill:before {
      transition-delay: 0.6s; }
  .article_list__block:nth-of-type(8n+5) .wipemask__fill, .article_list__block--works:nth-of-type(8n+5) .wipemask__fill {
    transition-delay: 1.1s; }
    .article_list__block:nth-of-type(8n+5) .wipemask__fill:before, .article_list__block--works:nth-of-type(8n+5) .wipemask__fill:before {
      transition-delay: 0.8s; }
  .article_list__block:nth-of-type(8n+6) .wipemask__fill, .article_list__block--works:nth-of-type(8n+6) .wipemask__fill {
    transition-delay: 1.3s; }
    .article_list__block:nth-of-type(8n+6) .wipemask__fill:before, .article_list__block--works:nth-of-type(8n+6) .wipemask__fill:before {
      transition-delay: 1.0s; }
  .article_list__block:nth-of-type(8n+8) .wipemask__fill, .article_list__block--works:nth-of-type(8n+8) .wipemask__fill {
    transition-delay: 1.7s; }
    .article_list__block:nth-of-type(8n+8) .wipemask__fill:before, .article_list__block--works:nth-of-type(8n+8) .wipemask__fill:before {
      transition-delay: 1.4s; } }

@media screen and (max-width: 640px) {
  .article_list, .article_list--feature {
    height: 320px;
    margin-bottom: 10px; }
    .article_list:after, .article_list--feature:after, .article_list:before, .article_list--feature:before {
      content: "";
      display: block;
      width: 50% !important;
      height: 114px !important;
      position: absolute;
      top: 0px;
      visibility: visible; }
    .article_list:before, .article_list--feature:before {
      left: 0px; }
    .article_list:after, .article_list--feature:after {
      right: 0px; }
    .article_list[data-bg="mm"]:before, [data-bg="mm"].article_list--feature:before {
      background-color: #736357; }
    .article_list[data-bg="mm"]:after, [data-bg="mm"].article_list--feature:after {
      background-color: #736357; }
    .article_list[data-bg="mw"]:before, [data-bg="mw"].article_list--feature:before {
      background-color: #736357; }
    .article_list[data-bg="mw"]:after, [data-bg="mw"].article_list--feature:after {
      background-color: #593d32; }
    .article_list[data-bg="wm"]:before, [data-bg="wm"].article_list--feature:before {
      background-color: #593d32; }
    .article_list[data-bg="wm"]:after, [data-bg="wm"].article_list--feature:after {
      background-color: #736357; }
    .article_list[data-bg="ww"]:before, [data-bg="ww"].article_list--feature:before {
      background-color: #593d32; }
    .article_list[data-bg="ww"]:after, [data-bg="ww"].article_list--feature:after {
      background-color: #593d32; }
  .article_list__viewport {
    width: 100%;
    height: 100%;
    font-size: 0px;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    white-space: nowrap;
    position: relative;
    z-index: 1; }
    .article_list__viewport .article_list__block__category {
      width: 138px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .article_list__viewport .article_list__block:before, .article_list__viewport .article_list__block--works:before {
      height: 114px; }
  .article_list__block, .article_list__block--works {
    display: inline-block;
    width: 255px;
    float: none;
    vertical-align: top;
    margin-bottom: 0px; }
    .article_list__block:first-of-type, .article_list__block--works:first-of-type {
      width: 264px; }
      .article_list__block:first-of-type .article_list__block__content, .article_list__block--works:first-of-type .article_list__block__content {
        margin: 0 7px 0 16px; }
    .article_list__block:last-of-type, .article_list__block--works:last-of-type {
      width: 264px; }
      .article_list__block:last-of-type .article_list__block__content, .article_list__block--works:last-of-type .article_list__block__content {
        margin: 0 16px 0 7px; }
      .article_list__block:last-of-type:before, .article_list__block--works:last-of-type:before {
        border-right: 0px !important; }
    .article_list__block:nth-of-type(4n):before, .article_list__block--works:nth-of-type(4n):before {
      border-right: 1px solid #FFF; }
  .article_list__block__content {
    width: 241px;
    padding-top: 34px; }
    .article_list__block__content:before {
      top: 34px; }
  .article_list__block__category {
    left: 0px;
    top: 2px;
    padding-left: 32px;
    font-size: 14px;
    line-height: 30px; }
    .article_list__block__category:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      background-image: url(images/caticon_1.png);
      background-size: 30px 30px;
      position: absolute;
      left: 0px;
      top: 0px; }
  .article_list__block__time {
    right: 2px;
    top: 2px;
    line-height: 30px;
    font-size: 13px; }
  .article_list__block__excerpt {
    white-space: normal; }
  .article_list--feature {
    height: auto;
    white-space: normal; }
    .article_list--feature .article_list__block, .article_list--feature .article_list__block--works {
      display: block;
      width: 100% !important;
      margin: 0 0 30px 0; }
      .article_list--feature .article_list__block:before, .article_list--feature .article_list__block--works:before {
        height: 0px;
        padding-top: 38.4%;
        border: none !important; }
    .article_list--feature .article_list__block__content {
      width: calc(100% - 32px);
      margin: 0 auto !important;
      padding-top: 34px; }
      .article_list--feature .article_list__block__content:before {
        top: 34px; }
    .article_list--feature .article_list__block__category {
      left: 0px;
      top: 2px;
      padding-left: 32px;
      font-size: 14px;
      line-height: 30px; }
      .article_list--feature .article_list__block__category:before {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        background-image: url(images/caticon_1.png);
        background-size: 30px 30px;
        position: absolute;
        left: 0px;
        top: 0px; }
    .article_list--feature .article_list__block__time {
      right: 2px;
      top: 2px;
      line-height: 30px;
      font-size: 13px; }
    .article_list--feature .article_list__block__title {
      height: 32px;
      line-height: 32px;
      font-size: 16px; } }

.eyecatch {
  display: block;
  position: relative;
  width: 100%;
  height: 430px;
  color: #000;
  text-decoration: none; }

.eyecatch__image {
  width: calc(50% + 320px);
  height: 430px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .eyecatch__image:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 430px 200px;
    border-color: transparent transparent #FFF transparent;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1; }

.eyecatch__lead {
  position: absolute;
  top: 230px;
  left: 50%;
  margin-left: 40px; }
  .eyecatch__lead:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transform: skewX(-25deg);
        -ms-transform: skewX(-25deg);
            transform: skewX(-25deg); }

.eyecatch__lead__sub {
  font-size: 16px;
  color: #736357;
  font-family: "a-otf-futo-min-a101-pr6n", serif;
  font-weight: 400;
  position: absolute;
  top: -20px; }

.eyecatch__lead__main {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  height: 124px;
  padding: 15px 20px;
  z-index: 1;
  font-size: 32px;
  line-height: 47px;
  font-family: "a-otf-futo-min-a101-pr6n", serif;
  font-weight: 400; }

.eyecatch__text {
  position: absolute;
  left: 50%;
  margin-left: 100px;
  width: 480px;
  line-height: 24px;
  font-size: 14px;
  top: 240px;
  color: #000;
  z-index: 2; }

.eyecatch--rev .eyecatch__lead, .index__pickup .eyecatch:nth-of-type(even) .eyecatch__lead, .about__people__block:nth-of-type(even) .eyecatch .eyecatch__lead {
  right: 50%;
  margin-right: 40px;
  left: auto;
  margin-left: 0px; }

.eyecatch--rev .eyecatch__image, .index__pickup .eyecatch:nth-of-type(even) .eyecatch__image, .about__people__block:nth-of-type(even) .eyecatch .eyecatch__image {
  margin-left: auto;
  margin-right: 0px; }
  .eyecatch--rev .eyecatch__image:before, .index__pickup .eyecatch:nth-of-type(even) .eyecatch__image:before, .about__people__block:nth-of-type(even) .eyecatch .eyecatch__image:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 430px 200px 0 0;
    border-color: #FFF transparent transparent transparent;
    position: absolute;
    top: 0px;
    left: 0px; }
  .eyecatch--rev .eyecatch__image .wipemask__fill, .index__pickup .eyecatch:nth-of-type(even) .eyecatch__image .wipemask__fill, .about__people__block:nth-of-type(even) .eyecatch .eyecatch__image .wipemask__fill {
    left: 0px;
    right: auto; }
    .eyecatch--rev .eyecatch__image .wipemask__fill:before, .index__pickup .eyecatch:nth-of-type(even) .eyecatch__image .wipemask__fill:before, .about__people__block:nth-of-type(even) .eyecatch .eyecatch__image .wipemask__fill:before {
      left: auto;
      right: 0px; }

.eyecatch--hastext .eyecatch__image, .eyecatch--hastext--rev .eyecatch__image, .service_general--etc__heater .eyecatch .eyecatch__image, .service_general--washing__wash .eyecatch .eyecatch__image, .service_general--coating__coating .eyecatch .eyecatch__image, .service_general--carfilm__carfilm .eyecatch .eyecatch__image, .service_general--interior__interior .eyecatch .eyecatch__image, .service_general--steering__steering .eyecatch .eyecatch__image, .service_general--repair__repair .eyecatch .eyecatch__image, .service_general--etc__welfare .eyecatch .eyecatch__image, .service_general--cleaning__cleaning .eyecatch .eyecatch__image, .service_general--dentrepair__dentrepair .eyecatch .eyecatch__image, .service_general--bikecoating__bikecoating .eyecatch .eyecatch__image, .service_general--pricelist__pricelist .eyecatch .eyecatch__image, .recruit__message .eyecatch .eyecatch__image {
  width: calc(50% + 160px); }

.eyecatch--hastext .eyecatch__lead, .eyecatch--hastext--rev .eyecatch__lead, .service_general--etc__heater .eyecatch .eyecatch__lead, .service_general--washing__wash .eyecatch .eyecatch__lead, .service_general--coating__coating .eyecatch .eyecatch__lead, .service_general--carfilm__carfilm .eyecatch .eyecatch__lead, .service_general--interior__interior .eyecatch .eyecatch__lead, .service_general--steering__steering .eyecatch .eyecatch__lead, .service_general--repair__repair .eyecatch .eyecatch__lead, .service_general--etc__welfare .eyecatch .eyecatch__lead, .service_general--cleaning__cleaning .eyecatch .eyecatch__lead, .service_general--dentrepair__dentrepair .eyecatch .eyecatch__lead, .service_general--bikecoating__bikecoating .eyecatch .eyecatch__lead, .service_general--pricelist__pricelist .eyecatch .eyecatch__lead, .recruit__message .eyecatch .eyecatch__lead {
  top: 50px;
  margin-left: -20px; }

.eyecatch--hastext--rev .eyecatch__lead, .service_general--etc__heater .eyecatch .eyecatch__lead {
  top: auto;
  bottom: 50px;
  right: 50%;
  margin-right: -20px;
  left: auto;
  margin-left: 0px; }

.eyecatch--hastext--rev .eyecatch__lead__main, .service_general--etc__heater .eyecatch .eyecatch__lead__main {
  padding-right: 40px;
  text-align: right; }

.eyecatch--hastext--rev .eyecatch__image, .service_general--etc__heater .eyecatch .eyecatch__image {
  margin-left: auto;
  margin-right: 0px; }
  .eyecatch--hastext--rev .eyecatch__image:before, .service_general--etc__heater .eyecatch .eyecatch__image:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 430px 200px 0 0;
    border-color: #FFF transparent transparent transparent;
    position: absolute;
    top: 0px;
    left: 0px; }

.eyecatch--hastext--rev .eyecatch__text, .service_general--etc__heater .eyecatch .eyecatch__text {
  top: 60px;
  left: auto;
  margin-left: 0px;
  right: 50%;
  margin-right: 100px;
  width: 480px; }

@media screen and (max-width: 640px) {
  .eyecatch {
    position: relative;
    width: 100%;
    height: auto; }
  .eyecatch__image {
    width: calc(100% - 10px);
    height: 140px;
    margin-bottom: 26px; }
    .eyecatch__image:before {
      border-width: 0 0 140px 65px; }
  .eyecatch__lead {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: auto !important;
    margin: 0 16px !important; }
    .eyecatch__lead:before {
      display: none; }
  .eyecatch__lead__main {
    width: auto !important;
    height: auto !important;
    padding: 0px !important;
    font-size: 24px;
    line-height: 35px; }
    .eyecatch__lead__main br {
      display: none; }
  .eyecatch__lead__sub {
    font-size: 13px;
    position: relative;
    top: auto;
    margin-bottom: 5px; }
  .eyecatch--rev .eyecatch__lead, .index__pickup .eyecatch:nth-of-type(even) .eyecatch__lead, .about__people__block:nth-of-type(even) .eyecatch .eyecatch__lead {
    margin: 0 16px; }
  .eyecatch--rev .eyecatch__image:before, .index__pickup .eyecatch:nth-of-type(even) .eyecatch__image:before, .about__people__block:nth-of-type(even) .eyecatch .eyecatch__image:before {
    border-width: 140px 65px 0 0; }
  .eyecatch__text {
    position: relative;
    width: auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 0 16px;
    margin: 20px auto 0; }
  .eyecatch--hastext--rev .eyecatch__lead, .service_general--etc__heater .eyecatch .eyecatch__lead {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: auto !important;
    margin: 0 16px !important; }
    .eyecatch--hastext--rev .eyecatch__lead:before, .service_general--etc__heater .eyecatch .eyecatch__lead:before {
      display: none; }
  .eyecatch--hastext--rev .eyecatch__lead__main, .service_general--etc__heater .eyecatch .eyecatch__lead__main {
    padding: 0px !important;
    text-align: left; }
  .eyecatch--hastext--rev .eyecatch__image:before, .service_general--etc__heater .eyecatch .eyecatch__image:before {
    border-width: 140px 65px 0 0; }
  .eyecatch--hastext--rev .eyecatch__text, .service_general--etc__heater .eyecatch .eyecatch__text {
    position: relative;
    width: auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 0 16px;
    margin: 20px auto 0; } }

.fullbanner {
  position: relative;
  display: block;
  width: 100%;
  height: 430px;
  overflow: hidden;
  padding-bottom: 32px; }

.fullbanner__lead {
  position: absolute;
  bottom: 74px;
  z-index: 1; }

.fullbanner__lead__sub {
  font-size: 16px;
  line-height: 32px;
  font-family: "a-otf-futo-min-a101-pr6n", serif;
  font-weight: 400;
  color: #736357;
  position: relative;
  position: absolute;
  top: -30px;
  right: -20px; }

.fullbanner__lead__main {
  font-size: 18px;
  line-height: 32px;
  font-family: "a-otf-futo-min-a101-pr6n", serif;
  font-weight: 400;
  color: #FFF; }

.fullbanner__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  overflow: hidden;
  z-index: 0; }
  .fullbanner__bg .wipemask__fill {
    z-index: 1 !important; }
  .fullbanner__bg div {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .fullbanner__bg div.fullbanner__bg__column {
      position: relative;
      width: 33.3333%;
      float: left; }

.fullbanner__left,
.fullbanner__right {
  display: block;
  width: 50%;
  height: 430px;
  position: absolute;
  top: 0px;
  text-decoration: none;
  /*
	.skewbtn{
		span,
		&:after{
			transition: opacity 0.2s linear;
		}
	}
	&:hover{
		opacity: 1 !important;
		.skewbtn{
			span,
			&:after{
				opacity: 0.5;
			}
		}
	}
	*/ }
  .fullbanner__left .fullbanner__bg,
  .fullbanner__right .fullbanner__bg {
    width: calc(100% + 97px);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transform: skewX(-25deg);
        -ms-transform: skewX(-25deg);
            transform: skewX(-25deg); }
    .fullbanner__left .fullbanner__bg div,
    .fullbanner__right .fullbanner__bg div {
      width: calc(100% + 100px);
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      -webkit-transform: skewX(25deg);
          -ms-transform: skewX(25deg);
              transform: skewX(25deg); }

.fullbanner__left {
  left: 0px; }
  .fullbanner__left .fullbanner__bg {
    left: -100px; }
    .fullbanner__left .fullbanner__bg div {
      left: 0px; }
    .fullbanner__left .fullbanner__bg .wipemask__fill {
      left: auto;
      right: -100px; }
  .fullbanner__left .fullbanner__lead {
    right: 120px; }
  .fullbanner__left .skewbtn, .fullbanner__left .skewbtn__double__btn, .fullbanner__left .skewbtn__triple__btn, .fullbanner__left .skewbtn__triple__btn--wide, .fullbanner__left .service__list__item__link {
    position: absolute;
    right: 170px;
    bottom: -32px; }

.fullbanner__right {
  right: 0px; }
  .fullbanner__right .fullbanner__bg {
    right: -100px; }
    .fullbanner__right .fullbanner__bg div {
      right: 0px; }
    .fullbanner__right .fullbanner__bg .wipemask__fill {
      transition-delay: .7s; }
      .fullbanner__right .fullbanner__bg .wipemask__fill:before {
        transition-delay: .4s; }
  .fullbanner__right .fullbanner__lead {
    right: 120px; }
  .fullbanner__right .fullbanner__lead__main {
    transition: color 0s linear .4s; }
  .fullbanner__right .skewbtn, .fullbanner__right .skewbtn__double__btn, .fullbanner__right .skewbtn__triple__btn, .fullbanner__right .skewbtn__triple__btn--wide, .fullbanner__right .service__list__item__link {
    position: absolute;
    right: 170px;
    bottom: -32px; }

.fullbanner__single {
  display: block;
  width: 100%;
  height: 430px;
  position: absolute;
  top: 0px;
  text-decoration: none;
  /*
	&:hover{
		opacity: 1 !important;
		.skewbtn{
			span,
			&:after{
				opacity: 0.5;
			}
		}
	}
	*/ }
  .fullbanner__single .fullbanner__lead {
    right: 120px; }
  .fullbanner__single .fullbanner__lead__main {
    text-align: right; }
  .fullbanner__single .skewbtn, .fullbanner__single .skewbtn__double__btn, .fullbanner__single .skewbtn__triple__btn, .fullbanner__single .skewbtn__triple__btn--wide, .fullbanner__single .service__list__item__link {
    position: absolute;
    right: 170px;
    bottom: -32px;
    /*span,
		&:after{
			transition: opacity 0.2s linear;
		}*/ }

.fullbanner.wipemask:not(.reveal) .fullbanner__lead__main {
  color: #000; }

@media screen and (max-width: 640px) {
  .fullbanner {
    height: auto;
    padding-bottom: 0px; }
    .fullbanner:after {
      content: "";
      display: block;
      width: 0px;
      height: 0px;
      float: none;
      clear: both;
      visibility: hidden; }
  .fullbanner__left,
  .fullbanner__right,
  .fullbanner__single {
    position: relative;
    height: auto;
    padding-top: 176px; }
    .fullbanner__left .fullbanner__lead,
    .fullbanner__right .fullbanner__lead,
    .fullbanner__single .fullbanner__lead {
      position: relative;
      bottom: auto;
      right: auto;
      left: auto;
      top: auto; }
    .fullbanner__left .skewbtn, .fullbanner__left .skewbtn__double__btn, .fullbanner__left .skewbtn__triple__btn, .fullbanner__left .skewbtn__triple__btn--wide, .fullbanner__left .service__list__item__link,
    .fullbanner__right .skewbtn,
    .fullbanner__right .skewbtn__double__btn,
    .fullbanner__right .skewbtn__triple__btn,
    .fullbanner__right .skewbtn__triple__btn--wide,
    .fullbanner__right .service__list__item__link,
    .fullbanner__single .skewbtn,
    .fullbanner__single .skewbtn__double__btn,
    .fullbanner__single .skewbtn__triple__btn,
    .fullbanner__single .skewbtn__triple__btn--wide,
    .fullbanner__single .service__list__item__link {
      width: 146px;
      top: 116px; }
  .fullbanner__left,
  .fullbanner__right {
    float: left; }
    .fullbanner__left .fullbanner__bg,
    .fullbanner__right .fullbanner__bg {
      width: calc(100% + 98px); }
  .fullbanner__left {
    z-index: 1; }
    .fullbanner__left .fullbanner__lead {
      padding: 0 10px 0 16px; }
    .fullbanner__left .skewbtn, .fullbanner__left .skewbtn__double__btn, .fullbanner__left .skewbtn__triple__btn, .fullbanner__left .skewbtn__triple__btn--wide, .fullbanner__left .service__list__item__link {
      right: 12px;
      padding: 0 32px 0 6px; }
  .fullbanner__right {
    z-index: 0; }
    .fullbanner__right .fullbanner__lead {
      padding: 0 16px 0 10px; }
    .fullbanner__right .skewbtn, .fullbanner__right .skewbtn__double__btn, .fullbanner__right .skewbtn__triple__btn, .fullbanner__right .skewbtn__triple__btn--wide, .fullbanner__right .service__list__item__link {
      right: 20px; }
  .fullbanner__single .skewbtn, .fullbanner__single .skewbtn__double__btn, .fullbanner__single .skewbtn__triple__btn, .fullbanner__single .skewbtn__triple__btn--wide, .fullbanner__single .service__list__item__link {
    right: 20px; }
  .fullbanner__single .fullbanner__lead,
  .fullbanner__single .fullbanner__lead__main {
    text-align: left; }
  .fullbanner__bg {
    height: 140px; }
  .fullbanner__lead {
    position: relative;
    bottom: auto;
    right: auto;
    left: auto;
    top: auto;
    text-align: left; }
  .fullbanner__lead__main {
    font-size: 14px;
    line-height: 24px;
    color: #000; }
    .fullbanner__lead__main br {
      display: none; }
  .fullbanner__lead__sub {
    font-size: 13px;
    position: relative;
    top: auto;
    right: auto;
    line-height: 12px;
    margin-bottom: 5px; } }

.services_list__container {
  width: 1235px;
  height: 386px;
  position: relative;
  margin: 0 auto; }

.services_list__block {
  position: relative;
  width: 370px;
  height: 330px;
  overflow: hidden;
  float: left;
  margin-left: -100px;
  -webkit-clip-path: polygon(115px 0px, 370px 0px, 370px 61px, 245px 330px, 0px 330px, 0px 248px);
          clip-path: polygon(115px 0px, 370px 0px, 370px 61px, 245px 330px, 0px 330px, 0px 248px);
  overflow: hidden; }
  .services_list__block:nth-of-type(1) {
    margin: 0px 0px 0px 0px; }
  .services_list__block:nth-of-type(2) {
    margin: 60px 0px 0px -100px; }
  .services_list__block:nth-of-type(3) {
    margin: 0px 0px 0px -45px; }
  .services_list__block:nth-of-type(4) {
    margin: 60px 0px 0px -100px; }
  .services_list__block:nth-of-type(1) .wipemask__image {
    transition: opacity 0s linear 0.0s; }
  .services_list__block:nth-of-type(1) .wipemask__fill {
    transition-delay: 0.3s; }
    .services_list__block:nth-of-type(1) .wipemask__fill:before {
      transition-delay: 0.0s; }
  .services_list__block:nth-of-type(2) .wipemask__image {
    transition: opacity 0s linear 0.2s; }
  .services_list__block:nth-of-type(2) .wipemask__fill {
    transition-delay: 0.5s; }
    .services_list__block:nth-of-type(2) .wipemask__fill:before {
      transition-delay: 0.2s; }
  .services_list__block:nth-of-type(3) .wipemask__image {
    transition: opacity 0s linear 0.4s; }
  .services_list__block:nth-of-type(3) .wipemask__fill {
    transition-delay: 0.7s; }
    .services_list__block:nth-of-type(3) .wipemask__fill:before {
      transition-delay: 0.4s; }
  .services_list__block:nth-of-type(4) .wipemask__image {
    transition: opacity 0s linear 0.6s; }
  .services_list__block:nth-of-type(4) .wipemask__fill {
    transition-delay: 0.9s; }
    .services_list__block:nth-of-type(4) .wipemask__fill:before {
      transition-delay: 0.6s; }

.services_list__block__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none; }
  .services_list__block__link:after {
    content: "";
    display: block;
    width: 22px;
    height: 38px;
    background-image: url(images/arrow_tan_b.png);
    background-size: 22px 38px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 114px;
    bottom: 12px; }

.services_list__block__title {
  position: absolute;
  width: 256px;
  top: 0px;
  left: 98px;
  z-index: 1; }
  .services_list__block__title__num {
    font-family: "a-otf-futo-min-a101-pr6n", serif;
    font-weight: 400;
    font-size: 88px;
    color: #736357; }
  .services_list__block__title__txt {
    font-family: "a-otf-futo-min-a101-pr6n", serif;
    font-weight: 400;
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 26px;
    color: #736357;
    position: absolute;
    bottom: 34px;
    right: 0px;
    text-align: right; }

.services_list__block__image {
  width: 370px;
  height: 187px;
  position: absolute;
  top: 61px;
  left: 0px;
  z-index: 0;
  background-size: cover;
  background-position: center; }

.services_list__block__text {
  width: 210px;
  height: 63px;
  font-size: 14px;
  line-height: 21px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  overflow: hidden;
  color: #000; }

@media screen and (max-width: 640px) {
  .services_list__container {
    width: auto;
    height: auto; }
  .services_list__block {
    width: auto;
    height: auto;
    float: none;
    margin: 0 16px;
    -webkit-clip-path: none;
            clip-path: none;
    overflow: hidden; }
    .services_list__block:nth-of-type(1), .services_list__block:nth-of-type(2), .services_list__block:nth-of-type(3), .services_list__block:nth-of-type(4) {
      margin: 0 16px 30px; }
  .services_list__block__link {
    height: auto;
    padding-top: 184px; }
    .services_list__block__link:after {
      right: 2px;
      bottom: 5px; }
  .services_list__block__title {
    box-sizing: border-box;
    width: 275px;
    height: 66px;
    position: absolute;
    left: 50%;
    top: -8px;
    margin-left: -137px; }
    .services_list__block__title__num {
      position: absolute;
      font-size: 66px;
      line-height: 66px;
      top: 0px; }
    .services_list__block__title__txt {
      width: auto;
      font-size: 18px;
      line-height: 66px;
      position: relative;
      bottom: auto;
      top: 0px;
      left: 0px; }
      .services_list__block__title__txt br {
        display: none; }
  .services_list__block__image {
    width: 275px;
    height: 140px;
    -webkit-clip-path: polygon(65px 0px, 275px 0px, 210px 140px, 0px 140px);
            clip-path: polygon(65px 0px, 275px 0px, 210px 140px, 0px 140px);
    position: absolute;
    left: 50%;
    top: 44px;
    margin-left: -137px; }
  .services_list__block__text {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    width: auto;
    height: auto;
    padding-right: 40px;
    margin-top: 12px; }
  .services_list__block:nth-of-type(odd) .services_list__block__title {
    padding-left: 80px; }
    .services_list__block:nth-of-type(odd) .services_list__block__title__num {
      left: 0px; }
    .services_list__block:nth-of-type(odd) .services_list__block__title__txt {
      text-align: left; }
  .services_list__block:nth-of-type(even) .services_list__block__title {
    padding-right: 80px; }
    .services_list__block:nth-of-type(even) .services_list__block__title__num {
      right: 0px; }
    .services_list__block:nth-of-type(even) .services_list__block__title__txt {
      text-align: right; } }

.craftsman_movie {
  width: 100%;
  height: 100vh;
  background-image: url(images/craftsman_image.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }

html:not(.touch) .craftsman_movie {
  background-attachment: fixed; }

.craftsman_movie__content {
  height: 210px;
  width: 260px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -105px;
  margin-left: -130px;
  text-decoration: none; }
  .craftsman_movie__content.noavailable {
    cursor: normal;
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .craftsman_movie__content.noavailable .craftsman_movie__play {
      display: none; }

.craftsman_movie__title__sub {
  display: block;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
  font-weight: 500; }

.craftsman_movie__title__main {
  display: block;
  font-size: 48px;
  color: #FFF;
  text-align: center;
  font-family: "a-otf-futo-min-a101-pr6n", serif;
  font-weight: 400;
  margin: 14px 0 30px; }

.craftsman_movie__play {
  display: block;
  width: 100px;
  height: auto;
  padding-top: 90px;
  position: relative;
  margin: 0 auto;
  font-size: 13px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  font-family: "a-otf-futo-min-a101-pr6n", serif;
  font-weight: 400; }
  .craftsman_movie__play:before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-image: url(images/play.png);
    background-size: 80px 80px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    top: 0px; }

@media screen and (max-width: 640px) {
  .craftsman_movie {
    height: 210px;
    background-attachment: scroll; }
  .craftsman_movie__content {
    height: 145px;
    margin-top: -72px; }
  .craftsman_movie__title__sub {
    font-size: 13px; }
  .craftsman_movie__title__main {
    font-size: 28px;
    margin: 8px 0 15px; }
  .craftsman_movie__play {
    width: 82px;
    height: auto;
    padding-top: 66px; }
    .craftsman_movie__play:before {
      width: 56px;
      height: 56px;
      background-size: 56px 56px;
      left: 13px;
      top: 0px; } }

.skewbtn, .skewbtn__double__btn, .skewbtn__triple__btn, .skewbtn__triple__btn--wide, .service__list__item__link {
  position: relative;
  display: table;
  box-sizing: border-box;
  width: 240px;
  height: 64px;
  padding-right: 54px;
  padding-left: 24px;
  font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  border: 0px;
  background-color: transparent; }
  .skewbtn span, .skewbtn__double__btn span, .skewbtn__triple__btn span, .skewbtn__triple__btn--wide span, .service__list__item__link span {
    display: table-cell;
    color: #FFF;
    line-height: 20px;
    vertical-align: middle;
    z-index: 1;
    position: relative; }
  .skewbtn:before, .skewbtn__double__btn:before, .skewbtn__triple__btn:before, .skewbtn__triple__btn--wide:before, .service__list__item__link:before {
    content: "";
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #736357;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transform: skewX(-25deg);
        -ms-transform: skewX(-25deg);
            transform: skewX(-25deg);
    z-index: 0; }
  .skewbtn:after, .skewbtn__double__btn:after, .skewbtn__triple__btn:after, .skewbtn__triple__btn--wide:after, .service__list__item__link:after {
    content: "";
    display: block;
    width: 22px;
    height: 38px;
    background-image: url(images/arrow_w.png);
    background-size: 22px 38px;
    position: absolute;
    right: 26px;
    top: 12px;
    z-index: 1; }
  .skewbtn[target="_blank"] span:before, [target="_blank"].skewbtn__double__btn span:before, [target="_blank"].skewbtn__triple__btn span:before, [target="_blank"].skewbtn__triple__btn--wide span:before, [target="_blank"].service__list__item__link span:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background-image: url(images/external.png);
    background-size: 13px 13px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
    position: relative; }

.skewbtn_border, .skewbtn_border--back, .service_general__back .skewbtn_border, .articlesingle__back .skewbtn_border {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 160px;
  height: 50px;
  padding-right: 36px;
  font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #736357;
  line-height: 50px;
  text-align: center;
  text-decoration: none; }
  .skewbtn_border:before, .skewbtn_border--back:before, .service_general__back .skewbtn_border:before, .articlesingle__back .skewbtn_border:before {
    content: "";
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 4px solid #736357;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transform: skewX(-25deg);
        -ms-transform: skewX(-25deg);
            transform: skewX(-25deg); }
  .skewbtn_border:after, .skewbtn_border--back:after, .service_general__back .skewbtn_border:after, .articlesingle__back .skewbtn_border:after {
    content: "";
    display: block;
    width: 16px;
    height: 26px;
    background-image: url(images/arrow_tan.png);
    background-size: 16px 26px;
    position: absolute;
    right: 26px;
    top: 12px; }

.skewbtn_border--back, .service_general__back .skewbtn_border, .service_general__back .skewbtn_border--back, .articlesingle__back .skewbtn_border, .articlesingle__back .skewbtn_border--back {
  padding-left: 36px;
  padding-right: 0px; }
  .skewbtn_border--back:after, .service_general__back .skewbtn_border:after, .service_general__back .skewbtn_border--back:after, .articlesingle__back .skewbtn_border:after, .articlesingle__back .skewbtn_border--back:after {
    background-image: url(images/arrow_tan.png);
    left: 23px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.skewbtn__double {
  width: 520px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.skewbtn__double__btn {
  float: left; }
  .skewbtn__double__btn:first-of-type {
    margin-right: 29px; }

.skewbtn__triple {
  width: 780px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.skewbtn__triple__btn, .skewbtn__triple__btn--wide {
  float: left; }
  .skewbtn__triple__btn:not(:last-of-type), .skewbtn__triple__btn--wide:not(:last-of-type) {
    margin-right: 29px; }

.skewbtn__triple__btn--wide {
  width: 424px; }

@media screen and (max-width: 640px) {
  .skewbtn, .skewbtn__double__btn, .skewbtn__triple__btn, .skewbtn__triple__btn--wide, .service__list__item__link {
    width: 176px;
    height: 48px;
    padding-right: 44px;
    padding-left: 18px;
    font-size: 13px; }
    .skewbtn span, .skewbtn__double__btn span, .skewbtn__triple__btn span, .skewbtn__triple__btn--wide span, .service__list__item__link span {
      line-height: 16px; }
    .skewbtn:after, .skewbtn__double__btn:after, .skewbtn__triple__btn:after, .skewbtn__triple__btn--wide:after, .service__list__item__link:after {
      width: 14px;
      height: 27px;
      background-size: 14px 27px;
      right: 18px;
      top: 10px; }
    .skewbtn br, .skewbtn__double__btn br, .skewbtn__triple__btn br, .skewbtn__triple__btn--wide br, .service__list__item__link br {
      display: none; }
    .skewbtn[target="_blank"], [target="_blank"].skewbtn__double__btn, [target="_blank"].skewbtn__triple__btn, [target="_blank"].skewbtn__triple__btn--wide, [target="_blank"].service__list__item__link {
      padding-left: 36px; }
      .skewbtn[target="_blank"] span:before, [target="_blank"].skewbtn__double__btn span:before, [target="_blank"].skewbtn__triple__btn span:before, [target="_blank"].skewbtn__triple__btn--wide span:before, [target="_blank"].service__list__item__link span:before {
        position: absolute;
        left: -24px;
        top: 50%;
        margin-top: -6px; }
  .skewbtn_border, .skewbtn_border--back, .service_general__back .skewbtn_border, .articlesingle__back .skewbtn_border {
    width: 140px;
    height: 44px;
    padding-right: 28px;
    font-size: 13px;
    line-height: 45px; }
    .skewbtn_border:after, .skewbtn_border--back:after, .service_general__back .skewbtn_border:after, .articlesingle__back .skewbtn_border:after {
      width: 13px;
      height: 22px;
      background-size: 13px 22px;
      right: 18px;
      top: 10px; }
  .skewbtn__triple,
  .skewbtn__double {
    width: 100%;
    height: auto; }
  .skewbtn__triple__btn, .skewbtn__triple__btn--wide,
  .skewbtn__double__btn {
    float: none;
    margin: 0 auto 16px !important; } }

.pageheader, .pageheader--white, .service_general .pageheader, .service_general--coating .pageheader,
.service_general--carfilm .pageheader,
.service_general--protectionfilm .pageheader,
.service_general--interior .pageheader,
.service_general--steering .pageheader,
.service_general--repair .pageheader,
.service_general--etc .pageheader,
.service_general--washing .pageheader,
.service_general--cleaning .pageheader,
.service_general--dentrepair .pageheader,
.service_general--bikecoating .pageheader,
.service_general--pricelist .pageheader, .legal .pageheader, .articlesingle .pageheader {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0; }

.pageheader__image {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 31.94444%;
  background-size: cover;
  background-position: center;
  z-index: 0; }

@media screen and (max-width: 1440px) {
  .pageheader__image {
    width: 100%;
    height: 460px;
    padding: 0px; } }

@media screen and (min-width: 2254px) {
  .pageheader__image {
    width: 100%;
    height: 720px;
    padding: 0px; } }

.pageheader__title {
  height: 184px;
  position: absolute;
  top: 0px;
  left: 180px; }
  .pageheader__title:before {
    content: "";
    display: block;
    width: 1px;
    height: 184px;
    background-color: #593d32;
    position: absolute;
    left: 0px;
    bottom: 0px;
    -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transform: skewX(-25deg);
        -ms-transform: skewX(-25deg);
            transform: skewX(-25deg); }
  .pageheader__title__main {
    display: block;
    font-family: "a-otf-futo-min-a101-pr6n", serif;
    font-weight: 400;
    font-size: 38px;
    color: #FFF;
    position: absolute;
    bottom: 26px;
    left: 58px;
    white-space: nowrap; }
  .pageheader__title__sub {
    display: block;
    font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #736357;
    position: absolute;
    bottom: -2px;
    left: 34px;
    white-space: nowrap; }

.pageheader__text {
  font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #FFF;
  line-height: 28px;
  position: absolute;
  right: 70px;
  bottom: 60px; }

.pageheader--white, .service_general .pageheader, .service_general--coating .pageheader,
.service_general--carfilm .pageheader,
.service_general--protectionfilm .pageheader,
.service_general--interior .pageheader,
.service_general--steering .pageheader,
.service_general--repair .pageheader,
.service_general--etc .pageheader,
.service_general--washing .pageheader,
.service_general--cleaning .pageheader,
.service_general--dentrepair .pageheader,
.service_general--bikecoating .pageheader,
.service_general--pricelist .pageheader, .service_general .pageheader--white, .service_general--coating .pageheader--white,
.service_general--carfilm .pageheader--white,
.service_general--protectionfilm .pageheader--white,
.service_general--interior .pageheader--white,
.service_general--steering .pageheader--white,
.service_general--repair .pageheader--white,
.service_general--etc .pageheader--white,
.service_general--washing .pageheader--white,
.service_general--cleaning .pageheader--white,
.service_general--dentrepair .pageheader--white,
.service_general--bikecoating .pageheader--white,
.service_general--pricelist .pageheader--white, .legal .pageheader, .legal .pageheader--white, .articlesingle .pageheader, .articlesingle .pageheader--white {
  height: 186px;
  background-color: #FFF; }
  .pageheader--white .pageheader__title__main, .service_general .pageheader .pageheader__title__main, .service_general--coating .pageheader .pageheader__title__main,
  .service_general--carfilm .pageheader .pageheader__title__main,
  .service_general--protectionfilm .pageheader .pageheader__title__main,
  .service_general--interior .pageheader .pageheader__title__main,
  .service_general--steering .pageheader .pageheader__title__main,
  .service_general--repair .pageheader .pageheader__title__main,
  .service_general--etc .pageheader .pageheader__title__main,
  .service_general--washing .pageheader .pageheader__title__main,
  .service_general--cleaning .pageheader .pageheader__title__main,
  .service_general--dentrepair .pageheader .pageheader__title__main,
  .service_general--bikecoating .pageheader .pageheader__title__main,
  .service_general--pricelist .pageheader .pageheader__title__main, .legal .pageheader .pageheader__title__main, .articlesingle .pageheader .pageheader__title__main {
    color: #000; }

@media screen and (max-width: 640px) {
  .pageheader, .pageheader--white, .service_general .pageheader, .service_general--coating .pageheader,
  .service_general--carfilm .pageheader,
  .service_general--protectionfilm .pageheader,
  .service_general--interior .pageheader,
  .service_general--steering .pageheader,
  .service_general--repair .pageheader,
  .service_general--etc .pageheader,
  .service_general--washing .pageheader,
  .service_general--cleaning .pageheader,
  .service_general--dentrepair .pageheader,
  .service_general--bikecoating .pageheader,
  .service_general--pricelist .pageheader, .legal .pageheader, .articlesingle .pageheader {
    height: 230px; }
  .pageheader__title {
    height: 52px;
    position: absolute;
    top: 74px;
    left: 16px; }
    .pageheader__title:before {
      display: none; }
    .pageheader__title__main {
      display: block;
      font-size: 28px;
      position: relative;
      bottom: auto;
      left: auto;
      margin-bottom: 6px; }
    .pageheader__title__sub {
      display: block;
      font-size: 14px;
      position: relative;
      bottom: auto;
      left: auto; }
  .pageheader__text {
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    right: 16px;
    bottom: 26px;
    text-align: right; }
  .pageheader--white, .service_general .pageheader, .service_general--coating .pageheader,
  .service_general--carfilm .pageheader,
  .service_general--protectionfilm .pageheader,
  .service_general--interior .pageheader,
  .service_general--steering .pageheader,
  .service_general--repair .pageheader,
  .service_general--etc .pageheader,
  .service_general--washing .pageheader,
  .service_general--cleaning .pageheader,
  .service_general--dentrepair .pageheader,
  .service_general--bikecoating .pageheader,
  .service_general--pricelist .pageheader, .service_general .pageheader--white, .service_general--coating .pageheader--white,
  .service_general--carfilm .pageheader--white,
  .service_general--protectionfilm .pageheader--white,
  .service_general--interior .pageheader--white,
  .service_general--steering .pageheader--white,
  .service_general--repair .pageheader--white,
  .service_general--etc .pageheader--white,
  .service_general--washing .pageheader--white,
  .service_general--cleaning .pageheader--white,
  .service_general--dentrepair .pageheader--white,
  .service_general--bikecoating .pageheader--white,
  .service_general--pricelist .pageheader--white, .legal .pageheader, .legal .pageheader--white, .articlesingle .pageheader, .articlesingle .pageheader--white {
    height: 146px; }
  .pageheader__image {
    height: 230px; } }

.modal {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

.modal__bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 0; }

.modal__close {
  display: block;
  width: 66px;
  height: 66px;
  position: absolute;
  left: 25px;
  top: 25px;
  z-index: 1; }
  .modal__close:before, .modal__close:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #736357;
    position: absolute;
    left: 0px;
    top: 32px;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center; }
  .modal__close:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .modal__close:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.modal__loading {
  width: 44px;
  height: 44px;
  background-image: url(images/loading.png);
  background-size: 44px 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -22px 0 0 -22px;
  -webkit-animation: spin 0.3s linear infinite;
          animation: spin 0.3s linear infinite;
  transition: opacity 0.3s linear; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.modal__image,
.modal__video {
  width: calc(100% - 230px);
  height: calc(100% - 230px);
  position: absolute;
  left: 115px;
  top: 115px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1); }

#craftsmanvideo {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 640px) {
  .modal__close {
    width: 44px;
    height: 44px;
    left: 8px;
    top: 8px; }
    .modal__close:before, .modal__close:after {
      top: 22px; }
  .modal__image {
    width: 100%;
    height: calc(100% - 120px);
    left: 0px;
    top: 60px; }
  .modal__video {
    width: 100%;
    height: 0px;
    padding-top: 56.25%;
    left: 0px;
    top: 50%;
    margin: 0px;
    -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%); } }

.brandblock {
  text-align: center;
  font-size: 0px; }

.brandblock__column {
  width: 476px;
  height: auto;
  display: inline-block;
  position: relative;
  margin: 0 40px;
  vertical-align: top; }

.brandblock__title {
  margin-bottom: 24px; }

.brandblock__image {
  position: relative;
  width: 100%;
  height: 267px;
  margin: 24px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .brandblock__image .wipemask__fill {
    background-color: #f1efee !important; }

.brandblock__text {
  font-size: 14px;
  line-height: 24px;
  color: #736357;
  text-align: left; }

.brandblock__links {
  margin-top: 40px; }
  .brandblock__links:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    float: none;
    clear: both;
    visibility: hidden; }

.brandblock__links__item, .brandblock__links__item--hasimg {
  display: table;
  width: 228px;
  height: 94px;
  float: left;
  margin-bottom: 20px;
  border-top: 1px solid #736357;
  position: relative;
  text-align: left;
  color: #736357;
  text-decoration: none; }
  .brandblock__links__item:nth-of-type(odd), .brandblock__links__item--hasimg:nth-of-type(odd) {
    margin-right: 20px; }
  .brandblock__links__item:after, .brandblock__links__item--hasimg:after {
    content: "";
    display: block;
    width: 16px;
    height: 26px;
    background-image: url(images/arrow_tan.png);
    background-size: 16px 26px;
    background-position: center;
    position: absolute;
    right: 5px;
    top: 34px; }
  .brandblock__links__item span, .brandblock__links__item--hasimg span {
    display: table-cell;
    font-size: 16px;
    vertical-align: middle;
    padding-right: 26px; }

.brandblock__links__item--hasimg {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  display: block;
  background-size: 180px 100px;
  background-position: 8px -3px;
  background-repeat: no-repeat; }
  .brandblock__links__item--hasimg span {
    display: none; }

@media screen and (max-width: 640px) {
  .brandblock__column {
    width: auto;
    display: block;
    margin: 0 0 30px; }
  .brandblock__image {
    width: 100%;
    height: 190px;
    margin: 20px 0 16px;
    background-size: cover;
    background-position: center; }
  .brandblock__links {
    margin-top: 20px; }
    .brandblock__links a {
      display: table;
      width: calc(50% - 7px);
      height: 68px;
      float: left;
      margin-bottom: 12px;
      background-size: 128px 71px;
      background-position: 8px -3px; }
      .brandblock__links a:nth-of-type(odd) {
        margin-right: 14px; }
      .brandblock__links a:after {
        width: 12px;
        height: 20px;
        background-size: 12px 20px;
        right: 2px;
        top: 24px; }
  .brandblock__links__item span, .brandblock__links__item--hasimg span {
    font-size: 14px;
    line-height: 24px;
    padding-right: 24px; } }

.linelist, .linelist--column {
  width: 760px;
  margin: 0 auto; }

.linelist__item, .linelist__item--ribbon, .linelist__item--tag, .linelist__item--board, .linelist__item--bill, .linelist__item--check, .linelist__item--stitch, .linelist__item--image {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #dbd8d6;
  padding: 21px 0 21px 96px;
  text-decoration: none;
  color: #000; }
  .linelist__item p, .linelist__item--ribbon p, .linelist__item--tag p, .linelist__item--board p, .linelist__item--bill p, .linelist__item--check p, .linelist__item--stitch p, .linelist__item--image p {
    font-family: "a-otf-futo-min-a101-pr6n", serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
    color: #736357; }
  .linelist__item:last-child, .linelist__item--ribbon:last-child, .linelist__item--tag:last-child, .linelist__item--board:last-child, .linelist__item--bill:last-child, .linelist__item--check:last-child, .linelist__item--stitch:last-child, .linelist__item--image:last-child {
    border: 0px; }

.linelist__item__mark, .linelist__item--ribbon__mark, .linelist__item--tag__mark, .linelist__item--board__mark, .linelist__item--bill__mark, .linelist__item--check__mark, .linelist__item--stitch__mark {
  display: block;
  width: 70px;
  height: 70px;
  background-size: 70px 70px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 7px; }

.linelist--column:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  float: none;
  clear: both;
  visibility: hidden; }

.linelist--column .linelist__item, .linelist--column .linelist__item--ribbon, .linelist--column .linelist__item--tag, .linelist--column .linelist__item--board, .linelist--column .linelist__item--bill, .linelist--column .linelist__item--check, .linelist--column .linelist__item--stitch, .linelist--column .linelist__item--image {
  width: calc(50% - 15px);
  float: left; }
  .linelist--column .linelist__item:nth-of-type(odd), .linelist--column .linelist__item--ribbon:nth-of-type(odd), .linelist--column .linelist__item--tag:nth-of-type(odd), .linelist--column .linelist__item--board:nth-of-type(odd), .linelist--column .linelist__item--bill:nth-of-type(odd), .linelist--column .linelist__item--check:nth-of-type(odd), .linelist--column .linelist__item--stitch:nth-of-type(odd), .linelist--column .linelist__item--image:nth-of-type(odd) {
    margin-right: 30px; }

.linelist__item--ribbon__mark {
  background-image: url(images/listitem_ribbon.png);
  font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
  color: #736357; }

.linelist__item--tag__mark {
  background-image: url(images/listitem_tag.png); }

.linelist__item--board__mark {
  background-image: url(images/listitem_board.png); }

.linelist__item--bill__mark {
  background-image: url(images/listitem_bill.png); }

.linelist__item--check__mark {
  background-image: url(images/listitem_check.png); }

.linelist__item--stitch {
  padding-left: 106px; }

.linelist__item--stitch__mark {
  width: 80px;
  height: 70px;
  background-size: 80px 70px; }

.linelist__item--image {
  padding: 10px 0 10px 106px;
  display: table;
  min-height: 100px; }
  .linelist__item--image p {
    display: table-cell;
    vertical-align: middle;
    font-family: "a-otf-gothic-bbb-pr6n", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000; }
    .linelist__item--image p span {
      display: block;
      font-family: "a-otf-futo-min-a101-pr6n", serif;
      font-weight: 400;
      font-size: 21px;
      color: #736357;
      line-height: 28px; }

.linelist__item--image__img {
  display: block;
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 10px; }

@media screen and (max-width: 640px) {
  .linelist, .linelist--column {
    width: auto;
    margin: 0 16px; }
  .linelist__item, .linelist__item--ribbon, .linelist__item--tag, .linelist__item--board, .linelist__item--bill, .linelist__item--check, .linelist__item--stitch, .linelist__item--image {
    padding: 14px 0 14px 44px; }
    .linelist__item p, .linelist__item--ribbon p, .linelist__item--tag p, .linelist__item--board p, .linelist__item--bill p, .linelist__item--check p, .linelist__item--stitch p, .linelist__item--image p {
      font-size: 16px;
      line-height: 24px; }
  .linelist__item__mark, .linelist__item--ribbon__mark, .linelist__item--tag__mark, .linelist__item--board__mark, .linelist__item--bill__mark, .linelist__item--check__mark, .linelist__item--stitch__mark {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    left: 0px; }
  .linelist__item--ribbon__mark {
    font-size: 10px;
    line-height: 34px; }
  .linelist__item--image {
    padding: 10px 0 10px 66px;
    min-height: 0px; }
    .linelist__item--image p {
      font-size: 14px;
      line-height: 24px; }
      .linelist__item--image p span {
        font-size: 16px;
        line-height: 24px; }
  .linelist__item--stitch {
    padding: 14px 0 14px 52px; }
  .linelist__item--image__img {
    width: 50px;
    height: 50px;
    left: 2px;
    top: 10px; }
  .linelist__item--ribbon__mark {
    top: 10px;
    background-size: 50px 50px; }
  .linelist__item--tag__mark {
    top: 6px; }
  .linelist__item--stitch__mark {
    width: 40px;
    height: 30px;
    background-size: 40px 30px;
    top: 10px;
    left: 4px; }
  .linelist__item--board__mark {
    top: 5px; }
  .linelist__item--bill__mark {
    top: 6px;
    background-size: 48px 48px; }
  .linelist__item--check__mark {
    top: 6px; }
  .linelist--column .linelist__item, .linelist--column .linelist__item--ribbon, .linelist--column .linelist__item--tag, .linelist--column .linelist__item--board, .linelist--column .linelist__item--bill, .linelist--column .linelist__item--check, .linelist--column .linelist__item--stitch, .linelist--column .linelist__item--image {
    width: calc(50% - 8px);
    min-height: 68px; }
    .linelist--column .linelist__item:nth-of-type(odd), .linelist--column .linelist__item--ribbon:nth-of-type(odd), .linelist--column .linelist__item--tag:nth-of-type(odd), .linelist--column .linelist__item--board:nth-of-type(odd), .linelist--column .linelist__item--bill:nth-of-type(odd), .linelist--column .linelist__item--check:nth-of-type(odd), .linelist--column .linelist__item--stitch:nth-of-type(odd), .linelist--column .linelist__item--image:nth-of-type(odd) {
      margin-right: 16px; } }

.blocklist {
  width: 1056px;
  margin: 0 auto;
  text-align: center;
  font-size: 0px; }

.blocklist__item {
  display: inline-block;
  width: 250px;
  margin: 0 7px 30px;
  vertical-align: top; }
  .blocklist__item:nth-of-type(4n+1) .wipemask__fill {
    transition-delay: 0.3s; }
    .blocklist__item:nth-of-type(4n+1) .wipemask__fill:before {
      transition-delay: 0.0s; }
  .blocklist__item:nth-of-type(4n+2) .wipemask__fill {
    transition-delay: 0.5s; }
    .blocklist__item:nth-of-type(4n+2) .wipemask__fill:before {
      transition-delay: 0.2s; }
  .blocklist__item:nth-of-type(4n+3) .wipemask__fill {
    transition-delay: 0.7s; }
    .blocklist__item:nth-of-type(4n+3) .wipemask__fill:before {
      transition-delay: 0.4s; }
  .blocklist__item:nth-of-type(4n+4) .wipemask__fill {
    transition-delay: 0.9s; }
    .blocklist__item:nth-of-type(4n+4) .wipemask__fill:before {
      transition-delay: 0.6s; }

.blocklist__item__head {
  font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #736357;
  height: auto; }
  .blocklist__item__head span {
    font-size: 14px; }

.blocklist__item__img {
  position: relative;
  width: 100%;
  height: 167px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 10px 0 12px; }

.blocklist__item__text {
  font-size: 13px;
  line-height: 23px;
  color: #000;
  text-align: left; }
  .blocklist__item__text span {
    color: #736357; }

@media screen and (max-width: 640px) {
  .blocklist {
    width: auto;
    margin: 0 16px; }
  .blocklist__item {
    width: calc(50% - 8px);
    margin: 0 0 24px; }
    .blocklist__item:nth-of-type(2n+1) {
      margin-right: 16px; }
  .blocklist__item__img {
    height: 0px;
    padding-top: 66.8%; } }

.switchlist {
  width: 1040px;
  height: auto;
  margin: 0 auto;
  position: relative; }

.switchlist__item, .switchlist__item--odd, .switchlist__item--even {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  min-height: 250px;
  position: relative;
  margin: 80px 0; }

.switchlist__item--odd {
  padding-left: 560px;
  text-align: left; }
  .switchlist__item--odd .switchlist__item__img {
    left: 0px; }
  .switchlist__item--odd .switchlist__item__title {
    margin-left: -60px; }

.switchlist__item--even {
  padding-right: 560px;
  text-align: right; }
  .switchlist__item--even .switchlist__item__img {
    right: 0px; }
    .switchlist__item--even .switchlist__item__img .wipemask__fill {
      left: 0px;
      right: auto; }
      .switchlist__item--even .switchlist__item__img .wipemask__fill:before {
        left: auto;
        right: 0px; }
  .switchlist__item--even .switchlist__item__title {
    margin-right: -30px; }

.switchlist__item__img {
  width: 557px;
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(113px 0px, 557px 0px, 444px 250px, 0px 250px);
          clip-path: polygon(113px 0px, 557px 0px, 444px 250px, 0px 250px);
  position: absolute;
  top: 0px; }

.switchlist__item__title {
  font-family: "a-otf-futo-min-a101-pr6n", serif;
  font-weight: 400;
  color: #736357;
  display: inline-block;
  height: 90px;
  line-height: 90px;
  position: relative;
  padding-left: 110px;
  margin-top: 15px;
  margin-bottom: 15px; }
  .switchlist__item__title__num {
    font-size: 88px;
    position: absolute;
    top: 0px;
    left: 0px; }
  .switchlist__item__title__lead {
    font-size: 24px; }

.switchlist__item__text {
  text-align: left;
  font-size: 14px;
  line-height: 24px; }

@media screen and (max-width: 640px) {
  .switchlist {
    width: 100%;
    margin: 40px 0; }
  .switchlist__item--odd,
  .switchlist__item--even {
    padding: 48px 0 0 0;
    margin: 20px 0;
    min-height: 0px;
    text-align: left; }
  .switchlist__item__img {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: calc(100% - 10px);
    height: 140px;
    -webkit-clip-path: none;
            clip-path: none;
    z-index: 1; }
    .switchlist__item__img:before {
      content: "";
      display: block;
      position: absolute;
      top: 0px;
      width: 0;
      height: 0;
      border-style: solid;
      z-index: 2; }
  .switchlist__item--odd .switchlist__item__img {
    margin-right: auto;
    margin-left: 0px; }
    .switchlist__item--odd .switchlist__item__img:before {
      right: 0px;
      border-width: 0 0 140px 64px;
      border-color: transparent transparent #FFF transparent; }
  .switchlist__item--odd .switchlist__item__title {
    left: 16px; }
  .switchlist__item--even .switchlist__item__img {
    margin-left: auto;
    margin-right: 0px; }
    .switchlist__item--even .switchlist__item__img:before {
      left: 0px;
      border-width: 140px 64px 0 0;
      border-color: #FFF transparent transparent transparent; }
  .switchlist__item--even .switchlist__item__title {
    right: 16px; }
  .switchlist__item__title {
    display: block;
    position: absolute;
    left: auto;
    top: 0px;
    right: auto;
    bottom: auto;
    margin: 0 !important;
    height: 60px;
    line-height: 60px;
    padding-left: 72px;
    z-index: 2; }
    .switchlist__item__title__lead {
      font-size: 20px; }
    .switchlist__item__title__num {
      font-size: 60px; }
  .switchlist__item__text {
    margin: 10px 16px 0; } }

.productsitemlist {
  position: relative;
  width: auto;
  max-width: 2152px;
  height: auto;
  padding: 0 20px;
  font-size: 0px;
  text-align: center; }

.productsitemlist__item {
  display: inline-block;
  width: 250px;
  height: auto;
  margin: 0 7px 30px; }

.productsitemlist__item__name {
  font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
  font-weight: 500;
  width: 100%;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #736357;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.productsitemlist__item__photo {
  position: relative;
  width: 250px;
  height: 250px;
  background-color: #f8f7f6;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 15px 0 10px; }

.productsitemlist__item__detail {
  font-size: 13px;
  line-height: 23px;
  color: #000;
  text-align: left;
  margin-top: 10px; }
  .productsitemlist__item__detail span {
    color: #736357; }

@media screen and (min-width: 641px) and (max-width: 1359px) {
  .productsitemlist__item:nth-of-type(4n+1) .wipemask__fill {
    transition-delay: 0.3s; }
    .productsitemlist__item:nth-of-type(4n+1) .wipemask__fill:before {
      transition-delay: 0.0s; }
  .productsitemlist__item:nth-of-type(4n+2) .wipemask__fill {
    transition-delay: 0.5s; }
    .productsitemlist__item:nth-of-type(4n+2) .wipemask__fill:before {
      transition-delay: 0.2s; }
  .productsitemlist__item:nth-of-type(4n+3) .wipemask__fill {
    transition-delay: 0.7s; }
    .productsitemlist__item:nth-of-type(4n+3) .wipemask__fill:before {
      transition-delay: 0.4s; }
  .productsitemlist__item:nth-of-type(4n+4) .wipemask__fill {
    transition-delay: 0.9s; }
    .productsitemlist__item:nth-of-type(4n+4) .wipemask__fill:before {
      transition-delay: 0.6s; } }

@media screen and (min-width: 1360px) and (max-width: 1623px) {
  .productsitemlist__item:nth-of-type(5n+1) .wipemask__fill {
    transition-delay: 0.3s; }
    .productsitemlist__item:nth-of-type(5n+1) .wipemask__fill:before {
      transition-delay: 0.0s; }
  .productsitemlist__item:nth-of-type(5n+2) .wipemask__fill {
    transition-delay: 0.5s; }
    .productsitemlist__item:nth-of-type(5n+2) .wipemask__fill:before {
      transition-delay: 0.2s; }
  .productsitemlist__item:nth-of-type(5n+3) .wipemask__fill {
    transition-delay: 0.7s; }
    .productsitemlist__item:nth-of-type(5n+3) .wipemask__fill:before {
      transition-delay: 0.4s; }
  .productsitemlist__item:nth-of-type(5n+4) .wipemask__fill {
    transition-delay: 0.9s; }
    .productsitemlist__item:nth-of-type(5n+4) .wipemask__fill:before {
      transition-delay: 0.6s; }
  .productsitemlist__item:nth-of-type(5n+5) .wipemask__fill {
    transition-delay: 1.1s; }
    .productsitemlist__item:nth-of-type(5n+5) .wipemask__fill:before {
      transition-delay: 0.8s; } }

@media screen and (min-width: 1624px) and (max-width: 1887px) {
  .productsitemlist__item:nth-of-type(6n+1) .wipemask__fill {
    transition-delay: 0.3s; }
    .productsitemlist__item:nth-of-type(6n+1) .wipemask__fill:before {
      transition-delay: 0.0s; }
  .productsitemlist__item:nth-of-type(6n+2) .wipemask__fill {
    transition-delay: 0.5s; }
    .productsitemlist__item:nth-of-type(6n+2) .wipemask__fill:before {
      transition-delay: 0.2s; }
  .productsitemlist__item:nth-of-type(6n+3) .wipemask__fill {
    transition-delay: 0.7s; }
    .productsitemlist__item:nth-of-type(6n+3) .wipemask__fill:before {
      transition-delay: 0.4s; }
  .productsitemlist__item:nth-of-type(6n+4) .wipemask__fill {
    transition-delay: 0.9s; }
    .productsitemlist__item:nth-of-type(6n+4) .wipemask__fill:before {
      transition-delay: 0.6s; }
  .productsitemlist__item:nth-of-type(6n+5) .wipemask__fill {
    transition-delay: 1.1s; }
    .productsitemlist__item:nth-of-type(6n+5) .wipemask__fill:before {
      transition-delay: 0.8s; }
  .productsitemlist__item:nth-of-type(6n+6) .wipemask__fill {
    transition-delay: 1.3s; }
    .productsitemlist__item:nth-of-type(6n+6) .wipemask__fill:before {
      transition-delay: 1.0s; } }

@media screen and (min-width: 1888px) and (max-width: 2151px) {
  .productsitemlist__item:nth-of-type(7n+1) .wipemask__fill {
    transition-delay: 0.3s; }
    .productsitemlist__item:nth-of-type(7n+1) .wipemask__fill:before {
      transition-delay: 0.0s; }
  .productsitemlist__item:nth-of-type(7n+2) .wipemask__fill {
    transition-delay: 0.5s; }
    .productsitemlist__item:nth-of-type(7n+2) .wipemask__fill:before {
      transition-delay: 0.2s; }
  .productsitemlist__item:nth-of-type(7n+3) .wipemask__fill {
    transition-delay: 0.7s; }
    .productsitemlist__item:nth-of-type(7n+3) .wipemask__fill:before {
      transition-delay: 0.4s; }
  .productsitemlist__item:nth-of-type(7n+4) .wipemask__fill {
    transition-delay: 0.9s; }
    .productsitemlist__item:nth-of-type(7n+4) .wipemask__fill:before {
      transition-delay: 0.6s; }
  .productsitemlist__item:nth-of-type(7n+5) .wipemask__fill {
    transition-delay: 1.1s; }
    .productsitemlist__item:nth-of-type(7n+5) .wipemask__fill:before {
      transition-delay: 0.8s; }
  .productsitemlist__item:nth-of-type(7n+6) .wipemask__fill {
    transition-delay: 1.3s; }
    .productsitemlist__item:nth-of-type(7n+6) .wipemask__fill:before {
      transition-delay: 1.0s; }
  .productsitemlist__item:nth-of-type(7n+7) .wipemask__fill {
    transition-delay: 1.5s; }
    .productsitemlist__item:nth-of-type(7n+7) .wipemask__fill:before {
      transition-delay: 1.2s; } }

@media screen and (min-width: 2152px) {
  .productsitemlist__item:nth-of-type(8n+1) .wipemask__fill {
    transition-delay: 0.3s; }
    .productsitemlist__item:nth-of-type(8n+1) .wipemask__fill:before {
      transition-delay: 0.0s; }
  .productsitemlist__item:nth-of-type(8n+2) .wipemask__fill {
    transition-delay: 0.5s; }
    .productsitemlist__item:nth-of-type(8n+2) .wipemask__fill:before {
      transition-delay: 0.2s; }
  .productsitemlist__item:nth-of-type(8n+3) .wipemask__fill {
    transition-delay: 0.7s; }
    .productsitemlist__item:nth-of-type(8n+3) .wipemask__fill:before {
      transition-delay: 0.4s; }
  .productsitemlist__item:nth-of-type(8n+4) .wipemask__fill {
    transition-delay: 0.9s; }
    .productsitemlist__item:nth-of-type(8n+4) .wipemask__fill:before {
      transition-delay: 0.6s; }
  .productsitemlist__item:nth-of-type(8n+5) .wipemask__fill {
    transition-delay: 1.1s; }
    .productsitemlist__item:nth-of-type(8n+5) .wipemask__fill:before {
      transition-delay: 0.8s; }
  .productsitemlist__item:nth-of-type(8n+6) .wipemask__fill {
    transition-delay: 1.3s; }
    .productsitemlist__item:nth-of-type(8n+6) .wipemask__fill:before {
      transition-delay: 1.0s; }
  .productsitemlist__item:nth-of-type(8n+8) .wipemask__fill {
    transition-delay: 1.7s; }
    .productsitemlist__item:nth-of-type(8n+8) .wipemask__fill:before {
      transition-delay: 1.4s; } }

@media screen and (max-width: 640px) {
  .productsitemlist {
    padding: 0 16px;
    margin: 0; }
  .productsitemlist__item {
    width: calc(50% - 8px);
    margin: 0 0 40px;
    vertical-align: top;
    /*&:nth-last-of-type(1),
		&:nth-last-of-type(2){
			margin-bottom: 0px;
		}*/ }
    .productsitemlist__item:nth-of-type(2n+1) {
      margin-right: 16px; }
  .productsitemlist__item__name {
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 8px;
    white-space: normal; }
  .productsitemlist__item__photo {
    width: 100%;
    height: 0px;
    padding-top: 100%;
    margin: 8px 0 10px; } }

.bottomimage {
  width: 100%;
  height: 460px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

@media screen and (max-width: 640px) {
  .bottomimage {
    height: 230px; } }

.calender {
  width: 476px;
  height: auto; }

.calender__month {
  width: 100%;
  height: 52px;
  font-size: 14px;
  color: #736357;
  line-height: 52px;
  text-align: center; }
  .calender__month span {
    display: inline-block;
    font-family: "a-otf-futo-min-a101-pr6n", serif;
    font-weight: 400;
    font-size: 32px;
    margin-left: 12px;
    vertical-align: middle;
    position: relative;
    top: -4px; }

.calender__day,
.calender__date {
  font-size: 0px;
  padding: 0px 28px; }
  .calender__day span,
  .calender__date span {
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 14px;
    color: #736357;
    text-align: center;
    line-height: 36px;
    margin-left: 12px;
    margin-right: 12px; }

.calender__day {
  border-top: 1px solid #d1ccc8;
  border-bottom: 1px solid #d1ccc8;
  padding-top: 2px;
  padding-bottom: 2px; }

.calender__date span {
  background-color: #FFF;
  margin-top: 12px; }
  .calender__date span.close {
    background-color: #ef8d86;
    color: #FFF; }

.calender__date[data-begin="sun"] span:first-of-type {
  margin-left: 12px; }

.calender__date[data-begin="mon"] span:first-of-type {
  margin-left: 72px; }

.calender__date[data-begin="tue"] span:first-of-type {
  margin-left: 132px; }

.calender__date[data-begin="wed"] span:first-of-type {
  margin-left: 192px; }

.calender__date[data-begin="thu"] span:first-of-type {
  margin-left: 252px; }

.calender__date[data-begin="fri"] span:first-of-type {
  margin-left: 312px; }

.calender__date[data-begin="sat"] span:first-of-type {
  margin-left: 372px; }

.calender__legend {
  margin: 40px 0 0 40px; }

.calender__legend__open,
.calender__legend__close {
  display: inline-block;
  margin-right: 20px;
  color: #736357;
  line-height: 20px;
  font-size: 14px; }
  .calender__legend__open:before,
  .calender__legend__close:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle; }

.calender__legend__open:before {
  background-color: #FFF; }

.calender__legend__close:before {
  background-color: #ef8d86; }

@media screen and (max-width: 640px) {
  .calender {
    width: 90%;
    margin: 0 auto; }
  .calender__day {
    padding: 0px; }
    .calender__day span {
      margin-left: calc(7.14% - 18px);
      margin-right: calc(7.14% - 18px); }
  .calender__date {
    padding: 0px; }
    .calender__date span {
      margin-left: calc(7.14% - 18px);
      margin-right: calc(7.14% - 18px);
      margin-top: 8px; }
    .calender__date[data-begin="sun"] span:first-of-type {
      margin-left: calc(7.14% - 18px); }
    .calender__date[data-begin="mon"] span:first-of-type {
      margin-left: calc(21.43% - 18px); }
    .calender__date[data-begin="tue"] span:first-of-type {
      margin-left: calc(35.71% - 18px); }
    .calender__date[data-begin="wed"] span:first-of-type {
      margin-left: calc(50% - 18px); }
    .calender__date[data-begin="thu"] span:first-of-type {
      margin-left: calc(64.28% - 18px); }
    .calender__date[data-begin="fri"] span:first-of-type {
      margin-left: calc(78.57% - 18px); }
    .calender__date[data-begin="sat"] span:first-of-type {
      margin-left: calc(92.85% - 18px); }
  .calender__legend {
    margin: 20px 0 0 calc(7.14% - 18px); } }

.gallery .section_head, .about__gallery .section_head, .shop__gallery .section_head {
  height: 460px;
  padding-bottom: 0px;
  background-size: cover;
  background-position: center; }

.gallery .section_head__title, .about__gallery .section_head__title, .shop__gallery .section_head__title {
  float: right; }
  .gallery .section_head__title:before, .about__gallery .section_head__title:before, .shop__gallery .section_head__title:before {
    background-color: #FFF; }
  .gallery .section_head__title .section_head__title__main, .about__gallery .section_head__title .section_head__title__main, .shop__gallery .section_head__title .section_head__title__main,
  .gallery .section_head__title .section_head__title__sub, .about__gallery .section_head__title .section_head__title__sub, .shop__gallery .section_head__title .section_head__title__sub {
    color: #FFF; }

.gallery__content {
  position: relative;
  width: 1300px;
  height: 298px;
  margin: -149px auto 0; }

.gallery__mask {
  width: 1200px;
  height: 298px;
  overflow: hidden;
  margin: 0 auto; }

.gallery__viewport {
  width: 1200px;
  height: 298px;
  position: relative;
  padding: 0 0 20px 0;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  overflow-y: hidden; }
  .gallery__viewport::-webkit-scrollbar {
    display: none; }

.gallery__container {
  width: 4800px;
  height: 298px; }

.gallery__thumb {
  display: block;
  width: 300px;
  height: 298px;
  margin: 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  position: relative;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .gallery__thumb:last-of-type {
    border-color: transparent; }
  .gallery__thumb:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(/images/gallery_enlarge.png);
    background-size: 60px 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity .2s linear; }
  .gallery__thumb:nth-of-type(1) .wipemask__fill {
    transition-delay: 0.3s; }
    .gallery__thumb:nth-of-type(1) .wipemask__fill:before {
      transition-delay: 0.0s; }
  .gallery__thumb:nth-of-type(2) .wipemask__fill {
    transition-delay: 0.5s; }
    .gallery__thumb:nth-of-type(2) .wipemask__fill:before {
      transition-delay: 0.2s; }
  .gallery__thumb:nth-of-type(3) .wipemask__fill {
    transition-delay: 0.7s; }
    .gallery__thumb:nth-of-type(3) .wipemask__fill:before {
      transition-delay: 0.4s; }
  .gallery__thumb:nth-of-type(4) .wipemask__fill {
    transition-delay: 0.9s; }
    .gallery__thumb:nth-of-type(4) .wipemask__fill:before {
      transition-delay: 0.6s; }
  .gallery__thumb:nth-of-type(5) .wipemask__fill {
    transition-delay: 1.1s; }
    .gallery__thumb:nth-of-type(5) .wipemask__fill:before {
      transition-delay: 0.8s; }
  .gallery__thumb:nth-of-type(6) .wipemask__fill {
    transition-delay: 1.3s; }
    .gallery__thumb:nth-of-type(6) .wipemask__fill:before {
      transition-delay: 1.0s; }
  .gallery__thumb:nth-of-type(8) .wipemask__fill {
    transition-delay: 1.7s; }
    .gallery__thumb:nth-of-type(8) .wipemask__fill:before {
      transition-delay: 1.4s; }

html:not(.touch) .gallery__thumb:hover:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition-duration: 0s; }

html.touch .gallery__thumb.hover:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition-duration: 0s; }

.gallery__prev,
.gallery__next {
  display: block;
  width: 90px;
  height: 50px;
  -webkit-clip-path: polygon(23px 0px, 90px 0px, 67px 50px, 0px 50px);
          clip-path: polygon(23px 0px, 90px 0px, 67px 50px, 0px 50px);
  background-color: #736357;
  position: absolute;
  top: 50%;
  margin-top: -25px; }
  .gallery__prev:before,
  .gallery__next:before {
    content: "";
    display: block;
    width: 15px;
    height: 26px;
    background-size: 15px 26px;
    background-image: url(images/arrow_w_s.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 12px;
    left: 37px; }

.gallery__prev {
  left: 0px; }
  .gallery__prev:before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.gallery__next {
  right: 0px; }

@media screen and (max-width: 640px) {
  .gallery__content {
    position: relative;
    width: 100%;
    height: 100px;
    margin: -50px auto 0; }
  .gallery__mask {
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative; }
  .gallery__viewport {
    width: 100%;
    height: 100px;
    position: relative; }
  .gallery__container {
    width: 1600px;
    height: 100px;
    padding: 0 16px; }
  .gallery__thumb {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    position: relative; }
    .gallery__thumb:before {
      width: 30px;
      height: 30px;
      background-size: 30px 30px;
      margin: -15px 0 0 -15px; }
  .gallery__prev,
  .gallery__next {
    display: none !important; } }

.inquiry_banner {
  position: relative;
  padding: 80px;
  background-color: #f1efee; }

.inquiry_banner__body {
  box-sizing: border-box;
  width: 100%;
  height: 360px;
  position: relative;
  padding-left: 50%;
  background-color: #FFF; }

.inquiry_banner__image {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.inquiry_banner__info {
  max-width: 370px;
  widows: auto;
  height: 100%;
  display: table;
  margin: 0 auto; }

.inquiry_banner__info__content {
  display: table-cell;
  vertical-align: middle;
  height: 106px; }

.inquiry_banner__info__lead {
  font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #887a70;
  margin-bottom: 16px; }

.inquiry_banner__info__number {
  font-family: "a-otf-futo-min-a101-pr6n", serif;
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 6px; }
  .inquiry_banner__info__number a {
    color: #000;
    text-decoration: none; }

.inquiry_banner__info__date {
  font-size: 13px; }

@media screen and (max-width: 640px) {
  .inquiry_banner__body {
    padding: 0px;
    height: auto; }
  .inquiry_banner__image {
    display: block;
    width: 100%;
    height: 180px;
    position: relative; }
  .inquiry_banner__info {
    height: 200px; }
  .inquiry_banner__info__lead {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px; }
  .inquiry_banner__info__number {
    margin-bottom: 12px; }
  .inquiry_banner__info__lead,
  .inquiry_banner__info__number,
  .inquiry_banner__info__date {
    text-align: center; } }

.form, .form--confirm {
  width: 760px;
  height: auto;
  position: relative;
  margin: 0 auto; }
  .form .required, .form--confirm .required {
    display: inline-block;
    line-height: 24px;
    padding: 0 6px;
    background-color: #ef8d86;
    font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #FFF; }

.form--confirm .form__day {
  display: block; }

.form--confirm .form__block {
  min-height: 24px; }

.form--confirm .form__type {
  padding-bottom: 20px; }

.form--confirm .form__block__entry p {
  font-size: 14px;
  line-height: 24px; }
  .form--confirm .form__block__entry p.empty {
    color: #999; }

.form__block {
  position: relative;
  padding: 20px 15px 20px 245px;
  border-bottom: 1px solid #dcd8d5;
  min-height: 44px; }

.form__block__label {
  box-sizing: border-box;
  width: 212px;
  height: 100%;
  padding: 18px 15px 18px 25px;
  background-color: #fcfbfb;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 14px;
  line-height: 24px; }
  .form__block__label label span {
    margin-left: -7px; }
  .form__block__label .required {
    position: absolute;
    top: 18px;
    right: 15px; }

.form__block__selectionbox {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  border: 1px solid #dcd8d5; }
  .form__block__selectionbox select {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 1; }
  .form__block__selectionbox span {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 24px;
    padding: 9px 14px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0; }
    .form__block__selectionbox span.empty {
      color: #736357; }
  .form__block__selectionbox:after {
    content: "";
    display: block;
    width: 13px;
    height: 8px;
    background-image: url(images/smallarrow.png);
    background-size: 13px 8px;
    position: absolute;
    right: 15px;
    top: 17px; }

.form__block .form__block__entry input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  border: 1px solid #dcd8d5;
  padding: 9px 14px;
  font-size: 14px;
  line-height: 24px; }

.form__block .form__block__entry textarea {
  box-sizing: border-box;
  width: 100%;
  height: 200px;
  border: 1px solid #dcd8d5;
  padding: 12px 14px;
  resize: vertical;
  font-size: 14px;
  line-height: 24px; }

.form__block .form__block__entry input, .form__block .form__block__entry textarea {
  border-radius: 0px;
  box-shadow: none;
  -webkit-appearance: none; }

.form__fileinput {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  border: 1px solid #dcd8d5;
  position: relative;
  margin-bottom: 10px; }

.form__fileinput__filename {
  box-sizing: border-box;
  font-size: 14px;
  line-height: 24px;
  width: calc(100% - 95px);
  height: 42px;
  padding: 8px 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #736357; }

.form__fileinput.hasData .form__fileinput__filename {
  color: #000; }

.form__fileinput__label {
  display: block;
  width: 95px;
  height: 42px;
  background-color: #736357;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  line-height: 42px; }
  .form__fileinput__label input[type="file"] {
    display: none; }

.form__invalid {
  font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  display: none;
  color: #ef8d86; }
  .form__invalid:before {
    content: "※"; }
  .form__invalid:first-of-type {
    margin-top: 10px; }

#sendfailed,
#forminvalid {
  border: 3px solid #ef8d86;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center; }
  #sendfailed:before,
  #forminvalid:before {
    content: ""; }

.form__invalid + .form__fileinput {
  margin-top: 10px; }

:placeholder-shown {
  color: #736357; }

::-webkit-input-placeholder {
  color: #736357; }

:-moz-placeholder {
  color: #736357;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

::-moz-placeholder {
  color: #736357;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

:-ms-input-placeholder {
  color: #736357; }

.form__type {
  padding-bottom: 10px; }
  .form__type .form__block__entry:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    float: none;
    clear: both;
    visibility: hidden; }
  .form__type .form__block__entry input[type="radio"] {
    display: block;
    width: 0px;
    height: 0px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute; }
  .form__type .form__block__entry label {
    position: relative;
    display: block;
    float: left;
    width: 130px;
    height: 24px;
    padding-left: 32px;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
    margin-bottom: 10px; }
  .form__type .form__block__entry label > span {
    display: block;
    width: 26px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 2px;
    background-image: url(images/checkbox.png);
    background-size: 26px 40px;
    background-repeat: no-repeat;
    background-position: center top; }
  .form__type .form__block__entry input[type="radio"]:checked + label > span {
    background-position: center bottom; }
  .form__type .form__invalid {
    margin-top: 0px; }

.form__name .form__block__entry:after,
.form__furigana .form__block__entry:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  float: none;
  clear: both;
  visibility: hidden; }

.form__name .form__block__entry input,
.form__furigana .form__block__entry input {
  width: calc(50% - 8px);
  float: left; }
  .form__name .form__block__entry input:first-of-type,
  .form__furigana .form__block__entry input:first-of-type {
    margin-right: 16px; }

.form__address .form__block__entry input, .form__address .form__block__entry textarea, .form__address .form__block__entry .form__block__selectionbox,
.form__car .form__block__entry input,
.form__car .form__block__entry textarea,
.form__car .form__block__entry .form__block__selectionbox,
.form__day .form__block__entry input,
.form__day .form__block__entry textarea,
.form__day .form__block__entry .form__block__selectionbox {
  margin-bottom: 10px; }

.form__car .form__block__entry textarea {
  height: 100px; }

.form__day {
  display: none; }
  .form__day .form__block__entry > div {
    position: relative; }
    .form__day .form__block__entry > div input {
      z-index: 1; }
    .form__day .form__block__entry > div:before {
      content: "";
      display: block;
      width: 38px;
      height: 38px;
      background-image: url(images/caticon_1_tan.png);
      background-size: 38px 38px;
      background-repeat: no-repeat;
      position: absolute;
      top: 3px;
      right: 8px;
      z-index: 1;
      pointer-events: none; }

.form__notice {
  border: 1px solid #dcd8d5;
  padding: 30px;
  margin: 30px auto; }
  .form__notice p {
    font-size: 13px;
    line-height: 23px; }
    .form__notice p em {
      color: #736357; }

.form__send {
  margin-top: 60px; }
  .form__send .skewbtn, .form__send .skewbtn__double__btn, .form__send .skewbtn__triple__btn, .form__send .skewbtn__triple__btn--wide, .form__send .service__list__item__link {
    margin: 0 auto;
    cursor: pointer;
    text-align: center; }
    .form__send .skewbtn span, .form__send .skewbtn__double__btn span, .form__send .skewbtn__triple__btn span, .form__send .skewbtn__triple__btn--wide span, .form__send .service__list__item__link span {
      width: inherit; }
    .form__send .skewbtn.processing, .form__send .processing.skewbtn__double__btn, .form__send .processing.skewbtn__triple__btn, .form__send .processing.skewbtn__triple__btn--wide, .form__send .processing.service__list__item__link, .form__send .skewbtn.error, .form__send .error.skewbtn__double__btn, .form__send .error.skewbtn__triple__btn, .form__send .error.skewbtn__triple__btn--wide, .form__send .error.service__list__item__link {
      padding-right: 24px;
      opacity: 0.5 !important;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      cursor: default;
      pointer-events: none; }
      .form__send .skewbtn.processing:before, .form__send .processing.skewbtn__double__btn:before, .form__send .processing.skewbtn__triple__btn:before, .form__send .processing.skewbtn__triple__btn--wide:before, .form__send .processing.service__list__item__link:before, .form__send .skewbtn.error:before, .form__send .error.skewbtn__double__btn:before, .form__send .error.skewbtn__triple__btn:before, .form__send .error.skewbtn__triple__btn--wide:before, .form__send .error.service__list__item__link:before {
        background-color: #736357 !important; }
      .form__send .skewbtn.processing:after, .form__send .processing.skewbtn__double__btn:after, .form__send .processing.skewbtn__triple__btn:after, .form__send .processing.skewbtn__triple__btn--wide:after, .form__send .processing.service__list__item__link:after, .form__send .skewbtn.error:after, .form__send .error.skewbtn__double__btn:after, .form__send .error.skewbtn__triple__btn:after, .form__send .error.skewbtn__triple__btn--wide:after, .form__send .error.service__list__item__link:after {
        display: none; }
  .form__send .form__invalid {
    text-align: center; }

@media screen and (max-width: 640px) {
  .form, .form--confirm {
    width: auto;
    margin: 0 16px; }
  .form__block {
    position: relative;
    padding: 0px;
    border-bottom: 1px solid #dcd8d5;
    min-height: 44px; }
  .form__block__label {
    width: 100%;
    height: auto;
    padding: 16px;
    position: relative;
    left: 0px;
    top: 0px;
    font-size: 14px;
    line-height: 24px; }
  .form__block__entry {
    padding: 16px; }
  .form__invalid {
    display: none;
    color: #ef8d86;
    margin: 0 16px 16px; }
    .form__invalid:before {
      content: "※"; }
    .form__invalid:first-of-type {
      margin-top: 0px; }
  #forminvalid,
  #sendfailed {
    margin: 0 0 16px; }
  .form__type .form__block__entry label {
    width: 120px; }
  .form__car .form__invalid {
    margin-left: 0px;
    margin-bottom: 0px; } }

.wipemask.reveal .wipemask__image {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.wipemask.reveal .wipemask__fill {
  width: 0% !important; }
  .wipemask.reveal .wipemask__fill:before {
    width: 100% !important; }

.wipemask__image {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.wipemask__fill {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 0;
  transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  overflow: hidden; }
  .wipemask__fill:before {
    content: "";
    display: block;
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #736357;
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.index__magazine {
  padding-bottom: 120px; }
  .index__magazine .skewbtn_border, .index__magazine .skewbtn_border--back {
    margin: 0 80px 0 auto; }
  .index__magazine .article_list, .index__magazine .article_list--feature {
    height: 832px; }

.index__pickup {
  border-top: 1px solid #736357;
  padding-bottom: 120px; }
  .index__pickup .eyecatch {
    margin-bottom: 90px;
    /*
		&:hover{
			opacity: 1;
			.skewbtn{
				span,
				&:after{
					opacity: 0.5;
					transition-duration: 0s;
				}
			}
		}
		*/ }
    .index__pickup .eyecatch .eyecatch__image {
      width: calc(100% - 314px); }
    .index__pickup .eyecatch .skewbtn, .index__pickup .eyecatch .skewbtn__double__btn, .index__pickup .eyecatch .skewbtn__triple__btn, .index__pickup .eyecatch .skewbtn__triple__btn--wide, .index__pickup .eyecatch .service__list__item__link {
      position: absolute;
      bottom: -32px;
      z-index: 2;
      /*span,
			&:after{
				transition: opacity 0.2s linear;
			}*/ }
    .index__pickup .eyecatch .eyecatch__lead__main {
      font-size: 24px;
      height: 90px;
      line-height: 38px;
      padding: 7px 12px; }
  .index__pickup .eyecatch:nth-of-type(odd) .skewbtn, .index__pickup .eyecatch:nth-of-type(odd) .skewbtn__double__btn, .index__pickup .eyecatch:nth-of-type(odd) .skewbtn__triple__btn, .index__pickup .eyecatch:nth-of-type(odd) .skewbtn__triple__btn--wide, .index__pickup .eyecatch:nth-of-type(odd) .service__list__item__link {
    right: 404px; }
  .index__pickup .eyecatch:nth-of-type(odd) .eyecatch__lead {
    top: 230px;
    left: auto;
    right: 140px;
    margin-left: 0px; }
  .index__pickup .eyecatch:nth-of-type(odd) .eyecatch__lead__sub {
    right: 0px; }
  .index__pickup .eyecatch:nth-of-type(even) .skewbtn, .index__pickup .eyecatch:nth-of-type(even) .skewbtn__double__btn, .index__pickup .eyecatch:nth-of-type(even) .skewbtn__triple__btn, .index__pickup .eyecatch:nth-of-type(even) .skewbtn__triple__btn--wide, .index__pickup .eyecatch:nth-of-type(even) .service__list__item__link {
    left: 204px; }
  .index__pickup .eyecatch:nth-of-type(even) .eyecatch__lead {
    top: 90px;
    left: 140px;
    right: auto;
    margin-right: 0px; }
  .index__pickup .eyecatch:nth-of-type(even) .eyecatch__lead__sub {
    left: 60px; }

.index__service {
  border-top: 1px solid #736357;
  padding-bottom: 120px; }

.index__works {
  border-top: 1px solid #736357;
  padding-bottom: 120px; }
  .index__works .skewbtn_border, .index__works .skewbtn_border--back {
    margin: 0 80px 0 auto; }
  .index__works .article_list:before, .index__works .article_list--feature:before {
    background-color: #593d32; }

@media screen and (max-width: 640px) {
  .index__magazine {
    padding-bottom: 60px; }
    .index__magazine .skewbtn_border, .index__magazine .skewbtn_border--back {
      margin: 0 auto; }
    .index__magazine .article_list, .index__magazine .article_list--feature {
      height: 320px; }
  .index__pickup {
    padding-bottom: 60px; }
    .index__pickup .eyecatch {
      margin-bottom: 30px; }
      .index__pickup .eyecatch .eyecatch__image {
        width: calc(100% - 10px); }
      .index__pickup .eyecatch .skewbtn, .index__pickup .eyecatch .skewbtn__double__btn, .index__pickup .eyecatch .skewbtn__triple__btn, .index__pickup .eyecatch .skewbtn__triple__btn--wide, .index__pickup .eyecatch .service__list__item__link {
        position: absolute;
        top: 116px; }
      .index__pickup .eyecatch .eyecatch__lead__main {
        font-size: 18px;
        height: auto;
        line-height: 28px;
        padding: 0; }
    .index__pickup .eyecatch:nth-of-type(odd) .skewbtn, .index__pickup .eyecatch:nth-of-type(odd) .skewbtn__double__btn, .index__pickup .eyecatch:nth-of-type(odd) .skewbtn__triple__btn, .index__pickup .eyecatch:nth-of-type(odd) .skewbtn__triple__btn--wide, .index__pickup .eyecatch:nth-of-type(odd) .service__list__item__link {
      right: 40px; }
    .index__pickup .eyecatch:nth-of-type(odd) .eyecatch__lead {
      top: auto;
      right: auto;
      margin: 0 16px; }
    .index__pickup .eyecatch:nth-of-type(odd) .eyecatch__lead__sub {
      right: auto; }
    .index__pickup .eyecatch:nth-of-type(even) .skewbtn, .index__pickup .eyecatch:nth-of-type(even) .skewbtn__double__btn, .index__pickup .eyecatch:nth-of-type(even) .skewbtn__triple__btn, .index__pickup .eyecatch:nth-of-type(even) .skewbtn__triple__btn--wide, .index__pickup .eyecatch:nth-of-type(even) .service__list__item__link {
      left: 40px; }
    .index__pickup .eyecatch:nth-of-type(even) .eyecatch__lead {
      top: auto;
      left: auto;
      right: auto;
      margin: 0 16px; }
    .index__pickup .eyecatch:nth-of-type(even) .eyecatch__lead__sub {
      left: auto;
      text-align: right; }
  .index__service {
    padding-bottom: 30px; }
  .index__works {
    padding-bottom: 60px; }
    .index__works .skewbtn_border, .index__works .skewbtn_border--back {
      margin: 0 auto; } }

.service__protect {
  padding-bottom: 80px; }

.service__interior {
  border-top: 1px solid #736357;
  padding-bottom: 80px; }

.service__cleaning {
  border-top: 1px solid #736357;
  padding-bottom: 80px; }

.service__repair {
  border-top: 1px solid #736357;
  padding-bottom: 80px; }

.service__works {
  border-top: 1px solid #736357;
  padding-bottom: 120px; }
  .service__works .skewbtn_border, .service__works .skewbtn_border--back {
    margin: 0 80px 0 auto; }
  .service__works .article_list:before, .service__works .article_list--feature:before {
    background-color: #593d32; }

.service__list {
  width: 100%;
  height: auto;
  position: relative;
  font-size: 0px;
  text-align: center; }

.service__list__image {
  width: 100%;
  height: 460px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.service__list__container {
  position: relative;
  margin-top: -90px; }

.service__list__block {
  position: relative;
  width: 400px;
  height: 210px;
  display: inline-block;
  margin: 0 0 40px -8px; }
  .service__list__block:before {
    content: "";
    display: block;
    width: 400px;
    height: 180px;
    -webkit-clip-path: polygon(81px 0px, 400px 0px, 319px 180px, 0px 180px);
            clip-path: polygon(81px 0px, 400px 0px, 319px 180px, 0px 180px);
    background-color: #FFF;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0; }
  .service__list__block:nth-of-type(1) .wipemask__image {
    transition: opacity 0s linear 0.0s; }
  .service__list__block:nth-of-type(1) .wipemask__fill {
    transition-delay: 0.3s; }
    .service__list__block:nth-of-type(1) .wipemask__fill:before {
      transition-delay: 0.0s; }
  .service__list__block:nth-of-type(2) .wipemask__image {
    transition: opacity 0s linear 0.2s; }
  .service__list__block:nth-of-type(2) .wipemask__fill {
    transition-delay: 0.5s; }
    .service__list__block:nth-of-type(2) .wipemask__fill:before {
      transition-delay: 0.2s; }
  .service__list__block:nth-of-type(3) .wipemask__image {
    transition: opacity 0s linear 0.4s; }
  .service__list__block:nth-of-type(3) .wipemask__fill {
    transition-delay: 0.7s; }
    .service__list__block:nth-of-type(3) .wipemask__fill:before {
      transition-delay: 0.4s; }
  .service__list__block:nth-of-type(4) .wipemask__image {
    transition: opacity 0s linear 0.6s; }
  .service__list__block:nth-of-type(4) .wipemask__fill {
    transition-delay: 0.9s; }
    .service__list__block:nth-of-type(4) .wipemask__fill:before {
      transition-delay: 0.6s; }

.service__list__item {
  position: relative;
  width: 400px;
  height: 210px;
  display: block;
  z-index: 1; }

.service__list__item__image {
  position: relative;
  width: 400px;
  height: 180px;
  -webkit-clip-path: polygon(81px 0px, 400px 0px, 319px 180px, 0px 180px);
          clip-path: polygon(81px 0px, 400px 0px, 319px 180px, 0px 180px);
  background-size: cover;
  background-position: center;
  z-index: 1; }

.service__list__item__link {
  position: absolute;
  right: 36px;
  bottom: 0px;
  z-index: 2; }

.service__aside {
  padding: 80px 120px;
  background-color: #f1efee; }
  .service__aside .fullbanner:last-of-type {
    margin-top: 20px; }
  .service__aside .fullbanner .wipemask__fill {
    background-color: #f1efee; }

@media screen and (max-width: 640px) {
  .service__protect {
    padding-bottom: 40px; }
  .service__interior {
    padding-bottom: 40px; }
  .service__cleaning {
    padding-bottom: 40px; }
  .service__repair {
    padding-bottom: 40px; }
  .service__works {
    padding-bottom: 60px; }
    .service__works .skewbtn_border, .service__works .skewbtn_border--back {
      margin: 0 auto; }
  .service__list {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 0px;
    text-align: center; }
  .service__list__block {
    width: 100%;
    height: 156px;
    display: block; }
    .service__list__block:before {
      width: 300px;
      height: 135px;
      -webkit-clip-path: polygon(61px 0px, 300px 0px, 239px 135px, 0px 135px);
              clip-path: polygon(61px 0px, 300px 0px, 239px 135px, 0px 135px);
      top: 0px;
      left: 50%;
      margin-left: -150px; }
  .service__list__image {
    width: 100%;
    height: 150px; }
  .service__list__container {
    position: relative;
    margin-top: -67px; }
  .service__list__item {
    position: relative;
    width: 300px;
    height: 156px;
    display: block;
    margin: 0 auto 20px auto; }
  .service__list__item__image {
    width: 300px;
    height: 135px;
    -webkit-clip-path: polygon(61px 0px, 300px 0px, 239px 135px, 0px 135px);
            clip-path: polygon(61px 0px, 300px 0px, 239px 135px, 0px 135px); }
  .service__list__item__link {
    position: absolute;
    right: 36px;
    bottom: 0px;
    width: 186px; }
    .service__list__item__link span br {
      display: block; }
  .service__aside {
    padding: 40px 16px; }
    .service__aside .fullbanner__left .fullbanner__lead {
      padding-left: 0px; }
    .service__aside .fullbanner__right .fullbanner__lead {
      padding: 0px; }
    .service__aside .fullbanner:last-of-type {
      margin-top: 20px; }
    .service__aside .fullbanner__right .skewbtn, .service__aside .fullbanner__right .skewbtn__double__btn, .service__aside .fullbanner__right .skewbtn__triple__btn, .service__aside .fullbanner__right .skewbtn__triple__btn--wide, .service__aside .fullbanner__right .service__list__item__link,
    .service__aside .fullbanner__single .skewbtn,
    .service__aside .fullbanner__single .skewbtn__double__btn,
    .service__aside .fullbanner__single .skewbtn__triple__btn,
    .service__aside .fullbanner__single .skewbtn__triple__btn--wide,
    .service__aside .fullbanner__single .service__list__item__link {
      right: 26px; }
      .service__aside .fullbanner__right .skewbtn span, .service__aside .fullbanner__right .skewbtn__double__btn span, .service__aside .fullbanner__right .skewbtn__triple__btn span, .service__aside .fullbanner__right .skewbtn__triple__btn--wide span, .service__aside .fullbanner__right .service__list__item__link span,
      .service__aside .fullbanner__single .skewbtn span,
      .service__aside .fullbanner__single .skewbtn__double__btn span,
      .service__aside .fullbanner__single .skewbtn__triple__btn span,
      .service__aside .fullbanner__single .skewbtn__triple__btn--wide span,
      .service__aside .fullbanner__single .service__list__item__link span {
        white-space: nowrap; } }

.about__message {
  padding-bottom: 120px; }
  .about__message .section_head__title {
    float: right; }
  .about__message .about__message__body {
    box-sizing: border-box;
    max-width: 800px;
    width: 100%;
    padding: 0 20px;
    font-size: 14px;
    line-height: 24px;
    margin: 60px auto 0; }

.about__power {
  border-top: 1px solid #736357;
  padding-bottom: 120px; }

.about__power__image {
  width: 100%;
  height: 460px;
  background-image: url(images/banner_2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0; }

.about__power__list {
  width: 1092px;
  margin: -90px auto 0;
  position: relative;
  z-index: 1; }
  .about__power__list:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    float: none;
    clear: both;
    visibility: hidden; }

.about__power__block, .about__power__block--1, .about__power__block--2, .about__power__block--3 {
  width: 310px;
  float: left;
  margin: 0 27px; }
  .about__power__block h4, .about__power__block--1 h4, .about__power__block--2 h4, .about__power__block--3 h4 {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    position: relative;
    box-sizing: border-box;
    width: 420px;
    height: 180px;
    padding-top: 20px;
    background-color: #FFF;
    margin: 0 0 10px -50px;
    -webkit-clip-path: polygon(81px 0px, 420px 0px, 339px 180px, 0px 180px);
            clip-path: polygon(81px 0px, 420px 0px, 339px 180px, 0px 180px);
    font-size: 32px;
    color: #736357;
    text-align: center;
    font-family: "a-otf-futo-min-a101-pr6n", serif;
    font-weight: 400; }
    .about__power__block h4:before, .about__power__block--1 h4:before, .about__power__block--2 h4:before, .about__power__block--3 h4:before {
      content: "";
      display: block;
      width: 100px;
      height: 100px;
      background-size: 100px 100px;
      background-repeat: no-repeat;
      background-position: center;
      margin: 0px auto 10px; }
  .about__power__block p, .about__power__block--1 p, .about__power__block--2 p, .about__power__block--3 p {
    font-size: 14px;
    line-height: 24px; }

.about__power__block--1 h4:before {
  background-image: url(images/power_icon_1.png); }

.about__power__block--1 .wipemask__fill {
  transition-delay: 0.3s; }
  .about__power__block--1 .wipemask__fill:before {
    transition-delay: 0.0s; }

.about__power__block--2 h4:before {
  background-image: url(images/power_icon_2.png); }

.about__power__block--2 .wipemask__fill {
  transition-delay: 0.5s; }
  .about__power__block--2 .wipemask__fill:before {
    transition-delay: 0.2s; }

.about__power__block--3 h4:before {
  background-image: url(images/power_icon_3.png); }

.about__power__block--3 .wipemask__fill {
  transition-delay: 0.7s; }
  .about__power__block--3 .wipemask__fill:before {
    transition-delay: 0.4s; }

.about__service {
  border-top: 1px solid #736357;
  padding-bottom: 120px; }
  .about__service .section_head__title {
    float: right; }

.about__number {
  border-top: 1px solid #736357;
  padding-bottom: 120px; }

.about__number__content {
  width: 1080px;
  margin: 0 auto;
  font-size: 0px;
  text-align: center; }
  .about__number__content:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    float: none;
    clear: both;
    visibility: hidden; }

.about__number__block, .about__number__block--1, .about__number__block--2, .about__number__block--3, .about__number__block--4, .about__number__block--5, .about__number__block--6, .about__number__block--7 {
  display: inline-block;
  width: 230px;
  height: auto;
  margin: 0 20px 40px;
  vertical-align: top; }
  .about__number__block:nth-of-type(4n+1), .about__number__block--1:nth-of-type(4n+1), .about__number__block--2:nth-of-type(4n+1), .about__number__block--3:nth-of-type(4n+1), .about__number__block--4:nth-of-type(4n+1), .about__number__block--5:nth-of-type(4n+1), .about__number__block--6:nth-of-type(4n+1), .about__number__block--7:nth-of-type(4n+1) {
    clear: both; }

.about__number__block__main {
  box-sizing: border-box;
  width: 230px;
  height: 160px;
  padding: 14px 0;
  background-size: 230px 160px;
  background-repeat: no-repeat;
  background-position: center; }
  .about__number__block__main span {
    display: block;
    font-size: 21px;
    line-height: 22px;
    text-align: center;
    font-family: "a-otf-futo-min-a101-pr6n", serif;
    font-weight: 400; }
    .about__number__block__main span.about__number__block__main__number {
      font-size: 60px;
      line-height: 88px;
      color: #736357; }

.about__number__block__text {
  font-size: 14px;
  line-height: 24px;
  text-align: left; }
  .about__number__block__text:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #736357;
    margin: 6px 0 16px;
    opacity: 0.25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)"; }
  .about__number__block__text span {
    display: block;
    color: #736357; }

.about__number__block--1 .about__number__block__main {
  background-image: url(images/number_icon_1.png); }

.about__number__block--2 .about__number__block__main {
  background-image: url(images/number_icon_2.png); }

.about__number__block--3 .about__number__block__main {
  background-image: url(images/number_icon_3.png); }

.about__number__block--4 .about__number__block__main {
  background-image: url(images/number_icon_4.png); }

.about__number__block--5 .about__number__block__main {
  background-image: url(images/number_icon_5.png); }

.about__number__block--6 .about__number__block__main {
  background-image: url(images/number_icon_6.png); }

.about__number__block--7 .about__number__block__main {
  background-image: url(images/number_icon_7.png); }

.about__works {
  border-top: 1px solid #736357;
  padding-bottom: 120px; }
  .about__works .skewbtn_border, .about__works .skewbtn_border--back {
    margin: 0 80px 0 auto; }
  .about__works .article_list:before, .about__works .article_list--feature:before {
    background-color: #593d32; }

.about__people {
  background-color: #000;
  padding-bottom: 60px; }
  .about__people .section_head__text {
    color: #FFF; }

.about__people__block {
  margin-bottom: 120px; }
  .about__people__block:nth-of-type(odd) .eyecatch {
    /*
			.eyecatch__lead{
				right: 200px;
			}
			*/ }
    .about__people__block:nth-of-type(odd) .eyecatch .eyecatch__image .wipemask__fill {
      background-color: #000; }
    .about__people__block:nth-of-type(odd) .eyecatch .eyecatch__image:before {
      border-color: transparent transparent #000 transparent; }
    .about__people__block:nth-of-type(odd) .eyecatch .eyecatch__lead__sub {
      right: -10px; }
  .about__people__block:nth-of-type(odd) .about__people__body {
    padding-left: 520px; }
    .about__people__block:nth-of-type(odd) .about__people__body .skewbtn_border, .about__people__block:nth-of-type(odd) .about__people__body .skewbtn_border--back {
      left: 170px; }
  .about__people__block:nth-of-type(odd) .about__people__portrait {
    left: 0px; }
    .about__people__block:nth-of-type(odd) .about__people__portrait .wipemask__fill {
      left: 0px;
      right: auto; }
      .about__people__block:nth-of-type(odd) .about__people__portrait .wipemask__fill:before {
        left: auto;
        right: 0px; }
  .about__people__block:nth-of-type(even) .eyecatch {
    /*
			.eyecatch__lead{
				left: 200px;
				right: auto;
			}
			*/ }
    .about__people__block:nth-of-type(even) .eyecatch .eyecatch__image .wipemask__fill {
      background-color: #000; }
    .about__people__block:nth-of-type(even) .eyecatch .eyecatch__image:before {
      border-color: #000 transparent transparent transparent; }
    .about__people__block:nth-of-type(even) .eyecatch .eyecatch__lead__sub {
      left: -10px; }
  .about__people__block:nth-of-type(even) .about__people__body {
    padding-right: 520px; }
    .about__people__block:nth-of-type(even) .about__people__body .skewbtn_border, .about__people__block:nth-of-type(even) .about__people__body .skewbtn_border--back {
      right: 160px; }
  .about__people__block:nth-of-type(even) .about__people__portrait {
    right: 0px; }
  .about__people__block .eyecatch__lead:before {
    background-color: #000; }
  .about__people__block .eyecatch__lead__main {
    color: #FFF; }

.about__people__body {
  position: relative;
  box-sizing: border-box;
  width: 1120px;
  height: auto;
  padding-top: 160px;
  margin: -100px auto 0; }
  .about__people__body .skewbtn_border, .about__people__body .skewbtn_border--back {
    position: absolute;
    top: 350px;
    width: 180px;
    padding-left: 8px; }

.about__people__portrait {
  position: absolute;
  top: 0px; }
  .about__people__portrait__image {
    width: 490px;
    height: 250px;
    -webkit-clip-path: polygon(116px 0px, 490px 0px, 374px 250px, 0px 250px);
            clip-path: polygon(116px 0px, 490px 0px, 374px 250px, 0px 250px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; }
    .about__people__portrait__image .wipemask__fill {
      background-color: #000; }
  .about__people__portrait__name {
    font-family: "a-otf-futo-min-a101-pr6n", serif;
    font-weight: 400;
    display: block;
    font-size: 32px;
    color: #FFF;
    position: relative;
    text-align: right;
    padding-right: 140px;
    margin: 16px 0 0 0; }
    .about__people__portrait__name span {
      display: block;
      color: #736357;
      font-size: 15px;
      position: relative;
      text-align: right;
      margin: 0 -16px 10px 0;
      font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
      font-weight: 500; }
  .about__people__portrait .skewbtn_border, .about__people__portrait .skewbtn_border--back {
    margin: 28px 162px 0 auto; }

.about__people__text {
  width: auto;
  color: #FFF;
  font-size: 14px;
  line-height: 24px; }

.about__people__list {
  width: 1056px;
  height: auto;
  text-align: center;
  font-size: 0px;
  margin: 0 auto; }

.about__people__list__item {
  display: inline-block;
  width: 250px;
  margin: 0 7px 50px 7px;
  vertical-align: top;
  border-bottom: 1px solid #736357;
  padding-bottom: 12px; }
  .about__people__list__item:nth-of-type(7n+1) .wipemask__fill {
    transition-delay: 0.3s; }
    .about__people__list__item:nth-of-type(7n+1) .wipemask__fill:before {
      transition-delay: 0.0s; }
  .about__people__list__item:nth-of-type(7n+2) .wipemask__fill {
    transition-delay: 0.5s; }
    .about__people__list__item:nth-of-type(7n+2) .wipemask__fill:before {
      transition-delay: 0.2s; }
  .about__people__list__item:nth-of-type(7n+3) .wipemask__fill {
    transition-delay: 0.7s; }
    .about__people__list__item:nth-of-type(7n+3) .wipemask__fill:before {
      transition-delay: 0.4s; }
  .about__people__list__item:nth-of-type(7n+4) .wipemask__fill {
    transition-delay: 0.9s; }
    .about__people__list__item:nth-of-type(7n+4) .wipemask__fill:before {
      transition-delay: 0.6s; }
  .about__people__list__item:nth-of-type(7n+5) .wipemask__fill {
    transition-delay: 1.1s; }
    .about__people__list__item:nth-of-type(7n+5) .wipemask__fill:before {
      transition-delay: 0.8s; }
  .about__people__list__item:nth-of-type(7n+6) .wipemask__fill {
    transition-delay: 1.3s; }
    .about__people__list__item:nth-of-type(7n+6) .wipemask__fill:before {
      transition-delay: 1.0s; }
  .about__people__list__item:nth-of-type(7n+7) .wipemask__fill {
    transition-delay: 1.5s; }
    .about__people__list__item:nth-of-type(7n+7) .wipemask__fill:before {
      transition-delay: 1.2s; }

.about__people__list__item__label {
  font-size: 16px;
  color: #736357;
  text-align: left;
  margin: 0 0 12px 0;
  font-family: "a-otf-futo-min-a101-pr6n", serif;
  font-weight: 400; }

.about__people__list__item__image {
  position: relative;
  width: 250px;
  height: 167px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .about__people__list__item__image .wipemask__fill {
    background-color: #000; }

.about__people__list__item__name {
  position: relative;
  width: 100%;
  height: 45px;
  margin: 15px 0 0;
  cursor: pointer;
  font-size: 21px;
  color: #FFF;
  text-align: left;
  font-family: "a-otf-futo-min-a101-pr6n", serif;
  font-weight: 400; }
  .about__people__list__item__name span {
    display: block;
    font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
    font-weight: 500;
    color: #736357;
    font-size: 14px;
    margin-bottom: 7px; }
  .about__people__list__item__name:after {
    content: "";
    display: block;
    width: 13px;
    height: 8px;
    background-image: url(images/smallarrow.png);
    background-size: 13px 8px;
    background-position: center;
    position: absolute;
    right: 10px;
    top: 18px; }

.about__people__list__item__text {
  overflow: hidden;
  width: 100%;
  height: 0px;
  transition: height 0.25s cubic-bezier(0.19, 1, 0.22, 1); }
  .about__people__list__item__text p {
    font-size: 14px;
    line-height: 24px;
    color: #FFF;
    text-align: left;
    padding-top: 12px;
    padding-bottom: 6	px; }

.about__people__list__item.open .about__people__list__item__name:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.about__gallery {
  padding-bottom: 120px; }
  .about__gallery .section_head {
    background-image: url(images/banner_3.jpg); }

.about__outline {
  border-top: 1px solid #736357;
  padding-bottom: 120px; }

.about__brands {
  background-color: #f1efee;
  padding: 80px;
  font-size: 0px;
  text-align: center; }

@media screen and (max-width: 640px) {
  .about__message {
    padding-bottom: 60px; }
    .about__message .about__message__body {
      padding: 0 16px;
      margin: 20px auto 0; }
  .about__power {
    padding-bottom: 60px; }
  .about__power__image {
    height: 150px; }
  .about__power__list {
    width: 100%;
    margin: -67px auto 0; }
  .about__power__block, .about__power__block--1, .about__power__block--2, .about__power__block--3 {
    width: auto;
    float: none;
    margin: 0 16px 5px; }
    .about__power__block h4, .about__power__block--1 h4, .about__power__block--2 h4, .about__power__block--3 h4 {
      width: 315px;
      height: 135px;
      padding-top: 20px;
      margin: 0 auto 12px;
      -webkit-clip-path: polygon(65px 0px, 315px 0px, 254px 135px, 0px 135px);
              clip-path: polygon(65px 0px, 315px 0px, 254px 135px, 0px 135px);
      font-size: 24px; }
      .about__power__block h4:before, .about__power__block--1 h4:before, .about__power__block--2 h4:before, .about__power__block--3 h4:before {
        width: 76px;
        height: 76px;
        background-size: 76px 76px;
        margin: 0px auto 4px; }
  .about__service {
    padding-bottom: 60px; }
  .about__number {
    padding-bottom: 40px; }
  .about__number__content {
    width: auto;
    margin: 0 6px;
    position: relative; }
  .about__number__block, .about__number__block--1, .about__number__block--2, .about__number__block--3, .about__number__block--4, .about__number__block--5, .about__number__block--6, .about__number__block--7 {
    display: inline-block;
    width: calc(50% - 20px);
    height: auto;
    margin: 0 10px 20px;
    vertical-align: top; }
    .about__number__block:nth-of-type(4n+1), .about__number__block--1:nth-of-type(4n+1), .about__number__block--2:nth-of-type(4n+1), .about__number__block--3:nth-of-type(4n+1), .about__number__block--4:nth-of-type(4n+1), .about__number__block--5:nth-of-type(4n+1), .about__number__block--6:nth-of-type(4n+1), .about__number__block--7:nth-of-type(4n+1) {
      clear: both; }
  .about__number__block__main {
    box-sizing: border-box;
    width: 100%;
    height: 120px;
    padding: 4px 0 0;
    background-size: 172px 120px;
    background-repeat: no-repeat;
    background-position: center; }
    .about__number__block__main span {
      font-size: 16px;
      line-height: 28px; }
      .about__number__block__main span.about__number__block__main__number {
        font-size: 45px;
        line-height: 58px; }
  .about__works {
    padding-bottom: 60px; }
    .about__works .skewbtn_border, .about__works .skewbtn_border--back {
      margin: 0 auto; }
  .about__people {
    padding-bottom: 35px; }
  .about__people__block {
    margin-bottom: 60px;
    position: relative; }
    .about__people__block:nth-of-type(odd) .eyecatch .eyecatch__lead__sub {
      text-align: left; }
    .about__people__block:nth-of-type(odd) .about__people__body .skewbtn_border, .about__people__block:nth-of-type(odd) .about__people__body .skewbtn_border--back {
      left: 170px; }
    .about__people__block:nth-of-type(odd) .about__people__portrait {
      left: auto;
      right: 16px; }
      .about__people__block:nth-of-type(odd) .about__people__portrait__name {
        text-align: right; }
        .about__people__block:nth-of-type(odd) .about__people__portrait__name span {
          text-align: right; }
    .about__people__block:nth-of-type(even) .eyecatch .eyecatch__lead__sub {
      text-align: right; }
    .about__people__block:nth-of-type(even) .about__people__body .skewbtn_border, .about__people__block:nth-of-type(even) .about__people__body .skewbtn_border--back {
      right: 160px; }
    .about__people__block:nth-of-type(even) .about__people__portrait {
      left: 16px;
      right: auto; }
      .about__people__block:nth-of-type(even) .about__people__portrait__name {
        text-align: left; }
        .about__people__block:nth-of-type(even) .about__people__portrait__name span {
          text-align: left; }
    .about__people__block .eyecatch__lead,
    .about__people__block .eyecatch__lead__sub {
      left: auto !important;
      right: auto !important; }
    .about__people__block .eyecatch__image {
      margin-bottom: 184px; }
    .about__people__block .eyecatch__lead:before {
      display: none; }
    .about__people__block .eyecatch__lead__main {
      color: #FFF; }
  .about__people__body {
    position: static;
    width: auto;
    height: auto;
    padding: 0px !important;
    margin: 20px 16px 0; }
    .about__people__body .skewbtn_border, .about__people__body .skewbtn_border--back {
      position: relative;
      top: auto !important;
      left: auto !important;
      right: auto !important;
      margin: 20px auto 0; }
  .about__people__portrait {
    width: 275px;
    position: absolute;
    top: 116px;
    z-index: 5; }
    .about__people__portrait__image {
      width: 275px;
      height: 140px;
      -webkit-clip-path: polygon(65px 0px, 275px 0px, 210px 140px, 0px 140px);
              clip-path: polygon(65px 0px, 275px 0px, 210px 140px, 0px 140px); }
    .about__people__portrait__name {
      font-size: 24px;
      padding-right: 0px;
      margin: 16px 6px 0 0; }
      .about__people__portrait__name span {
        font-size: 13px;
        margin: 0 0 8px 0; }
  .about__people__text {
    width: auto;
    color: #FFF;
    font-size: 14px;
    line-height: 24px; }
  .about__people__list {
    position: relative;
    width: auto;
    margin: 0 7px; }
  .about__people__list__item {
    display: inline-block;
    width: calc(50% - 18px);
    margin: 0 9px 16px 9px; }
  .about__people__list__item__label {
    font-size: 13px;
    margin: 0 0 10px 0; }
  .about__people__list__item__image {
    width: 100%;
    height: 0px;
    padding-top: 66.8%; }
  .about__people__list__item__name {
    height: 44px;
    margin: 10px 0; }
    .about__people__list__item__name span {
      font-size: 13px;
      margin-bottom: 8px; }
  .about__outline {
    padding-bottom: 60px; }
  .about__gallery {
    padding-bottom: 60px; }
    .about__gallery .section_head {
      height: 150px; }
  .about__gallery__content {
    position: relative;
    width: 100%;
    height: 98px;
    margin: -49px auto 0; }
  .about__gallery__viewport {
    width: 100%;
    height: 98px; }
  .about__gallery__container {
    padding: 0 16px;
    width: 800px;
    height: 98px; }
  .about__gallery__thumb {
    width: 98px;
    height: 98px; }
  .about__gallery__prev,
  .about__gallery__next {
    display: none !important; }
  .about__brands {
    padding: 40px 16px 20px; } }

.story__president {
  padding-bottom: 120px; }
  .story__president .section_head__title {
    float: right; }
  .story__president .eyecatch__lead {
    top: 60px; }

.story__president__name {
  font-size: 32px;
  color: #000;
  font-family: "a-otf-futo-min-a101-pr6n", serif;
  font-weight: 400;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: 180px;
  z-index: 2; }
  .story__president__name span {
    display: block;
    font-size: 15px;
    color: #736357;
    font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
    font-weight: 500;
    position: absolute;
    top: -24px;
    right: -10px; }

.story__president__text {
  width: 760px;
  font-size: 14px;
  line-height: 24px;
  margin: 50px auto 0; }

.story__president__pinboard {
  width: 860px;
  height: 446px;
  position: relative;
  margin: 80px auto 0; }

.story__president__pinboard__photo {
  width: 372px;
  height: 248px;
  position: absolute; }
  .story__president__pinboard__photo span {
    position: absolute;
    font-size: 13px;
    color: #736357;
    font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
    font-weight: 500; }
  .story__president__pinboard__photo:nth-of-type(1) {
    top: 0px;
    right: 0px; }
    .story__president__pinboard__photo:nth-of-type(1) .story__president__pinboard__photo__img {
      -webkit-transform: rotate(5deg);
          -ms-transform: rotate(5deg);
              transform: rotate(5deg); }
    .story__president__pinboard__photo:nth-of-type(1) span {
      right: 16px;
      bottom: -38px; }
  .story__president__pinboard__photo:nth-of-type(2) {
    top: 53px;
    left: 0px; }
    .story__president__pinboard__photo:nth-of-type(2) .story__president__pinboard__photo__img {
      -webkit-transform: rotate(-7deg);
          -ms-transform: rotate(-7deg);
              transform: rotate(-7deg); }
    .story__president__pinboard__photo:nth-of-type(2) span {
      left: 24px;
      bottom: -44px; }
  .story__president__pinboard__photo:nth-of-type(3) {
    top: 198px;
    left: 243px; }
    .story__president__pinboard__photo:nth-of-type(3) .story__president__pinboard__photo__img {
      -webkit-transform: rotate(-3deg);
          -ms-transform: rotate(-3deg);
              transform: rotate(-3deg); }
    .story__president__pinboard__photo:nth-of-type(3) span {
      right: 0px;
      bottom: -16px; }

.story__president__pinboard__photo__img {
  box-sizing: border-box;
  width: 372px;
  height: 248px;
  border: 1px solid #f1efee;
  padding: 9px;
  background-color: #FFF;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center; }
  .story__president__pinboard__photo__img img {
    display: block;
    width: 352px;
    height: 228px; }

.story__president__shop {
  margin-top: 80px;
  padding: 80px 120px;
  background-color: #f1efee; }

.story__history {
  border-top: 1px solid #736357;
  padding-bottom: 120px; }

.story__history__lead {
  width: 760px;
  margin: 0 auto 80px;
  font-size: 14px;
  line-height: 24px; }

.story__history__period {
  position: relative;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center; }
  .story__history__period .clipmask {
    position: absolute;
    top: 60px;
    width: 0px;
    height: 92px;
    overflow: hidden;
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
    .story__history__period .clipmask .clipmask__fill {
      width: 100%;
      height: 100%;
      background-color: #736357;
      position: absolute;
      top: 0px;
      transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.3s; }
    .story__history__period .clipmask.reveal {
      width: 762px; }
      .story__history__period .clipmask.reveal .clipmask__fill {
        width: 0px; }
  .story__history__period:nth-of-type(odd) .clipmask {
    left: 0px; }
    .story__history__period:nth-of-type(odd) .clipmask .clipmask__fill {
      right: 0px; }
  .story__history__period:nth-of-type(odd) .story__history__period__label {
    left: 0px;
    padding-left: 120px;
    text-align: left;
    -webkit-clip-path: polygon(0px 0px, 762px 0px, 720px 92px, 0px 92px);
            clip-path: polygon(0px 0px, 762px 0px, 720px 92px, 0px 92px);
    /*
			&:after{
				content: "";
				display: block;
				width: 0px;
				height: 0px;
				border-style: solid;
				border-width: 92px 42px 0 0;
				border-color: #FFF transparent transparent transparent;
				position: absolute;
				top: 0px;
				right: -42px;
			}
			*/ }
  .story__history__period:nth-of-type(odd) .story__history__period__lead {
    left: 120px; }
  .story__history__period:nth-of-type(even) .clipmask {
    right: 0px; }
    .story__history__period:nth-of-type(even) .clipmask .clipmask__fill {
      left: 0px; }
  .story__history__period:nth-of-type(even) .story__history__period__label {
    right: 0px;
    padding-right: 120px;
    text-align: right;
    -webkit-clip-path: polygon(0px 0px, 762px 0px, 762px 92px, 42px 92px);
            clip-path: polygon(0px 0px, 762px 0px, 762px 92px, 42px 92px);
    /*
			&:after{
				content: "";
				display: block;
				width: 0px;
				height: 0px;
				border-style: solid;
				border-width: 0 0 92px 42px;
				border-color: transparent transparent #FFF transparent;
				position: absolute;
				top: 0px;
				left: -42px;
			}
			*/ }
    .story__history__period:nth-of-type(even) .story__history__period__label .wipemask__fill {
      left: 0px;
      right: auto; }
      .story__history__period:nth-of-type(even) .story__history__period__label .wipemask__fill:before {
        left: auto;
        right: 0px; }
  .story__history__period:nth-of-type(even) .story__history__period__lead {
    right: 120px; }

.story__history__period__label {
  box-sizing: border-box;
  width: 762px;
  height: 92px;
  background-color: #FFF;
  position: absolute;
  top: 0px;
  font-size: 32px;
  line-height: 92px;
  color: #000;
  font-family: "a-otf-futo-min-a101-pr6n", serif;
  font-weight: 400; }

.story__history__period__lead {
  font-size: 14px;
  line-height: 24px;
  color: #FFF;
  position: absolute;
  top: 190px;
  width: 500px; }

.story__history__period__timeline {
  width: auto;
  height: auto;
  box-sizing: border-box;
  position: absolute;
  left: 120px;
  top: 50%; }
  .story__history__period__timeline dt {
    width: 85px;
    height: 28px;
    position: absolute;
    left: 0px;
    font-size: 20px;
    line-height: 28px;
    color: #FFF;
    font-family: "a-otf-futo-min-a101-pr6n", serif;
    font-weight: 400; }
    .story__history__period__timeline dt:before {
      content: "";
      display: block;
      box-sizing: border-box;
      width: 28px;
      height: 28px;
      border: 4px solid #FFF;
      position: absolute;
      border-radius: 50%;
      top: 0px;
      right: 0px; }
    .story__history__period__timeline dt:after {
      content: "";
      display: block;
      width: 4px;
      height: 16px;
      background-color: #FFF;
      position: absolute;
      right: 12px;
      bottom: -16px; }
    .story__history__period__timeline dt:last-of-type:after {
      display: none; }
  .story__history__period__timeline dd {
    font-size: 14px;
    line-height: 28px;
    color: #FFF;
    font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
    font-weight: 500;
    width: auto;
    height: 28px;
    margin: 0 0 16px 105px; }
    .story__history__period__timeline dd:last-of-type {
      margin-bottom: 0px; }

.story__history__period:nth-of-type(1) {
  z-index: 4; }
  .story__history__period:nth-of-type(1) .story__history__period__timeline {
    height: 72px;
    margin-top: -36px; }
  .story__history__period:nth-of-type(1):after {
    content: "";
    display: block;
    width: 4px;
    height: calc(50% - 36px);
    background-color: #FFF;
    position: absolute;
    left: 189px;
    bottom: 0px; }

.story__history__period:nth-of-type(2) {
  z-index: 3; }
  .story__history__period:nth-of-type(2):before {
    content: "";
    display: block;
    width: 4px;
    height: calc(50% - 256px);
    background-color: #FFF;
    position: absolute;
    left: 189px;
    top: 0px; }
  .story__history__period:nth-of-type(2) .story__history__period__timeline {
    height: 512px;
    margin-top: -256px; }
  .story__history__period:nth-of-type(2):after {
    content: "";
    display: block;
    width: 4px;
    height: calc(50% - 216px);
    background-color: #FFF;
    position: absolute;
    left: 189px;
    bottom: -40px; }

.story__history__period:nth-of-type(3) {
  z-index: 2; }
  .story__history__period:nth-of-type(3):before {
    content: "";
    display: block;
    width: 4px;
    height: calc(50% - 338px);
    background-color: #FFF;
    position: absolute;
    left: 189px;
    top: 280px; }
  .story__history__period:nth-of-type(3) .story__history__period__timeline {
    height: 116px;
    margin-top: -58px; }
  .story__history__period:nth-of-type(3):after {
    content: "";
    display: block;
    width: 4px;
    height: calc(50% - 58px);
    background-color: #FFF;
    position: absolute;
    left: 189px;
    bottom: 0px; }

.story__history__period:nth-of-type(4) {
  z-index: 1; }
  .story__history__period:nth-of-type(4):before {
    content: "";
    display: block;
    width: 4px;
    height: calc(50% - 14px);
    background-color: #FFF;
    position: absolute;
    left: 189px;
    top: 0px; }
  .story__history__period:nth-of-type(4) .story__history__period__timeline {
    height: 28px;
    margin-top: -14px; }

.story__pv {
  border-top: 1px solid #736357;
  padding-bottom: 120px; }
  .story__pv:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    float: none;
    clear: both;
    visibility: hidden; }

.story__pv__philosophy,
.story__pv__vision {
  box-sizing: border-box;
  width: 50%;
  float: left;
  position: relative; }

.story__pv__philosophy .section_head__title {
  padding-right: 0px; }

.story__pv__philosophy .story__pv__lead,
.story__pv__philosophy .story__pv__text {
  margin-left: auto;
  margin-right: 0px; }

.story__pv__philosophy .story__pv__lead {
  background-image: url(images/story_philosophy.png);
  height: 47px;
  padding-top: 81px;
  padding-bottom: 82px; }

.story__pv__vision .section_head__title {
  float: right; }

.story__pv__vision .story__pv__lead,
.story__pv__vision .story__pv__text {
  margin-right: auto;
  margin-left: 0px; }

.story__pv__vision .story__pv__lead {
  background-image: url(images/story_vision.png);
  height: 94px;
  padding-top: 58px;
  padding-bottom: 58px; }

.story__pv__lead {
  width: 476px;
  height: 210px;
  padding: 0 40px;
  background-size: 476px 210px;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  font-size: 32px;
  line-height: 47px;
  font-family: "a-otf-futo-min-a101-pr6n", serif;
  font-weight: 400; }

.story__pv__text {
  width: 476px;
  height: auto;
  font-size: 14px;
  line-height: 24px;
  padding: 0 40px; }

.story__pledge {
  padding-bottom: 120px; }
  .story__pledge:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    float: none;
    clear: both;
    visibility: hidden; }

.story__pledge__headimage {
  height: 430px; }
  .story__pledge__headimage__column {
    float: left;
    width: 33.3333%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.story__pledge__column {
  width: 50%;
  float: left; }

.story__pledge__list {
  width: 476px;
  height: auto;
  padding: 0 44px; }

.story__pledge__item {
  display: table;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-height: 76px;
  border-bottom: 1px solid #dcd8d5;
  padding: 13px 12px 13px 86px; }

.story__pledge__item__num {
  font-size: 38px;
  line-height: 42px;
  color: #736357;
  font-family: "a-otf-futo-min-a101-pr6n", serif;
  font-weight: 400;
  position: absolute;
  left: 21px;
  top: 50%;
  margin-top: -21px; }

.story__pledge__item__text {
  font-size: 14px;
  line-height: 24px;
  display: table-cell;
  vertical-align: middle; }

.story__pledge__column:nth-of-type(even) .story__pledge__list {
  margin-left: auto; }

.story__pledge__column:nth-of-type(odd) .story__pledge__list {
  margin-right: auto; }

.story__pledge__list .story__pledge__item:last-of-type {
  border-bottom: none; }

@media screen and (max-width: 640px) {
  .story__president {
    padding-bottom: 60px; }
  .story__president__name {
    width: auto;
    font-size: 20px;
    position: relative;
    bottom: 0px;
    left: 0px;
    margin: 4px 16px 0;
    z-index: 2;
    text-align: right; }
    .story__president__name span {
      display: block;
      font-size: 14px;
      color: #736357;
      font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
      font-weight: 500;
      position: relative;
      top: 0px;
      right: auto;
      margin-bottom: 6px; }
  .story__president__text {
    width: auto;
    margin: 30px 16px 0; }
  .story__president__pinboard {
    width: auto;
    height: auto;
    position: relative;
    margin: 60px 0 0; }
  .story__president__pinboard__photo {
    width: auto;
    height: auto;
    position: relative;
    margin: 0 auto; }
    .story__president__pinboard__photo span {
      position: absolute;
      font-size: 13px;
      color: #736357;
      font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
      font-weight: 500; }
    .story__president__pinboard__photo:nth-of-type(1), .story__president__pinboard__photo:nth-of-type(2), .story__president__pinboard__photo:nth-of-type(3) {
      top: auto;
      left: auto;
      right: auto; }
    .story__president__pinboard__photo:nth-of-type(1) .story__president__pinboard__photo__img {
      -webkit-transform: rotate(-2deg);
          -ms-transform: rotate(-2deg);
              transform: rotate(-2deg); }
    .story__president__pinboard__photo:nth-of-type(1) span {
      right: 15px;
      bottom: -15px; }
    .story__president__pinboard__photo:nth-of-type(2) .story__president__pinboard__photo__img {
      -webkit-transform: rotate(8deg);
          -ms-transform: rotate(8deg);
              transform: rotate(8deg); }
    .story__president__pinboard__photo:nth-of-type(2) span {
      left: 15px;
      bottom: 0; }
    .story__president__pinboard__photo:nth-of-type(3) .story__president__pinboard__photo__img {
      -webkit-transform: rotate(-5deg);
          -ms-transform: rotate(-5deg);
              transform: rotate(-5deg); }
    .story__president__pinboard__photo:nth-of-type(3) span {
      right: 15px;
      bottom: -10px; }
  .story__president__pinboard__photo__img {
    position: relative;
    width: 80%;
    height: auto;
    margin: 0 auto 10px; }
    .story__president__pinboard__photo__img img {
      display: block;
      width: 100%;
      height: auto; }
  .story__president__shop {
    margin-top: 60px;
    padding: 40px 16px; }
  .story__history {
    padding-bottom: 60px; }
  .story__history__lead {
    width: auto;
    margin: 0 16px 40px; }
  .story__history__period {
    box-sizing: border-box;
    position: relative;
    height: auto;
    min-height: 100vh;
    padding-top: 150px;
    padding-bottom: 60px;
    overflow: hidden; }
    .story__history__period .clipmask {
      position: absolute;
      top: 60px;
      height: 68px; }
      .story__history__period .clipmask.reveal {
        width: 365px; }
    .story__history__period:nth-of-type(odd) .story__history__period__label {
      padding-left: 20px;
      -webkit-clip-path: polygon(0px 0px, 365px 0px, 340px 68px, 0px 68px);
              clip-path: polygon(0px 0px, 365px 0px, 340px 68px, 0px 68px); }
    .story__history__period:nth-of-type(odd) .story__history__period__lead {
      left: auto; }
    .story__history__period:nth-of-type(even) .story__history__period__label {
      padding-right: 20px;
      -webkit-clip-path: polygon(0px 0px, 365px 0px, 365px 68px, 25px 68px);
              clip-path: polygon(0px 0px, 365px 0px, 365px 68px, 25px 68px); }
    .story__history__period:nth-of-type(even) .story__history__period__lead {
      right: auto; }
  .story__history__period__label {
    width: 365px;
    height: 68px;
    font-size: 24px;
    line-height: 68px;
    color: #000;
    font-family: "a-otf-futo-min-a101-pr6n", serif;
    font-weight: 400; }
  .story__history__period__lead {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    margin: 0 16px 0; }
  .story__history__period__timeline {
    width: auto;
    height: auto;
    box-sizing: border-box;
    position: relative;
    left: 0px;
    top: 0px;
    margin: 40px 16px; }
    .story__history__period__timeline dt {
      position: absolute;
      left: 0px; }
      .story__history__period__timeline dt:before {
        content: "";
        display: block;
        box-sizing: border-box;
        width: 28px;
        height: 28px;
        border: 4px solid #FFF;
        position: absolute;
        border-radius: 50%;
        top: 0px;
        right: 0px; }
      .story__history__period__timeline dt:after {
        display: none; }
    .story__history__period__timeline dd {
      position: relative;
      font-size: 14px;
      line-height: 24px;
      height: auto;
      margin: 0 0 16px 105px;
      padding: 2px 0; }
      .story__history__period__timeline dd:after {
        content: "";
        display: block;
        width: 4px;
        height: calc(100% - 11px);
        background-color: #FFF;
        position: absolute;
        left: -36px;
        top: 28px; }
    .story__history__period__timeline:before {
      content: "";
      display: block;
      width: 4px;
      height: 24px;
      background-color: #FFF;
      position: absolute;
      left: 69px;
      top: -24px; }
    .story__history__period__timeline:after {
      content: "";
      display: block;
      width: 4px;
      height: 100vh;
      background-color: #FFF;
      position: absolute;
      left: 69px; }
  .story__history__period:nth-of-type(1) {
    z-index: 1; }
    .story__history__period:nth-of-type(1) .story__history__period__timeline {
      height: 72px;
      margin-top: 40px; }
    .story__history__period:nth-of-type(1):after {
      display: none; }
  .story__history__period:nth-of-type(2) {
    z-index: 2; }
    .story__history__period:nth-of-type(2):before {
      content: "";
      display: block;
      width: 4px;
      height: 42px;
      background-color: #FFF;
      position: absolute;
      left: 85px;
      top: 0px; }
    .story__history__period:nth-of-type(2) .story__history__period__timeline {
      height: auto;
      margin-top: 40px; }
    .story__history__period:nth-of-type(2):after {
      display: none; }
  .story__history__period:nth-of-type(3) {
    z-index: 3; }
    .story__history__period:nth-of-type(3):before {
      content: "";
      display: block;
      width: 4px;
      height: 42px;
      background-color: #FFF;
      position: absolute;
      left: 85px;
      top: 0px; }
    .story__history__period:nth-of-type(3) .story__history__period__timeline {
      height: auto;
      margin-top: 40px; }
    .story__history__period:nth-of-type(3):after {
      display: none; }
  .story__history__period:nth-of-type(4) {
    z-index: 4; }
    .story__history__period:nth-of-type(4):before {
      content: "";
      display: block;
      width: 4px;
      height: 42px;
      background-color: #FFF;
      position: absolute;
      left: 85px;
      top: 0px; }
    .story__history__period:nth-of-type(4) .story__history__period__timeline {
      height: auto;
      margin-top: 40px; }
      .story__history__period:nth-of-type(4) .story__history__period__timeline:after {
        display: none; }
      .story__history__period:nth-of-type(4) .story__history__period__timeline dd:last-of-type:after {
        display: none; }
  .story__pv {
    border-top: none;
    padding-bottom: 0px; }
  .story__pv__philosophy,
  .story__pv__vision {
    border-top: 1px solid #736357;
    width: 100%;
    float: none;
    padding-bottom: 60px; }
    .story__pv__philosophy .story__pv__lead,
    .story__pv__vision .story__pv__lead {
      margin: 0 auto; }
    .story__pv__philosophy .story__pv__text,
    .story__pv__vision .story__pv__text {
      margin: 0 16px; }
  .story__pv__philosophy .section_head__title {
    padding-right: 0px; }
  .story__pv__philosophy .story__pv__lead {
    background-image: url(images/story_philosophy.png);
    height: 34px;
    padding-top: 65px;
    padding-bottom: 66px; }
  .story__pv__vision .section_head__title {
    float: right; }
  .story__pv__vision .story__pv__lead {
    background-image: url(images/story_vision.png);
    height: 68px;
    padding-top: 48px;
    padding-bottom: 49px; }
  .story__pv__lead {
    width: 100%;
    height: 165px;
    padding: 0;
    background-size: 375px 165px;
    font-size: 22px;
    line-height: 34px; }
  .story__pv__text {
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 24px;
    padding: 0;
    margin: 0 16px; }
  .story__pledge {
    padding-bottom: 60px; }
  .story__pledge__headimage {
    height: 180px; }
  .story__pledge__column {
    width: 100%;
    float: none; }
  .story__pledge__list {
    width: auto;
    margin: 0 16px;
    padding: 0; }
  .story__pledge__item {
    padding: 8px 12px 8px 86px; }
  .story__pledge__item__text {
    font-size: 14px;
    line-height: 24px;
    display: table-cell;
    vertical-align: middle; }
  .story__pledge__column:nth-of-type(even) .story__pledge__list {
    margin: 0 16px; }
    .story__pledge__column:nth-of-type(even) .story__pledge__list .story__pledge__item:last-of-type {
      border-bottom: 1px solid #dcd8d5; }
  .story__pledge__column:nth-of-type(odd) .story__pledge__list {
    margin: 0 16px; }
  .story__pledge__list .story__pledge__item:last-of-type {
    border-bottom: none; } }

.service_general__subsection {
  margin: 80px auto 0; }
  .service_general__subsection .headlabel, .service_general__subsection .brandblock__title {
    margin-bottom: 30px; }

.service_general__aside {
  position: relative;
  background-color: #f1efee;
  padding: 80px; }
  .service_general__aside .wipemask__fill {
    background-color: #f1efee; }

.service_general__aside + .skewbtn__triple {
  margin-top: -32px; }

.service_general__back {
  padding: 60px 0 120px; }
  .service_general__back .skewbtn_border--back, .service_general__back .skewbtn_border {
    margin: 0 auto;
    width: 210px; }

.service_general__imgbanner {
  position: relative;
  width: 100%;
  height: 460px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #bbb; }
  .service_general__imgbanner__logo {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.service_general__aside__lineup {
  text-align: center;
  font-size: 0px;
  margin: 30px 0; }

.service_general__aside__lineup__item {
  width: 250px;
  height: 278px;
  margin: 0 7px 30px;
  display: inline-block; }
  .service_general__aside__lineup__item:nth-of-type(4n+1) .wipemask__fill {
    transition-delay: 0.3s; }
    .service_general__aside__lineup__item:nth-of-type(4n+1) .wipemask__fill:before {
      transition-delay: 0.0s; }
  .service_general__aside__lineup__item:nth-of-type(4n+2) .wipemask__fill {
    transition-delay: 0.5s; }
    .service_general__aside__lineup__item:nth-of-type(4n+2) .wipemask__fill:before {
      transition-delay: 0.2s; }
  .service_general__aside__lineup__item:nth-of-type(4n+3) .wipemask__fill {
    transition-delay: 0.7s; }
    .service_general__aside__lineup__item:nth-of-type(4n+3) .wipemask__fill:before {
      transition-delay: 0.4s; }
  .service_general__aside__lineup__item:nth-of-type(4n+4) .wipemask__fill {
    transition-delay: 0.9s; }
    .service_general__aside__lineup__item:nth-of-type(4n+4) .wipemask__fill:before {
      transition-delay: 0.6s; }

.service_general__aside__lineup__item__image {
  width: 100%;
  height: 167px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0; }

.service_general__aside__lineup__item__product {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #FFF;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin: -59px auto 8px;
  z-index: 1; }

.service_general__aside__lineup__item__name {
  font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #736357;
  text-align: center; }
  .service_general__aside__lineup__item__name span {
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    color: transparent;
    display: block;
    width: 130px;
    height: 18px;
    background-image: url(images/ceramicpro_logotype.png);
    background-size: 130px 18px;
    background-repeat: no-repeat;
    margin: 0 auto 8px; }

.service_general__aside__videos {
  width: 1040px;
  height: 267px;
  margin: 30px auto 0; }

.service_general__aside__videos__column {
  float: left;
  width: 476px;
  height: 267px; }
  .service_general__aside__videos__column:nth-of-type(2n+1) {
    margin-right: 88px; }

@media screen and (max-width: 640px) {
  .service_general__imgbanner {
    height: 230px; }
  .service_general__aside {
    padding: 40px 16px; }
  .service_general__aside__lineup {
    position: relative;
    margin: 15px 0; }
  .service_general__aside__lineup__item {
    width: calc(50% - 8px);
    height: auto;
    margin: 0 0 30px;
    display: inline-block; }
    .service_general__aside__lineup__item:nth-of-type(4n+1) {
      margin-right: 16px; }
      .service_general__aside__lineup__item:nth-of-type(4n+1) .wipemask__fill {
        transition-delay: 0.3s; }
        .service_general__aside__lineup__item:nth-of-type(4n+1) .wipemask__fill:before {
          transition-delay: 0.0s; }
    .service_general__aside__lineup__item:nth-of-type(4n+2) {
      margin-right: 0px; }
      .service_general__aside__lineup__item:nth-of-type(4n+2) .wipemask__fill {
        transition-delay: 0.3s; }
        .service_general__aside__lineup__item:nth-of-type(4n+2) .wipemask__fill:before {
          transition-delay: 0.0s; }
    .service_general__aside__lineup__item:nth-of-type(4n+3) {
      margin-right: 16px; }
      .service_general__aside__lineup__item:nth-of-type(4n+3) .wipemask__fill {
        transition-delay: 0.5s; }
        .service_general__aside__lineup__item:nth-of-type(4n+3) .wipemask__fill:before {
          transition-delay: 0.2s; }
    .service_general__aside__lineup__item:nth-of-type(4n+4) {
      margin-right: 0px; }
      .service_general__aside__lineup__item:nth-of-type(4n+4) .wipemask__fill {
        transition-delay: 0.5s; }
        .service_general__aside__lineup__item:nth-of-type(4n+4) .wipemask__fill:before {
          transition-delay: 0.2s; }
  .service_general__aside__lineup__item__image {
    width: 100%;
    height: 0px;
    padding-top: 80%; }
  .service_general__aside__lineup__item__product {
    width: 88px;
    height: 88px;
    margin: -44px auto 8px;
    z-index: 1; }
  .service_general__aside__videos {
    width: 100%;
    height: auto;
    margin: 15px 0; }
  .service_general__aside__videos__column {
    position: relative;
    float: none;
    width: 100%;
    height: 0px;
    padding-top: 56.0924%;
    margin-bottom: 16px; }
    .service_general__aside__videos__column iframe {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%; }
  .skewbtn__triple {
    margin-top: 40px;
    margin-bottom: 40px; }
  .service_general__back {
    padding: 60px 0 60px; }
  .service_general__subsection {
    margin-top: 40px; }
    .service_general__subsection .headlabel, .service_general__subsection .brandblock__title {
      margin-bottom: 10px; } }

.service_general--washing__wash {
  padding-bottom: 120px; }
  .service_general--washing__wash .section_head__title {
    float: right; }
  .service_general--washing__wash .eyecatch__lead__main {
    padding-top: 38px;
    padding-left: 40px; }
  .service_general--washing__wash__bottlekeep .linelist > p, .service_general--washing__wash__bottlekeep .linelist--column > p {
    font-size: 14px;
    line-height: 24px;
    margin: 28px 0; }
  .service_general--washing__wash__bottlekeep .skewbtn, .service_general--washing__wash__bottlekeep .skewbtn__double__btn, .service_general--washing__wash__bottlekeep .skewbtn__triple__btn, .service_general--washing__wash__bottlekeep .skewbtn__triple__btn--wide, .service_general--washing__wash__bottlekeep .service__list__item__link {
    margin: 70px auto 0; }

.service_general--washing__option {
  border-top: 1px solid #736357;
  padding-bottom: 120px; }

.service_general--coating__coating {
  padding-bottom: 120px; }
  .service_general--coating__coating .section_head__title {
    float: right; }
  .service_general--coating__coating .eyecatch__lead__main {
    padding-top: 38px;
    padding-left: 40px; }

.service_general--coating__ceramic {
  border-top: 1px solid #736357;
  padding-bottom: 120px; }

.service_general--coating__ulgo {
  border-top: 1px solid #736357;
  padding-bottom: 120px; }
  .service_general--coating__ulgo .service_general__imgbanner__logo {
    left: 75%; }

.service_general--coating__option {
  border-top: 1px solid #736357;
  padding-bottom: 90px; }

.service_general--coating__after {
  border-top: 1px solid #736357;
  padding-bottom: 90px; }

.service_general--coating .skewbtn__triple {
  width: 970px; }

.service_general--carfilm__carfilm {
  padding-bottom: 120px; }
  .service_general--carfilm__carfilm .section_head__title {
    float: right; }
  .service_general--carfilm__carfilm .eyecatch__lead__main {
    padding-top: 38px;
    padding-left: 40px; }
  .service_general--carfilm__carfilm .headlabel, .service_general--carfilm__carfilm .brandblock__title {
    margin-top: -20px;
    margin-bottom: 10px; }
  .service_general--carfilm__carfilm .skewbtn__triple {
    margin-top: 70px; }

.service_general--carfilm .service_general__aside .brandblock:after {
  content: "";
  display: block;
  width: 150px;
  height: 4px;
  background-color: #736357;
  -webkit-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
          transform: skewX(-25deg);
  margin: 70px auto 80px; }

.service_general--interior__interior {
  padding-bottom: 120px; }
  .service_general--interior__interior .section_head__title {
    float: right; }
  .service_general--interior__interior .eyecatch__lead__main {
    padding-top: 38px;
    padding-left: 40px; }
  .service_general--interior__interior .headlabel, .service_general--interior__interior .brandblock__title {
    margin-top: -20px;
    margin-bottom: 10px; }
  .service_general--interior__interior .linelist--column {
    margin-top: 30px; }
  .service_general--interior__interior .skewbtn__triple {
    width: 850px;
    margin-top: 80px; }
  .service_general--interior__interior .skewbtn__triple__btn--wide {
    width: 304px; }

.service_general--interior .service_general__aside .brandblock:after {
  content: "";
  display: block;
  width: 150px;
  height: 4px;
  background-color: #736357;
  -webkit-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
          transform: skewX(-25deg);
  margin: 70px auto 80px; }

.service_general--steering__steering {
  padding-bottom: 120px; }
  .service_general--steering__steering .section_head__title {
    float: right; }
  .service_general--steering__steering .eyecatch__lead__main {
    padding-top: 38px;
    padding-left: 40px; }
  .service_general--steering__steering .headlabel, .service_general--steering__steering .brandblock__title {
    margin-top: -20px;
    margin-bottom: 10px; }
  .service_general--steering__steering .linelist--column {
    margin-top: 30px; }
  .service_general--steering__steering .skewbtn__double {
    margin-top: 80px; }

.service_general--steering .service_general__aside .brandblock:after {
  content: "";
  display: block;
  width: 150px;
  height: 4px;
  background-color: #736357;
  -webkit-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
          transform: skewX(-25deg);
  margin: 70px auto 80px; }

.service_general--repair__repair {
  padding-bottom: 120px; }
  .service_general--repair__repair .section_head__title {
    float: right; }
  .service_general--repair__repair .eyecatch__lead__main {
    padding-top: 38px;
    padding-left: 40px; }

.service_general--repair__lederzentrum {
  padding-bottom: 120px;
  border-top: 1px solid #736357; }
  .service_general--repair__lederzentrum .linelist, .service_general--repair__lederzentrum .linelist--column {
    margin-top: 20px; }
    .service_general--repair__lederzentrum .linelist > p, .service_general--repair__lederzentrum .linelist--column > p {
      font-size: 14px;
      line-height: 24px; }
  .service_general--repair__lederzentrum .linelist__item, .service_general--repair__lederzentrum .linelist__item--ribbon, .service_general--repair__lederzentrum .linelist__item--tag, .service_general--repair__lederzentrum .linelist__item--board, .service_general--repair__lederzentrum .linelist__item--bill, .service_general--repair__lederzentrum .linelist__item--check, .service_general--repair__lederzentrum .linelist__item--stitch, .service_general--repair__lederzentrum .linelist__item--image {
    margin-bottom: 26px; }
  .service_general--repair__lederzentrum .linelist > .deftable, .service_general--repair__lederzentrum .linelist--column > .deftable {
    margin-top: 20px;
    margin-bottom: 60px; }
  .service_general--repair__lederzentrum .skewbtn__double {
    margin-top: 80px; }

.service_general--etc__welfare {
  padding-bottom: 120px; }
  .service_general--etc__welfare .section_head__title {
    float: right; }
  .service_general--etc__welfare .eyecatch__lead__main {
    padding-top: 38px;
    padding-left: 40px; }
  .service_general--etc__welfare .headlabel, .service_general--etc__welfare .brandblock__title {
    margin-top: -20px;
    margin-bottom: 10px; }

.service_general--etc__heater {
  padding-bottom: 120px;
  border-top: 1px solid #736357; }
  .service_general--etc__heater .eyecatch__lead__main {
    padding-top: 38px;
    padding-left: 40px; }
  .service_general--etc__heater .headlabel, .service_general--etc__heater .brandblock__title {
    margin-top: -20px;
    margin-bottom: 10px; }

.service_general--etc .service_general__back {
  padding-top: 0px; }

.service_general--etc .eyecatch__text span {
  color: #736357; }

.service_general--cleaning__cleaning {
  padding-bottom: 0px; }
  .service_general--cleaning__cleaning .section_head__title {
    float: right; }
  .service_general--cleaning__cleaning .eyecatch__lead__main {
    padding-top: 38px;
    padding-left: 40px; }
  .service_general--cleaning__cleaning .linelist p, .service_general--cleaning__cleaning .linelist--column p {
    padding-left: 1.65em;
    text-indent: -1.65em; }
  .service_general--cleaning__cleaning .skewbtn__double {
    margin-top: 80px; }

.service_general--dentrepair__dentrepair {
  padding-bottom: 0px; }
  .service_general--dentrepair__dentrepair .section_head__title {
    float: right; }
  .service_general--dentrepair__dentrepair .eyecatch__lead__main {
    padding-top: 38px;
    padding-left: 40px; }
  .service_general--dentrepair__dentrepair .skewbtn__double {
    margin-bottom: 80px; }

.service_general--bikecoating__bikecoating {
  padding-bottom: 0px; }
  .service_general--bikecoating__bikecoating .section_head__title {
    float: right; }
  .service_general--bikecoating__bikecoating .eyecatch__lead__main {
    padding-top: 38px;
    padding-left: 40px; }
  .service_general--bikecoating__bikecoating .skewbtn__double {
    margin-bottom: 0px; }

.service_general--pricelist__pricelist {
  padding-bottom: 0px; }
  .service_general--pricelist__pricelist .section_head__title {
    float: right; }
  .service_general--pricelist__pricelist .eyecatch__lead__main {
    padding-top: 38px;
    padding-left: 40px; }
  .service_general--pricelist__pricelist .skewbtn__double {
    margin-bottom: 0px; }
  .service_general--pricelist__pricelist .linelist li, .service_general--pricelist__pricelist .linelist--column li {
    border-bottom: 1px solid #dbd8d6; }
    .service_general--pricelist__pricelist .linelist li:last-of-type, .service_general--pricelist__pricelist .linelist--column li:last-of-type {
      border-bottom: none; }
  .service_general--pricelist__pricelist .linelist__item--bill a {
    text-decoration: none;
    display: block; }
  .service_general--pricelist__pricelist .linelist__item--bill p > span {
    font-family: "a-otf-gothic-bbb-pr6n", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -10px; }

@media screen and (max-width: 640px) {
  .service_general--coating__coating {
    padding-bottom: 60px; }
  .service_general--coating__ceramic {
    border-top: 1px solid #736357;
    padding-bottom: 20px; }
    .service_general--coating__ceramic .service_general__imgbanner__logo {
      width: 176px;
      height: 43px; }
    .service_general--coating__ceramic .section_head__skewlabelcont {
      margin-top: 30px; }
  .service_general--coating__ulgo {
    border-top: 1px solid #736357;
    padding-bottom: 20px; }
    .service_general--coating__ulgo .service_general__imgbanner__logo {
      width: 138px;
      height: 58px; }
    .service_general--coating__ulgo .section_head__skewlabelcont {
      margin-top: 30px; }
  .service_general--coating__option {
    border-top: 1px solid #736357;
    padding-bottom: 40px; }
  .service_general--coating__after {
    border-top: 1px solid #736357;
    padding-bottom: 40px; }
  .service_general--coating .skewbtn__triple {
    width: 100%; }
    .service_general--coating .skewbtn__triple .skewbtn__triple__btn, .service_general--coating .skewbtn__triple .skewbtn__triple__btn--wide {
      width: 260px; }
  .service_general--carfilm__carfilm {
    padding-bottom: 20px; }
    .service_general--carfilm__carfilm .headlabel, .service_general--carfilm__carfilm .brandblock__title {
      margin-top: 40px;
      margin-bottom: 10px; }
    .service_general--carfilm__carfilm .skewbtn__triple {
      margin-top: 40px; }
  .service_general--carfilm .service_general__aside .brandblock__column {
    margin-bottom: 30px; }
  .service_general--carfilm .service_general__aside .brandblock:after {
    width: 110px;
    height: 3px;
    margin: 30px auto 40px; }
  .service_general--interior__interior {
    padding-bottom: 20px; }
    .service_general--interior__interior .headlabel, .service_general--interior__interior .brandblock__title {
      margin-top: 40px;
      margin-bottom: 10px; }
    .service_general--interior__interior .linelist--column {
      margin-top: 10px; }
    .service_general--interior__interior .skewbtn__triple {
      width: 100%;
      margin-top: 40px;
      margin-bottom: 40px; }
    .service_general--interior__interior .skewbtn__triple__btn, .service_general--interior__interior .skewbtn__triple__btn--wide,
    .service_general--interior__interior .skewbtn__triple__btn--wide {
      width: 260px; }
  .service_general--interior .service_general__aside .brandblock:after {
    width: 110px;
    height: 3px;
    margin: 30px auto 40px; }
  .service_general--interior .fullbanner__single .skewbtn, .service_general--interior .fullbanner__single .skewbtn__double__btn, .service_general--interior .fullbanner__single .skewbtn__triple__btn, .service_general--interior .fullbanner__single .skewbtn__triple__btn--wide, .service_general--interior .fullbanner__single .service__list__item__link {
    width: 170px; }
  .service_general--steering__steering {
    padding-bottom: 20px; }
    .service_general--steering__steering .headlabel, .service_general--steering__steering .brandblock__title {
      margin-top: 40px;
      margin-bottom: 10px; }
    .service_general--steering__steering .linelist--column {
      margin-top: 10px; }
    .service_general--steering__steering .skewbtn__double {
      margin-top: 40px;
      margin-bottom: 40px; }
  .service_general--steering .service_general__aside .brandblock:after {
    width: 110px;
    height: 3px;
    margin: 30px auto 40px; }
  .service_general--steering .service_general__aside .skewbtn, .service_general--steering .service_general__aside .skewbtn__double__btn, .service_general--steering .service_general__aside .skewbtn__triple__btn, .service_general--steering .service_general__aside .skewbtn__triple__btn--wide, .service_general--steering .service_general__aside .service__list__item__link {
    width: 168px; }
  .service_general--repair__repair {
    padding-bottom: 60px; }
  .service_general--repair__lederzentrum {
    padding-bottom: 60px; }
    .service_general--repair__lederzentrum .service_general__imgbanner__logo {
      width: 143px;
      height: 100px; }
    .service_general--repair__lederzentrum .headlabel, .service_general--repair__lederzentrum .brandblock__title {
      margin-top: 40px;
      margin-bottom: 10px; }
    .service_general--repair__lederzentrum .linelist, .service_general--repair__lederzentrum .linelist--column {
      margin-top: 10px; }
    .service_general--repair__lederzentrum .linelist__item, .service_general--repair__lederzentrum .linelist__item--ribbon, .service_general--repair__lederzentrum .linelist__item--tag, .service_general--repair__lederzentrum .linelist__item--board, .service_general--repair__lederzentrum .linelist__item--bill, .service_general--repair__lederzentrum .linelist__item--check, .service_general--repair__lederzentrum .linelist__item--stitch, .service_general--repair__lederzentrum .linelist__item--image {
      margin-bottom: 14px; }
    .service_general--repair__lederzentrum .linelist > .deftable, .service_general--repair__lederzentrum .linelist--column > .deftable {
      margin-top: 30px;
      margin-bottom: 40px; }
    .service_general--repair__lederzentrum .skewbtn__double {
      margin-top: 40px; }
    .service_general--repair__lederzentrum .section_head__skewlabelcont {
      margin-top: 30px; }
  .service_general--repair .service_general__aside .fullbanner .skewbtn, .service_general--repair .service_general__aside .fullbanner .skewbtn__double__btn, .service_general--repair .service_general__aside .fullbanner .skewbtn__triple__btn, .service_general--repair .service_general__aside .fullbanner .skewbtn__triple__btn--wide, .service_general--repair .service_general__aside .fullbanner .service__list__item__link {
    width: 170px; }
    .service_general--repair .service_general__aside .fullbanner .skewbtn br, .service_general--repair .service_general__aside .fullbanner .skewbtn__double__btn br, .service_general--repair .service_general__aside .fullbanner .skewbtn__triple__btn br, .service_general--repair .service_general__aside .fullbanner .skewbtn__triple__btn--wide br, .service_general--repair .service_general__aside .fullbanner .service__list__item__link br {
      display: block; }
  .service_general--etc__welfare {
    padding-bottom: 60px; }
  .service_general--etc__heater {
    padding-bottom: 60px;
    border-top: 1px solid #736357; }
  .service_general--washing__wash {
    padding-bottom: 60px; }
    .service_general--washing__wash__bottlekeep .linelist > p, .service_general--washing__wash__bottlekeep .linelist--column > p {
      margin: 14px 0; }
    .service_general--washing__wash__bottlekeep .skewbtn, .service_general--washing__wash__bottlekeep .skewbtn__double__btn, .service_general--washing__wash__bottlekeep .skewbtn__triple__btn, .service_general--washing__wash__bottlekeep .skewbtn__triple__btn--wide, .service_general--washing__wash__bottlekeep .service__list__item__link {
      margin: 40px auto 0; }
  .service_general--washing__option {
    border-top: 1px solid #736357;
    padding-bottom: 40px; }
    .service_general--washing__option .blocklist__item__head {
      height: auto; }
  .service_general--washing .brandblock__column {
    margin-bottom: 0px; }
  .service_general--cleaning__cleaning {
    padding-bottom: 0px; }
    .service_general--cleaning__cleaning .linelist__item--image {
      min-height: 68px; }
      .service_general--cleaning__cleaning .linelist__item--image p span {
        font-size: 14px;
        line-height: 24px; }
    .service_general--cleaning__cleaning .linelist p, .service_general--cleaning__cleaning .linelist--column p {
      padding-left: 1.1em;
      text-indent: -1.1em; }
      .service_general--cleaning__cleaning .linelist p br, .service_general--cleaning__cleaning .linelist--column p br {
        display: none; }
    .service_general--cleaning__cleaning .skewbtn__double {
      margin-top: 40px; }
  .service_general--pricelist__pricelist .linelist__item--bill a {
    text-decoration: none;
    display: block; }
  .service_general--pricelist__pricelist .linelist__item--bill p {
    padding-right: 70px; }
  .service_general--pricelist__pricelist .linelist__item--bill p > span {
    font-size: 11px;
    line-height: 13px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -13px;
    text-align: right; }
    .service_general--pricelist__pricelist .linelist__item--bill p > span > span {
      display: block; } }

.products section > p {
  font-size: 14px;
  line-height: 24px;
  width: 760px;
  margin: 0 auto 60px; }
  .products section > p span {
    color: #736357; }

.products .headlabel, .products .brandblock__title {
  margin-top: 80px;
  margin-bottom: 40px; }

.products .productsitemlist {
  margin-bottom: 30px; }

.products__ulgo {
  padding-bottom: 120px; }
  .products__ulgo .skewbtn__double {
    width: 717px; }
    .products__ulgo .skewbtn__double .skewbtn__double__btn:first-of-type {
      width: 294px; }
    .products__ulgo .skewbtn__double .skewbtn__double__btn:last-of-type {
      width: 394px; }

@media screen and (max-width: 640px) {
  .products .pageheader__text__split {
    display: none; }
  .products section > p {
    width: auto;
    margin: 0 16px 40px; }
  .products .headlabel, .products .brandblock__title {
    margin-top: 40px;
    margin-bottom: 20px; }
  .products .productsitemlist {
    margin-bottom: 0px; }
  .products .productsitemlist + .headlabel, .products .productsitemlist + .brandblock__title {
    margin-top: 10px; }
  .products__ulgo {
    padding-bottom: 60px; }
    .products__ulgo .skewbtn__double {
      width: auto; }
      .products__ulgo .skewbtn__double .skewbtn__double__btn:first-of-type,
      .products__ulgo .skewbtn__double .skewbtn__double__btn:last-of-type {
        width: 260px; } }

.shop__info {
  padding-bottom: 120px; }
  .shop__info .deflist dl a[target="_blank"] {
    color: #736357;
    text-decoration: underline; }

.shop__info__openday {
  padding: 80px;
  background-color: #f1efee;
  margin-top: 80px; }
  .shop__info__openday .headlabel, .shop__info__openday .brandblock__title {
    padding-bottom: 6px; }
    .shop__info__openday .headlabel:before, .shop__info__openday .brandblock__title:before {
      content: "";
      display: inline-block;
      width: 38px;
      height: 38px;
      background-image: url(images/caticon_1_tan.png);
      background-size: 38px 38px;
      background-position: center;
      background-repeat: no-repeat;
      vertical-align: middle;
      position: relative;
      top: -1px;
      margin-right: 2px; }
  .shop__info__openday__container {
    width: 1040px;
    margin: 15px auto 0; }
    .shop__info__openday__container:after {
      content: "";
      display: block;
      width: 0px;
      height: 0px;
      float: none;
      clear: both;
      visibility: hidden; }
  .shop__info__openday__column {
    width: 476px;
    height: auto;
    float: left; }
    .shop__info__openday__column:first-of-type {
      margin-right: 88px; }

.shop__access {
  padding-bottom: 120px;
  border-top: 1px solid #736357; }
  .shop__access .section_head__title {
    float: right; }

.shop__access__map {
  position: relative;
  width: 100%;
  height: 460px;
  background-color: #E6E4E3; }
  .shop__access__map #gmap__embed {
    width: 100%;
    height: 100%; }

.shop__access__nearby {
  box-sizing: border-box;
  width: 1040px;
  margin: 50px auto 0;
  position: relative;
  padding: 0 0 30px 300px;
  border-bottom: 1px solid #d8d8d6; }
  .shop__access__nearby h4 {
    font-size: 24px;
    color: #736357;
    font-family: "a-otf-futo-min-a101-pr6n", serif;
    font-weight: 400;
    position: absolute;
    left: 0px; }
  .shop__access__nearby p {
    font-size: 14px;
    line-height: 24px;
    color: #000; }

.shop__access__from {
  width: 1040px;
  margin: 0 auto 0; }
  .shop__access__from:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    float: none;
    clear: both;
    visibility: hidden; }

.shop__access__from__column {
  width: 476px;
  height: auto;
  float: left; }
  .shop__access__from__column:first-of-type {
    margin-right: 88px; }
  .shop__access__from__column h4 {
    font-size: 24px;
    color: #736357;
    font-family: "a-otf-futo-min-a101-pr6n", serif;
    font-weight: 400;
    margin: 50px 0 20px;
    padding: 12px 0;
    line-height: 40px;
    border-bottom: 1px solid #d8d8d6;
    position: relative; }
    .shop__access__from__column h4:after,
    .shop__access__from__column h4 span {
      box-sizing: border-box;
      content: "";
      display: block;
      width: 152px;
      height: 40px;
      position: absolute;
      top: 12px;
      right: -8px; }
    .shop__access__from__column h4:after {
      background-color: #f1efee;
      -webkit-transform: skewX(-25deg);
          -ms-transform: skewX(-25deg);
              transform: skewX(-25deg);
      z-index: 0; }
    .shop__access__from__column h4 span {
      font-size: 14px;
      line-height: 40px;
      color: #736357;
      font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
      font-weight: 500;
      z-index: 1;
      padding-left: 46px; }
      .shop__access__from__column h4 span:before {
        content: "";
        width: 30px;
        height: 30px;
        background-image: url(/images/timer.png);
        background-size: 30px 30px;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: 8px;
        top: 5px; }
  .shop__access__from__column p {
    font-size: 14px;
    line-height: 24px;
    color: #000; }

.shop__gallery {
  padding-bottom: 120px; }
  .shop__gallery .section_head {
    background-image: url(images/shop_gallery.jpg); }

.shop__showroom {
  border-top: 1px solid #736357; }
  .shop__showroom .switchlist__item__title__lead {
    line-height: 34px; }
  .shop__showroom .switchlist__item__text span {
    color: #736357; }

.shop__showroom__aside {
  padding: 80px;
  background-color: #f1efee; }
  .shop__showroom__aside .linelist, .shop__showroom__aside .linelist--column {
    margin: 20px auto 50px; }
  .shop__showroom__aside .wipemask__fill {
    background-color: #f1efee !important; }

@media screen and (max-width: 640px) {
  .shop__info {
    padding-bottom: 60px; }
  .shop__info__openday {
    padding: 40px 16px;
    margin-top: 40px; }
    .shop__info__openday__container {
      width: 100%;
      margin: 0 auto 0; }
    .shop__info__openday__column {
      width: 100%;
      height: auto;
      float: none;
      margin-top: 30px; }
      .shop__info__openday__column:first-of-type {
        margin-right: 0px; }
  .shop__access {
    padding-bottom: 60px; }
  .shop__access__map {
    height: 230px; }
  .shop__access__nearby {
    box-sizing: border-box;
    width: auto;
    margin: 40px 16px 0;
    padding: 0;
    border-bottom: 0px; }
    .shop__access__nearby h4 {
      font-size: 17px;
      position: relative;
      left: 0px;
      padding-bottom: 8px;
      line-height: 26px;
      border-bottom: 1px solid #d8d8d6; }
    .shop__access__nearby p {
      font-size: 14px;
      line-height: 24px;
      color: #000;
      margin-top: 8px; }
  .shop__access__from {
    width: auto;
    margin: 0 16px 0; }
  .shop__access__from__column {
    width: 100%;
    height: auto;
    float: none; }
    .shop__access__from__column:first-of-type {
      margin-right: 0px; }
    .shop__access__from__column h4 {
      font-size: 17px;
      margin: 30px 0 8px;
      padding: 0 0 8px 0;
      line-height: 24px;
      border-bottom: 1px solid #d8d8d6;
      position: relative; }
      .shop__access__from__column h4 span {
        width: 104px;
        height: 24px;
        position: absolute;
        top: auto;
        bottom: 14px;
        right: 18px;
        font-size: 12px;
        line-height: 24px;
        padding-left: 28px; }
        .shop__access__from__column h4 span:before {
          content: "";
          width: 24px;
          height: 24px;
          background-image: url(/images/timer.png);
          background-size: 24px 24px;
          background-repeat: no-repeat;
          background-position: center;
          position: absolute;
          left: 0px;
          top: 0px; }
      .shop__access__from__column h4:after {
        height: 32px;
        width: 128px;
        top: auto;
        bottom: 10px;
        right: 4px; }
    .shop__access__from__column p {
      font-size: 14px;
      line-height: 24px;
      color: #000; }
  .shop__gallery {
    padding-bottom: 60px; }
    .shop__gallery .section_head {
      height: 150px; }
  .shop__showroom__aside {
    padding: 40px 16px; }
    .shop__showroom__aside .linelist, .shop__showroom__aside .linelist--column {
      margin: 10px 0 30px; }
  .shop__showroom .section_head {
    padding-bottom: 0px; }
  .shop__showroom .switchlist__item--odd,
  .shop__showroom .switchlist__item--even {
    padding-top: 38px; }
  .shop__showroom .switchlist__item__title {
    padding: 0px;
    height: 34px; }
  .shop__showroom .switchlist__item__title__lead br {
    display: none; }
  .shop__showroom .skewbtn, .shop__showroom .skewbtn__double__btn, .shop__showroom .skewbtn__triple__btn, .shop__showroom .skewbtn__triple__btn--wide, .shop__showroom .service__list__item__link {
    width: 160px; } }

.woman__service .switchlist__item:first-of-type, .woman__service .switchlist__item--odd:first-of-type, .woman__service .switchlist__item--even:first-of-type {
  margin-top: 0px; }

.woman__service .switchlist__item--odd .skewbtn_border, .woman__service .switchlist__item--odd .skewbtn_border--back,
.woman__service .switchlist__item--even .skewbtn_border,
.woman__service .switchlist__item--even .skewbtn_border--back {
  position: relative;
  margin-top: 30px;
  margin-right: 30px;
  margin-left: auto; }

@media screen and (max-width: 640px) {
  .woman__service .switchlist__item--odd .switchlist__item__title,
  .woman__service .switchlist__item--even .switchlist__item__title {
    padding: 0px; }
  .woman__service .switchlist__item--odd .skewbtn_border, .woman__service .switchlist__item--odd .skewbtn_border--back,
  .woman__service .switchlist__item--even .skewbtn_border,
  .woman__service .switchlist__item--even .skewbtn_border--back {
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto; } }

.faq .section {
  width: 760px;
  margin: 74px auto 120px; }

.faq .headlabel, .faq .brandblock__title {
  margin-bottom: 45px; }

.faq__list__item {
  border-bottom: 1px solid #dcd8d5; }

.faq__list__item__question,
.faq__list__item__answer {
  position: relative;
  padding: 25px 45px 25px 65px; }
  .faq__list__item__question:before,
  .faq__list__item__answer:before {
    display: block;
    position: absolute;
    left: 15px;
    top: 13px;
    font-family: "a-otf-futo-min-a101-pr6n", serif;
    font-weight: 400;
    font-size: 38px;
    color: #736357; }
  .faq__list__item__question p,
  .faq__list__item__answer p {
    font-size: 14px;
    line-height: 24px; }
  .faq__list__item__question ul li,
  .faq__list__item__answer ul li {
    font-size: 14px;
    line-height: 24px;
    color: #736357;
    list-style: disc outside; }
  .faq__list__item__question ul + p,
  .faq__list__item__question p + ul,
  .faq__list__item__answer ul + p,
  .faq__list__item__answer p + ul {
    margin-top: 24px; }

.faq__list__item__question {
  cursor: pointer; }
  .faq__list__item__question:after {
    content: "";
    display: block;
    width: 13px;
    height: 8px;
    background-image: url(images/smallarrow.png);
    background-size: 13px 8px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px; }
  .faq__list__item__question:before {
    content: "Q"; }
  .faq__list__item__question p {
    color: #000; }

.faq__list__item__answer {
  background-color: #f8f7f6; }
  .faq__list__item__answer:before {
    content: "A"; }
  .faq__list__item__answer p {
    color: #736357; }

.faq__list__item__drawer {
  width: auto;
  height: 0px;
  overflow: hidden;
  transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1); }

.faq__list__item__links {
  text-align: right;
  margin-top: 24px; }
  .faq__list__item__links .skewbtn_border, .faq__list__item__links .skewbtn_border--back {
    display: inline-block;
    width: auto;
    padding: 0 50px 0 18px;
    margin-left: 16px; }
    .faq__list__item__links .skewbtn_border:after, .faq__list__item__links .skewbtn_border--back:after {
      right: 20px; }

.faq__list__item.open {
  border-bottom: 1px solid #f8f7f6; }
  .faq__list__item.open .faq__list__item__question:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

@media screen and (max-width: 640px) {
  .faq .section {
    width: auto;
    margin: 60px 16px 60px; }
  .faq .headlabel, .faq .brandblock__title {
    margin-bottom: 10px; } }

.recruit__message {
  padding-bottom: 120px; }
  .recruit__message .section_head__title {
    float: right; }
  .recruit__message__banner {
    padding: 80px;
    background-color: #f1efee;
    margin-top: 120px; }

.recruit__requirements {
  border-top: 1px solid #736357;
  padding-bottom: 120px; }
  .recruit__requirements .deflist dl dd span {
    color: #736357; }

.recruit__entry .headlabel, .recruit__entry .brandblock__title {
  margin-bottom: 60px; }

.recruit__entry .inquiry_banner {
  padding: 80px 80px 150px; }
  .recruit__entry .inquiry_banner:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 40px;
    border-color: #FFF transparent transparent transparent;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -40px; }
  .recruit__entry .inquiry_banner .skewbtn, .recruit__entry .inquiry_banner .skewbtn__double__btn, .recruit__entry .inquiry_banner .skewbtn__triple__btn, .recruit__entry .inquiry_banner .skewbtn__triple__btn--wide, .recruit__entry .inquiry_banner .service__list__item__link {
    width: 268px;
    position: absolute;
    right: 45px;
    bottom: -32px; }

@media screen and (max-width: 640px) {
  .recruit__message {
    padding-bottom: 60px; }
    .recruit__message__banner {
      padding: 40px 16px;
      background-color: #f1efee;
      margin-top: 60px; }
      .recruit__message__banner .skewbtn, .recruit__message__banner .skewbtn__double__btn, .recruit__message__banner .skewbtn__triple__btn, .recruit__message__banner .skewbtn__triple__btn--wide, .recruit__message__banner .service__list__item__link {
        width: 160px; }
  .recruit__requirements {
    padding-bottom: 60px; }
  .recruit__entry .headlabel, .recruit__entry .brandblock__title {
    margin-bottom: 20px; }
  .recruit__entry .inquiry_banner {
    padding: 40px 16px 80px; }
    .recruit__entry .inquiry_banner:before {
      border-width: 20px 20px 0 20px;
      margin-left: -20px; }
  .recruit__entry .inquiry_banner__body .skewbtn, .recruit__entry .inquiry_banner__body .skewbtn__double__btn, .recruit__entry .inquiry_banner__body .skewbtn__triple__btn, .recruit__entry .inquiry_banner__body .skewbtn__triple__btn--wide, .recruit__entry .inquiry_banner__body .service__list__item__link {
    width: 212px;
    bottom: -22px;
    right: 20px; }
  .recruit__entry .inquiry_banner__info {
    padding-bottom: 20px; } }

.legal__body {
  width: 760px;
  margin: 0 auto;
  padding: 120px 0; }
  .legal__body p {
    font-size: 14px;
    line-height: 24px; }

.legal__section {
  margin: 60px 0 0 0; }

.legal__section__head {
  font-size: 14px;
  line-height: 24px;
  color: #736357;
  padding-bottom: 6px;
  border-bottom: 1px solid #dcd8d5;
  margin-bottom: 12px; }

.legal__section__body {
  padding: 0 16px 0; }
  .legal__section__body p, .legal__section__body ul {
    margin-bottom: 24px; }
  .legal__section__body ul li {
    font-size: 14px;
    line-height: 24px;
    list-style: disc outside; }
  .legal__section__body a {
    color: #736357; }

@media screen and (max-width: 640px) {
  .legal__body {
    width: auto;
    margin: 0 16px;
    padding: 60px 0; }
    .legal__body p {
      font-size: 14px;
      line-height: 24px; }
  .legal__section {
    margin: 40px 0 0 0; } }

.contact__progress {
  position: relative;
  width: 760px;
  height: 30px;
  margin: 0 auto 36px; }
  .contact__progress__block {
    box-sizing: border-box;
    width: 365px;
    height: 30px;
    background-color: #e3e0dd;
    float: left;
    position: relative;
    margin-right: 15px;
    font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    padding-left: 12px;
    color: #FFF; }
    .contact__progress__block:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 0 15px 15px;
      border-color: transparent transparent transparent #e3e0dd;
      position: absolute;
      top: 0px;
      right: -15px; }
  .contact__progress__block.current {
    background-color: #736357; }
    .contact__progress__block.current:after {
      border-color: transparent transparent transparent #736357; }

.contact__lead {
  position: relative;
  width: 760px;
  margin: 0 auto 36px;
  font-size: 14px;
  line-height: 24px; }
  .contact__lead span {
    color: #736357; }

.contact__regend {
  position: relative;
  width: 760px;
  margin: 36px auto 16px;
  font-size: 14px;
  line-height: 24px;
  text-align: center; }
  .contact__regend .required {
    display: inline-block;
    line-height: 24px;
    padding: 0 6px;
    background-color: #ef8d86;
    font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #FFF;
    margin-right: 8px; }

.contact__complete_lead {
  font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
  font-weight: 500;
  position: relative;
  width: 570px;
  margin: 80px auto 26px;
  font-size: 18px;
  line-height: 32px;
  color: #736357; }

.contact__complete_text {
  position: relative;
  width: 570px;
  margin: 0 auto 36px;
  font-size: 14px;
  line-height: 24px; }

.contact__back {
  margin: 80px auto 120px; }
  .contact__back .skewbtn, .contact__back .skewbtn__double__btn, .contact__back .skewbtn__triple__btn, .contact__back .skewbtn__triple__btn--wide, .contact__back .service__list__item__link {
    margin: 0 auto; }

.contact .form, .contact .form--confirm {
  margin-bottom: 120px; }

@media screen and (max-width: 640px) {
  .contact .pageheader__text__split {
    display: none; }
  .contact .inquiry_banner {
    padding: 40px 16px 40px; }
  .contact .form, .contact .form--confirm {
    margin-bottom: 60px; }
  .contact__progress {
    position: relative;
    width: auto;
    height: 30px;
    margin: 0 16px 36px; }
    .contact__progress__block {
      width: calc(50% - 12px);
      height: 24px;
      font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
      font-weight: 500;
      font-size: 12px;
      line-height: 24px;
      padding-left: 10px;
      margin-right: 12px; }
      .contact__progress__block:after {
        border-width: 12px 0 12px 12px;
        right: -12px; }
  .contact__lead {
    width: auto;
    margin: 0 16px 36px; }
  .contact__regend {
    display: none;
    width: auto;
    margin: 36px 16px 36px; }
  .contact__complete_lead {
    width: auto;
    margin: 50px 16px 26px;
    font-size: 18px;
    line-height: 32px; }
  .contact__complete_text {
    width: auto;
    margin: 0 16px 36px; }
  .contact__back {
    margin: 60px auto 60px; }
    .contact__back .skewbtn, .contact__back .skewbtn__double__btn, .contact__back .skewbtn__triple__btn, .contact__back .skewbtn__triple__btn--wide, .contact__back .service__list__item__link {
      margin: 0 auto; } }

.articleindex__list {
  position: relative;
  padding-bottom: 120px; }

.articleindex__list__main {
  max-height: 1664px;
  height: auto; }

.articleindex__cattab {
  position: relative;
  z-index: 10;
  padding-top: 54px;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 30px; }
  .articleindex__cattab ul {
    font-size: 0px;
    text-align: center; }
  .articleindex__cattab ul > li {
    display: inline-block;
    width: 138px;
    height: 90px; }
  .articleindex__cattab ul > li > a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-size: 102px 180px;
    background-position: center bottom;
    background-repeat: no-repeat;
    text-align: center; }
  .articleindex__cattab ul > li > a > span {
    display: inline-block;
    width: auto;
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid transparent;
    font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
    color: #a6a6a6;
    position: relative;
    top: 51px; }
  .articleindex__cattab ul > li > a.current {
    background-position: center top; }
    .articleindex__cattab ul > li > a.current > span {
      color: #736357;
      border-bottom-color: #736357; }

.articleindex__dropdown {
  width: 198px;
  height: auto;
  position: absolute;
  right: 120px;
  top: 65px;
  z-index: 11; }
  .articleindex__dropdown.open .articleindex__dropdown__list {
    display: block; }

.articleindex__dropdown__drawer {
  width: 100%;
  height: 46px;
  overflow: hidden;
  background-color: #FFF;
  transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1); }

.articleindex__dropdown__current {
  border: 3px solid #736357;
  padding: 0 36px 0 16px;
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  height: 46px;
  font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
  font-weight: 500;
  color: #736357;
  line-height: 40px;
  font-size: 14px;
  text-decoration: none; }
  .articleindex__dropdown__current:after {
    content: "";
    display: block;
    width: 13px;
    height: 8px;
    background-image: url(images/smallarrow.png);
    background-size: 13px 8px;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -4px; }

.articleindex__dropdown__list {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #F1EFEE;
  width: 100%; }
  .articleindex__dropdown__list li {
    width: 100%;
    height: 46px; }
    .articleindex__dropdown__list li a {
      box-sizing: border-box;
      display: block;
      width: 100%;
      height: 100%;
      color: #736357;
      line-height: 46px;
      font-size: 14px;
      text-decoration: none;
      padding: 0 16px; }
      .articleindex__dropdown__list li a.current {
        background-color: #736357;
        color: #FFF; }

.articleindex__loadmore {
  height: 50px; }
  .articleindex__loadmore .skewbtn_border, .articleindex__loadmore .skewbtn_border--back {
    margin: 0 auto;
    width: 180px; }
    .articleindex__loadmore .skewbtn_border:after, .articleindex__loadmore .skewbtn_border--back:after {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
  .articleindex__loadmore.loading {
    position: relative; }
    .articleindex__loadmore.loading:before {
      content: "";
      display: block;
      width: 44px;
      height: 44px;
      background-image: url(images/loading.png);
      background-size: 44px 44px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -22px 0 0 -22px;
      -webkit-animation: spin 0.3s linear infinite;
              animation: spin 0.3s linear infinite;
      transition: opacity 0.3s linear; }
    .articleindex__loadmore.loading .skewbtn_border, .articleindex__loadmore.loading .skewbtn_border--back {
      display: none; }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.works .article_list:before, .works .article_list--feature:before,
.works .article_list--feature:before {
  background-color: #593d32; }

.works .pageheader__text__subt {
  display: none; }

.works .articleindex__cattab {
  padding: 40px 94px 0; }
  .works .articleindex__cattab ul {
    text-align: left; }
  .works .articleindex__cattab ul > li {
    vertical-align: top;
    height: 106px; }
  .works .articleindex__cattab ul > li > a {
    height: 90px; }
  .works .articleindex__cattab ul > li > a > span {
    line-height: 16px;
    height: 45px;
    top: 61px; }

@media screen and (max-width: 640px) {
  .magazine .pageheader__text__split,
  .works .pageheader__text__split {
    display: none; }
  .magazine .pageheader__text__subt,
  .works .pageheader__text__subt {
    display: block; }
  .magazine .articleindex__cattab,
  .works .articleindex__cattab {
    padding: 20px 0 0;
    margin-bottom: 20px;
    border-bottom: none; }
    .magazine .articleindex__cattab:after,
    .works .articleindex__cattab:after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background-color: #bfbfbf;
      position: absolute;
      left: 0px;
      bottom: 10px;
      z-index: 0; }
    .magazine .articleindex__cattab ul,
    .works .articleindex__cattab ul {
      font-size: 0px;
      text-align: center;
      white-space: nowrap;
      height: 65px; }
    .magazine .articleindex__cattab ul > li,
    .works .articleindex__cattab ul > li {
      position: relative;
      width: 110px;
      height: 65px;
      z-index: 2; }
      .magazine .articleindex__cattab ul > li:before,
      .works .articleindex__cattab ul > li:before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: #bfbfbf;
        position: absolute;
        left: 0px;
        bottom: 0px; }
    .magazine .articleindex__cattab ul > li > a,
    .works .articleindex__cattab ul > li > a {
      height: 60px;
      background-size: 68px 120px; }
    .magazine .articleindex__cattab ul > li > a > span,
    .works .articleindex__cattab ul > li > a > span {
      height: 20px;
      line-height: 20px;
      padding-bottom: 4px;
      font-size: 12px;
      top: 40px;
      width: 100%;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      z-index: 3; }
  .magazine .articleindex__cattab__viewport,
  .works .articleindex__cattab__viewport {
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 1; }
  .magazine .articleindex__list,
  .works .articleindex__list {
    padding-bottom: 60px; }
  .magazine .articleindex__list__main,
  .works .articleindex__list__main {
    max-height: auto !important;
    max-height: initial !important;
    height: auto;
    white-space: normal;
    margin-bottom: 40px; }
    .magazine .articleindex__list__main .article_list__block, .magazine .articleindex__list__main .article_list__block--works,
    .works .articleindex__list__main .article_list__block,
    .works .articleindex__list__main .article_list__block--works {
      display: block;
      width: 100% !important;
      margin: 0 0 30px 0; }
      .magazine .articleindex__list__main .article_list__block:before, .magazine .articleindex__list__main .article_list__block--works:before,
      .works .articleindex__list__main .article_list__block:before,
      .works .articleindex__list__main .article_list__block--works:before {
        border: 0px;
        padding-top: 38.4%;
        height: 0px; }
      .magazine .articleindex__list__main .article_list__block .article_list__block__content, .magazine .articleindex__list__main .article_list__block--works .article_list__block__content,
      .works .articleindex__list__main .article_list__block .article_list__block__content,
      .works .articleindex__list__main .article_list__block--works .article_list__block__content {
        margin: 0 auto;
        width: calc(100% - 32px); }
      .magazine .articleindex__list__main .article_list__block .wipemask__fill, .magazine .articleindex__list__main .article_list__block--works .wipemask__fill,
      .works .articleindex__list__main .article_list__block .wipemask__fill,
      .works .articleindex__list__main .article_list__block--works .wipemask__fill {
        transition-delay: 0.3s !important; }
        .magazine .articleindex__list__main .article_list__block .wipemask__fill:before, .magazine .articleindex__list__main .article_list__block--works .wipemask__fill:before,
        .works .articleindex__list__main .article_list__block .wipemask__fill:before,
        .works .articleindex__list__main .article_list__block--works .wipemask__fill:before {
          transition-delay: 0.0s !important; }
  .magazine .articleindex__dropdown,
  .works .articleindex__dropdown {
    width: calc(100% - 64px);
    position: relative;
    right: auto;
    top: auto;
    z-index: 11;
    margin: 0px auto 20px; }
  .magazine .articleindex__loadmore,
  .works .articleindex__loadmore {
    height: 44px; }
  .works .articleindex__cattab {
    margin-bottom: 10px; }
    .works .articleindex__cattab:after {
      bottom: 0px; }
    .works .articleindex__cattab ul {
      height: 68px; }
    .works .articleindex__cattab ul > li {
      height: 78px; }
    .works .articleindex__cattab ul > li > a > span {
      line-height: 16px;
      height: 32px;
      top: 41px; } }

.articlesingle__related {
  border-top: 1px solid #736357;
  padding-bottom: 70px; }

.articlesingle__article {
  width: 1040px;
  margin: 0 auto;
  padding-top: 60px; }

.articlesingle__article__head {
  position: relative;
  padding: 56px 0 16px;
  border-bottom: 1px solid #736357;
  margin-bottom: 30px; }
  .articlesingle__article__head__title {
    font-family: "a-otf-futo-min-a101-pr6n", serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 48px;
    color: #000; }
  .articlesingle__article__head__date {
    display: block;
    font-size: 14px;
    color: #736357;
    position: absolute;
    left: 0px;
    top: 28px; }
  .articlesingle__article__head__cat {
    width: auto;
    height: 42px;
    position: absolute;
    top: 0px;
    right: 0px;
    font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 42px;
    color: #736357;
    text-align: center;
    padding: 0 24px 0 16px; }
    .articlesingle__article__head__cat span {
      position: relative;
      z-index: 1; }
    .articlesingle__article__head__cat:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0px;
      top: 0px;
      z-index: 0;
      -webkit-transform: skewX(-25deg);
          -ms-transform: skewX(-25deg);
              transform: skewX(-25deg);
      background-color: #f1efee; }
    .articlesingle__article__head__cat:before {
      content: "";
      display: inline-block;
      width: 38px;
      height: 38px;
      background-size: 38px 38px;
      background-repeat: no-repeat;
      position: relative;
      margin-right: 2px;
      top: -1px;
      z-index: 1;
      vertical-align: middle; }
    .articlesingle__article__head__cat[data-cat="today"]:before {
      background-image: url(images/caticon_1_tan.png); }
    .articlesingle__article__head__cat[data-cat="craftsman"]:before {
      background-image: url(images/caticon_2_tan.png); }
    .articlesingle__article__head__cat[data-cat="services"]:before {
      background-image: url(images/caticon_3_tan.png); }
    .articlesingle__article__head__cat[data-cat="media"]:before {
      background-image: url(images/caticon_4_tan.png); }
    .articlesingle__article__head__cat[data-cat="works"]:before {
      background-image: url(images/caticon_5_tan.png); }
    .articlesingle__article__head__cat[data-cat="classic"]:before {
      background-image: url(images/caticon_6_tan.png); }
    .articlesingle__article__head__cat[data-cat="coating"]:before {
      background-image: url(images/caticon_7_tan.png); }
    .articlesingle__article__head__cat[data-cat="interior"]:before {
      background-image: url(images/caticon_8_tan.png); }
    .articlesingle__article__head__cat[data-cat="repair"]:before {
      background-image: url(images/caticon_9_tan.png); }
    .articlesingle__article__head__cat[data-cat="supercar"]:before {
      background-image: url(images/caticon_10_tan.png); }

.articlesingle__article__body {
  width: 760px;
  height: auto;
  position: relative;
  margin: 0 auto;
  font-size: 14px;
  line-height: 24px; }
  .articlesingle__article__body p, .articlesingle__article__body ul, .articlesingle__article__body ol, .articlesingle__article__body blockquote, .articlesingle__article__body .videoembed {
    margin: 24px 0; }
  .articlesingle__article__body strong {
    font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
    font-weight: 500; }
  .articlesingle__article__body em {
    font-style: italic; }
  .articlesingle__article__body ol, .articlesingle__article__body ul {
    margin-left: 1.5em; }
  .articlesingle__article__body ol {
    list-style: decimal outside; }
  .articlesingle__article__body ul {
    list-style: disc outside; }
  .articlesingle__article__body blockquote {
    background-color: #FCFAF9;
    padding: 18px 36px;
    color: #736357; }
  .articlesingle__article__body img {
    max-width: 100%;
    width: auto;
    height: auto; }
  .articlesingle__article__body img.aligncenter {
    display: block; }
  .articlesingle__article__body img.alignleft,
  .articlesingle__article__body img.alignright {
    display: block; }
  .articlesingle__article__body .videoembed {
    width: 100%;
    height: 0px;
    padding-top: 66.4474%;
    position: relative; }
    .articlesingle__article__body .videoembed iframe {
      display: block;
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%; }
  .articlesingle__article__body hr {
    border: 0px;
    width: 33%;
    height: 1px;
    background-color: #b7b1ab;
    margin: 36px auto; }
  .articlesingle__article__body a {
    color: #736357; }
  .articlesingle__article__body .headlabel, .articlesingle__article__body .brandblock__title {
    margin-top: 60px; }
    .articlesingle__article__body .headlabel.before, .articlesingle__article__body .before.brandblock__title {
      color: #736357; }
      .articlesingle__article__body .headlabel.before:after, .articlesingle__article__body .before.brandblock__title:after {
        background-color: #736357; }
    .articlesingle__article__body .headlabel.after, .articlesingle__article__body .after.brandblock__title {
      color: #593d32; }
      .articlesingle__article__body .headlabel.after:after, .articlesingle__article__body .after.brandblock__title:after {
        background-color: #593d32; }
  .articlesingle__article__body .videoembed.works_video {
    margin-top: 60px; }

.articlesingle__article__worksgallery {
  width: 100%;
  height: auto; }

.articlesingle__article__worksgallery__screen {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 66.5385%;
  background-color: #f8f7f6; }
  .articlesingle__article__worksgallery__screen:before {
    content: "";
    width: 44px;
    height: 44px;
    background-image: url(images/loading.png);
    background-size: 44px 44px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -22px;
    -webkit-animation: spin 0.3s linear infinite;
            animation: spin 0.3s linear infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity .5s linear; }
  .articlesingle__article__worksgallery__screen > div {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    transition: opacity .4s linear .6s; }
  .articlesingle__article__worksgallery__screen.loading:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition-duration: 0s; }
  .articlesingle__article__worksgallery__screen.loading > div {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition-duration: 0s;
    transition-delay: 0s; }

.articlesingle__article__worksgallery__thumbs {
  position: relative;
  width: 100%;
  height: 110px;
  margin-top: 30px; }
  .articlesingle__article__worksgallery__thumbs__prev, .articlesingle__article__worksgallery__thumbs__next {
    display: block;
    width: 48px;
    height: 55px;
    position: absolute;
    top: 41px;
    background-image: url(/images/arrow_tan.png);
    background-size: 16px 26px;
    background-repeat: no-repeat;
    background-position: center; }
  .articlesingle__article__worksgallery__thumbs__prev {
    left: -48px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    display: none; }
  .articlesingle__article__worksgallery__thumbs__next {
    right: -48px; }

.articlesingle__article__worksgallery__list {
  width: 100%;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  font-size: 0px; }

.articlesingle__article__worksgallery__list__before,
.articlesingle__article__worksgallery__list__after {
  position: relative;
  display: inline-block;
  width: auto;
  height: 96px; }
  .articlesingle__article__worksgallery__list__before ul,
  .articlesingle__article__worksgallery__list__after ul {
    position: relative;
    z-index: 0;
    font-size: 0px;
    white-space: nowrap; }
    .articlesingle__article__worksgallery__list__before ul:after,
    .articlesingle__article__worksgallery__list__after ul:after {
      content: "";
      display: block;
      width: 0px;
      height: 0px;
      float: none;
      clear: both;
      visibility: hidden; }
  .articlesingle__article__worksgallery__list__before ul li,
  .articlesingle__article__worksgallery__list__after ul li {
    display: inline-block;
    position: relative;
    padding-top: 41px;
    width: 83px;
    height: 55px;
    margin-right: 1px; }
    .articlesingle__article__worksgallery__list__before ul li:before,
    .articlesingle__article__worksgallery__list__after ul li:before {
      content: "";
      display: block;
      width: 84px;
      height: 30px;
      position: absolute;
      top: 0px;
      left: 0px; }
  .articlesingle__article__worksgallery__list__before ul li a,
  .articlesingle__article__worksgallery__list__after ul li a {
    display: block;
    width: 83px;
    height: 55px;
    background-color: #f8f7f6;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .articlesingle__article__worksgallery__list__before ul li:last-of-type:before,
  .articlesingle__article__worksgallery__list__after ul li:last-of-type:before {
    width: 69px; }
  .articlesingle__article__worksgallery__list__before ul li:last-of-type:after,
  .articlesingle__article__worksgallery__list__after ul li:last-of-type:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    position: absolute;
    top: 0px;
    right: 0px; }

.articlesingle__article__worksgallery__list__before ul li:before {
  background-color: #736357; }

.articlesingle__article__worksgallery__list__before ul li:last-of-type:after {
  border-color: transparent transparent transparent #736357; }

.articlesingle__article__worksgallery__list__after ul li:before {
  background-color: #593d32; }

.articlesingle__article__worksgallery__list__after ul li:last-of-type:after {
  border-color: transparent transparent transparent #593d32; }

.articlesingle__article__worksgallery__list__label {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 15px;
  font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #FFF; }

.articlesingle__back {
  margin: 60px 0 120px; }
  .articlesingle__back .skewbtn_border--back, .articlesingle__back .skewbtn_border {
    margin: 0 auto; }

.magazine.articlesingle .header__nav__item--magazine a:after {
  background-color: #736357 !important; }

.works.articlesingle .header__nav__item--works a:after {
  background-color: #736357 !important; }

@media screen and (max-width: 640px) {
  .articlesingle__article {
    width: auto;
    margin: 0 16px;
    padding-top: 0px; }
  .articlesingle__article__head {
    padding: 72px 0 12px; }
    .articlesingle__article__head__title {
      font-size: 22px;
      line-height: 32px; }
    .articlesingle__article__head__date {
      left: 0px;
      top: 54px; }
    .articlesingle__article__head__cat {
      right: auto;
      top: auto;
      bottom: auto;
      top: -4px;
      left: auto;
      right: 4px;
      white-space: nowrap;
      font-size: 12px;
      height: 38px;
      padding: 0 18px 0 8px; }
      .articlesingle__article__head__cat:before {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        top: -3px; }
      .articlesingle__article__head__cat span {
        top: -2px; }
  .articlesingle__article__body {
    width: auto;
    margin: 0 auto; }
    .articlesingle__article__body blockquote {
      padding: 12px 24px; }
    .articlesingle__article__body img.aligncenter {
      width: 100%;
      height: auto;
      display: block; }
    .articlesingle__article__body img.alignleft,
    .articlesingle__article__body img.alignright {
      max-width: 50%;
      height: auto;
      display: block; }
    .articlesingle__article__body hr {
      margin: 24px auto; }
    .articlesingle__article__body .headlabel, .articlesingle__article__body .brandblock__title {
      margin-top: 40px; }
      .articlesingle__article__body .headlabel:first-of-type, .articlesingle__article__body .brandblock__title:first-of-type {
        margin-top: 30px; }
    .articlesingle__article__body .headlabel + p, .articlesingle__article__body .brandblock__title + p {
      margin-top: 10px; }
    .articlesingle__article__body .videoembed.works_video {
      margin-top: 60px; }
  .articlesingle__back {
    margin: 60px 0 60px; }
  .articlesingle__article__worksgallery__thumbs {
    width: calc(100% + 32px);
    height: 110px;
    margin-top: 10px;
    margin-left: -16px; }
    .articlesingle__article__worksgallery__thumbs__prev, .articlesingle__article__worksgallery__thumbs__next {
      display: none !important; }
  .articlesingle__article__worksgallery__list__before {
    padding-left: 16px; }
    .articlesingle__article__worksgallery__list__before .articlesingle__article__worksgallery__list__label {
      left: 30px; }
  .articlesingle__article__worksgallery__list__after {
    padding-right: 16px; } }
