@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/hannari.css);
/* CSS Document */
*{
	margin:0px;
	padding:0px;
	font-weight:600;
	font-color: #333;
	}
html {
	margin:0px;
	padding:0px;
	/*overflow-y : scroll;*/
	width: 100%;
	height: 100%;
	}
	
.modal-controle:checked {
  & + .modal {
    height: auto;
    overflow-y: scroll;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
	
body {
	margin:0px auto;
	padding:0;
	width: 100%;
	height: 100%;
	font-size:13px !important;
	letter-spacing: 0;
	line-height:160%;
	/*font-family: "游ゴシック, メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", "MS P Gothic",;*/
	font-family: YuGothic, '游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif, Verdana, Arial, Helvetica, sans-serif;
}
body.noscroll {
 position: fixed;
  }

#main{
	min-width: 1000px;
	overflow: hidden;
	position: relative; 
	}
.container {
	margin:0px auto;
	padding:0px;
	width: 940px;	
	font-size:100%;
/*	font-family:sans-serif;*/
	font-size:inherit;
}
.Br{
	display: block;
	}
h2{
	font-size: 223%;
	line-height: 150%;
	}
ul li{
	list-style-type: none;
	}
@media screen and (max-width: 640px)  {
/*body {
	min-width: 100%;
	}*/
.container {
	width:100%;	
	font-size:100%;
	overflow:hidden;
	}
#main{
	min-width: 100%;
	overflow: hidden;
	}
.Br{
	display: inline;
}
.br_color{
	display: inline;
	}
}

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}




/* IE6 */
* html .clearfix { zoom: 1;}
/* IE7 */
*:first-child+html .clearfix {zoom: 1;}

h1, .h2, .h3, .h4, .h5, .h6 {
	margin:0px;
	padding: 0px;
	clear:both;
	font-size:100%;
	line-height:160%;
	font-weight:normal;
	}
img {
	border:none;
	vertical-align:top;
	margin:0;
	padding:0;
	}
p {
	margin:0;
	padding:0;
	font-size:100%;
	line-height:160%;
	}
a , a:link , a:visited {
	text-decoration:none;
	color: #333;
	text-decoration: none;
	}
	
a:hover {
	-ms-filter: "alpha( opacity=60 )";
	filter: alpha( opacity=60 );
	opacity: 0.6;
}
a img:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
}
.modal-syncer:hover {
	-ms-filter: "alpha( opacity=60 )";
	filter: alpha( opacity=60 );
	opacity: 0.6;
}
.button-link:hover {
	-ms-filter: "alpha( opacity=60 )";
	filter: alpha( opacity=60 );
	opacity: 0.6;
}

.clear {
	clear:both;
	}
.clear_space {
	clear:both;
	height:36px;
	}
header, section, footer, aside, nav, article {
	display:block;
	text-align: left;
}
input, select {
	margin-right:3px;
	vertical-align:middle;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

input:hover {
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: 0.5;
}
h1 ,#floor_catch h2{
	text-indent: -9999px;
	}




.bold {
	font-weight:bold;
	}

/*PC・スマホ 表示/非表示*/
.sp {
	display:none;
	}

@media screen and (max-width: 640px)  {
.sp {
	display:block;
	}
.pc {
	display:none;
	}
}
@media screen and (max-width: 320px)  {
p{
	font-size: 13px;
	}
h2{
	font-size: 16px;
	}
h3{
	font-size: 16px;
	}
}


/*header （トップメイン）
------------------------------------------------------------------------------------------------------*/
header {
	margin:0px auto;
	padding:0px;
	width:100%;
	height: 520px;
	background:url(../images/bg_hd01.png) no-repeat center -50px;
	z-index:200;
	}
@media screen and (max-width: 640px)  {
header {
	height:auto;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	}
}


.pageTop{
	background-color: #fff;
	}

.contact{
	float: right;
	margin-top: 3.5%;
	padding: 0.5% 3%;
	text-align:center;
	color: #fff;
	background: #FF801E;
	}

.headerIn {
	margin:0px auto;
	padding:0px;
	width:940px;
	}
h1 img{
	float: left;
	width: 65%;
	margin: 14% 0 0 -1%;
	}
.pSmall{
	font-size: 70%;
	}
.headerPointImg{
	position: absolute;
	top: 400px;
	margin-left: 470px;
	}
.headerPointImg img{
	width: 70%;
	}
.headerPointImg02{
	position: absolute;
	top: 400px;
	margin-left: 560px;
	}
.headerPointImg02 img{
	width: 210px;
	}
@media screen and (max-width: 640px)  {
header {
	width: 100%;
	padding: 85% 2% 0% 2%;
	box-sizing: border-box;
	background: url(../images/bg_hd01_sp.png) no-repeat left bottom;
	background-size: 100%;
	}
.headerPointImg02 img{
	display: none;
	}
.headerOut{
	width: 100%;
	height:auto;
	margin-top: 0;
	}

.headerOut a{
	position: absolute;
	right: 15px;
	height: auto;
	}
h1{
	width: 90%;
	margin: 10% auto 3% auto;
	}
h1 img{
	width: 100%;
	margin: 9% 0 5% 0;
	}
.headerIn{
	width: 100%;
	}
.headerTit{
	float: none;
	width: 90%;
	margin: 2% auto 1.5% auto;
	}

}
@media screen and (max-width: 480px)  {
.headerTit{
	font-size: 205%;
	}
	}
@media screen and (max-width: 414px)  {
.headerTit{
	font-size: 165%;
	}
	}
@media screen and (max-width: 375px)  {
.headerTit{
	font-size: 150%;
	}
header {
	padding-top: 90%;
	}
	}
@media screen and (max-width: 320px)  {
.headerTit{
	font-size: 130%;
	}
.headerOut a{
	font-size: 80%;
	}
	}
	
/*:::::スライドショーsliderStart:::::*/
.recipeBnr {
	position: relative;
	width: 540px;
	top: 300px;
}
.recipeBnr a:hover {
	opacity:1.0;
}


.slide {
	width: 220px;
	height: 220px;
	position: absolute;
	overflow:hidden;
	top: 60px;
	left: 80px;
	background: #fff;
	border: 8px solid #fff;
	transform: rotate(-8deg);
	-moz-transform: rotate(-8deg);
	-webkit-transform: rotate(-8deg);
	-webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.3);
}

.slide02 {
	width: 230px;
	height: 230px;
	position: absolute;
	overflow:hidden;
	top: 20px;
	left: 280px;
	background: #fff;
	border: 8px solid #fff;
	transform: rotate(18deg);
	-moz-transform: rotate(18deg);
	-webkit-transform: rotate(18deg);
	-webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.3);
}

