@charset "utf-8";

/*------------------------------------------
reset
------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	box-sizing: border-box;
}

p,div,ul,h1,h2,h3{
	margin: 0;
	padding: 0;
}
p{
	margin-bottom: 5px;
}

/*------------------------------------------
common parts
------------------------------------------*/
img{
	border: none;
	max-width: 100%;
	height: auto;
}

li{
	list-style: none;
}

.clearfix:after{
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
	line-height: 0;
	content: ".";
}

a:link{
	color: #211404;
	text-decoration: none;
	background: transparent;
}
a:visited{
	color: #211404;
	text-decoration: none;
	background: transparent;
}
a:hover{
	color: #b5b5b5;
	text-decoration: none;
	background: transparent;
}

@keyframes fadeup{
	0%{ opacity: 0; transform: translateY(30px);}
	100%{ opacity: 1; transform: translateY(0);}
}

/*------------------------------------------
共通
------------------------------------------*/
body{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #341b01;
	background: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

#wrap{
	overflow: hidden;
}

.content{
	width: 100%;
	background-color: #bcecf8;
}
.continner{
	margin: 0 auto;
}
.pro_continner{
	margin: 0 auto 175px;
}


#bg{
	background: url(../images/bg_maru.png) 0 0 no-repeat;
	background-size: 100%;
	background-position: center bottom;
}

/*--------------------------------
	fuwafuwa
--------------------------------*/
.fuwafuwa { 
	-webkit-animation:fuwafuwa 3s infinite linear alternate;
	animation: fuwafuwa 3s infinite linear alternate; 
}  
@-webkit-keyframes fuwafuwa {
	0% { -webkit-transform: translate(0, 0) rotate(-5deg); }
	50% { -webkit-transform: translate(0, -5px) rotate(0deg); }
	100% { -webkit-transform: translate(0, 0) rotate(5deg); }
}

@keyframes fuwafuwa {
	0% { transform: translate(0, 0) rotate(-5deg); }
	50% { transform: translate(0, -5px) rotate(0deg); }
	100% { transform: translate(0, 0) rotate(5deg); }
}

