/*
Theme Name: Daihatsu Theme
Author: Spconcierge
Description: A custom theme for my WordPress website.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom, blog, responsive
Text Domain: daihatsu-theme
*/

.grecaptcha-badge {
    display: none !important;
}

/* header start */

/* Header Navigation */

header {
  content: "";
  background-color: #fff;
  z-index: 200;
  position: sticky;
  top: 0;
}

header nav ul li.menu-item {
  position: relative;
  /* flex-grow: 1; */
  text-align: center;
}

header nav ul li.menu-item a {
  display: block;
  position: relative;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.25s;
}
header nav ul#menu-header-main-menu li.menu-item a {
  font-size: 16px;
}
header nav ul li.menu-item ul.sub-menu {
  /* position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  background-color: #fff;
  width: 100%;
  width: 200px;
  text-align: center;
  z-index: 10;
  transition: 0.5s; */
}
header nav ul li.menu-item ul.sub-menu li.menu-item {
  text-align: left;
}
header nav ul li.menu-item ul.sub-menu li.menu-item a {
  position: relative;
  padding: 15px 25px;
}
header nav ul li.menu-item ul.sub-menu li.menu-item a:after {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  /* background-color: #e12624; */
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
header nav ul li.menu-item ul.sub-menu li.menu-item:last-child > a:after,
header nav ul li.menu-item > .sub-menu-wrap > ul.sub-menu > li > a:after {
  content: unset;
}
header nav ul li ul.sub-menu li.menu-item-has-children:after {
  /* content: ">"; */
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
header nav ul li.menu-item-has-children > a {
  padding: 15px 50px;
}

header nav ul li.menu-item > .sub-menu-wrap {
  display: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  background-color: #fff;
  width: 100%;
  text-align: center;
  z-index: 10;
  transition: 0.5s;
}
/* header nav ul li.menu-item:hover > .sub-menu-wrap {
  display: block;
} */
header nav ul li .sub-menu-wrap > div {
  display: none;
}

header nav ul li .sub-menu-wrap > ul.sub-menu {
  position: relative;
  opacity: 1;
  visibility: visible;
  top: 0;
  background-color: #fff;
  text-align: center;
  z-index: 10;
  transition: 0.5s;
}

header nav ul li.nav-menu-box {
  position: static;
}

/* header nav ul li.nav-menu-box:hover .sub-menu-wrap {
  display: grid;
} */

.menu-item-has-children .sub-menu-wrap {
  display: none;
}

.menu-item-has-children.open .sub-menu-wrap {
    display: block;
    opacity: 1;
    visibility: visible;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

header nav ul li.nav-menu-box .sub-menu-wrap {
  grid-template-columns: 200px 1fr;
  grid-gap: 30px;
  padding: 30px 60px;
}
header nav ul li.nav-menu-box .sub-menu-wrap > div {
  display: none;
  background-image: url(../daihatsu/assets/images/home/nav_bg_menu.svg);
  background-size: cover;
  background-repeat: no-repeat;
  align-content: center;
  padding: 20px;
  font-size: 26px;
  font-weight: 700;
}
header nav ul li.nav-menu-box .sub-menu-wrap > ul.sub-menu {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
header nav ul li.nav-menu-box .sub-menu-wrap > ul.sub-menu:before {
  content: unset;
  position: absolute;
  background-color: skyblue;
  width: 340px;
  height: calc(100% - 60px);
  left: 30px;
  top: 30px;
}

header nav ul li.nav-menu-box .sub-menu-wrap > ul.sub-menu > li > a {
  position: relative;
  padding: 0;
  font-size: 16px;
}

header
  nav
  ul
  li.nav-menu-box
  .sub-menu-wrap
  > ul.sub-menu
  > li
  > a
  .menu-item-thumb {
  position: relative;
  background-color: #f4edd9;
  border: 5px solid #b53636;
  width: 100%;
}

header
  nav
  ul
  li.nav-menu-box
  .sub-menu-wrap
  > ul.sub-menu
  > li
  > a
  .menu-item-thumb
  .item-image {
  padding: 60px 10px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 90px;
}

header
  nav
  ul
  li.nav-menu-box
  .sub-menu-wrap
  > ul.sub-menu
  > li
  .menu-item-thumb:before {
  content: "";
  position: absolute;
  background-image: url(../daihatsu/assets/images/home/f-1.png);
  background-size: 20px;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
}
header
  nav
  ul
  li.nav-menu-box
  .sub-menu-wrap
  > ul.sub-menu
  > li
  .menu-item-thumb:after {
  content: "";
  position: absolute;
  background-image: url(../daihatsu/assets/images/home/f-1.png);
  background-size: 20px;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
}

header nav ul li.nav-menu-box1 {
  position: static;
}

header nav ul li.nav-menu-box1 .sub-menu-wrap > ul.sub-menu {
  position: relative;
  display: none;
  top: 0;
}

header nav ul li.nav-menu-box1 .sub-menu-wrap > ul.sub-menu > li {
  background-color: #fff;
  border: none;
}

/* header nav ul li.nav-menu-box1:hover .sub-menu-wrap {
  display: grid;
} */

header nav ul li.nav-menu-box1 .sub-menu-wrap > div {
  align-content: center;
  padding: 20px;
  font-size: 26px;
  font-weight: 700;
}

header nav ul li.nav-menu-box1 .sub-menu-wrap > ul.sub-menu {
  display: block;
  column-count: 3;
  column-gap: 20px;
  padding: 30px 80px;
}

header nav ul li.nav-menu-box1 .sub-menu-wrap > ul.sub-menu > li {
  break-inside: avoid;
  margin-bottom: 20px;
}

header nav ul li.nav-menu-box1 .sub-menu-wrap > ul.sub-menu:before {
  content: unset;
  position: absolute;
  background-color: skyblue;
  width: 340px;
  height: calc(100% - 60px);
  left: 30px;
  top: 30px;
}

header nav ul li.nav-menu-box1 .sub-menu-wrap > ul.sub-menu > li > a {
  position: relative;
  padding: 0 25px;
  padding-right: 30px;
  font-size: 20px;
  color: #b53636;
}

header nav ul li.nav-menu-box1 ul.sub-menu li.menu-item > a {
  padding: 2px 0;
  padding-left: 50px;
  position: relative;
font-size: 14px;
}

header nav ul li.nav-menu-box1 ul.sub-menu li.menu-item > a::before {
  content: ">";
  font-size: 16px;
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translate(0, -50%);
}

header nav ul li.nav-menu-box1 .sub-menu-wrap > ul.sub-menu > li > a::before {
  content: "";
  background-image: url(../daihatsu/assets/images/home/f-1.png);
  position: absolute;
  padding-left: 35px;
  width: 20px;
  height: 20px;
  background-size: contain;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
  background-repeat: no-repeat;
}

header nav ul li.nav-menu-box1 ul.sub-menu li.menu-item-type-post_type a {
  padding: 2px 0;
  padding-left: 50px;
  font-size: 500;
  position: relative;
}

header nav ul li.nav-menu-box1 ul.sub-menu li.menu-item-type-post_type a img {
  display: none;
}

header
  nav
  ul
  li.nav-menu-box1
  ul.sub-menu
  li.menu-item-type-post_type
  a::before {
  content: ">";
  font-size: 16px;
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translate(0, -50%);
}

/* header 認定中古車 */

header nav ul li.nav-menu-box2 {
  position: static;
}

header nav ul li.nav-menu-box2 .sub-menu-wrap > ul.sub-menu {
  position: relative;
  display: none;
  top: 0;
}

header nav ul li.nav-menu-box2 .sub-menu-wrap > ul.sub-menu > li {
  background-color: #fff;
  border: none;
}

/* header nav ul li.nav-menu-box2:hover .sub-menu-wrap {
  display: grid;
} */

header nav ul li.nav-menu-box2 .sub-menu-wrap > div {
  align-content: center;
  padding: 20px;
  font-size: 26px;
  font-weight: 700;
}

header nav ul li.nav-menu-box2 .sub-menu-wrap > ul.sub-menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;

  column-gap: 20px;

  padding: 30px 80px;
}

header nav ul li.nav-menu-box2 .sub-menu-wrap > ul.sub-menu > li {
  break-inside: avoid;
  margin-bottom: 20px;
}

header nav ul li.nav-menu-box2 .sub-menu-wrap > ul.sub-menu:before {
  content: unset;
  position: absolute;
  background-color: skyblue;
  width: 340px;
  height: calc(100% - 60px);
  left: 30px;
  top: 30px;
}

header nav ul li.nav-menu-box2 .sub-menu-wrap > ul.sub-menu > li > a {
  position: relative;
  padding: unset;
  font-size: 16px;
  color: #000;
}

header nav ul li.nav-menu-box2 ul.sub-menu li.menu-item-type-post_type a {
  position: relative;
    font-size: 14px;
}

header nav ul li.nav-menu-box2 ul.sub-menu .menu-item-thumb .item-image {
  width: 100%;
  height: 120px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* Level Depth All */
header
  nav
  ul
  > li.menu-item
  > .sub-menu-wrap
  > ul.sub-menu
  > li.menu-item
  ul.sub-menu {
  top: 0;
  left: 100%;
}

/* Level Depth 1 */
header nav > ul > li.menu-item > .sub-menu-wrap {
  left: 0;
  z-index: 1000;
}
/* header nav > ul > li.menu-item:hover > .sub-menu-wrap {
  opacity: 1;
  visibility: visible;
} */
header
  nav
  > ul
  > li.menu-item
  > .sub-menu-wrap
  > ul.sub-menu
  > li.menu-item:hover
  > a {
  color: #b53636;
}

/* Level Depth 2 */
header
  nav
  > ul
  > li.menu-item
  > .sub-menu-wrap
  > ul.sub-menu
  > li.menu-item:hover
  > ul.sub-menu {
  /* opacity: 1;
  visibility: visible; */
}
header
  nav
  > ul
  > li.menu-item
  > .sub-menu-wrap
  > ul.sub-menu
  > li.menu-item
  > ul.sub-menu
  > li.menu-item:hover
  > a {
  color: #b53636;
}

/* Level Depth 3 */
header
  nav
  > ul
  > li.menu-item
  > .sub-menu-wrap
  > ul.sub-menu
  > li.menu-item
  > ul.sub-menu
  > li.menu-item:hover
  > ul.sub-menu {
  /* opacity: 1;
  visibility: visible; */
}
header
  nav
  > ul
  > li.menu-item
  > .sub-menu-wrap
  > ul.sub-menu
  > li.menu-item
  > ul.sub-menu
  > li.menu-item
  > ul.sub-menu
  > li.menu-item:hover
  a {
  color: #b53636;
}

header .headerUtils {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
header .headerUtils .custom-logo-link {
  display: block;
}
header .headerUtils .custom-logo-link img {
  max-width: 320px;
}
header .headerUtils .header_content {
  display: grid;
  align-self: center;
  grid-row-gap: 5px;
}
header .headerUtils .header_content .header_detail {
font-size: 12px;
    color: #707070;
    text-align: right;
}
header .headerUtils .header_content #header_nav_detail > .menu-list {
  display: flex;
  justify-content: end;
  gap: 30px;
}
header
  .headerUtils
  .header_content
  #header_nav_detail
  > .menu-list
  > .menu-item
  > a {
  color: #707070;
}
header
  .headerUtils
  .header_content
  #header_nav_detail
  > .menu-list
  > .menu-item
  > a:hover {
  color: #e12624;
}

header .header_navigation-site {
  background-color: #e12624;
  position: relative;
}
header .header_navigation-site #main_navigation-site > .menu-list {
  display: flex;
  justify-content: center;
}
header
  .header_navigation-site
  #main_navigation-site
  > .menu-list
  > .menu-item
  > a {
  padding: 20px 30px;
  color: #fff;
}
header .header_navigation-site #main_navigation-site > .menu-list > .menu-item:focus > a,
header .header_navigation-site #main_navigation-site > .menu-list > .menu-item:hover > a{
  background-color: #fff;
  color: #b53636;
}
header .header_navigation-site #main_navigation-site > .menu-list > .menu-item:hover > a:before{
  color: #b53636!important;
}

header
  .header_navigation-site
  #main_navigation-site
  > .menu-list
  > .menu-item
  > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 20px;
  background-color: #ddd;
  transform: translateY(-50%);
}
header
  .header_navigation-site
  #main_navigation-site
  > .menu-list
  > .menu-item:last-child
  > a::after {
  content: unset;
}

/* HOME Page */

nav.breadcrumbNav {
    font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home-banner {
    background-image: url(../daihatsu/assets/images/home/daihatsu_banner_home.png);
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% !important;
    background-size: 100% !important;
    height: auto !important;
    padding-top: unset !important;
  }
  .home-banner > .container {
    max-width: 80% !important;
    height: 45vw !important;
  }
  .home-banner > .container .banner-box {
    grid-template-columns: 1fr 1.5fr;
    padding: 0;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
  }

  header
    nav
    ul
    li.nav-menu-box
    .sub-menu-wrap
    > ul.sub-menu
    > li
    > a
    .menu-item-thumb
    .item-image {
    padding: 40px 10px;
    background-size: auto 70px;
  }

  header nav ul li.nav-menu-box2 ul.sub-menu .menu-item-thumb .item-image {
    height: 90px;
  }
}

.home-page .slick-carousel .slick-dots {
  display: none !important;
}
.home-section-page {
  display: grid;
  grid-template-columns: minmax(0, 95px) minmax(0, 1fr);
  grid-gap: 55px;
  margin-bottom: 30px;
}
.home-section-page.home-section-page__type2 {
  grid-template-columns: minmax(0, 120px) minmax(0, 1fr);
}
.home-section-page .home-section-page__title {
  position: relative;
  display: grid;
  grid-gap: 30px;
  grid-template-rows: 80px;
  text-align: center;
}
.home-section-page .home-section-page__title .home-section-page__logo img {
  /*max-width: 80px;
  height: auto;*/
  width: auto;
  height: 80px;
  margin: auto;
}
.home-section-page .home-section-page__title .home-section-page__text {
  position: relative;
  display: flex;
  justify-content: center;
  height: fit-content;
}
.home-section-page .home-section-page__title .home-section-page__text img {
  max-width: 55px;
}
.home-section-page.home-section-page__type2
  .home-section-page__title
  .home-section-page__text
  img {
  max-width: 110px;
}
.home-section-page .home-section-page__content {
  margin-top: 100px;
}

.home-section-page .home-section-page__content .home-section-grid {
  display: grid;
  grid-template-columns: 6fr 4fr;
  grid-gap: 20px;
}

.home-section-page .home-section-page__content .home-section-grid p {
  margin-bottom: 30px;
  line-height: 1.8;
}

.home-section-page .home-section-page__content .white-btn {
  text-align: left;
  margin: unset;
}

.home-section-page .home-section-page__content .tabs {
  display: flex;
}



.home-section-page .home-section-page__content .tabs .tab-link {
  position: relative;
  padding: 10px 50px;
  border-right: 1px solid #000;
  font-weight: 700;
  cursor: pointer;
}

.home-section-page .home-section-page__content .tabs .tab-link:hover{
  color: #fff;
  background-color: #ea8787;
}


.home-section-page .home-section-page__content .tabs .tab-link.current {
  border-right: none;
  color: #fff;
  background-color: #e33636;
}
.home-section-page .home-section-page__content .tabs-content {
  margin-top: 40px;
}
.home-section-page
  .home-section-page__content
  .tabs-content
  .tab-content-box
  .tab-content-box__item {
  display: grid;
    grid-template-columns: 75px 160px 1fr;
    grid-gap: 25px;
    align-items: center;
margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 1%;
}
.home-section-page
  .home-section-page__content
  .tabs-content
  .tab-content-box
  .tab-content-box__item
  .tab-content-box__date {
  font-weight: 700;
}
.home-section-page
  .home-section-page__content
  .tabs-content
  .tab-content-box
  .tab-content-box__item
  .tab-content-box__category {
  padding: 10px;
  text-align: center;
  color: #fff;
  background-color: #000;
font-size: 12px;
}

p.tab-content-box__category.category-store {
    background: #20b9c4 !important;
}

.home-section-page
  .home-section-page__content
  .tabs-content
  .tab-content-box
  .tab-content-box__item
  .tab-content-box__title {
  white-space: normal;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 500;
}

.home-section-page .home-section-page__content .car-lineup__list {
}
.home-section-page
  .home-section-page__content
  .car-lineup__list
  .car-lineup__item
  .car-lineup__model {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
  position: relative;
  top: 20px;
}
.home-section-page
  .home-section-page__content
  .car-lineup__list
  .car-lineup__item
  .car-lineup__model
  .car-lineup__model-description {
  position: relative;
}
.home-section-page
  .home-section-page__content
  .car-lineup__list
  .car-lineup__item
  .car-lineup__model
  .car-lineup__model-description
  .car-lineup__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(8px, 0.8vw, 12px);
  font-weight: 500;
  width: 70%;
  text-align: center;
}
.home-section-page
  .home-section-page__content
  .car-lineup__list
  .car-lineup__item
  .car-lineup__car-preview {
  position: relative;
  bottom: 10px;
}
.home-section-page
  .home-section-page__content
  .car-lineup__list
  .car-lineup__item
  a {
  position: relative;
  display: block;
  text-align: center;
  background-color: #e12624;
  border: 4px solid #e12624;
  color: #fff;
  border-radius: 100px;
  padding: 10px 40px;
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.4s;
  max-width: 100%;
  margin: 0 auto;
}
.home-section-page
  .home-section-page__content
  .car-lineup__list
  .car-lineup__item
  a:hover {
  background-color: #ffffff;
  color: #e12624;
}
#support .scrollGuide {
  max-height: 340px;
}
#car-lineup .scrollGuide {
  max-height: 218.9px;
}
#news_blog .scrollGuide {
  /*max-height: 218.9px;*/
}

