@charset "UTF-8";
.product-detail {
  font-family: 'Noto Sans Jp', sans-serif;
  -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 .ask-doctors {
  color: #ffffff;
  text-align: center;
  position: absolute;
  right: 45px;
  bottom: 0;
  width: 75%;
  max-width: 300px;
  margin: auto;
}
.product-detail .ask-doctors li {
  line-height: 1.2;
}
.product-detail .ask-doctors li:nth-child(1) {
  position: absolute;
  width: 30%;
  bottom: 7px;
  left: 10px;
}
.product-detail .ask-doctors:hover {
  opacity:0.8;
}
.product-detail .ask-doctors li:nth-child(2) {
  padding-left: 70px;
  padding-bottom: 10px;
  font-size: 0.85714em;
}
.product-detail .ask-doctors li span {
  display: block;
  font-size: 0.7em;
  margin: 5px 0 0 0;
}
.product-detail .ask-doctors .ask-doctors-icon {
  width: 70px;
}
.product-detail .ask-doctors .doctor-icon {
  width: 25%;
  position: absolute;
  bottom: 5px;
  right: -40px;
}
.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;
}

/*----------------------
 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;
  position: relative;
  border-bottom: 1px solid #CCC;
  -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 -1px 1px 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.333%;
  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(5) {
  border-left-width: 0;
}
.product-nav li:nth-child(2), .product-nav li:nth-child(3), .product-nav li:nth-child(4) {
  border-top-width: 0;
}

.page-concept .product-nav .concept a:after,
.page-recipe .product-nav .recipe a:after,
.page-handmade .product-nav .handmade a:after,
.page-faq .product-nav .faq a:after {
  content: "";
  display: block;
  height: 0;
  border-bottom: 1px solid #F4A90C;
  position: absolute;
  left: 50%;
  bottom: 11px;
}

.page-concept .product-nav .concept a:after {
  width: 60px;
  margin-left: -30px;
}

.page-recipe .product-nav .recipe a:after {
  width: 60px;
  margin-left: -30px;
}

.page-handmade .product-nav .handmade a:after {
  width: 60px;
  margin-left: -30px;
}

.page-faq .product-nav .faq a:after {
  width: 60px;
  margin-left: -30px;
}

.product-kv-second {
  height: 78px;
  padding-top: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FDF8E1;
  background-image: url("../img/smp/concept-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;
}
.product-kv-second.recipe-kv, .product-kv-second.handmade-kv {
  padding-top: 15px;
}

/*----------------------
 .content
----------------------*/
.btn-amazake {
  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: #666666;
}
.btn-amazake:after {
  content: "";
  display: block;
  background-image: url("../img/smp/icon-arrow.png");
  background-size: 9.5px 16px;
  background-repeat: no-repeat;
  width: 9.5px;
  height: 0;
  padding: 16px 0 0;
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -8px 0 0 0;
}
.btn-amazake: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: 12px;
}
.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;
  height: 42px;
}
.lineup-box .lineup-name small {
  display: block;
  font-size: 0.75em;
}
.lineup-box .box-img img {
  display: block;
  margin: 0 auto;
}

.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%;
}
.lineup-column .lineup-box:nth-child(2n-1) {
  float: left;
}
.lineup-column .lineup-box:nth-child(2n) {
  float: left;
}
#productListWrap .list>.mark_on {
  width: 49%;
  max-width: 190px;
}
#productListWrap .list>.mark_on.event_ss > a:before {
	background-image:url(/plus_koji/img/icon-event_ss.png);
}
#productListWrap.product_plus-koji .list:first-child>li:nth-child(-n+2) .image,
#productListWrap.product_amazake .list:first-child>li:nth-child(-n+2) .image {
  height: 160px;
}
#productListWrap.product_amazake .list:first-child>li.copyright{
  width:260px;
  max-width:260px;
}
#productListWrap.product_amazake .list:first-child>li.copyright .image {
  max-width:240px;
}
#productListWrap.product_amazake .list:first-child>li.copyright .image img {
  max-width:260px;
  left:-100px;
  right:-160px;
}
#productListWrap.product_amazake .list:first-child>li.copyright a::before{
  left:-10px;
}
#productListWrap .list>li .text .title {
  padding: 0px 10px;
}
/* 動画 */
.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-arrow-wh.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: 10px;
  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;
  line-height: 1.25em;
  margin: 0 0 22px;
}
.movie-block .lead {
  font-size: 0.71429em;
  text-align: center;
  margin-bottom: 10px;
}

