@charset "UTF-8";


/* TEMPLATE +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Retina parts */
@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx){

}
/* TEMPLATE Retina parts end*/



/* INTERFACE */


body{
	box-sizing:border-box;
	margin:0;
	padding:0;
	background-color:#fff;
	color:#333;
	letter-spacing:0.08em;
	line-height:1.8em;
	font-family:'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#header_area{
	width:100%;
	height:70px;
	background-color:#fff;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:999;
}

#header_area h1{
	margin:0;
	width:110px;
	height:auto;
	line-height:1em;
	position:absolute;
	top:14px;
	left:80px;
}

#header_area h1 img{
	margin:0;
	width:100%;
}

#header_area nav{
	display:none;
	width:100%;
	height:40px;
	position:absolute;
	top:70px;
}

#header_area ul{
	overflow:hidden;
	list-style-type:none;
	margin:0;
	padding:0;
	background-color:#fff;
	text-align:center;
	line-height:1em;
}

#header_area ul li{
	box-sizing:border-box;
	display:block;
	width:100%;
	height:50px;
	padding:0;
	letter-spacing:0.1em;
	text-align:center;
	border-top:1px dashed #aaa;
}

#header_area ul li:last-child{
	border-bottom:1px solid #aaa;
}

#header_area ul li a{
	box-sizing:border-box;
	display:block;
	height:50px;
	margin:0 auto;
	padding:16px 0 0 0;
	font-size:13px;
	text-decoration:none;
}

#header_area ul li span{
	box-sizing:border-box;
	display:block;
	height:40px;
	margin:0 auto;
	padding:12px 0 0 0;
	font-size:13px;
	background-color:rgba(255,255,255,0.2);
	text-decoration:none;
}

#header_area ul li a:link{
	color:#333;
}

#header_area ul li a:visited{
	color:#333;
}

#header_area ul li a:hover{
	color:#79b07f;
}

#header_area ul li a:active{
	color:#333;
}


/*開閉ボタン*/


#nav_toggle{
	display: block;
	width: 32px;
	height: 40px;
	position: relative;
	top: 24px;
	left:24px;
	z-index: 100;
}

#nav_toggle div {
	position: relative;
}

#nav_toggle span{
	display: block;
	height: 1px;
	background:#333;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

#nav_toggle span:nth-child(1){
	top:0px;
}

#nav_toggle span:nth-child(2){
	top:10px;
}

#nav_toggle span:nth-child(3){
	top:20px;
}


/*開閉ボタンopen時*/


.open #nav_toggle span:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}

.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}

.open #nav_toggle span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#header_area_contact{
	box-sizing:border-box;
	text-decoration:none;
	width:160px;
	height:36px;
	padding:3px 0 0;
	background-color:#ecd543;
	text-align:center;
	border-radius:30px;
	position:absolute;
	top:16px;
	right:16px;
}

#header_area_contact>img{
	width:18px;
	margin:0 8px 0 0;
	height:auto;
	line-height:1em;
}

#header_area_contact>span{
	color:#333;
	font-size:14px;
}

#header_area_contact:link{
	color:#333;
}

#header_area_contact:visited{
	color:#333;
}

#header_area_contact:hover{
	background-color:#79b07f;
	color:#333;
}

#header_area_contact:active{
	color:#333;
}

/* footer*/


#footer_area>div{
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
	padding:20px 0;
	background-color:#79b07f;
	text-align:center;
	position:relative;
}

#page-top{
	display:block;
	text-decoration:none;
	width:100px;
	margin:0 auto 20px;
	box-sizing:border-box;
	padding:6px 0;
	font-size:13px;
	color:#333;
	text-align:center;
	letter-spacing:0.1em;
	border-bottom:2px solid #333;
	transition: all .5s;
}

#page-top:hover{
	color:#eee;
	border-bottom:2px solid #eee;
}

#copylight{
	font-size:12px;
	font-family:Verdana;
	color:#333;
	letter-spacing:1px;
}


/* home */


#home_contents_area{
	padding:70px 0 0 0;
}

#home_key{
	width:100%;
	padding:40px 0;
	background-color:#cfefd0;
}

#home_key>img{
	width:100%;
	margin:0;
}

#home_key_bg_sp{
	display:none;
}


/* home_info */


#home_info{
	width:100%;
	padding:90px 0 40px;
	background-color:#ffffff;
}

