.PC {
  display: auto;
}
.SP {
  display: none;
}
@media screen and (max-width: 768px) {
  .PC {
    display: none;
  }
  .SP {
    display: auto;
  }
}
body {
  background: #fff;
  color: #000;
  font-family: 'Muli', 'Sawarabi Mincho', sans-serif;
  font-size: 1em;
  margin: 0;
}
.wrap {
  overflow: hidden;
  min-width: 1020px;
}
@media screen and (max-width: 768px) {
  .wrap {
    min-width: auto;
  }
}
.about_us,
.video,
.seisaku,
.demo_car,
.goods,
.sponsored,
.car_film {
  padding: 20px 4%;
}
@media screen and (max-width: 768px) {
  .about_us,
  .seisaku,
  .demo_car,
  .goods,
  .sponsored {
    padding: 10px 0;
  }
}

h1 {
  background: linear-gradient(#fff184, #fff);
  margin: 0;
  padding: 10px 0 30px 0;
  text-align: center;
  text-shadow: 2px 2px 2px #fff;
  letter-spacing: 5px;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 1.2em;
  }
}

h2 {
  font-size: 2.2em;
  line-height: 60px;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 60px;
  transition: 0.1s ease-in-out;
  text-align: center;
  text-decoration: none;
  border-top: 6px solid #c1171d;
  border-bottom: 6px solid #c1171d;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1em;
    width: 70%;
    margin: auto;
  }
}
h2:before,
h2:after {
  position: absolute;
  top: 4px;
  width: 46px;
  height: 46px;
  content: '';
  transition: 0.1s ease-in-out;
  transform: perspective(12px);
  transform: rotate(45deg);
  border: 0;
  background-color: transparent;
}
h2:before {
  left: -26px;
  border-bottom: 6px solid #c1171d;
  border-left: 6px solid #c1171d;
}
h2:after {
  right: -26px;
  border-top: 6px solid #c1171d;
  border-right: 6px solid #c1171d;
}

/* section top */
.top_view_new_wrapper {
}
.top_view_new {
  width: 100%;
  height: 800px;
  background: url('../img/20250526_seven_main.jpg');
  /* background-position: 0px -550px; */
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top_view_new {
    height: 195px;
    background-size: cover;
    background-position: 0px 0px;
  }
}
.top_view_new .top_001 {
  position: relative;
width: 300px;
    left: 0;
  display: none;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .top_view_new .top_001 {
width: 110px;
        left: 0;
  }
}
.top_view_new .top_002 {
  position: relative;
    width: 300px;
    top: 50px;
    left: -305px;
  display: none;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .top_view_new .top_002 {
        width: 110px;
        top: 20px;
        left: -115px;
  }
}
.top_view_new .top_003 {
  position: relative;
width: 300px;
    top: 115px;
    left: -610px;
  display: none;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .top_view_new .top_003 {
width: 110px;
        top: 43px;
        left: -230px;
  }
}
/* .top_view_wrapper {
    position: relative;
    width: 100%;
}
.top_view_wrapper:before {
    content:"";
    display: block;
    padding-top: 56%;
}@media screen and (max-width: 768px){
  .top_view_wrapper:before{
    padding-top: 455px;
}}
.top_view{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(#000, #e5efff);
}
.top_view img{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
}@media screen and (max-width: 768px){
  .top_view img{
    top:auto;
    left:auto;
    width: auto;
}}
.top_view .top_001{
  display: none;
  z-index: 5;
}@media screen and (max-width: 768px){
  .top_view .top_001{
    width: 800px;
    left: -260px;
}}
.top_view .top_002{
  display: none;
  z-index: 4;
}@media screen and (max-width: 768px){
  .top_view .top_002{
    width: 800px;
    left: -50px;
}}
.top_view .top_003{
  display: none;
  z-index: 3;
}@media screen and (max-width: 768px){
  .top_view .top_003{
    top:60px;
    width: 800px;
    left: -400px;
}}
.top_view .top_004{
  display: none;
  z-index: 2;
}@media screen and (max-width: 768px){
  .top_view .top_004{
    width: 650px;
    top:89px;
    left: 50%;
    transform: translate(-50%);
}}
.top_view .top_005{
  display: none;
  z-index: 1;
}@media screen and (max-width: 768px){
  .top_view .top_005{
    width: 450px;
    left: 50%;
    transform: translate(-10%);
}}
.top_view .top_006{
  display: none;
  width: 40%;
  height: auto;
  top:90%;
  left:50%;
  -ms-transform: translate(-50%,-90%);
  -webkit-transform: translate(-50%,-90%);
  transform: translate(-50%,-90%);
  z-index: 6;
  border: ridge 10px #efdd4d;
  -webkit-animation:fuwafuwa 1s infinite linear alternate;
  animation:fuwafuwa 1s infinite linear alternate;
}@media screen and (max-width: 768px){
  .top_view .top_006{
    border: groove 4px #efdd4d;
    width: 300px;
    left: 50%;
    transform: translate(-10%);
}}
@-webkit-keyframes fuwafuwa {
  0% {-webkit-transform:translate(-50%,-90%);}
  50% {-webkit-transform:translate(-50%,-92%);}
  100% {-webkit-transform:translate(-50%,-90%);}
}
@keyframes fuwafuwa {
  0% {transform:translate(-50%,-90%);}
  50% {transform:translate(-50%,-92%);}
  100% {transform:translate(-50%,-90%);}
} */

