@charset "UTF-8";
a {
  opacity: 10;
}
a {
  -webkit-tap-highlight-color: rgba(86, 86, 86, 0.5);
}
.purge-body {
  overflow: hidden;
}
.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;
  width: 100%;
}
.contents_title {
  margin: 2% auto 4%;
  text-align: center;
  width: 26%;
}
.contents_01 {
  width: 100%;
  text-align: center;
  margin: 5% auto 0;
}
.contents_02 {
  width: 90%;
  text-align: center;
  margin: 5% auto 2%;
}
.contents_03 {
  width: 100%;
  margin: 5% auto;
  text-align: center;
  padding: 0 15%;
  background: #eee;
}
.contents_04 {
  overflow: hidden;
  width: 70%;
  align-content: center;
  text-align: center;
  margin: 5% auto;
  padding: 0 10%;
  display: block;
}
.contents_05 {
  overflow: hidden;
  width: 70%;
  align-content: center;
  text-align: center;
  margin: 7% auto 3%;
  padding: 0;
  display: block;
}
.contents_06 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.contents_07 {
  width: 100%;
  margin: 0;
  padding: 0 0 5%;
  background-color: rgba(255, 248, 175, 0.2);
}
.contents_footer {
  margin: 5% auto 2%;
  width: 100%;
  text-align: center;
}
.contents_coordinator {
  margin: 2% auto;
  width: 100%;
  text-align: center;
}
.container_01 {
  width: 45%;
  margin: 0 auto;
  align-content: center;
  padding: 0 10% 0 0;
}
.container_02 {
  width: 50%;
  margin: 9% auto 0;
  align-content: center;
}
.title_01 {
  align-content: center;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.title_02 {
  align-content: center;
  text-align: center;
  width: 80%;
}
.title_03 {
  align-content: center;
  text-align: center;
  width: 80%;
}
.title_04 {
  align-content: center;
  text-align: center;
  width: 80%;
}
.block_01 {
  width: 100%;
  text-align: center;
  margin: 2% auto 0;
}
.block_02 {
  width: 100%;
  text-align: center;
  margin: 2% auto;
}
.block_03 {
  width: 100%;
  margin: 2% 1%;
  text-align: center;
  background: #fff;
  padding: 0;
}
.block_04 {
  width: 100%;
  margin: 10% 2% 0;
  text-align: left;
  padding: 2%;
  display: inline-block; /* インラインブロック化 */
  position: relative; /* 親要素        */
  overflow: hidden; /* はみ出しは非表示   */
  background: #fff; /* BOXの背景色     */
}
.block_05 {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.block_06 {
  width: 58%;
  text-align: center;
  margin: 0 auto;
  padding: 2% 0 0;
}
.box_02 {
  width: 100%;
  margin: 12% 2% 0;
  text-align: left;
  padding: 2%;
  display: inline-block; /* インラインブロック化 */
  position: relative; /* 親要素        */
  overflow: hidden; /* はみ出しは非表示   */
  background: #fff; /* BOXの背景色     */
}

/* font
------------------------------ */
@font-face {
  font-display: swap;
  font-family: "ShipporiMincho";
  src: url("https://lenoble.itembox.design/item/images/font/ShipporiMincho.eot?") format("eot"),
    url("https://lenoble.itembox.design/item/images/font/ShipporiMincho.woff") format("woff"),
    url("https://lenoble.itembox.design/item/images/font/ShipporiMincho.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;
  flex-direction: column;
  margin: 0 auto;
  text-align: left;
}
.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: flex-start;
  margin: 0 auto;
  text-align: center;
}
.multi_col {
  width: 100%;
  display: contents;
  justify-content: space-between;
  margin: 0;
  background: transparent;
  padding: 1% 0.2%;
  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
------------------------------ */
.top_img {
  margin: 0 auto;
  width: 100%;
}
.top_img img {
  width: 100%;
}
.container_01 img {
  width: 100%;
}
.ttl_image {
  width: 58%;
  text-align: center;
  margin: 0 auto;
}
.contents_01 img {
  width: 100%;
}
.image {
  width: 100%;
  margin: 5% auto;
  align-content: center;
  padding: 0 35%;
}
.image02 {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.image02 img {
  width: 100%;
  transition: 1s all;
}
.image02 img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
.block_03 img {
  width: 100%;
}

.image02 {
  width: 100%;
}
.image02 img {
  width: 100%;
}
.text02 {
  width: 40%;
  margin-right: 5%;
}
.flexbox_btn {
  display: flex;
  width: 80%;
  margin: 0 auto;
}

/* contents_item
------------------------------ */
h3.ttl {
  font-family: "ShipporiMincho";
  font-size: calc(3rem * 1.6);
  text-align: center;
  color: #222;
  line-height: 1.8;
}
h3.ttl span {
  color: #77651c;
}
h4.ttl {
  font-family: "ShipporiMincho";
  color: #222;
  margin: 0 auto;
  font-size: calc(3rem * 1.6);
  display: flex;
  text-align: center;
  align-items: center;
}
h4.ttl span {
  font-size: calc(1.3rem * 1.6);
}
h4.ttl::after {
  align-content: center;
  content: "";
  flex-grow: 1;
  margin: 0 calc(3rem * 1.6);
  height: 1px;
  background: #666;
  display: block;
}
h4.ttl::before {
  align-content: center;
  content: "";
  flex-grow: 1;
  margin: 0 calc(3rem * 1.6);
  height: 1px;
  background: #666;
  display: block;
}
h5.ttl {
  font-family: "ShipporiMincho";
  color: #333;
  font-size: calc(2rem * 1.6);
  text-align: left;
  line-height: normal;
}
h5.ttl span {
  font-size: calc(1.1rem * 1.6);
}
h3.footer {
  font-family: "ShipporiMincho";
  font-size: calc(1.6rem * 1.6);
  text-align: center;
  color: #30302f;
}
p.lead {
  font-size: calc(1.3rem * 1.6);
  line-height: normal;
}
p.text {
  font-size: calc(1.2rem * 1.6);
  line-height: calc(2.5rem * 1.6);
  text-align: center;
}
.box_02 p.text2 {
  font-size: calc(1.2rem * 1.6);
  line-height: normal;
  text-align: left;
  padding: 0 0 0 4%;
}
.block_04 p.text2 {
  margin: 2% 0;
  font-size: calc(1.2rem * 1.6);
  line-height: calc(2rem * 1.6);
  text-align: left;
  padding: 0 0 0 4%;
}
.box_02 p.backStr {
  position: absolute; /* 親要素からの相対位置 */
  display: inline-block; /* インラインブロック化 */
  white-space: nowrap; /* 折り返ししない    */
  font-size: calc(8rem * 1.6); /* 背景透かし文字サイズ */
  font-weight: bold; /* 太字         */
  color: rgba(117, 117, 117, 0.1); /* 背景透かし文字色   */
  /* 中心寄せ＆角度    */
  top: 20%;
  left: 35%;
}
.block_04 p.backStr {
  position: absolute; /* 親要素からの相対位置 */
  display: inline-block; /* インラインブロック化 */
  white-space: nowrap; /* 折り返ししない    */
  font-size: calc(8rem * 1.6); /* 背景透かし文字サイズ */
  font-weight: bold; /* 太字         */
  color: rgba(117, 117, 117, 0.1); /* 背景透かし文字色   */
  /* 中心寄せ＆角度    */
  top: 20%;
  left: 35%;
}

/* price
------------------------------ */
.product {
  padding: 2% 4%;
}
.item_ttl_name {
  font-size: calc(0.9rem * 1.6);
  line-height: 1.6;
  text-align: left;
  margin: 8% 0 0;
}
.size_box {
  font-size: calc(0.8rem * 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: #333;
  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(1rem * 1.6);
}
.retail_price {
  text-decoration: line-through;
}
/*retail_price none*/
.retail_price-empty .retail_price {
  display: none;
}

.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
------------------------------ */

.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;
}
.button:active {
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px); /*下に動く*/
  border-bottom: none; /*線を消す*/
}

.childBtn:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.childBtn {
  font-size: calc(0.8rem * 1.6);
  margin: calc(1rem * 1.6) 2rem;
  color: #fff;
  border: none;
  position: relative;
  text-align: center;
  height: 50px;
  padding: calc(0.8rem * 1.6) 0rem;
  cursor: pointer;
  transition: 800ms ease all;
  outline: none;
  background: #67681c;
}
.childBtn:hover {
  background: #fff;
  color: #67681c;
}
.childBtn:before,
.childBtn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  transition: 400ms ease all;
  background: #67681c;
}
.childBtn:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}
.childBtn:hover:before,
.childBtn:hover:after {
  width: 100%;
  transition: 800ms ease all;
}

.seriesBtn {
  margin: 0 auto;
  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 #555;
  color: #555;
}
.seriesBtn:hover {
  color: #fff;
  background: #555;
}
p.see {
  font-size: calc(1.2rem * 1.6);
  font-weight: bold;
  text-align: right;
  color: #555;
}

/* other------------------------------ */
.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;
}

