@charset "UTF-8";

/* ## header ## */
#header {
	background-color: rgba(255,255,255,0);
}

.slideArea {
	position: relative;
}

.flexslider {
	border: none;
	margin: 0;
	position: relative;
}
.flex-caption {
	width: 100%;
	box-sizing: border-box;
	font-family: "Noto Serif Japanese","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 46px;
	color: #ffffff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.70);
	line-height: 1.64;
	text-align: center;
	position: absolute;
	top: 36%;
	left: 0;
}
.flex-caption.cap01 {
	line-height: 1.54;
	padding-top: 58px;
}
.flex-caption.cap02 {

}
.flex-caption.cap03 {
	padding-top: 24px;
}
.flex-caption.cap03 span {
	font-size: 26px;
}

#open {
	width: 240px;
	position: absolute;
	top: 100px;
	right: 44px;
	z-index: 10000;
}


/* scrolldown */
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:50%;
	bottom:-8px;
    /*全体の高さ*/
	height:100px;
	z-index: 10000;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
	left:-15px;
	top: -15px;
    /*テキストの形状*/
	color: #ffffff;
	font-size: 13px;
}

/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 70px;
	background: #ffffff;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:100px;
		opacity: 1;
	}
	100%{
		height:0;
		top:124px;
		opacity: 0;
	}
}

/* Arrows */
.slick-prev::before, .slick-next::before {
	color: #999999;
	font-size: 48px;
}
.slick-prev,
.slick-next {
	z-index: 100;
}
.slick-prev {
	left: -14px;
	z-index: 10000;
}
.slick-next {
	right: -14px;
}
.slick-prev::before, .slick-next::before {
	color: #999999;
	font-size: 40px;
}

#wrapper {
	position: relative;
}

/* slider */
.slider {
	width: 100%;
	max-width: 1400px;
	box-sizing: border-box;
	margin: 0 auto;
	background-attachment: fixed;
}

#con00.baseBox, #con01.baseBox {
	position: relative;
}

#con01.baseBox .inner {
	max-width: 980px;	
}

/* youtube */
#conYoutube ul li {
	width: 50%;
	box-sizing: border-box;
	padding: 10px 10px;
	float: left;
}
#conYoutube ul li iframe {
	width: 100%;
	height: 350px;
}

/* banner */
#conBan ul li {
	width: 50%;
	box-sizing: border-box;
	padding: 10px 10px;
	float: left;
}
#conBan ul li img {
	width: 100%;
	vertical-align: bottom;
}

/* step */
.stepBox {
	width: calc(100%/4);
	padding: 14px 24px 14px 0;
	float: left;
	position: relative;
}
.stepBox:before {
	color: #cccccc;
	font-size: 20px;
	content: "▶︎";
    /*描画位置*/
	position: absolute;
	top: 42%;
	right: 2px;
}
#last.stepBox:before {
	content: "";
}
.stepBox h5 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8528+0,ff9042+50,ffbc8c+100 */
	background: #ff8528; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #ff8528 0%, #ff9042 50%, #ffbc8c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #ff8528 0%,#ff9042 50%,#ffbc8c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #ff8528 0%,#ff9042 50%,#ffbc8c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8528', endColorstr='#ffbc8c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #FFFFFF;
	font-weight: bold;
	text-align:center;
	padding: 10px 8px;
	font-size: 16px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
.stepCon {
	font-size: 12px;
	padding: 8px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	height: 104px;
}
.shopLbox {
	width: 40%;
	float: left;
}
.shopLbox img {
	width: 100%;
}
.shopRbox {
	width: 60%;
	float: left;
	padding: 0 14px 14px 28px;

}
.shopRbox h4 {
	font-size: 32px;
	font-weight: bold;
	color: #F19505;
	text-align: center;
	margin-bottom: 15px;

}
.shopRbox h5 {
	font-size: 16px;
	color: #F19505;
	text-align: center;
	margin-bottom: 50px;

}
.shopRbox p {
	font-size: 14px;
	line-height: 2;
}
.choco a {
	width: 90%;
	box-sizing: border-box;
	background-color: #9A6E0E;
	color: #ffffff;
	text-align: center;
	border-radius: 24px;
	margin: 18px auto 0 auto;
	padding: 8px 20px;
	display: block;
}
.choco a:hover {
	text-decoration: none;
}
.contentsBox {
	float: left;
	width: 50%;
	padding: 10px;
}
.contentsBox img {
	width: 100%;
}




