@charset "UTF-8";

/*====================================================================

  =Global Layout

====================================================================*/

html {
  /* font-family: aktiv-grotesk,source-han-sans-japanese, sans-serif; */
  font-family: indivisible,source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  color: #D6D6D6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased !important;
}
@media only screen and (min-width: 1680px){
  html {
    font-size: 12px;
  }
}

body{
  background: #1A1A1A;
  width: 100%;
  font-size: 1.6rem;
  font-feature-settings: 'palt' 1;
  letter-spacing:.06em;
  line-height: 1.6;
}
@media only screen and ( max-width:1024px) {
  body{
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px){
  body {
    min-width: 320px;
  }
}
/* termina*/
.f-ty01{
  font-family: termina, sans-serif;
}


/*====================================================================

  =Common Layout

====================================================================*

/* ------------------------------------------
 =Frame Format
---------------------------------------------*/
#wrapper {
  width: 100%;
  position: relative;
}
.inner {
  max-width: 134rem;
  margin: 0px auto;
  padding: 0 7rem;
}
.inner-w {
  max-width: 164rem;
  margin: 0px auto;
  padding: 0 7rem;
  position: relative;
}
.wrap {
  padding: 14rem 0;
}
/* .main-header{
} */
.main-body{
  padding: 10rem 0 14rem;
  position: relative;
}
#p-blog.main-body{
  padding: 0 0 14rem;
}
#p-blog-single.main-body{
  padding: 12rem 0 14rem;
}
.content-row{
  display: flex;
  column-gap: 6rem;
}
#main-column {
  flex-grow: 1;
}
#side-column {
  width: 26rem;
  flex-shrink: 0;
}
#service-custom #side-column,
#service-maintenance #side-column {
  width: 22rem;
  flex-shrink: 0;
}
#side-column .nav-sticky{
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
#side-column aside:nth-of-type(n+2) {
  margin-top: 7rem;
}
@media screen and ( max-width:1280px) {
  .inner-w {
    padding: 0 5rem;
  }
  .inner {
    padding: 0 5rem;
  }
}

@media screen and ( max-width:1024px) {
  .inner-w {
    padding: 0 4rem;
  }
  .inner {
    padding: 0 4rem;
  }
}

@media screen and ( max-width:960px) {
  .wrap {
    padding:8rem 0 ;
  }
  .inner-w {
    padding: 0 2rem;
  }
  .inner {
    padding: 0 2rem;
  }
  #p-blog-single .inner{
    padding:0;
  }
  #p-blog-single #side-column {
    margin: 0 2rem;
  }
  #main-column {
    /* width: 100%; */
    margin-bottom: 8rem;
  }
  #side-column {
    width: auto;
  }
  #side-column aside:nth-of-type(n+2) {
    margin-top: 6rem;
  }
  .main-body{
    padding: 5rem 0 10rem;
    position: relative;
  }
  #p-blog.main-body{
    padding:0 0 10rem;
  }
  #p-blog-single.main-body{
    padding: 8rem 0 10rem;
  }

  .content-row{
    display: block;
  }
}


/* ------------------------------------------
 =Font Formatt
---------------------------------------------*/
.section-heading{
  margin-bottom:5rem;
  position: relative;
}
.section-heading .jp{
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  padding-top:2.4rem;
}
.section-heading .en{
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 1;
}
.p-top-head{
  display: flex;
  align-items:center;
  justify-content: space-between;
  margin-bottom:5rem;
}
.p-top-head .section-heading{
  margin-bottom:0rem;
}
.sub-category-ttl{
  display: flex;
  align-items: center;
  line-height: 1.6;
  margin-bottom:3rem;
}
.sub-category-ttl .en{
  font-size:3.6rem;
  margin-right: 20px;
}
.sub-category-ttl .jp{
  padding-top:.6rem;
  font-size:1.4rem;
  padding-left: 30px;
  position: relative;
}
.service-heading{
  position: relative;
  padding: 4rem 0 4rem;
  font-size: 3rem;
  line-height: 1.44;
  /* font-weight: 700; */
}
.service-heading::before {
  content: "";
  width: 1rem;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}
.service-heading::after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - 1.8rem);
  right: 0;
  background: rgba(255, 255, 255, .16) ;
}
#p-blog .service-heading{
  font-size: 2.4rem;
  padding: 3rem 0 4rem;
}
.circle-heading{
  display: flex;
  align-items: center;
  gap: 1rem;
  align-items: center;
  font-size: 2rem;
  line-height: 2;
  margin-bottom:2.4rem;
}
.circle-heading .icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  overflow: hidden;
}
.circle-heading .icon::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ddd;
  transform: scale(0.3);
}
.circle-heading .icon::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: .16;
  background-color: #fff;
}
.service-subheading{
  font-size: 2.4rem;
  line-height: 1.44;
  margin-bottom:2.4rem;
  /* font-weight: 700; */
}
.left-borderd {
  border-radius: .4rem;
  background: rgba(204, 204, 204, .1);
  font-size: 2rem;
  /* font-weight: 700; */
  line-height: 1.4;
  margin-bottom: 2rem;
  padding: 1.4rem 2rem 1.4rem 2rem;
  position: relative;
}
.left-borderd:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  inset: 1.8rem auto 1.8rem 0;
  width: .3rem;
  /* top: 50%;
  height: 2rem;
  transform: translateY(-50%);
  height: 1.5rem; */
  background: rgba(255, 255, 255, .7);
}
.page-attension{
  margin-top:6rem;
  /* text-align: center; */
  padding:0 2rem;
  font-size: 1.2rem;
}
#side-column .side-ttl {
  font-size: 1.8rem;
  line-height: 1.8;
  padding: 2rem 0 2rem;
  position: relative;
  text-align: left;
}
#side-column .side-ttl::before {
  content: "";
  width: 1rem;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}
#side-column .side-ttl::after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - 1.4rem);
  right: 0;
  background: rgba(255, 255, 255, .16) ;
}

@media screen and ( min-width:961px) {
  .sub-category-ttl .jp::before {
    content: '';
    width: 20px;
    height: 1px;
    top: 50%;
    left: 0;
    position: absolute;
    background-color: #666;
  }
}
@media screen and ( max-width:960px) {
  .section-heading{
    margin-bottom:3rem;
    position: relative;
  }
  .p-top-head{
    margin-bottom:3rem;
  }
  .p-top-head .section-heading{
    margin-bottom:0rem;
  }
  .section-heading .jp{
    font-size: 1.2rem;
    padding-top:1.6rem;
  }
  .section-heading .en{
    display: block;
    font-size: 2.8rem;
    margin-right: 0;
  }
  .sub-category-ttl{
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  .sub-category-ttl .en{
    font-size:2.4rem;
    width: 100%;
  }
  .sub-category-ttl .jp{
    display: none;
    padding-top:.6rem;
    font-size:1.4rem;
    padding-left: 0px;
  }
  .service-heading{
    padding: 2.4rem 0 2.4rem;
    font-size: 2rem;
  }
  #p-blog .service-heading{
    font-size: 1.8rem;
  }
  .service-subheading{
    font-size: 2rem;
  }
  .left-borderd {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    padding: 1.2rem 1rem 1.2rem 1.6rem;
  }
  .circle-heading{
    font-size: 1.8rem;
    margin-bottom:2.4rem;
  }
  .circle-heading .icon {
    width: 2rem;
    height: 2rem;
  }
  #side-column .side-ttl {
    font-size: 1.6rem;
  }
}


/* ------------------------------------------
 =Header
---------------------------------------------*/
#header{
  position: fixed;
  width: 100%;
  top:0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10;
  height: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* mix-blend-mode: difference; */
}
#header .logo {
  width: 240px;
  height: auto;
  z-index: 1;
  opacity: 1;
  padding-left:30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header .logo a svg {
  visibility: visible;
  fill: #fff;
}
#header.scroll{
  /* background: rgba(0, 0, 0, .9); */
  position:fixed;
  top:0;
  left: 0;
  height: 100px;
}
#header.scroll .logo{
  opacity: 0;
}
@media only screen and (min-width:1281px) {
  #header.scroll .logo{
    width: 200px;
    height: auto;
    top:0;
  }
  /* #header.scroll .logo a svg {
    fill: #111;
  } */
  #header.scroll #g-nav{
  background: rgba(4, 5, 6, .6);
  backdrop-filter: blur(8px);
  border-radius: .4rem;
  }
  /* #header.scroll{
    color:#111 !important;
  }
  #header.scroll #g-nav ul li.has-child::before {
    border-top-color: #111;
  }
  #header.scroll #g-nav li .g-nav-link::before {
    background: rgba(0,0,0,1) !important;
  }
  #header.scroll .g-nav-list .g-nav-link::after {
    color:#666;
  }
  #header.scroll  #gnav-contact a {
    color: #fff!important;
    background: #111;
    border: 1px solid #111;
  }
  #header.scroll #gnav-contact a:hover {
    background: #666;
    border: 1px solid #666;
    color:#fff!important;
  } */
  #header.kv {
    color:#fff;
  }
  #header.kv #g-nav li .g-nav-link::before {
    background: rgba(255,255,255,1);
  }
}
@media screen and ( max-width:1280px) {
  #header{
    /* background: rgba(0, 0, 0, 1) !important; */
    height: 70px;
  }
  #header.scroll{
    height: 70px;
  }
  #header .logo {
    width: 150px;
    margin-left:20px;
    padding:0;
  }
  #header .logo a svg {
    width: 150px;
    fill: #fff;
  }
}

/* G-nav */
#g-nav ul{
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
}
#g-nav ul li{
  position: relative;
  margin:0px 1.4rem;
}
#g-nav li a{
  display: block;
  text-decoration: none;
  color: #fff;
  /* -webkit-transition: all 0.3s;
  transition: all 0.3s; */
  position: relative;
  overflow: hidden;
  line-height: 1.44;
}
#g-nav ul .g-nav-droplist{
  display: block;
}
@media screen and (min-width: 1281px){
  #g-nav{
    padding:2.4rem 3.2rem;
    /* transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all; */
  }
  #g-nav ul{
    align-items: center;
  }
  #g-nav li .g-nav-link{
    color: inherit;
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 1;
    padding: .2em 0;
  }
  #g-nav li .g-nav-link::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0%;
    width: 100%;
    height: 1px;
    background: rgba(176,176,176,1);
    transition: .3s ease-in-out;
    transform: scale(0, 1);
    transform-origin: left top;
  }
  #g-nav li .g-nav-link:hover::before {
    transform: scale(1, 1);
  }
  #g-nav ul li .g-nav-link:hover{
    /* opacity: 0.4; */
    color:#B0B0AE;
  }
  .g-nav-list .g-nav-link::after {
    position: absolute;
    top: 0;
    left: 0;
    content: attr(data-hover);
    display: block;
    width: 100%;
    padding: .2em 0;
    color:#B0B0AE;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    transform: translateY(-1.4em);
  }
  .g-nav-list .g-nav-link span {
    display: inline-block;
    transition: .2s ease-in-out;
  }
  .g-nav-list .g-nav-link:hover::after,
  .g-nav-list .g-nav-link:focus::after {
    transform: translateY(0em);
  }
  .g-nav-list .g-nav-link:hover span,
  .g-nav-list .g-nav-link:focus span {
    transform: translateY(1.4em);
  }
  #g-nav li.current a{
    opacity: 0.4;
  }
  #gnav-contact {
    text-align: center;
    margin: 0 0 0 1.5rem !important;
  }
  #gnav-contact a {
    background: #fff;
    border: 2px solid #fff;
    color: #111!important;
    display: block;
    padding: 12px 24px;
    border-radius: 4rem;
    transition: 0.5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
  }
  #gnav-contact a:hover {
    background: none;
    border: 2px solid #fff;
    color:#fff!important;
  }
  #g-nav #gnav-contact.current a{
    border: 2px solid #fff;
    background: #fff;
    color:#910015!important;
  }
  #header.kv #g-nav li .g-nav-link::before {
    background: rgba(176,176,174,1);
  }
}

@media screen and (max-width:1280px) {
  #g-nav{
    padding: 0;
    position:fixed;
    z-index: 999;
    top:-400%;
    left:0;
    width:100%;
    height: 100vh;
    height: 100dvh;
    background:rgba(26,26,26,1);
    transition: all 0.6s;
  }
  #g-nav ul{
    display: block;
  }
  #g-nav ul li{
    font-size:1.4rem;
    margin:0px;
  }
  #g-nav ul li a{
    padding:2.4rem 2rem;
    color:#fff;
  }
  .g-nav-list {
    border-top: 1px solid rgba(255,255,255,.1);
  }
  .g-nav-list .g-nav-list__item{
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  .g-nav-list .g-nav-list__item.active{
    border-bottom:none;
  }
  #g-navi ul .g-nav-link::after {
    display: none;
  }
  #gnav-contact a {
    border: 2px solid #fff;
    background: #fff;
    color: #111!important;
    display: block;
    width: 70%;
    margin: 30px auto 0;
    border-radius: 4rem;
    text-align: center;
    padding: 2.2rem 2rem !important;
  }
  #gnav-contact a:hover {
    background: none;
    border: 2px solid #fff;
    color:#fff!important;
  }
}

#gnav-brake,#gnav-online,#gnav-recruit{
  display: none;
}

/* G-nav has-child */
#g-nav li.has-child ul{
  position: absolute;
  left: calc(50% - 13rem);
  top:3rem;
  z-index: 4;
  background:rgba(255,255,255,1);
  width:26rem;
  border-radius: 1rem;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  font-size:1.4rem;
  overflow: hidden;
  padding: 1rem;
  box-shadow: 0 1rem 1.5rem 0.5rem rgba(0,0,0,.07);
}
#g-nav li.has-child ul li{
  margin: 0;
}
#g-nav li.has-child:hover > ul,
#g-nav li.has-child ul li:hover > ul,
#g-nav li.has-child:active > ul,
#g-nav li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}
#g-nav li.has-child ul li a{
  color: #111!important;
  opacity: 1!important;
  padding: 1.2rem 3.5rem 1.2rem 2.5rem;
}
#g-nav li.has-child ul li a::after {
  content: '';
  width: 5px;
  height: 5px;
  margin-top: -.3rem;
  border-top: solid 1px rgba(0,0,0,.4);
  border-right: solid 1px rgba(0,0,0,.4);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 1rem;
}
#g-nav li.has-child ul li:last-child a{
  border-bottom:none;
}
/* #g-nav li.has-child ul li a:hover,
#g-nav li.has-child ul li a:active{
  opacity: .4!important;
} */

