@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Oswald:wght@500;600;700&family=M+PLUS+1p:wght@700;900&display=swap');
.studless {
  background: url("/asp/photo/auction/lp/studless/img/bg_best_main.jpg") repeat-y top center/contain;
  background-size: 100% 15%;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif; }

.studless img {
  max-width: 100%;
  height: auto;
  display: block; }

.studless br.pc {
  display: none; }

.studless a.btn, .studless p.btn {
  position: relative; }

.studless a.btn::after, .studless p.btn::after {
  content: '';
  position: absolute;
  border: 2.3vw solid transparent;
  border-left: 3.2vw solid #fff;
  top: 53%;
  transform: translateY(-50%);
  right: 0.5em; }

.studless .wrap {
  width: 95%;
  max-width: 1286px;
  margin: 0 auto; }

.studless main #campaign a.btn {
  margin-bottom: 40px; }

@media screen and (min-width: 768px) {
  .studless br.sp {
    display: none; }

  .studless br.pc {
    display: block; }

  .studless div.flex_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

  .studless a.btn::after {
    border: 1.1vw solid transparent;
    border-left: 1.8vw solid #fff; } }

@media screen and (min-width: 1024px) {
  .studless a.btn::after {
    border: 11px solid transparent;
    border-left: 16px solid #fff; } }

.studless header {
  background: url("/asp/photo/auction/lp/studless/img/sp_bg_title.jpg") center center / cover no-repeat;
  display: block;
  height: auto;
  padding: 50px 2.5% 30px; }

.studless header .breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00a4ee;
  font-size: 14px;
  width: 100%;
  padding-left: 0.5em;
  color: #fff;
  box-sizing: border-box; }

.studless header .breadcrumb a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline; }

.studless header .breadcrumb span {
  margin-left: 0.5em; }

.studless header p {
  font-size: 3.7vw;
  color: #004d9e;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  text-shadow: 1px 1px 5px #fff, 1px -1px 5px #fff, -1px 1px 5px #fff, -1px -1px 5px #fff, 1px 0 5px #fff, 0 1px 5px #fff, -1px 0 5px #fff, 0 -1px 5px #fff;
  position: relative; }

.studless header p::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  border-bottom: 2px dotted #004d9e;
  box-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff; }

.studless header p:last-of-type {
  margin-bottom: 20px; }

.studless header h3 {
  font-size: 4.2vw;
  text-align: center;
  padding-left: 4em;
  background: url("/asp/photo/auction/lp/studless/img/icon_search.png") center left 0.5em / contain no-repeat;
  color: #0d3d8d;
  width: 9em;
  margin: 0 auto 20px;
  position: relative;
  filter: drop-shadow(0px 0px 6px #fff) drop-shadow(0px 0px 2px #fff) drop-shadow(0px 0px 2px #fff) drop-shadow(0px 0px 2px #fff); }

.studless header h3::before, .studless header h3::after {
  content: '';
  width: 4em;
  height: 3px;
  background-color: #0d3d8d;
  position: absolute;
  top: 50%; }

.studless header h3::before {
  left: -4em; }

.studless header h3::after {
  right: -4em; }

.studless header nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.studless header nav ul li {
  width: 48%; }

.studless header nav ul li a {
  font-size: 4.2vw;
  height: 4em;
  line-height: 1;
  font-weight: 700;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 2em;
  text-align: center;
  box-shadow: 0 5px 2px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  transition: 0.3s; }

.studless header nav ul li a.btn_single {
  background-color: #004b9d;
  color: #fff; }

.studless header nav ul li a.btn_single::after {
  border-left: 3.2vw solid #fff; }

.studless header nav ul li a.btn_set {
  background-color: #f2ce3e;
  color: #004b9d; }

.studless header nav ul li a.btn_set::after {
  border-left: 3.2vw solid #004b9d;
  right: 1.6em;
  top: 65%; }

.studless header nav ul li a span span {
  font-size: 0.8em;
  padding-right: 1.5em; }

@media screen and (min-width: 768px) {
  .studless header {
    background: url("/asp/photo/auction/lp/studless/img/pc_bg_title.jpg") center center / cover no-repeat;
    padding: 70px 2.5% 50px;
    margin-bottom: 0; }
    .studless header h2 {
      width: 90%;
      margin: 0 auto 20px; }
    .studless header h2 img {
      margin: 0 auto; }
    .studless header div.flex_box {
      justify-content: center; }
    .studless header p {
      font-size: 2.3vw; }
    .studless header p.sp {
      display: inline; }
    .studless header p:last-of-type {
      margin-bottom: 30px; }
    .studless header h3 {
      font-size: 2.3vw; }
    .studless header nav ul {
      width: 55%;
      max-width: 540px;
      margin: 0 auto; }
    .studless header nav ul li a {
      font-size: 2.3vw;
      height: 3em; }
    .studless header nav ul li a:hover {
      box-shadow: none;
      transform: translateY(5px); }
    .studless header nav ul li a.btn_single::after {
      border-left: 1.8vw solid #fff; }
    .studless header nav ul li a.btn_set::after {
      border-left: 1.8vw solid #004b9d;
      top: 68%; } }

@media screen and (min-width: 1024px) {
  .studless header h2 {
    margin-bottom: 30px; }
    .studless header div.flex_box {
      max-width: 1024px;
      margin: 0 auto; }
    .studless header p {
      font-size: 26px; }
    .studless header h3 {
      font-size: 24px; }
    .studless header nav ul li a {
      font-size: 24px; }
    .studless header nav ul li a.btn_single::after {
      border-left: 16px solid #fff; }
    .studless header nav ul li a.btn_set::after {
      border-left: 16px solid #004b9d; } }

.studless .main_menu {
  position: fixed;
  right: -100%;
  top: 25px;
  transition: 0.3s;
  width: 280px;
  background-color: #fff;
  padding: 20px 10px;
  border: 1px solid #004b9d;
  border-radius: 8px;
  box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  z-index: 100; }

.studless .main_menu.open {
  right: 10px; }

.studless .main_menu .menu_title {
  width: 200px;
  margin-bottom: 20px; }

.studless .main_menu .menu_title img {
  width: 90%;
  margin: 0 auto; }

.studless .main_menu ul li a {
  color: #fff;
  background-color: #004b9d;
  font-size: 14px;
  height: 4em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  padding-left: 0.5em;
  margin-bottom: 10px;
  border-radius: 8px; }

.studless .main_menu ul li:last-of-type a {
  margin-bottom: 0; }

.studless .main_menu ul li a span.small {
  width: 100%;
  font-size: 12px;
  align-self: flex-end; }

.studless .main_menu ul li.set a span:nth-of-type(n+2) {
  align-self: flex-start; }

.studless .menu_btn {
  position: fixed;
  z-index: 100;
  top: 25px;
  right: 10px;
  width: 60px;
  height: 70px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  border: 1px solid #004b9d;
  border-radius: 8px;
  padding: 10px 0;
  box-sizing: border-box;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  transition: 0.5s; }

.studless .menu_btn.open {
  border-radius: 0 8px 0 0;
  border-left: none;
  border-bottom: none;
  box-shadow: none; }

.studless .menu_btn span {
  width: 65%;
  height: 6px;
  background-color: #004b9d;
  position: relative;
  transition: 0.3s; }

.studless .menu_btn span::before, .studless .menu_btn span::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: #004b9d;
  transition: 0.3s; }

.studless .menu_btn span::before {
  top: 24px; }

.studless .menu_btn span::after {
  top: 12px; }

.studless .menu_btn.open span {
  height: 0; }

.studless .menu_btn.open span::before {
  top: 12px;
  transform: rotate(45deg); }

.studless .menu_btn.open span::after {
  transform: rotate(-45deg); }

.studless .menu_btn p {
  display: block;
  font-size: 12px;
  font-weight: 900;
  transform: scaleY(1.5);
  letter-spacing: 0.05em;
  color: #004b9d; }

@media screen and (min-width: 768px) {
  .studless .menu_btn, .studless .main_menu .menu_title {
    display: none; }
    .studless .main_menu {
      position: relative;
      right: 0;
      top: 0;
      width: 100%;
      background: url("/asp/photo/auction/lp/studless/img/bg_subtitle.png") center center / cover no-repeat, #37bdf2;
      padding: 10px 2.5%;
      border: none;
      border-radius: 0;
      box-shadow: none; }
    .studless .main_menu ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      max-width: 1056px;
      margin: 0 auto; }
    .studless .main_menu ul.campaign li {
      width: 16.4%; }
    .studless .main_menu ul li {
      width: 15%;
      margin: 0 2px; }
    .studless .main_menu ul li a {
      color: #004b9d;
      background-color: #d5f3ff;
      border: 2px solid #004b9d;
      font-size: 1.5vw;
      height: 6em;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      align-items: center;
      padding: 0;
      margin-bottom: 0;
      box-shadow: 0 1px 0 #004b9d, 0 2px 0 #004b9d, 0 3px 0 #004b9d;
      transition: 0.3s; }
    .studless .main_menu ul li a:hover {
      box-shadow: none;
      transform: translateY(3px); }
    .studless .main_menu ul li a span {
      background: linear-gradient(to bottom, transparent 70%, #f2a517 70%); }
    .studless .main_menu ul li a span.small {
      background: none;
      font-size: 1.4vw; }
    .studless .main_menu ul li.set a span:nth-of-type(n+2) {
      align-self: center; } }

@media screen and (min-width: 1024px) {
  .studless .main_menu ul li a {
    font-size: 15.4px; }

  .studless .main_menu ul li a span.small {
    font-size: 14px; } }

.studless main > .section {
  padding-bottom: 5vw; }

.studless main > .attachment {
  padding: 0; }

.studless main section h3 {
  font-size: 5vw;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  padding: 0.5em 0;
  margin-bottom: 20px; }

.studless main section .inch_l {
  background: url("/asp/photo/auction/lp/studless/img/bg_inch_1.png") center center / cover no-repeat;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35vw;
  height: 35vw;
  margin-left: 10px;
  color: #fff;
  font-weight: 700; }

.studless main section .inch_s {
  background: url("/asp/photo/auction/lp/studless/img/bg_inch_2.png") center center / cover no-repeat;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  padding: 0.1em 0; }

.studless main section .inch_l > span, .studless main section .inch_s > span {
  font-size: 2.7vw; }

.studless main section .inch_l > div, .studless main section .inch_s > span:nth-of-type(2) {
  font-size: 5vw;
  text-align: center;
  line-height: 1.2; }

.studless main section .inch_l > div > span, .studless main section .inch_s > span:nth-of-type(2) > span {
  font-size: 5vw;
  margin-right: 0.1em;
  font-weight: 700; }

.studless main section .inch_s > span:nth-of-type(2) > .inch {
  font-size: 4vw;
  font-weight: 300; }

.studless main section a.btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  line-height: 1;
  background-color: #f2ce3e;
  padding: 0.7em 1em 0.7em 0;
  border-radius: 2em;
  font-size: 5vw;
  color: #004d9e;
  font-weight: 700;
  box-shadow: 3px 4px 2px rgba(0, 0, 0, 0.3);
  transition: 0.3s; }

.studless main section a.syousai {
  padding: 25px;
  background: #114199;
  color: #fff; }

.studless main section a.syousai::after {
  content: "";
  color: #fff; }

.studless main section a.btn::after {
  border-left: 3.2vw solid #004d9e;
  right: 3.5em; }

@media screen and (min-width: 768px) {
  .studless main > .section {
    margin-bottom: 0; }

  .studless main section h3 {
    font-size: 4vw;
    margin-bottom: 30px; }

  .studless main section .inch_l {
    width: 18vw;
    height: 18vw; }

  .studless main section .inch_s {
    padding: 0.1em 0;
    margin-bottom: 10px;
    flex-wrap: nowrap;
    justify-content: initial;
    text-align: center; }

  .studless main section .inch_l > span {
    font-size: 1.8vw; }

  .studless main section .inch_s > span {
    font-size: 1.6vw;
    width: 39%; }

  .studless main section .inch_l > div {
    font-size: 3vw; }

  .studless main section .inch_s > span:nth-of-type(2) > .inch {
    font-size: 1.5vw;
    font-weight: 300; }

  .studless main section .inch_s > span:nth-of-type(2) {
    font-size: 2.2vw;
    width: 61%; }

  .studless main section .inch_l > div > span {
    font-size: 3.8vw; }

  .studless main section .inch_s > span:nth-of-type(2) > span {
    font-size: 2.5vw; }

  .studless main section a.btn {
    margin: 0 auto;
    font-size: 2.3vw; }

  .studless main section a.btn:hover {
    box-shadow: none;
    transform: translate(2px, 2px); }

  .studless main section a.btn::after {
    border-left: 1.8vw solid #004d9e;
    right: 14em; }

  .studless main section a.syousai::after {
    border-left: 16px solid #fff;
    right: 4em; } }

@media screen and (min-width: 1024px) {
  .studless main section h3 {
    font-size: 40px; }

  .studless main section .inch_l {
    width: 185px;
    height: 185px; }

  .studless main section .inch_s > span:nth-of-type(2) > .inch {
    font-size: 18px;
    font-weight: 300; }

  .studless main section .inch_l > span {
    font-size: 18px; }

  .studless main section .inch_s > span {
    font-size: 16px; }

  .studless main section .inch_l > div {
    font-size: 30px; }

  .studless main section .inch_s > span:nth-of-type(2) {
    font-size: 22px;
    width: 64%; }

  .studless main section .inch_l > div > span {
    font-size: 38px; }

  .studless main section a.btn {
    width: 555px;
    font-size: 24px; }

  .studless main section a.btn::after {
    border-left: 16px solid #004d9e;
    right: 6em; }

  .studless main section a.syousai::after {
    border-left: 16px solid #fff; } }

@media screen and (min-width: 1366px) {
  .studless main section .inch_s > span:nth-of-type(2) > span {
    font-size: 34px; } }

.studless #campaign h3 {
  color: #fff;
  background-color: #ff244b; }

.studless #campaign img {
  margin: 0 auto 20px;
  width: 100%;
  margin-bottom: 40px;
  max-width: 1286px; }

.studless #campaign p {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px; }

.studless #campaign p br.pc {
  display: none; }

.studless #campaign p:last-of-type {
  text-align: center;
  font-size: 20px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }

.studless #campaign p span {
  color: #ff244b; }

@media screen and (min-width: 768px) {
  .studless #campaign p:last-of-type {
    font-size: 30px; } }

@media screen and (min-width: 1366px) {
  .studless #campaign p {
    text-align: center; } }

.studless .subheading {
  margin: 10px 0px 5vw 0; }

.studless .tire_type {
  text-align: center;
  width: 50%;
  max-width: 440px;
  font-weight: 900;
  font-size: 7.5vw;
  display: block;
  margin: 0 auto; }

.studless .standrad {
  background: linear-gradient(to bottom, transparent 75%, #148edc 75%);
  /* 下から5px上にずらす */
  background-position: bottom 1.5vw left; }

.studless .sport {
  background: linear-gradient(to bottom, transparent 75%, #dc2c14 75%);
  /* 下から5px上にずらす */
  background-position: bottom 1.5vw left; }

.studless .family {
  background: linear-gradient(to bottom, transparent 75%, #dcc214 75%);
  /* 下から5px上にずらす */
  background-position: bottom 1.5vw left; }

.studless .light_truck {
  background: linear-gradient(to bottom, transparent 75%, #dc8e14 75%);
  /* 下から5px上にずらす */
  background-position: bottom 1.5vw left;
  width: 60%; }

.studless .tire_brand {
  max-width: 1300px;
  width: 95%;
  margin: 5vw auto 0; }

.studless .tire_brand .subheading {
  text-align: center;
  font-size: 3.75vw;
  line-height: 1.7; }

.studless .tire_brand > .cg_box > section {
  margin-bottom: -10vw; }

.studless .family .familycar section .wrap .brand_area div {
  border: 1px solid #dcc214; }

@media screen and (min-width: 768px) {
  .studless .tire_type {
    font-size: 4.6vw;
    width: 30%;
    max-width: 440px; }

  .studless .standrad, .studless .sport, .studless .family, .studless .light_truck {
    background-position: top -0.7vw left; }

  .studless .light_truck {
    width: 35%; }

  .studless .tire_brand .subheading {
    font-size: 2.6vw; }

  .studless .tire_brand > .cg_box {
    margin-bottom: 130px;
    display: flex; }

  .studless .tire_brand > .cg_box > section {
    width: 50%; }

  .studless .sport_light {
    display: flex;
    margin: 0 auto;
    max-width: 1300px; }

  .studless .sport_light .tire_brand > .cg_box > section {
    width: 100%; }

  .studless .sport_light .tire_brand > .tire_type {
    width: 75%; }

  .studless .sport_light .tire_brand > .sport {
    width: 50%; } }

@media screen and (min-width: 1024px) {
  .studless .tire_type {
    font-size: 55px; }

  .studless .tire_brand > .cg_box {
    margin-bottom: 10vw; }

  .studless .tire_brand .subheading {
    font-size: 30px; }

  .studless .subheading {
    margin: 10px 0px 50px 0; } }

@media screen and (min-width: 1366px) {
  .studless #campaign p br.pc {
    display: block; } }

.sustudless .aw1 {
  display: initial; }

.studless #recommend {
  background: url("/asp/photo/auction/lp/studless/img/bg_section.jpg") no-repeat center center /contain;
  background-size: 100% 100%;
  padding-bottom: 40px;
  margin-bottom: 0; }

.studless #recommend h3 {
  color: #fff;
  background: url("/asp/photo/auction/lp/studless/img/bg_h3_image.jpg") center top / cover no-repeat, #114199;
  position: relative; }

.studless #recommend h3::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0; }

.studless #recommend h3 span {
  position: relative;
  z-index: 1; }

.studless #recommend .aw1 {
  background: url("/asp/photo/auction/lp/studless/img/bg_aw1.jpg") right top / cover no-repeat, #fff;
  padding: 20px 2.5% 30px;
  box-shadow: 0 5px 2px rgba(0, 0, 0, 0.3);
  padding-bottom: 50px;
  position: relative; }

.studless #recommend .aw1, .studless #recommend .box {
  margin-bottom: 20px; }

.studless #recommend .aw1 h4, .studless #recommend .box h4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 20px; }

.studless #recommend .aw1 h4 img {
  width: 60%; }

.studless #recommend .aw1 h4 small, .studless #recommend .box h4 small {
  color: #fff;
  background-color: #959595;
  padding: 0.3em 1em;
  font-size: 3vw;
  border-radius: 1em;
  font-weight: 700;
  margin-left: 0.5em;
  line-height: 1; }

.studless #recommend .aw1 h5 p {
  font-size: 4.7vw;
  font-weight: 900;
  text-align: center; }

.studless #recommend .aw1 h5 p:first-of-type {
  color: #c21b1f;
  margin: 25px 0;
  text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 0 2px 0 #fff, 2px 0 0 #fff, 2px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff; }

.studless #recommend .aw1 h5 p:last-of-type {
  color: #fff;
  background-color: #014785;
  font-weight: 500;
  border-radius: 2em;
  width: 80%;
  margin: 1.5em auto; }

.studless #recommend .aw1 h5 img {
  width: 80%;
  margin: 0 auto 10px; }

.studless #recommend .aw1 .tire_inch {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px; }

.studless #recommend .aw1 .tire_inch img {
  width: 35%;
  max-width: 250px; }

.studless #recommend .aw1 .tire_inch + p {
  width: 80%;
  font-size: 14px;
  text-align: justify;
  font-weight: 500;
  margin: 0 auto 50px; }

.studless #recommend .aw1 .movie dl {
  position: relative; }

