/*
 * 【はじめに】
 * 最終的には可能な限り、コメントは削除してください。
 * ここに記載しているコメントもほぼ不要です(auPay start / ecd は必要)
 * 変数の使い方
 * $ec_dir ･･･ それぞれ各ECの絶対パス(現状)
 * $ec_id ･･･ それぞれ各ECのID(CSVで設定している分)
 *
 * 例：background-image: url($ec_dir + '/img/bn_main_background_sp.jpg');
 *
 * SCSSについて
 * 例：if制御
 *  @if $shop == 1 {
 * 		#pc_header.ac img {
 *			width: initial;
 *		}
 *	}
 *
 * 今分かっている問題
 * 1.rgb()について
 *   rgba()を利用してください。うまく変換されません
 */
/* auPayについては、figureタグ等利用できないタグがあり、変換して利用する事になる
 * その変換されたタグ用にCSSを設定する必要があるので、下記コメントタグを利用し、
 * 開始・終了で閉じる事
 * また、if制御を利用して切り替えると楽
 * @if $shop == 5 {
 *	.studless .recommend > h3 > img {
 *		width: 100%;
 *	}
 * } @else {
 *	.studless .recommend > div img {
 *		width: 100%;
 *	}
 * }
 */
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Oswald:wght@500;600;700&display=swap');
.finalist {
  background-color: #000;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8; }

.finalist img {
  width: 100%;
  max-width: 100%;
  height: auto; }

.finalist br.pc {
  display: none; }

@media screen and (min-width: 768px) {
  .finalist br.pc {
    display: block; }

  .finalist br.sp {
    display: none; }

  .finalist div.flex_br {
    width: 100%; } }

.finalist header .catch {
  background: url("/asp/photo/auction/brand/finalist_wheel/img/sp_bg_catch.png") top center/cover no-repeat;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 42%;
  max-width: 1366px;
  margin: 0 auto 8%; }

.finalist header .catch h2 {
  width: 70%;
  padding: 7% 0 7% 3%; }

.finalist header .catch a {
  width: 22%;
  align-self: flex-end;
  padding-bottom: 1%;
  position: relative; }

.finalist header .catch a > img {
  position: absolute;
  width: 40%;
  right: 5%;
  bottom: 55%;
  animation: updown 1s infinite ease-in-out alternate; }

@keyframes updown {
  0% {
    transform: translate(0, 0); }

  100% {
    transform: translate(0, -3vw); } }

.finalist header .catch a .btn {
  position: relative;
  z-index: 10; }

.finalist header .catch p {
  width: 44%;
  margin: 3% 0 0 2%; }

.finalist header .introduction h3 {
  text-align: center;
  font-size: 4.5vw;
  font-weight: 900;
  margin-bottom: 8%; }

.finalist header .introduction h3 img {
  width: 26%; }

.finalist header .introduction p {
  width: 90%;
  margin: 0 auto 8%;
  font-size: 3.3vw;
  font-weight: 500;
  text-align: justify; }

.finalist header .introduction p a {
  color: #ffd800;
  transition: 0.5s;
  font-size: 1.2em;
  font-weight: 700;
  border-bottom: 1px solid #ffd800; }

@media screen and (min-width: 768px) {
  .finalist header .catch {
    background: url("/asp/photo/auction/brand/finalist_wheel/img/pc_bg_catch.png") top center/cover no-repeat;
    padding-bottom: 22%;
    margin-bottom: 4%; }

  .finalist header .catch h2 {
    width: 40%;
    padding: 1.5% 0 1% 3%; }

  .finalist header .catch a {
    width: 25%;
    align-self: center;
    padding: 5% 0 0;
    margin-right: 3%;
    margin-bottom: 1%;
    overflow: hidden; }

  .finalist header .catch a > img {
    width: 30%;
    bottom: -20%;
    animation: leftright 1s infinite ease-in-out alternate; }

  @keyframes leftright {
    0% {
      transform: translate(0, 0); }

    100% {
      transform: translate(-2vw, 0); } }

  .finalist header .catch a .btn img {
    display: block; }

  .finalist header .catch p {
    width: 30%;
    margin: 3% 0 0 3%; }

  .finalist header .introduction h3 {
    font-size: 4.1vw;
    margin-bottom: 4%; }

  .finalist header .introduction h3 img {
    width: 24.5%; }

  .finalist header .introduction p {
    width: 78.5%;
    margin: 0 auto 5%;
    font-size: 1.75vw; } }

@media screen and (min-width: 1024px) {
  .finalist header .catch {
    margin-bottom: 50px; }

  .finalist header .introduction h3 {
    font-size: 42px;
    margin-bottom: 40px; }

  .finalist header .introduction h3 img {
    width: 250px; }

  .finalist header .introduction p {
    width: 800px;
    margin: 0 auto 50px;
    font-size: 18px; } }

@media screen and (min-width: 1366px) {
  .finalist header {
    background: linear-gradient(to bottom, #000 137px, #ffd800 137px, #ffd800 458px, #f1ca00 458px, #fdd900 751px, #000 751px); }

  .finalist header .catch {
    padding-bottom: 300px; }

  @keyframes leftright {
    0% {
      transform: translate(0, 0); }

    100% {
      transform: translate(-30px, 0); } } }

.finalist .nav ul {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto 15%;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 7% 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.finalist .nav ul li {
  width: 80%;
  margin: 0 auto; }

.finalist .nav ul li.ft-s12 {
  background: url("/asp/photo/auction/brand/finalist_wheel/img/img_ft-s12_hb.png") left 5px top 5px / 27% no-repeat; }

.finalist .nav ul li.ft-s10 {
  background: url("/asp/photo/auction/brand/finalist_wheel/img/img_ft-s10_mbl.png") left 5px top 5px / 27% no-repeat; }

.finalist .nav ul li.fz-s5 {
  background: url("/asp/photo/auction/brand/finalist_wheel/img/img_fz-s5_mbr.png") left 5px top 5px / 27% no-repeat; }

.finalist .nav ul li.fj-s9 {
  background: url("/asp/photo/auction/brand/finalist_wheel/img/img_fj-s9_dgm.png") left 5px top 5px / 27% no-repeat; }

.finalist .nav ul li.tire_set {
  background: url("/asp/photo/auction/brand/finalist_wheel/img/tire_btn.png") left 5px bottom 0px / 29% no-repeat;
  margin: 0 auto; }

.finalist .nav ul li:nth-of-type(-n+4) {
  margin-bottom: 7%; }

.finalist .nav ul li a {
  display: block;
  padding: 5% 0;
  border: 1px solid rgba(255, 216, 0, 0.5);
  position: relative;
  transition: 0.5s; }

.finalist .nav ul li.tire_set a {
  padding: 2.22% 0; }

.finalist .nav.head ul li a::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 45%;
  right: 3%;
  border: solid 6px transparent;
  border-top: 10px solid #fff000; }

.finalist .nav.foot ul li a::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: 40%;
  right: 3%;
  border: solid 6px transparent;
  border-bottom: 10px solid #fff000; }

.finalist .nav ul li a img {
  height: 7vw;
  width: auto;
  display: block;
  margin: 0 auto 0 25vw; }

.finalist .nav ul li.tire_set a img {
  height: 11vw; }

@media screen and (min-width: 768px) {
  .finalist .nav ul {
    padding: 3% 0;
    margin: 0 auto 10%; }

  .finalist .nav ul li {
    width: 48%;
    margin: 0; }

  .finalist .nav ul li:nth-of-type(-n+3) {
    margin-bottom: 3%; }

  .finalist .nav ul li:nth-of-type(3) {
    margin-bottom: 0%; }

  .finalist .nav ul li a:hover {
    background-color: rgba(255, 216, 0, 0.2); }

  .finalist .nav ul li a img {
    height: 3vw;
    margin: 0 auto 0 17vw; }

  .finalist .nav ul li.tire_set a img {
    height: 5.4vw; }

  .finalist .nav ul li:nth-of-type(-n+4) {
    margin-bottom: 3%; } }

@media screen and (min-width: 1140px) {
  .finalist .nav ul {
    padding: 34px 0;
    margin: 0 auto 100px; }

  .finalist .nav ul li a img {
    height: 35px;
    margin: 0 auto 0 194px; }

  .finalist .nav ul li.tire_set a img {
    height: 62px; } }

.finalist section h4 {
  margin-bottom: 5%; }

.finalist section h4 img {
  height: 7vw;
  width: auto;
  display: block;
  margin: 0 auto; }

.finalist section > p {
  width: 90%;
  margin: 0 auto 5%;
  font-size: 3.3vw;
  font-weight: 500; }

.finalist section .gallery {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto 10%; }

.finalist section .gallery img {
  margin-bottom: 5%; }

.finalist section .gallery ul.slick {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 85%;
  margin: 0 auto; }

.finalist section .gallery ul.slick li img {
  padding: 4%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  display: block;
  margin: 0 auto 3%;
  background: linear-gradient(135deg, transparent 90%, #ffd800 90%) no-repeat;
  transition: 0.5s;
  height: 70vw;
  width: auto; }

.finalist section .gallery ul li small {
  display: block;
  text-align: center;
  margin-bottom: 5%;
  font-size: 3.3vw;
  font-weight: 500; }

.finalist section .gallery ul.slick-dots li button:before {
  color: #ffd800;
  font-size: 15px; }

.finalist section .gallery .slick-prev, .finalist section .gallery .slick-next {
  background: url("/asp/photo/auction/brand/finalist_wheel/img/icon_arrow.png") center / contain no-repeat; }

.finalist section .gallery .slick-next {
  transform: rotate(180deg) translateY(50%); }

.finalist section .gallery .slick-prev:before, .finalist section .gallery .slick-next:before {
  content: none; }

@media screen and (min-width: 768px) {
  .finalist section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1366px;
    margin: 0 auto; }

  .finalist section h4 {
    width: 100%;
    margin-bottom: 2%; }

  .finalist section h4 img {
    height: 3.05vw; }

  .finalist section > p {
    width: 74.5%;
    margin: 0 auto 3%;
    font-size: 1.4vw; }

  #ft-s12 > p {
    width: 56.5%; }

  .finalist section#fj-s9 > p {
    width: 67.5%; }

  .finalist section .gallery {
    margin-bottom: 10%; }

  .finalist section .gallery ul.slick, .finalist section#ft-s10 .gallery ul, .finalist section#ft-s12 .gallery ul, .finalist section#fj-s9 .gallery ul {
    width: 95%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto; }

  .finalist section#ft-s12 .gallery ul, .finalist section#ft-s10 .gallery ul, .finalist section#fj-s9 .gallery ul {
    width: 65%; }

  .finalist section .gallery ul.slick li img, .finalist section#ft-s10 .gallery ul li img, .finalist section#fj-s9 .gallery ul li img, .finalist section#ft-s12 .gallery ul li img {
    padding: 4%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    display: block;
    margin: 0 auto 3%;
    background: linear-gradient(135deg, transparent 90%, #ffd800 90%) no-repeat;
    transition: 0.5s;
    height: 24vw;
    width: auto; }

  .finalist section .gallery ul li img:hover, .finalist section#ft-s10 .gallery ul li img:hover, .finalist section#fj-s9 .gallery ul li img:hover, .finalist section#ft-s12 .gallery ul li img:hover {
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer; }

  .finalist section .gallery ul li small {
    text-align: left;
    margin-bottom: 0;
    font-size: 1.4vw;
    padding-left: 5%; } }

