main h2 {
	filter: drop-shadow(0px 0px 6px rgba(122, 75, 60, 0.8));
}

@media only screen and  (min-width: 960px) and (max-width: 1119px) {
main h2 {
	margin: 0 0 10px 0px;
	text-align:left;
	width:500px;
}
.products h3{
	padding:60px 0 0 60px!important;
	font-size:1.2em;
	z-index:5;
}
.products p{
	padding-left:60px;
	padding-right: 40px;
	font-size:1em;
	line-height:1.2em;
	z-index:5;
}
.price{
	padding-left:60px;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.2em;
	z-index:5;
}
}

/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
	main h2 {
	filter: drop-shadow(0px 0px 6px rgba(122, 75, 60, 0.8));
}
	main h3 {
	text-shadow:0 0 6px rgba(122, 75, 60, 0.8);
}
main p {
	text-shadow:0 0 6px rgba(122, 75, 60, 0.8);
}
	
}
	
/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {
.header_logo {
	position: absolute;
	width:60px; height:30px;
	top: 10px; left:30px;
	background:url(../images/logo.png) center top no-repeat;
	background-size:60px 30px;
	display:block;text-indent:100%; white-space:nowrap; overflow:hidden;
}
.cacao_logo {
	position: absolute;
	top: 50px;left: 10px;
	width:100px;
}
#section3 h2,#section h2 {
	margin: 0;
	text-align:left;
	width:60%;
}
#section2 h2{
	margin: 60px 0 0 0;
	text-align:left;
	width:50%;
}
#section1 h2{
	margin: 100px 200px 10px 0px;
	text-align:left;
	width:50%;
}


#section1 h3,#section2 h3,#section3 h3,#section h3 {
	margin: 0;
	text-align:left;
	font-size:1.2em;
	padding:0 1em 0 1em;
	
}
#section1 p,#section2 p,#section3 p,#section p,#section p {
	margin-left: 0px;
	padding:1em;
	text-align:left;
}
.products{
	width:100%;
	background:none;
	z-index:5;
	height:auto;
}
.products h3{
	padding:60px 0 0 60px!important;
	font-size:1.2em;
	z-index:5;
}
.products p{
	padding-left:60px;
	padding-right: 40px;
	font-size:1em;
	line-height:1.2em;
	z-index:5;
}
.price{
	padding-left:60px;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.2em;
	z-index:5;
}

#section1 {
            align-items: center;
			justify-content:flex-start;
        }
#section2 {
            align-items: center;
			justify-content:flex-start;
        }
#section3 {
            align-items: center;
			justify-content:center;
        }
main div {
	margin: 0;
}
}	
	
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {
.sp {
	display:block;
}
.pc {
	display:none;
}
.vsp {
	display:none;
}
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {
.sp {
	display:none;
}
.pc {
	display:block;
}

}

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {
.sp {
	display:block;
}
.pc {
	display:none;
}
.sns {
	position: absolute;
	right: -60px;top: 20px;
	text-align: right;
	font-size:20px;
}
.header_logo {
	position: absolute;
	width:60px; height:30px;
	top: 10px; left:30px;
	background:url(../images/logo.png) center top no-repeat;
	background-size:60px 30px;
	display:block;text-indent:100%; white-space:nowrap; overflow:hidden;
}
.cacao_logo {
	position: absolute;
	top: 50px;left: 10px;
	width:100px;
}
.div200 {
	height:30px;
}
#section2 h2 {
	margin: 60px auto 0 30px!important;
	text-align:left;
	width:20%;
}

#section1 h3,#section2 h3,#section3 h3 {
	margin: 0!important;
	text-align:left;
	font-size:1.2em;
	padding-bottom: 0!important;
	
}

#section1 h2{
	margin: 36% 0 0 0!important;
	width:60%;
}
#section2 h2{
	margin: 30% 0 0 0;
	width:50%;
}
#section3 h2{
	margin: 10% 0 0 0!important;
	width:65%!important;
}
#section1 {
            align-items: center;
			justify-content:flex-start;
        }
#section2 {
            align-items: center;
			justify-content:flex-start;
        }
#section3 {
            align-items: center;
			justify-content:center;
        }
#section3 h2 {
	margin-top: 30px;
	text-align:left;
}

#section {
	align-items: center;
	justify-content:flex-start;
}
#section h1 {
	margin: 1.2em;
	text-align:left;
	font-size:1.1em;
	
}
#section h3 {
	margin: 0.5em;
	text-align:left;
	font-size:1em;
	
}
#section1 p,#section2 p,#section3 p{
	margin-left: 0px;
	padding:0;
	text-align:left;
	font-size:0.8em;
}
#section p {
	margin-left: 0px;
	padding:1em;
	text-align:left;
}

.products{
	width:100%;
	/*#b46500 */
	z-index:5;
	height:auto;
}
.products img {
	width:100%;
}
.products h3{
	padding:40px 0 0 30px!important;
	font-size:1.2em;
	z-index:5;
}
.products p{
	padding-left:120px;
	padding-right: 40px;
	font-size:1em;
	line-height:1.2em;
	z-index:5;
}
.price{
	padding-left:50px;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.2em;
	z-index:5;
}
.pd120 {
	padding-left:0px!important;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}
.padding-bottom {
	padding-bottom:20px;
	margin-bottom:20px;
}
#section2,#section1,#section3 {
            align-items: center;
        }
#section div.pp,#section1 div.pp,#section2 div.pp,#section3 div.pp{
			margin:0 20px 0 20px!important;
			padding:0 20px 0 20px!important;
		}
		
.webp #section1 {background: url(../images/main02s.webp) center top no-repeat;background-size: cover;}
.no-webp #section1 {background: url(../images/main02s.jpg) center top no-repeat;background-size: cover;}
        #section1 {
            position: relative;
            display: flex;
			flex-direction:column;
            color: white;
            text-align: left;
            height: 100vh;
			flex-wrap:wrap;
			background-attachment: fixed;
			background-position: center;
            background-size: cover;
        }
        .webp #section2 {background: url(../images/main03s.webp) center top no-repeat;background-size: cover;}
.no-webp #section2 {background: url(../images/main03s.jpg) center top no-repeat;background-size: cover;}
          #section2 {
            position: relative;
            display: flex;
            color: white;
            text-align: left;
			flex-direction:column;
			flex-wrap:wrap;
			background-attachment: fixed;
			background-position: center;
            background-size: cover;
        }

.vsp {
	display:block;
	position: absolute;
	bottom:100px;
	left: 40px;
}
}
@media (orientation: landscape) and (min-width: 481px) and (max-width: 767px) {
  
}