/* sp-style */
@charset 'utf-8';
/******************** 
　全ページ共通 
*********************/
/* 共通 */
html {font-size: 62.5%; /*ベースを10pxにしています*/}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ul {list-style: none;}

a{
  color: #000;
  text-decoration: none;
}

.color-link{
  color: #48899c;
  text-decoration: underline;
}

.btn {
  position: relative;
  display: block;
  width: 268px;
  font-size: 17px;
  border: 1px solid #000;
  position: relative;
  padding: 20px 30px;
  transition: 1.0s;
}

.btn::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  margin: auto 30px;
  width: 67px;
  height: 1px;
  border-radius: 1px;
}

.btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 32.95px;
}

.btn:hover {
  background-color:#000;
  color: #fff;
}

.btn:hover::after{
  background-color: #fff;
}

.roboto{font-family: 'Roboto', sans-serif;}

.f-yu{  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;}

.f-white{color: #fff;}

.sp-only{display: block;}

.pc-only{display: none;}

.big-tb{display: none;}

.tb{display: block;}

/* アニメーション */
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

/******************** 
　　ヘッダー・フッター・
　FAQ Contact・上部へ戻るボタン
*********************/
/* ヘッダー */
#common_header{
  background-color: #eeeae0;
  box-sizing: border-box;
  padding: 48px 30px;
  position: fixed;
  width: 100%;
  z-index: 9;
}

#common_header.mini{
  padding: 40px 30px;
}

.logo-box{
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
}

.logo{
  background-color: #eeeae0;
  border-radius: 50%;
  margin: 0 auto;
  width: 55%;
  top: 0;
  right: 39%;
  padding: 4% 0;
}

.logo-scroll{
  width: 67.5%;
  transition: 0.5s;
}

.logo-scroll.mini{width: 50%;}

.header-bar{
  display: flex;
  justify-content: flex-end;
}

.pc-sns-bar{display: none;}

.sp-sns-bar{
  display: flex;
  padding: 0 45px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  justify-content: center;
  top: 80vh;
}

.sns{
    padding-left: 10px;
}

.hamburger-btn-bars,
.hamburger-btn-bar {
  display: inline-block;
}

.hamburger-btn-bars {
  position: relative;
  width: 50px;
  height: 30px;
  margin: 5px 0;
}

.hamburger-btn-bar,.hamburger-btn-bar-close {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
}

.hamburger-btn-bar:nth-of-type(1) {
  top: 0;
}
.hamburger-btn-bar:nth-of-type(2) {
  top: 14px;
}
.hamburger-btn-bar:nth-of-type(3) {
  bottom: 0;
}

.menu-open{
  background-color: #eeeae0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 45px 35px;
  width: 100%;
  height: 100vh;
}

.menu-logo-box{
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
}

.menu-logo{
  background-color: #eeeae0;
  border-radius: 50%;
  margin: 30px auto;
  max-width: 404px;
  width: 27%;
  top: 0;
}

.logo img{
  width: 67.3%;
}

.hamburger-bar{
  display: flex;
  justify-content: flex-end;
}

.menu-open{display: none;}

#hamburger-btn-close{
  margin-top: 17px;
}

.hamburger-btn-bar-close:nth-of-type(1) {
  transform: rotate(-45deg);
}
.hamburger-btn-bar-close:nth-of-type(2) {
  transform: rotate(45deg);
}

.menu-logo img{
  width: 100%;
}

.menu{
  display: flex;
  flex-wrap: wrap;
  font-size: 3.2rem;
  letter-spacing: 0.02em;
  width: 48%;
  margin: 20vh auto 0;
}

.menu li{
  border-bottom: 1px solid #000;
  padding: 40px 0 20px 5px;
}

.sns a{display: block;}

.menu .home{width: 100%;}

.menu .a-menu,.menu .b-menu{width: 48.1%;}

.menu .b-menu{margin-left: 3.8%;}

/* FAQ Contact */
.faq-contact{
  text-align: center;
}

.faq, .contact{
  width: 100%;
}

.faq-contact a{
  display: block;
  padding: 95px 7%;
}

.faq a{
  color: #fff;
  background-color: #000;
}

.contact a{
  background-color: #879ca2;
}

.faq-title, .contact-title{
  font-size: 38px;
  margin-bottom: 10px;
}

.sub-title{
  font-size: 16px;
  margin-bottom: 25px;
}

.faq-text, .contact-text{
  font-size: 15px;
  line-height: 23.39px;
}

.faq:hover,
.contact:hover{
  opacity: 0.5;
  cursor: pointer;
}

/* フッター */
.footer-wrap{
  text-align: center;
}

