@charset "utf-8";
img {
  -webkit-backface-visibility: hidden; }

.lumaca_introduction {
  position: relative; }

.lumaca_head {
  background: #6a3a0d;
  position: absolute;
  top: 445px;
  left: 0;
  width: 100%; }

.lumaca_head.is-fixed {
  position: fixed;
  z-index: 100;
  top: auto;
  bottom: 10px;
  animation: fadeIn 0.3s;
  background: transparent; }

.lumaca_head.is-fixed.delete {
  animation: fadeOut 0.3s forwards; }

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

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

@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translateY(0px); }

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

.lumaca_logo {
  display: none;
  justify-content: center;
  align-items: center;
  padding: 15px 0 0; }

.lumaca_logo img {
  width: 170px; }

.head_anchor {
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0; }

.head_anchor dl {
  text-align: center;
  width: 105px;
  margin: 10px 5px; }

.lumaca_head.is-fixed .head_anchor dl {
  background: #6a3a0d;
  padding: 5px 10px 0;
  box-sizing: border-box;
  width: 115px;
  border-radius: 10px; }

.anc_model_3 {
  position: relative;
  /* .anc_model_3 > a > dt::before{
	position: absolute;
    content: '';
    background:  url($ec_dir + '/img/icon_new.png') no-repeat;
    background-size: contain;
    top: -25px;
    right: -8px;
    width: 60px;
    height: 60px;
} */ }

.head_anchor dl a {
  color: #fff; }

.lumaca_head.is-fixed .head_anchor dl a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.head_anchor dl a dt img {
  width: 100px; }

.lumaca_head.is-fixed .head_anchor dl a dt img {
  width: 60px; }

.head_anchor dl a dd {
  display: inline-flex;
  color: #fff;
  border-bottom: 1px solid; }

.lumaca_head.is-fixed .head_anchor dl a dt {
  order: 2;
  height: 40px;
  overflow: hidden; }

.lumaca_head.is-fixed .head_anchor dl a dd {
  order: 1;
  border-bottom: 1px solid transparent;
  font-size: 14px;
  font-weight: bold; }

.lumaca_top_top {
  background: url("/asp/photo/auction/brand/lumaca/img/lumaca_top_image_sp.jpg") no-repeat;
  background-size: 490px;
  background-position-x: center;
  height: 235px; }

.lumaca_top_top h2 {
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  padding-top: 20px;
  letter-spacing: 0;
  line-height: 1.1; }

.lumaca_top_top h2 span {
  display: block; }

.lumaca_top_top img {
  display: none; }

.lumaca_top_bottom {
  text-align: center;
  color: #231815;
  margin: 25px 10px 220px;
  line-height: 2; }

.lumaca_top_bottom span {
  display: block; }

.modal_main {
  display: none; }

.lumaca_description {
  position: relative;
  text-align: center;
  overflow: hidden; }

.lumaca_description h3::before {
  position: absolute;
  content: '';
  background-color: #6a3a0d;
  top: 0;
  left: calc(50% - 490px);
  width: 980px;
  height: 1px; }

.lumaca_description h3 {
  color: #6a3a0d;
  font-size: 2em;
  margin: 25px 0 10px; }

.model_explanation {
  font-size: 0.9em; }

.model_explanation > span {
  display: block; }

.model_face {
  background: #efeff1;
  margin: 25px 0; }

.facing_right > img {
  width: 70%; }

.front_face {
  padding: 20px 0; }

.front_face > ul > li {
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 10px 0 15px; }

.front_face > ul > li > dl {
  width: 30%; }

.front_face > ul > li > dl > dt > a > img {
  width: 100%; }

.modaal-content-container .modal_img {
  background-color: #efeff1;
  padding: 50px;
  width: 100%;
  max-width: 435px;
  box-sizing: content-box;
  position: relative;
  left: -50px; }

.front_face > ul > li > span {
  font-size: 0.8em; }

.wearing_image {
  margin: 20px 0; }

.spec {
  margin: 20px 0 50px; }

#description_model_3 > .spec {
  margin-bottom: 20px; }

.wearing_image h4, .spec h4 {
  font-size: 1.4em;
  letter-spacing: 2px; }

.wearing_image > span {
  display: block;
  font-size: 0.8em;
  margin: 10px 0 0; }

#model1_hustler, #model1_n-one, #model2_hustler, #model2_n-one, #model3_hustler, #model3_n-one {
  position: relative; }

.installed_cars {
  margin: 20px 0 15px; }

.installed_cars img {
  width: 100%; }