@media screen and (max-width:1280px){
  #g-nav li.has-child ul{
    background:rgba(0,0,0,1);
  }
  #g-nav li.has-child ul li a{
    color: #fff!important;
  }
  .g-nav-droplist li a{
    border-bottom: 1px solid rgba(255,255,255,0.14);
  }
  #g-nav ul li.has-child::before{
    content:'';
    position: absolute;
    width:8px;
    height:8px;
    border-top: 2px solid #666;
    border-right:2px solid #666;
    transform: rotate(135deg);
    top:26px;
    right:20px;
  }
  #g-nav ul ul li.has-child::before{
    transform: rotate(135deg);
    top:2.5rem;
    right:2.0rem;
  }
  #g-nav ul li.has-child.active::before{
    transform: rotate(-45deg);
  }
  #g-nav li a:hover{
    background:rgba(255,255,255,0.1);
  }
  #g-nav li.has-child ul li a::before {
    right: 3rem;
  }
  #g-nav.panelactive{
    top: 0;
  }
  #g-nav.panelactive #nav-wrap{
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100dvh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #g-nav ul {
    width: 100%;
    margin:7rem auto 7rem;
  }
  #g-nav ul ul{
    width: 100%;
    margin: 0;
  }
  #g-nav ul li.has-child ul{
    position: relative;
    left:0;
    top:0;
    width:100%;
    visibility:visible;
    opacity:1;
    display: none;
    transition:none;
    transform: none;
    padding:0;
    border-radius: 0;
  }
  #g-nav li.has-child ul li a {
    color: #fff;
    padding: 1.8rem 3rem;
  }
  #g-nav li.has-child ul li a::after {
    content:none;
  }
  #g-nav li.has-child ul li a:hover{
    background:rgba(255,255,255,0.2);
  }
}

@media screen and (min-width: 1281px){
  #g-nav li.has-child {
    padding-right: 14px;
  }
  #g-nav ul li.has-child::before {
    content: "";
    z-index: 2;
    position: absolute;
    width: 0;
    height: 0;
    top: 8px;
    right: 0px;
    border: solid transparent;
    border-top-color: #fff;
    border-width: 5px 3px;
  }
  #g-nav li.has-child ul li:not(:first-child) {
    margin-top: 1rem;
  }
  #g-nav li.has-child ul li a {
    color: #111 !important;
    opacity: 1 !important;
    padding: 1.6rem 2rem;
    border-radius: 1rem;
    background-color: #eee;
  }
  #g-nav li.has-child ul li a:hover {
    background-color: #ddd;
  }

  /*.g-nav-droplist li:nth-child(1) a{
    font-weight: 500;
  }
   .g-nav-droplist li:nth-child(n+2) a{
    padding-left:1.4rem !important;
    margin-left:2rem;
  }
  .g-nav-droplist li:nth-child(n+2) a:before {
    background: #ddd;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: calc(50% - 0px);
    width: 8px;
  } */
}

/* G-nav-openbtn */
.g-nav-openbtn{
  display: none;
}
@media screen and (max-width:1280px) {
  .g-nav-openbtn{
    display: block;
    position:fixed;
    z-index: 9999;
    top:10px;
    right: 10px;
    cursor: pointer;
    border-radius: 50%;
    width: 50px;
    height:50px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 2px 2px rgb(0 0 0 / 8%);
  }
  .g-nav-openbtn .openbtn-area{
    transition: all .4s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
  }
  .g-nav-openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: calc(50% - 9px);
    height: 1px;
    background: #111;
    width: 18px;
    z-index: 9999;
  }
  .g-nav-openbtn span:nth-of-type(1) {
    top:-6px;
  }
  .g-nav-openbtn span:nth-of-type(2) {
    top:0px;
  }
  .g-nav-openbtn span:nth-of-type(3) {
    top:6px;
  }
  .g-nav-openbtn.active{
    background: rgba(47, 50, 52, 1);
  }
  .g-nav-openbtn.active .openbtn-area{
    transform: rotateY(-360deg);
  }
  .g-nav-openbtn.active span:nth-of-type(1) {
    top: -6px;
    left: -9px;
    transform: translateY(6px) rotate(-135deg);
    width: 18px;
    background: #fff;
  }
  .g-nav-openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .g-nav-openbtn.active span:nth-of-type(3){
    top: 6px;
    left: -9px;
    transform: translateY(-6px) rotate(135deg);
    width: 18px;
    background: #fff;
  }
}

/* ------------------------------------------
 =Footer
---------------------------------------------*/
/* #footer {
} */
.footer-contact{
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 60rem;
  position: relative;
  text-align: center;
  color:#fff;
  padding:0 20px;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  border-bottom: rgba(0,0,0,.08) solid 1px;
  background: #2F3234;
  border-radius: 3rem 3rem 0 0;
}
.footer-in{
  z-index: 1;
}
.footer-contact a{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  color:#fff;
}
.footer-contact .txt{
  font-size:1.6rem;
  /* color: #fff; */
  padding:0 0 1.5em;
}
/* .footer-contact .time-txt{
  color: #fff;
} */
.footer-contact__loop{
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  position: absolute;
  transform:translateY(-50%);
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 0;
}
.footer-contact__loop-text {
  -webkit-animation: textLoop 6s linear infinite;
  animation: textLoop6s linear infinite;
  color: #B0B0AE;
  font-family: termina, sans-serif;
  font-size: 200px;
  white-space: pre;
  line-height: 1;
  letter-spacing: .02em;
  opacity: .1;
  -webkit-animation: textLoop 30s linear infinite;
  animation: textLoop 30s linear infinite;
  padding-right: 120px;
}
@-webkit-keyframes textLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes textLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.footer-contact:hover{
  background: #fff;
}
.footer-contact:hover .footer-contact__loop-text {
  color: #ddd;
  opacity: 1;
}
.footer-contact:hover {
  color:#111;
}

@media screen and ( max-width: 960px) {
  .footer-contact{
    height: 30rem;
    border-radius: 2rem 2rem 0 0;
  }
  .footer-contact__loop-text {
    font-size: 10rem;
  }
  .footer-contact .txt{
    font-size:1.4rem;
  }
  .footer-contact .time-txt{
    font-size:1.2rem;
  }
}

.footer-bnr {
  border-bottom: rgba(255, 255, 255, .08) solid 1px;
  padding: 6.4rem 0 6.4rem;
  column-gap: 2.4rem;
  row-gap: 2.4rem;
  margin-bottom:8rem;
}
.footer-bnr li{
  position: relative;
}
.footer-bnr li a{
  border: 1px solid #333;
  border-radius: .3rem;
  overflow: hidden;
  display: block;
}
.footer-bnr li a:hover{
  border: 1px solid #666;
}
.footer-bnr li a[target=_blank]::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 9px;
  height: 9px;
  background: url(../img/icon/link-blank.svg) no-repeat 50% 50%;
  opacity: .5;
}

@media screen and ( max-width: 960px) {
  .footer-bnr {
    border-bottom: none;
    padding: 4rem 0 4rem;
    column-gap: 1.2rem;
    row-gap: 1.2rem;
    margin-bottom:0;
  }
}

/* footer-link */
.footer-link{
  display: grid;
  /* grid-template-columns: repeat(5, 1fr); */
  grid-template-columns: repeat(4, 1fr);
  column-gap: 4rem;
  row-gap: 6rem;
  border-bottom: rgba(255, 255, 255, .08) solid 1px;
  padding-bottom: 8rem;
}
.footer-link-block{
  position: relative;
  padding: 0;
  /* width: 20%; */
}
.footer-link-block .footer-link-head-link {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
.footer-link-child{
  margin-top:1.2rem;
}
.footer-link-child li:nth-of-type(n+2) {
  margin-top: .4rem;
}
.footer-link-child li a{
  font-size:1.3rem;
  letter-spacing: .02em;
  color:#fff;
  opacity: 0.6;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.footer-link-list .footer-link-list__item{
  position: relative;
}
@media screen and (min-width:961px) {
  .footer-link-block .footer-link-head-link span{
    background-image: linear-gradient(#fff, #fff);
    background-position: 0% 100%;
    background-size: 100% 1px;
    background-repeat: no-repeat;
    transition: background-size 0.6s cubic-bezier(0.170, 0.935, 0.305, 1.000);
  }
  .footer-link-block .footer-link-head-link:hover span{
    background-position: 100% 100%;
    background-size: 0% 1px;
  }
  .footer-link-child li span{
    background-image: linear-gradient(#fff, #fff);
    background-position: 100% 100%;
    background-size: 0% 1px;
    background-repeat: no-repeat;
    transition: background-size 0.6s cubic-bezier(0.170, 0.935, 0.305, 1.000);
  }
  .footer-link-child li:hover span{
    background-position: 0% 100%;
    background-size: 100% 1px;
  }
  .footer-link-block .footer-link-list__item:nth-child(n+2) {
    margin-top: 3rem;
  }
  .footer-link-child_head{
    display: none;
  }
}
@media screen and (max-width:960px) {
  .footer-link{
    padding-bottom:4rem;
    border-bottom: none;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0rem;
    row-gap: 0rem;
  }
  .footer-sitemap{
    padding:5rem 0;
  }
  .footer-logo{
    max-width: 10rem;
    margin:0 auto 2rem;
  }
  .footer-link-block{
    position: relative;
    padding: 0 0 0 0;
    width: 100%;
  }
  .footer-link-head-link.is-active {
    position: relative;
    z-index: 999;
  }
  .footer-link-list__item {
    border-bottom: 1px solid rgba(255,255,255,.16);
  }
  .footer-link-list__item a {
    display: inline-block;
    width: 100%;
  }
  .footer-link-head-link{
    display: inline-block;
    padding:1.8rem 0;
  }
  .footer-link-child{
    display: none;
  }
  .footer-link-child{
    margin:0 0 1.6rem;
  }
  .footer-link-block .footer-link-head-link {
    font-size: 1.4rem;
  }
  .footer-link-block .footer-link-head-link:hover{
    opacity: .7;
  }
  .footer-link-child li a{
    font-size:1.2rem;
  }
  .footer-link-child li span{
    background-image: linear-gradient(#fff, #fff);
    background-position: 100% 100%;
    background-size: 0% 1px;
    background-repeat: no-repeat;
    transition: background-size 0.6s cubic-bezier(0.170, 0.935, 0.305, 1.000);
  }
  .footer-link-child li:hover span{
    background-position: 0% 100%;
    background-size: 100% 1px;
  }
  .footer-link-child_head{
    display: block;
  }
}

/* footer-toggle*/
.l-footerNav-list__toggole {
  background: transparent;
  -webkit-transition: -webkit-transform ease 0.3s;
  padding: 2rem 2rem 2.2rem;
  position: absolute;
  right: 0;
  top: -3px;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  width: 100%;
  border: none;
  background: transparent;
}
.l-footerNav-list__toggole::before,
.l-footerNav-list__toggole::after {
  content: "";
  background-color: #fafafa;
  position: absolute;
  width: 12px;
  height: 1px;
  top:25px;
  right: 10px;
  z-index: 2;
}
.l-footerNav-list__toggole::before {
  transform: translateY(-50%) rotate(90deg);
  top:26px;
}
.l-footerNav-list__toggole.js-footerNav_toggle.-open::before {
  transform: rotate(180deg);
  transition: .2s
}
.l-footerNav-list__toggole.js-footerNav_toggle.-open::after {
  opacity: 0;
  transition: .1s
}
.l-footerNav-list__toggole {
  padding: 2rem 2rem 2.5rem;
  top: 0;
  right: 0px;
}
@media all and (min-width: 961px){
  .l-footerNav-list__toggole {
    display: none;
  }
  .l-footerNav-child {
    display: block;
  }
}
/* footer-shop */
.footer-shop {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 10rem 0;
  position: relative;
}
.footer-shop__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer-shop__head .logo {
  width: 240px;
  height: auto;
  flex-shrink: 0;
}
.footer-shop__head .logo a{
  display: block;
}
.footer-shop__head .address {
  padding: 0 0 0 60px;
  flex-grow: 1;
  font-size: 14px;
  line-height: 1.6;
}
/* footer-social */
.footer-social{
  position: absolute;
  top:0;
  right:0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
  width:100px;
  margin: 0;
}
.footer-social li a {
  width: 45px;
  height: 45px;
  display: block;
  border-radius: 100%;
  text-align: center;
  border:1px solid #444;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-social li a:hover {
  border:1px solid #ddd;
}
.footer-social li img{
  width: 18px;
}
@media screen and (max-width:960px) {
  .footer-shop{
    margin: 4rem 0;
    display: block;
    text-align: center;
  }
  .footer-shop__head{
    display: block;
  }
  .footer-shop__head .logo {
    max-width: 200px;
    margin: 0 auto 20px;
    flex-shrink: 0;
  }
  .footer-shop__head .address {
    padding: 0 0 0 0px;
    line-height: 1.6;
    text-align: center;
  }
  .footer-shop .footer-social {
    position: static;
    margin: 2rem auto 0;
  }
}
/* footer-outer */
.footer-outer{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
  padding-bottom:4rem;
}
.footer-outer ul {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width:960px) {
  .footer-outer{
    justify-content: center;
  }
  .footer-outer ul{
    width:100%;
    margin-bottom:30px;
  }
}

.fix-right{
  display: block;
  top: 22%;
  right: 0px;
  width: 8rem;
  position: fixed;
  z-index: 5;
  padding: 2rem 0;
  background-color: #fff;
  border-radius: 4px 0 0 4px;
}
.fix-right li a{
  display: inline-flex;
  align-items: center;
  width: 100%;
  font-size: 1.3rem;
  color: #111;
  writing-mode: vertical-rl;
}
.fix-right li a:hover{
  opacity: .4;
}
.fix-right li:before {
  content: "";
  display: block;
  width: 1px;
  height: 1rem;
  margin: 2rem auto 1rem;
  background-color: #111;
  opacity: 0.3;
}

@media screen and (max-width: 1379px) {
  .fix-right{
    display: none;
  }
}



/* Fix-contact
------------------------------------------------------- */
#fix-bottom-contact{
  display: none;
}
@media screen and (max-width: 960px) {
  #footer{
    margin-bottom:90px;
  }
  #fix-bottom-contact{
    display: block;
    width: 100%;
    position: fixed;
    z-index: 10;
    bottom: -100px;
    overflow: none;
    left: 0;
    text-align: center;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
  }
  #fix-bottom-contact.show {
    bottom: 0px;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
  }
  #fix-bottom-contact ul{
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center ;
    align-items: center;
  }
  #fix-bottom-contact li{
    width: 33.3%;
  }
  #fix-bottom-contact a{
    display: block;
    font-size:10px;
    color:#111;
    font-weight: 500;
    padding:8px 5px;
  }
  #fix-bottom-contact li i {
    display: block;
    padding:4px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
  #fix-bottom-contact li i img{
    height: 18px;
  }
  #fix-bottom-contact .fix-bottom-contact__tel a {
    background:#fff;
  }
  #fix-bottom-contact .fix-bottom-contact__mail a {
    background:#ddd;
  }
  #fix-bottom-contact .fix-bottom-contact__detailing a {
    background:#fff;
  }
  #fix-bottom-contact a:hover{
    background: #8d8d8d;
    color:#fff;
  }
}


