@charset "UTF-8";
/*----------
reset
----------*/
/***
    The new CSS reset - version 1.7.3 (last updated 7.8.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(html, iframe, input, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

/* Reapply the pointer cursor for anchor tags */
a, button {
  cursor: pointer;
}

/* Remove list styles (bullets/numbers) */
ol, ul, menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input, textarea {
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

/* reset default text opacity of input placeholder */
::-moz-placeholder {
  color: unset;
}
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly.
   - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  line-break: after-white-space;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

/*----------
base
----------*/
html {
  font-size: 62.5%;
}

* {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}

body {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #000000;
  font-size: 1.4rem;
  line-height: 32px;
  word-break: break-all;
  overflow-x: hidden;
}

a {
  color: #000000;
  text-decoration: none;
  word-break: break-all;
  transition: 0.2s;
}
a:hover {
  opacity: 0.6;
}

main {
  background-color: #ffffff;
  position: relative;
  margin-top: -15px;
  /*&#archive {
  background-color: #000;
  }*/
}

section {
  padding-top: 54px;
}
section > * {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

h1 {
  color: #707070;
  font-size: 1.4rem;
  line-height: 32px;
}

h2 {
  margin: 0 auto 20px;
}
h2 img {
  display: block;
  width: auto;
  height: 17px;
  margin: 0 auto 12px;
}
h2 span {
  display: block;
  font-size: 1.1rem;
  line-height: 16.25px;
  font-weight: bold;
  text-align: center;
}

h3 {
  color: #707070;
  font-size: 1.4rem;
  line-height: 32px;
}

h4 {
  color: #707070;
  font-size: 1.4rem;
  line-height: 32px;
}

::-moz-placeholder {
  color: #9f9e9f;
}

::placeholder {
  color: #9f9e9f;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.br_SP {
  display: none;
}

.btn {
  width: 192px;
  font-size: 1.2rem;
  line-height: 29px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 25px;
}

.grey {
  background-color: #c9caca;
}

.btnFlex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 34px;
}

.youtube_wrap {
  width: 100%;
}
.youtube_wrap iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

@media (max-width: 768px) {
  .br_SP {
    display: block;
  }
  .br_PC {
    display: none;
  }
}
.br-sp_580 {
  display: none;
}
@media screen and (max-width: 580px) {
  .br-sp_580 {
    display: block;
  }
}
.br-sp_480 {
  display: none;
}
@media screen and (max-width: 480px) {
  .br-sp_480 {
    display: block;
  }
}
/*----------
header
----------*/
header {
  width: 100%;
  height: 65px;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 100;
}
header > a {
  width: 95px;
  position: absolute;
  top: 18px;
  left: 20px;
  z-index: 1;
}

.mainVisual {
  position: relative;
  width: 100%;
  height: 100vh;
  
  /*&.home {
  	height: auto;
  }*/
  /*テキストの場合
  .wording {
  	max-width: max-content;
     width: 90%;
  	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',serif;
  	color: #ffffff;
  	position: absolute;
  	bottom: 5%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	div {
  		font-size: 2.3rem;
  		display: flex;
  		align-items: center;
  		&.element_line {
  			&::before,
  			&::after {
  				content: '';
  				width: 10px;
  				height: 1px;
  				background: #ffffff;
  			}
  			&::before {
  				margin-right: 10px;
  			}
  			&::after {
  				margin-left: 10px;
  			}
  		}
  	}
  	p {
  		font-size: 1.6rem;
  		margin-top: 10px;
  	}
  }
  */
}
.mainVisual.autosalon_mv {
  height: auto;
}
.mainVisual.autosalon_mv > img {
  height: auto;
}
.mainVisual > img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainVisual video {
  width: 100%;
  height: 100vh;
	/*
  -o-object-fit: cover;
     object-fit: cover;
	*/
	object-fit: contain;
	
}
.mainVisual h1 {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  display: grid;
  place-items: center;
}
.mainVisual h1.dealer {
  display: block;
  top: 10%;
  margin-left: 30px;
}
.mainVisual h1.dealer img {
  max-width: 587px;
  width: 100%;
  padding: 10px;
  margin: 0 auto 0 0;
}
.mainVisual h1.page {
  height: 100%;
  margin-top: 0;
  place-content: center;
}
.mainVisual h1.page img {
  height: 24px;
  margin-bottom: 10px;
}
.mainVisual > .page > .header-subttl {
  max-width: 271px;
  width: 100%;
  height: 18px;
  display: flex;
  justify-content: center;
  object-fit: contain;
}
.mainVisual h1.page span {
  display: block;
  font-family: "Meiryo UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
.mainVisual h1.page.fuji_speedway img {
  max-height: 109px;
  height: 109px;
  padding: 10px;
  margin-bottom: 0;
}
.mainVisual h1 img {
  width: 571px;
}
.mainVisual h1.concept, .mainVisual h1.fuji_speedway {
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mainVisual h1.wheel {
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mainVisual h1.wheel img {
  height: 55px;
}
.mainVisual h1.autosalon {
  width: 90%;
  font-family: "Meiryo UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: bold;
  top: calc(65px + 18%);
  left: 50%;
  transform: translate(-50%, -50%);
}
.mainVisual h1.autosalon img {
  height: 35px;
  margin-top: 25px;
}
.mainVisual .side {
  color: #ffffff;
  position: absolute;
  bottom: 32px;
  right: 0;
}
.mainVisual .side .info {
  width: 400px;
  font-size: 2.2rem;
  line-height: 40px;
  border-bottom: 1px solid #ffffff;
  margin: 0 0 12px auto;
  padding-left: 10px;
}
.mainVisual .side .concept {
  max-width: 432px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  background: rgba(114, 113, 113, 0.3);
  margin: 0 0 0 auto;
  padding: 20px 25px;
}
.mainVisual .side .concept div img {
  width: 154px;
}
.mainVisual .side .concept div:first-of-type {
  margin-right: 30px;
}
.mainVisual .side .concept div:first-of-type p {
  font-size: 1.3rem;
  line-height: 20px;
}
.mainVisual .side .concept div:last-of-type p {
  font-size: 1rem;
  line-height: 14px;
}
.mainVisual .wording {
  max-width: 340px;
  width: 90%;
  position: absolute;
  bottom: 5%;
  right: 10%;
}
.mainVisual a.link_onlineshop {
  width: 169px;
  position: absolute;
  top: 85px;
  right: 50px;
}

#floatNav {
  width: fit-content;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 9000;
  background-color: #fff;
}

#floatNav .topic {
  border-bottom: 1px solid #fff;
  height: fit-content;
}

#floatNav .topic a {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: #000000;
  color: #fff;
  font-size: 1em;
  text-align: center;
  padding: 10px;
}

#floatNav .topic a .icon {
  width: 100%;
  text-align: center;
}

#floatNav .topic a .icon img {
  width: 50%;
  margin-bottom: 3px;
  vertical-align: bottom;
  margin: 0 auto;
  padding: 0;
  border: 0;
}

#floatNav .topic a .text {
  font-feature-settings: "palt";
  width: 100%;
  line-height: 1.2;
}

#floatNav .goTop {
  height: 59px;
  position: relative; /*cursor:pointer;*/
}

#floatNav .goTop a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #5A5959;
}

#floatNav .goTop a:hover {
  opacity: 0.5;
}

#floatNav .goTop::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid transparent;
  border-left-color: #fff;
  border-top-color: #fff;
  transform: rotate(45deg) translate(-50%, 20%);
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
}

.spOnly {
  display: none;
}

@media (max-width: 599px) {
  header > a {
    top: 22px;
    left: 15px;
  }
/* 2024-08-10 T.Kato */
/* スマホ時に画面に動画が全部入るように */
  .mainVisual {
    /* height: calc(100vh - 18vw); */
	  height: 50%;
  }
/* 2024-08-10 T.Kato */
  .mainVisual video {
    width: 100%;
    height: 40vh;
	object-fit: contain;
  }
/* スマホ時に画面に動画が全部入るように ここまで */
	
/* スマホ時に全画面 
  .mainVisual {
     height: calc(100vh - 18vw);
	  height: 50%;
  }
  .mainVisual video {
    width: 100%;
    height: 40vh;
  }
*/
  .mainVisual.height70 {
    height: calc(70vh - 18vw);
  }
  .mainVisual > img {
    height: calc(100vh - 18vw);
  }
  .mainVisual .side {
    width: 100%;
  }
  .mainVisual .wording div {
    font-size: 3.5vw;
  }
  .mainVisual .wording div.element_line::before {
    margin-right: 5px;
  }
  .mainVisual .wording div.element_line::after {
    margin-left: 5px;
  }
  .mainVisual h1.autosalon {
    font-size: 4.5vw;
    top: calc(65px + 25%);
  }
  .mainVisual h1.autosalon img {
    margin: 0;
  }
  .mainVisual h1.dealer {
    margin-left: 0;
  }
  .mainVisual a {
    right: 10px;
  }
  .mainVisual a.link_onlineshop {
    right: 10px;
  }
  #floatNav {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10002;
    background-color: #fff;
    top: auto;
    transform: none;
  }
  #floatNav.up {
    bottom: 0;
  }
  #floatNav .list {
    display: flex;
  }
  #floatNav .topic {
    height: 18vw;
    width: 100%;
  }
  #floatNav .topic:first-of-type {
    border-right: 1px solid #fff;
  }
  #floatNav .topic:nth-of-type(3) {
    width: 60px;
    border: none;
  }
  #floatNav .topic a {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    background-color: #000000;
    color: #fff;
    font-size: 3vw;
    text-align: center;
  }
  #floatNav .topic:nth-of-type(3) a {
    background-color: #fff;
    color: #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }
  #floatNav .topic a .icon {
    width: 60px;
    text-align: center;
    margin-bottom: 3px;
  }
  #floatNav .topic a .icon img {
    height: 5.5vw;
    margin-bottom: 3px;
  }
  #floatNav .topic:nth-of-type(3) a .icon img {
    margin-bottom: 3px;
  }
  #floatNav .topic a .text {
    font-feature-settings: "palt";
    line-height: 1.2;
    width: 100%;
  }
  #floatNav .goTop {
    display: none;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}
@media (max-width: 449px) {
  .mainVisual .side .info {
    width: 95%;
    font-size: 5vw;
    line-height: 28px;
  }
}
/*----------
footer
----------*/
footer {
  margin: 44px auto 0;
}
footer > * {
  max-width: 750px;
  width: 90%;
  margin: 0 auto;
}
footer .footer_nav {
  display: flex;
  justify-content: left;
  align-items: start;
  margin-bottom: 30px;
  gap: 40px;
}
@media screen and (max-width: 850px) {
  footer .footer_nav {
    display: block;
  }
}
footer .footer_nav img {
  width: 131px;
}
@media screen and (max-width: 850px) {
  footer .footer_nav a {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
  footer .footer_nav img {
    display: block;
    margin: 20px auto;
  }
}
footer .footer_nav nav {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 1.3rem;
  line-height: 22px;
  width: 70%;
}
footer .footer_nav nav ul {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  gap: 14px;
}
footer .footer_nav nav ul li {
  width: 30%;
}
@media screen and (max-width: 850px) {
  footer .footer_nav nav {
    width: 90%;
    margin: 0 auto;
  }
  footer .footer_nav nav ul {
    margin: 20px auto;
  }
  footer .footer_nav nav ul li {
    width: 50%;
    text-align: center;
  }
  footer .footer_nav nav ul li .menu_box {
    transform: translateX(-10px);
  }
}
footer .footer_nav nav ul li a {
  display: block;
}
footer .footer_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 64px;
}
footer .footer_sns a {
  display: inline-flex;
  width: 24px;
}
footer p {
  font-size: 1rem;
  text-align: center;
}

@media (max-width: 850px) {
  /*footer > * {
    max-width: 300px;
  }*/
  footer .footer_nav {
    flex-direction: column;
  }
  footer .footer_nav > a {
    margin-bottom: 14px;
  }
  footer .footer_nav nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
  }
}
/*----------
nav
----------*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 10;
  right: 13px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #727171;
  transition: 0.5s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #fff;
  transform: rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background: #fff;
  transform: rotate(-315deg);
}

nav.globalMenuSp {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
}
nav.globalMenuSp > a {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: rgba(114, 113, 113, 0.7);
}
nav.globalMenuSp a:hover {
  background: #ddd;
}

nav.globalMenuSp ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  width: fit-content;
  margin-left: 20%;
  margin-right: auto;
  height: 100vh;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  
}
nav.globalMenuSp ul li:nth-child(5) {
  display: flex;
  align-items: flex-start;
}
nav.globalMenuSp ul li:nth-child(5) .menu_box {
  width: 165px;
  margin-left: 150px;
  text-align: left;

}
nav.globalMenuSp ul li:nth-child(5) .menu_box a, nav.globalMenuSp ul li:nth-child(5) .menu_box p {
  margin-bottom: 10px;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp ul li a {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  color: #fff;
  padding: 0;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

nav.globalMenuSp.active {
  height: 100vh;
  opacity: 100;
  visibility: visible;
}

@media (max-width: 599px) {
  nav.globalMenuSp {
    display: block;
  }
  nav.globalMenuSp ul {
    width: 100%;
    height: 100vh;
  }
  nav.globalMenuSp ul li {
    margin-bottom: 20px;
  }
  nav.globalMenuSp ul li:nth-child(4) .menu_box {
    margin-left: 80px;
  }
  nav.globalMenuSp ul li:nth-child(4) .menu_box a, nav.globalMenuSp ul li:nth-child(4) .menu_box p {
    margin-bottom: 0;
  }
  nav.globalMenuSp > a {
    width: 100%;
    height: 15%;
  }
  nav.globalMenuSp.active {
    height: 100vh;
    opacity: 100;
    visibility: visible;
  }
}
/*----------
front-page
----------*/
#completecar {
  min-height: 100vh;
  background-color: #efefef;
  padding: 100px 0 18px;
}
@media screen and (max-width: 768px) {
  #completecar {
    padding: 50px 0 18px;
  }
}
.completecar {
  padding-top: 0;
}
#completecar .cyberracing {
  display: block;
  max-width: 640px;
  width: 90%;
  margin: 70px auto 60px;
}
#completecar .completecar_space {
  margin: 0px auto;
}
#completecar ul.completecarSlick {
  padding-top: 20px;
}
#completecar ul.completecarSlick li {
  position: relative;
}
#completecar ul.completecarSlick li div {
  font-family: "Outfit", sans-serif;
  font-size: 1.6rem;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
}
#completecar ul.completecarSlick li div.debut img {
  display: block;
  width: auto;
  height: 13px;
  margin: 0 auto;
}
#completecar ul.completecarSlick li div.debut p {
  color: #e60012;
  font-size: 1.2rem;
  margin: 0 auto;
}
#completecar .slick-slide img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
#completecar .slide-dots {
  margin: 0;
  padding: 0;
  text-align: center;
}
#completecar .slide-dots li {
  display: inline-block;
  margin: 0 5px;
}
#completecar .slide-dots li button {
  position: relative;
  visibility: hidden;
}
#completecar .slide-dots li button::before {
  content: "■";
  color: #595757;
  cursor: pointer;
  width: 8px;
  height: 8px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  visibility: visible;
}
#completecar .slide-dots li.slick-active button::before {
  opacity: 0.75;
  color: #9fa0a0;
}
#completecar .slide-arrow.prev-arrow, #completecar .slide-arrow.next-arrow {
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  position: absolute;
  top: 42%;
  z-index: 1;
}
#completecar .slide-arrow.prev-arrow {
  background-image: url(../images/img_slick_arrow_left.svg);
  left: 15%;
}
#completecar .slide-arrow.next-arrow {
  background-image: url(../images/img_slick_arrow_right.svg);
  right: 15%;
}
#completecar .banner-btnbox {
  display: flex;
  justify-content: center;
  gap: 3%;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #completecar .banner-btnbox {
    flex-direction: column;
  }
}
#completecar .banner-btnbox > a {
  width: fit-content;
  min-width: 366px;
}
@media screen and (max-width: 800px) {
  #completecar .banner-btnbox > a {
    min-width: 280px;
  }
}
#completecar a.banner {
  display: block;
  max-width: 366px;
  width: 90%;
  text-align: center;
  line-height: 20px;
  border: 1px solid #000000;
  padding: 20px;
  margin: 60px auto;
}
@media screen and (max-width: 800px) {
  #completecar a.banner {
    margin: 15px auto;
  }
}
#completecar a.banner span {
  font-size: 1.8rem;
  font-weight: bold;
}

