@charset "UTF-8";
/* *** mixin *** */
/* break point */
/* font */
/* Colors */
/* gradation */
/* fair base css --------------------------------------------------------- */
/* *** page base *** */
body {
  background: #ffffff;
}

a {
  cursor: pointer;
  transition: 0.3s;
}

a:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 0.7;
}

a:active {
  text-decoration: none;
}

#fair p {
  letter-spacing: 0;
  line-height: 1.5;
}

section:not(.kv_wrap) {
  margin-bottom: 0;
}

.animation {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(80px);
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fadein {
  opacity: 0;
  transform: translateY(5px);
  transition: all 1s;
}

.fadein.show {
  opacity: 1;
  transform: translateY(0);
}

.fadein.show:nth-of-type(1) {
  transition-delay: 0.2s;
}

.fadein.show:nth-of-type(2) {
  transition-delay: 0.6s;
}

.fadein.show:nth-of-type(3) {
  transition-delay: 0.8s;
}

.fadein.show:nth-of-type(4) {
  transition-delay: 1s;
}

.fadein.show:nth-of-type(5) {
  transition-delay: 1.2s;
}

.fadein.show:nth-of-type(6) {
  transition-delay: 1.4s;
}

.fadein.show:nth-of-type(7) {
  transition-delay: 1.6s;
}

.fadein.show:nth-of-type(8) {
  transition-delay: 1.8s;
}

.fadein.show:nth-of-type(9) {
  transition-delay: 2s;
}

.fadein.show:nth-of-type(10) {
  transition-delay: 2.2s;
}

.fadein.show:nth-of-type(11) {
  transition-delay: 2.4s;
}

.fadein.show:nth-of-type(12) {
  transition-delay: 2.6s;
}

.fadein.show:nth-of-type(13) {
  transition-delay: 2.8s;
}

.fadein.show:nth-of-type(14) {
  transition-delay: 3s;
}

.fadein.show:nth-of-type(15) {
  transition-delay: 3.2s;
}

.fadein.show:nth-of-type(16) {
  transition-delay: 3.4s;
}

.fadein.show:nth-of-type(17) {
  transition-delay: 3.6s;
}

.fadein.show:nth-of-type(18) {
  transition-delay: 3.8s;
}

.fadein.show:nth-of-type(19) {
  transition-delay: 4s;
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .pd__w5 {
    padding: 0 5%;
  }
}
.font__min {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.txt_color_white {
  color: #fff;
}

.txt_w_100 {
  font-weight: 100;
}

.txt_bold {
  font-weight: bold;
}

.txt_underline {
  text-decoration: underline;
}

.txt_underline_none {
  text-decoration: none;
}

#fair .txt__center {
  text-align: center;
}

#fair .txt__left {
  text-align: left;
}

#fair .txt__right {
  text-align: right;
}

