/*
 * 【はじめに】
 * 最終的には可能な限り、コメントは削除してください。
 * ここに記載しているコメントもほぼ不要です(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";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.sport {
  overflow: hidden; }

.sport::after {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url("/asp/photo/auction/lp/sport/img/now_loading.gif") top 50% left 50% / 150px no-repeat, #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fade_out 3s ease forwards; }

@keyframes fade_out {
  0% {
    opacity: 1;
    z-index: 100; }

  80% {
    opacity: 1;
    z-index: 100; }

  99% {
    opacity: 0;
    z-index: 100; }

  100% {
    opacity: 0;
    z-index: -1; } }

.sport img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

.sport .video > div {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 10px; }

.sport .video > div > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.sport * {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal; }

@media screen and (min-width: 768px) {
  .sport::after {
    background: url("/asp/photo/auction/lp/sport/img/now_loading.gif") top 50% left 50% / 300px no-repeat, #fff; } }

.sport .breadcrumb {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 12px; }

.sport .breadcrumb span, .sport .breadcrumb a {
  color: #fff;
  margin-right: 0.5em; }

@media screen and (min-width: 1024px) {
  .sport .breadcrumb {
    font-size: 14px; } }

@media screen and (min-width: 1366px) {
  .sport .breadcrumb {
    left: calc(50% - 678px); } }

.sport header {
  background: url("/asp/photo/auction/lp/sport/img/bg_title_sp.png") top center / cover no-repeat;
  padding: 17vw 0 9vw;
  position: relative;
  z-index: 1; }

.sport header h1 {
  color: #fff;
  font-weight: 700;
  font-size: 3.5vw;
  transform: rotate(-5.5deg);
  text-align: center; }

.sport header h1 span {
  display: block;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 2.8em;
  line-height: 1.5; }

.sport header > a {
  position: relative;
  display: block;
  width: 95%;
  color: #fff;
  font-weight: 700;
  margin: 42vw auto 0;
  text-align: right;
  font-size: 3.8vw;
  line-height: 1.5;
  transform: rotate(-5.5deg); }

.sport header > a span {
  color: #fff100;
  font-weight: 700;
  position: relative;
  margin-right: 0.1em;
  font-size: 1.14em; }

.sport header > a::before {
  content: '';
  position: absolute;
  left: -10%;
  bottom: -2vw;
  width: 30vw;
  height: 20vw;
  background: url("/asp/photo/auction/lp/sport/img/icon_driver.png") center / contain no-repeat;
  z-index: 0; }

.sport header > a::after {
  content: '';
  position: absolute;
  right: -10%;
  bottom: -2vw;
  width: 120%;
  height: 140%;
  background-color: #d3000e;
  z-index: -1;
  transform: skewX(-5deg); }

.sport .banner_area {
  display: block;
  position: absolute;
  bottom: -28vw;
  left: 50%;
  transform: translateX(-50%);
  width: 80%; }

.sport .banner_area .sp_banner {
  display: block; }

.sport .banner_area .pc_banner {
  display: none; }

@media screen and (min-width: 768px) {
  .sport header {
    background: url("/asp/photo/auction/lp/sport/img/bg_title_pc.png") top center / cover no-repeat;
    padding: 13vw 0 33vw; }

  .sport header h1 {
    width: 28em;
    margin: 0 auto;
    font-size: 2.5vw;
    text-align: right; }

  .sport header h1 span {
    font-size: 2.1em;
    line-height: 1.8; }

  .sport header > a {
    display: none; }

  .sport .banner_area {
    display: block;
    position: absolute;
    width: 270px;
    height: auto;
    bottom: 70px;
    left: 80%;
    transform: translateX(0%);
    width: auto; }

  .sport .banner_area:hover {
    transform: scale(1.02); }

  .sport .banner_area .sp_banner {
    display: none; }

  .sport .banner_area .pc_banner {
    display: block; } }

@media screen and (min-width: 1366px) {
  .sport header {
    background: url("/asp/photo/auction/lp/sport/img/bg_title_pc.png") top center / 1366px no-repeat;
    padding: 177px 0 450px; }

  .sport header h1 {
    font-size: 34px; } }

@media screen and (min-width: 1400px) {
  .sport .banner_area {
    display: block;
    bottom: 20px;
    right: calc(54% - 740px);
    width: 250px;
    height: auto;
    left: auto; } }

.sport main {
  position: relative; }

.sport main > .wrap {
  background: url("/asp/photo/auction/lp/sport/img/bg_img_pickup.png") top 14% right / 70% no-repeat, url("/asp/photo/auction/lp/sport/img/bg_pickup_sp.png") top center / cover no-repeat;
  padding: 20vw 0;
  position: relative;
  top: 14vw;
  z-index: 0; }

@media screen and (min-width: 768px) {
  .sport main > .wrap {
    background: url("/asp/photo/auction/lp/sport/img/bg_img_pickup.png") top 8% right / 38% no-repeat, url("/asp/photo/auction/lp/sport/img/bg_pickup_pc.png") top center / cover no-repeat;
    padding: 0 0 18vw;
    top: -3vw;
    margin-bottom: -24vw; } }

@media screen and (min-width: 1024px) {
  .sport main > .wrap {
    max-width: 1366px;
    padding: 0 0 200px;
    margin: 0 auto -200px; } }

@media screen and (min-width: 1366px) {
  .sport main > .wrap {
    background: url("/asp/photo/auction/lp/sport/img/bg_img_pickup.png") top 15% right / 39% no-repeat, url("/asp/photo/auction/lp/sport/img/bg_pickup_pc.png") top right / cover no-repeat;
    padding: 60px 0;
    top: -105px;
    margin: 0 auto -187px;
    z-index: 0; } }

.sport .top_menu ul, .sport .foot_menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto 53vw;
  transform: rotate(-5.5deg); }

.sport .top_menu ul li, .sport .foot_menu ul li {
  width: 33vw;
  height: 33vw;
  margin: 0 auto;
  transform: rotate(5.5deg); }

.sport .top_menu ul li:nth-of-type(-n+2), .sport .foot_menu ul li:nth-of-type(-n+2) {
  margin-left: 0; }

.sport .top_menu ul li:nth-of-type(2) {
  transform: translateX(-20%) rotate(5.5deg); }

.sport .foot_menu ul li:nth-of-type(2) {
  transform: translateX(-20%); }

.sport .top_menu ul li:nth-of-type(n+3), .sport .foot_menu ul li:nth-of-type(n+3) {
  margin-right: 0; }

.sport .top_menu ul li:nth-of-type(n+3) {
  display: none; }

.sport .top_menu ul li:nth-of-type(3) {
  transform: translateX(20%) rotate(5.5deg); }

.sport .foot_menu ul li:nth-of-type(3) {
  transform: translateX(20%); }

.sport .top_menu ul li a, .sport .foot_menu ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  font-size: 4.5vw;
  font-family: acumin-variable, sans-serif;
  font-variation-settings: "slnt" -12, "wdth" 115, "wght" 800;
  line-height: 1.5;
  box-shadow: -1vw 1vw 0 #a11e23; }

.sport .top_menu ul li:nth-of-type(1) a, .sport .foot_menu ul li:nth-of-type(1) a {
  background: url("/asp/photo/auction/lp/sport/img/bg_menu_pickup.png") center / cover no-repeat, #000; }

.sport .top_menu ul li:nth-of-type(2) a, .sport .foot_menu ul li:nth-of-type(2) a {
  background: url("/asp/photo/auction/lp/sport/img/bg_menu_lineup.png") center / cover no-repeat, #000; }

.sport .top_menu ul li:nth-of-type(4) a, .sport .foot_menu ul li:nth-of-type(4) a {
  font-size: 3.5vw;
  line-height: 1.2;
  text-align: center;
  background: url("/asp/photo/auction/lp/sport/img/bg_menu_movie.png") center / cover no-repeat, #000; }

.sport .top_menu ul li:nth-of-type(3) a, .sport .foot_menu ul li:nth-of-type(3) a {
  font-size: 3.5vw;
  line-height: 1.7;
  background: url("/asp/photo/auction/lp/sport/img/bg_menu_tw.png") center / cover no-repeat, #000;
  position: relative;
  overflow: hidden;
  /*.sport .top_menu ul li:nth-of-type(4) a::after,
.sport .foot_menu ul li:nth-of-type(4) a::after {
  content: '公開準備中';
  position: absolute;
  top: 25%;
  left: 8%;
  width: 100%;
  padding: 0.2em 0 0.2em;
  text-align: center;
  color: #231815;
  background-color: #fff100;
  font-family: dela-gothic-one, sans-serif;
  font-weight: 400;
  font-size: 4vw;
  transform: rotate(30deg) scaleY(1.3);
  letter-spacing: 0.1em;
}*/ }

.sport .top_menu ul li a small, .sport .foot_menu ul li a small {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-size: 0.7em; }

.sport .top_menu ul li:nth-of-type(4) a small, .sport .foot_menu ul li:nth-of-type(4) a small {
  font-size: 0.85em;
  margin-top: 0.5em; }

.sport .top_menu ul li:nth-of-type(3) a small, .sport .foot_menu ul li:nth-of-type(3) a small {
  font-size: 0.85em; }

.sport .foot_menu {
  background: url("/asp/photo/auction/lp/sport/img/bg_foot.png") right bottom / 75% no-repeat; }

.sport .foot_menu ul {
  padding-bottom: 26vw;
  margin-bottom: 5vw; }

.sport .foot_menu ul, .sport .foot_menu ul li {
  transform: rotate(0); }