.sold {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -15%);
  width: 80%;
  height: auto;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 700px) {
  .sold {
    padding: 5px 0 0 0;
  }
}
@media screen and (max-width: 430px) {
  .sold {
    line-height: 1.5em;
    padding: 5px 0 0 0;
    transform: translate(-50%, -25%);
  }
}

.br-sp_560 {
  display: none;
}
@media screen and (max-width: 560px) {
  .br-sp_560 {
    display: block;
  }
}

.entry-end {
  border-radius: 20px;
  color: #E60012;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 30px;
  width: fit-content;
  border: 2px solid #E60012;
  margin: 0 auto 10px auto;
}
@media screen and (max-width: 700px) {
  .entry-end {
    font-size: 16px;
    margin: 0 auto;
    padding: 0 30px;
  }
}

.sold-text {
  font-size: 16px;
  color: #E60012;
  font-weight: bold;
}
@media screen and (max-width: 400px) {
  .sold-text {
    font-size: 11px;
  }
}

#bodykit {
  height: 100vh;
  background-color: #dcdddd;
  padding-bottom: 54px;
}
#bodykit .bodykit_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  place-items: center;
  gap: 36px;
  height: 100%;
}
#bodykit .bodykit_grid div {
  display: grid;
  place-items: end;
  max-width: 400px;
  width: 80vw;
  margin: 0 auto;
  /*p {
  	color: #e60012;
  	font-size: 1.2rem;
  	margin: 0 auto;
  }*/
}
#bodykit .bodykit_grid div img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#bodykit .bodykit_grid div p {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 auto;
}
.no-link {
  pointer-events: none;
}

a.photogallery {
  display: block;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
a.photogallery::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url(../images/img_top_photogallery.jpg);
  background-position-x: center;
  background-size: cover;
  transition: all 0.1s ease-out;
}
a.photo-test {
  display: block;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
a.photo-test::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url(../images/vrarva_mars044_2.jpg);
  background-position-x: center;
  background-size: cover;
  transition: all 0.1s ease-out;
}
a.photogallery:hover::after {
  transform: scale(1.1);
}
a.photogallery h2 {
  color: #000000;
  padding-top: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

a.photogallery.autoSalon {
  height: 100vh;
}
a.photogallery.autoSalon::after {
  display: none;
}
a.photogallery.autoSalon::before {
  position: absolute;
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  top: -2px;
  background-image: url(../images/img_top_autoSalon_bg.png);
  background-position-x: center;
  background-size: cover;
  transition: all 0.1s ease-out;
}
a.photogallery.autoSalon:hover::before {
  transform: scale(1.1);
}
a.photogallery.autoSalon h2 {
  display: grid;
  place-content: center;
  max-width: 439px;
  width: 90%;
  height: 72px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  margin-top: 20px;
  z-index: 0;
}
a.photogallery.autoSalon h2 img {
  width: 90%;
  height: auto;
  margin: 0;
}
a.photogallery.autoSalon .icon {
  display: flex;
  position: absolute;
  bottom: 15px;
  right: 2%;
}
a.photogallery.autoSalon .icon img {
  max-height: 130px;
  height: 11vw;
  margin-right: 10px;
}
a.photogallery.autoSalon .icon img:last-child {
  margin-right: 0;
}
a.photogallery.autoSalon p {
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 2%;
}
a.photogallery.autoSalon p:first-of-type {
  bottom: 3%;
}

.section_grid {
  display: grid;
  grid-template-columns: 50% 50%;
  margin-top: -1px;
  /*.wheel,#caraccessory,#apparel,#goods {
  	height: 100vh;
  }*/
}
.section_grid .wheel {
  background-color: #efefef;
}
.section_grid .wheel > * {
  /*max-width: 620px;*/
  width: 100%;
  margin: 0 0 0 auto;
}
.section_grid .wheel div {
  display: grid;
  place-content: center;
  padding: 52px 0;
  /*padding: 30px 26px;*/
}
.section_grid .wheel div a img {
  display: block;
  width: 75%;
  margin: 0 auto;
}
.section_grid .wheel div a p {
  font-family: "Outfit", sans-serif;
  text-align: center;
  margin-top: 20px;
}
.section_grid #caraccessory {
  background-color: #c9caca;
}
.section_grid #caraccessory > * {
  /*max-width: 620px;*/
  width: 100%;
  margin: 0 auto 0 0;
}
.section_grid #caraccessory div {
  display: grid;
  place-content: center;
  padding: 52px 0;
  /*padding: 30px 26px;*/
}
.section_grid #apparel {
  background-color: #c9caca;
}
.section_grid #apparel > * {
  /*max-width: 620px;*/
  width: 100%;
  margin: 0 0 0 auto;
}
.section_grid #apparel div {
  display: grid;
  place-content: center;
  padding: 52px 0;
  /*padding: 30px 26px;*/
}
.section_grid #goods {
  background-color: #efefef;
}
.section_grid #goods > * {
  /*max-width: 620px;*/
  width: 100%;
  margin: 0 auto 0 0;
}
.section_grid #goods div {
  display: grid;
  place-content: center;
  padding: 52px 0;
  /*padding: 30px 26px;*/
}
.section_grid #comingsoon {
  display: flex;
  align-items: flex-end;
  color: #ffffff;
  background-image: url(../images/img_top_comingsoon.png);
  background-size: cover;
  position: relative;
}
.section_grid #comingsoon .text {
  margin-top: auto;
}
.section_grid #comingsoon .text div {
  display: flex;
  align-items: baseline;
}
.section_grid #comingsoon .text div img {
  width: auto;
  height: 17px;
  margin: 0 10px 28px 20px;
}
.section_grid #comingsoon .text div span {
  font-size: 1.1rem;
  white-space: nowrap;
}
.section_grid #comingsoon > img {
  width: 143px;
  position: absolute;
  bottom: 40px;
  right: 40px;
}

@media (max-width: 1024px) {
  #completecar .slide-arrow.prev-arrow {
    left: 12%;
  }
  #completecar .slide-arrow.next-arrow {
    right: 12%;
  }
  .section_grid #comingsoon .text div img {
    height: 1.7vw;
    margin: 0 5px 28px 20px;
  }
}
@media (max-width: 599px) {
  #completecar .slick-img {
    width: 300px;
  }
  #completecar .slide-arrow.prev-arrow, #completecar .slide-arrow.next-arrow {
    width: 20px;
    height: 20px;
    top: 35%;
  }
  #completecar ul.completecarSlick li div.debut img {
    height: 3vw;
  }
  #bodykit {
    height: auto;
    min-height: 100vh;
    padding-bottom: 0;
  }
  #bodykit .bodykit_grid {
    min-height: 100vh;
    place-content: center;
    padding-bottom: 54px;
  }
  .section_grid {
    height: auto;
    grid-template-columns: 100%;
    /*.wheel , #comingsoon {
    	height: 100vh;
    }*/
  }
  .section_grid .wheel div a p {
    margin-top: 0;
  }
  .section_grid #comingsoon .text div img {
    height: 3vw;
  }
  a.photogallery.autoSalon h2 {
    margin-top: 5px;
  }
  a.photogallery.autoSalon .icon {
    bottom: 5px;
    right: 1%;
  }
  a.photogallery.autoSalon .icon img {
    margin-right: 5px;
  }
  a.photogallery.autoSalon p {
    font-size: 1.7vw;
  }
}
/*----------
page
----------*/
#concept {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  background-color: #efefef;
  padding: 0;
}
#concept > * {
  max-width: 100%;
}
#concept .concept_flex {
  display: flex;
}
#concept .concept_flex > img, #concept .concept_flex .contents_img_flex {
  width: 50%;
  height: 100%;
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
#concept .concept_flex .contents_img_flex {
  max-width: 100%;
  display: flex;
  padding: 0;
}
#concept .concept_flex .contents_img_flex img {
  width: 50%;
}
#concept .concept_flex div {
  max-width: 620px;
  width: 50%;
  padding: 25px 30px;
}
#concept .concept_flex div h2 {
  font-size: 2.2rem;
  margin: 0 auto 15px;
}
#concept .concept_flex div p {
  font-size: 1.6rem;
}
#concept .concept_flex:last-of-type {
  justify-content: flex-end;
}

#company {
  background-color: #efefef;
  padding: 86px 0 80px;
}
#company > * {
  max-width: 470px;
  width: 90%;
  margin: 0 auto;
}
#company table {
  border-top: 2px solid #d2d2d2;
  border-bottom: 2px solid #d2d2d2;
}
#company tr {
  display: block;
  line-height: 38px;
  padding: 10px 0;
  border-bottom: 1px solid #d2d2d2;
}
#company tr:last-of-type {
  border-bottom: none;
}
#company tr th {
  width: 80px;
  -moz-text-align-last: justify;
       text-align-last: justify;
  padding-left: 10px;
}
#company tr td {
  padding-left: 30px;
}

#contact_about, #fujispeedway_about {
  font-family: "Meiryo UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  background-color: #efefef;
  padding: 98px 0 74px;
}
#contact_about > *, #fujispeedway_about > * {
  max-width: 652px;
  width: 90%;
  margin: 0 auto;
}
#contact_about h1, #fujispeedway_about h1 {
  display: grid;
  place-items: center;
  margin-bottom: 90px;
}
#contact_about h1 img, #fujispeedway_about h1 img {
  width: auto;
  height: 24px;
}
#contact_about div.about, #fujispeedway_about div.about {
  text-align: center;
}
#contact_about div.about:first-of-type, #fujispeedway_about div.about:first-of-type {
  margin-bottom: 50px;
}
#contact_about div.about h2, #fujispeedway_about div.about h2 {
  width: 100%;
  font-size: 2rem;
  line-height: 48px;
  border-bottom: 1px solid #000000;
  margin: 0 auto 18px;
}
#contact_about div.about p, #fujispeedway_about div.about p {
  line-height: 24px;
}
#contact_about div.about span, #fujispeedway_about div.about span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.8rem;
  line-height: 74px;
}
#contact_about div.about span img, #fujispeedway_about div.about span img {
  width: 16px;
  margin-right: 15px;
}

#fujispeedway_about {
  background-color: #EFEFEF;
}
#fujispeedway_about > * {
  max-width: 811px;
  width: 90%;
  margin: 0 auto;
}
#fujispeedway_about div.about:first-of-type {
  margin-bottom: 22px;
}
#fujispeedway_about div.about h2 {
  font-weight: bold;
}
#fujispeedway_about div.about p {
  font-size: 1.5rem;
}
#fujispeedway_about div.about p:first-of-type {
  font-size: 1.7rem;
  line-height: 28px;
  font-weight: bold;
}
#fujispeedway_about div.about p.eventabout {
  font-size: 1.4rem;
  line-height: 27px;
  font-weight: normal;
  margin-bottom: 50px;
}
#fujispeedway_about div.about span {
  font-family: "Meiryo UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 3.3rem;
  font-weight: bold;
  color: #1D2088;
}
#fujispeedway_about div.about span img {
  width: 47px;
  height: 47px;
}
#fujispeedway_about div.about > img {
  max-width: 614px;
  width: 100%;
  margin: 0 auto 48px;
}
#fujispeedway_about a {
  display: grid;
  place-content: center;
  max-width: 286px;
  height: 43px;
  color: #ffffff;
  font-size: 1.6rem;
  background-color: #7F8080;
  border-radius: 6px;
  margin: 0 auto;
}
#fujispeedway_about div.description {
  max-width: 775px;
  background-color: #ffffff;
  padding: 22px 27px;
  margin-bottom: 35px;
}
#fujispeedway_about div.description div {
  display: flex;
  gap: 0 20px;
  border-bottom: 1px solid #231815;
  padding: 10px;
}
#fujispeedway_about div.description div:first-of-type {
  border-top: 1px solid #231815;
}
#fujispeedway_about div.description div h4 {
  max-width: 142px;
  width: 30%;
  font-size: 1.5rem;
  line-height: 34px;
  font-weight: bold;
  color: #000000;
}
#fujispeedway_about div.description div p {
  width: 70%;
  font-size: 1.4rem;
  line-height: 22px;
}
#fujispeedway_about div.description div p span {
  color: #E60012;
}
#fujispeedway_about div.warning {
  max-width: 775px;
  border: 1px solid #000000;
  padding: 28px 50px;
}
#fujispeedway_about div.warning h4 {
  color: #000000;
  font-size: 1.8rem;
  line-height: 66px;
  font-weight: bold;
  text-align: center;
}
#fujispeedway_about div.warning p {
  font-size: 1.2rem;
  line-height: 24px;
}

#contact_form {
  font-family: "Meiryo UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  background-color: #c9caca;
  padding: 102px 0 66px;
}
#contact_form > * {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}
#contact_form form > p {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 8px;
}
#contact_form form div.passenger {
  display: flex;
}
#contact_form form div.passenger label {
  width: 50%;
  align-items: center;
  margin-bottom: 38px;
}
#contact_form form label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 38px;
}
#contact_form form label:last-of-type {
  margin-bottom: 64px;
}
#contact_form form label span:first-child {
  width: 144px;
  text-align: right;
  font-size: 1.4rem;
}
#contact_form form label.ttl_width span:first-child {
  width: -moz-fit-content;
  width: fit-content;
}
#contact_form form label input {
  max-width: 404px;
  width: 100%;
  height: 37px;
  border: 1px solid #bababa;
  margin: 0 18px;
  padding: 10px;
}
#contact_form form label input:last-of-type {
  margin: 0 0 0 18px;
}
#contact_form form label input.p-postal-code {
  max-width: 113px;
}
#contact_form form label span.wpcf7-not-valid-tip {
  font-size: 1.4rem;
  order: 1;
  width: 100%;
  margin-left: 164px;
}
#contact_form form label select {
  max-width: 149px;
  width: 100%;
  height: 37px;
  font-size: 1.2rem;
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  border-radius: 10px;
  margin-left: 18px;
  padding: 10px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
#contact_form form label .required {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  color: #d71718;
  background-color: #efefef;
  border-radius: 25px;
  padding: 0 10px;
  font-size: 1.4rem;
  margin-left: 18px;
}
#contact_form form label p {
  font-size: 1.4rem;
  margin: 0 -10px 0 18px;
}
#contact_form form label p:nth-of-type(2) {
  margin: 0 45px 0 5px;
}
#contact_form form label p:nth-of-type(3) {
  margin: 0 -10px 0 5px;
}
#contact_form form label p:last-of-type {
  margin: 0 0 0 5px;
}
#contact_form form label.checkbox .wpcf7-form-control-wrap .wpcf7-checkbox {
  width: auto;
}
#contact_form form label.checkbox .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  width: auto;
}
#contact_form form label.checkbox .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
  margin-bottom: 0;
  justify-content: flex-start;
  align-items: center;
}
#contact_form form label.checkbox .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input {
  width: 15px;
  height: 15px;
  border: 1px solid #bbbbbb;
  margin: 0 10px 0 0;
  padding: 0;
}
#contact_form form label.checkbox .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 1.6rem;
}
#contact_form form label:last-of-type {
  align-items: flex-start;
}
#contact_form form label:last-of-type textarea {
  max-width: 560px;
  width: 100%;
  height: 348px;
  margin-left: 18px;
  background-color: #ffffff;
  border: 1px solid #bababa;
}
#contact_form form label .wpcf7-form-control-wrap {
  display: contents;
}
#contact_form form .submit_adjust {
  margin: 0 76px 0 164px;
}
#contact_form form .submit_adjust input.wpcf7-submit {
  display: block;
  width: 187px;
  height: 64px;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #7f8080;
  border-radius: 10px;
  margin: 0 auto;
  padding: 0;
  border-width: 0;
}