/* バナー上部 */
.banner-block02 {
  padding: 30px 0;
  text-align: center;
  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-block02 .container {
  max-width: 320px;
}
.banner-block02 .mobile-off {
  display: none;
}
.banner-block02 .mobile-on {
  display: inline-block;
}
.banner-block02 img {
  height: auto;
}
.banner-block02 a {
  text-decoration: none;
  display: inline-block;
  margin: 0 auto;
}
.banner-block02 a:hover {
  opacity: .8;
}
.banner-block02 a + a {
  margin-top: 15px;
}
.banner-block02 a span {
  display: none;
}

/* バナー下部 */
.banner-block {
  padding: 30px 0;
  text-align: center;
  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 .container {
  max-width: 320px;
}
.banner-block .mobile-off {
  display: none;
}
.banner-block .mobile-on {
  display: inline-block;
}
.banner-block img {
  height: auto;
}
.banner-block a {
  text-decoration: none;
  display: inline-block;
  margin: 0 auto;
}
.banner-block a:hover {
  opacity: .8;
}
.banner-block a + a {
  margin-top: 15px;
}
.banner-block a span {
  display: none;
}
.container.kousaku{
  margin-top: 15px;
}

/* オンラインショップ */
.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 ######### */
.page-index .container {
  max-width: inherit;
}
.page-index .product-article {
  padding-bottom: 10px;
}

.index-lineup-block {
  padding-top: 16px;
  padding-bottom: 40px;
}
.index-lineup-block .lineup-column {
  padding: 18px 15px 0 25px;
  max-width: 320px;
  /*height: 208px;*/
}
.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 p {
  font-size: 0.85714em;
  line-height: 1.4;
  color: #e60019;
  margin-bottom: 5px;
}

.index-lineup-block .lineup-box {
  text-align: center;
  display: block;
  box-sizing: border-box;
  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;
}
.index-lineup-block .lineup-box:hover {
  opacity: 0.8;
}
.index-lineup-block .lineup-box i {
  display: none;
}
.index-lineup-block .box-img {/*
  height: 120px;*/
  position: relative;
}
.index-lineup-block .box-img img {
  display: block;
  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;
}
.index-lineup-block .lineup01 .box-img {
  padding: 15px 0 0 0;
}
.index-lineup-block .lineup01 .box-img img {
  margin: 0 0 0 48px;
}
.index-lineup-block .lineup02 .box-img {
  padding: 15px 0 0 0;
}
.index-lineup-block .lineup02 .box-img img {
  margin: 0 0 0 46px;
}
.index-lineup-block .penelope-column {
  text-align: center;
  margin-bottom: 10px;
}
.index-lineup-block .penelope-column a {
  display: inline-block;
}
.index-lineup-block .penelope-column img {
  display: block;
}
.index-lineup-block .container-foot {
  margin: 0 20px;
}

/* CMギャラリー */
.index-movie-block {
  background-image: url("../img/smp/movie-bg2.jpg");
}

/* レシピの紹介 */
.index-recipe-block .btn-amazake {
  margin-bottom: 12px;
}
.index-recipe-block .btn-amazake:last-child {
  margin-bottom: 0;
}

/* ######### 糀甘酒の特徴 page-concept ######### */
/* どうして、マルコメが甘酒なの？ */
.concept1-block {
  position: relative;
  background-image: url("../img/smp/concept1-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.concept1-block .container-heading {
  width: 27.5%;
  padding: 20px 0 0 0;
  margin: 0 auto 0 auto;
}
.concept1-block .container-heading img {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.concept1-block .container {
  font-size: 0.85714em;
}
.concept1-block .text {
  padding: 15px 0 20px 0;
}
.concept1-block p {
  position: relative;
  width: 90.63%;
  text-align: center;
  line-height: 30px;
  margin: auto;
}
.concept1-block p:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc(100% - 20px);
  background-image: url("../img/smp/concept1-bg-line.png");
  background-position: center top;
  background-repeat: repeat-y;
  background-size: auto 30px;
}
.concept1-block p span {
  display: inline-block;
}

.concept2-box .box-heading {
  font-size: 1em;
  color: #f4a90c;
  line-height: 1.3;
  margin-bottom: 5px;
  white-space: nowrap;
}
.concept2-box .box-body {
  font-size: 0.85714em;
  color: #231815;
}
.concept2-box .box-body p {
  line-height: 1.55;
  text-align: justify;
}

.concept2-block {
  height: 691px;
  padding: 27px 0 0;
}
.concept2-block .container {
  margin: 0 auto;
  width: 299.5px;
  height: 660.5px;
  background: url("../img/smp/concept2-bg.png") no-repeat center;
  background-size: 299.5px 660.5px;
}
.concept2-block .container-body {
  padding: 36px 28px 0 90px;
}
.concept2-block .container-foot {
  padding: 0 20px;
  font-size: 0.64286em;
}
.concept2-block .container-foot p {
  line-height: 1.3;
	text-align: justify;
}
.concept2-block .concept2-01 {
  height: 128px;
}
.concept2-block .concept2-02 {
  height: 127px;
}
.concept2-block .concept2-03 {
  height: 146px;
}
.concept2-block .concept2-04 {
  height: 155px;
}

/* 江戸時代の甘酒について */
.concept3-block {
  height: 689px;
  padding: 20px 0 0;
}
.concept3-block .container {
  margin: 0 auto;
  width: 299.5px;
  height: 663.5px;
  background: url("../img/smp/concept3-bg.png") no-repeat center;
  background-size: 299.5px 663.5px;
}
.concept3-block .container-heading {
  padding: 2px 0 0;
  margin: 0 0 26px;
  text-align: center;
  font-size: 1.21429em;
  letter-spacing: 0.11em;
  color: #666;
}
.concept3-block .container-body {
  padding: 0 30px 0;
  font-size: 0.85714em;
}
.concept3-block .container-body p {
  line-height: 2.01;
  text-align: justify;
  letter-spacing: -0.01em;
}
.concept3-block .container-body p small {
  display: block;
}

/* concept-wave */
.concept-wave {
  background: url(../img/smp/concept-wave.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 40px 0;
}
.concept-wave .container {
  width: 299.5px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
  margin: 0 auto;
  padding: 30px 20px 5px 20px;
  box-sizing: border-box;
}
.concept-wave h2 {
  dont-size: 1.5em;
  line-height: 1.33;
  margin: 0 0 25px 0;
}
.concept-wave p {
  font-size: 0.85714em;
  line-height: 1.75;
  margin: 0 0 25px 0;
}

/* ######### 糀甘酒レシピ page-recipe ######### */
.page-recipe .container {
  zoom: 1;
}
.page-recipe .container:before, .page-recipe .container:after {
  content: "";
  display: table;
  border-spacing: 0;
}
.page-recipe .container:after {
  clear: both;
}

.recipe-lead-block {
  font-size: 0.85714em;
  padding: 25px 0 0;
  margin: 0;
  height: 100px;
}
.recipe-lead-block p {
  line-height: 1.55;
  text-align: center;
}
.recipe-block .recipe-lead-block {
  color: #635849;
  padding: 12px 0;
  height: auto;
}

.recipe-block .btn-recipe {
  display: block;
  text-decoration: none;
  font-size: 1em;
  text-align: left;
  padding: 0 0 0 8px;
  position: relative;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  border-radius: 2px;
  color: #000;
  background-color: #EFEFEF;
  letter-spacing: -0.1em;
  white-space: nowrap;
}
.recipe-block .btn-recipe span {
  display: inline-block;
  background-color: #ECA910;
  width: 1em;
  margin-right: 5px;
  padding: 5px;
  color: #FFFFFF;
  font-size: 0.85714em;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
}
.recipe-block .btn-recipe: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: 10px;
  margin: -4.5px 0 0 0;
}
.recipe-block .btn-recipe:hover {
  opacity: .8;
}
.recipe-block .container-heading {
  font-size: 1em;
  padding: 0;
  margin: 0 0 14px;
}
.recipe-block .container-heading img {
  display: block;
  margin: 0 auto;
}
.recipe-block .box-body {
  padding: 0;
  margin: 0 0 20px;
  font-size: 0.85714em;
  color: #231815;
}
.recipe-block .box-body p {
  line-height: 1.55;
  text-align: center;
}
.recipe-block .box-img {
  padding: 0;
  margin: 0 0 15px;
}
.recipe-block .box-img img {
  display: block;
  margin: 0 auto;
}
.recipe-block .box-foot {
  padding: 0;
  margin: 0 20px;
}
.recipe-block .box-foot ul li + li {
  margin-top: 5px;
}

.recipe-nav {
  max-width: 420px;
  position: relative;
  padding-bottom: 2px;
  margin: 0 auto 20px;
  background: url("../img/smp/handmade-nav-line2.png") repeat-x bottom center;
  background-size: 5px 2px;
}
.recipe-nav ul {
  zoom: 1;
}
.recipe-nav ul:before, .recipe-nav ul:after {
  content: "";
  display: table;
  border-spacing: 0;
}
.recipe-nav ul:after {
  clear: both;
}
.recipe-nav li {
  float: left;
  width: 50%;
}
.recipe-nav a {
  display: block;
  font-size: 0.64286em;
  height: 56px;
  line-height: 56px;
  text-align: center;
  text-decoration: none;
  color: #666666;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.recipe-nav li:nth-child(2):before {
  content: "";
  display: inline-block;
  background: url("../img/smp/handmade-nav-line1.png") repeat-y;
  background-size: 2px 3px;
  width: 2px;
  height: 0;
  padding: 32px 0 0;
  float: left;
  margin: 16px 0 0 0;
}
.recipe-nav li img {
  width: 16%;
  max-width: 30px;
  vertical-align: middle;
}
.recipe-nav li span {
  display: inline-block;
  line-height: 1;
}
.recipe-nav li.current span {
  position: relative;
}
.recipe-nav li.current span:after {
  content: "";
  display: block;
  width: 60px;
  height: 0;
  margin-left: -30px;
  border-bottom: 1px solid #F4A90C;
  position: absolute;
  left: 50%;
  bottom: -3px;
}
.recipe-nav li:nth-child(2).current span:after {
  width: 80px;
  margin-left: -40px;
}

.cookpad-block {
  margin: 0 20px;
}
.cookpad-block .container {
  background-color: #f7f3e9;
  padding: 26px;
  color: #330000;
  border: #5b3636 2px solid;
  border-radius: 5px;
  text-align: center;
}
.cookpad-block .container-title {
  margin-bottom: 18px;
}
.cookpad-block .container-title img {
  width: 43.91%;
}
.cookpad-block .lead-block {
  display: table;
  text-align: left;
  margin: 0 auto;
}
.cookpad-block .lead-block p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 10px;
}
.cookpad-block .lead-block p sup {
  font-size: 10px;
  vertical-align: super;
}
.cookpad-block .lead-block p.notes {
  font-size: 10px;
  font-weight: normal;
  margin-bottom: 20px;
}
.cookpad-block .container-body p {
  margin-bottom: 20px;
}
.cookpad-block .container-body p:last-child {
  margin-bottom: 0;
}
.cookpad-block .container-body p img {
  width: 84.95%;
  text-align: left;
}


.recipe0-block {
  position: relative;
  padding-bottom: 35px;
}
.recipe0-block .container-title {
  margin: 0 20px;
}

.recipe1-block {
/*  height: 716px;*/
  padding: 0;
  margin: 0;
}
.recipe1-block .container-title {
  margin: 0 20px;
}
.recipe2-block {
/*  height: 714px;*/
  padding: 28px 0 0;
  margin: 0;
}
.recipe2-block .box-img {
  margin-bottom: 5px;
}

.recipe3-block {
/*  height: 736px;*/
  padding: 26px 0 0;
  margin: 0;
}
.recipe3-block .box-img {
  margin-bottom: 10px;
}

.snapdish-box {
  text-align: center;
  margin: 0 10px;
  background-color: #efefef;
  padding: 10px;
  border-radius: 3px;
}
.snapdish-box .box-heading {
  font-size: 1em;
  text-align: center;
  white-space: nowrap;
  line-height: 19.5px;
  margin: 0 0 10px;
  padding: 5px 0 0;
}
.snapdish-box .box-heading .mobile-off {
  display: none;
}
.snapdish-box .box-heading:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -1px 0 0;
  margin-right: 3px;
  background-image: url("../img/smp/icon-snapdish.png");
  background-size: 76px 19.5px;
  background-repeat: no-repeat;
  width: 76px;
  height: 0;
  padding: 19.5px 0 0;
}

.snapdish_list * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.snapdish_list .iframe_wrap {
  width: 100%;
  margin: auto;
}
.snapdish_list .mobile-off {
  display: none;
}
.snapdish_list .iframe_wrap iframe {
  max-width: 100%;
}

#x-sd-modal iframe {
  top: 0;
  left: 0;
}

.recipe4-block {
  margin: 0;
  padding: 20px 0 0;
}
.recipe4-block .container-heading {
  margin: 0 0 8px;
}
.recipe4-block .container-heading img {
  display: block;
  margin: 0 auto;
}
.recipe4-block .btn-recipe-thumb {
  display: block;
  position: relative;
  padding: 67px 0 0;
  margin: 0;
}
.recipe4-block .btn-recipe-thumb img {
  position: absolute;
  left: 20px;
  top: 0;
  z-index: 1;
}
.recipe4-block .btn-recipe-thumb span {
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 1em;
  text-align: center;
  padding: 0 0 0 55px;
  position: relative;
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
  border-radius: 2px;
  color: #000;
  background-color: #EFEFEF;
}
.recipe4-block .btn-recipe-thumb span: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: 10px;
  margin: -4.5px 0 0 0;
}
.recipe4-block .btn-recipe-thumb.l2 span {
  line-height: 1.1;
  padding: 8px 5px 5px 55px;
}
.recipe4-block .btn-recipe-thumb:hover {
  opacity: .8;
}
.recipe4-block .container-body {
  padding: 0 0 0;
  margin: 0 0 10px;
}
.recipe4-block .container-body ul {
  margin: 0 20px 33px;
}
.recipe4-block .container-body li + li {
  margin-top: 15px;
}

