@charset "UTF-8";
#lp_contents a:hover {
  opacity: 0.8;
}
#lp_contents a img:hover {
  opacity: 0.8;
}
#lp_contents img {
  width: 100%;
}
#lp_contents img.w-auto {
  width: auto;
  margin: auto;
}
#lp_contents .relative {
  position: relative;
}
#lp_contents ul, #lp_contents li {
  list-style: none;
}
#lp_contents .inner {
  margin: 0px 10px;
  padding: 0px;
  width: auto;
}
#lp_contents .movie {
  cursor: pointer;
}
#lp_contents .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#lp_contents .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#lp_contents .pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  #lp_contents .pc-only {
    display: none;
  }
}
#lp_contents .sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  #lp_contents .sp-only {
    display: block;
  }
}
#lp_contents .inner {
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #lp_contents .inner {
    padding: 0 3%;
  }
}
@media screen and (max-width: 768px) {
  #lp_contents .inner {
    padding: 0 10px;
  }
}
#lp_contents .shadow {
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.3);
}
#lp_contents .center {}
#lp_contents .mgb10 {
  margin-bottom: 10px !important;
}
#lp_contents .mgb14 {
  margin-bottom: 14px !important;
}
#lp_contents .mgb20 {
  margin-bottom: 20px !important;
}
#lp_contents .mgb30 {
  margin-bottom: 30px !important;
}
#lp_contents .mgb40 {
  margin-bottom: 40px !important;
}
#lp_contents .mgb50 {
  margin-bottom: 50px !important;
}
#lp_contents .mgb60 {
  margin-bottom: 60px !important;
}
#lp_contents .mgt80 {
  margin-top: 80px !important;
}
/*-共有部分ここまで----------------------------------------------*/
#lp_contents #main_contents {
  background: #fff;
  max-width: 1200px;
  margin: auto;
  color: #000;
  font-size: 16px;
}
#lp_contents .bg_questionnaire {
  position: relative;
  background: url("/contents/202211-01_fair/images/index/bg_present.jpg") no-repeat;
  background-size: cover;
  padding: 30px 0px 100px 0px;
}
#lp_contents .bg_carnival {
  position: relative;
  background: url("/contents/202211-01_fair/images/index/carnival_bg.png") no-repeat;
  background-size: cover;
  padding: 50px 0px;
}
#lp_contents .bg_newcrosstrek {
  position: relative;
  background: url("/contents/202211-01_fair/images/index/bg_crosstrek.jpg") no-repeat;
  background-size: cover;
  padding: 50px 0px 74px;
}
#lp_contents .bg_exhibition {
  background: url("/contents/202211-01_fair/images/index/bg_exhibition.png") no-repeat center center;
  background-size: cover;
  padding: 80px 0px;
  font-family: 'Noto Sans JP', sans-serif;
}
#lp_contents .bg_rex {
  background: url("/contents/202211-01_fair/images/index/bg_rex.jpg") no-repeat center center;
  background-size: cover;
  padding: 140px 0px 100px;
}
#lp_contents .bg_exhibition h2 {
  font-size: 32px;
  margin-bottom: 50px;
}
#lp_contents .bg_exhibition dl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  width: 712px;
  margin: auto;
}
#lp_contents .bg_exhibition dl dt, #lp_contents .bg_exhibition dl dd {
  padding: 5px;
  margin: 0;
}
#lp_contents .bg_exhibition dl dt {
  width: 35%;
}
#lp_contents .bg_exhibition dl dd {
  width: 18.5%;
}
#lp_contents .bg_exhibition dl dd:last-child {
  margin-left: auto;
  margin-right: 0;
  width: 15%;
}
#lp_contents .present_title {
  width: 596px;
  margin: auto;
}
#lp_contents .exhibition {
  text-align: left;
  color: #fff;
}
#lp_contents .exhibition p {
  text-align: center;
}
#lp_contents .exhibition table {
  margin: auto;
  border-spacing: 0px;
  border-top: 1px solid #fff;
}
#lp_contents .exhibition th, td {
  margin: auto;
  border-bottom: 1px solid #fff;
  padding: 5px 24px;
}
/*-タブレット部分ここから----------------------------------------------*/
@media screen and (max-width: 768px) {
#lp_contents .present_title {
  width: auto;
  margin: auto;
}
  #lp_contents #main_contents {
    font-size: 12px;
  }
  #lp_contents .bg_newcrosstrek {
    position: relative;
    background: url("/contents/202211-01_fair/images/index/bg_newcrosstrek_sp.jpg") no-repeat;
    background-size: cover;
    padding: 30px 0px 30px;
  }
  #lp_contents .bg_exhibition {
    background: url("/contents/202211-01_fair/images/index/bg_exhibition_sp.png") no-repeat center center;
    background-size: cover;
    padding: 30px 0px 30px;
  }
  #lp_contents .bg_rex {
    background: url("/contents/202211-01_fair/images/index/bg_rex_sp.jpg") no-repeat center center;
    background-size: cover;
    padding: 30px 0px 30px;
  }
  #lp_contents .exhibition th, td {
    padding: 3px 4px;
    font-size: 14px;
  }
  #lp_contents .bg_questionnaire {
    position: relative;
    background: url("/contents/202211-01_fair/images/index/bg_present_sp.jpg") no-repeat;
    background-size: cover;
    padding: 30px 0px 30px;
  }
#lp_contents .bg_carnival {
  background-size: cover;
  padding: 20px 0px;
}
  #lp_contents .mgb0 {
    margin-bottom: 0px !important;
  }
  #lp_contents .mgb10 {
    margin-bottom: 5px !important;
  }
  #lp_contents .mgb20 {
    margin-bottom: 10px !important;
  }
  #lp_contents .mgb30 {
    margin-bottom: 15px !important;
  }
  #lp_contents .mgb40 {
    margin-bottom: 20px !important;
  }
  #lp_contents .mgb50 {
    margin-bottom: 25px !important;
  }
  #lp_contents .mgb60 {
    margin-bottom: 30px !important;
  }
  #lp_contents .mgt80 {
    margin-top: 40px !important;
  }
  #lp_contents .bg_exhibition dl {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
    width: auto;
    margin: auto;
    flex-wrap: wrap;
  }
  #lp_contents .bg_exhibition dl dt, #lp_contents .bg_exhibition dl dd {
    padding: 5px;
    margin: 0;
  }
  #lp_contents .bg_exhibition dl dt {
    width: 35%;
    min-width: 180px;
  }
  #lp_contents .bg_exhibition dl dd {
    width: 18.5%;
    min-width: 100px;
  }
  #lp_contents .bg_exhibition dl dd:last-child {
    width: 15%;
  }
}
/*-スマホ部分ここから----------------------------------------------*/
@media screen and (max-width: 480px) {}
/*end--------------------------------------------*/