@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/* base
==================================*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr {
  font-size: 14px;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  font-weight: 300;
}

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

.pc {
  display: none !important;
}


/* main
==================================*/
main {
  display: block; /*IE対策*/
  position: relative;
  z-index: 2;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100dvh;
  left: 0;
  top: 0;
  z-index: 998;
  background: rgba(0, 0, 0, .5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .4s ease, visibility .4s ease;
}

.no_move .overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#AllBox {
  width: 100%;
  word-break: break-word;
  padding-top: 50px;
}

.anchor_wrap {
  position: relative;
}

.anchor_wrap .anchor {
  position: absolute;
  z-index: -1;
  top: -50px;
}

/*　Retina対応時のCSS↓　*/
/* header
==================================*/
header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
}

header .header_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
}

header .header_inner .logo {
  width: 72px;
  line-height: 1;
  font-size: 1px;
}

header .header_inner .logo img {
  width: 100%;
}

header #menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 50px;
  z-index: 10;
}

header #menu-toggle .line {
  width: 30px;
  height: 2px;
  background: #000000;
  transition: transform .3s;
}

header #menu-toggle .line.show {
  background: #fff;
}

header #menu-toggle .line.show:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

header #menu-toggle .line.show:nth-child(2) {
  transform: translateY(-5px) rotate(-45deg);
}

header .header_links {
  display: none;
}

header .g-navi {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(114, 112, 109, .9);
  backdrop-filter: blur(20px);
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  height: 100dvh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 75px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

header.open .g-navi {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition:opacity .3s, visibility .3s;
}

header .g-navi ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

header .g-navi ul li,
header .g-navi ul li a {
  font-size: 16px;
  line-height: 3;
  display: block;
  font-family: 'Gill Sans';
  width: 100%;
  color: #fff;
  text-align: center;
}

@media (max-width: 999px) {
}

/* footer
==================================*/
footer {
  background: #000000;
  padding: 25px 0 10px;
}

footer .footer_links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 25px;
}

footer .footer_links li {
  font-size: 1px;
  line-height: 1;
  width: 17px;
}

footer .footer_links li img {
  width: 100%;
}

footer .footer_navi {
  border-top: 1px solid #787878;
  padding: 45px 0;
}

footer .footer_navi li,
footer .footer_navi li a {
  font-size: 12.5px;
  line-height: 3;
  letter-spacing: .035em;
  display: block;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  width: 100%;
  color: #fff;
}

footer .copyright {
  text-align: center;
  font-size: 10px;
  line-height: 1.35;
  font-family: "Open Sans", sans-serif;
  color: #787878;
}


/* MV
==================================*/
.main_visual {
  width: 100%;
  height: 100vh;
  position: relative;
}

.main_visual video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.main_visual .main_visual_catch {
  position: absolute;
  left: 0;
  top: 95px;
  z-index: 2;
  width: 100%;
  text-align: center;
}

.main_visual .main_visual_catch .title p {
  font-size: 22.5px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  letter-spacing: .085em;
  overflow: hidden;
}

.main_visual .main_visual_catch .title p span {
  display: inline-block;
  transform: translateY(100%);
  transition: transform .3s ease-in-out;
}

.main_visual .main_visual_catch .title p span:nth-child(1) {
  transition-delay: .5s;
}

.main_visual .main_visual_catch .title p span:nth-child(2) {
  transition-delay: .55s;
}

.main_visual .main_visual_catch .title p span:nth-child(3) {
  transition-delay: .6s;
}

.main_visual .main_visual_catch .title p span:nth-child(4) {
  transition-delay: .65s;
}

.main_visual .main_visual_catch .title p span:nth-child(5) {
  transition-delay: .7s;
}

.main_visual .main_visual_catch .title p span:nth-child(6) {
  transition-delay: .75s;
}

.main_visual .main_visual_catch .title p span:nth-child(7) {
  transition-delay: .8s;
}

.main_visual .main_visual_catch .title p span:nth-child(8) {
  transition-delay: .85s;
}

.main_visual .main_visual_catch .title p span:nth-child(9) {
  transition-delay: .9s;
}

