@charset "utf-8";

/* Reset */
.box-cutprice * {
  margin: 0;
  padding: 0;
}
.box-cutprice {
  font-family: verdana, sans-serif;
  font-size: 75%;
  line-height: 1.5;
  padding-top: 0;
  color: #1A1A1A;
  margin-top: 3em;
}
.box-cutprice a {
  text-decoration: none;
}
.box-cutprice ul, ol {
  list-style: none;
}
.box-cutprice img {
  vertical-align: middle;
  border: none;
  width: 100%;
  max-width: 270px;
}
.box-cutprice h2 {
  font-family: "リュウミン EB-KL";
  font-size: 24px;
  text-align: center;
  margin-bottom: 12px;
}
.box-cutprice h3 {
  font-family: "見出ゴMB31";
  font-size: 20px;
  margin-bottom: 24px;
}
.box-cutprice h4 {
  /* font-family: "見出ゴMB31"; */
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 16px;
  background-color: #888;
  padding: 3px;
  color: #fff;
}
.box-cutprice em {
  font-style: normal;
}
/* //Reset */

.box-cutprice .wrap {
  width: 94%;
  margin: 0 auto;
}
.box-cutprice .box-menu {
  overflow: hidden;
  position: relative;
  margin-bottom: 64px;
  padding-bottom: 12px;
  /* border-bottom: 3px solid #222; */
}
.box-cutprice .box-menu > ul > li:nth-of-type(1) > p a,
.box-cutprice .box-menu > ul > li:nth-of-type(2) > p a {
  position: absolute;
  background-color: #ca0000;
  width: 48%;
  text-align: center;
  color: #FFF;
  line-height: 3em;
}
.box-cutprice .box-menu > ul > li:nth-of-type(1) > p a {
  top: 0;
  left: 0;
}
.box-cutprice .box-menu > ul > li:nth-of-type(2) > p a {
  top: 0;
  right: 0;
}
.box-cutprice .box-menu > ul > li > ul {
  margin-top: 48px;
}
.box-cutprice .box-menu > ul > li > ul > li {
  width: 25%;
}
.box-cutprice .box-menu > ul > li > ul > li > a {
  color: #00F;
  display: table;
  font-size: 11px;
  /* padding: 12px 80px; */
  color: #000;
  background-color: #ffe9e9;
  margin-bottom: .7em;
  border-radius: .2em;
}
.box-cutprice .box-menu > ul > li > ul > li > a:hover {
  background-color: #fbd5d5;
}
.box-cutprice .cursor-invalid {
  background-color: #ef9c9c !important;
}
.box-cutprice .list-type-01,
.box-cutprice .list-type-02 {
  overflow: hidden;
  margin-bottom: 100px;
}
.box-cutprice #tanmonoBox06 .list-type-01,
.box-cutprice #obiBox07 .list-type-01 {
  margin-bottom: 0;
}
.box-cutprice .list-type-01 ul,
.box-cutprice .list-type-02 ul {
  margin-right: -7.407407407%;
}
.box-cutprice .list-type-01 li,
.box-cutprice .list-type-02 li {
  width: 42.592592592%;
  margin-right: 7.407407407%;
  margin-bottom: 10%;
  float: left;
}
.box-cutprice #tanmonoBox05 li:nth-last-child(-n+1) {
  margin-bottom: 0;
}
.box-cutprice #tanmonoBox01 li:nth-last-child(-n+2),
.box-cutprice #tanmonoBox02 li:nth-last-child(-n+2),
.box-cutprice #tanmonoBox03 li:nth-last-child(-n+2),
.box-cutprice #tanmonoBox04 li:nth-last-child(-n+2),
.box-cutprice #tanmonoBox06 li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.box-cutprice #obiBox01 li:nth-last-child(-n+1),
.box-cutprice #obiBox02 li:nth-last-child(-n+1),
.box-cutprice #obiBox06 li:nth-last-child(-n+1),
.box-cutprice #obiBox07 li:nth-last-child(-n+1) {
  margin-bottom: 0;
}
.box-cutprice #obiBox03 li:nth-last-child(-n+2),
.box-cutprice #obiBox04 li:nth-last-child(-n+2),
.box-cutprice #obiBox05 li:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.box-cutprice .list-type-01 li div,
.box-cutprice .list-type-02 li div {
  margin-bottom: 12px;
}
.box-cutprice .list-type-01 li p:nth-of-type(1),
.box-cutprice .list-type-02 li p:nth-of-type(1) {
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 2px;
}
.box-cutprice .list-type-01 li p:nth-of-type(1) em,
.box-cutprice .list-type-02 li p:nth-of-type(1) em {
  font-size: 13px;
}
.box-cutprice .list-type-01 li p:nth-of-type(2),
.box-cutprice .list-type-02 li p:nth-of-type(2) {
  font-size: 11px;
  color: #777;
}
.box-cutprice .notes {
  border: 1px solid #000;
  overflow: hidden;
  font-size: 10px;
  padding: 6px;
  margin-top: 10%;
  margin-bottom: 48px;
}
.box-cutprice .notes li {
  list-style-type: disc;
  margin-bottom: 6px;
  margin-left: 18px;
}
.box-cutprice .notes li:last-child {
  margin-bottom: 0;
}