.car-lineup__item p.car_tit {
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    height: 40px;
}

.home-section-page .home-section-page__content .support__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-gap: 30px;
  margin-bottom: 40px;
}
.home-section-page .home-section-page__content .support__list .support__item {
  background-color: #fff;
  padding: 30px 30px;
  border-top: 10px solid #b53636;
  display: flex;
  flex-direction: column;
}
.home-section-page .home-section-page__content .support__list .support__item {
}
.home-section-page
  .home-section-page__content
  .support__list
  .support__item
  h3 {
  text-align: center;
  margin-bottom: 10px;
}
.home-section-page
  .home-section-page__content
  .support__list
  .support__item
  h3
  span {
  position: relative;
  display: inline-block;
  font-size: 24px;
  padding-left: 50px;
  padding-right: 50px;
}
.home-section-page
  .home-section-page__content
  .support__list
  .support__item
  h3
  span:before,
.home-section-page
  .home-section-page__content
  .support__list
  .support__item
  h3
  span:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 20px;
  background-size: 40px;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url(../daihatsu/assets/images/home/f-2.svg);
  background-repeat: no-repeat;
}
.home-section-page
  .home-section-page__content
  .support__list
  .support__item
  h3
  span:before {
  right: 0;
}
.home-section-page
  .home-section-page__content
  .support__list
  .support__item
  h3
  span:after {
  left: 0;
}
.home-section-page .home-section-page__content .support__list .support__item p {
  margin-bottom: 30px;
	font-size: 16px;
  line-height: 1.8;
}
.home-section-page .home-section-page__content .support__list .support__item a {
  display: block;
  max-width: 85%;
  padding: 10px 80px;
  margin-top: auto;
}
#recruit:after {
  background-image: url(../daihatsu/assets/images/home/narapen.png);
  content: "";
  position: absolute;
  bottom: 0;
  background-size: 150px;
  width: 150px;
  height: 150px;
  left: 50%;
  transform: translate(-50%, 0);
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home-section-page .home-section-page__content .tabs .tab-link {
    padding: 10px 30px;
  }
  .home-section-page .home-section-page__content .support__list .support__item {
  }

  .home-section-page
    .home-section-page__content
    .support__list
    .support__item
    a {
    max-width: unset;
    padding: 10px 40px;
    padding-right: 60px;
  }

  .home-section-page
    .home-section-page__content
    .support__list
    .support__item
    h3
    span {
    display: block;
    font-size: clamp(10px, 2vw, 20px);
    padding-left: 30px;
    padding-right: 30px;
  }
  .home-section-page
    .home-section-page__content
    .support__list
    .support__item
    p {
    font-size: clamp(10px, 1.5vw, 14px);
  }
  .home-section-page
    .home-section-page__content
    .support__list
    .support__item
    h3
    span:before,
  .home-section-page
    .home-section-page__content
    .support__list
    .support__item
    h3
    span:after {
    width: 25px;
    height: 15px;
    background-size: 25px;
  }

  .home-section-page
    .home-section-page__content
    .tabs-content
    .tab-content-box
    .tab-content-box__item {
    grid-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
	
	
html {
  overflow-x: hidden;
}
	
	
  .home-section-page,
  .home-section-page.home-section-page__type2 {
    grid-template-columns: minmax(0, 1fr);
    grid-gap: 20px;
  }
  .home-section-page .home-section-page__content {
    margin-top: 0;
  }
  .home-section-page .home-section-page__title {
    grid-template-columns: 75px 1fr;
    grid-template-rows: unset;
    grid-gap: 10px;
    text-align: left;
  }
  .home-section-page .home-section-page__title .home-section-page__logo img {
    width: 100%;
    height: 55px;
  }
  .home-section-page .home-section-page__title .home-section-page__text {
    flex-direction: column;
    width: fit-content;
    height: auto;
  }
  .home-section-page .home-section-page__title .home-section-page__text img {
    max-width: max-content;
    height: 25px;
  }
  .home-section-page.home-section-page__type2
    .home-section-page__title
    .home-section-page__text
    img {
    max-width: max-content;
    height: 45px;
  }
	
	

.home-section-page .home-section-page__content .tabs-content .tab-content-box .tab-content-box__item{
    grid-template-columns:auto 1fr;
        grid-gap: 0 15px;
	}
.home-section-page .home-section-page__content .tabs-content .tab-content-box .tab-content-box__item > :nth-child(3){
  grid-column:1 / -1;
}

.home-section-page .home-section-page__content .tabs-content .tab-content-box .tab-content-box__item .tab-content-box__category{
    width:fit-content;
}	
	
	
	
  .home-section-page .home-section-page__content .tabs .tab-link {
    padding: 10px;
    font-size: 12px;
  }
  .home-section-page
    .home-section-page__content
    .tabs-content
    .tab-content-box
    .tab-content-box__item
    .tab-content-box__date,
  .home-section-page
    .home-section-page__content
    .tabs-content
    .tab-content-box
    .tab-content-box__item
    .tab-content-box__category,
  .home-section-page
    .home-section-page__content
    .tabs-content
    .tab-content-box
    .tab-content-box__item
    .tab-content-box__title {
    font-size: 12px;
  }

.home-section-page .home-section-page__content .tabs-content .tab-content-box .tab-content-box__item .tab-content-box__title {
    padding: 3% 0;
}

  .home-section-page .home-section-page__content .support__list .support__item {
    padding: 30px 25px;
  }

  .home-section-page
    .home-section-page__content
    .tabs-content
    .tab-content-box
    .tab-content-box__item
    .tab-content-box__category {
padding: 5px;
        font-size: 10px;
  }

  .home-section-page
    .home-section-page__content
    .car-lineup__list
    .car-lineup__item
    a {
    padding: 5px 25px;
    max-width: 125px;
    font-size: 3.3vw;
  }
  .home-section-page
    .home-section-page__content
    .car-lineup__list
    .car-lineup__item
    .car-lineup__model {
    align-items: normal;
  }

  .home-section-page .home-section-page__content .support__list {
    grid-template-columns: 1fr;
  }
  .home-section-page
    .home-section-page__content
    .support__list
    .support__item
    h3
    span {
    font-size: 18px;
  }
  .home-section-page
    .home-section-page__content
    .support__list
    .support__item
    p {
    font-size: 14px;
    font-weight: 500;
  }
  .home-section-page .home-section-page__content .home-section-grid {
    grid-template-columns: 1fr;
  }
  .home-section-page .home-section-page__content .home-section-grid > img {
    order: 0;
  }
  .home-section-page .home-section-page__content .home-section-grid > div {
    order: 1;
  }
  .home-section-page .home-section-page__content .home-section-grid p {
    font-size: 14px;
    font-weight: 600;
  }
	
.home-section-page .home-section-page__title .home-section-page__text {
    position: relative;
    display: flex;
    justify-content: end;
height: 95px;
}

.home-section-page .home-section-page__title .home-section-page__text h2{
    font-family: serif;
}
	
	#recruit:after{
		    background-size: 90px;
    width: 90px;
    height: 90px;
	}
	
}
/*header nav .sub-menu {
   display: none; 
  top: 100%;
  left: 0;
  color: #b53636;
  background-color: #fff;
  position: absolute;
  width: max-content;
  text-align: center;
  font-size: 1.4rem;
  z-index: 150;
}*/

/*header nav > ul > li > ul {
  display: none;
}

header nav > ul > li > ul > li {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

header nav .sub-menu li a:hover {
  background-color: #b53636;
  color: #fff;
}

header nav .sub-menu li a {
  color: #b53636;
  padding: 10px 15px;
  display: block;
  text-align: left;
  white-space: nowrap;
  position: relative;
}

header nav .sub-menu li a::after {
  color: #e12624;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  right: 0;
  padding-right: 20px;
  font-size: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}

header nav > ul > li:hover > ul,
header nav > ul > li > ul.active {
  display: block;
}*/
.title_home {
  grid-gap: 20px;
}
.title_home img {
  width: 95px;
}
.events {
  padding-bottom: 20px;
  overflow-x: hidden !important;
}
.news-blog .gp {
  grid-template-columns: 1fr 10fr;
  grid-gap: 70px;
}
.news-blog .tabs li {
  padding: 10px 50px;
}
.news-blog .tabs-content {
  margin-top: 40px;
}

/* Header Toggle Btn */
.btn_main-header_toggle {
  display: none;
  width: 64px;
  height: 64px;
  padding: 20px;
  background-color: #d81719;
  margin-bottom: 0;
  cursor: pointer;
  align-content: center;
}
.btn_main-header_toggle span {
  margin-top: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  display: block;
  transition: background-color 0.5s ease-in-out;
}
.btn_main-header_toggle span:before,
.btn_main-header_toggle span:after {
  content: "";
  width: 100%;
  display: block;
  transition: all 0.5s ease-in-out;
  height: 3px;
  background-color: #fff;
}
.btn_main-header_toggle span:before {
  transform: translateY(-10px);
}
.btn_main-header_toggle span:after {
  transform: translateY(10px);
  margin-top: -4px;
}
.btn_main-header_toggle.active span {
  background-color: transparent;
}
.btn_main-header_toggle.active span:before {
  -webkit-transform: translateY(-1px) rotate(-45deg);
  transform: translateY(-1px) rotate(-45deg);
}
.btn_main-header_toggle.active span:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  header .headerUtils {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 50px;
  }

  header .headerUtils .custom-logo-link img {
    max-width: 250px;
  }
  header .headerUtils .header_content .header_detail,
  header nav ul li.menu-item a {
    font-size: clamp(10px, 1.8vw, 16px);
  }
  header .headerUtils .header_content .header_detail {
    text-align: right;
  }

  header
    .headerUtils
    .header_content
    #header_nav_detail
    > .menu-list
    > .menu-item
    > a {
    font-size: 1.3vw;
  }

  header
    .header_navigation-site
    #main_navigation-site
    > .menu-list
    > .menu-item
    > a {
    padding: 10px 15px;
    font-size: clamp(10px, 1.5vw, 14px);
  }
}

@media screen and (max-width: 767px) {
  header {
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: #faf4f4;
    height: 64px;
  }
  header#site-header > .container {
    max-width: 100%;
    padding: unset;
  }

  #site-header {
    position: sticky;
    top: 0;
    z-index: 200;
  }

  header .headerUtils {
    padding: 0;
    align-items: center;
  }
  header .headerUtils .header_content {
    display: none;
  }
  header .headerUtils .custom-logo-link {
    padding-top: 10px;
    padding-left: 15px;
  }
  header .headerUtils .custom-logo-link img {
	  max-width: 180px;
  }
  .btn_main-header_toggle {
    display: inline-block;
  }

  header .header_navigation-site {
    position: unset;
    top: 100%;
    left: 0;
    background-color: transparent;
  }

  #site-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  }

  header .header_navigation-site #main_navigation-site {
    /* position: fixed; */
    left: 100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    overflow-y: auto;
    transition: left 0.5s ease;
    z-index: 1001;
    display: none;
  }

  header .header_navigation-site #main_navigation-site.active {
    display: block;
  }
  header .header_navigation-site #main_navigation-site > .menu-list {
    flex-direction: column;
  }
  header .header_navigation-site #main_navigation-site > .menu-list > .menu-item > a {
        padding: 3% 8%;
        color: #202020;
        border-bottom: 1px solid #f1f1f1;
        font-size: 15px;
  }
  header nav ul > li.menu-item > ul.sub-menu > li.menu-item ul.sub-menu {
    left: 0;
  }

  header nav .menu-item a {
    color: #000;
  }
  header nav .menu-item a::after {
    display: none;
  }

  header nav ul li.menu-item {
        text-align: left;

  }
  header nav ul li.menu-item ul.sub-menu {
    position: relative;
    width: 100%;
    display: none;
    top: unset;
  }
  header nav ul li.menu-item-has-children {
    /*padding-right: 50px;*/
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
  }
  header nav ul li.menu-item-has-children > span {
    /* content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #000;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);*/
    display: none;
    width: 50px;
    height: 50px;
    position: relative;
  }
  header nav ul li.menu-item-has-children > span:before,
  header nav ul li.menu-item-has-children > span:after {
    position: absolute;
    content: "";
    vertical-align: middle;
    transform: translateX(-16px);
  }
  header nav ul li.menu-item-has-children > span:before {
    border-top: 2px solid #8e8e8e;
    width: 12px;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  header nav ul li.menu-item-has-children > span:after {
    border-left: 2px solid #8e8e8e;
    width: 0;
    height: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition-property: all;
    transition-duration: 0.3s;
  }
  header nav ul li.menu-item-has-children span.active:before {
  }
  header nav ul li.menu-item-has-children span.active:after {
    height: 0;
  }
  header nav ul li.menu-item-has-children span + .sub-menu-wrap {
    padding: 0;
    position: relative;
    top: 0;
    grid-column: span 2;
  }

  header nav ul li.menu-item-has-children span.active + ul.sub-menu,
  header nav ul li.menu-item-has-children span.active + .sub-menu-wrap,
  header
    nav
    ul
    li.menu-item-has-children
    span.active
    + .sub-menu-wrap
    > ul.sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  header nav ul li.menu-item-has-children > ul.sub-menu {
    grid-column: span 2;
  }
  header nav ul li ul.sub-menu li.menu-item-has-children:after {
    content: unset;
  }
  header nav > ul > li.menu-item > ul.sub-menu {
    background-color: #ddd;
  }
  header nav > ul > li.menu-item > ul.sub-menu > li > ul {
    background-color: #a9a9a9;
  }
  header nav > ul > li.menu-item > ul.sub-menu > li > ul > li > ul {
    background-color: #7f7f7f;
  }
  /* Level Depth All */
  header
    nav
    ul
    > li.menu-item
    > .sub-menu-wrap
    > ul.sub-menu
    > li.menu-item
    ul.sub-menu {
    left: 0;
  }

  /* Navwalker Header */

  header nav ul li.nav-menu-box .sub-menu-wrap > div {
    display: none;
  }

  header nav ul li.nav-menu-box .sub-menu-wrap > ul.sub-menu {
         position: relative;
        display: grid;
  grid-template-columns: 1fr 1fr;
        top: 0;
	  grid-gap:0px;
  }
  header nav ul li.nav-menu-box .sub-menu-wrap > ul.sub-menu > li {
    background-color: #fff;
    border: none;
  }

  header nav ul li.nav-menu-box .sub-menu-wrap > ul.sub-menu > li {
  }
  header nav ul li.nav-menu-box .sub-menu-wrap > ul.sub-menu > li:before,
  header nav ul li.nav-menu-box .sub-menu-wrap > ul.sub-menu > li:after,
  header nav ul li.nav-menu-box .sub-menu-wrap > ul.sub-menu > li > a:before {
    content: unset;
  }
  header nav ul li.nav-menu-box .sub-menu-wrap > ul.sub-menu > li > a {
padding: 20px 25px 25px;
        font-size: 12px;
        text-align: left;
        border-left: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
        height: 60px;
        color: #d81719;
  }
	
	



  header
    nav
    ul
    li.nav-menu-box
    .sub-menu-wrap
    > ul.sub-menu
    > li
    > a
    .menu-item-thumb
    .item-image {
    display: none;
  }

  header
    nav
    ul
    li.nav-menu-box
    .sub-menu-wrap
    > ul.sub-menu
    > li
    > a
    .menu-item-thumb {
    display: none;
  }

  /* Navwalker First Menu Header */
  header nav ul li.nav-menu-box1 .sub-menu-wrap > div {
    display: none;
  }

  header nav ul li.nav-menu-box1 .sub-menu-wrap > ul.sub-menu > li {
  }

  header nav ul li.nav-menu-box1 .sub-menu-wrap > ul.sub-menu > li:before,
  header nav ul li.nav-menu-box1 .sub-menu-wrap > ul.sub-menu > li:after,
  header nav ul li.nav-menu-box1 .sub-menu-wrap > ul.sub-menu > li > a:before {
    content: unset;
  }

  header nav ul li.nav-menu-box1 .sub-menu-wrap > ul.sub-menu > li > a {
    padding: 0 25px;
    font-size: 16px;
  }

  header nav ul li.nav-menu-box1 .sub-menu-wrap > div {
    display: none;
  }

  header nav ul li.nav-menu-box1 .sub-menu-wrap > ul.sub-menu {
      position: relative;
        display: grid;
        top: 0;
        padding: unset;
  grid-template-columns: 1fr 1fr;
	  grid-gap:0px;
  }

  header nav ul li.nav-menu-box1 span.active + .sub-menu-wrap > ul.sub-menu {
    display: grid;
  }

  header nav ul li.nav-menu-box1 .sub-menu-wrap > ul.sub-menu > li {
    background-color: #fff;
    border: none;
        margin: 0;
  }

  header nav ul li.nav-menu-box1 .sub-menu-wrap > ul.sub-menu > li {
  }

  header nav ul li.nav-menu-box1 .sub-menu-wrap > ul.sub-menu > li:before,
  header nav ul li.nav-menu-box1 .sub-menu-wrap > ul.sub-menu > li:after,
  header nav ul li.nav-menu-box1 .sub-menu-wrap > ul.sub-menu > li > a:before {
    content: unset;
  }

  header nav ul li.nav-menu-box1 .sub-menu-wrap > ul.sub-menu > li > a {
padding: 25px 25px 15px;
        font-size: 12px;
        text-align: left;
        border-left: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
        height: 60px;
        color: #d81719;
  }

	
	
  /* Navwalker Second Menu Header */
  header nav ul li.nav-menu-box2 .sub-menu-wrap > div {
    display: none;
  }

  header nav ul li.nav-menu-box2 .sub-menu-wrap > ul.sub-menu > li {
    margin: unset;
  }

  header nav ul li.nav-menu-box2 .sub-menu-wrap > ul.sub-menu > li:before,
  header nav ul li.nav-menu-box2 .sub-menu-wrap > ul.sub-menu > li:after,
  header nav ul li.nav-menu-box2 .sub-menu-wrap > ul.sub-menu > li > a:before {
    content: unset;
  }

  header nav ul li.nav-menu-box2 .sub-menu-wrap > ul.sub-menu > li > a {
    padding: 0 25px;
  }

  header nav ul li.nav-menu-box2 .sub-menu-wrap > div {
    display: none;
  }

  header nav ul li.nav-menu-box2 .sub-menu-wrap > ul.sub-menu {
        position: relative;
        display: grid;
        grid-template-columns: 1fr;
        top: 0;
        padding: unset;
  grid-template-columns: 1fr 1fr;
	  grid-gap:0px;
  }

  header nav ul li.nav-menu-box2 .sub-menu-wrap > ul.sub-menu > li {
    background-color: #fff;
        border: none;
width: 100%;
  }

  header nav ul li.nav-menu-box2 .sub-menu-wrap > ul.sub-menu > li {
  }

  header nav ul li.nav-menu-box2 .sub-menu-wrap > ul.sub-menu > li:before,
  header nav ul li.nav-menu-box2 .sub-menu-wrap > ul.sub-menu > li:after,
  header nav ul li.nav-menu-box2 .sub-menu-wrap > ul.sub-menu > li > a:before {
    content: unset;
  }

  header nav ul li.nav-menu-box2 .sub-menu-wrap > ul.sub-menu > li > a {
padding: 25px 25px 15px;
        font-size: 12px;
        text-align: left;
        border-left: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
        height: 60px;
        color: #d81719;
  }

  header nav ul li.nav-menu-box2 ul.sub-menu .menu-item-thumb .item-image {
    display: none;
  }

  .home-banner {
    background-image: url(../daihatsu/assets/images/home/Home_banner_sp.png);
    background-size: cover;
    height: 640px;
    padding-top: 50px;
    padding-bottom: 0;
  }
  .banner-box img {
    max-width: 320px;
  }
}

