@charset "utf-8";
/* CSS Document */


/*====================
main_contents
====================*/
.main_contents {
	position:relative;
	background: #f9ebeb;
	padding-bottom: 15vw;
}
.main_contents::after {
    visibility: visible;
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 2.7vw;
    bottom: -1px;
    left: 0;
    background: url("/sweets/chocolate/nicolate/images/bg_nami02_sp.jpg") center bottom / auto 2.7vw;
}

/*====================
レシピ
====================*/
/*recipe_ttl*/
.main_contents #recipe_ttl {
	background: url("/sweets/chocolate/nicolate/images/recipe_ttl_bg_sp.jpg") no-repeat;
	background-size: contain;
	padding: 2vw 0 30vw;
}

/*recipe*/
#recipe {
	padding: 0 5vw;
	margin-bottom: 6vw;
}
#recipe h2 {
	background: #fc2d64;
	padding: 2.5vw 5.5vw;
	line-height: 1;
	border-radius: 10px 10px 0 0;
}
#recipe h2 img {
	height: 4.5vw;
}
#recipe .recipe_box {
	border-radius: 10px;
	background: #fff;
	margin-bottom: 11vw;
}
#recipe .recipe_nav {
	background: #ffeef2;
	color: #fc2d64;
	font-weight: bold;
	text-align: center;
	padding: 3vw 4.5vw;
}
#recipe .recipe_nav li{
	position: relative;
}
#recipe .recipe_nav li img {
	transform: scale(0.7);
	transition: 0.2s;
}
#recipe .recipe_nav li.active img {
	transform: scale(0.9);
}
#recipe .recipe_nav li.new::after {
	transition: 0.2s;
	content: "";
	background: url("/sweets/chocolate/nicolate/images/recipe/ico_new.png") no-repeat center / contain;
	width: 7.4vw;
	height: 7.4vw;
	position: absolute;
	top: 0;
	left: 0;
}
#recipe .recipe_nav li.new:not(.active)::after {
	transform: scale(0.75);
	top: 1vw;
}
#recipe .recipe_nav li p {
	font-size: 10px;
}
#recipe a.btn_recipe {
	background: #5db7e8;
	color: #fff;
	text-align: center;
	display: block;
	border-radius: 4px;
	box-shadow: 0 5px 0 #2483b7;
	font-weight: bold;
	font-size: 14px;
	padding: 2.8vw 0 2.6vw;
	margin: 0 4.5vw 13vw;
}
#recipe a.btn_recipe:hover {
	box-shadow: 0 2px 0 #2483b7;
	transform: translate3d(0, 3px, 0);/*影が減った分、ボタンを下に動かす*/
}
#recipe #hard figure {
	width: 31vw;
	margin: 0 auto 2.5vw;
}
#recipe .recipe_box .inner {
	padding: 10vw 4.5vw;
}
#recipe .recipe_detail .box{
	padding: 5vw;
}
#recipe .recipe_name{
	color: #fc2d64;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 4vw;
	background: url(/sweets/chocolate/nicolate/images/ico_star.png) no-repeat left top / auto 80%;
    padding-left: 25px;
}
#recipe figure.recipe_img{
	width: 48%;
	float: left;
	margin-right: 2%;
}
#recipe .material{
	float: left;
	width: 50%;
}

/*スライドさせないやつの設定（4つ以下）*/
#recipe .recipe_nav.not_slide{
	display: flex;
}
#recipe .recipe_nav.not_slide li{
	width: 25%;
}

/*====================
商品紹介 
====================*/
#product_area {
	padding: 0 5vw 6vw;
	background: #a16ba4;
	position: relative;
	margin-bottom: 15.6vw;
}
#product_area::after {
    visibility: visible;
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 2.7vw;
    bottom: -1px;
    left: 0;
    background: url(/sweets/chocolate/nicolate/images/product_intro/bg_nami_intro_sp.png) center bottom / auto 2.7vw;
}
#product_area h2 {
	padding: 7vw 5.5vw;
	line-height: 1;
	border-radius: 10px 10px 0 0;
  text-align: center;
}
#product_area h2 img{
  width: 30vw;
}
#product_area .recipe_box {
	margin-bottom: 11vw;
}
#product_area .txt_img{
  margin: 3vw 15vw 7vw;
}
#product_area .product_img{
  text-align: center;
}
#product_area .product_img img{
  width: 80vw;
}

