/*
 * 【はじめに】
 * 最終的には可能な限り、コメントは削除してください。
 * ここに記載しているコメントもほぼ不要です(auPay start / ecd は必要)
 * 変数の使い方
 * $ec_dir ･･･ それぞれ各ECの絶対パス(現状)
 * $ec_id ･･･ それぞれ各ECのID(CSVで設定している分)
 *
 * 例：background-image: url($ec_dir + '/img/bn_main_background_sp.jpg');
 *
 * SCSSについて
 * 例：if制御
 *  @if $shop == 1 {
 * 		#pc_header.ac img {
 *			width: initial;
 *		}
 *	}
 *
 * 今分かっている問題
 * 1.rgb()について
 *   rgba()を利用してください。うまく変換されません
 */
/* auPayについては、figureタグ等利用できないタグがあり、変換して利用する事になる
 * その変換されたタグ用にCSSを設定する必要があるので、下記コメントタグを利用し、
 * 開始・終了で閉じる事
 * また、if制御を利用して切り替えると楽
 * @if $shop == 5 {
 *	.studless .recommend > h3 > img {
 *		width: 100%;
 *	}
 * } @else {
 *	.studless .recommend > div img {
 *		width: 100%;
 *	}
 * }
 */
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Archivo:wdth,wght@100..112.5,400..700&family=Dela+Gothic+One&family=M+PLUS+1p:wght@400;500;700;800;900&display=swap');
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

ul {
  list-style: none; }

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

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