.main_visual .main_visual_catch .title p span:nth-child(10) {
  transition-delay: .95s;
}

.main_visual .main_visual_catch .title p span:nth-child(11) {
  transition-delay: 1s;
}

.main_visual .main_visual_catch .title p span:nth-child(12) {
  transition-delay: 1.05s;
}

.main_visual .main_visual_catch .title p span:nth-child(13) {
  transition-delay: 1.1s;
}

.main_visual .main_visual_catch .title p span:nth-child(14) {
  transition-delay: 1.15s;
}

.main_visual .main_visual_catch .title p span:nth-child(15) {
  transition-delay: 1.2s;
}

.main_visual .main_visual_catch .title p span:nth-child(16) {
  transition-delay: 1.25s;
}

.main_visual .main_visual_catch .title p span:nth-child(17) {
  transition-delay: 1.3s;
}

#loading.loaded + #AllBox .main_visual .main_visual_catch .title p span {
  transform: translateY(0);
}

.main_visual .main_visual_catch .text {
  font-size: 10px;
  line-height: 1.35;
  color: #fff;
  margin-top: 22px;
  letter-spacing: .03em;
}

.main_visual .main_visual_catch .text span {
  display: inline-block;
  transform: translateY(100%);
  transition: transform .3s ease-in-out 1.3s;
}

#loading.loaded + #AllBox .main_visual .main_visual_catch .text span {
  transform: translateY(0);
}

.main_visual .swiper-fade .swiper-slide {
    -webkit-transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, transform !important;
    transition-property: opacity, transform, -webkit-transform !important;
    pointer-events: none;
}

/* teaser
==================================*/
.teaser {
  width: 100%;
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.teaser .page_title {
  font-size: 25px;
  color: #fff;
  line-height: 1.36;
  letter-spacing: .085em;
  position: relative;
  z-index: 2;
}

.teaser .teaser_image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.teaser .teaser_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.teaser .teaser_text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 15px;
  z-index: 2;
  text-align: center;
}

.teaser .teaser_text .teaser_text_box {
  display: inline-block;
  padding: 6.5px 10px 8px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  background: #000000;
  font-size: 9px;
  letter-spacing: .06em;
  line-height: 1.333;
  font-weight: bold;
}


/*==================================
  Breadcrumb
==================================*/

.breadcrumb {
  width: 100%;
}

.breadcrumb ul {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 11px;
}

.breadcrumb ul li {
  word-break: keep-all;
  white-space: nowrap;
  font-size: 11px;
  letter-spacing: .08em;
  line-height: 1.36;
  position: relative;
  color: #7F7F7F;
}

.breadcrumb ul li + li:before {
  content: '-';
  z-index: 2;
  width: 28px;
  text-align: center;
  display: inline-block;
  text-indent: 0;
  color: #56453B;
}

.breadcrumb ul li + li {
  padding-left: 28px;
  text-indent: -28px;
}

.breadcrumb ul li:last-child {
  word-break: break-all;
  white-space: unset;
}

.breadcrumb ul li a{
  text-indent: 0;
}

/* heading
==================================*/
.heading_large {
  text-align: center;
  margin-bottom: 24px;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.375;
  letter-spacing: .06em;
}

.heading_medium {
  font-size: 20px;
  line-height: 1.4;
  padding-bottom: 4px;
  border-bottom: 1px solid #D2D2D2;
  margin-bottom: 30px;
}


.heading_small {}

/* links
==================================*/
.btn_links {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 12.5px;
  letter-spacing: .03em;
  line-height: 1.36;
}

.btn_links:after {
  width: 10.5px;
  height: 9px;
  content: '';
  background: url(/images/common/arrow_sp.svg) center center no-repeat;
  background-size: 100% 100%;
} 

.btn_viewmore {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  font-size: 12.5px;
  letter-spacing: .03em;
  line-height: 1.36;
}

.btn_viewmore:before {
  font-size: 12.5px;
  letter-spacing: .03em;
  line-height: 1.36;
  font-family: "Open Sans", sans-serif;
  content: 'VIEW MORE';
}

