* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  color: #ccc;
  background-color: #000;
  scroll-behavior: smooth;
}

main {
  overflow: hidden;
  padding-top: 81px;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 40px;
  }
}

.image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image--auto {
  width: auto;
}
.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #2b2b2b;
  padding: 15px 64px 19px 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 81px;
  z-index: 900;
}
@media screen and (max-width: 1200px) {
  .header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0 20px;
    height: 40px;
  }
}
.header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.header__logo {
  width: 190px;
  border: 1px solid #000;
}
@media screen and (max-width: 1200px) {
  .header__logo {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 100px;
  }
}
.header__logo-image {
  width: 100%;
}
.header__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 51.5px;
}
@media screen and (max-width: 1200px) {
  .header__navigation {
    gap: 35px;
  }
}
@media screen and (max-width: 980px) {
  .header__navigation {
    display: none;
    position: fixed;
    top: 81px;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #2b2b2b;
    overflow: auto;
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .header__navigation {
    top: 40px;
  }
}
.header__navigation.active {
  display: block;
}
.header__link {
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .header__link {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 980px) {
  .header__link {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 980px) {
  .header__link:not(:last-child) {
    margin-bottom: 20px;
  }
}
.header__hamburger {
  display: none;
}
@media screen and (max-width: 980px) {
  .header__hamburger {
    display: block;
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .header__hamburger {
    width: 30px;
  }
}
.header__line {
  width: 100%;
  height: 2px;
  background-color: #ccc;
}
.header__line:not(:last-child) {
    margin-bottom: 10px;
    color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .header__line:not(:last-child) {
    margin-bottom: 5px;
  }
}

.footer {
  text-align: center;
  background-color: #2b2b2b;
  padding: 2px 20px;
}
.footer__top-secondary {
  display: inline-block;
  font-size: 1.8rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  cursor: pointer;
}
.footer__logo {
  width: 80px;
  margin: 0 auto 10px;
}
.footer__logo-image {
  width: 100%;
}
.footer__copyright {
  font-size: 10px;
}

.top__benefits {
  padding: 50px 0;
}
.top__title {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .top__title {
    margin-bottom: 20px;
    font-size: 26px;
  }
}
.top__benefits-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
  max-width: calc(100% - 200px);
  margin: 0 auto;
  gap: 50px 0;
}
@media screen and (max-width: 980px) {
  .top__benefits-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .top__benefits-group {
    max-width: calc(100% - 60px);
    gap: 60px 0;
  }
}
.top__benefits-item {
  width: 410px;
  max-width: 48%;
}
@media screen and (max-width: 980px) {
  .top__benefits-item {
    max-width: 100%;
  }
}
.top__benefits-title {
  font-weight: 400;
  font-size: 2.4rem;
  margin-bottom: 10px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .top__benefits-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.top__benefits-title .small {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .top__benefits-title .small {
    font-size: 14px;
  }
}
.top__benefits-image-container {
  position: relative;
  width: 100%;
  height: 522px;
}
.top__benefits-content {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  color: #000;
}
@media screen and (max-width: 767px) {
  .top__benefits-content {
    bottom: 20px;
  }
}
.top__benefits-subtitle {
    font-weight: 400;
    font-size: 3rem;
    margin-bottom: 0px;
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: black;
    color: #FFFFFF;
	paint-order: stroke;	
}
.top__benefits-text {
    font-size: 3rem;
    font-weight: bolder;
    color: #FFFFFF;
    margin-bottom: 10px;
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: black;
	paint-order: stroke;
}
.top__benefits-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
.top__benefits-category {
  width: 228px;
  text-align: center;
  padding: 5px;
  font-size: 1.2rem;
  background-color: #2b2b2b;
  border-radius: 50px;
  max-width: 45%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top__benefits-category:hover {
  opacity: 0.7;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.top__dealer {
  width: 1577px;
  max-width: calc(100% - 100px);
  margin: 0 auto;
  padding: 20px 0 40px;
}
@media screen and (max-width: 767px) {
  .top__dealer {
    max-width: calc(100% - 40px);
  }
}
.top__dealer-group {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px 27px;
}
@media screen and (max-width: 1200px) {
  .top__dealer-group {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 980px) {
  .top__dealer-group {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .top__dealer-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px 15px;
  }
}
.top__dealer-item {
  width: 100%;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .top__dealer-item {
    width: calc(50% - 7.5px);
  }
}
.top__dealer-title {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .top__dealer-title {
    font-size: 18px;
  }
}
.top__dealer-title .small {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .top__dealer-title .small {
    font-size: 14px;
  }
}
.top__dealer-image-container {
  position: relative;
  height: 200px;
  background-color: #2b2b2b;
}

.top__dealer-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    font-size: 2rem;
    display: block;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 2px 2px 2px #000000,-1px -1px 0 #000000,-1px 1px 0 #000000,1px -1px 0 #000000,1px 0 0 #000000,-1px 0 0 #000000,0 1px 0 #000000,0 -1px 0 #000000; /* 右上方向に影 */
    margin-top: 0px;
    padding-top: 0px;
}
@media screen and (max-width: 767px) {
  .top__dealer-text {
    bottom: 15px;
    font-size: 16px;
    text-shadow: 2px 2px 2px #000000,-1px -1px 0 #000000,-1px 1px 0 #000000,1px -1px 0 #000000,1px 0 0 #000000,-1px 0 0 #000000,0 1px 0 #000000,0 -1px 0 #000000; /* 右上方向に影 */
  }
}

.top__dealer-category {
  width: 228px;
  text-align: center;
  padding: 5px 0;
  font-size: 1.2rem;
  margin: 0 auto;
  display: block;
  background-color: #2b2b2b;
  border-radius: 50px;
  margin-top: 7px;
  max-width: 80%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top__dealer-category:hover {
  opacity: 0.7;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.overflow {
  overflow: hidden;
}

.center {
  text-align: center;
}
