@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css?family=Open+Sans|Raleway');
CSS Document */
.container-over {
  width: 100%;
  max-width: 1600px;
}
a:hover,
a:visited {
  text-decoration: none;
}
body {
  background-color: #f6f7f9;
  font-family: "Open Sans", sans-serif;
}
body > .container {
  padding-bottom: 20px;
}
body:not(.home) .container {
  max-width: 1070px;
}
body .header .container {
  max-width: 1140px;
}
body section.pg_contents {
  max-width: 1140px;
  background-color: #fff;
  margin: 0 auto;
}
.header {
  background-color: #e84631;
  color: #fff;
  border-bottom: 12px solid #1f1f1f;
}
.footer {
  background-color: #1f1f1f;
  color: #fff;
  min-height: 150px;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #e84631;
}
.sold .footer .btn_whatsapp {
  display: none;
}
.navbar-light .navbar-toggler {
  border-color: rgba(50, 50, 50, 0);
}
.nav a {
  color: #fff;
  font-size: 1.2rem;
}
.navbar-brand {
  max-width: 35%;
}
.navbar {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0.8rem;
}
.nav-item {
  font-family: "Raleway", sans-serif;
  margin-left: 1rem;
}
.key_read_wrap {
  position: relative;
  height: 0;
}
.key_read {
  position: absolute;
  right: 0em;
  top: 3em;
  margin-right: 1em;
  z-index: 500;
  width: 670px;
  max-width: 100%;
  color: #fff;
  letter-spacing: 0.1rem;
}
.key_read h2,
.key_read p {
  background-color: #000c;
  padding: 1rem;
}
.key_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px;
  background: url("https://cdn.delights.jp/www/img/key.jpg");
  background-position: center 90%;
  background-size: cover;
}
.key_img img {
  position: absolute;
  left: 50%;
  width: 1920px;
  height: 650px;
  margin-left: -960px;
}
.home .blk_homeinfo {
  padding-top: 8px;
  padding-bottom: 8px;
}
.home .stocks > div {
  padding-left: 5px;
  padding-right: 5px;
}
.home .stocks .item {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding-bottom: 8px;
  box-shadow: 0 1px 2px 0 transparent, 0 0 0 1px rgba(0, 0, 0, 0.08),
    0 5px 5px -3px transparent;
  transition: transform 0.3s ease-out 0s, box-shadow 0.3s ease-out 0s,
    -webkit-transform 0.3s ease-out 0s;
  background-color: #fff;
}
.home .stocks .item:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.12),
    0 3px 14px 2px rgba(0, 0, 0, 0.1), 0 5px 5px -3px rgba(0, 0, 0, 0.12);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.home .stocks .item a {
  text-decoration: none;
  color: #292b2c;
  display: block;
}
.home .stocks .item a:hover {
  color: #777;
}
.home .stocks .item a:hover img {
}
.home .stocks .item .cover_soldout {
  position: absolute;
  max-width: 100%;
  z-index: 100;
}
.home .stocks .item p {
  margin-bottom: 0;
  line-height: 1.2;
  padding-left: 8px;
}
.home .stocks .item p.makes {
  font-weight: bold;
}
.home .stocks .item p.makes {
  font-weight: bold;
}
.stocks .item p.model {
  font-size: 90%;
}
.stocks .item .item_eta {
  font-size: 84%;
  float: right;
  padding-right: 8px;
}
.home .stocks .item img {
  width: 100%;
  margin-bottom: 6px;
}
.home .container div:not(.key_read) h2 {
  font-family: "Raleway", sans-serif;
  margin-top: 0;
  margin-bottom: 0.5em;
  width: 100%;
  padding: 30px 10px 6px 16px;
}
.container h3 {
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}
.container .block {
}
.container table {
}
.blk_btn {
  display: block;
  width: 100%;
}
.top_h2 {
  position: relative;
  font-size: 1.5rem;
  background-color: #000000;
  color: #fff;
  padding: 2px 14px 4px;
}
.top_h2 span {
  display: block;
  position: absolute;
  right: 12px;
  bottom: 6px;
  font-size: 70%;
}

.blk_terms {
  height: 800px;
  overflow: scroll;
}
.blk_terms p {
  font-size: 0.8rem;
}
.btn_link {
  background-color: #333;
  color: #fff;
  padding: 6px 10px;
}
.page-link {
  padding: 0.6rem 1rem;
}
#pageTop {
  display: none;
  margin: 0;
  position: fixed;
  bottom: 50px;
  right: 15px;
  z-index: 3000;
}
#pageTop i {
  padding-top: 6px;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 0px;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  background-color: #666;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* Navigation locked state for mobile menu */
body.nav-locked {
  overflow: hidden;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .header {
    border-bottom: 6px solid #1f1f1f;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 50px;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1700000;
    transition: height 0.35s ease-out;
  }

  /* Header expansion for immediate click response */
  .header.header-expanded {
    height: 100vh;
  }
  .header .navbar {
    padding: 6px 0 4px;
  }
  .navbar-brand img {
    width: auto;
    height: 26px;
  }
  .navbar button:focus {
    outline: none;
  }
  .navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
  }
  .key_read {
    left: 10px;
    top: 1em;
    max-width: calc(100% - 10px);
  }
  .key_read h2 {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .key_read p {
    display: none;
  }
  .key_img {
    height: 160px;
  }
  .navbar-nav {
    margin-top: 1rem;
  }
  .nav a {
    display: block;
    padding: 0.7rem 0;
  }
  .nav-item img {
    margin: 0;
    max-height: 2rem;
  }
  .nav-item {
    margin-left: 0rem;
  }
  .container .block {
    margin: 0rem 0rem 1rem;
  }
  .footer {
    font-size: 0.9rem;
  }
  .copyright {
    font-size: 0.7rem;
  }
}

