@charset "UTF-8";
br.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  br.pc {
    display: none;
  }
}

#main .product-icatch {
  width: 93%;
  margin: 3% auto 2% auto;
  padding: 1%;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  #main .product-icatch {
    width: 96%;
  }
}
#main .product-icatch .subcatch {
  font-size: 1.4rem;
  color: #3f2000;
  position: relative;
  border: 2px solid #663300;
  padding: 2% 2% 2% 3%;
  text-align: left;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  margin: 0;
}
#main .product-icatch .subcatch strong {
  background-color: #FBF673;
  font-weight: 700;
}
#main .product-icatch .subcatch:after, #main .product-icatch .subcatch:before {
  top: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#main .product-icatch .subcatch:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 15px;
  margin-left: -15px;
}
#main .product-icatch .subcatch:before {
  border-color: rgba(102, 51, 0, 0);
  border-top-color: #663300;
  border-width: 18px;
  margin-left: -18px;
}
#main .product-icatch .catch {
  line-height: 1.6;
  position: relative;
  border: 2px solid #663300;
  padding: 2% 3% 3%;
  text-align: center;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  width: 70%;
  margin: 0.7em auto 1.7em;
  font-weight: 700;
  background-color: #f5f4ef;
}
#main .product-icatch .catch:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#main .product-icatch .catch:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #f5f4ef;
  border-width: 12px;
  margin-left: -12px;
}
#main .product-icatch .catch:before {
  border-color: rgba(102, 51, 0, 0);
  border-top-color: #663300;
  border-width: 15px;
  margin-left: -15px;
}
#main .product-icatch .catch span {
  font-size: 35px;
  font-weight: bold;
  padding: 0 5px 1px;
  text-shadow: -1px -1px 0px white, 1px -1px 0px white, 1px 1px 0px white, -1px 1px 0px white, 0px 0px 25px white, 0px 0px 20px white;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  #main .product-icatch .catch span {
    font-size: 30px;
  }
}
#main .product-icatch .mainV {
  text-align: center;
  margin: 5px 0 0;
}
#main .product-icatch .mainV p {
  margin: 1% auto;
  text-align: right;
  font-size: 0.9rem;
}
#main .product-icatch .subCatch2 {
  margin: 1em 1em 1em;
}
#main .product-icatch .subCatch2 h3 {
  font-size: 1.35rem;
  color: #000;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  text-align: center;
}
#main .product-icatch .subCatch2 h3 strong {
  padding: 0 5px 1px;
  font-size: 1.3em;
  color: #EC6621;
}
#main .product-icatch .subCatch2 h3 span {
  background-color: #f1f1f1;
  font-size: 1.16rem;
  padding: 3px 10px;
  display: inline-block;
  margin-right: 10px;
}
#main .product-icatch .subCatch2 h3 i {
  display: block;
  padding-top: 0.8em;
}
#main .p1004 {
  margin-bottom: 3vh;
  text-align: center;
}
#main .p1004 img {
  margin: 0 auto 1.5em;
  border: 4px solid #ddd;
  max-width: 550px;
}
#main .p1004 p {
  font-size: 1.05rem;
  line-height: 1.8;
  margin: auto;
  max-width: 600px;
  text-align: left;
}
#main .contents-wrap {
  font-size: 1.1em;
  line-height: 1.7;
}
#main .contents-wrap .head-text {
  font-size: 1.35rem;
  margin: 1.3rem 0.5em 1rem;
  font-weight: bold;
  text-align: left;
  color: #900;
  line-height: 1.5em;
  border-bottom: solid 1px #900;
  padding: 0 0.3em 0.5em;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}
#main .contents-wrap .head span {
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #fbf673 0%);
}
#main .contents-wrap h6 {
  font-size: 22px;
  margin: 3% 0;
  padding: 2%;
  text-align: center;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  background: #fad79d;
}
#main .contents-wrap h6:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(250, 215, 157, 0);
  border-top-color: #fad79d;
  border-width: 10px;
  margin-left: -10px;
}
#main .contents-wrap ul.ast {
  margin: -0.6em 2% 0.5em 2.8em;
  list-style: disc;
}
#main .contents-wrap ol.ast {
  margin: -0.6em 2% 0.5em 3.5em;
  list-style: decimal;
}
#main .contents-wrap ol.list_num {
  list-style-type: decimal;
  margin: 0;
  padding: 0 2% 0 2.2em;
}
#main .contents-wrap ol.list_num li {
  padding-bottom: 5px;
}
#main .contents-wrap ol.hardship {
  margin: -0.5em 0 1em 1.5em;
}
#main .contents-wrap ol.list_ck {
  list-style-image: url(../img/icon/check.gif);
  margin: 0;
  padding: 0 2% 0 2.2em;
}
#main .contents-wrap ol.list_ck li {
  padding-bottom: 5px;
}
#main .contents-wrap ol.list_ck li:last-of-type {
  padding-bottom: 0;
}
#main .contents-wrap ol.list_ck li b {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #f4a629 60%);
  padding: 0 5px 1px;
  text-shadow: -1px -1px 0px white, 1px -1px 0px white, 1px 1px 0px white, -1px 1px 0px white, 0px 0px 25px white, 0px 0px 20px white;
  font-weight: bold;
}
#main .contents-wrap ol#zitsugen {
  margin: 0.2em 1em 1.2em;
  padding: 0.8em 1em 0.8em 2.8em;
  border: solid 1px #4C4D14;
  border-radius: 3px;
  background-image: url(../img/bg/slash1.gif);
  background-repeat: repeat;
}
#main .contents-wrap p {
  padding: 0.4em 2% 1em;
}
#main .contents-wrap p span.marker {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #ffff66 60%);
}
#main .contents-wrap p .orange {
  color: #EC6621;
}
#main .toCartPart {
  text-align: center;
  margin: 0 0 0.7em;
  font-size: 1.4rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}
