@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 {
  margin: 0 auto;
}
.product-detail .container.kousaku{
  margin-top: 15px;
}
.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;
  position: relative;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2px 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: 33.3%;
  float: left;
  box-sizing: border-box;
  border-color: #cccccc;
  border-style: solid;
  border-width: 0 0 0 1px;
}
.product-nav li:nth-child(1) {
  border-left-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 #ee5566;
  position: absolute;
  left: 50%;
  bottom: 11px;
}

.page-brandstory .product-nav .brandstory a:after {
  width: 82px;
  margin-left: -41px;
}

.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.headline {
  text-align: center;
  font-size: 1.28571em;
  line-height: 1.35;
  color: #333333;
  letter-spacing: 0.02em;
}

/*----------------------
 .content
----------------------*/
.btn-default {
  display: block;
  border: 1px solid #888888;
  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: #888888;
}
.btn-default:after {
  content: "";
  display: block;
  background-image: url("../img/smp/icon-arrow.png");
  background-size: 10px 16px;
  background-repeat: no-repeat;
  width: 10px;
  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: 26px 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.02em;
}
.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;
}

/* 動画 */
.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 {
  opacity: .8;
}

.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;
  text-align: center;
  max-width: 279px;
}
.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 ######### */
/* 商品ラインアップ */
.lineup-box {
  text-align: center;
  margin: 0 0 20px 0;
}
.lineup-box:nth-child(2n+1) {
  clear: both;
}
.index-lineup-block .box-img:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url("../img/smp/icon-new.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
.index-lineup-block .lineup-box:nth-child(4) .box-img:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url("../img/smp/icon-renew.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
.lineup-box .lineup-name {
  font-size: 0.85714em;
  line-height: 1.5;
  text-align: center;
  color: #000;
  letter-spacing: -0.02em;
  margin: 10px 0 0 0;
}
.lineup-box .lineup-name small {
  display: block;
  font-size: 0.66667em;
  height: 12px;
}
.lineup-box .lineup-name .release {
  display: block;
  font-size: 0.75em;
  color: #e60019;
  margin: 2px 0 4px;
}
.lineup-box .box-img {/*
  height: 106px;*/
  position: relative;
}
}
.lineup-box .box-img img {
  display: block;
  margin: 0;
  position: relative;
  z-index: 1;
}
.index-lineup-block .icon {
  padding: 4px 0;
}
.index-lineup-block .icon .sugar-alcohol0 {
  width: 80%;
  max-width: 156px;
  margin: auto;
}
.lineup-box .label {
  display: none;
}

.lineup-column {
  zoom: 1;
  margin: 0 auto;
  width: 320px;
  padding: 20px 0 0 19px;
}
.lineup-column:before, .lineup-column:after {
  content: "";
  display: table;
  border-spacing: 0;
}
.lineup-column:after {
  clear: both;
}
.lineup-column .lineup-box {
  display: block;
  width: 142px;
  float: left;
}

.index-lineup-block .lineup-column.lineup-list01 .lineup-box .lineup-name {
  height: auto;
  margin-bottom: 5px;
}
.index-lineup-block .lineup-column.lineup-list01 .lineup-box .sp_img  {
  position: relative;
}

.index-lineup-block .lineup-column.lineup-list01 .lineup-box p {
  font-size: 0.85714em;
  line-height: 1.4;
  color: #e60019;
  margin-bottom: 5px;
}
#productListWrap .listWrap{
	text-align:left;
}
#productListWrap .listWrap .list > li{
	width:49%;
}
#productListWrap .listWrap .list > li .text .title{
	white-space:nowrap;
}
#productListWrap .listWrap .list > .mark_on > a:before {
	top:-24px;
	left:10px;
}
#productListWrap .listWrap .list > .mark_on.renewal > a:before {
	top:-9px;
	left:-8px;
}
#productListWrap .listWrap .list > .mark_on.renewal + .mark_on.renewal > a:before {
	left:-5px;
}
#productListWrap .listWrap .list>.mark_on.event_ss > a:before {
	background-image:url(/plus_koji/img/icon-event_ss.png);
}
#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:5px;
}
#productListWrap .listWrap.renewal .list > li.mark_on a::before{
	display:none;
}
#productListWrap .listWrap.renewal .list > li .image{
	height:125px;
}
#productListWrap .listWrap.renewal .list > li .text .title{
	height:auto !important;
	font-size:1.1rem;
}
#productListWrap .listWrap.renewal .list > li .text .title span.renewal{
	display:none;
}
#productListWrap .listWrap .list>.mark_on {
  width: 49%;
  max-width: 200px;
}
#productListWrap .list>li .image{
	height: 125px;
}
#productListWrap.product_plus-koji .list:first-child>li.copyright{
  width:260px;
  max-width:260px;
}
#productListWrap.product_plus-koji .list:first-child>li.copyright .image {
  max-width:240px;
}
#productListWrap.product_plus-koji .list:first-child>li.copyright .image img {
  max-width:260px;
  left:-100px;
  right:-160px;
}
#productListWrap.product_plus-koji .list:first-child>li.copyright a::before{
  left:-10px;
}
#productListWrap .list>li .text .title {
  padding: 0 10px;
}
#productListWrap .list>li .text .title .renewal {
  font-size:1.1em;
  color:#cc0707;
  display:block;
}
.index-lineup-block {
  padding-bottom: 30px;
}
.index-lineup-block a:hover {
  opacity: .8;
}
.index-lineup-block .lineup-column {
  margin-bottom: 6px;
}
.index-lineup-block .lineup01, .index-lineup-block .lineup02 {
  height: 188px;
}
.index-lineup-block .lineup01 .lineup-name:after, .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 14px;
  background-repeat: no-repeat;
  width: 78px;
  height: 0;
  padding: 14px 0 0;
  margin-top: 2px;
}
.index-lineup-block .lineup03, .index-lineup-block .lineup04 {
  height: 180px;
}
.index-lineup-block .lineup03 .box-img, .index-lineup-block .lineup04 .box-img {
  height: 101px;
}
.index-lineup-block .lineup03 .lineup-name:after, .index-lineup-block .lineup04 .lineup-name:after {
  content: "";
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  background-image: url("../img/smp/label-amazake.png");
  background-size: 114px 14px;
  background-repeat: no-repeat;
  width: 114px;
  height: 0;
  padding: 14px 0 0;
  margin-top: 2px;
}
.index-lineup-block .lineup01 .box-img img {
  margin: 0 0 0 6px;
}
.index-lineup-block .lineup02 .box-img img {
  margin: 0 0 0 10px;
}
.index-lineup-block .lineup02 .lineup-name {
  padding-left: 2px;
}
.index-lineup-block .lineup03 .box-img img {
  margin: 0 0 0 6px;
}
.index-lineup-block .lineup04 .box-img img {
  margin: 0 0 0 10px;
}
.index-lineup-block .lineup04 .lineup-name {
  padding-left: 2px;
}
.index-lineup-block .container-foot {
  margin: 0 20px;
}

