@charset "utf-8";


@font-face {
  font-family: "kendrick";
  src: url("../font/neuehanskendrick-light.woff2") format('woff2');
}
@font-face {
    font-family: 'kendrick-bold';
    src: url('../font/neuehanskendrick-medium.woff2') format('woff2');
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

html {
  font-size: 62.5%;
  /*10px*/
  line-height: inherit;
}

*:focus {
  outline: none;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans CJK JP", "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  margin: 0;
  letter-spacing: 0.09rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  line-height: 1.7;
  font-size: 130%;
  /*1em=14px=140%*/
  /*1em=13px=130%*/
  /*0.8em=10.4px*/
  /*0.7em=9px*/ }
  @media screen and (max-width: 1023px) {
    body {
      font-size: 120%; }
}
  @media screen and (max-width: 768px) {
    body {
      font-size: 110%; }
}
  @media screen and (max-width: 474px) {
    body {
      font-size: 100%; }
}
.wrap {
  overflow: hidden;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
a {
  text-decoration: none;
}
ul  {
	list-style:none;
}
.sp-db {
  display: none;
}
.pc-db {
  display: block;
}
@media screen and (max-width: 1023px){
  .sp-db {
    display: block;
  }
  .pc-db {
    display: none;
  }
}

.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb45 {
	margin-bottom: 45px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb90 {
	margin-bottom: 90px;
}
.mb100 {
	margin-bottom: 100px;
}
.mb110 {
	margin-bottom: 110px;
}
.mb120 {
	margin-bottom: 120px;
}
.mb130 {
	margin-bottom: 130px;
}
.mb140 {
	margin-bottom: 140px;
}
.mb150 {
	margin-bottom: 150px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt35 {
	margin-top: 35px;
}
.mt45 {
	margin-top: 45px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt70 {
	margin-top: 70px;
}
.mt80 {
	margin-top: 80px;
}

header {
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  font-family: "kendrick";
  padding: 15px 0;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
}
header .headerInner {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
header h1.logo {
  display: inline-block;
  margin: 0 0 0 35px;
}
header h1.logo a {
  transition: 0.2s;
}
header h1.logo a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition: 0.2s;
}
header h1.logo img {
  width: 130px;
}
header nav {
  float: right;
}
header nav ul {
  margin-bottom: 0;
}
header nav ul li {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  color: #767475;
}
header nav ul li:last-child {
  margin-right: 35px;
}
@media screen and (max-width: 1023px){
  header nav ul li {
    margin-right: 10px;
  }
  header nav ul li:last-child {
    margin-right: 5px;
  }
}
header nav ul li a {
  color: #767475;
}
header nav ul li a:hover {
  border-bottom: 1px solid #b39b70;
}
header nav ul li.drop-menu {
  position: relative;
  margin-right: 35px;
}

.drop-menu:before {
    top: calc(50% - 4px);
    right: -10px;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    position: absolute;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 2;
}
.drop-menu .drop-menu-inner {
  position: absolute;
  z-index: 9999;
  width: auto;
  top: 38px;
  left: -10px;
  padding: 0.5em 1em 1em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  background: rgba(255,255,255,0.8);
  -moz-transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
  -o-transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
  -webkit-transition: opacity 0s linear,visibility 0s linear,z-index 0s linear;
  -webkit-transition-delay: .3s,.3s,.3s;
  transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
}
.drop-menu:hover .drop-menu-inner {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    -moz-transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
    -o-transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
    -webkit-transition: opacity 0s linear,visibility 0s linear,z-index 0s linear;
    -webkit-transition-delay: .3s,.3s,.3s;
    transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
}
.drop-menu-inner li {
  margin-bottom: 15px;
  margin-right: 0;
  font-size: 0.9em;
  display: block;
  width: 100%;
}
.drop-menu-inner li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.barba-container {
  margin-top: 54px;
}

section.main-banner {
  max-width: 1600px;
  margin: 0 auto 120px;
  width: 100%;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1023px){
  section.main-banner {
    margin: 0 auto 80px;
  }
}
section .slider-text {
  position: absolute;
  width: 98%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 1px 2px 3px #616161;
}
section .slider-text .little {
  font-size: 1.2em;
}

section.block {
  max-width: 1000px;
  margin: 0 auto 120px;
  width: 100%;
}
@media screen and (max-width: 1023px){
  section.block {
    width: 96%;
  }
}
.sp-left {
  font-size: 1.3em;
}
h2.title {
  font-family: "kendrick";
  text-align: center;
  font-size: 3em;
  letter-spacing: 0.4rem;
  margin-bottom: 30px;
}

section.philosophy {
  color: #333;
  text-align: center;
}
.philosophyText01 {
  font-size: 2em;
  letter-spacing: 0.5rem;
  font-weight: 600;
}
section.philosophy .little {
  font-size: 1.2em;
}

section .companyInner {
  background-image: url(../images/access_bg.jpg);
  background-position-x: 25%;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3%;
}
section .companyText {
  width: 50%;
  margin-left: auto;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  padding: 1em 3em;
}
section .companyText .table {
  display: table;
  font-size: 1.2em;
}
section .companyText dl {
  display: table-row;
}
section .companyText dt {
  display: table-cell;
  width: 25%;
}
section .companyText dd {
  display: table-cell;
  width: 70%;
  padding-bottom: 20px;
  padding-left: 5%;
}
section .accessText {
  width: 70%;
  margin: 20px auto 0;
}

section.management .little {
  font-size: 0.9em;
}
.management-list li {
  margin-bottom: 60px;
  font-size: 1.2em;
}
.management-list li .list_disc {
  list-style: disc;
  padding-left: 20px;
}
.management-list li .list_disc li {
  margin-bottom: 30px;
  font-size: 0.9em;
}
.management-list h3 {
  font-weight: bold;
}
section.apparel {
  text-align: center;
}
section.apparel a {
  color: #333;
  font-size: 0.8em;
  transition: 0.2s;
}
section.apparel a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition: 0.2s;
}
section.apparel h3 {
  margin: 15px 0;
  font-family: "kendrick";
  font-size: 2em;
}
section.apparel li p {
  font-size: 1.3em;
}


section.health {
  text-align: center;
}
section.health a {
  transition: 0.2s;
}
section.health a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition: 0.2s;
}
section.health .little {
  font-size: 0.8rem;
  line-height: 1.5rem;
}
section.news dt {
  float: left;
  padding: 1.1em 0;
}
section.news dd {
  padding: 1.1em 0 1.1em 7em;
  border-bottom: 3px dotted #ddd;
}

footer {
  text-align: center;
  margin-bottom: 20px;
}
footer .footer_icon li {
  display: inline-block;
  margin: 0 5px;
  font-size: 30px;
}
footer .footer_icon li.sp-db {
  display: none;
}
footer a {
  color: #000;
  transition: 0.2s;
}
footer a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition: 0.2s;
}
footer .footer_icon .footer_icon_img img {
    width: 30px;
    vertical-align: text-top;
    padding-top: 5px;
}
footer .footer_logo {
    text-align: center;
    display: inline-block;
    margin: 15px 0;
}
footer .footer_logo img {
    width: 130px;
}
footer small {
  display: block;
}

#pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}
#pageTop a {
    display: block;
    z-index: 999;
    padding: 2px 7px 0 8px;
    font-size: 1.5em;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.wrapper.active {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

#sp-sidenav {
  position: fixed;
  z-index: 10;
  top: 47px;
  height: 100%;
  left: 0;
  background: #fff;
  color: #333;
  text-align: left;
  padding: 3%;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: all 0.3s;
  width: 65%;
}
#sp-sidenav.active {
  transform: translateX(0%);
}
#sp-sidenav .sidenav-inner {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#sp-sidenav .sidenav-inner .side-nav li {
  margin-bottom: 15px;
}
#sp-sidenav .sidenav-inner .side-nav li:last-child {
  margin-bottom: 0;
}
#sp-sidenav .sidenav-inner .side-nav {
  font-size: 1.6em;
  margin: 15px 0 30px;
  font-family: "kendrick";
}
#sp-sidenav .sidenav-inner .side-nav li a {
  color: #333;
}
#sp-sidenav .side-sns {
  text-align: center;
  font-size: 30px;
}
#sp-sidenav .side-sns a {
  color: #000;
}
#sp-sidenav .side-sns .footer_icon_img img {
  width: 29px;
  vertical-align: baseline;
  padding-top: 10px;
}
header #menu_icon {
  display: none;
}
#sp-sidenav .acd .side-acd {
  display: none;
  padding-left: 10px;
  padding-top: 10px;
  font-size: 0.9em;
}
#sp-sidenav .acd .side-acd li {
  margin-bottom: 10px;
}
#sp-sidenav .acd .side-acd li:last-child {
  margin-bottom: 0;
}
#sp-sidenav .acd span {
  position: relative;
  display: block;
  color: #333;
}
#sp-sidenav .acd span:after, #sp-sidenav .acd span:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 10px;
  height: 1px;
  background: #333;
}
#sp-sidenav .acd span:after{
  transform: rotate(90deg);
  transition: 0.2s;
}
#sp-sidenav .acd span.slide:after{
  transform: rotate(0deg);
  transition: 0.2s;
}