.btn_viewmore:after {
  width: 10.5px;
  height: 9px;
  content: '';
  background: url(/images/common/arrow.svg) center center no-repeat;
  background-size: 100% 100%;
  transform: rotate(90deg);
}

.btn_viewmore.is-open:before {
  content: 'CLOSE';
}

.btn_viewmore.is-open:after {
  transform: rotate(-90deg);
}

/*================================
  pageTop
=================================*/
#pageTop {
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 888;
  transition: 0.3s;
}
#pageTop.active {
  opacity: 1;
}
#pageTop a {
  display: block;
  width: 50px;
}
#pageTop a:hover {
  opacity: 0.7;
}

/*================================
  .test-container
=================================*/
.test-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 200px 0;
}
.test-container .box {
  width: 200px;
  height: 200px;
  background-color: red;
}
.test-container .box .text {
  font-size: 16px;
  color: #fff;
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-up {
  transform: translate(0, 30px);
  opacity: 0;
  transition: 1s ease;
}

.c-anim-up.move {
  transform: translate(0, 0);
  opacity: 1;
}

.c-anim-img picture {
  clip-path: inset(100% 0 0 0);
  transition: clip-path .5s ease-in-out .2s;
  display: block;
}

.c-anim-img.move picture {
  clip-path: inset(0 0 0 0);
}

.delay1 {
  -moz-transition-delay: 100ms !important;
  -webkit-transition-delay: 100ms !important;
  -o-transition-delay: 100ms !important;
  -ms-transition-delay: 100ms !important;
  transition-delay: 100ms !important;
}

.delay2 {
  -moz-transition-delay: 150ms !important;
  -webkit-transition-delay: 150ms !important;
  -o-transition-delay: 150ms !important;
  -ms-transition-delay: 150ms !important;
}

.delay3 {
  -moz-transition-delay: 200ms !important;
  -webkit-transition-delay: 200ms !important;
  -o-transition-delay: 200ms !important;
  -ms-transition-delay: 200ms !important;
}

.delay4 {
  -moz-transition-delay: 250ms !important;
  -webkit-transition-delay:250ms !important;
  -o-transition-delay: 250ms !important;
  -ms-transition-delay: 250ms !important;
}

.delay5 {
  -moz-transition-delay: 300ms !important;
  -webkit-transition-delay: 300ms !important;
  -o-transition-delay: 300ms !important;
  -ms-transition-delay: 300ms !important;
}

.delay6 {
  -moz-transition-delay: 350ms !important;
  -webkit-transition-delay: 350ms !important;
  -o-transition-delay: 350ms !important;
  -ms-transition-delay: 350ms !important;
}

.delay7 {
  -moz-transition-delay: 400ms !important;
  -webkit-transition-delay: 400ms !important;
  -o-transition-delay: 400ms !important;
  -ms-transition-delay: 400ms !important;
}

.delay8 {
  -moz-transition-delay: 450ms !important;
  -webkit-transition-delay: 450ms !important;
  -o-transition-delay: 450ms !important;
  -ms-transition-delay: 450ms !important;
}

.delay9 {
  -moz-transition-delay: 500ms !important;
  -webkit-transition-delay: 500ms !important;
  -o-transition-delay: 500ms !important;
  -ms-transition-delay: 500ms !important;
}

.delay10 {
  -moz-transition-delay: 550ms !important;
  -webkit-transition-delay: 550ms !important;
  -o-transition-delay: 550ms !important;
  -ms-transition-delay: 550ms !important;
}

.delay11 {
  -moz-transition-delay: 600ms !important;
  -webkit-transition-delay: 600ms !important;
  -o-transition-delay: 600ms !important;
  -ms-transition-delay: 600ms !important;
}

.delay12 {
  -moz-transition-delay: 650ms !important;
  -webkit-transition-delay: 650ms !important;
  -o-transition-delay: 650ms !important;
  -ms-transition-delay: 650ms !important;
}

.delay13 {
  -moz-transition-delay: 700ms !important;
  -webkit-transition-delay: 700ms !important;
  -o-transition-delay: 700ms !important;
  -ms-transition-delay: 700ms !important;
}

/*==================================
  Component
==================================*/
html {
  overflow: auto;
}
html.no_move {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".png"], img[src$=".jpg"] {
  backface-visibility: hidden;
}

.container {
  padding: 0 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.row .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  box-sizing: border-box;
}
.row .col.col_4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}