.slick-dots li button::before {
  font-size: 40px;
  content: "\025a0";
}
.slick-dots li {
  margin: 0 24px;
}
/* その他------------------------------ */

.tcenter {
  display: none !important;
}
.condition_clear {
  display: none !important;
}
.pnavi {
  display: none !important;
}
.sortbox,
.searchbox {
  display: none !important;
}
dl.searchbox {
  display: none !important;
}

/* --------------------------------
* モール
* -------------------------------- */
@media screen and (max-width: 840px) {
  .contents_header {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  .contents_header img {
    width: 100%;
    text-align: center;
    margin: auto;
  }
  .contents_title {
    margin: 5% auto 0;
    text-align: center;
    width: 80%;
  }
  .contents_01 {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 10% 0;
  }
  .contents_02 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .contents_03 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .contents_04 {
    width: 90%;
    margin: 5% auto 0;
    text-align: center;
    padding: 0;
  }
  .contents_05 {
    width: 100%;
    align-content: center;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 3%;
    display: block;
  }
  .block_01 {
    width: 100%;
    text-align: center;
    margin: 5% auto 0;
    padding: 0;
  }
  .block_02 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 5% 0;
  }
  .block_03 {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0 2% 5%;
  }
  .block_04 {
    width: 98%;
    text-align: center;
    margin: 0 auto;
  }
  .block_04 h4 {
    font-family: "ShipporiMincho";
    font-size: calc(1.5rem * 1.6);
    text-align: left;
    line-height: calc(3rem * 1.6);
    margin-bottom: 5%;
  }
  .block_04 p {
    font-size: calc(1rem * 1.6);
    text-align: left;
    padding: 2% 5%;
  }
  .block_05 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .block_06 {
    width: 98%;
    text-align: center;
    margin: 0 auto;
    padding: 1% 0 0;
  }
  .block_06 h4 {
    font-family: "ShipporiMincho";
    font-size: calc(1.4rem * 1.6);
    text-align: left;
    padding: 5% 2%;
  }
  .block_06 h4:before {
    content: "";
    background-image: url();
    background-size: contain;
    vertical-align: text-bottom;
    display: inline-block;
    width: 80px;
    height: 59.6px;
    margin-right: 1%;
  }
  .block_06 h5 {
    font-size: calc(1.2rem * 1.6);
    text-align: left;
    padding: 2% 0;
  }
  .block_06 p {
    font-size: calc(1rem * 1.6);
    text-align: left;
    padding: 2%;
  }
  .title_01 {
    align-content: center;
    text-align: center;
    width: 100%;
    margin: 5% auto 0;
    padding: 0;
  }
  .ttl_image {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
  .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: 100%;
  }
  h3.ttl {
    font-size: calc(2.5rem * 1.6);
    color: #222;
    margin: 0 auto;
    line-height: 1.2;
    font-weight: normal;
  }
  h4.ttl {
    font-family: "ShipporiMincho";
    color: #222;
    margin: 0 auto;
    padding: 0;
    font-size: calc(2rem * 1.6);
    display: contents;
    text-align: center;
    align-items: center;
  }
  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: #666;
    display: block;
  }
  h4.ttl::before {
    align-content: center;
    content: "";
    flex-grow: 1;
    margin: 0 calc(3rem * 1.6);
    height: 1px;
    background: #666;
    display: block;
  }
  h5.ttl {
    color: #222;
    font-size: calc(1.8rem * 1.6);
    text-align: center;
    line-height: calc(1.4rem * 1.6);
  }
  h5.ttl span {
    font-size: calc(1.2rem * 1.6);
  }
  p.block_01 {
    font-size: calc(1.1rem * 1.6);
    margin: 5% 0 0;
  }
  p.block_02 {
    font-size: calc(1.1rem * 1.6);
    margin: 0 auto 5%;
  }
  p.see {
    font-size: calc(1.1rem * 1.6);
    font-weight: bold;
    text-align: right;
  }
  .footer h3 {
    font-size: calc(1.5rem * 1.6);
    padding: calc(2rem * 1.6) 0;
    font-weight: normal;
  }
  .seriesBtn {
    margin: 4% 10% 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(0.9rem * 1.6);
    font-weight: normal;
    line-height: 1.2;
  }
  .item_ttl_name {
    font-size: calc(0.9rem * 1.6);
    font-weight: normal;
    text-align: left;
  }
  .retail_price {
    font-size: calc(0.8rem * 1.6);
    font-weight: normal;
  }
  .price_box {
    margin: 6% 0;
  }
  .c_price {
    font-size: calc(0.8rem * 1.6);
    font-weight: normal;
  }
  .c_price span {
    font-size: calc(0.8rem * 1.6);
    font-weight: normal;
  }
  .discount {
    font-size: calc(0.8rem * 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-color {
    margin: 5% 0;
    background-color: rgba(80, 80, 80, 1);
    text-align: center;
    padding: 3%;
  }
  .contents_title {
    width: 52%;
  }
  .contents_header {
    width: 100%;
    padding: 0 0 5%;
    margin: 0 auto;
  }
  .contents_header img {
    width: 100%;
    text-align: center;
    margin: auto;
  }
  .contents_01 {
    width: 100%;
    text-align: center;
    margin: 5% auto;
    padding: 0;
  }
  .contents_02 {
    width: 100%;
    text-align: center;
    margin: 10% auto 5%;
    padding: 0;
  }
  .contents_03 {
    width: 100%;
    margin: 10% auto;
  }
  .contents_04 {
    width: 100%;
    margin: 2% auto;
    text-align: center;
    padding: 0 2%;
  }
  .contents_05 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .contents_06 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 3%;
    display: block;
  }
  .contents_coordinator {
    margin: 2% auto 5%;
    width: 100%;
    text-align: center;
  }
  .container_01 {
    width: 100%;
    margin: 10% auto 0;
    align-content: center;
    padding: 0 36% 0 0;
  }
  .container_02 {
    width: 100%;
    margin: 9% auto 0;
    align-content: center;
  }
  p.text {
    font-size: calc(1rem * 1.6);
    line-height: normal;
    text-align: left;
  }
  p.block_01 {
    font-size: calc(0.9rem * 1.6);
    margin: 5% 0 0;
  }
  p.block_02 {
    font-size: calc(0.9rem * 1.6);
    margin: 0 auto 5%;
  }
  .block_03 {
    width: 100%;
    text-align: center;
    margin: 0 0 10%;
    padding: 0;
  }
  .block_04 {
    width: 98%;
    text-align: center;
    margin: 0 auto;
  }
  .box_02 {
    margin: 5% 0 10%;
    padding: 0;
  }
  .box_02 p.text2 {
    font-size: calc(1rem * 1.6);
    line-height: normal;
  }
  .block_04 p.text2 {
    font-size: calc(1rem * 1.6);
    line-height: normal;
  }
  .block_06 h4 {
    font-family: "ShipporiMincho";
    font-size: calc(1.4rem * 1.6);
    text-align: left;
    padding: 5% 2%;
  }
  .block_06 h4:before {
    content: "";
    background-image: url();
    background-size: contain;
    vertical-align: text-bottom;
    display: inline-block;
    width: 80px;
    height: 59.6px;
    margin-right: 1%;
  }
  .box_02 p.backStr {
    top: 10%;
    left: 20%;
  }
  .block_04 p.backStr {
    top: 10%;
    left: 20%;
  }
  .title_01 {
    align-content: center;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 10% 0;
  }
  .text01 {
    padding: 3% 0 2%;
    margin: 0 auto;
  }
  .ttl_image {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
  .space {
    margin: 15% 0 0;
  }
  .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;
    text-align: center;
  }
  .flexbox_02 {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .multi_box {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 2% 0;
    width: 100%;
  }
  .multi_col {
    width: 48%;
    padding: 0 1%;
  }
  h3.ttl {
    font-size: calc(1.5rem * 1.6);
    color: #222;
    margin: 0 auto;
    line-height: normal;
  }
  h3.ttl span {
    font-size: calc(1.8rem * 1.6);
  }
  h4.ttl {
    font-size: calc(1.5rem * 1.6);
    margin-top: 5%;
    margin-bottom: 4%;
    display: contents;
    text-align: center;
    align-items: center;
  }
  h4.ttl span {
    font-size: calc(1.5rem * 1.6);
  }
  h5.ttl {
    color: #222;
    font-size: calc(1.6rem * 1.6);
    text-align: left;
    line-height: normal;
  }
  h5.ttl span {
    font-size: calc(1rem * 1.6);
  }
  p.block_04 {
    font-size: calc(0.8rem * 1.6);
    padding: 2%;
  }
  p.lead {
    font-size: calc(1.2rem * 1.6);
  }
  p.see {
    font-size: calc(1rem * 1.6);
    font-weight: bold;
    text-align: right;
  }
  .image {
    margin: 10% auto 0;
    padding: 0 20%;
  }

  .flexbox02 {
    flex-wrap: wrap;
  }
  .footer h3 {
    font-size: calc(1rem * 1.6);
    padding: calc(2rem * 1.6) 0;
  }
  .seriesBtn {
    margin: 2%;
    font-size: calc(0.9rem * 1.6);
  }
  .soldout_txt {
    background: rgba(34, 34, 34, 0.5);
    position: absolute;
    top: 20%;
    width: 70%;
    margin: 0 auto;
    font-size: calc(0.9rem * 1.6);
    line-height: calc(1.4rem * 1.6);
    text-align: center;
    color: #fff;
  }
  .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);
  }
  .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;
  }
  .slick-dots li {
    margin: 0 15px;
  }

  .br_pc {
    display: none !important;
  }
  .br_sp {
    display: block !important;
  }
  .pc_img {
    display: none !important;
  }
  .sp_img {
    display: block !important;
    width: 100%;
  }
  /* その他------------------------------ */

  .tcenter {
    display: none !important;
  }
  .condition_clear {
    display: none !important;
  }
  .pnavi {
    display: none !important;
  }
  .sortbox,
  .searchbox {
    display: none !important;
  }
  .instructions {
    display: none !important;
  }
  dl.searchbox {
    display: none !important;
  }
}
