.read_more {
  font-size: 1.3rem;
  display: inline-block !important;
  cursor: pointer;
}

.icon.plus::before,
.icon.minus::before {
  content: url(../../img/arrow-white.svg);
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-top: 1px;
  margin-right: 5px;
  vertical-align: text-top;
}

.ec-link {
  margin-top: 1em;
}

@media print, screen and (max-width: 768px) {
  .mobHidetxt {
    display: none;
  }

  .icon.plus::before,
  .icon.minus::before {
    margin-top: -5px;
  }
}

/*========================
	#secret
========================*/

#secret h2 {
  margin-bottom: 30px;
}

#secret .catch {
  width: 630px;
  margin: auto auto 30px;
}

.secret_lineup {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.secret_lineup .secret_txtbox {
  width: 62%;
  /* border: #f00 thin solid; */
}

.secret_lineup figure {
  width: 36%;
  /* border: #f00 thin solid; */
}

.secret_lineup figure img {
  max-width: 386px;
}

#secret .row.flexbox {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: #aaa thin dotted;
  justify-content: flex-start;
}

#secret .row h4 {
  width: 150px;
  margin-right: 15px;
  min-height: 80px;
  font-size: 2.2rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-style: italic;
  color: #fff;
  background: #c8373c;
  border-radius: 3px;
}

#secret .row h4 small {
  font-size: 1.5rem;
  margin-top: 6px;
  margin-left: 3px;
  display: inline-block;
}

#secret .row h4 span {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#secret .row .detail_box {
  width: calc(100% - 165px);
  padding-top: 10px;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  /* border: #f00 thin solid; */
}

#secret .row .detail_box h5 {
  width: 150px;
  font-size: 2rem;
  border-right: #aaa thin dotted;
}

#secret .row .detail_box .dl_box {
  /* width: calc(100% - 170px); */
  width: calc(100% - 170px);
  /* border: #f00 thin solid; */
}

#secret .row .detail_box .dl_box dl {
  width: 100%;
  justify-content: start;
  margin-bottom: 0px;
}

#secret .row .detail_box dl dt,
#secret .row .detail_box dl dd {
  font-size: 2rem;
}

#secret .row .detail_box dl dt {
  margin-right: 15px;
}

#secret .row .detail_box dl dd {
  margin-right: 5px;
}

#secret .row .detail_box dl dd::after {
  content: "\FF0F";
  margin-left: 5px;
}

#secret .row .detail_box dl dd:last-child::after {
  content: none;
}

@media screen and (max-width: 1280px) {
  /* #secret .row {
        width: 80%;
    } */
}

@media print, screen and (max-width: 1080px) {
  .secret_lineup {
    width: 90%;
  }

  #secret .row .detail_box h5 {
    font-size: 1.8rem;
  }

  #secret .row .detail_box dl dt,
  #secret .row .detail_box dl dd {
    font-size: 1.8rem;
  }

  #secret .row .detail_box h5 {
    width: 130px;
  }

  #secret .row .detail_box .dl_box {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width: 1024px) {
  #secret .row {
    width: 95%;
  }

  .secret_lineup .secret_txtbox {
    width: 50%;
    /* border: #f00 thin solid; */
  }

  .secret_lineup figure {
    width: 45%;
    /* border: #f00 thin solid; */
  }

  #secret .row.flexbox {
    width: auto;
    margin-bottom: 30px;
    display: block;
  }

  #secret .row h4 {
    width: auto;
    min-height: auto;
    margin: 0 0 0;
    padding: 10px 0;
    font-size: 2.2rem;
  }

  #secret .row .detail_box {
    width: auto;
    display: block;
  }

  #secret .row .detail_box h5 {
    width: auto;
    font-size: 2rem;
    border: none;
  }

  #secret .row .detail_box .dl_box {
    width: auto;
    margin-left: 15px;
  }
}

@media print, screen and (max-width: 900px) {
  #secret .catch {
    width: 90%;
  }
}

@media print, screen and (max-width: 768px) {
  #secret.category {
    margin-bottom: 0px;
    /* padding-bottom: 45px; */
  }

  #secret h2 {
    margin-bottom: 15px;
  }

  #secret .catch {
    margin-bottom: 15px;
  }

  #secret .catch {
    width: 95%;
  }

  .secret_lineup {
    width: 90%;
    display: block;
  }

  .secret_lineup .secret_txtbox {
    width: auto;
    display: block;
    /* border: #f00 thin solid; */
  }

  #secret .row.flexbox {
    margin-bottom: 15px;
  }

  .secret_lineup figure {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    /* border: #f00 thin solid; */
  }

  #secret .row .detail_box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ===========================
