@charset "utf-8";
/* CSS Document */


/*====================
basic
====================*/
h2 {
	margin-bottom: 6.5vw;
	line-height: 1;
	text-align: center;
}
.bnr_con {
	text-align: center;
}

/*====================
main_contents
====================*/
.main_contents {
	position:relative;
	background: #f9ebeb;
    padding-bottom: 19.5vw;
}
.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;
}

/*====================
cmpバナー
====================*/
/*　KV直下バナー */
.bnr_bg{
  background: #f9f8eb;
  padding: 8.5vw 0 3.5vw;
}
.bnr_cmp {
	/*margin: 0 5vw 10.6vw;*/
  margin: 0 5vw;
}


/*====================
メインビジュアル
====================*/
.mv {
	position: relative
}
.mv .anchor_quiz {
	position: absolute;
	display: block;
	width: 33.7vw;
	top: 54vw;
	right: 7vw;
}

/*MVスライド時*/
.mv.slide {
	padding-bottom: 7vw;
}
.mv.slide::before{
	content: "" !important;
	width: 100%;
	height: 17vw;
	background: url("/sweets/chocolate/nicolate/images/slide/foot_wave.png") no-repeat bottom center / contain;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 50;
}
.slider .slick-prev, .slider .slick-next {
	width: 8.8vw;
	height: 14vw;
	background: url("/sweets/chocolate/nicolate/images/slide/arrow_prev.png") no-repeat center/ contain;
	left: 2vw;
}
.slider .slick-next {
	background: url("/sweets/chocolate/nicolate/images/slide/arrow_next.png") no-repeat center/ contain;
	left: auto;
	right: 2vw;
}

/*====================
動画
====================*/
#movie {
	position: relative;
	background: #f9f8eb url("/sweets/chocolate/nicolate/images/bg_movie_sp.png") no-repeat 0 / 100% auto;
	background-size: contain;
	background-position: top center;
	padding: 18.6vw 5vw 21.7vw;
	margin-bottom: 12vw;
	text-align: center;
}
#movie::after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 2.7vw;
	bottom: 0;
	left: 0;
	background: url("/sweets/chocolate/nicolate/images/bg_nami01_sp.jpg") center bottom / auto 2.7vw;
	visibility: visible;
}
#movie h2 {
	margin-bottom: 7.9vw;
}
#movie .thum {
	width: 66.6vw;
	margin: 0 auto 4vw;
}
#movie .thum:last-of-type {
	margin: 0 auto 7.9vw;
}
.mfp-fade.mfp-wrap .mfp-content{
	max-width: 720px;
	margin: 0 auto;	
}

/*====================
レシピ
====================*/
#recipe {
	padding: 0 5vw;
	margin-bottom: 10.6vw;
}
#recipe .recipe_box {
	position: relative;
	border-radius: 10px;
	background: #fff;
	margin-bottom: 13.3vw;
}
#recipe .recipe_box::after {
    content: "";
    visibility: visible;
    position: absolute;
    width: 17.2vw;
    height: 17.2vw;
    bottom: -16.5vw;
    left: calc(50% - 4.2vw);
    background: url(/sweets/chocolate/nicolate/images/recipe_ic01.png) no-repeat;
    background-size: 8.4vw 8.4vw;
    z-index: 999;
}
#recipe .recipe_box .inner {
	padding: 10vw 4.5vw;
}
#recipe .recipe_detail .box{
	padding: 5vw 5vw 7vw;
}
#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%;
}

/*====================
商品紹介
====================*/
#products{
  background: #fff;
  padding: 12vw 0;
  text-align: center;
  position: relative;
}
#products::before,
#products::after{
  visibility: visible;
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2.7vw;
  left: 0;
  background: url("/sweets/chocolate/nicolate/images/bg_nami02_sp.jpg") center bottom / auto 2.7vw;
}
#products::before {
  top: 0;
}
#products::after{
  bottom: -1px;
	transform: rotate(180deg);
}
#products h2 img{
  width: 28.438vw;
}
#products .product_party{
  margin: 0 auto;
  width: 80%;
}

/*====================
なぞなぞ
====================*/
#nazonazo {
	margin: 10.6vw 5vw;
}

/*====================
まちがいさがし
====================*/
#machigaisagashi {
	margin: 0 5vw;
}

/*====================
バナー
====================*/
/*new*/
.bnr_con.new {
	position: relative;
}
.bnr_con.new:before {
    position: absolute;
    content: "";
    width: 12vw;
    height: 12vw;
    top: -6vw;
    left: -2vw;
    background: url(/sweets/chocolate/nicolate/images/machigaisagashi_ico_new.png) no-repeat;
    background-size: 12vw 12vw;
	z-index: 1;
}

/*====================
お菓子の家アイコン
====================*/
.bnr_con.okashi_ico {
	position: relative;
}
.bnr_con.okashi_ico .okashi_ico_link {
    position: absolute;
    width: 24vw;
    height: 24vw;
    bottom: -4vw;
    right: -4vw;
	z-index: 1;
}

/* 1070px～ For TAB (お菓子の家アイコンのみ)
====================================================*/

