@charset "UTF-8";
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.product-icatch {
  width: 90%;
  margin: 3% auto 2% auto;
  padding: 1%;
}
.product-icatch .subcatch {
  font-size: 26px;
  color: #3f2000;
  position: relative;
  border: 2px solid #663300;
  padding: 2% 5% 2% 6%;
  text-align: left;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  margin: 0;
}
.product-icatch .subcatch strong {
  background-color: #FBF673;
}
.product-icatch .subcatch:after, .product-icatch .subcatch:before {
  top: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.product-icatch .subcatch:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 12px;
  margin-left: -12px;
}
.product-icatch .subcatch:before {
  border-color: rgba(102, 51, 0, 0);
  border-top-color: #663300;
  border-width: 15px;
  margin-left: -15px;
}
.product-icatch .catch {
  text-align: left;
  font-size: 40px;
  line-height: 1.3;
  margin: 0;
  padding: 24px 0 20px 0px;
  text-align: center;
}
.product-icatch .catch span {
  margin-right: 4px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(60%, #f4a629));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 60%, #f4a629 60%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 60%, #f4a629 60%);
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #f4a629 60%);
  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;
}
.product-icatch .mainV {
  text-align: center;
  margin: 5px 0 0;
}
.product-icatch .mainV p {
  margin: 1% auto;
  text-align: right;
  font-size: 0.9rem;
}
.product-icatch .subCatch2 {
  margin: 1em 1em 4em;
}
.product-icatch .subCatch2 h3 {
  font-size: 22px;
  color: #000;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}
.product-icatch .subCatch2 h3 strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(60%, #f4a629));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 60%, #f4a629 60%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 60%, #f4a629 60%);
  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;
}
.product-icatch .subCatch2 h3 span {
  background-color: #f1f1f1;
  font-size: 1.16rem;
  padding: 3px 10px;
  display: inline-block;
  margin-right: 10px;
}
.product-icatch .pics {
  margin: 3% -3% 3%;
}
.product-icatch .pics dl {
  overflow: hidden;
  *zoom: 1;
  display: table;
  width: 100%;
  margin: auto;
  padding: 25px 10px 5px;
  border-top: dashed 1px #630;
}
.product-icatch .pics dl dt, .product-icatch .pics dl dd {
  display: table-cell;
  vertical-align: middle;
}
.product-icatch .pics dl dt {
  width: 350px;
  padding: 0px;
}
.product-icatch .pics dl dt img {
  width: 100%;
  height: auto;
  height: auto;
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
}
.product-icatch .pics dl dd {
  padding-left: 20px;
  font-size: 1.1em;
}
.product-icatch .pics dl dd p {
  line-height: 1.6;
}
.product-icatch .pics.mid dl dt img {
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
}
.product-icatch .pics.mid dl dd {
  padding: 0 20px 0 0;
}
.product-icatch .pics.last dl {
  border-bottom: dashed 1px #630;
  padding-bottom: 25px;
}
.product-icatch .pics.last dl dt {
  width: 280px;
}
.product-icatch .pics.last dl dd {
  padding-left: 30px;
}
.product-icatch .pics.last dl dd p {
  line-height: 1.8;
}

.contents-wrap {
  font-size: 1.1em;
  line-height: 1.7;
}
.contents-wrap .head span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(0%, #fbf673));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 50%, #fbf673 0%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 50%, #fbf673 0%);
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #fbf673 0%);
}
.contents-wrap .head-text {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #900;
  line-height: 1.5em;
  border-bottom: solid 2px #900;
  padding: 5px 3px;
  font-weight: bold;
}
.contents-wrap ul.ast {
  margin: -0.6em 2% 0.5em 2.8em;
  list-style: disc;
}
.contents-wrap ol.ast {
  margin: -0.6em 2% 0.5em 3.5em;
  list-style: decimal;
}
.contents-wrap p {
  padding: 0.4em 2% 1.1em;
}
.contents-wrap h5 {
  font-size: 1.1rem;
  padding: 1em 3% 1.1em;
}
.contents-wrap h5 strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(40%, #ffff66));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 40%, #ffff66 40%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 40%, #ffff66 40%);
  background: linear-gradient(rgba(0, 0, 0, 0) 40%, #ffff66 40%);
}

.company#mainContents .att {
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #630;
  padding: 1% 2%;
  margin: 0 3% 3%;
}
.company#mainContents .att span {
  display: block;
  font-size: 1.08em;
}
.company#mainContents .att span i {
  color: #c20;
  margin-right: 1%;
}

