@charset "UTF-8";

.black {
  color: #000;
}

em {
  font-style: normal;
}

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

.product-icatch .catch {
  text-align: center;
  line-height: 1.3;
  margin: 0;
  padding: 0 0 25px;
  font-family: 'Zen Antique',
    serif;
}

.product-icatch .catch span {
  letter-spacing: 6px;
  font-size: 42px;
}

.product-icatch .catch p {
  line-height: 1.1;
  padding: 0;
  font-size: 19px;
  letter-spacing: 2px;
}

.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 {
  font-family: 'Zen Antique', serif;
  margin: 1em 1em 1em;
}

.product-icatch .subCatch2 h3 {
  font-size: 1.45rem;
  letter-spacing: 2px;
  color: #000;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  text-align: center;
}

.product-icatch .subCatch2 h3 span {
  font-size: 1.2em;
}

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

.pic ul {
  /* overflow: hidden; */
  overflow: visible;
  *zoom: 1;
  list-style: none;
  /* margin: 0 5% 3%; */
  margin-bottom: 3%;
  display: flex;
  gap: 1%;
  justify-content: center;
}

.pic ul li {
  /* float: left;
  width: 48%; */
  flex: 0 0 46%;
}

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

.pic ul li:last-child img {
  /* margin-left: 4%; */
  transform: rotate(4deg);
}

.pic p {
  border: solid 1px #333;
  padding: 2.5% 1%;
  margin: 0 5%;
  font-size: 1.1rem;
  line-height: 1.6;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  font-family: 'Zen Antique', serif;
  font-weight: 400;
  font-weight: normal;
}

.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: #333;
  border-width: 11px;
  margin-left: -11px;
}

@media screen and (max-width: 767px) {
  .pic {
    text-align: left;
  }

  .pic ul {
    flex-direction: column;
  }

  .pic ul li {
    flex: 0 1 50%;
  }

  .pic ul li img {
    width: 80%;
    margin: auto;
  }
}


.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.25rem;
  margin: 1.3rem 0 1rem;
  line-height: 1.5;
  border-bottom: solid 2px #900;
  padding: 0 3% 1% 2%;
  font-family: 'Zen Antique', serif;
  text-align: left;
  color: #900;
}

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

.contents-wrap .pics ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2% 2% 5%;
  gap: 3em 2%;
}

.contents-wrap .pics ul li {
  /* width: 46%; */
  flex: 0 0 49%;
}

.contents-wrap .pics ul li:nth-of-type(odd) {
  /* margin-bottom: 3em; */
}

.contents-wrap .pics ul li:nth-of-type(even) {
  /* margin-top: 3em; */
}

.contents-wrap .pics ul li img {
  display: block;
}

.contents-wrap .pics ul li p strong {
  display: block;
  margin-bottom: .2em;
  font-size: 1.08rem;
}

.contents-wrap .pics ul li p {
  padding: 0.7em 2% 0;
  font-size: .96rem;
  line-height: 1.5;
}

@media screen and (max-width:767px) {
  .contents-wrap .pics ul {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: .5em;
  }

  .contents-wrap .pics ul li img {
    width: 100%;
  }

  .contents-wrap .pics ul li p {
    font-size: 1rem;
  }
}

.toCartPart {
  text-align: center;
  margin: 3em 0 1em;
  font-size: 1.35rem;
}

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

/* .toCartPart a:after {
  vertical-align: middle;
  font-family: "FontAwesome";
  content: "\f107";
  margin-left: 0.5em;
  display: inline-block;
} */

.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: flex;
  width: 100%;
  gap: 3%;
}

.set-Items dl dt,
.set-Items dl dd {
  flex: 1 1 auto;
}

.set-Items dl dt {
  flex: 1 1 auto;
}

.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 {
  flex: 0 0 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;
  }
}

/*セット詳細*/
.heading06 {
  letter-spacing: 1px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
}

.heading06 ruby {
  font-weight: 700 !important;
}

.heading06 rt {
  font-weight: 400;
}

/*干し芋が出来るまで*/
.catch-copy {
  letter-spacing: 1px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}

.catch-copy ruby {
  font-weight: 600 !important;
}

.catch-copy rt {
  font-weight: 400;
}

.photos {
  display: flex;
  flex-wrap: wrap;
  gap: 3em 2%;
  padding: 2% 2% 7%;
}

.photos li img {
  margin-bottom: .6em;
}

.photos li p {
  font-size: 1.02rem;
  line-height: 1.6;
}

@media screen and (min-width:768px) {
  .photos li {
    flex: 0 0 49%;
  }
}

@media screen and (max-width:767px) {
  .photos {
    flex-direction: column;
    width: 96%;
    margin: 0 auto 2em;
    gap: 2em;
  }
}

@media screen and (max-width:480px) {
  .contents-wrap h6 {
    margin-bottom: 4.5% !important;
    padding: 3% !important;
  }

  .product-detail-wrap .product-detail-head .block {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    background-color: #f5f5f5;
  }

  .product-detail-wrap .product-detail-head .block:after {
    border-top-color: #f5f5f5 !important;
  }

  .ps-content .head strong {
    margin-bottom: 0 !important;
  }
}