@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;
  background: #000;
  max-width: 1920px;
  height: 30.2083333333vw;
  max-height: 580px;
}
#fair .main-visual::before {
  content: "";
  position: absolute;
  background: url(/fair/202511_crosstrekadventure/assets/images/main_visual-pc.jpg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#fair .main-visual .main-visual__wrap {
  max-width: 1100px;
  width: 100%;
}
#fair .main-visual .main-visual__wrap .main-visual__title {
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  width: 50.5833333333vw;
  max-width: 607px;
  margin: 0 auto 0;
  transform: translateY(-50%);
  z-index: 1;
}
#fair .main-visual .main-visual__wrap .main-visual__title img {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1320px) {
  #fair .main-visual {
    height: 30.2083333333vw;
  }
  #fair .main-visual .main-visual__wrap {
    max-width: 1000px;
  }
  #fair .main-visual .main-visual__wrap .main-visual__title {
    left: 5%;
    width: 37.9375vw;
  }
}
@media (max-width: 767px) {
  #fair .main-visual {
    height: 69.3333333333vw;
  }
  #fair .main-visual::before {
    background: url(/fair/202511_crosstrekadventure/assets/images/main_visual-sp.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  #fair .main-visual .main-visual__wrap {
    width: 100%;
    max-width: 750px;
    padding: 0;
  }
  #fair .main-visual .main-visual__wrap .main-visual__title {
    top: -1%;
    left: 50%;
    width: 77.3333333333vw;
    margin: 0 auto 0;
    padding: 0;
    transform: translateX(-50%);
  }
}

