@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@500;600;700;900&display=swap');*/
/* CSS Document */
/*=====================
00.共通設定
   └ハンバーガーメニュー
01.メインビジュアル
02.ご挨拶
03.お茶づくりのこだわり
04.取扱い商品
05.贈答エリア
06.フッター
======================*/
/*＝＝＝＝＝＝＝＝＝＝＝＝
　00.共通設定
＝＝＝＝＝＝＝＝＝＝＝＝*/
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
p,a,h1,h2,h3,h4,h5,a,li,span{
	font-family: 'Noto Serif JP', serif;
	transform: rotate(0.03deg);
}
li{
  list-style-type:none;
}
a{
	color: black;
}
img{
	width: 100%;
	height: auto;
}
.tab_block{
	display: none;
}
.pc_block,.pc_block2{
	display: none;
}
@media screen and (min-width:768px) {
	.sp_block{
		display: none;
	}
	.tab_block{
		display: block;
	}
	.pc_block{
		display: block;
	}
}
@media screen and (min-width:1280px) {
	.tab_block{
		display: none;
	}
}
@media screen and (min-width:1400px) {
	.pc_block2{
		display: block;
	}
}
header{
	position: relative;
}
/*ハンバーガーメニューここから*/
header .menu_bar {
	max-width: 30px;
	width: 100%;
	position: fixed;
	right: 24px;
	margin-top: 27px;
	cursor: pointer;
	z-index: 14;
}
header .menu_bar.open{
	margin-top: 34px;
}
header .menu_bar li{
	background-color: white;
	height: 3px;	
	width: 100%;
	margin-top: 7px;
}
header .menu_bar.open li{
	background-color: black;
}
header .menu_bar li.green{
	background-color: #649B4B;
}
header .menu_bar li:first-of-type{
	margin-top: 0;
}
header .menu_bar.open li:first-of-type{
	transform: rotate(44deg)
}
header .menu_bar.open li:nth-of-type(2){
	display: none;
}
header .menu_bar.open li:last-of-type{
  transform: rotate(133deg);
  margin-top: -3px;
}
/*ハンバーガーメニューここまで*/
/*メニューバー ここから*/
header .page_menu{
	display: none;
	opacity: 0;
	background-color: white;
}
header .page_menu.open{
	display: block;
	transition: 1s;
	opacity: 1;
	position: fixed;
	z-index: 13;
	width: 100%;
}
header .page_menu ul{
	width: 84%;
	padding-top: 28px;
	padding-bottom: 46px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
header .page_menu ul li{
	font-size: 12px;
	letter-spacing: 0.05em;
	width: 50%;
	border-top:solid 1px #AFAFAF;
	position: relative;
}
header .page_menu ul li::after{
	content: "";
	position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid black;
    border-right: 2px solid black;
	transform: rotate(45deg);
	top: 43%;
    right: 10px;
}
header .page_menu ul li:nth-of-type(n+3){
	border-bottom: solid 1px #AFAFAF;
}
header .page_menu ul li a{
	display: block;
	text-decoration: none;
	padding-top: 24px;
	padding-bottom: 24px;
	font-weight: 600;
}
header .page_menu .img_box{
	width: 17%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 28px;
}
/*メニューバー ここまで*/
main{
	position: relative;
}
main.filter::after{
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 12;
	background: rgba(255,255,255,.5);
	display: block;
}
@media screen and (min-width:768px) {
	header .page_menu .img_box{
		max-width: 110px;
		width: 10%;
		margin-left: 10px;
		position: absolute;
	}
	header .page_menu.open{
		display: flex;
	}
	header .page_menu ul{
		flex-wrap: inherit;
		max-width: 1366px;
		margin-right: auto;
		margin-left: auto;
	}
	header .page_menu ul li{
		border-top: none;
		text-align: center;
	}
	header .page_menu ul li:nth-of-type(n+3){
		border-bottom: none;
	}
	header .page_menu ul li::after{
		transform: rotate(133deg);
		top:50px;
		left:50%;
	}
	header .page_menu ul li a{
		font-size: 15px;
	}
}
@media screen and (min-width:768px) {
	header .page_menu .img_box{
		margin-left: 20px;
	}
}
@media screen and (min-width:1300px) {
	header .page_menu .img_box{
		margin-left: 40px;
	}
}
/*＝＝＝＝＝＝＝＝＝＝＝＝
　01.メインビジュアル
＝＝＝＝＝＝＝＝＝＝＝＝*/
main .mv{
	height: 672px;/*100vh*/
	background-image: url("../images/sp_mv.webp");/*png*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
.mv .logo{
	background-color: #649B4B;
	width: 116px;
	height:116px;
	position: relative;
}
.mv .logo img{
	width: 64%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.mv .copy{
	color: white;
	font-size: 25px;
	letter-spacing: 0.25em;
	line-height: 2;
	width: 64%;
	margin-top: 63px;
	margin-left: 33px;
	/*position: absolute;
	bottom: 0;*/
}
.mv .scroll{
	color: white;
	position: absolute;
	bottom: 56px;
	right: -26px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 10px;
	width: 94px;
	transform: rotate(90deg);
}
.mv .scroll::before{
	content: "";
	background-color: white;
	width: 40px;
	height: 1px;
	position: absolute;
	right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.mv .scroll::after{
	content: "";
	width: 9px;
	height: 9px;
	background-color: white;
	border-radius: 50%;
	position: absolute;
	right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
@media screen and (min-width:768px) {
	main .mv{
		background-image: url("../images/pc_mv2.webp");/*png*/
		background-size: cover;
		background-position: top;
		height: auto;
	}
	.mv .copy{
		margin-top: 280px;
		padding-bottom: 70px;
	}
}
@media screen and (min-width:1200px) {
	main .mv{
		background-position: center;
		height: 760px;
	}
	.mv .logo{
		width: 208px;
		height: 208px;
	}
	.mv .copy{
		font-size: 38px;
		line-height: 2;
		letter-spacing: 0.25em;
		margin-left: 98px;
	}
}
@media screen and (min-width:1600px) {
	main .mv{
		height: 100vh;
		/*max-width: 1980px;*/
		margin-right: auto;
		margin-left: auto;
	}
	.mv .copy{
		width: auto;
		margin-top: 0;
		margin-left: 0;
		position: absolute;
		left: 200px;
		bottom: 100px;
	}
	.mv .scroll{
		right: 54px;
	}
}

/*＝＝＝＝＝＝＝＝＝＝＝＝
　02.ご挨拶
＝＝＝＝＝＝＝＝＝＝＝＝*/
.intro{
	margin-top: 72px;
}
.intro h2{
	text-align: center;
	font-size: 30px;
}
.intro .message,.intro .name{
	width: 84%;
	max-width: 950px;
	margin-top: 36px;
	margin-right: auto;
	margin-left: auto;
}
.intro .message{
	letter-spacing: 0.1em;
	line-height: 2.2;
	font-size: 13px;
}
.intro .name{
	margin-top: 30px;
	text-align: right;
}
/*slick*/
.slider{
	width:100%;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
}
/*スライダー下 インジケーターの設定*/
.slick-dots{
	bottom:-37px;
}
.slick-dots li {
	margin: 0; 
	margin-left: 5px;
	width: 43px;
	height: 5px;
}
.slick-dots li:first-of-type{
	margin-left: 0;
}
.slick-dots li button:before {
	content:'';
	width: 100%;
	height: 5px;
	background-color: #AFAFAF;
	opacity: 1;
}
.slick-dots li.slick-active button:before{
	background: #649B4B;
}
.slick-slide img {
 	margin-left: auto;
	margin-right: auto;
}
.slick-prev, .slick-next{
	z-index: 2;
}
.slick-prev::before,.slick-next::before {
    width: 10px;
    height: 10px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
}
.slick-prev::before{
	transform: rotate(-45deg) scale(-1,1);
	left:10px;
}
.slick-next::before{
	left:-4px;
}
/*slickここまで*/
@media screen and (min-width:768px) {
	.intro .message{
		font-size: 16px;
	}
	.slider{
		max-width: 588px;
		margin-top: 120px;
	}
	.slick-prev, .slick-next{
		border: solid 2px #649B4B;
		border-radius: 50px;
		width: 40px;
		height: 40px;
	}
	.slick-prev::before, .slick-next::before {
		border-top: 2px solid #649B4B;
		border-right: 2px solid #649B4B;
		top:13px;
		width: 7px;
		height: 7px;
	}
	.slick-prev{
		left:-70px;
	}
	.slick-prev::before {
		left:14px;
	}
	.slick-next{
		right:-70px;
	}
	.slick-next::before {
		left:12px;
	}
}
@media screen and (min-width:1200px) {
	.intro{
		margin-top: 92px;
	}
	.intro h2{
		font-size: 40px;
	}
	.intro .message{
		font-size: 18px;
		margin-top: 55px;
	}
	.intro .name{
		font-size: 25px;
		margin-top: 17px;
	}
}

/*＝＝＝＝＝＝＝＝＝＝＝＝
　03.お茶づくりのこだわり
＝＝＝＝＝＝＝＝＝＝＝＝*/
.obsession {
	margin-top: 75px;
}
.obsession .title_box{
	background-image: url("../images/obsession_title_bgi.webp");
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 45px;
	background-size: cover;
	background-position: center;
}
.obsession .title_box h2{
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	letter-spacing: 0.1em;
	background-color: rgba(255,255,255,0.80);
	max-width: 590px;
	width:86%;
	border: solid 2px white;
	border-radius: 28px;
	margin-left: auto;
	margin-right: auto;
	height: 56px;
	cursor: pointer;
	position: relative;
}
.obsession .title_box h2::after{
	content: "";
	position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid black;
    border-right: 2px solid black;
	transform: rotate(133deg);
	top: 36%;
    right: 20px;
}
.obsession .title_box h2.open::after{
    transform: rotate(-45deg);
    top: 47%;
}
.obsession .contents_detail{
	display: none;
	background-color: #EEF2EC;
	padding-bottom: 52px;
}
.obsession .contents_detail ul{
	padding-top: 65px;
}
.obsession .contents_detail ul li{
	margin-top: 130px;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	max-width: 440px;
	margin-right: auto;
	margin-left: auto;
}
.obsession .contents_detail ul li:first-of-type{
	margin-top: 0;
}
.obsession .contents_detail ul li::after{
	content: "";
	width: 180px;
	height:300px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
}
.obsession .contents_detail ul li:first-of-type::after{
	background-image: url("../images/quality_bgi.webp");
	right: 0;
	top:0;
}
.obsession .contents_detail ul li:nth-of-type(2)::after{
	background-image: url("../images/cultivation_bgi.webp");
	top:0;
}
.obsession .contents_detail ul li:nth-of-type(3)::after{
	background-image: url("../images/processing_bgi.webp");
	right: 0;
	top:0;
}
.obsession .contents_detail ul li:nth-of-type(4)::after{
	background-image: url("../images/sale_bgi.webp");
	top:0;
}
.obsession .contents_detail ul li .contents_box{
	position: relative;
	z-index: 4;
	width: 72%;
}
.obsession .contents_detail ul li:nth-of-type(even) h3{
	text-align: right;
	padding-left: 90px;
}
.obsession .contents_detail ul li:nth-of-type(even) .contents_box{
	margin-right: 18px;
	margin-left: auto;
}
.obsession .contents_detail ul li:nth-of-type(odd){
	margin-left: 18px;
}
.obsession .contents_detail ul li:nth-of-type(even) h4{
	padding-left: 112px;
}
.obsession .contents_detail ul li:nth-of-type(even) .copy{
	padding-left: 120px;
	width: 100%;
}
.obsession .contents_detail ul li h3{
	color: #649B4B;
	font-size: 23px;
	font-weight: 900;
	border-bottom: solid #707070 1px;
}
.obsession .contents_detail ul li h4{
	font-weight: 600;
	font-size: 23px;
	letter-spacing: 0.1em;
	margin-top: 22px;
}
.obsession .contents_detail ul li .copy{
	line-height: 1.83;
	letter-spacing: 0.03em;
	margin-top: 20px;
	width: 64%;
	font-size: 12px;
}
.obsession .contents_detail ul li.processing .copy{
	width: 60%;
}
.obsession .contents_detail>p{
	width: 92%;
	margin-top: 95px;
	margin-right: auto;
	margin-left: auto;
	font-size: 22px;
	letter-spacing: 0.1em;
	color: #649B4B;
	line-height: 1.99;
}
@media screen and (min-width:490px) {
	.obsession .contents_detail ul li:nth-of-type(2n+1){
		margin-left: auto;
	}
}
@media screen and (min-width:768px) {
	.obsession{
		margin-top: 110px;
	}
	.obsession .title_box h2{
		height: 80px;
		line-height: 76px;
		border-radius: 40px;
		font-size: 23px;
	}
	.obsession .contents_detail ul li{
		max-width: 980px;
		width: 90%;
		margin-top: 58px;
	}
	.obsession .contents_detail ul li.cultivation{
		margin-top: 88px;
	}
	.obsession .contents_detail ul li.sale{
		margin-top: 40px;
	}
	.obsession .contents_detail ul li::after {
		width: 350px;
		height: 350px;
	}
	.obsession .contents_detail ul li:first-of-type::after{
		background-image: url("../images/quality_bgi_pc.webp");
	}
	.obsession .contents_detail ul li:nth-of-type(2)::after{
		background-image: url("../images/cultivation_bgi_pc.webp");
	}
	.obsession .contents_detail ul li:nth-of-type(3)::after{
		background-image: url("../images/processing_bgi_pc.webp");
	}
	.obsession .contents_detail ul li:nth-of-type(4)::after{
		background-image: url("../images/sale_bgi_pc.webp");
	}
	.obsession .contents_detail ul li:nth-of-type(2n+1){
		margin-left: auto;
	}
	.obsession .contents_detail ul li:nth-of-type(2n) h4{
		padding-left: 199px;
	}
	.obsession .contents_detail ul li .contents_box{
		padding-top: 53px;
	}
	.obsession .contents_detail ul li:nth-of-type(odd) .contents_box{
		margin-left: 18px;
	}
	.obsession .contents_detail ul li .copy{
		font-size: 16px;
		letter-spacing: 0.1em;
	}
	.obsession .contents_detail ul li:nth-of-type(2n) .copy{
		padding-left: 200px;
	}
	.obsession .contents_detail > p{
		margin-top: 140px;
		text-align: center;
		font-size:36px;
	}
}
@media screen and (min-width:1080px) {
	.obsession .contents_detail ul li::after {
		width: 364px;
	}
	.obsession .contents_detail ul li.processing{
		margin-top: 88px;
	}
	.obsession .contents_detail ul li.sale{
		margin-top: 58px;
	}
	.obsession .contents_detail ul li h3{
		font-size: 30px;
	}
	.obsession .contents_detail ul li h4{
		font-size: 23px;
	}
	.obsession .contents_detail ul li:nth-of-type(odd) .contents_box .copy{
		width: 80%;
	}
	.obsession .contents_detail ul li:nth-of-type(even) h4,
	.obsession .contents_detail ul li:nth-of-type(even) .copy{
		padding-left: 150px;
	}
}
@media screen and (min-width:1400px) {
	.obsession .contents_detail ul li{
		max-width: 1366px;
		width: 100%;
	}
	.obsession .contents_detail ul li:nth-of-type(n+2){
		margin-top: 95px;
	}
	.obsession .contents_detail ul li::after {
		width: 488px;
		height: 430px;
	}
	.obsession .contents_detail ul li .contents_box{
		padding-top: 72px;
	}
	.obsession .contents_detail ul li:nth-of-type(odd) .contents_box{
		margin-left: 230px;
		max-width: 710px;
	}
	.obsession .contents_detail ul li:nth-of-type(even) .contents_box{
		max-width: 725px;
		margin-right: 192px;
	}
	.obsession .contents_detail ul li h3,.obsession .contents_detail ul li h4{
		font-size: 30px;
	}
	.obsession .contents_detail ul li h3{
		padding-bottom: 10px;
	}
	.obsession .contents_detail ul li h4{
		margin-top: 86px;
	}
	.obsession .contents_detail ul li:nth-of-type(odd) .contents_box .copy{
		width: 82%;
	}
	.obsession .contents_detail ul li.processing .copy{
		width: 86%;
	}
	.obsession .contents_detail ul li:nth-of-type(even) h4,	.obsession .contents_detail ul li:nth-of-type(even) .copy{
		padding-left: 122px;
	}
	.obsession .contents_detail ul li .copy{
		margin-top: 30px;
	}
}
/*＝＝＝＝＝＝＝＝＝＝＝＝
　04.取扱い商品
＝＝＝＝＝＝＝＝＝＝＝＝*/
.products{
	margin-top: 84px;
}
.products h2{
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.15em;
}
.products>.copy{
	width:84%;
	margin-top: 38px;
	margin-right: auto;
	margin-left: auto;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 2.23;
}
.products .products_container{
	padding-top: 30px;
	margin-top: 38px;
	background-image: url("../images/products_bgi.webp");/*png*/
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.products .products_container .products_box:nth-of-type(n+2){
	margin-top: 160px;
}
.products .products_container .products_box.other{
	padding-bottom: 60px;
}
.products .products_container .products_box h3{
	background-image: url("../images/products_title_spbgi.webp");
	background-repeat: no-repeat;
	background-size: cover;
	width: 87%;
	height: 45px;
	color: white;
	font-size: 25px;
	font-weight: 600;
	line-height: 45px;
	padding-left: 42px;
	letter-spacing: 0.15em;
}
.products .products_container .products_box .products_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 65%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.products .products_container .products_box.sencha .products_list::after{
	content: "";
	background-image: url("../images/chaba_3.webp");
	background-size: cover;
	width: 118px;
	height: 100px;
	position: absolute;
	bottom: -99px;
	right: -95px;
}
.products .products_container .products_box.kukicha .products_list::after{
	content: "";
	background-image: url("../images/chaba_2.webp");
	background-size: cover;
	width: 180px;
	height: 92px;
	position: absolute;
	bottom: -112px;
	left: -137px;
}
.products .products_container .products_box.other .products_list::after{
	content: "";
	background-image: url("../images/chaba_1.webp");
	background-size: cover;
	width: 139px;
	height: 146px;
	position: absolute;
	bottom: 25px;
	right: -87px;
}
.products .products_container .products_box .products_list li{
	max-width: 140px;
	margin-top: 50px;
	position: relative;
}
.products .products_container .products_box .products_list li img{
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.products .products_container .products_box .products_list li:first-of-type img,
.products .products_container .products_box .products_list li:nth-of-type(2) img,
.products .products_container .products_box .products_list li:nth-of-type(3) img,
.products .products_container .products_box .products_list li:nth-of-type(4) img,
.products .products_container .products_box .products_list li:nth-of-type(8) img{
	width: 90px;
}
.products .products_container .products_box .products_list li:nth-of-type(5) img{
	width: 76px;
}
.products .products_container .products_box .products_list li:nth-of-type(6) img{
	width: 46px;
}
.products .products_container .products_box .products_list li:nth-of-type(7) img{
	width: 50px;
}
.products .products_container .products_box.sencha .products_list li:nth-of-type(8)::after{
	content: "";
	width: 60px;
	height: 60px;
	position: absolute;
	top:-8px;
	left:-14px;
	background-image: url("../images/limited_label.webp");
	background-size: 100%;
}
.products .products_container .products_box.other .products_list li:nth-of-type(2) img{
	width: 106px;
}
.products .products_container .products_box.other .products_list li:nth-of-type(3) img{
	width: 111px;
}
.products .products_container .products_box.other .products_list li:nth-of-type(4) img{
	width: 62px;
}
.products .products_container .products_box.other .products_list li:nth-of-type(5) img{
	width: 95px;
}
.products .products_container .products_box .products_list li p.name{
	font-size: 12px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
.products .products_container .products_box .products_list li span.contents{
	display: block;
	font-size: 12px;
	font-family: 'Noto Sans JP', sans-serif;
}
.products .products_container .products_box .products_list li p.price{
	font-size: 15px;
	letter-spacing: 0.05em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
}
.products .products_container .products_box .products_list li p.price span{
	font-size: 11px;
}
@media screen and (min-width:400px) {
	.products .products_container .products_box .products_list li:nth-of-type(6){
		width: 100%;
	}
	.products .products_container .products_box .products_list li:nth-of-type(6) p.name,.products .products_container .products_box .products_list li:nth-of-type(6) span.contents,	.products .products_container .products_box .products_list li:nth-of-type(6) p.price{
		padding-left: 44px;
	}
}
@media screen and (min-width:768px) {
	.products{
		position: relative;
		margin-top: 162px;
	}
	.products h2{
		font-size: 40px;
	}
	.products > .copy{
		text-align: center;
		font-size: 18px;
		margin-top: 55px;
	}
	.products .products_container .products_box:nth-of-type(n+2){
		margin-top: 80px;
	}
	.products .products_container .products_box h3{
		background-image: url("../images/products_title_bgi.webp");
		background-size: 100%;
		background-repeat: inherit;
		text-align: center;
		padding-left: 0;
		margin-left: auto;
		margin-right: auto;
		max-width: 1055px;
	}
	.products .products_container{
		padding-top: 60px;
		margin-top: 60px;
	}
	.products .products_container .products_box .products_list{
		width: 76%;
		max-width: 1055px;
		justify-content: center;
	}
	.products .products_container .products_box.sencha .products_list::after {
		width: 175px;
		height: 170px;
		right: -18px;
		bottom:-65px;
	}
	.products .products_container .products_box.kukicha .products_list::after{
		background-image: url("../images/chaba_1.webp");
		width: 139px;
		height: 136px;
		bottom: -68px;
		left: -40px;
		transform: scale(-1,1);
	}
	.products .products_container .products_box .products_list li{
		max-width: 120px;
		width: 100%;
		margin-top: 66px;
		margin-right: 36px;
	}
	.products .products_container .products_box.other .products_list::after{
		background-image: url("../images/chaba_2.webp");
		width: 229px;
		height: 118px;
		bottom: 26px;
		right: -86px;
	}
	.products .products_container .products_box .products_list li:nth-of-type(5) img{
		width:92px;
	}
	.products .products_container .products_box .products_list li:nth-of-type(6) img{
		width:54px;
	}
	.products .products_container .products_box.other .products_list li:nth-of-type(3) img{
		width: 114px;
	}
	.products .products_container .products_box.other .products_list li:nth-of-type(5) img{
		width: 102px;
	}
	.products .products_container .products_box .products_list li:nth-of-type(6) p.name,.products .products_container .products_box .products_list li:nth-of-type(6) span.contents,	.products .products_container .products_box .products_list li:nth-of-type(6) p.price{
		padding-left: 20px;
	}
}
@media screen and (min-width:1080px) {
	.products .products_container .products_box.other .products_list::after{
		width: 193px;
		height: 96px;
		bottom: -47px;
		right: -130px;
	}
}
@media screen and (min-width:1280px) {
	.products .products_container .products_box .products_list{
		width:76%;
		justify-content: center;
	}
	.products .products_container .products_box.sencha .products_list::after {
		bottom: -20px;
		right: -52px;
		width: 196px;
		height: 160px;
	}
	.products .products_container .products_box.kukicha .products_list::after{
		width: 187px;
		height: 192px;
	}
	.products .products_container .products_box.other .products_list::after{
		width: 263px;
		height: 129px;
		bottom: 14px;
		right: -92px;
	}
	.products .products_container .products_box .products_list li{
		margin-right: 90px;
	}
}
@media screen and (min-width:1300px) {
	.products .products_container .products_box.sencha .products_list::after {
		right: -40px;
		width: 250px;
		height: 213px;
	}
	.products .products_container .products_box.other .products_list{
		width: 80%;
	}
	.products .products_container .products_box.other .products_list::after{
		bottom: -61px;
		right: -150px;
	}
}
/*＝＝＝＝＝＝＝＝＝＝＝＝
　05.贈答エリア
＝＝＝＝＝＝＝＝＝＝＝＝*/
.gift{
	margin-top: 55px;
}
.gift h2{
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.15em;
	color: #649B4B;
	position: relative;
}
.gift h2::before{
	content: "";
	position: absolute;
	width: 168px;
	height: 168px;
	background-color: rgba(100, 155, 75, 0.15);
	border-radius: 50%;
	left: -50px;
	top: -20px;
}
.gift .contents_wrapper{
	background: url("../images/gift_spbgi.webp");
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 30px;
	background-size: contain;
	position: relative;
	z-index: 10;
}
.gift .contents_wrapper ul{
	background-color: white;
	width: 87%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 23px;
}
.gift .contents_wrapper ul:first-of-type{
	margin-top: 0;
}
.gift .contents_wrapper ul li{
	width:67%;
	margin-right: auto;
	margin-left: auto;
}
.gift .contents_wrapper ul li:first-of-type{
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.15em;
	padding-top: 23px;
}
.gift .contents_wrapper ul li.img_box{
	margin-top: 30px;
}
.gift .contents_wrapper ul li.text_box .products_name{
	display: block;
	font-size: 11px;
	font-family: 'Noto Sans JP', sans-serif;
}
.gift .contents_wrapper ul li.text_box .price{
	font-size: 20px;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
}
.gift .contents_wrapper ul li.text_box .price span{
	font-size: 15px;
}
.gift .contents_wrapper>p{
	width:85%;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 1.66;
	letter-spacing: 0.05em;
}
.gift .gift_copy{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: center;
	font-size: 20px;
	margin-top: 32px;
}
@media screen and (min-width:768px) {
	.gift h2{
		margin-top: 80px;
	}
	.gift .contents_wrapper{
		background-image: url("../images/gift_bgi.webp");
		background-size: contain;
		padding-bottom: 18px;
		margin-top: 20px;
	}
	.gift .contents_wrapper .inner{
		display: flex;
		flex-wrap: wrap;
		max-width: 950px;
		margin-left: auto;
		margin-right: auto;
	}
	.gift .contents_wrapper ul{
		width:30%;
		max-width: 305px;
		margin-top: 0;
	}
	.gift .contents_wrapper ul li{
		width: 72%;
	}
	.gift .contents_wrapper ul li:first-of-type{
		font-size: 20px;
	}
	.gift .contents_wrapper ul.koukyuu li:nth-of-type(2){
		margin-top: 48px;
	}
	.gift .contents_wrapper ul.koukyuu li:nth-of-type(3){
		margin-top: 21px;
	}
	.gift .contents_wrapper > p{
		max-width: 950px;
	}
	.gift .gift_copy{
		margin-top: 60px;
	}
}
@media screen and (min-width:1080px) {
	.gift h2{
		max-width: 806px;
		margin-left: auto;
		margin-right: auto;
		font-size: 35px;
	}
	.gift h2::before {
		left:-108px;
	}
	.gift .contents_wrapper ul:first-of-type{
		margin-left: 0;
	}
	.gift .contents_wrapper ul.koukyuu li:nth-of-type(3){
		margin-top: 29px;
	}
	.gift .contents_wrapper ul:last-of-type{
		margin-right: 0;
	}
	.gift .gift_copy{
		margin-top: 60px;
		font-size: 25px;
	}
}
/*＝＝＝＝＝＝＝＝＝＝＝＝
　06.フッター
＝＝＝＝＝＝＝＝＝＝＝＝*/
footer{
	background-color: #649B4B;
	color: white!important;
	margin-top: 110px;
}
footer .contents_wrapper .logo_box{
	width: 38%;
	margin-right: auto;
	margin-left: auto;
}
footer .contents_wrapper{
	padding-top: 36px;
}
footer .information{
	margin-top: 36px;
}
footer .information li{
	font-family: 'Noto Sans JP', sans-serif;
	display: flex;
	padding-top: 18px;
	margin-top: 18px;
	border-top:solid 1px white;
}
footer .information li span{
	display: block;
	width:75px;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.1em;
	margin-left: 20px;
	margin-right: 20px;
}
footer .information li a{
	color: white;
	text-decoration: none;
}
footer .googlemap{
	margin-top: 20px;
	/*height: 172px;*/
	overflow: hidden;
	position:relative;
	width:100%;
	height:0;
	padding-top:50%;
}
footer .googlemap iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
footer > .img_box{
	width: 41px;
	margin-top: 38px;
	margin-right: auto;
	margin-left: auto;
}
footer small{
	color: white;
	display: block;
	font-size: 10px;
	text-align: center;
	background-color: #5B5D51;
	height: 60px;
	line-height: 60px;
	margin-top: 42px;
}
@media screen and (min-width:768px) {
	footer{
		margin-top: 120px;
	}
	footer .contents_wrapper{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	footer .contents_wrapper .logo_box{
		width: 28%;
	}
	footer .information{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	footer .information li{
		width: 320px;
  		font-size: 15px;
		letter-spacing: 0.1em;
	}
	footer .information li:first-of-type{/*社名*/
		order: 0;
	}
	footer .information li:nth-of-type(2){/*創業者*/
		order:2;
	}
	footer .information li:nth-of-type(3){/*創業年*/
		order:5;
	}
	footer .information li:nth-of-type(4){/*定休日*/
		order:7;
		padding-bottom: 15px;
		border-bottom: solid 1px white;
	}
	footer .information li:nth-of-type(5){/*TEL/FAX*/
		
	}
	footer .information li:nth-of-type(6){/*E-mail*/
		order:4;
	}
	footer .information li:nth-of-type(7){/*アクセス*/
		order:6;
	}
	footer .information li:nth-of-type(8){/*営業時間*/
		order:8;
		padding-bottom: 15px;
		border-bottom: solid 1px white;
	}
}
@media screen and (min-width:1080px) {
	footer .contents_wrapper{
		display: flex;
		width:100%;
		max-width: 998px;
		padding-top: 56px;
		margin-right: auto;
		margin-left: auto;
		align-items: center;
	}
	footer .information{
		max-width: 740px;
		margin-top: 0;
	}
	footer .contents_wrapper .logo_box{
		max-width: 198px;
		margin-left: 0;
	}
	footer .information li:first-of-type,footer .information li:nth-of-type(5){
		margin-top: 0;
	}
	footer .googlemap{
		margin-top: 40px;
		padding-top: 13%;
	}
}
@media screen and (min-width:1280px) {
	footer .contents_wrapper{
		max-width: 1064px;
	}
	footer .information{
		max-width: 777px;
	}
	footer .information li{
		max-width: 365px;
		width: 100%;
	}
}