/*==================================
  リスト系
==================================*/

.news_ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}

.news_ul .news_li {
  font-size: 1px;
  line-height: 1;
}

.news_ul .news_li > a {
  display: block;
}

.news_ul .news_li > a .date {
  font-family: "Open Sans", sans-serif;
  font-size: 12.5px;
  letter-spacing: .03em;
  line-height: 1.36;
  color: #A09A58;
  display: block;
  margin-bottom: 5px;
}

.news_ul .news_li > a .title {
  display: block;
  font-size: 12.5px;
  letter-spacing: .035em;
  line-height: 1.636;
}

.news_ul .news_li > a .img_wrap {
  display: block;
  width: 100%;
  aspect-ratio: 36 / 31;
  overflow: hidden;
  margin-bottom: 13px;
}

.news_ul .news_li > a .img_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

/*==================================
  ページナビ
==================================*/
.page_navigation .wp-pagenavi .nav-links{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 34px 0 0;
}
.page_navigation .wp-pagenavi .page-numbers {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 1.36;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 4px;
  border: 0;
  width: 18px;
  color: #001318;
  position: relative;
  overflow: hidden;
}

.page_navigation .wp-pagenavi .page-numbers.current {
  color: #85804B;
  font-size: 19px;
  line-height: 1.1;
  margin: 0 15px;
}


.page_navigation .wp-pagenavi .page-numbers.dots{
  pointer-events: none;
  background: url(/images/common/icon_dots.svg) center center no-repeat;
  background-size: 8px auto;
  overflow: hidden;
  text-indent: -9999px;
  line-height: 1;
  font-size: 1px;
  padding: 0;
}

.page_navigation .wp-pagenavi .page-numbers.prev,
.page_navigation .wp-pagenavi .page-numbers.next {
  width: auto;
  gap: 4.5px;
  text-transform: uppercase;
  overflow: visible;
}

.page_navigation .wp-pagenavi .page-numbers.prev {
  margin-right: 20px;
}

.page_navigation .wp-pagenavi .page-numbers.next {
  margin-left: 20px;
}

.page_navigation .wp-pagenavi .page-numbers.prev:before,
.page_navigation .wp-pagenavi .page-numbers.next:after {
  width: 10.5px;
  height: 9px;
  content: '';
  background: url(/images/common/arrow_sp.svg) center center no-repeat;
  background-size: 100% 100%;
}

.page_navigation .wp-pagenavi .page-numbers.prev:before {
  transform: scaleX(-1);
}

.page_navigation .wp-pagenavi .first,
.page_navigation .wp-pagenavi .last {
  display: none;
}

.pager_wrap {
  width: 240px;
  margin: 35px auto 0;
}
.pager_wrap ul {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}

.pager_wrap ul li {
  font-size: 1px;
  line-height: 1;
}

.pager_wrap ul li a {
  font-size: 12.25px;
  line-height: 1.35;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

.pager_wrap ul .prev, 
.pager_wrap ul .next {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
}

.pager_wrap ul .prev {
  left: 0;
}

.pager_wrap ul .next{
  right: 0;
}

.pager_wrap ul .prev a,
.pager_wrap ul .next a {
  display: block;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pager_wrap ul .prev a:before,
.pager_wrap ul .next a:after {
  width: 10.5px;
  height: 9px;
  content: '';
  background: url(/images/common/arrow.svg) center center no-repeat;
  background-size: 100% 100%;
}

.pager_wrap ul .prev a:before {
  transform: scaleX(-1);
}


/*==================================
  HOME
==================================*/
#Top #AllBox {
  padding-top: 0;
}

.top_news {
  padding: 40px 0 90px;
}

.top_news .top_news_hd {
  text-align: center;
  margin-bottom: 40px;
}

.top_news .top_news_hd .eng {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  letter-spacing: .055em;
  line-height: 1.375;
  margin-bottom: 2px;
}

.top_news .top_news_hd .jap {
  font-size: 10px;
  letter-spacing: .03em;
  line-height: 1.45;
}

.top_news_button {
  text-align: center;
  margin-top: 35px;
}

/*==================================
  News
==================================*/
.news_area {
  padding: 45px 0 90px;
}

.news_detail {
  padding: 40px 0 90px;
}

.news_head {
  margin-bottom: 25px;
}

.news_head .date {
  font-size: 12.5px;
  letter-spacing: .03em;
  line-height: 1.36;
  color: #85804B;
  margin-bottom: 3px;
}

.news_head .title {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: .06em;
}

.news_body p,
.news_body li {
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: .06em;
}

.news_body p {
  margin-bottom: 1.8em;
}

.news_body figure,
.news_body picture {
  display: block;
  width: 100%;
  margin-bottom: 23px;
}

.news_body figure img,
.news_body picture img {
  width: 100%;
}

/*==================================
  DEALER LIST
==================================*/
#Dealerlist {
  background: #fff;
}