@media screen and (min-width: 1140px) {
  .finalist section h4 {
    margin-bottom: 24px; }

  .finalist section h4 img {
    height: 35px; }

  .finalist section > p {
    width: 850px;
    margin: 0 auto 36px;
    font-size: 16px; }

  .finalist section#fj-s9 > p {
    width: 770px; }

  .finalist section .gallery {
    margin-bottom: 120px; }

  .finalist section .gallery ul.slick li img, .finalist section#ft-s10 .gallery ul li img, .finalist section#fj-s9 .gallery ul li img, .finalist section#ft-s12 .gallery ul li img {
    height: 274px; }

  .finalist section .gallery ul li small {
    font-size: 16px; }

  #ft-s12 > p {
    width: 630px; } }

.finalist section h5.face {
  position: relative; }

.finalist section h5.face::before {
  content: '';
  width: 90%;
  max-width: 1024px;
  height: 1px;
  background-color: #ffd800;
  position: absolute;
  left: 5%;
  top: 50%; }

.finalist section h5.face span {
  position: relative;
  background-color: #000;
  padding: 0 0.5em; }

.finalist section ul.inch_select {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%; }

.finalist section ul.inch_select li {
  font-size: 4vw;
  margin: 30px 0.5em;
  color: #8c8b8b; }

.finalist section ul.inch_select li.open {
  color: #fff; }

.finalist section .slide_face {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 45vw;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative; }

.finalist section .slide_face .slider {
  width: 70%;
  height: 100%;
  overflow: hidden;
  position: relative; }

.finalist section .slide_face ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  left: -200%; }

.finalist section .slide_face ul li {
  min-width: 100%;
  height: 100%; }

.finalist section .slide_face ul li .face_box {
  height: 30vw;
  overflow: hidden;
  margin-bottom: 20px; }

.finalist section .slide_face ul li small {
  font-size: 4vw;
  text-align: center;
  display: block; }

.finalist section .slide_face .prev {
  width: 0;
  height: 0;
  border: 4vw solid transparent;
  border-right: 5vw solid #fff;
  cursor: pointer; }

.finalist section .slide_face .next {
  width: 0;
  height: 0;
  border: 4vw solid transparent;
  border-left: 5vw solid #fff;
  cursor: pointer; }

@media screen and (min-width: 768px) {
  .finalist section .face_area {
    width: 100%; }

  .finalist section h5.face {
    width: 100%; }

  .finalist section h5.face span {
    padding: 0 1.5em; }

  .finalist section ul.inch_select li {
    font-size: 2.4vw;
    margin: 30px 1em 50px;
    cursor: pointer; }

  .finalist section .slide_face {
    justify-content: space-around;
    height: 35vw; }

  .finalist section .slide_face .slider {
    width: 55%;
    max-width: 630px; }

  .finalist section .slide_face ul li .face_box {
    height: 24vw; }

  .finalist section .slide_face ul li small {
    font-size: 2.4vw; }

  .finalist section .slide_face .prev {
    border: 2vw solid transparent;
    border-right: 3vw solid #fff; }

  .finalist section .slide_face .next {
    border: 2vw solid transparent;
    border-left: 3vw solid #fff; } }

@media screen and (min-width: 1024px) {
  .finalist section h5.face {
    margin-left: 0; }

  .finalist section ul.inch_select li {
    font-size: 24px; }

  .finalist section .slide_face {
    height: 360px;
    max-width: 1140px;
    margin: 0 auto 30px; }

  .finalist section .slide_face ul li .face_box {
    height: 245px; }

  .finalist section .slide_face ul li small {
    font-size: 24px; }

  .finalist section .slide_face .prev {
    border: 20px solid transparent;
    border-right: 30px solid #fff; }

  .finalist section .slide_face .next {
    border: 20px solid transparent;
    border-left: 30px solid #fff; } }

@media screen and (min-width: 1140px) {
  .finalist section h5.face::before {
    left: calc(50% - 512px); } }

.finalist section h5 {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffd800;
  text-align: center;
  font-weight: 700;
  font-size: 6.5vw; }

.finalist .size_list {
  position: relative;
  width: 100%; }

.finalist .size_list > span {
  display: block;
  font-size: 3vw;
  color: #ffd800;
  text-align: center;
  font-weight: 500; }

.finalist .size_list > span::before {
  content: '※'; }

.finalist .size_list .tab ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 5%;
  margin-top: 10vw; }

.finalist .size_list .tab ul li {
  border-top: 2px solid #ffd800;
  border-right: 1px solid #ffd800;
  border-left: 1px solid #ffd800;
  border-radius: 1em 1em 0 0;
  padding: 10px 0;
  box-sizing: border-box; }

.finalist .size_list .tab ul li:first-of-type {
  border-left: 2px solid #ffd800;
  width: 19.5%; }

.finalist .size_list .tab ul li:nth-of-type(2) {
  width: 20.9%; }

.finalist .size_list .tab ul li:nth-of-type(3) {
  width: 25.2%; }

.finalist .size_list .tab ul li:nth-of-type(4) {
  width: 20%; }

.finalist .size_list .tab ul li:nth-of-type(5) {
  border-right: 2px solid #ffd800;
  width: 14.4%; }

.finalist .size_list .tab ul li.select {
  background-color: #ffd800; }

.finalist .size_list .tab ul li img {
  height: 5vw;
  max-height: 20px;
  width: auto;
  margin: 0 auto;
  display: block; }

.finalist .size_list .tab ul li small {
  display: block;
  font-size: 10px;
  line-height: 1.2;
  text-align: center; }

.finalist .size_list .tab ul li.select small {
  color: #000; }

.finalist section .table_bg {
  background: url("/asp/photo/auction/brand/finalist_wheel/img/sp_bg_shine.png") center left /100% no-repeat;
  overflow-x: scroll;
  padding: 0 5%;
  margin-bottom: 50px;
  max-width: 1366px; }

.finalist section .table_bg.pc {
  display: none; }

.finalist section .table_bg.sp small {
  position: absolute;
  right: 5%;
  top: calc(-15px + 25vw); }

.finalist section#ft-s10 .table_bg.sp small {
  top: 32vw; }

.finalist section table {
  border-collapse: collapse;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 1024px;
  font-size: 14px; }

.finalist section table thead {
  background-color: #ffd800;
  color: #000; }

.finalist section table tbody {
  display: none; }

.finalist section table tbody.select {
  display: table-row-group; }

.finalist section table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.finalist section table tbody tr:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.1); }

.finalist section table .inch, .finalist section table .size, .finalist section table .inset, .finalist section table .pcd, .finalist section table .hole {
  width: 4.5em;
  padding: 0.5em 0; }

.finalist section table .inch_size, .finalist section table .pcd_hole {
  width: 7em; }

.finalist section table .color, .finalist section table .hub, .finalist section table .price, .finalist section table .detail {
  width: 6.5em;
  padding: 0.5em 0; }

.finalist section table .hub span {
  font-family: monospace; }

.finalist section table .color.com_sn {
  position: relative; }

.finalist section table .color.com_sn::after {
  content: 'Coming soon';
  position: absolute;
  right: 0;
  left: 0;
  color: #ffd800;
  transform: rotate(10deg);
  line-height: 1; }

.finalist section table a {
  color: #fff;
  text-decoration: underline;
  font-weight: 900; }

.finalist section table .detail a {
  text-decoration: none;
  color: #ffd800;
  border: 1px solid #ffd800;
  border-radius: 2em;
  padding: 0 0.5em 0 0.7em; }

.finalist section table .detail a span {
  margin-left: 0.3em; }

.finalist section .caution {
  display: block;
  width: 90%;
  margin: 0 auto 15%; }

.finalist section .caution p {
  font-size: 12px; }

.finalist section .caution p::before {
  content: '※'; }

@media screen and (min-width: 768px) {
  .finalist section h5 {
    font-size: 2.5vw;
    width: 11em;
    margin: 0 auto; }
    .finalist .size_list {
      background: url("/asp/photo/auction/brand/finalist_wheel/img/pc_bg_shine.png") top right /100% no-repeat; }
    .finalist section .table_bg.pc {
      display: block;
      background: none;
      margin: 0 0 50px;
      overflow-x: auto;
      padding-right: calc(50% - 240px);
      padding-left: calc(50% - 240px);
      position: relative; }
    .finalist section .table_bg.sp {
      display: none; }
    .finalist .size_list > span {
      font-size: 12px; }
    .finalist .size_list .tab ul {
      max-width: 600px;
      padding: 0;
      margin: 40px auto 0; }
    .finalist .size_list .tab ul li {
      border-radius: 0.5em 0.5em 0 0;
      cursor: pointer; }
    .finalist .size_list .tab ul li img {
      height: 2vw;
      margin-bottom: 3px; }
    .finalist .size_list .tab ul li small {
      font-size: 10px; }
    .finalist section table {
      font-size: 16px; }
    .finalist section table thead::before {
      content: '';
      position: absolute;
      top: 0;
      left: 5%;
      width: calc(45% - 240px);
      max-width: 245px;
      height: 2.8em;
      background-color: #ffd800; }
    .finalist section table thead::after {
      content: '';
      position: absolute;
      top: 0;
      right: 5%;
      width: calc(45% - 240px);
      max-width: 245px;
      height: 2.8em;
      background-color: #ffd800; }
    .finalist section table a {
      text-decoration: none; }
    .finalist section table a:hover {
      opacity: 0.7; }
    .finalist section table .color, .finalist section table .price {
      width: 7.5em; }
    .finalist section .caution p {
      width: 600px;
      margin: 0 auto; } }

@media screen and (min-width: 1024px) {
  .finalist section h5 {
    font-size: 26px;
    margin-left: calc(50% - 5.5em); }

  .finalist section .table_bg.pc {
    padding-right: calc(50% - 270px);
    padding-left: calc(50% - 270px); }

  .finalist .size_list .tab ul {
    margin-left: 80px;
    max-width: 630px; }

  .finalist .size_list .tab ul li {
    margin-right: 5px;
    border-right: 1px solid #ffd800;
    border-left: 1px solid #ffd800; }

  .finalist .size_list .tab ul li:first-of-type {
    width: 118px; }

  .finalist .size_list .tab ul li:nth-of-type(2) {
    width: 126px; }

  .finalist .size_list .tab ul li:nth-of-type(3) {
    width: 152px; }

  .finalist .size_list .tab ul li:nth-of-type(4) {
    width: 120px; }

  .finalist .size_list .tab ul li:nth-of-type(5) {
    width: 88px; }

  .finalist .size_list .tab ul li img {
    height: 20px; }

  .finalist section table {
    font-size: 18px; }

  .finalist section table thead::before {
    width: calc(45% - 270px); }

  .finalist section table thead::after {
    width: calc(45% - 270px); }

  .finalist section .caution p {
    width: 810px;
    margin: 0 auto; }

  .finalist section .caution {
    margin: 0 auto 150px; } }

@media screen and (min-width: 1140px) {
  .finalist section table thead::before {
    left: calc(50% - 512px); }

  .finalist section table thead::after {
    right: calc(50% - 512px); } }

.finalist section#set h4 img {
  height: 6vw; }

.finalist section#set > div {
  width: 90%;
  margin: 30px auto;
  position: relative; }

.finalist section#set > div a {
  position: absolute;
  right: 0;
  bottom: 2vw;
  color: #e1be00;
  font-size: 4vw; }

.finalist section#set > div a::after {
  content: "＞";
  margin-left: 0.2em; }

.finalist section#set > ul {
  width: 85%;
  margin: 0 auto 50px; }

.finalist section#set .item_box {
  width: 99%;
  margin: 0 auto 20px;
  border: 2px solid #ffd800;
  overflow: hidden;
  display: block;
  color: #fff;
  position: relative; }

.finalist section#set .item_box h5 {
  color: #fff;
  font-size: 4vw;
  padding: 0.5em 0;
  border-bottom: 2px solid #ffd800; }

.finalist section#set .item_box > a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }

.finalist section#set .item_box .detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding: 10px; }

.finalist section#set .item_box .detail .logo {
  height: 6vw;
  width: auto;
  position: relative;
  z-index: 50; }

.finalist section#set .item_box .detail .size_img_box {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5vw; }

.finalist section#set .item_box .detail .size_img_box .inch {
  width: 30%;
  background-color: #fff;
  color: #000;
  font-size: 6vw;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  height: 14vw;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center; }

.finalist section#set .item_box .detail .size_img_box .inch span {
  display: block;
  transform: skewX(-5deg); }

