@charset "euc-jp";

/* 商品タイトル */
.item-title h2{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4em;
  position: relative;
  padding-left: 35px;
  color: #CE712A;
  margin-bottom: 20px;
}
.item-title p{
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 16px;
  color: #391700;
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.item-title h2::before{
  content: "";
  display: inline-block;
  width: 28px;
  height: 34px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-position: 50%;
  background-image: url(https://img12.shop-pro.jp/PA01064/593/etc/2022-icon-pon-orange%402x.png);
  background-repeat: no-repeat;
  background-size: 28px 34px;
}

/* スライダー */
.item-slider{
  max-width: 855px;
  margin: auto;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.item-slider__item{
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.item-slider__item img{
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 12px;
}
.item-slider__item:after,
.item-slider-thumbs__item:after{
  display: block;
  padding-top: 65%;
  content: '';
}
.item-slider-thumbs{
  width: 100%;
  padding: 10px 0 0;
  box-sizing: border-box;
}
.item-slider-thumbs__item{
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.item-slider-thumbs__item{
  opacity: 0.5;
}
.swiper-slide-thumb-active{
  opacity: 1;
}
.item-slider-thumbs__item img{
  position: absolute;
  width: 160px;;
  height: 100px;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.item-slider__body{
  margin-bottom: 10px;
}

/* 商品説明 */
.product-item{
  margin-bottom: 100px;
}
.product-item p{
  margin: 0 0 1.8em;
  line-height: 1.8;
}
.description-border {
    border: #BABABA solid 1px;
    border-radius: 0.5em;
    line-height: 2;
    list-style: none;
    padding: 20px;
    margin: 0 auto;
    margin-bottom: 13px;
}
dt.descript-dt {
    float: left;
    width: 6em;
    line-height: 1.5em;
    margin: 0 0 1.5em 0;
    margin-bottom: 0px;
    font-weight: normal;
}
dd.descript-dd {
    line-height: 1.5em;
    margin: 0 0 1.5em 6em;
    margin-bottom: 15px;
}
.item-name{
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 22px;
  margin-bottom: 15px;
}
.price-list{
  overflow: hidden;
}
.price-list dt {
  width: 70px;
  float: left;
  clear: both;
  line-height: 46px;
}
.price-list dd {
  float: left;
  margin-bottom: 20px;
}
.price-list .product-price {
  font-size: 24px;
  line-height: 46px;
  color: #D4712A;
  font-weight: normal;
}
.input-prepend, .input-append {
  display: flex;
  align-items: center;
  border: 1px solid #815340;
  border-radius: 10px;
  background-color: #fff;
  height: 46px;
  padding: 2px;
  vertical-align: middle;
}
.input-prepend a {
  color: #391700;
  border: none;
  background: #F5EEDC;
  text-decoration: none;
  height: 44px;
  display: flex;
  align-items: center;
}
.input-prepend-up{
  border-right: 1px solid #815340;
  border-bottom-left-radius: 10px!important;
  border-top-left-radius: 10px!important;
}
.input-prepend-down{
  border-left: 1px solid #815340;
  border-bottom-right-radius: 10px!important;
  border-top-right-radius: 10px!important;
}
.input-prepend input {
  padding-left: 12px;
  padding-right: 12px;
  /*font-size: 24px;*/
  width: 50px;
  text-align: right;
  border: none;
}
.input-prepend.input-append {
    margin: 0;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none!important;
}
.btn-cartin{
  background-color: #6AB1AC;
  text-align: center;
  color: #fff;
  width: 100%;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 10px;
  border: none;
  margin-bottom: 30px;
}
.btn-cartin:hover{
  opacity: 0.7;
}
.item-cat h3{
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .item-cat h3{
    font-size: 18px;
  }
}

/* 鳥取のおいり　昭和レトロ */
.tottori-oiri{
  background-image: url(https://img12.shop-pro.jp/PA01064/593/etc/2022-tottorioiri-bg.png);
  background-repeat: repeat;
  padding-bottom: 30px;
  border-radius: 20px;
}
.tottori-oiri-title img{
  margin-bottom: -95px;
}
.tottori-oiri-title{
  background-image: url(https://img12.shop-pro.jp/PA01064/593/etc/2022-tottorioiri-bg-title.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  margin-bottom: 95px;  
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.tottori-oiri a{
  text-decoration: underline;
  display: block;
  margin-top: 10px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .tottori-oiri-title{
    padding-top: 50px;
  }
  .tottori-oiri a::before{
    content: "●";
    display: inline-block;
  }
  .tottori-oiri a.pink::before{
    color: #CE5064;
  }
  .tottori-oiri a.beige::before{
    color: #B48A6D;
  }
  .tottori-oiri a.green::before{
    color: #7F9F63;
  }
}

/* フカポンシリーズ */
.fukapon-list{
  background-color: #FFF4D5;
  padding: 30px 30px 10px 30px;
  text-align: center;
  border-radius: 20px;
  font-weight: bold;
}
.fukapon-list a{
  text-decoration: underline;
}
.fukapon-list ul li{
  position: relative;
  margin-bottom: 10px;
}
.fukapon-list ul li::before{
  content: "●";
  display: inline-block;
  position: absolute;
  left: -20px;
}
.fukapon-list ul li.yellow::before{
  color: #E5DE1D;
}
.fukapon-list ul li.beige::before{
  color: #C7A182;
}
.fukapon-list ul li.orange::before{
  color: #ECA715;
}
.fukapon-list ul li.green::before{
  color: #325E35;
}
.fukapon-list ul li.pink::before{
  color: #F084AD;
}
.fukapon-list ul li.black::before{
  color: #1F191D;
}
.fukapon-list ul li.blue::before{
  color: #0075B8;
}
.fukapon-list ul li.red::before{
  color: #D3431D;
}
.ponset{
  background-color: #AECF85;
  border-radius: 12px;
  padding: 25px;
}
.ponset h3{
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 0px;
}
.ponset hr{
    background: url(https://img12.shop-pro.jp/PA01064/593/etc/2022-hr-02_v2.png) repeat;
    border: none;
    height: 10px;
}
.ponset ul li{
  font-weight: bold;
}
.ponset ul li a{
  text-decoration: underline;
}
.ponset ul li i{
  color: #CE712A;
}
@media screen and (min-width: 768px) {
  .fukapon-list{
    background-image: url(https://img12.shop-pro.jp/PA01064/593/etc/2022-fukaponlist-bg-img.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top left;
    padding: 50px;
  }
  .fukapon-list ul.menu-left li::before{
    right: -20px;
  }
  .ponset h3{
    font-size: 22px;
  }
}

/* PUFFED */
.puffed-list{
  background-image: url(https://img12.shop-pro.jp/PA01064/593/etc/2022-fuffed-bg_v2.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  background-size: cover;
  border-radius: 20px;
  max-width: 858px;
  margin: auto;
}
.puffed-list .area{
  width:100%;
  height:100%;
  text-align: center;
  color: #fff;
}
.puffed-list a{
  color: #fff!important;
  text-decoration: underline;
}
.puffed-list .puffed-menu div::before{
  content: "●";
  display: block;
  text-decoration: none;
}
.puffed-list .puffed-menu div.pink::before{
  color: #CD657F;
}
.puffed-list .puffed-menu div.green::before{
  color: #88AE26;
}
.puffed-list .puffed-menu div.gray::before{
  color: #878787;
}
.puffed-list .puffed-menu div.blue::before{
  color: #539AA6;
}
@media screen and (min-width: 768px) {
  .puffed-list{
    padding-top: 85%;
    position: relative;
  }
  .puffed-list .area{
    position:absolute;
    top: 0;
    left: 0;
    max-width: 858px;
  }
}
@media screen and (max-width: 767px) {
  .puffed-list{
    background-position: bottom center;
  }
  .puffed-list h2{
    max-width: 160px;
    margin: auto;
    margin-bottom: 150px;
  }
  .puffed-list .puffed-menu div::before{
    display: inline-block;
  }
}
@media screen and (max-width: 575px) {
  .puffed-list{
    background-image: url(https://img12.shop-pro.jp/PA01064/593/etc/2022-fuffed-bg-sp_v4.jpg);
    background-position: bottom 30% center;
  }
}

/* 昔ながらのポン菓子 */
.old-fashioned ul li a{
  color: #fff!important;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .old-fashioned{
    max-width: 858px;
    margin: auto;
  }
  .old-fashioned ul{
    display: flex;
    text-align: center;
  }
  .old-fashioned ul li{
    position: relative;
    width: 20%;
    padding-top: 20%;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    padding-bottom: 5px;
  }
  .old-fashioned ul li:first-child{
    border-left: none;
  }
  .old-fashioned ul li span{
    position: absolute;
    top: -60px;
    right: 10px;
  }
  .old-fashioned ul li.ebi{
    background-image: url(https://img12.shop-pro.jp/PA01064/593/etc/2022-old-img-ebi.png);
  }
  .old-fashioned ul li.genmai{
    background-image: url(https://img12.shop-pro.jp/PA01064/593/etc/2022-old-img-genmai.png);
  }
  .old-fashioned ul li.negimiso{
    background-image: url(https://img12.shop-pro.jp/PA01064/593/etc/2022-old-img-negimiso.png);
  }
  .old-fashioned ul li.shouyu{
    background-image: url(https://img12.shop-pro.jp/PA01064/593/etc/2022-old-img-shouyu.png);
  }
  .old-fashioned ul li.kome{
    background-image: url(https://img12.shop-pro.jp/PA01064/593/etc/2022-old-img-kome.png);
  }
}
@media screen and (max-width: 767px) {
  .old-menu{
    background-color: #313237;
    padding: 30px 15px;
    text-align: center;
  }
  .old-bg-sp{
    background-image: url(https://img12.shop-pro.jp/PA01064/593/etc/2022-old-bg-sp.jpg);
    background-position: center center;
    background-size: cover;
    padding: 15px;
  }
  .old-fashioned ul li {
    margin-bottom: 10px;
  }
  .old-fashioned ul li span{
    display: none;
  }
  .old-fashioned ul li::before{
    content: "●";
    display: inline-block;
  }
  .old-fashioned ul li.ebi::before{
    color: #C9452A;
  }
  .old-fashioned ul li.genmai::before{
    color: #818833;
  }
  .old-fashioned ul li.negimiso::before{
    color: #3A8040;
  }
  .old-fashioned ul li.shouyu::before{
    color: #CE712A;
  }
  .old-fashioned ul li.kome::before{
    color: #F1D38E;
  }
}

/* おすすめ商品 */
.recommend-item-box{
  background-image: url(https://img12.shop-pro.jp/PA01064/593/etc/1805-bg-kodawari.png);
  background-repeat: repeat;
  width: 100%;
  border-radius: 20px;
  padding: 40px 30px 15px 30px;
}
.recommend-item-box h3{
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 18px;
}
.recommend-item-box img,
.history-item-box img{
  border-radius: 10px;
  margin-bottom: 5px;
}
.recommend-item-box i,
.history-item-box i{
  color: #CE712A;
}
.recommend-item-box a{
  font-weight: bold;
  text-decoration: underline;
}
.history-item-box p{
  font-size: 12px;
}
@media screen and (max-width: 575px) {
  .recommend-item-box{
    padding: 40px 20px 15px 20px;
  }
}

/* 最近チェックした商品 */
.title-history{
  line-height: 1.4em;
  position: relative;
  padding-left: 35px;
  color: #CE712A;
  margin-bottom: 15px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 18px;
}
.title-history::before{
  content: "";
  display: inline-block;
  width: 28px;
  height: 34px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-position: 50%;
  background-image: url(https://img12.shop-pro.jp/PA01064/593/etc/2022-icon-pon-orange%402x.png);
  background-repeat: no-repeat;
  background-size: 28px 34px;
}

/* カテゴリーバナー */
.banner-cat i{
  color: #6AB1AC;
}
.banner-cat div{
  max-width: 417px;
  margin: auto;
}

/* 成分表 */
.item_description h3 {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.item_description h4 {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.item_description .item_parts {
  margin-bottom: 1.8em;
  background-color: #fff;
  width: 100%;
  border: 1px solid rgba(57,23,0,0.3);
}
.item_description .item_parts tr + tr {
  border-top: 1px solid rgba(57,23,0,0.3);
}
.item_description .item_parts th,
.item_description .item_parts td {
  width: calc(100% / 4);
  padding: 10px;
}
.item_description .item_parts th {
  font-weight: normal;
  background-color: #F5EEDC;
  border-right: 1px solid rgba(57,23,0,0.3);
}
.item_description .item_parts td + th {
  border-left: 1px solid rgba(57,23,0,0.3);
}
.item_description .item_parts.other th {
   width: 7.5rem;
}
.item_description .item_parts.other td {
   width: calc(100% - 7.5rem);
}
@media (max-width: 575px) {
  .item_description .item_parts th,
  .item_description .item_parts td {
    padding: 10px 5px;
  }
}

.glutenfree-contents {
  padding: 40px 30px 40px 30px;
}