/* ######### 濃厚糀甘酒レシピ recipe-rich ######### */
.recipe-rich .recipe-lead-block {
  height: auto;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.recipe-rich .recipe-lead-block .img {
  width: 32%;
  margin: 0 auto 15px auto;
}
.recipe-rich .recipe-lead-block .txt p {
  color: #666666;
  line-height: 2;
}
.recipe-rich .recipe-lead-block .txt p span {
  color: #f4a90c;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  vertical-align: text-top;
}
.recipe-rich .recipe0-block .container-title,
.recipe-rich .recipe1-block .container-title {
  margin-bottom: 35px;
}
.recipe-rich .recipe0-block {
  padding-bottom: 20px;
}
.recipe-rich .recipe0-block ul {
  margin: 0 auto;
  width: 75%;
}
.recipe-rich .recipe0-block ul li {
  margin-bottom: 20px;
}
.recipe-rich .recipe0-block ul li a {
  display: block;
}
.recipe-rich .recipe0-block ul li p {
  background-color: #eeeeee;
  padding: 8px;
  border-radius: 5px;
  text-align: center;
}
.recipe-rich .recipe0-block ul li img {
  margin-bottom: 15px;
}
.recipe-rich .recipe0-block dl dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.recipe-rich .recipe0-block dl dd {
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.recipe-rich .recipe0-block dl dd span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
.recipe-rich .recipe0-block dl dd span.sub {
  font-size: 12px;
  font-weight: normal;
  text-indent: 4.8em;
}
.recipe-rich .recipe0-block dl dd:last-child {
  font-size: 14px;
}
.recipe-rich .container-heading img {
  width: 86.13%;
}
.recipe-rich .recipe4-block .btn-recipe-thumb {
  padding-top: 94px;
}


/* ######### 甘酒の作り方 page-handmade ######### */
.handmade-nav {
  max-width: 420px;
  position: relative;
  padding-bottom: 2px;
  margin: 0 auto 20px;
  background:
    url("../img/smp/handmade-nav-line2.png") repeat-x center bottom / 5px 2px,
    url("../img/smp/handmade-nav-line2.png") repeat-x center 112px / 5px 2px,
    url("../img/smp/handmade-nav-line2.png") repeat-x center 56px / 5px 2px;
}
.handmade-nav ul {
  zoom: 1;
}
.handmade-nav ul:before, .handmade-nav ul:after {
  content: "";
  display: table;
  border-spacing: 0;
}
.handmade-nav ul:after {
  clear: both;
}
.handmade-nav li {
  width: 50%;
  float: left;
}
.handmade-nav li:nth-child(odd) {
  clear:left;
}
.handmade-nav a {
  display: block;
  font-size: 0.64286em;
  padding: 18px 0 0 45px;
  line-height: 1.3;
  text-decoration: none;
  color: #666666;
  background-repeat: no-repeat;
  height: 56px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.handmade-nav i {
  color: #f4a90c;
  font-size: 1.22222em;
  display: block;
}
.handmade-nav strong {
  font-size: 1.33333em;
}
.handmade-nav li:nth-child(odd) a {
  padding-left: 52px;
}
.handmade-nav li:nth-child(even):before {
  content: "";
  display: inline-block;
  background: url("../img/smp/handmade-nav-line1.png") repeat-y;
  background-size: 2px 3px;
  width: 2px;
  height: 0;
  padding: 32px 0 0;
  float: left;
  margin: 16px 0 0 0;
}
.handmade-nav li:nth-child(1) a,
.handmade-nav li:nth-child(2) a,
.handmade-nav li:nth-child(3) a {
  background-image: url("../img/smp/handmade-nav-01.jpg");
  background-size: 29px 31px;
}
.handmade-nav li:nth-child(4) a,
.handmade-nav li:nth-child(5) a {
  background-image: url("../img/smp/handmade-nav-02.png");
  background-size: 29px 31px;
}
.handmade-nav li:nth-child(1) a {
  background-position: 17px 14px;
}
.handmade-nav li:nth-child(2) a {
  background-position: 11px 14px;
}
.handmade-nav li:nth-child(3) a {
  background-position: 17px 14px;
}
.handmade-nav li:nth-child(4) a {
  background-position: 11px 13px;
}
.handmade-nav li:nth-child(5) a {
  background-position: 17px 13px;
}

.handmade-heading {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 0;
  padding: 80px 16px 0;
  font-size: 0.85714em;
}
.handmade-heading.heading1 {
  background-image: url("../img/smp/handmade-headline1.png");
  background-size: 282px 70px;
}
.handmade-heading.heading2 {
  background-image: url("../img/smp/handmade-headline2.png");
  background-size: 282px 50px;
  padding-top: 60px;
}
.handmade-heading .title {
  display: none;
}
.handmade-heading p {
  text-align: justify;
  line-height: 1.55;
}

.movieyt-block {
  padding: 18px 20px;
}
.movieyt-block .container {
  background: #efefef;
  padding: 12px;
}
.movieyt-block .container-heading {
  font-size: 0.78571em;
  color: #000;
  margin: 0 0 7px;
}
.movieyt-block .container-body {
  text-align: center;
}
.movieyt-block .container-body iframe {
  max-width: 100%;
  width: 256px;
  height: 144px;
}

.handmade-block .container-heading {
  position: relative;
  margin: 0 0 20px;
}
.handmade-block .container-heading span {
  display: none;
}
.handmade-block .container-heading:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  content: "";
  background: #efefef;
  padding: 15px 0 0;
  z-index: 0;
}
.handmade-block .container-heading:after {
  content: "";
  display: block;
  margin: 0 auto;
  position: relative;
  background-image: url("../img/smp/handmade-title-gohan.png");
  background-size: 242px 22px;
  background-repeat: no-repeat;
  width: 242px;
  height: 0;
  padding: 22px 0 0;
}
.handmade-block .item-box-column {
	width: 100%;
	display: flex;
	padding: 0 30px;
}
.handmade-block .item-box-column .item-box {
	width: 50%;
}
.handmade-block .item-box {
  margin: 0 0 20px;
}
.handmade-block .item-box .item-name {
  font-size: 0.85714em;
  line-height: 1.55;
  text-align: center;
}
.handmade-block .item-box .item-name small {
  display: block;
  font-size: 0.75em;
}
.handmade-block .item-box .thumb {
  margin: 0 0 10px;
}
.handmade-block .item-box .thumb img {
  display: block;
  margin: 0 auto;
}
.handmade-block .zairyo-box, .handmade-block .youi-box {
  padding: 0 20px 0;
}
.handmade-block .zairyo-box .box-heading, .handmade-block .youi-box .box-heading {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 8px;
  white-space: nowrap;
  color: #333;
  line-height: 1.5;
}
.handmade-block .zairyo-box .box-heading b, .handmade-block .youi-box .box-heading b {
  font-size: 0.71429em;
  font-weight:bold;
}
.handmade-block .zairyo-box .box-heading small, .handmade-block .youi-box .box-heading small {
  font-weight: normal;
  font-size: 0.71429em;
}
.handmade-block .zairyo-box .box-body, .handmade-block .youi-box .box-body {
  border-top: 1px solid #CFCFCF;
  font-size: 0.85714em;
}
.handmade-block .zairyo-box .box-body .thumb, .handmade-block .youi-box .box-body .thumb {
  float: right;
  margin-top: 5px;
}
.handmade-block .zairyo-box .box-body .thumb + p, .handmade-block .youi-box .box-body .thumb + p {
  line-height: 2;
}
.handmade-block .zairyo-box dl, .handmade-block .youi-box dl {
  border-bottom: 1px solid #CFCFCF;
  padding: 13px 0 12px;
  zoom: 1;
}
.handmade-block .zairyo-box dl:before, .handmade-block .zairyo-box dl:after, .handmade-block .youi-box dl:before, .handmade-block .youi-box dl:after {
  content: "";
  display: table;
  border-spacing: 0;
}
.handmade-block .zairyo-box dl:after, .handmade-block .youi-box dl:after {
  clear: both;
}
.handmade-block .zairyo-box dl dt, .handmade-block .youi-box dl dt {
  float: left;
}
.handmade-block .zairyo-box dl dd, .handmade-block .youi-box dl dd {
  text-align: right;
}
.handmade-block .zairyo-box {
  margin: 0 0 17px;
}
.handmade-block .youi-box {
  margin: 0 0 17px;
}
.handmade-block .youi-box .box-heading small {
  letter-spacing: -0.07em;
}
.handmade-block .youi-box .box-body {
  border-bottom: 1px solid #CFCFCF;
  padding: 8px 0 8px;
}
.handmade-block .youi-box .box-body p {
  text-align: justify;
  padding: 0;
  line-height: 1.55;
  letter-spacing: -0.04em;
}
.handmade-block .flow-column {
  background-color: #f7f7f7;
  margin: 0 20px;
  padding: 22px 20px;
}
.handmade-block .flow-box {
  zoom: 1;
  position: relative;
  font-size: 0.85714em;
  padding: 0 0 20px 17px;
}
.handmade-block .flow-box:before, .handmade-block .flow-box:after {
  content: "";
  display: table;
  border-spacing: 0;
}
.handmade-block .flow-box:after {
  clear: both;
}
.handmade-block .flow-box:before {
  content: "";
  display: block;
  background-size: 15px 22.5px;
  background-repeat: no-repeat;
  width: 15px;
  height: 0;
  padding: 22.5px 0 0;
  position: absolute;
  top: 0;
  left: -8px;
}
.handmade-block .flow-box p {
  text-align: justify;
  line-height: 1.4;
}
.handmade-block .flow-box .headline {
  color: #f4a90c;
  font-weight: bold;
  margin: 10px 0 2px;
}
.handmade-block .flow-box .notes {
  font-size: 0.83333em;
  color: #f4a90c;
}
.handmade-block .flow-box .notes li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.3;
}
.handmade-block .flow-box p + .notes {
  margin-top: 5px;
}
.handmade-block .flow-box .case {
  font-size: 0.75em;
}
.handmade-block .flow-box .thumb {
  float: right;
  margin-left: 8px;
}
.handmade-block .flow-box .case-box {
  margin-top: 18px;
  margin: 18px 0 5px;
}
.handmade-block .flow-box .case-box .notes {
  margin-top: 5px;
}
.handmade-block .flow-box:last-child {
  padding-bottom: 5px;
}
.handmade-block .flow-box + .flow-box {
  border-top: dashed 1px #CBCBCB;
  padding-top: 10px;
}
.handmade-block .flow-box + .flow-box:before {
  top: 10px;
}
.handmade-block .flow-box .thumb2 + p {
  padding-top: 10px;
}
.handmade-block .flow-box.flow1:before {
  background-image: url("../img/smp/num1.png");
}
.handmade-block .flow-box.flow2:before {
  background-image: url("../img/smp/num2.png");
}
.handmade-block .flow-box.flow3:before {
  background-image: url("../img/smp/num3.png");
}
.handmade-block .flow-box.flow4:before {
  background-image: url("../img/smp/num4.png");
}
.handmade-block .flow-box.flow5:before {
  background-image: url("../img/smp/num5.png");
}
.flow3 div:nth-of-type(1),
.flow4 div:nth-of-type(1){
  width:90px;
  float:right;
  margin-left:8px;
}
.notes-block {
  padding: 14px 10px 0;
  margin-bottom: 40px;
}
.notes-block .notes-box {
  max-width: 300px;
  margin: 0 auto;
}
.notes-block .notes-box:after {
  content: "";
  display: block;
  margin: 0 auto;
  background-position: top center;
  background-image: url("../img/smp/handmade-notes-bottom.png");
  background-size: 299.5px 15px;
  background-repeat: no-repeat;
  width: 299.5px;
  height: 0;
  padding: 15px 0 0;
}
.notes-block .container-heading {
  position: relative;
  color: #f4a90c;
  font-size: 0.85714em;
  text-align: center;
  font-weight: bold;
  background-image: url("../img/smp/handmade-notes-top.png");
  background-repeat: no-repeat;
  background-size: 299.5px 15px;
  background-position: bottom center;
}
.notes-block .container-heading strong {
  position: relative;
}
.notes-block .container-body {
  color: #231815;
  font-size: 0.85714em;
  padding: 14px 20px 0 30px;
  background-image: url("../img/smp/handmade-notes-body.png");
  background-size: 299.5px 7.5px;
  background-repeat: repeat-y;
  background-position: top center;
}
.notes-block li {
  padding-left: ;
  text-indent: -0.3em;
  line-height: 1.55;
  margin-bottom: 6px;
  text-align: justify;
  letter-spacing: 0.05em;
}
.notes-block li:before {
  content: "・";
  display: inline-block;
}

.banner-area {
  max-width: 420px;
  margin: auto;
  padding: 0 20px 20px 20px;
}

.miku-block {
  display: none;
}

#handmade2-block .container-heading:after,
#handmade4-block .container-heading:after {
  background-image: url("../img/smp/handmade-title-okayu.png");
}

#handmade5-block .container-heading:after {
  background-image: url("../img/smp/handmade-title-komekoji.png");
}

#handmade1-block {
  margin-bottom: 15px;
}

#handmade2-block .container-heading,
#handmade5-block .container-heading {
  margin-top: 30px;
}