.finalist section#set .item_box .detail .size_img_box .inch small {
  display: block;
  font-size: 0.5em;
  transform: skewX(-5deg); }

.finalist section#set .item_box .detail .size_img_box .size_car {
  width: 65%;
  height: 14vw;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center; }

.finalist section#set .item_box .detail .size_img_box .size_car img {
  height: 9vw;
  width: auto;
  margin-bottom: 1vw;
  position: relative;
  z-index: 50; }

.finalist section#set .item_box .detail .size_img_box .size_car span {
  font-size: 4vw;
  font-weight: bold;
  height: 4vw;
  line-height: 1; }

.finalist section#set .item_box .detail .wheel {
  position: absolute;
  left: 0;
  bottom: -3vw;
  width: 60%; }

.finalist section#set .item_box .detail .price {
  width: 40%;
  margin-left: auto;
  text-align: center; }

.finalist section#set .item_box .detail .price {
  color: #ffd800;
  font-weight: bold;
  font-size: 5vw; }

.finalist section#set .slick-prev, .finalist section#set .slick-next {
  background: url("/asp/photo/auction/brand/finalist_wheel/img/icon_arrow.png") center / contain no-repeat; }

.finalist section#set .slick-prev {
  transform: translateY(-100%); }

.finalist section#set .slick-next {
  transform: rotate(180deg) translateY(100%); }