#contact_privacypolicy {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  background-color: #efefef;
  padding: 86px 0 80px;
}
#contact_privacypolicy > * {
  max-width: 952px;
  width: 90%;
  margin: 0 auto;
}
#contact_privacypolicy .privacypolicy {
  border: 2px solid #000000;
  padding: 30px 58px 40px;
}
#contact_privacypolicy .privacypolicy h2 {
  font-size: 2.5rem;
  line-height: 34px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 56px;
}
#contact_privacypolicy .privacypolicy div {
  margin-bottom: 30px;
}
#contact_privacypolicy .privacypolicy div:last-of-type {
  margin-bottom: 0;
}
#contact_privacypolicy .privacypolicy div h3 {
  width: 100%;
  color: #000000;
  font-size: 1.7rem;
  line-height: 34px;
  font-weight: bold;
  border-bottom: 1px solid #000000;
  margin-bottom: 10px;
}
#contact_privacypolicy .privacypolicy div p {
  line-height: 24px;
  padding-left: 20px;
}

#photogallery {
  background-color: #efefef;
  padding: 0;
  margin-top: -12px;
}
#photogallery > * {
  max-width: 100%;
}
#photogallery > img {
  margin-bottom: -11px;
}
#photogallery .photogalleryFlex_2col {
  display: flex;
}
#photogallery .photogalleryFlex_2col img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
#photogallery .photogalleryFlex_3col {
  display: flex;
}
#photogallery .photogalleryFlex_3col img {
  width: 33.33%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/11;
}
#photogallery .youtube_inner {
  display: grid;
  place-content: center;
  place-items: center;
  margin-top: 60px;
}
#photogallery .youtube_inner:last-of-type {
  padding-bottom: 50px;
}
#photogallery .youtube_inner .youtube_wrap {
  width: 160%;
}
#photogallery p {
  font-family: "Meiryo UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.4rem;
}

#wheel {
  padding: 0;
}
#wheel > * {
  max-width: 100%;
}
#wheel .about {
  padding: 38px 0 62px;
  position: relative;
  overflow: hidden;
}
#wheel .about > p {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 2.2rem;
  text-align: center;
  white-space: nowrap;
}
#wheel .about .wheelFlex {
  max-width: 847px;
  width: 90%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  margin: 16px auto 70px;
}
#wheel .about .wheelFlex div {
  display: grid;
  place-items: center;
  position: relative;
}
#wheel .about .wheelFlex div .wheel_img_bg {
  background-color: #DCDDDD;
  width: 100vw;
  height: 54%;
  position: absolute;
  top: 16%;
}
#wheel .about .wheelFlex div img {
  position: inherit;
  z-index: 1;
  margin-bottom: 69px; /*ボタンありの時は削除*/
}
#wheel .about .wheelFlex div p {
  font-family: "Meiryo UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  position: absolute;
  bottom: 30%;
  left: -10%;
  z-index: 1;
}
#wheel .about .wheelFlex div a.btn {
  display: inline-grid;
  place-content: center;
  width: 326px;
  height: 49px;
  font-family: "Meiryo UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.8rem;
  background-color: #3E3A39;
  color: #fff;
  margin: 20px auto 0;
}
#wheel .about .wheelFlex div:last-of-type p {
  left: auto;
  right: -10%;
}
#wheel .about .aboutBG {
  width: 100%;
  height: 136px;
  background-color: #dcdddd;
  position: absolute;
  top: 158px;
}
#wheel .about .aboutBG .aboutBG_img {
  width: 275px;
  height: 275px;
  background-image: url(../images/img_wheel_aboutBG.png);
  background-size: cover;
  position: absolute;
  top: -50%;
  right: -6%;
}
#wheel .about .concept {
  display: flex;
  align-items: center;
  position: inherit;
}
#wheel .about .concept img {
  width: 391px;
}
#wheel .about h3 {
  max-width: 847px;
  width: 90%;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #000000;
  font-size: 2.8rem;
  text-align: center;
  margin: 0 auto 15px;
}
#wheel .about h3 span::before, #wheel .about h3 span::after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 1px;
  background: #000000;
  vertical-align: super;
}
#wheel .about table {
  max-width: 847px;
  width: 90vw;
  margin: 0 auto;
  font-family: "Meiryo UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  text-align: center;
  white-space: nowrap;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
#wheel .about table tr:nth-of-type(odd) {
  border-bottom: 1px solid #000000;
}
#wheel .about table .wheele-tr:nth-of-type(odd) {
  border-bottom: none;
}
#wheel .about table tr:last-of-type td {
  border-bottom: none;
}
#wheel .about table tr td {
  border-right: 1px solid #000000;
}
#wheel .about table tr td:last-child {
  border-right: none;
}
#wheel .about table tr td.wheel_color {
  vertical-align: middle;
  border-bottom: 1px solid #000000;
}
#wheel .about table tr td.fill {
  display: table-cell;
  vertical-align: middle;
}
#wheel .installation {
  background-color: #000000;
  padding-top: 120px;
  position: relative;
}
#wheel .installation .inc {
  width: 70px;
  height: 74px;
  background-color: #c9caca;
  font-size: 4.6rem;
  line-height: 46px;
  text-align: center;
  position: absolute;
  right: 2%;
  top: 70px;
  display: grid;
  place-content: center;
}
#wheel .installation .inc span {
  font-size: 2.6rem;
  line-height: 26px;
}
#wheel .installation > p {
  color: #ffffff;
  font-size: 2rem;
  line-height: 38px;
  position: absolute;
  top: 80px;
  left: 5px;
}
#wheel .installation > img {
  width: 100%;
  margin-bottom: -11px;
}
#wheel .installation .wheelFlex_2col {
  display: flex;
}
#wheel .installation .wheelFlex_2col img {
  width: 50%;
}
#wheel .installation .wheelFlex_3col {
  display: flex;
}
#wheel .installation .wheelFlex_3col img {
  width: 33.33%;
}
#wheel .installation .comingSoon {
  color: #ffffff;
  font-size: 4rem;
  text-align: center;
  padding: 62px 0;
}
#wheel .border-bottom {
  border-bottom: 1px solid #000;
}

#dealer {
  background-color: #EFEFEF;
  padding: 74px 0 60px;
}
.dealerGrid {
  max-width: 899px;
  width: 90%;
  margin: 0 auto;
}
.dealerGrid .shop {
  display: flex;
  align-items: flex-end;
  gap: 22px;
  border-bottom: 1px solid #000000;
  padding: 14px 0;
}
.dealerGrid .shop:first-of-type {
  border-top: 1px solid #000000;
}

.dealerGrid .shop h2 {
  max-width: 215px;
  width: 100%;
  /*max-height: 134px;*/
  height: 100%;
  margin: 0;
}
.dealerGrid .shop h2 img {
  width: 100%;
  height: auto;
  margin: 0;
}
.dealerGrid .shop .shop_about {
  width: 100%;
  padding-bottom: 10px;
}
.dealerGrid .shop .shop_about img {
  max-height: 31px;
  height: 100%;
  margin-bottom: 8px;
}
.dealerGrid .shop07 .shop_about > img {
  max-height: 26px;
}
.dealerGrid .shop08 .shop_about > img {
  max-height: 13px;
}
.dealerGrid .shop07-08 .shop_about > img {
  max-height: 50px;
}
.column {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}
.dealerGrid .shop .shop_about .column div {
  width: 62%;
}
.dealerGrid .shop .shop_about .column div address {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 20px;
  margin-bottom: 8px;
}
.dealerGrid .shop .shop_about .column div p {
  font-size: 1.4rem;
  line-height: 17px;
}
.dealerGrid .shop .shop_about .column div:last-of-type {
  max-width: 250px;
  width: 40%;
}

.dealerGrid02 {
  width: 65%;
  margin: 0 auto;
}
@media screen and (max-width: 825px) {
  .dealerGrid02 {
    width: 90%;
  }
}
.dealerGrid02 .shop {
  display: flex;
  align-items: flex-end;
  gap: 22px;
  padding: 14px 0;
}

.dealerGrid02 .shop:last-of-type .shop_about > img {
  max-height: 40px;
  height: 40vw;
  object-fit: contain;
}
.dealerGrid02 .shop h2 {
  max-width: 215px;
  width: 100%;
  /*max-height: 134px;*/
  height: 100%;
  margin: 0;
}
.dealerGrid02 .shop h2 img {
  width: 100%;
  height: auto;
  margin: 0;
}
.dealerGrid02 .shop .shop_about {
  width: 100%;
  padding-bottom: 10px;
}
.dealerGrid02 .shop .shop_about img {
  max-height: 31px;
  height: 100%;
  margin-bottom: 8px;
}
.column {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}

.dealerGrid02 .shop .shop_about .column div {
  width: 62%;
}
.dealerGrid02 .shop .shop_about .column div address {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 20px;
  margin-bottom: 8px;
}
.dealerGrid02 .shop .shop_about .column div p {
  font-size: 1.4rem;
  line-height: 17px;
}
.dealerGrid02 .shop .shop_about .column div:last-of-type {
  max-width: 250px;
  width: 40%;
}

@media (max-width: 1024px) {
  #concept .concept_flex {
    flex-direction: column;
  }
  #concept .concept_flex:last-of-type {
    flex-direction: column-reverse;
  }
  #concept .concept_flex img {
    width: 100%;
  }
  #concept .concept_flex div {
    max-width: 100%;
    width: 100%;
  }
  #concept .concept_flex div p {
    text-align: justify;
  }
  #concept .concept_flex .contents_img_flex img {
    width: 100%;
  }
  #contact_form form div.passenger {
    display: block;
  }
  #contact_form form div.passenger label {
    width: 100%;
  }
  #contact_form form div.passenger label:first-of-type {
    margin-bottom: 5px;
  }
  #contact_form form label span:first-child {
    width: 100%;
    text-align: left;
  }
  #contact_form form label input {
    margin: 0 5px 0 0;
  }
  #contact_form form label input:last-of-type {
    margin: 0 5px 0 0;
  }
  #contact_form form label select {
    margin: 0 5px 0 0;
  }
  #contact_form form label:last-of-type textarea {
    margin-left: 0;
  }
  #contact_form form label .required {
    margin-left: 18px;
  }
  #contact_form form label .wpcf7-form-control-wrap {
    display: contents;
  }
  #contact_form form label span.wpcf7-not-valid-tip {
    margin-left: 0;
  }
  #contact_form form label p {
    margin: 0 5px;
  }
  #contact_form form label p:nth-of-type(2) {
    margin: 0 10px 0 -13px;
  }
  #contact_form form label p:nth-of-type(3) {
    margin: 0 5px;
  }
  #contact_form form label p:last-of-type {
    margin: 0 10px 0 0px;
  }
  #contact_form form .submit_adjust {
    max-width: 560px;
    width: 100%;
    margin: 0;
  }
  #wheel .about {
    padding: 3.8vw 0 62px;
  }
  #wheel .about .aboutBG {
    height: 13.6vw;
    top: 12.8vw;
  }
  #wheel .about .aboutBG .aboutBG_img {
    width: 27.5vw;
    height: 27.5vw;
  }
  #wheel .about .concept img {
    width: 32vw;
  }
  #wheel .about .concept p {
    font-size: 2vw;
    line-height: 3.2vw;
  }
  #wheel .about table {
    font-size: 1.4vw;
  }
}
@media (max-width: 950px) {
  .dealerGrid .shop {
    align-items: flex-start;
  }
  .dealerGrid .shop .shop_about .column,.dealerGrid02 .shop .shop_about .column {
    flex-direction: column;
    gap: 16px;
  }
  .dealerGrid .shop .shop_about .column div {
    width: 100%;
  }
  .dealerGrid .shop .shop_about .column div:last-of-type {
    max-width: 100%;
    width: 100%;
  }
  .dealerGrid02 .shop .shop_about .column div {
    width: 100%;
  }
  .dealerGrid02 .shop .shop_about .column div:last-of-type {
    max-width: 100%;
    width: 100%;
  }
} 
@media (max-width: 899px) {

  #wheel .about .wheelFlex {
    grid-template-columns: 1fr;
    gap: 0; /*ボタンありの時は削除*/
  }
  #wheel .about .wheelFlex div .wheel_img_bg {
    height: 52%;
    top: 17%;
  }
  #wheel .about .wheelFlex div img {
    margin-bottom: 49px; /*ボタンありの時は削除*/
  }
  #wheel .about .wheelFlex div p {
    bottom: 20%;
    left: auto;
    right: -2%;
  }
  #wheel .about .wheelFlex div:last-of-type p {
    right: -2%;
  }
  #wheel .about .wheelFlex div:last-of-type a.btn {
    margin: 0 auto;
  }
}
@media (max-width: 599px) {
  #contact_privacypolicy .privacypolicy {
    padding: 30px 20px 40px;
  }
  #fujispeedway_about div.warning {
    padding: 30px 20px 40px;
  }
  #fujispeedway_about div.about p.eventabout {
    text-align: left;
  }
  #contact_form form > p {
    text-align: left;
  }
  #contact_form form label input {
    width: 83%;
  }
  #contact_form form label.checkbox .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
    align-items: center;
  }
  #contact_form form label select {
    margin-bottom: 10px;
  }
  #contact_form form label .required {
    margin-left: 0;
  }
  #contact_privacypolicy .privacypolicy {
    padding: 30px 20px 40px;
  }
  #photogallery .youtube_inner .youtube_wrap {
    width: 110%;
  }
  .dealerGrid .shop {
    flex-direction: column;
  }
  .dealerGrid .shop h2 {
    max-width: 100%;
    max-height: 100%;
  }

  #dealer .dealerGrid .shop .shop_about > img {
    max-height: 31px;
    height: 100%;
    margin-bottom: 8px;
  }
  #dealer .dealerGrid .shop07-08 .shop_about > img {
    max-height: 58px;
    
  }

  #wheel .about > p {
    font-size: 1.4rem;
    line-height: 28px;
  }
}
/*----------
archive
----------*/
#archive_completecar, #archive_bodykit {
  background-color: #dcdddd;
  padding-bottom: 18px;
}
#archive_completecar .archiveGrid, #archive_bodykit .archiveGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  place-items: center;
  gap: 36px;
  margin: 0 auto 86px;
}
#archive_completecar .archiveGrid article, #archive_bodykit .archiveGrid article {
  display: grid;
  place-items: end;
  max-width: 400px;
  width: 80vw;
  margin: 0 auto;
}
#archive_completecar .archiveGrid article img, #archive_bodykit .archiveGrid article img {
  width: 100%;
}
#archive_completecar .archiveGrid article .ttl, #archive_bodykit .archiveGrid article .ttl {
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

#archive_bodykit {
  background-color: #fff;
}

#archive_caraccessory {
  padding-top: 0;
}
#archive_caraccessory .archiveGrid {
  max-width: 1240px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: auto;
  gap: 50px 54px;
  padding: 54px 0;
}
#archive_caraccessory .archiveGrid article {
  display: grid;
}
#archive_caraccessory .archiveGrid article div.item-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}
#archive_caraccessory .archiveGrid article div.item-img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#archive_caraccessory .archiveGrid article div.item-about {
  color: #595757;
}
#archive_caraccessory .archiveGrid article div.item-about div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-family: "Meiryo UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.4rem;
  border-bottom: 1px solid #595757;
  padding-bottom: 5px;
}
#archive_caraccessory .archiveGrid article div.item-about div h3 {
  color: #595757;
  line-height: normal;
}
#archive_caraccessory .archiveGrid article div.item-about div p {
  font-weight: bold;
  line-height: normal;
  word-break: keep-all;
  margin-left: 10px;
}
#archive_caraccessory .archiveGrid article div.item-about > p {
  font-size: 1.1rem;
  text-align: right;
}
#archive_caraccessory .archiveGrid article a {
  width: 84px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