.studless #recommend .aw1 .movie dl dt {
  color: #16449b;
  background-color: #f2f381;
  font-weight: 900;
  font-style: italic;
  font-size: 4.3vw;
  width: 8em;
  text-align: center;
  border-radius: 10px;
  padding: 0.2em 0;
  border: 2px solid #114199;
  position: relative;
  left: 1.5em;
  z-index: 1;
  top: 5vw; }

.studless #recommend .aw1 .movie dl dd {
  display: flex;
  color: #fff;
  background: #16449b;
  padding: 0.5em;
  font-size: 4.7vw;
  font-weight: 700;
  box-sizing: border-box;
  bottom: 0.5em;
  justify-content: space-around; }

.studless #recommend .aw1 .movie dl dd p {
  font-size: 4vw;
  width: 60%;
  line-height: 2;
  margin-top: 2vw;
  text-align: justify;
  padding-right: 10px; }

.studless #recommend .aw1 .movie dl dd p .smalltext {
  font-size: 3.5vw;
  color: #fff; }

.studless #recommend .aw1 .movie dl dd span {
  color: #f2f381;
  font-size: 4.5vw; }

.studless #recommend .aw1 .movie > p {
  font-size: 3.7vw;
  font-weight: 500;
  margin-bottom: 1em;
  line-height: 1.8;
  text-align: justify;
  padding: 0 0.3em;
  margin-top: 10px; }

.studless #recommend .aw1 .movie > p > .aw1_text {
  color: #000;
  font-weight: 700; }

.studless #recommend .aw1 .movie > p span {
  color: #e21641; }

.studless #recommend .aw1 .movie h5 {
  font-size: 4vw;
  text-align: center;
  color: #004d9e;
  font-weight: 700;
  position: relative;
  width: 20em;
  margin: 0 auto 10px;
  line-height: 2;
  text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 0 2px 0 #fff, 2px 0 0 #fff, 2px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff; }

.studless #recommend .aw1 .movie h5::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.6vw;
  background-color: #004d9e;
  border-radius: 0.3vw;
  box-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 0 2px 0 #fff, 2px 0 0 #fff, 2px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff; }

.studless #recommend .aw1 .movie > div {
  width: 90%;
  margin: 0 auto 30px;
  height: 45vw; }

.studless #recommend .aw1 .movie > div > div {
  height: 100%; }

.studless #recommend .aw1 .movie dl dd .box_two img {
  margin-top: 1vw;
  height: 25vw; }

@media screen and (min-width: 768px) {
  .studless #recommend {
    background: url("/asp/photo/auction/lp/studless/img/bg_section_pc.jpg") no-repeat center center /cover;
    padding-bottom: 70px;
    margin-bottom: 0; }

  .studless #recommend h3 {
    font-size: 3.9vw; }

  .studless #recommend .aw1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: url("/asp/photo/auction/lp/studless/img/bg_aw1.jpg") center top / cover no-repeat, #fff;
    padding-bottom: 30px;
    margin-bottom: 30px; }

  .studless #recommend .aw1 .detail, .studless #recommend .aw1 .movie {
    margin-top: 20px; }

  .studless #recommend .aw1 .detail {
    width: 49%; }

  .studless #recommend .aw1 h4 {
    position: absolute;
    top: 3vw;
    justify-content: initial;
    width: 56%; }

  .studless #recommend .aw1 h4 small, .studless #recommend .box h4 small {
    font-size: 1.8vw; }

  .studless #recommend .aw1 h5 p {
    font-size: 2.2vw; }

  .studless #recommend .aw1 .movie dl dd p {
    font-size: 2.2vw;
    width: 70%;
    line-height: 1.5;
    margin-top: 1vw; }

  .studless #recommend .aw1 .movie dl dd .box_two {
    margin: 0px auto;
    width: 50%; }

  .studless #recommend .aw1 .movie dl dd .box_two img {
    width: 100%;
    margin-top: 0;
    height: auto; }

  .studless #recommend .aw1 .movie dl dd p .smalltext {
    font-size: 1.5vw;
    color: #fff; }

  .studless #recommend .aw1 .tire_inch img {
    width: 47%; }

  .studless #recommend .aw1 .tire_inch + p {
    width: 90%;
    margin-bottom: 30px; }

  .studless #recommend .aw1 .movie dl dt {
    font-size: 2.2vw;
    top: 3vw;
    border-radius: 25px; }

  .studless #recommend .aw1 .movie dl dd {
    font-size: 2.2vw;
    margin-top: 1vw; }

  .studless #recommend .aw1 .movie dl dd span {
    color: #f2f381;
    font-size: 2.5vw; }

  .studless #recommend .aw1 .movie > p {
    font-size: 1.55vw; }

  .studless #recommend .aw1 .movie {
    width: 51%;
    margin-bottom: 30px; }

  .studless #recommend .aw1 .movie h5 {
    font-size: 2vw; }

  .studless #recommend .aw1 .movie h5::after {
    height: 0.4vw;
    border-radius: 0.2vw; }

  .studless #recommend .aw1 .movie > div {
    height: 23vw;
    max-height: 312px;
    max-width: 538px; }

  .studless #recommend .aw1 .movie > div:last-of-type {
    margin-bottom: 0; }

  .studless #recommend .aw1 .tire_inch {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px; } }

@media screen and (min-width: 1024px) {
  .studless #recommend h3 {
    font-size: 56px; }

  .studless #recommend .aw1 {
    padding-bottom: 50px; }

  .studless #recommend .aw1 .tire_inch + p {
    font-size: 16px;
    margin-bottom: 50px; }

  .studless #recommend .aw1 .movie {
    margin-bottom: 50px; }

  .studless #recommend .aw1 .movie h5 {
    font-size: 20px; }

  .studless #recommend .aw1 .movie h5::after {
    height: 4px;
    border-radius: 2px; }

  .studless #recommend .aw1 .movie dl dt {
    font-size: 22px;
    top: 35px; }

  .studless #recommend .aw1 .movie dl dd {
    margin-top: 13px; }

  .studless #recommend .aw1 .movie dl dd p .smalltext {
    font-size: 1.6vw;
    color: #fff; }

  .studless #recommend .aw1 h4 {
    top: 1vw; } }

@media screen and (min-width: 1300px) {
  .studless #recommend .aw1 .movie dl dt {
    font-size: 28px; }

  .studless #recommend .aw1 .movie dl dd {
    font-size: 28px; }

  .studless #recommend .aw1 .movie dl dd span {
    color: #f2f381;
    font-size: 32px; }

  .studless #recommend .aw1 .movie > p {
    font-size: 20px; }

  .studless #recommend .aw1 .movie dl dd p {
    font-size: 2.2vw; }

  .studless #recommend .aw1 .movie dl dd p .smalltext {
    font-size: 1.6vw;
    color: #fff; }

  .studless #recommend .aw1 h4 {
    top: 13px; } }

@media screen and (min-width: 1362px) {
  .studless #recommend .aw1 h4 small, .studless #recommend .box h4 small {
    font-size: 24px; }

  .studless #recommend .aw1 h5 p {
    font-size: 30px; }

  .studless #recommend .aw1 .movie dl dd p {
    font-size: 28px;
    margin-top: 10px; }

  .studless #recommend .aw1 .movie dl dd p .smalltext {
    font-size: 22px;
    color: #fff; } }

.studless #recommend .box {
  background: url("/asp/photo/auction/lp/studless/img/bg_recommend_box.png") center top / contain no-repeat, #fff;
  padding: 20px 2.5% 30px;
  box-shadow: 0 5px 2px rgba(0, 0, 0, 0.3); }

.studless #recommend .box h4 {
  align-items: center; }

.studless #recommend .box h4 img {
  width: 60%; }

