/* 和菓子 */
* {
		margin: 0;
		padding: 0;
}
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
}
.main-contents {
	margin: 0 auto;
	position: relative;
	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;
}
ul,li {
	list-style-type: none;
}
a {
  display: block;
}
a:hover {
  opacity: 0.5;
}

.f-left {float: left;}

.block {
	position: relative;
}
.block.free {
	height: 450px;
}
.block.main {
	height: 554px;
}
.block.top {
	height: 600px;
}
.block.free .bottom-visual,
.block.main .main-visual,
.block.top .top-visual {
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.block.free .bottom-visual img {
  width: 1920px;
  height: 450px;
}
.block.main .main-visual img {
  width: 1920px;
  height: 554px;
}
.block.top .top-visual img {
  width: 1920px;
  height: 600px;
}
.block.item,
article {
  background: url("../../images/bg-wh.jpg");
}

.block.present {
  padding-top: 90px;
  padding-bottom: 70px;
}
.block.present img {
  width: 1015px;
  height: auto;
  margin: 0 auto;
}
.label {
  width: 240px;
  height: auto;
}
.block.n3,
.block.n2,
.block.n1 {
  width: 900px;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 35px;
}
hr {
  margin: 30px 0;
  border-top: 2px rgb(126,206,244) solid;
}
.block.n3 h2,
.block.n2 h2,
.block.n1 h2{
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.block .make {
  display: inline-block;
  vertical-align: top;
  width: 640px;
}
.block .make .empty{
  width: 280px;
  height: 300px;
}
.block .make li {
	float: left;
	margin-right: 35px;
  width: 280px;
}
.block .make li .img {
  margin-bottom: 15px;
}
.block .make li .txt {
  height: 80px;
  margin-bottom: 15px;
  line-height: 20px;
}
.block.main h2 {
  width: 148px;
  height: 467px;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -234px;
  left: 50%;
  margin-left: -74px;
}
.block.item {
}
.block.item .icons li {
  width: 154px;
  height: 154px;
  display: inline-block;
}
.block.item .icons {
  text-align: center;
  padding-bottom: 50px;
  padding-top: 50px;
  background: #fff;
  border-bottom: 2px rgb(126,206,244) solid;
}
.block.item .icons li:nth-child(2) {
  margin: 0 10px;
}
.block.item .info .img {
  width: 350px;
  height: 350px;
  display: inline-block;
  margin-right: 20px;
}
.block.item .info .detail {
  display: inline-block;
  vertical-align: top;
  width: 560px;
}
.block.item .info {
  text-align: center;
  background: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 2px rgb(126,206,244) solid;
}
.block.item .info .price,
.block.item .info .red,
.block.item .info .name{
  text-align: right;
  font-size: 18px;
  letter-spacing: 2px;
}
.block.item .info .text,
.block.item .info .text2{
  text-align: left;
}
.block.item .info .lead {
  font-size: 18px;
  margin-bottom: 5px;
  text-align: right;
}
.block.item .info .name{
  line-height: 22px;
}
.block.item .info .text{
  height: 135px;
}
.block.item .info .red {
  color: #f00;
  font-size: 16px;
  margin-bottom: 5px;
}
.block.item .info .price{
  margin: 5px 0;
  letter-spacing: 1px;
}
.block.item .info .price .send-free{
  background-color: #f00;
  padding: 2px 5px 0px;
  color: #fff;
  margin-right: 54px;
}
.block.free h2 {
  width: 351px;
  height: 78px;
  position: absolute;
  z-index: 1;
  top: 12%;
  left: 50%;
  margin-left: -176px;
}
.block.top .label img {
  width: 148px;
  height: 523px;
}
.block.top .label {
  position: absolute;
  z-index: 1;
  top: 23%;
  left: 78%;
  margin-left: -176px;
}
.block.free .msg {
  color: rgb(126,206,244);
  font-size: 30px;
  position: absolute;
  top: 48%;
  z-index: 2;
  left: 50%;
  width: 768px;
  margin-left: -384px;
  letter-spacing: 2px;
}
.block.free a {
  background-color: rgba(130,203,236, 0.8);
  font-size: 30px;
  position: absolute;
  top: 65%;
  z-index: 2;
  left: 50%;
  margin-left: -260px;
  letter-spacing: 2px;
  padding: 12px 0;
  width: 520px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
}
.block .logo1 {
	position: absolute;
  top: 2%;
  left: 26%
}
.block .logo1 img {
	width: 82px !important;
	height: 40px !important;
}
footer {
  background-color: rgb(130,203,236);
  text-align: center;
  height: 50px;
  color: #fff;
  line-height: 50px;
}
.block .tw-btn {
	position: absolute;
	z-index: 2;
	top: 2%;
	left: 635px;
}

.block .fb-btn {
	position: absolute;
	z-index: 2;
	top: 2%;
	left: 590px;
}
.block .tw-btn img,
.block .fb-btn img {
	width: 35px !important;
	height: 35px !important;
	opacity: 0.6;
}
.block .logo2 {
	position: absolute;
  top: 2%;
  left: 70%
}
.block .logo2 img {
	width: 114px !important;
	height: 32px !important;;
}
.block .logo3 {
	position: absolute;
  top: 10%;
  left: 70%
}
.block .logo3 img {
	width: 90px !important;
	height: 42px !important;;
}
.block .btn a{
	width: 477px;
	height: 70px;
	margin-top: 10px;
	text-align: center;
	line-height: 80px;
	color: white;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: bold;
}
.block .btn.cart a{
	background: #ce6363;
}
.block .btn.item-info a{
  background: #5f7eb7;
}
.block .btn img {
  display: inline-block;
  vertical-align: middle;
}
.block .btn.cart img{
	width: 213px;
}
.block .btn.item-info img{
  width: 157px;
}
.body-copy {
  margin: 0 auto 30px !important;
}




.yuimiko{
  position: relative;
  height: 535px;
  background: rgb(242,252,254);
  border-top: 2px rgb(126,206,244) solid;
  padding: 96px 0;
}
.yuimiko h2 img{
  width: 990px;
  margin: 0 auto;
}
.yuimiko .prof p{
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  line-height: 30px;
  margin-right: 10px;
}
.yuimiko .prof{
  width: 800px;
  position: absolute;
  top: 47%;
  left: 50%;
  margin-left: -255px;
}
.yuimiko .prof img.text{
  width:24px;
  margin-right: 28px;
}
.yuimiko .prof img.photo{
  width:377px;
}
.yuimiko .prof img,
.yuimiko .prof p{
  display: inline-block;
  vertical-align: top;
}

.p8,
.p6,
.p4{
  height: 690px;
  position: relative;
  border-top: 2px rgb(126,206,244) solid;
}

.p8 img.photo,
.p6 img.photo,
.p4 img.photo{
  position: absolute;
  width: 1920px;
  height: 690px;
  left: 50%;
  top: 0;
  margin-left: -960px;
}

.recipe01 .btn{
  color: #fff;
  text-align: center;
  font-size: 28px;
  cursor: pointer;
  position: relative;
}

.btn span{
  width: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -225px;
  margin-top: -21px;
}
.btn span img{
  display: inline-block;
  vertical-align: middle;
  width: 382px;
}
.btn span:before{
  content: "";
  background: url("../../images/2016/recipe_arrow_d.png");
  width: 28px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.btn span.close:before{
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/*
.recipe03 .btn span,
.recipe02 .btn span,
.recipe01 .btn span{
  position: relative;
}

.recipe03 .btn span:before,
.recipe02 .btn span:before,
.recipe01 .btn span:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -32px;
    top: 5px;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    background: #fff;
    z-index: 0;
}
.recipe03 .btn span.close:before,
.recipe02 .btn span.close:before,
.recipe01 .btn span.close:before {
    left: -32px;
    top: 8px;
}
.recipe03 .btn span:after,
.recipe02 .btn span:after,
.recipe01 .btn span:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -32px;
    top: 1px;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    background: rgb(130,203,236);
}

.recipe03 .btn span.close:after,
.recipe02 .btn span.close:after,
.recipe01 .btn span.close:after {
  left: -36px;
  top: 8px;
}
*/
.recipe01 .howto {
  background: url("../../images/2016/p5-bg01.jpg");
  position: relative;
  min-height: 840px;
  display:none;
}
.howto h3{
  color: rgb(130,203,236);
  font-size: 18px;
}
.howto p.txt{
  font-size: 14px;
}
.howto .left-list{
  float: left;
}
.recipe01 .howto .inner{
  width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -500px;
    margin-top: -375px;
}
.recipe02 .howto .inner {
    width: 1045px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -545px;
    margin-top: -512px;
}
.recipe03 .howto .inner {
    width: 1030px;
    left: 50%;
    position: absolute;
    margin-left: -515px;
    top: 50%;
    margin-top: -475px;
}
.howto .left-list li{
  margin-bottom: 20px;
}
.howto .left-list li .txt span{
  float: left;
  display: block;
  font-size: 14px;
}
.howto .left-list li .txt span.value{
  float: none;
  margin-left: 45px;
}
.recipe03 .howto .left-list li .txt span.value{
  float: none;
  margin-left: 90px;
}
.howto .left-list li .txt span.value:before{
  content:"";
  content: "";
  border-top: 1px solid #000;
  width: 145px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.howto .left-list li .txt span.value2:before{
  content:"";
  border-top: 1px solid #000;
  width: 80px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.recipe03 .howto .left-list li .txt span.value2:before {
    width: 96px;
}
.howto .right-list{
  margin-left: 300px;
}
.recipe03 .howto .right-list {
    margin-left: 325px;
}

.howto .right-list ol{
  display: inline-block;
  vertical-align: top;
  width: 200px;
  margin-right: 45px;
}
.howto .right-list ol li{
  margin-bottom: 30px;
  font-size: 11px;
}
.howto .right-list ol li img{
  width: 200px;
  margin-top: 8px;
}


.recipe02 .btn{
  color: #fff;
  text-align: center;
  font-size: 28px;
  cursor: pointer;
  position: relative;
}
.recipe02 .howto {
  background: url("../../images/2016/p7-bg01.jpg");
  position: relative;
  min-height: 1158px;
  display:none;
}
.recipe03 .btn{
  color: #fff;
  text-align: center;
  font-size: 28px;
  cursor: pointer;
  position: relative;
}
.recipe03 .howto {
  background: url("../../images/2016/p9-bg01.jpg");
  position: relative;
  min-height: 1060px;
  display:none;
}
.item-copy{
  position: relative;
  height: 665px;
}
.item-copy .list{
  width: 1080px;
  position: absolute;
  top: 15%;
  left: 50%;
  margin-left: -540px;
}
.item-copy .list2{
  width: 316px;
}
.item-copy .list2 p.text{
 font-size: 11px;
}
.item-copy .list h3{
  height: 110px;
}
.item-copy .list2 li img{
  width: 140px;
  margin-bottom: 5px;
}
.item-copy .list2 li{
  width: 140px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  min-height: 175px;
}
.item-copy .list2 li:nth-child(2n){
  margin-right: 0px;
}
.item-copy .col{
  width: 316px;
  display: inline-block;
  vertical-align: top;
  margin-right: 50px;
}
.item-copy .col:last-child{
  margin-right: 0px;
}