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

body {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6em;
  word-wrap: break-word;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

*,
*::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: 1s;
}

.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%;
  height: auto;
}

.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-text {
  margin-bottom: 30px;
  font-size: 13px;
}

.footer-text p {
  margin-bottom: .5em;
}

.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: 100vw;
    /* height: calc(100vh - 71px);
    padding-bottom: 30px; */
  }

  .swiper-container {
    /* height: calc(100vh - 71px); */
  }

  .slide-text-box p {
    font-size: 20px;
    line-height: 33px;
    padding-bottom: 15px;
  }

  .slide-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;
}

.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;
}

.slide-text-box {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 2vh;
  text-align: center;
}

.slide-text-box h2 {
  font-size: 77.95px;
  line-height: 92.87px;
}

.slide-text-box p {
  font-size: 16px;
  line-height: 1.5;
  padding: 30px 0;
}

.slide-text-box p.translation {
  font-size: 13px;
}  

.swiper-slide {
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.slide01 {
  background-image: url(../img/top-img01_sp.jpg);
}

.slide02 {
  background-image: url(../img/top-img02_sp.jpg);
}

.slide03 {
  background-image: url(../img/top-img03_sp.jpg);
}

.slide04 {
  background-image: url(../img/top-img04_sp.jpg);
}

.slide05 {
  background-image: url(../img/top-img05_sp.jpg);
}

.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;
}

.info-bar {
  padding: 20px 0;
}

.news {
  display: block;
  margin-bottom: 10px;
  padding: 0 5%;
  color: #000;
}

.news-head {
  font-size: 20px;
  font-weight: bold;
}

time {
  font-size: 28px;
}

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

.more {
  width: 45%;
  font-size: 15px;
  margin: 0 auto;
  padding: 12px 0;
  border: 1px solid #000;
  text-align: center;
  color: #000;
}

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

.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: #fff;
  opacity: 0.4;
}

.main-visual span.swiper-pagination-bullet-active {
  background: #fff;
  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: 10px;
}

.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%;
  height: auto;
}

.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 ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

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

.instagram-inner ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.instagram-inner ul li:nth-child(n+5) {
  display: none;
}

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


.instagram-title {
  font-size: 48px;
  line-height: 1.2em;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 30%;
  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 {
  margin-top: 80px;
  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%;
  height: auto;
}

.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 .slide-text-box h2 {
    font-size: 9vw;
    line-height: 1.1;
    font-weight: bold;
  }

  #home .slide-text-box p {
    font-size: 4vw;
    line-height: 1.3;
    padding: 4vw 0;
  }

  #home .slide-text-box p.translation {
    font-size: 3vw;
  }

  #home .news-head,
  time,
  .news-text {
    display: block;
    width: 100%;
    padding: 0 0 5px 0;
    line-height: 1.4;
  }

  #home .news-head {
    font-size: 22px;
  }

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

  /* Line up */
  .line-up-inner {
    padding: 40px 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;
  }

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

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

  .slide-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%;
  height: auto;
}

#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 {
  border-right: 1px solid #dfdfdf;
}

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

.page-number:last-child {
  border: none;
}

.current {
  background-color: #eaeaea;
  color: #000;
}

@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%;
  height: auto;
}

.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 {
}

.inputs input,
.inputs textarea {
  border: none;
  padding: 22px 15px;
}

.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: 22px 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: 60%;
  border-radius: 35px;
  border: none;
  font-size: 18px;
  color: #fff;
  background-color: #000;
  padding: 20px;
}

input[type="submit"][name="submitBack"] {
  width: 30%;
  background-color: #666;
  margin-right: 5px;
}

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

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

.mw_wp_form_confirm .inputs,
.mw_wp_form_confirm .ad-inputs {
  padding: 0 0 20px;
  background-color: transparent;
  border-bottom: 1px solid #777;
}

@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 {
    width: 100%;
    background-color: #f7f2e8;
    padding-bottom: 10px;
    padding-left: 0;
    line-height: 1;
  }

  .inputs,
  .postcode,
  .address {
    width: 100%;
  }

  .ad-inputs {
    width: 100%;
  }

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

  .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%;
  height: auto;
}

.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.8);
}

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

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

.modal-contents img {
  width: 100%;
  height: auto;
  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%;
  height: auto;
}

.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%;
  height: auto;
}

.lineup-img .mainimg {
  margin-bottom: 10px;
}

.thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.thumb-list li {
  width: 23.4%;
  margin-bottom: 8px;
  margin-right: 2%;
}

.thumb-list li:nth-child(4n) {
  margin-right: 0;
}

.thumb-list li a {
  display: block;
  cursor: pointer;
}


.price-list-outer {
  padding-bottom: 60px;
  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: flex;
  align-items: center;
  position: relative;
  top: 10px;
  width: 100%;
  margin-bottom: 15px;
}

.price-other::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  margin-left: 10px;
  border-top: 1px dashed #000;
}

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

.total-price {
  /* display: flex;
  justify-content: space-between; */
}

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

.price-other-list li:before {
  position: absolute;
  content: "・";
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.total-price {
  margin-bottom: 20px;
  border-bottom: 3px solid #000;
  padding-bottom: 5px;
}

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

.total-price-text span {
  font-size: .85em;
}

.total-price-yen {
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  text-align: right;
}

.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%;
  height: auto;
}

.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 0;
  }

  .lineup-img {
    width: 94%;
  }

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

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

  .price-list li:before {
    font-size: 14px;
    width: 22px;
    height: 22px;
    letter-spacing: -.02em;
    line-height: 1.7;
    }

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

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

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

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

  .price-attn {
    padding: 0 3%;
  }
  
  .price-attn li {
    margin-bottom: 10px;
  }
  
  .price-attn a {
    text-decoration: underline;
  }
  

  /* モーダル内 */
  .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: 1px;
  border-top: 2px solid #000;
}

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

.accordion-container .accordion-title.open {
  background-color: #efefef;
}

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

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

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

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

.accordion-content {
  padding: 35px 27px;
  border-bottom: 1px solid #000;
}

.answer-flex {
  display: flex;
}

.answer-bold {
  width: 1.5em;
  font-weight: bold;
  line-height: 1.6em;
}

.answer-text {
  width: auto;
  padding-left: 15px;
}

.answer-text p {
  line-height: 1.6em;
  padding-bottom: 1em;
}

.answer-text p:last-child {
  padding-bottom: 0;
}

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

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

  .accordion-content {
    padding: 20px 10px;
  }
}
@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;
  }
}

/******************** 
  404
*********************/
.contents-404 {
  padding: 50px 0;
  text-align: center;
}

.contents-404 a {
  text-decoration: underline;
}