.installed_car_display span {
  position: absolute;
  font-weight: bold;
  font-size: 1.3em;
  top: 4%;
  left: 4%;
  z-index: 10; }

.installed_car_display span strong {
  font-size: 1.25em;
  font-weight: normal;
  color: #fff;
  margin-right: 10px; }

.zoom_btn {
  position: absolute;
  top: 3%;
  right: 3%;
  width: 8%;
  z-index: 20; }

.color_switching {
  position: absolute;
  bottom: 10%;
  left: calc(50% - 160px);
  z-index: 30; }

#model3_hustler > .color_switching, #model3_n-one > .color_switching {
  left: calc(50% - 175px); }

.color_switching ul {
  display: flex; }

.color_switching ul li {
  margin: 0 25px; }

#model3_hustler > .color_switching > ul > li, #model3_n-one > .color_switching > ul > li {
  margin: 0 5px; }

.btn_white {
  color: #000;
  background: #fff;
  border-radius: 12px;
  width: 110px;
  height: 25px; }

.btn_black {
  color: #fff;
  background: #000;
  border-radius: 12px;
  width: 110px;
  height: 25px; }

.btn_black_plish {
  color: #000;
  background: #b5b7b6;
  border-radius: 12px;
  width: 110px;
  height: 25px; }

.modaal-wrapper .modaal-container {
  background: none; }

.modaal-content-container {
  text-align: center; }

.spec > div {
  margin: 10px 0; }

.spec > div > small {
  font-size: 0.8em; }

.spec table {
  display: block;
  border-spacing: 0px 8px;
  margin: 0 auto; }

.spec table.pc {
  display: none;
  overflow-x: scroll;
  max-width: 978px; }

.spec table.sp {
  max-width: 450px;
  text-align: center;
  width: 100%;
  font-size: 14px; }

.spec table::-webkit-scrollbar-thumb {
  background: #c0c0c0;
  border-radius: 3px; }