.studless #recommend .box > p {
  border-bottom: 4px solid #004d9e;
  text-align: center;
  color: #004d9e;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.2em 0;
  font-size: 4vw;
  margin-bottom: 20px; }

.studless #recommend .box h5 {
  text-align: center;
  font-weight: 700;
  font-size: 5vw;
  background: url("/asp/photo/auction/lp/studless/img/bg_ptn_1.png") center bottom / contain no-repeat;
  margin-bottom: 20px;
  padding-bottom: 0.3em; }

.studless #recommend .box h5 small {
  font-size: 3vw;
  margin-left: 0.5em; }

.studless #recommend .box .tire_detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.studless #recommend .box .tire_detail img {
  width: 40%;
  max-width: 260px;
  margin-bottom: 20px; }

.studless #recommend .box .tire_detail .inch_detail {
  width: 57.5%;
  margin-bottom: 20px; }

.studless #recommend .box .tire_detail .inch_detail .inch_l {
  margin: 0 auto 10px; }

.studless #recommend .box .tire_detail .inch_detail p {
  font-size: 14px;
  text-align: justify;
  font-weight: 500; }

@media screen and (min-width: 768px) {
  .studless #recommend .box {
    width: 48.75%;
    box-sizing: border-box;
    padding-bottom: 10px;
    margin-bottom: 0; }

  .studless #recommend .box h4 {
    display: block;
    text-align: center;
    margin-bottom: 10px; }

  .studless #recommend .box h4 small {
    display: inline-block;
    font-size: 1.6vw; }

  .studless #recommend .box h4 img {
    height: 4vw;
    width: auto;
    margin: 0 auto 1.5vw; }

  .studless #recommend .box > p {
    font-size: 2vw; }

  .studless #recommend .davanti.box h5 {
    font-size: 2.5vw;
    margin-bottom: 30px; }

  .studless #recommend .davanti.box h5 small {
    font-size: 1.5vw; }

  .studless #recommend .davanti.box .tire_detail img {
    margin-bottom: 30px; }

  .studless #recommend .davanti.box .tire_detail .inch_detail {
    margin-bottom: 30px; }

  .studless #recommend .box .tire_detail .inch_detail p {
    font-size: 12px; }

  .studless #recommend .davanti.box a.btn {
    width: 100%; }

  .studless #recommend .davanti.box a.btn::after {
    right: 3.5em; } }

@media screen and (min-width: 1024px) {
  .studless #recommend .box h4 img {
    height: 41px;
    width: auto;
    margin: 0 auto 15px; }

  .studless #recommend .box h4 small {
    font-size: 16px; }

  .studless #recommend .box > p {
    font-size: 20px; }

  .studless #recommend .davanti.box h5 {
    font-size: 26px; }

  .studless #recommend .davanti.box h5 small {
    font-size: 16px; }

  .studless #recommend .box .tire_detail .inch_detail p {
    font-size: 16px; }

  .studless #recommend .davanti.box a.btn {
    width: 425px; } }

.studless #recommend .maxtrek.box h4 img {
  width: 50%; }

.studless #recommend .maxtrek.box h5 {
  background: url("/asp/photo/auction/lp/studless/img/bg_ptn_1.png") center bottom / contain no-repeat;
  line-height: 1.3;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /*.studless #recommend .maxtrek.box h5 span {
	width: 40%;
}
.studless #recommend .maxtrek.box h5 span:last-of-type {
	width: 57%;
}
.studless #recommend .maxtrek.box h5 span small {
	display: block;
}*/ }

.studless #recommend .maxtrek.box .tire_detail img {
  width: 27%; }

.studless #recommend .maxtrek.box .tire_detail .inch_detail {
  width: 70%; }

.studless #recommend .maxtrek.box > div:nth-of-type(2) a {
  margin-bottom: 20px; }

@media screen and (min-width: 768px) {
  .studless #recommend .maxtrek.box h4 img {
    height: 5vw;
    width: auto;
    margin: 0 auto 0.5vw; }

  .studless #recommend .maxtrek.box h5 {
    margin-bottom: 10px;
    font-size: 2.5vw; }

  .studless #recommend .maxtrek.box h5 small {
    font-size: 1.5vw; }

  .studless #recommend .maxtrek.box .tire_detail {
    align-items: flex-start;
    margin-bottom: 10px; }

  .studless #recommend .maxtrek.box .tire_detail img {
    width: 24%;
    margin-bottom: 16px; }

  .studless #recommend .maxtrek.box .tire_detail .inch_detail {
    width: 73%; }

  .studless #recommend .maxtrek.box > div {
    position: relative; }

  .studless #recommend .maxtrek.box a.btn {
    position: absolute;
    width: 12em;
    right: 0;
    top: calc(-14vw + 55px);
    font-size: 2vw; }

  .studless #recommend .maxtrek.box a.btn::after {
    right: 0.5em;
    border: 1vw solid transparent;
    border-left: 1.5vw solid #004d9e; } }

@media screen and (min-width: 1024px) {
  .studless #recommend .maxtrek.box h4 img {
    height: 52px;
    margin-bottom: 5px; }

  .studless #recommend .maxtrek.box h5 {
    font-size: 26px; }

  .studless #recommend .maxtrek.box h5 small {
    font-size: 16px; }

  .studless #recommend .maxtrek.box .tire_detail img {
    margin-bottom: 22px; }

  .studless #recommend .maxtrek.box a.btn {
    top: -70px;
    font-size: 20px; }

  .studless #recommend .maxtrek.box a.btn::after {
    border: 10px solid transparent;
    border-left: 15px solid #004d9e; } }

@media screen and (min-width: 1260px) {
  .studless #recommend .maxtrek.box .tire_detail {
    align-items: center; }

  .studless #recommend .maxtrek.box a.btn {
    top: -80px; } }

.studless #brand h3 {
  background: url("/asp/photo/auction/lp/studless/img/bg_h3_image.jpg") center center / cover no-repeat, #114199;
  color: #f2a517;
  line-height: 1.5;
  position: relative; }

.studless #brand h3::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0; }

.studless #brand h3 span {
  position: relative;
  z-index: 1; }

.studless section h3 small {
  display: block;
  color: #fff;
  font-size: 4.2vw; }

.studless #brand nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px; }

.studless #brand nav ul li {
  width: 45%; }

.studless #brand nav ul li:nth-of-type(even) {
  margin-left: 10%; }

.studless #brand nav ul li a {
  width: 100%;
  height: 3em;
  color: #fff;
  background-color: #0084c9;
  font-size: 5vw;
  font-weight: 900;
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  box-shadow: 0 1px 0 #002854, 0 2px 0 #002854, 0 3px 0 #002854, 0 4px 0 #002854; }

.studless #brand nav ul li a small {
  font-size: 3vw;
  font-weight: 500; }

@media screen and (min-width: 768px) {
  .studless #brand h3 {
    font-size: 3vw; }

  .studless #brand h3 span > .title_recommend {
    font-size: 4.5vw; }

  .studless section h3 small {
    font-size: 2.8vw; }

  .studless #brand nav ul {
    justify-content: space-between;
    margin-bottom: 50px; }

  .studless #brand nav ul li {
    width: 14%; }

  .studless #brand nav ul li:nth-of-type(even) {
    margin-left: 0; }

  .studless #brand nav ul li a {
    font-size: 2vw;
    transition: 0.3s; }

  .studless #brand nav ul li a small {
    font-size: 1.2vw; }

  .studless #brand nav ul li a:hover {
    box-shadow: none;
    transform: translateY(4px); } }

@media screen and (min-width: 1024px) {
  .studless section h3 small {
    font-size: 40px; }

  .studless #brand h3 span > .title_recommend {
    font-size: 48px; }

  .studless #brand nav ul li a {
    font-size: 20px; }

  .studless #brand nav ul li a small {
    font-size: 14px; } }

.studless #brand section h4 {
  height: 11vw;
  background: linear-gradient(to left, rgba(176, 199, 214, 0.0) 0%, rgba(176, 199, 214, 0.3) 5%, rgba(176, 199, 214, 0.75) 20%, rgba(176, 199, 214, 0.75) 80%, rgba(176, 199, 214, 0.3) 95%, rgba(176, 199, 214, 0.0) 100%);
  text-align: center;
  position: relative;
  margin-bottom: 30px; }

.studless #brand section h4 img {
  width: 60%;
  margin: 0 auto;
  max-width: 475px;
  position: relative;
  top: -4vw; }

.studless #brand section h4 small {
  display: inline-block;
  padding: 0.3em 1em;
  background-color: #0084c9;
  color: #fff;
  font-weight: 700;
  font-size: 3vw;
  margin: 0 auto;
  border-radius: 2vw;
  line-height: 1;
  position: absolute;
  top: 11vw;
  left: 50%;
  transform: translate(-50%, -50%); }

.studless #brand section .brand_area {
  margin-bottom: 20vw; }

.studless #brand section .brand_area > p {
  font-weight: 700;
  text-align: center;
  font-size: 3.8vw;
  line-height: 1.5;
  margin-bottom: 20px; }

.studless #brand section .brand_tire {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  background-color: #fff;
  border: 1px solid #004b9d;
  border-radius: 10px;
  box-shadow: 0 5px 2px rgba(0, 0, 0, 0.3);
  padding: 3px 1.5%;
  box-sizing: border-box;
  margin-bottom: 20px; }

.studless #brand .tire_brand .familycar section .brand_area .brand_tire {
  border: 1px solid #dcc214; }

.studless #brand .tire_brand .sportcar section .brand_area .brand_tire {
  border: 1px solid #dc2c14; }

.studless #brand .tire_brand .light_truckcar section .brand_area .brand_tire {
  border: 1px solid #dc8e14; }

.studless #brand section .brand_tire img {
  width: 30%;
  display: inline; }

.studless #brand section .brand_tire .maker_logo {
  padding: 2vw 0 0;
  width: 45%; }

.studless #brand section .brand_tire .recommend_tire {
  display: inline;
  position: relative;
  margin-top: 5vw; }

.studless #brand section .brand_tire .brand_detail {
  width: 65%; }

.studless #brand section .brand_tire .brand_detail .brand_logo {
  text-align: right; }

.studless #brand section .brand_tire .brand_detail h5 {
  text-align: right;
  line-height: 1;
  font-size: 6.5vw;
  font-weight: 900;
  width: 100%; }

.studless #brand section .brand_tire .brand_detail .brand_detail_logo {
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px; }

.studless #brand section .brand_tire .brand_detail small {
  font-size: 2.9vw;
  font-weight: 300;
  width: 100%; }

.studless #brand section#nankang .brand_tire .brand_detail h5 small {
  margin-left: 0.5em; }

.studless #brand section .brand_tire .brand_detail .inch_s {
  margin-bottom: 10px; }

.studless #brand section .brand_tire .brand_detail p {
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 7vw; }

.studless #brand section .brand_tire .brand_detail a.btn {
  font-size: 4vw;
  width: 9em;
  padding: 0.5em 1em 0.5em 0;
  margin: 0 0 0 auto; }

.studless #brand section .brand_tire .brand_detail a.pick_up_btn {
  position: relative;
  bottom: 10px; }

.studless #brand section .brand_tire .brand_detail a.btn::after {
  border: 1.8vw solid transparent;
  border-left: 2.8vw solid #004d9e;
  right: 0.5em; }

.studless #brand .sport_light .tire_brand #davanti .brand_logo img {
  width: 68%; }

@media screen and (min-width: 768px) {
  .studless #brand section h4 {
    background: linear-gradient(to left, rgba(176, 199, 214, 0.0) 0%, rgba(176, 199, 214, 0.5) 10%, rgba(176, 199, 214, 0.75) 30%, rgba(176, 199, 214, 0.75) 70%, rgba(176, 199, 214, 0.5) 90%, rgba(176, 199, 214, 0.0) 100%);
    height: 5vw; }

  .studless #brand section h4 img {
    width: 60%;
    top: -2.5vw; }

  .studless #brand section h4 small {
    font-size: 2vw;
    border-radius: 1.5vw;
    top: 5vw; }

  .studless #brand section .brand_area > p {
    font-size: 1.9vw;
    line-height: 1.8;
    width: 100%; }

  .studless #brand section .brand_area {
    margin-bottom: 0; }

  .studless #brand section .brand_tire .brand_detail {
    width: 67%; }

  .studless #brand section .brand_tire .brand_detail a.pick_up_btn {
    position: relative;
    bottom: 2vw;
    right: 1vw; }

  .studless #brand section .brand_tire img {
    width: auto; }

  .studless #brand section .brand_tire .brand_detail h5 {
    font-size: 2.4vw; }

  .studless #brand section .brand_tire .brand_detail h5 small {
    font-size: 1.5vw; }

  .studless #brand section .brand_tire .brand_detail p {
    font-size: 1.5vw;
    height: 7vw;
    line-height: 2; }

  .studless #brand section .brand_tire .brand_detail a.btn {
    font-size: 1.8vw; }

  .studless #brand section .brand_tire .brand_detail a.btn::after {
    border: 0.8vw solid transparent;
    border-left: 1.2vw solid #004d9e; }

  .studless #brand section .brand_tire .maker_logo {
    padding: 1vw 0 0 0;
    width: 45%; }

  .studless #brand section .brand_tire .recommend_tire {
    width: auto;
    height: 19vw;
    margin-top: 3vw; }

  .studless #brand section .brand_tire .brand_detail small {
    font-size: 1.3vw;
    font-weight: 300; }

  .studless #brand section .brand_tire .brand_detail .brand_detail_logo {
    text-align: right;
    margin-bottom: 5px; }

  .studless #brand section .brand_tire .brand_detail .inch_s {
    padding: 5px; }

  .studless #brand section .brand_tire .brand_detail p br.pc {
    display: none; } }