@media screen and (min-width: 768px) {
  .sport .top_menu ul, .sport .foot_menu ul {
    width: 80%;
    max-width: 820px;
    margin: 0 auto 15vw; }

  .sport .top_menu ul li, .sport .foot_menu ul li {
    width: 17vw;
    height: 17vw;
    margin: 0; }

  .sport .top_menu ul li:nth-of-type(2), .sport .top_menu ul li:nth-of-type(3) {
    transform: rotate(5.5deg); }

  .sport .top_menu ul li:nth-of-type(n+3) {
    display: block; }

  .sport .foot_menu ul li:nth-of-type(2), .sport .foot_menu ul li:nth-of-type(3) {
    transform: translateX(0); }

  .sport .top_menu ul li a, .sport .foot_menu ul li a {
    font-size: 2.5vw;
    box-shadow: -0.5vw 0.5vw 0 #a11e23;
    transition: 0.3s; }

  .sport .top_menu ul li a:hover, .sport .foot_menu ul li a:hover {
    background-color: #d3000e; }

  .sport .top_menu ul li:nth-of-type(4) a, .sport .foot_menu ul li:nth-of-type(4) a {
    font-size: 2vw; }

  .sport .top_menu ul li:nth-of-type(3) a, .sport .foot_menu ul li:nth-of-type(3) a {
    font-size: 2vw;
    /*.sport .top_menu ul li:nth-of-type(4) a::after,
  .sport .foot_menu ul li:nth-of-type(4) a::after {
    font-size: 2vw;
  }*/ }

  .sport .top_menu ul li a small, .sport .foot_menu ul li a small {
    font-size: 0.6em; }

  .sport .top_menu ul li:nth-of-type(3) a small, .sport .foot_menu ul li:nth-of-type(3) a small {
    font-size: 0.75em; }

  .sport .foot_menu {
    background: url("/asp/photo/auction/lp/sport/img/bg_foot.png") right bottom / 60% no-repeat;
    max-width: 1366px;
    margin: 0 auto; }

  .sport .foot_menu ul {
    padding-bottom: 20vw;
    margin-bottom: 0; } }

@media screen and (min-width: 1024px) {
  .sport .top_menu ul, .sport .foot_menu ul {
    margin: 0 auto 150px; }

  .sport .top_menu ul li, .sport .foot_menu ul li {
    width: 170px;
    height: 170px; }

  .sport .top_menu ul li a, .sport .foot_menu ul li a {
    font-size: 24px;
    box-shadow: -5px 5px 0 #a11e23; }

  .sport .top_menu ul li:nth-of-type(4) a, .sport .foot_menu ul li:nth-of-type(4) a {
    font-size: 20px; }

  .sport .top_menu ul li:nth-of-type(3) a, .sport .foot_menu ul li:nth-of-type(3) a {
    font-size: 20px;
    /*.sport .top_menu ul li:nth-of-type(4) a::after,
  .sport .foot_menu ul li:nth-of-type(4) a::after {
    font-size: 20px;
  }*/ }

  .sport .foot_menu ul {
    padding-bottom: 200px;
    margin-bottom: 0; } }

@media screen and (min-width: 1366px) {
  .sport .foot_menu {
    background: url("/asp/photo/auction/lp/sport/img/bg_foot.png") right bottom / 50% no-repeat; } }

.sport .hamburger_menu {
  position: absolute;
  top: 120px;
  right: 2.5%;
  z-index: 10;
  cursor: pointer; }

.sport .hamburger_menu.is-fixed {
  position: fixed;
  top: 10px;
  opacity: 1;
  animation: slideIn 0.3s ease-in-out; }

@keyframes slideIn {
  0% {
    opacity: 0;
    top: 0; }

  100% {
    opacity: 1;
    top: 10px; } }

.sport .hamburger_menu .btn {
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  background-color: #231815;
  color: #fff;
  box-sizing: border-box;
  padding: 8px 5px;
  position: relative;
  z-index: 10;
  transition: 0.3s; }

.sport .hamburger_menu.open .btn {
  box-shadow: none;
  border: 2px solid transparent;
  background-color: transparent; }

.sport .hamburger_menu .btn span {
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 900;
  font-size: 14px;
  display: block;
  text-align: center; }

.sport .hamburger_menu .btn .bar {
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #fff;
  margin-top: 3px;
  position: relative;
  transition: 0.3s; }

.sport .hamburger_menu.open .btn .bar {
  transform: rotate(30deg) translate(6px, 9px); }

.sport .hamburger_menu .btn .bar::before, .sport .hamburger_menu .btn .bar::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #fff;
  top: 10px;
  transition: 0.3s; }

.sport .hamburger_menu.open .btn .bar::before {
  top: 0;
  transform: rotate(-60deg); }

.sport .hamburger_menu .btn .bar::after {
  top: 20px;
  opacity: 1; }

.sport .hamburger_menu.open .btn .bar::after {
  top: 0;
  transform: rotate(-30deg);
  opacity: 0; }

.sport .hamburger_menu ul {
  position: absolute;
  top: 0;
  right: -100vw;
  opacity: 0;
  width: 235px;
  padding: 10px;
  background-color: #231815;
  border: 2px solid #fff;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  transition: 0.3s; }

.sport .hamburger_menu.open ul {
  right: 0;
  opacity: 1; }

.sport .hamburger_menu ul li:first-of-type a {
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 900;
  font-style: italic;
  text-align: left;
  padding: 0;
  border-top: none;
  margin: 12px 0 20px; }

.sport .hamburger_menu ul li a {
  color: #fff;
  font-family: acumin-variable, sans-serif;
  font-variation-settings: "slnt" -12, "wdth" 115, "wght" 800;
  font-size: 18px;
  display: block;
  padding: 10px 0;
  line-height: 1.2;
  text-align: center;
  border-top: 1px solid #a11e23; }

.sport .hamburger_menu ul li a small {
  display: block;
  font-size: 12px; }

@media screen and (min-width: 768px) {
  .sport .hamburger_menu {
    opacity: 0;
    top: -50px; } }

@media screen and (min-width: 1580px) {
  .sport .hamburger_menu {
    right: calc(50% - 750px); } }

.sport #pickup {
  margin-bottom: 10vw; }

.sport h2 {
  text-align: center;
  font-size: 9.5vw;
  line-height: 1.5;
  margin-bottom: 15vw; }

.sport h2 > span {
  font-family: acumin-variable, sans-serif;
  font-variation-settings: "slnt" -12, "wdth" 115, "wght" 900;
  color: #000;
  position: relative; }

.sport h2 > span::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.sport #pickup h2 > span::after {
  background: url("/asp/photo/auction/lp/sport/img/decoration_pickup.png") center / contain no-repeat; }

.sport h2 > small {
  font-size: 0.4em;
  display: block; }

.sport #pickup > section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 15vw; }

.sport #pickup > section > img {
  height: 45vw;
  width: auto; }

.sport #pickup > section h3 img {
  margin-bottom: 2vw;
  /*ピックアップのパターンロゴを黒にする必要がある場合のみ使用
.sport #pickup > section h3 .logo_ptn {
  filter: brightness(0) saturate(100%) invert(0%) sepia(5%) saturate(21%) hue-rotate(208deg) brightness(98%) contrast(104%);
}*/ }

.sport #pickup > section h3 small {
  font-size: 3vw; }

.sport #pickup > section .text {
  width: 95%;
  margin: 3vw auto 7vw; }

.sport #pickup > section .text .catch {
  text-align: center;
  font-weight: 900;
  font-size: 4.5vw;
  color: #fff;
  background: linear-gradient(to right, #231815 70%, transparent 100%);
  padding: 0.6em 0;
  margin-bottom: 0.8em; }

.sport #pickup > section .text p {
  font-size: 3.75vw;
  line-height: 1.8;
  text-align: justify; }

.sport #pickup > section .text p span {
  font-weight: 700; }

.sport a.btn {
  display: block;
  font-size: 4.3vw;
  color: #fff;
  background-color: #b60005;
  text-align: center;
  padding: 0.5em 0;
  width: 10em;
  margin: 0 auto; }

@media screen and (min-width: 768px) {
  .sport h2 {
    font-size: 6.5vw;
    margin-bottom: 10vw; }

  .sport h2 > small {
    font-size: 0.3em; }

  .sport #pickup > section {
    display: block;
    max-width: 1024px;
    margin: 0 auto 15vw; }

  .sport #pickup > section > img {
    height: 40vw; }

  .sport #pickup > section h3 img {
    margin-bottom: 1vw; }

  .sport #pickup > section h3 small {
    font-size: 1.5vw; }

  .sport #pickup > section .text {
    width: 90%;
    margin: 0 auto 2vw; }

  .sport #pickup > section .text .catch {
    font-size: 2.8vw;
    text-align: left;
    padding-left: 1em;
    box-sizing: border-box; }

  .sport #pickup > section .text p {
    font-size: 1.8vw; }

  .sport a.btn {
    font-size: 2.3vw;
    margin: 0 5% 0 auto;
    position: relative;
    z-index: 1;
    transition: 0.3s;
    border: 1px solid #b60005; }

  .sport a.btn::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #fff;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease 0.3s; }

  .sport a.btn:hover {
    color: #b60005; }

  .sport a.btn:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1); } }

@media screen and (min-width: 1024px) {
  .sport #pickup {
    margin-bottom: 100px; }

  .sport h2 {
    font-size: 64px;
    margin-bottom: 100px; }

  .sport #pickup > section {
    margin: 0 auto 150px; }

  .sport #pickup > section > img {
    height: 400px; }

  .sport #pickup > section h3 img {
    margin-bottom: 10px; }

  .sport #pickup > section h3 small {
    font-size: 14px; }

  .sport #pickup > section .text {
    margin: 0 auto 20px; }

  .sport #pickup > section .text .catch {
    font-size: 26px; }

  .sport #pickup > section .text p {
    font-size: 18px; }

  .sport a.btn {
    font-size: 22px; } }

.sport #pickup .pick1 h3 {
  width: 40%;
  margin-right: 7%;
  text-align: center; }

.sport #pickup .pick1 h3 .logo_brand {
  width: 95%; }

@media screen and (min-width: 768px) {
  .sport #pickup .pick1 > img {
    float: left;
    margin-left: 5%;
    margin-right: 2%; }

  .sport #pickup .pick1 h3 {
    float: right;
    width: 56%;
    margin-right: 5%;
    margin-bottom: 2vw;
    text-align: right; }

  .sport #pickup .pick1 h3 .logo_brand, .sport #pickup .pick1 h3 .logo_ptn {
    width: 40%;
    margin-right: 0; }

  .sport #pickup .pick1 .text .catch {
    float: right;
    width: 62.6%; } }

@media screen and (min-width: 1024px) {
  .sport #pickup .pick1 h3 {
    margin-bottom: 20px; }

  .sport #pickup .pick1 .text .catch {
    width: 63.5%; } }

.sport #pickup .pick2 {
  margin-bottom: 0; }

.sport #pickup .pick2 > img {
  order: 2; }

.sport #pickup .pick2 h3 {
  order: 1;
  width: 50%;
  margin-left: 5%; }

.sport #pickup .pick2 h3 .logo_brand {
  width: 46%;
  margin-left: 0; }

.sport #pickup .pick2 h3 .logo_ptn {
  margin-bottom: 0; }

.sport #pickup .pick2 .text {
  order: 3; }

.sport #pickup .pick2 .btn {
  order: 4; }

@media screen and (min-width: 768px) {
  .sport #pickup .pick2 > img {
    float: right;
    margin-right: 5%;
    margin-left: 2%;
    margin-top: 10vw; }

  .sport #pickup .pick2 h3 {
    width: 40%;
    margin-bottom: 2vw; }

  .sport #pickup .pick2 h3 .logo_brand {
    width: 35%; }

  .sport #pickup .pick2 .text .catch {
    width: 65%; }

  .sport #pickup .pick2 .btn {
    margin: 0 auto 0 5%; } }

@media screen and (min-width: 1024px) {
  .sport #pickup .pick2 > img {
    margin-top: 100px; }

  .sport #pickup .pick2 h3 {
    margin-bottom: 20px; }

  .sport #pickup .pick2 h3 .logo_ptn {
    margin-left: 0; }

  .sport #pickup .pick2 .text .catch {
    width: 66%; } }

.sport main > .wrap2 {
  background: url("/asp/photo/auction/lp/sport/img/bg_lineup_sp.png") top center / contain no-repeat, url("/asp/photo/auction/lp/sport/img/bg_lineup_sp.png") bottom center / contain no-repeat, url("/asp/photo/auction/lp/sport/img/bg_lineup_sp.png") center center / contain no-repeat;
  position: relative;
  max-width: 1366px;
  margin: 0 auto; }

@media screen and (min-width: 768px) {
  .sport main > .wrap2 {
    background: url("/asp/photo/auction/lp/sport/img/bg_lineup_pc.png") top left / 150% no-repeat, url("/asp/photo/auction/lp/sport/img/bg_lineup_pc.png") bottom right / 150% no-repeat, url("/asp/photo/auction/lp/sport/img/bg_lineup_pc.png") center center / 200% no-repeat; } }

@media screen and (min-width: 1366px) {
  .sport main > .wrap2 {
    background: url("/asp/photo/auction/lp/sport/img/bg_lineup_pc.png") top center / 115% no-repeat, url("/asp/photo/auction/lp/sport/img/bg_lineup_pc.png") bottom right / 115% no-repeat, url("/asp/photo/auction/lp/sport/img/bg_lineup_pc.png") center center / 100% no-repeat; } }

.sport #lineup {
  padding: 38vw 0 55vw;
  position: relative; }

.sport #lineup::before {
  content: '';
  position: absolute;
  width: 90vw;
  height: 55vw;
  left: 0;
  top: -19vw;
  background: url("/asp/photo/auction/lp/sport/img/bg_img_lineup.png") center / contain no-repeat;
  z-index: 1; }

.sport #lineup h2 {
  position: relative;
  z-index: 2; }

.sport #lineup h2 > span {
  color: #fff;
  text-shadow: 1vw 1vw 2px #000; }

.sport #lineup h2 > span::after {
  background: url("/asp/photo/auction/lp/sport/img/decoration_lineup.png") top 75% center / 95% no-repeat; }

.sport #lineup h2 small {
  color: #fff; }

@media screen and (min-width: 768px) {
  .sport #lineup {
    padding: 30vw 0;
    max-width: 1366px;
    margin: 0 auto; }

  .sport #lineup::before {
    width: 50vw;
    height: 31vw;
    left: 0;
    top: -3vw; }

  .sport #lineup h2 > span {
    text-shadow: 0.5vw 0.5vw 2px #000; } }

@media screen and (min-width: 1024px) {
  .sport #lineup {
    padding: 300px 0; }

  .sport #lineup::before {
    top: -5vw; }

  .sport #lineup h2 > span {
    text-shadow: 5px 5px 3px #000; } }

@media screen and (min-width: 1366px) {
  .sport #lineup::before {
    width: 683px;
    height: 424px;
    left: 0;
    top: -90px; } }

.sport #lineup figure.map {
  width: 95%;
  margin: 0 auto 20vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.sport #lineup figure.map h3 {
  font-family: acumin-variable, sans-serif;
  font-variation-settings: "slnt" -12, "wdth" 115, "wght" 900;
  color: #d0181b;
  font-size: 5vw; }

.sport #lineup .map .button, .sport #time_result .button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 5px; }

.sport #lineup .map .button button, .sport #time_result button.result {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  font-size: 3.8vw;
  font-weight: 900;
  margin-left: 2.5%;
  margin-right: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: sans-serif;
  padding: 0;
  cursor: pointer; }

