@charset "UTF-8";
em {
  font-style: normal;
}

.product-icatch {
  width: 93%;
  margin: 3% auto 2% auto;
  padding: 1%;
}
.product-icatch .catch {
  text-align: center;
  line-height: 1.6;
  margin: 0;
  padding: 0 0 25px;
}
.product-icatch .catch span {
  letter-spacing: 6px;
  font-size: 38px;
  font-weight: bold;
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #f4a629 60%);
  padding: 0 0px 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 .catch p {
  line-height: 1.2;
  padding: 0;
  font-size: 15px;
  letter-spacing: 3px;
}
.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 .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: 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: 15px;
  margin-left: -15px;
}
.product-icatch .subcatch:before {
  border-color: rgba(102, 51, 0, 0);
  border-top-color: #663300;
  border-width: 18px;
  margin-left: -18px;
}
.product-icatch .subCatch2 {
  margin: 1em 1em 1em;
}
.product-icatch .subCatch2 h3 {
  font-size: 1.35rem;
  letter-spacing: 2px;
  color: #000;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  text-align: center;
}
.product-icatch .subCatch2 h3 strong {
  color: #f26600;
}
.product-icatch .subCatch2 h3 span {
  background-color: #f1f1f1;
  font-size: 1.16rem;
  padding: 3px 10px;
  display: inline-block;
  margin-right: 10px;
}

.pic {
  text-align: center;
  margin: 0 3% 5%;
}
@media screen and (max-width: 767px) {
  .pic {
    text-align: left;
  }
}
.pic ul {
  overflow: hidden;
  *zoom: 1;
  list-style: none;
  margin: 0 5% 3%;
}
.pic ul li {
  float: left;
  width: 48%;
}
.pic ul li img {
  width: 100%;
  display: block;
}
.pic ul li:last-child {
  margin-left: 4%;
}
.pic p {
  border: solid 2px #ccc;
  padding: 2.6% 2%;
  margin: 0 4%;
  font-size: 1.13rem;
  line-height: 1.6;
  position: relative;
  background: #ffffff;
}
.pic p:after, .pic p:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.pic p:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
.pic p:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #cccccc;
  border-width: 13px;
  margin-left: -13px;
}

.contents-wrap {
  font-size: 1.1em;
  line-height: 1.7;
}
.contents-wrap .head span {
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #fbf673 0%);
}
.contents-wrap .head.brands {
  margin: 0;
}
.contents-wrap .head.brands dl {
  overflow: hidden;
  *zoom: 1;
  margin: 4% 3% 0%;
}
.contents-wrap .head.brands dl dt {
  width: 48%;
  float: left;
  padding-bottom: 3%;
}
.contents-wrap .head.brands dl dt:last-child {
  padding-bottom: 0;
}
.contents-wrap .head.brands dl dt:last-child p {
  margin-bottom: 0;
}
.contents-wrap .head.brands dl dd {
  padding: 0 0 3% 52%;
}
.contents-wrap .head.brands dl dd:last-child {
  padding-bottom: 0;
}
.contents-wrap .head.brands dl dd:last-child p {
  margin-bottom: 0;
}
.contents-wrap .head.brands dl img {
  display: block;
}
.contents-wrap .head.brands dl p {
  margin: 3% 0%;
}
@media screen and (max-width: 767px) {
  .contents-wrap .head.brands ul li {
    border: 1px solid #f1f1f1;
  }
  .contents-wrap .head.brands ul li:nth-child(n) > img, .contents-wrap .head.brands ul li:nth-child(2n) > img {
    float: none;
    width: auto;
    max-width: 100%;
  }
  .contents-wrap .head.brands ul li:nth-child(n) p, .contents-wrap .head.brands ul li:nth-child(2n) p {
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 0.5em 1em;
  }
  .contents-wrap .head.brands ul li:nth-child(n) p:after, .contents-wrap .head.brands ul li:nth-child(2n) p:after {
    border: none;
  }
}
.contents-wrap .head-text {
  font-size: 1.23rem;
  margin: 1.3rem 0 1rem;
  text-align: center;
  line-height: 1.5;
  border-bottom: solid 2px #900;
  padding: 0 2% 2%;
  font-weight: bold;
}
.contents-wrap .head-text strong {
  font-size: 1.44rem;
  color: #900;
  display: block;
  padding-bottom: 1%;
}
.contents-wrap h6 {
  font-size: 22px;
  margin: 3% 0 2%;
  padding: 2%;
  text-align: center;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  background: #fad79d;
}
.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;
}
.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 p span.marker {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #ffff66 60%);
}