.footer-pic{
  background: url(../img/footer-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 103px 7% 80px;
}

.footer-pic-box{
  max-width: 285px;
  margin: 0 auto;
}

.footer-pic-box img{width: 100%;}

.common-footer{
  background-color: #eeeae0;
  padding: 40px 6% 48px;
}

.footer-sns-bar{
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.footer-sns-bar li{
  width: 16%;
}

.footer-sns-bar li img{
  width: 100%;
}

.footer-menu{
  font-size: 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 75px;
}

.footer-menu li{
  border-bottom: 1px solid #000;
  padding: 40px 0 20px;
}

.footer-menu .home{
  width: 100%;
}

.footer-menu .a-menu, .footer-menu .b-menu{
  width: 45.5%;
}

.copyright{
  font-size: 22px;
}

/* 上部へ戻るボタン */
.scroll_button a{
  position: fixed;
  display: block;
  right: 5%;
  bottom: 5%;
  background: #000;
  color:#fff;
  padding:20px;
  z-index: 999;
}

.back-to-top {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #fff;
  text-decoration: none;
}

.back-to-top::before {
  content: '';
  width: 20px;
  height: 20px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -4px;
  transform: rotate(-45deg);
}

@media (max-width:736px){
    /* ヘッダー */
    #common_header{
      padding: 15px;
    }
  
    #common_header.mini {
      padding: 10px 15px;
    }
  
    .hamburger-btn-bars{width: 40px;}
  
    .logo{width: 215px;}
  
    .menu-open{padding: 15px;}
  
    .menu{
      width: 100%;
      font-size: 23.51px;
      margin-top: 12vh;
    }
  
    .menu li{
      padding-top: 25px;
    }
  
    .menu-logo{width: 143px;}
  
    .b-menu {
      margin-left: 7.8%;
    }
    .a-menu, .b-menu {
      width: 46.1%;
    }
    /* メインビジュアル */
    .main-contents{
      padding-top: 71px;
    }
  
    .main-visual .swiper-container {
      height: calc(100vh - 71px);
      padding-bottom: 30px;
    }
  
    .swiper-container {
      height: calc(100vh - 71px);
    }
  
    .slide01-text-box p,.slide02-text-box p,.slide03-text-box p {
      font-size: 20px;
      line-height: 33px;
      padding-bottom: 15px;
    }
  
    .slide01-text-box h2,.slide02-text-box h2,.slide03-text-box h2 {
      font-size: 35px;
      line-height: 43px;
    }
  
    .news{
      width: 100%;
    }
  
    .news-head, time, .news-text{
      font-size: 16px;
      padding-bottom: 5px;
    }
    
    time{
      font-size: 16px;
      width: 100%;
    }
  
    .news-text{
      width: 100%;
      font-size: 15px;
      padding: 0;
    }
  
    .more{
      width: 200px;
      font-size: 15px;
      padding: 15px 0;
    }
  
    /* フッター */
  .footer-menu li{
    padding: 20px 0;
  }

  .footer-menu li a,.copyright{
    font-size: 16px;
  }
}

@media (max-width:320px){
  /* ヘッダー */
  .sp-sns-bar{top: 90vh;}
}