.slide img{
	width: 133%;
	margin-left: -15%;
	}
.slide02 img{
	width: 133%;
	margin-left: -15%;
	}

.icon_recipe{
	width: 240px;
	}
.icon_recipe img{
	width: 100%;
	}
.icon_recipeSp{
	display: none;
	}

@-webkit-keyframes yurayura {
	0% {
		position:absolute;
		top: -90px;
		}
	100% {
		position:absolute;
		top:-80px;
		}
}
@keyframes yurayura {
	0%{
		position:absolute;
		top: -90px;
		}
	100%{
		position:absolute;
		top:-80px;
		}
}
.yura {
	position:relative;
	top:0px;
	left: 0px;
	-webkit-animation-name:yurayura;
	-webkit-animation:neyurayuraw 1s infinite alternate linear;
	animation-name:yurayura;
	animation:yurayura 1s infinite alternate linear;
}


@-webkit-keyframes yurayura_sp {
	0% {
		position:absolute;
		top: -10px;
		}
	100% {
		position:absolute;
		top:0px;
		}
}
@keyframes yurayura_sp {
	0%{
		position:absolute;
		top: -10px;
		}
	100%{
		position:absolute;
		top:0px;
		}
}
.yura_sp {
	position:relative;
	top:0px;
	left: 0px;
	-webkit-animation-name: yurayura_sp;
	-webkit-animation:neyurayuraw 1s infinite alternate linear;
	animation-name: yurayura_sp;
	animation: yurayura_sp 1s infinite alternate linear;
}



#coneArea{
	margin-top: -150px;
	padding-top: 150px;
	}
#fruitsauseArea{
	margin-top: -100px;
	padding-top: 100px;
	}
@media screen and (max-width: 640px)  {
.slide ,.slide02{
	display:none;
	}
.slide ul li{
	width: 25%;
	height: 25%;
	}
.icon_recipe{
	display:none;
	}
.icon_recipeSp{
	display:block;
	position:absolute;
	top: 0px;
	width: 58%;
	margin-top: 39%;
	}
h1{
	display: none;
	}
#coneArea{
	margin-top: -5vh;
	padding-top: 9vh;
	padding-bottom: 0;
	}
#fruitsauseArea{
	margin-top: -3vh;
	padding-top: 8vh;
	}
}
/*グローバルナビゲーション
------------------------------------------------------------------------------------------------------*/
nav {
	width: 100%;
	position: absolute;
	top: 0px;
	border-top: 8px solid #FF801E;
	background-color: rgba(255,255,255,0.3);
	z-index: 100;
	box-sizing: content-box;
	box-shadow: 0px 3px 6px -1px rgb(0 0 0 / 17%);
	transition: 0.3s;
}
.headLogo{
	width: 156px;
	float: left;
	}
.headLogo img{
	width: 100%;
	}

/*ヘッダナビゲーション*/
.headNav{
	width: 460px;
	float: right;
	}
	
ul.jumpLink{
	float: left;
	width: 360px;
	
	}
ul.jumpLink li {
	margin-left: 12px;
    color: #754C24;
    text-align: center;
    font-size: 18px;
    line-height: 87%;
    letter-spacing: 0.06em;
    list-style: none;
    float: right;
}
ul.jumpLink li a {
    font-weight: bold;
    color: #754C24;
    width: 100%;
	display: table-cell;
	vertical-align:middle;
    box-sinzing: border-box;
	
}

ul.snsImg {
	float: right;
	width: 80px;
	}
ul.snsImg li {
	float:right;
	margin-left:6px;
	}
ul.snsImg li img {
	width: 33px; 
	}
nav .bg0 {
	background-color:rgba(255,255,255,1);
	
}

.navIn {
	width:940px;
	height: 100%;
	margin:0 auto;
		}


.gn_en {
	color: #754C24;
	display:block;
	padding:4px 0px 0px 0px;
	font-size: 11px;
	letter-spacing:0.1em;
	}
.brSp{
	display: inline;
	}
/*@media screen and (max-width: 640px)  {
nav{
	width: 1000px;
	}
	}*/
	
	
.fixed {
	position: fixed;
	top: 0px;
	left: 0;
	background-color:rgba(255,255,255,1);
	min-width: 1000px;
	}
	
@media screen and (max-width: 640px)  {
.fixed {
	min-width: 100%;
	}	
	}	
@media screen and (max-width: 640px)  {
.brSp{
	display: block;
	}
header{
	background-color: #FF801E;
	}

.coneGn{
	margin-top: 10%;
	}
.fruitGn{
	margin-top: 15%;
	}

img{
	width: 100%;
	}
#main{
	width: 100%;
	}
nav {
	width: 100%;
	padding: 1% 0;
	height: auto;
	}
.navIn{
	width: 100%;
	line-height: 0;
	}
.headLogo{
	width: 30%;
	margin:1% 0% 0% 2%;
	}
.headLogo img {
	width: 100%;
}
.pageTop {
    display: table-cell;
    vertical-align: middle;
}


/*ヘッダナビゲーション*/
.headNav{
	width: 63%;
	margin:2.5% 2% 3% 2%;
	}

ul.jumpLink{
	width: 100%;
	display: table;
	}
ul.jumpLink li{
	width: auto;
	text-align:center;
	display: inline-table;
	margin-right: 0;
}
	
.nav ul{
	padding: 0;
	line-height: 0;
}
.nav li a span{
	padding: 0;
	}
.nav li a{
	font-size: 2.812vw;
	height: auto;
	padding: 2% 0 0 0;
	line-height: 0;
	}
	
h1{
	margin-top: 10%;
	}

.gn_en {
	font-size: 1.875vw;
	padding: 0;
	line-height: 0;
	}
.brSp{
	padding: 0;
	}

}