.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: linear-gradient(to bottom, #ffffff 0%, #fdfdfd 40%, #ededed 95%, #dedede 100%);
  border: solid 1px #bdbcbd;
  display: inline-block;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: solid 2px #bdbcbd;
  display: inline-block;
  padding: 2% 5%;
  position: relative;
}
.toCartPart a i {
  vertical-align: middle;
}
.toCartPart.padding2 {
  padding: 2% 0 7%;
}

.setItems .item {
  border: solid 2px #ccc;
  padding: 15px 22px;
  margin: 3% 3%;
  overflow: hidden;
  *zoom: 1;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 1.08em;
  line-height: 1.5;
}
.setItems .item h6 {
  font-size: 1.1em;
  margin-bottom: 2%;
  color: #f26600;
  font-weight: bold;
}
.setItems .item img {
  float: right;
  width: 220px;
  margin: 0 0 0 15px;
}

.catch-copy {
  font-size: 1.25rem;
  background-color: #f5ecdb;
  padding: 2.5% 2%;
  text-align: center;
  margin: 3% 0;
  position: relative;
}
.catch-copy:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(245, 236, 219, 0);
  border-top-color: #f5ecdb;
  border-width: 10px;
  margin-left: -10px;
}

.album {
  margin: 2% 3% 7%;
}
.album ul {
  overflow: hidden;
  *zoom: 1;
  margin: 4% 3% 2%;
}
.album ul li {
  width: 48%;
  float: left;
  padding-bottom: 3%;
}
.album ul li img {
  display: block;
}
.album ul li p {
  margin: 3% 0%;
  font-size: 1rem;
}
.album ul li:first-child, .album ul li:nth-child(5) {
  width: 100%;
  float: none;
  display: table;
  padding-bottom: 5%;
}
.album ul li:first-child img, .album ul li:first-child p, .album ul li:nth-child(5) img, .album ul li:nth-child(5) p {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.album ul li:first-child p, .album ul li:nth-child(5) p {
  width: 52%;
  padding-left: 3%;
  margin: 0;
}
.album ul li:nth-child(3) {
  margin-left: 3%;
}
.album ul li:nth-child(4) {
  width: 100%;
  padding-bottom: 6%;
}
.album ul li:nth-child(4) p {
  margin: 0;
}

.photo {
  width: 480px;
  margin: auto;
}

.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: #F3EBA8;
}

.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-Items dl {
  display: table;
  width: 100%;
}
.set-Items dl dt, .set-Items dl dd {
  display: table-cell;
  vertical-align: middle;
}
.set-Items dl dt {
  width: 46%;
}
.set-Items dl dt ul {
  margin-bottom: 1em;
}
.set-Items dl dt ul li {
  font-size: 1.06rem;
  font-size: 17px;
  padding: 0 0 3px 18px;
  background-image: url(../img/icon8.gif);
  background-repeat: no-repeat;
  background-position: 0 0.32em;
}
.set-Items dl dd {
  width: 54%;
  text-align: right;
}
.set-Items dl dd img {
  width: 100%;
}
.set-Items dl dd p {
  padding: 1% 0 0 0;
  font-size: 0.9rem;
}

.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 .col.col-5.left {
  width: 300px;
}
.product-detail .col.col-7.right {
  width: 380px;
}
.product-detail .col.col-7.right 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: linear-gradient(rgba(0, 0, 0, 0) 60%, #fbf673 60%);
}
.product-detail .product-list {
  line-height: 1.7;
}
.product-detail .product-list li {
  margin-bottom: 5px;
}

.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% 4%;
  padding: 0;
}

/*迷子のお振込みが増えています*/
.company#mainContents .att {
  border: 2px solid #630;
  padding: 1% 2%;
  margin: 0 3% 3%;
}
.company#mainContents .att.curve4 {
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.company#mainContents .att span {
  display: block;
  font-size: 1.08em;
}
.company#mainContents .att span i {
  color: #c20;
  margin-right: 1%;
}

/*PCとスマホの表示・非表示*/
.sp-none {
  display: block;
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

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