/*====================
ハロウィン
====================*/
.recipe_box#helloween h2 {
	background: #544995;
}
.recipe_box#helloween .recipe_nav {
	background: #d0c9f9;
	color: #544995;
}
.recipe_box#helloween .recipe_name{
	color: #544995;
	background: url("/sweets/chocolate/nicolate/images/helloween/ico_star.png") no-repeat left top / auto 80%;
}

.recipe_box#helloween .slick-prev {
	background: url("/sweets/chocolate/nicolate/images/helloween/nav_arrow_left.png")  no-repeat center/ contain;
}
.recipe_box#helloween .slick-next{
	background: url("/sweets/chocolate/nicolate/images/helloween/nav_arrow_right.png")  no-repeat center / contain;
}
/*====================
クリスマス
====================*/
.recipe_box#christmas h2 {
	background: #009442;
}
.recipe_box#christmas .recipe_nav {
	background: #c5e8d5;
	color: #009442;
}
.recipe_box#christmas .recipe_name{
	color: #009442;
	background: url("/sweets/chocolate/nicolate/images/christmas/ico_star.png") no-repeat left top / auto 80%;
}

.recipe_box#christmas .slick-prev {
	background: url("/sweets/chocolate/nicolate/images/christmas/nav_arrow_left.png")  no-repeat center/ contain;
}
.recipe_box#christmas .slick-next{
	background: url("/sweets/chocolate/nicolate/images/christmas/nav_arrow_right.png")  no-repeat center / contain;
}
/*====================
ニューイヤー
====================*/
.recipe_box#newyear h2 {
	background: #e3a804;
}
.recipe_box#newyear .recipe_nav {
	background: #fff6d7;
	color: #e3a804;
}
.recipe_box#newyear .recipe_name{
	color: #e3a804;
	background: url("/sweets/chocolate/nicolate/images/newyear/ico_star.png") no-repeat left top / auto 80%;
}

.recipe_box#newyear .slick-prev {
	background: url("/sweets/chocolate/nicolate/images/newyear/nav_arrow_left.png")  no-repeat center/ contain;
}
.recipe_box#newyear .slick-next{
	background: url("/sweets/chocolate/nicolate/images/newyear/nav_arrow_right.png")  no-repeat center / contain;
}
/*====================
イースター
====================*/
.recipe_box#easter h2 {
	background: #baca04;
}
.recipe_box#easter .recipe_nav {
	background: #f8ffe4;
	color: #929f00;
}
.recipe_box#easter .recipe_name{
	color: #929f00;
	background: url("/sweets/chocolate/nicolate/images/easter/ico_star.png") no-repeat left top / auto 80%;
}

.recipe_box#easter .slick-prev {
	background: url("/sweets/chocolate/nicolate/images/easter/nav_arrow_left.png")  no-repeat center/ contain;
}
.recipe_box#easter .slick-next{
	background: url("/sweets/chocolate/nicolate/images/easter/nav_arrow_right.png")  no-repeat center / contain;
}
/*====================
ゴールデンウィーク
====================*/
.recipe_box#goldenweek h2 {
	background: #00a3e9;
}
.recipe_box#goldenweek .recipe_nav {
	background: #b0d7e8;
	color: #00a3e9;
}
.recipe_box#goldenweek .recipe_name{
	color: #00a3e9;
	background: url("/sweets/chocolate/nicolate/images/goldenweek/ico_star.png") no-repeat left top / auto 80%;
}

.recipe_box#goldenweek .slick-prev {
	background: url("/sweets/chocolate/nicolate/images/goldenweek/nav_arrow_left.png")  no-repeat center/ contain;
}
.recipe_box#goldenweek .slick-next{
	background: url("/sweets/chocolate/nicolate/images/goldenweek/nav_arrow_right.png")  no-repeat center / contain;
}
/*====================
むずかしさ★★
====================*/
.recipe_box#medium h2 {
	background: #11a394;
}
.recipe_box#medium .recipe_nav {
	background: #d1fffa;
	color: #11a394
}
.recipe_box#medium .recipe_name{
	color: #11a394;
	background: url("/sweets/chocolate/nicolate/images/medium/ico_star.png") no-repeat left top / auto 80%;
}