/* ラインナップ
------------------------------------------------------------------------------------------------------*/
#lineUp {
	color: #fff;
	/* 背景 */
	background: #FF801E;
	background: -moz-linear-gradient(left,  #FF801E 0%, #FF801E 50%, #FF801E 50%, #FF801E 92%);
	background: -webkit-linear-gradient(left,  #FF801E 0%,#FF801E 50%,#FF801E 50%,#FF801E 92%);
	background: linear-gradient(to right,  #FF801E 0%,#FF801E 50%,#FF801E 50%,#FF801E 92%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF801E', endColorstr='#FF801E',GradientType=1 );
	padding-bottom: 150px;
	}
.lineUph2{
	margin:0px auto;
	font-size: 200%;
	text-align: center;
	vertical-align: middle;
	padding: 110px 0px 20px 0px;
	font-weight: bold;
	/*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	}
.lineUptxtarea{
	width: 50%;
	float: left;
	height: auto;
	margin-top: 13%;
	}
.lineUph3{
	font-size: 185%;
	line-height: 125%;
	color: #683E41;
	text-align: center;
	}
.lineUptxt{
	clear: both;
	font-size: 95%;
	width: 100%;
	padding: 0 5px 0 10px;
	color: #683E41;
	margin: 10px 0 0 0;
	}
.lineUpimg img{
	display: block;
	width: 45%;
	margin-top: 5%;
	}
.lineUpArea{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 0 0 60px 0 ;
	gap: 30px;
}
.lineUpArea > .lineUpbox{
	width: 32%;
	display:inline-block;
	background: url(../images/bg_Lineup.png) no-repeat;
	background-size: 100%;
	background-position: 0% 0%;
	position: relative;
}
.lineUpArea > .lineUpbox a{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	padding: 30px 10px 30px 10px;
}
.lineUpArea > .lineUpbox.new:before{
	content:'';
	display: block;
	height: 70px;
	width: 70px;
	position: absolute;
	top: -40px;
	right: 35px;
	background: url("../images/../images/icon_RenewSale.svg") no-repeat;
	background-size: contain;
	background-position: center;
}
.lineUpArea > .lineUpbox a .txtArea{
	width: 55%;
}
.lineUpArea > .lineUpbox a .imgArea{
	width: 45%;
}
.lineUpArea > .lineUpbox a .imgArea img{
	width: 100%;
	margin: -15px 0 0 0;
}

.lineUpArea > .lineUpbox a .downarrow{
	position: absolute;
	width: 40px;
	left: 50%;
	bottom: -20px;
	margin: 0 0 0 -20px;
}
.lineUpArea > .lineUpbox a .downarrow img{
	width: 100%;
}

.lineUpimg:hover{
	opacity: 1;
	}
#lineUp a:hover{
	opacity: 1;
	}
.lineUpbox:hover{
	background: url(../images/bg_Lineup_02.png) no-repeat;
	background-size: 100%;
	background-position: 0% 0%;
	}
.lineUpimg img:hover{
	opacity: 1;
	}
#lineUp img:hover{
	filter: alpha( opacity=100 );
	}
@media screen and (max-width: 640px)  {
	.lineUptxtarea .Br{
		display: block;
	}
	#lineUp{
		padding-bottom: 6vh;
	}
	#lineUp h2.lineUph2{
		text-align: left;
		background-color: #FF801E;
		font-size:4vw;
		padding: 5% 5% 0% 5%;
		margin: 2% auto 5%;
	}
	#lineUp h2{
		text-align: left;
		background-color: #FF801E;
		font-size:4.687vw;
		padding: 5% 5% 0% 5%;
		margin: 0 auto 5%;
	}
	#lineUp ul li{
		font-size: 130%;
		line-height: 130%;
	}
	.lineUpbox01 ,.lineUpbox02{
		margin: 0 auto 5% auto;
		width: 90%;
		clear: both;
		height: auto;
		float: none;
		position:relative;
	}
	.lineUph3{
		width: 80%;
		margin: 0 auto 5%;
		font-size: 5.468vw;
	}
	.lineUptxt{
		margin: 0 auto auto 5vw;
		font-size: 3.2vw;
	}
	.downarrow {
		width: 10%;
		position: absolute;
		top: 89%;
		left: 45%;
	}
	.lineUpimg{
		width: 50%;
		float: left;
	}
	.lineUpimg img {
		display: block;
		width: 100%;
	}
	.lineUpArea {
		flex-direction: column;
		padding: 0 5%;
		gap: 0;
	}
	.lineUpArea > .lineUpbox {
		width: 100%;
	}
	.lineUpArea > .lineUpbox:not(:first-child) {
		margin: 25px 0 0 0;
	}
	.lineUpArea > .lineUpbox a {
		padding: 30px 5px 30px 0;
	}
	.lineUpArea > .lineUpbox a .txtArea {
		padding: 10px 0 0 0;
		width: 50%;
	}
	.lineUpArea > .lineUpbox a .imgArea {
		width: 45%;
	}
	.lineUpArea > .lineUpbox.new:before {
		height: 55px;
		width: 55px;
		top: -20px;
		right: 40px;
	}
}
@media screen and (max-width: 480px)  {
.lineUph3{
	width: 80%;
	margin: 0 auto 5%;
	}
	}

@media screen and (max-width: 640px)  {
.lineUptxtarea .Br{
	display: inline;
	}
.lineUpbox01 ,.lineUpbox02{
	background-size: 100%;
    padding-bottom: 5%;
	}
	}
@media screen and (max-width: 375px)  {
.lineUpimg img {
    display: block;
    width: 100%;
}
	}
@media screen and (max-width: 320px)  {

.lineUpimg img {
    display: block;
    width: 100%;
}
	}
	
/* 商品　ホームパックコーン　フルーツソース
------------------------------------------------------------------------------------------------------*/
#productArea{
	position: relative;
	background-image:url(../images/bg_product.png);
	}
.bgImgC img{
	position: absolute;
	top: 40px;
	left: 0px;
	z-index: 0;	
	width: 430px;
	}
.bgImgC.positionFix img{
	position: absolute;
	top: 560px;
	right: -100px;
	z-index: 0;
	width: 580px;
	left: auto;
	}
.bgImgF img{
	position: absolute;
	bottom: 250px;
	right: 0px;
	z-index: 0;	
	width: 380px;
	}
.areaIn{
	background-image:url(../images/bg_homepackcone.png) ;
	background-repeat: no-repeat;
	background-position: center 135px;
	background-size: 1380px;
	padding-bottom: 50px;
	}
.bgfruitsause{
	background-image:url(../images/bg_fruitsause.png) ;
	background-repeat: no-repeat;
	background-position: center 50px;
	background-size: 1380px;
	padding-bottom: 50px;
	}
#homepackcone{
	margin:0 auto 0;
	width: 940px;
	padding-bottom: 116px;
	}
#fruitsause{
	margin:0 auto 0;
	padding-top: 20px;
	width: 940px;
	padding-bottom: 25px;
	}
.productUl{
	display: table;
	margin:0px -3.3333% 0 0px;
	overflow:hidden;
	position:relative;
	width:103.3333%;
}
.flexCenter {
	display: flex;
	justify-content: center;
}
.productH2{
	position:relative;
	margin: 0 auto 30px auto;
	text-align:center;
	z-index: 1;	
	 overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	padding-bottom: 6px;
	}
#homepackcone .productH2{
	width: 44%;
	background: url(../images/h2_homepackcone.png) no-repeat center 0 , url(../images/txt_border.png) repeat-x left 40px;
	}
