@charset "utf-8";
/* CSS Document */


h1{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/*======= mv =======*/
.mv{
	height:640px;
	overflow:hidden;}
.mv video,
.mv canvas{
	min-height:100%;
	min-width:100%;
	width:auto;
	height:auto;
	position:absolute;
	left:50%;
	top:50%;
}

.main-visual-box{
	width: 98.461%;
	margin: 0 auto 70px;
	position: relative;
}
.main-visual-box img{
	width: 100%;
}
.main-visual-box a{
	display: block;
	min-width: 1024px;
	max-width: 1340px;
	margin: 0 auto;
}
.main-visual-box p.otona{
	background: url(/sweets/chocolate/the-chocolate/images/index_mv_cp02_bg.jpg);
	background-position: bottom;
	background-size: cover;
}
/*======= js-mv-slider =======*/
.js-mv-slider{
	width: 98.461%;
	margin: 0 auto 70px;
	position: relative;
}
.js-mv-slider img{
	width: 100%;
}
.js-mv-slider a{
	display: block;
	min-width: 1024px;
	max-width: 1340px;
	margin: 0 auto;
}
.js-mv-slider li.slick-slide.otona{
	background: url(/sweets/chocolate/the-chocolate/images/index_mv_cp02_bg.jpg);
	background-position: bottom;
	background-size: cover;
}
.js-mv-slider li.slick-slide.otona_vd{
	background: url(/sweets/chocolate/the-chocolate/images/index_mv_cp03_bg.jpg);
	background-position: bottom;
	background-size: cover;
}
@media screen and (min-width:1340px){
	.js-mv-slider li.slick-slide.spbox{
		padding-top: 670px;
		background: url(/sweets/chocolate/the-chocolate/images/index_mv_01.jpg);
		background-position: center;
		background-size: cover;
	}
	.js-mv-slider li.slick-slide.spbox img{
		display: none;
	}
}
.js-mv-slider .mv-slide-dots{
	margin-top: 20px;
}
.js-mv-slider .mv-slide-dots li{
	display: inline-block;
	margin: 0 10px;
}
.js-mv-slider .mv-slide-dots li button{
	border: none;
	background: #ddc889;
	width: 15px;
	height: 15px;
	border-radius: 10px;
	text-indent: 100px;
	overflow: hidden;
	white-space: nowrap;
}
.js-mv-slider .mv-slide-dots li.slick-active button{
	background: #bc9113;
}

/*======= box-slider =======*/
.box-slider-area{
	margin-bottom: 50px;
}
.box-slider{
	margin-bottom: 45px;
}
.box-slider a{
	cursor: default;
}
.box-slider a:hover{
	cursor: default;
}
.box-slider img{
	margin:0 auto;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
}

.box-slider .slick-center img{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/* newアイコン対応 */
.box-slider .slick-slide.new-product{
	position: relative;
}

.box-slider .slick-slide{
	padding-top: 35px;
}
.box-slider .slick-slide.new-product:before{
	content:'';
	display: block;
	position: absolute;
	width: 100%;
	background:url(/sweets/chocolate/the-chocolate/images/icon_slide_new.png) no-repeat center;
	background-size:contain;
	left:0;
	height: 18px;
	top:35px;
	-webkit-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
}
.box-slider .slick-center.slick-slide.new-product:before{
	height: 25px;
	top:0;
}

/*======= info =======*/

.info-wrap{
	background: #f8f4e8;
	margin-bottom: 55px;
	padding: 60px 0;
}
.info-wrap h2{
	margin-bottom: 40px;
}
.info-list{
	width: 550px;
	margin: 0 auto 20px;
}
.info-list li{
	font-size: 15px;
	margin-bottom: 20px;
}
.info-list li:after {
	content: '';
	display: table;
	clear: both;
}
.info-list li a{
	display:inline-block;
	border-bottom: 1px solid #dac27d;
	color: #4e4e4e;
}
.info-list li a:hover{
	opacity:0.7;
}
.info-list li .date{
	float: left;
	margin-right: 23px;
}
.info-list li .ttl{
	overflow:hidden;
	text-align:left;}
.info-list li .wbr{
	display:inline-block;}

/*======= intro =======*/
.intro-wrap{
	margin-bottom: 80px;
}
.intro-wrap h2{
	margin-bottom: 50px;
}
.link-area01{
	max-width: 1300px;
	min-width: 1024px;
	margin: 0 auto;
}
.link-area01 li{
	float: left;
	margin-right: 3.84%;
	margin-bottom: 3.07%;;
	width: 47.92%;
}
.link-area01 li:nth-child(2n){
	margin-right: 0;
}
.link-area01 a{
	display: block;
	position: relative;
}
.link-area01 a:after{
	content: "";
	position: absolute;
	top: 19.03%;
	left: 28.09%;
	width: 43.66%;
	height: 61.61%;
	background:url(/sweets/chocolate/the-chocolate/common/images/bg_link_area.png) center center no-repeat;
	background-size: 100%;
	letter-spacing: 2px;
	line-height: 1.4;
}

.link-area01 .thum{
	display: block;
	position: relative;
	overflow: hidden;
}
.link-area01 a .thum img{
	transition: 0.3s;
	width: 100%;
}
.link-area01 a:hover .thum img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.link-area01 a .thum:before{
	content:"";
	width: 7.38%;
	height: 14.84%;
	background: #ffffff;
	position:absolute;
	top: 65.8%;
	right: 28.3%;
	transition: all .2s;
	z-index: 1;
}
.link-area01 a:hover .thum:before{
	right: 25.09%;
}
.link-area01 a .thum:after{
	content:"";
	right: 31.4%;
	top: 71.45%;
	width: 1.61%;
	height: 3.23%;
	border-top: 1px solid #3b2510;
	border-right: 1px solid #3b2510;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
	transition: all .2s;
	z-index: 2;
}
.link-area01 a:hover .thum:after{
	right: 28.19%;
}
.link-area01 .txt{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	width: 212px;
	z-index: 1;
}
.link-area01 .link-area-center {
	float:none;
	margin:0 auto;
}
/*======= special =======*/
.special-wrap{
	background: #2f1701;
	padding: 60px 0;
}
.special-link-area01{
	width: 880px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: center;
}
.special-link-area01.special-center{
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.special-link-area01::after{
	display:none;}
.special-link-area01 li{
	width: 365px;
	margin: 0 150px 40px 0;
}
.special-link-area01 li:nth-child(2n) {
    margin-right: 0;
}
.special-link-area01 li:last-child {
    margin-right: 0;
}
.special-link-area01 li a{
	display: block;
}

.special-link-area01 li a .thum{
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;		
}
.special-link-area01 li a .thum:after{
	content:"";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: url(/sweets/chocolate/the-chocolate/common/images/bg_waku.png) center center no-repeat;
}
.special-link-area01 li a .thum img{
	transition: 0.3s;
}
.special-link-area01 li a:hover .thum img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.special-link-area01 li a .ttl{
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;	
	display: inline-block;
	letter-spacing: 2px;
}
.special-link-area01 li .txt{
	color: #ffffff;
	font-size: 14px;
	line-height: 2.3;
}
.special-link-area01 li a .ttl:before{
	content:"";
	width: 9px;
	height:9px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 6px;
	right: -25px;
	transition: all .2s;
}
.special-link-area01 li a:hover .ttl:before{
	right: -39px;
}

.special-link-area01 li.col1{
	margin: 0 auto 40px;
	float: none;
	clear: both;
}


/*======= share-wrap =======*/
.share-wrap{
	padding: 160px 0 130px;
	background:url(/sweets/chocolate/the-chocolate/images/bg_cacao.png) center center no-repeat;
}
.share-wrap .sns-link{
	width: 350px;
	margin: 0 auto;
}
.share-wrap .sns-link li{
	float: left;
	margin-left: 10px;
}
.share-wrap .sns-link li:last-child{
	margin-bottom: 0;
}
.share-wrap .sns-link li a:hover{
	opacity: 0.7;
}

/*======= sns-line-footer =======*/
.share-wrap .sns-link li.sns-line-footer{
  width: 47px;
	margin-left: 7px;
}

/*======= box-top-banner =======*/
.box-top-banner{
	margin:0 0 75px;}
.box-top-banner li{
	margin: 40px 0 0;
}
.box-top-banner a:hover{
	opacity:0.7;}
.box-top-banner .col4{
	width: 1042px;
	margin: 0 auto;
}
.box-top-banner .col4 li{
	float: left;
	width: 250px;
	margin-right: 14px;
	margin-top: 0;
}
.box-top-banner .col4 li:last-child{
	margin-right: 0;
}
.box-top-banner .col4 li img{
	width: 250px;
	height: auto;
}
.box-top-banner .col3{
	width: 1030px;
	margin: 0 auto;
}
.box-top-banner .col3 li{
	float: left;
	width: 320px;
	margin-right: 35px;
	margin-top: 0;
}
.box-top-banner .col3 li:last-child{
	margin-right: 0;
}
.box-top-banner .col2{
	width: 675px;
	margin: 0 auto;
}
.box-top-banner .col2 li{
	float: left;
	width: 320px;
	margin-right: 35px;
	margin-top: 0;
}
.box-top-banner .col2 li:last-child{
	margin-right: 0;
}


/* img-guard
==========================================*/
.img-guard{
	position:relative;}
.img-guard::after{
	display:block;
	content:'';
	position:absolute; top:0; right:0; bottom:0; left:0;}
	
/* 190909 add top 
==========================================*/
.package-area {
	margin-bottom: 50px;
}
.package-area ul{
	margin:0 auto 45px;
	width: 100%;
	max-width: 1110px;
}
.package-area ul::after{
	content: "";
	clear: both;
	display: table;
}

.package-area ul li{
	float:left;
	padding-top: 35px;
	position: relative;
	margin-left: 3.6%;
	width: 10.5%;
}

.package-area ul li.w-assort{
	width: 19.9%;
}
.package-area ul li:first-child{
	margin-left: 0;
}
.package-area ul li img{
	max-width: 100%;
}
.package-area ul li.new-product:before{
	content:'';
	display: block;
	position: absolute;
	width: 100%;
	background:url(/sweets/chocolate/the-chocolate/images/icon_slide_new.png) no-repeat center;
	background-size:contain;
	left:0;
	height: 27px;
	top:0;
}

@media screen and (min-width:1340px){
	.js-mv-slider li.slick-slide.newpkg01{
		padding-top: 670px;
		background: url(/sweets/chocolate/the-chocolate/images/index_mv_07.jpg) no-repeat;
		background-position: center;
		background-size: contain;
	}
	.js-mv-slider li.slick-slide.newpkg02{
		padding-top: 670px;
		background: url(/sweets/chocolate/the-chocolate/images/index_mv_08.jpg) no-repeat;
		background-position: center;
		background-size: contain;
	}
	.js-mv-slider li.slick-slide.meiji_cfc{
		padding-top: 670px;
		background: url(/sweets/chocolate/the-chocolate/images/index_mv_06.jpg) no-repeat;
		background-position: center;
		background-size: contain;
	}
	.js-mv-slider li.slick-slide.newpkg01 img ,
	.js-mv-slider li.slick-slide.newpkg02 img ,
	.js-mv-slider li.slick-slide.meiji_cf img ,
	.js-mv-slider li.slick-slide.meiji_cfc img {
		display: none;
	}
	.js-mv-slider li.slick-slide.meiji_cf a,
	.js-mv-slider li.slick-slide.meiji_cfc a{
		display: block;
		position: absolute;
		max-width: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

}

/* 200203 top bnr
==========================================*/

.banner_wrap ul li {
	display: inline-block;
    margin: 30px;
}

/* 200218 
==========================================*/

.cmpBnr {
    margin: 0 0 50px;
}

.cmpBnr a:hover,
.banner_wrap ul li a:hover {
	opacity:0.7;
}