#handmade3-block {
  margin-bottom: 30px;
}
#handmade3-block .container-heading {
  margin-top: 11px;
}

#handmade4-block {
  margin-bottom: 30px;
}
#handmade4-block .container-heading {
  margin-top: 11px;
}
#handmade4-block .flow1 p {
  letter-spacing: -0.07em;
}
#handmade4-block .flow1 p, #handmade4-block .flow1 ul {
  margin-right: 100px;
}
#handmade4-block .flow3 p {
  letter-spacing: -0.06em;
}
#handmade4-block .flow3 .thumb {
  margin-bottom: 6px;
}

/* ######### 甘酒Q&amp;A page-faq ######### */
.faq-block {
  padding-top: 11px;
}
.faq-block .faq-box {
  width: 280px;
  margin: 0 auto;
}
.faq-block .faq-box:after {
  content: "";
  display: block;
  margin: 0 auto;
  background-image: url("../img/smp/faq-bottom.png");
  background-size: 280px 14px;
  background-repeat: no-repeat;
  width: 280px;
  height: 0;
  padding: 14px 0 0;
  background-position: top center;
}
.faq-block .faq-box:before {
  content: "";
  display: block;
  margin: 0 auto;
  background-image: url("../img/smp/faq-top.png");
  background-size: 280px 80px;
  background-repeat: no-repeat;
  width: 280px;
  height: 0;
  padding: 80px 0 0;
  background-position: bottom center;
}
.faq-block .faq-box .box-body {
  background-color: #f7f7f7;
}
.faq-block .faq-row {
  background-image: url("../img/smp/faq-border.png");
  background-size: 237.5px 5px;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 20px 0 22px;
}
.faq-block .faq-row:last-child {
  background: none;
}
.faq-block .faq-row .faq-q {
  font-size: 1em;
  color: #000000;
  padding: 0 20px 0 44px;
  margin-bottom: 6px;
  line-height: 1.3;
  background-repeat: no-repeat;
  background-image: url("../img/smp/faq-q.png");
  background-size: 27px 22px;
  background-position: 8px 0;
}
.faq-block .faq-row .faq-a {
  font-size: 0.85714em;
  color: #333333;
  padding: 0 20px 0 44px;
  background-repeat: no-repeat;
  background-image: url("../img/smp/faq-a.png");
  background-size: 27px 12px;
  background-position: 8px 2px;
}
.faq-block .faq-row .faq-a p {
  line-height: 1.55;
  text-align: justify;
}
.faq-block .faq-row .faq-a .notes {
  margin-top: 6px;
  font-size: 0.83333em;
  line-height: 1.55;
}
.faq-block .faq-row .faq-a .thumb {
  float: right;
  margin: 0 0 6px 10px;
}
.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;
}
/* 母の日 */
.index-hahanohi-block {
    background-image: url("../img/smp/hahanohi_bg.jpg");
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.index-hahanohi-block .block-detail {
    background-color: #fff;
    opacity: 0.8;
    padding: 20px 40px;
    margin: 45% auto 0;
    width: 85%;
}
.index-hahanohi-block .block-heading {
    white-space: inherit;
}

/* 甘酒祭り */
.index-festival-block {
    background-image: url("../img/smp/festival_bg.jpg");
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.index-festival-block .block-detail {
    background-color: #fff;
    opacity: 0.8;
    padding: 20px 40px;
    margin: 45% auto 0;
    width: 85%;
}
.index-festival-block .block-heading {
    white-space: inherit;
}

@media screen and (max-width: 374px) {
  .cookpad-block .container {
    padding: 15px;
  }
  .cookpad-block .lead-block p {
    font-size: 14px;
  }
  .recipe-block .btn-recipe {
    font-size: 0.85714em;
  }
  .recipe4-block .btn-recipe-thumb span {
    font-size: 0.85714em;
  }
}

@media screen and (min-width: 769px) {
  .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: none;
  }
  .product-detail .container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }
  .product-detail .container.kousaku{
    margin-top: 15px;
  }
  .banner-block a.bnr-pluskoji{
    margin-right: 20px;
  }
  .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;
    -webkit-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
  }
  .index-product-kv .container {
    height: 400px;
  }
  .index-product-kv .kv {
    display: none;
  }