/* ------------------------------------------
 =Title
---------------------------------------------*/
/* ttl-bg */
.ttl-bg{
  width: 100%;
  height: 60rem;
  color: #fff;
  text-align: left;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.ttl-bg.sub{
  width: 100%;
  height: 40rem;
}
.ttl-bg-blog{
  width: 100%;
  padding:14rem 0 4rem;
  background-image: linear-gradient(to right, #444 1px, transparent 1px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.ttl-bg.sub.single{
  background-position: 50% 80%;
}
.ttl-bg.sub.single::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  z-index: 0;
}
.ttl-bg.sub.single .inner-w {
  z-index: 2;
  position: relative;
}
.ttl-bg.service-detail{
  width: 100%;
  height: 50rem;
}
.ttl-bg .ttl-bg_wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.ttl-bg .ttl-bg-bottom_wrap {
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 100%;
}

.page-ttl {
  /* color:#B0B0AE; */
  line-height: 1.6;
}
.page-ttl .en{
  font-size: 6.4rem;
  letter-spacing: .02em;
	text-transform: uppercase;
}
.page-ttl .jp{
  display: block;
  font-size: 1.8rem;
  letter-spacing: .02em;
}
.ttl-bg-blog .page-ttl .en{
  font-size: 4.8rem;
}
.ttl-bg-blog .page-ttl .jp{
  font-size: 1.6rem;
}
.page-subttl {
  color:#fff !important;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom:1rem;
}
.page-subttl span {
  background-image: linear-gradient(#fff, #fff);
  background-position: 0% 100%;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  padding-bottom: 2px;
  transition: background-size 0.6s cubic-bezier(0.170, 0.935, 0.305, 1.000);
}
.page-mainttl{
  font-size: 3.6rem;
  /* font-weight: 700 */
  line-height: 1.44;
  letter-spacing: 0;
}
.page-txt{
  font-size:1.8rem;
  line-height: 1.44;
	margin-top:3.6rem;
}
.gallery-archive__menu {
  border-top: rgba(255, 255, 255, .3) solid 1px;
  color: #fff;
  opacity: .8;
  margin-top: 1.6rem;
  padding-top: 1.4rem;
  line-height: 1.8;
  font-size: 1.4rem;
}

#ttl-bg__service{background-image: url(../img/ttl/ttl-bg-service_pc.webp);}
#ttl-bg__custom{background-image: url(../img/ttl/ttl-bg-custom_pc.webp);}
#ttl-bg__custom-suspention{background-image: url(../img/ttl/ttl-bg-custom-suspention_pc.webp);}
#ttl-bg__custom-wheel{background-image: url(../img/ttl/ttl-bg-custom-wheel_pc.webp);}
#ttl-bg__custom-brake{background-image: url(../img/ttl/ttl-bg-custom-brake_pc.webp);}
#ttl-bg__custom-exhaust{background-image: url(../img/ttl/ttl-bg-custom-exhaust_pc.webp);}
#ttl-bg__custom-exterior{background-image: url(../img/ttl/ttl-bg-custom-exterior_pc.webp);}
#ttl-bg__custom-interior{background-image: url(../img/ttl/ttl-bg-custom-interior_pc.webp);}
#ttl-bg__custom-engine{background-image: url(../img/ttl/ttl-bg-custom-engine_pc.webp);}
#ttl-bg__custom-bodyparts{background-image: url(../img/ttl/ttl-bg-custom-bodyparts_pc.webp);}
#ttl-bg__custom-coading{background-image: url(../img/ttl/ttl-bg-custom-coading_pc.webp);}
#ttl-bg__custom-film{background-image: url(../img/ttl/ttl-bg-custom-film_pc.webp);}


#ttl-bg__maintenance{background-image: url(../img/ttl/ttl-bg-maintenance_pc.webp);}
#ttl-bg__maintenance-oil{background-image: url(../img/ttl/ttl-bg-maintenance-oil_pc.webp);}
#ttl-bg__maintenance-parts{background-image: url(../img/ttl/ttl-bg-maintenance-parts_pc.webp);}
#ttl-bg__maintenance-inspection{background-image: url(../img/ttl/ttl-bg-maintenance-inspection_pc.webp);}
#ttl-bg__maintenance-repair{background-image: url(../img/ttl/ttl-bg-maintenance-repair_pc.webp);}

#ttl-bg__carsales{background-image: url(../img/ttl/ttl-bg-carsales_pc.webp);}

#ttl-bg__coating{background-image: url(../img/ttl/ttl-bg-coating_pc.webp);}
#ttl-bg__ceramicpro{background-image: url(../img/ttl/ttl-bg-coating-ceramicpro_pc.webp);}
#ttl-bg__mpplus{background-image: url(../img/ttl/ttl-bg-coating-mp_pc.webp);}
#ttl-bg__stek{background-image: url(../img/ttl/ttl-bg-coating-stek_pc.webp);}
#ttl-bg__feynlab{background-image: url(../img/ttl/ttl-bg-coating-feynlab_pc.webp);}
#ttl-bg__adams{background-image: url(../img/ttl/ttl-bg-coating-adams_pc.webp);}
#ttl-bg__gtechniq{background-image: url(../img/ttl/ttl-bg-coating-gtechniq_pc.webp);}
#ttl-bg__clearguard{background-image: url(../img/ttl/ttl-bg-coating-clearguard_pc.webp);}
#ttl-bg__yawara{background-image: url(../img/ttl/ttl-bg-coating-yawara_pc.webp);}
#ttl-bg__yawara{background-image: url(../img/ttl/ttl-bg-coating-yawara_pc.webp);}
#ttl-bg__gtechniq{background-image: url(../img/ttl/ttl-bg-coating-gtechniq_pc.webp);}

#ttl-bg__stockcar{background-image: url(../img/ttl/ttl-bg-stockcar_pc.webp);}
#ttl-bg__gallery{background-image: url(../img/ttl/ttl-bg-gallery_pc.webp);}
#ttl-bg__democar{background-image: url(../img/ttl/ttl-bg-democar_pc.webp);}

#ttl-bg__wrapping{background-image: url(../img/ttl/ttl-bg-wrapping.webp);}
#ttl-bg__wrapping-clear{background-image: url(../img/ttl/ttl-bg-wrapping_clear.webp);}
#ttl-bg__wrapping-color{background-image: url(../img/ttl/ttl-bg-wrapping_color.webp);}
#ttl-bg__wrapping-pattern{background-image: url(../img/ttl/ttl-bg-wrapping_pattern.webp);}
#ttl-bg__wrapping-light{background-image: url(../img/ttl/ttl-bg-wrapping_light.webp);}
#ttl-bg__wrapping-window{background-image: url(../img/ttl/ttl-bg-wrapping_window.webp);}


#ttl-bg__about,#ttl-bg__privacy{background-image: url(../img/ttl/ttl-bg-about_pc.webp);}
#ttl-bg__contact{background-image: url(../img/ttl/ttl-bg-contact_pc.webp);}

@media only screen and (max-width: 960px) {
  .ttl-bg{
    height: 36rem;
  }
  .ttl-bg.sub{
    height: 30rem;
  }
  .ttl-bg.service-detail{
    height: 30rem;
  }
  .ttl-bg-blog{
    padding:8rem 0 3rem;
  }
  .page-ttl .en{
    font-size: 3.2rem;
  }
  .page-ttl .jp{
    font-size: 1.4rem;
  }
  .ttl-bg-blog .page-ttl .en{
    font-size: 3rem;
  }
  .ttl-bg-blog .page-ttl .jp{
    font-size: 1.4rem;
  }
  .page-subttl {
    font-size: 1.2rem;
  }
  .page-mainttl{
    font-size: 2.4rem;
  }
  .page-txt{
    font-size:1.2rem;
  }
}


/* ------------------------------------------
 =Side Bar
---------------------------------------------*/
.sidebar_common{
  box-shadow: -2px -2px 3px 0px rgba(255, 255, 255, 0.02), 2px 2px 3px 0px rgba(0, 0, 0, 0.01);
  background-color: #262626;
  border-radius: .4rem;
  padding: 3.4rem 2.4rem;
}
.sidebar_common .sidebar_common-ttl{
  border-bottom: 1px solid #333;
  display: block;
  font-size:1.8rem;
  /* font-weight: 700; */
  margin-bottom: 3rem;
  padding-bottom:2rem;
}
.sidebar_common .sidebar_common-ttl span{
  background-image: linear-gradient(#B0B0AE, #B0B0AE);
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  transition: background-size 0.6s cubic-bezier(0.170, 0.935, 0.305, 1.000);
}
.sidebar_common .sidebar_common-ttl:hover span{
  background-position: 0% 100%;
  background-size: 100% 1px;
}
.sidebar_common ul{
  font-size: 1.4rem;
  gap: 18px;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.sidebar_common ul li a{
  position: relative;
}
.sidebar_common ul li a{
  display: block;
  transition: padding-left .2s ease-out;
}
.sidebar_common ul li a:hover,
.sidebar_common ul li.current a{
  padding-left: 16px;
  opacity: .5;
}
.sidebar_common ul li a:hover::before,
.sidebar_common ul li.current a::before {
  -webkit-transform: scale(0) translateY(-50%);
  background: #B0B0AE;
  border-radius: 100px;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: scale(0) translateY(-50%);
  width: 8px;
}
.sidebar_common ul li a:hover::before,
.sidebar_common ul li.current a:before {
  -webkit-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%)
}
.sidebar_common ul li a::before {
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}
.sidebar_common ul li a:hover {
  opacity: .6;
}
@media only screen and ( max-width:768px) {
  .sidebar_common{
    padding: 2rem 2rem;
  }
  #service-custom #side-column,
  #service-maintenance #side-column,
  #service-coating #side-column,
  #service-film #side-column{
    display: none;
  }
}


/* ------------------------------------------
 =Page Bottom Nav
---------------------------------------------*/
.pege-bottom-nav{
  /* box-shadow: -2px -2px 3px 0px rgba(255, 255, 255, 0.02), 2px 2px 3px 0px rgba(0, 0, 0, 0.01); */
  background-color: #262626;
  border-radius: .4rem;
  padding: 6rem 6rem;
  margin-top:10rem ;
}
.pege-bottom-nav .heading{
  border-bottom: 1px solid #333;
  font-size: 2rem;
  /* font-weight: 700; */
  margin-bottom:3rem;
  padding-bottom: 2rem;
}
.pege-bottom-nav-list.grid-col-3 {
  row-gap: 3rem;
}
.pege-bottom-nav-list .item-row{
  display: flex;
  /* align-items: center; */
}
.pege-bottom-nav-list .item-pic{
  overflow: hidden;
  flex-shrink: 0;
  width: 140px;
}
.pege-bottom-nav-list .item-pic .thumbnail {
  aspect-ratio: 16 / 9;
  border-radius: .3rem;
  overflow: hidden;
  border: 1px solid #333;
}
.pege-bottom-nav-list .item-pic .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: .3rem;
  overflow: hidden;
}
.pege-bottom-nav-list .item-txt{
  padding: 0 0 0 2rem;
  flex-grow: 1;
}
.pege-bottom-nav-list .item-txt .ttl{
  display: inline-block;
  font-size: 1.4rem;
  /* font-weight: 700; */
  position: relative;
  padding-right: 2.6rem;
  margin-bottom: 1.2rem;
}
.pege-bottom-nav-list .item-txt .ttl:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/icon/circle-arrow.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 0;
}
.pege-bottom-nav-list .item-txt .txt {
  font-size: 1.2rem;
  opacity: .8;
  /* display: none; */
}
#service-custom .pege-bottom-nav-list .item-row,
#service-maintenance .pege-bottom-nav-list .item-row{
  align-items: center;
}
#service-custom .pege-bottom-nav-list .item-txt .txt,
#service-maintenance  .pege-bottom-nav-list .item-txt .txt{
  display: none;
}
@media only screen and ( max-width:768px) {
  .pege-bottom-nav{
    padding: 3rem 2rem;
    margin-top:5rem ;
  }
  .pege-bottom-nav .heading{
    font-size: 1.6rem;
    margin-bottom:2rem;
  }
  .pege-bottom-nav-list .item-pic{
    width: 120px;
  }
}


/*====================================================================

=TOP-PAGE

====================================================================*/

/* Mv
------------------------------------------------------- */
#p-top-mv{
  position: relative;
}
@media screen and ( min-width: 961px) {
  #p-top-mv .swiper-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 95%);
    z-index: 1;
  }
}
#p-top-mv .swiper-slide {
  position: relative;
  overflow: hidden;
  height:100%;
}
#p-top-mv .swiper-slide img {
  -o-object-fit: cover;
  width: 100%;
  object-fit: cover;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
#p-top-mv .swiper-slide-active img,
#p-top-mv .swiper-slide-duplicate-active img,
#p-top-mv .swiper-slide-prev img {
  animation: zoomUp 5s linear 0s normal both;
}
@media screen and ( max-width:768px) {
  #p-top-mv .swiper-slide {
    height: 500px;
  }
  #p-top-mv .swiper-slide img {
    height: 500px;
  }
}

/* scroll-down */
.scroll-down {
  text-align: center;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  z-index: 2;
}
.scroll-down a {
  display: inline-block;
  margin: auto;
  position: relative;
  color: #ddd;
  letter-spacing: .08em;
  font-size:10px;
}
.scroll-down a span {
  height: 60px;
  overflow: hidden;
  display: block;
}
.scroll-down a span::before,
.scroll-down a span::after {
  content: "";
  height: 60px;
  width: 1px;
  background: #444;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
}
.scroll-down a span::before {
  z-index: 1;
}
.scroll-down a span::after {
  width: 1px;
  background: #fff;
  -webkit-animation: scrollLine .8s infinite;
  animation: scrollLine .8s infinite;
  z-index: 4;
}
@-webkit-keyframes scrollLine {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: 0;
  }
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    height: 15px;
  }
}
@keyframes scrollLine {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: 0;
}
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    height: 35px;
  }
}
@media screen and ( max-width: 960px) {
  .scroll-down {
    bottom: -25px;
  }
  .scroll-down a span {
    height: 50px;
  }
  .scroll-down a span::before,
  .scroll-down a span::after {
    content: "";
    height: 50px;
    width: 1px;
    background: #444;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .scroll-down a span::after {
    width: 1px;
    background: #fff;
    -webkit-animation: scrollLine .8s infinite;
    animation: scrollLine .8s infinite;
    z-index: 2;
  }
  @-webkit-keyframes scrollLine {
    from {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      height: 0;
    }
    to {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
      height: 25px;
    }
  }
  @keyframes scrollLine {
    from {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      height: 0;
  }
    to {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
      height: 25px;
    }
  }
}


/* top-intro
------------------------------------------------------- */
#p-top-intro {
  padding: 16rem 0;
  position: relative;
  overflow: hidden;
}
#p-top-intro p {
  font-size: 2rem;
  line-height: 2.2;
  text-align: center;
}
.slide-bg{
  display: block;
  -webkit-animation: slideImage 40s linear infinite;
  animation: slideImage 40s linear infinite;
  background: url(../img/top/mv-copy.svg) top left repeat-x;
  background-position: top left;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  min-height: 80px;
  margin-bottom:4rem;
}
@-webkit-keyframes slideImage{
  0% { background-position:0px 0px; }
  100% { background-position:-1765px 0px; }
}
@keyframes slideImage{
  0% { background-position:0px 0px; }
  100% { background-position:-1765px 0px; }
}
@media screen and ( max-width: 960px) {
  #p-top-intro {
    padding: 8rem 0;
  }
  #p-top-intro p {
    font-size: 1.4rem;
    text-align: center;
    padding:0 2rem;
  }
  .slide-bg{
    min-height: 26px;
    margin-bottom:2.4rem;
  }
  @-webkit-keyframes slideImage{
    0% { background-position:0px 0px; }
    100% { background-position:-580px 0px; }
  }
  @keyframes slideImage{
    0% { background-position:0px 0px; }
    100% { background-position:-580px 0px; }
  }
}