.sport #lineup .map .button small, .sport #time_result .button small {
  color: #fff;
  font-size: 3.8vw;
  width: 8.5em; }

.sport #lineup .map .button small::before, .sport #time_result .button small::before {
  content: '※'; }

@media screen and (min-width: 768px) {
  .sport #lineup figure.map {
    width: 90%;
    margin: 0 auto 10vw;
    justify-content: center; }

  .sport #lineup figure.map h3 {
    font-size: 3vw;
    width: 100%;
    text-align: center; }

  .sport #lineup .map .button {
    display: none; }

  .sport #time_result button.result {
    font-size: 1.8vw;
    margin-left: 5%; }

  .sport #time_result .button small {
    font-size: 1.8vw; } }

@media screen and (min-width: 1024px) {
  .sport #lineup figure.map {
    margin: 0 auto 100px; }

  .sport #lineup figure.map h3 {
    font-size: 30px; }

  .sport #time_result button.result {
    font-size: 18px;
    margin-left: calc(50% - 462px); }

  .sport #time_result .button small {
    font-size: 18px; } }

.sport .ptn_menu ul {
  width: 95%;
  margin: 0 auto 10vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }

.sport .ptn_menu ul li {
  width: 30%; }

.sport .ptn_menu ul li a {
  display: block;
  height: 35vw; }

.sport .ptn_menu .logo_brand {
  margin: 2vw auto; }

.sport .ptn_menu .logo_brand.NANKANG, .sport .ptn_menu .logo_brand.OTANI, .sport .ptn_menu .logo_brand.FINALIST, .sport .ptn_menu .logo_brand.FEDERAL {
  width: 80%;
  margin: 2.52vw auto; }

.sport .ptn_menu .logo_brand.MOMO {
  width: 65%;
  margin: 0.528vw auto; }

.sport .ptn_menu .logo_ptn {
  height: 3vw;
  width: auto;
  filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(7498%) hue-rotate(181deg) brightness(121%) contrast(95%); }

.sport .ptn_menu li:nth-of-type(-n+3) .logo_ptn {
  height: 4vw; }

.sport .ptn_menu li:nth-of-type(7) .logo_ptn, .sport .ptn_menu li:nth-of-type(8) .logo_ptn {
  height: 6vw; }

.sport .ptn_menu li:nth-of-type(11) .logo_ptn {
  height: 4.5vw;
  filter: none; }

.sport .ptn_menu .tire_box {
  height: 17vw;
  overflow: hidden;
  margin-bottom: 1vw;
  position: relative;
  /*Comingsoon用
.sport .ptn_menu a .FEDERAL + .tire_box::before {
  height: 100%;
  font-size: 3.3vw;
  line-height: 5;
  background-color: rgba(0, 0, 0, 0.5);
}*/ }

.sport .ptn_menu .tire_box img {
  width: 70%; }

@media screen and (min-width: 768px) {
  .sport .ptn_menu ul {
    width: 80%;
    max-width: 820px;
    justify-content: center; }

  .sport .ptn_menu ul li {
    width: 24%;
    margin: 0 auto; }

  .sport .ptn_menu ul li a {
    height: 24vw; }

  .sport .ptn_menu .logo_brand {
    margin: 1vw auto; }

  .sport .ptn_menu .logo_brand.NANKANG, .sport .ptn_menu .logo_brand.OTANI, .sport .ptn_menu .logo_brand.FINALIST, .sport .ptn_menu .logo_brand.FEDERAL {
    margin: 1.4vw auto; }

  .sport .ptn_menu .logo_brand.MOMO {
    margin: 0 auto 0.5vw;
    width: 59%; }

  .sport .ptn_menu .tire_box {
    height: 10vw;
    margin-bottom: 1vw;
    transition: 0.1s; }

  .sport .ptn_menu a:hover .tire_box {
    height: 11vw;
    margin-bottom: 0vw;
    transform: translateY(-1vw); }

  .sport .ptn_menu a .FEDERAL + .tire_box::before {
    font-size: 2vw; }

  .sport .ptn_menu .logo_ptn {
    height: 1.8vw; }

  .sport .ptn_menu li:nth-of-type(-n+3) .logo_ptn {
    height: 1.8vw; }

  .sport .ptn_menu li:nth-of-type(7) .logo_ptn, .sport .ptn_menu li:nth-of-type(8) .logo_ptn, .sport .ptn_menu li:nth-of-type(11) .logo_ptn {
    height: 3vw; } }

@media screen and (min-width: 1024px) {
  .sport .ptn_menu ul {
    margin: 0 auto 100px; }

  .sport .ptn_menu ul li a {
    height: 240px; }

  .sport .ptn_menu .logo_brand {
    margin: 10px auto; }

  .sport .ptn_menu .logo_brand.NANKANG, .sport .ptn_menu .logo_brand.OTANI, .sport .ptn_menu .logo_brand.FINALIST, .sport .ptn_menu .logo_brand.FEDERAL {
    margin: 14px auto; }

  .sport .ptn_menu .logo_brand.MOMO {
    margin: 0 auto 5px; }

  .sport .ptn_menu .tire_box {
    height: 100px;
    margin-bottom: 10px; }

  .sport .ptn_menu a .FEDERAL + .tire_box::before {
    font-size: 20px; }

  .sport .ptn_menu a:hover .tire_box {
    height: 110px;
    margin-bottom: 0;
    transform: translateY(-10px); }

  .sport .ptn_menu .logo_ptn {
    height: 18px; }

  .sport .ptn_menu li:nth-of-type(-n+3) .logo_ptn {
    height: 18px; }

  .sport .ptn_menu li:nth-of-type(7) .logo_ptn, .sport .ptn_menu li:nth-of-type(8) .logo_ptn, .sport .ptn_menu li:nth-of-type(11) .logo_ptn {
    height: 30px; } }

.sport #lineup > section {
  background: url("/asp/photo/auction/lp/sport/img/bg_lineup_ptn_sp.png") top center / 108% no-repeat, #c9c9ca;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  padding: 2.5%;
  margin-bottom: 10vw; }

.sport #lineup > section h3 {
  border-bottom: solid 3px #000;
  text-align: center;
  width: 100%;
  height: 18vw;
  margin-bottom: 3vw; }

.sport #lineup > section#ptn_m_attack h3, .sport #lineup > section#ptn_protoura_race_new h3, .sport #lineup > section#ptn_protoura_race h3 {
  height: 22vw; }

.sport #lineup > section h3 a {
  color: #000; }

.sport #lineup > section .logo_brand {
  width: 30%;
  margin-left: 0;
  margin-bottom: 1vw; }

.sport #lineup > section#ptn_m_attack .logo_brand {
  width: 20%; }

.sport #lineup > section .logo_ptn {
  height: 6vw;
  filter: brightness(0) saturate(100%) invert(0%) sepia(5%) saturate(21%) hue-rotate(208deg) brightness(98%) contrast(104%); }

.sport #lineup > section#ptn_protoura_race_new .logo_ptn, .sport #lineup > section#ptn_protoura_race .logo_ptn {
  height: 10vw; }

.sport #lineup > section#ptn_m_attack .logo_ptn {
  height: 10vw;
  filter: none;
  position: relative;
  bottom: 3vw; }

.sport #lineup > section#ptn_blu-trac_race .logo_ptn {
  filter: none; }

.sport #lineup > section h3 small {
  font-size: 3vw; }

.sport #lineup > section#ptn_m_attack h3 small {
  position: relative;
  bottom: 3vw; }

.sport #lineup > section p {
  font-size: 3.6vw;
  line-height: 1.8;
  margin-bottom: 3vw;
  font-weight: 500; }

.sport #lineup > section .tire_box {
  width: 55%;
  height: 40vw;
  overflow: hidden; }

.sport #lineup > section .tire_box img {
  width: 80%; }

.sport #lineup > section .text {
  width: 45%; }

.sport #lineup > section .text table {
  margin: 0 auto 3vw; }

.sport #lineup > section .text th {
  color: #fff;
  background-color: #231815;
  font-weight: 900;
  font-size: 3vw;
  padding: 0.5em;
  border: 1px solid #231815; }

.sport #lineup > section .text td {
  color: #231815;
  font-size: 8vw;
  padding: 0.3em 0;
  min-width: 2em;
  font-weight: 900;
  text-align: center;
  border: 1px solid #231815; }

.sport #lineup > section .text dt {
  text-align: center;
  font-size: 3.6vw;
  font-weight: 500;
  margin-bottom: 3vw; }

.sport #lineup > section .text ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 77%;
  margin: 0 auto;
  position: relative; }

.sport #lineup > section .text ul.count1 {
  justify-content: center; }

.sport #lineup > section .text li {
  display: none;
  color: #fff;
  background-color: #231815;
  font-weight: 900;
  font-size: 5vw;
  padding: 0.5em; }

.sport #lineup > section .text li:first-of-type, .sport #lineup > section .text li:last-of-type {
  display: block; }

.sport #lineup > section .text li span {
  display: block;
  font-size: 0.6em;
  margin-top: 0.5vw; }

.sport #lineup > section .text li:first-of-type::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5vw solid #231815;
  border-right: none;
  border-top: 3vw solid transparent;
  border-bottom: 3vw solid transparent;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.sport #lineup > section .text ul.count1 li:first-of-type::after {
  content: none; }

.sport #lineup .link_area {
  margin: 2vw 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  /*Comingsoon用
.sport .ptn_menu .FEDERAL + .tire_box::before,
.sport #lineup #ptn_595rs-pro .link_area::before,
.sport #treadwear .ptn_595rs-pro .link_area::before,
.sport #treadwear table .ptn_595rs-pro .btn::before,
.sport #score table tbody tr:last-of-type td.ptn_595rs-pro::before {
  content: 'Coming soon';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 2;
  height: 2.3em;
  background-color: rgba(0,0,0,0.7);
  color: #fff100;
  text-align: center;
  font-size: 5vw;
  z-index: 10;
  font-family: acumin-variable, sans-serif;
  font-variation-settings: "slnt" -12, "wdth" 115, "wght" 800;
}*/ }

.sport #lineup .link_area a, .sport #lineup .link_area .size_spec {
  width: 34%;
  font-size: 3.6vw;
  color: #fff;
  text-align: center;
  padding: 1em 0;
  background-color: #b60005;
  border: 1px solid #b60005;
  box-sizing: border-box; }

.sport #lineup .link_area .size_spec {
  width: 36%;
  background-color: #231815;
  border: 1px solid #231815;
  line-height: 1; }

.sport #lineup .link_area .check_box_outer {
  width: 28%; }

.sport #lineup .link_area .check_box_outer input {
  position: absolute;
  opacity: 0;
  z-index: -1; }

.sport #lineup .link_area .check_box_outer span {
  background-color: #fff;
  color: #231815;
  display: block;
  padding: 1em 2em 1em 0.5em;
  border: 1px solid #231815;
  font-size: 3.6vw;
  text-align: left;
  box-sizing: border-box;
  position: relative; }

.sport #lineup .link_area .check_box_outer span::after {
  content: '';
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  border: 1px solid #231815;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%); }

.sport #lineup .link_area .check_box_outer input:checked + span {
  background-color: #e66919;
  border: 1px solid #e66919;
  color: #fff; }

.sport #lineup .link_area .check_box_outer input:checked + span::after {
  height: 1.5vw;
  border: 2px solid #fff;
  border-right: none;
  border-top: none;
  border-radius: 0;
  top: 45%;
  transform: translateY(-50%) rotate(-45deg); }