/******************** 
  下層ページ共通
*********************/
/* トップビジュアル */
.page-top-visual{
  width: 100%;
  height: 420px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-top-titles{
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 87px;
}

.page-top-title{
  font-size: 58px;
  line-height: 100px;
}

.page-top-subtitle{
  font-size: 14px;
}

@media (max-width:736px){
  /* VANLIFE */
  .page-top-visual{
    height: 250px;
  }
  .page-top-titles{
    margin: 0;
  }

  .page-top-title{
    font-size: 38px;
    line-height: 60px;
  }
}

/******************** 
  Home 
*********************/
/* 共通 */
.section-title{
  font-family: 'Roboto', sans-serif;
  font-size: 74px;
  font-weight: bold;
  padding-bottom: 75px;
}

/* メインビジュアル */
.main-contents{
  padding-top: 70px;
}

.main-visual .swiper-container {
  width: 100%;
  height: 100vh;
  padding-bottom: 50px;
}

.main-visual .swiper-slide{
  display: flex;
  justify-content: center;
  align-items: center;
}

.scroll{
font-size: 16px;
position: absolute;
left: 25px;
bottom: 236px;
transform: rotate(90deg);
}

.scroll::after{
content: '';
position: absolute;
top: 0;
bottom: 0;
background-color: #fff;
margin: auto 10px;
width: 116px;
height: 1px;
border-radius: 1px;
}

.slide01-text-box,.slide02-text-box,.slide03-text-box{
text-align: center;
}

.slide01-text-box p,.slide02-text-box p,.slide03-text-box p{
font-size: 29.14px;
line-height: 42px;
padding-bottom: 30px;
}

.slide01-text-box h2,.slide02-text-box h2,.slide03-text-box h2{
font-size: 77.95px;
line-height: 92.87px;
}

.slide01{
background: url(../img/top-img-sp01.jpg) no-repeat;
background-size: cover;
background-position: 0 20%;
}

.swiper-btn-box{
position: absolute;
bottom: 135px;
right: 140px;
}

.swiper-btn-box .swiper-button-prev{
top: 0;
left: 0;
}

.swiper-btn-box .swiper-button-next{
top: 0;
left: 57px;
}

.news{
display: flex;
flex-wrap: wrap;
position: absolute;
bottom: 16%;
left: 8.8%;
}

.news-head{
font-size:32px;
font-weight: bold;
width: 100%;
padding-bottom: 20px;
}

time{
font-size:28px;
}

.news-text{
font-size:28px;
padding-left: 35px;
font-weight: bold;
}

.more{
  width: 230px;
  font-size: 32.95px;
  padding: 15px 0;
  border: 1px solid #fff;
  text-align: center;
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: auto;
}

.news-text a,
.more a{color: #fff;}

.news-text a:hover,
.more a:hover{
  text-decoration: underline;
}

.main-visual span.swiper-pagination-bullet {
  width: 45px;
  height: 5px;
  display: inline-block;
  border-radius: 0;
  background: #000;
  opacity: .2;
}

.main-visual span.swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}

/* Line up */
.line-up{
  width: 1500px;
  max-width: 100%;
  margin: 0 auto;
}
.line-up-inner{
  padding: 130px 10px;
}

.line-up-title{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.line-up-title .section-title{
  padding: 0;
}

.line-up-title::before, .line-up-title::after {
  border-top: 1px solid;
  content: "";
  width: 58px;
}

.line-up-title::before {
  margin-right: 25px;
}

.line-up-title::after {
  margin-left: 25px;
}

line-up .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  top: 0;
}

.line-up .swiper-container{
  height: 1100px;
}

.line-up-slide{
  background: url(../img/lineup-bg.jpg) no-repeat;
  background-size: 75% auto;
  background-position: 50% 30%;
}

:root {
  --swiper-theme-color: #000;
}

.swiper-button-next.lineup-next,
.swiper-button-prev.lineup-prev {
  width: 85px;
  height: 85px;
  top: 65%;
}
.swiper-button-prev.lineup-prev{
 background: url(../img/arrow01.jpg);
}

.swiper-button-next.lineup-next{
  background: url(../img/arrow01.jpg);
  transform: scale(-1, 1);
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
  display: none;
}

.line-up-slide{
  text-align: center;
}

.line-up-slide img{
  height: 400px;
  width: auto;
  max-width: 100%;
  margin-bottom: 20px;
}

.honda{margin-top: 27px;}
.toyota{margin-top: 21px;}

.maker{
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}

.car-name{
  font-size: 70px;
  font-weight: bold;
  margin-bottom: 15px;
}

.car-text{
  font-size: 28px;
  line-height: 50px;
  text-align: left;
  padding: 35px 20%;
}

.lineup-btn-wrapper .btn{
  margin: 0 auto;
}

/* Concept */
.concept{
  background-color: #eeeae0;
  position: relative;
  width: 1500px;
  max-width: 100%;
  margin: 0 auto;
}

.concept-inner{
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 6% 50px;
}

.concept-img{
  width: 100%;
  padding-bottom: 75px;
}

.concept-img img{width: 100%;}

.concept-text{
  width: 100%;
  font-size: 28px;
  line-height: 50px;
  letter-spacing: 0.2;
}

.concept-text p{
  padding-bottom: 70px;
  font-weight: bold;
}

.concept-btn-wrapper .btn{
  margin: 0 auto;
}

/* instagram */
.instagram-inner{
  width: 1500px;
  max-width: 100%;
  margin: 0 auto;
  height: 500px;
  margin-bottom: 230px;
  position: relative;
}

.instagram-inner ul{
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.instagram-inner ul li{
  width: 33.333%;
  position: relative;
}

.instagram-inner ul li:before{
  content: "";
  display: block;
  padding-top: 100%;
}

.instagram-inner ul li img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

.insta-img:hover {
  opacity: 0.5 ;
  cursor: pointer;
}

.insta01{background: url(../img/insta01.jpg) center;}
.insta02{background: url(../img/insta02.jpg) center;}
.insta03{background: url(../img/insta03.jpg) center;}
.insta04{background: url(../img/insta04.jpg) center;}
.insta05{background: url(../img/insta05.jpg) center;}
.insta06{background: url(../img/insta06.jpg) center;}
.insta07{background: url(../img/insta07.jpg) center;}
.insta08{background: url(../img/insta08.jpg) center;}
.insta09{background: url(../img/insta09.jpg) center;}
.insta10{background: url(../img/insta10.jpg) center;}

.instagram-title{
  font-size: 83.53px;
  line-height: 116.95px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 26%;
  text-align: center;
  right: 0;
  left: 0;
  text-shadow: 1px 1px 3px #808080; 
}

.insta-btn-wrapper{
  padding-top: 45px;
}

.insta-btn-wrapper .btn{
  margin: 0 auto;
}

/* News */
.news-sec{
  background-color: #eeeae0;
}

.news-sec-inner{
  width: 1500px;
  max-width: 100%;
  margin: 0 auto;
}

.news-boxes{
  width: 1147px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}

.news-section-title{
  position: relative;
  top: -30px;
}

.news-boxes ul{
  display: flex;
  flex-wrap: wrap;
  padding-left: 4%;
}

.news-box{
  width: 100%;
  margin-bottom: 20px;
}

.news-img{margin-bottom: 10px;}

.news-img img{
  width: 100%;
}

.date,.news-title{
  font-size: 16px;
  line-height: 26px;
}

.news-btn-wrapper{
  padding: 60px 0;
}

.news-btn-wrapper .btn{
  margin: 0 auto;
}

.news-box a:hover{
  color: #682929;
  opacity: 0.5;
}

.news-img img:hover{
  opacity: 0.5;
}

@media (max-width:736px){
  /* 共通 */
    .section-title{
      font-size: 35px;
      padding-bottom: 35px;
  }

  #home .slide01-text-box h2,#home .slide02-text-box h2,#home .slide03-text-box h2 {
    font-size: 36px;
    line-height: 36px;
  }

  #home .news-head, time, .news-text {
    font-size: 16px;
    padding: 0 0 5px 0;
 }

  /* Line up */
  .line-up-inner {
    padding: 60px 10px;
  }

  .swiper-button-next.lineup-next,
  .swiper-button-prev.lineup-prev{
    background-size: contain;
    width: 45px;
    height: 45px;
    top: 75%;
  }

  .line-up-slide img {
    height: auto;
  }

  .maker{
    font-size: 16px;
    margin-bottom: 5px;
  }
  
  .car-name{
    font-size: 35px;
  }
  
  .car-text{
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    padding: 25px 10%;
  }

  .line-up-slide{
    background-size: 85% auto;
    background-position: 50% 10%;
  }

  .swiper-button-next.lineup-next, .swiper-button-prev.lineup-prev{
    top: 55%;
  }

  .line-up .swiper-container{
    height: 650px;
  }
  
  /* Concept */
  .concept-text{
    font-size: 14px;
    line-height: 30px;
  }
  .concept-img{padding-bottom: 30px;}

  .concept-text p{
    padding-bottom: 20px;
    line-height: 25px;
  }

  .btn a{font-size: 16px;}

 /* instagram */
  .instagram-inner{
    height: 420px;
  }
  .instagram-inner ul{
    overflow: hidden;
  }

  .instagram-inner ul li{
    width: 50%;
  }

  .instagram-title{
    font-size: 40px;
    line-height: 50px;
    top: 32%;
  }

  /* News */
  .news-section-title{
    position: relative;
    top: -20px;
  }
}