/* top-service
------------------------------------------------------- */
#p-top-service{
  position: relative;
}
#p-top-service:after {
  content: "";
  display: block;
  background: #2E2D2D;
  top:0;
  left: 3rem;
  border-radius: 16px;
  width: calc(100% - 6rem);
  height: 100%;
  position: absolute;
  z-index: -1;
}

.top-service-list{
  column-gap: 4rem;
  row-gap: 4rem;
}
.top-service-list li{
  position: relative;
}
.top-service-list a{
  color:inherit;
}
.top-service-list .item-pic{
  border-radius: .3rem;
  overflow: hidden;
  position: relative;
}
.top-service-list .item-pic:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  z-index: 1;
}
.top-service-list .item-txt{
  position: absolute;
  left:2.4rem;
  /* top:50%;
  transform: translateY(-50%); */
  width: calc(100% - 4.8rem);
  z-index: 2;
  bottom:5.6rem;
  text-align: left;
}
.top-service-list .top-service-list__arrow{
  position: absolute;
  bottom:10px;
  right:10px;
  z-index: 2;
}
.top-service-list li .circle-arrow{
  opacity: 1;
  transform: scale(.6);
}
.top-service-list li a:hover .circle-arrow{
  opacity: 1;
  transform: scale(1);
}
.top-service-list .item-txt .heading{
  font-size:2rem;
  font-weight: 500;
  margin-bottom:1.6rem;
}
.top-service-list .item-txt .txt{
  font-size:1.4rem;
  opacity: .9;
}
@media screen and ( max-width: 1280px) {
  #p-top-service{
    padding:4rem 0
  }
  #p-top-service:after {
    border-radius: 16px 16px 0 0;
    left: 0;
    width: 100%;
  }
  /* #p-top-service .inner-w {
    padding: 0 3rem;
  } */
  /* #p-top-service .p-top-head{
    padding-right:20px;
  } */
}
@media screen and ( max-width: 960px) {
  .top-service-list{
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1.6rem;
  }
  .top-service-list .item-txt .heading{
    font-size:1.6rem;
    margin-bottom:1.6rem;
  }
  .top-service-list .item-txt .txt{
    font-size:1.2rem;
  }
  .top-service-list .item-txt{
    position: absolute;
    left:2.4rem;
    bottom:2.4rem;
    /* top:50%;
    transform: translateY(-70%); */
  }
  .top-service-list li .circle-arrow{
    display: none;
    opacity: 1;
    transform: scale(.8);
  }
}

.stock-list li{
  position: relative;
}
.entry-icon__new {
  position: absolute;
  left: -8px;
  top: -8px;
  background: #fff;
  border-radius: 50%;
  color: #222;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}


/*====================================================================

=Stock Car

====================================================================*/
/* top-carsales
------------------------------------------------------- */

#p-top-carsales{
  padding-top:14rem;
}
.stock-list a{
  color:inherit;
}
.stock-list .item-pic{
  border-radius: .3rem;
  overflow: hidden;
}
.stock-list .item-txt{
  margin-top:2.4rem;
}
.stock-list .item-txt .heading{
  font-size:1.6rem;
  font-weight: 500;
  line-height: 1.44;
  margin-bottom:1.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.stock-list .item-txt .sub-heading{
  font-size:1.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  opacity: .7;
}
.stock-archive__item{
  color: #8d8d8d;
  font-size: 1.2rem;
  letter-spacing: 0;
  align-items: center;
  display: flex;
}
.stock-archive__item .year {
  padding-right: .8rem;
  margin-right: .8rem;
  position: relative;
}
.stock-archive__item .year::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: "";
  width: 1px;
  height: 10px;
  margin-top: -5px;
  border-right:rgba(255, 255, 255, .2) solid 1px;
}
@media screen and ( max-width: 960px) {
  #p-top-carsales{
    padding-top:8rem;
  }
  .stock-list .item-txt{
    margin-top:1.6rem;
  }
  .stock-list .item-txt .heading{
    font-size:1.4rem;
    margin-bottom:.8rem;
  }
}

#p-stockcar .stock-mv{
  overflow: hidden;
  margin-bottom:5rem;
}
#p-stockcar .stock-mv .swiper__area {
  position: relative;
}
#p-stockcar .stock-mv .carousel-slider{
  max-width: 75rem ;
  margin: auto;
  overflow: visible;
}
#p-stockcar .stock-mv .stock-img{
  overflow: hidden;
  border-radius: .3rem;
}
#p-stockcar .stock-mv .stock-img .stock-img-thumbnail {
  aspect-ratio: 3 / 2;
}
#p-stockcar .stock-mv .stock-img .stock-img-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#p-stockcar .stock-mv .carousel-slider .swiper-slide {
  transition: .7s;
  width: 75rem;
  margin: 0 2rem ;
  padding: 0 0 5rem;
}

@media screen and ( max-width: 960px) {
  #p-stockcar .stock-mv{
    margin-bottom:3.2rem;
  }
  #p-stockcar .stock-mv .swiper__area{
    overflow: visible;
  }
  #p-stockcar .stock-mv .carousel-slider .swiper-slide {
    width: 90% !important;
    margin: 0 1rem 0 ;
    padding: 0 0 4rem;
  }
}

#p-stockcar .stock-mv .carousel-slider .swiper-slide-active {
  z-index: 1;
}
#p-stockcar .stock-mv .swiper-button-prev,
#p-stockcar .stock-mv .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
  box-shadow: 0 0 3px 3px rgb(0 0 0 / 14%);
}
#p-stockcar .stock-mv .swiper-button-prev {
  top: -1rem;
  left: -30px;
}
#p-stockcar .stock-mv .swiper-button-next{
  top: -1rem;
  right: -30px;
}
#p-stockcar .stock-mv .swiper-pagination{
  font-size: 1.2rem;
}
/* #p-stockcar .stock-mv .swiper-pagination-fraction,
#p-stockcar .stock-mv .swiper-pagination-custom,
#p-stockcar .stock-mv .swiper-horizontal > .swiper-pagination-bullets,
#p-stockcar .stock-mv .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: 10px;
} */
@media screen and ( max-width: 960px) {
  #p-stockcar .stock-mv .swiper-button-prev {
   left: 5px;
  }
  #p-stockcar .stock-mv .swiper-button-next{
    right: 5px;
  }
}

#p-stockcar .stcok-price{
  margin-top:4rem;
  border-top: 1px solid #333;
  padding: 4rem 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
#p-stockcar .stcok-price .total-price {
  display: flex;
  align-items: baseline;
  margin: 0 3rem 0 0;
  font-size: 2.4rem;
  column-gap: 1.2rem;
}
#p-stockcar .stcok-price .total-price strong{
  color: #e60012;
  font-size: 4rem;
}
#p-stockcar .stcok-price .base-price {
  display: flex;
  align-items: baseline;
  margin: 0 2rem 0 0;
  font-size: 1.8rem;
  column-gap: 1.2rem;
}
#p-stockcar .stcok-price .base-price strong{
  color: #e60012;
  font-size: 2.4rem;
}
@media screen and ( max-width: 960px) {
  #p-stockcar .stcok-price{
    margin-top:2.4rem;
    padding: 2rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
  }
  #p-stockcar .stcok-price .total-price {
    display: flex;
    align-items: baseline;
    margin: 1rem 0 0 0;
    font-size: 1.6rem;
    column-gap: .8rem;
  }
  #p-stockcar .stcok-price .total-price strong{
    font-size: 2.4rem;
  }
  #p-stockcar .stcok-price .base-price {
    margin: 1rem 2rem 0 0;
    font-size: 1.3rem;
    column-gap: .8rem;
  }
  #p-stockcar .stcok-price .base-price strong{
    font-size: 1.6rem;
  }
}

#p-stockcar .p-stock-info{

}
#p-stockcar .p-stock-info table{
  border-top: 1px solid rgba(255, 255, 255, .1);
  text-align: left;
  width: 100%;
}
#p-stockcar .p-stock-info table th {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  width: 15%;
  padding: 2.4rem 0;
  text-align: left;
  opacity: .6;
}
#p-stockcar .p-stock-info table td {
  padding: 2.4rem 0;
  font-weight: 500;
  width: 35%;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
#p-stockcar .p-stock-option,
#p-stockcar .p-stock-custom{
  margin-top:6.4rem;
}
#p-stockcar .p-stock-option h2,
#p-stockcar .p-stock-custom h2{
  font-size: 2rem;
  font-weight: 500;
  margin-bottom:1.6rem;
  position: relative;
  line-height: 1.44;
  padding-left: 20px;
}
#p-stockcar .p-stock-option h2::before,
#p-stockcar .p-stock-custom h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: .6;
  border-radius: 50%;
}
@media screen and ( max-width: 960px) {
  #p-stockcar .p-stock-info table tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  #p-stockcar .p-stock-info table th {
    border-bottom: none;
    width: 100%;
    padding: 1.4rem 0 1.2rem ;
    position: relative;
  }
  #p-stockcar .p-stock-info table th::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-image: linear-gradient(to right, #444 0%, #444 33%, transparent 34%);
    background-size: 3px 1px;
    background-repeat: repeat-x;
  }
  /* #p-stockcar .p-stock-info table th::after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: .2;
    border-radius: 50%;
  } */
  #p-stockcar .p-stock-info table td {
    padding: 1.4rem 0 1.4rem;
    width: 100%;
    position: relative;
    font-size: 1.5rem;
  }
  #p-stockcar .p-stock-option h2,#p-stockcar .p-stock-custom h2{
    font-size: 1.6rem;
    padding-left: 20px;
  }
}


#p-stockcar .stock-offer{
  margin:10rem auto 0;
  color:#111;
  max-width: 60rem;
}
#p-stockcar .stock-offer .link-btn{
  width: 100%;
  border: 1px solid #e60012;
  background-color: #e60012;
  height: 8rem;
  border-radius: 1rem;
  color: #fff;
  font-size: 1.6rem;
}
#p-stockcar .stock-offer .link-btn>span:after {
  color: #fff;
}
@media (hover: hover) {
  #p-stockcar .stock-offer .link-btn:hover {
    background: #2F3234;
    border-color: #2F3234;
    color: #fff;
  }
  #p-stockcar .stock-offer .link-btn:hover .btn-arw:before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .link-btn:hover .txt {
    color: #fff;
  }
}
@media (hover: none) {
  #p-stockcar .stock-offer .link-btn:active .btn-arw:before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #p-stockcar .stock-offer .link-btn:active {
    background: #2F3234;
    border-color: #2F3234;
    transform: scale(.95);
  }
}
@media screen and ( max-width: 960px) {
  #p-stockcar .stock-offer{
    margin-top:6.4rem;
  }
  #p-stockcar .stock-offer .link-btn{
    height: 8rem;
    font-size: 1.4rem;
  }
}


/*====================================================================

=Gallery

====================================================================*/

/* top-gallery
------------------------------------------------------- */
#p-top-gallery{
  padding-top:20rem;
}
#p-top-gallery a{
  color:inherit;
}
#p-top-gallery .gallery-item a{
  padding: 0 3rem;
  display: block;
}
#p-top-gallery .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
#p-top-gallery .carousel-slider .swiper-slide {
  width: 40rem !important;
  padding:0 0 1rem;
  margin:0;
}

@media screen and (max-width: 960px) {
  #p-top-gallery{
    padding-top:10rem;
  }
  #p-top-gallery .carousel-slider .swiper-slide {
    width: 70% !important;
    padding:0 0 1rem;
  }
}
.gallery-archive__thumb{
  border-radius: .3rem;
  overflow: hidden;
}
.gallery-archive__thumb .thumbnail {
  aspect-ratio: 3 / 2;
}
.gallery-archive__thumb .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery-archive__body{
  overflow: hidden;
  margin-top: 2.4rem;
}
.gallery-archive__body .heading{
  font-size:1.6rem;
  /* font-weight: 600; */
  padding-bottom:.1rem;
  margin-bottom:1.2rem;
  letter-spacing: 0;
  line-height: 1.44;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.gallery-item{
  position: relative;
}
#p-top-gallery .gallery-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-image: linear-gradient(to bottom, #444, #444, 1px, transparent 1px, transparent 3px);
  background-size: 1px 3px;
  background-repeat: repeat-y;
}
.gallery-archive__item{
  color:#8d8d8d;
  font-size:1.2rem;
  letter-spacing: .04em;
  align-items: center;
  display: flex;
}
.gallery-archive__item-cate{
  color:#8d8d8d;
  padding-right: 1rem;
  margin-right: 1rem;
  position: relative;
}
.gallery-archive__item .gallery-archive__item-cate::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: "";
  width: 1px;
  height: 10px;
  margin-top: -5px;
  border-right:rgba(255, 255, 255, .2) solid 1px;
}
.index-gallery-list{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 4rem;
  row-gap: 6rem;
}
@media only screen and (max-width: 1500px) {
  .index-gallery-list {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 4rem;
    row-gap: 6rem;
  }
}

@media screen and ( max-width: 960px) {
  #p-top-gallery{
    padding-top:10rem;
  }
  #p-top-gallery .gallery-item a{
    padding: 0 2rem;
  }
  .gallery-archive__body{
    margin-top: 1.6rem;
  }
  .gallery-archive__body .heading{
    font-size:1.4rem;
    margin-bottom:.8rem;
  }
  .index-gallery-list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3rem;
    row-gap: 4rem;
  }
}

/* Gallery Single
------------------------------------------------------- */
.single-gallery__list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3rem;
  row-gap: 3rem;
}
.single-gallery__list .gallery-item{
  border-radius: .3rem;
  overflow: hidden;
  aspect-ratio: 3 / 2;
}
.single-gallery__list .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery-detail{
  max-width: 104rem;
  padding:0 5rem;
  margin:10rem auto 10rem;
}
@media screen and ( max-width:1024px) {
  .gallery-detail {
    padding: 0 4rem;
  }
}
.gallery-detail-list{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6rem;
  width: 100%;
}
.gallery-detail-list .ttl {
  padding-left: 1.5rem;
  position: relative;
  width: 20%;
}
.gallery-detail-list .ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: .2;
  border-radius: 50%;
}
.gallery-detail-list .txt {
  align-self: flex-start;
  padding-left: 4rem;
  border-left: 1px solid #333;
  width: 80%;
}
@media only screen and (max-width: 1200px) {
  .single-gallery__list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
    row-gap: 2rem;
  }
}
@media screen and ( max-width: 960px) {
  .single-gallery__list{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 2rem;
  }
  .gallery-detail{
    padding: 0 2rem;
    margin:6rem 0 8rem;
  }
  .gallery-detail-list{
    margin-bottom: 3rem;
    width: 100%;
  }
  .gallery-detail-list .ttl {
    padding-bottom:1rem;
    width: 100%;
  }
  .gallery-detail-list .ttl::before {
    top: 6px;
  }
  .gallery-detail-list .txt {
    padding-left: 1rem;
    border-left: 1px solid #333;
    width: 100%;
  }
}

