/* ハロウィンページ */
* {
		margin: 0;
		padding: 0;
}
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
}
.main-contents {
	min-width: 980px;
	margin: 0 auto;
	position: relative;
	color: #462f26;
	overflow: hidden;
}
img {
	display: block;
	width: 100%;
	border: none;
}
a {
	color: #000;
	text-decoration: none;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}


.f-left {float: left;}
.mt6 {margin-top: 6%;}
.mt4 {margin-top: 4%;}
.mt3 {margin-top: 3%;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.contents .number2.ml15 {margin-left: 15%;}

.block {
	position: relative;
}
.block .badge {
	position: fixed;
	z-index: 99;
	top: 4%;
	left: 10%;
}
.block .badge img {
	width: 55px;
	height: 26px;
}
.block .tw-btn {
	position: fixed;
	z-index: 99;
	top: 35px;
	right: 235px;
}

.block .fb-btn {
	position: fixed;
	z-index: 99;
	top: 35px;
	right: 180px;
}
.campain-btn {
	position: absolute;
	top: 250px;
	right: 0px;
	z-index: 99;
}
.block .tw-btn img,
.block .fb-btn img {

}
.block .text-img {
	position: absolute;
	bottom: 75px;
	left: 50px;
}
.block .text-img2 {
	width: 875px;
	height: 115px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 7%;
}
.block .text-img3 {
	margin: 0 auto;
	width: 549px;
	height: 114px;
	overflow: hidden;
	padding-top: 8%;
}
.block .text-img4 {
	margin: 0 auto;
	width: 501px;
	padding-bottom: 5px;
}
.block .top-text-img {
	width: 700px;
	height: 429px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -224px 0 0 -350px;
}
.block .next-cursor {
	width: 50px;
	height: 50px;
	bottom: 20px;
	position: fixed;
	left: 50%;
	margin-left: -25px;
	z-index: 99;
}
.relative {
	position: relative;
}
.block .intro-copy {
	width: 868px;
	height: 295px;
	position: absolute;
	top: 50%;
	margin: -147px 0 0 -434px;
	left: 50%;
}
.block .middle-text-img {
	width: 527px;
	margin: 0 auto;
	padding-top: 59px;
}
.bottom-text {
	display: inline-block;
	text-align: center;
	width: 100%;
	font-size: 20px;
	color: white;
	margin: 0 auto;
	padding-top: 49px;
	line-height: 2em;
}
.bottom-text .cookpad {
	width: 163px;
	display: inline-block;
	margin-bottom: -10px;
}

.block .recipe-btn1-area {
	width: 291px;
	position: absolute;
	bottom: 30px;
	left: 5%;
}
.block .recipe-btn2-area {
	width: 291px;
	position: absolute;
	bottom: 50px;
	left: 4%;
}
.block .recipe-btn2-area .recipe-btn,
.block .recipe-btn1-area .recipe-btn{
	background-image: url("../images/btn_recipe_open.png");
	background-repeat: no-repeat;
	width: 100%;
	height: 63px;
	background-size: 227px 63px;
}
.block .recipe-btn2-area .recipe-btn.close,
.block .recipe-btn1-area .recipe-btn.close{
	background-image: url("../images/btn_recipe_close.png");
}
.block .shopping-btn {
	position: absolute;
	bottom: 43%;
	left: 23%;
}
.block .arrow-btn {
	width: 30px;
	bottom: 26px;
	right: 50px;
	position: fixed;
	z-index: 9;
}
.block.cont-B1_bg,
.block.cont-B2_bg,
.block.cont-B3_bg,
.block.cont-B4_bg,
.block.cont-B5_bg,
.block.cont-B6_bg,
.block.cont-B00_bg,
.block.main-imgA1,
.block.main-imgA2,
.block.main-imgA3,
.block.main-img1 {
	background-repeat: no-repeat;
	background-size:cover;
	position: relative;
}
.block.cont-B1_bg {background-image: url("../images/cont-B1_bg.jpg");}
.block.cont-B2_bg {background-image: url("../images/cont-B2_bg.jpg");}
.block.cont-B3_bg {background-image: url("../images/cont-B3_bg.jpg");}
.block.cont-B4_bg {background-image: url("../images/cont-B4_bg.jpg");}
.block.cont-B5_bg {background-image: url("../images/cont-B5_bg.jpg");}
.block.cont-B6_bg {background-image: url("../images/cont-B6_bg.jpg");}
.block.cont-B00_bg {background-image: url("../images/cont-B00_bg.jpg"); min-height: 800px;}
.block.main-img1 {	background-image: url("../images/top-bg.jpg");}
.block.main-imgA1 {	background-image: url("../images/cont-A1_bg.jpg");}
.block.main-imgA2 {	background-image: url("../images/cont-A2_bg.jpg");}
.block.main-imgA3 {	background-image: url("../images/cont-A3_bg.jpg");}

.block .main-img {
	min-height: 600px;
	overflow: hidden;
	height: 100%;
}
.bg-img {
	background-size:cover;
	width: 100%;
}
.block.recipe2,
.block.recipe1 {
	background-image: url("../images/bgPtn_recipe.jpg");
	box-shadow: 0px -3px 1px 0px #E5E7D9 inset;
	-webkit-box-shadow: 0px -3px 1px 0px #E5E7D9 inset;
	-moz-box-shadow: 0px -3px 1px 0px #E5E7D9 inset;
	padding-top: 50px;
}
.contents {
	max-width: 730px;
	margin: 0 auto;
}
.contents.make {
	padding-top: 1%;
	padding-bottom: 3%;
}
.contents .icon{
	width: 10%;
}
.contents .text.f-left {
	margin-left: 6%;
	color: #462f26;
	font-size: 13px;
	width: 43%;
}
.contents .text2 {
	margin-left: 50%;
	color: #462f26;
	font-size: 13px;
	height: 195px;
}
.contents h4{
	margin-left: 16%;
	color: #462f26;
	font-size: 13px;
	text-indent: 0;
}
.contents .text {
	margin-left: 16%;
	color: #462f26;
	font-size: 13px;
}
.contents .text2 div,
.contents .text div{
	line-height: 24px;
}
.auto-height {
	overflow: hidden;
}
.block .line {
    background-image: url("../images/line_dot.png");
    margin: 0 auto;
    width: 730px;
    height: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.block .line.middle {
    width: 465px;
    margin-right: 28px;
    margin-top: 15px;
    margin-bottom: 12px;
}
.block .line.short {
    width: 258px;
    margin-right: 4px;
    margin-top: 5px;
    margin-bottom: 12px;
}
.contents .text .genre {
	margin-right: 1%;
}
.contents .text .volume {
	margin-right: 2%;
}
.contents .number2,
.contents .number1 {
	width: 3%;
	margin-left: 5%;
}
.contents .number2,
.contents .number3,
.contents .number4,
.contents .number5,
.contents .number6,
.contents .number7,
.contents .number8,
.contents .number9,
.contents .number10 {
	width: 3%;
	margin-left: 15%;
}
.contents .make-text {
	margin-left: 21%;
	font-size: 13px;
	line-height: 25px;
}
.contents .sub-text {
	margin-left: 24%;
	line-height: 25px;
	font-size: 13px;
}
.contents h4.name {
	margin-left: 0;
	text-indent: 0;
}
ul,li {
	list-style-type: none;
}
.large-image {
	position: relative;
	width: 183px;
}
.large-image img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.large-image img.show {
	display: block;
	z-index: 2;
	opacity: 0;
}
.large-image img.showed {
	display: block;
	z-index: 1;
}
ul {
	margin-top: 5px;
}
ul li {
	float: left;
	margin-right: 12px;
}
ul li:last-child; {
	margin-right: 0px;
}
.image-block {
	display: inline-block;
	margin-top: 27px;
	margin-left: 23px;
}
.block .goods-bg {
	background-image: url("../images/goods.png");
	background-repeat: no-repeat;
	background-size:cover;
	min-height: 875px;
}
.block .position {
	position: absolute;
	top: 70px;
	left: 46%;
	margin-left: -480px;
	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;
}
.block .position.topR {
	top: 70px;
	left: 52%;
	margin-left: 0px;
}
.block .position.bottomR {
	top: 630px;
	left: 46%;
}
.block .position.bottomL {
	top: 630px;
	left: 52%;
	margin-left: 0px;
}

.block .goods-area {
	width: 515px;
	background: white;
	padding-bottom: 27px;
}
.block .position .detail {
	margin-left: 223px;
	margin-right: 30px;
	margin-top: 24px;
}
.block .position .name{
	padding-top: 32px;
	font-size: 20px;
	font-weight: bold;
	padding-left: 23px;
	padding-right: 23px;
}
.block .position .detail .price{
	padding-top: 10px;
}
.block .position .detail .description{
	height: 163px;
	line-height: 1.4em;
	font-size: 13px;
}
.block .position .btn1{
	width: 477px;
	height: 70px;
	background: #ce6363;
	margin-top: 10px;
	text-align: center;
	line-height: 80px;
	color: white;
	margin-left: 16px;
}
.btn3{
	width: 600px;
	height: 80px;
	background: #5F7EB7;
	margin: 0 auto;
	text-align: center;
	line-height: 80px;
	color: white;
}
.block .position .btn2{
	width: 477px;
	height: 70px;
	background: #5f7eb7;
	margin-top: 10px;
	text-align: center;
	line-height: 80px;
	color: white;
	margin-left: 16px;
}
.btn3 img,

.block .position .btn2 img{
	display: inline-block;
	width: 157px;
	vertical-align: middle;
}
.block .position .btn1 img {
	display: inline-block;
	width: 213px;
	vertical-align: middle;
}
.btn3 img {
	display: inline-block;
	width: 426px;
	vertical-align: middle;
}
.btn3 a,
.block .position .btn1 a,
.block .position .btn2 a{
	width: 100%;
	display: inline-block;
}
.block .bg-red {
	background: #cb4336;
	min-height: 582px;
}
.block .copy-right {
	position: absolute;
	bottom: 4%;
	left: 11%;
	width: 80%;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
}
.block .cont-A1_set_bg {
	background-image: url("../images/cont-A1_set_bg.jpg");
	padding-bottom: 65px;
}
.block .cont-A2_set_bg {
	background-image: url("../images/cont-A2_set_bg.jpg");
	padding-bottom: 65px;
}
.block .cont-A3_set_bg {
	background-image: url("../images/cont-A3_set_bg.jpg");
	padding-bottom: 65px;
}
.block .bg-orange.orange1 {
	height: 150px;
}
.block .bg-orange.orange1 .block-img {
	left: 50%;
	margin-left: -620px;
	position: absolute;
	width: 1240px;
}
.block .bg-orange.orange2 {
	height: 180px;
}
.block .bg-orange.orange2 .block-img {
	left: 50%;
	margin-left: -620px;
	position: absolute;
	width: 1240px;
	top: 7%;
}
.price .send_free {
	width: 60px;
	display: inline-block;
	margin-bottom: -3px;
}
.price .icon-area {
	display: inline-block;
}
.view-hidden {
	display: none;
}
.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;
}
.btn-hidden {
	display: none;
}

.contents .cooking-name {
	border: 2px solid #462F26;
	width: 155px;
	margin-bottom: 6%;
	font-size: 13px;
	padding-left: 12px;
	font-weight: bold;
}
.contents .cooking-name2 {
	padding-left: 1%;
	border: 2px solid #462F26;
	width: 190px;
	margin-bottom: 6%;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
}
.contents .cooking-name3 {
	border: 2px solid #462F26;
	width: 224px;
	margin-bottom: 8%;
	font-size: 13px;
	font-weight: bold;
	padding-left: 2%;
	margin-top: 4%;
}
.no-disp {
	display: none;
}
h3,
h2,
h1 {
	text-indent: -9999px;
}
.block .badge {
  overflow: hidden;
}
.block-img {
    margin: 0 auto;
    width: 1240px;
}
.description-set {
	font-weight: bold;
	margin-top: 10px;
}
.txt-orange {
	color: #982800;
}
.img4-inner {
	position: absolute;
	top: 50%;
	margin-top: -59px;
}
.setText-img {
	width: 624px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.block .christmas-present {
	height: 800px;
	background-image: url("../images/bgPtn_redstripe.png");
}
.block .text-img5 {
	width: 718px;
	margin: 0 auto;
	padding-top: 45px;
}
.block .position.B {
    position: absolute;
    top: 190px;
    left: 50%;
    margin-left: -480px;
    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;
}
.block.party .position.B {
    top: 670px;
}
.block .position.B .detail {
    margin-left: 466px;
    margin-right: 30px;
margin-top:0;
}
.block .position.B .detail .name{
    padding-top: 35px;
    font-size: 20px;
    font-weight: bold;
    padding-left:0;
}
.block .position.B .detail .price{
    padding-top: 10px;
}
.block .position.B .detail .description{
    height: 180px;
    line-height: 1.4em;
    font-size: 13px;
}
.block .position.B .detail .btn1{
    width: 465px;
    height: 80px;
    background: #ce6363;
    margin-top: 16px;
    text-align: center;
    line-height: 80px;
    color: white;
margin-left:0;
}
.block .position.B .detail .btn2{
    width: 465px;
    height: 80px;
    background: #5f7eb7;
    margin-top: 16px;
    text-align: center;
    line-height: 80px;
    color: white;
margin-left:0;
}
.block .position.B .detail .btn2 img{
    display: inline-block;
    width: 157px;
    vertical-align: middle;
}
.block .position.B .detail .btn1 img {
    display: inline-block;
    width: 213px;
    vertical-align: middle;
}
.block .position.B .detail .btn1 a,
.block .position.B .detail .btn2 a{
    width: 100%;
    display: inline-block;
}
.block .position.B .goods-area {
  width: 960px;
  padding-bottom: 40px;
}
.block .position.B .large-image {
  position: relative;
  width: 407px;
  height: 413px;
}
.description-notice {
	color: #AA1C00;
}
.block .item-block {
	width: 288px;
	height: 308px;
	position: absolute;
	margin-top: -170px;
	background: rgba(216,201,180,0.8);
	padding: 16px;
}
.block .item-block.right {
	right: 8%;
	top: 50%;
}
.block .item-block.left {
	left: 5%;
	top: 50%;
}
.block .item-block.green {
	background: rgba(185,217,168,0.8);
}
.block .item-block.pink {
	background: rgba(242,173,176,0.8);
}
.block .item-block .item-lead {
	margin-top: 5px;
}
.block .item-block .description-notice {
	margin-bottom: 30px;
}
.block .item-block .item-detail {
	text-align: right;
}
.block .item-block .icon-area {
	width: 60px;
	display: inline-block;
}
.block .item-block .item-detail2 .icon-area {
	vertical-align: middle;
}
.block .item-block .item-detail2 .price {
	display: inline-block;
	font-weight: bold;
	vertical-align: middle;
	float: right;
	font-size: 1.2em;
}
.block .item-block .btn-area {
	text-align: center;
}
.block .item-block .btn-area a {
	display: block;
	margin-top: 10px;
}
.w236 { width: 236px; }
.w240 { width: 240px; }
.w288 { width: 288px; }
.w445 { width: 445px; }
.w456 { width: 456px; }
.w542 { width: 542px; }
.w545 { width: 545px; }
.w547 { width: 547px; }
.w690 { width: 690px; }
.set-inner {
	width: 800px;
	margin: 0 auto;
	padding-top: 80px;
}
.set-items {
	margin-top: 22px;
	width: 820px;
}
.set-items li {
	float: left;
	margin-right: 37px;
	width: 172px;
}
.set-items li:last-child {
	margin-right: 0;
	width: 180px;
}
.set-items li img {
	width: 172px;
}
.set-items li .item-name {
	font-weight: bold;
	margin-top: 10px;
}
.recipe {
	position: relative;
}
.recipe .right {
	padding-top: 5%;
	margin-left: 42%;
	padding-bottom: 5%;
}
.recipe .left {
	padding-top: 5%;
	margin-right: 42%;
	padding-bottom: 5%;
}
.recipe .left>img {
	float: right;
}
.block.cookpad {
	background: url("../images/cont_bnrArea1_bg.jpg") no-repeat;
	background-size: 100% auto;
	text-align: center;
height: 300px !important;
background-position: 0px 75%!important;
}
.block.cookpad div {
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -223px;
	width: 823px;
	left: 50%;
	margin-left: -411px;
}
.block.cookpad div a {
	display: inline-block;
}
.recipe .right .item-block {
	position: absolute;
	width: 320px;
	left: 8%;
	bottom: 5%;
	background: rgba(255,255,255,0.8);
	height: 216px;
}
.recipe .left .item-block {
	position: absolute;
	width: 320px;
	left: 70%;
	bottom: 5%;
	background: rgba(255,255,255,0.8);
	height: 216px;
}
.recipe .item-block .detail-block {
	float: left;
	margin: 0 5px;
}
.recipe .item-block .thumb {
	width: 135px;
	float: left;
}
.recipe .item-block .detail-block .item-name {
	margin-bottom: 15px;
}
.recipe .item-block .detail-block .item-name img {
	width: auto;
}
.recipe .item-block .detail-block .price {
	font-weight: bold;
	font-size: 1.1em;
}
.recipe .item-block .btn-area {
	text-align: center;
}
.recipe .item-block .btn-area a {
	display: inline-block;
}
.recipe .item-block .btn-area img {
	width: 240px;
}
.b30per {
	bottom: 30% !important;
}
.recipe-link {
	position: absolute;
	bottom: 7%;
	text-align: center;
	width: 660px;
	left: 50%;
	margin-left: -330px;
}
.recipe-link li {
	float: left;
	margin-right: 30px;
}
.recipe-link li:last-child {
	margin-right: 0;
}
.bnrArea1_txt {
	width: 823px;
	margin: 0 auto 100px;
}
.bnrArea2_txt {
	width: 497px;
	margin: 0 auto 100px;
}
.block.sweets {
	background: url("../images/cont_bnrArea2_bg.jpg") no-repeat;
	background-size: 100% auto;
	text-align: center;
}
.block.sweets div {
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -223px;
	width: 823px;
	left: 50%;
	margin-left: -411px;
}
.block.sweets div a {
	display: inline-block;
}
.entry-btn {
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -200px;
	width: 100px;
	z-index: 9;
}