#fruitsause .productH2{
	width: 65%;
	background: url(../images/h2_fruitsause.png) no-repeat center 0 , url(../images/txt_border.png) repeat-x left 40px;
}
#fruitsbutterArea {
	margin-top: -100px;
	padding-top: 100px;
}
#fruitsbutter{
	margin: 0 auto 0;
	padding-top: 60px;
	width: 940px;
	padding-bottom: 25px;
}
#fruitsbutter .productH2 {
	width: 37%;
	background: url(../images/h2_fruitsbutter.png) no-repeat center 0 , url(../images/txt_border.png) repeat-x left 40px;
}
.productTxt{
	position:relative;
	width: 100%;
	margin: 0 auto 55px;
	text-align:center;
	font-size: 150%;
	color: #683E41;
	font-weight:600;
	line-height:210%;
	z-index: 1;	
}
.productTxt.new:before{
	content: '';
	display: block;
	height: 90px;
	width: 90px;
	position: absolute;
	top: -40px;
	right: 70px;
	background: url(../images/../images/icon_RenewSale.svg) no-repeat;
	background-size: contain;
	background-position: center;
}
.productList{
	position: relative;
	display: table-cell;
	width: 30%;
	background-color: #ffffff;
	margin: 0 3.3333% 48px 0;
	float: left;
	}
.productList figure img {
	 width: 70%;
    text-align: center;
    margin: 0 auto;
    display: inherit;
}
.bgLine{
	height: 64px;
	background: url(../images/bg_line.png) ;
	position: relative;
	z-index: 2;
	width: 100%;
	}
.coneName{
	font-size: 162%;
	color: #6BA4E1;
	text-align: center;
	margin-bottom: 14px;

	}
.sauseName{
	font-size: 131%;
	color: #91BD3A;
	line-height: 150%;
	text-align: center;
	margin-bottom: 14px;
	}
.butterName{
	font-size: 131%;
	color: #e17900;
	line-height: 150%;
	text-align: center;
	margin-bottom: 14px;
	}
.coneTxt{
	width: 85%;
	margin: 0 auto 20px;
	color: #683E41;
	font-size: 108%;
	}
.productLink {
	width: 120px;
	margin:0 auto 10%;
	z-index: 0;
	}
button{
	position:relative;
	width: 120px;
	height: 30px;
	color: #fff;
	text-align:center;
	background: #683E41;
	display: table-cell;
	vertical-align:middle;
	}
.arrow_txt {
    position: absolute;
	right: 15px;
	top: 10.3px;
	font-size: 9px;
	}
@media screen and (max-width: 640px)  {
	#productArea{
		width: 100%;
		position: relative;
		background-image:url(../images/bg_product.png);
	}
	.bgImgC{
		display: none;
		}
	.sauseName{
		width: 90%;
		margin: 0 auto 14px auto;
	}
	.bgImgF img{
		display: none;
		}
	.productH2{
		font-family: "Sawarabi Mincho";
		color: #683E41;
		margin: 2vh auto 2.5% auto;
		letter-spacing: 0.3vh;
	}
	#homepackcone{
		width: 100%;
		padding-bottom: 0vh;
	}
	#fruitsause{
		width: 100%;
		padding-top: 0vh;
	}
	.productTxt{
		width: 80%;
		font-size: 4vw;
		text-align:left;
		}
	.productUl{
		position: static;
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
	.productList{
		display: block;
		position: static;
		float:none;
		clear: both;
		width: 80%;
		margin: 0 auto 10%;
		padding-bottom: 3%;
	}
	.productLink{
		position: static;
		bottom: 0;
	}
	#fruitsause .productH2{
		width: 97%;
		font-size: 6.25vw;
		background: url(../images/txt_border.png) repeat-x left 85%;
		text-indent: 0;
		white-space: none;
	}
	#homepackcone .productH2 {
		width: 70%;
		font-size: 6.25vw;
		background: url(../images/txt_border.png) repeat-x left 85%;
		text-indent: 0;
		white-space: none;
	}
	.areaIn {
		background-image: none;
	}
	#fruitsbutterArea {
		margin-top: -50px;
		padding-top: 40px;
	}
	.flexCenter {
		flex-direction: column;
	}
	.productTxt.new:before {
		height: 60px;
		width: 60px;
		top: -100px;
		right: -20px;
	}
}

@media screen and (max-width: 375px)  {
	.bgfruitsause{
		background-position: center 20px;
	}
}
@media screen and (max-width: 640px)  {
	#fruitsbutter {
		width: 100%;
		padding-top: 30px;
	}
	#fruitsbutter .productH2 {
		width: 70%;
		background: url(../images/txt_border.png) repeat-x left 40px;
		text-indent: 0;
	}
	.bgfruitsause {
		padding-bottom: 0;
	}
}

/*日世のオススメレシピ
------------------------------------------------------------------------------------------------------*/
#recipe{
	background:url(../images/bg_recipe.png);
	position:relative;
	top:-45px;
	padding-top: 103px;
	padding-bottom: 120px;
	}
#recipe .productTxt{
	font-size: 162%;
	}
.recipeIn{
	width: 940px;
	margin: 0 auto;
	}
.recipeH2{
	width: 840px;
	margin: 0 auto 26px;
	}
.recipeH2 img{
	width: auto;
	margin: 0 auto;
	}
#recipe ul li{
	float: left;
	}
.recipeLink{
	width: 948px;
	height: auto;
	background-color: #fff;
	}
.recipeLink a{
	width: 100%;
	height: auto;
	}
@media screen and (max-width: 640px)  {
#recipe .productTxt{
	font-size: 4vw;
	text-align: left;
	}
.recipeIn{
	width: 100%;
	height: auto;
	padding: 0 0 10% 0;
	}
.recipeH2{
	width: 95%;
	margin: 0 auto 5%;
	}
.recipeH2 img{
	width: 100%;
	margin: 0 auto;
	}
	}
@media screen and (max-width: 480px)  {
.productTxt{
	margin-bottom: 30px;
	}
}
/* レシピスライダー02
------------------------------------------------------------------------------------------------------*/
.slider {
        width: 100%;
        margin: 0 auto 8%;
    }
.slick-slide {
      margin: 1px 10px;
	  width: 303px;
	  overflow:hidden;
	border: 10px solid #fff;
	box-shadow:0px 0px 0px 1px #B49998;
-moz-box-shadow:0px 0px 0px 1px #B49998;
-webkit-box-shadow:0px 0px 0px 1px #B49998;
	box-sizing: border-box;
    }

    .slick-slide img {
      width: 118%;
	  margin-left: -15%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }
.slick_container {
	width: 940px;
    margin:0 auto; /* 任意の値 */
    position:relative;
	top: -53px;
}
 .slick-prev img, .slick-next img {
	    width:100%; /* 画像幅 */
}
button.slick-prev, button.slick-next {
    z-index:2;
}
.slick-prev{left:10px; /* 任意の値 */}
.slick-next{right:20px; /* 任意の値 */}

.slick-arrow{z-index:10;/* 値は適当に */}
.slideBox{
	width: 303px;
	}
@media screen and (max-width: 640px)  {	
#recipe{
	padding-bottom:0;
	}
.slick_container{
	width: 100%;
	}
#arrows{
	display: none;
	}
.recipeLink{
	width: 90%;
	margin: 0 auto;
	}
.slideBox{
	height: auto;
	}
.slick-list{
	padding: 0 0 5% 0;	
	}
.slick_container{
	top: 0;
	padding: 5% 0 0 0;
	margin: 0;
	}
.slider{
	margin: 10% auto;
	}
	}
@media screen and (max-width: 375px)  {
.slick-slide {
	border: 7px solid #fff;
	}
.slick-list{
	height: auto;
	padding: 0 0 5% 0;	
	}
	}	
	
/* お問い合わせ
------------------------------------------------------------------------------------------------------*/
#inquiry {
	position:relative;
	margin:auto;
	padding:70px 0px 0% 0px;	
	width:100%;
	background:url(../images/bg_inqury.png) no-repeat center top;
	background-size:1280px;
	text-align:center;
	}
#telephoneArea{
	margin-bottom: 5%;
	}
#telephoneArea img{
	width:290px;
	}
@media screen and (max-width: 640px)  {
#inquiry {
	padding:8% 0px 0% 0px;	
	background-size:cover;
	}
#telephoneArea img{
	width: 96%;
	}
}

/* リンク*/
#inquiryLink {
	position:absolute;
	margin-top:-80px;
	}

#inquiry{
	color: #683E41;
	
	}
#inquiry .sectionTitle {
	width: 26%;
	margin:0px auto 1%;
	float:none;
	text-align:center;
	color:#FF801E;
	}
.sectionTitle img{
	width: 100%;
	}
.sectionHeadding{
	font-size: 139%;
	margin-bottom: 3%;
	}
#inquiry .sectionReadCopy {
	float:none;	
	font-size: 139%;
	line-height: 200%;
	text-align:center;
	}
.inquiryBtn {
	display:block;
	margin:2% 0px 4% 0px;
	}
.inquiryBtn a {
	margin:30px 0px 0px 0px;
	padding:20px 60px;
	font-size:153.9%;
	font-weight:bold;
	color:#FFF;
	border:5px solid #683E41;
	text-decoration:none;
	background-color: #683E41;
	display:inline-block;
	 border-radius: 5px; 
}
#inquiry .receptionTime{
	font-size: 106%;
	line-height: 160%;
	}
@media screen and (max-width: 640px)  {
	.inquiryBtn {
	margin:2% 0px 7% 0px;
	text-align:center;
	}
.inquiryBtn a {
	margin:5% auto 0 auto;
	width: 70%;
	padding: 3%;
	font-size: 2.5vh;
	}
.inquiryBtn{
	line-height: 190%;
	}
#telephoneArea .sp{
	width: 70%;
	margin: 0 auto;
	}
#inquiry .sectionReadCopy{
	width: 80%;
	font-size: 108%;
	margin: 0 auto;
	text-align: center;
	}
#telephoneArea .sectionReadCopy{
	text-align: center;
	}
#inquiry .receptionTime{
	font-size: 80%;
	width: 70%;
	line-height: 135%;
	margin: 2% auto;
	}
}
@media screen and (max-width: 440px)  {
.brSp02{
	display: block;
	}
#telephoneArea .sectionReadCopy{
	text-align: center;
	
	}
#telephoneArea .brSp{
	display: inline;
	}	
	}
@media screen and (max-width: 480px)  {
#inquiry .sectionTitle{
	width: 40%;
	}
.slick-list{
	padding-bottom: 15%;
	height: auto;
	}
}
/* SNSボタン */
.share {
	margin:0 3% 2% 0;
	color:#333;
	font-weight:bold;
	float:right;
	letter-spacing: 0em;
	line-height: 85%;
}
.sns_fb{
	margin:-5px 0 0 5px;
	float:right;
}
.sns_tw{
	margin:-5px 0 0 3px;
	float:right;
}



/*フッタ footer
------------------------------------------------------------------------------------------------------*/
/* footerBottom */
footer{
	letter-spacing: 0em;
	color: #fff;
	}
#footerBottom_out {
	clear:both;
	margin:0px auto 0px auto;
	padding:20px 0px 30px 0px;	
	background-color: #FF801E;
	font-size:inherit;	
	font-family:sans-serif;
	min-width: 1000px;	
}
@media screen and (max-width: 640px)  {
footer{
	text-indent: 5%;
	}
#footerBottom_out {
		padding:5% 0 ;
		box-sizing:border-box;
		min-width: 100%;	
	}
}
#ft_nisseiLogo {
	margin:0px 0px 11px 0px;
	font-size:93%;
	vertical-align:middle;
	float:left;
}
@media screen and (max-width: 640px)  {
	#ft_nisseiLogo {
		width:100%;
		height:auto;
		margin-left:0%;
		float:none;
	}
}
#ft_nisseiLogo img {
	margin-right:16px;
	vertical-align:middle;
	width:119px;
	}
@media screen and (max-width: 640px)  {
	#ft_nisseiLogo img {
		margin:0 0 2% 0;
		width:149px;
	}
}
#ft_Home a {
	font-size:100%;
	color: #fff;
	text-decoration:none;
	float:right;
}
#ft_Home img {
	margin-right:5px;
	vertical-align:middle;
}
#copyright {
	margin-top:5px;
	font-size:85%;
	vertical-align:middle;
	float:left;
	}
@media screen and (max-width: 640px)  {
	#copyright {
		margin:2% 0px 0px 0%;
		font-size:96%;
		float:left;
		width: 100%;
	}
}
	
ul.ft_Btm_list {
	float:right;
	margin:5px 0px 0px 0px ;
	padding:0px 0px 0px 0px;
	text-align: left;
	font-size:93%;
	line-height:120%;
	float:right;
}
.ft_Btm_list li {
	margin:0px 0px 0px 10px;
	padding:0px 10px 0px 0px;
	border-right:1px solid #fff;
	list-style:none;
	display:inline;
	*display: inline;
	*zoom: 1;
	vertical-align:middle;
}
@media screen and (max-width: 640px)  {
	ul.ft_Btm_list {
		width:100%;
		float:none;
		margin:10% 0 0 0;
		padding:0;
	}
	.ft_Btm_list li {
	box-sizing:border-box;
	margin:0px 0px 1% 0%;
	padding:0;
	font-size:116%;
	display:block;
	width:98%;
	border-right:none;
	text-decoration:underline;
	text-align:left;
	}
}