@media screen and (min-width: 1024px) {
  .studless #brand section h4 {
    height: 52px;
    max-width: 1286px;
    margin: 0 auto 50px; }

  .studless #brand section .brand_tire .brand_detail {
    width: 64%; }

  .studless #brand section h4 img {
    width: 308px;
    top: -26px; }

  .studless #brand section .brand_tire .brand_detail p {
    font-size: 16px;
    height: 8vw;
    text-align: left; }

  .studless #brand section h4 small {
    font-size: 20px;
    border-radius: 15px;
    top: 52px; }

  .studless #brand section .brand_tire .brand_detail small {
    font-size: 13px; }

  .studless #brand section .brand_area {
    margin-bottom: 100px; }

  .studless #brand section .brand_area > p {
    font-size: 18px; }

  .studless #brand section .brand_tire .brand_detail h5 small {
    font-size: 15px; }

  .studless #brand section .brand_tire .brand_detail .inch_s {
    text-align: center; }

  .studless #brand section .brand_tire .brand_detail a.btn {
    font-size: 18px; }

  .studless #brand section .brand_tire .brand_detail a.btn::after {
    border: 8px solid transparent;
    border-left: 12px solid #004d9e; } }

@media screen and (min-width: 1200px) {
  .studless #brand section .brand_tire .brand_detail p {
    height: 50px; }

  .studless #brand section .brand_tire .brand_detail p {
    margin-bottom: 120px; } }

@media screen and (min-width: 1360px) {
  .studless #brand section .brand_area > p {
    font-size: 20px; }

  .studless #brand section .brand_tire .brand_detail p {
    font-size: 16px;
    line-height: 2; }

  .studless #brand section .brand_tire .brand_detail h5 {
    font-size: 36px; }

  .studless #brand section .brand_tire .recommend_tire {
    height: 264px;
    margin-top: 40px;
    width: auto; }

  .studless #brand section .brand_tire .brand_detail {
    width: 370px; }

  .studless #brand section .brand_tire .brand_detail p br.pc {
    display: block; } }

.studless #brand section#hifly h4 img {
  width: 50%;
  top: -7vw; }

@media screen and (min-width: 768px) {
  .studless #brand section#hifly h4 img {
    top: -3.5vw; } }

@media screen and (min-width: 1024px) {
  .studless #brand section#hifly h4 img {
    width: 238px;
    top: -35px; } }

.studless #brand section#cooper h4 img {
  width: 35%;
  top: -11vw; }

@media screen and (min-width: 768px) {
  .studless #brand section#cooper h4 img {
    width: 18%;
    top: -6vw; } }

@media screen and (min-width: 1024px) {
  .studless #brand section#cooper h4 img {
    width: 185px;
    top: -61px; } }

.studless #brand section#zeetex h4 img {
  width: 60%;
  top: -13vw; }

@media screen and (min-width: 768px) {
  .studless #brand section#zeetex h4 img {
    width: 50%;
    top: -5.5vw; } }

@media screen and (min-width: 1024px) {
  .studless #brand section#zeetex h4 img {
    width: 238px;
    top: -55px; } }

.studless #brand section#momo h4 img {
  width: 30%;
  top: -13vw;
  max-width: 223px; }

.studless #brand section#goodyear h4 img {
  top: -7vw;
  max-width: 458px; }

@media screen and (min-width: 768px) {
  .studless #brand div.flex_box {
    width: 95%;
    margin: 0 auto;
    max-width: 1286px; }

  .studless #brand section#momo h4 img {
    width: 33%;
    top: -6.5vw; }

  .studless #brand section#goodyear h4 img {
    top: -4vw; } }

@media screen and (min-width: 1024px) {
  .studless #brand section#momo h4 img {
    width: 156px;
    top: -67px; }

  .studless #brand section#goodyear h4 img {
    width: 308px;
    top: -40px; } }

.studless #brand .allseason {
  display: block;
  text-align: center;
  background: url("/asp/photo/auction/lp/studless/img/sp_bg_allseason.png") center center / contain no-repeat;
  font-size: 5.5vw;
  font-weight: 900;
  color: #000;
  text-shadow: 0 2px 2px #fff, 2px 0 2px #fff, 2px 2px 2px #fff, 0 -2px 2px #fff, -2px 0 2px #fff, -2px -2px 2px #fff, 2px -2px 2px #fff, -2px 2px 2px #fff;
  line-height: 1.5;
  padding: 20px 0;
  margin-bottom: 70px; }

.studless #brand .allseason h4 {
  color: #fa7c00;
  font-weight: 700;
  font-size: 5.5vw; }

.studless #brand .allseason > div {
  position: relative;
  margin-bottom: 10px;
  z-index: 10; }

.studless #brand .allseason > div > div {
  position: relative;
  margin: 0 auto; }

.studless #brand .allseason > div > div:first-of-type {
  width: 6.5em; }

.studless #brand .allseason > div > div:last-of-type {
  width: 14.5em; }

.studless #brand .allseason > div > div::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.5em;
  top: 1em;
  left: 0;
  background-color: #fff600;
  box-shadow: 0 2px 2px #fff, 2px 0 2px #fff, 2px 2px 2px #fff, 0 -2px 2px #fff, -2px 0 2px #fff, -2px -2px 2px #fff, 2px -2px 2px #fff, -2px 2px 2px #fff;
  z-index: -1; }

.studless #brand .allseason .color {
  color: #003bfa; }

.studless #brand .allseason span.small {
  font-size: 0.8em; }

.studless #brand .allseason p.btn {
  color: #fff;
  background-color: #fa7c00;
  font-size: 4vw;
  text-shadow: none;
  font-weight: 700;
  width: 21em;
  line-height: 1;
  padding: 0.7em 1em 0.7em 0;
  margin: 0 auto;
  border-radius: 2em;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  transition: 0.3s; }

.studless #brand .allseason p.btn::after {
  right: 0.3em; }

@media screen and (min-width: 768px) {
  .studless #brand .allseason {
    background: url("/asp/photo/auction/lp/studless/img/pc_bg_allseason.png") center center / contain no-repeat;
    font-size: 2.7vw;
    text-shadow: 0 2px 2px #fff, 2px 0 2px #fff, 2px 2px 2px #fff, 0 -2px 2px #fff, -2px 0 2px #fff, -2px -2px 2px #fff, 2px -2px 2px #fff, -2px 2px 2px #fff;
    padding: 4vw 0 3vw; }

  .studless #brand .allseason h4 {
    font-size: 3vw; }

  .studless #brand .allseason > div {
    margin-bottom: 2vw; }

  .studless #brand .allseason > div > div {
    display: inline-block; }

  .studless #brand .allseason > div > div:first-of-type {
    width: auto;
    padding-left: 0.5em; }

  .studless #brand .allseason > div > div:last-of-type {
    width: auto;
    padding-right: 0.5em; }

  .studless #brand .allseason p.btn {
    font-size: 1.8vw;
    width: 24em; }

  .studless #brand .allseason p.btn::after {
    right: 1.5em;
    border: 1vw solid transparent;
    border-left: 1.5vw solid #fff; }

  .studless #brand .allseason:hover p.btn {
    box-shadow: none;
    transform: translate(2px, 2px); } }

@media screen and (min-width: 1360px) {
  .studless #brand .allseason {
    font-size: 36px;
    text-shadow: 0 4px 4px #fff, 4px 0 4px #fff, 4px 4px 4px #fff, 0 -4px 4px #fff, -4px 0 4px #fff, -4px -4px 4px #fff, 4px -4px 4px #fff, -4px 4px 4px #fff;
    padding: 54px 0 40px; }

  .studless #brand .allseason h4 {
    font-size: 40px; }

  .studless #brand .allseason > div {
    margin-bottom: 27px; }

  .studless #brand .allseason p.btn {
    font-size: 24px; }

  .studless #brand .allseason p.btn::after {
    right: 2em;
    border: 11px solid transparent;
    border-left: 15px solid #fff; } }

.studless #omakase section .set_box .detail {
  font-size: 20px;
  width: 45%;
  margin: 0 0 20px auto;
  font-weight: 700;
  font-size: 4vw;
  line-height: 1.3;
  margin-bottom: 20px; }

.studless #omakase {
  background-color: rgba(0, 126, 233, 0.8);
  padding-bottom: 20px;
  margin-bottom: 25px; }

.studless #omakase .omakase {
  color: #ff244b;
  line-height: 1.5;
  position: relative;
  background: #ffe13c; }

.studless #omakase section .set_box .detail dl .omakase_pickup {
  line-height: 1.5; }

.studless #omakase section .set_box .detail dl .omakase_pickup .mt_plus {
  position: absolute;
  left: 7vw;
  margin-top: 5vw; }

.studless #omakase h3 span {
  position: relative;
  z-index: 1; }

.studless #omakase h3 small {
  color: #004b9d; }

.studless #omakase .about {
  margin: 0 auto 30px; }

.studless #omakase .about div .omakase_title img {
  margin: 0 auto;
  display: block;
  width: 50%;
  max-width: 800px; }

.studless #omakase .about.early {
  background: url("/asp/photo/auction/lp/studless/img/icon_early_omakase.png") bottom 42% center / 60% no-repeat, url("/asp/photo/auction/lp/studless/img/bg_omakase_left.png") bottom center / 80% no-repeat;
  padding-bottom: 75vw; }

.studless #omakase .about h4 {
  width: 80%;
  margin: 0 auto; }

.studless #omakase .about p {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 4vw;
  line-height: 1.8;
  margin: 15px 0 25px; }

.studless #omakase .omakase_search {
  background-color: #fff;
  padding: 20px 0 15px; }

.studless #omakase .omakase_search h5 {
  color: #fff;
  font-weight: 700;
  font-size: 5vw;
  text-align: center;
  line-height: 1;
  padding: 0.5em 0;
  background-color: #004b9d;
  margin-bottom: 20px; }

.studless #omakase .omakase_search a {
  display: block;
  color: #fff;
  width: 95%;
  margin: 0 auto 30px;
  padding: 0.7em 0;
  text-align: center;
  font-size: 4.5vw;
  line-height: 1;
  font-weight: 700;
  border-radius: 5px;
  box-shadow: 0 1px 0 #002854, 0 2px 0 #002854, 0 3px 0 #002854, 0 4px 0 #002854;
  transition: 0.3s; }

.studless #omakase .omakase_search li:nth-of-type(1) a {
  background-color: #4aace9; }

.studless #omakase .omakase_search li:nth-of-type(2) a {
  background-color: #f47ca5; }

.studless #omakase .omakase_search li:nth-of-type(3) a {
  background-color: #eaa959; }

.studless #omakase .omakase_search li:nth-of-type(4) a {
  background-color: #66c65c; }

.studless #omakase .omakase_search li:nth-of-type(5) a {
  background-color: #8090cf;
  margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .studless #omakase {
    background-color: #1a8ef1; }
    .studless #omakase .about h4 {
      width: 65%;
      margin-bottom: 10px; }
    .studless #omakase .about p {
      font-size: 2.8vw;
      text-shadow: none; }
    .studless #omakase section .set_box .detail dl .omakase_pickup .mt_plus {
      position: absolute;
      left: 6.7vw;
      margin-top: 2vw; }
    .studless #omakase .omakase_search h5 {
      font-size: 2.3vw;
      width: 95%;
      margin: 0 auto 20px; }
    .studless #omakase .omakase_search ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      width: 95%;
      margin: 0 auto; }
    .studless #omakase .omakase_search ul li {
      width: 18%; }
    .studless #omakase .omakase_search ul li a {
      width: 100%;
      font-size: 2vw;
      margin: 0;
      padding: 1.2em 0; }
    .studless #omakase .omakase_search ul li a:hover {
      box-shadow: none;
      transform: translateY(4px); } }

@media screen and (min-width: 1200px) {
  .studless #omakase .about p {
    font-size: 33px; }
    .studless #omakase .omakase_search h5 {
      font-size: 27px;
      margin: 0 auto 30px; }
    .studless #omakase .omakase_search ul li a {
      font-size: 24px; } }
  @media screen and (min-width: 1200px) and screen and (min-width: 1366px) {
    .studless #omakase section .set_box .detail dl .omakase_pickup .mt_plus {
      position: absolute;
      left: 98px;
      margin-top: 2vw; } }

.studless #car_type h3 {
  background: url("/asp/photo/auction/lp/studless/img/bg_h3_image.jpg") center center / cover no-repeat, #114199;
  color: #f2a517;
  line-height: 1.5;
  position: relative; }

.studless #car_type h3::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0; }

.studless #car_type h3 span {
  position: relative;
  z-index: 1; }

.studless #car_type h3 .nomal {
  color: #004b9d; }

.studless #car_type ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  color: #fff;
  margin-bottom: 20px; }

.studless #car_type ul li {
  margin: 10px 0 10px 0px;
  width: 48%; }

.studless #omakase ul li {
  margin: 0;
  width: 48%; }

.studless #omakase .wrap .omakase_search ul li {
  width: 100%;
  padding: 0; }

.studless #car_type ul li a .select_car {
  width: 100%; }

.studless #car_type ul li:nth-of-type(even) a img {
  order: 1; }

.studless #car_type nav + small {
  color: #f00000;
  font-size: 3vw;
  text-align: center;
  display: block;
  background-color: #fff;
  border-radius: 2em;
  line-height: 1.5;
  padding: 0.5em 0;
  font-weight: 500;
  margin-bottom: 30px; }

.studless #car_type nav + small::before {
  content: '※'; }

.studless #car_type nav + small span {
  display: block;
  color: #000;
  position: relative;
  width: 16em;
  margin: 5px auto; }

.studless #car_type nav + small span::after {
  content: '';
  position: absolute;
  right: -2em;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  background: url("/asp/photo/auction/lp/studless/img/icon_movie_as.png") center / contain no-repeat; }