/* Banner Page */
#main_title {
  background: linear-gradient(to bottom, #c0e2ff 60%, #faf4f4 50%);
}
/* #main_title .banner_main {
  background-image: url(../daihatsu/assets/images/wonderful/banner.png);
} */

#event-campaign .banner_main {
  background-image: url(../daihatsu/assets/images/posts/event-campaign-banner.png);
}

#news-blog .banner_main {
  background-image: url(../daihatsu/assets/images/posts/news-blog-banner.png);
}

#main_title .banner_main .banner_grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}

/* Archive Page */
.post-summary-list {
  margin-top: 40px;
  margin-bottom: 40px;

  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
}
.post-summary-list.type-2 {
  grid-template-columns: 1fr;
}
.post-summary-list .sorry-no-post {
  text-align: center;
}
.post-summary-list .sorry-no-post strong {
  display: block;
  font-size: 26px;
  margin-bottom: 15px;
}

.post-summary {
  /*display: grid;
  grid-template-columns: 250px 1fr;
  gap: 20px;*/
  /*padding-bottom: 20px;*/
  margin-bottom: 20px;
  /*border-bottom: 2px solid #e12624;*/
}
.post-summary-list.type-2 .post-summary {
  display: grid;
  grid-template-columns: 250px 1fr;
  grid-gap: 20px;
  /* margin: 0 100px; */
}
.post-summary .post-summary-img {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 15px;
}
.post-summary .post-summary-img .cardimage {
  display: block;
  width: 100%;
  padding-top: 66.6666%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ccc;
  transition: 0.5s;
}
.post-summary-list.type-2 .post-summary .post-summary-img .cardimage {
  /* border-radius: 0; */
}
.post-summary .post-summary-img:hover .cardimage {
  transform: scale(1.1);
}
.post-summary .post-summary-content {
}
.post-summary .post-summary-content .post-summary-entry_meta {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-top: 10px;
  margin-bottom: 15px;
  grid-gap: 20px;
  align-items: center;
}

.post-summary
  .post-summary-content
  .post-summary-entry_meta
  .post-summary-post_date {
  font-size: 14px;
  font-weight: 600;
}
.post-summary
  .post-summary-content
  .post-summary-entry_meta
  .post-summary-post_cat {
  display: inline-block;
  text-align: right;
}
.post-summary-list.type-2
  .post-summary
  .post-summary-content
  .post-summary-entry_meta
  .post-summary-post_cat {
  text-align: left;
}
.post-summary
  .post-summary-content
  .post-summary-entry_meta
  .post-summary-post_cat
  a {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
background: #333;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 30px;
  text-align: center;
  min-width: 150px;
}

main#news-blog.staffblog .post-summary .post-summary-content .post-summary-entry_meta .post-summary-post_cat a{
background: #1fb6c1 !important;
}


.post-summary .post-summary-content .post-summary-title {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.post-summary .post-summary-content .post-summary-title a {
  font-weight: 600;
}

.post-summary
  .post-summary-content
  .post-summary-entry_meta
  .post-summary-post_tag {
  text-align: left;
}

.post-summary
  .post-summary-content
  .post-summary-entry_meta
  .post-summary-post_tag
  a {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 30px;
  text-align: center;
  min-width: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .post-summary
    .post-summary-content
    .post-summary-entry_meta
    .post-summary-post_cat
    a {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .post-summary-list {
    grid-template-columns: 1fr 1fr;
  }

  #event-campaign .banner_main {
    background-image: url(../daihatsu/assets/images/posts/event-campaign-banner-sp.png);
  }

  #news-blog .banner_main {
    background-image: url(../daihatsu/assets/images/posts/news-blog-banner-sp.png);
  }

  .post-summary
    .post-summary-content
    .post-summary-entry_meta
    .post-summary-post_tag
    a {
    padding: 5px 10px;
    font-size: 10px;
    min-width: auto;
  }
}

/* HOME PAGE */
.title_home {
  position: relative;
  display: grid;
  grid-gap: 30px;
}
.tab-banner .banner-bg {
  margin-top: -1px;
}

.events .events-box span.noimage {
  background-image: url(../daihatsu/assets/images/No_image_available.png);
  background-size: contain;
  background-color: #dddddd;
}
.events .events-box .events-box-title {
  align-content: center;
  height: 80px;
  font-size: 1rem;
}
.home-banner {
  background-position: bottom;
}

.support .sp-group2 .sp-box2 {
  position: relative;
}

.home-banner .container {
  /* max-width: 1500px; */
}

.support .sp-group2 .sp-box2 a {
  position: relative;
}

.support .sp-group2 .sp-box2 a p {
  text-align: center;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  width: max-content;
  font-size: 20px;
  font-weight: 500;
}

.news-blog .tabs {
  display: flex;
}