#home_info_contents{
	overflow:hidden;
	width:92%;
	margin:0 auto;
}

#home_info_contents>article{
	width:100%;
}

#home_info_contents>article>h1{
	width:400px;
	margin:0 auto 100px;
	padding:0 0 20px;
	font-size:26px;
	text-align:center;position: relative;
}

#home_info_contents>article>h1:before {
	display: inline-block;
	content: '';
	position: absolute;
	bottom: -15px;
	width: 60px;
	height: 5px;
	background-color:#ecd543;
	left:50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#home_info>article>p{
	font-size:15px;
}


/* home_service */


#home_service{
	width:100%;
	padding:90px 0 40px;
	background-color:rgba(245,241,144,0.4);
}

#home_service_contents{
	overflow:hidden;
	width:92%;
	margin:0 auto;
}

#home_service_contents>img{
	display:block;
	width:34%;
	margin:0 6% 0 0;
	float:left;
}

#home_service_contents>article{
	width:60%;
	float:right;
}

#home_service_contents>article>h1{
	margin:0 0 20px;
	padding:0 0 20px;
	font-size:26px;
	text-align:center;
	line-height:1.8em;
	border-bottom:1px dashed #333;
}

#home_service>article>p{
	font-size:15px;
}

#home_service_contents>article>ul{
	box-sizing:border-box;
	list-style-type:square;
	margin:20px 0;
	padding:10px 20px 6px 40px;
	background-color:#ecd543;
	border-radius:20px;
}

#home_service_contents>article>ul li{
	margin:0 0 6px;
}


/* home_product */


#home_product{
	width:100%;
	margin:0;
	padding:100px 0 60px;
}

#home_product>h1{
	width:400px;
	margin:0 auto 100px;
	padding:0 0 20px;
	font-size:26px;
	text-align:center;position: relative;
}

#home_product>h1:before {
	display: inline-block;
	content: '';
	position: absolute;
	bottom: -15px;
	width: 60px;
	height: 5px;
	background-color:#ecd543;
	left:50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.home_product_image_01{
	box-sizing:border-box;
	overflow:hidden;
	width:92%;
	margin:0 auto 60px;
}

.home_product_image_01>img{
	display:block;
	width:46%;
	height:auto;
	margin:0 0 0 2%;
	float:right;
}

.home_product_image_01>section{
	display:block;
	width:52%;
	height:auto;
	float:left;
}

.home_product_image_01>section>h2{
	display:block;
	width:72%;
	margin:0 auto 40px;
}

.home_product_image_01>section>h2>img{
	width:100%;
	height:auto;
	margin:0;
}

.home_product_image_01>section>p{
	margin:0 0 20px;
	font-size:15px;
	line-height:1.8em;
}

.home_product_image_01>section>ul{
	overflow:hidden;
	list-style-type:none;
	margin:0;
	padding:0 0 0 10px;
}

.home_product_image_01>section>ul li{
	box-sizing:border-box;
	width:49.5%;
	margin:0 1% 4px 0;
	padding:2px 0;
	font-size:14px;
	background-color:#ecd543;
	text-align:center;
	line-height:1.8em;
	border-radius:4px;
	letter-spacing:0;
	float:left;
}

.home_product_image_01>section>ul li:nth-of-type(2n){
	margin:0 0 4px 0;
	float:right;
}

.home_product_info{
	box-sizing:border-box;
	overflow:hidden;
	width:90%;
	margin:0 auto 10px;
	padding:20px;
	background-color:#f2f2f2;
}

.home_product_info>img{
	display:block;
	width:32%;
	height:auto;
	margin:0 4% 0 0;
	float:left;
}

.home_product_info>section{
	width:64%;
	float:right;
}

.home_product_info>section>h2{
	margin:10px 0 20px;
	font-size:18px;
}

.home_product_info>section>h2>span{
	margin:0 10px 0 0;
	padding:1px 24px 1px 14px;
	color:#f2f2f2;
	background-color:#333;
	font-size:14px;
	font-family: "Playwrite DK Loopet", cursive;
	letter-spacing:0;
	clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}

.home_product_info>section>p{
	margin:0 0 20px;
	font-size:15px;
	line-height:1.8em;
}

#home_product_shop{
	width:100%;
	padding:0 0 80px;
}

#home_product_shop>h1{
	width:400px;
	margin:0 auto 100px;
	padding:0 0 20px;
	font-size:26px;
	text-align:center;position: relative;
}