/* fair main-visual css ------------------------------------------------------ */
#fair .main-visual {
  position: relative;
  width: 100%;
  margin: auto;
}
#fair .main-visual .main-visual__wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
}
#fair .main-visual .main-visual__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#fair .main-visual .main-visual__wrap .main-visual__title {
  position: absolute;
  margin: 0 auto;
  z-index: 2;
}
#fair .main-visual .main-visual__wrap .main-visual__title img {
  text-align: center;
  margin: auto;
}
#fair .main-visual .main-visual__wrap .main-visual__middle {
  position: absolute;
  z-index: 2;
}
#fair .main-visual .main-visual__wrap .main-visual__btn {
  position: absolute;
  z-index: 2;
}
#fair .main-visual .main-visual__wrap .main-visual__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
}
#fair .main-visual .main-visual__wrap .main-visual__bg img {
  width: 100%;
}
#fair .main-visual {
  position: relative;
  max-width: 1920px;
  width: 100%;
  height: 52.0833333333vw;
  max-height: 1000px;
}
#fair .main-visual::before {
  content: "";
  position: absolute;
  background: url(/fair/202604_bevtestdrive/assets/images/main_visual-pc.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#fair .main-visual .main-visual__wrap .main-visual__title {
  position: absolute;
  bottom: 3%;
  box-sizing: border-box;
  width: 70.2083333333vw;
  max-width: 1480px;
  margin: 0 auto 0;
  z-index: 3;
}
#fair .main-visual .main-visual__wrap .main-visual__title img {
  width: 100%;
}
#fair .main-visual .main-visual__wrap .main-visual__text {
  position: absolute;
  top: 2%;
  box-sizing: border-box;
  width: 58.9583333333vw;
  max-width: 1000px;
  margin: 0 auto 0;
  z-index: 1;
}
#fair .main-visual .main-visual__wrap .main-visual__btn {
  position: absolute;
  top: 20%;
  right: 11%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-height: 760px;
  z-index: 2;
}
#fair .main-visual .main-visual__wrap .main-visual__btn li img {
  width: 21.7361111111vw;
  max-width: 370px;
  filter: drop-shadow(0 0 10px rgb(255, 255, 255)) drop-shadow(0 0 30px rgba(255, 255, 255, 0.9));
}
@media (min-width: 768px) and (max-width: 1320px) {
  #fair .main-visual .main-visual__wrap .main-visual__title {
    width: 77.0833333333vw;
  }
}
@media (max-width: 767px) {
  #fair .main-visual {
    height: 109.8958333333vw;
    max-height: auto;
  }
  #fair .main-visual::before {
    background: url(/fair/202604_bevtestdrive/assets/images/main_visual-sp.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  #fair .main-visual .main-visual__wrap {
    width: 100%;
    padding: 0;
  }
  #fair .main-visual .main-visual__wrap .main-visual__title {
    bottom: 3%;
    width: 81.7708333333vw;
    margin: 0 auto 0;
    padding: 0;
  }
  #fair .main-visual .main-visual__wrap .main-visual__text {
    top: 0;
    width: 76.0416666667vw;
  }
  #fair .main-visual .main-visual__wrap .main-visual__btn {
    top: 44%;
    right: 0;
    left: 0;
    flex-direction: initial;
    justify-content: center;
    gap: 0;
  }
  #fair .main-visual .main-visual__wrap .main-visual__btn li img {
    width: 43.0989583333vw;
    max-width: 300px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.9)) drop-shadow(0 0 20px rgba(255, 255, 255, 0.4));
  }
}

/* fair content-bg css ------------------------------------------------------ */
/*****************************************************
content_bg
*****************************************************/
.campaign__bg1,
.campaign__bg2,
.campaign__bg3,
.campaign__bg4,
.campaign__bg5,
.campaign__bg6 {
  position: relative;
}
.campaign__bg1::after,
.campaign__bg2::after,
.campaign__bg3::after,
.campaign__bg4::after,
.campaign__bg5::after,
.campaign__bg6::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  margin: 0 auto 0;
  z-index: -1;
}
.campaign__bg1::before,
.campaign__bg2::before,
.campaign__bg3::before,
.campaign__bg4::before,
.campaign__bg5::before,
.campaign__bg6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  margin: 0 auto 0;
  z-index: -1;
}

.campaign__bg1::before {
  background: url(/fair/202604_bevtestdrive/assets/images/img-bg-001-pc.jpg) no-repeat;
  background-size: 100% 100%;
  background-position: top center;
}

.campaign__bg2::before {
  background: url(/fair/202604_bevtestdrive/assets/images/img-bg-002-pc.jpg) no-repeat;
  background-size: 100% 100%;
  background-position: top center;
}

.campaign__bg3::before {
  background: url(/fair/202604_bevtestdrive/assets/images/img-bg-003-pc.jpg) no-repeat;
  background-size: 100% 100%;
  background-position: top center;
}