@media screen and (min-width: 768px) {
  .sport #lineup > section {
    background: url("/asp/photo/auction/lp/sport/img/bg_lineup_ptn_pc.png") top center / 100% no-repeat, #c9c9ca;
    padding: 2.5% 2.5% 1.5% 1%;
    width: 90%;
    max-width: 920px;
    margin: 0 auto 3vw;
    box-sizing: border-box;
    border-left: 10px solid #5d5e5e;
    align-items: flex-start;
    position: relative; }

  .sport #lineup > section h3 {
    border-bottom: none;
    width: 30%;
    height: 10vw;
    margin-bottom: 0; }

  .sport #lineup > section#ptn_m_attack h3, .sport #lineup > section#ptn_protoura_race_new h3, .sport #lineup > section#ptn_protoura_race h3 {
    height: 11vw; }

  .sport #lineup > section .logo_brand {
    width: 40%; }

  .sport #lineup > section#ptn_m_attack .logo_brand {
    width: 35%;
    margin-bottom: 0.5vw; }

  .sport #lineup > section .logo_ptn {
    height: 3vw;
    margin-bottom: 5px; }

  .sport #lineup > section:nth-of-type(n+3) .logo_ptn {
    height: 2.5vw; }

  .sport #lineup > section#ptn_protoura_race_new .logo_ptn, .sport #lineup > section#ptn_protoura_race .logo_ptn {
    height: 4.5vw; }

  .sport #lineup > section#ptn_m_attack .logo_ptn {
    height: 4vw;
    bottom: 0;
    margin-bottom: 0; }

  .sport #lineup > section h3 small {
    font-size: 1.6vw; }

  .sport #lineup > section#ptn_m_attack h3 small {
    bottom: 0; }

  .sport #lineup > section p {
    width: 68%;
    font-size: 2vw;
    border-bottom: 5px solid #231815;
    padding-bottom: 2vw;
    margin-left: 2%;
    margin-bottom: 0; }

  .sport #lineup > section .tire_box {
    width: 30%;
    height: 25vw; }

  .sport #lineup > section .tire_box img {
    height: 100%;
    width: auto; }

  .sport #lineup > section .text {
    width: 68%;
    margin-left: 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 4vw; }

  .sport #lineup > section .text table {
    margin: 0; }

  .sport #lineup > section .text th {
    font-size: 1.6vw; }

  .sport #lineup > section .text td {
    font-size: 4.5vw; }

  .sport #lineup > section .text dl {
    width: 65%; }

  .sport #lineup > section .text dl.count7 {
    width: 56%; }

  .sport #lineup > section .text dl.count4 {
    width: 32%;
    margin-right: 24%; }

  .sport #lineup > section .text dl.count3, .sport #lineup > section .text dl.count1 {
    width: 24%;
    margin-right: 32%; }

  .sport #lineup > section .text dt {
    font-size: 1.8vw;
    margin-bottom: 1vw;
    text-align: left; }

  .sport #lineup > section .text ul {
    width: 100%; }

  .sport #lineup > section .text ul.count1 {
    justify-content: flex-start; }

  .sport #lineup > section .text li {
    font-size: 2vw;
    display: block;
    padding: 0.7em 0.5em; }

  .sport #lineup > section .text li span {
    margin-top: 0.1vw; }

  .sport #lineup > section .text li:first-of-type::after {
    content: none; }

  .sport #lineup .link_area {
    width: 65.4%;
    margin: 0 0 0 auto;
    right: 0;
    bottom: 4.5vw; }

  .sport #lineup #ptn_595rs-pro .link_area::before {
    font-size: 3.5vw;
    height: 1.5em;
    line-height: 1.2; }

  .sport #lineup .link_area a, .sport #lineup .link_area .size_spec {
    font-size: 2vw;
    padding: 0.5em 0;
    transition: 0.3s;
    position: relative;
    z-index: 1;
    cursor: pointer; }

  .sport #lineup .link_area a::before, .sport #lineup .link_area .size_spec::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #fff;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease 0.3s; }

  .sport #lineup .link_area a:hover {
    color: #b60005; }

  .sport #lineup .link_area .size_spec:hover {
    color: #231815; }

  .sport #lineup .link_area a:hover::before, .sport #lineup .link_area .size_spec:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1); }

  .sport #lineup .link_area .check_box_outer {
    width: auto;
    height: 100%;
    position: relative;
    background-color: #fff;
    font-size: 2vw; }

  .sport #lineup .link_area .check_box_outer span {
    padding: 0.5em 3em 0.5em 1em;
    font-size: 2vw;
    cursor: pointer;
    z-index: 2;
    transition: 0.3s;
    background-color: transparent; }

  .sport #lineup .link_area .check_box_outer::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #e66919;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease 0.3s; }

  .sport #lineup .link_area .check_box_outer span:hover {
    color: #fff;
    border: 1px solid #e66919; }

  .sport #lineup .link_area .check_box_outer:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1); }

  .sport #lineup .link_area .check_box_outer span::after {
    width: 1.5vw;
    height: 1.5vw;
    right: 1em; }

  .sport #lineup .link_area .check_box_outer span:hover::after {
    border: 1px solid #fff; }

  .sport #lineup .link_area .check_box_outer input:checked + span::after {
    height: 1vw; } }

@media screen and (min-width: 1024px) {
  .sport #lineup > section {
    margin: 0 auto 30px;
    border-left: 15px solid #5d5e5e;
    padding: 24px 24px 14px 10px; }

  .sport #lineup > section h3 {
    height: 100px; }

  .sport #lineup > section#ptn_m_attack h3, .sport #lineup > section#ptn_protoura_race_new h3, .sport #lineup > section#ptn_protoura_race h3 {
    height: 100px; }

  .sport #lineup > section#ptn_m_attack h3 {
    height: 110px; }

  .sport #lineup > section .logo_brand {
    margin-bottom: 10px; }

  .sport #lineup > section#ptn_m_attack .logo_brand {
    margin-bottom: 5px; }

  .sport #lineup > section .logo_ptn {
    height: 30px; }

  .sport #lineup > section:nth-of-type(n+3) .logo_ptn {
    height: 24px; }

  .sport #lineup > section#ptn_protoura_race_new .logo_ptn, .sport #lineup > section#ptn_protoura_race .logo_ptn {
    height: 44px; }

  .sport #lineup > section#ptn_m_attack .logo_ptn {
    height: 40px; }

  .sport #lineup > section h3 small {
    font-size: 14px; }

  .sport #lineup > section p {
    font-size: 20px;
    padding-bottom: 20px; }

  .sport #lineup > section .tire_box {
    height: 250px; }

  .sport #lineup > section .text {
    margin-top: 40px; }

  .sport #lineup > section .text th {
    font-size: 16px; }

  .sport #lineup > section .text td {
    font-size: 46px; }

  .sport #lineup > section .text dt {
    font-size: 18px;
    margin-bottom: 10px; }

  .sport #lineup > section .text li {
    font-size: 20px; }

  .sport #lineup > section .text li span {
    margin-top: 2px; }

  .sport #lineup .link_area {
    bottom: 24px; }

  .sport #lineup #ptn_595rs-pro .link_area::before {
    font-size: 34px; }

  .sport #lineup .link_area a, .sport #lineup .link_area .size_spec {
    font-size: 20px; }

  .sport #lineup .link_area .check_box_outer, .sport #lineup .link_area .check_box_outer span {
    font-size: 20px; }

  .sport #lineup .link_area .check_box_outer span::after {
    width: 17px;
    height: 17px; }

  .sport #lineup .link_area .check_box_outer input:checked + span::after {
    height: 8px; } }

.sport #lineup .comment_area {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  padding: 2vw;
  margin-top: 3vw;
  overflow: hidden;
  position: relative; }

.sport #lineup .comment_area.is-hide {
  height: 55vw; }

.sport #lineup .comment_area .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2vw; }

.sport #lineup .comment_area .driver {
  width: 20%;
  background-color: #c9c9ca;
  border: 1px solid #000;
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden; }

.sport #lineup .comment_area .driver img {
  transform: scale(1.3) translate(-4%, 9%); }

.sport #lineup .comment_area .title_link {
  width: 79%; }

.sport #lineup .comment_area .title_link h4 {
  font-size: 3.2vw; }

.sport #lineup .comment_area .title_link h4 span {
  display: block;
  line-height: 1.5;
  color: #231815; }

.sport #lineup .comment_area .title_link h4 span:first-of-type {
  text-indent: 0.5em; }

.sport #lineup .comment_area .title_link h4 span strong {
  font-weight: 700;
  font-size: 1.05em; }

.sport #lineup .comment_area .title_link button {
  width: 97%;
  margin-left: 3%;
  background-color: #231815;
  color: #fff;
  font-size: 4vw;
  border: none;
  border-radius: 5px; }

.sport #lineup .comment_area > h5 {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5; }

.sport #lineup .comment_area > h5::before {
  content: '■';
  margin-right: 0.5em; }

.sport #lineup .comment_area p {
  font-size: 3.5vw;
  font-weight: 400;
  color: #231815; }

.sport #lineup .comment_area .data {
  background-color: #c9c9ca;
  padding: 2vw;
  border-radius: 5px; }

.sport #lineup .comment_area .data h5 {
  text-align: center;
  font-weight: 700;
  font-size: 4vw;
  margin-bottom: 2vw; }

.sport #lineup .comment_area .data dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 3.4vw;
  line-height: 1.8;
  margin-bottom: 2vw; }

.sport #lineup .comment_area .data dt {
  margin-right: 0.5em; }

.sport #lineup .comment_area .data dt::before {
  content: '・'; }

.sport #lineup .comment_area .data dd {
  margin-right: 1em; }

.sport #lineup .comment_area .data dd:nth-of-type(3) {
  margin-right: 0; }

.sport #lineup .comment_area .data a {
  display: block;
  width: 11em;
  background-color: #231815;
  color: #fff;
  font-weight: 500;
  font-size: 4vw;
  margin: 0 auto;
  text-align: center;
  padding: 0.5em 0;
  border-radius: 5px; }

.sport #lineup .comment_area .acd {
  border: none;
  background-color: #fff;
  font-size: 3.5vw;
  display: block;
  text-align: center;
  margin: 0 auto; }

.sport #lineup .comment_area .acd.open {
  position: absolute;
  right: 2vw;
  bottom: 0;
  background: linear-gradient(to right, transparent 0%, #fff 10%);
  padding-left: 1em;
  transition: 0.3s;
  opacity: 1; }

.sport #lineup .comment_area.active .acd.open {
  opacity: 0;
  display: none; }

.sport #lineup .comment_area .acd span {
  color: #2559a8; }

@media screen and (min-width: 768px) {
  .sport #lineup .comment_area {
    border: 1px solid #231815;
    margin-left: 2.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }

  .sport #lineup .comment_area.is-hide {
    height: 27vw; }

  .sport #lineup .comment_area .flex {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto 2vw;
    order: 1;
    padding-bottom: 2vw;
    border-bottom: 1px solid #000; }

  .sport #lineup .comment_area .driver {
    border-radius: 10px;
    width: 13%; }

  .sport #lineup .comment_area .title_link {
    width: 85%;
    display: flex;
    flex-wrap: wrap; }

  .sport #lineup .comment_area .title_link h4 {
    font-size: 2vw;
    width: 70%; }

  .sport #lineup .comment_area .title_link h4 span {
    line-height: 1.8; }

  .sport #lineup .comment_area .title_link button {
    font-size: 2vw;
    border-radius: 10px;
    width: 30%;
    margin-left: 0;
    padding: 0; }

  .sport #lineup .comment_area .data {
    width: 100%;
    box-sizing: border-box;
    order: 4;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 0;
    border-radius: 10px;
    border: 1px solid #000; }

  .sport #lineup .comment_area .data h5 {
    font-size: 2vw;
    width: 25%;
    margin-bottom: 0;
    background-color: #fff;
    border-right: 1px solid #000;
    box-sizing: border-box;
    border-radius: 10px 0 0 10px;
    padding: 2em 0; }

  .sport #lineup .comment_area .data dl {
    font-size: 1.8vw;
    width: 65%;
    margin-bottom: 0;
    padding: 1em; }

  .sport #lineup .comment_area .data a {
    font-size: 1.6vw;
    position: absolute;
    right: 1em;
    bottom: 1em;
    border-radius: 1em; }

  .sport #lineup .comment_area > h5 {
    order: 2;
    font-size: 2vw; }

  .sport #lineup .comment_area p {
    order: 3;
    width: 100%;
    font-size: 1.8vw;
    margin: 0 0 2vw;
    padding: 0;
    border: none; }

  .sport #lineup .comment_area .acd {
    order: 5;
    font-size: 1.8vw; } }

@media screen and (min-width: 1024px) {
  .sport #lineup .comment_area {
    margin: 0 0 10px 14px;
    padding: 10px; }

  .sport #lineup .comment_area .flex {
    width: 43%;
    margin: 0 auto 20px;
    padding-bottom: 0;
    border-bottom: none; }

  .sport #lineup .comment_area .driver {
    width: 20%; }

  .sport #lineup .comment_area .title_link {
    width: 79%;
    display: block; }

  .sport #lineup .comment_area .title_link h4 {
    font-size: 12px;
    width: 100%; }

  .sport #lineup .comment_area .title_link button {
    width: 45%;
    font-size: 12px;
    margin-left: 10px;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border: 1px solid #231815; }

  .sport #lineup .comment_area .title_link button::before, .sport #lineup .comment_area .data a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #fff;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease 0.3s; }

  .sport #lineup .comment_area .title_link button:hover, .sport #lineup .comment_area .data a:hover {
    color: #231815; }

  .sport #lineup .comment_area .title_link button:hover::before, .sport #lineup .comment_area .data a:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1); }

  .sport #lineup .comment_area .data {
    order: 2;
    width: 57%; }

  .sport #lineup .comment_area .data h5 {
    font-size: 13px;
    width: 17%;
    padding: 2.3em 0; }

  .sport #lineup .comment_area .data dl {
    font-size: 12px;
    width: 70%;
    padding: 1.2em 1em; }

  .sport #lineup .comment_area .data a {
    font-size: 12px;
    border-radius: 10px;
    width: 10em;
    z-index: 0; }

  .sport #lineup .comment_area > h5 {
    order: 3;
    font-size: 16px; }

  .sport #lineup .comment_area p {
    order: 4;
    font-size: 14px;
    margin: 0; }

  .sport #lineup .comment_area .acd {
    display: none; } }