/* Paradox BG */
.paradox_bg {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 25vw;
  height: 25dvw;
  margin-top: 50px;
  margin-bottom: 50px;
}
.paradox_bg:before,
.paradox_bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6.5vw;
  height: 6.5dvw;
}
.paradox_bg.paradox_reverse_bg:before,
.paradox_bg.paradox_reverse_bg:after,
.paradox_bg.paradox_reverse_bg .penguin_car {
  transform: scaleX(-1);
}
.paradox_bg:before {
  background-image: url(../daihatsu/assets/images/home/paradox_top.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  top: 0;
}
.paradox_bg:after {
  background-image: url(../daihatsu/assets/images/home/paradox_bottom.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  bottom: 0;
}
.paradox_bg .penguin_car {
  display: block;
  position: absolute;
  width: 20vw;
  height: 10vw;
  width: 20dvw;
  height: 10dvw;
  min-width: 250px;
  min-height: 180px;
  max-width: 300px;
  max-height: 230px;
  top: 65%;
  left: 75%;
  z-index: 10;
}
.paradox_bg.paradox_reverse_bg .penguin_car {
  left: unset;
  right: 75%;
}
.paradox_bg .penguin_car:before,
.paradox_bg .penguin_car:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.paradox_bg .penguin_car.red_car:before {
  background-image: url(../daihatsu/assets/images/home/red-car.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}
.paradox_bg .penguin_car.purple_car:before {
  background-image: url(../daihatsu/assets/images/home/
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  transform: scaleX(-1);
}

.paradox_bg .penguin_car:after {
  background-image: url(../daihatsu/assets/images/home/pengu-sit.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

#sakura-paradox.paradox_bg .penguin_car:after {
  background-image: url(../daihatsu/assets/images/home/penguin-back.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  bottom: -60px;
}

@media screen and (max-width: 767px) {
  .events .events-box .text {
    grid-template-columns: 1fr;
    grid-gap: 5px;
  }
}

/* EVENT AND CAMPAIGN PAGE , NEWS BLOG PAGE */
.event-campaign__top,
.news-blog__top {
  /* margin-top: 80px; */
}
.event-campaign__des,
.news-blog__des {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  padding-left: 40px;
  margin-bottom: 50px;
}
.event-campaign__des:before,
.news-blog__des:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("../daihatsu/assets/images/home/f-1.png");
  background-repeat: no-repeat;
  background-size: 30px;
  left: 0;
}
.event-campaign__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
  margin-left: 50px;
  margin-right: 50px;
  align-items: center;
}
.event-campaign__list .event-campaign__item {
  border: 1px solid #000;
  background-color: #fff;
  font-weight: 600;
  border-radius: 30px;
  padding: 15px;
  text-align: center;
  transition: 0.5s;
}
.event-campaign__list .event-campaign__item.id_all {
  border-color: red;
}
.event-campaign__list a.event-campaign__item.id_all:hover,
.event-campaign__list .event-campaign__item.id_all.active {
  background-color: red;
  color: #fff;
}

.news-blog-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  grid-gap: 20px;
  border-bottom: 1px solid #ddd;
  padding-left: 60px;
  padding-right: 60px;
}
.news-blog-list > a,
.news-blog-list > div {
  padding: 10px 20px;
  font-size: 24px;
  color: #fff;
  background-color: #b6b6b6;
  text-align: center;
  transition: 0.2s;
}
.news-blog-list div.news-blog-list__news.active,
.news-blog-list a.news-blog-list__news:hover {
  background-color: #cb3469;
  color: #fff;
}

.news-blog-list div.news-blog-list__president.active,
.news-blog-list a.news-blog-list__president:hover {
  background-color: #a88f24;
  color: #fff;
}

.news-blog-list div.news-blog-list__blog.active,
.news-blog-list a.news-blog-list__blog:hover {
  background-color: #20b9c4;
  color: #fff;
}

.news-blog-list div.news-blog-list__social.active,
.news-blog-list a.news-blog-list__social:hover {
  background-color: #339b37;
  color: #fff;
}

.staff-blog-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 5px;
  padding-top: 40px;
  padding-left: 35px;
  padding-right: 35px;
}
.staff-blog-list > a,
.staff-blog-list > div {
  /*border: 2px solid #20B9C4;
  background-color: #fff;*/
  color: #000;
  padding: 10px 0;
  border-radius: 20px;
  border: 2px solid #20b9c4;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}
.staff-blog-list > div.active,
.staff-blog-list > a:hover {
  background-color: #20b9c4 !important;
}

.staff-blog-id__all {
  border: 2px solid #20b9c4;
}
.staff-blog-id__all:hover,
.staff-blog-id__all.active {
  color: #fff;
  background-color: #20b9c4;
}

.social-blog-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 5px;
  padding-top: 40px;
  padding-left: 35px;
  padding-right: 35px;
}

.social-blog-list > a,
.social-blog-list > div {
  /*border: 2px solid #339b37;
  background-color: #fff;*/
  color: #000;
  padding: 10px 0;
  border-radius: 20px;
  border: 2px solid #339b37;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}

.social-blog-list > div.active,
.social-blog-list > a:hover {
  background-color: #339b37 !important;
}

.social-blog-id__all {
  border: 2px solid #339b37;
}

.social-blog-id__all:hover,
.social-blog-id__all.active {
  color: #fff;
  background-color: #339b37;
}

.wp-pagenavi {/* 全体 */
    margin: 20px 0;
    font-size: 12px;
    text-align: center;
}
.wp-pagenavi a {/* フォント色 */
    color: #4a4a4a;
}
.pages {/* 左の表記 */
    margin-right: 20px;
}
.wp-pagenavi .current,
.wp-pagenavi a.page {/* ボタン */
    margin: 0 6px 6px 0;
    display: inline-block;
    border: solid 1px #eee;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
}
.wp-pagenavi .current {/* カレント数字 */
    border: none;
    background: #e12724;
    color: #fff;
	font-weight:bold;
}
.wp-pagenavi a.page:hover {/* マウスオーバー */
    background: #e12724;
    color: #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {/* ... */
    margin-right: 10px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {/* 記号の削除 */
    display: none;
}












@media screen and (min-width: 768px) and (max-width: 1024px) {
  .event-campaign__top {
    margin-top: 60px;
    margin-left: 25px;
    margin-right: 25px;
  }
  .event-campaign__des {
    font-size: 16px;
  }
  .event-campaign__list {
    margin-left: 25px;
    margin-right: 25px;
  }
  .event-campaign__list .event-campaign__item {
    font-size: 14px;
    padding: 10px;
  }
  .staff-blog-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .news-blog-list > a,
  .news-blog-list > div {
    font-size: 18px;
  }

  .social-blog-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .event-campaign__des,
  .news-blog__des {
    padding-left: 30px;
font-size: 16px;
margin-bottom: 10%;
  }
  .event-campaign__des:before,
  .news-blog__des:before {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
  .news-blog-list {
    padding: 0;
    grid-gap: 5px;
  }
  .news-blog-list > div,
  .news-blog-list > a {
    font-size: 12px;
    align-content: center;
    font-weight: 600;
    padding: 20px 10px;
  }
  .staff-blog-list {
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .staff-blog-list > div,
  .staff-blog-list > a {
    font-size: 10px;
    align-content: center;
    font-weight: 600;
  }

  .social-blog-list {
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .social-blog-list > a,
  .social-blog-list > div {
    font-size: 10px;
    align-content: center;
    font-weight: 600;
  }

  .event-campaign__top {
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
  }
  .event-campaign__list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  .event-campaign__list .event-campaign__item {
    font-size: 12px;
  }

  .event-campaign__list .event-campaign__item {
    padding: 10px;
  }

  .post-summary .post-summary-img .cardimage {
    margin-bottom: 5px;
  }

  .post-summary-list {
    margin-top: 25px;
    margin-bottom: 25px;
    grid-gap: 15px;
  }
  .post-summary {
    margin-bottom: 20px;
  }
  .post-summary .post-summary-content .post-summary-entry_meta {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 5px;
    grid-gap: 0px;
  }
  .post-summary
    .post-summary-content
    .post-summary-entry_meta
    .post-summary-post_cat {
    text-align: left;
  }
  .post-summary
    .post-summary-content
    .post-summary-entry_meta
    .post-summary-post_cat
    a {
    font-size: 10px;
    min-width: auto;
    padding: 5px 15px;
  }
  .post-summary
    .post-summary-content
    .post-summary-entry_meta
    .post-summary-post_date {
    font-size: 10px;
  }
  .post-summary .post-summary-content .post-summary-title {
    font-size: 12px;
  }
  .post-summary-list.type-2 .post-summary {
    grid-template-columns: 125px 1fr;
    grid-gap: 10px;
  }
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  /*font-family: "noto-sans-cjk-jp", sans-serif;*/
  font-family: "Noto Sans JP", sans-serif;
}

@font-face {
  font-family: "yumin-font";
  src: url("/wp-content/themes/daihatsu/assets/yumin.ttf");
  /*src: url("../yumin.ttf");*/
}

@font-face {
  font-family: "logotype-font";
  src: url("../logotypejp_mp_b_1.1.ttf");
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

body {
  background-color: #faf4f4;
  color: #1a1a1a;
}

main {

}

section {
  padding: 50px 0;
}

.container {
  max-width: 1210px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.container2 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.container3 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.section-default {
  padding-top: 80px;
  padding-bottom: 80px;
}

.img-responsive {
  width: 100%;
  height: auto;
}

h1 {
}

h2 {
}

h3 {
}

p {
}

body a {
  color: #262626;
}

body a:hover {
  transition: 0.25s;
  color: #e33636;
}

/* footer start */
footer {
}

footer .medias {
  background-color: #262626;
  padding: 30px 0;
}

footer .medias p {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  position: relative;
  padding-left: 30px;
}

footer .medias p::before {
  content: "";
  background-image: url(../daihatsu/assets/images/home/f-1.png);
  position: absolute;
  width: 20px;
  height: 20px;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-repeat: no-repeat;
}

footer .medias .media-group {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

footer .medias .media-group2 {
  display: flex;
  gap: 10px;
  align-items: center;
}

footer .medias .media-group2 img {
  width: 40%;
  height: auto;
  transition: 0.25s;
}

footer .medias .media-group2 img:hover {
  opacity: unset;
  opacity: 0.6;
}

footer .Footmenu {
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .sp-box {
  background-color: #fff;
  padding: 30px 30px;
  border-top: 10px solid #b53636;
  display: flex;
  flex-direction: column;
  height: -webkit-fill-available;
}

footer .sp-box p {
  font-size: 16px;
}

footer .Footmenu .menu-group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 25px;
  margin-top: 10px;
  margin-bottom: 30px;
}

footer .Footmenu .menu-group .menu-item a {
  color: #e12624;
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin: 10px 0;
}

footer .Footmenu .menu-group .menu-item a:hover {
  text-decoration: underline;
}

footer .Footmenu .menu-group .sub-menu a {
  padding-left: 10px;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  color: #000;
  margin: unset;
}

footer .Footmenu .menu-group .sub-menu a::before {
  content: "›";
  color: #e12624;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

footer .tower {
  display: grid;
  grid-template-columns: 70% 30%;
}

footer .Footmenu .menu-group2 {
  display: flex;
}

footer .Footmenu .menu-group2 li {
  flex-grow: 1;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  position: relative;
}

footer .Footmenu .menu-group2 li::after {
  content: "/";
  font-weight: 700;
  position: absolute;
  width: 20px;
  height: 20px;
  background-size: contain;
  top: 0;
  left: -50px;
  background-repeat: no-repeat;
}

footer .Footmenu .menu-group2 li:first-child::after {
  display: none;
}

footer .Footmenu .menu-group2 li:first-child {
  border-left: unset;
  padding-left: 0;
}

footer .Footmenu .menu-group2 li a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: block;
  text-align: justify;
  margin: 0;
  border-bottom: 4px solid transparent;
  text-decoration: none;
  transition: 0.25s;
}

footer .Footmenu .menu-group2 li a:hover {
  color: #e12624;
}

footer .Footmenu .menu-group2 li:first-child a {
  color: #e12624;
  font-size: 16px;
  font-weight: 500;
}

footer .Footmenu .menu-group2 a::after {
  content: "";
  font-weight: 700;
  position: absolute;
  background-image: url(../daihatsu/assets/images/home/icon_square.png);
  width: 20px;
  height: 20px;
  background-size: contain;
  top: 50%;
  transform: translate(50%, -50%);
  background-repeat: no-repeat;
}

footer .Footmenu .menu-group2 :first-child a::after {
  display: none;
}

footer .Footmenu2 {
  background-color: #262626;
  padding: 30px 0;
}

footer .Footmenu2 .menu-group3 {
  display: flex;
  float: left;
  width: 70%;
}

footer .Footmenu2 .menu-group3 a {
  color: #fff;
	font-size: 10px;
  margin-right: 30px;
  font-weight: 500;
}

footer .Footmenu2 .menu-group3 a:hover {
  text-decoration: underline;
}

footer .recruit {
  background-color: #f4edd9;
  position: relative;
  padding-bottom: 150px;
}

footer .recruit::before {
  background-image: url(../daihatsu/assets/images/home/narapen.png);
  content: "";
  position: absolute;
  bottom: 0;
  background-size: 150px;
  width: 150px;
  height: 150px;
  right: 45%;
  background-repeat: no-repeat;
}

footer .recruit .recruit-group {
  display: grid;
  grid-template-columns: 59% 40%;
  grid-gap: 10px;
}

footer .recruit .recruit-group p {
  margin-bottom: 30px;
  line-height: 1.8;
  font-size: clamp(14px, 4vw, 16px);
}

footer .recruit .recruit-group .white-btn {
  text-align: left;
  margin-left: unset;
}
footer .sp-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

footer .side-btn {
  position: fixed;
bottom: -3%;
    right: -15px;
  padding: 100px 50px;
  text-align: end;
  display: grid;
  z-index: 100;
    transform: scale(0.7);
}

/* Button wrapper */
.go-top {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

/* Button image layer */
.go-top::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../daihatsu/assets/images/home/go-up-white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.4s ease;
  z-index: 2;
}

.go-top:hover::before {
  background-image: url(../daihatsu/assets/images/home/go-up-red.png);
}

/* Penguin */
.go-top .animal {
  position: absolute;
  right: 75px;
  bottom: 25px;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  transform: translateX(40px);
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

/* Slide animation */
.go-top:hover .animal {
  opacity: 1;
  transform: translateX(0);
}

/* Optional: control penguin size */
.go-top .animal img {
  width: 100px;
  height: auto;
}

footer section.Footmenu2 .container {
  overflow: hidden;
}

footer section.Footmenu2 .credit {
  color: #fff;
  float: right;
  font-size: 12px;
  width: 30%;
}

img.footer_logo {
	width: 90px;
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer .Footmenu .menu-group .sub-menu a {
    font-size: 10px;
  }

  footer .sp-box {
    padding: 30px 25px;
  }

  footer .Footmenu .menu-group .menu-item a {
    font-size: 12px;
  }

  footer .medias .media-group2 {
    gap: 30px;
  }
  footer .medias .media-group2 img {
    width: 50%;
  }

  footer .Footmenu .menu-group2 li a {
    font-size: 12px;
  }

  footer .Footmenu .menu-group2 li:first-child a {
    font-size: 14px;
  }

  footer .Footmenu .menu-group2 a::after {
    right: 0;
    top: 50%;
    transform: translate(-100%, -40%);
  }

  footer .Footmenu .menu-group2 li::after {
    top: -4px;
    left: -20px;
  }

  footer .Footmenu2 .menu-group3 a {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  footer .sp-box {
    padding: 30px 25px;
    height: unset;
  }

  footer .sp-box .red-btn {
    text-align: center;
  }

  footer .sp-box p {
    font-size: 12px;
    font-weight: 500;
  }

  footer .recruit .recruit-group {
    grid-template-columns: 1fr;
  }

  footer .recruit .recruit-group img {
    order: 0;
  }

  footer .recruit .recruit-group .txt {
    order: 1;
  }

  footer .recruit::before {
    right: 35%;
  }

  footer .medias .media-group {
    display: block;
  }

  footer .medias p {
    margin-bottom: 30px;
  }

  footer .medias .media-group2 img {
	  width: 30px;
    height: auto;
  }

  footer .sp-group {
    grid-template-columns: 1fr;
  }

  footer .medias .media-group2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  footer .recruit::before {
    right: 0;
    transform: translate(-50%, 0);
    left: 50%;
  }
  footer .medias p {
        font-size: 18px;
        margin: 0 0 15px;
  }
  footer .medias .media-group2 {
    display: flex !important;
    justify-content: space-evenly;
    grid-gap: 10px;
  }
  footer .medias .media-group2 a {
    text-align: center;
  }
  footer .recruit .recruit-group p {
    line-height: 1.8;
    font-size: clamp(14px, 4vw, 16px);
  }

	

footer .Footmenu2 .menu-group3 {
    display: block;
    width: 100%;
    text-align: center;
}
	
footer section.Footmenu2 .credit {
    text-align: center;
    font-size: 10px;
    width: 100%;
    margin: 5% 0 0;
}
	footer section.Footmenu2 .credit p{
    font-size: 10px;
}

footer .Footmenu .menu-group2 {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
	
	
	footer .Footmenu .menu-group2 li {
    width: 50%;
}

img.footer_logo {
    width: 60px;
}	
footer .Footmenu .menu-group2 li:first-child {
    width: 100%;
}

	footer .Footmenu .menu-group2 li a {
        padding: 5% 0;
        text-align: center;
        border-bottom: 1px solid #ccc;
        width: 90%;
        margin: 0 auto;
}


footer .Footmenu .menu-group2 a::after,
footer .Footmenu .menu-group2 li::after {
    display: none;
}	
	
footer .Footmenu2 .menu-group3 a {
    font-size: 14px;
    margin-right: 0;
}
	
}
/* footer end */

/* go store end */

.go-store .store-box {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 10px;
  text-align: center;
  align-items: center;
  margin-bottom: 50px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.go-store .store-box .div1 {
  background-color: #e12724;
  color: #fff;
  padding: 30px 20px;
  height: 100%;
}

.go-store .store-box .div1 .btn {
  display: block;
  background-color: #fff;
  border: none;
  color: #e12724;
  border-radius: 100px;
  padding: 20px 30px 20px 85px;
  position: relative;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  transition: 0.4s;
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
}

.go-store .store-box .div1 .btn:hover {
  text-decoration: underline;
}

.go-store .store-box .div1 .btn.store::before {
  content: "";
  position: absolute;
  background-size: contain;
  width: 40px;
  height: 40px;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url(../daihatsu/assets/images/home/store.svg);

  background-repeat: no-repeat;
}

.go-store .store-box .div1 .btn.calendar::before {
  content: "";
  position: absolute;
  background-size: contain;
  width: 50px;
  height: 40px;
  left: 25px;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url(../daihatsu/assets/images/home/calenda.svg);

  background-repeat: no-repeat;
}

.go-store .store-box .div1 img {
  margin-bottom: 10px;
}

.go-store .store-box .div1 .title {
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  align-items: center;
    font-family: serif;
}

.go-store .store-box .div1 .title::before {
  content: "";
  position: absolute;
  background-size: 40px;
  width: 40px;
  height: 40px;
  left: -10px;
  top: 80%;
  transform: translate(0, -50%);
  background-image: url(../daihatsu/assets/images/home/f-3.svg);
  background-repeat: no-repeat;
}

.go-store .store-box .div1 .title::after {
  content: "";
  position: absolute;
  background-size: 40px;
  width: 40px;
  height: 40px;
  right: -10px;
  top: 80%;
  transform: translate(0, -50%);
  background-image: url(../daihatsu/assets/images/home/f-3.svg);
  background-repeat: no-repeat;
}

.go-store .store-box .div1 .btn-group {
  display: grid;
  grid-gap: 10px;
}

.go-store .store-box .div2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  position: relative;
}

.go-store .store-box .main-item .img-wrapper img {
  transition: 0.3s;
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}

.go-store .store-box .main-item:hover .img-wrapper img {
  transform: scale(1.3);
}

.go-store .store-box .main-item .img-wrapper {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.go-store .store-box .main-item {
  position: relative;
}

.go-store .store-box .main-item a {
  display: block;
}

.go-store .store-box .main-item .txt {
  position: absolute;
  color: #fff;
  left: 50%;
  bottom: 22%;
  transform: translate(-50%, 0);
  font-size: 25px;
  width: 100%;
  text-align: center;
  line-height: 1.2;
  align-content: center;
}

.go-store .store-box .main-item .txt p {
  font-family: yumin-font;
}

.go-store .store-box .main-item .txt img {
  width: 50%;
}

/* go store end */

/* footer end */

.banner_main {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 340px;
  padding-top: 70px;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.banner_main.pengu:after {
  content: "";
  position: absolute;
  background-image: url(../daihatsu/assets/images/home/narapen.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 250px;
  height: 250px;
  right: 100px;
  bottom: -40px;
  z-index: 1;
}

.banner_main .banner_grid {
  position: relative;
  display: grid;
  grid-template-columns: 600px 1fr;
}

.curve {
  background-color: #f4edd9;
}

.curve .curve-box {
  height: 100px;
  overflow: hidden;
  border-bottom-left-radius: 100% 100%;
  border-bottom-right-radius: 100% 100%;
  background-color: #faf4f4;
}

.img-wrapper {
  overflow: hidden;
  position: relative;
}

.white-btn,
.red-btn {
  text-align: center;
  display: block;
  border-radius: 100px;
  padding: 20px 40px;
  padding-right: 60px;
  position: relative;
  font-weight: 700;
  text-decoration: none;
  transition: 0.4s;
  width: fit-content;
  margin: 0 auto;
}

.white-btn {
  background-color: #fff;
  border: 3px solid #e12624;
  color: #e12624 !important;
}

.white-btn:after {
  color: #e12624;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  right: 0;
  padding-right: 20px;
  font-size: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}

.white-btn:hover {
  background-color: #e12624;
  color: #fff !important;
  text-decoration: none !important;
}

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

.red-btn {
  background-color: #e12624;
  border: 4px solid #e12624;
  color: #fff !important;
  transition: 0.4s;
}

.red-btn:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  right: 0;
  padding-right: 20px;
  font-size: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  transition: 0.4s;
}

.red-btn:hover {
  background-color: #fff;
  color: #e12624 !important;
  text-decoration: none !important;
}

.red-btn:hover:after {
  color: #e12624;
}

.container-btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
  max-width: 740px;
  margin: 0 auto;
}

.container-btn .white-btn,
.container-btn .red-btn {
  width: -webkit-fill-available;
}

.c-title {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.gp .title-group {
  position: relative;
  display: grid;
  grid-gap: 30px;
  grid-template-rows: max-content;
}

.c-line {
  display: flex;
  justify-content: center;
  position: relative;
  height: fit-content;
}

.c-line img {
  width: 55px;
  height: 100%;
}

.title-img {
  width: auto;
  height: 80px;
  margin: auto;
}

.scrollGuide {
  width: 2px;
  position: relative;
  overflow: hidden;
  margin-right: 0;
  margin-left: 10px;
}

.scrollGuide i {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(
    to bottom,
    rgb(195 0 0) 50%,
    rgba(255, 255, 255, 0) 50%
  );
  background-size: 100% 200%;
}

.scrollGuide.animate i {
  animation: scrolldown 2.2s cubic-bezier(1, 0, 0.3, 1) forwards infinite;
}

@keyframes scrolldown {
  0% {
    background-position: 0 200%;
  }

  100% {
    background-position: 100% 0;
  }
}

.title-1 {
  position: relative;
  padding-left: 40px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}

.title-1 span {
  font-size: 16px;
}

.title-1::before {
  content: "";
  background-image: url(../daihatsu/assets/images/home/f-1.png);
  position: absolute;
  width: 30px;
  height: 30px;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-repeat: no-repeat;
}

.info-1 {
  margin-bottom: 20px;
}

.info-1 p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.8;
}

.info-1 p span {
  color: #e12624;
}

.img-wrapper:hover img {
  transform: scale(1.2);
}

.img-wrapper img {
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}

.title-box {
  display: flex;
  text-align: center;
  justify-content: center;
}

.gp {
  display: grid;
  grid-template-columns: minmax(0, 95px) minmax(0, 1fr);
  grid-gap: 30px;
  margin-bottom: 30px;
}

.gp .left {
  margin-top: 100px;
  /* margin-left: 50px; */
}

.div2 {
  margin-left: 0;
}

.fan-box {
  color: #000;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex: 1;
  transition: 0.5s;
  padding-top: 10px;
}

.fan-box img {
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
  z-index: 1;
  transition: 0.5s;
}

.fan-box:hover img {
  transform: scale(1.05);
}

.sp-box {
  background-color: #fff;
  padding: 30px;
  border-top: 10px solid #b53636;
}

.sp-box .title {
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  align-items: center;
}

.sp-box p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.8;
}

.sp-box .title::before {
  content: "";
  position: absolute;
  background-size: contain;
  width: 40px;
  height: 40px;
  background-size: 40px;
  left: -10px;
  top: 80%;
  transform: translate(0, -50%);
  background-image: url(../daihatsu/assets/images/home/f-2.svg);
  background-repeat: no-repeat;
}

.sp-box .title::after {
  content: "";
  position: absolute;
  background-size: contain;
  width: 40px;
  height: 40px;
  background-size: 40px;
  right: -10px;
  top: 80%;
  transform: translate(0, -50%);
  background-image: url(../daihatsu/assets/images/home/f-2.svg);
  background-repeat: no-repeat;
}

.sp-box .red-btn {
  width: -webkit-fill-available;
  margin: 0 40px;
  margin-top: auto;
  padding: 10px 30px;
}

.breadcrumb {
  margin-bottom: 50px;
    font-size: 10px;
}

.breadcrumb a {
    color: #333;
  text-decoration: underline;
}

.breadcrumb br {
  display: none;
}

.breadcrumb li {
  display: inline-block;
  font-size: 1.4rem;
}

/* information start */

.information {
  padding-bottom: 50px;
}

.information a {
  display: block;
  margin-bottom: 10px;
  color: #000;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  padding-right: 35px;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding: 1% 0 1% 10px;
  margin: 0 0 0 35px;
}

.information a::after {
  content: "→";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  right: 0;
}

/* information end*/

.sale-group {
  display: grid;
  grid-template-columns: 50% 50%;
  border: 5px solid #b53636;
  background-color: #7a2222;
  align-items: center;
}

.sale-img {
background-size: cover;
    background-position: 0 50%;
    background-repeat: no-repeat;
    height: 200px;
}

#h317 .sale-img {
  background-position: 0 80%;
}

#h383 .sale-img {
  background-position: 0 0%;
}

.sale-calendar {
text-align: center;
    padding: 0 20px;
    width: 100%;
}

.sale-calendar p {
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  color: #fff;
  margin-bottom: 15px;
}

.sale-calendar .white-btn {
  width: unset;
}

.title-flex {
  display: flex;
  grid-gap: 10px;
  align-items: center;
}

.title-flex .yellow,
.title-flex .purple,
.title-flex .cyan,
.title-flex .green,
.title-flex .grey {
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  border-radius: 30px;
  width: 100px;
  text-align: center;
}

.title-flex .yellow {
  background-color: #de7821;
}

.title-flex .purple {
  background-color: #9f6cb5;
}

.title-flex .cyan {
  background-color: #4ba5d5;
}

.title-flex .green {
  background-color: #599a36;
}

.title-flex .grey {
  background-color: #aaaaaa;
}

.banner_grid {
  position: relative;
  display: grid;
  grid-template-columns: 450px 1fr;
}

.top-title {
  text-align: center;
  margin-top: 60px;
}

.top-title p {
  font-size: 20px;
  font-weight: 600;
}

.top-title h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}

.top-title h3 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 30px;
}

.top-title h3 span {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 30px;
}

.top-title img {
  width: 350px;
}

.sp-boxs {
  margin-top: -80px;
  padding: 30px 20px;
  padding-top: 80px;
  background-color: #f5ecdb;
  height: 100%;
  flex-grow: 1;
  position: relative;
  border-top: 10px solid #b53636;
}

.sp-boxs::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: transparent #b53636 transparent transparent;
}

.sp-boxs p {
  text-align: left;
}

.sp-boxs .top {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.title_page h1 {
  font-size: 45px;
    font-family: serif;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.title_page p {
	font-size:32px !important;
    font-family: serif;
}

.title-intro {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 40px;
}

.wonderful-page {
  background-image: url(../daihatsu/assets/images/home/bg-1.png);
  background-size: auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}

.wonderful-page .banner_main {
  position: relative;
  background-image: url(../daihatsu/assets/images/wonderful/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  padding-top: 60px;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.wonderful-page .title_page h1 {
  text-align: center;
}

.wonderful-page .title_page p {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  font-family: "yumin-font";
}

.wonderful-inside {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 20px;
    width: 90%;
    height: auto;
}

.wonderful-inside p {
  text-align: left;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
}

.wonderful-inside span {
  text-align: left;
  text-align: left;
  position: absolute;
}

.wonderful-inside .top {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.about-box {
  position: relative;
}

.about-box img {
  width: 100%;
  height: auto;
  display: block;
}

.title_italic-line {
  display: flex;
  text-align: center;
  justify-content: center;
}

.italic-line {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.italic-line:before,
.italic-line:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 40px;
  bottom: 0;
}

.italic-line:before {
  left: 15px;
  border-left: 4px solid #000;
  transform: skewX(30deg);
}

.italic-line:after {
  right: 15px;
  border-right: 4px solid #000;
  transform: skewX(-30deg);
}

.white-bg {
  background-color: #ffffff;
  padding: 50px;
}

.passports .pass-title {
  background-color: #b53636;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 30px;
  align-items: center;
  gap: 20px;
}

.passports .pass-title h2 {
  font-size: 45px;
}

.passports .pass-title p {
  border: 1px solid #fff;
  padding: 10px 30px;
}

.passports .pass-info img {
  margin-bottom: 20px;
}

.passports .pass-info span {
  margin-left: 120px;
}

.applicable hr {
  margin: 30px 0;
}

.applicable .title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.applicable p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.applicable .types-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}

.applicable .types-group .type-box {
  background-color: #f4edd9;
  padding: 20px;
}

.applicable .types-group .type-box .title2 {
  font-size: 20px;
  font-weight: 600;
}

.applicable .types-group .type-box p {
}

.small {
  font-size: 10px !important;
}

.tab-banner {
  /* position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 40px 0;
  padding: unset; */
  /* background-image: url(../daihatsu/assets/images/home/bg-1.png); */
}

.more-info {
  margin-bottom: 30px;
}

.more-info p {
  margin-bottom: 30px;
  line-height: 1.8;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}

.more-info span {
  font-size: 20px;
  font-weight: 700;
}

.tab-banner .banner-bg {
  position: relative;
  margin-bottom: -10px;
}

.tab-banner-right {
  position: absolute;
  top: 60%;
  width: 450px;
  height: 200px;
  right: 50px;
  display: flex;
}

.tab-banner-right .pengu {
  z-index: 2;
  height: 230px;
}

.tab-banner-right .car {
  margin-right: -100px;
  z-index: 1;
  height: 160px;
}

.tab-banner-left {
  content: "";
  position: absolute;
  top: 60%;
  width: 600px;
  height: 200px;
  left: 250px;
  display: flex;
  height: 160px;
}

.tab-banner-left .car {
  margin-left: -130px;
  z-index: 1;
  height: 160px;
  margin-top: -10px;
}

.tab-banner-left .pengu {
  z-index: 2;
  height: 200px;
  margin-top: 0px;
  margin-right: 60px;
}

.store-card {
  background-color: #fff;
  padding: 20px 15px 40px 15px;
  border-top: 10px solid #b53636;
  align-items: center;
  z-index: 10;
  display: grid;
}

.store-card .red {
  background-color: #e12724;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 5px 10px;
}

.store-card .title {
  font-size: 20px;
  font-weight: 700;
}

.store-card .title-img {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
}

.store-card .locate {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 14px;
}

.store-card .locate:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 100%;
  background-image: url(../daihatsu/assets/images/shop-list/locate.svg);
  background-size: 15px;
  background-position: center;
  top: 50%;
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  left: 0;
}

.store-card .phone {
  position: relative;
  padding-left: 25px;
  font-size: 30px;
  font-weight: 700;
  color: #b53636;
  margin-bottom: 10px;
}

.store-card .phone:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  background-image: url(../daihatsu/assets/images/shop-list/phone.svg);
  background-size: 20px;
  background-position: center;
  top: 50%;
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  left: 0;
}

.store-card .mail {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  color: #b53636;
  margin-bottom: 10px;
}

.store-card .mail:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  background-image: url(../daihatsu/assets/images/shop-list/Mail_icon.svg);
  background-size: 20px;
  background-position: center;
  top: 50%;
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  left: -3px;
}

.store-card .clock {
  width: 33%;
}

.store-card .clock:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 100%;
  background-image: url(../daihatsu/assets/images/shop-list/clock.svg);
  background-size: 15px;
  top: 5%;
  transform: translate(0, 10%);
  background-repeat: no-repeat;
  left: 0;
}

.store-card table {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 14px;
}

.store-card .holiday {
  position: relative;
  padding-left: 25px;
  margin-bottom: 30px;
  font-size: 14px;
}

.store-card .holiday:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 100%;
  background-image: url(../daihatsu/assets/images/shop-list/holiday.svg);
  background-size: 15px;
  background-position: center;
  top: 0;
  transform: translate(0, 0%);
  background-repeat: no-repeat;
  left: 0;
}

.store-card .btn-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

.store-card .btn-group .red-btn {
  font-size: 14px;
  padding: 5px 10px;
  width: 100%;
}

.underline-title {
  font-size: 20px !important;
  margin-bottom: 10px !important;
  font-weight: 700;
  padding: 0;
}

.hr-line {
  background: #000;
  position: relative;
  height: 2px;
  margin-bottom: 30px;
  margin-top: 15px;
  border: none;
}

.hr-line:after {
  content: "";
  background: #b53636;
  width: 20%;
  height: 2px;
  position: absolute;
}

@media screen and (min-width: 1281px) and (max-width: 1564px) {
  .banner_main {
    height: 285px;
  }

  .wonderful-page .banner_main {
    padding-top: 80px;
    height: 240px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  h1 {
  }

  h2 {
  }

  h3 {
  }

  p {
    font-size: 14px;
  }

  body {
  }

  .container {
    max-width: 840px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }

  .container2 {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }

  .container3 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  section {
    padding: 40px 0;
  }

  .top-title {
    text-align: center;
    margin-top: 60px;
  }

  .top-title h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
  }

  .top-title h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
  }

  .top-title h3 span {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
  }

  .top-title p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
  }

  .top-title img {
    width: 350px;
  }

  .c-line img {
    width: 55px;
    height: auto;
  }

  .gp .left {
    /* margin: 0 20px; */
  }

  .tab-banner-right {
    position: absolute;
    top: 60%;
    width: 250px;
    height: 150px;
    right: 100px;
    display: flex;
  }

  .tab-banner-right .pengu {
    height: 160px;
  }

  .tab-banner-right .car {
    margin-right: -120px;
  }

  .tab-banner-left {
    content: "";
    position: absolute;
    top: 60%;
    width: 250px;
    height: 150px;
    left: 50px;
    display: flex;
  }

  .tab-banner-left .pengu {
    height: 160px;
  }

  .tab-banner-left .car {
    height: 140px;
  }

  .sp-box {
    padding: 30px 30px;
  }

  .sp-boxs .top {
    font-size: 18px;
  }

  .sp-box .title {
    font-size: 20px;
  }

  .white-btn,
  .red-btn {
    width: fit-content;
    padding: 10px 40px;
    padding-right: 60px;
  }

  .sale-group {
    grid-template-columns: 1fr 1fr;
  }

  .banner_main {
    height: 180px;
    padding-top: unset;
    background-size: cover;
  }

  .banner_main.pengu:after {
    width: 200px;
    height: 200px;
    right: 40px;
    bottom: -80px;
  }

  .title_page p {
    font-size: 30px !important;
  }

  .wonderful-page .banner_main {
    height: 180px;
    padding-top: 30px;
  }

  .wonderful-page .title_page p {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
  }

  .wonderful-inside {
    padding: unset;
    height: unset;
  }

  .wonderful-inside .top {
    font-size: 18px;
  }

  .go-store .store-box .div1 img {
    margin-bottom: 10px;
    width: 50%;
  }

  .go-store .store-box .div1 .btn {
    font-size: 12px;
    padding: 10px 10px 10px 50px;
  }

  .go-store .store-box .div1 .btn.store::before {
    width: 25px;
    height: 25px;
    transform: translate(0, -40%);
  }

  .go-store .store-box .div1 .btn.calendar::before {
    width: 25px;
    height: 25px;
    left: 20px;
    transform: translate(0, -50%);
  }

  .sp-box .title {
    font-size: 16px;
  }

  .sp-box p {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .sp-box .red-btn {
    margin: 0 20px;
  }

  .title-1 {
    font-size: 3vw;
  }

  /* information start */

  .information {
    padding: 30px 0;
  }

  .information a {
    font-size: 2vw;
  }
  /* information end */
  .sale-calendar {
    padding: 0 20px;
  }

  .events {
    padding: 30px 0;
  }

  .title-intro {
    font-size: 18px;
  }

  .passports .pass-title h2 {
    font-size: 36px;
  }

  .container-btn {
    max-width: 440px;
  }

  .container-btn .white-btn,
  .container-btn .red-btn {
    width: max-content;
  }

  .go-store .store-box .main-item .txt p {
    font-size: 16px;
  }

  .title_page h1 {
    font-size: 38px;
  }

  .breadcrumb span {
    font-size: 12px;
  }

  .store-card .red {
    font-size: 10px;
  }

  .store-card .title {
    font-size: 18px;
  }

  .store-card .clock {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }

  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  .container {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }

  .container2 {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .container3 {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  section {
    padding:5vh 0;
  }

  .breadcrumb {
    font-size: 10px;
    margin-bottom: 20px;
  }

  .breadcrumb br {
    display: none !important;
  }

  .breadcrumb span {
    font-size: 12px;
  }

  .top-title {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .top-title img {
    width: 250px;
    margin-bottom: 10px;
  }

  .title-1 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 35px;
  }

  .title-1::before {
    width: 25px;
    height: 25px;
  }

  .underline-title {
    font-size: 18px !important;
  }

  /* information start */

  .information {
    padding-bottom: 50px;
  }

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

  /* information end */

  .gp {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  .white-btn,
  .red-btn {
    font-size: clamp(13px, 3.5vw, 15px);
        padding: 5% 5%;
        width: 90%;
  }

  .white-btn:after,
  .red-btn:after {
    right: -20px;
  }

  .red-btn:after .title-img {
    width: auto;
    height: 70px;
  }

  .sale-calendar .white-btn {
    text-align: center;
  }

  .gp .title-group {
    grid-template-columns: 1fr 3fr;
    align-items: center;
  }

    .c-line {
        display: block;
        height: 90px;
        flex-direction: column;
        width: fit-content;
    }

  .c-line img {
    width: auto;
    height: 20px;
  }

  .title-img {
    height: 55px;
  }

  .gp .left {
    margin: unset;
    padding-bottom: 30px;
    /* display: flex; */
  }

  .more-info p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .tab-banner-right {
    position: absolute;
    top: 50%;
    width: 250px;
    height: 100px;
    right: -50px;
    display: flex;
  }

  .tab-banner-right .car {
    height: unset;
    margin-right: -80px;
  }

  .tab-banner-right .pengu {
    height: 100px;
    margin-top: 20px;
  }

  .tab-banner-right::after {
    content: "";
    position: absolute;
    top: 45%;
    width: 350px;
    height: 120px;
    right: -120px;
    background-size: contain, contain;
    background-position: 130px, left;
    background-repeat: no-repeat, no-repeat;
  }

  .tab-banner-left {
    content: "";
    position: absolute;
        top: 50%;
        width: 150px;
        height: 70px;
        left: 5px;
    display: flex;
  }

  .tab-banner-left .car {
    height: unset;
    margin-right: -80px;
  }

  .tab-banner-left .pengu {
    height: 100px;
    margin-top: 20px;
  }

  .tab-banner-left::after {
    content: "";
    position: absolute;
    top: 45%;
    width: 350px;
    height: 120px;
    left: -120px;
    background-size: contain, contain;
    background-position: right, 130px;
    background-repeat: no-repeat, no-repeat;
  }

  .container-btn {
        display: block;
  }

  .container-btn .white-btn,
  .container-btn .red-btn {
        border-radius: 20px;
        padding: 5%;
        margin: 0 0 3%;
  }

  .go-store .store-box {
    grid-template-columns: 1fr;
  }

  .go-store .store-box .bb {
    display: grid;
    grid-template-columns: 1fr 5fr;
    grid-gap: 20px;
  }

  .go-store .store-box .div1 .btn {
    padding: 15px 10px 15px 50px;
    font-size: 12px;
  }

  .go-store .store-box .div1 .btn-group {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }

  .go-store .store-box .div1 img {
    margin-bottom: unset;
    width: 100px;
  }

  .go-store .store-box .div1 .btn.store::before {
    width: 30px;
    height: 30px;
    left: 15px;
  }

  .go-store .store-box .div1 .btn.calendar::before {
    width: 30px;
    height: 30px;
    left: 15px;
  }

  .go-store .store-box .main-item .txt p {
    font-size: 16px;
  }

  .go-store .store-box .div2 {
    margin-bottom: 10px;
  }

  .go-store .store-box .main-item .img-wrapper img {
    transform: unset;
  }

  .go-store .store-box .main-item:hover .img-wrapper img {
    transform: unset;
  }

  .fan-box img {
    max-width: 200px;
  }
.support-page p {
    font-size: 12px;
}
  .sp-box .title {
    font-size: 18px;
  }

  .scrollGuide {
    height: 2px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 10px 0 0 0;
  }

  .scrollGuide i {
    height: 100%;
    width: 100%;
    display: block;
    background: linear-gradient(
      to right,
      rgb(195 0 0) 50%,
      rgba(255, 255, 255, 0) 50%
    );
    background-size: 200% 100%;
  }

  .scrollGuide.animate i {
    animation: scrollright 2.2s cubic-bezier(1, 0, 0.3, 1) infinite;
  }

  @keyframes scrollright {
    0% {
      background-position: 200% 0;
    }
    100% {
      background-position: 0% 0;
    }
  }

  .sale-group {
    display: grid;
    grid-template-columns: 1fr;
  }

  .sale-calendar {
    padding: 0 10px;
    margin: 10px 0;
  }

  .sale-calendar p {
    font-size: 14px;
    padding: 0 0 15px 0;
    margin: 0;
  }

  .sale-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100px;
  }

  .banner_main {
    border-bottom-left-radius: 100% 30%;
    border-bottom-right-radius: 100% 30%;
    padding-top: 20px !important;
    margin-bottom: 20px !important;
    background-position: center;
    background-size: cover;
  }

  .banner_main.pengu:after {
    right: 10px;
    background-size: 120px;
    width: 120px;
    height: 180px;
  }

  .banner_main .banner_grid {
    padding-left: 1%;
    grid-template-columns: unset;
  }

  .title_page h1 {
    font-size: 28px;
  }

  .title_page p {
    font-size: 24px !important;
  }

  .sp-boxs {
    padding: 80px 20px 30px 20px;
  }
  .sp-boxs2 {
    margin-top: -80px;
    padding: 80px 20px 30px 20px;
    background-color: #f5ecdb;
    height: 100%;
    flex-grow: 1;
    position: relative;
    border-top: 10px solid #b53636;
  }

  .title-intro {
    font-size: 15px;
    line-height: 1.8;
  }

  .sp-boxs .top {
    font-size: 20px;
    font-weight: 700;
  }

  .wonderful-page .banner_main {
    background-image: url(../daihatsu/assets/images/wonderful/Support-Sub-Banner.png);
    height: 100px;
    padding-top: 20px;
    background-position: center;
    background-size: cover;
  }

  .wonderful-page .title_page h1 {
    font-size: 30px;
  }

  .wonderful-inside .top {
    font-size: 20px;
  }

  .wonderful-inside p {
    line-height: 1.8;
  }

  .top-title h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .top-title h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .top-title h3 span {
    font-size: 28px;
  }

  .top-title p {
    font-size: 16px !important;
    margin-bottom: 20px;
  }

  .wonderful-page .title_page p {
    font-size: 24px;
  }

  .wonderful-page .purchase-poiraku {
    margin-bottom: 30px;
  }

  .wonderful-passport-credit .wonderful-inside {
    top: 40%;
    transform: translate(-50%, 0);
  }

  .applicable .types-group {
    grid-template-columns: 1fr;
  }

  .white-bg {
    padding: 20px;
  }

  .passports .pass-title h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .passports .pass-title {
    display: block;
  }

  .passports .pass-info span {
    margin: 0;
  }

  .italic-line {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .italic-line:before,
  .italic-line:after {
    height: 30px;
  }

  .italic-line:before {
    left: 0;
  }

  .italic-line:after {
    right: 0;
  }

  .hr-line {
    margin-bottom: 15px;
  }

  .store-card {
    margin-bottom: 20px;
  }

  .store-card .locate {
    font-size: 12px;
  }

  .store-card .phone {
    font-size: 24px;
  }

  .store-card table {
    font-size: 12px;
  }

  .store-card .holiday {
    font-size: 12px;
  }

  .small {
    font-size: 10px !important;
  }

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

  .applicable p {
    font-size: 14px;
    line-height: 1.8;
  }

  .applicable .types-group .type-box .title2 {
    font-size: 18px;
  }

  .wonderful-inside span {
    display: block;
  }
	

	
}

/* home start */
.home-page {
  background-color: #faf4f4;
}

/* banner */

.home-banner {
  height: auto;
  background-image: url(../daihatsu/assets/images/home/mv_bg.png);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-box {
  align-items: center;
  position: relative;
  display: grid;
  grid-template-columns: 450px 1fr;
  padding-top: 30px;
  padding-bottom: 300px;
}

/* Slick slider override styles */
.slick-carousel {
  overflow: hidden;
  position: relative;
  height: auto;
}

.slick-slide {
  margin: 0 10px;
}

.banner-box .slick-carousel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../daihatsu/assets/images/home/cloud1_0.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 30%;
  height: 30%;
  left: 0;
  z-index: 2;
  top: 0;
  transform: translate(-20%, 240%);
}

.banner-box .slick-carousel::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../daihatsu/assets/images/home/cloud2_0.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  width: 30%;
  height: 30%;
  right: 0;
  top: 0;
  transform: translate(240%, 200%);
}

.banner-box .slick-list::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../daihatsu/assets/images/home/mv_pop.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.4s ease;
  z-index: 2;
}

.slick-list {
  margin: 0 -10px;
}

.slick-carousel img {
  width: 100%;
  height: auto;
  max-width: 800px;
  display: block;
  margin: 0 auto;
}

/* Progress Bar Styles */

.slick-dots {
  display: none !important;
  bottom: 1rem;
  /* display: flex; */
  justify-content: center;
  left: 0;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  flex-wrap: wrap;
}

@keyframes progressBar {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.slick-dots li {
  background: #dfdfdf;
  height: 4px;
  flex: 1;
  position: relative;
  width: 100%;
  max-width: 270px;
}

.slick-dots li.slick-active {
  background: #dfdfdf;
  position: relative;
}

.slick-dots li.slick-active:after {
  content: "";
  background-color: #666666;
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
  animation: progressBar 6s ease-in-out;
  animation-fill-mode: both;
  z-index: 5;
  top: 0;
}

.slick-dots li button {
  height: 0.5rem;
}

.slick-dots li button:before {
  content: "";
  color: white;
}

/* event start */

.events {
  padding-bottom: 50px;
}

.events .events-group {
  display: grid;
  margin-bottom: 50px;
}

.events .events-box {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;

  border-radius: 10px;
  position: relative;
}

.events .events-box a {
  color: #000;
}

.events .events-box a:hover .text {
  background-color: #e12624;
  color: #fff;
}

.events .events-box p {
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.events .events-box span {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 20vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px 10px 0 0;
}

.events .events-box .text {
  padding: 10px 20px;
  border-radius: 0 0 10px 10px;
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-gap: 5px;
  align-items: center;
  font-size: 13px;
  transition: 0.25s;
  background-color: #fff;
}

.events .events-box .text [data-cat-id="19"] {
  background-color: #1ba7dd;
}

.events .events-box .text [data-cat-id="20"] {
  background-color: #f778a5;
}

.events .events-box .text [data-cat-id="21"] {
  background-color: #8dc23c;
}

.events .events-box .text [data-cat-id="19"],
.events .events-box .text [data-cat-id="20"],
.events .events-box .text [data-cat-id="21"] {
  padding: 5px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.events .events-box .category-name {
  padding: 5px;
  text-align: center;
  font-size: 16px;
}

/* event end */

/* news-blog start  */

.news-blog .tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: relative;
}

.news-blog .tabs li {
  border-right: 1px solid #000;
  padding: 10px 30px;
  font-weight: 700;
}

.news-blog .tabs li:hover {
  transition: 0.25s;
  color: #e33636;
}

.news-blog .tab-link.current {
  border: none;
  position: relative;
  color: #fff;
  font-size: 16px;

  background-color: #e33636;
}

.news-blog .tab-link.current:hover {
  color: #fff;
  transition: unset;
}

.news-blog li {
  display: inline-block;
  cursor: pointer;
  color: #000;
  padding: 5px 10px;
}

.news-blog .tabs-content {
  height: 250px;
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.news-blog .tabs-content .tab-box {
  display: none;
}

.news-blog .tab-box .post-item {
  display: flex;
  grid-gap: 50px;
  align-items: center;
  margin-bottom: 20px;
}

.news-blog .tab-box .post-item .time {
  font-weight: 700;
}

.news-blog .tab-box .post-item .title {
  white-space: normal;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 500;
}

.news-blog .tab-box .post-item .category-name {
  padding: 10px 30px;
  text-align: center;
  color: #fff;

  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

.news-blog .tab-box .post-item #cat-16,
.news-blog .tab-box .post-item #cat-17,
.news-blog .tab-box .post-item #cat-23 {
  width: 150px;
  padding: 10px;
}

.news-blog .tab-box .post-item #cat-16 {
  background-color: #cb3469;
}

.news-blog .tab-box .post-item #cat-17 {
  background-color: #a88f24;
}

.news-blog .tab-box .post-item #cat-23 {
  background-color: #339b37;
}

/* news-blog end */

/* car lineup start */

.car-lineup .car-group {
  display: grid;
}

.car-lineup .car-group .logo {
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: center;
  margin-bottom: 140px;
}

.car-lineup .car-group .car-box {
  position: relative;
}

.car-lineup .car-group .car-box .btn {
  text-align: center;
  display: block;
  background-color: #e12624;
  border: 4px solid #e12624;
  color: #fff;
  border-radius: 100px;
  padding: 10px 20px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.4s;
  max-width: 180px;
  width: 100%;
  margin: 0 auto;
}

.car-lineup .car-group .car-box .btn:hover {
  color: #e12624;
  background-color: #fff;
}

.car-lineup .car-group .car-box .car-img {
  top: 100px;
  position: absolute;
}

.car-lineup .car-group .text-box {
  position: relative;
}

.car-lineup .car-group .text-box p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-45%, -70%);
  width: 60%;
  text-align: left;
  font-size: 10px;
  font-weight: 600;
  color: #000;
}

/* car lineup end */

/* support start  */

.support {
  background-image: url(../daihatsu/assets/images/home/bg-2.png);
  position: relative;
  background-attachment: fixed;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.support .sp-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 30px;
  margin-bottom: 50px;
}

.two-txt {
  width: 95px !important;
}

.support .sp-group2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 30px;
  margin-bottom: 50px;
}

/* support end */

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home-banner {
    padding-top: 60px;
    padding-bottom: unset;
    background-size: contain;
    height: 400px;
  }

  .slick-carousel img {
    display: block;
    margin: 0 auto;
  }

  .slick-dots {
    top: 12.5rem;
  }

  .banner-box {
    /* align-items: unset; */
    grid-template-columns: 320px 1fr;
    padding-top: unset;
    padding-bottom: unset;
  }

  .events .events-box span {
    padding-top: 270px;
    padding-top: 55%;
  }

  .slick-slide {
    height: unset;
  }

  .news-blog .tab-box .post-item {
    display: grid;
    grid-template-columns: 1fr 1fr 5fr;
    gap: 10px;
  }

  .events .events-box .text [data-cat-id="19"],
  .events .events-box .text [data-cat-id="20"],
  .events .events-box .text [data-cat-id="21"] {
    font-size: 10px;
  }

  .events .events-box p {
    font-size: 1.34vw;
  }

  .support .sp-group {
    grid-gap: 15px;
  }

  .home-banner {
    background-size: cover;
    height: 600px;
  }

  .events .events-box .events-box-title {
    align-content: baseline;
    height: 4vw;
  }
  .events .events-box {
    height: 100%;
  }

  .events .events-box .category-name {
    display: inline-block;
    width: 100px;
    line-height: 1.2;
    align-items: center;
    align-self: center;
    align-content: center;
    font-size: 13px;
  }

  .support .sp-group {
    margin-bottom: 30px;
  }
  .support .sp-group2 {
    grid-gap: 10px;
  }
  .support .sp-group2 .sp-box2 a p {
    font-size: 16px;
  }

  .paradox_bg {
    height: 40vw;
    height: 40dvw;
    background-attachment: inherit;
  }
  .paradox_bg .penguin_car {
    left: 70%;
  }
  .paradox_bg.paradox_reverse_bg .penguin_car {
    left: unset;
    right: 70%;
  }

  .support-page p {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .home-banner {
    height: 660px;
    background-image: url(../daihatsu/assets/images/home/banner-1-sp.svg);
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .banner-box {
    padding-bottom: 0px;
    padding-top: 10px;
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }

  .banner-box .slick-dots {
    bottom: 14rem;
  }

  .events .events-box {
    margin: 0 10px;
    height: 300px;
  }

  .events .events-box .text {
    grid-template-columns: 1fr 4fr;
  }

  .events .events-box .text #cat-19,
  .events .events-box .text #cat-20,
  .events .events-box .text #cat-21 {
    font-size: 14px;
  }

  .events .events-box span {
    padding-top: 210px;
  }
.events {
    padding-bottom: 15px;
}	
		
  /* news-blog start  */

  .news-blog .tab-box .post-item {
    display: grid;
    grid-template-columns: 1fr 1fr 5fr;
    grid-gap: 20px;
  }

  .news-blog .tab-box .post-item #cat-16,
  .news-blog .tab-box .post-item #cat-17,
  .news-blog .tab-box .post-item #cat-23 {
    width: 120px;
  }

  .is-mobile {
    width: 100%;
    background-color: #c1282f;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
  }

  .select-mb option {
    background-color: #fff;
    color: #000;
  }

  .news-blog .bxb {
    width: 350px;
  }

  .news-blog .tabs {
    overflow-x: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    white-space: nowrap;
    width: 100%;
    overflow-y: hidden;
  }

  .news-blog .tabs li {
    display: inline-block;
  }

  /* news-blog end */

  .car-lineup .car-group .car-box {
    height: 250px;
  }

  .car-lineup .car-group .car-box .car-img {
    top: 70px;
  }

  .car-lineup .car-group .logo {
    margin-bottom: 80px;
  }

  .car-lineup .car-group .text-box p {
    transform: translate(-50%, -70%);
    width: 60%;
    font-size: 8px;
  }

  .support .sp-group {
    grid-template-columns: 1fr;
  }

  .support .sp-group2 {
display: contents;
  }

  .events .events-box .text [data-cat-id="19"],
  .events .events-box .text [data-cat-id="20"],
  .events .events-box .text [data-cat-id="21"] {
    font-size: 14px;
  }

  .title_home {
    grid-template-columns: 85px 1fr;
    grid-gap: 15px;
    align-items: center;
  }
  .c-line img {
    width: 100%;
    height: 30px;
  }
  .tab-banner-right {
    width: 160px;
    right: 0;
  }
  .tab-banner-right::after {
    content: unset;
  }

  .information a {
    font-size: clamp(13px, 3.5vw, 16px);
        padding-right: 21px;
        margin: 0 0 5%;
  }

  .events .events-group {
    margin-bottom: 40px;
  }
  .events .events-box .events-box-title {
    align-content: baseline;
    height: auto;
  }
  .events .events-box .events-box-title p {
    font-size: clamp(13px, 3.5vw, 16px);
  }
  .events .events-box {
    height: 100%;
  }
  .events .events-box span {
    padding-top: 161px;
  }
  .events .events-box .text {
        grid-template-columns: 1fr;
        grid-gap: 5px;
        height: 115px;
  }
  .events .events-box .category-name {
    display: inline-block;
    width: 100%;
    line-height: 1.2;
    align-items: center;
    align-self: center;
    align-content: center;
    font-size: clamp(14px, 4vw, 16px);
  }

  .news-blog .tabs li {
    font-size: clamp(13px, 3.5vw, 16px);
  }
  .news-blog .tabs-content {
    height: auto;
    margin-bottom: 0;
  }
  .news-blog .tab-box .post-item {
    grid-gap: 10px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 2px solid #e12624;
  }
  .news-blog .tab-box .post-item .title {
    font-size: clamp(13px, 3.5vw, 16px);
    /*grid-column: 1 / 4;*/
  }
  .gp .left {
        margin-bottom: 0;
        padding: 1%;
  }
.car-size-are .t-price table .control {
    font-size: 10px!important;
	}	
.car-size-are .t-price table .price {
    font-size: 18px!important;
	}
	
  .support {
    padding: 0;
  }

  .support .sp-group2 .sp-box2 a p {
    font-size: 16px;
  }
  .sp-box {
    padding: 30px 25px;
  }
  .sp-box p {
    line-height: 1.8;
    font-size: clamp(14px, 4vw, 16px);
    margin-bottom: 20px;
  }
section#support picture.home-section-page__logo {
    padding: 30px 0 0;
}
  .paradox_bg {
    background-attachment: scroll;
    height: 40dvw;
  }
  .paradox_bg .penguin_car {
    width: 40vw;
    height: 25vw;
    width: 40dvw;
    height: 25dvw;
    min-width: 150px;
    min-height: 93px;
    left: unset;
    right: 20px;
  }
  .paradox_bg.paradox_reverse_bg .penguin_car {
    left: 20px;
    right: unset;
  }

  .go-store .store-box {
    margin-bottom: 0;
  }
  .go-store .store-box .bb {
    grid-gap: 10px;
  }
  .go-store .store-box .div1 .btn.store::before {
    height: 24px;
  }
  .go-store .store-box .div1 .btn {
    align-self: center;
  }

  .car-lineup .car-group .text-box p {
    transform: translate(-50%, -50%);
    font-size: clamp(7px, 2vw, 10px);
  }
  .car-lineup .car-group .car-box {
    height: 220px;
  }
  .car-lineup .car-group .car-box .btn {
    font-size: clamp(13px, 3.5vw, 16px);
    border: 3px;
    padding: 6px 20px;
  }

  .car-lineup .red-btn {
    text-align: left;
  }
}
/* home end */

/* support start */
.support-page .banner_main {
  position: relative;
  background-image: url(../daihatsu/assets/images/support/banner.png);
  height: 360px;
  padding-top: 70px;
  margin-bottom: 100px;
}

.support-page p {
  margin-bottom: 10px;
  line-height: 1.8;
  font-weight: 500;
  font-size: 14px;
}

.purchase-support .title-1 {
  margin-bottom: 50px;
}

.purchase-support .support-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 50px;
}

.purchase-support .support-group .support-box2 {
  position: relative;
  padding: 20px 30px;
  border-top: 10px solid #b53636;
  text-align: left;
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 30px;
  background-color: #f5ecdb;
  align-items: center;
}

.purchase-support .support-group .support-box2 p {
  transition: 0.25s;
  margin-bottom: 0;
}

.purchase-support .support-group .support-box2:hover p {
  color: #e33636;
	font-weight:bold;
}

.purchase-support .support-group .support-box2 img {
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
  z-index: 1;
  transition: 0.25s;
}

.purchase-support .support-group .support-box2:hover img {
  transform: scale(1.05);
}

.purchase-support .support-group .support-box2::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: transparent #b53636 transparent transparent;
}