@media (max-width: 767px) {
  .campaign__bg1::before {
    background: url(/fair/202604_bevtestdrive/assets/images/img-bg-001-sp.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: top center;
  }
  .campaign__bg2::before {
    background: url(/fair/202604_bevtestdrive/assets/images/img-bg-002-sp.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: top center;
  }
  .campaign__bg3::before {
    background: url(/fair/202604_bevtestdrive/assets/images/img-bg-003-sp.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: top center;
  }
}
/*****************************************************
content
*****************************************************/
/* fair common css ------------------------------------------------------ */
.contents {
  width: 100%;
  overflow: hidden;
}

.footer {
  width: 100%;
}

.header {
  width: 100%;
}

footer {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  footer {
    padding-bottom: 16.6666666667vh;
  }
}

/* common */
.section {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.section__wrap {
  margin: auto;
}

.section__full {
  margin: auto;
  width: 100%;
}

.content__title {
  text-align: center;
  margin: auto;
}

.content__column {
  display: flex;
  justify-content: center;
}
.content__column.col-2 div:first-child {
  width: 50%;
}
.content__column.col-2 div:last-child {
  width: 50%;
}

.column__medium {
  align-items: center;
}

.column__wrap {
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .content__column.col-2 div:first-child {
    width: 100%;
  }
  .content__column.col-2 div:last-child {
    width: 100%;
  }
}
#fair .cta-btn {
  margin: 0 auto 0;
}
#fair .cta-btn .section__wrap {
  max-width: 1130px;
  padding: 60px 0 60px;
}
#fair .cta-btn .section__wrap::before {
  content: "";
  background: url(/fair/202604_bevtestdrive/assets/images/stickymenu-bg-pc.jpg);
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#fair .cta-btn .section__wrap .cta-btn-list {
  gap: 0 4%;
}
@media (min-width: 768px) and (max-width: 1320px) {
  #fair .cta-btn .section__wrap {
    padding: 30px 10% 30px;
  }
  #fair .cta-btn .section__wrap::before {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  #fair .cta-btn {
    margin: 0;
  }
  #fair .cta-btn .section__wrap {
    padding: 6.518904824vw 10%;
  }
  #fair .cta-btn .section__wrap::before {
    content: "";
    background: url(/fair/202604_bevtestdrive/assets/images/stickymenu-bg-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  #fair .cta-btn .section__wrap .cta-btn-list {
    flex-wrap: wrap;
    gap: 0;
  }
  #fair .cta-btn .section__wrap .cta-btn-list li {
    margin-bottom: 15px;
  }
  #fair .cta-btn .section__wrap .cta-btn-list li:last-child {
    margin-bottom: 0;
  }
}
#fair .present {
  max-width: 1920px;
  margin: 0 auto 0;
}
#fair .present .section__wrap {
  position: relative;
  max-width: 1130px;
  padding: 50px 0 40px;
}
#fair .present .section__wrap .present-title {
  color: #fff;
  font-size: 56px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
#fair .present .section__wrap .present-schedule {
  color: #fff;
  font-size: 45px;
  line-height: 1.5;
  text-align: center;
  margin: 15px auto 0;
}
#fair .present .section__wrap .present-schedule span {
  font-size: 34px;
}
#fair .present .section__wrap .present-text {
  color: #fff;
  font-size: 23px;
  line-height: 1.6;
  text-align: center;
  margin: 15px auto 0;
}
#fair .present .section__wrap .present-img {
  margin: 15px auto 0;
}
#fair .present .section__wrap .present-note {
  color: #231815;
  font-size: 12px;
  line-height: 1.3;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 1320px) {
  #fair .present .section__wrap {
    padding: 50px 50px 40px;
  }
  #fair .present .section__wrap .present-title {
    font-size: min(4.5vw, 4.5rem);
    line-height: 1.3;
  }
  #fair .present .section__wrap .present-schedule {
    font-size: min(3.8vw, 3.8rem);
    line-height: 1.5;
    margin: 15px auto 0;
  }
  #fair .present .section__wrap .present-schedule span {
    font-size: min(2.8vw, 2.8rem);
  }
  #fair .present .section__wrap .present-text {
    font-size: min(2vw, 2rem);
    line-height: 1.6;
    margin: 15px auto 0;
  }
  #fair .present .section__wrap .present-img {
    margin: 15px auto 0;
  }
  #fair .present .section__wrap .present-note {
    font-size: 12px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  #fair .present {
    margin: 0;
  }
  #fair .present .section__wrap {
    padding: 7.8226857888vw 5% 5.2151238592vw;
  }
  #fair .present .section__wrap .present-title {
    font-size: 5.6vw;
    line-height: 1.5;
  }
  #fair .present .section__wrap .present-schedule {
    font-size: 4.5vw;
    line-height: 1.5;
    margin: 15px auto 0;
  }
  #fair .present .section__wrap .present-schedule span {
    font-size: 3.5vw;
  }
  #fair .present .section__wrap .present-text {
    font-size: 3.5vw;
    line-height: 1.7;
    margin: 15px auto 0;
  }
  #fair .present .section__wrap .present-img {
    margin: 15px auto 0;
  }
  #fair .present .section__wrap .present-note {
    font-size: 3vw;
    line-height: 1.3;
    text-align: left;
  }
}
#fair .testdrive {
  max-width: 1920px;
}
#fair .testdrive .section__wrap {
  max-width: 1130px;
  padding: 50px 0 40px;
}
#fair .testdrive .section__wrap .testdrive-title {
  color: #003686;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
#fair .testdrive .section__wrap .testdrive-list {
  position: relative;
  margin: 30px auto 0;
  z-index: 2;
}
#fair .testdrive .section__wrap .testdrive-list li {
  border: 5px solid #0088c5;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