.offlesser, .offlesser section h2 small, .offlesser nav a .btn, .offlesser table .detail a {
  font-family: "M PLUS 1p", sans-serif;
  color: #231815; }

.offlesser header .first_catch, .offlesser .thanks small {
  font-family: Impact, Charcoal, Helvetica Inserat, Bitstream Vera Sans Bold, Arial Black, sans-serif;
  color: #364e3f; }

.offlesser h2, .offlesser > nav ul li a span, .offlesser section figure figcaption, .offlesser section .slide_btn {
  font-family: "Dela Gothic One", sans-serif;
  color: #364e3f; }

.offlesser section .table_bg {
  font-family: "Archivo", sans-serif; }

.offlesser {
  overflow: hidden; }

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

.offlesser .pc {
  display: none; }

.offlesser h2 {
  font-size: 8vw;
  text-align: center;
  margin-bottom: 5vw;
  letter-spacing: 0.1em; }

.offlesser nav p, .offlesser section > p {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 5vw; }

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

  .offlesser .sp {
    display: none; }

  .offlesser h2 {
    font-size: 5vw;
    margin-bottom: 5vw; }

  .offlesser nav p, .offlesser section > p {
    font-size: 16px;
    margin-bottom: 5vw; } }

@media screen and (min-width: 1140px) {
  .offlesser h2 {
    font-size: 57px;
    margin-bottom: 57px; }

  .offlesser nav p, .offlesser section > p {
    font-size: 18px;
    margin-bottom: 57px; } }

.offlesser header {
  background: url("/asp/photo/auction/brand/offlesser/img/bg_fv_sp.jpg") center / cover no-repeat;
  padding: 5vw 0 3vw;
  position: relative;
  margin-bottom: 3vw;
  height: 110vw; }

.offlesser header::before {
  position: absolute;
  top: 26vw;
  left: 8vw;
  right: 0;
  margin: 0 auto;
  content: '';
  width: 82vw;
  height: 48vw;
  background: url("/asp/photo/auction/brand/offlesser/img/img_fv_jimny.png") center / contain no-repeat;
  opacity: 0; }

.offlesser header .breadcrumb {
  position: absolute;
  top: 0;
  left: 5px;
  font-size: 12px;
  padding: 0.5em 0; }

.offlesser header .breadcrumb a {
  padding: 0.5em 0;
  margin-right: 0.5em;
  color: #fff; }

.offlesser header .breadcrumb span {
  padding: 0.5em 0;
  margin-right: 0.5em;
  color: #fff; }

.offlesser header .first_catch {
  font-size: 12.5vw;
  width: 4em;
  padding: 0 0.1em 0.4em 0.5em;
  background: url("/asp/photo/auction/brand/offlesser/img/bg_fv_text.png") bottom / contain no-repeat;
  text-shadow: 1px 1px 1px #fff;
  position: absolute;
  top: 5vw;
  left: 0; }

.offlesser header .first_catch span {
  display: block;
  font-size: 0.6em; }

.offlesser header .second_catch {
  position: absolute;
  bottom: 3vw;
  left: 0;
  right: 0;
  margin: 0 auto; }

.offlesser header .second_catch h1 {
  width: 80%;
  margin: 0 auto;
  opacity: 0; }

.offlesser header .second_catch h1 img {
  width: 100%; }

.offlesser header .second_catch p {
  font-weight: 800;
  font-size: 3.7vw;
  text-align: center;
  line-height: 1.5;
  margin-top: 0.5em;
  opacity: 0; }

@media screen and (min-width: 768px) {
  .offlesser header {
    background: url("/asp/photo/auction/brand/offlesser/img/bg_fv_pc.jpg") center / cover no-repeat;
    padding: 9vw 0 3vw;
    height: 63vw; }
    .offlesser header::before {
      top: 12.6vw;
      left: 8vw;
      width: 53.5vw;
      height: 31vw;
      max-width: 730px;
      max-height: 426px; }
    .offlesser header .breadcrumb {
      font-size: 14px; }
    .offlesser header .first_catch {
      font-size: 8.5vw;
      margin-left: 3vw;
      position: relative;
      z-index: 1;
      top: 0; }
    .offlesser header .second_catch h1 {
      width: 40%;
      max-width: 497px; }
    .offlesser header .second_catch p {
      font-size: 2.4vw; } }

@media screen and (min-width: 1260px) {
  .offlesser header {
    padding: 113px 0 38px;
    box-sizing: border-box;
    background: url("/asp/photo/auction/brand/offlesser/img/bg_fv_pc.jpg") center bottom 15%/ cover no-repeat;
    max-width: 1366px;
    margin: 0 auto 40px;
    height: 944px; }

  .offlesser header::before {
    top: calc(830px - 53vw); }

  .offlesser header::after {
    content: '';
    position: absolute;
    top: 0;
    left: calc(683px - 50vw);
    width: 100vw;
    height: 100%;
    background-color: #e5e1d4;
    z-index: -1; }

  .offlesser header .first_catch {
    font-size: 107px;
    margin-left: 38px; }

  .offlesser header .second_catch {
    bottom: 38px; }

  .offlesser header .second_catch p {
    font-size: 30px; } }

@media screen and (min-width: 1380px) {
  .offlesser header::before {
    top: 103px;
    left: 109px; } }

.offlesser > nav {
  padding: 10vw 0;
  background-color: #ddd5c2;
  margin-bottom: 3vw;
  opacity: 0; }

.offlesser > nav a {
  display: block;
  width: 80vw;
  height: 30vw;
  margin: 0 auto 3vw;
  opacity: 0; }

.offlesser > nav a.jimny {
  background: url("/asp/photo/auction/brand/offlesser/img/bg_btn_jimny.png") center / cover no-repeat; }

.offlesser > nav a.prado {
  background: url("/asp/photo/auction/brand/offlesser/img/bg_btn_prado.png") center / cover no-repeat; }

.offlesser > nav a.delica {
  background: url("/asp/photo/auction/brand/offlesser/img/bg_btn_delica.png") center / cover no-repeat; }

.offlesser > nav a span {
  display: block;
  font-size: 6vw;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-left: 0.5em;
  position: relative;
  z-index: 0; }

.offlesser > nav a span span {
  font-size: 0.75em; }

.offlesser > nav a small {
  font-size: 2.8vw;
  color: #fff;
  text-shadow: 1px 1px 0 #364e3f, -1px -1px 0 #364e3f, 1px -1px 0 #364e3f, -1px 1px 0 #364e3f, 0 1px 0 #364e3f, 1px 0 0 #364e3f, 0 -1px 0 #364e3f, -1px 0 0 #364e3f;
  font-weight: 900;
  display: block;
  margin-left: 1em;
  margin-bottom: 3.2em; }

.offlesser > nav a .btn {
  font-size: 2.8vw;
  font-weight: 900;
  color: #364e3f;
  background-color: #f2df00;
  margin-left: 1em;
  width: 8.5em;
  text-align: center;
  padding: 0.8em 0;
  letter-spacing: 0;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9); }

@media screen and (min-width: 768px) {
  .offlesser > nav {
    padding: 5vw 0 3vw; }

  .offlesser > nav ul {
    width: 90%;
    max-width: 1024px;
    margin: 0 auto; }

  .offlesser > nav a {
    width: 40vw;
    max-width: 456px;
    height: 15vw;
    max-height: 171px; }

  .offlesser > nav a > span::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    width: 0;
    transition: 0.3s;
    z-index: -1; }

  .offlesser > nav a.jimny:hover > span::before {
    width: 36%; }

  .offlesser > nav a.prado:hover > span::before {
    width: 36%; }

  .offlesser > nav a.delica:hover > span::before {
    width: 29%; }

  .offlesser > nav a:hover > span.btn::before {
    width: 100%; }

  .offlesser > nav a.delica {
    margin-left: 0; }

  .offlesser > nav a.prado {
    margin-right: 0; }

  .offlesser > nav a span {
    font-size: 3.1vw;
    margin-left: 0; }

  .offlesser > nav a small {
    font-size: 1.4vw;
    margin-left: 0;
    margin-top: 0.3em;
    margin-bottom: 1.5em; }

  .offlesser > nav a .btn {
    font-size: 1.4vw;
    margin-left: 0; } }

@media screen and (min-width: 1140px) {
  .offlesser > nav {
    padding: 57px 0 34px;
    margin-bottom: 40px; }

  .offlesser > nav a {
    margin-bottom: 34px; }

  .offlesser > nav a span {
    font-size: 35px; }

  .offlesser > nav a small {
    font-size: 16px;
    text-shadow: 2px 2px 0 #364e3f, -2px -2px 0 #364e3f, 2px -2px 0 #364e3f, -2px 2px 0 #364e3f, 0 2px 0 #364e3f, 2px 0 0 #364e3f, 0 -2px 0 #364e3f, -2px 0 0 #364e3f; }

  .offlesser > nav a .btn {
    font-size: 16px; } }

.offlesser section {
  background-color: #ddd5c2;
  padding: 10vw 0;
  opacity: 0; }

.offlesser section h2 small {
  display: block;
  font-size: 0.4em;
  letter-spacing: 0;
  margin-top: 3vw;
  font-weight: 800; }

.offlesser section .slide_area {
  width: 200%;
  overflow: hidden;
  padding-top: 1vw;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  left: 0; }

.offlesser section .slide_area.next {
  left: -100%;
  animation: leftIn 0.5s ease-in-out; }

.offlesser section .slide_area.prev {
  left: 0;
  animation: rightIn 0.5s ease-in-out; }

.offlesser section .slide_box {
  width: 50%;
  position: relative; }

.offlesser section .head_img {
  width: 90vw;
  height: 52vw;
  margin: 0 auto 5vw;
  display: block;
  position: relative;
  opacity: 0; }

.offlesser section .head_img figcaption {
  position: absolute;
  left: 0;
  top: -2vw;
  z-index: 10; }

.offlesser section .head_img h3 {
  letter-spacing: 0.05em;
  font-size: 4.5vw;
  text-align: center;
  line-height: 1.8; }

.offlesser section .head_img h3 span {
  display: block;
  font-size: 0.4em; }

.offlesser section .head_img img {
  position: absolute; }

.offlesser section .slide_btn {
  position: absolute;
  width: 33%;
  top: -0.5vw;
  right: 2.5vw;
  font-size: 3vw;
  background-color: #ddd5c2;
  padding: 0.5vw;
  display: flex;
  align-items: center;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  opacity: 0; }

.offlesser section .slide_btn img {
  width: 50%; }

.offlesser section .slide_btn > span {
  width: 50%;
  text-align: center; }

.offlesser section .slide_btn > span span {
  color: #fff;
  background-color: #364e3f;
  display: block;
  font-size: 0.8em;
  margin: 0.2em auto 0;
  width: 2em;
  height: 2em;
  line-height: 2em; }

@media screen and (min-width: 768px) {
  .offlesser section {
    padding: 5vw 0; }

  .offlesser section h2 small {
    margin-top: 1vw;
    font-size: 0.3em; }

  .offlesser section .slide_area {
    padding-top: 2vw; }

  .offlesser section .head_img {
    height: 39vw;
    max-height: 444px;
    max-width: 1024px; }

  .offlesser section .head_img h3 {
    font-size: 3vw; }

  .offlesser section .slide_btn {
    width: 13%;
    top: 1vw;
    right: 6vw;
    font-size: 1.9vw;
    flex-wrap: wrap;
    cursor: pointer; }

  .offlesser section .slide_btn img {
    width: 100%;
    transition: 0.3s; }

  .offlesser section .slide_btn:hover img {
    opacity: 0.7; }

  .offlesser section .slide_btn > span {
    width: 100%;
    line-height: 1.5; }

  .offlesser section .slide_btn > span br {
    display: none; }

  .offlesser section .slide_btn > span span {
    display: inline-block;
    vertical-align: text-bottom;
    font-size: 0.6em;
    margin-left: 0.2em; } }

@media screen and (min-width: 1140px) {
  /*.offlesser section#jimny .head_img {
  background: url($ec_dir + '/img/bg_jimny_sp.jpg') center / cover no-repeat;
}
.offlesser section#jimny .head_img img {
  width: 80%;
  top: 5vw;
  right: 3vw;
}

//車種別_プラド
.offlesser section#prado .head_img {
  background: url($ec_dir + '/img/bg_prado_sp.jpg') center / cover no-repeat;
}
.offlesser section#prado .head_img img {
  width: 80%;
  top: 10vw;
  right: 3vw;
}

//車種別_ハイエース
.offlesser section#hiace .head_img {
  background: url($ec_dir + '/img/bg_hiace_sp.jpg') center / cover no-repeat;
}
.offlesser section#hiace .head_img img {
  width: 71%;
  top: 13.8vw;
  right: 6.5vw;
}*/
    .offlesser section {
      padding: 57px 0; }
    .offlesser section h2 small {
      font-size: 16px;
      margin-top: 12px; }
    .offlesser section .slide_area {
      padding-top: 20px; }
    .offlesser section .head_img {
      margin-bottom: 57px; }
    .offlesser section .head_img figcaption {
      top: -23px; }
    .offlesser section .head_img h3 {
      font-size: 34px; }
    .offlesser section .slide_btn {
      width: 150px;
      top: 12px;
      right: calc(50% - 500px);
      font-size: 20px;
      padding: 5px; } }

@media screen and (min-width: 768px) {
  .offlesser section#jimny .head_img {
    background: url("/asp/photo/auction/brand/offlesser/img/bg_jimny_pc.jpg") center / cover no-repeat; }

  .offlesser section#jimny .head_img h3 {
    margin: 4vw 0 0 4vw; }

  .offlesser section#jimny .head_img img {
    width: 57%;
    top: 5.1vw;
    right: 12vw; }

  .offlesser section#prado .head_img {
    background: url("/asp/photo/auction/brand/offlesser/img/bg_prado_pc.jpg") center / cover no-repeat; }

  .offlesser section#prado .head_img h3 {
    margin: 3vw 0 0 1vw; }

  .offlesser section#prado .head_img img {
    width: 56.5%;
    top: 10vw;
    right: 11.5vw; }

  .offlesser section#hiace {
    padding: 5vw 0 8vw; }

  .offlesser section#hiace .head_img {
    background: url("/asp/photo/auction/brand/offlesser/img/bg_hiace_pc.jpg") center / cover no-repeat; }

  .offlesser section#hiace .head_img h3 {
    margin: 3vw 0 0 1vw; }

  .offlesser section#hiace .head_img img {
    width: 53.5%;
    top: 10.5vw;
    right: 17vw; } }