@media screen and (min-width: 768px) and (max-width: 1070px), print {
/*====================
お菓子の家アイコン
====================*/
  .bnr_con.okashi_ico .okashi_ico_link{
     width: 15vw!important;
     height: 15vw!important;
     bottom: -3vw!important;
     right: -5vw!important;
     background-size: 15vw 15vw!important;
  }
}

/* 641px～ For PC
====================================================*/

@media screen and (min-width: 641px), print {

/*====================
basic
====================*/
.isSP {
	display: none !important;
}
h2 {
	margin-bottom: 60px;
}

/*====================
main_contents
====================*/
.main_contents {
	background-size: auto;
	padding-bottom: 100px;
}
.main_contents::after {
    height: 20px;
    background: url("/sweets/chocolate/nicolate/images/bg_nami02_pc.jpg") center bottom / auto 20px;
}

/*====================
cmpバナー
====================*/
/*　KV直下バナー */
.bnr_bg{
  padding: 80px 0 0;
}
.bnr_cmp {
    width: 800px;
    text-align: center;
    /* margin: 0 auto 100px; */
    margin: 0 auto;
}

/*====================
メインビジュアル
====================*/
/*▼MV単体の時*/
.mv {
	text-align: center;
	height: 400px;
	background: url("/sweets/chocolate/nicolate/images/mainvisual_bg.jpg") repeat-x top center;
}

/*.mv {
	text-align: center;
	height: 573px;
	background-image: url("/sweets/chocolate/nicolate/images/bg_main_pc.png"), url("/sweets/chocolate/nicolate/images/bg_main_base.jpg");
	background-repeat: no-repeat;
	background-position: center bottom, center;
	background-size: auto, cover;
}
.mv .anchor_quiz {
	width: auto;
	top: 319px;
	left: calc( 50% + 195px);
	right: auto;
}*/
  
.mv.slide {
	padding: 45px 0 0;
	background-image: url("/sweets/chocolate/nicolate/images/slide/bg_wave.png"), url(/sweets/chocolate/nicolate/images/bg_main_base.jpg);
	background-repeat: no-repeat;
	background-position: center bottom, center;
	background-size: auto, cover;
}
.mv.slide::before{
	content: none !important;
}
.slider {
	border: solid 6px #fff;
	width: 800px;
	height: 470px;
	margin: 0 auto;
	background: #fff;
}
.slider .slick-prev, .slider .slick-next {
	width: 60px;
    height: 95px;
	background: url("/sweets/chocolate/nicolate/images/slide/arrow_prev.png") no-repeat center/ contain;
	left: calc(50% - 470px);
}
.slider .slick-next {
	background: url("/sweets/chocolate/nicolate/images/slide/arrow_next.png") no-repeat center/ contain;
	left: auto;
	right: calc(50% - 470px);
}
	
/*====================
動画
====================*/
#movie {
	background: #f9f8eb url(/sweets/chocolate/nicolate/images/bg_movie_pc.png) no-repeat top center / auto;
	padding: 106px 0 100px;
	margin-bottom: 80px;
}
#movie::after {
	height: 20px;
	background: url("/sweets/chocolate/nicolate/images/bg_nami01_pc.jpg") center bottom / auto 20px;
}
#movie h2 {
	margin-bottom: 72px;
}
#movie h2 img {
	width: 662px;
}	
#movie .movie_img img {
	margin: 0 auto;
}
#movie .thum {
	width: 380px;
	margin: 0 30px 107px 0;
  display: inline-block;
}
#movie .thum:last-of-type {
    margin: 0 0 107px;
}
	
/*====================
レシピ
====================*/
#recipe {
	width: 800px;
	margin: 0 auto 80px;
	padding: 0;
}
#recipe .recipe_box {
	margin-bottom: 70px;
}
#recipe .recipe_box::after {
    width: 30px;
    height: 30px;
    bottom: -30px;
    left: calc(50% - 15px);
    background: url(/sweets/chocolate/nicolate/images/recipe_ic01.png) no-repeat;
    background-size: 30px 30px;
}
#recipe .recipe_box .inner {
	padding: 50px 0 80px;
	text-align: center;
}
#recipe .recipe_box .inner p img {
	width: 425px;
}

#recipe .recipe_detail .box{
	padding: 45px 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;
}
  
/*====================
商品紹介
====================*/
#products{
  padding: 80px 0 94px;
}
#products::before,
#products::after{
	height: 20px;
	background: url("/sweets/chocolate/nicolate/images/bg_nami02_pc.jpg") center bottom / auto 20px;
}
#products h2{
  margin-bottom: 25px;
}
#products h2 img{
  width: 182px;
}
#products .product_party{
  margin: 0 auto;
  width: 776px;
}

/*====================
なぞなぞ
====================*/
#nazonazo {
	width: 800px;
	margin: 80px auto;
	padding: 0;
}

/*====================
まちがいさがし
====================*/
#machigaisagashi {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

/*====================
バナー
====================*/
/*new*/
.bnr_con.new:before {
    width: 60px;
    height: 60px;
    top: -25px;
    left: 0;
    background-size: 60px 60px;
}
  
/*====================
お菓子の家アイコン
====================*/
.bnr_con.okashi_ico .okashi_ico_link {
    width: 150px;
    height: 150px;
    bottom: 0;
    right: -135px;
    background-size: 150px 150px;
}

/*====================
フッター
====================*/
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;
}
}