/* #### width 767px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 767px) {
	
.flexslider .slides img {
	width: 100%;
	display: block;
	height: 270px;
	object-fit: cover;
}
	
#fader_wrapp {
	background-color: #ffffff;
}	

/* 縦書き
.flex-caption {
	width: 124px;
	font-size: 22px;
	line-height: 1.74;
	padding-left: 24px;
	top: 20%;
	left: 0;
}
.flex-caption.cap01 {
	font-size: 22px;
	line-height: 1.54;
}
.flex-caption.cap02 {
	line-height: 1.44;
}
.flex-caption.cap03 {
	font-size: 21px;
	line-height: 1.54;
}
.flex-caption.cap03 span {
	font-size: 16px;
}*/
	
.flex-caption {
	width: 100%;
	line-height: 1.74;
	top: 37%;
	left: 0;
}
.flex-caption.cap01 {
	font-size: 34px;
	line-height: 1.54;
	padding-top: 28px;
}
.flex-caption.cap02 {
	font-size: 34px;
	line-height: 1.44;
}
.flex-caption.cap03 {
	font-size: 34px;
	line-height: 1.54;
}
.flex-caption.cap03 span {
	font-size: 34px;
}
	
#open {
	width: 124px;
	position: absolute;
	top: 60px;
	right: 24px;
}


/* scrolldown */
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
    /*全体の高さ*/
	display: none;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
	/*
	left:-15px;
	top: -15px;
	font-size: 11px;
	*/
	display: none;
}

#con03 p.sub {
	font-size: 11px;
	line-height: 2;
	margin-bottom: 14px;
}
	
/* youtube */
#conYoutube ul li {
	width: 100%;
	box-sizing: border-box;
	padding: 4px 0;
	float: none;
}
#conYoutube ul li iframe {
	width: 100%;
	height: 260px;
}
	
/* banner */
#conBan ul li {
	width: 100%;
	box-sizing: border-box;
	padding: 4px 0;
	float: none;
}
#conBan ul li img {
	width: 100%;
	vertical-align: bottom;
}
#conBan ul li a:active {
	opacity: 0.84;
}
	
/* step */
.stepBox {
	float: left;
	width: calc(100%/2);
	padding: 4px 18px 4px 0;
}
.stepBox:before {
	font-size: 16px;
	top: 42%;
	right: 2px;
}
.stepBox h5 {
	background-color: #ff7400;
	color: #ffffff;
	font-weight: bold;
	text-align:center;
	padding: 8px 4px;
	font-size: 12px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
.stepCon {
	font-size: 10px;
	padding: 8px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	height: 96px;
}
	
/* bland */
.brBox a:active {
	opacity: 0.84;
}

/* takeout */
#con03.baseBox {
	background-image: url("../img/top/main/con3_back_mb.jpg");
}
	

.wrap-img-hover-04 figure:active figcaption{
	opacity: 1;
}

/*トップカカオ*/
.shopLbox {
	width: 100%;
}
.shopLbox img {
	width: 100%;
}
.shopRbox {
	width: 100%;
	padding: 14px;
}
.shopRbox h4 {
	font-size: 20px;
	color: #F19505;
	text-align: center;
	margin-bottom: 8px;
}
.shopRbox h5 {
	font-size: 13px;
	color: #F19505;
	text-align: center;
	margin-bottom: 18px;
}
.shopRbox p {
	font-size: 11px;
	line-height: 1.8;
}
.choco a {
	width: 80%;
	box-sizing: border-box;
	background-color: #9A6E0E;
	color: #ffffff;
	text-align: center;
	border-radius: 8px;
	margin: 18px auto 0 auto;
	padding: 8px 20px;
	display: block;
}
.choco a:active {
	opacity: 0.84;
}
.contentsBox {
	width: 100%;
}
.contentsBox img {
	width: 100%;
}

}


/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {

/* top comment */
.topComme {
}
.topComme.tc01 {
	font-size: 30px;
	top: 22%;
}
.topComme.tc01 br {
}
.topComme.tc03 {
	font-size: 18px;
	top: 50%;
}
.topComme.tc04 {
	top: 20%;
	padding-right: 18px;
}
.topComme.tc03 img {
	width: 164px;
}
	
.flex-caption.cap01 {
	font-size: 28px;
	line-height: 1.54;
	padding-top: 24px;
}
.flex-caption.cap02 {
	font-size: 28px;
}
.flex-caption.cap03 {
	font-size: 28px;
	padding-top: 14px;
}
.flex-caption.cap03 span {
	font-size: 22px;
}

	
/* scrolldown */
.scrolldown1{
	bottom: 10px;
}
	
.camBox a:hover {
	opacity: 0.74;
}
	
/* bland */
.brBox a:hover {
	opacity: 0.84;
}
.brBox a:hover p {
	text-decoration: none;
}

/* banner */
#conBan ul li a:hover {
	opacity: 0.84;
}