@media (max-width: 599px) {
  #archive_caraccessory .archiveGrid {
    grid-template-columns: 100%;
  }
  #archive_caraccessory .archiveGrid article div.item-img {
    background-size: cover;
  }
  #archive_caraccessory .archiveGrid article div.item-about {
    width: 98%;
    margin: 0 auto;
    left: 5%;
  }
}
/*----------
single
----------*/
main#single {
  margin-top: 0;
}

#single_completecar_CG {
  padding: 0 0 50px;
}
#single_completecar_CG article {
  max-width: 100%;
}
#single_completecar_CG article .item_mv {
  width: 100%;
  display: grid;
  place-items: center;
  position: relative;
}
#single_completecar_CG article .item_mv > img {
  width: 100%;
}
#single_completecar_CG article .item_mv h1 {
  display: flex;
  flex-flow: column;
  color: #ffffff;
  font-size: 3.3rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 35px;
}
#single_completecar_CG article .item_mv h1 span {
  font-size: 1.7rem;
}
#single_completecar_CG article .item_about {
  background-color: #efefef;
  padding: 54px 0 52px;
}
#single_completecar_CG article .item_about > * {
  max-width: 512px;
  width: 90%;
  margin: 0 auto;
}
#single_completecar_CG article .item_about h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #595757;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 2px;
  white-space: nowrap;
  margin-bottom: 46px;
}
#single_completecar_CG article .item_about h2::before, #single_completecar_CG article .item_about h2::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #595757;
}
#single_completecar_CG article .item_about h2::before {
  margin-right: 60px;
}
#single_completecar_CG article .item_about h2::after {
  margin-left: 60px;
}
#single_completecar_CG article .item_about h2:last-of-type {
  margin-bottom: 30px;
}
#single_completecar_CG article .item_about h2:last-of-type::before {
  margin-right: 24px;
}
#single_completecar_CG article .item_about h2:last-of-type::after {
  margin-left: 24px;
}
#single_completecar_CG article .item_about h3 {
  text-align: center;
  color: #000000;
  font-size: 1.9rem;
  margin-bottom: 20px;
}
#single_completecar_CG article .item_about > p {
  text-align: center;
  margin-bottom: 112px;
}
#single_completecar_CG article .item_about .completePrice {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#single_completecar_CG article .item_about .completePrice p {
  text-align: left;
  font-size: 1.2rem;
  margin-right: 10px;
}
#single_completecar_CG article .item_about .completePrice span.color {
  height: 16px;
  color: #9e9e9e;
  font-size: 1rem;
  line-height: 14px;
  border: 1px solid #000000;
  padding: 0 5px;
  margin-right: 10px;
}
#single_completecar_CG article .item_about .completePrice div {
  display: flex;
  color: #e60012;
  font-size: 2.3rem;
  font-weight: bold;
}
#single_completecar_CG article .item_about .completePrice div span {
  color: #000000;
  font-size: 1rem;
  margin-left: 30px;
}
#single_completecar_CG article .item_about .baseCar {
  font-size: 1.2rem;
  margin-bottom: 16px;
}
#single_completecar_CG article .item_about .optionParts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #000000;
  margin-bottom: 25px;
  padding: 0 10px;
}
#single_completecar_CG article .item_about .optionParts p {
  font-size: 1.2rem;
}
#single_completecar_CG article .item_about .optionParts span {
  color: #e60012;
  font-size: 1.3rem;
  font-weight: bold;
}
#single_completecar_CG article .item_about .optionTable {
  margin-bottom: 34px;
}
#single_completecar_CG article .item_about .optionTable table {
  color: #ffffff;
  font-size: 1rem;
}
#single_completecar_CG article .item_about .optionTable table tr {
  background-color: #3e3a39;
}
#single_completecar_CG article .item_about .optionTable table tr:nth-child(even) {
  background-color: #595757;
}
#single_completecar_CG article .item_about .optionTable table tr td {
  line-height: 15px;
  padding: 5px;
}
#single_completecar_CG article .item_about .optionTable table tr td:first-child {
  width: 88px;
  border-right: 3px solid #efefef;
}

#single_completecar_demo {
  padding: 0 0 50px;
}
#single_completecar_demo article {
  max-width: 100%;
}
#single_completecar_demo article .item_mv {
  width: 100%;
  display: grid;
  place-items: center;
  position: relative;
}
#single_completecar_demo article .item_mv > img {
  width: 100%;
}
#single_completecar_demo article .item_mv h1 {
  display: flex;
  flex-flow: column;
  font-family: "Outfit", sans-serif;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 3.3rem;
  text-align: center;
  position: absolute;
  top: 35px;
}
#single_completecar_demo article .item_mv h1 span {
  font-size: 1.7rem;
}
#single_completecar_demo article .btnFlex.black {
  background-color: #000000;
  padding: 34px 0;
}
#single_completecar_demo article .btnFlex.black .btn {
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #ffffff;
}
#single_completecar_demo article .btnFlex.black .btn.grey {
  background-color: #3e3a39;
}
#single_completecar_demo article .item_about {
  background-color: #efefef;
  padding: 54px 0 52px;
}
#single_completecar_demo article .item_about > * {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
}
#single_completecar_demo article .item_about .conceptFlex {
  display: flex;
  gap: 20px;
  margin-bottom: 72px;
}
#single_completecar_demo article .item_about .conceptFlex div {
  max-width: 40%;
  width: 100%;
}
#single_completecar_demo article .item_about .conceptFlex div h2 {
  width: 100%;
}
#single_completecar_demo article .item_about .conceptFlex h3 {
  color: #000000;
  font-size: 1.9rem;
  margin-bottom: 20px;
}
#single_completecar_demo article .item_about .conceptFlex img {
  max-width: 60%;
  width: 100%;
  height: 100%;
}
#single_completecar_demo article .item_about .galleryGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  margin: 0 auto 86px;
}
#single_completecar_demo article .item_about .galleryGrid img {
  width: 100%;
}
#single_completecar_demo article .item_about .slider-for {
  max-height: 360px;
  height: 100%;
  margin-bottom: 10px;
}
#single_completecar_demo article .item_about .slider-for figure {
  margin: 0;
}
#single_completecar_demo article .item_about .slider-for figure img {
  max-height: 360px;
  height: auto;
  margin: 0 auto;
}
#single_completecar_demo article .item_about .slider-nav {
  margin: 0 auto 60px;
}
#single_completecar_demo article .item_about .slider-nav .slick-slide {
  width: 17% !important;
}
#single_completecar_demo article .item_about .slider-nav .slick-slide > div {
  display: flex;
  justify-content: center;
}
#single_completecar_demo article .item_about .slider-nav figure {
  width: 80% !important;
  margin: 0;
}
#single_completecar_demo article .item_about .slider-nav figure div {
  width: 18px;
  height: 18px;
  border: 1px solid transparent;
  border-radius: 50%;
  margin: 0 auto 10px;
}
#single_completecar_demo article .item_about .slider-nav figure p {
  font-size: 0.9rem;
  line-height: 15px;
  text-align: center;
}
#single_completecar_demo article .item_about .slider-nav .slick-track {
  width: auto !important;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  transform: none !important;
}
#single_completecar_demo article .item_about .slider-nav .slick-list {
  padding: 0 !important;
}
#single_completecar_demo article .item_about h2 {
  max-width: 1240px;
  width: 90%;
  display: flex;
  align-items: center;
  color: #595757;
  font-size: 2rem;
  line-height: 38px;
  letter-spacing: 2px;
  white-space: nowrap;
  border-bottom: 1px solid #595757;
  margin: 0 auto 27px;
}
#single_completecar_demo article .item_about span {
  font-size: 1.4rem;
  margin-left: 25px;
}
#single_completecar_demo article .item_about .completecar_about > * {
  max-width: 512px;
  width: 100%;
  margin: 0 auto;
}
#single_completecar_demo article .item_about .completecar_about h2 {
  display: block;
  text-align: center;
  border: none;
  margin-bottom: 27px;
}
#single_completecar_demo article .item_about .completecar_about h2 span {
  margin-left: 0;
}
#single_completecar_demo article .item_about .completecar_about .completePrice {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#single_completecar_demo article .item_about .completecar_about .completePrice p {
  text-align: left;
  font-size: 1.2rem;
  margin-right: 10px;
}
#single_completecar_demo article .item_about .completecar_about .completePrice span.color {
  height: 16px;
  color: #9e9e9e;
  font-size: 1rem;
  line-height: 14px;
  border: 1px solid #000000;
  padding: 0 5px;
  margin-right: 10px;
}
#single_completecar_demo article .item_about .completecar_about .completePrice div {
  display: flex;
  color: #e60012;
  font-size: 2.3rem;
  font-weight: bold;
}
#single_completecar_demo article .item_about .completecar_about .completePrice div span {
  color: #000000;
  font-size: 1rem;
  margin-left: 30px;
}
#single_completecar_demo article .item_about .completecar_about .baseCar {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 16px;
}
#single_completecar_demo article .item_about .completecar_about .optionParts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #000000;
  margin-bottom: 25px;
  padding: 0 10px;
}
#single_completecar_demo article .item_about .completecar_about .optionParts p {
  font-size: 1.2rem;
}
#single_completecar_demo article .item_about .completecar_about .optionParts span {
  color: #e60012;
  font-size: 1.3rem;
  font-weight: bold;
  margin-left: 0;
}
#single_completecar_demo article .item_about .completecar_about .optionTable {
  display: flex;
  justify-content: center;
  margin-bottom: 34px;
}
#single_completecar_demo article .item_about .completecar_about .optionTable table {
  color: #ffffff;
  font-size: 1rem;
}
#single_completecar_demo article .item_about .completecar_about .optionTable table tr {
  background-color: #3e3a39;
}
#single_completecar_demo article .item_about .completecar_about .optionTable table tr:nth-child(even) {
  background-color: #595757;
}
#single_completecar_demo article .item_about .completecar_about .optionTable table tr td {
  line-height: 15px;
  padding: 5px;
}
#single_completecar_demo article .item_about .completecar_about .optionTable table tr td:first-child {
  width: 88px;
  border-right: 3px solid #efefef;
}
#single_completecar_demo article .item_about .btnFlex .btn {
  width: 240px;
}

#single_bodykit {
  padding: 0 0 50px;
}
#single_bodykit article {
  max-width: 100%;
}
#single_bodykit article .item_mv {
  width: 100%;
  display: grid;
  place-items: center;
  position: relative;
}
#single_bodykit article .item_mv > img {
  width: 100%;
}
#single_bodykit article .item_mv h1 {
  display: flex;
  flex-flow: column;
  font-family: "Outfit", sans-serif;
  color: #ffffff;
  font-size: 3.3rem;
  font-weight: bold;
  position: absolute;
  top: 35px;
  left: 40px;
}
#single_bodykit article .item_mv h1 span {
  font-size: 1.7rem;
}
#single_bodykit article .bodykit_img {
  max-width: 640px;
  width: 90%;
  display: flex;
  gap: 40px;
  margin: 40px auto;
}
#single_bodykit article .bodykit_img img {
  width: 50%;
}
#single_bodykit article .item_about {
  background-color: #efefef;
  padding: 54px 0 52px;
}
#single_bodykit article .item_about > * {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
}
#single_bodykit article .item_about h2 {
  max-width: 1240px;
  width: 90%;
  display: flex;
  align-items: center;
  color: #595757;
  font-size: 2rem;
  line-height: 38px;
  letter-spacing: 2px;
  white-space: nowrap;
  border-bottom: 1px solid #595757;
  margin: 0 auto 27px;
}
#single_bodykit article .item_about h2 span {
  font-size: 1.4rem;
  margin-left: 25px;
}
#single_bodykit article .item_about .product {
  font-family: "Meiryo UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: bold;
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 32px;
}
#single_bodykit article .item_about .product:last-of-type {
  margin-bottom: 52px;
}
#single_bodykit article .item_about .product > img {
  width: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
#single_bodykit article .item_about .product div.product_right {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
#single_bodykit article .item_about .product div.product_right a.btn {
  display: block;
  background-color: #3E3A39;
  color: #fff;
  margin: 0 0 8px auto;
}
#single_bodykit article .item_about .product div.product_right > div h3 {
  color: #3E3A39;
  font-size: 1.6rem;
  margin-bottom: 16px;
}
#single_bodykit article .item_about .product div.product_right > div div {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  display: flex;
  gap: 20px;
}
#single_bodykit article .item_about .product div.product_right > div div .unpainted, #single_bodykit article .item_about .product div.product_right > div div .onetone {
  display: flex;
  gap: 0;
}
#single_bodykit article .item_about .product div.product_right > div div .unpainted p, #single_bodykit article .item_about .product div.product_right > div div .onetone p {
  width: 98px;
}
#single_bodykit article .item_about .product div.product_right > div div .unpainted p:first-child, #single_bodykit article .item_about .product div.product_right > div div .onetone p:first-child {
  font-weight: normal;
  background-color: #3E3A39;
}
#single_bodykit article .item_about .product div.product_right > div div .unpainted p:last-child, #single_bodykit article .item_about .product div.product_right > div div .onetone p:last-child {
  background-color: #727171;
}
#single_bodykit article .item_about .caution {
  max-width: 656px;
  width: 90%;
  font-size: 1.1rem;
  line-height: initial;
}

@media (max-width: 768px) {
  #single_completecar_CG article .item_about .optionParts {
    display: block;
    text-align: center;
  }
  #single_completecar_demo article .item_about .completecar_about .optionParts {
    display: block;
    text-align: center;
  }
  #single_completecar_demo article .item_about h2 {
    width: 90%;
  }
  #single_completecar_demo article .item_about .conceptFlex {
    display: block;
    margin-bottom: 72px;
  }
  #single_completecar_demo article .item_about .conceptFlex div {
    max-width: 100%;
    margin-bottom: 20px;
  }
  #single_completecar_demo article .item_about .conceptFlex div h2 {
    width: 100%;
  }
  #single_completecar_demo article .item_about .conceptFlex img {
    max-width: 100%;
  }
  #single_bodykit article .item_mv h1 {
    left: auto;
  }
  #single_bodykit article .bodykit_img {
    flex-direction: column;
  }
  #single_bodykit article .bodykit_img img {
    width: 100%;
  }
  #single_bodykit article .item_about .product {
    flex-direction: column;
    margin-bottom: 48px;
  }
  #single_bodykit article .item_about .product > img {
    width: 100%;
  }
  #single_bodykit article .item_about .product div.product_right {
    align-items: center;
  }
  #single_bodykit article .item_about .product div.product_right a.btn {
    margin: 0 auto 8px;
  }
  #single_bodykit article .item_about .product div.product_right > div h3 {
    text-align: center;
    margin-bottom: 8px;
  }
  #single_bodykit article .item_about .product div.product_right > div div {
    gap: 10px;
    margin: 0 auto;
  }
  #single_bodykit article .item_about .product div.product_right > div div .unpainted p, #single_bodykit article .item_about .product div.product_right > div div .onetone p {
    width: 80px;
  }
}/*# sourceMappingURL=main.css.map */

#mainvisual {
	background-color: #efefef;
}

.mainvisual_dealer_wrapper {
  height: fit-content;
  position: relative;
  width: 100%;
  margin-top: 65px;
}
@media (max-width: 768px) {
  .mainvisual_dealer_wrapper {
    height: 400px;
  }
}
@media (max-width: 450px) {
  .mainvisual_dealer_wrapper {
    height: 300px;
  }
}