.spec table::-webkit-scrollbar-track {
  background: #f5f5f5; }

.spec table::-webkit-scrollbar {
  height: 15px; }

.spec table th {
  font-weight: normal;
  padding: 0 20px;
  width: 55px; }

.spec table.sp th {
  font-weight: normal;
  padding: 20px 0 10px; }

.spec table.sp .spec_inch_size {
  width: 8em; }

.spec table.sp .spec_pcd_hole {
  width: 8em; }

.spec table.sp .spec_inset {
  width: 6em; }

.spec table.sp .spec_color {
  width: 6em; }

.spec table tbody tr, #description_model_1 > .spec > table > tbody > tr:nth-child(2n) {
  background-color: #efefef; }

.spec table tbody tr:nth-child(3n) {
  background-color: #dcdddd; }

.spec table tbody tr:nth-child(3n+1), #description_model_1 > .spec > table > tbody > tr {
  background-color: #f7f8f8; }

.spec table .spec_inch {
  padding-left: 130px; }

.spec table .spec_details {
  padding-right: 120px; }

.spec > table > tbody > tr > td {
  padding: 0 20px; }

.spec > table.sp > tbody > tr > td {
  padding: 0; }

.spec > table > tbody > tr > td.spec_price {
  font-weight: bold;
  color: #6a3a0d; }

.container {
  padding: 8px 0px; }

.container a {
  display: flex; }

.container a img {
  width: 58px;
  height: 25px;
  -webkit-backface-visibility: hidden;
  /*ここからボタン用CSS*/
  /*.spec > table + a {
}*/ }

p a {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
  width: 20em;
  color: #e40031;
  border-radius: 7px;
  border: 2px solid #e40031;
  padding: 0.2em 1em;
  text-decoration: none;
  letter-spacing: 1.5px; }

span.small {
  font-size: 10px;
  color: #e40031; }

span.tri {
  margin-left: 1em;
  border-radius: 50%;
  border: 1px solid #e40031;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.6em;
  text-align: center;
  padding-left: 0.1em;
  box-sizing: border-box;
  /*ここまでボタン用CSS*/ }

.container span {
  font-size: 0.9em; }

.instructions {
  margin: 20px 5px; }

.instructions ul {
  text-align: left;
  font-size: 0.9em;
  margin: 0 auto;
  max-width: 978px; }

.instructions li::before {
  content: "※"; }

.instructions ul li {
  font-size: 0.8em;
  text-indent: -1em;
  padding-left: 1em;
  margin: 10px 0; }

.floating_banner {
  position: relative;
  height: 70px; }

.floating_banner a {
  position: absolute;
  right: 15px; }

.floating_banner a img {
  width: 42px; }

.lumaca_introduction footer {
  background: #717171;
  color: #fff;
  font-size: 0.9em;
  text-align: center;
  padding: 20px; }

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

.lumaca_introduction footer nav ul li a {
  color: #fff; }

@media screen and (min-width: 490px) {
  .lumaca_head {
    top: 580px; }

  .lumaca_top_top {
    background-size: 768px;
    height: 368px; }

  .lumaca_head.is-fixed .head_anchor dl {
    width: 150px; }

  .lumaca_head.is-fixed .head_anchor dl a dt {
    height: 50px; }

  .lumaca_head.is-fixed .head_anchor dl a dt img {
    width: 80px; }

  .lumaca_head.is-fixed .head_anchor dl a dd {
    font-size: 16px; } }

@media screen and (min-width: 540px) {
  .modaal-content-container .modal_img {
    left: 0;
    box-sizing: border-box; } }

@media screen and (min-width: 768px) {
  .lumaca_head {
    top: 0; }
    .lumaca_head.is-fixed {
      top: 0;
      bottom: auto;
      background: #6a3a0d; }
    #top_position {
      display: flex;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      height: 150px; }
    .lumaca_head.is-fixed #top_position {
      height: 100px; }
    .lumaca_logo {
      display: flex;
      width: 55%;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding: 0; }
    .lumaca_logo img {
      width: 200px; }
    .head_anchor {
      padding: 0; }
    .head_anchor dl {
      width: 85px; }
    .lumaca_head.is-fixed .head_anchor dl {
      background: transparent;
      padding: 0;
      box-sizing: content-box;
      width: 85px;
      border-radius: 0; }
    .head_anchor dl a dt img {
      width: 85px; }
    .anc_model_3 > a > dt::before {
      top: -14px;
      right: -8px; }
    .lumaca_top_top {
      background: linear-gradient(105deg, #d3ad9a 0%, #d3ad9a 50%, #a1d5ec 50%, #a1d5ec 100%);
      text-align: center;
      height: 400px;
      padding-top: 150px; }
    .lumaca_top_top img {
      display: inline; }
    .lumaca_top_top > div {
      position: relative;
      max-width: 980px;
      margin: 0 auto; }
    .lumaca_top_top h2 {
      padding-top: 45px;
      animation: fadeInDown 3s ease-out 0s 1 normal;
      -webkit-animation: fadeInDown 3s ease-out 0s 1 normal; }
    .lumaca_top_top h2 span {
      display: inline; }
    .lumaca_top_logo_img, .lumaca_top_left, .lumaca_top_right {
      position: absolute; }
    .lumaca_top_logo_img {
      top: 40px;
      left: calc(50% - 285px); }
    .lumaca_top_logo_img > img {
      width: 550px;
      animation: fadeInDown 3s ease-out 0s 1 normal;
      -webkit-animation: fadeInDown 3s ease-out 0s 1 normal; }
    .lumaca_top_left {
      top: 140px;
      left: calc(50% - 398px); }
    .lumaca_top_left > img {
      width: 400px;
      animation: fadeInRight 1s ease 0s 1 normal;
      -webkit-animation: fadeInRight 1s ease 0s 1 normal; }
    .lumaca_top_right {
      top: 150px;
      left: calc(50% - 70px); }
    .lumaca_top_right > img {
      width: 410px;
      animation: fadeInLeft 2.5s ease 0s 1 normal;
      -webkit-animation: fadeInLeft 2.5s ease 0s 1 normal; }
    @keyframes fadeInRight {
    0% {
      opacity: 0;
      transform: translateX(40px); }
    100% {
      opacity: 1;
      transform: translateX(0px); } }
    @-webkit-keyframes fadeInRight {
    0% {
      opacity: 0;
      transform: translateX(40px); }
    100% {
      opacity: 1;
      transform: translateX(0px); } }
    @keyframes fadeInLeft {
    0% {
      opacity: 0;
      transform: translateX(-40px); }
    100% {
      opacity: 1;
      transform: translateX(0px); } }
    @-webkit-keyframes fadeInLeft {
    0% {
      opacity: 0;
      transform: translateX(-40px); }
    100% {
      opacity: 1;
      transform: translateX(0px); } }
    @keyframes fadeInDown {
    0% {
      opacity: 0;
      transform: translateY(-20px); }
    100% {
      opacity: 1;
      transform: translateY(0); } }
    @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      transform: translateY(-20px); }
    100% {
      opacity: 1;
      transform: translateY(0); } }
    .lumaca_top_bottom {
      font-size: 1.1em;
      font-weight: bold;
      margin: 25px 10px; }
    .lumaca_top_bottom span {
      display: inline; }
    .lumaca_description h3 {
      font-size: 2.5em; }
    .model_explanation {
      font-size: 1em; }
    .model_explanation > span {
      display: inline; }
    .model_face {
      background-color: #f7f8f9;
      margin: 30px 0; }
    .model_face_inner {
      position: relative;
      max-width: 980px;
      margin: 0 auto; }
    .facing_right {
      display: flex;
      justify-content: left;
      align-items: end;
      background-color: #efeef1; }
    .facing_right > img {
      width: 50%; }
    .front_face {
      position: absolute;
      top: 12%;
      right: 0;
      padding: 0;
      width: 58%; }
    .front_face > ul {
      margin: 0; }
    .front_face > ul > li {
      justify-content: center;
      margin: 0 0 15px; }
    .front_face > ul > li > dl {
      width: 35%;
      margin: 0 10px; }
    #description_model_3 > .model_face > .model_face_inner > .front_face {
      top: 20%; }
    .wearing_image, .spec {
      position: relative; }
    .wearing_image > div, .spec > div {
      display: flex;
      justify-content: center;
      align-items: center;
      max-width: 980px;
      margin: 25px auto 0; }
    .wearing_image h4, .spec h4 {
      font-size: 1.8em;
      font-weight: normal; }
    .wearing_image small, .spec small {
      padding-left: 10px; }
    .wearing_image > span {
      font-size: 0.85em;
      margin: 5px 0 0; }
    .installed_cars {
      margin: 20px 0 0px; }
    #model1_n-one {
      max-width: 484px; }
    .installed_car_display {
      margin: 3px 3px 0 3px; }
    .spec table {
      margin: 20px auto 0; }
    .spec table.pc {
      display: block; }
    .spec table.sp {
      display: none; }
    .spec table.sp + small {
      display: none; }
    .container {
      padding: 8px 20px; }
    .container a img {
      width: 137px;
      height: 34px; }
    .lumaca_introduction footer nav ul {
      margin: 5px 0 15px; } }

@media screen and (min-width: 980px) {
  #top_position {
    position: relative;
    justify-content: center;
    max-width: 980px;
    margin: 0 auto; }

  .lumaca_logo {
    justify-content: center; }

  .head_anchor {
    position: absolute;
    top: 7px;
    right: 0; }

  .head_anchor dl {
    margin: 10px; }

  .lumaca_top_top {
    height: 475px; }

  .lumaca_top_left {
    left: calc(50% - 492px); }

  .lumaca_top_left > img {
    width: 500px; }

  .lumaca_top_right {
    left: calc(50% - 80px); }

  .lumaca_top_right > img {
    width: 525px; }

  .wearing_image > div, .spec > div {
    position: relative; }

  .wearing_image h4, .spec h4 {
    margin: 10px 0; }

  .wearing_image small {
    position: absolute;
    top: 20px;
    left: calc(50% + 135px); }

  .spec small {
    position: absolute;
    top: 20px;
    right: 0; }

  .spec table {
    -ms-overflow-style: none;
    scrollbar-width: none; }

  .spec table::-webkit-scrollbar {
    display: none; } }

@media screen and (min-width: 1080px) {
  .anc_model_3 > a > dt::before {
    right: -40px; }

  .lumaca_top_top {
    height: 500px; }

  .lumaca_top_top h2 {
    font-size: 1.2em; }

  .lumaca_top_logo_img {
    left: calc(50% - 304px); }

  .lumaca_top_logo_img > img {
    width: 600px; }

  .lumaca_top_left {
    left: calc(50% - 540px); }

  .lumaca_top_left > img {
    width: 550px; }

  .lumaca_top_right {
    top: 155px;
    left: calc(50% - 88px); }

  .lumaca_top_right > img {
    width: 555px; } }

@media screen and (min-width: 1280px) {
  .lumaca_top_top {
    height: 585px; }

  .lumaca_top_top h2 {
    font-size: 1.3em; }

  .lumaca_top_logo_img {
    left: calc(50% - 353px); }

  .lumaca_top_logo_img > img {
    width: 700px; }

  .lumaca_top_left {
    top: 160px;
    left: calc(50% - 633px); }

  .lumaca_top_left > img {
    width: 645px; }

  .lumaca_top_right {
    top: 175px;
    left: calc(50% - 100px); }

  .lumaca_top_right > img {
    width: 660px; } }

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

.lumaca_introduction .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; }

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