@charset "UTF-8";

.product-icatch {
  width: 95%;
  margin: 3% auto 2% auto;
  padding: 1%;
}

.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 .catch {
  text-align: center;
  line-height: 1.6;
  margin: 0;
  padding: 0 0 20px;
  font-size: 32px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
}

.product-icatch .catch span {
  background: linear-gradient(rgba(0, 0, 0, 0) 80%, #f4a629 95%);
  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: 800;
  line-height: 1.6;
}

.product-icatch .catch br {
  display: none;
}

.product-icatch .mainV {
  text-align: center;
  margin: 5px 0 0;
}

.product-icatch .mainV img {
  width: 100%;
}

.product-icatch .mainV p {
  margin: 1% auto;
  text-align: right;
  font-size: 0.9rem;
}

.product-icatch .subCatch2 {
  margin: 1em 1em 1em;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}

.product-icatch .subCatch2 h3 {
  font-size: 1.35rem;
  color: #000;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  text-align: center;
}

.product-icatch .subCatch2 h3 strong {
  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;
}

.pic {
  text-align: center;
  margin: 0 5% 5%;
}

.pic h6 {
  font-size: 22px;
  margin: 6% 0 2.5%;
  padding: 2%;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  background: #fad79d;
  font-family: 'Noto Serif JP', serif;
}

.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: 6px;
  margin-left: -6px;
}

.pic p {
  font-size: 16px;
  margin-bottom: 3%;
}

.pic p:last-child {
  font-size: 18px;
  line-height: 1.8;
}

@media screen and (max-width: 480px) {
  .pic p:last-child {
    line-height: 1.6;
  }
}

.pic ul {
  overflow: hidden;
  *zoom: 1;
  list-style: none;
  margin: 0 auto 3%;
}

.pic ul li {
  float: left;
}

.pic ul li img {
  width: 100%;
  display: block;
}

.pic ul li span {
  margin-top: 3px;
  padding: 5px 0px;
  border: solid 1px #630;
  text-align: center;
  display: block;
  font-size: 15px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  *zoom: 1;
}

.pic ul li:not(:last-child) {
  /* margin-right: 1%; */
}

@media screen and (max-width: 767px) {
  .pic ul li:not(:last-child) {
    margin-right: 0;
  }
}

.pic ul li em {
  margin: 0 -7px;
  display: inline-block;
}

.pic ul.dekitate {
  /* width: 68%;
  margin-right: auto;
  margin-left: auto; */
  display: flex;
  justify-content: center;
  gap: .5%;
}

.pic ul.dekitate li {
  /* width: 48%; */
  flex: 0 0 32.5%;
}

.pic ul.tokusen {
  display: flex;
  gap: .5%;
  justify-content: center;
}

.pic ul.tokusen li {
  /* width: 32%; */
  flex: 0 0 33%;
}

@media screen and (max-width:480px) {

  .pic ul.dekitate,
  .pic ul.tokusen {
    flex-direction: column;
    gap: 1em;
  }

  .pic ul.dekitate li,
  .pic ul.tokusen li {
    flex: 1 1 auto;
  }
}

.pic .read p {
  font-size: 1.4em;
  color: #d86c00;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}

.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 p {
  padding-bottom: 2em;
  font-size: .98em;
}

.contents-wrap .head.brands p.font100 {
  font-size: 1em;
}

.contents-wrap .head.brands strong {
  font-size: 1.12em;
  display: block;
  margin-bottom: 5px;
  /* margin: 0 0 8px -4px; */
  color: #e54c00;
  /* font-weight: normal; */
  /* background-image: url(../img/icon8.gif);
  background-repeat: no-repeat;
  background-position: left top 7px;
  padding: 0 0 0 18px; */
  /* color: #d86c00; */
  /* background-image: url(../img/icon11.gif);
background-repeat: no-repeat;
background-position: left top 10px;
padding-left: 1em; */
  margin-left: -.5em;
  /* display: flex;
  gap: 1em;
  align-items: center; */
}

@media screen and (max-width: 480px) {
  .contents-wrap .head.brands strong {
    background-position: left top 6px;
  }
}

/* .contents-wrap .head.brands strong::after {
  border-top: 1px solid #784513;
  content: "";
  display: inline;
  flex: 1 1 auto;
} */

.contents-wrap .head.brands strong::before {
  /* font-family: FontAwesome;
  content: "\f0c8 ";
  margin-right: 7px;
  font-size: .7em;
  vertical-align: text-top; */
  /* color: #784513; */
}

.contents-wrap .head-text {
  font-size: 1.35rem;
  margin: 2rem 0 1rem;
  font-weight: bold;
  text-align: left;
  color: #900;
  line-height: 1.5em;
  border-bottom: solid 2px #900;
  padding: 5px 3px;
  font-family: 'Noto Serif JP', serif;
}

.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;
  font-family: 'Noto Serif JP', serif;
}