.key-visual {
  position: relative;
  max-width: 1600px;
  height: 360px;
  background-size: cover;
  background-position: center;
  margin: 0 auto 120px;
}
.key-visual h2 {
  position: absolute;
  font-family: "kendrick";
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 5em;
  color: #fff;
  padding: 0 30px;
}
.bg-about {
  background-image: url(../images/bg/key-v-about.jpg);
}
.bg-brand-donoban {
  background-image: url(../images/bg/key-v-brand-donoban.jpg);
}
.bg-brand-stylise {
  background-image: url(../images/bg/key-v-brand-stylise.jpg);
}
.bg-business {
  background-image: url(../images/bg/key-v-business.jpg);
}
.bg-oem {
  background-image: url(../images/bg/key-v-oem.jpg);
}
.bg-contact {
  background-image: url(../images/bg/key-v-contact.jpg);
}
.bg-list {
  background-image: url(../images/bg/key-v-list.jpg);
}
.key-visual-fixed {
  margin: 0 auto 120px;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  height: 600px;
}
.bg-brand-donoban02 {
  background-image: url(../images/bg/key-v-brand-donoban02.jpg);
}
.brand-concept {
  text-align: center;
}
.brand-concept img {
  width: 40%;
  margin-bottom: 3rem;
}
.brand-slider-block {
  max-width: 1000px;
  margin: 0 auto 80px;
  width: 100%;
}
.bnt-block {
  background: #f0f0f0;
  border-radius: 10px;
  padding: 2em;
}
.bnt-block a {
  display: block;
}
.bnt-block a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition: 0.2s;
}
.bnt-block .flex_list {
	display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.bnt-block .flex_list li {
	width: 15%;
	text-align: center;
	margin-right: 6.25%;
	margin-bottom: 1em;
  text-align: center;
}
.bnt-block .flex_list li:nth-child(5n) {
  margin-right: 0;
}
.bnt-block .flex_list li:nth-child(n+6) {
  margin-bottom: 0;
}
.bnt-block .flex_list li a {
  border-radius: 25px;
  font-family: "kendrick";
  padding: 0.7em;
}
.bnt-block .flex_list li.nothing {
  border-radius: 25px;
  background: #C4C4C4;
  color: #fff;
  font-family: "kendrick";
  padding: 0.7em;
}
.c_black a {
  background: #202020;
  color: #fff;
}
.c_line a {
  background: #1DC611;
  color: #fff;
}
.c_twtr a {
  background: #1DA1F2;
  color: #fff;
}
.c_insta a {
  background: -moz-linear-gradient(left, #eda14d, #826dd4 30%, #b65cac 60%, #f23f79);
  background: -webkit-linear-gradient(left, #eda14d, #826dd4 30%, #b65cac 60%, #f23f79);
  background: linear-gradient(to right, #eda14d, #826dd4 30%, #b65cac 60%, #f23f79);
  color: #fff;
}
.c_red a {
  background: #BE0101;
  color: #fff;
}
.c_white a {
  background: #fff;
  color: #BE0101;
}
.c_youtube a {
  background: #fff;
  color: #333;
}
.two_column li {
  width: 48%;
  text-align: left;
  font-size: 0.9em;
}
.two_column li.fltlft {
  float: left;
  margin-right: 4%;
}
.two_column li.fltrt {
  float: right;
}
.two_column li p {
  font-size: 1.4em;
}
section.instagram h2 + div {
    margin-bottom: 35px;
}
section.instagram #instagram a {
    text-decoration: none;
    line-height: 0;
    overflow: hidden;
    display: block;
    width: 100%;
}
section.instagram #instagram img {
    line-height: 1;
    max-width: none;
    width: 16.6666666%;
    margin-top: -0.5px;
}
section.instagram #instagram-s a {
    text-decoration: none;
    line-height: 0;
    overflow: hidden;
    display: block;
    width: 100%;
}
section.instagram #instagram-s img {
    line-height: 1;
    max-width: none;
    width: 16.6666666%;
    margin-top: -0.5px;
}
section.instagram h2 span {
  display: block;
  text-align: center;
  font-size: 0.4em;
  letter-spacing: 3px;
}
.btn {
    margin: 10px auto;
    text-align: center;
}
.btn a {
    color: #333;
    border: 1px solid #969494;
    font-family: "kendrick";
    padding: 10px;
    transition: 0.2s;
}
.btn a:hover {
    color: #fff;
    border: 1px solid #333;
    background: #333;
    transition: 0.2s;
}
.health .btn {
  margin: 35px auto 10px;
  font-size: 1.2em;
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.ec-shop-official {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.ec-shop li img {
  padding: 3%;
}
.store-info li {
  float: left;
}
.store-info li:first-child {
  width: 50%;
  margin-right: 5%;
}
.store-info li:last-child {
  float: right;
  width: 45%;
  padding: 1%;
}
.store-info li p {
  margin-bottom: 1em;
}


.business h3 {
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 10px;
}
.business-text {
  font-size: 1.3em;
  text-align: left;
  margin-bottom: 50px;
}
.service-parts li {
  margin: 0 auto 70px auto;
  padding: 30px;
  background: #f1f1f1f1;
  border-radius: 10px;
}
.service-parts li h4 {
  font-size: 2em;
  margin-bottom: 10px;
}
.business-right {
  display: table-cell;
  width: 30%;
}
.business-right li {
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
}
.business-left {
  display: table-cell;
  vertical-align: top;
  width: 67%;
  padding-left: 3%;
  font-size: 1.3em;
}
.business-left .store-info {
  margin-bottom: 8px;
}
.business-left .store-info:first-child {
  margin-top: 20px;
}
.business-left .btn {
  margin-top: 35px;
}
.business-left .oem-process li {
  margin-bottom: 40px;
  padding: 0;
}
.business-left .oem-process li h3 {
  text-align: left;
}
.business-left .oem-process li:last-child {
  margin-bottom: 0;
}


[type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea {
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 3px 5px;
}
#formarea dt {
  margin-bottom: 15px;
}
#formarea dd {
  margin-bottom: 30px;
}
.contact .toptext {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 30px;
}
.contact .toptext span {
  font-size: 0.75em;
  text-align: left;
  display: inline-block;
  font-weight: normal;
  margin-top: 5px;
}
.contact .attention {
  color: #E73656;
  margin-bottom: 30px;
  font-size: 0.9em;
}
.contact form {
  font-size: 1.2em;
}
.contact .mbspace {
  margin-bottom: 8px;
  display: inline-block;
}
.contact label {
  cursor: pointer;
}
.contact_name input {
  width: 20%;
}
.contact div {
  margin-bottom: 40px;
}
.contact_mail input, .contact_number input, .contact_address input {
  width: 60%;
}
.contact_text textarea {
  width: 100%;
}
.send_bnt {
  background: #ebebeb;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  color: #3c3c3c;
  padding: 0.8em 1.6em 0.6em;
  box-shadow: 0 0 2px #b2b2b2;
  cursor: pointer;
}
.back_bnt {
  background: #ebebeb;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  color: #3c3c3c;
  padding: 0.8em 1.6em 0.6em;
  box-shadow: 0 0 2px #b2b2b2;
  cursor: pointer;
}
.privacy_box {
  border: 1px solid #ddd;
  padding: 2rem;
  font-size: 1.2em;
  margin: 0 auto;
  overflow-y: scroll;
  height: 50rem;
}
.privacy_box h2 {
  font-weight: bold;
  margin-bottom: 10px;
}
.privacy_box p {
  font-size: 0.85em;
}
.privacy_box ul {
  margin: 30px auto;
  width: 95%;
}
.privacy_box li {
  margin-bottom: 30px;
}
.privacy_box li:last-child {
  margin-bottom: 0;
}
.privacy_box li h3 {
  font-weight: bold;
}

.oem_business h3 {
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 10px;
}
.works_list ul {
	display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.works_list ul li {
	width: 32%;
	text-align: center;
	margin-right: 2%;
	margin-bottom: 2%;
  overflow: hidden;
}
.works_list ul li:nth-child(3n) {
  margin-right: 0;
}
.works_list ul li img {
	transition: 0.5s;
}
.works_list ul li:hover img {
	transition: 0.5s;
  transform:scale(1.05,1.05);
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.oem_list_inner {
  padding: 3%;
}
.oem_list_inner h3 {
  font-size: 1.4em;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #cdcaca;
}
.oem_list_inner .main-image {
  width: 40%;
  float: left;
}
.oem_list_inner .main-image li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
}
.oem_list_inner .main-image li:nth-child(2n) {
  margin-right: 0;
}
.oem_list_inner .detail {
  font-size: 1.2em;
  float: right;
  width: 55%;
  margin-bottom: 20px;
}
.oem_list_inner .detail h4 {
  font-size: 1.8em;
  font-family: "kendrick";
  margin-bottom: 20px;
}
.oem_list_inner .detail p {
  margin-bottom: 30px;
}
.oem_list_inner .detail .bnt {
  text-align: center;
  margin-bottom: 20px;
}
.oem_list_inner .detail .bnt a {
  color: #333;
  border: 1px solid #969494;
  font-family: "kendrick";
  padding: 0.5em 1em;
  transition: 0.2s;
}
.oem_list_inner .detail .bnt a:hover {
  color: #fff;
  border: 1px solid #333;
  background: #333;
  transition: 0.2s;
}

h3.dealer_title {
  text-align: center;
  font-size: 2.5em;
  font-style: italic;
}
.dealer_title span.neweralogo {
  display: inline-block;
  padding-left: 80px;
  position: relative;
}
.dealer_title span.neweralogo:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 70px;/*画像の幅*/
  height: 70px;/*画像の高さ*/
  background-image: url(http://donoban.com/assets/images/newera-minilogo.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.partners-list > li {
  margin-bottom: 40px;
}
.partners-list h4 {
  float: left;
  width: 10%;
}
.partners-list-right {
  float: right;
  width: 87%;
}
.partners_list_table {
  display: table;
  table-layout: fixed;
  width: 100%;
  width: -moz-available;          /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 0.85em;
}
.partners_detail {
  display: table-row;
}
.partners_detail a {
  color: #333;
  font-weight: bold;
}
.partners_detail a:hover {
  text-decoration: underline;
}
.partners_detail li {
  display: table-cell;
  word-break: break-all;
  vertical-align: top;
  padding-left: 10px;
}
.partners_detail li:first-child {
  width: 27%;
  padding-left: 0;
  font-weight: bold;
}
.partners_detail li:last-child {
  width: 12%;
}
/*testのcss、検討中*/
.oem_list_inner .oem_slider {
  width: 65%;
  margin: 0 auto 2em;
}
.oem_slider img{
    height: auto;
    width: 100%;
}
/*slick setting*/
.oem_slider .slick-prev:before,
.oem_slider .slick-next:before {
    color: #000;
}


/*フェードイン*/
/*1.フェードインアニメーションの指定*/
.scrollanime {opacity: 0;} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
    }
    100% {
    opacity: 1;
    transform: translate(0);
    }
}

/*2.上下の動きを指定*/
.updown {transform: translateY(-100px);}
.downup {transform: translateY(100px);}

/*3.左右の動きを指定*/
.sect02{overflow: hidden;} /*横スクロールバーを隠す*/
.slide-right {transform: translateX(200px);}
.slide-left {transform: translateX(-200px);}



/*slick slider zoom animation*/
.slide-animation{
    animation: fadezoom 13s 0s linear forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}



#video .video-part {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
#video .video-part iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}




#barba-wrapper {
    overflow: hidden;
}

.barba-container {
    transition: 1s;
}

.is-transition-start .barba-container {
    opacity: 0;
    /*transform: translate3d(100px,0,0);
    filter: blur(15px);*/
    transition: 1s;
}