.finalist section#set .slick-prev:before, .finalist section#set .slick-next:before {
  content: none; }

.finalist section#set .slick-dots li button:before {
  color: #686868;
  opacity: 1;
  font-size: 15px; }

.finalist section#set .slick-dots li.slick-active button:before {
  color: #ffd800; }

.finalist section#set .caution .check_model {
  font-size: 14px;
  text-align: right;
  color: #fff000;
  margin: 10px auto;
  padding-right: 2em;
  position: relative; }

.finalist section#set .caution .check_model::before {
  content: none; }

.finalist section#set .caution .check_model::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 24px;
  height: 18px;
  background: url("/asp/photo/auction/brand/finalist_wheel/img/icon_movie_y.png") center / contain no-repeat; }

@media screen and (min-width: 768px) {
  .finalist section#set h4 img {
    height: 3.05vw; }

  .finalist section#set > p {
    width: 43.5%; }

  .finalist section#set > p:last-of-type {
    width: 100%;
    text-align: center; }

  .finalist section#set > div {
    width: 60%; }

  .finalist section#set > div a {
    bottom: 1vw;
    font-size: 2vw;
    transition: 0.3s; }

  .finalist section#set > div a:hover {
    opacity: 0.7; }

  .finalist section#set > ul li.slick-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }

  .finalist section#set .item_box {
    width: 49%;
    box-sizing: border-box;
    transition: 0.3s; }

  .finalist section#set .item_box:hover {
    background-color: #686868; }

  .finalist section#set .item_box h5 {
    font-size: 2vw;
    width: 100%; }

  .finalist section#set .item_box .detail .logo {
    height: 3vw;
    align-self: center;
    margin: 0 auto; }

  .finalist section#set .item_box .detail .size_img_box {
    width: 50%;
    margin-bottom: 10px; }

  .finalist section#set .item_box .detail .size_img_box .inch {
    font-size: 3vw;
    height: 8vw; }

  .finalist section#set .item_box .detail .size_img_box .size_car {
    height: 8vw; }

  .finalist section#set .item_box .detail .size_img_box .size_car img {
    height: 5.55vw;
    margin-bottom: 0.05vw;
    cursor: pointer;
    transition: 0.3s; }

  .finalist section#set .item_box .detail .size_img_box .size_car img:hover {
    opacity: 0.7; }

  .finalist section#set .item_box .detail .size_img_box .size_car span {
    font-size: 2.4vw;
    height: 2.4vw; }

  .finalist section#set .item_box .detail .wheel {
    position: relative;
    width: 80%;
    margin: 0 auto;
    bottom: 0; }

  .finalist section#set .item_box .detail .price {
    width: 100%; }

  .finalist section#set .item_box .detail .price {
    font-size: 4vw;
    transition: 0.3s;
    text-decoration: none; }

  .finalist section#set .item_box .detail .price a:hover {
    opacity: 0.7; }

  .finalist section#set .caution:last-of-type p {
    width: 570px; }

  .finalist section#set .caution .check_model {
    cursor: pointer; }

  .finalist section#set .caution .check_model:hover {
    text-decoration: underline; } }