#fair .testdrive .section__wrap .testdrive-list li:nth-of-type(3) {
  margin-bottom: 10px;
}
#fair .testdrive .section__wrap .testdrive-list li img {
  width: 100%;
}
#fair .testdrive .section__wrap .testdrive-list li .list-header {
  background: #fffbc7;
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 15px 20px;
}
#fair .testdrive .section__wrap .testdrive-list li .list-header .header-icon {
  display: block;
  width: 170px;
}
#fair .testdrive .section__wrap .testdrive-list li .list-header .header-title {
  color: #003686;
  font-size: 29px;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
}
#fair .testdrive .section__wrap .testdrive-list li .list-detail {
  background: #fff;
  display: flex;
  gap: 20px;
  padding: 15px 20px;
}
#fair .testdrive .section__wrap .testdrive-list li .list-detail .detail-img {
  display: block;
  width: 42%;
}
#fair .testdrive .section__wrap .testdrive-list li .list-detail .detail-text {
  color: #231815;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  width: 58%;
}
@media (min-width: 768px) and (max-width: 1320px) {
  #fair .testdrive .section__wrap {
    padding: 50px 50px 40px;
  }
  #fair .testdrive .section__wrap .testdrive-title {
    font-size: min(3.3vw, 3.3rem);
    line-height: 1.6;
    text-align: center;
  }
  #fair .testdrive .section__wrap .testdrive-list {
    position: relative;
    margin: 30px auto 0;
    z-index: 2;
  }
  #fair .testdrive .section__wrap .testdrive-list li {
    border: 5px solid #0088c5;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
  }
  #fair .testdrive .section__wrap .testdrive-list li .list-header {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 15px 20px;
  }
  #fair .testdrive .section__wrap .testdrive-list li .list-header .header-icon {
    width: 170px;
  }
  #fair .testdrive .section__wrap .testdrive-list li .list-header .header-title {
    font-size: min(2.1vw, 2.1rem);
    line-height: 1.3;
    text-align: left;
  }
  #fair .testdrive .section__wrap .testdrive-list li .list-detail {
    display: flex;
    gap: 20px;
    padding: 15px 20px;
  }
  #fair .testdrive .section__wrap .testdrive-list li .list-detail .detail-text {
    font-size: min(1.6vw, 1.6rem);
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  #fair .testdrive .section__wrap {
    padding: 7.8226857888vw 5% 7.8226857888vw;
  }
  #fair .testdrive .section__wrap .testdrive-title {
    font-size: 4.2vw;
    line-height: 1.6;
    text-align: center;
  }
  #fair .testdrive .section__wrap .testdrive-list {
    margin: 20px auto 0;
  }
  #fair .testdrive .section__wrap .testdrive-list li {
    border: 3px solid #0088c5;
    margin-bottom: 15px;
    width: 100%;
  }
  #fair .testdrive .section__wrap .testdrive-list li:nth-of-type(3) {
    margin-bottom: 10px;
  }
  #fair .testdrive .section__wrap .testdrive-list li img {
    width: 100%;
  }
  #fair .testdrive .section__wrap .testdrive-list li .list-header {
    display: flex;
    gap: 10px;
    padding: 15px 3%;
  }
  #fair .testdrive .section__wrap .testdrive-list li .list-header .header-icon {
    width: 22.1642764016vw;
  }
  #fair .testdrive .section__wrap .testdrive-list li .list-header .header-title {
    font-size: 3.6vw;
    line-height: 1.3;
  }
  #fair .testdrive .section__wrap .testdrive-list li .list-detail {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 15px 3%;
  }
  #fair .testdrive .section__wrap .testdrive-list li .list-detail .detail-img {
    width: 100%;
  }
  #fair .testdrive .section__wrap .testdrive-list li .list-detail .detail-text {
    font-size: 3vw;
    line-height: 1.5;
    width: 100%;
  }
}
#fair .voice {
  max-width: 1920px;
  margin-top: 140px;
}
#fair .voice .section__wrap {
  max-width: 1130px;
  padding: 70px 0 40px;
}
#fair .voice .section__wrap .voice-title {
  color: #009fbc;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto;
  padding: 30px 0 0;
}
#fair .voice .section__wrap .voice-counter {
  position: absolute;
  top: -80px;
  left: 50%;
  max-width: 850px;
  transform: translateX(-50%);
}
#fair .voice .section__wrap .voice-date {
  color: #000000;
  font-size: 19px;
  text-align: right;
  max-width: 800px;
  margin: 10px auto 50px;
}
#fair .voice .section__wrap .voice-text {
  color: #003686;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
}
#fair .voice .section__wrap .voice-comment {
  position: relative;
  display: flex;
  gap: 15px;
  margin: 30px auto 20px;
  z-index: 2;
}
#fair .voice .section__wrap .voice-comment li {
  flex: 0 0 25%;
}
#fair .voice .section__wrap img {
  width: 100%;
}
#fair .voice .section__wrap .voice-note {
  color: #000000;
  font-size: 12px;
  line-height: 1.3;
}
@media (min-width: 768px) and (max-width: 1320px) {
  #fair .voice {
    margin-top: min(8vw, 8rem);
  }
  #fair .voice .section__wrap {
    padding: min(4vw, 4rem) 50px 40px;
  }
  #fair .voice .section__wrap .voice-title {
    font-size: min(4vw, 4rem);
    margin: 0 auto;
    padding: 30px 0 0;
  }
  #fair .voice .section__wrap .voice-counter {
    position: absolute;
    top: min(-4vw, -4rem);
    left: 50%;
    transform: translateX(-50%);
  }
  #fair .voice .section__wrap .voice-date {
    font-size: min(1.5vw, 1.5rem);
    margin: 10px auto 50px;
  }
  #fair .voice .section__wrap .voice-text {
    font-size: min(2.2vw, 2.2rem);
    line-height: 1.5;
    text-align: center;
  }
  #fair .voice .section__wrap .voice-comment {
    position: relative;
    display: flex;
    gap: 15px;
    margin: 30px auto 20px;
    z-index: 2;
  }
  #fair .voice .section__wrap .voice-comment li {
    flex: 0 0 25%;
  }
  #fair .voice .section__wrap img {
    width: 100%;
  }
  #fair .voice .section__wrap .voice-note {
    font-size: 12px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  #fair .voice {
    margin-top: 70px;
  }
  #fair .voice .section__wrap {
    padding: 35px 5% 40px;
  }
  #fair .voice .section__wrap .voice-title {
    font-size: 5vw;
    line-height: 1.5;
    margin: 0 auto;
    padding: 10px 0 0;
  }
  #fair .voice .section__wrap .voice-counter {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
  }
  #fair .voice .section__wrap .voice-date {
    color: #000000;
    font-size: 3vw;
    margin: 10px auto 30px;
  }
  #fair .voice .section__wrap .voice-text {
    font-size: 4vw;
    line-height: 1.5;
  }
  #fair .voice .section__wrap .voice-comment {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px auto 20px;
    z-index: 2;
  }
  #fair .voice .section__wrap .voice-comment li {
    flex: 0 0 48%;
  }
  #fair .voice .section__wrap .voice-note {
    font-size: 3vw;
    line-height: 1.3;
  }
}