.gallery-process{
  margin-bottom:10rem;
  position: relative;
  padding:10rem 0;
}
.gallery-process:after {
  content: "";
  display: block;
  background: #262626;
  top: 0;
  left: 3rem;
  border-radius: 10px;
  width: calc(100% - 6rem);
  height: 100%;
  position: absolute;
  z-index: -1;
}
.gallery-process-ttl{
  font-size:3rem;
  margin-bottom:3rem;
}
.gallery-process-list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 4rem;
  row-gap: 5rem;
}
@media screen and ( max-width: 960px) {
  .gallery-process{
    margin-bottom:8rem;
    padding:3rem 0;
  }
  .gallery-process:after {
    left: 1.5rem;
    width: calc(100% - 3rem);
  }
  .gallery-process-ttl{
    font-size:2.4rem;
    margin-bottom: 1.6rem;
  }
  .gallery-process .inner{
    padding:0 4rem;
  }
  .gallery-process-list{
    grid-template-columns: repeat(1, 1fr);
    row-gap: 2.4rem;
  }
}


/*====================================================================

=Blog

====================================================================*/

/* Top-Blog
------------------------------------------------------- */
#p-top-blog{
  padding-top:20rem;
  padding-bottom:6rem;
}
#p-top-blog a{
  color:inherit;
}
.p-top-blog__body{
  display: flex;
  -moz-column-gap: 6.4rem;
  column-gap: 6.4rem;
}
.p-top-blog__main{
  flex-grow: 1;
}
.p-top-blog__body .p-top-blog__side-nav{
  width: 20rem;
  flex-shrink: 0;
}
.p-top-blog__body .p-top-blog__side-nav ul{
  font-size: 1.4rem;
  gap: 18px;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.p-top-blog__body .p-top-blog__side-nav ul li a{
  position: relative;
}
.tab-content {
  display: none;
}
.tab-content.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}
@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 961px){
  .p-top-blog__body .p-top-blog__side-nav ul li a{
    display: block;
    transition: padding-left .2s ease-out;
  }
  .p-top-blog__body .p-top-blog__side-nav ul li a:before {
    -webkit-transform: scale(0) translateY(-50%);
    background: #B0B0AE;
    border-radius: 100px;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: scale(0) translateY(-50%);
    width: 8px;
  }
  .p-top-blog__body .p-top-blog__side-nav ul li.active a{
    padding-left: 16px;
  }
  .p-top-blog__body .p-top-blog__side-nav ul li.active a:before {
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%)
  }
  .p-top-blog__body .p-top-blog__side-nav ul li a:before {
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  }
  .p-top-blog__body .p-top-blog__side-nav ul li a:hover {
    opacity: .6;
  }
}

@media screen and ( max-width: 960px) {
  #p-top-blog{
    padding-top:10rem;
    padding-bottom:0rem;
  }
  .p-top-blog__body{
    display: block;
  }
  .p-top-blog__side-nav{
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* background-image: linear-gradient(to right, #444 1px, transparent 1px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: left bottom; */
    overflow-x: auto;
    position: relative;
    width: auto !important;
  }
  .p-top-blog__body .p-top-blog__side-nav ul{
    /* gap: 3.2vw; */
    font-size: 1.2rem;
    flex-direction: row;
    padding: 0 ;
    white-space: nowrap;
  }
  .p-top-blog__body .p-top-blog__side-nav ul li a {
    display: block;
    padding: 0 0 1.6rem;
  }
  .p-top-blog__body .p-top-blog__side-nav ul li a:before {
    height: 5px;
    width: 5px;
  }
  .p-top-blog__body .p-top-blog__side-nav ul li.active a{
    border-bottom: solid 4px #3e3e3e;
  }
}

/* blog-list */
.blog-list{
	background-image: linear-gradient(to right, #444 1px, transparent 1px);
	background-size: 4px 1px;
	background-repeat: repeat-x;
	background-position: left top;
  /* border-top:rgba(255, 255, 255, .16) dotted 1px; */
}
.blog-list-row{
  display: flex;
  flex-wrap: wrap;
}
/* .blog-list .blog-list__item:not(:first-child){
  margin-top:3rem;
} */
.blog-list .blog-list__item{
  padding: 2.4rem 0;
  /* border-bottom:rgba(255, 255, 255, .16) dotted 1px; */
	background-image: linear-gradient(to right, #444 1px, transparent 1px);
	background-size: 4px 1px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.entry-list__item{
  position: relative;
}
.entry-list__item > a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.blog-archive__thumb{
  overflow: hidden;
  border-radius: .3rem;
}
.blog-archive__thumb .thumbnail {
  aspect-ratio: 3 / 2;
}
.blog-archive__thumb .thumbnail img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-archive-row{
  display: flex;
  /* align-items: center; */
}
.blog-archive-row .blog-archive__thumb {
  max-width: 22rem;
  flex-shrink: 0;
}
.blog-archive-row .blog-archive__body {
  padding: 1rem 0 0 4rem;
  flex-grow: 1;
}
.blog-archive__body .meta{
  font-size:1rem;
  line-height: 1.5;
  padding: 0 0 .6rem;
  opacity: .8;
  letter-spacing: .04em;
}
.entry-list__item .heading{
  font-size: 1.6rem;
  margin-bottom:1.6rem;
  line-height: 1.5;
  color:inherit;
}
@media screen and ( max-width: 960px) {
  #p-top-blog .blog-list{
    border-top:none;
    /* margin-top:2rem; */
  }
  .blog-archive-row .blog-archive__thumb {
    max-width: 13rem;
  }
  .blog-archive-row .blog-archive__body {
    padding: 0 0 0 2rem;
  }
  .blog-archive__body .meta{
    font-size:1rem;
  }
  .entry-list__item .heading{
    font-size: 1.4rem;
    margin-bottom:1.2rem;
  }
}


/* Blog Top
------------------------------------------------------- */
.ttl-bg-blog .blog-sec-heading{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ttl-bg-blog .circle-heading {
  font-size: 1.4rem;
  margin-bottom: 1.4rem;
}
.ttl-bg-blog .circle-heading .icon {
  width: 1.8rem;
  height: 1.8rem;
}
.blognav ul{
  display: flex;
  gap: 10px;
}
.blognav ul li a {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1;
  padding: 2rem 1.6rem;
  border:1px solid #666;
  border-radius: .4rem;
  display: block;
  text-align: center;
  background: #333;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.blognav ul li a:hover{
  background: #ddd;
  color: #111;
}
.blognav ul li.current a {
  background: #fff;
  color: #111;
}
@media screen and (max-width: 1280px) {
  .ttl-bg-blog .blog-sec-heading{
    display: block;
    padding:0;
  }
  .ttl-bg-blog .page-ttl{
    padding:0 5rem;
  }
  .ttl-bg-blog .circle-heading{
    margin-top:3rem;
    padding:0 5rem;
  }
  .ttl-bg-blog .blognav nav{
    margin: 0 5rem 0;
  }
}
@media screen and ( max-width: 960px) {
  .ttl-bg-blog .page-ttl{
    padding:0 2rem;
  }
  .ttl-bg-blog .circle-heading{
    margin-top:3rem;
    padding:0 2rem;
    font-size: 1.2rem;
  }
  .ttl-bg-blog .blognav nav{
    margin: 0 2rem 1rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-x: auto;
    width: auto !important;
  }
  .ttl-bg-blog .blognav ul{
    white-space: nowrap;
  }
  .blognav ul li a {
    font-size: 1.1rem;
    padding: 1.6rem 1.1rem;
  }
}



/* pickup */
.p-blog-pickup{
	/* margin-top:4rem; */
  position: relative;
  padding:4rem 0;
  overflow: hidden;
}
.p-blog-pickup:after {
  content: "";
  display: block;
  background: #2E2D2D;
  top: 0;
  left: 0;
  border-radius:0 0 3rem 3rem;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.p-blog-pickup .blog-archive__thumb{
  margin-bottom:2rem;
}
.pickup-recommend{
  position: absolute;
  z-index: 1;
  font-size: 1.1rem;
  top: 0;
  left: -5px;
  color: #777;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 0;
  height: 0;
  white-space: nowrap;
}
.p-blog-pickup .blog-archive__body .heading{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size:1.8rem;
}
#p-blog .p-blog-pickup .swiper__area {
  position: relative;
}
#p-blog .p-blog-pickup .carousel-slider{
  max-width: 64rem ;
  margin: auto;
  overflow: visible;
}
#p-blog .p-blog-pickup .carousel-slider .swiper-slide {
  /* opacity: .4;
  transform: scale(.9); */
  transition: .7s;
  width: 64rem;
  margin: 0 2rem;
  padding: 0 0 4rem;
}
#p-blog .p-blog-pickup .blog-archive__thumb .thumbnail {
  aspect-ratio: 16 / 9;
}


@media screen and ( max-width: 960px) {
  .p-blog-pickup{
		/* margin-top:2rem; */
    padding:3.6rem 0;
  }
  .p-blog-pickup .blog-archive__body .heading{
    font-size:1.5rem;
  }
  #p-blog .p-blog-pickup .swiper{
    overflow: visible;
  }
  #p-blog .p-blog-pickup .carousel-slider .swiper-slide {
    width: 85% !important;
    margin: 0 2rem 0 ;
    padding: 0 0 3rem;
  }
}


#p-blog .p-blog-pickup .carousel-slider .swiper-slide-active {
  /*opacity: 1;
   transform: scale(1); */
  z-index: 1;
}
#p-blog .p-blog-pickup .swiper-button-prev,
#p-blog .p-blog-pickup .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
  box-shadow: 0 0 3px 3px rgb(0 0 0 / 14%);
}
#p-blog .p-blog-pickup .swiper-button-prev {
  top: -30%;
  left: -30px;
}
#p-blog .p-blog-pickup .swiper-button-next{
  top: -30%;
  right: -30px;
}
#p-blog .p-blog-pickup .swiper-pagination-fraction,
#p-blog .p-blog-pickup .swiper-pagination-custom,
#p-blog .p-blog-pickup .swiper-horizontal > .swiper-pagination-bullets,
#p-blog .p-blog-pickup .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: -30px;
}
@media screen and ( max-width: 960px) {
  #p-blog .p-blog-pickup .swiper-button-prev {
   left: 15px;
  }
  #p-blog .p-blog-pickup .swiper-button-next{
    right: 15px;
  }
}


/* blog-index-content */
#blog-index-content {
  margin-top: 8rem;
}
.blog-list-latest{
  margin-bottom:4rem;
}
.blog-list-latest .blog-archive__thumb{
  margin-bottom:2.4rem;
}
.blog-list-latest .entry-list__item .heading {
  font-size: 1.8rem;
}
.blog-list-latest .entry-list__latest{
  position: absolute;
  left: -10px;
  top: -10px;
  background: #ddd;
  border-radius: 50%;
  color: #111;
  font-size: 11px;
  font-weight: 500;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

@media screen and ( max-width: 960px) {
  #blog-index-content {
    margin-top: 6rem;
  }
  .blog-list-latest{
    margin-bottom:3rem;
  }
  .blog-list-latest .entry-list__item .heading {
    font-size: 1.5rem;
  }
}


/* pickup-keyword */
.p-blog-keyword{
  text-align: center;
  margin-top:4rem;
}
.p-blog-keyword-heading{
  position: relative;
  display: inline-block;
  padding: 0 2.4rem;
  background-color: #1A1A1A;
  text-align: center;
  font-size: 2rem;
  z-index: 1;
}
.p-blog-keyword-body{
  position: relative;
  display: flex;
  margin-top: -20px;
  padding: 4rem 6rem;
  border: 2px solid rgba(255, 255, 255, .1);
  border-radius: 1rem;
  background-color: #1A1A1A;
}
@media screen and ( max-width: 960px) {
  .p-blog-keyword-heading{
    padding: 0 2rem;
    font-size: 1.6rem;
  }
  .p-blog-keyword-body{
    margin-top: -20px;
    padding: 4rem 2rem 2rem;
  }
}


/* Blog Side */
#side-column .side-blog ul{
  /* border-top: rgba(255, 255, 255, .08) solid 1px; */
	background-image: linear-gradient(to right, #444 1px, transparent 1px);
	background-size: 4px 1px;
	background-repeat: repeat-x;
	background-position: left top;
}
#side-column .side-blog li {
  /* border-bottom: rgba(255, 255, 255, .08) solid 1px; */
	background-image: linear-gradient(to right, #444 1px, transparent 1px);
	background-size: 4px 1px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.side-bnr .side-bnr-list .item:not(:first-child){
  margin-top:1.6rem;
}
#side-column .side-blog li a {
  display: block;
  cursor: pointer;
  padding: 1.5rem 0;
  transition: background .3s ease;
}
#side-column .side-blog li .blog-archive__thumb {
  max-width: 10rem;
  flex-shrink: 0;
}
#side-column .side-blog li .blog-archive__body {
  padding: 0rem 0 0 2rem;
}
#side-column .side-blog li .heading {
  font-size:1.2rem;
  line-height: 1.444;
  color:#fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}


/* Blog Side Popular Post */
.side-tab-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 1.2rem;
  font-size: 1.3rem;
  border-top: none !important;
}
.side-tab-nav li {
  width: 50%;
  text-align: center;
  border-bottom:none !important;
}
.side-tab-nav li a {
  display: block;
  padding: 2rem .5rem!important;
  cursor: pointer;
  background-color: #333;
  border-radius: .3rem .3rem 0 0;
  color: #ccc;
}
.side-tab-nav li.active a {
  background-color: #ddd;
  color: #111;
  transition: all 0.2s ease-out;
}
.side-tab-content {
  display: none;
  opacity: 0;
  padding:0;
}
.side-tab-content.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Blog Side Search */
#side-column .side-search .searchform {
  position: relative;
  height: 66px;
}
#side-column .side-search .search-word-field{
  padding: 15px 50px 15px 15px;
  font-size: 16px;
  border: 1px solid #efefef;
  background: #efefef;
  border-radius: 4px;
  box-shadow: none;
  max-width: 100%;
  width: 100% !important;
}

#side-column .side-search .search-word-submit {
  background-image: url(../img/icon/search.svg);
  background-color: #efefef;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 13px;
  width: 32px;
  height: 32px;
  border: none;
  text-indent: -9999px;
}

/* Blog Side Archive */
#side-column .side-archive .select {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
#side-column .side-archive .select select {
  appearance: none;
  color: #111;
  max-width: 100%;
  width: 100%;
  padding: 1.5rem 2rem 1.5rem 1.5rem;
  border-radius: 4px;
  display: inline-block;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  box-shadow: none;
  font-size: 14px;
  outline: none;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  cursor: pointer;
}
#side-column .side-archive .select::before {
  position: absolute;
  top: 50%;
  margin-top: -0.2rem;
  right: 1.5rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0.4rem 0 0.4rem;
  border-color: #a6a6a6 transparent transparent transparent;
  content: "";
  pointer-events: none;
}
#side-column select::-ms-expand {
  display: none;
}
#side-column .side-category .side-category-list{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#side-column .side-category .side-category-list li a {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1;
  padding: 1.6rem 1.4rem;
  border: 1px solid #666;
  border-radius: .4rem;
  display: block;
  text-align: center;
  background: #333;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
#side-column .side-category .side-category-list li a:hover{
  background: #ddd;
  color: #111;
}