@media screen and (min-width: 1024px) {
  .finalist section#set .item_box h5 {
    margin-left: 0; } }

@media screen and (min-width: 1140px) {
  .finalist section#set h4 img {
    height: 35px; }

  .finalist section#set > div a {
    bottom: 12px;
    font-size: 22px; } }

@media screen and (min-width: 1366px) {
  .finalist section#set .item_box h5 {
    font-size: 27px; }

  .finalist section#set .item_box .detail .logo {
    height: 40px; }

  .finalist section#set .item_box .detail .size_img_box .inch {
    font-size: 40px;
    height: 110px; }

  .finalist section#set .item_box .detail .size_img_box .size_car {
    height: 110px; }

  .finalist section#set .item_box .detail .size_img_box .size_car img {
    height: 77px;
    margin-bottom: 1px; }

  .finalist section#set .item_box .detail .size_img_box .size_car span {
    font-size: 32px;
    height: 32px; }

  .finalist section#set .item_box .detail .price {
    font-size: 54px; } }

.finalist .thanks {
  text-align: center;
  margin-bottom: 10%;
  font-style: italic;
  font-weight: 900;
  font-size: 14px; }

@media screen and (min-width: 768px) {
  .finalist .thanks {
    margin-bottom: 5%;
    font-size: 16px; } }