/* ---- CONTENS PAGE ---------------------------------------------------------------------*/
/* == Bacis ==*/
.pg_contents > div:last-child {
  padding-bottom: 40px;
}
.pg_contents h2 {
  margin-top: 0;
  margin-bottom: 3rem;
  width: 100%;
  padding: 30px 10px 12px 16px;
  position: relative;
  background-color: #1f1f1f;
  color: #fff;
}
.pg_contents .container {
  background-color: #fff;
  padding-bottom: 40px;
}

.pg_contents dl {
  margin: 20px 0 30px 0;
}
.pg_contents dt {
  font-weight: normal;
  background-color: #dddfe2;
  text-indent: -1.5rem;
  padding: 5px 5px 5px 40px;
}
.pg_contents dt span {
  color: blue;
}
.pg_contents dd {
  padding: 15px 15px 0 40px;
  line-height: 1.8;
}
.pg_contents dd span {
  color: tomato;
}
@media screen and (max-width: 767px) {
  .pg_contents h2 {
    margin-bottom: 1.5rem;
  }
}
/* ========== Stocks ==========*/
body.stocks .container .block {
  margin-bottom: 2rem;
}
body.stocks .item {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 30px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 1px 2px 0 transparent, 0 0 0 1px rgba(0, 0, 0, 0.08),
    0 5px 5px -3px transparent;
  transition: transform 0.3s ease-out 0s, box-shadow 0.3s ease-out 0s,
    -webkit-transform 0.3s ease-out 0s;
}
body.stocks .item:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.12),
    0 3px 14px 2px rgba(0, 0, 0, 0.1), 0 5px 5px -3px rgba(0, 0, 0, 0.12);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
body.stocks .item a {
  text-decoration: none;
  color: #292b2c;
  display: block;
  position: relative;
  height: 100%;
}
body.stocks .item a:hover {
  color: #777;
}
body.stocks .item a:hover img {
}
.stocks .item .cover_soldout {
  position: absolute;
  max-width: 100%;
  z-index: 100;
}
body.stocks .item p {
  margin-bottom: 0;
  line-height: 1.2;
  padding-left: 0px;
}
body.stocks .item p.year {
  font-size: 90%;
}
body.stocks .item p.makes {
  font-weight: bold;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  margin-right: 10px;
}
body.stocks .item p.model {
  font-size: 90%;
}
body.stocks .item p.soh {
  font-size: 90%;
  margin-top: 5px;
}
body.stocks .item img {
  width: 100%;
}
body.stocks .item .item_text {
  padding-top: 6px;
  padding-left: 0;
}
.btn_fav {
  position: absolute;
  right: 25px;
  bottom: 5px;
  z-index: 1000;
}
.btn_fav:before {
  display: block;
  font-size: 1.4rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f004";
  color: #ccc;
}
.btn_fav.on:before {
  font-weight: 900;
  color: #ea352d;
}

@media screen and (max-width: 770px) {
  body.stocks .item p.makes {
    line-height: 1;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
  }
  body.stocks .item p.model {
    font-size: 85%;
  }
  body.stocks .item p.soh {
    font-size: 80%;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-left: 0px;
  }
  body.stocks .item .item_text {
    padding-top: 4px;
    padding-left: 0;
  }
  body.stocks .block > .row > div {
    padding-right: 10px;
    padding-left: 10px;
  }
}
/* ========== Stocks Detail ============*/
.soh_message_box {
  font-size: 90%;
  background: #f2f2f2;
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 30px;
}
.soh_message_box p {
  margin: 0;
}
.stock_listimg a {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
}
.stock_2col div {
  margin-bottom: 20px;
}
.item_image {
  margin-bottom: 14px;
}
.item_name {
  font-weight: bold;
}
.item_price {
  display: none;
  font-size: 1.1rem;
  border-bottom: 1px solid #aaa;
  padding: 4px 4px 10px 10px;
  text-align: right;
  line-height: 1;
}
.item_price_old {
  color: #666;
  text-decoration: line-through;
  font-size: 1.1rem !important;
}
.item_price_sale {
}
.item_price span {
  font-size: 1.6rem;
  font-weight: bold;
}
.item_Equipment {
  font-size: 0.9rem;
}
.item_sold_out_badge > div {
  top: 24px;
  font-size: 28px;
  position: absolute;
  left: 15px;
  z-index: 2;
  color: #fff;
  transform: rotate(-45deg);
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 1.5;
}
.item_sold_out_badge:after {
  border-width: 120px 120px 0 0;
  border-color: #ea352d transparent transparent transparent;
}
.item_sold_out_badge:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
}
@media screen and (max-width: 767px) {
  .stock_listimg a {
    display: inline-block;
    width: 25%;
    padding-right: 6px;
    margin-right: 0;
    margin-bottom: 6px;
  }
  .stock_listimg a img {
    width: 100%;
    height: auto;
  }
}
/* ========== Flow ============*/
.flow .flow_list > .row {
  margin-bottom: 20px;
}
.flow .flow_list .title {
  overflow: hidden;
}
.flow .flow_list h3 {
  position: relative;
  display: inline-block;
  line-height: 1.5;
  padding-right: 20px;
}
.flow .flow_list h3:after {
  content: "";
  font-size: 2px;
  background: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  height: 1px;
  display: block;
  width: 2000%;
  position: absolute;
  right: -2000%;
  top: 46%;
}
.flow .flow_list blockquote {
  text-align: center;
  color: tomato;
}
/* ========== About ============*/
.about .csr_img {
}
