@media screen and (min-width:769px) {
	/* CSS Document */
	/* ==================================================================

		甘酒　トップページ
		
	================================================================== */
	/* --------------------------------------------------------------------
		ビジュアル
	--------------------------------------------------------------------- */
	#amazake_shop_visual {
		width: 100%;
		height: 450px;
		padding: 0;
		background-color: #ffffff;
		text-align: center;
		overflow: hidden;
	}
	/* 設定 */
	#amazake_shop_visual .visual_container_ {
		width: 100%;
		position: relative;
	}
	#amazake_shop_visual .slide_all {
		width: 950px;
		margin: 0 auto;
		height: 450px;
		position: relative;
	}
	#amazake_shop_visual .slide_wrap {
		width: 2850px;
		position: absolute;
		left: 50%;
		margin-left: -1425px;
	}
	#amazake_shop_visual .slide_body {
		width: 100%;
	}
	#amazake_shop_visual .slide {
		float: left;
		display: inline;
		width: 950px;
		text-align: center;
		transition: all .3s;
		opacity: 0.6;
	}
	#amazake_shop_visual .slide img {
		width: 950px;
		vertical-align: bottom;
	}

	#amazake_shop_visual .slide.active {
		opacity: 1;
	}
	#amazake_shop_visual .bx-pager {
		text-align: center;
		letter-spacing: -4px;
		position: absolute;
		left: 0;
		bottom: 20px;
		width: 100%;
	}
	#amazake_shop_visual .bx-pager .bx-pager-item {
		display: inline-block;
		letter-spacing: 0;
		width: 10px;
		height: 10px;
		margin: 0 5px;
	}
	#amazake_shop_visual .bx-pager .bx-pager-item a {
		display: block;
		width: 10px;
		height: 10px;
		background-image: url(../img/usr/top/visual/off.png);
		background-position: center center;
		background-repeat: no-repeat;
		text-indent: -9999px;
	}
	#amazake_shop_visual .bx-pager .bx-pager-item a.active {
		background-image: url(../img/usr/top/visual/on.png);
	}

	#amazake_shop_visual .bx-controls {
		width: 950px;
		margin: 0 auto;
		position: relative;
	}
	#amazake_shop_visual .bx-controls a.bx-prev,
	#amazake_shop_visual .bx-controls a.bx-next {
		display: block;
		width: 56px;
		height: 57px;
		position: absolute;
		top: -253px;
		z-index: 1;
		background-position: center center;
		background-repeat: no-repeat;
		text-indent: -9999px;
	}
	#amazake_shop_visual .bx-controls a.bx-prev {
		left: -28px;
		background-image: url(../img/usr/top/visual/ico_prev.png);
	}
	#amazake_shop_visual .bx-controls a.bx-next {
		right: -28px;
		background-image: url(../img/usr/top/visual/ico_next.png);
	}
	/* --------------------------------------------------------------------
		ナビゲーション
	--------------------------------------------------------------------- */
	#amazake_shop #amazake_shop_nav {
		padding: 40px 0;
		background: #ffffff;
	}
	#amazake_shop #amazake_shop_nav ul {
		width: 970px;
		overflow: hidden;
	}
	#amazake_shop #amazake_shop_nav ul li {
		width: 150px;
		height: 80px;
		margin: 0 10px 0 0;
		float: left;
	}
	#amazake_shop #amazake_shop_nav ul li a {
		width: 150px;
		height: 80px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		font-size: 13px;
		line-height: 1.384;
		letter-spacing: 0.08em;
		text-align: center;
		background: #faeeda;
		border: #faeeda 3px solid;
		display: block;
		position: relative;
		box-sizing: border-box;
	}
	#amazake_shop #amazake_shop_nav ul li:last-child a {
		border: #efaa16 3px solid;
		box-shadow: 0 0 0 2px #fff inset;
	}
	#amazake_shop #amazake_shop_nav ul li a::after{
		content: '';
		width: 10px;
		height: 10px;
		margin: 0 0 0 -5px;
		border-top: 2px solid #eb6d78;
		border-right: 2px solid #eb6d78;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		display: block;
		left: 50%;
		bottom: 8px;
		position: absolute;
	}

	/* --------------------------------------------------------------------
		共通
	--------------------------------------------------------------------- */
	#amazake_shop {
		width: 100%;
		padding-top: 113px;
	}
	#amazake_shop * {
		box-sizing: content-box;
	}
	#amazake_shop .sec_ {
		width: 100%;
	}
	#amazake_shop .sec_ .sec_inner_ {
		width: 950px;
		margin: 0 auto;
	}
	#amazake_shop .sec_ h2 {
		text-align: center;
	}
	#amazake_shop .sec_ .btn_details_ {
		text-align: center;
	}

	/*商品一覧
	----------------------------------------------*/
	#amazake_shop .lineup_line_ {
		text-align: center;
		letter-spacing: -4px;
		padding: 7px 0 30px;
	}
	#amazake_shop .lineup_line_ .lineup_item_ {
		display: inline-block;
		width: 145px;
		margin: 0 8px 0;
		letter-spacing: 0;
		vertical-align: top;
		position: relative;
	}
	#amazake_shop .lineup_line_ .lineup_item_ a,
	#amazake_shop .lineup_line_ .lineup_item_ span {
		display: block;
		color: #300000;
	}
	#amazake_shop .lineup_line_ .lineup_item_ span.img_ {
		text-align: center;
		margin-bottom: 14px;
	}
	#amazake_shop .lineup_line_ .lineup_item_ span.img_ img {
		max-width: 145px;
	}
	#amazake_shop .lineup_line_ .lineup_item_ span.icon_ {
		text-align: center;
		width: 39px;
		height: 39px;
		position: absolute;
		left: 0;
		top: -7px;
	}
	#amazake_shop .lineup_line_ .lineup_item_ span.icon_ img {
		width: 39px;
	}
	#amazake_shop .lineup_line_ .lineup_item_ span.name_ {
		line-height: 1.5;
		margin-bottom: 4px;
		letter-spacing: 0.007em;
		font-size: 12px;
	}
	#amazake_shop .lineup_line_ .lineup_item_ span.price_ {
		font-size: 13px;
		line-height: 1.307;
		margin-bottom: 7px;
	}
	#amazake_shop .lineup_line_ .lineup_item_ span.price_ span {
		font-size: 11px;
		line-height: 1.545;
	}
	#amazake_shop .lineup_line_ .lineup_item_ span.price_ span.tax_ {
		display: inline;
	}
	#amazake_shop .lineup_line_ .lineup_item_ span.price_ span.neg_ {
		font-size: 13px;
		line-height: 1.307;
		text-decoration: line-through;
	}
	#amazake_shop .lineup_line_ .lineup_item_ span.price_ .arrow_ {
		font-size: 11px;
		line-height: 1.545;
	}
	#amazake_shop .lineup_line_ .lineup_item_ span.price_.teiki_,
	#amazake_shop .lineup_line_ .lineup_item_ span.price_.teiki_ span {
		color: #e60019;
	}
	#amazake_shop .lineup_line_ .lineup_item_ span.cartbtn_ {
		margin-top: 10px;
	}

	/* --------------------------------------------------------------------
		商品ラインアップ
	--------------------------------------------------------------------- */
	#amazake_shop #amazake_shop_lineup {
		padding: 70px 0 30px;
		background: #ffeaec;
	}
	#amazake_shop #amazake_shop_lineup h2 {
		margin-bottom: 50px;
	}
	#amazake_shop #amazake_shop_lineup .sec_inner_ {
		width: 962px;
		padding: 40px 0 0;
		margin: 0 auto 40px;
		border: 4px solid #eb6d78;
		background: #ffffff;
	}
	#amazake_shop div.btn_more_ {
		margin: 15px 0 40px 0;
		text-align: center;
	}
	#amazake_shop div.btn_more_ img {
		cursor: pointer;
	}
	#amazake_shop div.btn_more_ img:hover {
		opacity: 0.8;
	}

	/* --------------------------------------------------------------------
		甘酒の特徴
	--------------------------------------------------------------------- */
	#amazake_shop #amazake_shop_tokucho {
		padding: 67px 0 70px;
		background-color: #f0fbfd;
		background-image: url(../img/usr/top/tokucho/tokucho_bg.png);
		background-position: center top;
		background-repeat: no-repeat;
	}
	#amazake_shop #amazake_shop_tokucho h2 {
		margin-bottom: 50px;
	}
	#amazake_shop #amazake_shop_tokucho p.lead_ {
		margin-bottom: 50px;
	}
	#amazake_shop #amazake_shop_tokucho ul {
		overflow: hidden;
		width: 104%;
		padding-bottom: 10px;
	}
	#amazake_shop #amazake_shop_tokucho ul li {
		float: left;
		width: 460px;
		height: 245px;
		margin: 0 30px 30px 0;
		position: relative;
	}
	#amazake_shop #amazake_shop_tokucho ul li p {
		font-size: 14px;
		line-height: 1.928;
		letter-spacing: 0.09em;
		position: absolute;
		right: 85px;
		top: 21px;
		height: 200px;
		-ms-writing-mode: tb-rl;
		-webkit-writing-mode:vertical-rl;
		writing-mode: vertical-rl;
	}
	/* --------------------------------------------------------------------
		生活シーンに あわせた甘酒
	--------------------------------------------------------------------- */
	#amazake_shop #amazake_shop_scene {
		padding: 0 0 70px;
		background-color: #f2e9e0;
		background-image: url(../img/usr/top/scene/scene_bg.png);
		background-position: center 238px;
		background-repeat: no-repeat;
	}
	#amazake_shop #amazake_shop_scene .scene_film_ {
		width: 100%;
		height:238px;
		background-image: url(../img/usr/top/scene/film.jpg);
		background-position: center top;
		background-repeat: repeat-x;
		text-indent: -9999px;
	}
	#amazake_shop #amazake_shop_scene .sec_inner_ {
		padding-top: 46px;
	}
	#amazake_shop #amazake_shop_scene h2 {
		margin-bottom: 50px;
	}
	#amazake_shop #amazake_shop_scene p.lead_ {
		margin-bottom: 50px;
	}
	#amazake_shop #amazake_shop_scene .scene_line_ {
		width: 104%;
		padding-bottom: 30px;
		overflow: hidden;
	}
	#amazake_shop #amazake_shop_scene .scene_line_ .scene_box_ {
		float: left;
		width: 420px;
		padding: 19px 20px 8px;
		margin-right: 30px;
		background-image: url(../img/usr/top/scene/scene_box_bg.png);
		background-position: left top;
		background-repeat: repeat;
		box-sizing: content-box;
	}
	#amazake_shop #amazake_shop_scene .scene_line_ .scene_box_ h3 {
		margin-bottom: 20px;
		text-align: center;
	}
	#amazake_shop #amazake_shop_scene .scene_line_ .scene_box_ h4 {
		margin-bottom: 20px;
		text-align: center;
	}
	#amazake_shop #amazake_shop_scene .scene_line_ .scene_box_ div.img_ {
		text-align: center;
		position: relative;
		margin-bottom: 20px;
	}
	#amazake_shop #amazake_shop_scene .scene_line_ .scene_box_ div.img_ > img {
		width: 420px;
	}
	#amazake_shop #amazake_shop_scene .scene_line_ .scene_box_ div.img_ span.icon_ {
		height: 39px;
		display: block;
		position: absolute;
		left: 10px;
		top: -10px;
	}
	#amazake_shop #amazake_shop_scene .scene_line_ .scene_box_ .img_ span.icon_ img {
		height: 39px;
		margin-right: 5px;
	}
	#amazake_shop #amazake_shop_scene .scene_line_ .scene_box_ p {
		font-size: 13px;
		line-height: 1.69;
		padding: 0 5px 34px;
	}
	#amazake_shop #amazake_shop_scene .scene_line_ .scene_box_ .lineup_line_ {
		letter-spacing: 0;
		padding: 0;
	}
	#amazake_shop #amazake_shop_scene .scene_line_ .scene_box_ .lineup_item_ {
		width: 408px;
		padding-bottom: 19px;
	}
	#amazake_shop #amazake_shop_scene .scene_line_ .scene_box_ .lineup_item_ a {
		display: table;
		width: 100%;
	}
	#amazake_shop #amazake_shop_scene .scene_line_ .scene_box_ .lineup_item_ .img_ {
		width: 147px;
		display: table-cell;
		vertical-align: middle;
	}
	#amazake_shop #amazake_shop_scene .scene_line_ .scene_box_ .lineup_item_ .desc_ {
		display: table-cell;
		vertical-align: middle;
		padding-left: 20px;
		text-align: left
	}
	#amazake_shop #amazake_shop_scene .scene_line_ .scene_box_ .lineup_item_ .name_ {
		font-size: 12px;
		line-height: 1.91;
		letter-spacing: 0.03em;
		margin: 0;
	}
	#amazake_shop #amazake_shop_scene .scene_line_ .scene_box_ .lineup_item_ .price_ {
		font-size: 11px;
		line-height: 2.09;
		letter-spacing: 0.03em;
		margin-bottom: 14px;
	}
	#amazake_shop #amazake_shop_scene .scene_line_ .scene_box_ .lineup_item_ .price_ strong {
		font-size: 13px;
		font-weight: normal;
		line-height: 1.769;
	}
	#amazake_shop #amazake_shop_scene .scene_line_ .scene_box_ .lineup_item_ .price_ span.tax_ {
		font-size: 11px;
		line-height: 2.09;
	}
	/* --------------------------------------------------------------------
		定期購入で 3つのお得な特典
	--------------------------------------------------------------------- */
	#amazake_shop #amazake_shop_privilege {
		padding: 59px 0 70px;
		background-color: #fdf7eb;
		background-image: url(../img/usr/top/privilege/privilege_bg.png);
		background-position: center top;
		background-repeat: no-repeat;
	}
	#amazake_shop #amazake_shop_privilege h2 {
		margin-bottom: 40px;
	}
	#amazake_shop #amazake_shop_privilege  p.lead_ {
		margin-bottom: 54px;
	}
	#amazake_shop #amazake_shop_privilege ul {
		text-align: center;
		letter-spacing: -4px;
		margin-bottom: 40px;
	}
	#amazake_shop #amazake_shop_privilege ul li {
		display: inline-block;
		letter-spacing: 0;
		margin: 0 15px;
	}
	#amazake_shop #amazake_shop_privilege .item_box_ {
		padding: 29px 0 0;
		border: 4px solid #efaa16;
		background-color: #ffffff;
		margin: 0 0 40px;
	}
	#amazake_shop #amazake_shop_privilege .item_box_ h3 {
		text-align: center;
		margin-bottom: 35px;
	}
	#amazake_shop #amazake_shop_privilege .lineup_item_ {
		margin: 0 15px;
	}
	#amazake_shop #amazake_shop_privilege .item_box_ .lineup_item_ span.price_ {
		margin-bottom: 0;
	}

	/* --------------------------------------------------------------------
		甘酒をつかった おすすめレシピ
	--------------------------------------------------------------------- */
	#amazake_shop #amazake_shop_recipe {
		padding: 67px 0 70px;
		background-color: #f3f4f6;
		background-image: url(../img/usr/top/recipe/recipe_bg.png);
		background-position: left top;
		background-repeat: repeat;
		margin-bottom: 30px;
	}
	#amazake_shop #amazake_shop_recipe h2 {
		margin-bottom: 55px;
	}
	#amazake_shop #amazake_shop_recipe p.lead_ {
		text-align: center;
		margin-bottom: 50px;
	}
	#amazake_shop #amazake_shop_recipe .recipe_line_ {
		margin-bottom: 40px;
		overflow: hidden;
		width: 104%;
	}
	#amazake_shop #amazake_shop_recipe .recipe_line_ .recipe_box_ {
		width: 296px;
		float: left;
		padding: 45px 0 0;
		margin: 0 30px 0 0;
		position: relative;
	}
	#amazake_shop #amazake_shop_recipe .recipe_line_ .recipe_box_ .balloon_ {
		color: #ffffff;
		letter-spacing: 0.08em;
		width: 171px;
		height: 61px;
		position: absolute;
		left: 7px;
		top: 0;
		background-position: left top;
		background-repeat: no-repeat;
		box-sizing: content-box;	
		font-size: 11px;
		display: flex;
		align-items: center;
	}
	#amazake_shop #amazake_shop_recipe .recipe_line_ .recipe_box_ .balloon_ span {
		margin: -10px auto 0;
	}
	#amazake_shop #amazake_shop_recipe .recipe_line_ .recipe_box_ .balloon_.balloon1_ {
		background-image: url(../img/usr/top/recipe/recipe_balloon04.png);
	}
	#amazake_shop #amazake_shop_recipe .recipe_line_ .recipe_box_ .balloon_.balloon2_ {
		background-image: url(../img/usr/top/recipe/recipe_balloon05.png);
	}
	#amazake_shop #amazake_shop_recipe .recipe_line_ .recipe_box_ .balloon_.balloon3_ {
		background-image: url(../img/usr/top/recipe/recipe_balloon06.png);
	}
	#amazake_shop #amazake_shop_recipe .recipe_line_ .recipe_box_ .no_ {
		width: 30px;
		height: 50px;
		position: absolute;
		right: 12px;
		top: 19px;
	}
	#amazake_shop #amazake_shop_recipe .recipe_line_ .recipe_box_ .balloon_ {
	}
	#amazake_shop #amazake_shop_recipe .recipe_line_ .recipe_box_ .inner_ {
		padding: 19px 20px 20px;
		margin-bottom: 10px;
		background-color: #ffffff;
	}
	#amazake_shop #amazake_shop_recipe .recipe_line_ .recipe_box_ .inner_ h3 {
		font-size: 14px;
		font-weight: bold;
		line-height: 1.736;
		letter-spacing: 0.06em;
		text-align: center;
		margin-bottom: 17px;
	}

	#amazake_shop #amazake_shop_recipe .img_ a {
		display: block;
		position: relative;
	}
	#amazake_shop #amazake_shop_recipe .img_ a::before {
		/* content: "";
		display: block;
		width: 70px;
		height: 50px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		background-color: rgb(0 0 0 / 0.6);
		border-radius: 12px; */
		display: none;
	}
	#amazake_shop #amazake_shop_recipe .img_ a::after {
		/* content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: -2px;
		left: 0;
		margin: auto;
		width: 0;
		height: 0;
		border-top: 10px solid transparent;
		border-left: 18px solid #fff;
		border-bottom: 10px solid transparent; */
		display: none;
	}
	#amazake_shop #amazake_shop_recipe a:hover::before {
		background-color: #f00;
	}
	#amazake_shop #amazake_shop_recipe img {
		max-width: 100%;
	}
	#amazake_shop #amazake_shop_recipe .recipe_line_ .recipe_box_ .btn_ {
	}
	/* --------------------------------------------------------------------
		自宅で甘酒をつくってみよう！
	--------------------------------------------------------------------- */
	#amazake_shop #amazake_shop_athome {
		padding: 67px 0 70px;
		background-color: #f4fef1;
		background-image: url(../img/usr/top/athome/athome_bg.png);
		background-position: center top;
		background-repeat: no-repeat;
	}
	#amazake_shop #amazake_shop_athome .sec_inner_ {
		width: 976px;
		position: relative;
	}
	#amazake_shop #amazake_shop_athome h2 {
		text-align: center;
		margin-bottom: 55px;
	}
	#amazake_shop #amazake_shop_athome p.lead_ {
		text-align: center;
		margin-bottom: 52px;
	}
	#amazake_shop #amazake_shop_athome .sec_inner_ .athome_crest_ {
		position: absolute;
		right: -47px;
		top: -50px;
	}
	#amazake_shop #amazake_shop_athome ul.maker_ {
		overflow: hidden;
		margin-bottom: 8px;
	}
	#amazake_shop #amazake_shop_athome ul.maker_ li {
		float: left;
	}
	#amazake_shop #amazake_shop_athome ul.maker_ li.maker_item_ {
		margin-right: 17px;
		position: relative;
		width: 433px;
		height: 377px;
	}
	#amazake_shop #amazake_shop_athome ul.maker_ li.maker_item_ span {
		position: absolute;
		display: block;
		text-align: center;
	}
	#amazake_shop #amazake_shop_athome ul.maker_ li.maker_item_ span.name_ {
		font-size: 11px;
		top: 293px;
		left: 124px;
		letter-spacing: 0.08em;
	}
	#amazake_shop #amazake_shop_athome ul.maker_ li.maker_item_ span.name_ strong {
		font-size: 13px;
		font-weight: normal;
		letter-spacing: 0.08em;
	}
	#amazake_shop #amazake_shop_athome ul.maker_ li.maker_item_ span.btn_ {
		top: 324px;
		left: 124px;
	}

	#amazake_shop #amazake_shop_athome .move_ {
		width: 640px;
		margin: 0 auto 40px;
	}
	#amazake_shop #amazake_shop_athome .move_ h3 {
		margin-bottom: 13px;
	}
	/* --------------------------------------------------------------------
		甘酒に関するQ&A
	--------------------------------------------------------------------- */
	#amazake_shop #amazake_shop_faq {
		padding: 70px 0 30px;
		background-color: #ffffff;
		background-image: url(../img/usr/top/faq/faq_bg.png);
		background-position: center top;
		background-repeat: no-repeat;
	}
	#amazake_shop #amazake_shop_faq h2 {
		margin-bottom: 55px;
	}
	#amazake_shop #amazake_shop_faq dl {
		padding: 16px 0 30px;
		border-top: 1px dashed #261617;
	}
	#amazake_shop #amazake_shop_faq dl.first_ {
		border-top: 0;
	}
	#amazake_shop #amazake_shop_faq dl dt,
	#amazake_shop #amazake_shop_faq dl dd {
		font-size: 15px;
		line-height: 1.4666;
		min-height: 23px;
		background-position: 5px top;
		background-repeat: no-repeat;
	}
	#amazake_shop #amazake_shop_faq dl dt {
		padding: 11px 0 7px 44px;
		margin-bottom: 15px;
		background-image: url(../img/usr/top/faq/faq_q.png);
	}
	#amazake_shop #amazake_shop_faq dl dd {
		padding: 0 0 7px 44px;
		background-image: url(../img/usr/top/faq/faq_a.png);
	}
	#amazake_shop #amazake_shop_faq dl dd p.note_ {
		font-size: 13px;
		line-height: 1.69;
	}

	/* --------------------------------------------------------------------
		商品ラインアップを見る
	--------------------------------------------------------------------- */
	#amazake_shop .banner_item_lineup_ {
		width: 100%;
		text-align: center;
		background-color: #eb6d78;
		padding: 39px 0 36px;
	}
	/* --------------------------------------------------------------------
		動画モーダル
	--------------------------------------------------------------------- */
	#amazake_shop #modal-movie {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.5);
		z-index: 1000;
		visibility: hidden;
		opacity: 0;
		transition: .2s;
	}
	#amazake_shop #modal-movie.is-active {
		visibility: visible;
		opacity: 1;
	}
	#amazake_shop .movie-area {
		position: fixed;
		top: 20%;
		left: 20%;
		right: 20%;
		bottom: 20%;
	}
	#amazake_shop .movie-area .close-btn {
		position: absolute;
		top: -50px;
		right: 0;
		width: 40px;
		height: 40px;
		font-size: 0;
		cursor: pointer;
	}
	#amazake_shop .movie-area .close-btn::before,
	#amazake_shop .movie-area .close-btn::after {
		content: "";
		position: absolute;
		width: 2px;
		height: 100%;
		background: #fff;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	#amazake_shop .movie-area .close-btn::before {
		transform: rotate(45deg);
	}
	#amazake_shop .movie-area .close-btn::after {
		transform: rotate(-45deg);
	}
	#amazake_shop .movie-area [id*=movie_add] {
		display: none;
	}
	#amazake_shop .movie-area [id*=movie_add].is-active {
		display: block;
	}
	/* --------------------------------------------------------------------
		シーンにあわせた甘酒 最終要素センター化
	--------------------------------------------------------------------- */
	#amazake_shop .scene_line_center {
		display: flex;
		justify-content: center;
	}
}
@media screen and (max-width:768px) {
	/* CSS Document */

	/* ==================================================================

		甘酒　トップページ
		
	================================================================== */
	/* --------------------------------------------------------------------
		ビジュアル
	--------------------------------------------------------------------- */
	#amazake_shop_visual ul li img {
		display: none;
	}
	#amazake_shop_visual .bx-wrapper ul li img {
		display: block;
	}
	#amazake_shop_visual .bx-pager {
		text-align: center;
		letter-spacing: -4px;
	}
	#amazake_shop_visual .bx-controls {
		padding: 8px 0;
		height: 35px;
		position: relative;
	}
	#amazake_shop_visual .bx-pager {
		padding-top: 13px;
	}
	#amazake_shop_visual .bx-pager .bx-pager-item {
		width: 10px;
		height: 10px;
		display: inline-block;
		letter-spacing: 0;
		margin: 0 10px;
	}
	#amazake_shop_visual .bx-pager .bx-pager-item a {
		display: block;
		width: 10px;
		height: 10px;
		background-color: #e5d9cb;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		text-indent: -9999px;
	}
	#amazake_shop_visual .bx-pager .bx-pager-item a.active {
		background-color: #320303;
	}
	#amazake_shop_visual .bx-controls a.bx-prev,
	#amazake_shop_visual .bx-controls a.bx-next {
		display: block;
		width: 35px;
		height: 35px;
		position: absolute;
		top: 8px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: 35px 35px;
		background-size: 35px 35px;
		text-indent: -9999px;
	}
	#amazake_shop_visual .bx-controls a.bx-prev {
		left: 10px;
		background-image: url(../img/usr/top/visual/ico_prev2.png);
		-webkit-background-size: 35px;
		background-size: 35px;
	}
	#amazake_shop_visual .bx-controls a.bx-next {
		right: 10px;
		background-image: url(../img/usr/top/visual/ico_next2.png);
		-webkit-background-size: 35px;
		background-size: 35px;
	}

	/* --------------------------------------------------------------------
		ナビ
	--------------------------------------------------------------------- */
	#amazake_shop_nav ul {
		margin-bottom: 20px;
		padding: 0 5px 0 10px;
		overflow: hidden;
	}
	#amazake_shop_nav ul li {
		width: 33%;
		padding: 0 5px;
		text-align: center;
		float: left;
		box-sizing: border-box !important;
	}

	/* --------------------------------------------------------------------
		共通
	--------------------------------------------------------------------- */
	#amazake_shop {
		max-width: 640px;
		margin: 0 auto;
	}
	#amazake_shop * {
		box-sizing: content-box;
	}
	#amazake_shop .sec_ {
	}
	#amazake_shop .sec_ h2 {
		text-align: center;
	}
	#amazake_shop .sec_ p {
		line-height: 1.54;
	}
	#amazake_shop .sec_ p.lead_ {
		text-align: center;
	}
	#amazake_shop .sec_ p.lead_ strong {
		color: #ec4747;
		font-weight: bold;
	}
	#amazake_shop .sec_ .btn_details_ {
	}
	#amazake_shop .sec_ .btn_details_ a {
		display: block;
		text-align: center;
		background-color: #481c1b;
		margin: 0 30px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
	/*商品一覧　2個ならび
	-----------------------------------------*/
	#amazake_shop .sec_ ul.lineup_item_ {
		padding: 0 20px;
	}
	#amazake_shop .sec_ ul.lineup_item_ li:last-child {
		padding-right: 10px;
	}
	#amazake_shop .sec_ ul.lineup_item_ li a {
		display: block;
	}
	#amazake_shop .sec_ ul.lineup_item_ li .img_ {
		text-align: center;
		margin-bottom: 7px;
		position: relative;
		width: 100px;
		height: 100px;
	}
	#amazake_shop .sec_ ul.lineup_item_ li .img_ img {
		height: 100%;
	}
	#amazake_shop .sec_ ul.lineup_item_ li .img_ span {
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		left: 0;
		top: 0;
	}
	#amazake_shop .sec_ ul.lineup_item_ li .name_ {
		margin: 0 0 9px;
		line-height: 1.25;
		font-size: 10px;
		text-align: center;
	}
	#amazake_shop .sec_ ul.lineup_item_ li .price_ {
		text-align: center;
	}
	#amazake_shop .sec_ ul.lineup_item_ li .price_ span {
		font-size: 10px;
		line-height: 1.5;
		display: block;
	}
	#amazake_shop .sec_ ul.lineup_item_ li .price_ strong {
		font-size: 12px;
		font-weight: bold;
		line-height: 1.25;
	}
	#amazake_shop .sec_ ul.lineup_item_ li .price_ span.teiki_ {
		font-size: 11px;
		line-height: 1.25;
		text-decoration: line-through;
	}
	#amazake_shop .sec_ ul.lineup_item_ li .price_ span.tax_ {
		display: inline;
	}
	#amazake_shop .sec_ ul.lineup_item_ li .arrow_ {
		font-size: 10px;
		line-height: 1.4;
		text-align: center;
	}
	#amazake_shop .sec_ ul.lineup_item_ li .price_teiki_ {
		color: #e60019;
		text-align: center;
		margin-bottom: 8px;
	}
	#amazake_shop .sec_ ul.lineup_item_ li .price_teiki_ span {
		display: block;
		font-size: 10px;
		font-weight: bold;
		line-height: 1.35;
	}
	#amazake_shop .sec_ ul.lineup_item_ li .price_teiki_ strong {
		font-size: 13px;
		font-weight: bold;
		line-height: 1.1;
	}
	#amazake_shop .sec_ ul.lineup_item_ li .price_teiki_ span.tax_ {
		display: inline;
	}
	#amazake_shop .sec_ ul.lineup_item_ li .cartbtn_ {
		background-color: #5d8200;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		text-align: center;
	}
	#amazake_shop .sec_ ul.lineup_item_ li .cartbtn_ img {
		vertical-align: top;
	}

	/*商品ラインアップを見る
	---------------------------------------*/
	#amazake_shop .banner_item_lineup_ {
		width: 100%;
		text-align: center;
		padding: 20px 0 17px;
		background-color: #eb6d78;
	}
	#amazake_shop .banner_item_lineup_ a {
		display: block;
	}
	#amazake_shop .banner_item_lineup_ img {
		width: 88%;
	}
	/* --------------------------------------------------------------------
		商品ラインアップ
	--------------------------------------------------------------------- */
	#amazake_shop_lineup {
		padding: 25px 0;
		background: #ffeaec;
	}
	#amazake_shop_lineup h2 {
		margin: 0 20px 15px;
	}
	#amazake_shop #amazake_shop_lineup .sec_inner_ {
		overflow: hidden;
		white-space: normal;
		width: 100%;
	}
	#amazake_shop #amazake_shop_lineup ul.lineup_item_ {
		padding: 0;
		overflow-x: scroll;
		display: flex;
		margin: 0 0 0 10px;
	}
	#amazake_shop #amazake_shop_lineup ul.lineup_item_::-webkit-scrollbar{
		width: 5px;
		background: #ece3d4;
	}
	#amazake_shop #amazake_shop_lineup ul.lineup_item_::-webkit-scrollbar:horizontal{
		height: 5px;
		background: #ece3d4;
	}
	#amazake_shop #amazake_shop_lineup ul.lineup_item_::-webkit-scrollbar-thumb{
		background: #ec4646;
		border-radius: 2px;
	}
	#amazake_shop #amazake_shop_lineup ul.lineup_item_::-webkit-scrollbar-thumb:horizontal{
		background: #ec4646;
		border-radius: 2px;
	}
	#amazake_shop #amazake_shop_lineup ul.lineup_item_ li {
		width: 120px;
		margin: 0 10px 10px 0;
	}
	#amazake_shop #amazake_shop_lineup ul.lineup_item_ li a {
		text-decoration: none;
		width: 120px;
	}
	#amazake_shop #amazake_shop_lineup ul.lineup_item_ li .name_ {
		margin-bottom: 6px;
	}
	#amazake_shop #amazake_shop_lineup ul.lineup_item_ li .price_ {
		margin-bottom: 10px;
	}

	/* --------------------------------------------------------------------
		甘酒の特徴
	--------------------------------------------------------------------- */
	#amazake_shop #amazake_shop_tokucho {
		padding: 25px 0;
		background-color: #f0fbfd;
		background-image: url(../img/usr/sb/top/tokucho/tokucho_bg.png);
		background-position: center top;
		background-repeat: no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	#amazake_shop #amazake_shop_tokucho h2 {
		margin: 0 20px 14px;
	}
	#amazake_shop #amazake_shop_tokucho p.lead_ {
		margin-bottom: 11px;
	}
	#amazake_shop #amazake_shop_tokucho ul {
		padding: 0 20px 10px;
	}
	#amazake_shop #amazake_shop_tokucho ul li {
		text-align: center;
		margin-bottom: 10px;
	}
	#amazake_shop #amazake_shop_tokucho ul li.hide_ {
		display: none;
	}
	#amazake_shop #amazake_shop_tokucho .slibtn_ {
		width: 57%;
		margin: 0 auto 10px;
		text-align: center;
		background-color: #a3a3a2;
		background-image: url(../img/usr/sb/top/tokucho/btn_open.png);
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
	#amazake_shop #amazake_shop_tokucho .slibtn_.open_ {
		background-image: url(../img/usr/sb/top/tokucho/btn_close.png);
	}
	/* --------------------------------------------------------------------
		生活シーンに あわせた甘酒
	--------------------------------------------------------------------- */
	#amazake_shop #amazake_shop_scene {
	}
	#amazake_shop #amazake_shop_scene .sec_inner_ {
		padding: 25px 20px;
		background-color: #f2e9e0;
		background-image: url(../img/usr/sb/top/scene/scene_bg.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	#amazake_shop #amazake_shop_scene h2 {
		margin-bottom: 15px;
	}
	#amazake_shop #amazake_shop_scene p.lead_ {
		margin-bottom: 18px;
	}
	#amazake_shop #amazake_shop_scene .scene_line_ {
		padding-bottom: 10px;
	}
	#amazake_shop #amazake_shop_scene .scene_box_ {
		margin-bottom: 10px;
	}
	#amazake_shop #amazake_shop_scene .scene_box_ h3 {
		text-align: center;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		background-position: 94% center;
		background-repeat: no-repeat;
		-webkit-background-size: 13px 13px;
		background-size: 13px 13px;
	}
	#amazake_shop #amazake_shop_scene .scene_box_ .scene_box_in_ {
		display: none;
		padding: 20px 15px 5px;
		background-color: rgba(255,255,255,0.50);
	}
	#amazake_shop #amazake_shop_scene .scene_box_ div.img_ {
		text-align: center;
		position: relative;
		margin-bottom: 5px;
	}
	#amazake_shop #amazake_shop_scene .scene_box_ .img_ .icon_ {
		position: absolute;
		left: 10px;
		top: -10px;
	}
	#amazake_shop #amazake_shop_scene .scene_box_ .img_ .icon_ img {
		width: 30px;
		margin-right: 5px;
	}
	#amazake_shop #amazake_shop_scene .scene_box_ h4 {
		text-align: center;
		margin-bottom: 15px;
		border-bottom: 1px dashed #261617;
	}
	#amazake_shop #amazake_shop_scene .scene_box_ p {
		font-size: 11px;
		line-height: 1.681;
		margin: 0 0 16px;
	}
	#amazake_shop #amazake_shop_scene .scene_box_ ul {
	}
	#amazake_shop #amazake_shop_scene .scene_box_ ul li {
		margin-bottom: 10px;
	}
	#amazake_shop #amazake_shop_scene .scene_box_ ul li a {
		display: table;
		table-layout: fixed;
		text-decoration: none;
		width: 100%;
	}
	#amazake_shop #amazake_shop_scene .scene_box_ ul li .img_ {
		display: table-cell;
		vertical-align: middle;
		width: 38%;
	}
	#amazake_shop #amazake_shop_scene .scene_box_ ul li .desc_ {
		display: table-cell;
		vertical-align: middle;
		text-align: left;
		padding-left: 6%;
	}
	#amazake_shop #amazake_shop_scene .scene_box_ ul li .name_ {
		font-size: 10px;
		line-height: 1.35;
		margin-bottom: 7px;
	}
	#amazake_shop #amazake_shop_scene .scene_box_ ul li .price_ {
		font-size: 10px;
		line-height: 1.35;
		margin-bottom: 12px;
	}
	#amazake_shop #amazake_shop_scene .scene_box_ ul li .price_ strong {
		font-size: 12px;
		line-height: 1.25;
		font-weight: normal;
	}
	#amazake_shop #amazake_shop_scene .scene_box_ ul li .cartbtn_ {
		background-color: #5d8200;
		margin-left: 7%;
		text-align: center;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
	#amazake_shop #amazake_shop_scene .scene_box_ ul li .cartbtn_ img {
		vertical-align: top;
	}

	#amazake_shop #amazake_shop_scene .scene_box_.active_ h3 {
		border-radius: 20px 20px 0 0;
		-webkit-border-radius: 20px 20px 0 0;
		-moz-border-radius: 20px 20px 0 0;
	}
	#amazake_shop #amazake_shop_scene .scene_box_.active_ .scene_box_in_ {
		display: block;
	}
	#amazake_shop #amazake_shop_scene #scene01 h3 {
		background-color: #f09ca4;
		background-image: url(../img/usr/sb/top/scene/scene01_plus.png);
	}
	#amazake_shop #amazake_shop_scene #scene01.active_ h3 {
		background-image: url(../img/usr/sb/top/scene/scene01_minus.png);
	}
	#amazake_shop #amazake_shop_scene #scene02 h3 {
		background-color: #ddb153;
		background-image: url(../img/usr/sb/top/scene/scene02_plus.png);
	}
	#amazake_shop #amazake_shop_scene #scene02.active_ h3 {
		background-image: url(../img/usr/sb/top/scene/scene02_minus.png);
	}
	#amazake_shop #amazake_shop_scene #scene03 h3 {
		background-color: #78ca85;
		background-image: url(../img/usr/sb/top/scene/scene03_plus.png);
	}
	#amazake_shop #amazake_shop_scene #scene03.active_ h3 {
		background-image: url(../img/usr/sb/top/scene/scene03_minus.png);
	}
	#amazake_shop #amazake_shop_scene #scene04 h3 {
		background-color: #85c2e8;
		background-image: url(../img/usr/sb/top/scene/scene04_plus.png);
	}
	#amazake_shop #amazake_shop_scene #scene04.active_ h3 {
		background-image: url(../img/usr/sb/top/scene/scene04_minus.png);
	}
	#amazake_shop #amazake_shop_scene #scene05 h3 {
		background-color: #e88761;
		background-image: url(../img/usr/sb/top/scene/scene05_plus.png);
	}
	#amazake_shop #amazake_shop_scene #scene05.active_ h3 {
		background-image: url(../img/usr/sb/top/scene/scene05_minus.png);
	}
	#amazake_shop #amazake_shop_scene #scene06 h3 {
		background-color: #ebc951;
		background-image: url(../img/usr/sb/top/scene/scene06_plus.png);
	}
	#amazake_shop #amazake_shop_scene #scene06.active_ h3 {
		background-image: url(../img/usr/sb/top/scene/scene06_minus.png);
	}
	/* --------------------------------------------------------------------
		定期購入で 3つのお得な特典
	--------------------------------------------------------------------- */
	#amazake_shop #amazake_shop_privilege {
		padding: 13px 0 25px;
		background-color: #fdf7eb;
	}
	#amazake_shop #amazake_shop_privilege h2 {
		margin-bottom: 10px;
	}
	#amazake_shop #amazake_shop_privilege p.lead_ {
		margin-bottom: 6px;
	}
	#amazake_shop #amazake_shop_privilege ul.tokuten_ {
		padding: 0 5px 22px;
		overflow: hidden;
	}
	#amazake_shop #amazake_shop_privilege ul.tokuten_ li {
		width: 33%;
		float: left;
	}
	#amazake_shop #amazake_shop_privilege .item_box_ {
		margin: 0 0 20px 20px;
		overflow: hidden;
	}
	#amazake_shop #amazake_shop_privilege .item_box_ h3 {
		margin: 0 20px 14px 0;
	}
	#amazake_shop #amazake_shop_privilege .item_box_ .item_box_in_ {
		overflow: hidden;
		padding-bottom: 10px;
		width: 100%;
		white-space: nowrap;
	}
	#amazake_shop #amazake_shop_privilege .item_box_ ul.lineup_item_ {
		padding: 0;
		display: flex;
		overflow-x: scroll;
	}
	#amazake_shop #amazake_shop_privilege .item_box_ ul.lineup_item_::-webkit-scrollbar{
		width: 5px;
		background: #ebe4d4;
	}
	#amazake_shop #amazake_shop_privilege .item_box_ ul.lineup_item_::-webkit-scrollbar:horizontal{
		height: 5px;
		background: #ebe4d4;
	}
	#amazake_shop #amazake_shop_privilege .item_box_ ul.lineup_item_::-webkit-scrollbar-thumb{
		background: #f0aa17;
		border-radius: 2px;
	}
	#amazake_shop #amazake_shop_privilege .item_box_ ul.lineup_item_::-webkit-scrollbar-thumb:horizontal{
		background: #f0aa17;
		border-radius: 2px;
	}
	#amazake_shop #amazake_shop_privilege .item_box_ ul.lineup_item_ li {
		width: 120px;
		margin: 0 10px 5px 0;
	}
	#amazake_shop #amazake_shop_privilege .item_box_ ul.lineup_item_ li a {
		text-decoration: none;
	}
	#amazake_shop #amazake_shop_privilege .item_box_ ul.lineup_item_ li .name_ {
		margin-bottom: 6px;
	}
	#amazake_shop #amazake_shop_privilege .item_box_ ul.lineup_item_ li .cartbtn_ {
		background-color: #ec4747;
	}

	/*スクロールバー
	---------------------------------------------*/
	#amazake_shop #amazake_shop_privilege .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
		height: 8px;
		background-color: #efaa16;
	}
	#amazake_shop #amazake_shop_privilege .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
		height: 5px;
		margin: 8px 0;
		background-color: #ebe3d4;
	}
	#amazake_shop #amazake_shop_privilege .mCSB_horizontal.mCSB_inside > .mCSB_container {
		margin-bottom: 15px;
	}
	/* --------------------------------------------------------------------
		甘酒をつかった おすすめレシピ
	--------------------------------------------------------------------- */
	#amazake_shop #amazake_shop_recipe {
		padding: 25px 15px;
		background-color: #f3f4f6;
		background-image: url(../img/usr/sb/top/recipe/recipe_bg.png);
		background-position: left top;
		background-repeat: repeat;
		-webkit-background-size: 6px 6px;
		background-size: 6px 6px;
	}
	#amazake_shop #amazake_shop_recipe h2 {
		margin-bottom: 15px;
	}
	#amazake_shop #amazake_shop_recipe p.lead_ {
		margin-bottom: 46px;
	}

	#amazake_shop #amazake_shop_recipe .recipe_line_ {
		margin: 36px 5px 0;
	}
	#amazake_shop #amazake_shop_recipe p.lead_ + .recipe_line_ {
		margin-top: 0;
	}
	/*　clearfix　*/  
	#amazake_shop #amazake_shop_recipe .recipe_line_:after{  
		content:".";  
		display:block;  
		height:0;  
		clear:both;  
		visibility:hidden;  
	}  
	/**/
	#amazake_shop #amazake_shop_recipe .recipe_line_ .recipe_box_ {
		position: relative;
		text-align: center;
		margin-bottom: 50px;
	}
	#amazake_shop #amazake_shop_recipe .recipe_line_ .recipe_box_:last-child {
		margin-bottom: 20px;
	}
	#amazake_shop #amazake_shop_recipe .recipe_box_ .balloon_ {
		position: absolute;
		left: 3px;
		top: -30px;
		height: 38px;
		text-align: center;
		background-position: left top;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		padding: 4px 10px;
		color: #fff;
		letter-spacing: 0.08em;
		display: flex;
		align-items: center;
	}
	#amazake_shop #amazake_shop_recipe .recipe_line_ .recipe_box_ .balloon_.balloon1_ {
		background-image: url(../img/usr/top/recipe/recipe_balloon04.png);
	}
	#amazake_shop #amazake_shop_recipe .recipe_line_ .recipe_box_ .balloon_.balloon2_ {
		background-image: url(../img/usr/top/recipe/recipe_balloon05.png);
	}
	#amazake_shop #amazake_shop_recipe .recipe_line_ .recipe_box_ .balloon_.balloon3_ {
		background-image: url(../img/usr/top/recipe/recipe_balloon06.png);
	}
	#amazake_shop #amazake_shop_recipe .recipe_line_ .recipe_box_ .balloon_ span {
		margin: -10px auto 0;
	}
	#amazake_shop #amazake_shop_recipe .recipe_box_ .no_ {
		width: 24px;
		height: 40px;
		position: absolute;
		right: 4px;
		top: -11px;
	}
	#amazake_shop #amazake_shop_recipe .recipe_box_ .inner_ {
		padding: 10px;
		text-align: center;
		background-color: #ffffff;
	}
	#amazake_shop #amazake_shop_recipe .recipe_box_ h3 {
		font-size: 15px;
		line-height: 1.833;
		margin-bottom: 8px;
	}
	#amazake_shop #amazake_shop_recipe .recipe_box_ .img_ a {
		display: block;
		position: relative;
	}
	#amazake_shop #amazake_shop_recipe .recipe_box_ .img_ a::before {
		/* content: "";
		display: block;
		width: 70px;
		height: 50px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		background-color: #f00;
		border-radius: 12px; */
		display: none;
	}
	#amazake_shop #amazake_shop_recipe .recipe_box_ .img_ a::after {
		/* content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: -2px;
		left: 0;
		margin: auto;
		width: 0;
		height: 0;
		border-top: 10px solid transparent;
		border-left: 18px solid #fff;
		border-bottom: 10px solid transparent; */
		display: none;
	}
	#amazake_shop #amazake_shop_recipe .recipe_btn_ {
		padding: 20px 30px 10px;
	}
	#amazake_shop #amazake_shop_recipe .recipe_btn_ ul {
	}
	#amazake_shop #amazake_shop_recipe .recipe_btn_ li {
		margin-bottom: 10px;
		text-align: center;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
	#amazake_shop #amazake_shop_recipe .recipe_btn_ li a {
		display: block;
		text-align: center;
	}
	#amazake_shop #amazake_shop_recipe .recipe_btn_ li img {
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}

	#amazake_shop #amazake_shop_recipe .recipe_btn_ li.no1_ {
		border: 1px solid #eb6d78;
		background-color: #fae2e4;
	}
	#amazake_shop #amazake_shop_recipe .recipe_btn_ li.no2_ {
		border: 1px solid #f8781b;
		background-color: #fee8dc;
	}
	#amazake_shop #amazake_shop_recipe .recipe_btn_ li.no3_ {
		border: 1px solid #f3af07;
		background-color: #fef9dc;
	}
	/* --------------------------------------------------------------------
		自宅で甘酒をつくってみよう！
	--------------------------------------------------------------------- */
	#amazake_shop #amazake_shop_athome {
		padding: 350px 0 25px 0;
		background-color: #f5fff2;
		background-image: url(../img/usr/sb/top/athome/athome_bg.png);
		background-position: center top;
		background-repeat: no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	#amazake_shop #amazake_shop_athome h2 {
		margin: 0 15px 16px;
	}
	#amazake_shop #amazake_shop_athome ul.maker_ {
	}
	#amazake_shop #amazake_shop_athome ul.maker_ li.maker_item_ {
		position: relative;
	}
	#amazake_shop #amazake_shop_athome ul.maker_ li.maker_item_ .name_ {
		width: 100%;
		font-size: 9px;
		position: absolute;
		left: 0;
		bottom: 13%;
		text-align: center;
	}
	#amazake_shop #amazake_shop_athome ul.maker_ li.maker_item_ .name_ strong {
		font-size: 12px;
	}
	#amazake_shop #amazake_shop_athome ul.maker_ li.maker_item_ .btn_ {
		width: 32%;
		position: absolute;
		left: 50%;
		bottom: 0;
		text-align: center;
		margin-left: -16%;
		background-color: #5d8200;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
	#amazake_shop #amazake_shop_athome .move_ {
		margin: 0 25px 20px;
	}
	#amazake_shop #amazake_shop_athome .move_ h3 {
		width: 47%;
		margin-bottom: 5px;
	}
	#amazake_shop #amazake_shop_athome .move_ .video_ {
		position: relative;
		height: 0;
		padding: 30px 0 56.25%;
		overflow: hidden;
	}
	#amazake_shop #amazake_shop_athome .move_ .video_ iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	/* --------------------------------------------------------------------
		甘酒に関するQ&A
	--------------------------------------------------------------------- */
	#amazake_shop #amazake_shop_faq {
		padding: 25px 0;
		background-color: #ffffff;
		background-image: url(../img/usr/sb/top/faq/faq_bg.png);
		background-position: center top;
		background-repeat: no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	#amazake_shop #amazake_shop_faq h2 {
		margin: 0 40px 3px;
	}
	#amazake_shop #amazake_shop_faq dl {
		border-bottom: 1px dashed #261617;
	}
	#amazake_shop #amazake_shop_faq dl dt,
	#amazake_shop #amazake_shop_faq dl dd {
		font-size: 11px;
		line-height: 1.40;
	}
	#amazake_shop #amazake_shop_faq dl dt {
		display: table;
		width: 100%;
		min-height: 55px;
		background-image: url(../img/usr/sb/top/faq/ico_down.png);
		background-position: 95% center;
		background-repeat: no-repeat;
		-webkit-background-size: 12px 13px;
		background-size: 12px 13px;
	}
	#amazake_shop #amazake_shop_faq dl dt.open_ {
		background-image: url(../img/usr/sb/top/faq/ico_up.png);
	}
	#amazake_shop #amazake_shop_faq dl dt span {
		display: table-cell;
		vertical-align: middle;
		min-height: 37px;
		padding: 13px 35px 12px 38px;
		background-image: url(../img/usr/sb/top/faq/faq_q.png);
		background-position: 10px 13px;
		background-repeat: no-repeat;
		-webkit-background-size: 18px 26px;
		background-size: 18px 26px;
	}
	#amazake_shop #amazake_shop_faq dl dd {
		display: none;
		padding: 8px 35px 12px 38px;
		background-color: #f0fbfd;
		background-image: url(../img/usr/sb/top/faq/faq_a.png);
		background-position: 10px 8px;
		background-repeat: no-repeat;
		-webkit-background-size: 18px 26px;
		background-size: 18px 26px;
	}
	#amazake_shop #amazake_shop_faq dl dd p.note_ {
		font-size: 10px;
		line-height: 1.40;
	}
	/* 動画モーダル */
	#amazake_shop #modal-movie {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.5);
		z-index: 10000;
		visibility: hidden;
		opacity: 0;
		transition: .2s;
	}
	#amazake_shop #modal-movie.is-active {
		visibility: visible;
		opacity: 1;
	}
	#amazake_shop .movie-area {
		position: fixed;
		left: 5%;
		right: 5%;
		margin-top: 70vw;
	}
	#amazake_shop .movie-area .close-btn {
		position: absolute;
		top: -50px;
		right: 0;
		width: 40px;
		height: 40px;
		font-size: 0;
		cursor: pointer;
	}
	#amazake_shop .movie-area .close-btn::before,
	#amazake_shop .movie-area .close-btn::after {
		content: "";
		position: absolute;
		width: 2px;
		height: 100%;
		background: #fff;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	#amazake_shop .movie-area .close-btn::before {
		transform: rotate(45deg);
	}
	#amazake_shop .movie-area .close-btn::after {
		transform: rotate(-45deg);
	}
	#amazake_shop .movie-area [id*=movie_add] {
		display: none;
		width: 100%;
		height: 50vw;
	}
	#amazake_shop .movie-area [id*=movie_add].is-active {
		display: block;
	}
	.hina_section {
		background-image: url(/stg/img/freepage/amazake_shop/hina_bg_sp.png);
		background-size: cover;
		padding: 28px 0 48px;
		background-repeat: no-repeat;
	}
	.hina_section__background {
		width: 95%;
		margin: 0 auto;
	}
	.hina_section__background h2 {
		margin-top: 10px;
	}
	.hina_section__period {
		margin-top: 12px;
		margin-bottom: 15px;
	}
	.hina_section__period--label {
		font-size: 15px;
		font-weight: bold;
		color: #fff;
		background-color: #aac300;
		padding: 6px 10px;
		border-radius: 19px;
		margin-right: 10px;
		vertical-align: 2px;
	}
	.hina_section__period--date {
		font-size: 21px;
		font-weight: bold;
		font-family: RodinPro;
		letter-spacing: 0.08em;
		color: #aac300;
	}
	.hina_section__period--date span {
		font-size: 15px;
	}
	.hina_section__background--btn {
		color: #fff;
		text-align: center;
		padding: 20px 0;
		font-size: 16px;
		background-color: #fc6c70;
		display: block;
		border-radius: 10px;    
		line-height: 1.0;
		margin: 10px auto 0px;
		width: 90%;
		letter-spacing: 0.08em;
	}
	.hina_section__background--btn:link {
		color: #fff;
		text-decoration: none;
	}
	.hina_section__background--btn:visited {
		color: #fff;
	}

}