/*------------------------------------------
PC
------------------------------------------*/
@media print, screen and (min-width: 768px){
	body{
		line-height: 1.8;
	}
	
	/*--------------------------------
		header
	--------------------------------*/
	#header{
		width: 100%;
		position: relative;
		margin-bottom: 120px;
	}
	
	#header_left_top{
		position: absolute;
		left: -10px;
		top: 0;
		z-index: 100;
		width: 33.0769%;	/* 430/1300 */
		max-width: 430px;
		height: 280px;
		background: url("../images/head-left-top.png") 0 0 no-repeat;
		background-size: 100%;
	}
	#header_right_top{
		position: absolute;
		right: -29px;
		top: 0;
		z-index: 100;
		width: 40.8461%;	/* 531/1300 */
		max-width: 531px;
		height: 195px;
		background: url(../images/head-right-top.png) 0 0 no-repeat;
		background-size: 100%;
	}
	#header_right_top2{
		position: absolute;
		right: -55px;
		top: 30%;
		z-index: 50;
		width: 219px;
		height: 113px;
		background: url(../images/head-right-top2.png) 0 0 no-repeat;
		background-size: 100%;
	}
	#header_right_top3{
		position: absolute;
		right: 7px;
		top: 46%;
		z-index: 50;
		width: 30.6923%;	/* 399/1300 */
		max-width: 399px;
		height: 292px;
		background: url(../images/head-right-top3.png) 0 0 no-repeat;
		background-size: 100%;
	}
	
	/*--------------------------------
		mainimage
	--------------------------------*/
	#mainimage #main img{
		width: 100%;
	}
	#mainimage #logo{
		position: absolute;
		width: 100%;
		height: 160px;
		top: 62px;
		margin: 0 auto;
		text-align: center;
		z-index: 1;
	}
	#mainimage #logo img{
		width: 10%;	/* 130/1300 */
		max-width: 130px;
	}
	/*--------------------------------
		contents
	--------------------------------*/
	h2#fd,
	h2#ssn,
	h2#gb{
		position: relative;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		transform: rotate(.03deg);
		font-weight: bold;
		width: 100%;
		height: 100%;
		margin-bottom: 4%;
		color: #fa8232;
		font-size: 16px;
		letter-spacing: 3px;
		text-align: center;
	}
	h2#fd:before{
		content: "";
		position: absolute;
		top: -45px;
		width: 245px;
		height: 42px;
		background: url("../images/tit_fruitdrink.png") no-repeat;
		background-size: contain;
		left: calc(50% - 122.5px);
	}
	h2#ssn:before{
		content: "";
		position: absolute;
		top: -50px;
		width: 197px;
		height: 60px;
		background: url("../images/tit_seasoning.png") no-repeat;
		background-size: contain;
		left: calc(50% - 98.5px);
	}
	h2#gb:before{
		content: "";
		position: absolute;
		top: -55px;
		width: 192px;
		height: 58px;
		background: url("../images/tit_giftbox.png") no-repeat;
		background-size: contain;
		left: calc(50% - 96px);
	}
	
	.continner,
	.pro_continner{
		width: 100%;
		max-width: 1200px;
	}
	
	#bg{
		width: 100%;
		padding-bottom: 83px;
	}
	
	/*--------------------------------
		fadeup
	--------------------------------*/
	.js-fadeup{ opacity: 0; }
	.js-fadeup.active{ animation: fadeup 1.5s ease 0.0s 1 forwards; }
	.js-fadeup:nth-child(2).active{animation: fadeup 1.5s ease 0.3s 1 forwards;}
	.js-fadeup:nth-child(3).active{ animation: fadeup 1.5s ease 0.6s 1 forwards; }
	.js-fadeup:nth-child(4).active{animation: fadeup 1.5s ease 0.9s 1 forwards;}
	.js-fadeup:nth-child(5).active{ animation: fadeup 1.5s ease 1.2s 1 forwards; }
	
	/*--------------------------------
		drink
	--------------------------------*/
	#menu_area{
		margin: 0 auto;
		width: 100%;
		max-width: 700px;
	}
	#nf_series,
	#ao_series{
		display: flex;
		margin-bottom: 50px;
		font-size: 14px;
	}
	#nf_series a:hover img,
	#ao_series a:hover img{
		opacity: 0.8;
	}
	#nf_series .icon,
	#ao_series .icon{
		width: 100px;
	}
	#nf_series .icon img,
	#ao_series .icon img{
		box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	}
	#nf_series .intro,
	#ao_series .intro{
		padding-top: 2.2727%;	/* 20/880 */
		padding-left: 2.2727%;	/* 20/880 */
		flex: 1;
	}
	.icon_area{
		text-align: center;
		margin-top: 15px;
	}
	.icon_area ul{
		display: inline-block;
		margin: 0 auto;
	}
	.icon_area ul li{
		position: relative;
		display: inline-block;
		width: 100px;
		z-index: 2;
	}
	.icon_area ul li a{
		display: inline-block;
		width: 100%;
		height: 100%;
	}
	.icon_area ul li:hover a{
		text-decoration: underline;
	}
	.icon_area ul li a img{
		display: block;
		margin: 15px 30px 20px 30px;
	}
	.icon_area ul li:after{
		position: absolute;
		content: "";
		width: 70px;
		height: 70px;
		top: 0px;
		left: calc(50% - 35px);
		border-radius: 50%;
		z-index: -1;
		transition: 0.3s;
	}
	.icon_area ul li:hover:after{
		position: absolute;
		content: "";
		width: 80px;
		height: 80px;
		top: -5px;
		left: calc(50% - 40px);
		border-radius: 50%;
		z-index: -1;
		opacity: 0.8;
	}
	.icon_area ul li#icon_nf_yuzu:after{ background: #fce273; }
	.icon_area ul li#icon_nf_blueberry:after{ background: #b28bba; }
	.icon_area ul li#icon_nf_mikan:after{ background: #feb873; }
	.icon_area ul li#icon_nf_mango:after{ background: #fdc573; }
	.icon_area ul li#icon_nf_apple:after{ background: #fd8071; }
	
	.icon_area ul li#icon_ao_mikan:after{ background: #e47302; }
	.icon_area ul li#icon_ao_tomato:after{ background: #e01e22; }
	.icon_area ul li#icon_ao_apple:after{ background: #ee493f; }
	.icon_area ul li#icon_ao_carrot:after{ background: #e95d1d; }
	
	#season .intro{
		margin-bottom: 5.1020%;	/* 50/980 */
		text-align: center;
		font-size: 14px;
	}
	.icon_area ul li#icon_ssn_yuzu:after{ background: #f0cc30; }
	
	/*------------------------------------------
		button
	------------------------------------------*/
	.btn{
		display: block;
		margin: 25px auto 150px auto;
		width: 400px;
		border: solid 1px #ff7a03;
		border-radius: 10px;
		text-align: center;
		transition: 1s;
	}
	.btn a{
		font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 18px;
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		padding: 17px 30px 15px 40px;
		text-decoration: none;
		color: #ff7a03;
	}
	.btn:hover{
		background: #fee4cc;
		border: solid 1px #fee4cc;
		transform: scale(1.2);
	}
	
	/*--------------------------------
		footer
	--------------------------------*/
	#footer{
		background-color: #bcecf8;
	}
	#pro_footer{
		background-color: #fff;
		width: 100%;
	}
	#kumo_area{
		position: relative;
		width: 100%;
		height: 325px;
	}
	#kumo_left{
		position: absolute;
		left: 20px;
		top: 24px;
		z-index: 100;
		width: 54.1666%;	/* 650/1200 */
		max-width: 650px;
		height: 208px;
		background: url(../images/bg_kumo1.png) 0 0 no-repeat;
		background-size: 100%;
	}
	#kumo_right1{
		position: absolute;
		right: 398px;
		top: 247px;
		width: 19.1666%;	/* 230/1200 */
		max-width: 230px;
		height: 113px;
		background: url(../images/bg_kumo2.png) 0 0 no-repeat;
		background-size: 100%;
		
	}
	#kumo_right2{
		position: absolute;
		right: 38px;
		top: 51px;
		width: 32.5%;	/* 390/1200 */
		max-width: 390px;
		height: 209px;
		background: url(../images/bg_kumo3.png) 0 0 no-repeat;
		background-size: 100%;
	}
	
	#foot_inner{
		width: 100%;
		background: url("../images/bg_foot.png") 0 0 no-repeat;
		background-size: cover;
	}
	#foot_info{
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		color: #fff;
	}
	#txt_foot1{
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		transform: rotate(.03deg);
		font-weight: bold;
		padding: 30% 0 0 20%;
		font-size: 30px;
		text-shadow: 1px 1px 0px #472f15,
					 -1px 1px 0px #472f15,
					 1px -1px 0px #472f15,
					 -1px -1px 0px #472f15;
	}
	
	/*--------------------------------
		foot_table
	--------------------------------*/
	.foot_table{
		margin: 0 auto;
		padding-left: 300px;
		border-collapse: separate;
		border-spacing: 0;
		text-shadow: 1px 1px 0px #472f15,
					 -1px 1px 0px #472f15,
					 1px -1px 0px #472f15,
					 -1px -1px 0px #472f15;
	}
	.foot_table tr th{
		vertical-align: top;
		text-align: left;
		font-weight: normal;
	}
	.foot_table tr th,
	.foot_table tr td{
		font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		padding:10px 30px;
		color: #fff;
		font-size: 18px;
	}
	.foot_table tr td a{
		color: #fff;
	}
	#copyright{
		font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		margin: 0 40px;
		text-align: right;
		color: #fff;
		
	}
	#copyright p{
		margin-bottom: 0;
		text-shadow: 1px 1px 0px #472f15,
					 -1px 1px 0px #472f15,
					 1px -1px 0px #472f15,
					 -1px -1px 0px #472f15;
	}
	
	/*--------------------------------
		parts
	--------------------------------*/
	.mb120{
		margin-bottom: 120px!important;
	}
}