@media screen and (min-width: 1140px) {
  .finalist .thanks {
    margin-bottom: 50px; }

  .finalist .size_list .tab ul {
    margin-left: calc(50% - 490px); } }

.finalist footer {
  background-color: #717071;
  padding: 30px 5%; }

.finalist footer nav {
  margin-bottom: 30px; }

.finalist footer a {
  color: #fff;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 14px;
  padding: 0.5em 0; }

.finalist footer img {
  width: 40%;
  max-width: 300px;
  margin: 0 auto 30px;
  background-color: #000;
  display: block;
  padding: 2%; }

.finalist footer small {
  display: block;
  font-size: 12px;
  text-align: center; }

@media screen and (min-width: 768px) {
  .finalist footer nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }

  .finalist footer a {
    padding: 0.5em 1em;
    border: none; }

  .finalist footer img {
    width: 30%;
    padding: 1%; } }

@media screen and (min-width: 1024px) {
  .finalist footer img {
    padding: 10px; } }

.finalist .pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  color: #ffd800;
  font-weight: 700;
  border-radius: 50%;
  border: 1px solid #ffd800;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 50px; }

@media screen and (min-width: 1366px) {
  .finalist .pagetop {
    right: calc(50% - 673px); } }

.finalist .link_ar {
  position: fixed;
  right: 10px;
  bottom: 60px;
  width: 150px; }

