@charset "UTF-8";
a {
  opacity: 10;
}
a {
  -webkit-tap-highlight-color: rgba(86, 86, 86, 0.5);
}
.purge-body {
}
.purge-color {
  margin: 5% 0;
  background-color: rgba(80, 80, 80, 1);
  text-align: center;
  padding: 3% 20%;
}

/* base
 ------------------------------ */
* {
  box-sizing: border-box;
}
.contents_header {
  margin: 0 auto;
  width: 100%;
  align-content: center;
}
.contents_logo {
  margin: 3% auto 2%;
  width: 100%;
  align-content: center;
  padding: 0 40%;
}
.contents_01 {
  width: 100%;
  text-align: center;
  margin: 0 auto 2%;
  padding: 0 10%;
}
.contents_02 {
  width: 100%;
  margin: 0 auto;
  padding: 0 15%;
  align-content: center;
}
.contents_03 {
  width: 100%;
  margin: 10% auto 5%;
  padding: 0;
  align-content: center;
  background-color: rgba(210, 198, 193, 0.7);
  border-bottom: solid 1px #222;
}
.container_01 {
  width: 50%;
  align-content: center;
  margin: 0 auto;
  padding: 0;
}
.container_02 {
  width: 50%;
  align-content: center;
  margin: 0 auto;
  position: relative;
}
.block_01 {
  width: 100%;
  align-content: center;
  margin: 0 auto;
  padding: 0 20%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

/*background-color
------------------------------ */

/* font
------------------------------ */
@font-face {
  font-family: "GenEiLateGoP_v2";
  src: url("https://lenoble.itembox.design/item/images/font/GenEiLateGoP_v2.eot?") format("eot"),
    url("https://lenoble.itembox.design/item/images/font/GenEiLateGoP_v2.woff") format("woff"),
    url("https://lenoble.itembox.design/item/images/font/GenEiLateGoP_v2.otf") format("opentype");
}
.contents_wrap {
  font-family: "Noto Sans JP", sans-serif;
}
/* contents_layout
------------------------------ */
.flexbox {
  display: -webkit-box; /* old Android */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10    */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari etc. */
  -ms-flex-wrap: wrap; /* IE10    */
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
  text-align: center;
}
.flexbox_02 {
  display: -webkit-box; /* old Android */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10    */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari etc. */
  -ms-flex-wrap: wrap; /* IE10    */
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
  text-align: center;
}
.flexbox_03 {
  display: -webkit-box; /* old Android */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10    */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari etc. */
  -ms-flex-wrap: wrap; /* IE10    */
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
  text-align: center;
}
.multi_box {
  display: -webkit-box; /* old Android */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10    */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari etc. */
  -ms-flex-wrap: wrap; /* IE10    */
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0 auto;
  text-align: center;
}
.multi_col {
  width: 18%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 3.5% 8%;
  background: transparent;
  padding: 0;
  position: relative;
}
.multi_col img {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  cursor: pointer;
  transition-duration: 0.3s;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.multi_col_02 {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 3% 7%;
}
.multi_col_03 {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 2% 4%;
}

/* images
------------------------------ */
img.top_img {
  width: 100%;
}
img.logo_img {
  width: 100%;
}
img.images_01 {
  width: 100%;
}
img.images_02 {
  width: 100%;
}
img.images_03 {
  width: 100%;
}

/* contents_item
------------------------------ */
h3.ttl {
  font-family: "GenEiLateGoP_v2";
  font-size: calc(2.5rem * 1.6);
  color: #222;
  padding: 0;
  margin: 0 0 2%;
  font-weight: normal;
  text-align: center;
  line-height: calc(3rem * 1.6);
  letter-spacing: calc(0.2rem * 1.6);
}
h3.ttl span {
  color: #222;
  font-size: calc(1.5rem * 1.6);
  font-weight: normal;
  line-height: calc(1rem * 1.6);
  letter-spacing: calc(0.1rem * 1.6);
}
h4.ttl {
  font-family: "GenEiLateGoP_v2";
  color: #222;
  margin: 3% 0 5%;
  font-size: calc(4rem * 1.6);
  display: block;
  text-align: center;
  font-weight: normal;
  line-height: calc(6rem * 1.6);
}
h4.ttl span {
  font-size: calc(1.5rem * 1.6);
}
h4.ttl::after {
  align-content: center;
  content: "";
  flex-grow: 1;
  margin: 0 calc(3rem * 1.6);
  height: 1px;
  background: #222;
  display: block;
}
h4.ttl::before {
  align-content: center;
  content: "";
  flex-grow: 1;
  margin: 0 calc(3rem * 1.6);
  height: 1px;
  background: #222;
  display: block;
}
h5.ttl {
  font-family: "GenEiLateGoP_v2";
  color: #222;
  font-size: calc(2.2rem * 1.6);
  text-align: center;
  line-height: normal;
  margin: 0 auto 2%;
  font-weight: normal;
}
h5.ttl span {
  font-size: calc(1.8rem * 1.6);
}
p.lead {
  color: #222;
  font-size: calc(1.3rem * 1.6);
  text-align: center;
  line-height: calc(2.5rem * 1.6);
}
p.text {
  color: #222;
  font-size: calc(1.2rem * 1.6);
  text-align: left;
}
p.kana {
  color: #222;
  font-size: calc(1rem * 1.6);
  text-align: center;
  margin: 0 auto 5%;
}

/* price
------------------------------ */
.item_ttl_name {
  font-size: calc(1rem * 1.6);
  line-height: 1.6;
  text-align: left;
  margin: 8% 0 0;
}
.size_box {
  font-size: calc(0.9rem * 1.6);
  widows: 80%;
}
/*sale price*/
.sale .price_box p {
  text-align: left;
  color: #fd5157;
}
.sale .retail_price {
  text-decoration: line-through;
}
.sale .c_price:after {
  content: "";
  display: inline-block;
  width: 50px; /*画像の幅*/
  height: 19px; /*画像の高さ*/
  background-image: url(https://www.le-noble.com/topic/autoContent/saleIcon3.jpg);
  background-size: contain;
  margin-left: calc(0.2rem * 1.6);
}
.sale .discount {
  font-size: calc(1.2rem * 1.6);
}
/*normal price*/
.price_box {
  margin: 10% 0 0;
}
.price_box p {
  text-align: left;
  color: #222;
  padding-left: 0.5%;
}
.c_price {
  font-size: calc(0.8rem * 1.6);
  line-height: calc(0.2rem * 1.6);
  letter-spacing: calc(0.2rem * 1.6);
}
.c_price span {
  font-size: calc(1.1rem * 1.6);
}
.retail_price {
  text-decoration: line-through;
}
/*retail_price none*/
.retail_price-empty .retail_price {
  display: none;
}
.soldout img,
.soldout a {
}
.soldout_txt {
  background: rgba(34, 34, 34, 0.5);
  position: absolute;
  top: 20%;
  width: 80%;
  margin: 0 10%;
  font-size: calc(1.2rem * 1.6);
  line-height: calc(2rem * 1.6);
  text-align: center;
  color: #fff;
}

/* btn
------------------------------ */

a.button {
  display: block;
  width: 220px;
  padding: 7px 10px;
  margin-left: 0 auto;
  margin-right: 0 auto;
  text-align: center;
  text-decoration: none;
  background: #656565; /*ボタン色*/
  color: #fff;
  border-bottom: solid 4px #656565;
  border-radius: 3px;
}
a.button:active {
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px); /*下に動く*/
  border-bottom: none; /*線を消す*/
}

a.childBtn:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
a.childBtn {
  font-size: calc(1.2rem * 1.6);
  line-height: calc(5rem * 1.6);
  margin: 2% auto;
  color: #fff;
  border: none;
  position: relative;
  text-align: center;
  height: 80px;
  padding: 0;
  cursor: pointer;
  transition: 800ms ease all;
  outline: none;
  background: #222;
}
a.childBtn:hover {
  background: #fff;
  color: #222;
}
a.childBtn:before,
a.childBtn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  transition: 400ms ease all;
  background: #222;
}
a.childBtn:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}
a.childBtn:hover:before,
a.childBtn:hover:after {
  width: 100%;
  transition: 800ms ease all;
}