#wind_sale
   ============================ */

#wind_sale.category .lead p {
  font-size: 1.6rem;
}

#wind_sale nav {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  display: block;
}

#wind_sale nav ul.flexbox {
  flex-wrap: wrap;
  justify-content: center;
}

#wind_sale nav li {
  width: 30%;
  margin: 0 1% 15px;
}

#wind_sale nav li a {
  font-size: 1.5rem;
  color: #fff;
  background-color: #db902e;
  padding: 15px 0;
  text-align: center;
  border-radius: 2em;
  display: block;
}

@media screen and (max-width: 1280px) {
  #wind_sale nav {
    width: 80%;
  }
}

@media print, screen and (max-width: 768px) {
  #wind_sale nav {
    width: auto;
  }

  #wind_sale nav li a {
    font-size: 1.4rem;
  }
}

/* ===========================

   ============================ */

.range_container {
  margin-bottom: 5em;
  /* padding-top: 3em; */
}

/* h3.range {
    font-size: 2.6rem;
    text-align: center;
    font-weight: bold;
    padding: .5em 1em;
    border-bottom: #ac1515 3px solid;
} */

.items_container {
  margin-bottom: 3em;
  padding-top: 1.5em;
}

.item {
  padding: 1em 1.5%;
  /* border: #ddd thin solid; */
}

.item_list {
  /*    width: 100%;*/
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.item {
  width: 29%;
  margin-left: 0.5%;
  margin: 0 0.5% 60px;
}

.item .figure-outer {
  margin: auto;
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 1.5em;
}

.item .figure-outer .soldout {
  width: 85%;
  top: 30px;
  left: 7.5%;
  right: auto;
  position: absolute;
  z-index: 1;
}

.item figure {
  width: 100%;
  max-width: 310px;
  margin: auto;
}

.item .figure-outer img.zoombtn {
  width: 35%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}

.item .txtbox_title {
  margin-bottom: 1em;
  /* border-bottom: #ac1515 thin solid; */
}

.item .txtbox_title .level {
  display: block;
  position: relative;
  height: 50px;/*リボンの高さ*/
  line-height: 50px;/*リボンの高さ*/
  text-align: center;
  font-size: 18px;
  color: #FFF;
  font-weight: 700;
  box-sizing: border-box;
}
.item .txtbox_title .level.beginner {
  background: #f57a78;
}
.item .txtbox_title .level.advanced {
  background: #78caf5;
}
.item .txtbox_title .level:before,.item .txtbox_title .level:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.item .txtbox_title .level:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.item .txtbox_title .level:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.item h5 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0;
}

.item h5 .maker_reading {
  font-size: 1.4rem;
}

.item .txtbox_title .level_box {
  margin-bottom: 5px;
}

.item .txtbox_title .level_box li {
  margin-right: 5px;
  display: inline-block;
  border-radius: 2em;
  font-size: 1.2rem;
  padding: 0 15px;
}

.item .txtbox_title .quality {
  color: #c29d4e;
  border: #c29d4e thin solid;
}

.item .inst_type {
  margin-bottom: 0;
}

.item .inst_type span {
  font-size: 1.2rem;
  font-weight: normal;
  color: #fff;
  background: #c1874d;
  border-radius: 0.2em;
  padding: 0.15em 0.5em 0.1em;
}

.item h4 .maker_reading {
  font-size: 1.3rem;
  font-weight: normal;
}

.item h4 .model {
  font-weight: bold;
}

.img_comment {
  margin-bottom: 1em;
  padding-top: 10px;
  font-size: 1.2rem;
  text-align: right;
}

.spec {
  font-size: 1.3rem;
  padding: 1em 5%;
  /* background: #f8f6ef; */
  background: #f5f1e5;
  margin-bottom: 1em;
}

.order {
  color: #666;
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 0.5em;
  background: #fff1f1;
  margin-bottom: 1em;
  padding: 0.5em 0.75em;
}

.material .icon {
  font-size: 1.2rem;
  color: #fff;
  background: #c1a68e;
  margin-right: 0.4em;
  padding: 0.2em 0.5em;
  border-radius: 0.2em;
}

ul.price-outer {
  margin-bottom: 0.25em;
}

ul.price-outer li {
  margin: 0;
}

ul.price-outer li.price {
  font-size: 1.8rem;
  font-weight: bold;
}

ul.price-outer li.price span.ex {
  position: relative;
  display: inline-block;
}

