@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: 35.4166666667vw;
  max-height: 700px;
}
#fair .main-visual::before {
  content: "";
  position: absolute;
  background: url(/fair/202604_trailseeker-debutfair/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: 5%;
  box-sizing: border-box;
  width: 86.25vw;
  max-width: 1242px;
  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: 12%;
  left: 6%;
  box-sizing: border-box;
  width: 31.9444444444vw;
  max-width: 460px;
  margin: 0 auto 0;
  z-index: 1;
}
@media (max-width: 767px) {
  #fair .main-visual {
    height: 109.8958333333vw;
    max-height: auto;
  }
  #fair .main-visual::before {
    background: url(/fair/202604_trailseeker-debutfair/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: 5%;
    width: 81.640625vw;
    margin: 0 auto 0;
    padding: 0;
  }
  #fair .main-visual .main-visual__wrap .main-visual__text {
    top: 12%;
    left: auto;
    right: auto;
    width: 79.8177083333vw;
    margin: 0 auto;
  }
}
#fair .lead {
  max-width: 1920px;
  margin: 0 auto 0;
}
#fair .lead .section__wrap {
  max-width: 1130px;
  padding: 30px 0 40px;
}
#fair .lead .section__wrap .lead-title {
  color: #00398f;
  font-size: 46px;
  font-size: clamp(30px, 3.4vw, 46px);
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin: 0 auto 0;
}
#fair .lead .section__wrap .lead-text {
  color: #231815;
  font-size: 28px;
  font-size: clamp(20px, 2.5vw, 28px);
  line-height: 1.6;
  text-align: center;
  margin: 15px auto 0;
}
@media (min-width: 768px) and (max-width: 1320px) {
  #fair .lead .section__wrap {
    padding: 30px 50px 40px;
  }
  #fair .lead .section__wrap .lead-title {
    color: #00398f;
    font-size: 42px;
    font-size: clamp(28px, 3.2vw, 42px);
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    margin: 0 auto 0;
  }
  #fair .lead .section__wrap .lead-text {
    color: #231815;
    font-size: 26px;
    font-size: clamp(18px, 2.2vw, 26px);
    line-height: 1.6;
    text-align: center;
    margin: 15px auto 0;
  }
}
@media (max-width: 767px) {
  #fair .lead .section__wrap {
    padding: 6.5104166667vw 5% 7.8125vw;
  }
  #fair .lead .section__wrap .lead-title {
    font-size: 6vw;
    line-height: 1.4;
    margin: 0 auto 0;
  }
  #fair .lead .section__wrap .lead-text {
    font-size: 4vw;
    line-height: 1.6;
    margin: 15px auto 0;
  }
}

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

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