@media screen and (min-width: 1140px) {
  .offlesser section#jimny .head_img h3 {
    margin: 46px 0 0 46px; }

  .offlesser section#jimny .head_img img {
    top: 58px;
    right: 136px; }

  .offlesser section#prado .head_img h3 {
    margin: 34px 0 0 12px; }

  .offlesser section#prado .head_img img {
    top: 114px;
    right: 131px; }

  .offlesser section#hiace {
    padding: 57px 0 91px; }

  .offlesser section#hiace .head_img h3 {
    margin: 34px 0 0 12px; }

  .offlesser section#hiace .head_img img {
    top: 120px;
    right: 194px; } }

.offlesser section .gallery_wh {
  width: 60%;
  margin: 0 auto;
  position: relative; }

.offlesser section .gallery_wh .btn {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  font-size: 7.5vw;
  font-weight: 700;
  color: #364e3f; }

.offlesser section .gallery_wh .btn.prev {
  left: -20%; }

.offlesser section .gallery_wh .btn.next {
  right: -20%; }

.offlesser section .gallery_wh img {
  margin-bottom: 3vw;
  height: 57.36vw; }

.offlesser section .gallery_wh figure {
  position: relative;
  display: none; }

.offlesser section .gallery_wh figure.active {
  display: block; }

.offlesser section .gallery_wh figure.active.prev {
  animation: leftIn 0.5s ease-in-out; }

.offlesser section .gallery_wh figure.active.next {
  animation: rightIn 0.5s ease-in-out; }

.offlesser section .gallery_wh figure::before {
  content: '';
  position: absolute;
  bottom: 7.5vw;
  right: 5px;
  width: 18px;
  height: 3px;
  color: #fff;
  background-color: #fff;
  transform: rotate(45deg) translate(1px, -4px);
  z-index: 1; }

.offlesser section .gallery_wh figure::after {
  content: '＋';
  position: absolute;
  bottom: 7.5vw;
  right: 5px;
  font-weight: 800;
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  background-color: #000;
  z-index: 1; }

.offlesser section .gallery_wh figcaption {
  text-align: center;
  margin-bottom: 5vw;
  font-size: 3vw; }

.offlesser section .gallery_wh .dots {
  text-align: center;
  display: flex;
  justify-content: center; }

.offlesser section .gallery_wh .dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #364e3f;
  margin: 0 10px 20px;
  transition: 0.5s; }

