@charset "UTF-8";
body {
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: 320px auto;
  -o-background-size: 320px auto;
  background-size: 320px auto;
}

.product-detail {
  font-family: 'Noto Sans Jp', sans-serif;
  background: url("../img/smp/bg.png") repeat top center;
  -webkit-background-size: 320px auto;
  -o-background-size: 320px auto;
  background-size: 320px auto;
  -webkit-font-feature-settings: palt;
  -moz-font-feature-settings: palt;
  font-feature-settings: palt;
}
.product-detail small {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.product-detail h1, .product-detail h2, .product-detail p {
  -webkit-font-feature-settings: palt;
  -moz-font-feature-settings: palt;
  font-feature-settings: palt;
}
.product-detail header, .product-detail div {
  box-sizing: border-box;
}
.product-detail .container {
  max-width: 420px;
  margin: 0 auto;
}
.product-detail br.mobile-off {
  display: none;
}
.product-detail br.mobile-on {
  display: inline;
}
.product-detail a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.product-detail a.nolink {
  pointer-events: none;
}

/*----------------------
 header
----------------------*/
.product-breadcrumb {
  font-size: 0.64286em;
  height: 25px;
  line-height: 25px;
  padding-left: 18px;
  background-color: #FFF;
  box-sizing: border-box;
}
.product-breadcrumb a {
  color: #000;
}
.product-breadcrumb a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  background-image: url("../img/smp/pankuzu-arrow.png");
  background-size: 5px 8px;
  background-repeat: no-repeat;
  width: 5px;
  height: 0;
  padding: 8px 0 0;
}

.index-product-kv .container {
  position: relative;
}
.index-product-kv .kv {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
}
.index-product-kv .headline {
  display: none;
}

.product-nav {
  font-size: 0.71429em;
  background-color: #FFF;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25);
}
.product-nav a {
  display: block;
  text-decoration: none;
  height: 39px;
  line-height: 39px;
  text-align: center;
  color: #000000;
  position: relative;
}
.product-nav ul {
  zoom: 1;
}
.product-nav ul:before, .product-nav ul:after {
  content: "";
  display: table;
  border-spacing: 0;
}
.product-nav ul:after {
  clear: both;
}
.product-nav ul .top {
  display: none;
}
.product-nav li {
  display: block;
  width: 50%;
  float: left;
  box-sizing: border-box;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px 0 0 1px;
}
.product-nav li:nth-child(2), .product-nav li:nth-child(4) {
  border-left-width: 0;
}
.product-nav li:nth-child(2), .product-nav li:nth-child(3) {
  border-top-width: 0;
}

.page-brandstory .product-nav .brandstory a:after,
.page-recipe .product-nav .recipe a:after {
  content: "";
  display: block;
  height: 0;
  border-bottom: 1px solid #9d5e23;
  position: absolute;
  left: 50%;
  bottom: 11px;
}

.page-brandstory .product-nav .brandstory a:after {
  width: 90px;
  margin-left: -45px;
}

.page-recipe .product-nav .recipe a:after {
  width: 72px;
  margin-left: -36px;
}