.ft_Btm_list li:last-child {
	border-right:none;
	}
.ft_Btm_list li a, .ft_Btm_list li a:link, .ft_Btm_list li a:visited {
	color:#fff;
	}
	

#page-top {
	position: fixed;
	bottom: 180px;
	right: 20px;
	z-index: 800;
	}
@media screen and (max-width: 640px)  {
#page-top {
	bottom: 5%;
	}
.snsImg{
	width: 30%;
	float:right;
	margin-top: -5%;
	}
.snsImg li{
	width: 30%;
	float: left;
	}
}

#page-top img {
	width: 80px;
	display: block;
}


/* 商品詳細
------------------------------------------------------------------------------------------------------*/
.lock {
    overflow:hidden;
}

.modal-content {
    position:relative;
    display:none;
    width: 900px;
    margin:30px auto;
    padding:2px 18px 10px 18px;
    border:2px solid #aaa;
    background:#fff;
	border-radius: 10px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	border: 4px solid #E3E3E4;
	color: #444;
	font-weight: 600;
	font-size: 131%;
}
.modal_content{
	width: 100%;
	margin: 0 auto 20px;
	}

.modal-overlay {
    z-index:2;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.5);
}

.modal-wrap {
    z-index:3;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:auto;
}
.modalCancel {
    float: right;
	margin: -23px -30px 0 0;
	background: #FFF;
	padding: 4px 12px 3px;
	border-radius: 5px;
	width: 38px;
	height: 38px;
}
.css-cancel {
	display: inline-block;
	position: relative;
	padding: 0;
	width: 7px;
	height: 30px;
	background: #FF801E;
	transform: rotate(45deg);
	border: none;
	border-radius: 3px;
	left: 3px;
}
.css-cancel::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: -11px;
	width: 30px;
	height: 7px;
	margin-top: -3.5px;
	background: #FF801E;
	border-radius: 3px;
}
.modal-close {
    text-decoration:underline;
}

.modal-close:hover {
    cursor:pointer;
}
* {
  box-sizing: border-box;
}

#modal-overlay{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	}




.left {
  float: left;
  margin: 10px;
}

.right {
  float: right;
  margin: 10px;
}

button {
  user-select: none;
}

/* 開く＆閉じるボタン */
.button-link,
.modal-syncer {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  font-size: 13px;
  border: none;
  transition: all 200ms;
	text-decoration: none;
}

.modal-content.lock .button-link {
  background: #ccc;
}

.body{
  padding: 30px 10px 10px 10px;
}


.modal-content_header_close {
  /* 右上に表示する×ボタン 面倒なので動的に追加してます */
  position: absolute;
  right: 0;
  top: 5px;
  background: none;
  border: none;
  cursor: pointer;
}

.modal-content_header_close:before {
  content: "\D7";
  font-size: 24px;
  font-family: serif;
  color: #ccc;
}

@media screen and (max-width: 900px) {
  .modal-content .body {
    position: relative;
    width: calc(100% - 5px);
    left: 0;
  }
 .modal-content .body .modal_content {
  padding: 30px 25px 10px 25px;
}
}


.specificationsH2{
	font-size: 277%;
	color:#474545;
	font-size: 215%;
	border-bottom: 3px solid #FF801E;
	padding-bottom: 1%;
	line-height: 120%;
	}
.productImg{
	float: left;
	width: 43%;
	margin-right: 2%;
	}
.productImg img{
	width: 100%;
	margin: 0;
	}

.content01{
	float: left;
	width: 55%;
	}
.contentH3{
	font-size: 19px;
	color: #FF801E;
	height: 150px;
	display: table-cell;
	vertical-align:middle;
	font-weight: bold;
	line-height: 150%;
	}
.contentH302{
	height: auto;
	padding: 5% 0;
	}
.contentFruitH3{
	height: 120px;
	}
.cautionArea{
	width: 100%;
	}
.caution{
	width: 100%;
	margin-bottom: 2%;
	float: right;
	font-size: 15px;
	color: #DD0021;
}
dl{
	display: table;
	width: 100%;
	}
dt{
	float: left;
	clear: both;
	padding: 10px 15px;
	padding: 10px 10px 5px 10px\9;
	background-color: #FF801E;
	display: inline-block;
	color:#fff; 
	margin-right: 20px;
	margin-bottom: 22px;
	 border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	}
.dlY01{
	

	margin-top: 10px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
dt{
	padding: 10px 10px 5px 10px;
	}
	  }
dd{
	float: left;
	display:table-cell;
	vertical-align:middle;
	line-height: 230%;
	margin-left: 0;
	}
.ddY01{
	line-height: 455%;
}
.textA{
	text-align: right;
	}
.dlBr{
	clear: both;
	margin-top: -5px;
	margin-bottom: 15px;
	line-height: 150%;
	}
.allergy{
	margin: -11px 20px 0 0;
	padding: 7px 20px;
	padding: 5px 20px 0px 20px\9;
	color: #FF801E;
	border: 3px solid #FF801E;
	 border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
	 font-weight: bold;
	 }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.allergy{
	padding: 5px 20px 0px 20px; 
	}
	}
.contentH4{
	font-size: 154%;
	margin-bottom: 20px;
	clear: both;
	}
.contentH4:before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../images/icon_contact.png) no-repeat;
	background-size: contain;
	 vertical-align: middle;
	margin-right: 5px;
	}
.dt02 ,.dd02{
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	text-align:center;
	margin-bottom: 22px;
	}
.content02{
	width: 105%;
	margin: 0 -5% 0 0;
	}
.content02 dl{
	width: 45%;
	float: left;
	margin: 0 5% 0 0;
	}
#tableDl{
	width: 95%;
	margin-right: 0;
	text-align:center;
	}
#tableDl dd{
	width: 100%;
	}
#tableDl dt{
	width: 100%;
	padding-right:0;
	padding-left: 0;
	}
.type01{
	width: 100%;
	}
tbody{
	border-top: 1px solid #000;
	width: 100%;
	text-align: center;
	}
th ,td{
	width: 50%;
	}
th {
	background-color: #E3DEDB;
	}
tr{
	border-bottom: 1px solid #000;
	}
.closeBtn02{
	background:none;
	color: #000;
	margin: 0 auto;
	display: block;
	font-size: 20px;
	}