.offlesser section .gallery_wh .dots span.active {
  background-color: #364e3f; }

@media screen and (min-width: 768px) {
  .offlesser section .gallery_wh {
    width: 65%;
    max-width: 741px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }

  .offlesser section .gallery_wh .btn, .offlesser section .gallery_wh .dots {
    display: none; }

  .offlesser section .gallery_wh figure {
    width: 45%;
    display: block; }

  .offlesser section .gallery_wh figure::before, .offlesser section .gallery_wh figure::after {
    bottom: 9.5vw;
    right: 15px; }

  .offlesser section .gallery_wh img {
    margin-bottom: 2vw;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    z-index: 0;
    height: 27vw; }

  .offlesser section .gallery_wh img:hover {
    transform: scale(1.1); }

  .offlesser section .gallery_wh figcaption {
    font-size: 1.5vw; } }

@media screen and (min-width: 1140px) {
  .offlesser section .gallery_wh img {
    margin-bottom: 23px;
    height: 307.8px; }

  .offlesser section .gallery_wh figure::before, .offlesser section .gallery_wh figure::after {
    bottom: 108px;
    right: 20px; }

  .offlesser section .gallery_wh figcaption {
    font-size: 16px;
    margin-bottom: 57px; } }

.offlesser .modal_area {
  position: fixed;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  animation: fadeIn 0.3s ease-in-out; }

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

.offlesser .modal_area img {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  margin: 0 auto; }

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

  100% {
    opacity: 1; } }