.sport #impression {
  background: url("/asp/photo/auction/lp/sport/img/bg_lineup_sp.png") top center / 100% 100% no-repeat;
  position: relative;
  padding-top: 40vw;
  padding-bottom: 55vw;
  max-width: 1366px;
  margin: 0 auto; }

.sport #impression::before {
  content: '';
  position: absolute;
  width: 80vw;
  height: 66vw;
  right: 0;
  top: -24vw;
  background: url("/asp/photo/auction/lp/sport/img/bg_img_impression.png") center / contain no-repeat;
  z-index: 1; }

.sport #impression h2 {
  color: #fff; }

.sport #impression h2 > span {
  color: #fff;
  line-height: 1;
  display: inline-block; }

.sport #impression h2 > span::after {
  background: url("/asp/photo/auction/lp/sport/img/decoration_impression.png") top 75% center / 95% no-repeat; }

.sport #impression .sub_title {
  color: #fff;
  font-size: 5.6vw;
  background-color: #ab1f24;
  padding: 1em 0 0.5em;
  margin: 30vw 0 -5vw;
  transform: rotate(-5deg);
  position: relative; }

.sport #impression .sub_title::before {
  content: '';
  position: absolute;
  width: 104%;
  height: 24vw;
  background: url("/asp/photo/auction/lp/sport/img/bg_img_impression_3pic.png") top center / cover no-repeat;
  left: 0;
  top: -21vw; }

.sport #impression .sub_title::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2px;
  left: -2px;
  background-color: #ab1f24;
  transform: skewX(-5deg);
  z-index: -1; }

.sport #impression .sub_title p {
  font-weight: 700;
  width: 15em;
  margin: 0 auto;
  line-height: 1.5; }

.sport #impression .sub_title p span {
  font-weight: 700;
  display: block;
  text-align: right; }

@media screen and (min-width: 768px) {
  .sport #impression {
    padding-top: 28vw;
    padding-bottom: 28vw;
    background: url("/asp/photo/auction/lp/sport/img/bg_lineup_pc.png") top left / 100% 100% no-repeat; }

  .sport #impression::before {
    width: 45vw;
    height: 40vw;
    top: -10vw; }

  .sport #impression .sub_title {
    font-size: 4.2vw;
    width: 98%;
    margin: 30vw auto -5vw; }

  .sport #impression .sub_title::before {
    width: 92%;
    height: 20.7vw;
    right: 0;
    margin: 0 auto;
    top: -19vw; }

  .sport #impression .sub_title::after {
    content: none; } }

@media screen and (min-width: 1024px) {
  .sport #impression {
    padding-top: 280px;
    padding-bottom: 280px; }

  .sport #impression::before {
    width: 450px;
    height: 400px;
    top: -100px; }

  .sport #impression .sub_title {
    font-size: 42px;
    width: 1000px;
    margin: 300px auto -50px; }

  .sport #impression .sub_title::before {
    height: 211px;
    top: -195px; } }

@media screen and (min-width: 1366px) {
  .sport #impression::before {
    right: calc(50% - 683px); } }

.sport #impression .driver {
  width: 95%;
  margin: 0 auto 10vw;
  background-color: #fff;
  padding: 10vw 2.5% 5vw;
  box-sizing: border-box; }

.sport #impression .driver > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.sport #impression .driver img {
  width: auto;
  height: 35vw;
  position: relative;
  z-index: 1; }

.sport #impression .driver div dl {
  width: 60%;
  text-align: center;
  position: relative;
  margin-top: 5vw; }

.sport #impression .driver div dt {
  font-family: acumin-variable, sans-serif;
  font-variation-settings: "slnt" -12, "wdth" 115, "wght" 900;
  color: #767676;
  font-size: 9.5vw;
  background: url("/asp/photo/auction/lp/sport/img/decoration_driver_line.png") bottom center / contain no-repeat;
  position: absolute;
  top: -1em;
  right: 0;
  width: 70vw;
  padding-bottom: 0.3em;
  z-index: 0;
  transform: rotate(-5deg); }

.sport #impression .driver div dt::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("/asp/photo/auction/lp/sport/img/decoration_driver.png") top 75% center / 95% no-repeat; }

.sport #impression .driver div dd small {
  font-size: 3.3vw;
  line-height: 2.5;
  display: block; }

.sport #impression .driver div dd ruby {
  -webkit-ruby-position: after;
  ruby-position: under; }

.sport #impression .driver div dd rb, .sport #impression .driver div dd span {
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 900;
  font-size: 6.7vw; }

.sport #impression .driver div dd rb:first-of-type {
  margin-right: 0.2em; }

.sport #impression .driver div dd rt {
  text-align: center;
  font-size: 3.3vw;
  transform: translateY(0.2em); }

.sport #impression .driver div dd span {
  font-size: 5.4vw; }

.sport #impression .driver p {
  margin: 5vw 0;
  font-size: 3.3vw;
  line-height: 1.8; }

.sport #impression .driver h4 {
  font-weight: 900;
  font-size: 4.6vw;
  text-align: center;
  margin-bottom: 5vw; }

.sport #impression .driver > dl {
  font-size: 3.1vw;
  line-height: 1.8; }

.sport #impression .driver > dl dt {
  font-weight: 900; }

.sport #impression .driver + img {
  margin-bottom: 10vw; }

.sport #result .condition, .sport #impression .condition {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 0 2.5%;
  margin: 10vw 0;
  font-size: 4vw;
  color: #fff;
  line-height: 1.8; }

.sport #result .condition dt, .sport #result .condition dd, .sport #impression .condition dt, .sport #impression .condition dd {
  font-weight: 500; }

.sport #result .condition dt, .sport #impression .condition dt {
  width: 5.2em;
  text-align: right; }

.sport #result .condition dt::after, .sport #impression .condition dt::after {
  content: '：'; }

.sport #result .condition dd, .sport #impression .condition dd {
  width: 19em; }

.sport #result .condition dd small, .sport #impression .condition dd small {
  display: block;
  font-size: 3.2vw; }

.sport #result .condition dd small::before, .sport #impression .condition dd small::before {
  content: '※'; }

.sport #impression > p {
  color: #fff;
  font-size: 3.8vw;
  line-height: 1.8;
  width: 95%;
  margin: 0 auto 10vw;
  text-align: center; }

.sport #impression .media {
  display: block;
  width: 50%;
  margin: 0 0 5px 5px; }

@media screen and (min-width: 768px) {
  .sport #impression .driver {
    width: 90%;
    max-width: 920px;
    padding: 10vw 5% 5vw;
    margin: 0 auto; }

  .sport #impression .driver > div {
    width: 85%;
    margin: 0 auto; }

  .sport #impression .driver img {
    height: 28vw;
    max-height: 286px; }

  .sport #impression .driver div dt {
    font-size: 7vw;
    width: 53vw;
    top: -1.5em; }

  .sport #impression .driver div dt::after {
    background: url("/asp/photo/auction/lp/sport/img/decoration_driver.png") center / 60% no-repeat; }

  .sport #impression .driver div dd small {
    font-size: 1.7vw;
    line-height: 3;
    padding-right: 3.5em; }

  .sport #impression .driver div dd rb {
    font-size: 4.4vw; }

  .sport #impression .driver div dd span {
    font-size: 3.6vw; }

  .sport #impression .driver div dd rt {
    font-size: 1.7vw; }

  .sport #impression .driver p {
    margin: 3vw 0;
    font-size: 1.8vw; }

  .sport #impression .driver h4 {
    font-size: 3vw;
    margin-bottom: 3vw; }

  .sport #impression .driver > dl {
    font-size: 1.8vw;
    line-height: 2;
    width: 29em;
    margin: 0 auto; }

  .sport #impression > img {
    width: 90%;
    max-width: 920px; }

  .sport #result .condition, .sport #impression .condition {
    margin: 5vw auto;
    width: 21em;
    font-size: 2.4vw; }

  .sport #result .condition dd, .sport #impression .condition dd {
    width: 15em; }

  .sport #result .condition dd small, .sport #impression .condition dd small {
    font-size: 1.4vw; }

  .sport #impression .video {
    width: 90%;
    max-width: 920px;
    margin: 0 auto; }

  .sport #impression > p {
    font-size: 2.4vw;
    width: 90%;
    max-width: 880px; }

  .sport #impression > p .sp {
    display: none; }

  .sport #impression .media {
    width: 90%;
    max-width: 920px;
    margin: 0 auto 5px; }

  .sport #impression .media img {
    width: 30%;
    margin: 0; } }

@media screen and (min-width: 1024px) {
  .sport #impression .driver {
    padding: 100px 50px 50px; }

  .sport #impression .driver div dl {
    margin-top: 50px; }

  .sport #impression .driver div dt {
    font-size: 70px;
    width: 530px; }

  .sport #impression .driver div dd small {
    font-size: 17px; }

  .sport #impression .driver div dd rb {
    font-size: 44px; }

  .sport #impression .driver div dd span {
    font-size: 36px; }

  .sport #impression .driver div dd rt {
    font-size: 17px; }

  .sport #impression .driver p {
    margin: 30px 0;
    font-size: 18px; }

  .sport #impression .driver h4 {
    font-size: 30px;
    margin-bottom: 30px; }

  .sport #impression .driver > dl {
    font-size: 18px; }

  .sport #impression .driver + img {
    margin-bottom: 100px; }

  .sport #result .condition, .sport #impression .condition {
    margin: 50px auto;
    font-size: 24px; }

  .sport #result .condition dd small, .sport #impression .condition dd small {
    font-size: 14px; }

  .sport #impression > p {
    font-size: 24px;
    margin: 0 auto 100px; } }

.sport #time_result > h3 {
  font-size: 9.5vw;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 10vw; }

.sport #time_result > h3 span {
  font-family: acumin-variable, sans-serif;
  font-variation-settings: "slnt" -12, "wdth" 115, "wght" 900;
  color: #767676;
  position: relative; }

.sport #time_result > h3 span::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("/asp/photo/auction/lp/sport/img/decoration_result.png") top 75% center / 95% no-repeat; }

.sport #time_result > h3 small {
  font-size: 0.4em;
  display: block;
  color: #fff; }

.sport #time_result > h4 {
  color: #efea3a;
  text-align: center;
  font-weight: 900;
  margin-top: 10vw;
  line-height: 2;
  font-size: 4.8vw; }

.sport #time_result .condition {
  margin: 0 auto 10vw; }

.sport #time_result .button {
  justify-content: flex-start; }

.sport #time_result img.result {
  width: 95%;
  max-width: 920px;
  margin: 0 auto 5vw; }

.sport #time_result select {
  -webkit-appearance: none;
  appearance: none;
  width: 95%;
  margin: 0 auto;
  text-align: center;
  text-align-last: center;
  display: block;
  line-height: 1;
  font-size: 4vw;
  padding: 1.5em 0 1.5em 1.5em;
  background: url("/asp/photo/auction/lp/sport/img/icon_driver.png") left -4vw bottom / contain no-repeat, #ab1f24;
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 0.5em; }

@media screen and (min-width: 768px) {
  .sport #time_result > h3 {
    font-size: 6.5vw; }

  .sport #time_result > h3 small {
    font-size: 0.3em; }

  .sport #time_result > h4 {
    font-size: 2.8vw;
    margin-top: 5vw; }

  .sport #time_result .condition {
    margin: 0 auto 5vw; }

  .sport #time_result img.result {
    width: 90%;
    cursor: pointer; }

  .sport #time_result select {
    font-size: 1.7vw;
    width: 50%;
    padding: 1.5em 0 1.5em 1em;
    background: url("/asp/photo/auction/lp/sport/img/icon_driver.png") left -1vw bottom / contain no-repeat, #ab1f24;
    cursor: pointer; } }