@media (max-width:320px){
  /* メインビジュアル */
  .slide01-text-box p,.slide02-text-box p,.slide03-text-box p{
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 5px;
  }

  .slide01-text-box h2,.slide02-text-box h2,.slide03-text-box h2{
    font-size: 30px;
    line-height: 30px;
  }

  span.news-head.roboto{width: 50px;}
  
  time{
    font-size: 14px;
    display: inline-block;
    width: 70%;
  }

  .news-text{font-weight: normal;}

  .more{
    padding: 10px 0;
    bottom: 3%;
  }

  /* concept */
  .concept-inner{padding: 60px 10px 50px;}

  .concept-text p{
    font-size: 13px;
    line-height: 20px;
  }

  /* News */
  .news-title{font-size: 16px;}

  .news-btn-wrapper {
    padding: 30px 0;
  }
}

/******************** 
  Concept 
*********************/
#concept .page-top-visual{
  background: url(../img/concept-top.jpg) no-repeat center;
}

/* VANLIFE */
.contents{padding-bottom: 70px;}

.vanlife-box-outer.outer-bg{
  background-color: #eeeae0;
}

.vanlife-box{
  width: 100%;
  padding: 70px 5%;
}

.vanlife{
  max-width: 100%;
  margin: 0 auto;
}

.vanlife02{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.concept-section-title{
  font-family: 'Roboto', sans-serif;
  font-size: 56px;
  font-weight: bold;
  letter-spacing: 1.7px;
  padding-bottom: 39px;
}

.vanlife-subtitle{
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 50px;
  padding-bottom: 22px;
}

.vanlife-ex{
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 28px;
  padding-bottom: 32px;
}

.vanlife-img img{width: 100%;}

.concept-btn-wrapper .btn{
  margin: 0 auto;
}

@media (max-width:736px){
  /* VANLIFE */
  .page-top-visual{
    height: 250px;
  }
  .page-top-titles{
    margin: 0;
  }

  .vanlife-box{
    padding: 70px 15px 40px;
  }

  .concept-section-title{
    font-size: 30px;
  }

  .vanlife-subtitle{
    font-size: 18px;
    letter-spacing: inherit;
    line-height: 30px;
  }

  .life-text01 .vanlife-subtitle{
    font-size: 17px;
  }

  .vanlife-ex{
    font-size: 15px;
    letter-spacing: inherit;
    padding-bottom: 15px;
  }
}

@media (max-width:320px){
  .vanlife-box{
    padding-right: 10px;
    padding-left: 10px;
  }

  .life-text01 .vanlife-subtitle,
  .life-text03 .vanlife-subtitle {
    font-size: 15px;
  }

  .vanlife02 .concept-section-title{
    font-size: 26px;
  }
}

/******************** 
  NEWS
*********************/
#news .page-top-visual{
  background-image: url(../img/news-top.jpg);
  background-size: cover;
}