.product-kv-second {
  height: 78px;
  padding-top: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FDF8E1;
  background-image: url("../img/smp/second-kv.jpg");
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.product-kv-second p {
  text-align: center;
  font-size: 1.28571em;
  line-height: 1.35;
  color: #FFF;
}

/*----------------------
 .content
----------------------*/
.btn-default {
  display: block;
  border: 1px solid #9d5e23;
  text-decoration: none;
  font-size: 1em;
  text-align: center;
  padding: 0 0 0 0;
  position: relative;
  height: 40px;
  line-height: 38px;
  box-sizing: border-box;
  color: #9d5e23;
}
.btn-default:after {
  content: "";
  display: block;
  background-image: url("../img/smp/icon-arrow.png");
  background-size: 9px 16px;
  background-repeat: no-repeat;
  width: 9px;
  height: 0;
  padding: 16px 0 0;
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -8px 0 0 0;
}
.btn-default:hover {
  opacity: 0.7;
  background-color: rgba(255, 255, 255, 0.6);
}

.block-article {
  padding-bottom: 30px;
}
.block-article .container {
  zoom: 1;
}
.block-article .container:before, .block-article .container:after {
  content: "";
  display: table;
  border-spacing: 0;
}
.block-article .container:after {
  clear: both;
}
.block-article .block-detail {
  padding: 16px 20px 0;
}
.block-article .block-img img {
  display: block;
  width: 100%;
}
.block-article .block-heading {
  font-size: 1.28571em;
  line-height: 1.3;
  color: #000;
  white-space: nowrap;
  margin-bottom: 14px;
  letter-spacing: 0.1em;
}
.block-article .block-body {
  font-size: 0.85714em;
  color: #333333;
  margin-bottom: 16px;
}
.block-article .block-body p {
  line-height: 1.55;
  text-align: justify;
}

/* 商品ラインアップ */
.lineup-box .lineup-name {
  font-size: 0.85714em;
  line-height: 1.5;
  text-align: center;
}
.lineup-box .lineup-name small {
  display: block;
  font-size: 0.75em;
}
.lineup-box .box-img img {
  display: block;
  margin: 0 auto;
}
.lineup-box:hover {
  opacity: .8;
}

.lineup-column {
  zoom: 1;
  margin: 0 auto;
}
.lineup-column:before, .lineup-column:after {
  content: "";
  display: table;
  border-spacing: 0;
}
.lineup-column:after {
  clear: both;
}
.lineup-column .lineup-box {
  width: 50%;
  float: left;
}

/* 動画 */
.btn-movie {
  display: block;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  font-size: 0.71429em;
  margin-bottom: 25px;
}
.btn-movie i {
  display: block;
  text-align: center;
}
.btn-movie:hover {
  opacity: .8;
}

.btn-gallery {
  display: block;
  margin: 0 auto;
  border: 1px solid #fff;
  text-decoration: none;
  font-size: 0.92857em;
  text-align: center;
  padding: 0 0 0 0;
  position: relative;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  color: #fff;
}
.btn-gallery:after {
  content: "";
  display: inline-block;
  background-image: url("../img/smp/icon-gallery.png");
  background-size: 17.5px 17.5px;
  background-repeat: no-repeat;
  width: 17.5px;
  height: 0;
  padding: 17.5px 0 0;
  position: absolute;
  top: 50%;
  right: 5px;
  margin: -8.75px 0 0 0;
}
.btn-gallery:hover {
  color: #e60019;
  border-color: #e60019;
}
.btn-gallery:hover:after {
  background-image: url("../img/smp/icon-arrow-red.png");
}

.movie-block {
  height: 258px;
  padding: 34px 10px 0;
  color: #fff;
  text-align: center;
  background-position: center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.movie-block .headline {
  font-size: 1.07143em;
  text-align: center;
  margin: 0 0 22px;
}
.movie-block .lead {
  font-size: 0.71429em;
  text-align: center;
  margin-bottom: 10px;
}

/* バナー */
.banner-block {
  padding: 30px 20px;
  background: url("../img/smp/banner-bg.png") repeat top center;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
.banner-block .mobile-off {
  display: none;
}
.banner-block .mobile-on {
  display: block;
}
.banner-block img {
  display: block;
  height: auto;
}
.banner-block a {
  text-decoration: none;
  display: block;
  margin: 0 auto;
}
.banner-block a:hover {
  opacity: .8;
}
.banner-block a + a {
  margin-top: 15px;
}
.banner-block a span {
  display: none;
}

/* オンラインショップ */
.shop-block {
  background-color: #FFF;
  /* padding: 25px 10px 40px; */
  font-family: 'Noto Sans Jp', sans-serif;
  position: relative;
}
.shop-block:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background-image: url("../img/lineup-top.png");
  padding: 3.5px 0 0;
  position: absolute;
  top: -3.5px;
  left: 0;
  background-size: 14px 3.5px;
}
.shop-block .headline {
  font-size: 1.07143em;
  text-align: center;
  color: #333;
  margin: 0 0 26px;
}
.shop-block .shop-list {
  width: 300px;
  margin: 0 auto;
}
.shop-block .shop-list a {
  display: block;
  border: 1px solid #000;
  position: relative;
  height: 60px;
  line-height: 58px;
  text-align: center;
  box-sizing: border-box;
}
.shop-block .shop-list a:hover {
  opacity: .8;
}
.shop-block .shop-list a .shop-logo {
  display: inline-block;
  vertical-align: middle;
}
.shop-block .shop-list a .shop-logo img {
  display: block;
}
.shop-block .shop-list a:before {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  bottom: 5px;
  background-image: url("../img/smp/icon-newwin.png");
  background-size: 10.5px 8px;
  background-repeat: no-repeat;
  width: 10.5px;
  height: 0;
  padding: 8px 0 0;
}
.shop-block .shop-list a.btn-shop-m {
  border-color: #FFB1B9;
}
.shop-block .shop-list a.btn-shop-m .shop-logo {
  margin: -1px 0 0;
}
.shop-block .shop-list a.btn-shop-a {
  border-color: #ffcc73;
}
.shop-block .shop-list a.btn-shop-l {
  border-color: #c0c0c0;
}
.shop-block .shop-list li + li {
  margin-top: 10px;
}

/* ######### トップページ page-index ######### */
.index-lineup-block {
  padding-bottom: 30px;
}
.index-lineup-block .lineup-column {
  padding: 10px 0 0 12px;
  width: 320px;
  margin: 0 auto;
}
.index-lineup-block .lineup-box {
  display: block;
  text-align: center;
  width: 140px;
  float: left;
  margin: 0 0 20px 0;
}
.index-lineup-block .lineup-box:nth-child(2n+1) {
  clear: both;
}
.index-lineup-block .lineup-box i {
  display: none;
}
.index-lineup-block .box-img {
  position: relative;
  margin-bottom: 3px;
}
.index-lineup-block .box-img:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url("/ryotei/img/smp/icon-new.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
.index-lineup-block .box-img img {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.index-lineup-block .lineup-box:nth-child(3) .box-img {
  height: 172px;
}
.index-lineup-block .lineup-box:nth-child(3) .box-img img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 120px;
}
.index-lineup-block .lineup-name {
  color: #000;
}
.index-lineup-block .icon {
  padding: 4px 0;
}
.index-lineup-block .icon .kagaku {
  width: 80%;
  max-width: 156px;
  margin: auto;
}
.index-lineup-block .lineup01 {
  height: 156px;
}
.index-lineup-block .lineup01 .lineup-name {
  padding: 0 0 0 14px;
}
.index-lineup-block .lineup01 .lineup-name:after {
  content: "";
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  background-image: url("../img/smp/labe-kikan.png");
  background-size: 50px 14px;
  background-repeat: no-repeat;
  width: 50px;
  height: 0;
  padding: 14px 0 0;
  margin-top: 2px;
}
.index-lineup-block .lineup02 {
  padding-left: 15px;
  height: 156px;
}
.index-lineup-block .lineup02 .lineup-name:after {
  content: "";
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  background-image: url("../img/smp/labe-kagaku.png");
  background-size: 78px 15px;
  background-repeat: no-repeat;
  width: 78px;
  height: 0;
  padding: 15px 0 0;
  margin-top: 2px;
}
.index-lineup-block .lineup03 {
  height: 147px;
}
.index-lineup-block .lineup03 .lineup-name {
  padding: 0 0 0 14px;
}
.index-lineup-block .lineup04 {
  padding-left: 15px;
  height: 147px;
}
.index-lineup-block .container-foot {
  margin: 0 20px;
}

/* ブランドストーリー */
/* おすすめレシピ */
.index-recipe-block .block-detail {
  padding-top: 10px;
}

/* CMギャラリー */
.index-movie-block {
  background-image: url("../img/smp/index-movie.jpg");
}
/* CMギャラリー */
#karyu-banner {
  background: #ffffff;
  padding-top: 30px;
}

/* ######### ブランドストーリー page-brandstory ######### */
.page-brandstory .product-article {
  padding-top: 17px;
}
.page-brandstory .shop-block {
  /* padding-top: 32px; */
}

.brandstory-block {
  margin: 0 20px 30px;
}
.brandstory-block .container {
  background-color: #FFF;
  border-radius: 4px;
  overflow: hidden;
}
.brandstory-block .container-body {
  padding: 0 14px;
}
.brandstory-block .container-body .headline {
  margin-bottom: 30px;
}

.brandstory-box {
  margin-bottom: 50px;
}
.brandstory-box .box-heading {
  margin-bottom: 20px;
}
.brandstory-box .box-body {
  font-size: 0.85714em;
  color: #333;
  margin-bottom: 30px;
}
.brandstory-box .box-body p {
  line-height: 2.0;
  text-align: justify;
}
.brandstory-box .box-body p + p {
  margin-top: 1.55em;
}
.brandstory-box .box-img {
  color: #000;
}
.brandstory-box .box-img ul {
  text-align: center;
  zoom: 1;
}
.brandstory-box .box-img ul:before, .brandstory-box .box-img ul:after {
  content: "";
  display: table;
  border-spacing: 0;
}
.brandstory-box .box-img ul:after {
  clear: both;
}
.brandstory-box .box-img li {
  text-align: center;
}
.brandstory-box .box-img .cap {
  font-size: 0.71429em;
  text-align: center;
  display: block;
  margin-top: 8px;
  line-height: 1.3;
}

.brandstory1-block .container-heading {
  margin-bottom: 14px;
}
.brandstory1-block .box1 .box-heading {
  margin-bottom: 18px;
}
.brandstory1-block .box1 .box-body {
  margin-bottom: 20px;
}
.brandstory1-block .box1 .box-img .cap {
  margin-top: 22px;
}
.brandstory1-block .box2 .box-body p {
  letter-spacing: 0.01em;
}

.brandstory2-block .container-heading {
  margin-bottom: 14px;
}
.brandstory2-block .box1 .box-body {
  margin-bottom: 20px;
}
.brandstory2-block .box1 .box-img li {
  display: inline-block;
}
.brandstory2-block .box1 .box-img li + li {
  margin-left: 15px;
}
.brandstory2-block .box2 {
  margin-bottom: 30px;
}
.brandstory2-block .box2 .box-body {
  margin-bottom: 38px;
}
.brandstory2-block .box2 .box-img li {
  float: left;
  width: 120px;
}
.brandstory2-block .box2 .box-img li:nth-child(2) {
  margin-left: 12px;
}
.brandstory2-block .box2 .box-img li:nth-child(3) {
  margin-top: 28px;
  padding: 20px 0 0;
}
.brandstory2-block .box2 .box-img img {
  display: block;
  margin: 0 auto;
}
.brandstory2-block .box2 .box-img .cap {
  margin-top: 10px;
}
.brandstory2-block .box2 .box-img li:nth-child(3) .cap{
  margin-top: 24px;
}

/* ######### おすすめレシピ page-recipe ######### */
.page-recipe .product-article {
  padding-top: 17px;
}
.page-recipe .shop-block {
  /* padding-top: 32px; */
}

.recipe-box {
  width: 282px;
  margin: 0 auto;
  display: block;
  background-color: #FFF;
  border-radius: 3px;
  box-shadow: 1px 1px 1px 0px rgba(7, 0, 2, 0.25);
  padding: 0 10px 6px;
  box-sizing: border-box;
}
.recipe-box:hover {
  opacity: 0.8;
}
.recipe-box .box-heading {
  font-size: 0.71429em;
  padding: 0;
  margin: 0 0 6px;
  height: 30px;
  line-height: 32px;
  white-space: nowrap;
  position: relative;
  background: url("../img/smp/recipe-line.png") repeat-x bottom center;
  background-size: 262px 1px;
}
.recipe-box .box-heading strong {
  font-size: 1.2em;
  display: inline-block;
}
.recipe-box .box-heading:after {
  content: "";
  display: block;
  background-image: url("../img/smp/arrow-recipe.png");
  background-size: 5px 9px;
  background-repeat: no-repeat;
  width: 5px;
  height: 0;
  padding: 9px 0 0;
  position: absolute;
  top: 50%;
  right: -1px;
  margin: -4.5px 0 0 0;
}
.recipe-box .box-img {
  zoom: 1;
}
.recipe-box .box-img:before, .recipe-box .box-img:after {
  content: "";
  display: table;
  border-spacing: 0;
}
.recipe-box .box-img:after {
  clear: both;
}
.recipe-box .box-img .product {
  float: left;
  margin-left: 5px;
}
.recipe-box .box-img .img {
  float: right;
}
.recipe-box + .recipe-box {
  margin-top: 9px;
}

.recipe-block {
  padding: 0 18px;
  margin-bottom: 30px;
}
.recipe-block .container {
  zoom: 1;
}
.recipe-block .container:before, .recipe-block .container:after {
  content: "";
  display: table;
  border-spacing: 0;
}
.recipe-block .container:after {
  clear: both;
}
.recipe-block .container-heading {
  text-align: center;
  font-size: 0.85714em;
  margin-bottom: 20px;
}
.recipe-block .container-heading span {
  display: inline-block;
  border: 1px solid #9d5e23;
  background-color: #FFF;
  color: #9D5E23;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-radius: 13px;
  padding: 0 15px;
  min-width: 235px;
  box-sizing: border-box;
}
.recipe-block .container-heading span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -1px 0 0;
  margin-right: 3px;
  background-image: url("../img/smp/recipe-icon.png");
  background-size: 11px 14px;
  background-repeat: no-repeat;
  width: 11px;
  height: 0;
  padding: 14px 0 0;
}
.recipe-block .container-body {
  zoom: 1;
}
.recipe-block .container-body:before, .recipe-block .container-body:after {
  content: "";
  display: table;
  border-spacing: 0;
}
.recipe-block .container-body:after {
  clear: both;
}
#productListWrap .listWrap{
	text-align:left;
}
#productListWrap .listWrap.align_center{
	text-align:center;
}
#productListWrap .listWrap .list_hd{
	color:#fff;
	text-align:center;
	font-size: 18px;
	line-height: 1;
	padding: 15px 0;
	box-sizing: border-box;
	background: #f1ba33;
	font-weight: 500;
	margin-bottom: 20px;
}
#productListWrap .listWrap .list + .list_hd{
	margin-top: 20px;
}
#productListWrap .listWrap .list > li .image{
	max-width:100px;
	height:140px;
}
#productListWrap .listWrap.renewal{
	background:rgba(255,118,0,0.15);
	border-radius:5px;
	position:relative;
	margin-top:40px;
	margin-bottom:64px;
}
#productListWrap .listWrap.renewal::before{
	content:'';
	width:40px;
	height:40px;
	display:block;
	background-image: url(/daizu_labo/img/smp/icon-renewal.png);
	background-size:contain;
	left:0;
	top:-18px;
	position:absolute;
}
#productListWrap .listWrap.renewal::after{
	content:'2023年春リニューアル';
	display:block;
	position:absolute;
	right:0;
	bottom:-22px;
	width:100%;
	text-align:center;
	color:#ff7600;
	font-size:16px;
	font-weight:bold;
}
#productListWrap .listWrap.renewal .list{
	margin-bottom:0;
}
#productListWrap .listWrap.renewal .list > .mark_on{
	margin-bottom:0;
	padding-top:0;
	padding-bottom:35px;
}
#productListWrap .listWrap.renewal .list > li.mark_on a::before{
	display:none;
}
#productListWrap .listWrap.renewal .list > li .image{
	height:130px;
}
#productListWrap .listWrap.renewal .list > li .text .title{
	height:auto !important;
}
#productListWrap.product_ryotei .list > li .text .title{
	padding:0;
}
#productListWrap .listWrap.renewal .list > li .text .title span.renewal{
	display:none;
}
#productListWrap .list>.mark_on {
    width: 49%;
    max-width: 200px;
}
#productListWrap.product_ryotei .list > li.mark_on a::before{
	top:-20px;
	left: -10px;
}
#productListWrap .list>li .text .title .renewal {
  font-size:1.1em;
  color:#cc0707;
  display:block;
}
#anniversary-banner {
  background-color: #fff;
  padding: 40px 40px 10px;
}
#anniversary-banner .container {
    width: 80%;
    max-width: 640px;
}
@media screen and (min-width: 769px) {
  body.index, body.brandstory, body.recipe {
    background: none;
  }

  .contentsWrap {
    position: relative;
  }
  .contentsWrap .breadcrumb {
    position: absolute;
    width: 960px;
    left: 50%;
    top: 136px;
    margin: 0 0 0 -480px;
    padding: 12px 0 0;
    z-index: 1;
    color: #FFF;
  }
  .contentsWrap .breadcrumb li:first-child > * {
    padding-left: 0;
  }

  .product-detail {
    background: url("../img/pc/bg-cloth.png") repeat top center;
    -webkit-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
  }
  .product-detail .container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }
  .product-detail br.mobile-off {
    display: inline;
  }
  .product-detail br.mobile-on {
    display: none;
  }

  /*----------------------
   header
  ----------------------*/
  .product-breadcrumb {
    display: none;
  }

  /* キービジュアル */
  .index-product-kv {
    background: url("../img/pc/index-kv.jpg") no-repeat center top;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .index-product-kv .container {
    height: 400px;
  }
  .index-product-kv .kv {
    display: none;
  }

  .product-nav {
    font-size: 0;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
  }
  .product-nav a {
    font-size: 1.6rem;
    line-height: 1;
    padding: 14px 0;
    height: auto;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
    display: inline-block;
  }
  .product-nav ul {
    zoom: 1;
    width: 960px;
    margin: 0 auto;
    text-align: center;
  }
  .product-nav ul:before, .product-nav ul:after {
    content: "";
    display: table;
    border-spacing: 0;
  }
  .product-nav ul:after {
    clear: both;
  }
  .product-nav ul .top {
    display: inline-block;
  }
  .product-nav li {
    display: inline-block;
    width: auto;
    float: none;
    height: 82px;
    padding: 18px 0 0;
    border: none;
    width: 20%;
  }
  .product-nav li:nth-child(5) {
    border-left-width: 1px;
  }
  .product-nav li:first-child {
    padding-left: 0;
  }
  .product-nav li:first-child a {
    text-align: left;
  }
  .product-nav li:last-child {
    padding-right: 0;
  }
  .product-nav li:last-child a {
    text-align: right;
  }
  .product-nav a:hover {
    border-color: #9d5e23;
  }

  .page-concept .product-nav .concept a:after,
  .page-brandstory .product-nav .brandstory a:after,
  .page-recipe .product-nav .recipe a:after {
    content: none;
    display: none;
  }

  .page-concept .product-nav .concept a,
  .page-brandstory .product-nav .brandstory a,
  .page-recipe .product-nav .recipe a {
    border-color: #9d5e23;
  }

  .product-kv-second {
    height: 156px;
    padding-top: 65px;
    background-image: url("../img/pc/second-kv.jpg");
    background-position: center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .product-kv-second p {
    text-align: center;
    font-size: 2em;
    letter-spacing: 0.12em;
  }
  .product-kv-second p br {
    display: none;
  }
  .product-kv-second.recipe-kv, .product-kv-second.handmade-kv {
    padding-top: 65px;
  }

  /*----------------------
   .content
  ----------------------*/
  .block-article {
    padding: 60px 0 0;
    height: 500px;
    zoom: 1;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .block-article:before, .block-article:after {
    content: "";
    display: table;
    border-spacing: 0;
  }
  .block-article:after {
    clear: both;
  }
  .block-article .block-heading {
    font-size: 1.71429em;
    line-height: 1.5;
    color: #000;
    white-space: nowrap;
    margin-bottom: 17px;
  }
  .block-article .block-body {
    font-size: 1.14286em;
    color: #333333;
    margin-bottom: 33px;
  }
  .block-article .block-body p {
    line-height: 1.95;
  }
  .block-article .block-detail {
    width: 430px;
    padding: 0;
  }
  .block-article .block-img {
    width: 480px;
  }

  .btn-default {
    border-width: 2px;
    font-size: 1.28571em;
    height: 60px;
    line-height: 54px;
  }
  .btn-default:after {
    background-image: url("../img/pc/icon-arrow.png");
    background-size: 15px 25px;
    background-repeat: no-repeat;
    width: 15px;
    height: 0;
    padding: 25px 0 0;
    top: 50%;
    right: 16px;
    margin: -12.5px 0 0 0;
  }

  .btn-official {
    font-size: 1.28571em;
    padding: 4px;
    height: 60px;
    width: 480px;
    background: url("../img/pc/btn-official-bg.png") no-repeat #896e5f;
  }
  .btn-official:after {
    background-image: url("../img/pc/icon-newwin-wh.png");
    background-size: 15px 13px;
    background-repeat: no-repeat;
    width: 15px;
    height: 0;
    padding: 13px 0 0;
    right: 15px;
    bottom: 11px;
  }
  .btn-official span {
    border-color: #C0A894;
    height: 52px;
    line-height: 50px;
  }
  .btn-official:hover {
    opacity: .8;
  }

  /* 商品ラインアップ */
  .lineup-box .lineup-name {
    font-size: 1.14286em;
    line-height: 1.5;
    text-align: center;
  }
  .lineup-box .lineup-name small {
    display: block;
    font-size: 0.75em;
  }
  .lineup-box .box-img img {
    height: auto;
  }

  .lineup-content {
    zoom: 1;
    padding: 0 0 0;
  }
  .lineup-content:before, .lineup-content:after {
    content: "";
    display: table;
    border-spacing: 0;
  }
  .lineup-content:after {
    clear: both;
  }
  .lineup-content .lineup-box {
    width: 50%;
  }
  .lineup-content .lineup-box:nth-child(2n-1) {
    float: left;
  }
  .lineup-content .lineup-box:nth-child(2n) {
    float: right;
  }

  /* 動画 */
  .btn-movie {
    display: block;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    font-size: 1em;
    margin-bottom: 58px;
  }
  .btn-movie i {
    display: block;
    text-align: center;
  }
  .btn-movie i img {
    display: none;
  }
  .btn-movie i:before {
    content: "";
    display: inline-block;
    background-image: url("../img/pc/icon-play.png");
    background-size: 75px 100px;
    background-repeat: no-repeat;
    width: 75px;
    height: 0;
    padding: 100px 0 0;
  }

  .btn-gallery {
    width: 260px;
    display: block;
    border: 1px solid #fff;
    text-decoration: none;
    font-size: 1.14286em;
    text-align: center;
    padding: 0 0 0 0;
    position: relative;
    height: 52px;
    line-height: 50px;
    box-sizing: border-box;
    color: #fff;
  }
  .btn-gallery:after {
    content: "";
    display: inline-block;
    background-image: url("../img/pc/icon-gallery.png");
    background-size: 21px 21px;
    background-repeat: no-repeat;
    width: 21px;
    height: 0;
    padding: 21px 0 0;
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -10.5px 0 0 0;
  }
  .btn-gallery:hover:after {
    background-image: url("../img/pc/icon-arrow-red.png");
  }

  .movie-block {
    height: 465px;
    padding: 56px 10px 25px;
    color: #fff;
    text-align: center;
    background-color: #48433f;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: auto 465px;
    -o-background-size: auto 465px;
    background-size: auto 465px;
  }
  .movie-block .headline {
    font-size: 1.71429em;
    margin: 0 0 62px;
  }
  .movie-block .lead {
    font-size: 1.42857em;
    margin-bottom: 32px;
  }

  /* バナー */
  .banner-block {
    padding: 40px 0;
    background: url("../img/pc/banner-bg.png") repeat top center;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
  }
  .banner-block .container {
    zoom: 1;
  }
  .banner-block .container:before, .banner-block .container:after {
    content: "";
    display: table;
    border-spacing: 0;
  }
  .banner-block .container:after {
    clear: both;
  }
  .banner-block .mobile-off {
    display: block;
  }
  .banner-block .mobile-on {
    display: none;
  }
  .banner-block img {
    display: block;
    height: auto;
  }
  .banner-block a {
    margin: 0;
    float: left;
  }
  .banner-block a + a {
    margin-top: 0;
  }
  .banner-block a:nth-child(2n) {
    float: right;
  }
  .banner-block a span {
    display: none;
  }

  /* オンラインショップ */
  .shop-block {
    /* padding: 50px 10px 60px; */
  }
  .shop-block .headline {
    font-size: 1.71429em;
    margin: 0 0 38px;
  }
  .shop-block .shop-list {
    width: 100%;
    margin: 0 auto;
    zoom: 1;
  }
  .shop-block .shop-list:before, .shop-block .shop-list:after {
    content: "";
    display: table;
    border-spacing: 0;
  }
  .shop-block .shop-list:after {
    clear: both;
  }
  .shop-block .shop-list a {
    height: 75px;
    line-height: 73px;
  }
  .shop-block .shop-list a .shop-logo:before {
    content: "";
    display: block;
  }
  .shop-block .shop-list a .shop-logo img {
    display: none;
  }
  .shop-block .shop-list a:before {
    content: "";
    display: block;
    position: absolute;
    right: 5px;
    bottom: 5px;
    background-image: url("../img/pc/icon-newwin.png");
    background-size: 13px 10px;
    background-repeat: no-repeat;
    width: 13px;
    height: 0;
    padding: 10px 0 0;
  }
  .shop-block .shop-list a.btn-shop-m .shop-logo:before {
    background-image: url("../img/pc/shoplogo-m.png");
    background-size: 151px 51px;
    background-repeat: no-repeat;
    width: 151px;
    height: 0;
    padding: 51px 0 0;
  }
  .shop-block .shop-list a.btn-shop-a .shop-logo:before {
    background-image: url("../img/pc/shoplogo-a.png");
    background-size: 134px 41px;
    background-repeat: no-repeat;
    width: 134px;
    height: 0;
    padding: 41px 0 0;
  }
  .shop-block .shop-list a.btn-shop-l .shop-logo:before {
    background-image: url("../img/pc/shoplogo-l.png");
    background-size: 153px 33px;
    background-repeat: no-repeat;
    width: 153px;
    height: 0;
    padding: 33px 0 0;
  }
  .shop-block .shop-list li {
    display: block;
    width: 309px;
    float: left;
  }
  .shop-block .shop-list li + li {
    margin-top: 0;
    margin-left: 15px;
  }

  /* ######### page-index ######### */
  .page-index .product-article {
    padding-bottom: 0;
  }

  .index-lineup-block {
    padding: 27px 0 56px;
  }
  .index-lineup-block .container-body {
    zoom: 1;/*
    height: 332px;*/
    text-align: center;
  }
  .index-lineup-block .container-body:before, .index-lineup-block .container-body:after {
    content: "";
    display: table;
    border-spacing: 0;
  }
  .index-lineup-block .container-body:after {
    clear: both;
  }
  .index-lineup-block .lineup-column {
    display: inline-block;
    zoom: 1;
    padding: 14px 0 0 0;
    width: auto;
    text-align: center;
  }
  .index-lineup-block .lineup-column:before, .index-lineup-block .lineup-column:after {
    content: "";
    display: table;
    border-spacing: 0;
  }
  .index-lineup-block .lineup-column:after {
    clear: both;
  }
  .index-lineup-block .lineup-box {
    width: 185px;
  }
  .index-lineup-block .lineup-box:nth-child(2n+1) {
    clear: none;
  }
  .index-lineup-block .lineup-box:nth-child(1) {
    margin-left: 185px;
  }
  .index-lineup-block .lineup-box:nth-child(4) {
    clear: both;
  }
  .index-lineup-block .lineup-box i {
    display: none;
  }
  .index-lineup-block .box-img {
    position: relative;/*
    height: 206px;*/
  }
  .index-lineup-block .box-img img {/*
    display: none;*/
  }
  .index-lineup-block .lineup-box:nth-child(3) .box-img {
    height: 185px;
  }
  .index-lineup-block .lineup-box:nth-child(3) .box-img img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 131px;
  }
  .index-lineup-block .box-img:before {/*
    content: "";
    display: block;*/
  }
  .index-lineup-block .lineup01 {
    width: 209px;
    height: auto;
  }
  .index-lineup-block .lineup01 .box-img:before {
    background-image: url("../img/pc/index-lineup1.png");
    background-size: 184px 200px;
    background-repeat: no-repeat;
    width: 184px;
    height: 0;
    padding: 200px 0 0;
    margin: 0 0 0 9px;
  }
  .index-lineup-block .lineup01 .lineup-name {
    padding: 0 0 0 12px;
  }
  .index-lineup-block .lineup01 .lineup-name:after {
    margin: 0 auto;
    background-image: url("../img/pc/labe-kikan.png");
    background-size: 90px 25px;
    background-repeat: no-repeat;
    width: 90px;
    height: 0;
    padding: 25px 0 0;
    margin-top: 7px;
  }
  .index-lineup-block .lineup02 {
    width: 160px;
    height: auto;
    margin-left: 64px;
    padding-left: 0;
  }
  .index-lineup-block .lineup02 .box-img:before {
    background-image: url("../img/pc/index-lineup2.png");
    background-size: 118px 200px;
    background-repeat: no-repeat;
    width: 118px;
    height: 0;
    padding: 200px 0 0;
    margin: 0 0 0 0;
  }
  .index-lineup-block .lineup02 .lineup-name:after {
    margin: 0 auto;
    background-image: url("../img/pc/labe-kagaku.png");
    background-size: 140px 25px;
    background-repeat: no-repeat;
    width: 140px;
    height: 0;
    padding: 25px 0 0;
    margin-top: 7px;
  }
  .index-lineup-block .lineup03 {
    width: 185px;
    height: auto;
    margin-left: 64px;
    padding-left: 0;
  }
  .index-lineup-block .lineup03 .box-img:before {
    background-image: url("../img/pc/index-lineup3.png");
    background-size: 156px 200px;
    background-repeat: no-repeat;
    width: 156px;
    height: 0;
    padding: 200px 0 0;
    margin: 0 0 0 4px;
  }
  .index-lineup-block .lineup03 .lineup-name {
    padding-left: 10px;
  }
  .index-lineup-block .lineup04 {
    width: 160px;
    height: auto;
    margin-left: 56px;
    padding-left: 0;
  }
  .index-lineup-block .lineup04 .box-img:before {
    background-image: url("../img/pc/index-lineup4.png");
    background-size: 130px 200px;
    background-repeat: no-repeat;
    width: 130px;
    height: 0;
    padding: 200px 0 0;
    margin: 0 0 0 4px;
  }
  .index-lineup-block .lineup04 .lineup-name {
    padding-left: 20px;
  }
  .index-lineup-block .container-foot .btn-default {
    width: 450px;
    margin: 0 auto;
  }

  /* ブランドストーリー */
  .index-brandstory-block {
    background-image: url("../img/pc/index-brandstory-bg.jpg");
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 505px;
  }
  .index-brandstory-block .block-img {
    display: none;
  }
  .index-brandstory-block .block-detail {
    padding-top: 44px;
    float: right;
  }
  .index-brandstory-block .block-body {
    margin-bottom: 24px;
  }

  /* おすすめレシピ */
  .index-recipe-block {
    padding-top: 50px;
    background-color: #FFF;
  }
  .index-recipe-block .block-img {
    float: right;
  }
  .index-recipe-block .block-img:before {
    content: "";
    display: block;
    background-image: url("../img/pc/index-recipe.jpg");
    background-size: 490px 357px;
    background-repeat: no-repeat;
    width: 490px;
    height: 0;
    padding: 357px 0 0;
  }
  .index-recipe-block .block-img img {
    display: none;
  }
  .index-recipe-block .block-detail {
    padding-top: 80px;
    float: left;
  }
  .index-recipe-block .block-body {
    margin-bottom: 24px;
  }
	#productListWrap .list>.mark_on {
	    width: 180px;
	    max-width:180px;
	    margin: 0 0 30px;
  }
	#productListWrap .listWrap{
		text-align:center;
	}
	#productListWrap .listWrap .list_hd{
		margin: 80px auto 0;
		color:#fff;
		text-align:center;
		font-size: 28px;
		line-height: 1;
		padding: 15px;
		box-sizing: border-box;
		background: #f1ba33;
		font-weight: 500;
	}
	#productListWrap .listWrap .list_hd + .list{
		margin-top: 15px;
	}
	#productListWrap .listWrap .list + .list_hd{
		margin-top: -20px;
		width: 580px;
	}
	#productListWrap .listWrap.renewal{
		margin-top:60px;
		width:764px;
		padding-bottom:30px;
		margin-bottom:90px;
	}
	#productListWrap .listWrap.renewal::before{
		width:78px;
		height:78px;
		left:-45px;
		top:-45px;
	}
	#productListWrap .listWrap.renewal::after{
		bottom:-25px;
		background:
			linear-gradient(0deg, #ff7600 0%, #ff7600 100%) no-repeat left center,
			linear-gradient(0deg, #ff7600 0%, #ff7600 100%) no-repeat right center;
		background-size:
			295px 2px,
			295px 2px;
	}
	#productListWrap .listWrap.renewal .list{
		margin-bottom:0;
	}
	#productListWrap .listWrap.renewal .list > .mark_on{
		width:230px;
		margin-bottom:0;
		padding-top:0;
		padding-bottom:0;
	}
	#productListWrap .listWrap.renewal .list > li.mark_on a::before{
		display:none;
	}
	#productListWrap .listWrap.renewal .list > li .image{
		height:186px;
	}
	#productListWrap .listWrap.renewal .list > li .text .title{
		height:auto !important;
	}
	#productListWrap .listWrap.renewal .list > li .text .title span.renewal{
		display:none;
	}
	#productListWrap.product_ryotei .list > li.mark_on a::before {
		left:0;
		top: 0;
  }
	#productListWrap .list:last-child{
	    margin: 0 0 60px;
	}
	#productListWrap.product_ryotei .list>li .text .title {
	    padding: 0;
	    width: 100%;
	    margin:0 auto;
	    letter-spacing:-0.03em;
	}
  /* CMギャラリー */
  .index-movie-block {
    background-image: url("../img/pc/index-movie.jpg");
  }

  /* ######### ブランドストーリー page-brandstory ######### */
  .page-brandstory .product-article {
    padding-top: 60px;
  }
  .page-brandstory .shop-block {
    /* padding-top: 60px; */
  }

  .brandstory-block {
    margin: 0 0 42px;
    overflow: hidden;
  }
  .brandstory-block .container-heading {
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    height: 200px;
    margin-bottom: 86px;
  }
  .brandstory-block .container-heading img {
    display: none;
  }
  .brandstory-block .container-heading:before {
    content: "";
    position: absolute;
    right: 61px;
    top: 140px;
    display: inline-block;
    vertical-align: middle;
  }
  .brandstory-block .container-body {
    padding: 0 61px 0 58px;
  }
  .brandstory-block .container-body .headline {
    margin-bottom: 74px;
  }
  .brandstory-block .container-body .headline img {
    display: none;
  }
  .brandstory-block .container-body .headline:before {
    content: "";
    display: block;
  }

  .brandstory-box {
    margin-bottom: 50px;
    zoom: 1;
  }
  .brandstory-box:before, .brandstory-box:after {
    content: "";
    display: table;
    border-spacing: 0;
  }
  .brandstory-box:after {
    clear: both;
  }
  .brandstory-box .box-heading {
    margin-bottom: 46px;
  }
  .brandstory-box .box-heading img {
    display: none;
  }
  .brandstory-box .box-heading:before {
    content: "";
    display: block;
  }
  .brandstory-box .box-body {
    font-size: 1.14286em;
    margin-bottom: 30px;
  }
  .brandstory-box .box-body p {
    line-height: 2;
    text-align: justify;
  }
  .brandstory-box .box-body p + p {
    margin-top: 1em;
  }
  .brandstory-box .box-img img {
    display: none;
  }
  .brandstory-box .box-img li:before {
    content: "";
    display: block;
  }
  .brandstory-box .box-img .cap {
    margin-top: 0;
    text-align: left;
    font-size: 0.85714em;
  }

  .brandstory1-block .container {
    padding-bottom: 55px;
  }
  .brandstory1-block .container-heading {
    background-image: url("../img/pc/brandstory1-kv.jpg");
  }
  .brandstory1-block .container-heading:before {
    background-image: url("../img/pc/brandstory1-tag.png");
    background-repeat: no-repeat;
    width: 50px;
    height: 0;
    padding: 285px 0 0;
  }
  .brandstory1-block .headline:before {
    background-image: url("../img/pc/brandstory1-headline1.png");
    background-size: 762px 138px;
    background-repeat: no-repeat;
    width: 762px;
    height: 0;
    padding: 138px 0 0;
    margin-left: -2px;
  }
  .brandstory1-block .box1 {
    margin-bottom: 80px;
  }
  .brandstory1-block .box1 .box-heading:before {
    background-image: url("../img/pc/brandstory1-headline2.png");
    background-size: 392px 74px;
    background-repeat: no-repeat;
    width: 392px;
    height: 0;
    padding: 74px 0 0;
  }
  .brandstory1-block .box1 .box-body {
    margin-bottom: 0;
    width: 423px;
    float: left;
  }
  .brandstory1-block .box1 .box-img {
    margin-left: 505px;
  }
  .brandstory1-block .box1 .box-img .cap {
    margin-top: 0;
  }
  .brandstory1-block .box1 .box-img .img1 {
    padding-top: 20px;
  }
  .brandstory1-block .box1 .box-img .img1:before {
    margin: 0 0 48px 24px;
    background-image: url("../img/pc/brandstory1-img1.jpg");
    background-size: 274px 287px;
    background-repeat: no-repeat;
    width: 274px;
    height: 0;
    padding: 287px 0 0;
  }
  .brandstory1-block .box2 .box-heading {
    display: none;
  }
  .brandstory1-block .box2 .box-heading:before {
    content: none;
    display: none;
  }
  .brandstory1-block .box2 .box-body {
    margin-bottom: 0;
    width: 518px;
    float: right;
    padding: 48px 0 0 0;
  }
  .brandstory1-block .box2 .box-body:before {
    content: "";
    display: block;
    background-image: url("../img/pc/brandstory1-headline3.png");
    background-size: 450px 118px;
    background-repeat: no-repeat;
    width: 450px;
    height: 0;
    padding: 118px 0 0;
    margin: 0 0 50px;
  }
  .brandstory1-block .box2 .box-img {
    width: 250px;
    float: left;
  }
  .brandstory1-block .box2 .box-img .cap {
    margin-top: 0;
  }
  .brandstory1-block .box2 .box-img .img1 {
    padding-top: 0;
  }
  .brandstory1-block .box2 .box-img .img1:before {
    margin: 0 0 10px 0;
    background-image: url("../img/pc/brandstory1-img2.jpg");
    background-size: 239px 213px;
    background-repeat: no-repeat;
    width: 239px;
    height: 0;
    padding: 213px 0 0;
  }

  .brandstory2-block {
    margin-bottom: 65px;
  }
  .brandstory2-block .container {
    padding-bottom: 20px;
  }
  .brandstory2-block .container-heading {
    background-image: url("../img/pc/brandstory2-kv.jpg");
  }
  .brandstory2-block .container-heading:before {
    background-image: url("../img/pc/brandstory2-tag.png");
    background-repeat: no-repeat;
    width: 50px;
    height: 0;
    padding: 245px 0 0;
  }
  .brandstory2-block .container-body .headline {
    margin-bottom: 53px;
  }
  .brandstory2-block .container-body .headline:before {
    background-image: url("../img/pc/brandstory2-headline1.png");
    background-size: 648px 97px;
    background-repeat: no-repeat;
    width: 648px;
    height: 0;
    padding: 97px 0 0;
    margin-left: -2px;
  }
  .brandstory2-block .box1 {
    margin-bottom: 0;
    height: 1170px;
  }
  .brandstory2-block .box1 .box-heading:before {
    content: none;
    display: none;
  }
  .brandstory2-block .box1 .box-body {
    margin-bottom: 0;
    width: 423px;
    float: left;
  }
  .brandstory2-block .box1 .box-body:before {
    content: "";
    display: block;
    background-image: url("../img/pc/brandstory2-headline2.png");
    background-size: 422px 152px;
    background-repeat: no-repeat;
    width: 422px;
    height: 0;
    padding: 152px 0 0;
    margin: 0 0 38px;
  }
  .brandstory2-block .box1 .box-body p:nth-child(1) {
    letter-spacing: -0.03em;
  }
  .brandstory2-block .box1 .box-img {
    float: right;
    width: 320px;
  }
  .brandstory2-block .box1 .box-img .cap {
    margin-top: 0;
  }
  .brandstory2-block .box1 .box-img .img1 {
    padding-top: 2px;
  }
  .brandstory2-block .box1 .box-img .img1:before {
    margin: 0 0 10px 0;
    background-image: url("../img/pc/brandstory2-img1.jpg");
    background-size: 320px 480px;
    background-repeat: no-repeat;
    width: 320px;
    height: 0;
    padding: 480px 0 0;
  }
  .brandstory2-block .box1 .box-img .img2 {
    padding-top: 15px;
    margin-left: 0;
  }
  .brandstory2-block .box1 .box-img .img2:before {
    margin: 0 0 10px 0;
    background-image: url("../img/pc/brandstory2-img2.jpg");
    background-size: 322px 240px;
    background-repeat: no-repeat;
    width: 322px;
    height: 0;
    padding: 240px 0 0;
  }
  .brandstory2-block .box2 {
    height: 100%;
  }
  .brandstory2-block .box2 .box-heading {
    display: none;
  }
  .brandstory2-block .box2 .box-heading:before {
    content: none;
    display: none;
  }
  .brandstory2-block .box2 .box-body {
    margin-bottom: 0;
    width: 518px;
    float: right;
    padding: 48px 0 0 0;
  }
  .brandstory2-block .box2 .box-body:before {
    content: "";
    display: block;
    background-image: url("../img/pc/brandstory2-headline3.png");
    background-size: 425px 119px;
    background-repeat: no-repeat;
    width: 425px;
    height: 0;
    padding: 119px 0 0;
    margin: 0 0 40px;
  }
  .brandstory2-block .box2 .box-img {
    width: 250px;
    float: left;
  }
  .brandstory2-block .box2 .box-img li {
    width: auto;
    margin-bottom: 25px;
  }
  .brandstory2-block .box2 .box-img li:nth-child(2) {
    margin-left: 0;
  }
  .brandstory2-block .box2 .box-img li:nth-child(3) {
    margin-top: inherit;
    margin-bottom: 0;
  }
  .brandstory2-block .box2 .box-img img {
    display: none;
  }
  .brandstory2-block .box2 .box-img .cap {
    margin-top: 0;
  }
  .brandstory2-block .box2 .box-img .img1 {
    padding-top: 0;
  }
  .brandstory2-block .box2 .box-img .img1:before {
    margin: 0 0 10px 0;
    background-image: url("../img/pc/brandstory2-img3.png");
    background-size: 239px 241px;
    background-repeat: no-repeat;
    width: 239px;
    height: 0;
    padding: 241px 0 0;
  }
  .brandstory2-block .box2 .box-img .img2 {
    padding-top: 0;
  }
  .brandstory2-block .box2 .box-img .img2:before {
    margin: 0 0 10px 0;
    background-image: url("../img/pc/brandstory2-img4.png");
    background-size: 239px 241px;
    background-repeat: no-repeat;
    width: 239px;
    height: 0;
    padding: 241px 0 0;
  }
  .brandstory2-block .box2 .box-img .img3 {
    padding-top: 0;
  }
  .brandstory2-block .box2 .box-img .img3:before {
    margin: 0 0 10px 0;
    background-image: url("../img/pc/brandstory2-img6.png");
    background-size: 228px 93px;
    background-repeat: no-repeat;
    width: 239px;
    height: 0;
    padding: 93px 0 0;
  }

  /* ######### おすすめレシピ page-recipe ######### */
  .page-recipe .product-article {
    padding-top: 60px;
  }
  .page-recipe .shop-block {
    /* padding-top: 60px; */
  }

  .recipe-box {
    width: 470px;
    height: 210px;
    padding: 10px 16px 0;
    border-radius: 4px;
  }
  .recipe-box .box-heading {
    font-size: 1em;
    margin: 0 0 10px;
    height: 40px;
    line-height: 36px;
    background: url("../img/pc/recipe-line.png") repeat-x bottom center;
    background-size: 4px 2px;
  }
  .recipe-box .box-heading strong {
    font-size: 1.28571em;
    display: inline-block;
  }
  .recipe-box .box-heading:after {
    background-image: url("../img/pc/icon-arrow-recipe.png");
    background-size: 7px 13px;
    background-repeat: no-repeat;
    width: 7px;
    height: 0;
    padding: 13px 0 0;
    margin: -6.5px 0 0 0;
  }
  .recipe-box .box-img {
    zoom: 1;
  }
  .recipe-box .box-img:before, .recipe-box .box-img:after {
    content: "";
    display: table;
    border-spacing: 0;
  }
  .recipe-box .box-img:after {
    clear: both;
  }
  .recipe-box .box-img:before {
    content: "";
    display: inline-block;
    margin: 5px 0 0 10px;
  }
  .recipe-box .box-img .product {
    margin-left: 10px;
    display: none;
  }
  .recipe-box .box-img .img {
    width: 278px;
    height: auto;
  }

  .recipe-block {
    padding: 0 18px;
    margin-bottom: 50px;
  }
  .recipe-block .container-heading {
    font-size: 1.28571em;
    margin-bottom: 32px;
  }
  .recipe-block .container-heading span {
    height: 43px;
    line-height: 41px;
    border-radius: 22px;
    padding: 0 40px;
    min-width: 392px;
  }
  .recipe-block .container-heading span:before {
    margin-right: 10px;
    background-image: url("../img/pc/recipe-icon.png");
    background-size: 18px 24px;
    background-repeat: no-repeat;
    width: 18px;
    height: 0;
    padding: 24px 0 0;
  }
  .recipe-block .recipe-box + .recipe-box {
    margin-top: 0;
  }
  .recipe-block .recipe-box:nth-child(2n-1) {
    float: left;
  }
  .recipe-block .recipe-box:nth-child(2n) {
    float: right;
  }
  .recipe-block .recipe-box:nth-child(n+3) {
    margin-top: 20px;
  }
  .recipe-block .recipe01 .box-img:before {
    background-image: url("../img/pc/recipe01-i.jpg");
    background-size: 128px 125px;
    background-repeat: no-repeat;
    width: 128px;
    height: 0;
    padding: 125px 0 0;
  }
  .recipe-block .recipe02 .box-img:before {
    background-image: url("../img/pc/recipe02-i.jpg");
    background-size: 128px 125px;
    background-repeat: no-repeat;
    width: 128px;
    height: 0;
    padding: 125px 0 0;
  }
  .recipe-block .recipe03 .box-img:before {
    background-image: url("../img/pc/recipe03-i.jpg");
    background-size: 128px 125px;
    background-repeat: no-repeat;
    width: 128px;
    height: 0;
    padding: 125px 0 0;
  }
  .recipe-block .recipe04 .box-img:before {
    background-image: url("../img/pc/recipe04-i.jpg");
    background-size: 128px 125px;
    background-repeat: no-repeat;
    width: 128px;
    height: 0;
    padding: 125px 0 0;
  }
  .recipe-block .recipe05 .box-img:before {
    background-image: url("../img/pc/recipe05-i.jpg");
    background-size: 128px 125px;
    background-repeat: no-repeat;
    width: 128px;
    height: 0;
    padding: 125px 0 0;
  }
  .recipe-block .recipe06 .box-img:before {
    background-image: url("../img/pc/recipe06-i.jpg");
    background-size: 128px 125px;
    background-repeat: no-repeat;
    width: 128px;
    height: 0;
    padding: 125px 0 0;
  }
  .recipe-block .recipe07 .box-img:before {
    background-image: url("../img/pc/recipe07-i.jpg");
    background-size: 128px 125px;
    background-repeat: no-repeat;
    width: 128px;
    height: 0;
    padding: 125px 0 0;
  }
  .recipe-block .recipe08 .box-img:before {
    background-image: url("../img/pc/recipe08-i.jpg");
    background-size: 128px 125px;
    background-repeat: no-repeat;
    width: 128px;
    height: 0;
    padding: 125px 0 0;
  }
  .recipe-block .recipe09 .box-img:before {
    background-image: url("../img/pc/recipe09-i.jpg");
    background-size: 128px 125px;
    background-repeat: no-repeat;
    width: 128px;
    height: 0;
    padding: 125px 0 0;
  }
  .recipe-block .recipe10 .box-img:before {
    background-image: url("../img/pc/recipe10-i.jpg");
    background-size: 128px 125px;
    background-repeat: no-repeat;
    width: 128px;
    height: 0;
    padding: 125px 0 0;
  }
  .recipe-block .recipe21 .box-img:before {
    background-image: url("../img/pc/recipe21-i.jpg");
    background-size: 128px 125px;
    background-repeat: no-repeat;
    width: 128px;
    height: 0;
    padding: 125px 0 0;
  }
  .recipe-block .recipe22 .box-img:before {
    background-image: url("../img/pc/recipe22-i.jpg");
    background-size: 128px 125px;
    background-repeat: no-repeat;
    width: 128px;
    height: 0;
    padding: 125px 0 0;
  }
  .recipe-block .recipe23 .box-img:before {
    background-image: url("../img/pc/recipe23-i.jpg");
    background-size: 128px 125px;
    background-repeat: no-repeat;
    width: 128px;
    height: 0;
    padding: 125px 0 0;
  }
  .recipe-block .recipe24 .box-img:before {
    background-image: url("../img/pc/recipe24-i.jpg");
    background-size: 128px 125px;
    background-repeat: no-repeat;
    width: 128px;
    height: 0;
    padding: 125px 0 0;
  }
  .recipe-block .recipe16 .box-img:before {
    background-image: url("../img/pc/recipe16-i.jpg");
    background-size: 128px 125px;
    background-repeat: no-repeat;
    width: 128px;
    height: 0;
    padding: 125px 0 0;
  }
  .recipe-block .recipe25 .box-img:before {
    background-image: url("../img/pc/recipe25-i.jpg");
    background-size: 128px 125px;
    background-repeat: no-repeat;
    width: 128px;
    height: 0;
    padding: 125px 0 0;
  }
  .recipe-block .recipe26 .box-img:before {
    background-image: url("../img/pc/recipe26-i.jpg");
    background-size: 128px 125px;
    background-repeat: no-repeat;
    width: 128px;
    height: 0;
    padding: 125px 0 0;
  }
  .recipe-block .recipe27 .box-img:before {
    background-image: url("../img/pc/recipe27-i.jpg");
    background-size: 128px 125px;
    background-repeat: no-repeat;
    width: 128px;
    height: 0;
    padding: 125px 0 0;
  }

  .recipe-block .recipe17 .box-img:before {
    background-image: url("../img/pc/recipe17-i.jpg");
    background-size: 128px 125px;
    background-repeat: no-repeat;
    width: 128px;
    height: 0;
    padding: 125px 0 0;
  }
  .recipe-block .recipe18 .box-img:before {
    background-image: url("../img/pc/recipe18-i.jpg");
    background-size: 128px 125px;
    background-repeat: no-repeat;
    width: 128px;
    height: 0;
    padding: 125px 0 0;
  }
  .recipe-block .recipe19 .box-img:before {
    background-image: url("../img/pc/recipe19-i.jpg");
    background-size: 128px 125px;
    background-repeat: no-repeat;
    width: 128px;
    height: 0;
    padding: 125px 0 0;
  }
  .recipe-block .recipe20 .box-img:before {
    background-image: url("../img/pc/recipe20-i.jpg");
    background-size: 128px 125px;
    background-repeat: no-repeat;
    width: 128px;
    height: 0;
    padding: 125px 0 0;
  }
  .recipe-block .recipe28 .box-img:before {
    background-image: url("../img/pc/recipe28-i.jpg");
    background-size: 128px 125px;
    background-repeat: no-repeat;
    width: 128px;
    height: 0;
    padding: 125px 0 0;
  }
  .recipe-block .recipe29 .box-img:before {
    background-image: url("../img/pc/recipe29-i.jpg");
    background-size: 128px 125px;
    background-repeat: no-repeat;
    width: 128px;
    height: 0;
    padding: 125px 0 0;
  }
  .recipe-block .recipe31 .box-img:before {
    background-image: url("../img/pc/recipe31-i.jpg");
    background-size: 128px 125px;
    background-repeat: no-repeat;
    width: 128px;
    height: 0;
    padding: 125px 0 0;
  }
  .recipe-block .recipe32 .box-img:before {
    background-image: url("../img/pc/recipe32-i.jpg");
    background-size: 128px 125px;
    background-repeat: no-repeat;
    width: 128px;
    height: 0;
    padding: 125px 0 0;
  }
  #anniversary-banner{
    padding: 40px;
  }
}