.left-text{
  position: absolute;
  width: 34%;
  height: 50%;
  background-image: url(/amazake/img/pc/kv_left_text.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: -6px;
  top: 69px;
}
.right-text{
  position: absolute;
  width: 26%;
  height: 50%;
  background-image: url(/amazake/img/pc/kv_right_text.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 5px;
  bottom: 22px;
}
  .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;
    padding: 18px 0 0;
    height: 82px;
    border: none;
    width: 14.28%;
  }
  .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: #f4a90c;
  }

  .page-concept .product-nav .concept a:after,
  .page-recipe .product-nav .recipe a:after,
  .page-handmade .product-nav .handmade a:after,
  .page-faq .product-nav .faq a:after {
    content: none;
    display: none;
  }

  .page-concept .product-nav .concept a,
  .page-recipe .product-nav .recipe a,
  .page-handmade .product-nav .handmade a,
  .page-faq .product-nav .faq a {
    border-color: #f4a90c;
  }

  .product-kv-second {
    height: 156px;
    padding-top: 65px;
    background-image: url("../img/smp/concept-kv.jpg");
    -webkit-background-size: auto 156px;
    -o-background-size: auto 156px;
    background-size: auto 156px;
  }
  .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-amazake {
    border-width: 2px;
    font-size: 1.28571em;
    height: 60px;
    line-height: 54px;
  }
  .btn-amazake: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-block {
    background-color: #FFF;
    position: relative;
    padding: 60px 0;
  }
  .lineup-block:before {
    padding: 7px 0 0;
    top: -7px;
    background-size: 28px 7px;
  }
  .lineup-block .container-heading {
    font-size: 1.71429em;
    margin: 0 0 49px;
  }
  .lineup-block .container-body {
    margin-bottom: 30px;
  }
  .lineup-block .container-foot {
    margin: 0;
  }
  .lineup-block .btn-tanita {
    width: 480px;
    margin: 0 auto;
  }
  .lineup-block .lineup-heading {
    width: 600px;
    margin: 0 auto 10px;
    font-size: 1.28571em;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
  .lineup-block .lineup-lead {
    margin: 0 0 0;
    text-align: center;
    font-size: 1em;
  }
  .lineup-block .lineup-lead p {
    line-height: 1.6;
  }
  .lineup-block .lineup-description {
    margin: 0 0 30px;
  }
  .lineup-block .lineup-description p {
    font-size: 1em;
    padding: 16px;
    line-height: 1.6;
  }
  .lineup-block .lineup-description small {
    font-size: 0.85714em;
    margin-top: 10px;
  }
  .lineup-block .lineup-body {
    zoom: 1;
  }
  .lineup-block .lineup-body:before, .lineup-block .lineup-body:after {
    content: "";
    display: table;
    border-spacing: 0;
  }
  .lineup-block .lineup-body:after {
    clear: both;
  }
  .lineup-block .lineup-content {
    float: left;
  }

  .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;
  }
  .index-lineup-block .lineup-box {
    width: 185px;
  }
  .index-lineup-block .lineup-box:nth-child(2n+1) {
    clear: none;
  }
  .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-arrow-wh.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;
  }

  /* spバナー上部 */
  .banner-block02 {
    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-block02 .container {
    zoom: 1;
  }
  .banner-block02 .container:before, .banner-block .container:after {
    content: "";
    display: table;
    border-spacing: 0;
  }
  .banner-block02 .container:after {
    clear: both;
  }
  .banner-block02 .mobile-off {
    display: inline-block;
  }
  .banner-block02 .mobile-on {
    display: none;
  }
  .banner-block02 img {
    height: 150px;
  }
  .banner-block02 a + a {
    margin-top: 0;
  }
  .banner-block02 a span {
    display: none;
  }
  .banner-block02 .bnr-penelope-official {
    margin-bottom: 50px;
    background: url("../img/pc/bnr-penelope-official.png") no-repeat;
    height: 266px;
    width: 785px;
    position: relative;
    -webkit-font-feature-settings: palt;
    -moz-font-feature-settings: palt;
    font-feature-settings: palt;
  }
  .banner-block02 .bnr-penelope-official .t1 {
    color: #22b2e9;
    font-size: 1.14286em;
    text-align: center;
    width: 300px;
    display: block;
    position: absolute;
    top: 55px;
    left: 308px;
    line-height: 1.55;
  }
  .banner-block02 .bnr-penelope-official .t2 {
    font-size: 1em;
    color: #666;
    text-align: left;
    position: absolute;
    display: block;
    top: 202px;
    left: 13px;
    line-height: 1.35;
    letter-spacing: -0.03em;
    white-space: nowrap;
  }
  .banner-block02 .bnr-pluskouji {
    float: left;
  }
  .banner-block02 .bnr-penelope {
    float: right;
  }
  /* バナー3カラム */
  .bnr-three-columns {
    font-size: 0;
  }
  .bnr-three-columns a:nth-of-type(2) {
    margin: 0 18px;
  }
  /* spバナー下部 */
  .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: inline-block;
  }
  .banner-block .mobile-on {
    display: none;
  }
  .banner-block a + a {
    margin-top: 0;
  }
  .banner-block a span {
    display: none;
  }
  .banner-block .bnr-penelope-official {
    margin-bottom: 50px;
    background: url("../img/pc/bnr-penelope-official.png") no-repeat;
    height: 266px;
    width: 785px;
    position: relative;
    -webkit-font-feature-settings: palt;
    -moz-font-feature-settings: palt;
    font-feature-settings: palt;
  }
  .banner-block .bnr-penelope-official .t1 {
    color: #22b2e9;
    font-size: 1.14286em;
    text-align: center;
    width: 300px;
    display: block;
    position: absolute;
    top: 55px;
    left: 308px;
    line-height: 1.55;
  }
  .banner-block .bnr-penelope-official .t2 {
    font-size: 1em;
    color: #666;
    text-align: left;
    position: absolute;
    display: block;
    top: 202px;
    left: 13px;
    line-height: 1.35;
    letter-spacing: -0.03em;
    white-space: nowrap;
  }
  .banner-block .bnr-pluskouji {
    float: left;
  }
  .banner-block .bnr-penelope {
    float: right;
  }

  /* オンラインショップ */
  .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: 48px 0 56px;
  }
  .index-lineup-block .container-body {
    zoom: 1;
    text-align: center;
    /*height: 328px;*/
  }
  .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;
    /*float: left;*/
    width: auto;
    padding: 0;
    max-width: inherit;
    /*height: 208px;*/
    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 .lineup-box {
    text-align: center;
  }
  .index-lineup-block .lineup-box i {
    display: none;
  }
  .index-lineup-block .box-img {
    height: 190px;
  }
  .index-lineup-block .lineup01 {
    width: 191px;
  }
  .index-lineup-block .lineup01 .box-img:before {
    content: "";
    display: block;
    vertical-align: middle;
    margin: 0 0 0 5px;
    background-image: url("../img/pc/lineup01.jpg");
    background-size: 116px 174px;
    background-repeat: no-repeat;
    width: 116px;
    height: 0;
    padding: 174px 0 0;
  }
  .index-lineup-block .lineup01 .box-img img {
    display: none;
  }
  .index-lineup-block .lineup02 {
    width: 205px;
  }
  .index-lineup-block .lineup02 .box-img {
    padding: 23px 0 0 0;
  }
  .index-lineup-block .lineup02 .box-img:before {
    content: "";
    display: block;
    vertical-align: middle;
    margin: 0 0 0 14px;
    background-image: url("../img/pc/lineup02.jpg");
    background-size: 114px 174px;
    background-repeat: no-repeat;
    width: 114px;
    height: 0;
    padding: 174px 0 0;
  }
  .index-lineup-block .lineup02 .box-img img {
    display: none;
  }
  .index-lineup-block .penelope-column {
    float: right;
    padding-top: 8px;
  }
  .index-lineup-block .penelope-column a:before {
    content: "";
    display: block;
    vertical-align: middle;
    margin: 0 0 0 0;
    z-index: 0;
    background-image: url("../img/pc/btn-penelope.jpg");
    background-size: 479px 261px;
    background-repeat: no-repeat;
    width: 479px;
    height: 0;
    padding: 261px 0 0;
  }
  .index-lineup-block .penelope-column a:hover {
    opacity: .8;
  }
  .index-lineup-block .penelope-column img {
    display: none;
  }
  .index-lineup-block .container-foot .btn-amazake {
    width: 450px;
    margin: 0 auto;
  }

  /* 糀甘酒の特徴 */
  .index-concept-block {
    background-image: url("../img/pc/concept-bg.jpg");
  }
  .index-concept-block .block-img {
    display: none;
  }
  .index-concept-block .block-detail {
    padding-top: 36px;
    float: right;
  }

  /* 糀甘酒レシピ */
  .index-recipe-block {
    padding-top: 90px;
  }
  .index-recipe-block .block-img {
    float: right;
    padding-top: 15px;
  }
  .index-recipe-block .block-img:before {
    content: "";
    display: block;
    background-image: url("../img/pc/recipe-img.jpg");
    background-size: 481px 320px;
    background-repeat: no-repeat;
    width: 481px;
    height: 0;
    padding: 320px 0 0;
  }
  .index-recipe-block .block-img img {
    display: none;
  }
  .index-recipe-block .block-detail {
    float: left;
  }

  /* 甘酒の作り方 */
  .index-handmade-block {
    background-image: url("../img/pc/handmade-bg.jpg");
  }
  .index-handmade-block .block-img {
    display: none;
  }
  .index-handmade-block .block-detail {
    float: right;
  }

  /* 甘酒Q&A */
  .index-faq-block {
    padding-top: 90px;
    height: 504px;
  }
  .index-faq-block .block-img {
    float: right;
  }
  .index-faq-block .block-img:before {
    content: "";
    display: block;
    background-image: url("../img/pc/index-faq-img.jpg");
    background-size: 481px 320px;
    background-repeat: no-repeat;
    width: 481px;
    height: 0;
    padding: 320px 0 0;
  }
  .index-faq-block .block-img img {
    display: none;
  }
  .index-faq-block .block-detail {
    padding-top: 50px;
    float: left;
  }

  /* CMギャラリー */
  .index-movie-block {
    background-image: url("../img/pc/movie-bg2.jpg");
  }

  /* 母の日 */
  .index-hahanohi-block {
    background-image: url("../img/pc/hahanohi_bg.jpg");
    height: 320px;
    padding: 0;
  }
  .index-hahanohi-block .block-detail {
    width: 490px;
    float: right;
    margin: 20px 0;
    padding: 20px 40px;
  }
  .index-hahanohi-block .block-heading {
    white-space: inherit;
    letter-spacing: -0.02rem;
  }

  /* 甘酒祭り */
  .index-festival-block {
    background-image: url("../img/pc/festival_bg.jpg");
    height: 320px;
    padding: 0;
  }
  .index-festival-block .block-detail {
    width: 490px;
    float: right;
    margin: 20px 0;
    padding: 20px 40px;
  }
  .index-festival-block .block-heading {
    white-space: inherit;
    letter-spacing: -0.02rem;
  }

  /* ######### 糀甘酒の特徴 page-concept ######### */
  /* どうして、マルコメが甘酒なの？ */
  .concept1-block {
    position: relative;
    max-width: 1279px;
    height: 801px;
    background-image: url("../img/pc/concept1-bg.jpg");
    margin: auto;
    padding: 0;
  }
  .concept1-block .container-heading {
    width: auto;
    padding: 60px 0 0;
    margin-bottom: 50px;
  }
  .concept1-block .container-heading img {
    display: none;
  }
  .concept1-block .container-heading:before {
    content: "";
    display: block;
    margin: 0 auto;
    background-image: url("../img/pc/concept1-headline.png");
    background-size: 233px 308px;
    background-repeat: no-repeat;
    width: 233px;
    height: 0;
    padding: 308px 0 0;
  }
  .concept1-block .container {
    font-size: 1.28571em;
  }
  .concept1-block .text {
    padding: 0 0 50px 0;
  }
  .concept1-block .container p {
    width: auto;
    text-align: center;
    line-height: 48px;
    letter-spacing: 0.04em;
  }
  .concept1-block p:before {
    background-image: url("../img/pc/concept1-bg-line.png");
    background-size: auto 48px;
  }
  .concept1-block .container p span {
    display: inline-block;
  }

  .concept2-box .box-heading {
    font-size: 1.57143em;
    margin-bottom: 5px;
    letter-spacing: 0.2em;
  }
  .concept2-box .box-heading br {
    display: none;
  }
  .concept2-box .box-body {
    font-size: 1.14286em;
  }
  .concept2-box .box-body p {
    line-height: 1.55;
    text-align: justify;
  }

  .concept2-block {
    height: 867px;
    padding: 60px 0 0;
  }
  .concept2-block .container {
    margin: 0 auto;
    width: 961px;
    height: 805px;
    background: url("../img/pc/concept2-bg.png") no-repeat center;
    background-size: 961px 805px;
  }
  .concept2-block .container-body {
    padding: 74px 54px 0 178px;
  }
  .concept2-block .container-foot {
    padding: 0 20px;
    font-size: 0.64286em;
  }
  .concept2-block .container-foot p {
    line-height: 1.3;
		text-align: justify;
		font-size: 1.35em;
		padding:0 20px;

  }
  .concept2-block .concept2-01 {
    height: 159px;
  }
  .concept2-block .concept2-02 {
    height: 159px;
  }
  .concept2-block .concept2-03 {
    height: 146px;
  }
  .concept2-block .concept2-04 {
    height: 155px;
  }

  /* 江戸時代の甘酒について */
  .concept3-block {
    height: 728px;
    padding: 52px 0 0;
  }
  .concept3-block .container {
    margin: 0 auto;
    width: 961px;
    height: 663px;
    background: url("../img/pc/concept3-bg.png") no-repeat center;
    background-size: 961px 663px;
  }
  .concept3-block .container-heading {
    padding: 4px 0 0;
    margin: 0 0 41px;
    text-align: center;
    font-size: 2.42857em;
    letter-spacing: 0.18em;
  }
  .concept3-block .container-body {
    padding: 0 306px 0 60px;
    font-size: 1.14286em;
  }
  .concept3-block .container-body p {
    line-height: 48px;
    text-align: justify;
    letter-spacing: -0.02em;
  }
  .concept3-block .container-body p small {
    display: inline;
    font-size: 0.875em;
  }

  /* concept-wave */
  .concept-wave {
    background: url(../img/pc/concept-wave.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 60px 0 45px 0;
  }
  .concept-wave .container {
    width: 961px;
    margin: 0 auto;
    padding: 50px 0 5px 0;
  }
  .concept-wave h2 {
    font-size: 2.42857em;
  }
  .concept-wave p {
    font-size: 1.28571em;
    margin: 0 0 40px 0;
  }

  /* ######### 糀甘酒レシピ page-recipe ######### */
  .recipe-lead-block {
    font-size: 1.14286em;
    padding: 56px 0 0;
    height: 171px;
  }
  .recipe-lead-block p {
    line-height: 1.9;
  }
  .recipe-block .recipe-lead-block {
    padding: 20px 0;
  }

  .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;
  }
  .product-detail .ask-doctors {
    color: #ffffff;
    text-align: center;
    position: absolute;
    right: 95px;
    left: auto;
    bottom: 20px;
    font-size: 1.28571em;
    width: auto;
  }
  .product-detail .ask-doctors li {
    line-height: 1.2;
    height: auto;
   }
  .product-detail .ask-doctors li:nth-child(1) {
    width: auto;
    position: relative;
    bottom: -10px;
    left: 0;
  }
  .product-detail .ask-doctors li:nth-child(2) {
    padding: 0;
    margin-top: 10px;
    font-size: 19.74px
  }
  .product-detail .ask-doctors li span {
    display: block;
    font-size: 0.7em;
    margin: 10px 0 0 0;
  }
  .product-detail .ask-doctors .ask-doctors-icon {
    width: 140px;
  }
  .product-detail .ask-doctors .doctor-icon {
    width: auto;
    position: absolute;
    bottom: -10px;
    right: -115px;
  }
  .recipe-block .btn-recipe {
    padding: 0 0 0 10px;
    letter-spacing: 0;
  }
  .recipe-block .btn-recipe span {
    margin-right: 8px;
  }
  .recipe-block .container-heading {
    display: none;
  }
  .recipe-block .recipe-box {
    width: 340px;
  }
  .recipe-block .recipe-box:before {
    content: "";
    display: block;
    margin: 0 auto 21px;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
  }
  .recipe-block .box-body {
    padding: 0;
    margin: 0 0 10px;
    font-size: 1em;
  }
  .recipe-block .box-body p {
    line-height: 2.3;
    text-align: center;
  }
  .recipe-block .box-img {
    display: none;
  }
  .recipe-block .box-foot {
    margin: 0 10px 0 10px;
  }

  .recipe-nav {
    max-width: inherit;
    margin: 40px 0 30px;
  }
  .recipe-nav ul {
    width: 960px;
    margin: 0 auto;
  }
  .recipe-nav a {
    font-size: 1.6rem;
    height: 82px;
    line-height: 82px;
  }
  .recipe-nav li:nth-child(2):before {
    padding: 50px 0 0;
  }
  .recipe-nav a span {
    padding: 14px 0;
    border-bottom: 2px solid transparent;
  }
  .recipe-nav a:hover span {
    border-color: #f4a90c;
  }
  .recipe-nav li img {
    width: 60px;
    max-width: 60px;
  }
  .recipe-nav li.current span {
    border-bottom: 2px solid #f4a90c;
  }
  .recipe-nav li.current span:after {
     content: none;
  }

  .cookpad-block .container {
    padding: 20px 20px 35px 20px;
    border-width: 3px;
    border-radius: 8px;
  }
  .cookpad-block .container-title img {
    display: none;
  }
  .cookpad-block .container-title:after {
    content: url("../img/pc/recipe_cookpad_logo.png");
  }
  .cookpad-block .container-title img {
    display: none;
  }
  .cookpad-block .container-title:after {
    content: url("../img/pc/recipe_cookpad_logo.png");
  }
  .cookpad-block .lead-block {
    display: block;
    text-align: center;
  }
  .cookpad-block .lead-block p {
    font-size: 18px;
  }
  .cookpad-block .lead-block p.notes {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .cookpad-block .container-body {
    overflow: hidden;
  }
  .cookpad-block .container-body p {
    float: left;
    width: 50%;
    margin-bottom: 0;
    border-right: #957974 1px solid;
    box-sizing: border-box;
  }
  .cookpad-block .container-body p:last-child {
    border-right: none;
  }
  .cookpad-block .container-body p img {
    display: none;
  }
  .cookpad-block .container-body p:nth-child(1):after {
    content: url("../img/pc/recipe_cookpad01.png");
  }
  .cookpad-block .container-body p:nth-child(2):after {
    content: url("../img/pc/recipe_cookpad02.png");
  }



  .recipe0-block {
    padding-bottom: 100px;
  }
  .recipe0-block .container-title {
    margin: 0;
  }
  .recipe0-block .container-title img {
    display: none;
  }
  .recipe0-block .container-title:after {
    content: url("../img/pc/recipe0-title.png");
  }

  .recipe0-block .container-body {
    position: relative;
  }
  .recipe0-block:before {
    content: "";
    display: block;
    background-image: url("../img/pc/recipe0-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 633px;
    position: absolute;
    top: 12px;
    z-index: 1;
  }
  .recipe0-block .container-body img {
    display: none;
  }
  .recipe0-block .container-body:after {
    content: url("../img/pc/recipe0-content.png");
  }

  .recipe1-block {
    height: auto;
    padding: 0;
    margin: 0;
  }
  .recipe1-block .container-title {
    margin: 0;
  }
  .recipe1-block .container-title img {
    display: none;
  }
  .recipe1-block .container-title:after {
    content: url("../img/pc/recipe1-title.png");
  }
  .recipe1-block .recipe-lead-block {
    padding-bottom: 50px;
  }
  .recipe1-block .btn-recipe {
    letter-spacing: -0.06em;
  }
  .recipe1-block .container-body {
    background: url("../img/pc/recipe1-bg.jpg") no-repeat right top;
    height: 554px;
  }
  .recipe1-block .recipe-box:before {
    background-image: url("../img/pc/recipe1-headline.png");
    width: 312px;
    padding: 228px 0 0;
  }

  .recipe2-block {
    height: auto;
    padding: 92px 0 0;
    margin: 0;
  }
  .recipe2-block .recipe-box {
    float: right;
    width: 350px;
  }
  .recipe2-block .container-body {
    background: url("../img/pc/recipe2-bg.jpg") no-repeat left top;
    height: 575px;
  }
  .recipe2-block .recipe-box:before {
    background-image: url("../img/pc/recipe2-headline.png");
    width: 356px;
    padding: 229px 0 0;
  }
  .recipe2-block .box-foot {
    margin: 0 20px 0 30px;
  }

  .recipe3-block {
    height: auto;
    padding: 39px 0 0;
    margin: 0;
  }
  .recipe3-block .container-body {
    background: url("../img/pc/recipe3-bg.jpg") no-repeat right top;
    height: 554px;
  }
  .recipe3-block .recipe-box:before {
    background-image: url("../img/pc/recipe3-headline.png");
    width: 312px;
    padding: 230px 0 0;
  }

  .snapdish-box {
    margin: 0;
    padding: 10px 15px;
    border-radius: 4px;
  }
  .snapdish-box .box-heading {
    font-size: 1.71429em;
    text-align: center;
    white-space: nowrap;
    line-height: 53px;
    margin: 0 0 10px;
    padding: 5px 0 0;
    letter-spacing: 0.04em;
  }
  .snapdish-box .box-heading .mobile-off {
    display: inline;
  }
  .snapdish-box .box-heading:before {
    margin: -1px 20px 0 0;
    background-image: url("../img/pc/icon-snapdish.png");
    background-size: 210px 53px;
    background-repeat: no-repeat;
    width: 210px;
    height: 0;
    padding: 53px 0 0;
  }

  .snapdish_list .iframe_wrap {
    width: 100%;
    margin: auto;
  }
  .snapdish_list .mobile-off {
    display: none;
  }
  .snapdish_list .iframe_wrap iframe {
    max-width: 100%;
  }

  #x-sd-modal iframe {
    top: 0;
    left: 0;
  }

  .recipe4-block {
    margin: 0;
    padding: 88px 0 0;
  }
  .recipe4-block .container-heading {
    margin: 0 0 24px;
  }
  .recipe4-block .container-heading:before {
    content: "";
    display: block;
    background-image: url("../img/pc/recipe4-headline.png");
    background-size: 960px 50px;
    background-repeat: no-repeat;
    width: 960px;
    height: 0;
    padding: 50px 0 0;
    margin: 0 auto;
  }
  .recipe4-block .container-heading img {
    display: none;
  }
  .recipe4-block .btn-recipe-thumb {
    padding: 79px 0 0;
  }
  .recipe4-block .btn-recipe-thumb img {
    left: 20px;
    width: 62px;
    height: auto;
  }
  .recipe4-block .container-body {
    padding: 0 0 0;
    margin: 0 0 10px;
    text-align: center;
  }
  .recipe4-block .container-body ul {
    display: inline-block;
    margin: 0 0 43px;
    zoom: 1;
  }
  .recipe4-block .container-body ul:before, .recipe4-block .container-body ul:after {
    content: "";
    display: table;
    border-spacing: 0;
  }
  .recipe4-block .container-body ul:after {
    clear: both;
  }
  .recipe4-block .container-body li {
    float: left;
    width: 310px;
    margin-bottom: 30px;
  }
  .recipe4-block .container-body li + li {
    margin-top: 0;
    margin-left: 14px;
  }
  .recipe4-block .container-body li:nth-child(2n+1) {
    clear: both;;
    margin-left: 0;
  }

  /* ######### 濃厚糀甘酒レシピ recipe-rich ######### */
  .recipe-rich .recipe-lead-block {
    overflow: hidden;
    padding-bottom: 10px;
  }
  .recipe-rich .recipe-lead-block .img {
    float: left;
    width: 310px;
    text-align: right;
  }
  .recipe-rich .recipe-lead-block .txt {
    float: left;
    position: relative;
    width: 650px;
    height: 180px;
    padding-left: 50px;
  }
  .recipe-rich .recipe-lead-block .txt p {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 74px;
    margin: auto;
    font-size: 18px;
    text-align: left;
  }
  .recipe-rich .recipe-lead-block .txt p span {
    font-size: 30px;
    vertical-align: baseline;
  }
  .recipe-rich .recipe-lead-block .img img {
    display: none;
  }
  .recipe-rich .recipe-lead-block .img:after {
    content: url("../img/pc/recipe-lead.jpg");
  }
  .recipe-rich .recipe0-block:before {
    content: none;
  }
  .recipe-rich .recipe0-block .container-title {
    margin-bottom: 50px;
  }
  .recipe-rich .recipe0-block .container-title img {
    display: none;
  }
  .recipe-rich .recipe0-block .container-title:after {
    content: url("../img/pc/rich-recipe0-title.png");
  }
  .recipe-rich .recipe0-block .container-body:after {
    content: none;
  }
  .recipe-rich .recipe0-block ul {
    margin: 0;
    width: 100%;
    overflow: hidden;
  }
  .recipe-rich .recipe0-block ul li {
    float: left;
    width: calc(280px + 28px);
    margin-bottom: 35px;
    padding-left: 28px;
    padding-right: 0;
    border-right: #e5e5e5 1px solid;
  }
  .recipe-rich .recipe0-block ul li:nth-child(3n+1) {
    padding-left: 0;
  }
  .recipe-rich .recipe0-block ul li:nth-child(3n+3) {
    padding-right: 0;
    width: 280px;
    border-right: 0;
  }
  .recipe-rich .recipe0-block ul li a:hover {
    opacity: 0.8;
  }
  .recipe-rich .recipe0-block ul li:nth-child(1) a:before {
    content: url("../img/pc/rich-recipe0-01.jpg");
  }
  .recipe-rich .recipe0-block ul li:nth-child(2) a:before {
    content: url("../img/pc/rich-recipe0-02.jpg");
  }
  .recipe-rich .recipe0-block ul li:nth-child(3) a:before {
    content: url("../img/pc/rich-recipe0-03.jpg");
  }
  .recipe-rich .recipe0-block ul li:nth-child(4) a:before {
    content: url("../img/pc/rich-recipe0-04.jpg");
  }
  .recipe-rich .recipe0-block ul li:nth-child(5) a:before {
    content: url("../img/pc/rich-recipe0-05.jpg");
  }
  .recipe-rich .recipe0-block ul li:nth-child(6) a:before {
    content: url("../img/pc/rich-recipe0-06.jpg");
  }
  .recipe-rich .recipe0-block ul li p {
    width: 280px;
    box-sizing: border-box;
  }
  .recipe-rich .recipe0-block dl dt {
    margin-top: 15px;
  }
  .recipe-rich .recipe0-block dl dd {
    font-size: 11px;
    margin-top: 10px;
  }
  .recipe-rich .recipe0-block dl dd span {
    font-size: 13px;
  }
  .recipe-rich .recipe0-block dl dd span.sub {
    text-indent: 0;
    font-size: 11px;
  }
  .recipe-rich .recipe0-block dl dd:last-child {
  }
  .recipe-rich .recipe1-block .container-title {
    margin-bottom: 40px;
  }
  .recipe-rich .recipe1-block .container-title img {
    display: none;
  }
  .recipe-rich .recipe1-block .container-title:after {
    content: url("../img/pc/rich-recipe1-title.png");
  }
  .recipe-rich .recipe1-block .container-body {
    background-image: url('../img/pc/rich-recipe1-bg.jpg');
    height: 546px;
  }
  .recipe-rich .recipe1-block .recipe-box:before {
    background-image: url('../img/pc/rich-recipe1-headline.png');
    width: 318px;
    padding: 216px 0 0;
  }
  .recipe-rich .recipe2-block {
    padding-top: 70px;
  }
  .recipe-rich .recipe2-block .container-body {
    background-image: url('../img/pc/rich-recipe2-bg.jpg');
    background-position: left 30px;
    height: 605px;
  }
  .recipe-rich .recipe2-block .recipe-box:before {
    background-image: url('../img/pc/rich-recipe2-headline.png');
    width: 329px;
    padding: 253px 0 0;
  }
  .recipe-rich .recipe2-block .box-foot {
    margin: 0 10px 0 10px;
  }
  .recipe-rich .recipe3-block {
    padding-top: 70px;
  }
  .recipe-rich .recipe3-block .container-body {
    background-image: url('../img/pc/rich-recipe3-bg.jpg');
    height: 550px;
  }
  .recipe-rich .recipe3-block .recipe-box:before {
    background-image: url('../img/pc/rich-recipe3-headline.png');
    width: 336px;
    padding: 222px 0 0;
  }
  .recipe-rich .recipe4-block .container-heading:before {
    background-image: url('../img/pc/rich-recipe4-headline.png');
  }
  .recipe-rich .recipe4-block .container-body ul {
    display: table;
    margin: 0 auto 43px auto;
  }
  .recipe-rich .recipe4-block li:nth-child(1) a img {
    display: none;
  }
  .recipe-rich .recipe4-block li:nth-child(1) a:before {
    content: url("../img/pc/rich-recipe4-01.png");
    position: absolute;
    left: 20px;
    width: 62px;
    height: auto;
    top: 0;
    z-index: 1;
  }
  .recipe-rich .recipe4-block .btn-recipe-thumb {
    padding-top: 79px;
  }

  /* ######### 甘酒の作り方 page-handmade ######### */
  .handmade-nav {
    max-width: inherit;
    position: relative;
    padding-bottom: 2px;
    margin: 60px 0 30px;
    background: url("../img/smp/handmade-nav-line2.png") repeat-x bottom center;
    background-size: 5px 2px;
  }
  .handmade-nav:before {
    content: none;
    display: none;
  }
  .handmade-nav ul {
    width: 960px;
    margin: 0 auto;
  }
  .handmade-nav li {
    width: 20%;
  }
  .handmade-nav li:nth-child(odd) {
    clear:none;
  }
  .handmade-nav a {
    display: block;
    font-size: 0.85714em;
    padding: 6px 0 0 96px;
    line-height: 1.3;
    text-decoration: none;
    color: #666666;
    background-repeat: no-repeat;
    height: 62px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .handmade-nav a:hover {
    opacity: .8;
  }
  .handmade-nav i {
    font-size: 1.16667em;
    color: #F4A90C;
    margin-bottom: 5px;
  }
  .handmade-nav strong {
    font-size: 1.33333em;
    margin-right: 5px;
  }
  .handmade-nav li:nth-child(2):before,
  .handmade-nav li:nth-child(3):before,
  .handmade-nav li:nth-child(4):before,
  .handmade-nav li:nth-child(5):before {
    content: "";
    display: inline-block;
    background: url("../img/smp/handmade-nav-line1.png") repeat-y;
    background-size: 2px 3px;
    width: 2px;
    height: 0;
    padding: 32px 0 0;
    float: left;
    margin: 16px 0 0;
  }
  .handmade-nav li:nth-child(1) a,
  .handmade-nav li:nth-child(2) a ,
  .handmade-nav li:nth-child(3) a {
    background-image: url("../img/pc/handmade-nav-01.jpg");
    background-size: 36px 39px;
    padding-left: 55px;
    background-position: 10px 5px;
  }
  .handmade-nav li:nth-child(4) a,
  .handmade-nav li:nth-child(5) a {
    background-image: url("../img/pc/handmade-nav-02.png");
    background-size: 37px 35px;
    height: 62px;
    padding-top: 6px;
    padding-left: 55px;
    background-position: 10px 8px;
  }

  .handmade-heading {
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    font-size: 1em;
    height: 119px;
  }
  .handmade-heading.heading1 {
    background-image: url("../img/pc/handmade-headline1.png");
    background-size: auto;
    padding: 38px 0 0 0;
  }
  .handmade-heading.heading2 {
    background-image: url("../img/pc/handmade-headline2.png");
    background-size: auto;
    padding: 33px 0 0 0;
  }
  .handmade-heading.heading2 p {
    width: 310px;
  }
  .handmade-heading .title {
    display: none;
  }
  .handmade-heading .maker {
    letter-spacing: -0.04em;
  }
  .handmade-heading p {
    width: 325px;
    margin-left: 455px;
    line-height: 1.7;
    letter-spacing: -0.02em;
  }
  .movieyt-block {
    padding: 0;
    margin: 27px 0 35px;
  }
  .movieyt-block .container {
    padding: 22px 12px 12px 500px;
    background: url("../img/pc/handmade-movie.jpg") no-repeat top left;
    height: 320px;
  }
  .movieyt-block .container-heading {
    font-size: 1.28571em;
    margin: 0 0 16px;
  }
  .movieyt-block .container-body {
    text-align: left;
  }
  .movieyt-block .container-body iframe {
    width: 432px;
    height: 243px;
  }

  .handmade-block .container-heading {
    position: relative;
    margin: 0 0 38px;
    background-image: url("../img/pc/handmade-title-gohan.png");
    height: 36px;
  }
  .handmade-block .container-heading:after, .handmade-block .container-heading:before {
    content: none;
    display: none;
  }
  .handmade-block .item-box-column {
  	padding: 0;
  }
  .handmade-block .item-box {
    margin: 0 0 42px;
  }
  .handmade-block .item-box .item-name {
    font-size: 1.28571em;
    line-height: 2.2;
    text-align: center;
    padding: 0;
  }
  .handmade-block .item-box .item-name small {
    display: block;
    font-size: 0.77778em;
  }
  .handmade-block .item-box .thumb {
    margin: 0 0 32px;
    padding: 0;
  }
  .handmade-block .item-box .thumb img {
    display: block;
    margin: 0 auto;
    width: 167px;
    height: auto;
  }
  .handmade-block .zairyo-box, .handmade-block .youi-box {
    padding: 0;
  }
  .handmade-block .zairyo-box .box-heading, .handmade-block .youi-box .box-heading {
    font-size: 1.28571em;
    font-weight: bold;
    margin: 0 0 5px;
    white-space: nowrap;
    color: #000;
    line-height: 2;
  }
  .handmade-block .zairyo-box .box-heading b, .handmade-block .youi-box .box-heading b {
    font-size: 1em;
  }
  .handmade-block .zairyo-box .box-heading small, .handmade-block .youi-box .box-heading small {
    font-weight: normal;
    font-size: 0.77778em;
  }
  .handmade-block .zairyo-box .box-body, .handmade-block .youi-box .box-body {
    border-top: 1px solid #CFCFCF;
    font-size: 1.14286em;
    color: #231815;
  }
  .handmade-block .zairyo-box .box-body .thumb, .handmade-block .youi-box .box-body .thumb {
    float: right;
    margin-top: 5px;
  }
  .handmade-block .zairyo-box .box-body .thumb + p, .handmade-block .youi-box .box-body .thumb + p {
    line-height: 2;
  }
  .handmade-block .zairyo-box dl, .handmade-block .youi-box dl {
    padding: 16px 0 17px;
    zoom: 1;
  }
  .handmade-block .zairyo-box dl:before, .handmade-block .zairyo-box dl:after, .handmade-block .youi-box dl:before, .handmade-block .youi-box dl:after {
    content: "";
    display: table;
    border-spacing: 0;
  }
  .handmade-block .zairyo-box dl:after, .handmade-block .youi-box dl:after {
    clear: both;
  }
  .handmade-block .zairyo-box dl dt, .handmade-block .youi-box dl dt {
    float: left;
  }
  .handmade-block .zairyo-box dl dd, .handmade-block .youi-box dl dd {
    text-align: right;
  }
  .handmade-block .zairyo-box {
    margin: 0 0 40px;
  }
  .handmade-block .youi-box {
    margin-bottom: 40px;
  }
  .handmade-block .youi-box .box-body {
    padding: 14px 0 20px;
  }
  .handmade-block .container-body {
    zoom: 1;
  }
  .handmade-block .container-body:before, .handmade-block .container-body:after {
    content: "";
    display: table;
    border-spacing: 0;
  }
  .handmade-block .container-body:after {
    clear: both;
  }
  .handmade-block .data-column {
    float: left;
    width: 380px;
  }
  .handmade-block .flow-column {
    background-color: #f7f7f7;
    margin: 0 0 0 434px;
    padding: 36px 30px 38px 0;
  }
  .handmade-block .flow-box {
    zoom: 1;
    position: relative;
    font-size: 1.14286em;
    padding: 0 0 29px 74px;
    overflow: hidden;
    min-height: 98px;
  }
  .handmade-block .flow-box:before, .handmade-block .flow-box:after {
    content: "";
    display: table;
    border-spacing: 0;
  }
  .handmade-block .flow-box:after {
    clear: both;
  }
  .handmade-block .flow-box:before {
    width: 28px;
    padding: 41px 0 0;
    -webkit-background-size: 28px auto;
    -o-background-size: 28px auto;
    background-size: 28px auto;
    left: 30px;
  }
  .handmade-block .flow-box p {
    line-height: 1.4;
  }
  .handmade-block .flow-box .headline {
    margin: 10px 0 5px;
  }
  .handmade-block .flow-box .notes {
    font-size: 0.875em;
    color: #f4a90c;
  }
  .handmade-block .flow-box .notes li {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.4;
  }
  .handmade-block .flow-box .notes li + li {
    margin-top: 5px;
  }
  .handmade-block .flow-box p + .notes {
    margin-top: 5px;
  }
  .handmade-block .flow-box .case {
    font-size: 0.75em;
  }
  .handmade-block .flow-box .thumb {
    float: right;
    margin-left: 20px;
    width: 170px;
    height: auto;
  }
  .flow3 div:nth-of-type(1),
  .flow4 div:nth-of-type(1){
    width:170px;
    margin-left:20px;
  }
  .handmade-block .flow-box .case-box {
    margin-top: 18px;
    margin: 18px 0 5px;
  }
  .handmade-block .flow-box .case-box .notes {
    margin-top: 5px;
    font-size: 0.75em;
  }
  .handmade-block .flow-box:last-child {
    padding-bottom: 5px;
  }
  .handmade-block .flow-box + .flow-box {
    padding-top: 30px;
  }
  .handmade-block .flow-box + .flow-box:before {
    top: 30px;
  }
  .handmade-block .flow-box.flow1 .case-box {
    width: 234px;
  }
  .handmade-block .flow-box.flow1 .case {
    letter-spacing: -0.1em;
  }
  .handmade-block .flow-box.flow1 .thumb2 {
    margin-top: -70px;
  }
  .handmade-block .flow-box.flow1 .thumb2 + p {
    padding-top: 5px;
  }
  .handmade-block .flow-box.flow1:before {
    background-image: url("../img/smp/num1.png");
  }
  .handmade-block .flow-box.flow2:before {
    background-image: url("../img/smp/num2.png");
  }
  .handmade-block .flow-box.flow3:before {
    background-image: url("../img/smp/num3.png");
  }
  .handmade-block .flow-box.flow4:before {
    background-image: url("../img/smp/num4.png");
  }
  .handmade-block .flow-box.flow5:before {
    background-image: url("../img/smp/num5.png");
  }

  .notes-block {
    padding: 20px 10px 0;
    margin-bottom: 43px;
  }
  .notes-block .notes-box {
    max-width: inherit;
    margin: 0 auto;
  }
  .notes-block .notes-box:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 100%;
    padding-top: 30px;
    background-image: url("../img/pc/handmade-notes-bottom.png");
    background-size: auto;
  }
  .notes-block .container-heading {
    position: relative;
    color: #f4a90c;
    padding: 3px 0 10px;
    font-size: 1.28571em;
    background-image: url("../img/pc/handmade-notes-top.png");
    background-size: auto;
  }
  .notes-block .container-body {
    color: #231815;
    font-size: 1.14286em;
    padding: 20px 0 18px 56px;
    background-image: url("../img/pc/handmade-notes-body.png");
    background-size: auto;
  }
  .notes-block li {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.55;
    margin-bottom: 8px;
    letter-spacing: 0;
  }

  .banner-area {
    max-width: 100%;
    padding: 40px 0 20px 0;
  }

  .miku-block {
    display: block;
    margin-bottom: 80px;
  }
  .miku-block a, .miku-block img {
    display: block;
  }
  .miku-block a:hover {
    opacity: .8;
  }

  #handmade2-block .container-heading,
  #handmade4-block .container-heading {
    background-image: url("../img/pc/handmade-title-okayu.png");
    height: 32px;
  }

  #handmade5-block .container-heading {
    background-image: url("../img/pc/handmade-title-komekoji.png");
    height: 32px;
  }

  #handmade1-block {
    margin-bottom: 72px;
  }

  #handmade2-block,
  #handmade5-block {
    margin-bottom: 40px;
  }
  #handmade2-block .container-heading,
  #handmade5-block .container-heading {
    margin-top: 22px;
  }

  #handmade3-block {
    margin-bottom: 74px;
  }
  #handmade3-block .container-heading {
    margin-top: 16px;
  }
  #handmade3-block .flow3 p {
    letter-spacing: -0.03em;
  }

  #handmade4-block {
    margin-bottom: 30px;
  }
  #handmade4-block .container-heading {
    margin-top: 16px;
  }
  #handmade4-block .item-box .thumb {
    margin-bottom: 24px;
  }
  #handmade4-block .flow1 p {
    letter-spacing: 0.05em;
  }
  #handmade4-block .flow1 p, #handmade4-block .flow1 ul {
    margin-right: 0;
    letter-spacing: 0.05em;
  }
  #handmade4-block .flow2 p {
    letter-spacing: -0.05em;
  }
  #handmade4-block .flow3 p {
    letter-spacing: 0.05em;
  }
  #handmade4-block .flow3 .thumb {
    margin-bottom: 6px;
  }

  .notes2 {
    margin-bottom: 0;
  }

  .faq-block {
    padding-top: 60px;
  }
  .faq-block .faq-box {
    width: auto;
  }
  .faq-block .faq-box:after {
    background-image: url("../img/pc/faq-bottom.png");
    background-size: auto;
    background-repeat: no-repeat;
    width: 960px;
    height: 0;
    padding: 15px 0 0;
    background-position: top center;
  }
  .faq-block .faq-box:before {
    background-image: url("../img/pc/faq-top.png");
    background-size: auto;
    background-repeat: no-repeat;
    width: 960px;
    height: 0;
    padding: 237px 0 0;
    background-position: bottom center;
  }
  .faq-block .faq-row {
    background-image: url("../img/pc/faq-border.png");
    background-size: auto;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 28px 0 40px;
  }
  .faq-block .faq-row:last-child {
    background: none;
  }
  .faq-block .faq-row .faq-q {
    font-size: 1.57143em;
    color: #333333;
    padding: 10px 20px 0 130px;
    margin-bottom: 0;
    line-height: 1.3;
    min-height: 43px;
    background-image: url("../img/pc/faq-q.png");
    background-size: auto;
    background-position: 56px 0;
  }
  .faq-block .faq-row .faq-a {
    font-size: 1.14286em;
    padding: 10px 60px 0 130px;
    background-image: url("../img/pc/faq-a.png");
    background-size: auto;
    background-position: 56px 0;
  }
  .faq-block .faq-row .faq-a p {
    line-height: 1.6;
    text-align: justify;
  }
  .faq-block .faq-row .faq-a .notes {
    margin-top: 6px;
    font-size: 1em;
    line-height: 1.6;
  }
  .faq-block .faq-row .faq-a .thumb {
    margin: 0 0 6px 10px;
    width: 180px;
    height: auto;
  }
  .faq-block .faq1 {
    padding-top: 31px;
  }
  .faq-block .faq1 .faq-q {
    background-position: 56px 17px;
    margin-bottom: 16px;
  }
  .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.product_amazake .list>li,
  #productListWrap.product_amazake .list>li.large{
    width: 190px;
  }
  #productListWrap.product_plus-koji .list:first-child>li:nth-child(-n+3) .image,
  #productListWrap.product_amazake .list:first-child>li:nth-child(-n+3) .image {
    height: 160px;
  }
  #productListWrap.product_amazake .list:first-child>li.copyright{
    width:260px;
    max-width:260px;
  }
  #productListWrap.product_amazake .list:first-child>li.copyright .image {
    max-width:200px;
  }
  #productListWrap.product_amazake .list:first-child>li.copyright .image img {
    max-width:240px;
    left:-100px;
    right:-100px;
  }
  #productListWrap.product_amazake .list:first-child>li.copyright a::before{
    left:-40px;
  }
}