.recipe_box#medium .slick-prev {
	background: url("/sweets/chocolate/nicolate/images/medium/nav_arrow_left.png")  no-repeat center/ contain;
}
.recipe_box#medium .slick-next{
	background: url("/sweets/chocolate/nicolate/images/medium/nav_arrow_right.png")  no-repeat center / contain;
}




/* 641px～ For PC
====================================================*/

@media screen and (min-width: 641px), print {

/*====================
basic
====================*/
.isSP {
	display: none !important;
}
	
/*====================
main_contents
====================*/
.main_contents {
    padding-bottom: 80px;
}
.main_contents::after {
    height: 20px;
    background: url("/sweets/chocolate/nicolate/images/bg_nami02_pc.jpg") center bottom / auto 20px;
}

/*====================
レシピ
====================*/
/*recipe_ttl*/
.main_contents #recipe_ttl {
	background: url("/sweets/chocolate/nicolate/images/recipe_ttl_bg_pc.jpg") repeat-x;
	background-size: auto;
	background-position: top center;
	padding: 40px 0 170px;
	text-align: center;
}

/*recipe*/
#recipe {
	width: 800px;
	margin: 0 auto 140px;
	padding: 0;
}
#recipe .recipe_box {
	margin-bottom: 40px;
}
#recipe h2 {
	padding: 15px 40px;
}
#recipe h2 img {
	height: 24px;
}
#recipe .recipe_nav {
	display: flex;
	justify-content: center;
	padding: 10px 100px;
}
#recipe .recipe_nav li {
	width: 120px;
}
#recipe .recipe_nav li:hover {
	cursor: pointer
}
#recipe .recipe_nav li.new::after {
	width: 45px;
	height: 45px;
}
#recipe .recipe_nav li.new:not(.active)::after {
	top: 15px;
}
#recipe .recipe_nav li p {
	font-size: 13px;
}
#recipe a.btn_recipe {
	font-size: 16px;
	padding: 15px 0 12px;
	margin: 2px auto 63px;
	width: 400px;
}
#recipe .recipe_box .inner {
	padding: 50px 0 80px;
	text-align: center;
}
#recipe .recipe_box .inner p img {
	width: 425px;
}
#recipe #hard figure {
	width: 175px;
	margin: 0 auto 30px;
}

#recipe .recipe_detail .box{
	padding: 40px;
}
#recipe .recipe_detail .box::after{
	content: "";
	display: block;
	clear: both;
}	
#recipe .recipe_name{
	font-size: 20px;
	margin-bottom: 10px;
	padding-left: 35px;
}
#recipe figure.recipe_img{
	width: 190px;
	margin-right: 10px;
}
#recipe .material{
	width: 515px;
	margin-bottom: 15px;
}
#recipe .recipe_flow{
	width: 515px;
	float: left;	
}

#recipe #newyear .recipe_nav {
	justify-content: flex-start;
}
#recipe #easter .recipe_nav {
	justify-content: flex-start;
}
#recipe #goldenweek .recipe_nav {
	justify-content: flex-start;
}
#recipe #medium .recipe_nav{
	justify-content: flex-start;
}


/*スライドさせないやつの設定（4つ以下）*/
#recipe .recipe_nav.not_slide li{
	width: 120px;
}
  
/*商品紹介用*/
#product_area{
	margin-bottom: 100px;
	padding: 0 0 20px;
  background: #a16ba4;
}
#product_area::after {
  content: "";
  height: 20px;
  background: url("/sweets/chocolate/nicolate/images/product_intro/bg_nami_intro_pc.png") center bottom / auto 20px;
}
#product_area .recipe_box {
	width: 800px;
	margin: 0 auto 40px;
	padding: 0;
}
#product_area h2 {
	padding: 15px 40px;
  text-align: center;
}
  #product_area h2 img{
    width: auto;
  }
#product_area .txt_img{
  text-align: center;
  margin: 30px auto;
}
#product_area .product_img{
  text-align: center;
  padding-top: 30px;
}
#product_area .product_img img{
  width: auto;
}
	
/*====================
フッターバナー
====================*/
ul.bnr_list {
	width: 800px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 30px;
}
ul.bnr_list li {
	width: 390px;
}
ul.bnr_list li:not(:first-child) {
	margin-top: 0;
}
ul.bnr_footer li.link_brand_top {
	width: 690px;
}
ul.bnr_footer li.link_okashi-land {
	width: 540px;
}
}