.mainVisual .mainvisual_dealer_ttl {
  position: absolute;
  top: 80px;
  left: 5%;
  width: 50%;
  height: fit-content;
  object-fit: contain;
  display: block;
}
@media screen and (max-width: 768px) {
  .mainVisual .mainvisual_dealer_ttl {
    top: 40px;
    height: 200px;
  }
}
@media screen and (max-width: 450px) {
  .mainVisual .mainvisual_dealer_ttl {
    top: 40px;
    height: 150px;
  }
}


.mainVisual .mainvisual_dealer {
  width: 100%;
  height: 60vw;
  display: block;
  object-fit: cover;
}
@media (max-width: 768px) {
  .mainVisual .mainvisual_dealer {
    height: 400px;
  }
}
@media (max-width: 450px) {
  .mainVisual .mainvisual_dealer {
    height: 300px;
  }
}




.banner-box {
  padding: 60px 0 50px 0;
  background-color: #3E3A39;
  max-width: 9999px;
  margin-bottom: 60px;
}

.banner_offbox {
  position: relative;
}

.banner_inbox {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
}
@media(max-width: 725px) {
  .banner_inbox {
    bottom: 15px;
    gap: 10px;
  }
}

.banner_offtext {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3em;
  color: #fff;
  text-shadow: 3px 3px 3px #00000060;
}
.span1 {
  font-size: 26px;
}
.span2 {
  font-size: 50px;
  padding: 0 3px;
}
@media(max-width: 725px) {
  .banner_offtext {
    font-size: 30px;
  }
  .span1 {
    font-size: 22px;
  }
  .span2 {
    font-size: 40px;
    padding: 0 3px;
  }
}
@media(max-width: 550px) {
  .banner_offtext {
    top: 10px;
    left: 10px;
    font-size: 24px;
  }
  .span1 {
    font-size: 18px;
  }
  .span2 {
    font-size: 34px;
    padding: 0 3px;
  }
}
@media(max-width: 450px) {
  .banner_offtext {
    font-size: 20px;
  }
  .span1 {
    font-size: 16px;
  }
  .span2 {
    font-size: 30px;
    padding: 0 3px;
  }
}
@media(max-width: 360px) {
  .banner_offtext {
    font-size: 18px;
  }
  .span1 {
    font-size: 14px;
  }
  .span2 {
    font-size: 26px;
    padding: 0 3px;
  }
}

.banner_off {
  display: block;
  color: #fff;
  padding: 0px 25px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
  cursor: pointer;
}
.banner_off:hover {
  background-color: #000;
}
@media(max-width: 725px) {
  .banner_off {
    font-size: 12px;
    line-height: 1em;
    padding: 5px 25px;
  }
}
@media(max-width: 450px) {
  .banner_off {
    font-size: 10px;
    padding: 2.5px 15px;
  }
}
/*.xoslider-wrap {
  width: 100%;
  overflow-x: hidden;
}
.xoslider-wrap > .xo-slider {
  width: 100%;
}
.xoslider-wrap > .xo-slider .swiper {
  width: 80%;
  height: 15vw;
}
@media screen and (max-width: 860px) {
  .xoslider-wrap > .xo-slider .swiper {
    height: 13vw;
  }
  .xoslider-wrap > .xo-slider .swiper swiper-slide {
    width: 50%!important;
  }
  .xo-slider .swiper-slide > img {
    object-fit: cover;
    min-height: 300px;
  }
}*/
#dealer_official {
  background-color: #fff;
  padding: 74px 0 60px 0;
}


.dealer_ttl_2 {
  margin: 0 auto;
}

.dealer_ttl_2 img {
  max-width: 577px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3vw;
  padding: 3vw 3% 0 3%;
  margin:0 auto 0.8vw auto;
}
@media (min-width: 1000px) {
  .dealer_ttl_2 img {
    padding-top: 30px;
    margin:0 auto 8px auto;
  }
}

.dealer_official_ttl_2 img {
  max-width: 504px;
}

.dealer_official_ttl_2 {
  margin-bottom: 3vw;
}
@media(min-width: 1000px) {
  .dealer_official_ttl_2 {
  margin-bottom: 30px;
  }
}

.dealer_subttl_2 {
  max-width: 220px;
  text-align: center;
  margin-bottom: 3vw;
}
@media(min-width: 1000px) {
  .dealer-subttl_2 {
    margin-bottom: 30px;
  }
}
@media(min-width: 500px) {
  .dealer-subttl_2 {
    width: 50%;
  }
}

.column-box {
  width: 100%;
  margin-bottom: 6rem;
}
.column-box  img {
  object-fit: cover;
  width: 100%;
}
.column_1 > ul,.column_2 > ul,.column_3 > ul,.column_4 > ul,.column_5 > ul,.column_6 > ul,.column_7 > ul,.column_8 > ul,.column_9 > ul,.column_10 > ul,.column_11 > ul,.column_12 > ul,.column_13 > ul,.column_14 > ul {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: stretch;
}
.column_1 > ul > li {
  width: 100%;
}
.column_2 > ul > li {
  width: 50%;
}