@media screen and (min-width: 1024px) {
  .sport #time_result > h3 {
    font-size: 64px;
    margin-bottom: 100px; }

  .sport #time_result > h4 {
    font-size: 28px;
    margin-top: 50px; }

  .sport #time_result .condition {
    margin: 0 auto 50px; }

  .sport #time_result img.result {
    margin: 0 auto 50px; }

  .sport #time_result select {
    font-size: 17px;
    width: 512px;
    background: url("/asp/photo/auction/lp/sport/img/icon_driver.png") left -10px bottom / contain no-repeat, #ab1f24; } }

.sport #treadwear {
  padding: 15vw 0;
  position: relative; }

.sport #treadwear::before {
  content: '';
  position: absolute;
  width: 90vw;
  height: 54vw;
  right: 0;
  top: -48vw;
  background: url("/asp/photo/auction/lp/sport/img/bg_img_treadwear_sp.png") center / contain no-repeat; }

.sport #treadwear h2 span::after {
  background: url("/asp/photo/auction/lp/sport/img/decoration_treadwear.png") top 75% center / 95% no-repeat; }

.sport #treadwear .help {
  font-size: 3.4vw;
  color: #2557a6;
  text-align: right;
  display: block;
  margin: 0 2.5% 2vw auto;
  position: relative;
  width: 15em; }

.sport .help::before {
  content: "？";
  color: #000;
  background-color: #efe327;
  border-radius: 50%;
  border: 1px solid #888;
  font-weight: 900;
  width: 4vw;
  height: 4vw;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  line-height: 4vw;
  font-size: 3vw; }

@media screen and (min-width: 768px) {
  .sport #treadwear {
    padding: 10vw 0; }

  .sport #treadwear::before {
    content: '';
    width: 100%;
    max-width: 1366px;
    height: 54vw;
    top: -20vw;
    left: 0;
    margin: 0 auto;
    background: url("/asp/photo/auction/lp/sport/img/bg_img_treadwear_pc.png") center / contain no-repeat; }

  .sport #treadwear .help {
    font-size: 1.8vw;
    margin: 0 5% 10vw auto;
    cursor: pointer; }

  .sport .help::before {
    width: 2.4vw;
    height: 2.4vw;
    line-height: 2.4vw;
    font-size: 2vw; }

  .sport #treadwear .help::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #2557a6;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease 0.3s;
    bottom: -10px;
    left: 0; }

  .sport #treadwear .help:hover::after {
    transform-origin: 0% 50%;
    transform: scaleX(1); } }

@media screen and (min-width: 1024px) {
  .sport #treadwear {
    padding: 100px 0; }

  .sport #treadwear .help {
    font-size: 18px;
    margin-right: calc(50% - 460px);
    margin-bottom: 100px; }

  .sport .help::before {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 20px; } }

@media screen and (min-width: 1366px) {
  .sport #treadwear::before {
    height: 738px;
    top: -274px; } }

.sport .tread_menu ul {
  width: 95%;
  margin: 0 auto 10vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.sport .tread_menu ul li {
  width: 32%; }

.sport .tread_menu ul li a {
  display: block;
  color: #fff;
  background-color: #231815;
  font-weight: 900;
  font-size: 8vw;
  padding: 0.3em 0;
  text-align: center;
  margin-bottom: 2vw; }

.sport .tread_menu ul li a span {
  font-size: 0.5em;
  margin-left: 0.2em; }

@media screen and (min-width: 768px) {
  .sport .tread_menu ul {
    width: 90%;
    max-width: 920px; }

  .sport .tread_menu ul li {
    width: 16%; }

  .sport .tread_menu ul li a {
    font-size: 3.4vw;
    padding: 0.4em 0;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    transition: 0.3s; }

  .sport .tread_menu ul li a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: -1;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease 0.3s; }

  .sport .tread_menu ul li a:hover {
    color: #231815; }

  .sport .tread_menu ul li a:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1); } }

@media screen and (min-width: 1024px) {
  .sport .tread_menu ul {
    margin-bottom: 100px; }

  .sport .tread_menu ul li a {
    font-size: 34px; } }

.sport #treadwear table {
  width: 95%;
  margin: 0 auto 5vw; }

.sport #treadwear table th.tw {
  width: 3em;
  font-size: 5vw;
  font-weight: 900;
  background-color: #231815;
  color: #fff;
  vertical-align: middle;
  border-bottom: 1px solid #231815; }

.sport #treadwear table th.tw span {
  display: block;
  font-size: 0.6em;
  padding-left: 1em;
  margin-top: 0.3em; }

.sport #treadwear table th.size_btn, .sport #treadwear table td.size, .sport #treadwear table td.btn {
  display: none; }

.sport #treadwear table th.ptn, .sport #treadwear table th.size_btn {
  max-width: 9999px;
  color: #fff;
  background-color: #595757;
  font-size: 5vw;
  font-weight: 700;
  padding: 0.5em;
  border-right: 1px solid #231815; }

.sport #treadwear table td.img {
  width: 25%;
  border-bottom: 1px solid #231815;
  border-right: 1px solid #231815;
  vertical-align: bottom;
  height: 28vw; }

.sport #treadwear table td.img img {
  width: 90%; }

.sport #treadwear table td.ptn {
  max-width: 9999px;
  border-bottom: 1px solid #231815;
  border-right: 1px solid #231815;
  padding: 1vw;
  vertical-align: bottom; }

.sport #treadwear table td.ptn .logo_brand {
  width: 40%;
  margin-left: 0;
  margin-bottom: 2vw; }

.sport #treadwear table .ptn_m_attack td.ptn .logo_brand {
  width: 30%;
  margin-bottom: 1vw; }

.sport #treadwear table td.ptn .logo_ptn {
  height: 4vw;
  margin-bottom: 3vw;
  filter: brightness(0) saturate(100%) invert(0%) sepia(5%) saturate(21%) hue-rotate(208deg) brightness(98%) contrast(104%); }

.sport #treadwear table .ptn_protoura_race_new td.ptn .logo_ptn, .sport #treadwear table .ptn_protoura_race td.ptn .logo_ptn {
  height: 7vw; }

.sport #treadwear table .ptn_m_attack td.ptn .logo_ptn {
  height: 7vw;
  filter: none;
  margin-bottom: 1vw; }

.sport #treadwear table .ptn_blu-trac_race td.ptn .logo_ptn {
  filter: none; }

.sport #treadwear .link_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative; }

.sport #treadwear .ptn_595rs-pro .link_area::before {
  height: 100%;
  line-height: 1.5; }

.sport #treadwear table td.ptn .link_page, .sport #treadwear table td.ptn .size_spec, .sport #treadwear table td.btn .link_page, .sport #treadwear table td.btn .size_spec {
  font-size: 3vw;
  color: #fff;
  font-weight: 700;
  padding: 1em 0;
  text-align: center;
  width: 49%;
  background-color: #b60005;
  border: 1px solid #b60005;
  box-sizing: border-box; }

.sport #treadwear table td.ptn .size_spec, .sport #treadwear table td.btn .size_spec {
  background-color: #231815;
  border: 1px solid #231815;
  line-height: 1; }

.sport #treadwear > .link_area {
  width: 95%;
  margin: 0 auto 5vw; }

.sport #treadwear > .link_area .ability, .sport #treadwear > .link_area .size_ck {
  background-color: #e66919;
  color: #fff;
  font-weight: 500;
  font-size: 4vw;
  text-align: center;
  width: 48%;
  padding: 0.8em 0;
  border: 1px solid #e66919;
  box-sizing: border-box;
  line-height: 1; }

.sport #treadwear > .link_area .size_ck {
  background-color: #231815;
  border: 1px solid #231815; }

.sport #treadwear > .link_area span span {
  margin-left: 1em; }

@media screen and (min-width: 768px) {
  .sport #treadwear table {
    width: 90%;
    max-width: 920px;
    margin: 0 auto 3vw; }

  .sport #treadwear table th.tw {
    font-size: 3.4vw; }

  .sport #treadwear table th.size_btn, .sport #treadwear table td.size, .sport #treadwear table td.btn {
    display: table-cell; }

  .sport #treadwear table th.ptn, .sport #treadwear table th.size_btn {
    width: 45%;
    font-size: 2vw;
    padding: 1em 0; }

  .sport #treadwear table td.img {
    width: 20%;
    border-bottom: 1px solid #231815;
    border-right: 1px solid #231815;
    vertical-align: bottom;
    height: 10vw; }

  .sport #treadwear table td.img div {
    height: 10vw;
    overflow: hidden; }

  .sport #treadwear table td.img img {
    width: 70%; }

  .sport #treadwear table td.ptn {
    max-width: 9999px;
    border-bottom: 1px solid #231815;
    border-right: 1px solid #231815;
    padding: 1vw;
    vertical-align: middle; }

  .sport #treadwear table td.ptn .logo_brand {
    width: 50%;
    margin-left: 0;
    margin-bottom: 2vw; }

  .sport #treadwear table .ptn_m_attack td.ptn .logo_brand {
    width: 40%;
    margin-bottom: 0.5vw; }

  .sport #treadwear table td.ptn .logo_ptn {
    height: 2vw;
    margin-bottom: 0; }

  .sport #treadwear table .ptn_protoura_race_new td.ptn .logo_ptn, .sport #treadwear table .ptn_protoura_race td.ptn .logo_ptn {
    height: 4vw; }

  .sport #treadwear table .ptn_m_attack td.ptn .logo_ptn {
    height: 3.4vw;
    margin-bottom: 0; }

  .sport #treadwear td.ptn .link_area {
    display: none; }

  .sport #treadwear table td.size {
    width: 25%;
    vertical-align: middle;
    border-bottom: 1px solid #231815; }

  .sport #treadwear table td.size div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 0 auto; }

  .sport #treadwear table td.size span.min, .sport #treadwear table td.size span.max, .sport #treadwear table td.size span.min_max {
    font-size: 3vw;
    background-color: #231815;
    color: #fff;
    font-weight: 900;
    padding: 0.3em 0.6em;
    clip-path: polygon(0 50%, 25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%); }

  .sport #treadwear table td.size span span {
    font-size: 0.5em;
    font-weight: 500;
    display: block;
    text-align: center; }

  .sport #treadwear table td.size span.arrow {
    color: #231815;
    font-size: 2.5vw; }

  .sport #treadwear table td.btn {
    width: 20%;
    border-bottom: 1px solid #231815;
    border-right: 1px solid #231815;
    vertical-align: middle;
    position: relative; }

  .sport #treadwear table .ptn_595rs-pro .btn::before {
    height: 100%;
    line-height: 4;
    font-size: 2.2vw; }

  .sport #treadwear table td.btn .link_page, .sport #treadwear table td.btn .size_spec {
    font-size: 1.8vw;
    width: 90%;
    margin: 5px auto;
    display: block;
    padding: 0.5em 0;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: 0.3s; }

  .sport #treadwear table td.btn .link_page::before, .sport #treadwear table td.btn .size_spec::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: -1;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease 0.3s; }

  .sport #treadwear table td.btn .link_page:hover {
    color: #b60005; }

  .sport #treadwear table td.btn .size_spec:hover {
    color: #231815; }

  .sport #treadwear table td.btn .link_page:hover::before, .sport #treadwear table td.btn .size_spec:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1); }

  .sport #treadwear > .link_area {
    width: 63%;
    max-width: 645px;
    margin: 0 5% 6vw auto; }

  .sport #treadwear > .link_area .ability, .sport #treadwear > .link_area .size_ck {
    font-size: 2vw;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: 0.3s; }

  .sport #treadwear > .link_area .ability::before, .sport #treadwear > .link_area .size_ck::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: -1;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease 0.3s; }

  .sport #treadwear > .link_area .ability:hover {
    color: #e66919; }

  .sport #treadwear > .link_area .size_ck:hover {
    color: #231815; }

  .sport #treadwear > .link_area .ability:hover::before, .sport #treadwear > .link_area .size_ck:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1); } }