.choco a:hover {
	opacity: 0.84;
}
	
/* ## dropmenu ## */
/*
#dropmenu > li a {
	color: #ffffff;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.54);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header.headFix #dropmenu > li a {
	color: #242424;
	text-shadow: 2px 2px 3px rgba(255,255,255,0.34);
}*/
	
	
}
/* #### width 980px 以上の場合の設定 #### */
@media (min-width: 980px) {

/* top comment */
.topComme {
}
.topComme.tc01 {
	font-size: 40px;
	top: 26%;
}
.topComme.tc03 {
	font-size: 24px;
	top: 50%;
}
	
.topComme.tc04 {
	top: 24%;
	padding-right: 60px;
}
.topComme.tc03 img {
	width: 214px;
}
	
.flex-caption.cap01 {
	font-size: 36px;
	padding-top: 36px;
}
.flex-caption.cap02 {
	font-size: 36px;
}
.flex-caption.cap03 {
	font-size: 36px;
	padding-top: 18px;
}
.flex-caption.cap03 span {
	font-size: 28px;
}

	
/* scrolldown */
.scrolldown1{
	bottom: 28px;
}
	
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:114px;
		opacity: 1;
	}
	100%{
		height:0;
		top:180px;
		opacity: 0;
	}
}
	
}
/* #### width 1200px 以上の場合の設定 #### */
@media (min-width: 1200px) {

/* top comment */
.topComme {
}
.topComme.tc01 {
	font-size: 48px;
	top: 28%;
}
.topComme.tc03 {
	font-size: 28px;
	top: 56%;
}
.topComme.tc04 {
	top: 24%;
	padding-right: 100px;
}
.topComme.tc03 img {
	width: 244px;
}
	
.flex-caption.cap01 {
	font-size: 46px;
	padding-top: 58px;
}
.flex-caption.cap02 {
	font-size: 46px;
}
.flex-caption.cap03 {
	font-size: 46px;
	padding-top: 24px;
}
.flex-caption.cap03 span {
	font-size: 36px;
}

	
/* scrolldown */
.scrolldown1{
	bottom: 48px;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:124px;
		opacity: 1;
	}
	100%{
		height:0;
		top:200px;
		opacity: 0;
	}
}
	
/* slider */
.slider {
}
.slick-prev {
	left: -44px;
}
.slick-next {
	right: -44px;
}
.slick-prev::before, .slick-next::before {
}
	
}

/* #### width 359px以下の場合の設定 (for SP Only) #### */
@media (max-width: 359px) {
.flex-caption {
	width: 100%;
	line-height: 1.74;
	top: 37%;
	left: 0;
}
.flex-caption.cap01 {
	font-size: 16px;
	line-height: 1.54;
	padding-top: 28px;
}
.flex-caption.cap02 {
	font-size: 16px;
	line-height: 1.44;
}
.flex-caption.cap03 {
	font-size: 16px;
	line-height: 1.54;
}
.flex-caption.cap03 span {
	font-size: 16px;
}
.flexslider .slides img {
	height: 200px;
}

}

/* #### width 360px～500pxの場合の設定 (for SP Wide Only) #### */
@media (min-width: 360px) and (max-width: 500px) {
.flex-caption {
	width: 100%;
	line-height: 1.74;
	top: 37%;
	left: 0;
}
.flex-caption.cap01 {
	font-size: 18px;
	line-height: 1.54;
	padding-top: 28px;
}
.flex-caption.cap02 {
	font-size: 18px;
	line-height: 1.44;
}
.flex-caption.cap03 {
	font-size: 18px;
	line-height: 1.54;
}
.flex-caption.cap03 span {
	font-size: 18px;
}
.flexslider .slides img {
	height: 230px;
}	
	
}

/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {
.flex-caption {
	width: 100%;
	line-height: 1.74;
	top: 37%;
	left: 0;
}
.flex-caption.cap01 {
	font-size: 26px;
	line-height: 1.54;
	padding-top: 28px;
}
.flex-caption.cap02 {
	font-size: 26px;
	line-height: 1.44;
}
.flex-caption.cap03 {
	font-size: 26px;
	line-height: 1.54;
}
.flex-caption.cap03 span {
	font-size: 26px;
}
.flexslider .slides img {
	
}	
	
}