/* SPハロウィンページ */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 11px;
	line-height: 22px;
}
img {
	display: block;
	width: 100%;
}
li {
	list-style:none;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
.col-2-1 {
    float: left;
}
a {
	color: black;
	text-decoration: none;
}
/* 下層ページ */
.block {
	position: relative;
}
.block.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
}
.block.pdt12 {
	padding-top: 12%;
}
.block .logo {
	position: fixed;
	top: 12px;
	left: 4%;
	width: 14%;
	z-index: 999;
}
.block .fb-btn {
	position: fixed;
	top: 6px;
	right: 4%;
	width: 9%;
	z-index: 999;
}
.block .tw-btn {
	position: fixed;
	top: 6px;
	right: 18%;
	width: 9%;
	z-index: 999;
}
.arrow-btn {
	position: fixed;
	bottom: 10px;
	right: 10px;
}
.block .bg-pink {
	background: #cb4336;
	padding-top: 8%;
	padding-bottom: 8%;
}

.block .contents {
	width: 290px;
	margin: 0 auto;
}
.block .bg-pink .img-welove {
	width: 249px;
	margin: 0 auto;
}
.block .bg-pink .img-welove2 {
	width: 263px;
	margin: 0 auto;
}
.open-view {
	display: none;
}
.block .bg-pink .text{
	text-align: center;
	color: white;
	margin: 0 auto;
}
.block .bg-pink .text .cookpad{
	width: 99px;
	display: inline-block;
	margin-bottom: -9px;
	margin-right: 1%;
}
.block .text-img2 {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 234px;
	margin-left: -117px
}
.block .text-img2.left {
	position: absolute;
	top: 30px;
	left: 10px;
	width: 216px;
	margin-left: 0;
}
.block .text-img4 {
	position: absolute;
	top: 34%;
	left: 50%;
	margin-left: -124px;
	width: 248px;
}
.block .recipe-btn2-area,
.block .recipe-btn1-area {
	position: absolute;
	bottom: 2%;
	left: 1%;
	width: 125px;
}
.block .recipe-btn2-area .recipe-btn,
.block .recipe-btn1-area .recipe-btn{
	background-image: url("../images/btn_recipe_open.png");
	background-repeat: no-repeat;
	height: 32px;
	background-size: 100%;
}
.block .recipe-btn2-area .recipe-btn.close,
.block .recipe-btn1-area .recipe-btn.close{
	background-image: url("../images/btn_recipe_close.png");
}
.block .bg-orange {
	background-image: url("../images/bgPtn_main.jpg");
	padding-bottom: 5%;
}
.bgc-orange {
	background-color: rgb(229,193,45);
}
.block .bg-white {
	background: white;
	box-shadow: rgba(111,65,0,0.1) 0 0 3px 3px;
	-webkit-box-shadow: rgba(111,65,0,0.1) 0 0 3px 3px;
	-moz-box-shadow: rgba(111,65,0,0.1) 0 0 3px 3px;
	width: 300px;
	margin: 0 auto;
	position: relative;
}
.block .bg-white.noshadow {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.block .detail {
	margin-right: 4%;
	margin-left: 4%;
	padding-bottom: 4%;
	font-size: 13px;
}
.block .detail .name{
	padding-top: 3%;
	font-weight: bold;
}
span.send_free {
	background-color: #b82f00;
	border-radius: 2px;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 5px 5px 0;
	padding: 4px;
}
.block .line {
	background-image: url("../images/line_dot.png");
	margin: 0 auto;
	height: 2px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-size: 18%;
}
.block .item-block .btn1,
.block .contents .btn1{
	width: 270px;
/*	background: #ce6363;*/
	margin-top: 5px;
	text-align: center;
	margin: 0 auto;
}
.block .item-block .btn2,
.block .contents .btn2{
	width: 270px;
/*	background: #5f7eb7;*/
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
}
.sweetsBtn,
.cookpadBtn {
	width: 290px;
	text-align: center;
	position: absolute;
	top: 63%;
	left: 50%;
	margin-left: -145px;
	height: 49px;
}
.btn3{
	width: 270px;
	background: #5F7EB7;
	text-align: center;
	color: white;
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -135px;
	height: 35px;
	line-height: 35px;
}
/*
.block .contents .btn1 img,
.block .contents .btn2 img {
	display: inline-block;
	width: 95px;
	vertical-align: middle;
}
.block .contents .btn1 img {
	width: 122px;
}
.block .contents .btn2 img {
	width: 95px;
}
*/
.btn3 img {
	width: 252px;
	vertical-align: middle;
	margin: 0 auto;
	display: inline-block;
}
.btn3 a,
.block .contents .btn1 a,
.block .contents .btn2 a{
	width: 100%;
	display: inline-block;
}
.block .arrow-btn {
	z-index: 9;
	display: none;
}
.block .copy-right {
	position: absolute;
	bottom: 0;
	left: 2%;
	letter-spacing: 0.1em;
	font-size: 11px;
}
.flexslider-container-detail2,
.flexslider-container-detail {
  margin: 0px 10px;
}
.flexslider-container-detail2 {
	position: relative;
	padding-top: 15px;
	padding-bottom: 20px;
}
.flexslider-detail a:active,
.flexslider-detail a:focus {
	outline: none;
}
.flexslider-detail2 {
	background: white;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 225px;
}
.block.set3,
.block.set2,
.block.set1 {
	background-image: url("../images/cont-A1_set_bg.png");
	padding: 6%;
}
.block.set2 {
	background-image: url("../images/cont-A2_set_bg.png");
}
.block.set3 {
	background-image: url("../images/cont-A3_set_bg.png");
}
.contents {
	margin: 0 auto;
}
.contents .icon{
	width: 51px;
	margin: 0 auto;
}
.contents .text .genre {
	margin-right: 1%;
}
.contents .text .volume {
	margin-right: 2%;
}
.contents .price {
	font-size: 13px;
	margin-top: -2px;
}
.contents .send_free_text {
	background-color: #B82F00;
	color: white;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font-weight: bold;
	font-size: 9px;
	line-height: 1.3;
	padding: 4px;
	margin: 0 5px 5px 0;
	display: inline-block;
	vertical-align: top;
}

.contents .number10,
.contents .number9,
.contents .number8,
.contents .number7,
.contents .number1,
.contents .number2,
.contents .number3,
.contents .number4,
.contents .number5,
.contents .number6 {
	margin-top: 5%;
	width: 7%;
	clear: both;
}
.f-left {float:left;}
.make-text {
	margin-top: 5%;
	margin-left: 9%;
}
.shadow-bottom {
	box-shadow: 2px 2px 2px 2px #E5E7D9;
	-webkit-box-shadow: 2px 2px 2px 2px #E5E7D9;
	-moz-box-shadow: 2px 2px 2px 2px #E5E7D9;
	z-index: 1;
}
.shadow-hidden {
	z-index: 1;
}
.set-detail {
	border: 2px solid black;
	font-size: 13px;
	font-weight: bold;
	width: 280px;
	text-align: center;
	margin: 8px auto 15px;
	position: relative;
	letter-spacing: 0.5em;
}
.btn-set,
.set-detail img {
  width: 8px;
  height: 7px;
	display: inline-block;
	margin-right: 15px;
}
.contents h4 {
	font-size: 13px;
	text-align: left;
}
.contents .text {
	width: auto;
	margin: 0 auto;
}
.mt10 {
	margin-top: 10px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.sub-text {
	margin-left: 40px;
	margin-right: 10px;
}
h3,
h2,
h1 {
	text-indent: -9999px;
}
.no-disp {
	display: none;
}
.w320c {
	margin-left: auto;
	margin-right: auto;
}
.description-set {
	font-weight: bold;
	margin-top: 10px;
}
.txt-orange {
	color: #982800;
}
.w296 {
	width: 296px !important;
	margin-left: -148px !important;
	top: 15px !important;
}
.w219 {
	width: 219px !important;
	margin-left: -109px !important;
	top: 15px !important;
}
.block .bg-item {
	padding: 10px;
}
.block .bg-item .bg-white {
	background: #fff;
	margin-top: 10px;
}
.block .bg-item .bg-white:first-child {
	margin-top: 0px;
}
.detail.short .left {
	float: left;
}
.detail.short .left img {
	width: 122px;
	height: 122px;
	margin-top: 13px;
	margin-right: 6px;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.leadText {
	position: absolute;
	bottom: 17px;
	width: 100%;
	left: 0;
}
.bg-pattern {
	background: url("../images/bgPtn_main.jpg") repeat;
}
.campaign-banner {
	width: 267px;
	margin: 0 auto;
}
.txtC {
	text-align: center;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.bg-set {
	background: #fff;
	padding: 10px 0 13px;
}
.pdb20 {
	padding-bottom: 20px !important;
}
.bg-red-pattern {
	background: url("../images/bgPtn_redstripe.png") repeat;
	padding: 15px 0;
}
.set-img {
	width: 249px;
	margin: 0 auto;
}
.red-text {
	width: 287px;
	margin: 0 auto 15px;
}
.pdt7 {
	padding-top: 7px !important;
}
.pdb7 {
	padding-bottom: 7px !important;
}
.description-notice {
	color: red;
	margin-top: 3px;
}
.set-btn {
	position: relative;
}
.btn-set {
	position: absolute;
	top: 27px;
	left: 15px;
}
.set-btn img.view-hidden,
.set-detail img.view-hidden {
	display: none;
}
.set-btn img.btn-hidden,
.set-detail img.btn-hidden {
	display: none;
}
.link-patissier {
	position: absolute;
	left: 0;
	right: 50%;
	top: 0;
	bottom: 0;
}
.link-tokyo-sweets {
	position: absolute;
	left: 50%;
	right: 0;
	top: 0;
	bottom: 0;
}
.block.recipe {
	background:#E4D4B3;
}
.block.recipe .contents {
	width: 290px;
	margin: 0 auto;
}
.block.recipe .recipe-btn {
	padding-top: 12px;
	padding-bottom: 12px;
}
.block .cont-B1_bg {
	background: url("../images/cont-B1_bg.jpg") repeat;
}
.block .item-block {
	width: 290px;
	background: rgba(255, 255, 255, 0.8);
	height: 180px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -145px;
	margin-top: -85px;
}
.block .item-block .detail-block {
    float: left;
    margin: 0 10px;
}
.block .item-block .thumb {
    width: 90px;
    float: left;
}
.block .item-block .detail {
	padding-top: 4%;
}
.block .item-block .detail .item-name {
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 17px;
	font-size: 12px;
	min-height: 50px;
}
.block .item-block .detail-block .icon-area {
	width: 30px;
	padding-left: 90px;
}
.block .item-block .detail-block .price {
	font-size: 12px;
}
.block.recipe .contents {
	color:#462F26;
	position: relative;
	padding-bottom: 5px;
}
.block.recipe .contents .howto {
	font-size: 10px;
	line-height: 15px;
}
.block.recipe .contents .howto div {
	margin-bottom: 9px;
}
.block.recipe .contents .howto .bold {
	font-weight: bold;
}
.block.recipe .contents .recipe1-img {
	width: 112px;
	position: absolute;
	top: 22px;
	right: 28px;
}