/* section about_us */
.main {
  display: flex;
}
@media screen and (max-width: 768px) {
  .main {
    display: block;
    padding: 20px 20px 0 20px;
  }
}
.main_text {
  font-size: 1.4em;
  margin: auto;
  padding-left: 10%;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .main_text {
    font-size: 1.1em;
    padding: 0;
    width: 100%;
    margin: 0;
  }
}
.main_text p {
  margin: 0;
}
.bunner {
  margin: auto 10%;
}
@media screen and (max-width: 768px) {
  .bunner {
    margin: 10px 0 0 0;
    text-align: center;
  }
}
.bunner img {
  width: 300px;
  height: auto;
}

/* section video */
.video_area {
  margin: 20px 20px 0 20px;
}
@media screen and (max-width: 768px) {
  .video_area {
    margin: 20px 0 0 0;
  }
}

.video_src {
  width: 100%;
}

/* section seisaku */
.seisaku_container {
  max-width: 1800px;
  min-width: 840px;
  display: flex;
  flex-wrap: wrap;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .seisaku_container {
    min-width: auto;
  }
}
.seisaku_item {
  margin: 5px;
}
@media screen and (max-width: 768px) {
  .seisaku_item {
    margin: 5px auto;
  }
}
.seisaku_item01 {
  background: 330px 330px / cover url('../img/seisakuki/seisakuki_01.jpg');
}
.seisaku_item02 {
  background: 330px 330px / cover url('../img/seisakuki/seisakuki_02.jpg');
}
.seisaku_item03 {
  background: 330px 330px / cover url('../img/seisakuki/seisakuki_03.jpg');
}
.seisaku_item04 {
  background: 330px 330px / cover url('../img/seisakuki/seisakuki_04.jpg');
}
.seisaku_item05 {
  background: 330px 330px / cover url('../img/seisakuki/seisakuki_05.jpg');
}
.seisaku_item06 {
  background: 330px 330px / cover url('../img/seisakuki/seisakuki_06.jpg');
}
.seisaku_item07 {
  background: 330px 330px / cover url('../img/seisakuki/seisakuki_07.jpg');
}
.seisaku_item08 {
  background: 330px 330px / cover url('../img/seisakuki/seisakuki_08.jpg');
}
.seisaku_item09 {
  background: 330px 330px / cover url('../img/seisakuki/seisakuki_09.jpg');
}
.seisaku_item10 {
  background: 330px 330px / cover url('../img/seisakuki/seisakuki_10.jpg');
}
.seisaku_item11 {
  background: 330px 330px / cover url('../img/seisakuki/seisakuki_11.jpg');
}
.seisaku_item12 {
  background: 330px 330px / cover url('../img/seisakuki/seisakuki_12.jpg');
}
.seisaku_item13 {
  background: 330px 330px / cover url('../img/seisakuki/seisakuki_13.jpg');
}
.seisaku_item14 {
  background: 330px 330px / cover url('../img/seisakuki/seisakuki_14.jpg');
}
.seisaku_item15 {
  background: 330px 330px / cover url('../img/seisakuki/seisakuki_15.jpg');
}
.seisaku_item16 {
  background: 330px 330px / cover url('../img/seisakuki/seisakuki_16.jpg');
}
.seisaku_item17 {
  background: 330px 330px / cover url('../img/seisakuki/seisakuki_17.jpg');
}
.seisaku_item18 {
  background: 330px 330px / cover url('../img/seisakuki/seisakuki_18.jpg');
}
.seisaku_item19 {
  background: 330px 330px / cover url('../img/seisakuki/seisakuki_19.jpg');
}
.seisaku_item20 {
  background: 330px 330px / cover url('../img/seisakuki/seisakuki_20.jpg');
}
.seisaku_item21 {
  background: 330px 330px / cover url('../img/seisakuki/seisakuki_21.jpg');
}
.seisaku_item22 {
  background: 330px 330px / cover url('../img/seisakuki/seisakuki_22.jpg');
}
.seisaku_item23 {
  background: 330px 330px / cover url('../img/seisakuki/seisakuki_23.jpg');
}
.seisaku_item24 {
  background: 330px 330px / cover url('../img/seisakuki/seisakuki_24.jpg');
}
.seisaku_item25 {
  background: 330px 330px / cover url('../img/seisakuki/seisakuki_25.jpg');
}
.seisaku_item26 {
  background: 330px 330px / cover url('../img/seisakuki/seisakuki_26.jpg');
}
.seisaku_item27 {
  background: 330px 330px / cover url('../img/seisakuki/seisakuki_27.jpg');
}
.seisaku_item28 {
  background: 330px 330px / cover url('../img/seisakuki/seisakuki_28.jpg');
}
.seisaku_card {
  position: relative;
  width: 330px;
  height: 330px;
  text-align: center;
  background: linear-gradient(45deg, #fff 20px, transparent 20px), linear-gradient(135deg, #fff 20px, transparent 20px),
    linear-gradient(225deg, #fff 20px, transparent 20px), linear-gradient(315deg, #fff 20px, transparent 20px);
  background-position: bottom left, bottom right, top right, top left;
  background-repeat: no-repeat;
}
.seisakuki_text {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.7);
}
.seisaku_card p {
  margin: 2px;
}
.grad-wrap {
  position: relative;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-trigger {
  position: absolute;
  z-index: 1;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%);
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  .grad-trigger {
    bottom: 0;
  }
}
.grad-trigger:hover {
  color: #c1171d;
  cursor: pointer;
  font-weight: bold;
}
.grad-item {
  position: relative;
  overflow: hidden;
}
.grad-item.is-hide {
  height: 500px; /*隠した後の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 0.7) 50%,
    #fff 100%
  );
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.7) 50%, #fff 100%);
}
@media screen and (max-width: 768px) {
  .grad-item::before {
    height: 100px;
  }
}
.grad-trigger.is-show + .grad-item::before {
  display: none;
}

/* section demo_car */
.kizuna7_wrapper {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .kizuna7_wrapper {
    width: 100%;
  }
}
.kizuna7_slider {
  background: #888;
}
@media screen and (max-width: 768px) {
  .kizuna7_slider {
    margin-top: 20px;
  }
}
.kizuna7_slider img {
  height: 600px;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .kizuna7_slider img {
    height: 300px;
  }
}
.slick-prev {
  left: 15px;
  z-index: 20;
  width: 100px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .slick-prev {
    width: 30px;
  }
}
.slick-next {
  right: 15px;
  z-index: 19;
  width: 100px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .slick-next {
    width: 30px;
  }
}
.spec {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .spec {
    font-size: 0.6em;
  }
}
.spec table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
  empty-cells: show;
  font-size: inherit;
}
.spec tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
.spec tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.spec th,
.spec td {
  padding: 0.8em 0.1em;
  padding-left: 0.8em;
  border-bottom: 1px solid #f0f0f0;
}
.spec th {
  width: 20%;
  color: #305060;
}
@media screen and (max-width: 768px) {
  .spec th {
    width: 30%;
  }
}
.spec th.thgroup {
  padding-left: 0.6em;
  font-weight: 500;
  color: #444;
  background-color: #eee;
  border-left: 0.2em solid #888;
}

.spec td {
  color: #303030;
}
/* table {
	border-collapse: collapse;
	width:100%;
}
th.t_top {
    border-top: #c1171d 4px solid;
}
th {
	text-align: left;
	padding: 10px;
	font-weight: normal;
  background-color: #DDD;
  width: 180px;
}@media screen and (max-width: 768px){
  th{
    width: 100px;
}}
td.t_top {
	border-top: #DDD 4px solid;
}
td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
}
td.t_bottom {
  border: 0;
}
td:hover {
    background: #bfb03d;
    color: #FFFFFF;
}
td.t_topbottom{
  border-top: #DDD 4px solid;
  border-bottom: 0;
} */

/* section car_film */
.youtube {
  width: 100%;
  height: 1000px;
}
@media screen and (max-width: 768px) {
  .youtube {
    height: 200px;
  }
}

/* section goods */
.goods_background {
  width: 100%;
  height: 500px;
  background: url('../img/goods.jpg');
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .goods_background {
    background-size: contain;
  }
}

.goods_inner {
  width: 100%;
  height: 100%;
  background: radial-gradient(rgb(0, 0, 0, 0.3) 0, #fff 70%);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .goods_inner {
    background: radial-gradient(rgb(0, 0, 0, 0.3) 0, #fff 80%);
  }
}

.goods_text {
  padding: 40px 20px 10px 20px;
}

.goods_text p {
  margin: 5px;
  font-size: 1.1em;
  font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
  font-weight: bold;
  /* text-shadow: 2px 2px 2px #000; */
  text-shadow: black 1px 1px 0px, black -1px 1px 0px, black 1px -1px 0px, black -1px -1px 0px;
  color: #fff;
}

.goods_image img {
  border: 2px ridge #ddd;
}

/* section sponsored */
.sponsored_container {
  display: flex;
  flex-wrap: wrap;
  align-self: center;
}
.sponsored_item {
  display: grid;
  margin: 10px;
  width: 400px;
  text-align: center;
  border: 2px solid transparent;
  transition: all 300ms 0s ease;
}
.sponsored_item:hover {
  border: 2px solid blue;
}
.sponsored_item a {
  margin: auto;
  font-size: 40px;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
}
.sponsored_item img {
  width: 300px;
}

/* section footer */
.footer_background {
  background: #000;
  text-align: center;
  padding: 10px;
}
.footer_background p {
  margin: 0;
  color: #fff;
  font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
}
@media screen and (max-width: 768px) {
  .footer_background p {
    font-size: 0.5em;
  }
}

/* area modal */
.modal {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
}
.overLay {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.modal .inner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  width: auto;
  max-height: 100%;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .modal .inner {
    width: 100%;
    overflow: none;
  }
}
.modal .inner img {
  border: 10px solid #fff;
  height: 100%;
  width: 97%;
}
@media screen and (max-width: 768px) {
  .modal .inner img {
    border: 4px solid #fff;
    width: 98%;
  }
}
.modal_title_close {
  position: absolute;
  right: 0;
  top: 0;
}
.modal_title_close_button {
  width: 50px;
  height: 50px;
  background-color: #777;
  border-radius: 50%;
  transform: scale(0.5);
  cursor: pointer;
}
.modal_title_close_button:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 4px;
  left: 22px;
  width: 6px;
  height: 44px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: white;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal_title_close_button:after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 4px;
  left: 22px;
  width: 6px;
  height: 44px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: white;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal_title_close_button:hover,
.modal_title_close_button:active {
  background-color: red;
}

/* tmp */
@media screen and (max-width: 768px) {
  .back_color h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .left_row_text {
    min-width: 100%;
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .right_row_text {
    min-width: 100%;
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .row_text {
    min-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .front-page .square_box {
    width: 100%;
  }
}