.studless #omakase .omakase {
  color: #ff244b;
  line-height: 1.5;
  position: relative;
  background: #ffe13c; }

.studless #car_type .omakase::after {
  background: #ffe13c; }

@media screen and (min-width: 768px) {
  .studless #car_type ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
    .studless #omakase .wrap .omakase_search ul li {
      width: 18%;
      padding: 0; }
    .studless #car_type ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start;
      color: #fff;
      margin-bottom: 20px; }
    .studless #car_type ul li {
      padding: 0 10px; }
    .studless #car_type ul li {
      width: 22%; }
    .studless #car_type ul li a:hover {
      transform: translateY(5px); }
    .studless #car_type ul li a .fukidashi {
      width: 100%;
      font-size: 2.1vw; }
    .studless #car_type ul li:nth-of-type(even) a .fukidashi {
      order: 1; }
    .studless #car_type ul li:nth-of-type(even) a .fukidashi::before {
      border: 1.5vw solid transparent;
      border-right: 1.5vw solid transparent;
      border-bottom: 1.5vw solid transparent;
      border-top: 1.5vw solid #0084c9;
      left: 50%;
      bottom: -2.5vw;
      transform: translateX(-50%); }
    .studless #car_type ul li:nth-of-type(odd) a .fukidashi::after {
      border: 1.5vw solid transparent;
      border-left: 1.5vw solid transparent;
      border-bottom: 1.5vw solid transparent;
      border-top: 1.5vw solid #0084c9;
      right: 50%;
      bottom: -2.5vw;
      transform: translateX(50%); }
    .studless #car_type ul li a img {
      width: 100%; }
    .studless #car_type ul li {
      transition: all 0.3s ease-in-out;
      transform: translateY(0); }
    .studless #car_type ul li:hover {
      transform: translateY(-5px); }
    .studless #car_type ul li:nth-of-type(even) a img {
      order: 2; }
    .studless #car_type nav + small {
      width: 80%;
      max-width: 550px;
      padding: 20px;
      margin: 0 auto 50px;
      font-size: 16px;
      margin: 0 auto 50px; }
    .studless #car_type nav + small span {
      display: inline-block;
      margin: 0 1em;
      cursor: pointer; } }

@media screen and (min-width: 1360px) {
  .studless #car_type ul li:nth-of-type(even) a .fukidashi::before {
    border: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-top: 20px solid #0084c9;
    bottom: -35px; }

  .studless #car_type ul li:nth-of-type(odd) a .fukidashi::after {
    border: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-top: 20px solid #0084c9;
    bottom: -35px; }

  .studless #car_type nav + small {
    font-size: 14px; } }

.hidden {
  display: none; }

.studless #car_type section h4 {
  color: #fff;
  background-color: #0084c9;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  font-size: 4vw;
  padding: 0.5em 0;
  border-radius: 5px;
  margin-bottom: 20px; }

.studless #car_type section h4 small {
  display: block;
  font-size: 0.8em;
  font-weight: 500; }

.studless #car_type section .set_box {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 2.5% 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  box-shadow: 0 5px 2px rgba(0, 0, 0, 0.3); }

.studless #omakase section .set_box {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 2.5% 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: initial;
  margin-bottom: 25px;
  box-shadow: 0 5px 2px rgba(0, 0, 0, 0.3); }

.studless #car_type section .set_box h5 {
  color: #0084c9;
  text-align: center;
  font-size: 3.8vw;
  border: 2px solid #0084c9;
  border-radius: 3px;
  line-height: 1;
  padding: 0.5em 0;
  box-sizing: border-box;
  margin-bottom: 20px;
  width: 100%; }

.studless #car_type section .set_box .detail {
  width: 45%;
  font-weight: 700;
  font-size: 4vw;
  line-height: 1.3;
  margin-bottom: 20px; }

.studless #car_type section .set_box .detail .kuhaku {
  padding-left: 10px; }

.studless #car_type section .set_box .detail dl:first-of-type {
  margin-bottom: 10px;
  width: 100%; }

.studless #omakase section .set_box .detail .omakase_img {
  width: 100%;
  margin: 2vw auto; }

.studless #car_type section .set_box .detail img {
  width: 15%;
  max-width: 48px;
  margin: 0 auto 10px; }

.studless #omakase section .set_box .detail img {
  width: 17%;
  max-width: 37px; }

.studless #car_type section .set_box .img_price {
  width: 55%;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap; }

.studless #omakase section .set_box .img_price_omakase {
  width: 55%;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap; }

.studless #omakase section .set_box .img_price_omakase .price_span {
  display: none; }

.studless #omakase section .set_box .img_price_omakase .img_price {
  width: 100%;
  height: 80%;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2vw; }

.studless #omakase section .set_box .img_price_omakase .img_price {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap; }

.studless #car_type section .set_box .price {
  font-family: 'Oswald', sans-serif;
  color: #f00000;
  font-size: 10vw;
  display: block;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  width: 100%; }

.studless #omakase section .set_box .price {
  font-family: 'Oswald', sans-serif;
  color: #f00000;
  font-size: 10vw;
  display: block;
  text-align: center;
  font-weight: 600;
  line-height: 1; }

.studless #omakase section .set_box .img_price_omakase .price_span {
  width: 100%; }

.studless #car_type section .set_box .img_price .early {
  font-weight: 700;
  font-size: 3vw;
  background-color: #df2b13;
  color: #fff;
  display: block;
  text-align: center; }

.studless #car_type section .set_box .flex_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2vw; }

.studless #car_type section .set_box .omakse_text {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 20px; }

.studless #car_type section .set_box .flex_box:last-of-type {
  margin-bottom: 0; }

.studless #car_type section .set_box a.btn {
  font-size: 4vw;
  color: #fff;
  background-color: #f00000; }

.studless #car_type section .set_box a.btn::after {
  border: 2vw solid transparent;
  border-left: 3vw solid #fff;
  right: 6em; }

.studless #omakase section .set_box a.btn::after {
  border: 2vw solid transparent;
  border-left: 3vw solid #fff;
  right: 5.5em; }

.studless #omakase section .set_box .detail {
  width: 45%;
  font-weight: 700;
  font-size: 3.8vw;
  line-height: 2;
  margin-bottom: 20px; }

@media screen and (min-width: 768px) {
  /*
	@else if $shop ==6 {
		.studless #car_type section .set_box .price {
			font-size: 5vw;
		}

		.studless #car_type section#kei .set_box:first-of-type .flex_box a.btn {
			width: 55%;
			margin: 0;
		}
	}

	@else {
		.studless #car_type section#jimny .set_box .detail {
			margin-bottom: 20px;
		}
	}*/
    .studless #car_type section {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .studless #omakase section .set_box .img_price_omakase {
      margin-bottom: 10px;
      width: 55%; }
    .studless #omakase section .set_box .detail .omakase_img {
      width: 100%;
      margin: 2vw auto; }
    .studless #car_type section .set_box .detail {
      font-weight: 700;
      font-size: 1.8vw;
      line-height: 1.3;
      margin-bottom: 20px; }
    .studless #car_type section h4 {
      font-size: 2vw;
      width: 100%; }
    .studless #car_type section .small_section {
      display: flex;
      justify-content: space-between; }
    .studless #car_type section .set_box {
      width: 48.75%;
      padding: 10px 2% 20px; }
    .studless #omakase section .set_box .img_price_omakase {
      flex-wrap: wrap; }
    .studless #omakase section .set_box .img_price_omakase .price_span {
      display: none; }
    .studless #omakase section .set_box .img_price_omakase .img_price {
      margin-top: 0vw; }
    .studless #car_type section .set_box h5 {
      font-size: 1.9vw;
      align-self: flex-start; }
    .studless #omakase section .set_box .detail {
      font-size: 1.8vw;
      width: 45%;
      font-weight: 700;
      display: flex;
      flex-wrap: wrap;
      line-height: 2; }
    .studless #car_type section .set_box .omakse_text {
      font-size: 14px;
      text-indent: -1em;
      padding-left: 20px;
      text-align: left;
      width: 100%; }
    .studless #car_type section .set_box .flex_box a.btn::after {
      right: 1.8em; }
    .studless #car_type section#jimny .set_box .detail {
      margin-bottom: 20px; }
    .studless #car_type section .set_box .img_price img {
      margin-bottom: 1vw; }
    .studless #omakase section .set_box .img_price img {
      height: 90%; }
    .studless #car_type section .set_box .price {
      font-size: 5vw;
      margin-bottom: 1vw; }
    .studless #car_type section .set_box .img_price .early {
      font-size: 1.4vw; }
    .studless #car_type section .set_box .flex_box a.btn {
      width: 100%;
      margin: 0; }
    .studless #omakase section .set_box .flex_box a.btn::after {
      right: 4.8em; }
    .studless #omakase section .set_box .img_price img {
      height: 18vw;
      margin-bottom: 0;
      margin-top: 10px; }
    .studless #omakase section .set_box .detail .omakase_img {
      width: 100%;
      margin: 0vw auto; }
    .studless #car_type section .set_box .flex_box {
      margin-bottom: 1vw; }
    .studless #car_type section .set_box a.btn {
      font-size: 2vw;
      width: 100%;
      align-self: flex-end; }
    .studless #car_type section .set_box a.btn::after {
      border: 1vw solid transparent;
      border-left: 1.5vw solid #fff;
      right: 5em; } }

@media screen and (min-width: 1024px) {
  .studless #car_type section h4 {
    font-size: 20px;
    margin-bottom: 30px; }
    .studless #car_type section .set_box {
      margin-bottom: 30px; }
    .studless #car_type section#jimny .set_box, .studless #car_type section#hiace .set_box {
      height: calc(20vw + 236px); }
    .studless #car_type section .set_box h5 {
      font-size: 18px; }
    .studless #car_type section .set_box .omakse_text {
      font-size: 14px;
      text-indent: -1em;
      padding-left: 8px;
      text-align: center;
      width: 100%; }
    .studless #omakase section .set_box .flex_box a.btn::after {
      right: 5em; }
    .studless #car_type section .set_box .img_price {
      margin: 0 auto 20px 0; }
    .studless #car_type section .set_box .price {
      font-family: 'Oswald', sans-serif;
      color: #f00000;
      font-size: 51px;
      display: block;
      text-align: center;
      font-weight: 600;
      line-height: 1;
      width: 100%; }
    .studless #omakase section .set_box .price {
      font-size: 14px;
      max-width: 240px;
      margin: 0 auto; }
    .studless #omakase section .set_box .img_price_omakase .price_span {
      width: 100%; }
    .studless #car_type section .set_box .price {
      font-size: 51px;
      margin-bottom: 10px; }
    .studless #car_type section .set_box .img_price .early {
      font-size: 14px;
      max-width: 240px;
      margin: 0 auto; }
    .studless #car_type section .set_box .img_price .early {
      font-weight: 700;
      font-size: 14px;
      background-color: #df2b13;
      color: #fff;
      display: block;
      text-align: center; }
    .studless #car_type section .set_box .flex_box {
      margin-bottom: 10px; }
    .studless #car_type section .set_box a.btn {
      font-size: 20px; }
    .studless #car_type section .set_box a.btn::after {
      border: 10px solid transparent;
      border-left: 15px solid #fff;
      right: calc(-4.5em + 20vw); } }

@media screen and (min-width: 1055px) {
  .studless #car_type section .set_box .omakse_text {
    padding-left: 20px; } }

@media screen and (min-width: 1366px) {
  .studless #car_type section#jimny .set_box, .studless #car_type section#hiace .set_box {
    height: 510px; }
    .studless #car_type section .set_box a.btn::after {
      right: 9em; }
    .studless #car_type section .set_box .detail {
      font-size: 24px;
      position: relative; }
    .studless #omakase section .set_box .detail dl .omakase_pickup .mt_plus {
      left: 0;
      margin-top: 27px; }
    .studless #car_type section .set_box .omakse_text {
      padding-left: 0; }
    .studless #omakase section .set_box .img_price img {
      height: 245px; }
    .studless #omakase section .set_box .detail .omakase_img {
      width: 100%;
      margin: 15px auto; } }

.studless .attachment {
  background: #fff;
  text-align: center; }

.studless .attachment > h4 {
  color: #fff;
  background-color: #114199;
  font-size: 5vw;
  padding: 10px 0;
  letter-spacing: 1px; }

.studless .attachment > h4 > span {
  display: block; }

.studless .attachment > div {
  padding: 0 2.5% 25px; }

.studless .attachment > div > div:nth-child(1) > img {
  width: 95%;
  padding: 20px 2.5%;
  margin: 0 auto; }

.studless .attachment > div > div:nth-child(2) > img {
  width: 85%;
  margin: 0 auto; }

.studless .attachment > div > div > p {
  text-align: left;
  font-size: 4vw;
  margin: 15px 2.5%;
  line-height: 1.6;
  font-weight: bold; }

.studless .attachment > div > div > a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  background-color: #114199;
  border-radius: 2em;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  width: 95%;
  margin: 0 auto;
  letter-spacing: 2px;
  line-height: 1;
  padding: 0.7em 1em 0.7em 0;
  font-size: 5vw;
  box-sizing: border-box; }

.studless .attachment > div > div > a::after {
  border-left: 3.2vw solid #fff; }

.studless .attachment > div > div > a > span {
  position: relative; }

.search {
  margin: 30px 0; }

.studless #search {
  margin: 0 auto;
  width: 95%; }

.studless .search > h3 {
  height: 0;
  overflow: hidden;
  padding: 0; }

.studless #search_tab {
  padding: 3px;
  margin-top: 65px; }

.studless #search_tab nav {
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  align-items: flex-end; }