.purchase-support .support-group .support-box2 .top {
  font-size: 30px;
  font-weight: 700;
}

.purchase-support .support-group .support-box2 p {
  font-size: 18px;
  color: #000;
}

.purchase-support .support-group .support-box2::before {
  display: none;
}

.purchase-support .support-group .support-box2::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: transparent #b53636 transparent transparent;
}

.purchase-support .support-group .support-box2 p {
  text-align: center;
}

/* extended-warranty */

.extended-warranty .deer {
  padding-right: 100px;
  position: relative;
}

.extended-warranty .deer::after {
  content: "";
  background-image: url(../daihatsu/assets/images/support/glasses-deer.png);
  position: absolute;
  width: 100px;
  height: 140px;
  background-size: contain;
  right: 0;
  top: 50%;
  transform: translate(0, -40%);
  background-repeat: no-repeat;
}

.extended-warranty .deer2 {
  padding-right: 100px;
  position: relative;
}

.extended-warranty .deer2::after {
  content: "";
  background-image: url(../daihatsu/assets/images/support/warranty15.png);
  position: absolute;
  width: 100px;
  height: 140px;
  background-size: contain;
  right: 0;
  top: 50%;
  transform: translate(0, -40%);
  background-repeat: no-repeat;
}

.extended-warranty #warranty_period {
  display: flex;
  position: relative;
  padding-top: 70px;
  margin-bottom: 50px;
}