.closeBtn02:before{
	content: '';
	display: inline-block;
	width: 30px;
    height: 35px;
    background: url(../images/icon_close.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 15px;
	margin-left: -15px;
}
.sauseImg{
	text-align:center;
	float: left;
	width: 70%;
	margin: 0 auto 0 12% ;
	}
.sauseImg img{
	width: 100%;
	text-align:center;
	margin: 0 auto 0 auto ;
	}
.dd03{
	width: 60%;
	margin-bottom: 2%;
	}
.productImg .img02 img{
	width: 88%;
	margin-left: 7%;
	}
@media screen and (max-width: 640px)  {
.body {
    position: relative;
    width: calc(100% - 20%);
    margin: 10px auto;
	padding: 0;
    left: 0;
  }
.modal-content{
	width: 90%;
	padding: 3%;
	}
 .sauseImg img{
	height: auto;
	margin-top: 0;
	width: 100%;
	}
.dlBr{
	width: 100%;
	text-align:center;
	margin: 0 0 5% 0;
	}
dl{
	font-size: 4.3vw;
	}
dt{
	padding: 2% 4%;
	margin: 0 0 8% 0;
	 }
dd{
    margin: 0 0 0 5%;
}
	
.dlY01{
	width: 100%;
	text-align: center;
	margin: 0 0 3% 0%;
	line-height: 150%;
}
	.ddY01{
		width: 100%;
		margin: 0 0 5% 0%;
		line-height: 230%;
		text-align: center;
	}
.dlC{
	width: 100%;
	text-align:center;
	line-height: 150%;
	margin: 0 0 5% 0;
	}
.specificationsH2{
	margin-top: 0;
	font-size: 7vw;
	}
.sauseTit{
	font-size: 5.5vw;
	}
.allergy:last-child{
	margin-right: 0;
	}
.allergy{
	padding: 1.5% 8%;
	border: 1vw solid;
	margin: 0 5% 0 0;
	display: inline-block;
}
.contentH3{
	height: auto;
	padding-bottom: 5%;
	}
.contentH4{
	font-size: 4.687vw;
	margin: 5% 0 3% 0;
	}
.content01{
	height: auto;
	float: right;
	}

#tableDl dd{
    margin: 0;
}
.dt02, .dd02{
	margin: 0 0 3% 0;
	}
	.dd03{
	margin-bottom: 6%;
	}
.productImg img {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.dlBrTxtL{
	text-align: left;
	}
.productImg{
	width: 100%;
	}
.caution{
	width: 100%;
	font-size: 3.3vw;
	margin: 0 0 10% 0;
	}
.content01{
	width: 100%;
	height: auto;
    margin-bottom: 10%;
	}
.content02{
	width: 100%;
	margin: 0;
	}
.content02 dl{
	float:none;
	clear: both;
	width: 100%;
	margin: 0 5% 5% 0;
}
#tableDl{
	width: 100%; 
	}
.modalCancel{
	margin: -23px -25px 0 0;
	}
}

@media screen and (max-width: 375px)  {
.productImg img {
    width: 100%;
}

}
@media screen and (max-width: 320px)  {
.caution{
	float:none;
	width: 100%;
	}
.img01 ,.img02{
	height: auto;
	}
.productImg{
	height: auto;
	}
.specificationsH2{
	margin-top: 5%;
	}
.allergy{
	padding: 8px 10px;	
}
}

.rinjiCaption{
	color:#FF0004;
	font-size: 108%;
	width: 96%;
	text-align: center;
	margin: 0px auto;
}
.telBox{
	display: inline-block;
	border-radius: 5px;
	overflow: hidden;
}
.telBox .titArea {
	padding: 15px 60px;
	font-size: 153.9%;
	font-weight: bold;
	display: inline-block;
	min-width: 442px;
	background: #683E41;
	color: #fff;
}
.telBox .txtArea {
	padding: 10px 20px 10px;
}
.telBox .txtArea .txt{
	color: #4d4d4d;
	font-size: 130%;
}
.telBox .txtArea .tel{
	font-size: 350%;
	line-height: 100%;
	font-weight: bold;
	color: #ff9539;
	padding: 5px 0 0 35px;
	position: relative;
	display: inline-block;
}
.telBox .txtArea .tel:before{
	content:'';
	height: 30px;
	width: 30px;
	background: url("../images/telIcon.svg") no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -15px 0 0 0;
}


/*header
-----------------------------------------*/
.headerInner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 15px 40px;
	margin: 0 auto;
	position: relative;
}
.headerInner ul{
}
.headerInner a.cpLogo{
	display: inline-block;
	width: 150px;
}
.headerInner .gNaviIcon {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	padding: 25px 25px;
	cursor: pointer;
}
/* subNav */
.subNav{
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	right: 50px;
}
#subNavTop{
	top: 0;
}
.subNavItem:first-of-type{
	margin-right: 10px;
}
a.subNavBtn{
	display: inline-block;
	padding: 12px 25px 12px 12px;
	font-size: 100%;
	font-weight: var(--bold);
	color: #fff;
	line-height: 1.0;
	border-radius: 0 0 5px 5px;
	position: relative;
}
#subNavBtm a.subNavBtn{
	border-radius: 5px 5px 0 0;
}
a.subNavBtn::after{
	content:' ';
	display:block;
	width:8px;
	height:8px;
	margin-top: -2px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	transform:translateY(-50%) rotate(45deg);
	transform-origin:0 0;
	position:absolute;
	top:50%;
	right:8px;
}
.subNavBtn_01{
	background-color: #ff6969;
	border-top: 1px solid #ffffff;
}
.subNavBtn_02{
	background-color: #ff8b02;
	border-top: 1px solid #ffffff;
}
a.gNaviIcon.active {
	background: #fff;
}
.gNaviIcon,
.gNaviIcon span {
	display: inline-block;
	transition: all .4s;
}
.gNaviIcon span {
	position: absolute;
	top:18px;
	left: 50%;
	width: 24px;
	height: 2.5px;
	background-color: #ff9539;
	margin: 0 0 0 -12px;
}
.gNaviIcon span:nth-of-type(1) {
	top: 16px;
}
.gNaviIcon span:nth-of-type(2) {
	top: 24px;
}
.gNaviIcon span:nth-of-type(3) {
	top: 32px;
}
.gNaviIcon span:nth-of-type(2)::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 2.5px;
	background-color: #ff9539;
	transition: all .4s;
}
.gNaviIcon.active span:nth-of-type(2)::after {
	background-color: #ff9539;
}
.gNaviIcon.active span:nth-of-type(1) {
	transform: translate(50%) scale(0);
}
.gNaviIcon.active span:nth-of-type(2) {
	transform: rotate(45deg);
}
.gNaviIcon.active span:nth-of-type(2)::after {
	transform: rotate(90deg);
}
.gNaviIcon.active span:nth-of-type(3) {
	transform: translate(-50%) scale(0);
}
.gNaviArea {
	width: 100%;
	background: #ff9539;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-101vh);
	opacity: 0;
	transition: 0.3s;
	z-index: 5;
}
.gNaviArea.active{
	transform: translateY(0vh);
	opacity: 1;
}
.gNaviInner {
	width: 100%;
	max-width: 770px;
	margin: 0 auto;
	padding: 70px 0 40px;
}