.toCartPart {
  text-align: center;
  margin: 0;
  font-size: 1.35rem;
}
.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: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(40%, #fdfdfd), color-stop(95%, #ededed), to(#dedede));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #fdfdfd 40%, #ededed 95%, #dedede 100%);
  background-image: -o-linear-gradient(top, #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: 2% 5%;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.toCartPart a i {
  vertical-align: middle;
}
.toCartPart.padding2 {
  padding: 2% 0;
}

.catch-copy {
  font-size: 22px;
  background-color: #f5ecdb;
  padding: 3% 2%;
  text-align: center;
  margin: 3% 0;
}
.catch-copy i {
  margin: 0 1%;
}

.album {
  margin: 4% 5% 6%;
}
.album .txt {
  padding: 2% 0;
  font-size: 1.14em;
  line-height: 1.7;
  overflow: hidden;
  *zoom: 1;
}
.album .txt p {
  padding-bottom: 3%;
}
.album ul {
  overflow: hidden;
  *zoom: 1;
  list-style: none;
  margin-bottom: 5%;
  border-top: solid 2px #ccc;
  padding-top: 2%;
}
.album ul li {
  width: 100%;
  position: relative;
  margin: 0 0 2% 0;
  padding-bottom: 2%;
  border-bottom: solid 2px #ccc;
  display: table;
}
.album ul li span, .album ul li p {
  display: table-cell;
  vertical-align: middle;
}
.album ul li img {
  width: 100%;
  display: block;
}
.album ul li p {
  padding: 10px 0px;
  font-size: 1.05em;
  line-height: 1.6;
}
.album ul li.txtL p {
  padding-right: 3%;
}
.album ul li.txtR p {
  padding-left: 3%;
}
.album ul li.rows span {
  width: 30%;
}
.album ul li.cols span {
  width: 40%;
}
.album ul li:after, .album ul li:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.album ul li:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
.album ul li:before {
  border-color: rgba(204, 204, 204, 0);
  border-top-color: #cccccc;
  border-width: 13px;
  margin-left: -13px;
}
.album ul li:last-child span {
  width: 35%;
}
.album ul li:last-child:after, .album ul li:last-child:before {
  display: none;
}

.set-summary {
  margin-bottom: 2rem;
}

.set-summary-thumb {
  text-align: center;
  margin-bottom: .6rem;
}

.set-summary-title {
  width: 100%;
  text-align: center;
  padding: 6px 0 3px 0;
}

.bg-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(40%, #ffff66));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 40%, #ffff66 40%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 40%, #ffff66 40%);
  background: linear-gradient(rgba(0, 0, 0, 0) 40%, #ffff66 40%);
}

.bg-orange {
  background: #FAD79D;
}

.bg-blue {
  background: #e0eef8;
}

.set-detail-wrap {
  padding-top: 0;
}

.set-detail-head {
  background-image: url(../rsp/img/dot_br.gif);
  background-repeat: repeat-x;
  background-position: left center;
  margin: 5px 0 8px;
}
.set-detail-head .block {
  display: inline-block;
  background: #fff;
  font-weight: bold;
  color: #e54c00;
  font-size: 1.06rem;
  padding: 0 5px 0 17px;
  background-color: #FFF;
  background-image: url(../rsp/img/icon11.gif);
  background-repeat: no-repeat;
  background-position: left 0.4em;
  z-index: 1;
}

.set-detail-head-wrap p {
  margin-top: 1rem;
  margin-left: 1rem;
}

.set-items {
  overflow: hidden;
  margin: 1rem 1% 0;
}

.set-item {
  margin: 1.5% 0 3% 0;
  border: 1px solid #E4C193;
  padding: 10px;
  border-radius: 4px;
  list-style: none;
}
.set-item:first-of-type {
  margin-top: 0;
}

.set-item-title {
  background-image: url(../rsp/img/dot_br.gif);
  background-repeat: repeat-x;
  background-position: left center;
  margin: 5px 0 8px;
}
.set-item-title .block {
  display: inline-block;
  font-size: 1.06rem;
  font-weight: bold;
  color: #630;
  padding: 0 5px;
  background-color: #fff;
}

.set-item-text {
  margin: 0 8px;
}

.highcone {
  padding: 4%;
  background-image: url(../rsp/img/bg/block.gif);
}
.highcone p {
  margin: 1rem 0;
}

.product-detail .row {
  margin-bottom: 3%;
  display: table;
  width: 100%;
}
.product-detail .row .col.col-5 {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  margin: 0;
}
.product-detail .row .col.col-5 .product-list li {
  font-size: 1.1em;
  line-height: 1.8;
  background-position: left 0.5em;
}
.product-detail .row .col.col-7 {
  display: table-cell;
  text-align: right;
  width: 50%;
  margin: 0;
}
.product-detail .row .col.col-7 img {
  width: 100%;
}
.product-detail .row .col.col-7 p {
  text-align: right;
  padding: 5px 0 0;
  font-size: 0.9rem;
}
.product-detail .col-12 {
  line-height: 1.6;
}
.product-detail .col-12 .price-red {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.product-detail .col-12 .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(60%, #fbf673));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 60%, #fbf673 60%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 60%, #fbf673 60%);
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #fbf673 60%);
}

.tocart {
  padding: 15px 15px 10px !important;
  margin-bottom: 20px;
}
.tocart ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
  *zoom: 1;
}
.tocart ul li.name {
  font-weight: bold;
  display: block;
  font-size: 1.1em;
  width: 100%;
}
.tocart ul li.price {
  font-weight: bold;
  margin: 0 0 10px 1em !important;
}
.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;
}

.ps-content p {
  margin: 2% 2%;
  padding: 0;
}
.ps-content ul {
  width: 90%;
  margin: auto;
  overflow: hidden;
  *zoom: 1;
}
.ps-content ul li {
  width: 50%;
  float: left;
  text-align: center;
}
.ps-content ul li img {
  width: 92%;
  height: auto;
  margin: auto;
}

.buy-body {
  line-height: 1.6;
}
.buy-body h5 {
  color: #900;
  font-size: 1.1em;
  padding: 2% 0;
}
.buy-body table th {
  background-color: #f1f1f1;
}
.buy-body table tr:first-child th {
  text-align: center;
  vertical-align: middle;
}
.buy-body table tr:nth-child(2) td {
  text-align: center;
}