.extended-warranty #warranty_period li {
  width: 50%;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 600;
}

.extended-warranty #warranty_period li:first-child {
  position: relative;
  background: #dddddd;
  margin-left: 40px;
  padding-top: 20px;
}

.extended-warranty #warranty_period:before {
  background: url(../daihatsu/assets/images/support/warranty01.png)
    no-repeat left top / 100% auto;
  left: 0;
}

.extended-warranty #warranty_period:before,
.extended-warranty #warranty_period:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  padding: 165px 100px 0 0;
  z-index: 2;
  top: 0;
}

.extended-warranty #warranty_period:before {
  background: url(../daihatsu/assets/images/support/warranty01.png)
    no-repeat left top / 100% auto;
  left: 0;
}

.extended-warranty #warranty_period li:first-child:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  padding: 165px 100px 0 0;
  z-index: 2;
  top: -70px;
  right: -50px;
  background: url(../daihatsu/assets/images/support/warranty02.png)
    no-repeat left top / 100% auto;
}

.extended-warranty #warranty_period:after {
  background: url(../daihatsu/assets/images/support/warranty03.png)
    no-repeat left top / 100% auto;
  right: 0;
}

.extended-warranty #warranty_period li:last-child {
  background: #d2d9ff;
  margin-right: 40px;
  font-size: 0;
  line-height: 1;
}

.extended-warranty #warranty_period li:last-child p {
  position: relative;
  top: -10px;
  display: inline-block;
}

.extended-warranty #warranty_period li:last-child p + a {
  margin: 0 5px;
}

.extended-warranty #warranty_period .btn {
  display: inline-flex;
  gap: 10px;
  padding-left: 10px;
}

.extended-warranty #section02 {
  margin-bottom: 50px;
}

.extended-warranty table p {
  margin: unset;
}

.down-arrow-box ul {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 8px 0 100px;
  background-color: #fff;
  padding: 30px;
}

.down-arrow-box ul:after {
  content: "";
  background-image: url(../daihatsu/assets/images/support/warranty12.png);
  position: absolute;
  width: 30%;
  height: 100%;
  background-size: contain;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  background-repeat: no-repeat;
}

.down-arrow-box ul li {
  text-align: center;
}

.down-arrow-box ul li img {
  margin: unset;
}

.down-arrow-box dd {
  color: #d70313;
  font-weight: 500;
}

.down-arrow-box dt {
  font-size: 20px;
  font-weight: 500;
}

.table_scroll.red th {
  color: #f13f41;
  background: #fceaeb;
}

.table_scroll.red th a {
  color: #f13f41;
  width: 100%;
  display: block;
}

.table_scroll.red th a:hover {
  text-decoration: underline;
}