.studless #search_tab nav > div {
  flex-basis: 49%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 7px 7px 0 0;
  height: 50px;
  cursor: pointer;
  padding-bottom: 7px; }

.studless #search_tab nav > div.single {
  background-color: #114199;
  position: relative;
  top: 7px; }

.studless #search_tab nav > div.single.select {
  flex-basis: 60%;
  height: 75px; }

.studless #search_tab nav > div.single.select:before {
  position: absolute;
  content: "";
  background: url("/asp/photo/auction/lp/studless/img/select_tab.png") no-repeat;
  background-size: contain;
  top: -37px;
  width: 80%;
  height: 47px;
  animation: 0.4s ease-in-out 0s infinite alternate forwards running grade_on; }

.studless #search_tab nav > div.set {
  position: relative;
  background-color: #f2ce3e;
  color: #004b9e;
  top: 7px; }

.studless #search_tab nav > div.set .block {
  display: block; }

.studless #search_tab nav > div.set.select {
  flex-basis: 60%;
  height: 75px; }

.studless #search_tab nav > div.set.select:before {
  content: "";
  background: url("/asp/photo/auction/lp/studless/img/select_tab.png") no-repeat;
  background-size: contain;
  width: 80%;
  height: 47px;
  position: absolute;
  top: -37px;
  animation: 0.4s ease-in-out 0s infinite alternate forwards running grade_on; }

.studless #search_tab > div.single, .studless #search_tab > div.set {
  display: none; }

.studless #search_tab > div.single.select, .studless #search_tab > div.set.select {
  display: block; }

.sustudless #search_tab > .single {
  box-sizing: border-box; }

.studless #search_tab > .single > section {
  background-color: #fff; }

.studless #search_tab > .single > section:nth-child(1) {
  border-radius: 7px 7px 0 0;
  position: relative; }

.studless #search_tab > .single .maker {
  border: 3px solid #114199;
  border-bottom: none; }

.studless #search_tab > .single .maker a {
  display: block;
  text-align: right; }

.studless #search_tab > .single .maker a > span {
  background-color: #f2ce3e;
  display: inline-block;
  color: #004b9e;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
  margin-right: 5px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }

.studless #search_tab .single h4 {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding: 15px 0; }

.studless #search_tab .single h4 span {
  background-color: #004b9e;
  padding: 10px;
  display: block; }

.studless #search_tab > .single .size {
  border: 3px solid #114199;
  border-top: none; }

.studless #search_tab > .single .size > a {
  display: block;
  text-align: right; }

.studless #search_tab > .single .size > a > span {
  background-color: #f2ce3e;
  display: inline-block;
  color: #004b9e;
  font-weight: bold;
  font-size: 0.8em;
  text-align: center;
  padding: 10px 20px;
  margin-right: 5px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }

.studless #search_tab > .set {
  box-sizing: border-box; }

.studless #search_tab > .set > section {
  background-color: #fff; }

.studless #search_tab > .set > section:nth-child(1) {
  border-radius: 7px 7px 0 0;
  position: relative; }

.studless #search_tab > .set .maker {
  border: 3px solid #f2ce3e;
  border-bottom: none; }

.studless #search_tab > .set .maker > a {
  display: block;
  text-align: left; }

.studless #search_tab > .set .maker > a > span {
  position: relative;
  background-color: #114199;
  display: inline-block;
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
  margin-left: 5px;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }

.studless #search_tab .set h4 {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding: 15px 0; }

.studless #search_tab .set h4 > span {
  display: block;
  background-color: #f2ce3e;
  color: #004b9e;
  padding: 10px; }

.studless #search_tab .set h4 > span .block {
  display: block; }

.studless #search_tab > .set .size {
  border: 3px solid #f2ce3e;
  border-top: none; }

.studless #search_tab > .set .size > a {
  display: block;
  text-align: left; }

.studless #search_tab > .set .size > a > span {
  background-color: #114199;
  display: inline-block;
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
  margin-left: 5px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }

.studless #search_tab .size > p {
  padding: 10px;
  font-weight: bold; }

.studless #search_tab .size .inch_list > li {
  border: 1px solid #4d4d4d;
  border-radius: 7px;
  padding: 10px;
  font-weight: bold;
  margin: 5px 6px;
  display: inline-block;
  cursor: pointer; }

.studless #search_tab .size .inch_list > li.select {
  background-color: #b7282d; }

.studless #search_tab .size .inch_list > li > span {
  color: #666; }

.studless #search_tab .size .inch_list > li.select > span {
  color: #fff; }

.studless #search_tab .size .inch_list > li > span:nth-of-type(1) {
  font-size: 1.6em;
  vertical-align: middle; }

.studless #search_tab .size .size_list {
  margin: 0 8px; }

.studless #search_tab .size .size_list > table {
  width: 100%;
  display: none; }

.studless #search_tab .size .size_list > table.select {
  display: table; }

.studless #search_tab .size .size_list > table th:nth-of-type(1) {
  width: 15%; }

.studless #search_tab .size .size_list > table > thead > tr > th {
  background-color: #123078;
  color: #fff; }

.studless #search_tab .size .size_list > table > tbody > tr:nth-child(even) {
  background-color: #f3f3f3; }

.studless #search_tab .size .size_list > table > tbody > tr > th {
  color: #123078; }

.studless #search_tab .size .size_list > table > tbody ul > li {
  display: inline-block;
  border: 1px solid #123078;
  border-radius: 18px;
  padding: 5px 10px;
  margin: 7px 8px; }

.studless #search_tab .size .size_list > table > tbody ul > li > a {
  color: #123078; }

.studless #search_tab .maker > p {
  padding: 10px;
  font-weight: bold; }

.studless #search_tab .maker > p br {
  display: none; }

.studless #search_tab .maker > ul {
  background-color: #f3f3f3;
  padding: 15px 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.studless #search_tab .maker > ul > li {
  display: inline-block;
  border: 2px solid #004b9e;
  margin: 5px 4px;
  box-shadow: 0px 0px 5px #004b9e;
  border-radius: 5px;
  overflow: hidden;
  line-height: 0; }

.studless #search_tab .maker > ul > li > a {
  display: block;
  background-color: #fff; }

.studless #search_tab .set .maker > ul > li {
  border: 2px solid #ffe03d;
  margin: 5px 4px;
  box-shadow: 0px 0px 5px #ffe03d; }

.studless .video {
  overflow: hidden;
  max-width: 1366px;
  margin: 80px auto 80px;
  background-color: #fff;
  position: relative;
  overflow: visible;
  padding: 15px 0; }

.studless .video::before, .studless .video::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
  background: url("/asp/photo/auction/lp/studless/img/bg_size_movie.png") bottom center / cover no-repeat; }

.studless .video::before {
  top: -50px; }

.studless .video::after {
  bottom: -50px;
  transform: rotate(180deg); }

.studless .video .text {
  margin: 0 auto 10px;
  width: 95%; }

.studless .video .text img {
  width: 100%; }

.studless .video .description img {
  width: 95%;
  max-width: 980px;
  margin: 30px auto 20px; }

.studless .video button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffd200;
  border-radius: 2em;
  border: none;
  padding: 0.7em 1em 0.7em 0;
  width: 90%;
  margin: 0 auto;
  position: relative;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }

.studless .video button span {
  color: #004c9e;
  font-weight: bold;
  font-size: 4.5vw;
  margin-right: 25px; }

.studless .video button::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 9%;
  width: 9%;
  height: 54%;
  background: url("/asp/photo/auction/lp/studless/img/icon_youtube.png") center / contain no-repeat; }

@media screen and (min-width: 768px) {
  .studless .main > .video {
    margin: 160px auto; }

  .studless .video::before, .studless .video::after {
    height: 80px; }

  .studless .video::before {
    top: -80px; }

  .studless .video::after {
    bottom: -80px; }

  .studless .video .text {
    width: 60%;
    margin: 0 auto 70px; }

  .studless .video .description img {
    margin-bottom: 30px; }

  .studless .video button span {
    font-size: 20px; }

  .studless .video button {
    width: 50%; }

  .studless .video button:hover {
    box-shadow: none;
    transform: translate(2px, 2px); } }

@media screen and (min-width: 1024px) {
  .studless main > .video {
    margin: 200px auto; }

  .studless .video::before, .studless .video::after {
    height: 120px; }

  .studless .video::before {
    top: -120px; }

  .studless .video::after {
    bottom: -120px; }

  .studless .video .text {
    margin-bottom: 100px;
    width: 55%;
    max-width: 600px; }

  .studless .video .description img {
    margin-bottom: 60px; }

  .studless .video button {
    width: 46%;
    padding: 1em 1em 1em 0;
    max-width: 550px; }

  .studless .video button span {
    font-size: 24px; } }

@media screen and (min-width: 1366px) {
  .studless main > .video {
    max-width: 100%;
    margin: 250px auto; }

  .studless .video::before, .studless .video::after {
    height: 200px; }

  .studless .video::before {
    top: -200px; }

  .studless .video::after {
    bottom: -200px; } }

.studless main > section.info {
  background-color: #eff6fc;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 20px; }

.studless section.info > h3 {
  font-size: 1.1em;
  background: #666;
  color: #fff;
  margin-top: 120px; }

.studless section.info > p {
  font-size: 0.8em;
  padding: 15px 0; }

.studless section.info > address > a {
  display: block;
  color: #122f73;
  font-size: 1.8em;
  font-weight: bold;
  font-style: initial; }

.studless footer nav {
  background-color: #555;
  text-align: center;
  padding: 20px; }

.studless footer nav a {
  color: #fff;
  text-decoration: none; }

.studless footer nav li {
  display: inline-block;
  margin: 10px 20px; }

.studless footer nav li:first-child {
  padding: 5px 10px;
  background-color: #555559;
  border-radius: 5px; }

.studless a#page_top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #012d7d;
  opacity: 0.5;
  z-index: 100; }

.studless a#page_top:hover {
  cursor: pointer; }

.studless a#page_top div {
  width: 12px;
  height: 12px;
  border-top: 4px solid #012d7d;
  border-left: 4px solid #012d7d;
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  left: 12px; }

.studless a#page_top span {
  font-size: 10px;
  color: #012d7d;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 40px;
  display: inline-block;
  text-align: center;
  line-height: 1; }

.studless a#page_top span > span {
  display: none; }

a#pagetop {
  display: none; }

.studless a.btn_link_search {
  color: #004b9d;
  background-color: #f2ce3e;
  font-size: 12px;
  font-weight: 900;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: fixed;
  bottom: 60px;
  right: 15px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }

.studless a.btn_link_search::before {
  content: '';
  background: url("/asp/photo/auction/lp/studless/img/icon_search.png") center center / contain no-repeat;
  width: 50px;
  height: 20px;
  margin-bottom: 4px; }

.studless .attachment > div > div:nth-of-type(2) p br {
  display: none; }

@media screen and (min-width: 768px) {
  .studless .attachment {
    max-width: 1286px;
    margin: 30px auto; }

  .studless .attachment h4 {
    font-size: 3vw; }

  .studless .attachment h4 span {
    display: inline; }

  .studless .attachment > div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2.5%; }

  .studless .attachment > div > div {
    flex-basis: 50%; }

  .studless .attachment > div > div:nth-of-type(1) {
    text-align: center; }

  .studless main section a.syousai {
    padding: 2vw; }

  .studless .attachment > div > div:nth-of-type(2) {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 2vw;
    width: 50%; }

  .studless main section a.syousai {
    padding: 2vw; }

  .studless .attachment > div > div:nth-of-type(2) img {
    max-width: 615px;
    width: 100%; }

  .studless .attachment > div > div:nth-of-type(2) p {
    font-size: 2vw;
    text-align: left;
    line-height: 1.5;
    width: 100%; }

  .studless .attachment > div > div:nth-of-type(3) {
    width: 100%; }

  .studless .attachment > div > div > a {
    font-size: 2.3vw; }

  .studless .attachment > div > div > a::after {
    border: 1.1vw solid transparent;
    border-left: 1.8vw solid #fff;
    right: 3.5em; }

  .studless .search h3 {
    text-align: center; }

  .studless .search h3 img {
    max-width: 720px; }

  .studless #search_tab {
    max-width: 1286px;
    margin: 85px auto 30px; }

  .studless #search_tab .size > p {
    text-align: center; }

  .studless .search .attachment {
    max-width: 1024px;
    margin: 12px auto 30px; }

  .studless .search .attachment h4 {
    font-size: 1.4em; }

  .studless .search .attachment > div {
    display: flex;
    justify-content: center; }

  .studless .search .attachment > div > div {
    flex-basis: 50%; }

  .studless .search .attachment > div > div:nth-of-type(1) {
    text-align: center; }

  .studless .search .attachment > div > div:nth-of-type(2) {
    padding: 20px; }

  .studless .search .attachment > div > div:nth-of-type(2) img {
    max-width: 615px; }

  .studless .search .attachment > div > div:nth-of-type(2) p {
    font-size: 1.3em; }

  .studless #search_tab nav > div {
    padding: 17px 20px;
    font-size: 1.6em;
    font-weight: bold; }

  .studless #search_tab nav > div.single.select:before {
    width: 190px;
    top: -50px; }

  .studless #search_tab nav > div.set.select:before {
    width: 190px;
    top: -50px; }

  .studless #search_tab div h4 {
    font-size: 1.3em; }

  .studless #search_tab .set h4 > span .block {
    display: inline; }

  .studless #search_tab .maker > p {
    text-align: center; }

  .studless #search_tab .maker > p br {
    display: block; }

  .studless #search_tab > .single .maker a > span, .studless #search_tab > .single .size > a > span, .studless #search_tab > .set .maker a > span, .studless #search_tab > .set .size > a > span {
    font-size: 1em; }

  .studless #search_tab .maker > ul > li > a {
    padding: 20px;
    background-color: #fff; } }