a.btn-border {
  text-align: center;
  margin: 0 auto;
  border: 2px solid #222;
  border-radius: 0;
  background: #fff;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-size: calc(1.2rem * 1.6);
  width: 300px;
  height: 52px;
  padding: 2.5% 3%;
  color: #222;
  font-weight: normal;
}

a.btn-border:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
  content: "";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  border-radius: 0 50% 50% 0;
  background: #222;
}

a.btn-border:hover:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  line-height: 30px;
  width: 30px;
  height: 30px;
  content: "\f061";
  -webkit-transform: translateX(950%) calc(translateY(0.6rem) * 1.6);
  transform: translateX(950%) calc(translateY(0.6rem) * 1.6);
  color: #fff;
  border-radius: 50%;
}

a.seriesBtn {
  margin: 0 30%;
  display: block;
  padding: calc(1.6rem * 1.6) 1rem;
  font-size: calc(1.3rem * 1.6);
  letter-spacing: calc(0.1rem * 1.6);
  text-align: center;
  text-decoration: none;
  border: 1px solid #222;
  color: #222;
}
a.seriesBtn:hover {
  color: #fff;
  background: #222;
}

/* other------------------------------ */
.space {
  margin: 5% 0;
}
.pc_display {
  display: block !important;
}
.sp_display {
  display: none !important;
}
.br_pc {
  display: block !important;
}
.br_sp {
  display: none !important;
}
.pc_img {
  display: block !important;
}
.sp_img {
  display: none !important;
}

