@charset "euc-jp";

main {
	padding: 100px 0 2rem!important;
}
@media (max-width: 768px) {
  main {
      padding: 0 0 2rem!important;
  }
}


.category-information {
	margin: 0 0 1rem;
}
h2.sub-title {
	margin: 2rem 0 2rem;
	color: #3e2a1a;
	font-size: 2.8rem;
	text-align: center;
	letter-spacing: .2rem;
}
h2.sub-title::before {
	margin-right: 1rem;
	display: inline-block;
	content: '';
	vertical-align: middle;
	background-image: url(https://file003.shop-pro.jp/PA01467/020/tuno1-left.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 3.8rem;
	height: 3.8rem;
}
h2.sub-title::after {
	margin-left: 1rem;
	display: inline-block;
	content: '';
	vertical-align: middle;
	background-image: url(https://file003.shop-pro.jp/PA01467/020/tuno1-right.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 3.8rem;
	height: 3.8rem;
}
.balloon {
	margin-bottom: 3rem;
	padding: .5rem;
	width: 100%;
	position: relative;
	display: inline-block;
	border-bottom: solid 2px #9a8a7c;
	text-align: center;
}
.balloon:before,
.balloon:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 60%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.balloon:before {
	border: solid 12px transparent;
	border-top: solid 12px #9a8a7c;
}
.balloon:after {
	border: solid 14px transparent;
	border-top: solid 14px #fdf9eb;
	margin-top: -5px;
}
.balloon h3 {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 2.2rem;
	letter-spacing: .2rem;
}
.row-eq-height {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 768px) {
	#page-header {
		margin: 0 auto;
		padding-top: 52.083%;
		height: 0;
		position: relative;
		background: url('https://file003.shop-pro.jp/PA01467/020/leverjerky_sp.jpg') no-repeat center center #FFF;
		background-size: cover;
		text-align: center;
	}
	h2.sub-title {
		margin: 2rem 0 2rem;
		color: #3e2a1a;
		font-size: 2rem;
		text-align: center;
		letter-spacing: 0;
	}
	h2.sub-title::before {
		margin-right: .25rem;
		display: inline-block;
		content: '';
		vertical-align: middle;
		background-image: url(https://file003.shop-pro.jp/PA01467/020/tuno1-left.svg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		width: 2.4rem;
		height: 2.4rem;
	}
	h2.sub-title::after {
		margin-left: .25rem;
		display: inline-block;
		content: '';
		vertical-align: middle;
		background-image: url(https://file003.shop-pro.jp/PA01467/020/tuno1-right.svg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		width: 2.4rem;
		height: 2.4rem;
	}
	.balloon h3 {
		margin: 0 !important;
		padding: 0 !important;
		font-size: 1.75rem;
		letter-spacing: .1rem;
	}
	.productlist-unit h4 {
		text-align: left !important;
	}

    /* お客様の声 */
    .col-sm-narrow {
      width: 40%;
    }
    .col-sm-wide {
      width: 60%;
    }
}

/* LP 天然鹿肉背骨ジャーキー */
.lp-wrap {
  max-width: 950px;
  margin: 0 auto;
  width: 100%;
}

.lp-wrap footer {
  background: none;
  padding: 0;
}

.cart-wrap {
  position: relative;
}

.cart-wrap > div{
  position: absolute;
  bottom: 0;
  height: 100%;
}

.cart-wrap .cartjs_box {
  padding: 0!important;
}

.cart-wrap .cartjs_box input{
  margin-bottom: 0!important;
  background-color: transparent!important;
  height: 135px!important;
  width: 81%!important;
  color: transparent!important;
  font-size: 0!important;
}

.cart-wrap.btm .cartjs_box input{
  height: 135px!important;
  width: 81%!important;
}

@media (max-width: 1170px) {
  .lp-wrap {
    margin: 0!important;
    padding: 0!important;
  }

  .cart-wrap .cartjs_box input{
    height: 0!important;
    padding-bottom: 15%;
  }

  .cart-wrap.btm .cartjs_box input{
    height: 0!important;
    padding-bottom: 15%;
  }
}

.cart-wrap .cartjs_product_table {
  display: none; 
}

.lp-wrap .footer-link,
.lp-wrap .qr-link {
  display: flex;
}

.qr-link a {
  font-size: 0!important;
  height: 0!important;
}
/* 動画 */
.movie-wrap {
  position: relative;
  height: 0;
  padding-bottom: 52.6316%;
}

.movie-wrap img {
  position: absolute;
}

video.movie-source-wrap {
  position: absolute;
  top:0;
  width: 70%;
  left: 15%;
  /*height: 498.75px;*/
  background: #380911;
  border-radius: 6px;
}

.flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: auto;
        flex-wrap: wrap;
        margin: 0 1%;
        width: 98%;
		gap: 1%;
    }
/*flexの時左右の順番*/
    .flex.x {
        flex-direction: row-reverse;
    }
/*flexなし*/
    .flex.non {
        display: block;
    }
    .flex .cnt{
        padding: 1%;
		width: calc(98% / 2);
    }
    .cnt img{
        width: 100%;
    }
@media screen and (max-width: 600px) {
        .flex .cnt{
            width: 98%;
        }
        .flex.clm3 .cnt{
            width: 98%;
        }
    }

.category-list.flex .cnt{
  width: fit-content;
}
.category-list.flex .cnt{
  padding: 1% 0;
  border:1px #ddd solid;
}
.category-list.flex .cnt a{
 padding: 1.5rem;
 line-height: 2;
}
.category-list.flex .cnt a:hover{
  background-color:#ddd;
}

/* ヘッダーお知らせ　全ページ共通 */
.newsTopBox{
    margin-bottom: -9rem;
}
@media (max-width: 768px){
  .newsTopBox{
    	margin-bottom:0;
	}
}