.offlesser .table_bg {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto 50px; }

.offlesser .table_bg > small {
  font-size: 12px;
  margin-bottom: 5px;
  display: block; }

.offlesser table {
  font-size: 14px;
  width: 100%;
  text-align: center;
  margin-bottom: 5px; }

.offlesser table th {
  background-color: #364e3f;
  color: #fff;
  font-weight: 400;
  padding: 1em 0; }

.offlesser table td {
  background-color: #fff;
  color: #231815;
  font-variation-settings: "wdth" 112.5;
  font-weight: 500;
  padding: 1em 0;
  border-bottom: solid 1px rgba(23, 42, 36, 0.5);
  vertical-align: middle; }

.offlesser table td.com_sn {
  position: relative;
  padding-right: 1em; }

.offlesser table td.com_sn::after {
  content: 'Coming soon';
  position: absolute;
  bottom: 2px;
  right: 2px;
  font-size: 12px; }

.offlesser table td a {
  color: #231815;
  text-decoration: underline; }

.offlesser table td.detail {
  padding: 0.5em 0; }

.offlesser table .detail a {
  background-color: #848146;
  color: #fff;
  padding: 0.5em;
  display: block;
  border-radius: 0.5em;
  text-decoration: none;
  width: 4em;
  margin: 0 auto; }