.column_3 > ul > .li_1 {
  width: 37%;
}
.column_3 > ul > .li_1 img {
  width: 100%;
  object-fit: cover;
}
.column_3 > ul > .li_1 > ul {
  width: 100%;
  height: 100%;
}
.column_3 > ul > .li_1 > ul > li > img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.column_3 > ul > .li_2 {
  width: 63.5%;
}
.column_4 > ul > .li_1 {
  width: 63.5%;
}
.column_4 > ul > .li_2 {
  width: 37.1%;
}
.column_4 > ul > .li_2 > img{
  width: 100%;
  object-fit: cover;
}
.column_5 > ul > li {
  width: 33.3%;
}
.column_6 > ul > .li_1 {
  width: 60%;
}
.column_6 > ul > .li_2 {
  width: 41.2%;
}
.column_7 > ul > .li_1 {
  width: 37.3%;
}
.column_7 > ul > .li_1 img {
  width: 100%;
  object-fit: cover;
}
.column_7 > ul > .li_1 > ul {
  width: 100%;
  height: 100%;
}
.column_7 > ul > .li_1 > ul > li > img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.column_7 > ul > .li_2 {
  width: 70%;
}
.column_8 > ul > .li_1 {
  width: 25%;
}
.column_8 > ul > .li_1 img {
  width: 100%;
  object-fit: cover;
}
.column_8 > ul > .li_1 > ul {
  width: 100%;
  height: 100%;
}
.column_8 > ul > .li_1 > ul > li > img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.column_8 > ul > .li_2 {
  width: 77.5%;
}
.column_9 > ul > .li_1 {
  width: 68%;
}
.column_9 > ul > .li_2 {
  width: 35%;
}
.column_9 > ul > .li_2 > img{
  width: 100%;
  object-fit: cover;
}
.column_10 > ul > .li_1 {
  width: 30.5%;
}
.column_10 > ul > .li_1 img {
  width: 100%;
  object-fit: cover;
}
.column_10 > ul > .li_1 > ul {
  width: 100%;
  height: 100%;
}
.column_10 > ul > .li_1 > ul > li > img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.column_10 > ul > .li_2 {
  width: 70%;
}
.column_11 > ul > .li_1 {
  width: 50%;
}
.column_11 > ul > .li_2 {
  width: 50.1%;
}
.column_12 > ul > .li_1 {
  width: 48%;
}
.column_12 > ul > .li_1 img {
  width: 100%;
  object-fit: cover;
}
.column_12 > ul > .li_1 > ul {
  width: 100%;
  height: 100%;
}
.column_12 > ul > .li_1 > ul > li > img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.column_12 > ul > .li_2 {
  width: 52%;
}
.column_13 > ul > .li_1 {
  width: 45%;
}
.column_13 > ul > .li_1 img {
  width: 100%;
  object-fit: cover;
}
.column_13 > ul > .li_1 > ul {
  width: 100%;
  height: 100%;
}
.column_13 > ul > .li_1 > ul > li > img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.column_13 > ul > .li_2 {
  width: 55%;
}
.column_14 > ul > .li_1 {
  width: 68%;
}
.column_14 > ul > .li_2 {
  width: 42%;
}
.column_14 > ul > .li_2 > img{
  width: 100%;
  object-fit: cover;
}
.column_1 > ul img,.column_2 > ul img,.column_3 > ul img,.column_4 > ul img,.column_5 > ul img,.column_6 > ul img,.column_7 > ul img,.column_8 > ul img,.column_9 > ul img,.column_10 > ul img,.column_11 > ul img,.column_12 > ul img,.column_13 > ul img,.column_14 > ul img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-map {
  margin: 6rem auto;
}
.map {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.photogallery-autosalon2023 {
  background-image: url("../images/img_top_photogallery.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: fit-content;
  padding: 0 0 20% 0;
}

.mv-textbox {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin: 30px auto;
  padding-top: 20%;
}
.br-sp_768 {
  display: none;
}
@media screen and (max-width: 768px) {
  .mv-textbox {
    font-size: 18px;
  }
  .br-sp_768 {
    display: block;
  }
}

.autosalon-mv {
  width: 70%;
  height: fit-content;
  object-fit: contain;
  margin: 0 auto;
}

.autosalon-movie {
  width: 100%;
  height: 40vw;
}

.header-blank {
  width: 100%;
  height: 65px;
  background-color: #EFEFEF;
  opacity: 0;
}

.blank {
  width: 100%;
  height: 2vw;
}

.movie-ttl img {
  height: 36px!important;
  transform: translateX(-14px)!important;
  margin-bottom: 0!important;
}

.photo-archive {
  padding: 60px 0;
}

.photo-archive-btnbox {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.photo-archive-btnbox ul {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  width: 100%;
  margin-inline: auto;
  gap: 3%;
}
@media (max-width: 640px) {
  .photo-archive-btnbox ul {
    flex-direction: column;
  }
}
.photo-archive-btn {
  width: 31.3%;
  height: auto;
}
@media (max-width: 640px) {
  .photo-archive-btn {
    width: 80%;
    margin: 0 auto 20px;
  }
}

.photo-archive-btn img {
  width: 100%;
}

.photo-archive-list-ttl {
  font-size: 14px;
  text-align: center;
}

.fff {
  color: #fff;
}

.thanks-message {
  margin: 60px auto;
}

/*------ スライダーの横幅 ------*/
.slider{
  width:100%;
  margin:0 auto;
}


/*------ スライダー画像 ------*/
.slider img{
	width:100%;
}

/*-------- 高さ調整 ----------*/
.slider .slick-slide{
	height:auto!important;
  margin: 0 15px;
}

/*---------- 矢印 ----------*/
.slider .slick-next{
    right:0!important;
}
.slider .slick-prev{
    left:0!important;
}
.slider .slick-arrow{
    width: initial!important;
    height: initial!important;
    z-index:2!important;
}
.slider .slick-arrow:before{
    font-size: 30px!important;
}

.dealer-explanation {
  padding: 50px 0 ;
  text-align: center;
  background-color: #DCDDDD;
  margin-bottom: 20px;
}

.column-box02 {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .column-box02 {
    flex-direction: column;
  }
}
.column-box02-left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .column-box02-left {
    width: 100%;
    padding-top: 20px;
  }
}
.column-box02-left > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.column-box02-right {
  width: 50%;
  background-color: #DCDDDD;
  padding: 0 20px;
  
}
@media screen and (max-width: 768px) {
  .column-box02-right {
    width: 100%;
    transform: translateY(-20px);
  }
}

.column-box02-ttl {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  margin: 80px 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .column-box02-ttl {
    margin: 30px 0 15px;
  }
}
.column-box02-txt {
  font-size: 14px;
  margin-bottom: 30px;
}
.br-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }
}
#flowpaper-logo-bottom {
  opacity: 0;
}
#single_bodykit article .item_about > .bodykit-btn {
  background-color: #3e3a39;
  color: #fff;
  font-weight: bold;
  width: 192px;
  margin: 50px auto;
  display: block;
}
/*=============================
トップページ(更新版)
=============================*/
.top-mv {
  position: relative;
}
.top-mv img:nth-child(2) {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 265px;
  height: fit-content;
  object-fit: contain;
}
.top-mv img:nth-child(3) {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 692px;
  height: fit-content;
  object-fit: contain;
}
.completecar h2,.parts h2 {
  max-width: 1280px;
  width: 100%;
  margin-inline: auto;
  text-align: center;
}
.completecar h2 a,.parts h2 a {
  font-size: 48px;
  font-family: "Sofia Sans Condensed", sans-serif;
  font-weight: 700;
  padding-left: 5%;
}
.top-box {
  padding: 50px 0;
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  overflow: hidden;
}
.top-box ul li {
  margin-bottom: 40px;
  position: relative;
}
.top-box ul li::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50% ,40%);
  width: 100%;
  height: 70%;
  background-color: #67859F;
  transition: all 3s ease;
  animation-delay: 1s;
  opacity: 0;
}
.top-box ul li:nth-child(2):after {
  background-color: #FFA41F;
}
.top-box ul .li-io:after {
  background-color: #5059AF!important;
}
.top-box ul li .left {
  display: block;
  position: relative;
  z-index: 5;
}
.top-box ul li .title {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 250px;
}
.img.scrollTrigger.scroll {
    position: relative;
    z-index: 2;
}
.top-box ul li {
  display: flex;
  align-items: end;
  margin-bottom: 80px;
 /*  gap: 50px; */
 /* justify-content: space-between; */
}
.top-box ul li .left img {
  width: 650px;
  transform: translateX(25px);
  transition: all 1s;
  transition-delay: 2s;
  margin-top: -156px;
}
.top-box ul li .right {
  margin-bottom: 15px;
  position: relative;
  z-index: 5;
  width: 400px;
}
.top-box ul li .right .ttl h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.top-box ul li .right .bga {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
}
.top-box ul li .right .bga::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transform: translateX(0);
  transition: all 1s;
  transition-delay: .5s;
}
.top-box ul li .right .price p {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.top-box .ul01 {
  display: flex;
  justify-content: space-between;
  gap: 5%;
  margin-top: 12%;
}
@media screen and (max-width: 1180px) {
  .top-box .ul01 {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .top-box .ul01 {
    margin-top: 20%;
  }
}
.top-box .ul01 .li01 {
  width: calc((100% - 5%) / 2);
  flex-direction: column;
  margin-bottom: 30px;
}
@media screen and (max-width: 1180px) {
  .top-box ul .fle-left {
    justify-content: left;
  }
  .top-box .ul01 .li01 {
    width: 100%;
    margin-bottom: 0;
    flex-direction: row;
    gap: 5%;
  }
}
@media screen and (max-width: 768px) {
  .top-box .ul01 .li01 {
    flex-direction: column;
  }
}
.top-box .ul01 .li01::after {
  bottom: 10%;
  width: 70%;
  height: 95%;
  background-color: #cfd8e6;
}
.top-box .ul01 .li-orcus::after {
  background-color: #FFA41F;
  bottom: 6%;
  height: 100%;
}
@media screen and (max-width: 1180px) {
  .top-box .ul01 .li01::after {
    width: 100%;
    bottom: -3%;
    height: 115%;
  }
}
@media screen and (max-width: 580px) {
  .top-box .ul01 .li01::after {
    height: 100%;
  }
}
.top-box .ul01 .li01:nth-child(2):after {
  bottom: 0;
  height: 105%;
}
@media screen and (max-width: 1180px) {
  .top-box .ul01 .li01:nth-child(2):after {
    height: 115%;
    bottom: -3%;
  }
}
@media screen and (max-width: 768px) {
  .top-box .ul01 .li01:nth-child(2):after {
    height: 110%;
  }
}
.top-box .ul01 .li01:nth-child(1) {
  margin-top: 0px;
  transform: translateY(-10%);
}
@media screen and (max-width: 1180px) {
  .top-box .ul01 .li01:nth-child(1) {
    justify-content: space-between;
  }
}

.top-box .ul01 .li01:nth-child(2) {
  margin-top: 0px;
  transform: translateY(10%);
}
@media screen and (max-width: 1180px) {
  .top-box .ul01 .li01:nth-child(2) {
    flex-direction: row-reverse;
    justify-content: end;
  }
  .top-box .ul01 .li01:nth-child(1) .left,.top-box .ul01 .li01:nth-child(2) .right {
    margin-left: 30px;
  }
  .top-box .ul01 .li01:nth-child(2) .left {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top-box .ul01 .li01:nth-child(2) {
    flex-direction: column;
    
  }
  .top-box .ul01 .li01:nth-child(1) .left,.top-box .ul01 .li01:nth-child(2) .right {
    margin-left: 0px;
    padding-inline: 30px;
  }
  .top-box .ul01 .li01:nth-child(2) .left {
    margin-right: 0px;
    padding-inline: 30px;
  }
}
.top-box .ul01 .li01 .left h3 {
  color: #000;
  font-size: 40px;
}
.top-box .ul01 .li01 .left img {
  margin-top: 10px;
}
@media screen and (max-width: 1180px) {
  .top-box .ul01 .li01 .left img {
    width: 450px;
  }
}
.top-box .ul01 .li01 .right .pricebox {
  transform: translateX(-10%);
  color: #000;
  min-width: 237px;
}
@media screen and (max-width: 1180px) {
  .top-box .ul01 .li01 .right .pricebox {
    transform: translateX(0%);
  }
}
.top-box .ul01 .li01 .right button a {
  margin: 0 25% 0 auto;
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 1180px) {
  .top-box .ul01 .li01 .right button a {
    margin: 0 30px 0 auto;
  }
}

.complete {
  background-color: #fff!important;
}
.complete h2 {
  text-align: left;
  position: relative;
}
.complete h2::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(100% - 270px);
  height: 1px;
  background-color: #000;
}
.complete h2 {
  font-family: "ethnocentric", sans-serif;
  font-size: 47px;
  line-height: 1;
}
.complete h2 span {
  color: #FB9523;
  font-size: 47px;
  display: inline-block;
}
.top-box .left {
  font-family: "good-times", sans-serif;
  font-weight: bold;
}
.top-box .left p {
  font-size: 33px;
  color: #ccc;
}
.top-box .left h3 {
  font-size: 72px;
  color: #88A2B5;
  line-height: 1;
}
.top-box ul .orcus .left h3 {
  color: #FFC16E;
}
.top-box ul li:nth-child(3) .left h3 {
  color: #7980C6;
}
/*.top-box .right p span,.top-box .right .pricebox,.top-box .right button a {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
}*/
.top-box .right p span {
  font-size: 12px;
}
.top-box .right .ttlbox {
  font-family: "good-times", sans-serif;
  font-weight: bold;
  font-size: 44px;
  color: #fff;
  padding-bottom: 5px;
  border-bottom: 5px solid #fff;
}
.top-box .right .ttlbox .sub {
  font-size: 20px;
}

.top-box .right .pricebox {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.top-box .right .pricebox .price {
  font-size: 36px;
}
.top-box .right .pricebox .price span {
  font-size: 12px;
}
.top-box .right button a {
  font-size: 12px;
  font-weight: bold;

}
.top-box ul li .right button {
  width: 100%;
}
.top-box ul li .right button a {
  position: relative;
  overflow: hidden;
  display: block;
  text-align: center;
  padding: 5px 15px;
  margin: 0px 30px 0 auto;
  transition: all .3s;
  background-color: #fff;
  width: fit-content;
}
.top-box ul li .right button a:hover{
  background-color: #000;
  color: #fff;
  opacity: 1;
}

/*=============================*/
.complete .blogbox h2::after {
  width: calc(100% - 200px);
}
.blogbox ul  {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  /*gap: 20px;*/
  padding: 5px;
  margin-top: 60px;
  margin-bottom: 130px;
}
.blogbox ul li {
  width: 25%;
  padding: 5px;
}
.blogbox ul li a:hover {
  opacity: 1;
}
.blogbox ul li a .img {
  overflow: hidden;
  position: relative;
  aspect-ratio: 4 / 3;
}
.blogbox ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}
.blogbox ul li a:hover .img img {
  transform: scale(1.1);
}
.blogbox ul li a h3 {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.btn00__ {
  position: relative;
}
.btn00 {
  position: absolute;
  top: 70px;
  right: 20px;
  width: fit-content;  
}
.btn00 a {
  padding: 5px 10px;
  border: 1px solid #000;
  font-size: 12px;
  transition: all .3s;
}
.btn00 a:hover {
  background-color: #000;
  color: #fff;
  opacity: 1;
}
.complete .instabox h2::after {
  width: calc(100% - 400px);
}
.instabox {
  margin-bottom: 130px;
}
.top-insta {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}
#sb_instagram #sbi_load .sbi_load_btn {
  border: 1px solid #000!important;
  font-size: 12px!important;
  transition: all .3s!important;
  padding: 5px 10px!important;
  border-radius: 0!important;
}
#sb_instagram #sbi_load .sbi_load_btn:hover {
  background-color: #000!important;
  color: #fff!important;
  opacity: 1!important;
}
.info {
  background-image: url("../images/img/top-detail.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.info a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  gap: 50px;
}
.info a p:nth-child(1) {
  font-weight: bold;
  font-size: 30px;
}
.info a p:nth-child(2) {
  font-size: 30px;
  padding: 30px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 1280px) {
  .complete h2 {
    padding-inline: 5%;
  }
  .complete h2::after {
    width: calc(100% - 10% - 270px);
    right: 5%;
  }
  .complete .blogbox h2::after {
    width: calc(100% - 10% - 200px);
    right: 5%;
  }
  .complete .instabox h2::after {
    width: calc(100% - 10% - 400px);
    right: 5%;
  }
}
@media screen and (max-width: 1180px) {
  .top-box ul li {
    gap: 0px;
    justify-content: center;
  }
  .top-box ul li .left img {
    width: 550px;
    margin-top: -100px;
  }
}
@media screen and (max-width: 980px) {
  .completecar h2,.parts h2 {
    text-align: center;
  }
  .top-box ul li::after {
    height: 80%;
  }
  .info a p:nth-child(1),.info a p:nth-child(2) {
    font-size: 26px;
  }
}
@media screen and (max-width: 880px) {
  .top-box ul li,.top-box ul li {
    flex-direction: column;
  }
  .top-box ul li .left {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .blogbox ul {
    flex-wrap: wrap;
  }
  .blogbox ul li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  
  .top-mv img:nth-child(2) {
    width: 200px;
  }
  .top-mv img:nth-child(3) {
    width: 100%;
  }
  .info a {
    flex-direction: column;
    text-align: center;
  }
  .btn00 {
    top: 45px;
  }
}
@media screen and (max-width: 580px) {
  .top-box ul li .left p,.top-box ul li .left h3 {
    width: 80%;
    margin-inline: auto;
  }
  .top-box ul li:nth-child(1) .left {
    margin-top: 5rem;
  }
  .top-box ul li .left img {
    width: 100%;
  }
  .top-box ul li .title {
    top: 0px;
  }
}
@media screen and (max-width: 480px) {
  .complete h2 {
    font-size: 32px;
  }
  .complete h2::after {
    width: calc(100% - 10% - 190px);
  }
  .top-box {
    padding-top: 10px;
  }
  .top-box .left p {
    font-size: 28px;
  }
  .top-box .left h3 {
    font-size: 58px;
  }
  .top-box ul li .right {
    width: 95%;
  }
  .top-box .right .ttlbox .sub {
    font-size: 18px;
  }
  .top-box .right .ttlbox {
    font-size: 38px;
  }
  .top-box .right .pricebox .price {
    font-size: 32px;
  }
  .blogbox ul li {
    width: 100%;
  }
  .complete .blogbox h2::after {
    width: calc(100% - 10% - 150px);
  }
  .complete .instabox h2::after {
    width: calc(100% - 10% - 290px);
  }
}
/*.scroll付与後===============*/
.top-box ul li.scroll::after {
  transform: translate(-50% , 0%);
  opacity: 1;
}
.top-box ul li.scroll .right .bga::after {
  transform: translateX(110%);
}
.top-box ul li.scroll .left img {
  transform: translateX(0);
}
/*=============================
フェイドアニメーション
=============================*/
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.fadeLeft02 {
  animation-name: fadeLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.5s;
}
.fadeLeft03 {
  animation-name: fadeLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 1s;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.fadeRight02 {
  animation-name: fadeRight02Anime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeRight02Anime {
  from {
    opacity: 0;
    transform: translateX(80vw);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 上から */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}
/*=============================
フッター（更新版）
=============================*/
.footer__ {
  background-color: #FB9523;
  padding: 40px 0 20px;
  font-size: 12px;
  margin-top: 0;
}
.footer__ .box {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 70px;
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}
.footer__ .box .left img {
  width: 160px;
}
.footer__ .box .left {
  display: flex;
  align-items: start;
  gap: 60px;
}
.footer__ .box .left nav h4 {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}
.footer__ .box .left nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  width: 240px;
  color: #fff;
  margin-top: 15px;
}
.footer__ .box .left nav ul li {
  width: 50%;
  margin-bottom: 10px;
}
.footer__ .box .left nav ul li a {
  color: #fff;
}
.footer__ .box .right .snsbox ul {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}
.footer__ .box .right .snsbox img {
  width: 35px;
}
.footer__ .box .right .logo-footer02 {
  width: 280px;
}
.footer__ .copy {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1180px) {
  .footer__ .box {
    padding-inline: 5%;
  }
}
@media screen and (max-width: 768px) {
  .footer__ .box {
    flex-direction: column;
    justify-content: center;
  }
  .footer__ .box .left {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    text-align: center;
  }
  .footer__ .box .left a {
    margin-inline: auto;
  }
  .footer__ .box .left img {
    margin-inline: auto;
  }
  .footer__ .box .left nav {
    width: 100%;
  }
  .footer__ .box .left nav ul {
    width: 100%;
  }
  .footer__ .box .right {
    width: 100%;
    text-align: center;
  }
  .footer__ .box .right .snsbox ul {
    width: 100%;
    justify-content: center;
    margin-top: 40px;
  }
  .footer__ .box .right img {
    margin-inline: auto;
  }
}
/*=============================
トップページ・パーツ
=============================*/
.parts {
  padding: 50px 0;
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
}
.parts ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
  
}
.bg-glay {
  padding: 10px 10px 0;
  background-color: #76767660;
}
.parts .partsul li {
  width: calc((100% - (10px * 2)) / 3);
  position: relative;
  overflow: hidden;
}
.parts ul li::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transform: translateX(0);
  transition: all 1s;
  transition-delay: 1.5s;

}
.parts .partsul02 li {
  width: calc((100% - (10px * 3)) / 4);
}
.parts ul li a {
  width: 100%;
  
}

@media screen and (max-width: 980px) {
  .parts ul {
    width: 90%;
    margin-inline: auto;
    flex-direction: column;
  }
  .parts .partsul li {
    width: 100%;
  }
  .parts .partsul02 li {
    width: calc(100% - 60px);
    margin-inline: auto;
  }
}
/*.scroll付与後===============*/
.parts .partsul li.scroll::after {
  transform: translateX(110%);
}
.en {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-size: 50px;
}
.en span {
  font-size: 42px;
}
.price .en {
    font-size: 25px;
}
.price p {
    font-size: 12px !important;
}
.ttl.bga h3 {
    line-height: 40px;
}
.img.scrollTrigger.scroll {
    position: relative;
    z-index: 2;
}
.ttl.bga .en {
    line-height: 50px;
}
/*===============================
sidebar
===============================*/
.sidebar {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 9000;
  background-color: #fff;
  width: fit-content;
  border-top: 1px solid #A2B3D0;
}
.sidebar ul li a {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #A2B3D0;
  transition: all .3s;
}
.sidebar ul li a:hover {
  background-color: #1a1a1a;
  color: #fff;
  opacity: 1;
}
.sidebar .totop {
  display: block;
  width: 30px;
  height: 50px;
  padding: 5px 0;
  border-bottom: 1px solid #A2B3D0;
  position: relative;
}
.sidebar .totop img {
  width: 30px;
  height: 30px;
  transition: all .3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
}
.sidebar .totop .to02 {
  opacity: 0;
}
.sidebar .totop:hover {
  opacity: 1;
}
.sidebar .totop:hover img {
  transform: translate(-50% , -60%);
}
.sidebar .totop:hover .to01 {
  opacity: 0;
}
.sidebar .totop:hover .to02 {
  opacity: 1;
}
@media screen and (max-width: 640px) {
	.sidebar {
		bottom: 0;
		right: 0;
		transform: translateY(0%);
	}
}
/*===============================
pg-header
===============================*/
.pg-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  width: 100%;
  height: 65px;
  background-color: #fff;
}
.pg-header .left {
  display: flex;
  align-items: center;
  gap: 10vw;
}
.pg-header .left a:nth-child(1) {
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  margin-left: 50px;
}
.pg-header .left a:nth-child(2) {
  width: 300px;
}
.pg-header a img {
  width: 100%;
}
.pg-header .right {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 24px;
}
.pg-header .right .shop {
padding: 0px 20px;
width: fit-content;
border: 1px solid #000;
}
.pg-header .right .hamburger {
  position: relative;
  top: 0;
}
@media screen and (min-width: 1281px) {
  .pg-header .left {
    gap: 140px;
  }
}
@media screen and (max-width: 768px) {
  .pg-header .left {
    gap: 10px;
  }
  .pg-header .left a:nth-child(1) {
    margin-left: 20px;
    width: 78px;
  }
  .pg-header .left a:nth-child(2) {
    width: 176px;
  }
  .pg-header .right .shop {
    display: none;
  }
	.sidebar ul li a {
	  font-size: 12px;
	}
	.sidebar ul li a {
		padding: 10px 0;
	}
}
/*===============================
pg-mv
===============================*/
.pg-mv {
  width: 100%;
  height: auto;
  margin-top: 65px;
}
.pg-mv img {
  width: 100%;
  object-fit: contain;
}
/*===============================
pg01
===============================*/
.m {
  font-family: "M PLUS 2", sans-serif;
}
.pg {
  font-family: "M PLUS 2", sans-serif;
}
.pg .h2border {
  font-family: "ethnocentric", sans-serif;
  font-size: 47px;
  line-height: 1;
  text-align: left;
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 40px;
}
.pg h2 span {
  color: #FB9523;
  font-size: 47px;
  display: inline-block;
}
.pg h2 .kana {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  margin-left: 15px;
}
.pg .h2border::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(100% - 510px);
  height: 1px;
  background-color: #000;
}
.pg .pg01 {
  background-color: #D1E7F5;
    max-width: 1000px;
    width: 100%;
    margin-inline: auto;
    padding: 65px 0 50px;
    margin-bottom: 60px;
}
.pg-orcus02.pg .pg01 {
  padding: 230px 0 50px;
}
.pg .pg01 .box {
  text-align: center;
}
.pg .pg01 .box h2 {
  letter-spacing: 0.1em;
  font-size: 24px;
}
.pg .pg01 .box .movie {
  width: 70%;
  margin: 40px auto 50px;
  min-width: 34rem;
}
.pg .pg01 .box .movie video {
  width: 100%;
}
.pg .pg01 .box p {
  line-height: 2;
  font-size: 14px;
}
.pg .pg01 .box .inbox {
  position: relative;
}
.pg .pg01 .box .inbox .img {
  position: absolute;
  width: 300px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.pg .pg01 .box .inbox .img01 {
  top: -50%;
  left: -10%;
}
.pg .pg01 .box .inbox .img02 {
  bottom: -50%;
  right: -10%;
}
.pg .pg01 .box .inbox .img div {
  position: relative;
}
.pg .pg01 .box .inbox .img div::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all .8s;
}
.pg .pg01 .box .inbox .img01.scroll div::after {
  transform: translateX(-100%);
}
.pg .pg01 .box .inbox .img02.scroll div::after {
  transform: translateX(100%);
}
#pg-io .pg .pg01 .box .inbox {
	padding: 0 0 120px;
}
@media screen and (max-width: 1280px) {
  .pg h2 {
    padding-inline: 5%;
  }
  .pg .pg01 .box .inbox {
    padding: 120px 0;
  }
  .pg-orcus02.pg .pg01 .box .inbox {
    padding: 60px 0 140px;
  }
  .pg .pg01 .box .inbox .img {
    width: 24vw;
    min-width: 280px;
  }
  .pg .pg01 .box .inbox .img01 {
    top: -20%;
    left: 0%;
  }
  .pg-orcus02.pg .pg01 .box .inbox .img01 {
    top: -74%;
  }
  .pg .pg01 .box .inbox .img02 {
    bottom: -20%;
    right: 0%;
  }
  .pg .pg01 .box .inbox .img div::after {
    background-color: #D1E7F5;
  }
  #pg-io .pg .pg01 .box .inbox {
	padding: 0 0 120px;
  }
}
@media screen and (max-width: 800px) {
  .pg h2 {
    padding-inline: 3%;
  }
}
@media screen and (max-width: 768px) {
  .pg .pg01 .box h2 {
    font-size: 20px;
    padding-inline: 5%;
  }
}
@media screen and (max-width: 580px) {
  .pg .h2border {
    font-size: 22px;
	  line-height: 1.6;
    padding-top: 40px;
  }
  .pg h2 .kana {
    text-align: left;
  }
  .pg .pg01 .box .inbox {
    padding: 90px 0;
  }
  .pg .pg01 .box .inbox .img {
    width: 24vw;
    min-width: 200px;
  }
  .pg .pg01 .box .inbox .img01 {
    top: -10%;
  }
  .pg .pg01 .box .inbox .img02 {
    bottom: -10%;
  }
  .pg-orcus02.pg .pg01 .box .inbox .img01 {
    top: -54%;
  }
}
/*===============================
pg002
===============================*/
.pg002 .sliderbox {
  width: 90%;
  max-width: 1000px;
  height: fit-content;
  margin-inline: auto;
}
.pg002 .sliderbox .slider01 {
  width: 100%;
  height: fit-content;
  margin-inline: auto;
}
.pg002 .sliderbox .slider01 .slick-slide {
  width: 100%;
  height: fit-content;
  margin-bottom: 3rem;
  margin-inline: auto;
}
.pg002 .sliderbox .slider01 .slick-slide .slider_item {
  width: 100%;
  height: 35rem;
  margin-inline: auto;
}
.pg002 .sliderbox .slider01 .slick-slide .slider_item img {
  width: 100%;
  height: 35rem;
  object-fit: cover;
  object-position: center;
}
.pg002 .sliderbox .slider01 .slick-slide .slider_item p {
  padding-inline: 2rem;
}
.pg002 .sliderbox .slider01 {
  position: relative;
}
.pg002 .slick-next,.pg002 .slick-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 17.5rem;
  z-index: 100;
}
.pg002 .slick-prev {
  transform: translateY(-50%) rotate(180deg);
  left: 5px;
}
.pg002 .slick-next {
  transform: translateY(-50%);
  right: 5px;
}
.pg002 .slick-next::before,.pg002 .slick-prev::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  background-image: url("../images/angles-right-solid.svg");
  background-size: contain;
}
.pg002 .slick-num {
  text-align: center;
  font-size: 20px;
  margin: 13rem auto 6rem;
}
.pg002 .slider01txt {
  text-align: center;
  position: absolute;
  top: 380px;
  left: 0;
  width: 100%;
  height: 10rem;
}
.pg002 .slider01txt .slick-slide {
  padding-inline: 10px;
}
.pg002 .slider01txt .slick-next,.pg002 .slider01txt .slick-prev {
  display: none!important;
}
.btn0 {
  display: block;
  width: fit-content;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 30px auto;
  border: 1px solid #000;
  transition: all .3s;
}
.btn0 span {
  transition: all .5s;
}
.btn0:hover {
  color: #fff;
  background-color: #000;
  opacity: 1;
}
.btn0:hover span {
  transform: translateX(3px);
}
@media screen and (max-width: 768px) {
  .pg002 .sliderbox .slider01 .slick-slide,.pg002 .sliderbox .slider01 .slick-slide .slider_item {
    height: 33rem;
  }
  .pg002 .sliderbox .slider01 .slick-slide .slider_item img {
    height: 24rem;
  }
  .pg002 .slick-next,.pg002 .slick-prev {
    top: 12rem;
  }
  .pg002 .slider01txt {
    top: 280px;
  }
}
@media screen and (max-width: 480px) {
  .pg002 .slick-next,.pg002 .slick-prev {
    width: 25px;
    height: 25px;
  }
  .pg002 .slick-next::before,.pg002 .slick-prev::before {
    width: 25px;
    height: 25px;
  }
  .pg002 .slick-num {
    font-size: 12px;
  }
}
/*===============================
pg02
===============================*/
.pg02 .sliderbox {
  width: 90%;
  max-width: 1000px;
  height: fit-content;
  margin-inline: auto;
}
.pg02 .sliderbox .slider01 {
  width: 100%;
  height: fit-content;
  margin-inline: auto;
}
.pg02 .sliderbox .slider01 .slick-slide {
  width: 100%;
  height: fit-content;
  margin-bottom: 3rem;
  margin-inline: auto;
}
.pg02 .sliderbox .slider01 .slick-slide .slider_item {
  width: 100%;
  height: 35rem;
  margin-inline: auto;
}
.pg02 .sliderbox .slider01 .slick-slide .slider_item img {
  width: 100%;
  height: 35rem;
  object-fit: cover;
  object-position: center;
}
.pg02 .sliderbox .slider01 .slick-slide .slider_item p {
  padding-inline: 2rem;
}
.pg02 .sliderbox .slider01 {
  position: relative;
}
.pg02 .slick-next,.pg02 .slick-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 17.5rem;
  z-index: 100;
}