@media screen and (min-width: 1024px) {
  .sport #treadwear table {
    margin: 0 auto 30px; }

  .sport #treadwear table th.tw {
    font-size: 34px; }

  .sport #treadwear table th.ptn, .sport #treadwear table th.size_btn {
    font-size: 20px; }

  .sport #treadwear table td.img {
    height: 100px; }

  .sport #treadwear table td.img div {
    height: 100px; }

  .sport #treadwear table td.ptn {
    padding: 10px; }

  .sport #treadwear table td.ptn .logo_brand {
    margin-bottom: 20px; }

  .sport #treadwear table .ptn_m_attack td.ptn .logo_brand {
    margin-bottom: 5px; }

  .sport #treadwear table td.ptn .logo_ptn {
    height: 20px; }

  .sport #treadwear table .ptn_protoura_race_new td.ptn .logo_ptn, .sport #treadwear table .ptn_protoura_race td.ptn .logo_ptn {
    height: 40px; }

  .sport #treadwear table .ptn_m_attack td.ptn .logo_ptn {
    height: 34px; }

  .sport #treadwear table td.size span.min, .sport #treadwear table td.size span.max, .sport #treadwear table td.size span.min_max {
    font-size: 30px; }

  .sport #treadwear table td.size span.arrow {
    font-size: 24px; }

  .sport #treadwear table .ptn_595rs-pro .btn::before {
    font-size: 22px; }

  .sport #treadwear table td.btn .link_page, .sport #treadwear table td.btn .size_spec {
    font-size: 18px; }

  .sport #treadwear > .link_area {
    margin-right: calc(50% - 460px);
    margin-bottom: 60px; }

  .sport #treadwear > .link_area .ability, .sport #treadwear > .link_area .size_ck {
    font-size: 20px; } }

.sport footer {
  background-color: #231815;
  padding: 30px 0; }

.sport footer .link_drift {
  margin: 15px 0 50px; }

.sport footer .link_drift h4 span {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 4.8vw;
  transform: skewX(-5deg);
  margin-bottom: 1em;
  font-weight: 700; }

.sport footer .link_drift a {
  display: block;
  width: 60%;
  margin: 0 auto 20px; }

.sport footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.sport footer ul li a {
  color: #fff;
  font-size: 14px;
  padding: 0.5em;
  display: block; }

.sport footer small {
  display: block;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 12px;
  margin: 20px 0 0; }

@media screen and (min-width: 768px) {
  .sport footer .link_drift {
    margin: 50px 0 100px; }

  .sport footer .link_drift h4 span {
    font-size: 20px;
    text-align: left;
    width: 620px;
    margin: 0 auto 20px; }

  .sport footer .link_drift a {
    width: 620px; } }

.sport .btn_top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 100;
  bottom: 20px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: #727171;
  color: #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); }

.sport .btn_top span:first-of-type {
  width: 20px;
  height: 10px;
  background-color: #fff;
  margin-bottom: 5px;
  clip-path: polygon(0 100%, 50% 0, 100% 100%, 50% 60%); }

.sport .btn_top span:last-of-type {
  font-family: acumin-variable, sans-serif;
  font-variation-settings: "slnt" -12, "wdth" 115, "wght" 900;
  font-size: 12px; }

@media screen and (min-width: 1024px) {
  .sport .btn_top {
    width: 75px;
    height: 75px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    overflow: hidden; }

  .sport .btn_top::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #fff;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease 0.3s; }

  .sport .btn_top:hover {
    color: #727171; }

  .sport .btn_top:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1); }

  .sport .btn_top span:first-of-type {
    width: 30px;
    height: 15px;
    margin-bottom: 7.5px;
    transition: 0.3s; }

  .sport .btn_top:hover span:first-of-type {
    background-color: #727171; }

  .sport .btn_top span:last-of-type {
    font-size: 18px; } }

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

.sport .modal_area {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 200;
  padding: 50px 0;
  overflow: scroll; }

.sport .modal_area.open {
  display: block;
  animation: fadein 0.3s; }

@keyframes fadein {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.sport .modal_area .btn_closed {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #231815;
  cursor: pointer;
  transition: 0.3s;
  z-index: 10; }

.sport .modal_area .btn_closed::before, .sport .modal_area .btn_closed::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 30px;
  height: 3px;
  background-color: #fff;
  transition: 0.3s; }

.sport .modal_area .btn_closed::after {
  transform: translate(-50%, -50%) rotate(-45deg); }

.sport .modal_area > section {
  background-color: #fff;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  display: none; }

.sport .modal_area > section#score {
  max-width: 1350px; }

.sport .modal_area > section#size_tw {
  max-width: 1200px; }

.sport .modal_area > section.open {
  display: block; }

@media screen and (min-width: 768px) {
  .sport .modal_area .btn_closed:hover {
    background-color: #fff; }

  .sport .modal_area .btn_closed:hover::before, .sport .modal_area .btn_closed:hover::after {
    background-color: #231815; } }

.sport #help_tw {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 23px 0; }

.sport #help_tw .wrap {
  width: 95%;
  margin: 0 auto;
  padding: 2.5%;
  border: 2px solid #727171;
  box-sizing: border-box;
  border-radius: 10px; }

.sport #help_tw h3 {
  font-size: 18px;
  color: #2557a6;
  margin-bottom: 1em;
  position: relative;
  padding-left: 1.5em; }

.sport #help_tw h3::before {
  content: "？";
  color: #000;
  background-color: #efe327;
  border-radius: 50%;
  border: 1px solid #888;
  font-weight: 900;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  line-height: 24px;
  font-size: 18px; }

.sport #help_tw h4 {
  color: #231815;
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 0.5em; }

.sport #help_tw p {
  color: #231815;
  line-height: 1.5;
  font-size: 14px; }

.sport #help_tw p small {
  font-size: 12px;
  display: block; }

.sport #help_tw p small::before {
  content: '※'; }

.sport #size_spec {
  padding: 23px 0;
  box-sizing: border-box; }

.sport #size_spec .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  width: 95%;
  margin: 0 auto;
  position: relative; }

.sport #size_spec .wrap::before {
  content: 'scroll';
  position: absolute;
  right: 0;
  bottom: 2px;
  font-size: 12px;
  color: #231815;
  padding: 0 0.5em;
  border-bottom: 1px solid;
  border-right: 15px solid;
  border-image: linear-gradient(-98deg, transparent 3%, #231815 3%) 1;
  animation: move_scroll 1s ease-in-out infinite alternate; }

@keyframes move_scroll {
  0% {
    transform: translateX(-10px); }

  100% {
    transform: translateX(0px); } }

.sport #size_spec h3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 2vw; }

.sport #size_spec .tire_box {
  width: 20%;
  height: 15vw;
  overflow: hidden; }

.sport #size_spec .logo {
  width: 55%;
  margin-left: 2.5%; }

.sport #size_spec .logo_brand {
  width: 60%;
  margin-left: 0;
  margin-bottom: 1vw; }

.sport #size_spec.ptn_m_attack .logo_brand {
  width: 40%; }

.sport #size_spec .logo_ptn {
  height: 5vw;
  width: auto;
  filter: brightness(0) saturate(100%) invert(0%) sepia(5%) saturate(21%) hue-rotate(208deg) brightness(98%) contrast(104%); }

.sport #size_spec .logo_ptn.ptn_protoura_race_new, .sport #size_spec .logo_ptn.ptn_protoura_race {
  height: 8vw; }

.sport #size_spec .logo_ptn.ptn_m_attack {
  height: 8vw;
  filter: none; }

.sport #size_spec .logo_ptn.ptn_blu-trac_race {
  filter: none; }

.sport #size_spec .help {
  color: #2557a6;
  font-size: 3.6vw;
  position: relative;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 2.5em;
  margin-bottom: 5vw; }

.sport #size_spec .help::before {
  text-indent: 0;
  top: 0;
  transform: translateY(0); }

@media screen and (min-width: 768px) {
  .sport #size_spec .wrap {
    justify-content: space-between; }

  .sport #size_spec .wrap::before {
    content: none; }

  .sport #size_spec h3 {
    width: 40%;
    margin-bottom: 10px;
    justify-content: flex-start; }

  .sport #size_spec .tire_box {
    width: 26%;
    height: 8vw;
    max-height: 74px; }

  .sport #size_spec .logo {
    width: 67.5%; }

  .sport #size_spec .logo_brand {
    width: 50%; }

  .sport #size_spec.ptn_m_attack .logo_brand {
    width: 35%;
    margin-bottom: 5px; }

  .sport #size_spec .logo_ptn {
    height: 2.5vw;
    max-height: 23px; }

  .sport #size_spec .logo_ptn.ptn_protoura_race_new, .sport #size_spec .logo_ptn.ptn_protoura_race {
    height: 4vw;
    max-height: 37px; }

  .sport #size_spec .logo_ptn.ptn_m_attack {
    height: 3vw;
    max-height: 30px; }

  .sport #size_spec .help {
    font-size: 14px;
    text-indent: 0;
    padding-left: 1.8em;
    margin-bottom: 10px; }

  .sport #size_spec .help br {
    display: none; }

  .sport #size_spec .help::before {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 16px; } }

.sport #size_spec .scroll_box {
  overflow-x: scroll;
  width: 95%;
  margin: 0 auto 30px;
  position: relative; }

.sport #size_spec table {
  font-size: 14px;
  text-align: center;
  width: max-content;
  margin: 0 auto; }

.sport #size_spec table thead th {
  background-color: #231815;
  color: #fff;
  border: 2px solid #fff;
  font-weight: 500;
  vertical-align: middle;
  padding: 1em 0; }

.sport #size_spec table tbody th, .sport #size_spec table tbody td {
  background-color: #d3d3d4;
  font-weight: 700;
  color: #231815;
  border: 2px solid #fff;
  vertical-align: middle;
  padding: 0.5em 0; }

.sport #size_spec table tbody a {
  color: #231815;
  font-weight: 700;
  position: relative; }

.sport #size_spec table tbody a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -2px;
  background-color: #2557a6; }

.sport #size_spec table .inch, .sport #size_spec table .oblateness {
  width: 4em; }

.sport #size_spec table .size {
  width: 10em; }

.sport #size_spec table td.size {
  text-align: left;
  padding-left: 1em; }

.sport #size_spec table .tw {
  width: 6em; }

.sport #size_spec table .traction {
  width: 5em; }

.sport #size_spec table .temp {
  width: 7em; }

.sport #size_spec .caution {
  display: block;
  font-size: 12px;
  text-align: right;
  color: #231815;
  margin-bottom: 30px;
  margin-right: 2.5%; }

.sport #size_spec .caution::before {
  content: '※'; }

@media screen and (min-width: 768px) {
  .sport #size_spec .scroll_box {
    overflow-x: auto; }

  .sport #size_spec table {
    font-size: 16px;
    width: 100%; }

  .sport #size_spec table tbody a::before {
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease 0.3s; }

  .sport #size_spec table tbody a:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1); } }

@media screen and (min-width: 920px) {
  .sport #size_spec table {
    font-size: 20px;
    width: auto; }

  .sport #size_spec table thead th {
    font-size: 18px; } }

.sport #size_spec #utqg {
  padding: 23px 2.5%;
  border: 1px solid #231815;
  border-radius: 10px;
  color: #231815;
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box; }

.sport #size_spec #utqg h4 {
  font-size: 16px;
  font-weight: 700;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 2em;
  line-height: 1.5; }

.sport #size_spec #utqg p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 1em; }

.sport #size_spec #utqg p small, .sport #size_spec #utqg dd small {
  display: block;
  font-size: 12px; }

.sport #size_spec #utqg p small::before, .sport #size_spec #utqg dd small::before {
  content: '※'; }

.sport #size_spec #utqg dt {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  width: 7em;
  position: relative; }

.sport #size_spec #utqg dt::after {
  content: '：';
  position: absolute;
  right: 0; }

.sport #size_spec #utqg dd {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 1em; }

@media screen and (min-width: 768px) {
  .sport #size_spec #utqg dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start; }

  .sport #size_spec #utqg dd {
    width: calc(100% - 7em); } }

.sport .btn_ability {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin: 0 auto;
  position: fixed;
  bottom: 70px;
  left: 2.5%;
  z-index: 100; }

.sport .btn_ability.open {
  display: flex;
  animation: fade_up 0.3s; }

@keyframes fade_up {
  0% {
    opacity: 0;
    transform: translateY(20px); }

  100% {
    opacity: 1;
    transform: translateY(0px); } }

.sport .btn_ability .ability, .sport .btn_ability .reset {
  width: 70%;
  background-color: #e66919;
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.5;
  height: 60px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: 4px solid #ff914d;
  border-left: 4px solid #f0813c;
  border-right: 4px solid #ca5b16;
  border-bottom: 4px solid #b65214; }

.sport .btn_ability .ability .count {
  display: block;
  width: 100%; }

.sport .btn_ability .reset {
  width: 27.5%;
  margin-left: 2.5%; }

@media screen and (min-width: 768px) {
  .sport .btn_ability {
    width: 90%;
    max-width: 920px;
    left: 5%; }

  .sport .btn_ability .ability, .sport .btn_ability .reset {
    cursor: pointer;
    transition: 0.3s; }

  .sport .btn_ability .ability:hover, .sport .btn_ability .reset:hover {
    border-top: 4px solid #b65214;
    border-left: 4px solid #ca5b16;
    border-right: 4px solid #f0813c;
    border-bottom: 4px solid #ff914d; } }

@media screen and (min-width: 1024px) {
  .sport .btn_ability {
    left: calc(50% - 460px); } }

.sport #score {
  padding: 23px 0;
  box-sizing: border-box; }

.sport #score .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 728px;
  margin: 0 auto; }

.sport #score h3 {
  color: #fff;
  background-color: #231815;
  font-weight: 700;
  font-size: 18px;
  padding: 1em 2em;
  margin-bottom: 10px; }