/* Blog Single Info */
#p-blog-single .p-blog-info {
  border: 1px solid #ddd;
  border-radius: .4rem;
  color: #f5f5f5;
  margin-bottom: 4rem;
  line-height: 1.66;
}
#p-blog-single .p-blog-info .circle-heading{
  border-bottom: 1px solid #ddd;
  font-size:1.6rem;
  padding:1.2rem 3rem ;
  margin-bottom:0;
}
#p-blog-single .p-blog-info .circle-heading .icon {
  width: 1.8rem;
  height: 1.8rem;
}
#p-blog-single .p-blog-info .circle-heading .icon::before {
  background-color: #ddd;
}
#p-blog-single .p-blog-info .circle-heading .icon::after {
  border-radius: 50%;
  opacity: .3;
  background-color: #fff;
}
#p-blog-single .p-blog-info .txt{
  font-size: 1.4rem;
  padding: 2rem 3rem;
}
@media screen and ( max-width: 960px) {
  #p-blog-single .p-blog-info {
    margin: 0 2rem 3rem;
  }
  #p-blog-single .p-blog-info .circle-heading{
    font-size:1.4rem;
    padding:1.2rem 2rem ;
  }
  #p-blog-single .p-blog-info .txt{
    font-size: 1.2rem;
    padding: 1.4rem 2rem;
  }
}


/* Blog Single */
.sigle-article_content{
  background: #fff;
  border-radius: .4rem;
  color: #111;
  margin-bottom: 5rem;
}
.sigle-article_header{
  border-bottom:1px solid #dddddd;
  padding:4rem;
}
.sigle-article_header .meta {
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0 0 .8rem;
  color: #8d8d8d;
  letter-spacing: 0;
}
.sigle-article_header .entry-title{
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.44;
  margin-bottom:1.6rem;
}
@media screen and ( max-width: 960px) {
  .sigle-article_content {
    border-radius: .8rem;
    margin-bottom: 3rem;
  }
  .sigle-article_header{
    padding:2rem ;
  }
  .sigle-article_header .meta {
    font-size: 1rem;
    padding: 0 0 .8rem;
  }
  .sigle-article_header .entry-title{
    font-size: 2.2rem;
  }
}
.sigle-article_body img {
  /* margin:2rem 0; */
  margin-top: 1em;
  display:block;
  border-radius: .4rem;
}
.sigle-article_body {
  padding: 4rem 4rem 6rem;
  font-size:1.6rem;
}
@media screen and (max-width:960px) {
  .sigle-article_body {
    padding: 2rem 2rem 6rem;
    font-size: 1.5rem;
  }
}

/* 見出し */
.sigle-article_body h2 {
  background: #e9f0f5;
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 2rem 2rem 2rem 2rem;
  margin: 6rem 0 2.4rem;
  border-radius: .8rem;
}
/* .sigle-article_body h2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  inset: 2rem auto 2rem 0;
  width: .3rem;
  background: rgba(0, 0, 0, .7);
} */
.sigle-article_body h3 {
  border-bottom: 1px solid #dadada;
  position: relative;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 0 0 1.4rem;
  margin: 5rem 0 2.4rem;
  position: relative;
}
.sigle-article_body h3::before {
  background: rgba(0, 0, 0, .7);
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 40px;
}
.sigle-article_body h4 {
  font-size: 2rem;
  line-height: 1.44;
  font-weight: 500;
  padding-left: .8em;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.sigle-article_body h4::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  inset: 0;
  width: .3rem;
  background: rgba(0, 0, 0, .7);
}
.sigle-article_body h5{
  font-size:1.6rem;
  font-weight: 500;
  line-height: 1.44;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.sigle-article_body h2 + p,
.sigle-article_body h3 + p,
.sigle-article_body h4 + p,
.sigle-article_body h5 + p,
.sigle-article_body h6 + p {
  margin-top: 0;
}
@media screen and (max-width:960px) {
  .sigle-article_body h2 {
    font-size: 2rem;
    margin:4rem 0 1.5rem;
  }
  .sigle-article_body h3 {
    font-size: 1.8rem;
    margin: 3rem 0 1.5rem;
  }
  .sigle-article_body h4 {
    font-size: 1.6rem;
    margin:3rem 0 .8rem;
  }
  .sigle-article_body h5 {
    font-size: 1.5rem;
    margin:2rem 0 .8rem;
  }
}

/* 詳細CV */
.article-offer{
  text-align: center;
  color: #111;
  padding:4rem;
  background-color: #e9f0f5;
  width: 100%;
  display: block;
}
.article-offer .offer-heading{
  font-size: 1.8rem;
  color: #111;
  font-weight: 500;
  line-height: 1.44;
  margin-bottom:1rem;
  text-align: center;
}
.article-offer .offer-heading span{
  display: inline;
  background: linear-gradient(#222, #222) 0 100% / 100% 2px no-repeat;
}

.article-offer .offer-txt{
  color: #111;
  font-size: 1.5rem;
  margin-bottom:2.4rem;
}
.article-offer .link-btn{
  background-color: #222;
  border:1px solid #222;
  height: 6.4rem;
  color: #fff;
}
.article-offer:hover .link-btn{
  background: #fff;
}
.article-offer:hover .link-btn .btn-arw:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.article-offer:hover .link-btn>span:after {
  opacity: 1;
  transform: rotateX(0)
}
.article-offer:hover .link-btn .txt {
  color: #111;
  opacity: 0;
  transform: rotateX(-90deg)
}
.article-offer:hover .link-btn .btn-arw {
  background-color: #111;
}
.article-offer:hover .link-btn .btn-arw svg {
  -webkit-transform: scale(0);
  transform: scale(0)
}
@media screen and (max-width: 960px) {
  .article-offer{
    padding:3rem 2rem;
  }
  .article-offer .offer-heading{
    font-size: 1.6rem;
    margin-bottom:1rem;
  }
}

/*====================================================================

=Demo Car

====================================================================*/

/* top-Democar
------------------------------------------------------- */
#p-top-democar{
  padding: 14rem 0 18rem;
}
#p-top-democar a{
  color:inherit;
}
.democar-list li{
  position: relative;
  cursor: pointer;
}
.democar-list .item-pic{
  aspect-ratio: 16 / 9;
  border-radius: .3rem;
  overflow: hidden;
  position: relative;
}
.democar-list .item-pic:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
}
.democar-list .item-pic__arrow{
  position: absolute;
  bottom:30px;
  right:20px;
  z-index: 1;
}
.democar-list li .circle-arrow{
  opacity: 0;
  transform: scale(0);
}
.democar-list li a:hover .circle-arrow{
  opacity: 1;
  transform: scale(1);
}
.democar-list .heading{
  position: absolute;
  left:10px;
  bottom:10px;
}
.democar-list .heading span{
  display: inline-block;
  color:#111;
  font-size:1.8rem;
  font-weight: 500;
  background-color: #fff;
  line-height: 1.2;
  padding: .2em .4em;
}
.democar-list .heading span:last-child{
  margin-top:.6rem;
}

@media screen and ( max-width: 960px) {
  #p-top-democar{
    padding: 8rem 0 10rem;
  }
  .democar-list .item-pic__arrow{
    display: none;
  }
  .democar-list .heading span{
    font-size:1.6rem;
  }
  .democar-list.grid-col-3{
    grid-template-columns: repeat(1, 1fr);
    row-gap: 2rem;
  }
}
.footer-entry {
  border-top: 1px solid #333;
  padding: 8rem 0;
  overflow: hidden;
}
.related-entry-ttl{
  font-size: 2rem;
  margin-bottom:3rem;
}
.footer-entry__list{
  display: grid;
  column-gap: 4rem;
}
.related-entry .blog-archive__body {
  margin-top: 1.8rem;
}

@media only screen and ( max-width:768px) {
  .footer-entry {
    padding: 4rem 0;
  }
  .footer-entry__list{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 2rem;
  }
  .blog-archive-row_sp{
    display: flex;
    align-items: flex-start;
  }
  .blog-archive-row_sp .blog-archive__thumb {
    max-width: 13rem;
    flex-shrink: 0;
    overflow: hidden;
  }
  .blog-archive-row_sp .blog-archive__body {
    margin-top:0;
    padding: 0 0 0 2rem;
    flex-grow: 1;
  }
}



/*====================================================================

=SERVICE

====================================================================*/

/* Service TOP
------------------------------------------------------- */
.service-top-list .item-pic{
  overflow: hidden;
  border-radius: .3rem;
}
.service-top-list .item-pic .thumbnail {
  aspect-ratio: 16 / 9;
}
#service-coating .service-top-list .item-pic .thumbnail {
  border: 1px solid #333;
}
.service-top-list .item-pic .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: .3rem;
  overflow: hidden;
}
.service-top-list .item-txt {
  margin-top: 2.4rem;
}
.service-top-list .item-txt .heading {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.44;
  margin-bottom: 1.6rem;
  position: relative;
  padding-right:26px;
}
.service-top-list .item-txt .heading:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/icon/circle-arrow.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 0;
}
.service-top-list .item-txt .txt {
  font-size: 1.4rem;
  opacity: .8;
}
@media only screen and ( max-width:768px) {
  .service-top-list{
    row-gap: 3.2rem;
  }
  .service-top-list .item-row_sp{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
  }
  .service-top-list .item-pic {
    width: 18rem;
    height: auto;
  }
  .service-top-list .item-pic .thumbnail {
    aspect-ratio: 3 / 2;
}
  .service-top-list .item-txt {
    margin-top:0;
    width: calc(100% - 20rem);
  }
  .service-top-list .item-txt .heading {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
  }
  .service-top-list .item-txt .txt {
    font-size: 1.2rem;
    opacity: .8;
  }
}



#service-custom .p-service-section .lead-copy,
#service-maintenance .p-service-section .lead-copy,
#service-coating .p-service-section .lead-copy,
#service-film .p-service-section .lead-copy{
  margin-bottom:4rem;
}
.custom-list .item,
.maintenance-list .item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.custom-list .item .custom-list__img,
.maintenance-list .item .custom-list__img{
  width: 48%;
}
.custom-list .item .custom-list__txt,
.maintenance-list .item .custom-list__txt{
  width: 48%;
}
.custom-list .item:nth-of-type(n+2),
.maintenance-list .item:nth-of-type(n+2) {
  margin-top: 6rem;
}
.custom-list .custom-list__img img,
.maintenance-list .custom-list__img img{
  border-radius: .4rem;
  overflow: hidden;
}


.custom-list .item .custom-list__txt .disc-list,
.maintenance-list .item .custom-list__txt .disc-list{
  margin-top:1.6rem;
}
.custom-list .item .custom-list__txt a,
.maintenance-list .item .custom-list__txt a {
  color: #f5f5f5;
  text-decoration: underline;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
}
.custom-list .item .custom-list__txt a:focus,
.custom-list .item .custom-list__txt a:active,
.custom-list .item .custom-list__txt a:hover,
.maintenance-list .item .custom-list__txt a:focus,
.maintenance-list .item .custom-list__txt a:active,
.maintenance-list .item .custom-list__txt a:hover  {
  color: #666;
  text-decoration: none;
}
#service-custom .p-service-section:not(:first-child){
  margin-top:10rem;
}
@media only screen and ( max-width:768px) {
  .custom-list .item .custom-list__img,
  .maintenance-list .item .custom-list__img{
    width: 100%;
    margin-bottom:0;
  }
  .custom-list .custom-list__img img,
  .maintenance-list .custom-list__img img{
    border-radius: .4rem .4rem 0 0;
    overflow: hidden;
  }
  .custom-list .item .custom-list__txt,
  .maintenance-list .item .custom-list__txt{
    width: 100%;
  }
  .custom-list .custom-list .left-borderd,
  .maintenance-list .custom-list .left-borderd{
    border-radius:0 0 .4rem .4rem;
  }
}

.service-top-list .entry-category-nolink {
  margin-top: 1.6rem;
}
#service-film .entry-category-nolink {
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.44;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  z-index: 2;
}
#service-film .entry-category-nolink li {
  color: #fff;
  border-radius: 60px;
  border: rgba(255,255,255,.3) solid 1px;
  padding: 0.4rem .8rem 0.4rem;
  display: inline-block;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  position: relative;
}
@media screen and (max-width:960px) {
  #service-film .entry-category-nolink {
    display: none;
  }
}



.original-brake-block{
  border: 1px solid #333;
  border-radius: .4rem;
  margin-top: 6rem;
  padding: 3rem 4rem;
}
.original-brake-block .ttl{
  font-size: 2rem;
  /* font-weight: 700; */
  margin-bottom:2rem;
}
.inspection-img {
  border-radius: .4rem;
  overflow: hidden;
  margin-bottom:4rem;
}

@media only screen and ( max-width:960px) {
  .original-brake-block{
    margin-top: 4rem;
    padding: 2rem 2rem;
  }
  .original-brake-block .ttl{
    font-size:1.6rem;
    margin-bottom:1.4rem;
  }
  .inspection-img{
    margin-bottom:3rem;
  }
}



/*====================================================================

= Car Sales

====================================================================*/
#p-carsales .carsales-wrap:nth-of-type(n+2) {
  margin-top: 14rem;
}
.after-service__head{
  margin-bottom:2.4rem;
  line-height: 1.4;
  text-align: left;
}
.after-service__head .en{
  font-size: 1.2rem;
  color:#8D785A;
  display: inline-block;
  background-image: linear-gradient(rgba(0,0,0,0) 96%, rgb(141,120,90) 96%);
}
.after-service__head .jp {
  display: block;
  font-size: 2.2rem;
  margin-top:2rem;
  letter-spacing: .1em;
}
.carsales-after-list .txt-row .link-btn{
  margin-top:2rem;
}
.carsales-after-list .pic-row img{
  border-radius: .4rem;
  overflow: hidden;
}
.carsales-after-list li:nth-of-type(n+2) {
  margin-top: 7rem;
}
@media screen and (max-width: 960px) {
  #p-carsales .carsales-wrap:nth-of-type(n+2) {
    margin-top: 10rem;
  }
  #p-carsales .carsales-wrap .grid-col-3{
    row-gap: 2rem;
  }
  .after-service__head{
    margin:2.5rem 0 1.5rem;
    line-height: 1.4;
    text-align: left;
  }
  .after-service__head .en{
    font-size: 1.2rem;
  }
  .after-service__head .jp {
    font-size: 2rem;
    margin-top:1.6rem;
  }
}