.gNaviInner.ecSite {
	padding: 0px 0 40px;
}

.gNaviInner ul >lo >a,
.gNaviInner .gNaviList li a{
	display: inline-block;
	color: #fff;
	position: relative;
	font-size: 120%;
	font-weight: bold;
	width: 100%;
}
.gNaviInner ul >lo >a, 
.gNaviInner .gNaviList li:last-of-type a{
	text-align: center;
}
.gNaviInner .gNaviList li a {
	padding: 10px 10px 10px 0;
	border-bottom: 1px solid #fff;
}
/*.gNaviInner .gNaviList li:last-of-type a {
	border-bottom: none;
}*/
.gNaviInner .gNaviList li a:before{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	/*border-top: 2px solid #fff;
	border-right: 2px solid #fff;*/
	transform: rotate(45deg);;
	transition: transform 0.3s;
	margin: -7px 0 0 0;
}
.gNaviInner .gNaviList .gNavBnr .gNavBnrItem a:before {
	border-top: 2px solid #663716;
	border-right: 2px solid #663716;
}
/*
.gNaviInner .gNaviList .gNaviListBtn a:before {
	border-top: 2px solid #663716;
	border-right: 2px solid #663716;
}*/
.gNaviInner .downloadList {
	margin: 15px 0 0 0;
}
.gNaviInner .downloadList li:not(:first-child){
	margin: 5px 0 0 0;
}
.gNaviInner .downloadList li a {
	display: inline-block;
	position: relative;
	font-size: 1.3rem;
	font-weight: bold;
	background: #fff;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}
.gNaviInner .gNaviList li.gNavBnr {
	display: flex;
	justify-content: space-between;
	margin: 0 0 20px 0;
}
.gNaviInner .gNaviList li.gNavBnr .gNavBnrItem {
	width: 49%;
}
.gNaviInner .gNaviList li.gNavBnr .gNavBnrItem.onebnr{
	width: 49%;
	margin: 0px auto;
}
.gNaviInner .gNaviList li.gNavBnr a{
	margin: 20px 0 8px 0;
	padding: 15px 35px;
	font-weight: 600;
	background-color: #ffffff;
	border-radius: 6px;
	position: relative;
	border: 2px solid #663716;
	display: block;
	align-items: center;
	text-align: center;
}
.gNavBnr a img {
	width: 200px;
}
.gNaviInner .gNaviList li.gNavBnr a p {
	display: inline-block;
	margin: 10px 0 0 0;
	color: #663716;
}
.gNaviInner .gNaviList .gNaviListBtn{
	margin-top: 10px;

}
.gNaviInner .gNaviList .gNaviListBtn a{
	background: #fff;
	color: #ffffff;
	font-size: 130%;
	font-weight: bold;
	padding: 12px 0px;
	border-radius: 6px;
	text-align: center;
	width:48%;
	float:left;
	margin-right:4%;
	margin-bottom:4%;
	background: #ff6969;
	border: 3px solid #ffffff;    
}
.gNaviInner .gNaviList .gNaviListBtn.last a{
	margin-right:0%;
	background: #FF801E;

}

.ctsBnrArea{
	position: relative;
	clear: both;
	text-align: center;
	display: flex;
	justify-content: space-between;
}
.ctsBnrArea.oneBnr{
	justify-content:center;
}
.ctsBnrArea a{
	display: inline-block;
	width: 100%;
	padding: 20px 75px;
	background-color: #eae4e2;
	border-radius: 6px;
	position: relative;
	margin: 0 0 30px 0;
}
.ctsBnrArea .gNavBnrItem:last-of-type a {
	background-color: #fff;
	border: 2px solid #663716;
}
.ctsBnrArea a img {
	width: 200px;
}
.ctsBnrArea a p{
	color: #663716 !important;
	font-weight: 600;
	margin: 10px 0 0 0;
}
@media screen and (max-width:812px){
	.headerInner {
		padding: 0 10px;
		height: 40px;
	}
	.headerInner a.cpLogo{
		width: 110px;
	}
	.subNav{
	display: none;
	}
	.headerInner .gNaviIcon{
		padding: 20px;
	}
	.gNaviIcon span {
		top:12px;
	}
	.gNaviIcon span:nth-of-type(1) {
		top: 10px;
	}
	.gNaviIcon span:nth-of-type(2) {
		top: 18px;
	}
	.gNaviIcon span:nth-of-type(3) {
		top: 26px;
	}
	.gNaviInner {
		max-width: 600px;
		padding: 60px 20px 20px;
	}
	.gNaviInner.ecSite {
		padding: 0px 20px 20px;
	}
	.gNaviInner .downloadList li:not(:first-child) {
		margin: 8px 0 0 0;
	}
	.telBox .titArea {
		min-width: auto;
		font-size: 2.5vh;
		width: 100%;
	}
	.telBox .txtArea .tel{
		font-size: 220%;
	}
	.gNaviInner .gNaviList li.gNavBnr {
		display: block;
	}
	.gNaviInner .gNaviList li.gNavBnr .gNavBnrItem {
		width: 100%;
	}
	.gNaviInner .gNaviList li a {
		padding: 25px 10px 10px 0;
	}
	.gNaviInner .gNaviList li.gNavBnr a {
		display: block;
		text-align: center;
		width: 100%;
	}
	.gNavBnr a img {
		width: 100%;
		max-width: 150px;
		min-width: 100px;
	}
	.gNaviInner .gNaviList li.gNavBnr a img{
		display: inline-block;
	}
	.gNaviInner .gNaviList li.gNavBnr a p{
		margin: 5px 0 0 0;
		display: block;
	}
	.gNaviInner .gNaviList .gNaviListBtn a{
	padding:14px 0px;
	font-size: 110%;
	}
	.ctsBnrArea{
	display: block;
	}
	.ctsBnrArea a{
		width: 100%;
		max-width: 500px;
		padding: 20px;
		margin: 0 0 20px 0;
	}
	.ctsBnrArea a img{
		width: 70%;
		max-width: 150px;
		min-width: 100px;
	}
	.ctsBnrArea a p{
		margin: 5px 0 0 0;
	}

}
.icon-reizo {
	display: inline-block;
	margin:15px auto 0px auto;
	padding: 4px 10px 3px;
	background-color: #ffe4da;
	font-size: 16px;
	color: #000;
}