/* toick item------------------------------ */

.items {
  clear: both;
  border-bottom: #c3c3c3 1px solid;
  padding-bottom: 45px;
  margin-bottom: 30px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

/* その他------------------------------ */

.event_prod_list_header {
  display: none !important;
}

/* --------------------------------
* モール
* -------------------------------- */
@media screen and (max-width: 840px) {
  .contents_header {
    margin: 0;
    width: 100%;
  }
  .contents_01 {
    width: 100%;
    text-align: center;
    margin: 0 auto 2%;
    padding: 0 10%;
  }
  .contents_02 {
    width: 100%;
    margin: 0 auto;
    padding: 0 10%;
    align-content: center;
  }
  .contents_03 {
    width: 100%;
    margin: 10% auto 5%;
    padding: 0;
    align-content: center;
  }
  .container_01 {
    width: 55%;
    align-content: center;
    margin: 0 auto;
    padding: 0;
  }
  .container_02 {
    width: 45%;
    align-content: center;
    margin: 0 auto;
    position: relative;
  }
  .container_03 {
    width: 40%;
    height: auto;
    align-content: center;
    margin: 2% auto;
    padding: 0 0 0 5%;
    position: relative;
  }
  .container_04 {
    width: 55%;
    align-content: center;
    margin: 0 0 0 5%;
    padding: 0;
  }
  .container_05 {
    width: 52%;
    height: auto;
    align-content: center;
    margin: 0 auto;
  }
  .container_06 {
    width: 48%;
    align-content: center;
    margin: 5% auto 0;
    padding: 0;
    position: relative;
  }
  .block_01 {
    width: 100%;
    align-content: center;
    margin: 0 auto;
    padding: 0 20%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  .flexbox {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .flexbox02 {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .multi_box {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 2% 0;
    width: 100%;
  }
  .multi_col {
    width: 18%;
  }
  h3.ttl {
    font-size: calc(2rem * 1.6);
    color: #676767;
    margin: 5% auto 0;
  }
  h4.ttl {
    font-family: "GenEiLateGoP_v2";
    color: #fff;
    margin: 0 auto 5%;
    font-size: calc(3.2rem * 1.6);
    display: block;
    text-align: center;
    align-items: center;
  }
  h4.ttl span {
    font-size: calc(1.5rem * 1.6);
  }
  h5.ttl {
    color: #fff;
    font-size: calc(1.4rem * 1.6);
    text-align: center;
    line-height: calc(1.4rem * 1.6);
    margin: 2% auto;
  }
  h5.ttl span {
    font-size: calc(1.2rem * 1.6);
  }
  p.lead {
    color: #222;
    font-size: calc(1.1rem * 1.6);
    text-align: center;
  }
  p.text {
    color: #fff;
    font-size: calc(0.9rem * 1.6);
    margin: 5% auto 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(0) translateX(0);
    -webkit-transform: translateY(0) translateX(0);
    background: #fff3f0;
    border-radius: 5px;
    padding: 7%;
  }
  .footer h3 {
    font-size: calc(1rem * 1.6);
    padding: calc(2rem * 1.6) 0;
  }
  .seriesBtn {
    margin: 0 10%;
    font-size: calc(1rem * 1.6);
  }

  .item_ttl {
    width: 100%;
    padding: calc(1rem * 1.6) 0 1.4rem;
  }
  .item_ttl p {
    font-size: calc(1.3rem * 1.6);
    line-height: 1.2;
    font-weight: normal;
  }
  .item_ttl_name {
    font-size: calc(0.8rem * 1.6);
    text-align: left;
    font-weight: normal;
  }
  .retail_price {
    font-weight: normal;
    font-size: calc(0.7rem * 1.6);
  }
  .price_box {
    margin: 6% auto;
    font-weight: normal;
  }
  .c_price {
    font-size: calc(0.7rem * 1.6);
    font-weight: normal;
  }
  .c_price span {
    font-weight: normal;
    font-size: calc(0.9rem * 1.6);
  }
  .discount {
    font-size: calc(0.9rem * 1.6);
    font-weight: normal;
  }

  .br_pc {
    display: none !important;
  }
  .br_sp {
    display: block !important;
  }
  .pc_img {
    display: none !important;
  }
  .sp_img {
    display: block !important;
    width: 100%;
  }
}

/* --------------------------------
 * SP
 * -------------------------------- */
@media screen and (max-width: 639px) {
  /* base */
  .purge-body {
  }
  .purge-color {
    margin: 5% 0;
    background-color: rgba(80, 80, 80, 1);
    text-align: center;
    padding: 3%;
  }
  .contents_header {
    margin: 0;
    width: 100%;
  }
  .contents_logo {
    margin: 5% auto 2%;
    width: 100%;
    align-content: center;
    padding: 0 30%;
  }
  .contents_01 {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .contents_02 {
    width: 100%;
    margin: 10% auto 0;
    padding: 0;
    align-content: center;
  }
  .contents_03 {
    width: 100%;
    margin: 0 auto 5%;
    padding: 8% 0 0;
    align-content: center;
  }
  .container_01 {
    width: 100%;
    align-content: center;
    margin: 0 auto;
  }
  .container_02 {
    width: 100%;
    align-content: center;
    margin: 0 auto;
    position: relative;
  }
  .block_01 {
    width: 100%;
    align-content: center;
    margin: 0 auto;
    padding: 0 20%;
    position: static;
    top: 0;
    left: 0;
    bottom: 0;
    transform: translateY(0) translateX(0);
    -webkit-transform: translateY(0) translateX(0);
  }
  .text01 {
    padding: 3% 0 2%;
    margin: 0 auto;
  }

  .ttl_image {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
  .flexbox {
    display: -webkit-box; /* old Android */
    display: -webkit-flex; /* Safari etc. */
    display: -ms-flexbox; /* IE10    */
    display: flex;
    flex-direction: column;
    -webkit-flex-wrap: wrap; /* Safari etc. */
    -ms-flex-wrap: wrap; /* IE10    */
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
    align-content: center;
  }
  .flexbox_02 {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
    margin: 0 auto;
  }
  .flexbox_03 {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0 auto;
  }

  .multi_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 0;
    margin: 2% 0;
    width: 100%;
  }
  .multi_col {
    width: 46%;
    padding: 0 2%;
    margin: 0;
  }
  h3.ttl {
    font-size: calc(1.8rem * 1.6);
    color: #222;
    margin: 0 auto;
    align-content: center;
    line-height: calc(2.5rem * 1.6);
    text-align: center;
  }
  h3.ttl span {
    font-size: calc(1.2rem * 1.6);
    line-height: calc(1rem * 1.6);
  }
  h4.ttl {
    font-family: "";
    font-size: calc(1.5rem * 1.6);
    margin: 4% auto;
    color: #222;
    text-align: center;
    display: block;
    line-height: calc(3rem * 1.6);
  }
  h4.ttl span {
    font-size: calc(1rem * 1.6);
  }
  h4.ttl2 {
    font-family: "GenEiLateGoP_v2";
    font-size: calc(1.5rem * 1.6);
    margin: 4% auto;
    color: #222;
    text-align: center;
    display: block;
  }
  h4.ttl::before {
    margin: 0;
  }
  h4.ttl::after {
    margin: 0;
  }
  h5.ttl {
    color: #222;
    font-size: calc(1.6rem * 1.6);
    text-align: center;
    line-height: normal;
    margin: 1% auto 4%;
  }
  h5.ttl span {
    font-size: calc(1.4rem * 1.6);
  }

  p.lead {
    color: #111;
    font-size: calc(1rem * 1.6);
    margin: 5% auto 0;
    line-height: normal;
    text-align: center;
    padding: 0;
  }
  p.text {
    color: #111;
    font-size: calc(0.9rem * 1.6);
    margin: 0 auto;
    position: static;
    background: transparent;
    border-radius: 0;
    padding: 5%;
  }
  p.text span {
    font-size: calc(0.8rem * 1.6);
  }

  .images_02 {
    margin: 0 auto;
    padding: 0 10%;
  }
  .images_03 {
    margin: 0 auto;
    padding: 0;
  }
  img.images_03 {
    width: 100%;
    margin: 5% 0 -2%;
  }
  .seriesBtn {
    margin: 0 2%;
    display: block;
    padding: calc(1.6rem * 1.6) 1rem;
    font-size: calc(1rem * 1.6);
    letter-spacing: 0;
    text-align: center;
  }
  .childBtn {
    font-size: calc(0.9rem * 1.6);
    margin: 0 auto;
    padding: 4% 20%;
  }

  a.btn-border {
    display: block;
    max-width: 80%;
    margin: 0 auto;
    padding: calc(0.8rem * 1.6) 3rem;
    background-color: #222;
    border-radius: 8px;
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.3s;
    color: #fff;
  }
  a.btn-border span.bl__text {
    display: block;
    position: relative;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-left: 30px;
  }
  a.btn-border span.bl__text:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  a.btn-border span.bl__text:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 3px solid #222;
    border-right: 3px solid #222;
    box-sizing: border-box;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
  }
  a.btn-border:hover {
    background-color: #0c436b;
  }
  a.btn-border:hover span.bl__text:after {
    border-top: 3px solid #0c436b;
    border-right: 3px solid #0c436b;
  }
  a.btn-border:hover:before {
    font-family: "";
    font-weight: bold;
    line-height: 0;
    width: 0;
    height: 0;
    content: "";
    -webkit-transform: unset;
    transform: unset;
    color: #fff;
    border-radius: 0;
  }
  .item_ttl {
    width: 100%;
    padding: calc(1rem * 1.6) 0 1.4rem;
  }
  .item_ttl p {
    font-size: calc(1.3rem * 1.6);
    line-height: 1.2;
  }
  .item_ttl_name {
    font-size: calc(0.8rem * 1.6);
    text-align: left;
  }
  .retail_price {
    font-size: calc(0.7rem * 1.6);
  }

  .sale .c_price:after {
    margin: 8% 0 0;
  }
  .price_box {
    margin: 6% 0;
  }
  .c_price {
    font-size: calc(0.7rem * 1.6);
  }
  .c_price span {
    font-size: calc(0.9rem * 1.6);
  }
  .discount {
    font-size: calc(1rem * 1.6);
  }
  .flexbox_btn {
    width: 98%;
    margin: 0 auto;
  }

  .br_pc {
    display: none !important;
  }
  .br_sp {
    display: block !important;
  }
  .pc_img {
    display: none !important;
  }
  .sp_img {
    display: block !important;
    width: 100%;
  }
}