.news-contents-inner{
  max-width: 100%;
  margin: 0 auto;
  padding: 145px 5% 174px;
}

.news-flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 18px;
}

#news .news-box{
  width: 48%;
  margin-bottom: 60px;
}

#news .news-img{
  width: 100%;
  margin-bottom: 20px;
}

#news .news-img img{
  width: 100%;
}

#news .date{
  font-size: 13px;
  line-height: 22px;
}

#news .news-title{
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.8px;
}

/* pager */
.pager{
  width: 100%;
  display: flex;
  justify-content: space-between;
  border: 1px solid #dfdfdf;
  text-align: center;
  font-size: 16px;
}

.page-numbers{
  width: 26%;
  display: flex;
}

.page-number{
  width: 20%;
  display: block;
  padding: 25px 0;
}

.prev, .next{
  width: 10%;
  padding: 25px 0;
}

.prev{
  position: relative;
  padding-left: 10px;
  border-right: 1px solid #dfdfdf;
}

.prev a::before{
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  left: 5px;
  border-right: solid 2px #dfdfdf;
  border-top: solid 2px #dfdfdf;
  transform: rotate(-135deg) scale(.66666666);
}

.next{
  position: relative;
  padding-right: 10px;
  border-left: 1px solid #dfdfdf;
}

.next a::before{
  content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    right: 5px;
    border-right: solid 2px #dfdfdf;
    border-top: solid 2px #dfdfdf;
    transform: rotate(45deg) scale(.66666666);
}

.page-number, 
.page-number:last-child{
  border-right: 1px solid #dfdfdf;
}

.page-number:first-child{
  border-left: 1px solid #dfdfdf;
}

/* .current{
  background-color: #c4c4c4;
} */

@media (max-width:736px){
  .news-contents-inner {
    padding: 50px 5%;
  }

  #news .news-box{
    width: 100%;
    margin-bottom: 20px;
  }

  #news .news-img{
    margin-bottom: 10px;
  }

  .pager{
    font-size: 12px;
  }

  .prev,.next{
    width: 18%;
    padding: 25px 0;
  }
  .prev a::before{
    left: 2px;
  }
  .next a::before{
    right: 2px;
  }

  .page-numbers{
    width: 64%;
  }
}

/******************** 
  NEWS_details
*********************/
#news_details .page-top-visual{
  background-image: url(../img/news-top.jpg);
  background-size: cover;
}

.news-details-contents-inner{
  width: 1154px;
  max-width: 100%;
  padding: 125px 0 145px;
  margin: 0 auto;
}

.news-container{
  padding: 39px 0 154px;
  margin: 0 9%;
  border-top: 1px solid #ccc;
}

.newsdetails-title{
  /* width: 100%; */
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.57;
}

.newsdetails-time{
  font-size: 16px;
  text-align: right;
  padding-top: 10px;
  margin-bottom: 10px;
}

.newsdetails-img{
  width: 100%;
  margin: 0 auto 57px;
}

.newsdetails-img img{
  width: 100%;
}

.details-text{
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.4px;
}

.bold{font-weight: bold;}

.back-to-main{
  text-align: center;
  padding: 25px 0;
}

.newsdetails-pager{
  max-width: 100%;
  margin: 0 9%;
  display: flex;
  justify-content: space-between;
  border: 1px solid #dfdfdf;
  text-align: center;
  font-size: 16px;
}

@media (max-width:736px){
  .news-details-contents-inner{
    padding: 50px 0;
  }

  .news-container{
    padding: 20px 0 50px;
    margin: 0 5%;
  }
  .newsdetails-title{
    font-size: 20px;
  }

  .newsdetails-time{
    font-size: 12px;
  }

  .newsdetails-img{
    margin-bottom: 20px;
  }

  .details-text{
    font-size: 15px;
    line-height: 1.7;
  }

  .newsdetails-pager{
    font-size: 12px;
    margin: 0 5%;
  }
}

/******************** 
  Contact
*********************/
#contact .page-top-visual{
  background-image: url(../img/contact-top.jpg);
  background-size: cover;
}

.contact-contents-inner{
  max-width: 100%;
  margin: 0 auto;
  padding: 136px 0 149px;
}

.contact-ex{
  width: 86%;
  margin: 0 auto;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 2;
  margin-bottom: 65px;
}