#main .toCartPart a {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(0.4, #FDFDFD), color-stop(0.95, #EDEDED), color-stop(1, #DEDEDE));
  background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #FDFDFD 40%, #EDEDED 95%, #DEDEDE 100%);
  background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #FDFDFD 40%, #EDEDED 95%, #DEDEDE 100%);
  background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #FDFDFD 40%, #EDEDED 95%, #DEDEDE 100%);
  background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #FDFDFD 40%, #EDEDED 95%, #DEDEDE 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #fdfdfd 40%, #ededed 95%, #dedede 100%);
  border: solid 1px #bdbcbd;
  display: inline-block;
  border-width: 2px;
  padding: 0.8em 2em;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
}
#main .toCartPart a:after {
  font-family: FontAwesome;
  font-weight: normal;
  content: "\f078";
  margin-left: 0.4em;
}
#main .pic {
  text-align: center;
  margin: 0 3% 5%;
}
#main .pic h6 {
  font-size: 22px;
  margin: 3% 0;
  padding: 2%;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  background: #fad79d;
}
#main .pic h6:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(250, 215, 157, 0);
  border-top-color: #fad79d;
  border-width: 10px;
  margin-left: -10px;
}
#main .pic p {
  font-size: 16px;
  margin-bottom: 3%;
}
#main .pic p:last-child {
  font-size: 18px;
  line-height: 1.8;
}
#main .pic ul {
  overflow: hidden;
  *zoom: 1;
  list-style: none;
  margin: 0 auto 3%;
}
#main .pic ul li {
  float: left;
}
#main .pic ul li img {
  width: 100%;
  display: block;
}
#main .pic ul li span {
  margin-top: 3px;
  padding: 0.9em 0.7em;
  border: solid 2px #630;
  border-radius: 3px;
  text-align: left;
  display: block;
  font-size: 16px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  *zoom: 1;
}
#main .pic ul li span:after {
  top: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(250, 215, 157, 0);
  border-top-color: #fad79d;
  border-width: 9px;
  margin-left: -9px;
}
#main .pic ul.whoMake {
  width: 94%;
}
@media (min-width: 768px) {
  #main .pic ul.whoMake {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  #main .pic ul.whoMake li {
    width: 48%;
    margin-bottom: 5%;
  }
}
#main .pic ul.whoMake li:last-child {
  margin: 0 0 2% 4%;
}
#main .pic ul.whoMake li span {
  margin-top: 2%;
  border-width: 1px;
  padding: 0.7em;
}
#main .tocart {
  padding: 15px 15px 10px !important;
  margin-bottom: 20px;
}
#main .tocart ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
  *zoom: 1;
}
#main .tocart ul li.name {
  font-weight: bold;
  display: block;
  font-size: 1.1em;
  width: 100%;
}
#main .tocart ul li.price {
  font-weight: bold;
  margin: 0 0 10px 1em !important;
}
#main .tocart ul li.price .post {
  font-size: 0.85em;
  white-space: nowrap;
  display: inline-block;
  background-color: #E8E1A7;
  padding: 3px 5px;
  line-height: 1.4em;
  font-weight: normal;
  color: #000;
  margin-left: 6px;
  vertical-align: middle;
}
#main .ps-content p {
  margin: 3% 0 5% 2%;
  padding: 0;
  width: 95%;
}
#main .row.gutters.head .pb0 {
  padding-bottom: 2%;
  margin-bottom: 0;
}
#main .row.gutters.head p b {
  font-size: 1.05em;
  font-weight: bold;
  padding: 0 5px 1px;
}
#main #cart .product-detail .col.col-5.left {
  width: 300px;
}
#main #cart .product-detail .col.col-7.right {
  width: 380px;
}
#main #cart .product-detail .col.col-7.right p {
  text-align: right;
  padding: 5px 0 0;
  font-size: 0.9rem;
}
#main #cart .product-detail .col-12 {
  line-height: 1.6;
}
#main #cart .product-detail .col-12 .price-red {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#main #cart .product-detail .col-12 .marker {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #fbf673 60%);
}
#main #cart .product-detail .product-list {
  margin-top: 0px;
  line-height: 1.7;
}
#main #cart .product-detail .product-list li {
  margin-bottom: 5px;
  position: relative;
}
#main #cart .product-detail .product-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  font-weight: normal;
  content: "\f046";
  font-size: 1.1em;
}
#main #cart .product-detail .product-list .parent {
  background-image: none;
  padding-bottom: 0.5em;
}
#main #cart .product-detail .product-list .parent strong {
  font-size: 1.15em;
}
#main #cart .product-detail-head {
  margin-bottom: 0px;
}
#main #cart .product-detail-head .block {
  padding-right: 4%;
  padding-left: 2.5%;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 1.15em;
}
#main #cart .product-detail-head + .cap {
  text-align: right;
}

.bg-yellow {
  background: #F3EBA8;
}

.bg-orange {
  background: #FAD79D;
}

.bg-blue {
  background: #e0eef8;
}