ul.price-outer li.price span.ex::before {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(-20deg);
  background-color: red;
  width: 110%;
  height: 2px;
  top: 50%;
  left: 0;
}
ul.price-outer li.price span.hsc_price {
	font-size: 2.2rem;
}

ul.price-outer li.price.sale {
  color: #c00;
}

ul.price-outer li.price .proper {
  color: #999;
  display: inline-block;
  font-weight: bold;
  font-size: 1.5rem;
  margin-right: 5px;
}

ul.price-outer li.price .sale_name {
  font-size: 1.3rem;
  display: block;
}

.price_in {
  font-size: 1.6rem;
  font-weight: bold;
}

.price_in.sale {
  font-size: 2.2rem;
}

/*
.price_in.sale{
    padding-left: 1em;
    display: block;
}
*/

.item p.catch {
  color: #cc8846;
}

.item .range_icon {
  margin-bottom: 0.25em;
  font-size: 1.2rem;
  color: #fff;
  background: #ac1515;
  padding: 0 1em;
  border-radius: 2em;
  display: inline-block;
}

.item p.copy {
  margin: 0 0 0.5em;
}

.item dl.accessory {
  font-size: 1.2rem;
  padding: 0.25em 0.75em;
  background: #edeae3;
  border-radius: 0.2em;
}

.item dl.accessory dd,
.item dl.accessory dt {
  display: inline-block;
}

/*-------------  // class itemlist.single --------------*/

@media screen and (min-width: 769px) {
  /* ///////// pc /////////// */

  .itemslist.single {
    display: block !important;
  }

  .itemslist.single .item {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  .itemslist.single .figure-outer {
    width: 30%;
    max-width: 310px;
    margin: 0;
  }

  .itemslist.single .item .txtbox {
    width: 68%;
    margin: 0;
    padding-top: 1.5em;
  }

  .itemslist.single .model {
    display: inline-block;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .item {
    /*        width: 49%;*/
    width: 45%;
  }

  .item figure {
    width: 100%;
    max-width: 310px;
    margin: auto;
    /*        background: #ccc;*/
  }
}

/* ------------- // note mediaquery 768px --------------------- */

@media print, screen and (max-width: 768px) {
  .itemslist {
    /*        width: 100%;*/
    margin: 0;
    display: block;
  }

  .item_list {
    width: 85%;
    /*        border: #f00 thin solid;*/
  }

  .item {
    margin: 0 0 2em;
    padding: 1em 0 0;
    border: none;
    border-bottom: #ddd thin solid;
    width: 100%;
    display: block;
  }

  .item h4 {
    font-size: 1.8rem;
  }

  .item .figure-outer {
    /*        width: 30%;*/
    width: 100%;
    margin: 0 auto 1em;
    padding-bottom: 1.5em;
  }

  .item .figure-outer figure {
    /*        width: 40%;*/
    width: 80%;
    margin: auto;
  }

  .item .figure-outer img.zoombtn {
    width: 20%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
  }

  .item .txtbox {
    /* width: 65%;*/
    width: 100%;
    margin: 0;
  }

  ul.price-outer {
    margin-top: 0.5em;
  }

  .item dl.accessory {
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 640px) {
  /* ///////// mobile /////////// */

  .item .figure-outer img.zoombtn {
    width: 30%;
  }

  .copy {
    margin-bottom: 1em !important;
  }

  .ec-link {
    margin: 0 0 1em;
  }

  .ec-link li.rakuten,
  .ec-link li.yahoo {
    /*        width: 100%;*/
    /*        display: block;*/
    width: 48%;
  }

  .ec-link li.rakuten {
    /*        margin-bottom: .75em;*/
    margin-right: 2%;
  }

  .ec-link li a {
    display: block;
  }

  .ec-link li.rakuten img {
    width: 85%;
    margin: auto;
  }

  .ec-link li.yahoo img {
    width: 95%;
    margin: auto;
  }
}

/*=====================
	.etc-link
=======================*/

ul.etc-link {
  padding-top: 1em;
}

/*=====================
	#selector
=======================*/

#selector {
  margin-bottom: 5em;
}

#selector {
  padding: 2em 2.5%;
  border: #ddd solid thin;
}

#selector .selector-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /**/
  justify-content: space-between;
}

#selector figure {
  width: 20%;
}

#selector figure img {
  width: 100%;
  max-width: 205px;
}

#selector .txtbox {
  width: 78%;
  margin: 0;
}

#selector h4 {
  font-size: 1.6rem;
  color: #cc8846;
  font-weight: bold;
}

#selector .about {
  margin-bottom: 1em;
}