@media screen and (min-width: 980px) {
  .studless a#page_top {
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    transition: 0.3s; }

  .studless a#page_top:hover {
    opacity: 1; }

  .studless a#page_top div {
    width: 17px;
    height: 17px;
    border-top: 7px solid #012d7d;
    border-left: 7px solid #012d7d;
    top: 14px;
    left: 18px; }

  .studless a#page_top span {
    bottom: 11px;
    width: 60px; }

  .studless a#page_top span > span {
    display: contents; }

  .studless a.btn_link_search {
    font-size: 14px;
    width: 130px;
    height: 130px;
    bottom: 100px;
    transition: 0.3s; }

  .studless a.btn_link_search:hover {
    box-shadow: none;
    transform: translate(2px, 2px); } }

@media screen and (min-width: 1024px) {
  .studless .attachment h4 {
    font-size: 30px; }

  .studless .attachment > div > div:nth-of-type(2) p {
    font-size: 20px;
    height: 15vw;
    line-height: 1.5; }

  .studless .attachment > div > div > a {
    font-size: 24px; }

  .studless .attachment > div > div > a::after {
    border: 11px solid transparent;
    border-left: 18px solid #fff;
    right: calc(-4.5em + 19vw); }

  .studless main section a.syousai {
    padding: 25px; } }

@media screen and (min-width: 1240px) {
  .studless #search_tab .size .inch_list {
    text-align: center; }

  .studless .attachment > div > div:nth-of-type(2) p {
    line-height: 2; } }

@media screen and (min-width: 1360px) {
  .studless .attachment > div > div > a::after {
    right: 6em; }

  .studless .attachment > div > div:nth-of-type(2) p {
    font-size: 20px;
    height: 191px;
    line-height: 2; }

  .studless .attachment > div > div:nth-of-type(2) p br {
    display: block; } }

@keyframes grade_on {
  0% {
    margin-top: 0px; }

  100% {
    margin-top: -20px; } }

.studless .modal_area {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100; }

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

.studless .modal_area > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1280px;
  height: 80vh;
  max-height: 720px; }

.studless nav.early {
  background-color: #f3e100;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2.5%; }

.studless nav.early .box {
  width: 100%;
  margin: 0 auto 1vw;
  background-color: #fff;
  padding: 3vw 0 3vw 6vw;
  border-radius: 3vw;
  box-sizing: border-box;
  position: relative; }

.studless nav.early .box::before {
  content: '';
  position: absolute;
  left: 2vw;
  bottom: 0;
  width: 28vw;
  height: 12vw;
  background: url("/asp/photo/auction/lp/studless/img/bg_tww.png") center / contain no-repeat; }

.studless nav.early .box::after {
  content: '';
  position: absolute;
  right: 7vw;
  bottom: 2vw;
  width: 14vw;
  height: 10vw;
  background: url("/asp/photo/auction/lp/studless/img/icon_trac.png") center / contain no-repeat; }

.studless nav.early .box p {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
  color: #0068b7;
  font-style: italic;
  text-align: center;
  font-size: 4.3vw; }

.studless nav.early .box p span {
  display: block;
  color: #eb5d46;
  font-size: 1.4em;
  letter-spacing: -0.05em; }

.studless nav.early .catch_btn p {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
  color: #e11e13;
  font-style: italic;
  text-align: center;
  font-size: 4.5vw;
  letter-spacing: -0.05em; }

.studless nav.early .catch_btn p span {
  letter-spacing: 0;
  font-size: 1.95em;
  text-shadow: 0 0 1vw #fff, 0 0 1vw #fff, 0 0 1vw #fff, 0 0 1vw #fff, 0 0 1vw #fff, 0 0 1vw #fff, 0.5vw 0.5vw 0 #fff, -0.5vw -0.5vw 0 #fff, 0.5vw -0.5vw 0 #fff, -0.5vw 0.5vw 0 #fff, 0.5vw 0 0 #fff, 0 0.5vw 0 #fff, -0.5vw 0 0 #fff, 0 -0.5vw 0 #fff; }

.studless nav.early .catch_btn a {
  font-size: 4.8vw;
  font-weight: 900;
  text-align: center;
  color: #fff;
  background-color: #dc0816;
  display: block;
  width: 11em;
  margin: 0 auto 1vw;
  padding: 0.4em 0;
  line-height: 1;
  filter: drop-shadow(0.5vw 0.5vw 2px rgba(0, 0, 0, 0.6));
  position: relative; }

.studless nav.early .catch_btn a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 4.4vw solid transparent;
  border-left: 4.4vw solid #dc0816;
  right: -8.7vw;
  top: 0; }

@media screen and (min-width: 768px) {
  .studless nav.early {
    align-items: flex-start;
    margin-bottom: 0; }

  .studless nav.early .box {
    width: 47%;
    max-width: 460px;
    margin: 0 auto 0 0;
    padding: 8vw 1vw 1vw;
    border-radius: 1.5vw; }

  .studless nav.early .box::before {
    bottom: auto;
    top: -2.5vw;
    left: 3vw;
    width: 24vw;
    height: 10vw; }

  .studless nav.early .box::after {
    bottom: auto;
    top: 0;
    right: 5vw;
    width: 11vw;
    height: 7.5vw; }

  .studless nav.early .box p {
    font-size: 2.2vw;
    line-height: 1.2; }

  .studless nav.early .box p span {
    font-size: 2em; }

  .studless nav.early .catch_btn {
    width: 52%;
    max-width: 510px; }

  .studless nav.early .catch_btn p {
    font-size: 2.8vw;
    line-height: 1.2;
    margin-bottom: 2vw; }

  .studless nav.early .catch_btn p span {
    margin-right: 0.1em;
    filter: drop-shadow(0 0 2px #fff); }

  .studless nav.early .catch_btn a {
    font-size: 3.2vw;
    padding: 0.6em 0;
    width: 13em;
    margin: 0 auto 0 0.5em; }

  .studless nav.early .catch_btn a::after {
    border: 3.6vw solid transparent;
    border-left: 4.4vw solid #dc0816;
    right: -7.8vw; } }

@media screen and (min-width: 1024px) {
  .studless nav.early {
    padding: 25px 0; }

  .studless nav.early .box {
    margin-right: 9px;
    padding: 82px 10px 10px; }

  .studless nav.early .box::before {
    width: 246px;
    height: 102px;
    left: 30px;
    top: -25px; }

  .studless nav.early .box::after {
    width: 112px;
    height: 77px;
    right: 50px; }

  .studless nav.early .box p {
    font-size: 22px; }

  .studless nav.early .catch_btn p {
    font-size: 28px;
    margin-bottom: 20px; }

  .studless nav.early .catch_btn p span {
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 5px 5px 0 #fff, -5px -5px 0 #fff, 5px -5px 0 #fff, -5px 5px 0 #fff, 5px 0 0 #fff, 0 5px 0 #fff, -5px 0 0 #fff, 0 -5px 0 #fff; }

  .studless nav.early .catch_btn a {
    font-size: 32px;
    filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.6)); }

  .studless nav.early .catch_btn a::after {
    border: 35.9px solid transparent;
    border-left: 44px solid #dc0816;
    right: -79px; } }

.studless #early {
  background: url("/asp/photo/auction/lp/studless/img/bg_early_sp.jpg") top center / cover no-repeat;
  margin-top: 20vw;
  padding-bottom: 50px;
  overflow: hidden; }

.studless #early .bg_delta {
  background-color: #f3e100;
  padding: 5vw 2.5vw;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
  font-style: italic;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 82%, 0 100%); }

.studless #early .box_white {
  position: relative; }

.studless #early .box_white::before {
  content: '';
  position: absolute;
  z-index: 10;
  top: -5vw;
  left: 1vw;
  width: 38vw;
  height: 16vw;
  background: url("/asp/photo/auction/lp/studless/img/bg_tww.png") center / contain no-repeat;
  transform: rotate(-8deg); }

.studless #early .box_white div {
  background-color: #fff;
  padding: 0 0 17vw 4vw;
  clip-path: polygon(5% 0, 100% 0, 100% 58%, 0 100%); }

.studless #early .box_white p {
  color: #0068b7;
  font-size: 4.6vw;
  line-height: 1.2;
  transform: skewY(-8deg) translateY(50%); }

.studless #early .box_white p span {
  display: block;
  color: #eb5d46;
  font-size: 2em;
  transform: skewX(10deg); }

.studless #early .bg_delta > p {
  color: #fff;
  transform: skewY(-8deg) translateY(-50%);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 6.4vw;
  font-style: normal; }

.studless #early .bg_delta > p span {
  background-color: #0068b7; }

.studless #early .bg_delta > p .large {
  letter-spacing: 0.1em; }

.studless #early .bg_delta > p .large:first-of-type {
  padding-left: 0.2em; }

.studless #early .bg_delta > p .small {
  font-size: 0.6em;
  padding: 0;
  vertical-align: text-bottom;
  line-height: 1.4; }

.studless #early .bg_delta h3 {
  font-size: 6.8vw;
  transform: skewY(-8deg) translateY(-12%);
  text-align: right;
  line-height: 1.2;
  color: #0068b7;
  margin-bottom: 0;
  padding: 0;
  position: relative; }

.studless #early .bg_delta h3::before {
  content: '';
  position: absolute;
  top: -8vw;
  right: 0;
  width: 27vw;
  height: 19vw;
  background: url("/asp/photo/auction/lp/studless/img/icon_trac.png") center / contain no-repeat; }

.studless #early .bg_delta h3 .red {
  display: block;
  text-align: left;
  font-size: 1.85em;
  color: #e11e13;
  transform: skewX(10deg);
  text-shadow: 0 0 2vw #fff, 0 0 2vw #fff, 0 0 2vw #fff, 0 0 2vw #fff, 0 0 2vw #fff, 0 0 2vw #fff, 1vw 1vw 0 #fff, -1vw -1vw 0 #fff, 1vw -1vw 0 #fff, -1vw 1vw 0 #fff, 1vw 0 0 #fff, 0 1vw 0 #fff, -1vw 0 0 #fff, 0 -1vw 0 #fff; }

.studless #early .bg_delta h3 .orange {
  color: #eb5d46;
  font-size: 1.4em; }

.studless #early .catch {
  width: 90%;
  margin: 5vw auto;
  color: #0068b7;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 5.6vw;
  text-align: center; }

.studless #early .icon {
  color: #e71f19;
  background-color: #fff100;
  font-weight: 700;
  padding: 0 0.5em;
  font-family: 'Noto Sans JP', sans-serif; }

.studless #early img.icon {
  display: inline;
  background-color: transparent;
  width: 30%;
  vertical-align: middle; }

.studless #early .catch p {
  font-size: 5.6vw;
  font-weight: 900; }

.studless #early .catch p .orange {
  display: block;
  color: #eb5d46;
  font-size: 1.32em; }

.studless #early .catch p .under {
  background: linear-gradient(to bottom, transparent 50%, #fff100 50%); }

.studless #early .caution {
  font-size: 3.2vw;
  display: block;
  width: 90%;
  margin: 0 auto 10vw;
  font-weight: 700; }

.studless #early .caution::before {
  content: '※'; }

.studless #early h4 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 6.15vw;
  font-weight: 900;
  color: #0068b7;
  text-align: center; }

.studless #early .flow > p {
  text-align: center;
  font-weight: 500;
  font-size: 3.75vw;
  margin-bottom: 0.5em; }

.studless #early .flow > p::before, .studless #early .flow > p::after {
  content: '～'; }

.studless #early .flow_box {
  width: 95%;
  margin: 0 auto 5vw;
  padding: 5vw 2.5vw;
  background-color: #fff;
  border: 2px solid #1078be;
  border-radius: 4vw;
  box-sizing: border-box; }

.studless #early .flow_box dt {
  font-size: 4.3vw;
  color: #0068b7;
  font-weight: 700;
  padding-left: 0.5em;
  margin-bottom: 2vw; }

.studless #early .flow_box dt.icon {
  color: #e71f19;
  width: 5em; }

.studless #early .flow_box ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5vw; }

.studless #early .flow_box li {
  background-color: #0068b7;
  color: #fff;
  font-weight: 500;
  font-size: 3.2vw;
  line-height: 4em;
  height: 4em;
  text-align: center;
  padding: 0 0.5em;
  position: relative; }

.studless #early .flow_box dd:first-of-type li:nth-of-type(3), .studless #early .flow_box dd:last-of-type li:nth-of-type(2) {
  line-height: 1.5;
  height: auto;
  padding: 0.5em; }

.studless #early .flow_box dd:last-of-type li {
  width: 9em;
  padding: 0.5em 0; }

.studless #early .flow_box dd:last-of-type li:first-of-type, .studless #early .flow_box dd:last-of-type li:last-of-type {
  width: 7em;
  padding: 0; }

.studless #early .flow_box dd:first-of-type li:nth-of-type(-n+3)::before {
  content: '';
  position: absolute;
  width: 0.9em;
  height: 0.3em;
  background-color: #0068b7;
  top: 50%;
  right: -1em;
  transform: translateY(-50%); }

.studless #early .flow_box dd:first-of-type li:nth-of-type(-n+3)::after {
  content: '';
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border-top: 0.3em solid #0068b7;
  border-right: 0.3em solid #0068b7;
  top: 50%;
  right: -1em;
  transform: translateY(-50%) rotate(45deg); }

.studless #early .flow_box dd:last-of-type li:nth-of-type(-n+2)::before {
  content: '';
  position: absolute;
  width: 1.3em;
  height: 0.45em;
  background-color: #0068b7;
  top: 50%;
  right: -1.5em;
  transform: translateY(-50%); }

