@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: 50px;
}
.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: 560px;
  width: 40%;
  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: #BDA88F;
  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/appliance/_pc/img/bar-left.png);
  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/appliance/_pc/img/bar-right.png);
  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/appliance/_pc/img/icon-movie.png);
  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 #BDA88F;
  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;
}


/* 扉ページリニューアル2026年3月 */
.uq-contentsList_v2 {
	list-style: none;
	margin: 0 auto 30px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 36px 24px;
}
.uq-contentsList_v2 .uq-contentsGuide a {
	text-decoration: none;
	color: #000;
}

.uq-contentsList_v2 li {
	width: calc(33.3333333333% - 16px) !important;
}
.uq-contentsList_v2 .uq-contentsGuide__title {
    margin: 14px 0 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.666666;
}
.uq-contentsList_v2 .uq-contentsGuide__category {
    margin: 0;
    display: inline-block;
    border: solid 1px #000;
    padding: 2px 28px;
    font-size: 12px;
    line-height: 1.666666;
}

/* 注目記事（PC版） */
.pickupSwiper{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0 80px;   /* PCの見切れ量 */
  box-sizing: border-box;
  margin-bottom: 60px;
}

/* Swiperのflex崩れ対策（共通CSS干渉を潰す） */
.pickupSwiper .swiper-wrapper{
  justify-content: flex-start !important;
}

.pickupSwiper .swiper-slide{
  width: 360px;      /* 3:2で高さ300 → 幅450 */
  height: 240px;
  opacity: .55;
  transition: opacity .2s ease, transform .2s ease;
}

.pickupSwiper .swiper-slide-active{
  opacity: 1;
  transform: scale(1);
}

.pickupSwiper .swiper-slide:not(.swiper-slide-active){
  transform: scale(.98);
}

.pickupSwiper .swiper-slide a{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #eee;
}

.pickupSwiper .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* buttons */
.pickupNav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(0,0,0,.12);
  display: grid;
  place-items: center;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  z-index: 9999;
  pointer-events: auto;
}

.pickupNav--prev{ left: 16px; }
.pickupNav--next{ right: 16px; }