/* 「プラス糀」は、まいにちの暮らしのなかに。 */
.index-concept-block {
  height: 350px;
  padding: 40px 16px 0;
  color: #FFF;
  text-align: center;
  background: url("../img/smp/index-concept.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.index-concept-block .container-heading {
  font-size: 1.28571em;
  line-height: 1.55;
  margin: 0 0 8px;
  letter-spacing: 0.01em;
}
.index-concept-block .container-body {
  font-size: 0.85714em;
}
.index-concept-block p {
  line-height: 1.55;
  letter-spacing: -0.02em;
}

/* ブランドストーリー */
/* おすすめレシピ */
.index-recipe-block .block-detail {
  padding-top: 16px;
}

/* CMギャラリー */
.index-movie-block {
  background-image: url("../img/smp/index-movie.jpg");
}

/* ######### プラス糀開発秘話 page-brandstory ######### */
.page-brandstory {
  background-color: #FAF2E4;
  background-image: none;
}

.brandstory-block {
  padding: 24px 0 30px;
  color: #333;
}
.brandstory-block .container-heading {
  font-size: 1.28571em;
  line-height: 1.35;
  text-align: center;
  margin-bottom: 10px;
}
.brandstory-block .container-body {
  padding: 0 14px;
  color: #333;
  font-size: 0.85714em;
}
.brandstory-block .container-body p {
  line-height: 2.0;
  text-align: justify;
}
.brandstory-block .container-body p + p {
  margin-top: 1.5em;
}
.brandstory-block .container-body small {
  font-size: 0.75em;
}

/* ######### プラス糀レシピ page-recipe ######### */
.page-recipe {
  background: #faf2e4;
  background-image: none;
}
.page-recipe .product-article {
  padding: 24px 0 0;
}
.page-recipe .product-article a:hover {
  opacity: .8;
}
.page-recipe .recipe-lead-block {
  text-align: center;
  color: #333;
  font-size: 0.85714em;
  margin-bottom: 25px;
}
.page-recipe .recipe-lead-block p {
  line-height: 1.55;
}

.btn-recipe {
  display: block;
  text-decoration: none;
  font-size: 0.64286em;
  text-align: center;
  padding: 0 0 0 0;
  position: relative;
  height: 20px;
  line-height: 20px;
  box-sizing: border-box;
  color: #fff;
  background-color: #e6983d;
}
.btn-recipe:after {
  content: "";
  display: block;
  background-image: url("../img/smp/icon-arrow-recipe.png");
  background-size: 5px 7.5px;
  background-repeat: no-repeat;
  width: 5px;
  height: 0;
  padding: 7.5px 0 0;
  position: absolute;
  top: 50%;
  right: 6px;
  margin: -3.75px 0 0 0;
}

.recipe-box {
  width: 280px;
  color: #333;
}
.recipe-box .headline {
  font-size: 1em;
  line-height: 1.55;
  margin-bottom: 4px;
  font-weight: 500;
}
.recipe-box .box-thumb a {
  display: inline-block;
}
.recipe-box .box-thumb img {
  display: block;
  margin: 0 auto 10px;
}
.recipe-box .box-body {
  zoom: 1;
  position: relative;
}
.recipe-box .box-body:before, .recipe-box .box-body:after {
  content: "";
  display: table;
  border-spacing: 0;
}
.recipe-box .box-body:after {
  clear: both;
}
.recipe-box .box-product {
  position: absolute;
  left: 2px;
  bottom: 0;
}
.recipe-box .box-product a {
  display: inline-block;
}
.recipe-box .box-data {
  margin-left: 100px;
}
.recipe-box .box-data p {
  font-size: 0.85714em;
  line-height: 1.55;
  text-align: justify;
}
.recipe-box .btn-recipe {
  margin-top: 5px;
}
.recipe-box + .recipe-box {
  margin-top: 28px;
}

.recipe-block {
  margin-bottom: 32px;
}
.recipe-block .container-body {
  width: 280px;
  margin: 0 auto;
  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;
}
.recipe-block .recipe03 .box-data, .recipe-block .recipe05 .box-data, .recipe-block .recipe06 .box-data {
  padding-top: 10px;
}
.recipe-block .recipe03 .btn-recipe, .recipe-block .recipe05 .btn-recipe, .recipe-block .recipe06 .btn-recipe {
  margin-top: 8px;
}
.recipe-block .recipe04 .btn-recipe {
  margin-top: 8px;
}
.lineup-box .box-img img.pc_img,
.lineup-box .pc_img {
  display: none;
}
.lineup-box .box-img img.sp_img,
.lineup-box .sp_img  {
  display: block;
}

@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;
  }
  .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/kv.jpg") no-repeat center top #ececec;
    -webkit-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
  }
  .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;
  }
  .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;
    padding: 18px 54px 0;
    height: 82px;
    border: none;
  }
  .product-nav li:nth-child(4) {
    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: #ee5566;
  }

  .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: #ee5566;
  }

  .product-kv-second {
    height: 156px;
    padding-top: 65px;
    background-image: url("../img/pc/second-kv.jpg");
    -webkit-background-size: auto 156px;
    -o-background-size: auto 156px;
    background-size: auto 156px;
  }
  .product-kv-second p.headline {
    text-align: center;
    font-size: 2em;
    letter-spacing: 0.12em;
  }
  .product-kv-second p.headline 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: 2;
  }
  .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;
  }

  /* バナー */
  .banner-block {
    padding: 42px 0;
    background: #faf2e4;
  }
  .banner-block .container {
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
  }
  .banner-block .mobile-off {
    display: block;
  }
  .banner-block .mobile-on {
    display: none;
  }
  .banner-block img {
    display: block;
    height: auto;
  }
  .banner-block a {
    text-decoration: none;
    display: block;
    text-align: center;
    max-width: inherit;
    width: 470px;
    margin:0;
  }
  .banner-block a:nth-child(3){
    margin-left:0;
  }
  .banner-block a:nth-child(4),
  .banner-block a:nth-child(5) {
    margin-left:21px;
  }
  .banner-block a:nth-child(3),
  .banner-block a:nth-child(4),
  .banner-block a:nth-child(5) {
    margin-top:15px;
    width:306px;
  }
  .banner-block a.bnr-kousaku{
	width: 960px;
  }
  .banner-block a + a {
    margin-top: 0;
    margin-left: 20px;
  }

  /* オンラインショップ */
  .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;
  }

  /* 商品ラインアップ */
  .lineup-box {
    text-align: center;
  }
  .lineup-box .lineup-name {
    font-size: 1.28571em;
    line-height: 1.5;
    text-align: center;
    height: 72px;
    margin: 10px 0 0 0;
  }
  .lineup-box .lineup-name small {
    display: block;
    font-size: 0.66667em;
    height: 17px;
  }
  .lineup-box .lineup-name .release {
    font-size: 0.77778em;
    margin: 4px 0 8px;
  }
  .index-lineup-block .lineup-box {
    width: 185px;
  }
  .index-lineup-block .lineup-box:nth-child(2n+1) {
    clear: none;
  }
  .lineup-box .box-img {
    position: relative;/*
    height: 206px;*/
  }
  .lineup-box .box-img img {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
  }
  .lineup-box .box-img:before {/*
    content: "";
    display: block;*/
  }

  .index-lineup-block {
    padding: 40px 0 58px;
  }
  .index-lineup-block .container-body {
    zoom: 1;
    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;
    padding: 0;
    width: auto;
    margin: 0;
    text-align: center;
  }

  .index-lineup-block .lineup-column.lineup-list01 {
    margin-bottom: 50px;
  }

  .index-lineup-block .lineup-column.lineup-list01 .lineup-box {
    width: 200px;
    margin: 0 35px;
  }
  .index-lineup-block .lineup-column.lineup-list01 .lineup-box .lineup-name {
    height: auto;
    margin-bottom: 10px;
  }
  .index-lineup-block .lineup-column.lineup-list01 .lineup-box p {
     font-size: 14px;
     color: #e60019;
  }



  .index-lineup-block .lineup01, .index-lineup-block .lineup02, .index-lineup-block .lineup03, .index-lineup-block .lineup04 {
    height: 322px;
  }
  .index-lineup-block .lineup01 .box-img, .index-lineup-block .lineup02 .box-img, .index-lineup-block .lineup03 .box-img, .index-lineup-block .lineup04 .box-img {
    height: 192px;
  }
  .index-lineup-block .lineup01 .lineup-name:after, .index-lineup-block .lineup02 .lineup-name:after {
    content: "";
    display: block;
    vertical-align: middle;
    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: 2px;
  }
  .index-lineup-block .lineup03 .lineup-name:after, .index-lineup-block .lineup04 .lineup-name:after {
    content: "";
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    background-image: url("../img/pc/label-amazake.png");
    background-size: 205px 25px;
    background-repeat: no-repeat;
    width: 205px;
    height: 0;
    padding: 25px 0 0;
    margin-top: 2px;
  }
  .index-lineup-block .lineup01 {
    width: 255px;
  }
  .index-lineup-block .lineup01 .lineup-name {
    padding-left: 15px;
  }
  .index-lineup-block .lineup01 .box-img:before {
    background-image: url("../img/pc/index-lineup01.png");
    background-size: 122px 178px;
    background-repeat: no-repeat;
    width: 122px;
    height: 0;
    padding: 178px 0 0;
    margin: 0 0 0 60px;
  }
  .index-lineup-block .lineup02 {
    width: 200px;
    margin-left: 10px;
    padding-left: 0;
  }
  .index-lineup-block .lineup02 .box-img:before {
    background-image: url("../img/pc/index-lineup02.png");
    background-size: 121px 177px;
    background-repeat: no-repeat;
    width: 121px;
    height: 0;
    padding: 177px 0 0;
    margin: 0 0 0 25px;
  }
  .index-lineup-block .lineup03 {
    width: 240px;
    margin-left: 16px;
  }
  .index-lineup-block .lineup03 .box-img:before {
    background-image: url("../img/pc/index-lineup03.png");
    background-size: 124px 174px;
    background-repeat: no-repeat;
    width: 124px;
    height: 0;
    padding: 174px 0 0;
    margin: 0 0 0 44px;
  }
  .index-lineup-block .lineup03 .lineup-name {
    padding-left: 10px;
  }
  .index-lineup-block .lineup04 {
    width: 230px;
    margin-left: 0;
  }
  .index-lineup-block .lineup04 .box-img:before {
    background-image: url("../img/pc/index-lineup04.png");
    background-size: 123px 174px;
    background-repeat: no-repeat;
    width: 123px;
    height: 0;
    padding: 174px 0 0;
    margin: 0 0 0 34px;
  }
  .index-lineup-block .lineup04 .lineup-name {
    padding-left: 0;
  }
  .index-lineup-block .container-foot .btn-default {
    width: 450px;
    margin: 0 auto;
  }

  /* 「プラス糀」は、まいにちの暮らしのなかに。 */
  .index-concept-block {
    height: 500px;
    padding: 95px 16px 0;
    text-align: center;
    background: url("../img/pc/index-concept.jpg") no-repeat top center;
  }
  .index-concept-block .container-heading {
    font-size: 1.71429em;
    margin: 0 0 15px;
    letter-spacing: 0.02em;
  }
  .index-concept-block .container-heading br {
    display: none;
  }
  .index-concept-block .container-body {
    font-size: 1.14286em;
  }
  .index-concept-block p {
    line-height: 2;
    letter-spacing: 0;
  }

  /* ブランドストーリー */
  .index-brandstory-block {
    padding-top: 80px;
    background-image: url("../img/pc/index-brandstory.jpg");
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 500px;
  }
  .index-brandstory-block .block-img {
    display: none;
  }
  .index-brandstory-block .block-detail {
    padding-top: 0;
  }
  .index-brandstory-block .block-body {
    margin-bottom: 24px;
  }

  /* おすすめレシピ */
  .index-recipe-block {
    padding-top: 90px;
    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-img.jpg");
    background-size: 480px 320px;
    background-repeat: no-repeat;
    width: 480px;
    height: 0;
    padding: 320px 0 0;
  }
  .index-recipe-block .block-img img {
    display: none;
  }
  .index-recipe-block .block-detail {
    padding-top: 34px;
    float: left;
  }

  /* ######### プラス糀開発秘話 page-brandstory ######### */
  .page-brandstory .shop-block {
    /* padding-top: 60px; */
  }

  .brandstory-block {
    padding: 55px 0 0;
    height: 1511px;
    background: url("../img/pc/brandstory-bg02.jpg") no-repeat top center;
    background-size: cover;
  }
  .brandstory-block .container-heading {
    font-size: 1.71429em;
    margin-bottom: 40px;
    letter-spacing: 0.02em;
  }
  .brandstory-block .container-body {
    width: 720px;
    padding: 0 100px;
    margin: 0 auto;
    font-size: 1.14286em;
  }
  .brandstory-block .container-body p {
    line-height: 2;
    white-space: nowrap;
  }
  .brandstory-block .container-body p + p {
    margin-top: 1.9em;
  }
  .brandstory-block .container-body small {
    font-size: 0.875em;
  }

  /* ######### プラス糀レシピ page-recipe ######### */
  .page-recipe {
    background-color: #faf2e4;
    background-image: none;
  }
  .page-recipe .product-article {
    padding: 54px 0 0;
  }
  .page-recipe .recipe-lead-block {
    color: #000;
    font-size: 1.14286em;
    margin-bottom: 62px;
  }
  .page-recipe .shop-block {
    /* padding-top: 60px; */
  }

  .btn-recipe {
    width: 215px;
    font-size: 1em;
    padding: 0 0 0 0;
    height: 30px;
    line-height: 30px;
  }
  .btn-recipe:after {
    background-image: url("../img/pc/icon-arrow-recipe.png");
    background-size: 8px 13px;
    background-repeat: no-repeat;
    width: 8px;
    height: 0;
    padding: 13px 0 0;
    right: 12px;
    margin: -6.5px 0 0 0;
  }

  .recipe-box {
    width: 462px;
    height: 320px;
    color: #333;
    position: relative;
  }
  .recipe-box .headline {
    font-size: 1.71429em;
    margin-bottom: 0;
  }
  .recipe-box .box-thumb {
    margin-bottom: 13px;
  }
  .recipe-box .box-thumb img {
    display: none;
  }
  .recipe-box .box-thumb a:before {
    content: "";
    display: block;
  }
  .recipe-box .box-body {
    zoom: 1;
    position: static;
  }
  .recipe-box .box-body:before, .recipe-box .box-body:after {
    content: "";
    display: table;
    border-spacing: 0;
  }
  .recipe-box .box-body:after {
    clear: both;
  }
  .recipe-box .box-product {
    position: absolute;
    left: 2px;
    bottom: 0;
    display: inline-block;
  }
  .recipe-box .box-product a:before {
    content: "";
    display: block;
  }
  .recipe-box .box-product img {
    display: none;
  }
  .recipe-box .box-data {
    margin-left: 116px;
  }
  .recipe-box .box-data p {
    font-size: 1.14286em;
  }
  .recipe-box .btn-recipe {
    //margin-top: inherit;
    //position: absolute;
    //bottom: 0;
    //left: 116px;
  }
  .recipe-box + .recipe-box {
    margin-top: inherit;
  }

  .recipe-block {
    margin-bottom: 55px;
  }
  .recipe-block .container-body {
    width: auto;
  }
  .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: 82px;
  }
  .recipe-block .recipe03 .box-data, .recipe-block .recipe05 .box-data, .recipe-block .recipe06 .box-data {
    padding-top: inherit;
  }
  .recipe-block .recipe03 .btn-recipe, .recipe-block .recipe05 .btn-recipe, .recipe-block .recipe06 .btn-recipe {
    margin-top: inherit;
  }
  .recipe-block .recipe04 .btn-recipe {
    margin-top: inherit;
  }
  .recipe-block .recipe01 .box-thumb a:before {
    background-image: url("../img/pc/recipe01-r.png");
    background-size: 462px 176px;
    background-repeat: no-repeat;
    width: 462px;
    height: 0;
    padding: 176px 0 0;
  }
  .recipe-block .recipe01 .box-product a:before {
    background-image: url("../img/pc/recipe01-i.png");
    background-size: 105px 134px;
    background-repeat: no-repeat;
    width: 105px;
    height: 0;
    padding: 134px 0 0;
  }
  .recipe-block .recipe02 .box-thumb a:before {
    background-image: url("../img/pc/recipe02-r.png");
    background-size: 462px 176px;
    background-repeat: no-repeat;
    width: 462px;
    height: 0;
    padding: 176px 0 0;
  }
  .recipe-block .recipe02 .box-product a:before {
    background-image: url("../img/pc/recipe02-i.png");
    background-size: 105px 134px;
    background-repeat: no-repeat;
    width: 105px;
    height: 0;
    padding: 134px 0 0;
  }
  .recipe-block .recipe03 .box-thumb a:before {
    background-image: url("../img/pc/recipe03-r.png");
    background-size: 462px 176px;
    background-repeat: no-repeat;
    width: 462px;
    height: 0;
    padding: 176px 0 0;
  }
  .recipe-block .recipe03 .box-product a:before {
    background-image: url("../img/pc/recipe03-i.png");
    background-size: 105px 134px;
    background-repeat: no-repeat;
    width: 105px;
    height: 0;
    padding: 134px 0 0;
  }
  .recipe-block .recipe04 .box-thumb a:before {
    background-image: url("../img/pc/recipe04-r.png");
    background-size: 462px 176px;
    background-repeat: no-repeat;
    width: 462px;
    height: 0;
    padding: 176px 0 0;
  }
  .recipe-block .recipe04 .box-product a:before {
    background-image: url("../img/pc/recipe04-i.png");
    background-size: 105px 134px;
    background-repeat: no-repeat;
    width: 105px;
    height: 0;
    padding: 134px 0 0;
  }
  .recipe-block .recipe05 .box-thumb a:before {
    background-image: url("../img/pc/recipe05-r.png");
    background-size: 462px 176px;
    background-repeat: no-repeat;
    width: 462px;
    height: 0;
    padding: 176px 0 0;
  }
  .recipe-block .recipe05 .box-product a:before {
    background-image: url("../img/pc/recipe05-i.png");
    background-size: 105px 134px;
    background-repeat: no-repeat;
    width: 105px;
    height: 0;
    padding: 134px 0 0;
  }
  .recipe-block .recipe06 .box-thumb a:before {
    background-image: url("../img/pc/recipe06-r.png");
    background-size: 462px 176px;
    background-repeat: no-repeat;
    width: 462px;
    height: 0;
    padding: 176px 0 0;
  }
  .recipe-block .recipe06 .box-product a:before {
    background-image: url("../img/pc/recipe06-i.png");
    background-size: 105px 134px;
    background-repeat: no-repeat;
    width: 105px;
    height: 0;
    padding: 134px 0 0;
  }
  .recipe-block .recipe07 .box-thumb a:before {
    background-image: url("../img/pc/recipe07-r.png");
    background-size: 462px 176px;
    background-repeat: no-repeat;
    width: 462px;
    height: 0;
    padding: 176px 0 0;
  }
  .recipe-block .recipe07 .box-product a:before {
    background-image: url("../img/pc/recipe07-i.png");
    background-size: 105px 134px;
    background-repeat: no-repeat;
    width: 105px;
    height: 0;
    padding: 134px 0 0;
  }
  .recipe-block .recipe08 .box-thumb a:before {
    background-image: url("../img/pc/recipe08-r.png");
    background-size: 462px 176px;
    background-repeat: no-repeat;
    width: 462px;
    height: 0;
    padding: 176px 0 0;
  }
  .recipe-block .recipe08 .box-product a:before {
    background-image: url("../img/pc/recipe08-i.png");
    background-size: 105px 134px;
    background-repeat: no-repeat;
    width: 105px;
    height: 0;
    padding: 134px 0 0;
 }
  .recipe-block .recipe09 .box-thumb a:before {
    background-image: url("../img/pc/recipe09-r.png");
    background-size: 462px 176px;
    background-repeat: no-repeat;
    width: 462px;
    height: 0;
    padding: 176px 0 0;
  }
  .recipe-block .recipe09 .box-product a:before {
    background-image: url("../img/pc/recipe09-i.png");
    background-size: 105px 134px;
    background-repeat: no-repeat;
    width: 105px;
    height: 0;
    padding: 134px 0 0;
  }
  .lineup-box .box-img img.pc_img,
  .lineup-box .pc_img {
    display: block;
  }
  .lineup-box .box-img img.sp_img,
  .lineup-box .sp_img  {
    display: none;
  }
	#productListWrap .listWrap{
		text-align:center;
	}
	#productListWrap .list:last-child{
		margin:0 0 60px;
	}
	#productListWrap .list > li{
		margin:0 0 30px;
	}
	#productListWrap .listWrap.renewal{
		margin-top:60px;
		width:900px;
		padding-bottom:10px;
		padding-top:50px;
		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:
			365px 2px,
			365px 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:159px;
	}
	#productListWrap .listWrap.renewal .list > li .text .title{
		height:auto !important;
		font-size:1.6rem;
	}
	#productListWrap .listWrap.renewal .list > li .text .title span.renewal{
		display:none;
	}
	#productListWrap .listWrap .list>.mark_on {
		width: 60%;
		max-width: 180px;
	}
	#productListWrap .listWrap .list > .mark_on.renewal{
		max-width: 210px;
	}
	#productListWrap .listWrap .list>.mark_on > a:before {
		top:-30px;
	}
	#productListWrap .listWrap .list>.mark_on.renewal > a:before {
		top:-15px;
		left:0;
	}
	#productListWrap .listWrap .list > .mark_on.renewal + .mark_on.renewal > a:before {
		left:3px;
	}
	#productListWrap.product_plus-koji .list>li .image{
		height: 150px !important;
		max-width:150px !important;
	}
  #productListWrap.product_plus-koji .list:first-child>li.copyright{
    width:260px;
    max-width:260px;
  }
  #productListWrap.product_plus-koji .list:first-child>li.copyright .image {
    max-width:200px;
  }
  #productListWrap.product_plus-koji .list:first-child>li.copyright .image img {
    max-width:240px;
    left:-100px;
    right:-100px;
  }
  #productListWrap.product_plus-koji .list:first-child>li.copyright a::before{
    left:-40px;
  }
}