.studless #early .flow_box dd:last-of-type li:nth-of-type(-n+2)::after {
  content: '';
  position: absolute;
  width: 0.7em;
  height: 0.7em;
  border-top: 0.45em solid #0068b7;
  border-right: 0.45em solid #0068b7;
  top: 50%;
  right: -1.5em;
  transform: translateY(-50%) rotate(45deg); }

.studless #early .flow_box dd:last-of-type li:last-of-type::before {
  content: '';
  position: absolute;
  left: 0.2em;
  top: -4em;
  width: 6.6em;
  height: 3.8em;
  background: url("/asp/photo/auction/lp/studless/img/icon_trac2.png") center / contain no-repeat; }

.studless #early .flow_box dd:last-of-type ol {
  margin-bottom: 0; }

.studless #early .flow_box .point dt {
  text-align: center;
  color: #e11e13;
  font-size: 5.4vw;
  background-color: #fff100;
  width: 5em;
  border-radius: 1.5em;
  margin: 0 auto;
  padding: 0;
  font-weight: 900;
  text-shadow: 0 0 1vw #fff, 0 0 1vw #fff, 0 0 1vw #fff, 0 0 1vw #fff, 0 0 1vw #fff, 0 0 1vw #fff, 0.5vw 0.5vw 0 #fff, -0.5vw -0.5vw 0 #fff, 0.5vw -0.5vw 0 #fff, -0.5vw 0.5vw 0 #fff, 0.5vw 0 0 #fff, 0 0.5vw 0 #fff, -0.5vw 0 0 #fff, 0 -0.5vw 0 #fff;
  transform: rotate(-8deg) translateY(0.5em);
  position: relative;
  perspective: 1em; }

.studless #early .flow_box .point dt::before {
  content: '';
  position: absolute;
  width: 0.6em;
  height: 0.15em;
  background-color: #fff100;
  top: 0.5em;
  right: -0.8em; }

.studless #early .flow_box .point dt::after {
  content: '';
  position: absolute;
  width: 0.25em;
  height: 0.3em;
  border-top: 0.15em solid #fff100;
  border-bottom: 0.15em solid #fff100;
  top: -0.4em;
  right: -0.2em;
  transform: rotate3d(0, 1, 1, -60deg); }

.studless #early .flow_box .point dd {
  background: url("/asp/photo/auction/lp/studless/img/bg_point.png") center / contain no-repeat;
  font-size: 4.3vw;
  padding: 1em 0 1em 0.5em;
  color: #000;
  font-weight: 700; }

.studless #early .flow_box .point dd .under {
  background: linear-gradient(to bottom, transparent 80%, #fff100 80%);
  color: #e11e13; }

.studless #early .flow_box .point small {
  font-size: 3.2vw;
  display: block;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em; }

.studless #early .flow_box .point small::before {
  content: '※'; }

.studless #early .blue_box {
  background-color: #0068b7;
  padding: 8vw 0;
  color: #fff;
  font-weight: 900;
  font-size: 4vw;
  width: 12em;
  margin: 0 auto 5vw;
  text-align: center;
  border-radius: 1em; }

.studless #early .blue_box .icon {
  display: block;
  width: 55%;
  border: none; }

.studless #early .img_link img {
  width: 90%;
  margin: 0 auto 5vw;
  border: 1px solid #555; }

.studless #early .img_link a {
  color: #fff;
  background-color: #e11e13;
  display: block;
  width: 10em;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 7.4vw;
  text-align: center;
  margin: 0 auto;
  padding: 0.5em 0;
  border-radius: 0.4em; }

@media screen and (min-width: 768px) {
  .studless #early {
    background: url("/asp/photo/auction/lp/studless/img/bg_early_pc.jpg") top center / cover no-repeat; }
    .studless #early .bg_delta {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      padding: 7vw 2.5vw 3vw;
      clip-path: polygon(0 0, 100% 0, 100% 59%, 0 100%); }
    .studless #early .box_white::before {
      top: -5vw;
      width: 27vw;
      height: 11vw; }
    .studless #early .box_white div {
      padding: 2vw 0 8vw 3vw;
      margin-right: 2vw;
      margin-left: 1vw;
      clip-path: polygon(5% 0, 100% 0, 100% 65%, 0 96%); }
    .studless #early .box_white p {
      font-size: 1.8vw; }
    .studless #early .box_white p span {
      font-size: 2.3em; }
    .studless #early .bg_delta > p {
      font-size: 3.6vw;
      margin-right: auto;
      box-shadow: 0 -2px 0 #0068b7 inset;
      transform: skewY(-8deg) translateY(-56%); }
    .studless #early .bg_delta h3 {
      font-size: 3.6vw;
      margin-right: auto;
      top: -3.8vw; }
    .studless #early .bg_delta h3::before {
      top: -6.5vw;
      right: -20vw;
      width: 21vw;
      height: 15vw;
      transform: skewY(8deg) rotate(-8deg); }
    .studless #early .bg_delta h3 .red {
      display: inline;
      text-shadow: 0 0 1vw #fff, 0 0 1vw #fff, 0 0 1vw #fff, 0 0 1vw #fff, 0 0 1vw #fff, 0 0 1vw #fff, 0 0 1vw #fff, 0 0 1vw #fff, 0 0 1vw #fff, 0 0 1vw #fff, 0 0 1vw #fff, 0 0 1vw #fff, 0 0 1vw #fff, 0 0 1vw #fff, 0 0 1vw #fff, 0 0 1vw #fff, 0 0 1vw #fff, 0 0 1vw #fff, 0 0 1vw #fff, 0 0 1vw #fff, 0 0 1vw #fff;
      font-size: 2em;
      margin-right: 0.1em; }
    .studless #early .bg_delta h3 .orange {
      font-size: 1.55em; }
    .studless #early .catch {
      margin: 0 auto 2vw;
      font-size: 2.6vw;
      text-align: center; }
    .studless #early img.icon {
      width: 12%;
      max-width: 110px; }
    .studless #early .catch br {
      display: none; }
    .studless #early .catch p {
      font-size: 2.6vw;
      display: inline; }
    .studless #early .catch p .orange {
      font-size: 2em;
      margin-left: 0.5em; }
    .studless #early .caution {
      font-size: 1.6vw;
      text-align: center;
      margin: 0 auto 3vw; }
    .studless #early .caution br {
      display: none; }
    .studless #early .flow_img {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-end;
      width: 95%;
      max-width: 970px;
      margin: 0 auto 5vw; }
    .studless #early .flow {
      width: 56.5%; }
    .studless #early h4 {
      font-size: 2.8vw; }
    .studless #early .flow > p {
      font-size: 1.6vw; }
    .studless #early .flow_box {
      width: 100%;
      padding: 2vw;
      border-radius: 3vw;
      margin: 0 auto; }
    .studless #early .flow_box dt {
      font-size: 2.3vw; }
    .studless #early .flow_box li {
      font-size: 1.6vw; }
    .studless #early .flow_box dd:first-of-type li:nth-of-type(-n+3)::before {
      width: 1.8em;
      right: -2em; }
    .studless #early .flow_box dd:first-of-type li:nth-of-type(-n+3)::after {
      right: -2em; }
    .studless #early .flow_box dd:last-of-type li:nth-of-type(-n+2)::before {
      width: 2.8em;
      right: -3em; }
    .studless #early .flow_box dd:last-of-type li:nth-of-type(-n+2)::after {
      right: -3em; }
    .studless #early .flow_box dd:last-of-type li:last-of-type::before {
      top: -5em; }
    .studless #early .flow_box .point dt {
      font-size: 2vw;
      text-shadow: 0 0 0.5vw #fff, 0 0 0.5vw #fff, 0 0 0.5vw #fff, 0 0 0.5vw #fff, 0 0 0.5vw #fff, 0 0 0.5vw #fff, 0 0 0.5vw #fff, 0 0 0.5vw #fff, 0 0 0.5vw #fff, 0 0 0.5vw #fff, 0 0 0.5vw #fff; }
    .studless #early .flow_box .point dd {
      font-size: 2vw;
      padding: 1em 0 1em 3.5em; }
    .studless #early .flow_box .point small {
      font-size: 1.55vw; }
    .studless #early .img_link {
      width: 40%; }
    .studless #early .img_link img {
      width: 100%;
      margin: 0 auto 3vw; }
    .studless #early .img_link figure {
      position: relative; }
    .studless #early .img_link figure > div {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start; }
    .studless #early .img_link figure > div .blue_box {
      margin: 0 auto 3vw;
      width: 60%;
      font-size: 1.6vw;
      padding: 2vw 0; }
    .studless #early .img_link figure > div .blue_box img {
      margin: 0 auto 2vw; }
    .studless #early .img_link figure > div > img {
      width: 42%;
      margin-left: 0; }
    .studless #early .img_link figure > img {
      width: 56%;
      position: absolute;
      right: 0;
      bottom: 0; }
    .studless #early .img_link a {
      font-size: 3.2vw;
      width: 100%; } }

@media screen and (min-width: 1024px) {
  .studless #early .bg_delta {
    padding: 70px 25px 30px;
    max-width: 1024px;
    box-sizing: border-box;
    margin: 0 auto;
    clip-path: none;
    background: linear-gradient(-188deg, #f3e100 72%, transparent 72%); }
    .studless #early .bg_delta::before {
      content: '';
      position: absolute;
      top: 0;
      left: calc(50% - 2000px);
      width: 4000px;
      height: 590px;
      background: linear-gradient(-188deg, #f3e100 50%, transparent 50%); }
    .studless #early .box_white::before {
      top: -50px;
      width: 270px;
      height: 110px; }
    .studless #early .box_white div {
      padding: 20px 0 80px 30px;
      margin-right: 20px;
      margin-left: 10px; }
    .studless #early .box_white p {
      font-size: 19px; }
    .studless #early .bg_delta > p {
      font-size: 38px; }
    .studless #early .bg_delta h3 {
      font-size: 38px;
      top: -38px; }
    .studless #early .bg_delta h3::before {
      top: -65px;
      right: -200px;
      width: 210px;
      height: 150px; }
    .studless #early .bg_delta h3 .red {
      display: inline;
      text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff; }
    .studless #early .catch {
      margin: 0 auto 20px;
      font-size: 26px; }
    .studless #early .catch p {
      font-size: 26px; }
    .studless #early .caution {
      font-size: 16px;
      margin: 0 auto 30px; }
    .studless #early h4 {
      font-size: 28px; }
    .studless #early .flow_img {
      margin: 0 auto 50px; }
    .studless #early .flow > p {
      font-size: 16px; }
    .studless #early .flow_box {
      padding: 20px;
      border-radius: 30px; }
    .studless #early .flow_box dt {
      font-size: 23px;
      margin-bottom: 20px; }
    .studless #early .flow_box ol {
      margin-bottom: 50px; }
    .studless #early .flow_box li {
      font-size: 16px; }
    .studless #early .flow_box dd:first-of-type li:nth-of-type(-n+3)::before {
      width: 2em;
      right: -2.2em; }
    .studless #early .flow_box dd:first-of-type li:nth-of-type(-n+3)::after {
      right: -2.2em; }
    .studless #early .flow_box dd:last-of-type li:nth-of-type(-n+2)::before {
      width: 3em;
      right: -3.3em; }
    .studless #early .flow_box dd:last-of-type li:nth-of-type(-n+2)::after {
      right: -3.3em; }
    .studless #early .flow_box .point dt {
      font-size: 20px;
      text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff; }
    .studless #early .flow_box .point dd {
      font-size: 20px; }
    .studless #early .flow_box .point small {
      font-size: 14px; }
    .studless #early .img_link {
      width: 39.3%; }
    .studless #early .img_link img {
      margin: 0 auto 30px; }
    .studless #early .img_link figure > div .blue_box {
      font-size: 16px;
      padding: 20px 0;
      margin-bottom: 30px; }
    .studless #early .img_link figure > div .blue_box img {
      margin-bottom: 20px; }
    .studless #early .img_link a {
      font-size: 32px; } }

.studless #car_type section .set_box.early_title.open {
  position: relative; }

.studless #car_type section .set_box.early_title.open::before {
  content: '';
  position: absolute;
  left: 0;
  top: -3vw;
  width: 25vw;
  height: 9vw;
  background: url("/asp/photo/auction/lp/studless/img/icon_early_set.png") center / contain no-repeat; }

.studless #car_type section .set_box a.btn.early.open {
  position: relative;
  padding-left: 4em; }

.studless #car_type section .set_box a.btn.early.open::before {
  content: '短納期商品';
  position: absolute;
  color: #e71f19;
  background-color: #fff100;
  top: 50%;
  left: 4.5em;
  font-size: 0.8em;
  transform: translateY(-50%);
  padding: 0.3em; }

.studless #car_type section .set_box a.btn.early.open::after {
  right: 4em; }

@media screen and (min-width: 768px) {
  .studless #car_type section .set_box.early_title.open::before {
    left: -1vw;
    top: -1.5vw;
    width: 13vw;
    height: 5vw; }
    .studless #car_type section .set_box a.btn.early.open::before {
      left: 3.5em; }
    .studless #car_type section .set_box a.btn.early.open::after {
      right: 3em; } }

@media screen and (min-width: 1024px) {
  .studless #car_type section .set_box a.btn.early.open::before {
    left: 6vw; }
    .studless #car_type section .set_box a.btn.early.open::after {
      right: 7vw; } }

@media screen and (min-width: 1366px) {
  .studless #car_type section .set_box.early_title.open::before {
    left: -14px;
    top: -20px;
    width: 178px;
    height: 68px; }
    .studless #car_type section .set_box a.btn.early.open::before {
      left: 8em; }
    .studless #car_type section .set_box a.btn.early.open::after {
      right: 7em; } }