.trust-list{
  margin:4rem 0 6rem;
}
.trust-list li{
  border-radius: .4rem;
  background-color: #262626;
  /* color:#111; */
  padding:3rem;
}
.trust-list .point-lead {
  text-align:center;
  margin-bottom:1.6rem;
  padding: 0 1.7rem 0 1.7rem;
}
.trust-list .point-lead .ttl {
  font-size:1.8rem;
  line-height:1.6;
}
.trust-list .point-lead p {
  font-size:1.4rem;
  color:#fff;
  border-radius: 100vh;
  background:#ff6010;
  line-height: 1.5;
  padding:.4rem 1.2rem;
  display:inline-block;
  margin-bottom:1rem;
}
.carsales-wrap .more-box .ttl {
  background: #262626;
  padding: 1.6rem 2rem;
  font-size: 2.0rem;
  margin-bottom: 3rem;
  text-align: center;
}
.carsales-wrap .more-box .sub-ttl{
  font-size: 1.8rem;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  position: relative;
}
.carsales-wrap .more-box .sub-ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: .2;
  border-radius: 50%;
}
.carsales-wrap .more-box .ttl:nth-of-type(n+2) {
  margin-top: 6rem;
}
@media screen and (max-width: 960px) {
  .trust-list{
    margin:3rem 0 4rem;
  }
  .trust-list li{
    padding:2rem;
  }
  .trust-list .point-lead p {
    font-size:1.2rem;
  }
  .trust-list .point-lead .ttl {
    font-size:1.8rem;
  }
  .carsales-wrap .more-box .ttl {
    font-size: 1.6rem;
  }
  .carsales-wrap .more-box .sub-ttl{
    font-size: 1.6rem;
  }
}
.purchase-list{
  margin:0 0 6rem;
}
.purchase-list li{
  border-radius: .4rem;
  background-color: #262626;
  padding:3rem;
}
.purchase-list .point-lead {
  text-align:center;
  margin-bottom:1.6rem;
  padding: 0 2rem 0 1.8rem
}
.purchase-list .point-lead .ttl {
  font-size:1.8rem;
  line-height:1.6;
}
.purchase-list .point-lead p {
  font-size:1.2rem;
  color: #fff;
  border-radius: 100vh;
  background:#00479d;
  line-height: 1.5;
  padding:.4em 1.2em;
  display:inline-block;
  margin-bottom:10px;
}
@media screen and (max-width: 960px) {
  .purchase-list{
    margin:0 0 4rem;
  }
  .purchase-list li{
    padding:2rem;
  }
  .purchase-list .point-lead p {
    font-size:1.0rem;
  }
  .purchase-list .point-lead .ttl {
    font-size:1.8rem;
  }
}

#p-carsales .more-box{
  border:1px solid #333;
  border-radius: .4rem;
}
#p-carsales .more-box .more-box-content{
 padding:0 3rem 3rem;
}



/*====================================================================

= Coating

====================================================================*/
/*FLOW
-----------------------------------------------------------*/
.coating-flow-content{
  padding-top:18rem;
}
#flow-content{
  position: relative;
}
#flow-content li{
  display: block;
  margin-bottom:5.6rem;
}
#flow-content li:last-child{
  margin-bottom:0;
}
#flow-content::before {
  background: #56606f;
  background-image: linear-gradient(180deg, #333 0%, #666 100%);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height:100%;
  margin: auto;
  width: 1px;
  z-index: -1;
}
.flow-head{
  font-size: 3.6rem;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  display:block;
  position: relative;
  }
.flow-head span{
  font-size: 2.4rem;
}
.flow-head p {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: .6rem 0;
  background: #1A1A1A;
}
.flow-body{
  border-radius: .4rem;
  background: #222;
  padding: 4rem;
  overflow: hidden;
  z-index: 2;
  width: 100%;
  position: relative;
}
.flow-body .flow-body__img{
  width:36%;
}
.flow-body .flow-body__img img{
  border-radius: .4rem;
  overflow: hidden;
}
.flow-body .flow-body__txt{
  width:58%;
}
.flow-body .flow-body__txt .ttl {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-size: 2rem;
  line-height: 1.6;
  padding: 1.6rem 0;
  margin-bottom: 2rem;
}
.flow-body p{
  text-align: left;
}
.flow-body .flow-body__txt .flow-level {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
}
.flow-level dt{
  color: #8D785A;
  line-height: 1.2;
  padding: 1rem 0 .2rem;
  letter-spacing: .12em;
}
.flow-level dd{
  padding: .1em 0 .6em;
}
@media only screen and (max-width: 960px) {
  .coating-flow-content{
    padding-top:10rem;
  }
  .flow-head{
    font-size: 2.8rem;
  }
  .flow-head span{
    font-size: 1.6rem;
  }
  .flow-body{
    padding: 3rem 2.5rem;
  }
  .flow-body .flow-body__img{
    width:100%;
    margin:0 0% 2.5rem;
  }
  .flow-body .flow-body__txt{
    width:100%;
  }
  .flow-body .flow-body__txt .ttl {
    font-size: 1.8rem;
    padding: 1rem 0;
    margin-bottom:12px;
  }
  .flow-level dd{
    text-align: left;
  }
}



/*====================================================================

= About

====================================================================*/

#p-about .about-wrap:not(:first-child){
  margin-top:14rem;
}
#p-about .about-intro{
  text-align: center;
}
#p-about .about-intro .slide-bg{
  margin-bottom: 6rem;
}
#p-about .about-data{
  overflow: hidden;
}
#p-about .about-data .swiper__area{
  margin: 0 calc(50% - 50vw);
}
#p-about .about-data .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
#p-about .about-data .carousel-slider .swiper-slide {
  max-width: 60rem !important;
  margin: 0 2rem 0;
  padding: 0 0 1rem 0;
}
#p-about .about-data .carousel-slider .swiper-slide img{
  border-radius: .4rem;
  overflow: hidden;
}
#p-about .about-data .shop-outline {
  border-top: 1px solid #333;
  text-align: left;
  width: 100%;
  margin-top:4rem;
}
#p-about .about-data .shop-outline tr {
  border-bottom: 1px solid #333;
}
#p-about .about-data .shop-outline th{
  width:18%;
  padding: 2.5rem 1rem;
  vertical-align: top;
  font-weight: bold;
}
#p-about .about-data .shop-outline td {
  padding: 2.5rem 1rem;
}
#p-about .about-data .shop-outline td .disc-list li{
	font-size:1.6rem;
}
#p-about .about-access iframe{
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}
#p-about .about-staff .staff-img{
  border-radius: .4rem;
  overflow: hidden;
}

#p-about .about-brand .brand-list{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 1rem;
  row-gap: 1rem;
}
#p-about .about-brand .brand-list a{
  border: 1px solid #333;
  border-radius: .3rem;
  display: block;
  filter: grayscale(100%);
  position: relative;
}
#p-about .about-brand .brand-list a:hover{
  filter:grayscale(0%);
  border: 1px solid #444;
}
#p-about .about-brand .brand-list li a[target=_blank]::after {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 9px;
  height: 9px;
  opacity: .5;
  background: url(../img/icon/link-blank.svg) no-repeat 50% 50%;
}

@media screen and (max-width: 960px) {
	#p-about .about-wrap:not(:first-child){
		margin-top:10rem;
	}
  #p-about .about-data .carousel-slider .swiper-slide {
    width: 80% !important;
    margin: 0 1rem 0;
  }
  #p-about .about-brand .brand-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1rem;
    row-gap: 1rem;
  }
  #p-about .about-intro .slide-bg{
    margin-bottom: 3rem;
  }
  #p-about .about-data .shop-outline th {
    padding: 1.6rem 0 .4rem;
    display: block;
    width: 100%;
  }
  #p-about .about-data .shop-outline td {
    display: block;
    padding:.4rem 0 1.6rem;
  }
	#p-about .about-data .shop-outline td .disc-list li{
		font-size:1.4rem;
	}
}



/*====================================================================

= Contact

====================================================================*/
#p-contact .inner {
  max-width: 94rem;
  padding: 0 2rem;
}
#p-contact .intro-disc-list{
  color: #e60012;
  margin-top:3rem;
}
#p-contact .disc-list li{
  font-size: 1.4rem;
}
#p-contact .disc-list li:before {
  background-color: #e60012;
}
#p-contact .disc-list li span {
  color: #e60012;
  background: linear-gradient(transparent 98%, #e60012 98%);
  display: inline;
  padding: 0.3em 0;
}
#p-contact .contact-form-box{
  margin-top:6rem
}
.contact-form-box .form-item{
  width: 100%;
  text-align: left;
  margin-bottom: 5rem;
}
.contact-form-box .form-item dt {
  text-align: left;
  font-weight: 500;
  width: 100%;
  position: relative;
  margin-bottom: 1.5rem;
}
.contact-form-box .form-item dd{
  width: 100%;
}
.contact-form-box .form-item dt.required::after {
  content: "(必須)";
  font-size: 1.2rem;
  font-weight: 400;
  color: #e60012;
  padding-left:1rem;
}
.contact-form-box .form-item dd .form-txt {
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
}
.contact-form-box .form-item dd .form-txt a{
  text-decoration: underline;
}
.contact-form-box .form-item dd .form-txt a:hover{
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .contact-form-box{
    margin-top:4rem;
  }
  .contact-form-box .form-item{
    margin-bottom: 3.2rem;
  }
}

/* #page-contact form select */
form .contact-form-box textarea,
form .contact-form-box input[type="text"],
form .contact-form-box input[type="tel"],
form .contact-form-box input[type="url"],
form .contact-form-box input[type="email"],
form .contact-form-box input[type="number"],
form .contact-form-box input[type="password"] {
  padding: 2rem 3.2rem 2rem 1.6rem;
  font-size: 16px;
  border: 1px solid #F5F5F5;
  background: #F5F5F5;
  border-radius: .4rem;
  box-shadow: none;
  max-width: 100%;
  width: 100% !important;
}
form .contact-form-box textarea:focus,
form .contact-form-box input[type="text"]:focus,
form .contact-form-box input[type="tel"]:focus,
form .contact-form-box input[type="url"]:focus,
form .contact-form-box input[type="email"]:focus,
form .contact-form-box input[type="number"]:focus,
form .contact-form-box input[type="password"]:focus {
  outline: none;
  background: #fff;
  box-shadow: 0px 0px 3px #e60012;
  border: 1px solid #e60012;
}

