@charset "UTF-8";
/****************************************/
/* フォントの切り替え用クラス */
.font-serif1 h2, .font-serif1 h3, .font-serif1 h4, .font-serif1 h5,
.font-serif1 .itemHeadline_copy {
  font-family: source-han-serif-japanese, sans-serif;
}

.font-sans-serif1 {
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-style: normal;
}

/****************************************/
/**************************
Base
***************************/
/**************************
Helper
***************************/
/**************************
Layout
***************************/
/**************************
Component
***************************/
/**************************
Project
***************************/
/**************************
Special
***************************/
.bl_spe_chapterCardUnit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 559px) {
  .bl_spe_chapterCardUnit {
    display: block;
  }
}

.el_spe_chapterCard_head {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: areaNAME;
  margin-bottom: 1rem;
}

.bl_spe_chapterCard_imgWrap {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: areaIMG;
  margin-bottom: 1rem;
}

.bl_spe_chapterCard_detail {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: areaSPEC;
}

.bl_spe_chapterCard_priceInfo {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: areaPRICE;
}

.bl_spe_chapterCard {
  margin-top: 3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto 1fr;
      grid-template-rows: auto auto auto 1fr;
      grid-template-areas: "areaIMG"
 "areaNAME"
 "areaSPEC"
 "areaPRICE";
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  padding-bottom: 3rem;
  border-bottom: dotted 1px #000000;
}

@media screen and (min-width: 560px) and (max-width: 959px) {
  .bl_spe_chapterCard {
    width: calc((100% - 2rem)/2);
  }
  .bl_spe_chapterCard:nth-of-type(2n+1) {
    margin-right: 2rem;
  }
  .bl_spe_chapterCard:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 960px) {
  .bl_spe_chapterCard {
    width: calc((100% - 6rem)/4);
  }
  .bl_spe_chapterCard:nth-of-type(4n+1), .bl_spe_chapterCard:nth-of-type(4n+2), .bl_spe_chapterCard:nth-of-type(4n+3) {
    margin-right: 2rem;
  }
  .bl_spe_chapterCard:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 559px) {
  .bl_spe_chapterCard {
    -ms-grid-columns: 35% 1fr;
        grid-template-columns: 35% 1fr;
    -ms-grid-rows: auto auto 1fr;
        grid-template-rows: auto auto 1fr;
    grid-column-gap: 1.2rem;
        grid-template-areas: "areaNAME areaNAME"
 "areaIMG areaSPEC"
 "areaIMG areaPRICE";
    margin-top: 1rem;
    padding-bottom: 1rem;
  }
}

.el_spe_chapterCard_head a:hover > .el_spe_chapterCard_itemName {
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.5;
}

.el_spe_chapterCard_itemName {
  font-size: 1.2rem;
  font-weight: 700;
}

@media screen and (max-width: 559px) {
  .el_spe_chapterCard_itemName {
    font-size: 1.2rem;
  }
}

.el_spe_reviewScore {
  margin-top: 0.8rem;
}

.el_reviewStars {
  color: #ec9007;
  font-size: 1.4rem;
}

.bl_spe_chapterCard_imgWrap {
  position: relative;
}

.bl_spe_chapterCard_imgWrap a:hover > img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.5;
}

.bl_spe_chapterCard_itemDesc {
  font-size: 1rem;
}

@media screen and (max-width: 559px) {
  .bl_spe_chapterCard_itemDesc {
    font-size: 1rem;
  }
}

.el_spe_label_pointUp {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: auto;
}

@media screen and (min-width: 960px) {
  .el_spe_label_pointUp {
    width: 60px;
  }
}

@media screen and (min-width: 560px) and (max-width: 959px) {
  .el_spe_label_pointUp {
    width: 60px;
  }
}

.el_spe_benefit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 0.8rem;
  margin-left: -0.3rem;
}

.el_spe_benefit-item {
  display: inline-block;
  padding: 0.2em;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  margin-top: 0.3rem;
  margin-left: 0.3rem;
}

.el_spe_benefit-item.el_benefit-omk {
  color: #b58737;
  border: solid 1px currentColor;
}

.el_spe_benefit-item.el_benefit-freeShip {
  border: solid 1px currentColor;
  color: #515151;
}

.el_spe_benefit-item.el_benefit-gift {
  border: solid 1px currentColor;
  color: #515151;
}

@media screen and (max-width: 559px) {
  .el_spe_benefit-item {
    font-size: 0.9rem;
  }
}