.pg02 .slick-prev {
  transform: translateY(-50%) rotate(180deg);
  left: 5px;
}
.pg02 .slick-next {
  transform: translateY(-50%);
  right: 5px;
}
.pg02 .slick-next::before,.pg02 .slick-prev::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  background-image: url("../images/angles-right-solid.svg");
  background-size: contain;
}
.pg02 .slick-num {
  text-align: center;
  font-size: 20px;
  margin: 13rem auto 6rem;
}
.pg02 .slider01txt {
  text-align: center;
  position: absolute;
  top: 380px;
  left: 0;
  width: 100%;
  height: 10rem;
}
.pg02 .slider01txt .slick-slide {
  padding-inline: 10px;
}
.pg02 .slider01txt .slick-next,.pg02 .slider01txt .slick-prev {
  display: none!important;
}
.pg02 .btn0 {
  display: block;
  width: fit-content;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 60px auto 30px;
  border: 1px solid #000;
  transition: all .3s;
}
@media screen and (max-width: 768px) {
  .pg02 .sliderbox .slider01 .slick-slide,.pg02 .sliderbox .slider01 .slick-slide .slider_item {
    height: 33rem;
  }
  .pg02 .sliderbox .slider01 .slick-slide .slider_item img {
    height: 24rem;
  }
  .pg02 .slick-next,.pg02 .slick-prev {
    top: 12rem;
  }
  .pg02 .slider01txt {
    top: 280px;
  }
}
@media screen and (max-width: 480px) {
  .pg02 .slick-next,.pg02 .slick-prev {
    width: 25px;
    height: 25px;
  }
  .pg02 .slick-next::before,.pg02 .slick-prev::before {
    width: 25px;
    height: 25px;
  }
  .pg02 .slick-num {
    font-size: 12px;
  }
}
/*===============================
EXTERIOパーツ用
===============================*/
.pg02 .imgbox {
  max-width: 1280px;
  width: 100%;
  margin: 40px auto;
}
.pg02 .imgbox img {
  width: 100%;
}
.pg02 .box {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}
.pg02 .box h3 {
  color: #67859F;
  font-family: good-times, sans-serif;
  font-size: 21px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #67859F;
  width: 230px;
}
.pg02 .box h3 span {
  font-size: 12px;
}
.pg02 .box .ulbox {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-inline: 15px;
  margin-bottom: 8rem;
}
.pg02 .box .ulbox .ul01 {
  width: fit-content;
}
.mars02-detail .pg02 .box .ulbox .ul01 {
  width: 45%;
}
@media screen and (max-width: 640px) {
  .mars02-detail .pg02 .box .ulbox .ul01 {
    width: 100%;
  }
}
.pg02 .box .ulbox .ul01 li {
  padding-bottom: 10px;
  border-bottom: 1px solid #666;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
}
.pg02 .box .ulbox .ul01 li span {
  color: #fff;
  font-weight: bold;
  background-color: #FB9523;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  position: relative;
}
.pg02 .box .ul02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: fit-content;
  margin: 40px auto;
}
.pg02 .box .ul02 li {
  width: 30%;
  box-shadow: 5px 5px 3px #0003;
  margin-bottom: 24px;
}
.pg02 .box .ul02 li p {
  padding: 0 10px 10px 10px;
}
@media screen and (max-width: 640px) {
	.pg02 .box .ulbox {
		display: inline-block;
		width: 100%;
	}
	.pg02 .box .ulbox .ul01 li {
		padding-bottom: 3px;
		border-bottom: 1px solid #666;
		margin-bottom: 3px;
		display: flex;
		align-items: center;
		gap: 8px;
		font-size: 12px;
	}
	.pg02 .box .ulbox .ul01{
		width: 100% ;
	}
	.pg02 .box .ul02 li {
		width: 90%;
		box-shadow: 5px 5px 3px #0003;
		margin-bottom: 24px;
		margin: 0 auto 20px;
	}
	.pg02 .box h3 {
		font-size: 21px;
		margin-bottom: 30px;
		padding-bottom: 10px;
		border-bottom: 1px solid #67859F;
		width: 100%;
		padding: 0 15px;
	}
}
/*ポップアップ*/
.slider_item {
  cursor: pointer;
}
.popimg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  cursor: pointer;
  z-index: 100;
}
.popimg div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-color: #0009;
}
.popimg div img {
  width: 80%;
  object-fit: contain;
}
.pi01-01.open,.pi01-02.open,.pi01-03.open,.pi01-04.open,.pi01-05.open {
  display: block;
}
.pi02-01.open,.pi02-02.open,.pi02-03.open,.pi02-04.open,.pi02-05.open,.pi02-06.open,.pi02-07.open,.pi02-08.open {
  display: block;
}
.pi03-01.open,.pi03-02.open,.pi03-03.open {
  display: block;
}
/*===============================
pg03
===============================*/
.pg03 .sliderbox {
  width: 90%;
  max-width: 1000px;
  height: fit-content;
  margin-inline: auto;
}
.pg03 .sliderbox .slider02 {
  width: 100%;
  height: fit-content;
  margin-inline: auto;
}
.pg03 .sliderbox .slider02 .slick-slide {
  width: 100%;
  height: fit-content;
  margin-bottom: 3rem;
  margin-inline: auto;
}
.pg03 .sliderbox .slider02 .slick-slide .slider_item {
  width: 100%;
  height: 35rem;
  margin-inline: auto;
}
.pg03 .sliderbox .slider02 .slick-slide .slider_item img {
  width: 100%;
  height: 35rem;
  object-fit: cover;
  object-position: center;
}
.pg03 .sliderbox .slider02 .slick-slide .slider_item p {
  padding-inline: 2rem;
}
.pg03 .sliderbox .slider02 {
  position: relative;
}
.pg03 .slick-next,.pg03 .slick-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 17.5rem;
  z-index: 100;
}
.pg03 .slick-prev {
  transform: translateY(-50%) rotate(180deg);
  left: 5px;
}
.pg03 .slick-next {
  transform: translateY(-50%);
  right: 5px;
}
.pg03 .slick-next::before,.pg03 .slick-prev::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  background-image: url("../images/angles-right-solid.svg");
  background-size: contain;
}
.pg03 .slick-num02 {
  text-align: center;
  font-size: 20px;
  margin: 13rem auto 6rem;
}
.pg03 .slider02txt {
  text-align: center;
  position: absolute;
  top: 380px;
  left: 0;
  width: 100%;
  height: 10rem;
}
.pg03 .slider02txt .slick-slide {
  padding-inline: 10px;
}
.pg03 .slider02txt .slick-next,.pg03 .slider02txt .slick-prev {
  display: none!important;
}
.btn0 {
  display: block;
  width: fit-content;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 30px auto;
  border: 1px solid #000;
  transition: all .3s;
}
@media screen and (max-width: 768px) {
  .pg03 .sliderbox .slider02 .slick-slide,.pg03 .sliderbox .slider02 .slick-slide .slider_item {
    height: 33rem;
  }
  .pg03 .sliderbox .slider02 .slick-slide .slider_item img {
    height: 24rem;
  }
  .pg03 .slick-next,.pg03 .slick-prev {
    top: 12rem;
  }
  .pg03 .slider02txt {
    top: 280px;
  }
}
@media screen and (max-width: 480px) {
  .pg03 .slick-next,.pg03 .slick-prev {
    width: 25px;
    height: 25px;
  }
  .pg03 .slick-next::before,.pg03 .slick-prev::before {
    width: 25px;
    height: 25px;
  }
  .pg03 .slick-num02 {
    font-size: 12px;
  }
}
/*===============================
pg04
===============================*/
.pg04 {
  padding: 40px 0;
}
.pg .pg04 .h2border::after {
  width: calc(100% - 720px);
}
.pg04 .sliderbox,.pg04 .sliderbox .slider00,.pg04 .sliderbox .slider00 .slick-slide,.pg04 .sliderbox .slider00 .slick-slide .slider_item {
  width: 90%;
  max-width: 700px;
  margin-inline: auto;
}
.pg04 .sliderbox p {
  text-align: center;
  margin: 30px auto;

}
.pg04 .slick-next::before,.pg04 .slick-prev::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-size: contain;
  background-repeat: no-repeat;
}
.pg04 .slick-slide p {
  text-align: center;
  margin: 2rem 0;
}
.pg04 .slick-next::before {
  background-image: url("../images/page/arrow-r.png");
}
.pg04 .slick-prev::before {
  background-image: url("../images/page/arrow-l.png");
}
.pg04 .sliderbox {
  position: relative;
  width: 100%;
  height: 480px;
}
.pg04 .photobox {
  position: relative;
  width: 100%;
  height: 480px;
  max-width: 1000px;
  margin-inline: auto;
}
.pg04 .cls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  transition: all .5s;
}
.pg04 .cls.active {
  opacity: 1;
  z-index: 10;
}
.pg04 .arrows {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-inline: auto;
}
.pg04 .arrows img {
  width: 80px;
}
.pg04 .colorbox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px auto;
  padding-top: 560px;
  position: relative;
  
}
.pg-mars .dpg04 .colorbox {
  z-index: unset;
}
.pg-io .pg04 .colorbox {
  padding-top: 585px;
  
}
.pg04 .colorbox {
  justify-content: center;
  gap: 30px;
}
.pg04 .colorbox li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
}
.pg04 .colorbox .cl01 {
  background-color: #fff;
  border: 1px solid #3337;
}
.pg04 .colorbox .cl02 {
  background-color: #D8D8D8;
}
.pg04 .colorbox .cl03 {
  background-color: #5E5E5E;
}
.pg04 .colorbox .cl04 {
  background-color: #0A0000;
}
.pg04 .colorbox .cl05 {
  background-color: #B9375D;
}
.pg04 .colorbox .cl06 {
  background-color: #260E94;
}
.pg04 .colorbox .cl07 {
  background-color: #97AF31;
}
.pg-orcus .pg04 .colorbox .cl01 {
  background-color: #b4b8b8;
}
.pg-orcus .pg04 .colorbox .cl02 {
  background-color: #303a3d;
}
.pg-orcus .pg04 .colorbox .cl03 {
  background-color: #0d0d0e;
}
.pg-orcus .pg04 .colorbox .cl04 {
  background-color: #fdfdfd;
  border: 1px solid #000;
}
.pg04 .colorbox .cl08 {
  background-image: url("../images/page/circle01.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.pg04 .colorbox .cl09 {
  background-image: url("../images/page/circle02.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.pg04 .slick-prev {
  left: -48px;
}
.pg04 .slick-next {
  right: -68px;
}
.pg04 .slick-prev,.pg04 .slick-next {
  width: 60px;
  height: 60px;
}
.pg-io .pg04 .colorbox .cl01 {
  background-image: url("../images/page/io/cl01.png");
}
.pg-io .pg04 .colorbox .cl02 {
  background-image: url("../images/page/io/cl02.png");
}
.pg-io .pg04 .colorbox .cl03 {
  background-color: #709ba7
}
.pg-io .pg04 .colorbox .cl04 {
  background-image: url("../images/page/io/cl04.png");
}
.pg-io .pg04 .colorbox .cl05 {
  background-image: url("../images/page/io/cl05.png");
}
.pg-io .pg04 .colorbox .cl06 {
  background-color: #5a634b;
}
.pg-io .pg04 .colorbox .cl07 {
  background-image: url("../images/page/io/cl07.png");
}
.pg-io .pg04 .colorbox .cl08 {
  background-image: url("../images/page/io/cl08.png");
}
.pg-io .pg04 .colorbox .cl09 {
  background-color: #f1e3c9;
  background-image: none;
  border: 1px solid #000;
}
.pg-io .pg04 .colorbox .cl10 {
  background-image: url("../images/page/io/cl10.png");
}
.pg-io .pg04 .colorbox .cl11 {
  background-image: url("../images/page/io/cl11.png");
}
.pg-io .pg04 .colorbox .cl12 {
  background-image: url("../images/page/io/cl12.png");
}
.pg-io .pg04 .colorbox .cl13 {
  background-image: url("../images/page/io/cl13.png");
}
.pg-io .pg04 .colorbox .cl14 {
  background-color: #f8f6f3;
  border: 1px solid #000;
}
.pg-io .pg04 .colorbox .cl15 {
  background-image: url("../images/page/io/cl15.png");
}
.pg-io .pg04 .colorbox .cl16 {
  background-image: url("../images/page/io/cl16.png");
}
.pg-io .pg04 .colorbox .cl17 {
  background-image: url("../images/page/io/cl17.png");
}
.pg-io .pg04 .colorbox .cl18 {
  background-image: url("../images/page/io/cl18.png");
}
.pg-io .pg04 .colorbox .cl19 {
  background-color: #0a0a0d;
}
@media screen and (max-width: 768px) {
  .pg04 .colorbox {
    padding-inline: 5%;
  }
  
}
@media screen and (max-width: 580px) {
  .pg04 .slidebox p {
    margin: 2vw auto;
  }
  .pg04 .sliderbox {
    height: 80vw;
  }
  .pg04 .colorbox {
    padding-top: 90vw;
  }
  .pg-io .pg04 .colorbox {
    padding-top: 98vw;
  }
	.pg04 .photobox {
	  height: initial;
	}
}


/*===============================
pg05
===============================*/

.pg05 {
  padding: 40px 0;
}
.pg-io .pg05 {
  padding: 130px 0 40px;
}
.pg .pg05 .h2border::after {
  width: calc(100% - 600px);
}
.panel {
  display: none;
  text-align: center;
}
.panel.active {
  display: block;
}
.pg05 h3,.pg05 .tab-area,.pg05 .panel-area {
  max-width: 760px;
  width: 100%;
  margin-inline: auto;
}
.pg05 h3 {
  font-size: 20px;
  display: flex;
  align-items: start;
  margin-bottom: 40px;
  line-height: 0.6;
}
.pg05 h3 span {
  font-size: 34px;
  margin-left: 5px;
}
.pg05 .tab-area {
  font-size: 13px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pg05 .tab-area .tab {
  width: 25%;
  text-align: center;
  color: #999;
  padding-bottom: 10px;
  margin-bottom: 40px;
  transition: all .5s;
  position: relative;
  cursor: pointer;
}
.pg05 .tab-area .tab.active {
  color: #000;
}
.pg05 .tab-area .tab.active::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 63px;
  height: 1px;
  background-color: #000;
}
.pg05 .panel-area .panel .box {
  background-color: #D1E7F5;
  padding: 40px 0;
  margin-bottom: 35px;
}
.pg05 .panel-area .panel .box ul {
  width: fit-content;
  margin-inline: auto;
}
.pg05 .panel-area .panel .box ul li {
  display: flex;
  align-items: start;
  justify-content: left;
  gap: 20px;
}
.pg05 .panel-area .panel .box ul li > p {
  width: 120px;
  border: 1px solid #000;
  padding: 5px;
  text-align: justify;
  text-align-last: justify;
  line-height: 1;
}
.pg05 .panel-area .panel .box ul li div {
  font-size: 12px;
}
.pg05 .panel-area .panel .box ul li div p span {
  font-size: 12px;
  margin-left: 5px;
}
.pg05 .panel-area .panel .box ul li div .wd4,.pg05 .panel-area .panel .box ul li div .wd2 {
  font-size: 36px;
  font-weight: bold;
  position: relative;
  text-align: left;
  margin-bottom: 10px;
}
.pg05 .panel-area .panel .box ul li div .wd4::after,.pg05 .panel-area .panel .box ul li div .wd2::after {
  position: absolute;
  top: -20px;
  left: 0;
  display: inline-block;
  font-size: 12px;
}
.pg05 .panel-area .panel .box ul li div .wd4::after {
  content: "4WD";
}
.pg05 .panel-area .panel .box ul li div .wd2::after {
  content: "2WD";
}
.pg05 .panel-area .panel .box02 {
  border-bottom: 1px solid #666;
}
.pg05 .panel-area .panel .box02 .tgl_switch {
  text-align: left;
  padding: 20px 36px;
  line-height: 1;
  color: #666;
  border-top: 1px solid #666;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.pg05 .panel-area .panel .box02 .tgl_switch img {
  width: 16px;
  object-fit: contain;
  transition: all .5s;
}
.pg05 .panel-area .panel .box02 .tgl_switch.open img {
  transform: rotate(90deg);
}
.tgl_switch {
  cursor: pointer;
  font-size: 16px;
}
.tgl_contents {
  display: none;
}
.pg05 .panel-area .panel .box02 div .toggle_contents table {
  width: fit-content;
  margin-left: 25%;
  margin-bottom: 20px;
}
.pg05 .panel-area .panel .box02 div .toggle_contents table tr {
  text-align: left;
  font-size: 12px;
}
.pg05 .panel-area .panel .box02 div .toggle_contents table tr th {
  width: 170px;
}
.pg05 .panel-area .panel .box02 div .toggle_contents table tr td {
  width: calc(100% - 25% - 170px);
}
.pg05 .panel-area .panel .box02 div .toggle_contents table tr th span,.pg05 .panel-area .panel .box02 div .toggle_contents table tr td span {
  color: #FF0000;
}
.pg05 .panel-area .panel .box02 div .toggle_contents table tr .note {
  font-size: 10px;
}
#pg-orcus .pg05 .panel-area .panel .box ul li div .wd4::after {
  content: "";
}
@media screen and (max-width: 768px) {
  .pg05 h3 {
    padding-inline: 5%;
  }
  .pg05 .tab-area .tab {
    width: calc(100% / 3);
  }
  .pg05 .panel-area .panel .box02 div .toggle_contents table {
    margin-left: 15%;
  }
}
@media screen and (max-width: 580px) {
  .pg05 .tab-area .tab {
    width: calc(100% / 2);
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .pg05 .panel-area .panel .box ul li {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
  }
  .pg05 .panel-area .panel .box ul li > p {
    margin-inline: auto;
  }
  .pg05 .panel-area .panel .box02 div .toggle_contents table {
    width: 90%;
    margin-left: 5%;
  }
  .pg05 .panel-area .panel .box02 div .toggle_contents table tr th {
    width: 160px;
  }
}
/*===============================
pg06
===============================*/
.pg06 {
  padding: 40px 0;
  overflow: hidden;
}
.pg .pg06 .h2border::after {
  width: calc(100% - 470px);
}
.pg06 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 100%;
  margin: 30px auto;
}
.pg06 ul li {
  width: calc(100% / 3);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  cursor: pointer;
}
.pg06 ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all .3s;
}
.pg06 ul li:hover img {
  transform: scale(1.1);
}
.pg06 .popImg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3339;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100;
  transition: all .3s;
}
.pg06 .popImg::after {
  content: "×";
  position: absolute;
  display: inline-block;
  right: 10%;
  top: 10%;
  font-size: 50px;
  cursor: pointer;
}
.pg06 .popImg img {
  width: 70%;
  object-fit: contain;
  position: relative;
}
.pg06 .popImg.open {
  display: flex;
}
.pg06 .popSwitch {
  position: relative;
  overflow: hidden;
}
.pg06 .popSwitch::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all .8s;
}
.pg06 .popSwitch.scroll::after {
  transform: translateX(100%);
}
.pg06 .popSwitch.scroll02::after {
  transform: translateX(-100%);
}
.pg06 .popSwitch.scroll03::after {
  transform: translateY(100%);
}
.pg06 .popSwitch.scroll04::after {
  transform: translateY(-100%);
}
.pg06 {
  max-width: 100%;
}
.pg06 .slider04,.pg06 .slider05 {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
}
.pg06 .slider04 .slick-slide,.pg06 .slider05 .slick-slide {
  overflow: hidden;
  height: 20vw;
  min-height: 300px;
}
.pg06 .slider04 .slick-slide img,.pg06 .slider05 .slick-slide img {
  max-width: unset;
  display: inline-block;
  width: 100%;
  height: 20vw;
  min-height: 300px;
  object-fit: cover;
  object-position: center;
}