.dealerlist_area {
  padding: 40px 0 90px;
}

.dealerlist_area .dealerlist_item {
  margin-bottom: 40px;
}

.dealerlist_area .dealerlist_box {
  padding: 0 22px;
}

.dealerlist_area .dealerlist_box + .dealerlist_box {
  margin-top: 30px;
}


.dealerlist_area .dealerlist_box .area_title {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 19px;
}

.dealerlist_ul .dealerlist_li + .dealerlist_li {
  margin-top: 22px;
}

.dealerlist_ul .dealerlist_li,
.dealerlist_ul .dealerlist_li p {
  font-size: 12.5px;
  line-height: 1.4;
  letter-spacing: .06em;
}

.dealerlist_ul .dealerlist_li .address {
  margin-top: 6px;
}

.dealerlist_ul .dealerlist_li .tel {
  font-family: "Open Sans", sans-serif;
}

.dealerlist_ul .dealerlist_li .url {
  margin-top: 4px;
  font-size: 12.5px;
  line-height: 1.5;
  letter-spacing: .03em;
  font-family: "Open Sans", sans-serif;
}

.dealerlist_ul .dealerlist_li .url a {
  position: relative;
  overflow: hidden;
  color: #85804B;
  background: linear-gradient(to right, #85804B, #85804B) 100% 100% no-repeat;
  background-size: 100% 1px;
  /* word-break: break-all; */
}

.dealerlist_notes {
  display: none;
  text-align: right;
  font-size: 13px;
  line-height: 2;
  letter-spacing: .06em;
}

/*==================================
  PRODUCTS
==================================*/

.products_area {
  padding: 40px 0 95px;
}

.products_area_item {
  margin-bottom: 33px;
}

.grid_block {
  display: grid;
}

.grid_block.col_5,
.grid_block.col_6 {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 15px;
}

.flex_block {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
}

.flex_block li {
  width: calc((100% - 15px) / 2);
}

.flex_center {
  justify-content: center;
  align-items: center;
}

.products_item {
  width: 100%;
  display: block;
  text-align: center;
}

.products_item  .img_wrap {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 6 / 5;
  display: block;
}

.products_item.is-wheels  .img_wrap {
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.products_item .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 6 / 5;
}

.products_item.is-wheels  .img_wrap img {
  max-width: 135px;
}

.products_item  .title {
  display: inline-block;
  margin-top: 7px;
  font-size: 16px;
  line-height: 1.34375;
  letter-spacing: .06em;
}

.products_viewmore {
  margin-bottom: 40px;
}

.products_viewmore .products_viewmore_body {
  margin-bottom: 32px;
  display: none;
}

.products_viewmore .products_viewmore_item {
  margin-bottom: 30px;
}

.products_viewmore .products_viewmore_body h3 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .06em;
  margin-bottom: 7.5px;
}

.products_viewmore .products_viewmore_body p {
  font-size: 13px;
  line-height: 1.846;
  letter-spacing: .06em;
}

.products_viewmore .products_viewmore_title {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .06em;
  margin: 30px 0;
}

.products_viewmore .products_viewmore_right {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .06em;
  text-align: right;
  margin-top: 30px;
}