/*@media screen and (min-width:600px) {*/
  .box-cutprice h2 {
    font-size: 38px;
  }
  .box-cutprice h3 {
    font-size: 26px;
  }
  .box-cutprice h4 {
    font-size: 14px;
    padding: 5px;
  }
  .box-cutprice .box-menu {
    padding-bottom: 16px;
  }
  .box-cutprice .box-menu > ul > li:nth-of-type(1) > p a,
  .box-cutprice .box-menu > ul > li:nth-of-type(2) > p a {
    font-size: 16px;
  }
  .box-cutprice .box-menu > ul > li > ul {
    margin-top: 60px;
  }
  .box-cutprice .box-menu > ul > li > ul > li > a {
    font-size: 13px;
    float: left;
    margin-right: 12px;
  }
  .box-cutprice .list-type-01 ul,
  .box-cutprice .list-type-02 ul {
    margin-right: -4.081632653%;
  }
  .box-cutprice .list-type-01 li,
  .box-cutprice .list-type-02 li {
    width: 29.25170068%;
    margin-right: 4.081632653%;
    margin-bottom: 10% !important;
  }
  .box-cutprice #tanmonoBox02 li:nth-last-child(-n+1),
  .box-cutprice #tanmonoBox03 li:nth-last-child(-n+1) {
    margin-bottom: 0 !important;
  }
  .box-cutprice #tanmonoBox01 li:nth-last-child(-n+2),
  .box-cutprice #tanmonoBox04 li:nth-last-child(-n+2),
  .box-cutprice #tanmonoBox06 li:nth-last-child(-n+2) {
    margin-bottom: 0 !important;
  }
  .box-cutprice #obiBox03 li:nth-last-child(-n+1),
  .box-cutprice #obiBox04 li:nth-last-child(-n+1) {
    margin-bottom: 0 !important;
  }
  .box-cutprice #obiBox05 li:nth-last-child(-n+2) {
    margin-bottom: 0 !important;
  }
  .box-cutprice #obiBox01 li:nth-last-child(-n+3),
  .box-cutprice #obiBox02 li:nth-last-child(-n+3),
  .box-cutprice #obiBox06 li:nth-last-child(-n+3),
  .box-cutprice #obiBox07 li:nth-last-child(-n+3) {
    margin-bottom: 0 !important;
  }
  .box-cutprice .list-type-01 li div,
  .box-cutprice .list-type-02 li div {
    margin-bottom: 12px;
    text-align: center;
  }
  .box-cutprice .list-type-01 li p:nth-of-type(1),
  .box-cutprice .list-type-02 li p:nth-of-type(1) {
    font-size: 11px;
    margin-bottom: 4px;
  }
  .box-cutprice .list-type-01 li p:nth-of-type(1) em,
  .box-cutprice .list-type-02 li p:nth-of-type(1) em {
    font-size: 15px;
  }
  .box-cutprice .list-type-01 li p:nth-of-type(2),
  .box-cutprice .list-type-02 li p:nth-of-type(2) {
    font-size: 12px;
  }
  .box-cutprice .notes {
    font-size: 11px;
    padding: 10px;
  }
/*}*/