.toggle_switch p {
    text-align: left;
    padding-left: 20px;
    font-weight: bold;
    border-bottom: 1px solid #d3d3d3;
}
/*===============================
blog
===============================*/
.blog {
  padding: 60px 5%;
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}
.blog section {
  padding-top: 0;
}
.blog h1 {
  width: fit-content;
  font-size: 32px;
  color: #000;
  padding: 30px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.blog h1::first-letter {
  font-size: 48px;
  color: #FB9523;
}
.blog h2 {
  width: fit-content;
  font-size: 28px;
  color: #000;
  padding: 15px 30px;
  margin: 30px 0;
  font-weight: bold;
  border-top: 4px solid #FB9523;
  border-bottom: 4px solid #FB9523;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.blog h3 {
  width: fit-content;
  font-size: 24px;
  color: #000;
  padding: 10px 30px;
  margin: 20px 0;
  font-weight: bold;
  border-left: 4px solid #FB9523;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.blog h4 {
  width: fit-content;
  font-size: 20px;
  color: #000;
  padding: 10px 30px;
  margin: 20px 0;
  font-weight: bold;
  border-bottom: 4px solid #FB9523;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.blog figure {
  width: 80%;
  max-width: 600px;
  min-width: 300px;
  margin: 40px auto;
}
.blog figure.is-type-video {
  height: 100%;
  max-width: 1000px;
  min-width: 300px;
  margin: 40px auto;
}
.blog .wp-block-embed iframe {
  width: 100%;
  height: 100%;
  margin-inline: auto;
  aspect-ratio: 16 / 9;
}
/*ブログ一覧*/
.pg-blog {
  margin-top: 65px;
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  padding: 60px 0;
}
.pg-blog .btn00 {
  position: static;
  width: 100%;
}
.pg-blog .btn00 a {
  width: fit-content;
  margin: 40px auto;
  display: block;
}
.pg-blog .blogbox ul {
  flex-direction: column;
  margin-bottom: 60px;
}
.pg-blog .blogbox ul li {
  width: 100%;
}
.pg-blog .blogbox ul li a {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;

}
.pg-blog .blogbox ul li a .img {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .blog h1 {
    font-size: 28px;
  }
  .pg-blog .blogbox ul {
    width: 500px;
    margin-inline: auto;
  }
  .pg-blog .blogbox ul li a {
    gap: 10px;
  }
  .pg-blog .blogbox ul li a .img {
    width: 150px;
    min-width: 150px;
  }
  .pg-blog .btn00 a {
    margin: 0px auto;
  }
}
@media screen and (max-width: 480px) {
  .pg-blog .blogbox ul {
    width: 350px;
  }
  .pg-blog .blogbox ul li a .img {
    width: 150px;
  }
  #blog .has-medium-font-size {
    font-size: 16px!important;
  }
}
.maintenance {
  max-width: 800px;
  width: 100%;
  margin: 150px auto;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2.5;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .maintenance {
    font-size: 16px;
  }
}

img.shop-name {
    max-width: 320px;
}

/*MARS02ページ*/
@media screen and (max-width: 768px) {
  .pg-mars02.pg section {
    padding-top: 0;
  }
}

.pg-mars02 {
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .pg-mars02 {
    padding: 0px 0;
  }
}
.pg-mars02 #pg01,.pg-mars02 #pg06 {
  background-color: #000;
}
.pg-mars02 .box .ulbox {
  gap: 50px;
  justify-content: left;
}
.pg-mars02 .price-img {
  width: 90%;
  max-width: 800px;
  margin-inline: auto;
}
.pg-mars02.pg h2 {
  color: #fff;
}

.pg-mars02.pg h2.color_000 {
  color: #000;
}
.pg-mars02.pg h2.h2border02 {
  text-align: center;
}
.pg-mars02.pg h2.h2border02::after {
  display: none;
}
.pg-mars02.pg h2.h2border02 .kana {
  color: #fff;
  display: block;
}
@media screen and (max-width: 580px) {
  .pg-mars02.pg h2.h2border02 .kana {
    text-align: center;
  }
}
/*
.pg-mars02.pg h2 {
  color: #fff;
  text-align: center;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .pg-mars02.pg h2 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 580px) {
  .pg-mars02.pg h2 {
    font-size: 18px;
  }
}
.pg-mars02.pg h2::after {
  display: none;
}
.pg-mars02.pg h2 .kana {
  color: #fff;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .pg-mars02.pg h2 .kana {
    font-size: 2vw;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .pg-mars02.pg h2 .kana {
    text-align: center;
  }
}
@media screen and (max-width: 580px) {
  pg-mars02.pg h2 .kana {
    font-size: 10px;
  }
}
.pg-mars02 .price-img {
  width: 90%;
  max-width: 800px;
  margin-inline: auto;
}
.pg-mars02.pg .pg06 .slider04 .slick-slide, .pg-mars02.pg .pg06 .slider05 .slick-slide,.pg-mars02.pg .pg06 .slider04 .slick-slide img, .pg-mars02.pg .pg06 .slider05 .slick-slide img {
  height: 32vw;
}

.pg-mars02.pg .pg02 .box {
  display: flex;
  gap: 130px;
  justify-content: center;
  width: 94%;
  margin-inline: auto;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .pg-mars02.pg .pg02 .box {
    gap: 30px;
  }
}
@media screen and (max-width: 580px) {
  .pg-mars02.pg .pg02 .box {
    flex-direction: column;
  }
}
.pg-mars02.pg .pg02 .ulbox00 p {
  color: #fff;
  font-family: 14px;
}
@media screen and (max-width: 768px) {
  .pg-mars02.pg .pg02 .ulbox00 p {
    font-family: 12px;
  }
}
.pg-mars02.pg .pg02 .ulbox00 li {
  color: #fff;
  line-height: 1.8;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .pg-mars02.pg .pg02 .ulbox00 li {
    font-size: 12px;
  }
}*/
.pg-mars02 .pg04 {
  padding: 40px 0 220px;
}
.pg-mars02 .pg04 h2 {
  color: #000;
}

#pg-mars section#pg04 {
    margin-bottom: 100px;
}
#pg-orcus section#pg04 {
    margin-bottom: 100px;
}
#pg-io section#pg04 {
    margin-bottom: 150px;
}
