@charset "utf-8";

/*  =============================================================

　　 個別設定

============================================================= */


/*  コンテンツ 設定
--------------------------------------------- */

#content {
}

/*  Content Top
----------------------------------- */

#contentTop {
  position: relative;
  z-index: 0;
  background: url(https://www.m-pantry.com/index/img/mainvisual/bg-all.png);
}

#contentTop:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(https://www.m-pantry.com/index/img/mainvisual/bg-pic.png) no-repeat center;
  content: "";
}

#contentTop .boxInner {
  padding: 30px 0;
}

/* -------- メインビジュアル -------- */

#mainvisual {
  overflow: hidden;
  float: left;
  width: 800px;
  margin: 0;
}

#mainvisual .slider img {
  max-width: 100%;
  height: auto !important;
}

/* ---- メイン画像 ---- */

#mainvisual .slider-for {
}

#mainvisual .slider-for li {
  display: none;
}

#mainvisual .slider-for li:first-child,
#mainvisual .slider-for.slick-slider li {
  display: block;
}

/* ---- サムネイル ---- */

#mainvisual .slider-nav {
  overflow: hidden;
  height: 105px;
  margin: 0 -8px;
  padding-top: 2px;
}

#mainvisual .slider-nav.slick-slider {
  height: 110px;
  margin: 0 -7px;
}

#mainvisual .slider-nav li {
  position: relative;
  float: left;
  outline: none;
  transition: opacity .4s ease-in-out;
  opacity: .5;
  width: 190px;
  margin: 6px 7px 0;
  cursor: pointer;
}

#mainvisual .slider-nav.slick-slider li {
  margin-top: 12px;
}

#mainvisual .slider-nav li:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: border .4s linear;
  border: 0 solid transparent;
  content: "";
}

#mainvisual .slider-nav li:after {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transition: top .6s linear;
  width: 0;
  height: 0;
  margin-left: -12px;
  border-width: 8px 12px;
  border-color: transparent transparent #ffbf00 transparent;
  border-style: solid;
  background: none !important;
  content: "";
}

#mainvisual .slider-nav li img {
  display: block;
  width: 200px;
}

#mainvisual .slider-nav .slick-current,
#mainvisual .slider-nav li:hover {
  opacity: 1;
}

#mainvisual .slider-nav .slick-current:before {
  border-width: 4px;
  border-color: #ffbf00;
}

#mainvisual .slider-nav .slick-current:after {
  top: -15px;
}


/* -------- レコメンド -------- */

#recommended {
  float: right;
  width: 292px;
  margin: 0;
}

#recommended .boxRecommendedList {
  margin-bottom: 12px;
  padding: 6px;
  border-radius: 10px;
  background: #ffdd6b;
}

#recommended h3 {
  padding: 8px 15px 12px;
}

#recommended ul {
  border-radius: 0 0 6px 6px;
  background: #fff;
}

#recommended li {
  margin: 0 15px;
  padding: 10px 0;
  border-top: 1px dotted #714331;
}

#recommended li:first-child {
  border-top: none;
}

#recommended .btn {
  display: block;
  width: 100%;
  margin: 0;
  padding: 12px 0 12px 65px;
  border: none;
  background-repeat: no-repeat;
  background-position: 6px center;
  color: #45261d;
  text-align: left;
  font-weight: normal;
}

#recommended .btn:hover {
  background-color: #fff8e0;
}

#recommended .btn.arw:before,
#recommended .btn.arw:after {
  margin-right: -2px;
}

#recommended .btn.arw:before {
  border-left-color: #ff8000;
}

#recommended .btn.arw:hover:after {
  border-left-color: #fff8e0;
}

#recommended .btn span {
  display: block;
}

#recommended .btn .txtLarge {
  font-size: 1.02em;
  font-weight: bold;
  letter-spacing: -.02em;
}

#recommended .btn .txtSmall {
  padding-top: 6px;
  font-size: .8em;
  line-height: 1.2em;
}

#recommended .btn.bgHealth {
  background-image: url(https://www.m-pantry.com/index/img/recommended/btn-bg-health.png);
}

#recommended .bgDiet {
  background-image: url(https://www.m-pantry.com/index/img/recommended/btn-bg-diet.png);
  background-position: 9px center;
}

#recommended .bgHandmade {
  background-image: url(https://www.m-pantry.com/index/img/recommended/btn-bg-handmade.png);
  background-position: 13px center;
}

#recommended .boxBoard {
  position: relative;
  margin-top: 15px;
  padding: 0;
}

#recommended .boxBoard a {
  display: block;
}

#recommended .boxRecommendedSetouchi a:hover,
#recommended .boxBoard a:hover {
  opacity: .7;
}



/*  Content Main
----------------------------------- */

#contentMain {
  padding-top: 30px;
  padding-bottom: 0;
}

#contentMain .boxSection:first-child {
  margin-top: 10px;
}

#contentMain .boxSection:first-child .boxShopInfo {
  margin-top: -10px;
}

#contentMain .boxSection.boxInfo {
  margin-bottom: 0;
  margin-bottom: 90px;
}

#contentMain .boxPickUp ul li p.regularPrice {
  color: #333;
}

#contentMain .boxPickUp ul li p.specialPrice {
  font-size: 1.1em;
  font-weight: bold;
  color: #b80000;
}

.boxSection iframe {
  overflow: hidden;
  width: 100%;
  height: 275px;
  border: none;
}

.boxSection .boxSectionHead .ttl {
  font-weight: normal !important;
}

.boxRanking .imgItem img {
  max-height: 145px !important;
}