.offlesser .table_bg > dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  width: 14.5em;
  margin-left: auto;
  line-height: 1.2; }

.offlesser #ts-5 .table_bg > dl {
  width: 16.5em; }

.offlesser .table_bg > dl dt {
  width: 4em;
  position: relative; }

.offlesser .table_bg > dl dt::after {
  content: '：';
  position: absolute;
  right: 5px; }

.offlesser .table_bg > dl dd {
  width: 10.5em; }

.offlesser #ts-5 .table_bg > dl dd {
  width: 12.5em; }

@media screen and (min-width: 768px) {
  .offlesser table {
    font-size: 16px; }

  .offlesser table th:first-of-type, .offlesser table td:first-of-type {
    padding-left: 3vw; }

  .offlesser table th:last-of-type, .offlesser table td:last-of-type {
    padding-right: 3vw; }

  .offlesser table .inch, .offlesser table .size, .offlesser table .inset, .offlesser table .pcd, .offlesser table .hole {
    width: 8.5vw; }

  .offlesser table td a {
    text-decoration: none;
    position: relative;
    z-index: 0;
    transition: 0.3s; }

  .offlesser table td.detail a:hover, .offlesser table td.price a:hover {
    color: #364e3f; }

  .offlesser table td a::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 2px;
    background-color: #364e3f;
    left: 0;
    bottom: -7px;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform 0.3s; }

  .offlesser table td.detail a::after, .offlesser table td.price a::after {
    bottom: 0;
    height: 100%;
    background-color: #fff; }

  .offlesser table td a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1); } }

@media screen and (min-width: 1140px) {
  .offlesser table th:first-of-type, .offlesser table td:first-of-type {
    padding-left: 57px; }

  .offlesser table th:last-of-type, .offlesser table td:last-of-type {
    padding-right: 57px; }

  .offlesser table .inch, .offlesser table .size, .offlesser table .inset, .offlesser table .pcd, .offlesser table .hole {
    width: 97px; } }