.contact-box-outer{
  background-color: #f7f2e8;
  padding: 75px 0;
  margin:0 6.5%;
}

.contact-box{
  padding-bottom: 35px;
  margin: 0 5%;
}

.item{
  margin-bottom: 4px;
}

.label{
  display: inline-block;
  width: 40.5%;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 22px 0 22px 30px;
  position: relative;
}

.form-required{
  background-color: #b5b5b5;
  color: #fff;
  border-radius: 4px;
  font-size: 15px;
  padding: 5px 15px;
  position: absolute;
  top: 18px;
  right: 20px;
}

.inputs{
  width: 58%;
  height: 60px;
  background-color: #fff;
  border: none;
  padding: 23px 15px 22px 15px;
  vertical-align: top;
}

.ad-label{
  padding: 18px 0 89px 30px;
  vertical-align: top;
}

.ad-inputs{
  width: 58%;
  display: inline-block;
}

.postcode{margin-bottom: 4px;}

.postcode, .address{
  width: 100%;
  border: none;
  padding: 21px 0 23.5px 15px;
}

::placeholder{
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color:#d3d3d3
}

.inquiry-details{
  height: 318px;
}

.inquiry-inputs{
  height: 318px;
}

.privacy-link{
  font-size: 14px;
  letter-spacing: 1.4px;
  margin: 40px 0 58px;
  text-align: center;
}

input[type="submit"]{
  width: 280px;
  border-radius: 35px;
  font-size: 18px;
  color: #fff;
  background-color: #000;
  padding: 20px;
}

input[type="submit"]:hover{
  font-weight: bold;
  background-color:#682929;
  border: #682929;
  transition:0.5s;
}

.contact-btn{
  text-align: center;
}

@media (max-width:736px){
  .contact-contents-inner {
    padding: 50px 0;
  }

  .contact-box-outer {
    margin: 0 3%;
    padding: 20px 0;
  }

  .contact-ex{
    font-size: 13px;
    margin-bottom: 30px;
  }

  .label{
    background-color: #f7f2e8;
    padding-bottom: 10px;
  }

  .label,.inputs,.postcode,.address{
    width: 100%;
    padding-left: 10px;
  }

  .ad-inputs{width: 100%;}

  .ad-label{padding: 22px 0 10px 15px;}

  .inquiry-details{
    height: auto;
    padding-bottom: 10px;
  }

  .privacy-link {
    font-size: 12px;
    margin: 20px 0;
  }

  input[type="submit"]{width: 240px;}
}

/******************** 
  Gallery
*********************/
#gallery .page-top-visual{
  background-image: url(../img/gallery-top.jpg);
  background-size: cover;
}

.gallery-contents-inner{
  max-width: 100%;
  margin: 0 auto;
  padding: 145px 5% 174px;
  position: relative;
}

.gallery-flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 18px;
}

.gallery-box{
  width: 48%;
  margin-bottom: 30px;
  position: relative;
}

.gallery-img{
  width: 100%;
}

.gallery-img img{
  width: 100%;
}

.mask{
  background-color:	rgba(0,0,0,0.4);
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10%;
  opacity: 0;
}

.gallery-box:hover .mask{
  opacity: 1;
}

/* モーダル */
.modalarea {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    overflow-y: auto;
  background: rgba(30, 30, 30, 0.9);
}

.modal-bg {
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 30, 0.9);
}

.gallery-modal-wrapper {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.modal-contents img{
  width: 100%;
  margin-bottom: 35px;
}

.modal-text{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.close-modal-btn{
  position: absolute;
  top: -5rem;
  right: 0;
  cursor: pointer;
}

.close-modal-btn-bars{
  position: relative;
  width: 50px;
  height: 30px;
  margin: 5px 0;
}

.close-modal-btn-bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
}

.close-modal-btn-bar:nth-of-type(1) {
  transform: rotate(-45deg);
}
.close-modal-btn-bar:nth-of-type(2) {
  transform: rotate(45deg);
}

@media (max-width:736px){
  .gallery-contents-inner{
    padding: 50px 5%;
  }

  .gallery-box{
    width: 100%;
    margin-bottom: 30px;
  }

  /* モーダル */
  .modal-wrapper {
    width: 85%;
  }

  .close-modal-btn-bars {
    width: 35px;
    height: 35px;
  }

  .modal-text {
    font-size: 16px;
  }
}

/******************** 
  Line up
*********************/
#lineup .page-top-visual{
  background-image: url(../img/lineup-top.jpg);
  background-size: cover;
  background-position: center;
}

.lineup-img img{
  width: 100%;
}

.lineup-box{
  padding-top: 105px;
  margin-top: -50px;
}

.lineup-box-titles{
  width: 90%;
  margin: 0 auto;
  margin-bottom: 10px;
}