.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%);
}

/*迷子のお振込みが増えています*/
.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%;
}

.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;
  text-decoration: none;
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
}

.toCartPart a i {
  vertical-align: middle;
}

.toCartPart.padding2 {
  padding: 2% 0;
}

.toCartPart.margin4 {
  margin: 4% 0;
}

.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;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
}

.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 dl {
  overflow: hidden;
  *zoom: 1;
  margin: 4% 3% 2%;
}

.album dl dt {
  width: 48%;
  float: left;
}

.album dl dd {
  padding: 0 0 0 52%;
}

.album dl img {
  display: block;
}

.album dl p {
  margin: 3% 0%;
}

.album ul {
  overflow: hidden;
  *zoom: 1;
  list-style: none;
  /* margin-bottom: 1%; */
  margin: 4% 3% 1%;
}

.album ul li {
  width: 33.33%;
  float: left;
}

.album ul li:nth-child(2) {
  margin: 0;
}

.album ul+p {
  margin: 1% 3% 3%;
}

.album ul.album_pics {
  display: flex;
  gap: 4%;
}

.album ul.album_pics li {
  float: none;
  width: auto;
  flex: 1 1 48%;
}

.album ul.album_pics li .img {
  margin-bottom: 3%;
}

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

.photo img {
  padding: 5px;
  border: 1px solid #ccc;
}

.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-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: 55%;
}

.product-detail .col.col-5.maru {
  width: 43%;
}

.product-detail .col.col-7.right p.p_img {
  text-align: right;
  padding: 5px 0 0;
  font-size: 0.85rem;
}

.product-detail .col.col-7.right p.text-left {
  font-size: 0.88em;
  padding: 1% 3%;
  margin: 1% 0;
  border: 1px solid #ccc;
  line-height: 1.45em;
}

.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 {
  /* margin-top: 30px; */
  line-height: 1.7;
}

.product-detail .product-list li {
  margin-bottom: 5px;
}

.product-detail .product-list li.parent {
  background: none;
  /* position: relative; */
}

@media screen and (max-width: 767px) {
  .product-detail .product-list li.parent {
    padding: 0 2vw 5px;
  }
}

.product-detail .product-list li.parent .syu {
  font-family: 'Noto Serif JP', serif;
  color: #784513;
  font-size: 1.12em;
  display: flex;
  align-items: center;
  gap: 2%;
  margin: .8em 0;
}

.product-detail .product-list li.parent .syu::before {
  border-top: 1px solid;
  content: "";
  display: inline;
  flex-grow: 1;
}

.product-detail .product-list li.parent .syu::after {
  border-top: 1px solid;
  content: "";
  display: inline;
  flex-grow: 1;
}

.product-detail .product-list li.parent .border-bottom {
  border-bottom: 1px solid #784513;
  padding-bottom: 1em;
}

.product-detail .product-list li.parent ul {
  margin: 5px 0 0.5em;
}

.product-detail .product-list li.parent ul li {
  /* list-style: disc; */
  background-image: url(../img/icon8.gif);
  background-repeat: no-repeat;
  background-position: 0 .3em;
  padding: 0 0 0 18px;
  margin: 5px 0;
  line-height: 1.5;
}

/*
.product-detail .product-list li.parent::before {
  font-family: FontAwesome;
  font-weight: normal;
  content: "\f00c"; 
position: absolute;
top: 0;
left: 0;
}
*/

@media screen and (max-width: 767px) {
  .product-detail .col.col-7.right p.text-left {
    margin: 1% 1% 3%;
  }
}

.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% 0 0 2%;
  padding: 0;
  float: left;
  width: 496px;
}

.ps-content .pic2 {
  width: 200px;
  float: right;
  margin: 0 0 2% 2%;
}

.ps-content .pic2 span {
  font-size: 13px;
  display: block;
  text-align: center;
}

.ps-content .pic2 img {
  border: solid 3px #f1f1f1;
  display: block;
  margin: 0 auto 5px;
}

/* pc,sp表示 */
.hide-only-pc {
  display: none;
}

@media screen and (max-width: 768px) {
  .hide-only-pc {
    display: block;
  }
}

.hide-only-sp {
  display: block;
}

@media screen and (max-width: 768px) {
  .hide-only-sp {
    display: none;
  }
}


.product-detail-head .block {
  font-family: 'Noto Serif JP', serif;
  font-weight: 800;
}

.orange {
  color: #d86c00;
}

.contents-wrap .row.gutters strong.orange {
  margin-left: .15em;
  margin-right: .15em;
}

.toCartPart {
  font-family: 'Noto Serif JP', serif;
}