@charset "UTF-8";
.uq-content {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  margin: 0;
  line-height: 1.666666;
}

.uq-content picture, 
.uq-content img {
  display: block;
  max-width: 100%;
  height: auto;
}

.uq-content .uq-kanban {
  position: relative;
  width: 100%;
  margin-bottom: 100px;
}
.uq-content .uq-kanban__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.uq-content .uq-kanban__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 313px;
  width: 28%;
  margin: 0 auto;
}
.uq-content .uq-kanban__text h1 {
  text-align: center;
  color: #fff;
  margin: 22px 0;
  font-size: 32px;
  font-weight: bold;
}
.uq-content .uq-kanban__text img {
  width: 100%;
}

.uq-content .rl-width960 {
  max-width: 960px;
  margin: 0 auto;
}

.uq-content .uq-intro {
  margin: 0 auto 76px;
  max-width: 815px;
  width: 100%;
  font-size: 16px;
  line-height: 2.125;
}

.uq-content .uq-headline {
  text-align: center;
}
.uq-content .uq-headline__headline {
  font-family: "Roboto Condensed", sans-serif;
  color: #3AAB4A;
  font-size: 50px;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 1.666666;
  margin-bottom: 41.5px;
}
.uq-content .uq-headline__headline.watch {
  margin-top: 41.5px;
}
.uq-content .uq-headline__headline::before {
  content: "";
  display: inline-block;
  width: 150px;
  height: 10px;
  background-image: url(https://r.r10s.jp/evt/event/market/outdoor/_pc/img/bar-left.png?v=202505271319);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 36px;
  left: 230px;
}
.uq-content .uq-headline__headline::after {
  content: "";
  display: inline-block;
  width: 150px;
  height: 10px;
  background-image: url(https://r.r10s.jp/evt/event/market/outdoor/_pc/img/bar-right.png?v=202505271319);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 36px;
  right: 230px;
}
.uq-content .uq-headline__headline .sub {
  display: block;
  color: #000;
  font-size: 16px;
  margin-top: 8px;
  letter-spacing: 0.05em;
}

.uq-content .uq-contentsList {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 36px 24px;
  padding: 0;
}
.uq-content .uq-contentsList .uq-contentsGuide {
  width: calc(33.3333333333% - 16px) !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.uq-content .uq-contentsList .uq-contentsGuide a {
  text-decoration: none;
  color: #000;
}
.uq-contentsGuide__textContainer {
  margin-left: 0;
}
.uq-content .uq-contentsList .uq-contentsGuide__imageBox.movie {
  position: relative;
  flex-shrink: unset;
}
.uq-content .uq-contentsList .uq-contentsGuide__imageBox.movie::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url(https://r.r10s.jp/evt/event/market/outdoor/_pc/img/icon-movie.png?v=202505271319);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%; /* Safari用 */
  transform: translate(-50%, -50%);
}
.uq-content .uq-contentsList .uq-contentsGuide__title {
  margin: 14px 0 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.666666;
}
.uq-content .uq-contentsList .uq-contentsGuide__category {
  margin: 0;
  display: inline-block;
  border: solid 1px #000;
  padding: 2px 28px;
  font-size: 12px;
  line-height: 1.666666;
}
.uq-content .uq-contentsList img {
  width: 100%;
}

.uq-content .uq-button-wrap {
  text-align: center;
  padding: 66px 0 100px;
}
.uq-content .uq-button-wrap .uq-button {
  position: relative;
  display: inline-block;
  width: 300px;
  max-width: 100%;
  font-size: 17px;
  font-weight: 700;
  border: solid 1px #3AAB4A;
  border-radius: 50px;
  padding: 15px 0 15px 46px;
  text-align: left;
  text-decoration: none;
  color: #000;
  line-height: 1.666666;
  box-sizing: border-box;
}
.uq-content .uq-button-wrap .uq-button:hover::after {
  content: none;
}
.uq-content .uq-button-wrap .uq-button__arrow {
  line-height: 0;
  position: absolute;
  top: 50%;
  right: 17px;
  width: 32px; /* Safari用 */
  transform: translate(0, -50%);
}
.uq-content .uq-button-wrap .uq-button__arrow img {
  width: 100%;
}


/* 動画や一覧ページなどがない状態の下マージン処置 */
.uq-content .uq-contentsList {
	margin-bottom: 100px;
}

/* CHECKバナー */
.uq-content .uq-contentsBnr {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  padding: 0;
}
.uq-content .uq-contentsBnr .uq-contentsGuide {
  width: calc( 100% / 4 - 15px) !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