.offlesser section .caution {
  width: 90%;
  max-width: 810px;
  font-size: 12px;
  margin: 0 auto;
  line-height: 1.8;
  font-weight: 500; }

.offlesser section .caution li {
  text-indent: -1em;
  padding-left: 1em; }

.offlesser section .caution li::before {
  content: '※'; }

.offlesser .thanks small {
  color: #000;
  display: block;
  font-size: 14px;
  text-align: center;
  margin-top: 30px; }

.offlesser .thanks small img {
  width: 75px;
  margin: 0 auto; }

@media screen and (min-width: 768px) {
  .offlesser .thanks small {
    margin-top: 40px;
    font-size: 16px; }

  .offlesser .thanks small img {
    width: 100px; } }

@media screen and (min-width: 1140px) {
  .offlesser .thanks small {
    margin-top: 70px; } }

.offlesser footer {
  background-color: #364e3f;
  padding: 30px 0 10px; }

.offlesser footer a {
  color: #fff;
  display: block;
  width: 90%;
  margin: 0 auto 5px;
  padding-bottom: 5px;
  line-height: 1.8;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.offlesser footer > a {
  width: 310px;
  margin: 0 auto 30px;
  border: none; }

.offlesser footer > small {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  display: block;
  color: #fff;
  margin: 30px 0 0; }

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

  .offlesser footer nav ul li a {
    padding: 0 1em;
    border: none; } }

.offlesser header .first_catch {
  animation: titleMove 1.8s ease, leftIn 0.5s ease-in-out 1.8s forwards;
  position: relative;
  z-index: 200; }

@keyframes titleMove {
  0% {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    margin-left: 0; }

  30% {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    margin-left: 0; }

  70% {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    margin-left: 0; }

  94% {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    margin-left: 0; }

  95% {
    position: relative;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    margin-left: 0; }

  100% {
    position: relative;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    margin-left: 0; } }

@keyframes titleMove2 {
  0% {
    position: fixed;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0; }

  20% {
    position: fixed;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0; }

  50% {
    position: fixed;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1; }

  70% {
    position: fixed;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1; }

  94% {
    position: fixed;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0; }

  95% {
    position: relative;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0; }

  100% {
    position: relative;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0; } }

.offlesser::after {
  position: fixed;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  z-index: 100;
  animation: fadeOut 0.3s ease-in-out 2s forwards; }

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

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

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

.offlesser header::before {
  animation: leftIn 0.5s ease-in-out 2.3s forwards; }

@keyframes leftIn {
  0% {
    transform: translateX(-20px);
    opacity: 0; }

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

.offlesser header .second_catch h1 {
  animation: titleMove2 1.8s ease, waitIn 0.5s ease-in-out 2.8s forwards;
  position: relative;
  z-index: 200; }

.offlesser header .second_catch p {
  animation: waitIn 0.5s ease-in-out 3.2s forwards; }

.offlesser > nav.wait {
  animation: waitIn 0.5s ease-in-out 3.6s forwards; }

.offlesser > nav.scrollin {
  animation: waitIn 0.5s ease-in-out forwards; }

.offlesser > nav a.wait1 {
  animation: rightIn 0.5s ease-in-out 4.1s forwards; }

.offlesser > nav a.wait2 {
  animation: rightIn 0.5s ease-in-out 4.5s forwards; }

.offlesser > nav a.wait3 {
  animation: rightIn 0.5s ease-in-out 4.9s forwards; }

.offlesser > nav a.scrollin {
  animation: rightIn 0.5s ease-in-out forwards; }

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

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

@keyframes rightIn {
  0% {
    transform: translateX(20px);
    opacity: 0; }

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

.offlesser section.scrollin {
  animation: waitIn 0.5s ease-in-out forwards; }

.offlesser section .head_img.scrollin {
  animation: rightIn 0.5s ease-in-out forwards; }

.offlesser section .slide_btn.scrollin {
  animation: rightIn 0.6s ease-in-out forwards; }