.extended-warranty .table_scroll th {
  width: 250px;
  text-align: center;
  line-height: 1.6;
  vertical-align: middle;
}

.extended-warranty .table_scroll ul li {
  position: relative;
  padding-left: 15px;
  line-height: 1.5;
}

.extended-warranty .table_scroll ul li:before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #f13f41;
  border-radius: 10px;
}

.c_red {
  color: #d70313;
}

.c_grey {
  color: #888888;
}

.extended-warranty #section06 {
  margin-bottom: 50px;
}

.extended-warranty #section06 p {
  margin: 0 0 10px;
}

.extended-warranty #section06 ul li {
  position: relative;
  padding-left: 15px;
  line-height: 1.5;
}

.extended-warranty #section06 ul li:before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #d70313;
  border-radius: 10px;
}

.extended-warranty #section07 {
  margin-bottom: 50px;
}

.extended-warranty #section07 p {
  margin: unset;
}

/* ownership-canceled */

.ownership-canceled #section02 ul {
  line-height: 1.6;
  margin-bottom: 30px;
  padding-left: 20px;
}

.ownership-canceled .info-1 p {
  margin-bottom: 50px !important;
}

.ownership-canceled #section02 ul li {
  margin-bottom: 6px;
}

.ownership-canceled #section02 ul li ul {
  margin: unset;
}

.blue-link,
.pdf-link {
  text-decoration: none;
  border-bottom: dashed 1px #3399cc;
  color: #3399cc;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
  width: fit-content;
}

.pdf-link::before {
  content: "";
  background-image: url(../daihatsu/assets/images/support/ic_pdf.png);
  position: absolute;
  width: 25px;
  height: 25px;
  background-size: contain;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  background-repeat: no-repeat;
}

.ownership-canceled .desc {
  line-height: 1.8;
  margin-bottom: 40px;
}

.white-text-box {
  border: solid 1px #e12624;
  padding: 50px;
  margin-bottom: 50px;
  background-color: #fff;
}

.ownership-canceled #section02 .white-text-box {
  text-align: center;
}

.white-text-box .ttl {
  color: #e12624;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
}

.white-text-box .bold {
  font-weight: 700;
  font-size: 18px;
}

.white-text-box .top {
  font-size: 24px;
  font-weight: 700;
}

.white-text-box p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
}

.white-text-box a[href^="tel:"] {
  color: #666;
  text-decoration: none;
  cursor: default;
  font-size: 24px;
}

.white-text-box .tel span {
  font-size: 16px;
}

.mb15 {
  margin-bottom: 15px;
}

.ownership-canceled #section03 p {
  line-height: 1.8;
  margin-bottom: 10px;
}

.ownership-canceled #section03 .address .tel {
  font-size: 24px;
}

.ownership-canceled #section03 .address .tel span {
  font-size: 16px;
}

/* insurance */

.insurance .about-insu .contact-wrap img {
  margin-bottom: 50px;
}

.insurance .contact-wrap {
  background-color: #fff;
  margin: 0 auto;
  padding: 40px 60px;
}

.insurance .about-insu__inner dl {
  width: 50%;
  margin-bottom: 0;
}

.insurance .about-insu__inner dl dt {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}

.insurance .about-insu__inner dl dd {
  line-height: 1.8;
}

.insurance .about-insu__inner .contact-wrap a {
  width: 370px;
}

.insurance .contact-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.insurance .about-insu__policy .red-btn {
  padding-right: 60px;
  width: 480px;
	margin:0 auto 5%;
}

.insurance .about-insu__policy .red-btn:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url(../daihatsu/assets/images/support/download.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.insurance .about-insu__policy .red-btn:hover:after {
  background-image: url(../daihatsu/assets/images/support/download2.svg);
}

/* documents */

.table_scroll {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 0;
  margin-bottom: 50px;
}

.table_scroll p {
  margin-bottom: unset;
}

.table_scroll thead th,
.table_scroll thead td {
  background-color: #fceaeb;
  text-align: center;
}

.table_scroll thead th.nobg,
.table_scroll thead td.nobg {
  background-color: #fff;
}

.table_scroll .tc {
  text-align: center;
}

.table_scroll .tc-red {
  background-color: #fceaeb;
}

.table_scroll th,
.table_scroll td {
  line-height: 1.6;
  padding: 20px 30px;
  text-align: left;
  border: 1px solid #b53636;
  background-color: #fff;
  vertical-align: top;
}

.documents .tc-red {
  text-align: center;
}

.documents .table_scroll th {
  text-align: center;
}

.u-colorRed {
  color: red;
}

.u-colorGreen {
  color: #8dc21f;
}

.u-colorBlue {
  color: #1ba7dd;
}

@media screen and (max-width: 1536px) {
  .support-page .banner_main {
    margin-bottom: unset;
    height: 285px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .support-page .banner_main {
    height: 200px;
    padding-top: 0;
  }

  .purchase-support .support-group .support-box2 {
    position: relative;
    padding: 10px;
    grid-gap: 0;
  }

  .purchase-support .support-group .support-box2 p {
    font-size: 14px;
  }

  .purchase-support .support-group .support-box2 .top {
    font-size: 24px;
  }

  .insurance .about-insu__inner a {
    width: fit-content;
  }

  .insurance .about-insu__inner dl {
    width: unset;
  }

  .table_scroll th,
  .table_scroll td {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 767px) {
  .support-page .banner_main {
    position: relative;
    background-image: url(../daihatsu/assets/images/support/banner-sp.svg);
    height: 325px;
    padding-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .purchase-support .title-1 {
    margin-bottom: 20px;
  }

  .purchase-support .support-group {
    grid-template-columns: 1fr;
  }

  .purchase-support .support-group .support-box2 {
    display: flex;
    flex-direction: column;
    position: unset;
    padding: unset;
    border-top: unset;
    text-align: unset;
    gap: unset;
    background-color: unset;
    align-items: unset;
  }

  .purchase-support .support-group .support-box2 .sp-box2 {
    position: relative;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 30px;
    border-top: 10px solid #b53636;
    text-align: left;
    display: grid;
    background-color: #f5ecdb;
    align-items: center;
    margin-top: -80px;
  }

  .purchase-support .support-group .support-box2 p {
    font-size: 16px;
  }

  .purchase-support .support-group .support-box2 img {
    max-width: 200px;
  }

  .purchase-support .support-group .support-box2 .top {
    font-size: 20px;
  }

  .sp-box2::before {
    /* content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: transparent #b53636 transparent transparent;
    z-index: 100; */
  }

  .table_scroll {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .table_scroll thead {
    float: left;
    white-space: nowrap;
  }

  .table_scroll tbody {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;

    display: block;
  }

  .table_scroll th,
  .table_scroll td,
  .table_scroll tr {
    display: block;
  }

  .table_scroll td {
    font-size: 12px;
  }
  .table_scroll td {
    padding: 20px 15px;
  }

  /* extended-warranty */

  .extended-warranty .deer {
    padding-right: unset;
  }

  .extended-warranty .deer::after {
    display: none;
  }

  .extended-warranty .table_scroll th {
    width: 100%;
  }

  .extended-warranty .table_scroll tr {
    display: grid;
  }

  .extended-warranty #warranty_period {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .extended-warranty #warranty_period li:first-child {
    width: auto;
    padding: 20px 10px;
    font-size: 14px;
  }

  .extended-warranty #warranty_period li:last-child {
    width: auto;
    padding: 20px 10px;
  }

  .extended-warranty #warranty_period li:last-child img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .extended-warranty #warranty_period li:first-child:after {
    right: -50px;
  }

  .extended-warranty #warranty_period .btn {
    padding: unset;
  }

  .extended-warranty #warranty_period:before,
  .extended-warranty #warranty_period:after {
    height: 80px;
  }

  /* .extended-warranty #warranty_period:before {
    background: url(../daihatsu/assets/images/support/warranty01sp.png)
      no-repeat left top / 100% auto;
  }

  .extended-warranty #warranty_period li:first-child:after {
    background: url(../daihatsu/assets/images/support/warranty02sp.png)
      no-repeat left top / 100% auto;
    height: 80px;
  }

  .extended-warranty #warranty_period:after {
    background: url(../daihatsu/assets/images/support/warranty03sp.png)
      no-repeat left top / 100% auto;
  } */

  .extended-warranty table p {
    font-size: 16px;
  }

  .extended-warranty .deer2 {
    padding: unset;
  }

  .extended-warranty .deer2::after {
    display: none;
  }

  .extended-warranty .after-service-bottom .white-btn {
    width: 100%;
    text-align: center;
  }

  .down-arrow-box ul {
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin: 8px 0 70px;
    padding: 20px;
  }

  .down-arrow-box dt {
    font-size: 16px;
  }

  .down-arrow-box dd {
    font-size: 14px;
  }

  .down-arrow-box ul li img {
    width: 50%;
    height: auto;
  }

  .down-arrow-box ul:after {
    width: 80%;
    height: 75px;
  }

  /* ownership-canceled */

  .ownership-canceled .info-1 p {
    font-size: 16px;
  }

  .ownership-canceled #section02 .white-text-box {
    padding: 20px;
  }

  .white-text-box .ttl {
    font-size: 18px;
  }

  .white-text-box p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .white-text-box .bold {
    margin-bottom: 10px;
  }

  .blue-link,
  .pdf-link {
    display: unset;
    word-break: break-word;
    font-size: 16px;
  }

  .pdf-link::before {
    transform: translate(120%, 10%);
  }

  .white-text-box {
    padding: 20px;
    margin-bottom: 10px;
  }

  .white-text-box .top {
    font-size: 18px;
    margin-bottom: 10px;
  }

  /* documents  */

  .documents .table_scroll thead {
    float: unset;
    white-space: unset;
  }

  .documents .table_scroll th,
  .documents .table_scroll td,
  .documents .table_scroll tr {
    display: revert-layer;
    padding: 10px;
    font-size: 12px;
  }
  .documents .table_scroll tbody th {
    text-orientation: mixed;
    writing-mode: vertical-lr;
    vertical-align: top;
  }
  .documents .table_scroll tbody {
    display: table-row-group;
  }

  .documents .pg-documents-list__infoList li span {
    font-size: 14px;
  }

  /* insurance  */

  .insurance .contact-wrap {
    display: grid;
    padding: 30px 20px;
    margin-bottom: 30px;
  }

  .insurance .about-insu__inner dl dt {
    font-size: 16px;
  }

  .insurance .about-insu__inner dl dd {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .insurance .about-insu__inner a {
    width: 100%;
  }

  .insurance .about-insu__inner dl {
    width: unset;
  }

  .insurance .about-insu__policy .red-btn {
    width: unset;
  }

  .insurance .about-insu img {
    margin-bottom: unset;
  }
}
/* support end */

/* after service start */
.after-service-page .banner_main {
  background-image: url(../daihatsu/assets/images/after-service/afterservic_banner.png);
}

.after-service-page img {
  margin-bottom: 30px;
}

.after-service-page .c_grey {
  font-size: 16px;
  display: block;
  margin-bottom: 30px;
}

.after-service-page .table_scroll .tc {
  vertical-align: middle;
}

.after-service .sp-boxs .top {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 10px;
}

.after-service .title-1 {
  margin-bottom: 50px;
}

.after-service .after-service-group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
  margin-bottom: 10px;
}

.after-service .after-service-group img {
  margin-bottom: unset;
}

.after-service .after-service-group p {
  margin-bottom: unset;
}

.after-service-page .img-group img {
  margin-bottom: 20px;
  max-width: 600px;
}

.after-service-page p {
  margin-bottom: 30px;
  line-height: 1.8;
  font-weight: 500;
  font-size: 18px;
}

.after-service-page .wp-video {
  margin-bottom: 30px;
}

.after-service-page .wp-video video {
  height: 100%;
}

/* inspection start */
.ttl-squares {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.ttl-squares:before {
  margin-right: 8px;
  content: "◼";
  color: #000;
}

.inspection img {
  margin-bottom: 50px;
}

.inspection .health-product .table_scroll thead th,
.inspection .health-product .table_scroll thead td {
  background-color: #fceaeb;
  text-align: left;
}

.subtxt {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}

.inspection .notice-wrap li {
  margin: unset;
}

.inspection .notice-wrap {
  margin-bottom: 40px;
}

.inspection .table-wrap .notice-wrap {
  margin-bottom: 50px;
}

.inspection .tabs-area {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  border-bottom: 2px solid #e12624;
  gap: 10px;
  padding-top: 30px;
  margin-bottom: 10px;
}

.inspection .tabs-area > li a {
  display: block;
  padding: 10px 10px;
  font-size: 18px;
  align-items: center;
  min-height: 40px;
  background-color: #f5ecb3;
}

.inspection .tabs-area > li a.active {
  background-color: #e34847;
  color: #fff;
  pointer-events: none;
}

.inspection .tabs-wrap {
  display: none;
  /* hide tab buttons */
}

.inspection .tab {
  display: block;
  /* show all contents */
}

/* carcare */

.carcare .tabs-nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  border-bottom: 2px solid #e12624;
  gap: 20px;
  padding-top: 30px;
}

.carcare section {
  scroll-margin-top: 100px;
}

.carcare .tabs-nav > li a {
  display: block;
  padding: 10px 30px;
  font-size: 18px;
  align-items: center;
  min-height: 40px;
  color: #fff;
  background-color: #e12624;
  text-align: center;
  transition: all 0.3s ease-out;
}

.carcare .tabs-nav > li a:hover {
  background-color: #670e0d;
}

.carcare .care-menu-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin-bottom: 30px;
}

.carcare .care-menu-1 img {
  margin: unset;
}

.carcare .care-menu-1 .txt .tag {
  display: inline-block;
  background-color: #009fe8;
  color: #fff;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 1.2rem;
  line-height: 1;
}

.carcare .care-menu-1 .txt .ttl {
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1.6;
}

.carcare .check-wrap {
  position: relative;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 40px;
}

.carcare .check-wrap p {
  margin-bottom: unset;
}

.carcare .check {
  color: #e12624;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.carcare .red-btn {
  margin: 0 0 50px 0;
  padding-right: 100px;
}

.carcare .red-btn:hover:after {
  background-image: url(../daihatsu/assets/images/support/download2.svg);
}

.carcare .red-btn:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url(../daihatsu/assets/images/support/download.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.carcare .care-menu-1 .check-wrap {
  margin: unset;
}

.carcare .bef-aft--txtonly {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin-top: 10px;
}

.carcare .bef-aft--txtonly li {
  width: 50%;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.carcare .img-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}

.carcare .img-area p {
  margin-bottom: 10px;
  text-align: center;
}

/* sheet-metal */

.point-group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  margin-bottom: 30px;
}

.point-group .point-box {
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 30px 60px;
}

.point-group .point-box img {
  margin-bottom: 20px;
}

.point-group .point-box p {
  font-size: 20px;
  font-weight: 600;
  color: #425cea;
  margin: unset;
}

.sheet-metal .img-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}

.sheet-metal #section03 .img-area {
  background-color: #fff;
  margin-bottom: 30px;
}

.c_red.warn {
  font-size: 20px;
}

.btns.col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
  max-width: 800px;
  margin: 0 auto;
}

.btns.col2 .white-btn {
  width: 100%;
}

/* beauty */

.beauty .desc01 {
  text-align: center;
}

.beauty .desc01 p.rodin {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.beauty .desc01 h4.rodin {
  font-size: 35px;
  color: #425de9;
  font-weight: bold;
  margin-bottom: 10px;
}

.beauty .desc01 p {
  margin-bottom: 20px;
}

.beauty .desc02 {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
  margin-bottom: 30px;
}

.beauty .desc02 p {
  text-align: center;
  color: #e12624;
  font-size: 24px;
  font-weight: 500;
}

.beauty .img02 {
  display: flex;
  justify-content: space-between;
}

.beauty .table_scroll.car .tc-red {
  text-align: left;
}

.beauty .table_scroll.car .cars {
  display: flex;
  gap: 20px;
}

.beauty .table_scroll.car img {
  margin: unset;
}

/* service item start*/

.service-item .item-group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 50px;
  grid-gap: 30px;
}

.service-item .item .img-wrapper {
  height: 210px;
  border-radius: 30px;
  margin-bottom: 10px;
}

.service-item .img-wrapper img {
  transform: scale(1);
}

.service-item .item a:hover .img-wrapper img {
  transform: scale(1.1);
}

.service-item .item p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

/* bowplus */

.bowplus .wp-video video {
  max-width: 100%;
  height: auto;
  display: block;
}

.bowplu video::-webkit-media-controls {
  display: block !important;
}

/* d-lux */

.d-lux .d-luximg {
  text-align: center;
}

.d-lux .service_item_detail h3 {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 500;
  line-height: 1.8;
}

.d-lux a {
  color: #3399cc;
}

/* tire */
.tire .about-tire {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}

.tire .about-tire img {
  border: 2px solid #e12624;
  border-radius: 30px;
  padding: 20px;
  background-color: #fff;
}

/* atf-cvtf */

.atf-cvtf .oil-info {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 30px;
  margin-bottom: 30px;
}

.atf-cvtf .oil-info img {
  border: 2px solid #e12624;
  border-radius: 30px;
  padding: 20px;
  background-color: #fff;
}

/* air-filter */

.air-filter img {
  margin-bottom: 30px;
}

/* service item end*/