.campaign__bg3::before {
  background: url(/fair/202604_trailseeker-debutfair/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_trailseeker-debutfair/assets/images/img-bg-001-sp.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: top center;
  }
  .campaign__bg2::before {
    background: url(/fair/202604_trailseeker-debutfair/assets/images/img-bg-002-sp.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: top center;
  }
  .campaign__bg3::before {
    background: url(/fair/202604_trailseeker-debutfair/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 .testdrive {
  max-width: 1920px;
}
#fair .testdrive .section__wrap {
  max-width: 1130px;
  padding: 50px 0 60px;
}
#fair .testdrive .section__wrap .testdrive-title {
  max-width: 897px;
  margin: 0 auto;
}
#fair .testdrive .section__wrap .testdrive-text {
  color: #fff;
  font-size: 32px;
  font-size: clamp(20px, 2.8vw, 32px);
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin: 20px auto 0;
}
#fair .testdrive .section__wrap .testdrive-list {
  margin: 30px auto 0;
  z-index: 2;
}
#fair .testdrive .section__wrap .testdrive-list li {
  position: relative;
  margin: 0 auto -60px;
}
#fair .testdrive .section__wrap .testdrive-list li:last-child {
  margin: 0 auto 40px;
}
#fair .testdrive .section__wrap .testdrive-list li .list-contents {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 50px;
}
#fair .testdrive .section__wrap .testdrive-list li .list-contents .list-main {
  max-width: 1064px;
  width: 100%;
}
#fair .testdrive .section__wrap .testdrive-list li .list-contents .list-bottom {
  max-width: 803px;
  width: 100%;
  margin: 0 auto;
}
#fair .testdrive .section__wrap .testdrive-list li .list-contents .list-bottom .bld-title {
  background: #004893;
  color: #fff;
  font-size: 28px;
  font-size: clamp(20px, 2.8vw, 28px);
  line-height: 1.4;
  text-align: center;
  padding: 4px 0;
}
#fair .testdrive .section__wrap .testdrive-list li .list-contents .list-bottom .bld-contents {
  background: #fff;
  padding: 20px 30px 30px;
}
#fair .testdrive .section__wrap .testdrive-list li .list-contents .list-bottom .bld-contents .bld-col {
  display: flex;
}
#fair .testdrive .section__wrap .testdrive-list li .list-contents .list-bottom .bld-contents .bld-col .bld-text {
  display: block;
  font-size: 20px;
  font-size: clamp(20px, 2vw, 20px);
  line-height: 1.5;
  width: 68%;
}
#fair .testdrive .section__wrap .testdrive-list li .list-contents .list-bottom .bld-contents .bld-col .bld-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32%;
}
#fair .testdrive .section__wrap .testdrive-list li .list-contents .list-bottom .bld-contents .bld-col .bld-img .bld-icon {
  display: block;
  width: 90px;
}
#fair .testdrive .section__wrap .testdrive-list li .list-contents .list-bottom .bld-contents .bld-col .bld-img .bld-icontext {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  padding-left: 10px;
}
#fair .testdrive .section__wrap .testdrive-list li .list-contents .link-btn-area {
  max-width: 569px;
  margin: 10px auto 0;
}
#fair .testdrive .section__wrap .testdrive-list li .list-contents .link-btn-area.quiz-btn {
  max-width: 800px;
  margin: 40px auto 0;
}
@media (min-width: 768px) and (max-width: 1320px) {
  #fair .testdrive .section__wrap {
    padding: 50px 50px 40px;
  }
  #fair .testdrive .section__wrap .testdrive-text {
    color: #fff;
    font-size: 32px;
    font-size: clamp(26px, 2.8vw, 32px);
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    margin: 20px auto 0;
  }
  #fair .testdrive .section__wrap .testdrive-list {
    position: relative;
    margin: 30px auto 0;
    z-index: 2;
  }
  #fair .testdrive .section__wrap .testdrive-list li {
    margin: 0 auto -50px;
  }
  #fair .testdrive .section__wrap .testdrive-list li:last-child {
    margin: 0 auto 30px;
  }
  #fair .testdrive .section__wrap .testdrive-list li .list-contents {
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 40px;
  }
  #fair .testdrive .section__wrap .testdrive-list li .list-contents .list-main {
    max-width: 1064px;
    width: 100%;
  }
  #fair .testdrive .section__wrap .testdrive-list li .list-contents .list-bottom {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
  #fair .testdrive .section__wrap .testdrive-list li .list-contents .list-bottom .bld-title {
    background: #004893;
    color: #fff;
    font-size: 16px;
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.4;
    text-align: center;
    padding: 4px 0;
  }
  #fair .testdrive .section__wrap .testdrive-list li .list-contents .list-bottom .bld-contents {
    background: #fff;
    padding: 20px 10px 20px;
  }
  #fair .testdrive .section__wrap .testdrive-list li .list-contents .list-bottom .bld-contents .bld-col {
    display: flex;
  }
  #fair .testdrive .section__wrap .testdrive-list li .list-contents .list-bottom .bld-contents .bld-col .bld-text {
    display: block;
    font-size: 14px;
    font-size: clamp(14px, 1.6vw, 16px);
    line-height: 1.5;
    width: 68%;
  }
  #fair .testdrive .section__wrap .testdrive-list li .list-contents .list-bottom .bld-contents .bld-col .bld-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32%;
  }
  #fair .testdrive .section__wrap .testdrive-list li .list-contents .list-bottom .bld-contents .bld-col .bld-img .bld-icon {
    display: block;
    width: 7.9646017699vw;
  }
  #fair .testdrive .section__wrap .testdrive-list li .list-contents .list-bottom .bld-contents .bld-col .bld-img .bld-icontext {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    padding-left: 10px;
  }
  #fair .testdrive .section__wrap .testdrive-list li .list-contents .link-btn-area {
    max-width: 369px;
    margin: 10px auto 0;
  }
  #fair .testdrive .section__wrap .testdrive-list li .list-contents .link-btn-area.quiz-btn {
    max-width: 600px;
    margin: 30px auto 0;
  }
}
@media (max-width: 767px) {
  #fair .testdrive .section__wrap {
    padding: 7.8125vw 5% 7.8125vw;
  }
  #fair .testdrive .section__wrap .testdrive-text {
    font-size: 3.3vw;
    margin: 10px auto 0;
  }
  #fair .testdrive .section__wrap .testdrive-list {
    margin: 20px auto 0;
  }
  #fair .testdrive .section__wrap .testdrive-list li {
    width: 100%;
    margin: 0 auto -30px;
  }
  #fair .testdrive .section__wrap .testdrive-list li:nth-of-type(3) {
    margin-bottom: 10px;
  }
  #fair .testdrive .section__wrap .testdrive-list li .list-contents {
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 3%;
  }
  #fair .testdrive .section__wrap .testdrive-list li .list-contents .list-main {
    width: 100%;
    margin-bottom: 10px;
  }
  #fair .testdrive .section__wrap .testdrive-list li .list-contents .list-bottom {
    width: 100%;
    margin: 0 auto;
  }
  #fair .testdrive .section__wrap .testdrive-list li .list-contents .list-bottom .bld-title {
    background: #004893;
    color: #fff;
    font-size: 4vw;
    line-height: 1.4;
    text-align: center;
    padding: 4px 0;
  }
  #fair .testdrive .section__wrap .testdrive-list li .list-contents .list-bottom .bld-contents {
    background: #fff;
    padding: 10px 3% 10px;
  }
  #fair .testdrive .section__wrap .testdrive-list li .list-contents .list-bottom .bld-contents .bld-col {
    display: flex;
  }
  #fair .testdrive .section__wrap .testdrive-list li .list-contents .list-bottom .bld-contents .bld-col .bld-text {
    display: block;
    font-size: min(2.5vw, 14px);
    line-height: 1.7;
    width: 60%;
  }
  #fair .testdrive .section__wrap .testdrive-list li .list-contents .list-bottom .bld-contents .bld-col .bld-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
  }
  #fair .testdrive .section__wrap .testdrive-list li .list-contents .list-bottom .bld-contents .bld-col .bld-img .bld-icon {
    display: block;
    width: 15.625vw;
  }
  #fair .testdrive .section__wrap .testdrive-list li .list-contents .list-bottom .bld-contents .bld-col .bld-img .bld-icontext {
    display: block;
    font-size: min(2vw, 12px);
    line-height: 1.5;
    padding-left: 5px;
  }
  #fair .testdrive .section__wrap .testdrive-list li .list-contents .link-btn-area {
    max-width: 600px;
    margin: 10px auto 0;
    padding: 0 10%;
  }
  #fair .testdrive .section__wrap .testdrive-list li .list-contents .link-btn-area.quiz-btn {
    max-width: 600px;
    margin: 20px auto 0;
    padding: 0;
  }
}
#fair .event {
  max-width: 1920px;
}
#fair .event .section__wrap {
  max-width: 1130px;
  padding: 50px 0 70px;
}
#fair .event .section__wrap .link-btn {
  max-width: 334px;
}
#fair .event .section__wrap .link-btn img {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1320px) {
  #fair .event .section__wrap {
    padding: 50px 50px 70px;
  }
}
@media (max-width: 767px) {
  #fair .event .section__wrap {
    padding: 6.5104166667vw 5% 9.1145833333vw;
  }
  #fair .event .section__wrap .link-btn {
    max-width: 768px;
  }
}
#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: 10px 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 .voice-note {
  color: #000000;
  font-size: 12px;
  line-height: 1.3;
}
@media (min-width: 768px) and (max-width: 1320px) {
  #fair .voice {
    margin-top: 120px;
  }
  #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: 10px 0 0;
  }
  #fair .voice .section__wrap .voice-counter {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
  }
  #fair .voice .section__wrap .voice-date {
    font-size: min(1.5vw, 1.5rem);
    margin: 30px 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;
    width: 100%;
    margin: 30px auto 20px;
    z-index: 2;
  }
  #fair .voice .section__wrap .voice-comment li {
    flex: 0 0 24%;
  }
  #fair .voice .section__wrap .voice-note {
    font-size: 12px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  #fair .voice {
    margin-top: 15.625vw;
  }
  #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: 20px 0 0;
  }
  #fair .voice .section__wrap .voice-counter {
    position: absolute;
    top: -9.1145833333vw;
    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 .shadow {
  filter: drop-shadow(5px 10px 10px rgba(0, 0, 0, 0.6));
}
#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: 40px auto 0;
}
@media (max-width: 767px) {
  #fair .link-btn-area {
    margin: 6.5104166667vw auto 0;
  }
}
#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.125vw;
  }
}
#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 .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_trailseeker-debutfair.css.map */