/*@media screen and (min-width:960px) {*/
  .box-cutprice h2 {
    font-size: 48px;
    margin-bottom: 18px;
    color: #292929;
  }
  .box-cutprice h3 {
    font-size: 36px;
    margin-bottom: 32px;
    color: #424242;
  }
  .box-cutprice h4 {
    font-size: 18px;
    padding: 12px;
    border-radius: .2em;
    text-align: center;
  }
  .box-cutprice .wrap {
    max-width: 960px;
  }
  .box-cutprice .box-menu {
    padding-bottom: 24px;
  }
  .box-cutprice .box-menu > ul > li:nth-of-type(1) > p a,
  .box-cutprice .box-menu > ul > li:nth-of-type(2) > p a {
    font-size: 17px;
    border-radius: .2em;
  }
  .box-cutprice .box-menu > ul > li > ul {
    margin-top: 90px;
  }
  .box-cutprice .box-menu > ul > li > ul > li > a {
    font-size: 16px;
    color: #3e3e3e;
  }
  .box-cutprice .list-type-01 li p:nth-of-type(1),
  .box-cutprice .list-type-02 li p:nth-of-type(1) {
    font-size: 12px;
    color: #3e3e3e;
  }
  .box-cutprice .list-type-01 li p:nth-of-type(1) em,
  .box-cutprice .list-type-02 li p:nth-of-type(1) em {
    font-size: 18px;
  }
  .box-cutprice .list-type-01 li p:nth-of-type(2),
  .box-cutprice .list-type-02 li p:nth-of-type(2) {
    font-size: 13px;
    color: #555;
    background-color: #f3f3f3;
    padding: 1em;
    border-radius: .2em;
  }
  .box-cutprice .notes {
    font-size: 12px;

    border: 1px solid #e8e8e8;
    background-color: #f7f7f7;
    border-radius: .2em;
    color: #333;

  }
/*}*/

/* 追加 */
#saleIcon {
  border: 2px solid #ca0000;
  background-color: #ca0000;
  text-align: center;
  margin-bottom: 1em;
  padding: 1.2em;
  display: none;
  border-radius: .5em;
}
.message-off {
  font-weight: bold;
  font-size: 3.5em;
  color: #fff;
}
.message-period {
  font-size: 2em;
  font-weight: bold;
  background-color: #fff;
  display: table;
  margin: 0 auto;
  padding: .25em 1em;
  color: #ca0000;
}
.notes-message {
  font-size: 1.3em;
  line-height: 1.7;
}
.discount-price {
  color: #ca0000;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 0 !important;
}
.discount-price span {
  font-size: 0.6em;
}
.sitate-title-note-wrap {
  margin-bottom: 2em;
}
.sitate-title-note {
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  color: #292929;
}
.sitate-title-note--red {
  color: #ca0000;
}
.list-flex {
  display: flex;
  flex-wrap: wrap;
}

.page-nav {
  margin-bottom: 1em;
}
.page-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.page-nav li {
  width: 50%;
  padding: .5em;
  box-sizing: border-box;
}
.page-nav a {
  background-color: #ca0000;
  display: block;
  text-align: center;
  color: #fff;
  padding: .75em 1em;
  font-size: 1.4em;
  border-radius: .2em;
}
.selected-nav {
  position: relative;
}
.selected-nav::after {
  content: "▼";
  font-size: 1.4em;
  color: #ca0000;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.page-inner-nav {
  margin-bottom: 5em;
}
.page-inner-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.page-inner-nav li {
  padding: .5em;
  box-sizing: border-box;
  width: 33.3333333333%;
}
#pageInnerNavObi li {
  width: 16.666666666%;
}
#pageInnerNavKimono li {
  width: 25%;
}
.page-inner-nav a {
  border-radius: .2em;
  background-color: #ffe9e9;
  display: block;
  text-align: center;
  color: #424242;
  padding: .75em 1em;
  font-size: 1.4em;
  border-radius: .2em;
  width: 100%;
  box-sizing: border-box;
  font-size: 1.3em;
}
.page-inner-nav a:hover {
  background-color: #ef9c9c;
}

/* セール用のスタイル */
.display-discount-price {
  display: none;
}
.discount-price {
  text-align: left !important;
  font-size: 1.8em;
}
.normal-price {
  text-align: left !important;
}
.line-through {
  text-decoration: line-through;
}
.sitate-title-note-sale {
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  color: #ca0000;
  display: none;
}

/* 価格改定 */
.price-revision {
  padding-top: 1em;
}
.price-revision-from {
  text-align: left;
  color: #d51618 !important;
}
.price-revision-total {
  text-align: left;
  background-color: #fff !important;
  padding: 0 !important;
  font-weight: bold;
  font-size: 1.6em !important;
  color: #d51618 !important;
}
.price-revision-total__small {
  font-size: 0.7em;
  color: #d51618;
}
.price-revision-details {
  text-align: left;
  background-color: #f9f1ef;
  font-size: 1em;
  line-height: 1.8;
  padding: 1em;
  color: #d51618;
}