@media screen and (max-width: 1536px) {
  .after-service-page .banner_main {
    margin-bottom: unset;
    height: 285px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .after-service-page .banner_main {
    height: 200px;
    padding-top: 0;
  }

  .after-service .after-service-group {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .after-service-page p {
    font-size: 16px;
  }

  .after-service-page .c_grey {
    font-size: 14px;
  }

  .carcare .tabs-nav {
    grid-gap: 15px;
  }

  .carcare .tabs-nav > li a {
    padding: 10px 20px;
    font-size: 16px;
  }

  .carcare .care-menu-1 .txt .ttl {
    font-size: 23px;
  }

  .carcare .img-area {
    grid-gap: 15px;
  }

  .point-group .point-box {
    padding: 30px 20px;
  }

  .point-group .point-box p {
    font-size: 16px;
  }

  .service-item .item .img-wrapper {
    height: unset;
  }

  .service-item .item p {
    font-size: 16px;
  }

  .service-item .img-wrapper img {
    margin: unset;
  }
}

@media screen and (max-width: 767px) {
  .after-service-page .banner_main {
    background-image: url(../daihatsu/assets/images/after-service/service-banner-sp.svg);
    height: 325px;
    padding-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .after-service .after-service-group {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .after-service .after-service-group img {
    padding: 0 20px;
  }

  .after-service .sp-boxs p {
    font-size: 15px;
  }

  .after-service .sp-boxs .top {
    font-size: 20px;
  }

  .service-item .item p {
    font-size: 16px;
    margin-bottom: 0;
  }

  .service-item .item-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 30px;
  }

  .service-item .item-group p {
    font-size: 14px;
  }

  .img-wrapper {
    transform: unset;
  }

  .img-wrapper:hover img {
    transform: unset;
  }

  .img-wrapper img {
        transform: unset;

  }
  .sp-box2 .img-wrapper img {
        transform: unset;
        width: 90px;
  }	
	
.sp-box2.bg_sdgs a {
    background: #cc4949;
    display: block;
    padding: 4%;
}
	.sp-box2.bg_social a {
    background: #57a85b;
    display: block;
    padding: 4%;
}
	.sp-box2.bg_corporate a {
    background: #5ea2cc;
    display: block;
    padding: 4%;
}
	
    .support .sp-group2 .sp-box2 a p {
        font-size: 20px;
        top: 40px;
        left: 195px;
    }
.support .sp-group2 .sp-box2 {
    position: relative;
    margin: 0 0 3%;
}

  .service-item .item .img-wrapper {
    height: unset;
    border-radius: unset;
  }

  .service-item .item .img-wrapper img {
    margin-bottom: unset;
    transform: unset;
    border-radius: 30px;
  }

  .service-item .item a:hover .img-wrapper img {
    transform: unset;
  }

  .after-service-page img {
   /* width: 100%;
    height: auto;*/
  }

  .after-service-page p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .after-service-page .c_grey {
    font-size: 12px;
  }

  /* inspection start */

  .inspection .notice-wrap li {
    font-size: 16px;
    line-height: 1.8;
  }

  .inspection .health-product table thead {
    white-space: nowrap;
    float: unset;
  }

  .inspection .health-product .table_scroll th {
    display: table-cell;
    padding: 20px 5px;
  }

  .inspection .health-product .table_scroll td {
    display: table-cell;
    padding: 20px 5px;
    width: 25%;
  }

  .inspection .health-product .table_scroll tr {
    display: table-row;
  }

  .inspection .health-product .table_scroll tbody {
    overflow-x: unset;
    overflow-y: unset;
    position: unset;
    display: table-row-group;
  }

  .inspection .tabs-wrap {
    display: block;
  }

  .inspection .tab {
    display: none;
  }

  .inspection .tab.active {
    display: block;
  }

  .subtxt {
    font-size: 16px;
  }
section#recruit a.white-btn {
    margin: 0 auto;
    width: 90%;
    text-align: center;
    padding: 5%;
}
	
    section#recruit picture.home-section-page__logo {
        padding: 30px 0 0;
    }
  /* carcare */

  .carcare .tabs-nav {
    grid-gap: 10px;
  }

  .carcare .tabs-nav > li a {
    padding: 10px 10px;
    font-size: 11px;
  }

  .carcare .care-menu-1 {
    grid-template-columns: unset;
    grid-gap: 20px;
  }

  .carcare .care-menu-1 .txt .ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .carcare .care-menu-1 .txt .tag {
    font-size: 14px;
  }

  .carcare .check {
    font-size: 18px;
  }

  .carcare .check-wrap p {
    font-size: 12px;
  }

  .carcare .bef-aft--txtonly li {
    font-size: 1rem;
  }

  /* sheet-metal */

  .point-group {
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin-bottom: 30px;
  }

  .point-group .point-box {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    grid-gap: 10px;
    align-items: center;
    padding: 30px 20px;
  }

  .point-group .point-box img {
    margin: unset;
  }

  .sheet-metal .img-area {
    grid-gap: 10px;
    margin-bottom: 30px;
  }

  .sheet-metal .table_scroll thead {
    float: unset;
    white-space: unset;
  }

  .sheet-metal .table_scroll tr {
    display: table-row;
  }
  .sheet-metal .table_scroll td {
    display: table-cell;
    font-size: 12px;
    padding: 20px 5px;
  }
  .sheet-metal .table_scroll th {
    display: table-cell;
    padding: 20px 5px;
    font-size: 12px;
  }
  .sheet-metal .table_scroll tbody {
    overflow-x: auto;
    overflow-y: hidden;
    display: table-row-group;
    position: unset;
  }

  .c_red.warn {
    font-size: 16px;
  }

  .more-info {
    margin-top: 30px;
  }

  .btns.col2 {
    grid-template-columns: 1fr;
    grid-gap: 10px;
    padding: 0 20px;
  }

  .btns.col2 .white-btn {
    text-align: center;
  }

  /* beauty */

  .beauty .desc01 h4.rodin {
    font-size: 24px;
  }

  .beauty img {
    margin-bottom: 30px;
  }

  .beauty .desc01 p {
    margin-bottom: 16px;
    text-align: left;
  }

  .beauty .desc02 p {
    font-size: 20px;
  }

  .beauty .desc02 img {
    margin-bottom: 0;
  }

  .beauty .table_scroll tbody {
    display: table-row-group;
  }

  .beauty .table_scroll thead {
    float: unset;
  }

  .beauty .table_scroll th {
    display: table-cell;
  }

  .beauty .table_scroll td {
    display: table-cell;
  }
  .beauty .table_scroll tr {
    display: table-row;
  }
  .point-group .point-box p {
    margin-bottom: unset;
    font-size: 16px;
  }

  .beauty .img02 {
    display: grid;
    margin-bottom: 30px;
  }

  .beauty .img02 img {
    order: 0;
  }

  .beauty .img02 .txt {
    order: 1;
  }

  .beauty .table_scroll.car .cars {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .beauty .table_scroll.car img {
  }

  /* d lux */

  .d-lux .service_item_detail h3 {
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px;
  }

  .d-lux a {
    font-size: 14px;
    display: block;
    margin-bottom: 30px;
  }

  /* tire */

  .tire .about-tire {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }

  /* atf-cvtf */

  .atf-cvtf .oil-info {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }

  /* after service end */
}
/* company start  */
.company-page .banner_main {
  background-image: url(../daihatsu/assets/images/company/Company_Banner.svg) !important;
}

.company-page .company-info {
  background-image: url(../daihatsu/assets/images/home/bg-1.png);
  background-size: cover;
}

.company-page p {
  margin-bottom: 30px;
  line-height: 1.8;
  font-weight: 500;
  font-size: 18px;
}

.company-page .company-info .info-group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 60px;
}

.company-page .company-info .info-group .info-box {
  display: block;
}

.company-page .company-info .info-group .info-box > div {
  border-radius: 10px;
}

.company-page .company-info .info-group .info-box p {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-top: 10px;
}

/* history */

.history .img01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.history .img01 {
  grid-gap: 20px;
}
.history .img01 img {
  max-width: 300px;
}

.history .table_scroll th {
  vertical-align: middle;
}

.history .table_scroll th,
.history .table_scroll td {
  line-height: 1.8;
  font-weight: 500;
  font-size: 18px;
}

/* outline */

.outline .outline_bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}

.outline .g_map iframe {
  height: -webkit-fill-available;
}

.outline .table_scroll th {
  width: 30%;
}

.outline .table_scroll th,
.outline .table_scroll td {
  line-height: 1.8;
  font-weight: 500;
  font-size: 18px;
}

/* managment */

.management p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}

.management .declaration {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 50px;
}

.management .declaration p {
  color: #333;
  font-size: 20px;
  line-height: 2;
}

.management .sign {
  text-align: right;
  margin-top: 20px;
}

.management .img_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background-color: #fff;
  padding: 30px 150px;
  margin-bottom: 50px;
}

.management .promote-system {
  background-color: #fff;
  padding: 30px 150px;
  margin-bottom: 50px;
}

.management .dl01 {
  margin-bottom: 50px;
}

.management .dl01 li:not(:last-child) {
  margin: 0 0 15px;
}
.management .dl01 li {
  padding-left: 20px;
  position: relative;
}

.management .dl01 li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.management .health-product .table_scroll thead th,
.management .health-product .table_scroll thead td {
  color: #f13f41;
  background: #fceaeb;
}

.management .health-product .table_scroll .first {
  width: 300px;
}

.management .health-product .table_scroll .second {
  width: 180px;
}

.management .health-product .table_scroll td:not(:first-child) {
  text-align: center;
}

.management .dl03 dt {
  font-size: 20px;
  font-weight: bold;
}

.management .dl03 p:not(:last-child) {
  margin: 0 0 30px;
}
.management .dl03 p {
  padding: 0 0 0 25px;
  font-size: 18px;
  font-weight: 500;
}

/* SDG */

.sdg img {
  margin-bottom: 30px;
}

.sdg .btn-group {
  margin: 30px 0;
}

.sdg .btn-group a {
  display: block;
  text-decoration: underline;
  color: #d70313;
  margin-bottom: 10px;
  width: fit-content;
}

.sdg .sdg-img {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}

/* kanyu */

.company-page .tr {
  text-align: right;
}

/* privacy-policy */

.privacy-policy .num_type01 {
  position: relative;
  padding-left: 45px;
  margin-bottom: 15px;
}

.privacy-policy .num_type01:before {
  position: absolute;
  content: "（" attr(data-num) "）";
  top: 0;
  left: -3px;
  font-size: 18px;
  font-weight: 500;
}

.privacy-policy .num_type01 p,
.privacy-policy li {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.privacy-policy .sign {
  text-align: right;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .management .health-product .table_scroll .first {
    width: 230px;
  }
}

@media screen and (max-width: 767px) {
  .company-page .banner_main {
    background-image: url(../daihatsu/assets/images/company/Company_Banner.svg) !important;
  }

  .company-page .company-info .info-group {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }

  .company-page p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .company-page .company-info .info-group .info-box p {
    font-size: 14px;
    margin-bottom: unset;
  }

  .company-page .table_scroll th {
    font-size: 14px;
    padding: 10px 30px;
  }

  .company-page .table_scroll .w110 {
    display: none;
  }

  .company-page .table_scroll td {
    font-size: 14px;
    padding: 10px 30px;
  }

  /* history */

  .history .img01 {
    flex-wrap: wrap;
  }

  .history .img01 img {
    display: none;
  }

  /* outline */

  .outline .table_scroll th {
    width: 100%;
  }

  .outline .outline_bottom {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .outline .outline_bottom iframe {
    width: 100%;
    height: 300px;
  }

  /* management */
  .management .img_list {
    padding: 30px;
    grid-gap: 20px;
  }

  .management .promote-system {
    padding: 30px;
  }

  .management .health-product .table_scroll .first {
    width: unset;
  }

  .management .declaration p {
    font-size: 16px;
  }

  .management .dl03 dt {
    font-size: 16px;
  }

  .management .dl03 p {
    font-size: 16px;
  }

  .management .health-product {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .management .health-product .table_scroll {
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }

  .management .health-product .table_scroll tbody {
    display: table-row-group;
  }

  .management .health-product .table_scroll thead {
    float: unset;
  }

  .management .health-product .table_scroll th {
    display: table-cell;
  }

  .management .health-product .table_scroll tr {
    display: table-row;
  }
  .management .health-product .table_scroll td {
    display: table-cell;
  }
  /* sdg */

  .sdg .sdg-img {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    margin-bottom: 30px;
  }

  .sdg img {
    margin-bottom: unset;
  }

  .privacy-policy .num_type01 p,
  .privacy-policy li {
    font-size: 14px;
    margin-bottom: 10px;
  }

  /* customer */

  .customer .table_scroll tbody {
    display: table-row-group;
  }

  .customer .table_scroll thead {
    float: unset;
  }

  .customer .table_scroll th {
    display: table-cell;
  }

  .customer .table_scroll td {
    display: table-cell;
  }

  .customer .table_scroll tr {
    display: table-row;
  }
}
/* company end */

/* shop start */

.shop-lists .banner_main {
  background-image: url(../daihatsu/assets/images/shop-list/banner.png);
}

.shop-lists .banner_main.pengu:after {
  background-image: url(../daihatsu/assets/images/home/pengu-sit.png);
  height: 200px;
}

.business-calendar {
  background-image: url(../daihatsu/assets/images/home/bg-1.png);
  position: relative;
  background-repeat: no-repeat;
}

.business-calendar .sale-calendar .white-btn {
  padding-left: 80px;
  width: fit-content;
}

.business-calendar .sale-calendar .white-btn:before {
  content: "";
  position: absolute;
  background-size: contain;
  width: 30px;
  height: 30px;
  left: 25px;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url(../daihatsu/assets/images/home/calenda.svg);
  background-repeat: no-repeat;
  transition: 0.4s;
}

.business-calendar .sale-calendar .white-btn:hover:before {
  background-image: url(../daihatsu/assets/images/home/Calenda_white.svg);
}

/* search store start */

.search-store ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 80px;
}

.search-store ul a {
  display: block;
  background-color: #fff;
  padding: 5px 20px;
  border-radius: 20px;
  border: 1px solid #e12724;
  width: auto;
  text-align: center;
  color: #e12724;
  font-weight: 600;
}

.search-store ul a:hover {
  background-color: #f07e7d;
  color: #fff;
}

.search-store ul a.active {
  background-color: #e12724;
  color: #fff;
}

.search-store .store-group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

/* search store end */

.pit-store .flex {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 30px;
}

.pit-store .flex p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}

.pit-store .red-btn {
  padding: 10px 30px;
}

.store-card .card-tite {
  display: flex;
  grid-gap: 10px;
  margin-bottom: 10px;
  align-items: center;
}

.store-card .title-flex {
  margin-bottom: 10px;
}

/* pit start */

.pit table th,
.pit table td {
  width: 50%;
  position: relative;
  vertical-align: middle;
}

.pit table th a:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url(../daihatsu/assets/images/support/download2.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .search-store ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .search-store ul a {
    padding: 5px;
  }

  .search-store .store-group {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .shop-lists .banner_main {
    background-image: url(../daihatsu/assets/images/shop-list/Shop_List_Banner.png) !important;
  }

  .search-store ul {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    margin-bottom: 50px;
  }

  .search-store ul a {
    padding: 5px 10px;
    font-size: 12px;
  }

  .search-store .store-group {
    display: block;
    grid-template-columns: 1fr;
  }

  .search-store .store-group .holiday {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .title-flex .yellow,
  .title-flex .purple,
  .title-flex .cyan,
  .title-flex .green,
  .title-flex .grey {
    font-size: 10px;
    width: auto;
  }

  .sp-tt {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-gap: 10px;
    margin-bottom: 10px;
  }

  .sp-tt-txt {
  }

  .search-store .store-group .btn-group .red-btn {
    font-size: 12px;
    text-align: center;
  }

  .search-store .store-group .red {
        width: max-content;
        font-size: 10px;
  }

  .business-calendar .sale-calendar .white-btn {
    padding: 15px;
    padding-left: 70px;
    padding-right: 40px;
        width: 100%;
  }

  .business-calendar .sale-calendar .white-btn:before {
    width: 30px;
    height: 30px;
  }

  .search-store .store-group .title {
    font-size: 18px;
  }

  .pit-store .red-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .pit-store .flex {
    grid-template-columns: 1fr 1.3fr;
    grid-gap: 10px;
    margin-block: 30px;
  }

  .pit-store .flex p {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: unset;
  }

  .pit table th,
  .pit table td {
    width: 100%;
  }
  .pit table th {
    padding-right: 50px;
  }
  .pit table td {
    font-size: 14px;
    padding: 20px 30px;
  }
	
.ss {
    font-size: 50% !important;
    margin: 5% 0 0;
}
.insurance .about-insu__inner .contact-wrap a {
    width: 90%;
}
	
	
}

/* shop end */


p.sorry_comment {
    font-size: 1.2rem;
    padding: 3%;
    text-align: center;
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    margin: 5% 0 0;
}



header .header_navigation-site #main_navigation-site > .menu-list > .menu-item.accordion > a::before {
    content: "▼";
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    font-size: 12px;
    pointer-events: none;
    transition: transform 0.3s ease;
    right: -7px;
    height: 33.5px;
    width: 44.5px;
    text-align: center;
    padding: 10px 0 0;
	}	
	
header .header_navigation-site #main_navigation-site > .menu-list > .menu-item.accordion.open > a::before {
    transform: translateY(-50%) rotate(180deg);
    animation: arrowBounce 0.4s ease;
    color: #fff;
    top: 30px;
}

header .header_navigation-site #main_navigation-site > .menu-list > .menu-item.accordion.open:hover > a::before{
color: #d81719;
}


@keyframes arrowBounce {
  0%   { transform: translateY(-50%) rotate(180deg); }
  50%  { transform: translateY(-30%) rotate(180deg); }
  100% { transform: translateY(-50%) rotate(180deg); }
}


@media screen and (max-width: 767px) {
header .header_navigation-site #main_navigation-site > .menu-list > .menu-item.accordion > a::before {
  content: "▼";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  pointer-events: none;
  transition: transform 0.3s ease;
    color: #d81719;
right: 1px;
    height: 33.5px;
    width: 44.5px;
    text-align: center;
    padding: 10px 0 0;
    border: 1px solid #f1f1f1;
	}	

header .header_navigation-site #main_navigation-site > .menu-list > .menu-item.accordion.open:hover > a::before{
color: #d81719;
top: 22px;
}



}