.products_viewmore .products_viewmore_button {
  text-align: center;
}

.products_catalog {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  margin-top: 40px;
}

.products_catalog .products_catalog_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  height: 135px;
  background: #000;
  overflow: hidden;
  position: relative;
  color: #fff;
}

.products_catalog .products_catalog_link .img_wrap {
  width: 103px;
}

.products_catalog .products_catalog_link .img_wrap img {
  width: 100%;
}

.products_catalog .products_catalog_link .box_wrap .title {
  display: block;
  margin-bottom: 20px;
}

.products_catalog .products_catalog_link .box_wrap .title .eng {
  display: block;
  font-size: 16px;
  letter-spacing: .06em;
  line-height: 1.34375;
  font-family: "Open Sans", sans-serif;
}

.products_catalog .products_catalog_link .box_wrap .title .jap {
  font-size: 12.5px;
  letter-spacing: .03em;
  line-height: 1.44;
}

.products_catalog .products_catalog_link .box_wrap .links {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  letter-spacing: .03em;
  line-height: 1.35;
  font-family: "Open Sans", sans-serif;
} 

.products_catalog .products_catalog_link .box_wrap .links:after {
  width: 10.5px;
  height: 9px;
  content: '';
  background: url(/images/common/arrow_w_sp.svg) center center no-repeat;
  background-size: 100% 100%;
  position:relative;
  top:-1px;
  left:0;
}

/*==================================
  PRODUCTS ECU
==================================*/
.ecu_detail {
  padding: 40px 0 90px;
}

.products_head {
  text-align: center;
  margin-bottom: 40px;
}

.products_head .main_title {
  font-size: 12.5px;
  line-height: 1.36;
  letter-spacing: .06em;
  margin-bottom: 1.5px;
}

.products_head .page_title {
  font-size: 20px;
  line-height: 1.375;
  letter-spacing: .06em;
}

.ecu_mainimg {
  width: calc(100% + 30px);
  margin: 0 -15px 45px;
}

.ecu_mainimg img {
  width: 100%;
}

.products_body .products_item .img_wrap {
  aspect-ratio: 1 / 1;
}

.products_body .products_item .img_wrap img {
  aspect-ratio: 1 / 1;
}

.products_body .products_item .title {
  margin-top: 5.5px;
  line-height: 1.5;
}

/*==================================
  PRODUCTS WHEEL
==================================*/

#Products .contents {
  overflow: hidden;
}

.products_detail {
  padding: 40px 0 90px;
}

.scroll_notes {
  font-size: 12.5px;
  line-height: 1.44;
  padding-left: 24px;
  background: url(/images/common/icon_scroll_h.svg) left 5px no-repeat;
  background-size: 19px auto;
}


.wheels_gallery {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  text-align: center;
  margin-bottom: 47px;
}

.wheels_gallery .swiper {
  overflow: visible;
}

.wheels_gallery .swiper .swiper-slide {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.wheels_gallery .swiper .swiper-slide img {
  width: 100%;
  max-width: unset;
  /* height: 207px; */
}


.wheels_gallery .thumb-swiper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding:6px 0 0 0;
}

.wheels_gallery .thumb-media {
  padding:0 3px 6px 3px;
}

.wheels_gallery .thumb-swiper img {
  height: 65px;
  width: auto;
  cursor: pointer;
}


.wheels_gallery .scroll_notes {
  margin-top: 6px;
  margin-left: 15px;
  text-align: left;
}


.wheels_movie {
  margin-bottom: 40px;
}