#home_product_shop>h1:before {
	display: inline-block;
	content: '';
	position: absolute;
	bottom: -15px;
	width: 60px;
	height: 5px;
	background-color:#ecd543;
	left:50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#home_product_shop_contents{
	display: flex;
	flex-wrap: wrap;
	width:90%;
	margin:0 auto;
}

.home_product_shop_detail{
	box-sizing:border-box;
	width:30%;
	margin:0 5% 20px 0;
	text-align:center;
}

.home_product_shop_detail:nth-of-type(3n){
	margin:0 0 20px;
}

.home_product_shop_detail>img{
	display:block;
	width:100%;
	margin:0 auto 20px;
}

.home_product_shop_detail>h2{
	margin:0 0 20px;
	font-size:18px;
	line-height:1.6em;
}

.home_product_shop_detail>p{
	margin:0 0 20px;
	font-size:14px;
	line-height:1.4em;
}

.home_product_shop_detail>a{
	display:block;
	text-decoration:none;
	width:100%;
	margin:30px auto 0;
	padding:8px 0 14px;
	background-color:#eee;
	font-size:15px;
	color:#333;
	line-height:1em;
	text-align:center;
	transition: all .5s;
}

.home_product_shop_detail>a:link{
	color:#333;
}

.home_product_shop_detail>a:visited{
	color:#333;
}

.home_product_shop_detail>a:hover{
	color:#333;
	background-color:#81c4bd;
}

.home_product_shop_detail>a:active{
	color:#333;
}


/* home_LINE_area */


#home_LINE_area{
	width:100%;
	height:320px;
	margin:0 auto;
	background-image:url("../img/tamogiDX_drink.jpg");
	background-repeat:no-repeat;
	background-position:top right;
	background-size:cover;
	position:relative;
}

#home_LINE_area_contents{
	width:45%;
	height:100%;
	background: linear-gradient(to right,rgba(255,255,255,0.8) 30%,rgba(255,255,255,0));
	position:absolute;
	top:0;
	left:0;
}

#home_LINE_area_contents>article{
	box-sizing:border-box;
	overflow:hidden;
	width:300px;
	height:100%;
	margin:0 auto;
	padding:40px 0 0 0;
	text-align:center;
}

#home_LINE_area_contents>article>h1{
	margin:0 0 40px;
	padding:0 0 10px;
	font-size:22px;
	position: relative;
}

#home_LINE_area_contents>article>h1:before {
	display: inline-block;
	content: '';
	position: absolute;
	bottom: -15px;
	width: 60px;
	height: 5px;
	background-color:#ecd543;
	left:50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#home_LINE_area_contents>article>h1>br{
	display:none;
}

#home_LINE_area_contents>article>p{
	margin:0 0 40px;
	font-size:14px;
	line-height:1.6em;
}

#home_LINE_area_contents>article>a{
	box-sizing:border-box;
	display:block;
	text-decoration:none;
	width:33%;
	margin:0 0.33333% 0 0;
	font-size:13px;
	line-height:1em;
	text-align:center;
	letter-spacing:0;
	transition: all .5s;
	float:left;
}

#home_LINE_area_contents>article>a:nth-of-type{
	margin:0;
	float:right;
}

#home_LINE_area_contents>article>a>img{
	display:block;
	width:50px;
	margin:0 auto 10px;
}

#home_LINE_area_contents>article>a:link{
	color:#333;
}

#home_LINE_area_contents>article>a:visited{
	color:#333;
}

#home_LINE_area_contents>article>a:hover{
	opacity:0.6;
}

#home_LINE_area_contents>article>a:active{
	color:#333;
}


/* home_concept */


#home_concept{
	background-image:url("../img/home_instagram_bg.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top right;
	color:#fff;
	text-align:center;
}

#home_concept>article{
	padding:90px 0 80px;
	background-color:rgba(0,0,0,0.2);
	text-shadow:0 0 10px #000;
}

#home_concept>article>img{
	display:block;
	width:200px;
	margin:0 auto 40px;
}

#home_concept>article>h1{
	margin:0 0 60px;
	font-size:24px;
	line-height:1.8em;
	letter-spacing:0.2em;
}

#home_concept>article>p{
	width:700px;
	margin:0 auto 20px;
	padding:0;
	line-height:1.8em;
	font-size:15px;
}
