@charset "UTF-8";
/* メディアクエリ記述サンプル
.box {
    @include pc {
      background-color: red;
    }
    @include tab {
      background-color: blue;
    }
    @include sp {
      background-color: yellow;
    }
  }
*/
body {
  -webkit-text-size-adjust: none;
}

ul {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

@media (min-width: 769px) {
  .only-sp {
    display: none;
  }
}
@media (min-width: 769px) {
  .ulti-f_direction {
    margin-top: 15px !important;
  }
}
@media (max-width: 768px) {
  .ulti-f_direction > .l_layoutSingle {
    padding: 0;
  }
}
@media (min-width: 769px) {
  .ulti-f_direction .hero {
    background: url(../img/bg_hero_66-079.jpg) repeat-x;
    height: 580px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .ulti-f_direction .hero {
    margin-bottom: 10px;
  }
}
.ulti-f_direction .carModel {
  background: #efefef;
}
.ulti-f_direction .carModel .carModel__title {
  position: relative;
  background: #565a62;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media (min-width: 769px) {
  .ulti-f_direction .carModel .carModel__title {
    padding: 15px 0;
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .ulti-f_direction .carModel .carModel__title {
    padding: 10px 0;
    font-size: 1.8rem;
  }
}
@media (min-width: 769px) {
  .ulti-f_direction .carModel .carModel_contents {
    padding: 70px 0 70px 0;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .ulti-f_direction .carModel .carModel_contents {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.ulti-f_direction .carModel .carModel_contents a {
  display: inline-block;
}
@media (min-width: 769px) {
  .ulti-f_direction .carModel .carModel_contents a {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .ulti-f_direction .carModel .carModel_contents a {
    margin-bottom: 20px;
  }
}
.ulti-f_direction .carModel .carModel_contents a .carModel__box {
  background: #fff;
  border: 2px solid #000;
}
.ulti-f_direction .carModel .carModel_contents a .carModel__box .carModel__name {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media (min-width: 769px) {
  .ulti-f_direction .carModel .carModel_contents a .carModel__box .carModel__name {
    font-size: 3rem;
    padding: 20px 0 20px 0;
  }
}
@media (max-width: 768px) {
  .ulti-f_direction .carModel .carModel_contents a .carModel__box .carModel__name {
    font-size: 3rem;
    padding: 20px 0 30px 0;
  }
}
.ulti-f_direction .carModel .carModel_contents a .carModel__box .carModel__name span {
  border-bottom: 4px solid #000;
}
@media (min-width: 769px) {
  .ulti-f_direction .carModel .carModel_contents a .carModel__box .carModel__photo {
    padding: 0 20px 20px 20px;
  }
}
.ulti-f_direction .carModel .carModel_contents a .carModel__box .carModel__link {
  background: #000;
  color: #fff;
  position: relative;
  text-align: center;
}
@media (min-width: 769px) {
  .ulti-f_direction .carModel .carModel_contents a .carModel__box .carModel__link {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  .ulti-f_direction .carModel .carModel_contents a .carModel__box .carModel__link {
    padding: 10px 0;
  }
}
.ulti-f_direction .carModel .carModel_contents a .carModel__box .carModel__link::before {
  position: absolute;
  top: 50%;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  content: "";
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
@media (min-width: 769px) {
  .ulti-f_direction .carModel .carModel_contents a .carModel__box .carModel__link::before {
    right: 40px;
  }
}
@media (max-width: 768px) {
  .ulti-f_direction .carModel .carModel_contents a .carModel__box .carModel__link::before {
    right: 20px;
  }
}
@media (min-width: 769px) {
  .ulti-f_direction .carModel .carModel_contents a:last-child {
    margin-right: 0;
  }
}
.ulti-f_direction .carModel .carModel_contents a:hover {
  opacity: 0.7;
}
.ulti-f_direction .wheel__title {
  position: relative;
  background: #565a62;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media (min-width: 769px) {
  .ulti-f_direction .wheel__title {
    padding: 15px 0;
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .ulti-f_direction .wheel__title {
    padding: 10px 0;
    font-size: 1.8rem;
  }
}
@media (min-width: 769px) {
  .ulti-f_direction .wheel {
    padding: 70px 0 100px 0;
  }
}
@media (max-width: 768px) {
  .ulti-f_direction .wheel {
    padding: 40px 0 60px 0;
  }
}
.ulti-f_direction .wheel .l_layoutSingle .wheel__name {
  text-align: center;
}
@media (min-width: 769px) {
  .ulti-f_direction .wheel .l_layoutSingle .wheel__name {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .ulti-f_direction .wheel .l_layoutSingle .wheel__name {
    margin-bottom: 20px;
  }
}
.ulti-f_direction .wheel .l_layoutSingle .wheel__name span {
  color: #111;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 900;
  border-bottom: 7px solid #111;
}
@media (min-width: 769px) {
  .ulti-f_direction .wheel .l_layoutSingle .wheel__name span {
    font-size: 4rem;
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .ulti-f_direction .wheel .l_layoutSingle .wheel__name span {
    font-size: 4rem;
    padding: 0 10px;
  }
}
@media (min-width: 769px) {
  .ulti-f_direction .wheel .l_layoutSingle .wheel__head {
    display: table;
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .ulti-f_direction .wheel .l_layoutSingle .wheel__head .wheel__photo {
    display: table-cell;
    width: 330px;
    text-align: right;
  }
}
@media (max-width: 768px) {
  .ulti-f_direction .wheel .l_layoutSingle .wheel__head .wheel__photo {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .ulti-f_direction .wheel .l_layoutSingle .wheel__head .wheel__info {
    display: table-cell;
    vertical-align: top;
    width: 690px;
    padding-left: 40px;
  }
}
@media (min-width: 769px) {
  .ulti-f_direction .wheel .l_layoutSingle .wheel__head .wheel__info .wheel__size {
    display: table;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .ulti-f_direction .wheel .l_layoutSingle .wheel__head .wheel__info .wheel__size {
    display: table;
  }
}
.ulti-f_direction .wheel .l_layoutSingle .wheel__head .wheel__info .wheel__size .wheel__size__title {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  padding: 10px 0;
  line-height: 1;
  vertical-align: middle;
}
@media (min-width: 769px) {
  .ulti-f_direction .wheel .l_layoutSingle .wheel__head .wheel__info .wheel__size .wheel__size__title {
    display: table-cell;
    width: 120px;
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .ulti-f_direction .wheel .l_layoutSingle .wheel__head .wheel__info .wheel__size .wheel__size__title {
    display: table-cell;
    width: 30%;
    font-size: 1.2rem;
  }
}
@media (min-width: 769px) {
  .ulti-f_direction .wheel .l_layoutSingle .wheel__head .wheel__info .wheel__size .wheel__size__text {
    display: table-cell;
    width: 350px;
    padding-left: 10px;
  }
}
@media (max-width: 768px) {
  .ulti-f_direction .wheel .l_layoutSingle .wheel__head .wheel__info .wheel__size .wheel__size__text {
    display: table-cell;
    padding-left: 10px;
  }
}
.ulti-f_direction .wheel .l_layoutSingle .wheel__head .wheel__info .wheel__size .wheel__size__text dl {
  font-size: 0;
}
.ulti-f_direction .wheel .l_layoutSingle .wheel__head .wheel__info .wheel__size .wheel__size__text dl dt {
  display: inline-block;
}
@media (min-width: 769px) {
  .ulti-f_direction .wheel .l_layoutSingle .wheel__head .wheel__info .wheel__size .wheel__size__text dl dt {
    width: 100px;
    font-size: 1.2rem;
    text-align: left;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .ulti-f_direction .wheel .l_layoutSingle .wheel__head .wheel__info .wheel__size .wheel__size__text dl dt {
    width: 30%;
    font-size: 1rem;
  }
}
.ulti-f_direction .wheel .l_layoutSingle .wheel__head .wheel__info .wheel__size .wheel__size__text dl dd {
  display: inline-block;
  margin-inline-start: 0;
}
@media (min-width: 769px) {
  .ulti-f_direction .wheel .l_layoutSingle .wheel__head .wheel__info .wheel__size .wheel__size__text dl dd {
    width: 240px;
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .ulti-f_direction .wheel .l_layoutSingle .wheel__head .wheel__info .wheel__size .wheel__size__text dl dd {
    font-size: 1rem;
    width: 70%;
  }
}
@media (max-width: 768px) {
  .ulti-f_direction .wheel .l_layoutSingle .wheel__head .wheel__info .wheel__info__bottom {
    padding-bottom: 20px;
  }
}
.ulti-f_direction .wheel .l_layoutSingle .wheel__head .wheel__info .wheel__info__bottom .wheel__text {
  text-align: left;
}
@media (min-width: 769px) {
  .ulti-f_direction .wheel .l_layoutSingle .wheel__head .wheel__info .wheel__info__bottom .wheel__text {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .ulti-f_direction .wheel .l_layoutSingle .wheel__head .wheel__info .wheel__info__bottom .wheel__text {
    font-size: 1.5rem;
    padding: 20px 0;
  }
}
@media (min-width: 769px) {
  .ulti-f_direction .wheel .l_layoutSingle .wheel__head .wheel__info .wheel__info__bottom .wheel__point {
    display: table;
  }
}
@media (max-width: 768px) {
  .ulti-f_direction .wheel .l_layoutSingle .wheel__head .wheel__info .wheel__info__bottom .wheel__point {
    display: table;
    width: 100%;
  }
}
.ulti-f_direction .wheel .l_layoutSingle .wheel__head .wheel__info .wheel__info__bottom .wheel__point a:hover {
  opacity: 0.7;
}
.ulti-f_direction .wheel .l_layoutSingle .wheel__head .wheel__info .wheel__info__bottom .wheel__point .wheel__point__icon {
  padding-right: 10px;
}
@media (min-width: 769px) {
  .ulti-f_direction .wheel .l_layoutSingle .wheel__head .wheel__info .wheel__info__bottom .wheel__point .wheel__point__icon {
    display: table-cell;
  }
}
@media (max-width: 768px) {
  .ulti-f_direction .wheel .l_layoutSingle .wheel__head .wheel__info .wheel__info__bottom .wheel__point .wheel__point__icon {
    display: table-cell;
    text-align: center;
  }
}
.ulti-f_direction .wheel .l_layoutSingle .wheel__head .wheel__info .wheel__info__bottom .wheel__point .wheel__point__icon span {
  background: #666;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  display: inline-block;
}
@media (min-width: 769px) {
  .ulti-f_direction .wheel .l_layoutSingle .wheel__head .wheel__info .wheel__info__bottom .wheel__point .wheel__point__icon span {
    padding: 10px 0;
    width: 250px;
  }
}
@media (max-width: 768px) {
  .ulti-f_direction .wheel .l_layoutSingle .wheel__head .wheel__info .wheel__info__bottom .wheel__point .wheel__point__icon span {
    font-size: 1.3rem;
    padding: 10px 20px;
  }
}
.ulti-f_direction .wheel .l_layoutSingle .wheel__btn--size {
  text-align: center;
}
@media (min-width: 769px) {
  .ulti-f_direction .wheel .l_layoutSingle .wheel__btn--size {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .ulti-f_direction .wheel .l_layoutSingle .wheel__btn--size {
    margin-bottom: 20px;
  }
}
.ulti-f_direction .wheel .l_layoutSingle .wheel__btn--size a {
  background: #333;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  display: block;
  position: relative;
}
@media (min-width: 769px) {
  .ulti-f_direction .wheel .l_layoutSingle .wheel__btn--size a {
    width: 520px;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .ulti-f_direction .wheel .l_layoutSingle .wheel__btn--size a {
    padding: 10px 0;
    font-size: 1.6rem;
  }
}
.ulti-f_direction .wheel .l_layoutSingle .wheel__btn--size a:hover {
  opacity: 0.7;
}
.ulti-f_direction .wheel .l_layoutSingle .wheel__btn--size a::before {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  content: "";
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
.ulti-f_direction .wheel .l_layoutSingle .wheel__ex .wheel__ex__title {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: left;
}
@media (min-width: 769px) {
  .ulti-f_direction .wheel .l_layoutSingle .wheel__ex .wheel__ex__title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .ulti-f_direction .wheel .l_layoutSingle .wheel__ex .wheel__ex__title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
@media (min-width: 769px) {
  .ulti-f_direction .wheel .l_layoutSingle .wheel__ex .wheel__ex__photo {
    font-size: 0;
  }
}
@media (max-width: 768px) {
  .ulti-f_direction .wheel .l_layoutSingle .wheel__ex .wheel__ex__photo {
    margin-bottom: 20px;
  }
}
.ulti-f_direction .wheel .l_layoutSingle .wheel__ex .wheel__ex__photo a img {
  vertical-align: top;
}
@media (min-width: 769px) {
  .ulti-f_direction .wheel .l_layoutSingle .wheel__ex .wheel__ex__photo a img {
    width: 490px;
  }
}
@media (max-width: 768px) {
  .ulti-f_direction .wheel .l_layoutSingle .wheel__ex .wheel__ex__photo a img {
    width: 49%;
  }
}
@media (min-width: 769px) {
  .ulti-f_direction .wheel .l_layoutSingle .wheel__ex .wheel__ex__photo a:first-child {
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  .ulti-f_direction .wheel .l_layoutSingle .wheel__ex .wheel__ex__photo a:first-child {
    margin-right: 2px;
  }
}
.ulti-f_direction .wheel:nth-child(odd) {
  background: #efefef;
}
.ulti-f_direction .block__about {
  background: #efefef;
}
.ulti-f_direction .block__about .block__about__title {
  position: relative;
  background: #565a62;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media (min-width: 769px) {
  .ulti-f_direction .block__about .block__about__title {
    padding: 15px 0;
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .ulti-f_direction .block__about .block__about__title {
    padding: 10px 0;
    font-size: 1.8rem;
  }
}
@media (min-width: 769px) {
  .ulti-f_direction .block__about .l_layoutSingle {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .ulti-f_direction .block__about .l_layoutSingle {
    padding: 40px 0;
  }
}
@media (min-width: 769px) {
  .ulti-f_direction .block__about .l_layoutSingle .about__wrap {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .ulti-f_direction .block__about .l_layoutSingle .about__wrap {
    margin-bottom: 20px;
  }
}
.ulti-f_direction .block__about .l_layoutSingle .about__wrap .about__title {
  background: #666;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 300;
  position: relative;
}
@media (min-width: 769px) {
  .ulti-f_direction .block__about .l_layoutSingle .about__wrap .about__title {
    font-size: 2rem;
    padding-left: 70px;
    width: 340px;
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .ulti-f_direction .block__about .l_layoutSingle .about__wrap .about__title {
    font-size: 1.7rem;
    padding-left: 15px;
    width: 80%;
    height: 40px;
    line-height: 40px;
  }
}
@media (min-width: 769px) {
  .ulti-f_direction .block__about .l_layoutSingle .about__wrap .about__title:after {
    position: absolute;
    content: "";
    right: -60px;
    width: 0;
    height: 0;
    border: none;
    border-right: 60px solid transparent;
    border-bottom: 60px solid #666;
    z-index: 2;
  }
}
@media (max-width: 768px) {
  .ulti-f_direction .block__about .l_layoutSingle .about__wrap .about__title:after {
    position: absolute;
    content: "";
    right: -40px;
    width: 0;
    height: 0;
    border: none;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #666;
    z-index: 2;
  }
}
.ulti-f_direction .block__about .l_layoutSingle .about__wrap .about__contents {
  background: #fff;
}
@media (min-width: 769px) {
  .ulti-f_direction .block__about .l_layoutSingle .about__wrap .about__contents .about__contents__wrap {
    display: table;
    padding: 20px 30px 0 30px;
    height: 240px;
  }
}
@media (max-width: 768px) {
  .ulti-f_direction .block__about .l_layoutSingle .about__wrap .about__contents .about__contents__wrap {
    padding: 15px;
  }
}
.ulti-f_direction .block__about .l_layoutSingle .about__wrap .about__contents .about__contents__wrap .about__contents__photo {
  text-align: center;
}
@media (min-width: 769px) {
  .ulti-f_direction .block__about .l_layoutSingle .about__wrap .about__contents .about__contents__wrap .about__contents__photo {
    display: table-cell;
    width: 320px;
  }
}
@media (max-width: 768px) {
  .ulti-f_direction .block__about .l_layoutSingle .about__wrap .about__contents .about__contents__wrap .about__contents__photo {
    padding: 10px 0 20px 0;
  }
}
@media (min-width: 769px) {
  .ulti-f_direction .block__about .l_layoutSingle .about__wrap .about__contents .about__contents__wrap .about__contents__text {
    font-size: 1.6rem;
    display: table-cell;
    width: 640px;
    padding-left: 50px;
    padding-top: 20px;
    vertical-align: top;
  }
}
@media (max-width: 768px) {
  .ulti-f_direction .block__about .l_layoutSingle .about__wrap .about__contents .about__contents__wrap .about__contents__text {
    font-size: 1.5rem;
  }
}
@media (min-width: 769px) {
  .ulti-f_direction .block__about .l_layoutSingle .about--undercut .about__contents__wrap {
    padding-top: 30px !important;
  }
}
@media (max-width: 768px) {
  .ulti-f_direction .block__about .l_layoutSingle .about__wrap:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .ulti-f_direction .block__tire-ec {
    padding-top: 70px;
  }
}
@media (max-width: 768px) {
  .ulti-f_direction .block__tire-ec {
    padding-top: 40px;
  }
}
.ulti-f_direction .block__tire-ec a:hover {
  opacity: 0.7;
}/*# sourceMappingURL=index.css.map */