.lineup-car-no{
  font-size: 56px;
  font-weight: bold;
  letter-spacing: 2.4px;
  margin-bottom: 5px;
}

.lineup-car-name{
  font-size: 30px;
  font-weight: bold;
  color: #999;
}

.lineup-img{
  width: 90%;
  margin: 0 auto;
  padding-top: 20px;
}

.lineup-img img{
  width: 100%;
}

.price-list-outer{
  background-color: #eeeae0;
}

.price-list-box{
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.price-lists{
  width: 100%;
}

.price-lists-outer{
  width: 100%;
  margin: 0 auto;
}

.price-lists-in{
  width: 90%;
  margin: 0 auto;
  counter-reset:number; 
  list-style-type: none; 
  padding:53px 0 115px;
}

.price-lists-in04{
  padding:53px 0 180px;
}

.price-list{
  margin-bottom: 15px;
}

.price-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 35px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.price-list li a{
  text-decoration: underline;
}

.modal-underline{
  text-decoration: underline;
}

.modal-underline:hover{
  cursor: pointer;
}

.price-list li:before{
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display:inline-block;
  background: #000;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.price-text,.price-other-text{
  width: 64.7%;
  line-height: 24px;
}

.price-text,.price-text a,.price-yen,
.price-other-text,.price-other-yen{
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: bold;
}

.price-other{
  font-size: 20px;
  display: inline-block;
  position: relative;
  top: 10px;
  background-color: #eeeae0;
  padding-right: 20px;
}

.price-other-list{
  border-top: 1px dashed #000;
  padding: 30px 0 53px;
}

.price-other-list,.total-price{
  display: flex;
  justify-content: space-between;
}

.total-price{
  border-bottom: 3px solid #000;
}

.total-price-text{
  font-size: 28px;
  font-weight: bold;
  line-height: 64px;
}

.total-price-yen{
  font-size: 28px;
  font-weight: bold;
}

.b-yen{
  font-size: 56px;
}

/* モーダル内 */
.lineup-modal-wrapper{
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%);
  width: 90%;
}

.lineup-modal-contents{
  background-color: #fff;
}

.lineup-modal-titles{
  background-color: #eeeae0;
  padding: 44px 4.5% 25px;
}

.lineup-modal-title{
  font-size: 56px;
  font-weight: bold;
  margin-bottom: 10px;
}

.lineup-modal-subtitle{
  font-size: 20px;
}

.color-type-box{
  padding: 55px 4.5% 0;
  position: relative;
}

.color-type-box01::before{
  content: "";
  display: block;
  height: 70%;
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  z-index: 0;
  background-color: #f6f6f6;
}

.color-type-box02::before {
  content: "";
  display: block;
  height: 50%;
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  z-index: 0;
  background-color: #f6f6f6;
}

.color-type-box01{  margin-bottom: 15px;}

.sm-titles{
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}

.sm-title-flex{
  display: flex;
}

.sm-title{
  font-size: 28px;
  font-weight: bold;
}

.sm-title span{
  font-size: 16px;
  font-weight: normal;
  padding-left: 15px;
}

.sm-subtitle{
  font-size: 16px;
  font-weight: normal;
  padding: 8px 0 0 43px;
}

.sm-title-number{ position: relative;}

.sm-title:before{
  position: absolute;
  top: 50%;
  right: -30px;
  display: inline-block;
  background: #000;
  color: white;
  font-weight: bold;
  font-size: 16px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}

.stripe01::before{
  content: "1";
}

.stripe02::before{
  content: "2";
}

.other01::before{
  content: "1";
}

.other02::before{
  content: "2";
}

.modal-price{
  font-size: 16px;
  line-height: 28px;
}

.color-collection-wrap{
  display: flex;
}

.color-collection-wrap01{
  padding: 40px 0 20px 0;
}

.sp-margin{
  margin-bottom: 20px;
}

.color-collection li{
  width: 20%;
  text-align: center;
  z-index: 1;
}

.color-collection li:nth-child(n+2){
  margin-left: 6.66%;
}

.color-collection li img{
  width: 100%;
}

.color-en{
  font-size: 28px;
  font-weight: bold;
  white-space: nowrap;
  margin-bottom: 5px;
}

.color-ja{
  font-size: 15px;
}

.color-no{
  display: block;
  margin-top: 5px;
}

.lineup-modal-btn-wrapper{
  padding: 20px 0;
}

.lineup-modal-btn-wrapper .back-btn{
  display: block;
  width: 180px;
  margin: 40px auto;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  border: 1px solid #000;
}