/* pickupContents */
#pickupContents {
	background-image: url(/amazake/img/smp/banner-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#pickupContents .contentInner {
	width: 93.75%;
	margin: 0 auto;
	padding: 0;
}
#pickupContents .contentInner h2 {
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
	margin: 0 0 60px 0;
}
#pickupContents .list {
	margin:0;
	padding: 0;
	display:grid;
	grid-template-columns:1fr;
	gap:15px 15px;
}
#pickupContents .list li {
	background-color: #ffffff;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	margin:0;
	padding: 0;
	position:relative;
}
#pickupContents .list li::before {
	content:'';
	display:block;
	width:40%;
	height:100%;
	pointer-events:none;
	position:absolute;
	right:0;
	top:0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#pickupContents .list li:nth-child(1)::before {
	background-image: url(/amazake/img/img_relation_01_sp.jpg);
}
#pickupContents .list li:nth-child(2)::before {
	background-image: url(/product/img/img_relation_04.jpg);
}
#pickupContents .list li:nth-child(3)::before {
	background-image: url(/amazake/img/img_relation_03_sp.jpg);
}
#pickupContents .list li a{
	display:grid;
	align-items:center;
}
#pickupContents .list li a:hover{
	opacity:1;
}
#pickupContents .list li .text {
	position: relative;
	width: 60%;
	height: auto;
	text-align: left;
	margin: 0 45% 0 0;
	padding: 15px 10px 15px 45px;
	box-sizing: border-box;
	background:#fff;
}
#pickupContents .list li .text:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 13px;
	width: 20px;
	height: 20px;
	margin: auto;
	border-radius: 50%;
	border: 1px solid #333333;
}
#pickupContents .list li .text:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	width: 5px;
	height: 5px;
	margin: auto;
	border-top: solid 1px #333333;
	border-right: solid 1px #333333;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#pickupContents .list li .text h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
	margin: 0 0 5px 0;
}
#pickupContents .list li.topicsTitleL2 .text h3{
	line-height: 1.2;
}
#pickupContents .list li .text h3 .topicsTitleSub{
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	margin-bottom: 3px;
}
#pickupContents .list li .text p {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
}
@media screen and (min-width: 769px) {
	/* pickupContents */
	#pickupContents {
		background: url(/amazake/img/pc/banner-bg.png) repeat center top / 100% auto;
	}
	#pickupContents .contentInner {
		width: auto;
		max-width: 960px;
		padding: 0;
	}
	#pickupContents .list{
		grid-template-columns:48% 48%;
		gap:30px 4%;
	}
	#pickupContents .list li {
		margin:0;
		padding: 0;
		width:100%;
	}
	#pickupContents .list li::before {
		display:none;
	}
	#pickupContents .list li:nth-child(1) {
		background-image: url(/amazake/img/img_relation_01.jpg);
	}
	#pickupContents .list li:nth-child(2) {
		background-image: url(/product/img/img_relation_04.jpg);
	}
	#pickupContents .list li:nth-child(3) {
		background-image: url(/amazake/img/img_relation_03.jpg);
	}
	#pickupContents .list li a{
		min-height:110px;
	}
	#pickupContents .list li .text {
		width: 52%;
		margin: 0 48% 0 0;
		padding: 0 5px 0 60px;
		background:transparent;
	}
	#pickupContents .list li .text>div {
		margin: auto;
		padding: 0 5px 0 0;
	}
	#pickupContents .list li.topicsTitleL2 .text > div{
		padding-top: 15px;
	}
	#pickupContents .list li.topicsKudo {
		background-position: right center;
	}
	#pickupContents .list li a:hover .text:before {
		border: 1px solid #e60019;
	}
	#pickupContents .list li a:hover .text:after {
		border-top: solid 1px #e60019;
		border-right: solid 1px #e60019;
	}
	#pickupContents .list li .text h3 {
		font-size: 18px;
		font-size: 1.8rem;
	}
}