.inquiryBtn {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.inquiryBtn input {
  cursor: pointer;
  background: #b20d0d;
  color: #fff;
  border: none;
  border-radius: .4rem;
  font-size: 1.6rem;
  padding: 2.8rem 0;
  width: 34rem;
  margin: 0 .5rem .5rem;
}
.inquiryBtn .btn-back{
  background: #fff;
  color: #111;
}
.inquiryBtn input:hover {
  background: #ddd;
  color: #111;
}

@media screen and (max-width: 960px) {
  form .contact-form-box textarea,
  form .contact-form-box input[type="text"],
  form .contact-form-box input[type="tel"],
  form .contact-form-box input[type="url"],
  form .contact-form-box input[type="email"],
  form .contact-form-box input[type="number"],
  form .contact-form-box input[type="password"]{
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.4375;
    -webkit-appearance: none;
  }
  .inquiryBtn input {
   display: block;
   margin: 0 auto .5rem;
  }
}

/* セレクトボックス */
.contact-form-box .select {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.contact-form-box .select::before {
  position: absolute;
  top: 50%;
  margin-top: -0.2rem;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0.4rem 0 0.4rem;
  border-color: #a6a6a6 transparent transparent transparent;
  content: "";
  pointer-events: none;
  z-index: 1;
}
.contact-form-box .select select{
  appearance: none;
  color:#111;
  max-width: 100%;
  width: 100%;
  padding:1.7rem;
  border-radius: .3rem;
  padding-right: 1em;
  display: inline-block;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  box-shadow: none;
  outline: none;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  cursor: pointer;
}


.contact-form-box .wpcf7-validates-as-date {
  padding: 2rem 2rem 2rem 1.6rem;
  font-size: 16px;
  border: 1px solid #F5F5F5;
  background: #F5F5F5;
  border-radius: .4rem;
  box-shadow: none;
  max-width: 100%;
  width: 100% !important;
  position: relative;
  &::-webkit-calendar-picker-indicator {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  &::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    top: 32px;
    right: 20px;
    pointer-events: none;
 }
}




/* WRAPPING
---------------------------------*/


#service-coating .p-service-section:not(:first-child),
#service-film .p-service-section:not(:first-child){
  margin-top:10rem;
}
.service-menu__content{
  padding: 8rem 0 0;
}
.service-menu__item:nth-of-type(n+2) {
  margin-top: 14rem;
}
.service-menu__heading{
  position: relative;
  padding: 4rem 0 3rem;
}
.service-menu__heading:after {
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}
.service-menu__heading .sub-copy{
  font-size:1.4rem;
  line-height: 1.44;
  margin-bottom:1.2rem;
}
.service-menu__heading .ttl{
  font-size:4rem;
  font-weight: 500;
  line-height: 1.22;
}
.service-menu__body{
  margin-bottom:6rem;
}
.service-menu__pic{
  margin:4rem 0;
}
.service-menu__pic img{
  border-radius: .3rem;
  overflow: hidden;
}
.service-menu__body .more-box{
  border: 1px solid #333;
  padding:2rem;
  overflow: hidden;
  margin-top:40px;
  position: relative;
  width: 100%;
  border-radius: .3rem;
  font-size: 1.4rem;
}
.more-box__head{
  font-size:1.8rem;
  color:#fff;
  margin-bottom:2.5rem;
  display: inline-block;
  background: linear-gradient(#fff,#fff) 0 100%/100% 1px no-repeat;
}

.service-menu__body .more-box .disc-list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2rem;
  row-gap: 1rem;
  margin-bottom:1rem;
}
.service-menu__body .more-box .disc-list100{
  grid-template-columns: repeat(1, 1fr);
}
.service-menu__body .more-box .disc-list li{
  line-height: 1.5;
  margin:0 !important;
}
@media screen and (max-width: 960px) {
  .service-menu__body .more-box .disc-list{
    grid-template-columns: repeat(1, 1fr);
  }
}
.service-menu__feature,
.service-menu__price{
  margin-bottom:6rem;
}
.service-menu__feature .ttl,
.service-menu__price .ttl{
  padding: 1.2rem 1rem 1.4rem 2.4rem;
  background: rgba(204,204,204,.15);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 24px;
  border-radius: 0.3rem;
  position: relative;
}
.service-menu__feature .ttl:before,
.service-menu__price .ttl:before {
  content: "";
  position: absolute;
  left: 1rem;
  height: 1.5rem;
  width: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  height: 1.5rem;
  background: rgba(255,255,255,.7);
}
.service-menu__feature-list{
  border-top: rgba(255,255,255,.1) solid 1px;
  margin-bottom:3rem;
}
.service-menu__feature-list li {
  width: 100%;
  line-height: 1.4;
  border-bottom: rgba(255,255,255,.1) solid 1px;
  padding: 3.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-menu__feature-list li .icon{
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background-color: #fff;
}
.service-menu__feature-list li .icon img {
  width: 60px;
}
.service-menu__feature-list li .txt-row{
  width: calc(100% - 140px);
  line-height: 1.66;
}
.service-menu__feature-list li .heading{
  font-size:2rem;
  line-height: 1.22;
  margin-bottom:2rem;
}
.service-menu__feature .lead-catch {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}
.ceramic-ion-img{
  margin-top:2.4rem;
}
.service-menu__feature-list-9h{
  border-top: rgba(255,255,255,.1) solid 1px;
  margin-bottom:3rem;
}
.service-menu__feature-list-9h li {
  width: 100%;
  line-height: 1.4;
  border-bottom: rgba(255,255,255,.1) solid 1px;
  padding: 3.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-menu__feature-list-9h li .service-menu__feature-heading{
  width: 45%;
}
.service-menu__feature-list-9h li .service-menu__feature-txt{
  width: 50%;
}

.service-menu__feature-heading .num{
  font-size:1.2rem;
  opacity: .6;
  margin-bottom:1rem;
}
.service-menu__feature-heading .num span{
  font-size:1.6rem;
}
.service-menu__feature-heading .catch{
  font-size:2rem;
}
.service-menu__feature-list-feynlab{
  margin-top:2.4rem;
}
.service-menu__feature-list-feynlab img{
  border-radius: .4rem;
  overflow: hidden;
}
.service-menu__feature-list-feynlab-txt{
  margin-top:1rem;
  font-size:1.4rem;
  text-align: center;
}


@media screen and (max-width: 960px) {
  .service-menu__feature-list{
    margin-bottom:2rem;
  }
  .service-menu__feature-list li {
    padding: 2rem 0;
  }
  .service-menu__feature-list li .icon{
    width: 70px;
    height: 70px;
  }
  .service-menu__feature-list li .icon img {
    width: 50px;
  }
  .service-menu__feature-list li .txt-row{
    width: calc(100% - 90px);
  }
  .service-menu__feature-list li .heading{
    font-size:1.6rem;
    margin-bottom:1.2rem;
  }
  .service-menu__feature .lead-catch {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
  .service-menu__feature-list-9h li {
    padding: 2rem 0;
  }
  .service-menu__feature-list-9h li .service-menu__feature-heading{
    width: 100%;
  }
  .service-menu__feature-list-9h li .service-menu__feature-txt{
    width: 100%;
  }

  .service-menu__feature-heading .num{
    font-size:1.2rem;
    opacity: .6;
    margin-bottom:10px;
  }
  .service-menu__feature-heading .num span{
    font-size:1.4rem;
  }
  .service-menu__feature-heading .catch{
    font-size:1.8rem;
    margin-bottom:1.6rem
  }
}


.related-entry .ttl{
  padding: 1.2rem 1rem 1.4rem 2.4rem;
  background: rgba(204,204,204,.15);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 2.4rem;
  border-radius: 0.3rem;
  position: relative;
}
.related-entry .ttl:before {
  content: "";
  position: absolute;
  left: 1rem;
  height: 1.5rem;
  width: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  height: 1.5rem;
  background: rgba(255,255,255,.7);
}

@media screen and (max-width: 768px) {
  .service-menu__content{
    padding: 6rem 0 0;
  }
  .service-menu__item:nth-of-type(n+2) {
    margin-top: 10remx;
  }
  .service-menu__heading{
    padding: 3rem 0 2rem;
  }
  .service-menu__heading .sub-copy{
    font-size:1.2rem;
  }
  .service-menu__heading .ttl{
    font-size:3rem;
  }
  .service-menu__body{
    margin-bottom:4rem;
  }
  .service-menu__feature{
    margin-bottom:4rem;
  }
  .service-menu__price{
    margin-bottom:4rem;
  }
  .service-menu__pic{
    margin:2rem 0;
  }
  .service-menu__body .more-box{
    margin-top:2.5rem;
  }
  .more-box__head{
    font-size:1.6rem;
    margin-bottom:1.5rem;
  }
  .service-menu__feature .ttl,
  .related-entry .ttl,
  .service-menu__price .ttl{
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }
}


/* Coating
---------------------------------*/
.service-index__intro .service-intro-heading{
	font-size: 5rem;
	line-height: 1;
}
.coating-content{
  padding: 10rem 2rem 0;
}
.coating-wrap:nth-of-type(n+2) {
  margin-top: 14rem;
}
.coating-head_ttl{
  color: #fff;
  margin-bottom: 4rem;
  padding:1.6rem 0.6rem 1.3rem;
  text-align: center;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
}
.coating-head_ttl .en{
  font-size: 2.4rem;
  line-height: 1.2;
  display: block;
}
.coating-head_ttl .en span {
  /* display: block; */
  font-size: 2.8rem;
  letter-spacing: .08em;
}
.coating-head_ttl .jp{
  display: block;
  font-size: 1.4rem;
  padding-top:.8em;
}
.coating-head_ttl.ceramicpro-color{
  color:#e3007f;
}
.coating-head_ttl.mp-color{
  color:#00479d;
}

.coating-head_copy {
  font-size: 2.2rem;
  line-height: 1.6;
  margin: 0px 0 40px;
  position: relative;
  text-align: center;
}
.coating-row .more-box {
  border: 1px solid #222;
  padding:1.5rem 2em ;
  margin-top:2rem;
}
.other-coating .coating-row .coating-head_copy {
  font-size: 2rem;
  margin: 0px 0 2.5rem;
}
.other-coating .coating-row .pic{
  width: 35%;
}
.other-coating .coating-row .pic img{
 border-radius: 4px;
}
.other-coating .coating-row .txt{
  width: 60%;
}
.attension-list{
  margin-top:10rem;
  font-size:1.2rem;
}
@media screen and (max-width: 960px) {
  .service-index__intro .ceramic-logo{
    max-width: 240px;
  }
  .service-index__intro .gyeon-logo{
    max-width: 130px;
  }
  .service-index__intro .mp-logo{
    max-width: 160px;
  }
  .service-index__intro .yawara-logo{
    max-width:200px;
  }
  .service-index__intro .clear-logo{
    max-width: 180px;
  }
	.service-index__intro .service-intro-heading{
		font-size: 3.5rem;
	}
  .coating-content{
    padding: 60px 20px 0;
  }
  .coating-head_ttl{
    margin-bottom: 25px;
    padding:1.2em 0.6em;
  }
  .coating-head_ttl .en{
    font-size: 16px;
    font-size: 1.6rem;
  }
  .coating-head_ttl .en span{
    font-size: 2rem;
  }
  .coating-head_ttl .jp{
    font-size: 12px;
    font-size: 1.2rem;
  }
  .coating-wrap:nth-of-type(n+2) {
    margin-top: 100px;
  }
  .coating-head_copy {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0px 0 20px;
    text-align: left;
  }
  .other-coating .coating-row .coating-head_copy {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0px 0 20px;
  }
  .other-coating .coating-row .pic{
    width: 80%;
    margin:0 10% 25px;
  }
  .other-coating .coating-row .txt{
    width: 100%;
  }
}

.ceramic-point{
  margin:40px 0 40px;
}
.point-lead {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  position: relative;
}
.ceramic-point .point-lead{
  border-bottom: 1px solid #333;
  padding: 0 0 2rem 1.7rem;
}
.ceramic-point .point-lead:before {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  width: 2px;
  height: calc(100% - 2rem);
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .ceramic-point {
    margin: 40px 0 40px;
}
  .ceramic-point .row:nth-of-type(n+2) {
    margin-top: 40px!important;
  }
  .point-lead {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom:15px;
    padding: 0 1.7rem 1rem 1.7rem;
  }
  .ceramic-point .point-lead:before {
    height: calc(100% - 1rem);
  }
  .coating-head_ttl .en span{
    display: block;
  }
}

/* price */
.price-box {
  overflow: hidden;
  background: #fff;
  color:#111;
  margin-top: 2rem;
  border-radius: .4rem;
  overflow: hidden;
}
.price-box .ttl {
  font-size: 2rem;
  font-weight: 600;
  color:#111;
  margin-bottom: 10px;
  padding: 1.5rem .8rem .5rem;
  text-align: center;
  background: #fff;
}
.price-box .ttl.euro {
  color: #6501ee;
}
.price-box .ttl.jp {
  color: #1185ae;
}
.price-box .ttl-bg3 {
  margin-bottom: 1rem;
  padding: .8rem;
  text-align: center;
  background: #414449;
  color: #fff;
}
/* .table-scroll{
  margin: 1.5em;
} */
.price-box table {
  font-size: 1.4rem;
  line-height: 1.44;
  width:100%;
  border-top:1px solid #ddd;
}
.price-box table th{
  padding:1.2rem .8rem;
  border-bottom:1px solid #ddd;
  background: #f5f5f5;
  text-align:center;
  white-space:nowrap;
  vertical-align: middle;
}
.price-box table th span{
  display: block;
  font-size: 1.2rem;
  color:#666;
}
.price-box table td{
  padding:1.2rem .8rem;
  border-bottom:1px solid #ddd;
  border-left:1px solid #ddd;
  text-align:center;
  vertical-align: middle;
  letter-spacing: .1em;
  white-space:nowrap;
}
.th-bg {
  background: #3e4045;
  border-right: 1px solid #ddd;
}
.th-bg:last-child {
  border-right:none;
}
.mp-table td {
  width:15%;
}
.mp-table02 th{
  width:12.5%;
}
.table-row2 th{
  width:50%;
}
.table-row3 th{
  width:33.33%;
}
.table-row4 th{
  width:25%;
}
.table-row5 th{
  width:20%;
}
.table-row6 th{
  width:16.6%;
}
.other-coating .price-box{
  /* padding:1.5rem; */
  margin-top:4rem;
}

@media only screen and (max-width: 960px) {
  .table-scroll, .sizerow table {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1rem;
  }
  /* .price-box table {
    min-width:700px;
  } */
  .price-box table {
    font-size: 1.3rem;
  }
  .price-box table th {
    padding:1rem;
    text-align:center;
    width:20%;
  }
  .price-box table td {
    padding:1rem;
    line-height:1.2;
  }
  .price-box .ttl,.price-box .ttl-j {
    font-size: 1.6rem;
    padding: 1.2rem .8rem;
  }
  .table-scroll {
    margin: 1em;
  }
  .other-coating .price-box{
    /* padding:1rem; */
    margin-top:2rem;
  }
}

.gtechniq-intro{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2rem;
  row-gap: 2rem;
}
.gtechniq-intro li{
  border-radius: .4rem;
  border:1px solid #222;
  overflow: hidden;
}
.gtechniq-feature-list li .pic-row img{
  border-radius: .4rem;
  overflow: hidden;
}
.gtechniq-feature-list li:nth-child(n+2){
  margin-top:4rem;
}
.gtechniq-feature-list li .txt-row{
  margin-top:.8rem;
}
.gtechniq-feature-list li .txt-row .heading{
  font-size: 2rem;
  line-height: 1.22;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 960px) {
  .gtechniq-feature-list li .txt-row{
    margin-top:2rem;
  }
  .gtechniq-feature-list li .txt-row .heading{
    font-size: 1.8rem;
  }
}


/*CAR SIZE
-----------------------------------------------------------*/
#european{
  margin-bottom:9rem;
}
.accordion dt {
  color: #fff;
  font-size: 2.0rem;
  font-weight:500;
  padding: 1.6rem 2.4rem;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  border-radius: .4rem;
}
#european .accordion dt {
  background:#37147c;
  color:#fff;
}
#japnese .accordion dt {
  background:#084584;
  color:#fff;
}
.accordion dt:hover {
  background:#333;
  text-decoration: none;
}
.toggle_icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: #fff;
  display: block;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}
.toggle_icon:before, .toggle_icon:after {
  display: block;
  content: '';
  background-color: #111;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toggle_icon:before {
  width: 2px;
  height: 10px;
}
.accordion dt.active .toggle_icon:before {
  content: normal;
}

.accordion dd {
  padding: 4px 0 30px 0;
}
.accordion dd + dt {
  margin-top: 12px;
}
.accordion dd:last-child {
  padding-bottom: 0;
}
.sizerow table {
  width:100%;
  background: #fff;
  border-top:1px solid #c5c5c5;;
  color:#111;
  font-size:1.4rem;
}
.sizerow table th {
  padding:1.5rem;
  border-bottom:1px solid #c5c5c5;;
  /* color:#fff; */
  text-align:center;
  width:24%;
  background:#e2e2e2;
}
.car-size {
  border-right: 1px solid #c5c5c5;;
}
.sizerow table td {
  padding:1.5rem;
  border-bottom:1px solid #c5c5c5;;
  line-height:1.2;
}

@media only screen and (max-width: 960px) {
  .accordion dt {
    font-size: 1.2rem;
    padding: 1rem 4rem 1rem 1rem;
  }
  .accordion dt:after {
    top: 16px;
    right: 10px;
    width: 14px;
    height: 14px;
  }
  .accordion dt.active:after {
    top: 16px;
    right: 10px;
    width: 14px;
    height: 14px;
  }
  .sizerow table {
    font-size:1.2rem;
  }
  .sizerow table th {
    padding:10px;
  }
  .sizerow table td {
    padding:10px;
  }
}


/*====================================================================

= Privacy

====================================================================*/
#p-privacy .inner {
  max-width: 94rem;
  padding: 0 2rem;
}
#p-privacy .privacy-wrap:not(:last-child) {
  margin-bottom: 8rem;
}
.p-privacy-ttl{
  font-size: 2rem;
  line-height: 1.44;
  padding: 2.4rem 0;
  margin-bottom: 2.4rem;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
}
#p-privacy .privacy-wrap .num-list{
  margin-top:2.4rem;
}
@media screen and (max-width:960px) {
  #p-privacy .privacy-wrap:not(:last-child) {
    margin-bottom: 6rem;
  }
  .p-privacy-ttl{
    font-size: 1.6rem;
    padding: 2rem 0;
    margin-bottom: 2.4rem;
  }
}


body{
  transition: background-color 0.5s ease;
}
body.bg-scroll{
  background: rgb(255, 255, 255);
  color:rgb(17, 17, 17);
}
body.bg-scroll .blog-list {
  /* border-top: rgba(0, 0, 0, .1) solid 1px; */
	background-image: linear-gradient(to right, #888 1px, transparent 1px);
}
body.bg-scroll .blog-list .blog-list__item {
  /* border-bottom: rgba(0, 0, 0, .1) solid 1px; */
	background-image: linear-gradient(to right, #888 1px, transparent 1px);
}
body.bg-scroll .gallery-archive__item .gallery-archive__item-cate::after {
  border-right:#B0B0AE solid 1px;
}
body.bg-scroll .link-btn {
  border: 1px solid #ddd;
}
body.bg-scroll .link-btn>span:after {
  color: #fff;
}
body.bg-scroll .btn-arw {
  background-color: #111;
}
body.bg-scroll .btn-arw svg {
  fill: #fff;
}
body.bg-scroll .btn-arw:before {
  background: #111;
}

@media (hover: hover) {
  body.bg-scroll .link-btn:hover {
    background: #111;
    border-color: #111;
  }
  body.bg-scroll .link-btn:hover .txt {
    color: #fff;
  }
  body.bg-scroll .link-btn:hover .btn-arw {
    background-color: #fff;
  }
}
@media (hover: none) {
  body.bg-scroll .link-btn:active {
    background: #111;
    border-color: #111;
  }
  body.bg-scroll .link-btn:active .txt {
    color: #fff;
  }
  body.bg-scroll .link-btn:active .btn-arw {
    background-color: #fff;
  }
}

body.bg-scroll .entry-taglist a {
  color: #888 !important;
}
body.bg-scroll .entry-taglist a:before {
  color: #888;
}
body.bg-scroll .entry-taglist a:hover {
 color:#111;
}
body.bg-scroll .entry-round-taglist a {
  color:#888 !important;
  border: rgba(0, 0, 0, .2) solid 1px;
}
body.bg-scroll .entry-round-taglist li a:before {
  color: #888 !important;
}
body.bg-scroll .entry-round-taglist li a:hover {
  border:1px solid #111;
  background: rgb(17, 17, 17);
  color: #fff !important;
}
body.bg-scroll .entry-round-taglist li a:hover:before {
  color: #fff !important;
}
body.bg-scroll #header .logo a svg {
  fill: #111;
}