@media (max-width:736px){
  .lineup-car-no {
    font-size: 30px;
    letter-spacing: 0.4px;
  }

  .lineup-car-name {
    font-size: 25px;
  }

  .price-lists-in{
    width: 94%;
    padding: 30px 0 60px;
  }

  .lineup-img{
    width: 94%;
  }

  .price-text, .price-other-text {
    width: 63%;
  }

  .price-list li{
    padding: 0.5em 0.5em 0.5em 23px;
  }

  .price-list li:before{
    font-size: 14px;
    width: 18px;
    height: 18px;
  }

  .price-text,.price-text a,.price-yen,
  .price-other-text,.price-other-yen{
    font-size: 14px;
  }

  .price-other-list{
    padding: 30px 0;
  }

  .total-price-text{
    font-size: 28px;
    line-height: 28px;
  }

  .b-yen {
    font-size: 30px;
  }
  /* モーダル内 */
  .lineup-modal-titles {
    padding: 20px 3% 15px;
  }

  .lineup-modal-title {
    font-size: 30px;
    margin-bottom: 5px;
  }

  .lineup-modal-subtitle {
    font-size: 15px;
  }
  .sm-titles{
    margin: 0 auto;
    padding-bottom: 0;
  }

  .sm-subtitle {
    padding: 5px 0 0 36px;
  }
  
  .sm-title {
    font-size: 20px;
  }

  .sm-title::before{
    font-size: 13px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    left: 56px;
  }

  .sm-title span {
    display: block;
    font-size: 15px;
    padding-left: 0px;
    padding: 10px 0;
  }

  .sm-title-flex {
    display: block;
  }

  .sm-subtitle {
    padding: 10px 0;
  }

  .modal-price {
    font-size: 14px;
  }

  .color-type-box {
    padding: 25px 3% 0;
  }

  .color-collection-wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .color-collection li{
    width: 45%;
    margin-bottom: 10px;
  }

  .color-collection li:nth-child(n+2) {
    margin-left: 0;
  }

  .modal-contents img{
    margin-bottom: 10px;
  }

  .sp-margin{
    margin-bottom: 0;
  }

  .color-en{
    font-size: 20px;
  }

  .color-type-box01::before{
    height: 80%;
    top: 22%;
  }

  .color-type-box02::before{
    height: 70%;
    top: 30%;
  }

  .lineup-modal-btn-wrapper .back-btn{
    margin: 20px auto;
  }
}

/******************** 
  FAQ
*********************/
#faq .page-top-visual{
  background-image: url(../img/faq-top.jpg);
  background-size: cover;
}

.faq-contents{
  width: 100%;
}

.faq-contents-inner{
  width: 100%;
  padding: 0 5% 65px;
}

.faq-box{
  padding-top: 65px;
}

.faq-box-title{
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 38px;
  margin: -10px 0 15px;
}

.faq-accordions{
  font-size: 16px;
  letter-spacing: 2px;
}

.accordion-container .accordion-title {
  position: relative;
  margin: 0;
  font-weight: bold;
  color: #000;
  cursor: pointer;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 27px 60px 27px 27px;
}

.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  transform: rotate(90deg);
  background: #000;
  transition: all .3s ease-in-out;
}

.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  background: #000;
  transition: all .2s ease-in-out;
}

.accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
}

.accordion-container .accordion-title.open::after {
  opacity: 0;
}

.accordion-content {
  background-color: #efefef;
  padding: 35px 70px 35px 49px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.answer-flex{
  display: flex;
}

.answer-bold{
  width: 3%;
  font-weight: bold;
  line-height: 32px;
}

.answer-texts{
  width: 97%;
  padding-left: 10px;
}

.answer-text01, .answer-text02{
  line-height: 32px;
}

.answer-text01{
  padding-bottom: 33px;
}
@media (max-width:736px){
  .faq-box-title{
    font-size: 30px;
    line-height: 30px;
  }

  .accordion-container .accordion-title{
    padding: 15px 60px 15px 15px;
  }

  .accordion-content {
    padding: 30px;
  }
}
@media (max-width:320px){
  .faq-contents-inner{
    padding: 0 10px 65px;
  }
}

/******************** 
  Privacy Policy
*********************/
#privacy .page-top-visual{
  background-image: url(../img/privacy-top.jpg);
  background-size: cover;
  background-position: 50%;
}

.privacy-contents-inner{
  width: 100%;
  padding: 75px 5% 100px;
  font-size: 16px;
  letter-spacing: 0.3px;
}

.privacy-text{
  padding-bottom: 66px;
  line-height: 32px;
}

.privacy-title{
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 33px;
}

.privacy-list01{
  padding-bottom: 28px;
}

.color-box{
  letter-spacing: 0.6px;
  background-color: #f6f6f6;
  padding: 35px;
  margin: 0 0 65px 0;
  list-style-type: decimal
}

.color-box li{
  margin-left: 20px;
}

.color-box li,.privacy-list01 li,.privacy-list02 li{
  line-height: 2;
}

@media (max-width:736px){
  .privacy-title{
    font-size: 26px;
    padding-bottom: 20px;
  }

  .color-box{
    padding: 20px;
  }
}

@media (max-width:320px){
  .privacy-contents-inner{
    padding: 45px 10px;
  }

  .privacy-title{
    font-size: 20px;
  }
}