@media screen and (min-width: 768px) {
  .finalist .link_ar {
    width: 200px; } }

@media screen and (min-width: 1366px) {
  .finalist .link_ar {
    right: calc(50% - 673px); } }

@keyframes waitin_up {
  from {
    transform: translateY(20px);
    opacity: 0; }

  to {
    transform: translateY(0);
    opacity: 1; } }

.finalist header .introduction .wait1 {
  opacity: 0;
  animation: waitin_up 0.5s ease-in-out 0.5s forwards; }

.finalist header .introduction .wait2 {
  opacity: 0;
  animation: waitin_up 0.5s ease-in-out 0.6s forwards; }

.finalist nav.wait3 {
  opacity: 0;
  animation: waitin_up 0.5s ease-in-out 0.7s forwards; }

.finalist section.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 500ms; }

.finalist section.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.finalist .modal_area {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5); }

.finalist .modal_area::after {
  content: '×';
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  font-weight: 900;
  font-size: 18px;
  line-height: 18px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer; }

.finalist .modal_area img {
  display: block;
  background-color: #fff;
  padding: 30px;
  max-width: 660px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.finalist .modal_area img.car {
  max-width: 850px;
  /*movie*/ }

.finalist .modal_area > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1280px;
  height: 80vh;
  max-height: 720px;
  /*NEW icon*/
  /*.finalist .nav ul li.fj-s9,
.finalist section#fj-s9 h4 {
  position: relative;
}
.finalist .nav ul li.fj-s9::after,
.finalist section#fj-s9 h4::after {
  content: '';
  position: absolute;
  top: -5vw;
  right: -7vw;
  width: 20vw;
  height: 11vw;
  background: url($ec_dir + '/img/icon_new.png') center / contain no-repeat;
}
.finalist section#fj-s9 h4::after {
  right: 4vw;
}
@media screen and (min-width: 768px) {
  .finalist .nav ul li.fj-s9::after,
  .finalist section#fj-s9 h4::after {
    top: -2vw;
    right: -2vw;
    width: 10vw;
    height: 5vw;
  }
  .finalist section#fj-s9 h4::after {
    right: 30vw;
  }  
}
@media screen and (min-width: 1140px) {
  .finalist .nav ul li.fj-s9::after,
  .finalist section#fj-s9 h4::after {
    top: -22px;
    right: -22px;
    width: 114px;
    height: 56px;
  }
  .finalist section#fj-s9 h4::after {
    right: 30vw;
  }  
}
@media screen and (min-width: 1366px) {
  .finalist section#fj-s9 h4::after {
    right: 410px;
  }  
}*/ }