/*------------------------------------------
sp
------------------------------------------*/
@media only screen and (max-width: 767px){
	body{
		line-height: 1.5;
	}
	
	/*--------------------------------
		header
	--------------------------------*/
	#header{
		width: 100%;
		position: relative;
		margin-bottom: 60px;
	}
	#header_left_top{
		position: absolute;
		left: -10px;
		top: 0;
		z-index: 100;
		width: 100%;
		height: 280px;
		background: url("../images/head-left-top.png") 0 0 no-repeat;
		background-size: 40%;
	}
	#header_right_top{
		position: absolute;
		right: -356px;
		top: 0;
		z-index: 100;
		width: 531px;
		height: 195px;
		background: url(../images/head-right-top.png) 0 0 no-repeat;
		background-size: 38%;
	}
	#header_right_top2{
		position: absolute;
		right: -150px;
		top: 57px;
		z-index: 50;
		width: 219px;
		height: 113px;
		background: url(../images/head-right-top2.png) 0 0 no-repeat;
		background-size: 42%;
	}
	#header_right_top3{
		position: absolute;
		right: -239px;
		top: 103px;
		z-index: 50;
		width: 399px;
		height: 292px;
		background: url(../images/head-right-top3.png) 0 0 no-repeat;
		background-size: 43%;
	}
	
	/*--------------------------------
		mainimage
	--------------------------------*/
	#mainimage{
		width: 100%;
	}
	#mainimage #main img{
		width: 100%;
		height: 100%;
		min-height: 200px;
		margin-bottom: 15px;
	}
	#mainimage #logo{
		position: absolute;
		width: 85px;
		top: 55px;
		left: calc(50% - 45px);
		z-index: 1;
	}
	
	/*--------------------------------
		contents
	--------------------------------*/
	.continner,
	.pro_continner{
		width: 100%;
		padding: 0 10px;
		background: linear-gradient(#fff 50%, transparent 50%);
	}
	.pro_continner{
		margin: 0 auto 15.6453%; /* 120/767*/
	}
	#bg{
		max-width: 767px;
		padding-bottom: 53px;
	}
	
	/*--------------------------------
		contents
	--------------------------------*/
	h2#fd,
	h2#ssn,
	h2#gb{
		position: relative;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		transform: rotate(.03deg);
		font-weight: bold;
		width: 100%;
		height: 100%;
		margin-bottom: 4%;
		color: #fa8232;
		font-size: 14px;
		letter-spacing: 3px;
		text-align: center;
	}
	h2#fd:before{
		content: "";
		position: absolute;
		top: -45px;
		width: 245px;
		height: 42px;
		background: url("../images/tit_fruitdrink.png") no-repeat;
		background-size: contain;
		left: calc(50% - 122.5px);
	}
	h2#ssn:before{
		content: "";
		position: absolute;
		top: -50px;
		width: 197px;
		height: 60px;
		background: url("../images/tit_seasoning.png") no-repeat;
		background-size: contain;
		left: calc(50% - 98.5px);
	}
	h2#gb:before{
		content: "";
		position: absolute;
		top: -55px;
		width: 192px;
		height: 58px;
		background: url("../images/tit_giftbox.png") no-repeat;
		background-size: contain;
		left: calc(50% - 96px);
	}
	
	/*--------------------------------
		drink
	--------------------------------*/
	#menu_area{
		margin: 0 auto;
		width: 100%;
	}
	#nf_series,
	#ao_series{
		display: flex;
		margin-bottom: 50px;
		font-size: 14px;
	}
	#nf_series a:hover img,
	#ao_series a:hover img{
		opacity: 0.8;
	}
	#nf_series .icon,
	#ao_series .icon{
		width: 80px;
	}
	#nf_series .icon img,
	#ao_series .icon img{
		box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	}
	#nf_series .intro,
	#ao_series .intro{
		position: relative;
		padding-top: 2.2727%;	/* 20/880 */
		padding-left: 2.2727%;	/* 20/880 */
		flex: 1;
	}
	#nf_series .intro p,
	#ao_series .intro p{
		min-height: 80px;
	}
	#nf_series .intro > .icon_area,
	#ao_series .intro > .icon_area{
		position: relative;
		width: calc(100% + 90px);
		left: -90px;
	}
	.icon_area{
		text-align: center;
		margin-top: 15px;
	}
	.icon_area ul{
		display: inline-block;
		margin: 0 auto;
	}
	.icon_area ul li{
		position: relative;
		display: inline-block;
		width: 100px;
		margin-bottom: 15px;
		z-index: 2;
	}
	.icon_area ul li a{
		display: inline-block;
		width: 100%;
		height: 100%;
	}
	.icon_area ul li:hover a{
		text-decoration: underline;
	}
	.icon_area ul li a img{
		display: block;
		margin: 15px 30px 20px 30px;
	}
	.icon_area ul li:after{
		position: absolute;
		content: "";
		width: 70px;
		height: 70px;
		top: 0px;
		left: calc(50% - 35px);
		border-radius: 50%;
		z-index: -1;
		transition: 0.3s;
		box-shadow: 2px 2px 2px gray;
	}
	.icon_area ul li:hover:after{
		position: absolute;
		content: "";
		width: 80px;
		height: 80px;
		top: -5px;
		left: calc(50% - 40px);
		border-radius: 50%;
		z-index: -1;
		opacity: 0.8;
	}
	.icon_area ul li#icon_nf_yuzu:after{ background: #fce273; }
	.icon_area ul li#icon_nf_blueberry:after{ background: #b28bba; }
	.icon_area ul li#icon_nf_mikan:after{ background: #feb873; }
	.icon_area ul li#icon_nf_mango:after{ background: #fdc573; }
	.icon_area ul li#icon_nf_apple:after{ background: #fd8071; }
	
	.icon_area ul li#icon_ao_mikan:after{ background: #e47302; }
	.icon_area ul li#icon_ao_tomato:after{ background: #e01e22; }
	.icon_area ul li#icon_ao_apple:after{ background: #ee493f; }
	.icon_area ul li#icon_ao_carrot:after{ background: #e95d1d; }
	
	#season .intro{
		margin-bottom: 5.1020%;	/* 50/980 */
		text-align: center;
		font-size: 14px;
	}
	.icon_area ul li#icon_ssn_yuzu:after{ background: #f0cc30; }
	
	/*------------------------------------------
		button
	------------------------------------------*/
	.btn{
		display: block;
		margin: 25px auto 100px auto;
		width: 80%;
		max-width: 400px;
		border: solid 1px #ff7a03;
		border-radius: 10px;
		text-align: center;
		transition: 1s;
	}
	.btn a{
		font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 16px;
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		padding: 17px 30px 17px 40px;
		text-decoration: none;
		color: #ff7a03;
	}
	.btn:hover{
		background: #fee4cc;
		border: solid 1px #fee4cc;
		transform: scale(1.2);
	}
	
	/*--------------------------------
		footer
	--------------------------------*/
	#footer{
		background-color: #bcecf8;
	}
	#kumo_area{
		position: relative;
		width: 100%;
		height: 190px;
	}
	#kumo_left{
		position: absolute;
		left: 20px;
		top: 3.1290%; /* 24/767 */
		z-index: 100;
		width: 39.1134%; /* 300/767 */
		height: 48.3333%;
		background: url(../images/bg_kumo1.png) 0 0 no-repeat;
		background-size: 100%;
	}
	#kumo_right1{
		display: none;
	}
	#kumo_right2{
		position: absolute;
		right: 4.9543%; /* 38/767 */
		top: 4.0417%; /* 31/767 */
		width: 40.1564%; /* 308/767 */
		height: 80.8571%;
		background: url(../images/bg_kumo3.png) 0 0 no-repeat;
		background-size: 100%;
	}
	
	#foot_inner{
		width: 100%;
		height: 100%;
		max-height: 535px;
		text-align: center;
		background: url(../images/bg_foot.png) 0 0 no-repeat;
		background-size: cover;
		transform: rotate(.03deg);
	}
	#foot_info{
		display: inline-block;
		margin-right: 2.6075%;
		text-align: left;
		color: #fff;
	}
	#txt_foot1{	
		padding: 44.9677% 0 0 0px; /* 130px 0 0 100px/767 */
		font-size: 137.5%; /* 22px */
		transform: rotate(.03deg);
		font-weight: 700;
		line-height: 1.2;
		font-weight: 700;
		text-shadow: 1px 1px 0px #472f15,
					 -1px 1px 0px #472f15,
					 1px -1px 0px #472f15,
					 -1px -1px 0px #472f15;
	}
	
	/*--------------------------------
		foot_table
	--------------------------------*/
	.foot_table{
		margin: 0 auto;
		padding-left: 0px; /* 115/767 */
		margin-bottom: 20px;
		border-collapse: separate;
		border-spacing: 0;
		text-shadow: 1px 1px 0px #472f15,
					 -1px 1px 0px #472f15,
					 1px -1px 0px #472f15,
					 -1px -1px 0px #472f15;
	}
	.foot_table tr th{
		vertical-align: top;
		text-align: left;
		font-weight: normal;
	}
	.foot_table tr{
		width: 100%;
	}
	.foot_table th{
		width: 20%;
	}
	.foot_table td{
	}
	.foot_table tr th,
	.foot_table tr td{
		padding: 1.3333% 0; /* 8px 30px */
		color: #fff;
		font-size: 14px;
		font-weight: 700;
	}
	.foot_table td{
		padding-left: 2% !important; /* 12/600 */
	}
	.foot_table tr td a{
		color: #fff;
	}
	#copyright{
		width: 80.8344%; /* 620/767 */
		padding-bottom: 20px;
		font-size: 14px;
		text-align: right;
		color: #fff;
	}
	#copyright p{
		margin-bottom: 0;
		text-shadow: 1px 1px 0px #472f15,
					 -1px 1px 0px #472f15,
					 1px -1px 0px #472f15,
					 -1px -1px 0px #472f15;
	}
}