/* fair link-btn css -------------------------------------------------- */
/* fair note css ------------------------------------------------------ */
/* fair stickymenu css ------------------------------------------------ */
#fair .anchor-fix {
  position: relative;
}
#fair .anchor-fix::before {
  content: "";
  display: block;
  height: 80px;
  margin-top: -80px;
}
@media (max-width: 767px) {
  #fair .anchor-fix::before {
    height: 100px;
  }
}
#fair .campaign_blc {
  max-width: 1100px;
}
#fair .campaign_blc.content__column {
  margin: 0 auto;
  padding: 80px 0 0;
}
@media (max-width: 767px) {
  #fair .campaign_blc.content__column {
    margin: 0 auto 50px;
    padding: 20px 0 0;
  }
}
#fair .link-btn {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 40px 0 10px;
}
#fair .link-btn:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
}
#fair .link-btn a {
  display: block;
  text-align: center;
}
#fair .link-btn a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  #fair .link-btn {
    width: 100%;
    padding: 5.2083333333vw 0 1.3020833333vw;
  }
}
#fair .link-btn {
  cursor: pointer;
  padding: 0;
}
#fair .link-btn:hover {
  text-decoration: none;
  opacity: 0.6;
}
#fair .link-btn-area {
  margin: 20px auto 0;
}
@media (max-width: 767px) {
  #fair .link-btn-area {
    margin: 7.8226857888vw auto 0;
    padding: 0 10%;
  }
}
#fair .link-btn-cover {
  display: block;
  position: absolute;
  bottom: 12%;
  left: 50%;
  width: 90.5454545455vw;
  max-width: 996px;
  margin: 0 auto;
  transform: translate(-50%, 0);
  z-index: 2;
}
@media (max-width: 767px) {
  #fair .link-btn-cover {
    width: 78.2268578879vw;
  }
}
#fair .note {
  background: #ffffff;
  padding: 50px 0 60px;
}
#fair .note .main__content {
  margin: auto;
}
@media (min-width: 768px) {
  #fair .note .main__content {
    padding: 0 50px;
  }
}
#fair .note .main__content .icon-note {
  position: relative;
  vertical-align: middle;
  padding-left: 35px;
  margin-bottom: 20px;
}
#fair .note .main__content .icon-note:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: url(/fair/assets/img/icon-note.png) no-repeat;
  background-size: contain;
  width: 31px;
  height: 28px;
  transform: translate(0, -50%);
}
#fair .note .main__content .note__text {
  color: #231815;
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
}
#fair .note .main__content .note__text01 {
  color: #231815;
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
}
#fair .note .main__content .note__text02 {
  color: #231815;
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #fair .note {
    padding: 30px 0 20px;
  }
  #fair .note .icon-note {
    vertical-align: middle;
    padding-left: 18px;
    margin-bottom: 5px;
  }
  #fair .note .icon-note:before {
    width: 15px;
    height: 14px;
  }
  #fair .note .note__text {
    font-size: 3.2vw;
  }
  #fair .note .note__text01 {
    font-size: 3.5vw;
    text-align: left;
  }
  #fair .note .note__text02 {
    font-size: 3.5vw;
    text-align: left;
  }
}
#fair .note {
  position: relative;
  max-width: 1920px;
}
#fair .note::before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#fair .note::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(/fair/202604_bevtestdrive/assets/images/campaign-line.png);
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: 60px;
  z-index: 1;
  transform: rotate(180deg) translate(0%, 100%);
}
#fair .note .section__wrap {
  max-width: 1200px;
}
#fair .note .section__wrap p {
  text-align: center;
}
#fair .note .section__wrap .note-link {
  margin: 60px auto 0;
}
#fair .note .section__wrap .note-link li {
  width: 50%;
  text-align: center;
  padding: 0 20px;
}
#fair .note .section__wrap .main__content {
  padding: 0 10px;
}
#fair .note .section__wrap .main__content .icon-note {
  padding-left: 30px;
}
#fair .note .section__wrap .main__content .icon-note::before {
  width: 25px;
  height: 23px;
}
#fair .note .section__wrap .main__content .note__text01 {
  color: #fff;
  margin-bottom: 25px;
}
#fair .note .section__wrap .main__content .note__text02 {
  color: #000;
}
@media (max-width: 767px) {
  #fair .note {
    padding: 40px 0 50px;
  }
  #fair .note .section__wrap {
    padding: 0 5%;
  }
  #fair .note .section__wrap .note-link {
    flex-wrap: wrap;
    margin: 60px auto 0;
    padding: 0 10%;
  }
  #fair .note .section__wrap .note-link li {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding: 0;
  }
  #fair .note .section__wrap .note-link li:last-child {
    margin-bottom: 0;
  }
  #fair .note .section__wrap .main__content .note__text01 {
    font-size: 3vw;
  }
  #fair .note .section__wrap .main__content .note__text02 {
    font-size: 3vw;
  }
}
#fair .stickymenu {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 30px 0 20px;
  background-position: center;
  z-index: 100;
}
#fair .stickymenu ul {
  display: flex;
  justify-content: center;
  gap: 0 4%;
}
#fair .stickymenu ul li a {
  display: block;
  text-decoration: none;
}
#fair .stickymenu ul li a:hover {
  transform: translateY(-3px);
}
@media (max-width: 767px) {
  #fair .stickymenu {
    padding: 3% 5%;
  }
  #fair .stickymenu ul {
    flex-direction: column;
  }
  #fair .stickymenu ul li {
    margin: 0 auto;
  }
  #fair .stickymenu ul li:first-child {
    margin-bottom: 2.6075619296vw;
  }
  #fair .stickymenu ul li img {
    height: 9.1264667536vw;
  }
}
#fair .stickymenu {
  background: rgba(255, 255, 255, 0.7843137255);
}
#fair .stickymenu ul {
  max-width: 720px;
  margin: auto;
}
#fair .stickymenu ul li .btn01 {
  position: relative;
}
#fair .stickymenu ul li .btn02 {
  position: relative;
}
@media (max-width: 767px) {
  #fair .stickymenu::before {
    background: rgba(255, 255, 255, 0.7843137255);
  }
}/*# sourceMappingURL=202604_bevtestdrive.css.map */