.el_spe_featureIcons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -5px;
  margin-top: -5px;
}

.el_spe_featureIcons-item {
  width: calc((100% - 10px)/2);
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
  padding: 0.4em;
  border-radius: 2px;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}

@media screen and (max-width: 559px) {
  .el_spe_featureIcons-item {
    padding: 0.3em 0.2em;
    margin-bottom: 0.5rem;
  }
}

.el_spe_chapterCard_data {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% auto;
      grid-template-columns: 30% auto;
}

.el_spe_chapterCard_data > *:nth-child(1),
.el_spe_chapterCard_data > *:nth-child(2) {
  border-top: solid 1px #cccccc;
}

.el_spe_chapterCard_data > * {
  border-bottom: solid 1px #cccccc;
  padding: 0.3em 0.1em;
}

.el_spe_chapterCard_data > dt:last-of-type,
.el_spe_chapterCard_data > dd:last-of-type {
  margin-bottom: 1rem;
}

.el_spe_chapterCard_data dt {
  font-weight: 700;
}

@media screen and (max-width: 559px) {
  .el_spe_chapterCard_data {
    border-top: none;
    border-left: none;
    display: block;
  }
  .el_spe_chapterCard_data > *:nth-child(1),
  .el_spe_chapterCard_data > *:nth-child(2) {
    border-top: none;
  }
  .el_spe_chapterCard_data > * {
    border-right: none;
    border-bottom: none;
    padding: 0 0.5em 0.3em 0;
  }
  .el_spe_chapterCard_data dt {
    background-color: #ffffff;
    float: left;
  }
  .el_spe_chapterCard_data dt:after {
    content: ":";
  }
}

/** ポイント、価格情報ブロック **/
.ly_spe_point-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.el_spe_chapterCard_point {
  display: inline-block;
  margin-bottom: 0.8rem;
  background-color: #fffdf5;
  color: #D53C7F;
  text-align: center;
  border: solid 1px #D53C7F;
  padding: 0.5em;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .el_spe_chapterCard_point {
    width: 100%;
  }
}

.bl_spe_chapterCard_price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 559px) {
  .bl_spe_chapterCard_price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.el_spe_price {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
}

.el_spe_off {
  font-weight: 400;
  background-color: #CF2600;
  padding: 0.2em;
  color: #ffffff;
  margin-right: 0.5em;
}

.el_spe_off + .el_spe_price {
  color: #CF2600;
}

@media screen and (max-width: 559px) {
  .el_spe_off {
    margin-bottom: 0.3em;
  }
}

.el_spe_price--bf {
  color: #666;
  text-decoration: line-through;
}

/*** 選び方 ***/
.el_sp_choiceCardL_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 1em;
}