/* 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/202511_crosstrekadventure/assets/images/img-bg-001-pc.jpg) no-repeat;
  background-size: 100% 100%;
  background-position: top center;
}

@media (max-width: 767px) {
  .campaign__bg1::before {
    background: url(/fair/202511_crosstrekadventure/assets/images/img-bg-001-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 .lead {
  max-width: 1920px;
}
#fair .lead .section__wrap {
  max-width: 1200px;
  padding: 60px 0 60px;
}
#fair .lead .section__wrap .lead-col {
  border-top: 4px solid #ac9655;
  border-bottom: 4px solid #ac9655;
  margin: 0 auto 10px;
  padding: 15px 30px;
}
#fair .lead .section__wrap .lead-col .lead-title {
  color: #fff;
  font-size: 43px;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.6;
  text-align: left;
}
#fair .lead .section__wrap .lead-col .lead-title .schedule {
  display: flex;
}
#fair .lead .section__wrap .lead-col .lead-title .schedule .name {
  width: 12%;
}
#fair .lead .section__wrap .lead-col .lead-title .schedule .detail {
  width: 88%;
}
#fair .lead .section__wrap .lead-col .lead-title .schedule .detail .detail-note {
  display: block;
  color: #fff;
  font-size: 27px;
  font-weight: normal;
  line-height: 1.4;
  text-align: left;
}
#fair .lead .section__wrap .lead-col .lead-title .subject {
  display: block;
}
#fair .lead .section__wrap .lead-col .lead-text01 {
  color: #ac9655;
  font-size: 64px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}
#fair .lead .section__wrap .lead-col .lead-text02 {
  color: #ac9655;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  padding-top: 10px;
  vertical-align: middle;
}
#fair .lead .section__wrap .lead-col .img-leadtext {
  padding-left: 10px;
}
#fair .lead .section__wrap .lead-col .img-leadtext img {
  vertical-align: bottom;
}
#fair .lead .section__wrap .lead-note {
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 1320px) {
  #fair .lead .section__wrap {
    padding: 60px 20px 60px;
  }
  #fair .lead .section__wrap .lead-col .lead-title {
    font-size: min(3.5vw, 35px);
    line-height: 1.7;
  }
  #fair .lead .section__wrap .lead-col .lead-text01 {
    font-size: min(5vw, 64px);
    line-height: 1.6;
    text-align: left;
    padding-top: 15px;
  }
  #fair .lead .section__wrap .lead-col .lead-text02 {
    font-size: min(3vw, 32px);
    line-height: 1.6;
    text-align: left;
    padding-top: 15px;
  }
  #fair .lead .section__wrap .lead-col .img-leadtext {
    display: inline-block;
    max-width: 380px;
  }
  #fair .lead .section__wrap .lead-col .img-leadtext img {
    width: 100%;
    vertical-align: bottom;
  }
  #fair .lead .section__wrap .lead-col .lead-note {
    font-size: 12px;
    line-height: 1.6;
    text-align: left;
  }
}
@media (max-width: 767px) {
  #fair .lead .section__wrap {
    padding: 40px 5% 30px;
  }
  #fair .lead .section__wrap .lead-col {
    border-top: 4px solid #ac9655;
    border-bottom: 4px solid #ac9655;
    margin: 0 auto 10px;
    padding: 15px 0 20px;
  }
  #fair .lead .section__wrap .lead-col .lead-title {
    font-size: 5.2vw;
  }
  #fair .lead .section__wrap .lead-col .lead-title .schedule {
    display: block;
    font-size: 4.4vw;
    text-align: center;
  }
  #fair .lead .section__wrap .lead-col .lead-title .schedule .name {
    width: auto;
  }
  #fair .lead .section__wrap .lead-col .lead-title .schedule .detail {
    width: auto;
  }
  #fair .lead .section__wrap .lead-col .lead-title .schedule .detail .detail-note {
    display: block;
    font-size: 3vw;
    line-height: 1.8;
    text-align: center;
  }
  #fair .lead .section__wrap .lead-col .lead-title .subject {
    display: block;
    font-size: 4.3vw;
    text-align: center;
    padding: 5px 0 0;
  }
  #fair .lead .section__wrap .lead-col .lead-text01 {
    font-size: 9vw;
    line-height: 1.3;
    text-align: center;
    padding: 10px 0 0;
  }
  #fair .lead .section__wrap .lead-col .lead-text02 {
    font-size: 4vw;
    line-height: 1.5;
    text-align: center;
    padding-top: 10px;
    vertical-align: middle;
  }
  #fair .lead .section__wrap .lead-col .img-leadtext {
    display: block;
    width: 67.7966101695vw;
    margin: 0 auto;
    padding: 0;
  }
  #fair .lead .section__wrap .lead-col .img-leadtext img {
    width: 100%;
    vertical-align: bottom;
  }
  #fair .lead .section__wrap .lead-note {
    font-size: 2.8vw;
    line-height: 1.6;
    text-align: center;
    padding: 0;
  }
}
#fair .campaign {
  max-width: 1920px;
  margin: 0 auto 0;
}
#fair .campaign .section__wrap {
  max-width: 1200px;
  padding: 30px 0 40px;
}
#fair .campaign .section__wrap .content__img {
  position: relative;
  line-height: 1;
  text-align: center;
  width: 100%;
  margin: 0 auto 60px;
  z-index: 1;
}
#fair .campaign .section__wrap .content__img.icon-tire {
  margin: 0 auto 100px;
}
#fair .campaign .section__wrap .content__img.icon-tire::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -50px;
  background: url(/fair/202511_crosstrekadventure/assets/images/icon-campaign01-pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 694px;
  z-index: -1;
  transform: translate(0, 0%);
}
#fair .campaign .section__wrap .content__img:last-of-type {
  margin: 0 auto;
}
#fair .campaign .section__wrap .content__img img {
  text-align: center;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 1320px) {
  #fair .campaign .section__wrap {
    padding: 30px 20px 40px;
  }
  #fair .campaign .section__wrap .content__img.icon-tire {
    margin: 0 auto 50px;
  }
  #fair .campaign .section__wrap .content__img.icon-tire::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -50px;
    background: url(/fair/202511_crosstrekadventure/assets/images/icon-campaign01-pc.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 33.3333333333vw;
    height: 57.8333333333vw;
    z-index: -1;
    transform: translate(0, 0%);
  }
  #fair .campaign .section__wrap .content__img img {
    text-align: center;
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  #fair .campaign {
    margin: 0;
  }
  #fair .campaign .section__wrap {
    padding: 7.8226857888vw 5% 6.518904824vw;
  }
  #fair .campaign .section__wrap .content__img {
    position: relative;
    line-height: 1;
    text-align: center;
    width: 100%;
    margin: 0 auto 50px;
    z-index: 1;
  }
  #fair .campaign .section__wrap .content__img.icon-tire {
    margin: 0 auto 50px;
  }
  #fair .campaign .section__wrap .content__img.icon-tire::after {
    content: none;
  }
}
#fair .lineup {
  max-width: 1920px;
}
#fair .lineup .section__wrap {
  max-width: 1200px;
  padding: 30px 0 60px;
}
#fair .lineup .section__wrap .content__img {
  position: relative;
  line-height: 1;
  text-align: center;
  width: 100%;
  margin: 0 auto 20px;
  z-index: 1;
}
#fair .lineup .section__wrap .content__img:first-of-type {
  margin: 0 auto 40px;
}
#fair .lineup .section__wrap .content__img img {
  text-align: center;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 1320px) {
  #fair .lineup .section__wrap {
    padding: 30px 20px 60px;
  }
  #fair .lineup .section__wrap .content__img img {
    text-align: center;
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  #fair .lineup {
    margin: 0;
  }
  #fair .lineup .section__wrap {
    padding: 7.8226857888vw 5% 6.518904824vw;
  }
  #fair .lineup .section__wrap .content__img {
    position: relative;
    line-height: 1;
    text-align: center;
    width: 100%;
    margin: 0 auto 30px;
    z-index: 1;
  }
}
#fair .event {
  max-width: 1920px;
}
#fair .event .section__wrap {
  max-width: 1200px;
  padding: 40px 0 60px;
}
#fair .event .section__wrap .event-title {
  text-align: center;
  padding: 0;
  margin-bottom: 50px;
}
#fair .event .section__wrap .event-list {
  align-items: center;
  justify-content: space-between;
}
#fair .event .section__wrap .event-list li {
  width: 50%;
}
#fair .event .section__wrap .event-list li:nth-of-type(2) {
  width: 100%;
}
#fair .event .section__wrap .event-list li img {
  width: 100%;
}
#fair .event .section__wrap .event-list li .event-text {
  color: #fff;
  font-size: clamp(20px, 2.8vw, 30px);
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1320px) {
  #fair .event .section__wrap {
    padding: 80px 5% 60px;
  }
  #fair .event .section__wrap .event-list li .event-text {
    font-size: clamp(14px, 2.4vw, 26px);
    line-height: 1.6;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #fair .event .section__wrap {
    padding: 30px 5% 50px;
  }
  #fair .event .section__wrap .event-title {
    text-align: center;
    padding: 0;
    margin-bottom: 15px;
  }
  #fair .event .section__wrap .event-list {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  #fair .event .section__wrap .event-list li {
    width: 50%;
  }
  #fair .event .section__wrap .event-list li:nth-of-type(1) {
    order: 1;
    width: 50%;
  }
  #fair .event .section__wrap .event-list li:nth-of-type(2) {
    order: 3;
    width: 100%;
  }
  #fair .event .section__wrap .event-list li:nth-of-type(3) {
    order: 2;
    width: 50%;
  }
  #fair .event .section__wrap .event-list li img {
    width: 100%;
  }
  #fair .event .section__wrap .event-list li .event-text {
    color: #fff;
    font-size: clamp(18px, 2.6vw, 26px);
    line-height: 1.6;
    text-align: center;
  }
}

/* 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: 60px 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: 80vw;
  }
}
#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/202511_crosstrekadventure/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 .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;
}
#fair .note .section__wrap .main__content .contact {
  display: inline-block;
  vertical-align: middle;
  margin: 30px 0 0;
}
#fair .note .section__wrap .main__content .contact .contact-title {
  border: 1px solid #1e2973;
  color: #1e2973;
  font-size: 14px;
  line-height: 1;
  padding: 5px 35px;
}
#fair .note .section__wrap .main__content .contact .contact-text {
  color: #1e2973;
  font-size: 18px;
  margin-left: 20px;
}
#fair .note .section__wrap .main__content .contact .contact-text02 {
  color: #1e2973;
  font-size: 13px;
  vertical-align: middle;
  margin-left: 30px;
}
@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 .note .section__wrap .main__content .contact {
    display: block;
    width: 100%;
    margin: 30px 0 0;
  }
  #fair .note .section__wrap .main__content .contact .contact-title {
    display: block;
    font-size: 3.5vw;
    line-height: 1;
    text-align: center;
    width: 100%;
    padding: 7px 0;
    margin-bottom: 10px;
  }
  #fair .note .section__wrap .main__content .contact .contact-text {
    display: block;
    font-size: 4.3vw;
    line-height: 1.5;
    width: 100%;
    text-align: left;
    margin-left: 0;
  }
  #fair .note .section__wrap .main__content .contact .contact-text02 {
    display: block;
    font-size: 3.5vw;
    list-style: 1.5;
    text-align: left;
    margin-left: 0;
  }
}
#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(201, 202, 202, 0.7411764706);
  background-size: cover;
}
@media (max-width: 767px) {
  #fair .stickymenu {
    background-size: cover;
  }
}/*# sourceMappingURL=202511_crosstrekadventure.css.map */