.sport #score small {
  color: #231815;
  font-size: 12px;
  text-align: right;
  display: block;
  width: 100%;
  margin-bottom: 10px; }

.sport #score small::before {
  content: '※'; }

.sport #score .scroll_box {
  width: 95%;
  margin: 0 auto;
  overflow-x: scroll; }

.sport #score table {
  width: max-content;
  margin: 0 auto; }

.sport #score table th, .sport #score table td {
  border: 2px solid #231815;
  font-weight: 700;
  color: #231815;
  padding: 1em; }

.sport #score table tbody tr:last-of-type th, .sport #score table tbody tr:last-of-type td {
  border: none;
  position: relative; }

.sport #score table tbody tr:last-of-type td.ptn_595rs-pro::before {
  height: 100%;
  line-height: 3;
  font-size: 20px; }

.sport #score table .ability {
  text-align: center; }

.sport #score table thead .ability {
  background-color: #c7c8c8;
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle; }

.sport #score table thead .ability span {
  display: block;
  font-size: 30px;
  font-weight: 900;
  margin-top: 0.5em; }

.sport #score table tbody .ability {
  font-size: 14px; }

.sport #score table .ptn {
  width: 170px;
  vertical-align: top;
  position: relative; }

.sport #score table .ptn small {
  position: absolute;
  right: 1em;
  bottom: 0.2em;
  margin-bottom: 0; }

.sport #score table thead .ptn.ptn_m_attack, .sport #score table thead .ptn.ptn_protoura_race_new, .sport #score table thead .ptn.ptn_protoura_race {
  padding: 1em 1em 0em 1em; }

.sport #score table .ptn .logo_brand {
  width: 60%;
  margin-left: 0; }

.sport #score table .ptn.ptn_m_attack .logo_brand {
  width: 40%;
  position: absolute;
  left: 8px;
  top: 8px; }

.sport #score table .ptn .tire_box {
  height: 100px;
  overflow: hidden;
  margin-bottom: 10px; }

.sport #score table .ptn.ptn_m_attack .tire_box {
  margin-top: 22px; }

.sport #score table .ptn .tire_box img {
  width: 80%; }

.sport #score table .ptn .logo_ptn {
  height: 15px; }

.sport #score table .ptn.ptn_m_attack .logo_ptn, .sport #score table .ptn.ptn_protoura_race_new .logo_ptn, .sport #score table .ptn.ptn_protoura_race .logo_ptn {
  height: 25px; }

.sport #score table tbody .score {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center; }

.sport #score table tbody .score_box {
  width: 12px;
  height: 12px;
  margin-right: 2px; }

.sport #score .score_box.score1, .sport #score .score_box.score2 {
  background-color: #f1e101; }

.sport #score .score_box.score3, .sport #score .score_box.score4 {
  background-color: #f49d3c; }

.sport #score .score_box.score5, .sport #score .score_box.score6 {
  background-color: #ea5413; }

.sport #score .score_box.score7, .sport #score .score_box.score8 {
  background-color: #e60013; }

.sport #score .score_box.score9, .sport #score .score_box.score10 {
  background-color: #c30e23; }

.sport #score table tbody .score_data {
  font-size: 12px;
  font-weight: 700;
  color: #e72830;
  margin-left: 1em; }

.sport #score table tbody .ptn a {
  background-color: #231815;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 0.8em 0;
  display: block;
  width: 8em;
  margin: 0 auto;
  text-align: center; }

@media screen and (min-width: 768px) {
  .sport #score .wrap {
    justify-content: space-between;
    align-items: flex-end; }

  .sport #score small {
    width: 28em; }

  .sport #score .scroll_box {
    overflow: auto; }

  .sport #score table tbody .ptn a {
    transition: 0.3s;
    position: relative;
    border: 1px solid #231815;
    z-index: 1; }

  .sport #score table tbody .ptn a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease 0.3s;
    z-index: -1; }

  .sport #score table tbody .ptn a:hover {
    color: #231815; }

  .sport #score table tbody .ptn a:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1); } }

@media screen and (min-width: 920px) {
  .sport #score .wrap {
    max-width: 818px; }

  .sport #score table thead .ability {
    font-size: 18px; }

  .sport #score table thead .ability span {
    font-size: 34px; }

  .sport #score table tbody .ability {
    font-size: 16px; }

  .sport #score table .ptn {
    width: 195px; }

  .sport #score table tbody .score_box {
    width: 14px;
    height: 14px; }

  .sport #score table tbody .score_data {
    font-size: 14px; }

  .sport #score table tbody tr:last-of-type td.ptn_595rs-pro::before {
    line-height: 3.5; }

  .sport #score table tbody .ptn a {
    font-size: 16px; } }

.sport #size_tw {
  padding: 23px 0;
  box-sizing: border-box; }

.sport #size_tw p {
  width: 95%;
  max-width: 616px;
  margin: 0 auto; }

.sport #size_tw p small {
  display: block;
  text-align: right;
  font-size: 12px;
  color: #231815;
  line-height: 1.5; }

.sport #size_tw p small::before {
  content: '※'; }

.sport #size_tw .scroll_box {
  width: 95%;
  margin: 0 auto;
  overflow-x: scroll; }

.sport #size_tw .scroll_box::-webkit-scrollbar {
  height: 8px;
  background-color: #888; }

.sport #size_tw .scroll_box::-webkit-scrollbar-thumb {
  height: 8px;
  background-color: #231815; }

.sport #size_tw table {
  width: max-content;
  margin: 0 auto;
  position: relative; }

.sport #size_tw table thead, .sport #size_tw table tbody {
  display: block; }

.sport #size_tw table tbody {
  height: 50vh;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #231815 #888; }

.sport #size_tw table tbody::-webkit-scrollbar {
  width: 8px;
  background-color: #888; }

.sport #size_tw table tbody::-webkit-scrollbar-thumb {
  width: 8px;
  background-color: #231815; }

.sport #size_tw table th, .sport #size_tw table td {
  font-size: 14px;
  color: #231815;
  padding: 0.8em 1em;
  border: 2px solid #231815;
  font-weight: 700;
  vertical-align: middle;
  box-sizing: border-box; }

.sport #size_tw table tbody th, .sport #size_tw table tbody td {
  border-top: none; }

.sport #size_tw table th.title {
  background-color: #231815;
  color: #fff;
  font-size: 18px;
  width: 145.75px; }

.sport #size_tw table th.title span {
  display: block;
  font-weight: 700;
  margin-top: 0.5em; }

.sport #size_tw table .ptn {
  padding: 0.5em;
  vertical-align: top;
  width: 150px;
  position: relative; }

.sport #size_tw table .logo_brand {
  width: 60%;
  margin-left: 0; }

.sport #size_tw table .ptn_m_attack .logo_brand {
  width: 40%;
  position: absolute;
  top: 4px;
  left: 0px; }

.sport #size_tw table .tire_box {
  height: 100px;
  overflow: hidden;
  margin-bottom: 10px; }

.sport #size_tw table .ptn_m_attack .tire_box {
  margin-top: 15px; }

.sport #size_tw table .tire_box img {
  width: 80%; }

.sport #size_tw table .logo_ptn {
  height: 13px; }

.sport #size_tw table .ptn_m_attack .logo_ptn, .sport #size_tw table .ptn_protoura_race_new .logo_ptn, .sport #size_tw table .ptn_protoura_race .logo_ptn {
  height: 23px; }

.sport #size_tw table .size {
  text-align: left; }

.sport #size_tw table .link {
  text-align: center;
  width: 150px; }

.sport #size_tw table td a {
  font-weight: 700;
  color: #0f60ad;
  font-size: 14px; }

@media screen and (min-width: 768px) {
  .sport #size_tw p {
    max-width: 704px; }

  .sport #size_tw p small br {
    display: none; }

  .sport #size_tw .scroll_box {
    overflow-x: auto; }

  .sport #size_tw table th.title {
    width: 213.98px; }

  .sport #size_tw table th, .sport #size_tw table td {
    font-size: 16px;
    padding: 0.8em 1.5em; }

  .sport #size_tw table tbody {
    height: 60vh; }

  .sport #size_tw table .size {
    padding: 0.8em 2em; }

  .sport #size_tw table td a {
    font-size: 16px;
    display: block;
    position: relative;
    z-index: 1;
    transition: 0.3s; }

  .sport #size_tw table td a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0f60ad;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease 0.3s;
    z-index: -1; }

  .sport #size_tw table td a:hover {
    color: #fff; }

  .sport #size_tw table td a:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1); } }

@media screen and (min-width: 920px) {
  .sport #size_tw p {
    max-width: 810px; }

  .sport #size_tw table th.title {
    font-size: 20px;
    width: 276.22px; }

  .sport #size_tw table .ptn {
    width: 170px; }

  .sport #size_tw table th, .sport #size_tw table td {
    font-size: 18px; }

  .sport #size_tw table .size {
    padding: 0.8em 3em; }

  .sport #size_tw table .link {
    width: 170px; }

  .sport #size_tw table td a {
    font-size: 18px; } }

.sport #result {
  width: auto;
  background-color: transparent;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.sport #result .condition {
  margin: 0;
  padding: 5vw 0;
  background-color: #231815; }

.sport #result > div {
  display: none; }

.sport #result > div.open {
  display: block; }

.sport #result > div > div {
  overflow-x: scroll; }

.sport #result table {
  width: 950px; }

.sport #result th, .sport #result td {
  color: #fff;
  border: 2px solid #fff;
  font-size: 14px;
  text-align: center;
  padding: 1em 0;
  vertical-align: middle; }

.sport #result tbody tr:nth-of-type(odd) td {
  background-color: #231815; }

.sport #result tbody tr:nth-of-type(even) td {
  background-color: #4f4c4b; }

.sport #result thead tr th, .sport #result tbody tr td:first-of-type {
  background-color: #828282; }

.sport #result thead tr th:first-of-type, .sport #result tbody tr td:first-of-type {
  width: 4em; }

.sport #result thead tr th:nth-of-type(2), .sport #result tbody tr td:nth-of-type(2) {
  width: 7em; }

.sport #result thead tr th:nth-of-type(3), .sport #result tbody tr td:nth-of-type(3) {
  width: 9em; }

.sport #result thead tr th:nth-of-type(4), .sport #result tbody tr td:nth-of-type(4) {
  width: 6em; }

.sport #result thead tr th:nth-of-type(5), .sport #result tbody tr td:nth-of-type(5) {
  width: 3em; }

.sport #result thead tr th:nth-of-type(6), .sport #result tbody tr td:nth-of-type(6) {
  width: 6em; }

.sport #result thead tr th:nth-of-type(7), .sport #result tbody tr td:nth-of-type(7) {
  width: 9em; }

.sport #result thead tr th:nth-of-type(8), .sport #result tbody tr td:nth-of-type(8) {
  width: 4em; }

.sport #result thead tr th:nth-of-type(9), .sport #result tbody tr td:nth-of-type(9) {
  width: 5em; }

.sport #result thead tr th:nth-of-type(10), .sport #result tbody tr td:nth-of-type(10) {
  width: 5em; }

.sport #result thead tr th:nth-of-type(11), .sport #result tbody tr td:nth-of-type(11) {
  width: 8em; }

@media screen and (min-width: 768px) {
  .sport #result .condition {
    width: 100%; }

  .sport #result .condition dt {
    width: 40%; }

  .sport #result .condition dd {
    width: 60%; } }

@media screen and (min-width: 920px) {
  .sport #result {
    padding: 100px 0;
    max-width: 1080px; }

  .sport #result table {
    width: 1080px; }

  .sport #result th, .sport #result td {
    font-size: 16px; } }

@media screen and (min-width: 1024px) {
  .sport #result .condition {
    padding: 50px 0; } }

@media screen and (min-width: 1114px) {
  .sport #result {
    overflow-x: auto; }

  .sport #result > div {
    overflow-x: auto; } }

.sport #movie {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.sport #map {
  background-color: transparent;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  overflow-x: scroll; }

.sport #map picture {
  display: block;
  width: 750px; }