@media screen and (max-width: 959px) {
  .el_sp_choiceCardL_ttl {
    font-size: 1.76rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.el_spe_ttl-choiceNo {
  color: #fff;
  font-size: 1.4rem;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-style: italic;
  background-color: #000;
  padding: 0.4em 0.5em 0.3em 0.3em;
  line-height: 1em;
  margin-bottom: 10px;
}

.el_spe_ttl-choiceNo::after {
  font-size: 1.7em;
  font-weight: 400;
  letter-spacing: -0.03em;
  counter-increment: choice;
  margin-left: 0.1em;
  content: "0" counter(choice);
}

@media screen and (max-width: 959px) {
  .el_spe_ttl-choiceNo {
    font-size: 1.1rem;
    margin-right: 10px;
    margin-bottom: 0;
  }
}

.el_spe_ttl-choice-lev2 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0.6em;
}

@media screen and (max-width: 559px) {
  .el_spe_ttl-choice-lev2 {
    font-size: 1.4rem;
  }
}

.bl_sp_choiceCardUnit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.bl_sp_choiceCard_body p {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.7;
}

@media screen and (max-width: 559px) {
  .bl_sp_choiceCard_body p {
    font-size: 1rem;
  }
}

.bl_sp_choiceCard_body p em {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #fdefc7));
  background: -webkit-linear-gradient(transparent 40%, #fdefc7 40%);
  background: linear-gradient(transparent 40%, #fdefc7 40%);
  font-weight: 700;
  font-style: normal;
}

.bl_sp_choiceCardL {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 2fr;
      grid-template-columns: 3fr 2fr;
  grid-column-gap: 30px;
  border-bottom: dotted 1px #000000;
  padding-top: 3%;
  padding-bottom: 3%;
}

.bl_sp_choiceCardL:first-of-type {
  border-top: dotted 1px #000000;
}

.bl_sp_choiceCardL .el_sp_choiceCardL_ttl {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

.bl_sp_choiceCardL .bl_card_imgWrap {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}

.bl_sp_choiceCardL .bl_sp_choiceCard_body {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}

@media screen and (max-width: 959px) {
  .bl_sp_choiceCardL {
    padding-top: 2rem;
    padding-bottom: 2rem;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
  .bl_sp_choiceCardL .el_sp_choiceCardL_ttl {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
  }
  .bl_sp_choiceCardL .bl_card_imgWrap {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    margin-bottom: 1rem;
  }
  .bl_sp_choiceCardL .bl_sp_choiceCard_body {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bl_sp_choiceCardM {
  width: calc((100% - 1px)/2);
  padding-top: 3%;
  padding-bottom: 3%;
  border-bottom: dotted 1px #000000;
}

.bl_sp_choiceCardM:nth-of-type(2n-1) {
  padding-right: 3%;
}

.bl_sp_choiceCardM:nth-of-type(2n) {
  border-left: dotted 1px #000000;
  padding-left: 3%;
}

.bl_sp_choiceCardM .el_sp_choiceCardL_ttl {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 959px) {
  .bl_sp_choiceCardM {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .bl_sp_choiceCardM:nth-of-type(2n), .bl_sp_choiceCardM:nth-of-type(2n-1) {
    padding-left: 0;
    padding-right: 0;
    border-left: none;
  }
  .bl_sp_choiceCardM .el_sp_choiceCardL_ttl {
    margin-bottom: 1em;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bl_sp_choiceCardM .bl_sp_choiceCard_body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/** お客様の声（ピックアップレビュー） *******/
.bl_sp_pickupCardUnit {
  display: block;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 559px) {
  .bl_sp_pickupCardUnit {
    width: 85%;
  }
}

.bl_sp_pickupCard {
  margin-bottom: 6rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35% 1fr;
      grid-template-columns: 35% 1fr;
  -ms-grid-rows: auto auto 1fr;
      grid-template-rows: auto auto 1fr;
      grid-template-areas: "areaPICKUP_ttl1 areaPICKUP_ttl1"
 "areaPICKUP_ttl2 areaPICKUP_ttl2"
 "areaPICKUP_img areaPICKUP_body";
  row-gap: 1rem;
  -webkit-column-gap: 2rem;
          column-gap: 2rem;
}

@media screen and (max-width: 559px) {
  .bl_sp_pickupCard {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto 1fr;
        grid-template-rows: auto auto auto 1fr;
        grid-template-areas: "areaPICKUP_ttl1"
 "areaPICKUP_ttl2"
 "areaPICKUP_img"
 "areaPICKUP_body";
  }
  .bl_sp_pickupCard .bl_sp_pickupCard_body {
    text-align: center;
  }
}

.bl_sp_pickupCard .el_spe_btn-search::after {
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}

.el_sp_pickupCard_ttl {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: areaPICKUP_ttl1;
}

.el_spe_ttl-pickup-lev2 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: areaPICKUP_ttl2;
}

.bl_card_imgWrap {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: areaPICKUP_img;
}

.bl_sp_pickupCard_body {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: areaPICKUP_body;
}

.el_sp_pickupCard_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.el_sp_pickupCard_ttl .el_spe_ttl-pickupNo {
  color: #fff;
  font-size: 1.4rem;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-style: italic;
  background-color: #000;
  padding: 0.5em 0.5em 0.3em 0.3em;
  line-height: 1em;
  margin-right: 2px;
}

.el_sp_pickupCard_ttl .el_spe_ttl-pickupNo::after {
  font-size: 1.7em;
  font-weight: 400;
  letter-spacing: -0.03em;
  counter-increment: choice;
  margin-left: 0.1em;
  content: "0" counter(choice);
}

.el_sp_pickupCard_ttl .el_spe_ttl-pickupName {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #000000;
  padding: 0.2rem 0.5rem;
  font-size: 1.6rem;
  font-weight: 700;
}

@media screen and (max-width: 959px) {
  .el_sp_pickupCard_ttl {
    display: block;
    position: relative;
    margin-top: 2em;
  }
  .el_sp_pickupCard_ttl .el_spe_ttl-pickupNo {
    font-size: 1.2rem;
    display: block;
    position: absolute;
    top: -1.7em;
    left: -0.5em;
  }
  .el_sp_pickupCard_ttl .el_spe_ttl-pickupName {
    display: block;
    text-align: center;
  }
}

.el_spe_ttl-pickup-lev2 {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.el_spe_ttl-pickup-lev2::before {
  font-family: 'icomoon';
  content: '\e977';
  left: 0;
  -webkit-transform: translateX(-60%) translateY(-50%);
          transform: translateX(-60%) translateY(-50%);
  display: inline-block;
}

.el_spe_ttl-pickup-lev2::after {
  font-family: 'icomoon';
  content: '\e978';
  -webkit-transform: translateX(60%) translateY(50%);
          transform: translateX(60%) translateY(50%);
  display: inline-block;
}

.el_pickupVoiceList_ttl {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.el_pickupVoiceList {
  border-top: dotted 2px #cfcfcf;
  margin-bottom: 1.5rem;
}

.el_pickupVoiceList_item {
  font-size: 1rem;
  line-height: 1.4;
  border-bottom: dotted 2px #cfcfcf;
  padding: 0.7em 0 0.7em 1.9em;
  position: relative;
  text-align: left;
}

.el_pickupVoiceList_item::before {
  font-family: 'icomoon';
  content: '\e909';
  font-size: 1.2em;
  position: absolute;
  left: 5px;
  top: 0.7em;
  color: #AFAFAF;
}

/************
  特集カラー
  3色設定
************/
.el_spe_contNav {
  border-top: solid 1px #404040;
  background-color: #e59703;
}

.el_spe_contNav-link {
  color: #fff;
}

.el_spe_contNav-link:hover {
  color: #e7e7f1;
}

.el_spe_chapNav {
  border-top: solid 1px #404040;
  border-bottom: solid 1px #404040;
}

.bl_spe_nav.bl_spe_nav-fixed .bl_mobileHeaderNav {
  border-bottom: none;
}

.bl_spe_nav.bl_spe_nav-fixed .el_spe_chapNav {
  border-top: solid 1px #404040;
}

.el_spe_chapNav-item {
  border-left: solid 1px #404040;
}

.el_spe_chapNav-item:first-child {
  border-left: none;
}

.el_spe_chapNav-link {
  color: #404040;
}

.el_spe_chapNav-link::after {
  border-color: transparent #404040 #404040 transparent;
}

.el_spe_chapNav-link:hover {
  color: #e59703;
  background-color: #e7e7f1;
}

@media screen and (min-width: 960px) {
  .el_spe_contNav {
    border-left: solid 1px #404040;
    border-right: solid 1px #404040;
  }
  .el_spe_chapNav {
    border-left: solid 1px #404040;
    border-right: solid 1px #404040;
  }
}

@media screen and (max-width: 559px) {
  .el_spe_maincopy {
    margin-top: 110px;
  }
}

.el_spe_ttl-pickup-lev2::before, .el_spe_ttl-pickup-lev2::after {
  text-shadow: 0.15em 0.15em 0 #e59703;
}

.el_spe_ttl-choice-lev2 {
  color: #e59703;
}

.el_spe_ttl-L {
  background-color: #404040;
}

.el_pickupVoiceList_ttl {
  color: #e59703;
}

.el_pickupVoiceList_item em {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #e59703));
  background: -webkit-linear-gradient(transparent 60%, #ffefd2 40%);
  background: linear-gradient(transparent 60%, #ffefd2 40%);
  font-weight: 700;
}

.el_spe_btn-search {
  border: solid 1px #404040;
  background-color: #e7e7f1;
  color: #404040;
}

.el_spe_btn-search:hover {
  background-color: #404040;
}

.el_spe_btn-search::after {
  border-color: transparent #404040 #404040 transparent;
}

.bl_sp_reviewCard_prd:hover {
  background-color: #e7e7f1;
}

/********** 商品リスト *************/
.el_spe_benefit-strong {
  background-color: #b58737;
  color: #ffffff;
  text-align: center;
  width: 100%;
  margin-bottom: 0.5em;
}

#spe_ranking .bl_card_body p.bl_card_txt--b {
  font-weight: normal;
}

#spe_ranking .bl_card_body p.bl_card_txt--s {
  display: none;
}

#spe_ranking .bl_card_body .bl_card_price, #spe_ranking .bl_card_body span.bl_card_price {
  display: none;
}