.wheels_movie .wheels_movie_inner {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.wheels_movie .wheels_movie_inner iframe {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wheels_info {
  margin-bottom: 22px;
}

.wheels_info .img_wrap {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.wheels_info .img_wrap img {
  width: 100%;
}

.wheels_info h3 {
  font-size: 16px;
  line-height: 1.44;
  letter-spacing: .12em;
  margin-bottom: 12px;
  text-align: center;
}

.wheels_info p {
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: .06em;
}

.wheels_info p + p {
  margin-top: 1.8em;
}

/* .wheels_info .notes {
  padding-left: 2.5em;
  text-indent: -2.5em;
} */


.wheels_image {
  margin-bottom: 50px;
}

.wheels_image img {
  width: 100%;
}

.wheels_parameter {
  width: 100%;
}

.wheels_parameter .wheels_parameter_table {
  width: calc(100% + 30px);
  margin: 0 -15px;
  padding: 0 15px;
  overflow-y: hidden !important;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.wheels_parameter table {
  /* width: 100%; */
  /* min-width: 600px; */
}

.wheels_parameter table th,
.wheels_parameter table td {
  height: 37.5px;
  vertical-align: middle;
  text-align: center;
  font-size: 12.5px;
  line-height: 1.4;
  padding: 2px 10px;
  font-weight: 300;
}

.wheels_parameter table th {
  background: #D2D2D2;
  word-break: keep-all;
}

.wheels_parameter table th + th {
  border-left: 1px solid #F7F4F3;
  word-break: keep-all;
}

.wheels_parameter table td {
  border-bottom: 1px solid #E6E6E6;
  word-break: keep-all;
}

.wheels_parameter table td + td {
  border-left: 1px solid #E6E6E6;
  word-break: keep-all;
}

.wheels_parameter table th:not(.jap),
.wheels_parameter table td:not(.jap) {
  font-family: "Open Sans", sans-serif;
}

.wheels_parameter table td .price {
  font-family: "Open Sans", sans-serif;
}

.wheels_parameter .notes {
  margin-top: 10px;
  font-size: 12.5px;
  line-height: 1.7;
  letter-spacing: .06em;
}

.wheels_parameter .scroll_notes {
  margin-bottom: 7px;
}

/*==================================
  BRAND
==================================*/
#Brand {
  background: #fff;
}

.brand_message {
  padding: 40px 0;
}

.brand_message .brand_message_inner .img_wrap {
  width: 142px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.brand_message .brand_message_inner .img_wrap img {
  width: 100%;
}

.brand_message .brand_message_inner .box_wrap p {
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: .06em;
}

.brand_message .brand_message_inner .box_wrap p + p {
  margin-top: 1.8em;
}

.teaser_history {
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  padding: 0 15px;
}

.teaser_history .teaser_text {
  position: relative;
  bottom: 0;
  width: auto;
  text-align: left;
}

.teaser_history .teaser_text .container {
  padding: 0;
}

.teaser_history .teaser_text .teaser_text_box {
  padding: 7px 18px 9px;
}

.brand_history {
  padding: 40px 0 25px;
}

.brand_history .brand_history_inner .brand_history_item + .brand_history_item {
  margin-top: 25px;
}

.brand_history .brand_history_item .img_wrap {
  width: 100%;
}

.brand_history .brand_history_item .img_wrap img {
  width: 100%;
}

.brand_history .brand_history_item .box_wrap .title {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}

.brand_history .brand_history_item .box_wrap p {
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: .06em;
}

.brand_history .brand_history_item .box_wrap p + p {
  margin-top: 1.8em;
}


.teaser_philosophy {
  height: 200px;
  align-items: flex-start;
  padding-top: 11px;
  background: #736e6e;
  text-align: center;
}

.teaser_philosophy.teaser .teaser_image img {
  width: auto;
}

.brand_philosophy {
  padding: 40px 0 90px;
}

.brand_philosophy p,
.brand_philosophy li {
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: .06em;
}

.brand_philosophy .brand_philosophy_hd {
  text-align: center;
  margin-bottom: 38px;
}

.brand_philosophy .brand_philosophy_hd .eng {
  font-size: 21.5px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  margin-bottom: 10px;
}

.brand_philosophy .brand_philosophy_hd .jap {
  font-size: 10px;
  line-height: 1.45;
  color: #85804B;
  letter-spacing: .06em;
}

.brand_philosophy_ol {
  margin-top: 30px;
  padding-left: 30px;
}

.brand_philosophy_ol li {
  list-style: decimal;
}

.brand_philosophy_ol li::marker {
  color: #85804B;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 1.375;
  letter-spacing: .035em;
}

.brand_philosophy_ol li + li {
  margin-top: 45px;
}
