.inner{
	width: min(100%,1080px);
	margin: 0 auto;
}

.inner_wide{
	width: min(100%,1240px);
	margin: 0 auto;
}

.inner_wide .bnr_box{
	flex-wrap: wrap;
	gap:20px 10px;
	margin-bottom: 100px;
}

.inner_wide .bnr_box a{
	width: 49%;
}

/* ▼追加▼ */
.mainvisual .bnr_box a + a {
    margin-left: 10px; /* 最初の<a>以外の前にマージンを適用 */
}
/* ▲追加▲ */


.mainvisual{
	background-image: url(https://kitanitea.itembox.design/item/images/top2/bg_beige.png);
	padding: 0 0 15px 0 ;
}


.bnr_box{
	display: flex;
	justify-content: space-between;
	margin: 0 auto 36px auto;
}


.swiper-container {
    width: 96%;
    margin: 0 auto;
}
.thumbnail .swiper-slide {
    font-size: 14px;

}

.thumbnail .swiper-slide::after {
    height: 2px;

}

.thumbnail .swiper-slide {
    width: 25%!important;
    margin-right: 0!important;
    margin-top: 25px;
    text-align: center;
    font-size: 18px;
    line-height: 4;
}
.thumbnail.swiper-slide img {
  width: 100%;
}

/* サムネイルのスタイル */
.thumbnail .swiper-slide {
position: relative;
opacity: 1;
}
.thumbnail .swiper-slide:hover {
cursor: pointer;
opacity: 0.4;

}
.thumbnail .swiper-slide::after {
position: absolute;
width: 100%;
height: 4px;
top: 0;
display: block;
content: '';
background-color: #fff;


}
/* サムネイルのアクティブスタイル */
.thumbnail .swiper-slide-thumb-active::after {
background-color: #97956f;
}

.swiper-container{
    width: 100%;
    overflow: hidden;
}


.flexslider {
	position: relative;
	margin: 0 auto;
	padding: 0;
	height:524px;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -60px;
    text-align: center;
    margin-bottom: 20px;
}

.flex-control-nav li {
    margin: 0;
    display: inline-block;
    width: 25%;

}
.flex-control-paging li a {
    width: 100%;
    display: block;
    background: #fff;
    cursor: pointer;
    text-indent: -9999px;
    height: 4px;
}
.flex-control-paging li a.flex-active {
    background: #97956f;
    cursor: default;
}


.flexslider li {
position: relative;
}

.flexslider ol li::after {
    content: '水出し茶';
    width: 100%;
    height: auto;
    font-size: 18px;
    display: block;
    top: 20px;
    position: absolute;
}
.flexslider ol li:nth-child(2)::after {
    content: '抹茶';
}
.flexslider ol li:nth-child(3)::after {
    content: '業務用';
}
.flexslider ol li:nth-child(4)::after {
    content: '健康茶';
}

.search__box{
	background-color: #bebcab;
	padding: 43px 0;
}
.search__box .inner {
	display: flex;
	justify-content: center;
}

.search__box .form {
	position: relative;
	height: 36px;
}
.search__box .form form {
    position: relative;
    height: 36px;
    line-height: 36px;
    border: none;
    display:flex;
    justify-content: center;
    margin-right: 50px;
}

@media screen and (max-width: 900px) {
	.search__box .inner {
		flex-flow: column;
	}
	.search__box .form form {
	    margin-right: 0;
	}
}


.search__box form  input[type="text"]{
    width: 300px;
	border: none !important;
	border-radius: 0;
	padding: 5px;
	margin-right: 20px;
    border-radius: 7px;
}

.search__box form  input[type="text"]:focus{
	box-shadow: none;
}

.form__input {
	min-width: auto;
}

.form__input input{
    width: 124px;
    height: auto;
    vertical-align: -10px;
    background-color: transparent !important;
}

.keyword__list--wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
@media screen and (max-width: 900px) {
	.keyword__list--wrap{
		margin-top: 10px;
	}
}

.keyword__list--wrap p{
	display: inline-block;
}

.keyword__list{
display: flex;
gap: 30px;
}

.keyword__list li{
    border-bottom: 1px solid #000;
    line-height: 2;
}

.news__iframe {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 50px 0;
}

h2.sectiontitle {
    font-size: 30px;
    position: relative;
    padding-left: 40px;
    width: 100%;
    margin: 0 auto;
}
h2.sectiontitle::before {
    content: url(https://kitanitea.itembox.design/item/images/top2/leaf-icon.png);
    width: 28px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -7px;
    position: absolute;
    top: 2px;
    left: 0px;
}

.category_panel_wrap{
width: 100%;
margin-top: 37px;
}


.panel_content{
display: flex;
justify-content: space-between;
margin-top: 58px;}

.panel_content_img{
width: min(35%,380px);
height: fit-content;
}
.panel_right {
    width: min(57.6%,623px);
    display: flex;
    flex-direction: column;
}

.panel_right h3{
font-size: 46px;
margin-bottom: 30px;
}
.panel_right p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.panel_right ul {
    width: 100%;
    display: flex;
    justify-content: space-between;

}

.panel_right ul li{
position: relative;
width: 31%;
}

.panel_right ul li p {
text-align: center;
padding-bottom: 15px;
margin-bottom: 0;
}

.panel_right ul li a img {
    object-fit: cover;
    width: 100%;
    height: auto;
    position: relative;
    aspect-ratio: 1/1.2;
}
.panel_right ul li::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 64px;
    height: 58px;
    position: absolute;
    top: 50px;
    left: 10px;
    background-image: url(https://kitanitea.itembox.design/item/images/top2/emblem1.png);
    z-index: 10;
    background-size: contain;
}
.panel_right ul li:nth-child(2)::after {
    background-image: url(https://kitanitea.itembox.design/item/images/top2/emblem2.png);
}
.panel_right ul li:nth-child(3)::after {
    background-image: url(https://kitanitea.itembox.design/item/images/top2/emblem3.png);
}
.linkbtn {
	display: block;
	width: 260px;
	color: #fff !important;
	background-color: #928241;
	margin: 30px 0 10px auto;
	text-align: center;
	padding: 12px;
	position: relative;
}
.linkbtn::after {
display: block;
width: 8px;
position: absolute;
top: 12px;
right: 10px;
content: url(https://kitanitea.itembox.design/item/images/top2/arrow.png);
}

.featuredproduct_wrap{
display: flex;
justify-content: flex-start;
gap: 0 40px;
margin: 30px 0 100px;
}

.featuredproduct_wrap li{
display: flex;
flex-direction: column;
width: 25%;
}
.featuredproduct_wrap li p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
}
.featuredproduct_wrap li img{
margin-bottom: 18px;
}

.featuredproduct_wrap .linkbtn {
    margin: auto 0 0 0;
    width: 100%;
}

.searchlist{
display: flex;
justify-content: space-between;

}

h3.sectiontitle_sub{
font-size: 24px;
margin: 50px auto 30px;
}

.bnrlink{
margin: 100px auto;
display: inline-block;
}

.maincontent{
padding-bottom: 100px;
}

.about{
background-image: url(https://kitanitea.itembox.design/item/images/top2/bg_pink.png);
padding: 44px 0;

}

.moviewrap{
display: flex;
justify-content: space-between;
}



.textbox{
padding: 13px 50px 0;
font-size: 16px;
line-height: 1.7;
}
.since{
width: 166px;
margin: 0 auto 36px;
display: block;

}

.maincontent_btm .bnr_box{
margin-bottom: 100px;
}


.maincontent_btm h2 ul {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    width: 377px;
    justify-content: space-between;
}
.maincontent_btm h2 ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-family: initial;
}
.maincontent_btm h2 ul li::before{
    content: url(https://kitanitea.itembox.design/item/images/top2/leaf.png);
}

.maincontent_btm h2 ul li:nth-child(2):before{
    content: url(https://kitanitea.itembox.design/item/images/top2/teab.png);
    margin-right: -7px;
}

.maincontent_btm h2 ul li:nth-child(3)::before{
    content: url(https://kitanitea.itembox.design/item/images/top2/yunomi.png);
}

.searchlist_item{
margin: 30px auto 100px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 12px 0;

}

.searchlist_item li{
width: 144px;
}

.tab{
	margin-bottom: 90px;
	width: 100%;
	justify-content: space-between;
}

.tab-list{
  display: flex;
    margin-top: 30px;
}

.tab-list-item{
	width: 100%;
	text-align: center;
	padding: 8px 0;
	cursor: pointer;
	background-color: #fff;
	border:none;
	border-bottom:2px solid #eeeeee;
}

.tab-contents{
  display: none;
}

.is-btn-active{
    border-bottom:2px solid #bebcab;
}

.is-contents-active{
  display: block;
}

.news{
	width: 530px;
	margin: 0 auto;
	color: #000;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
}

.news li{
	list-style: none;
	border-bottom: 1px solid #ccc;
	padding:13px 0 13px 5px;
	display: flex;
}

.news li span{
	width: 110px;
	display: inline-block;
}

.news p{
	margin: 0;
	width: 420px;
}

/*******************************/
/********** 768px以下 **********/
/*******************************/
@media screen and (max-width: 768px) {

.inner {
    width: 100%;
    margin: 0 auto;
}

.mainvisual {
    /*padding: 15px 0 5.6px;*/
}
.inner {
    width: 100%;
}
.bnr_box {
    margin: 0 auto 12px auto;
    flex-direction: column;
    gap: 7px;
    padding: 20px 2%;
}
.search__box form {
    position: relative;
    /*width: 180px;*/
    height: 23px;
    line-height: 36px;
    border: none;
    margin-left: 0;
}

.search__box .inner {
    flex-direction: column;
    align-items: center;
}
.search__box .form {
    position: relative;
    height: 36px;
    /*margin: 0 0 0 -20%;*/
}

.form__input input {
    width: 100px;
    vertical-align: -7px;
}

.keyword__list--wrap{
	margin-right: 10px;
}

.inner_wide {
    width: 100%;
    margin: 0 auto;
}
.inner_wide .bnr_box {
    flex-wrap: nowrap;
    gap: 17px 0px;
    margin-bottom: 80px;
}
.inner_wide .bnr_box a {
    width: 100%;
}

h2.sectiontitle {
    margin: 0px auto;
    width: 96%;
    font-size: 24px;
}
.tab-list {
    margin-top: 16px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.panel_right h3 {
    font-size: 26px;
    margin-bottom: 19px;
}



.tab-list-item {
    width: 25%;
    text-align: center;
    align-items: center;
    padding: 20px 0;
}
.tab-list-item:nth-child(n + 5) {
    width: 33%;
    text-align: center;
    align-items: center;
}
.panel_content_img {
    display: none;
}
.panel_right {
    width: 100%;
    flex-direction: column;
    padding: 0 2%;
    text-align: center;
}
.panel_right ul {
gap: 3%;
margin: auto auto 0 auto;
}
.panel_right ul li  {
    width: 100%;
}
.panel_right ul li a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}



.panel_right ul li a {
    display: flex;
    flex-direction: column-reverse;
    gap: 18px;
}

.linkbtn {
    width: 340px;
    margin: 30px auto 0;
    padding: 22px;
}
.linkbtn::after {
    top: 22px;
    right: 20px;
}
.featuredproduct_wrap {
    display: flex;
    justify-content: space-between;
    gap: 0;
    margin: 30px 0 100px;
    flex-wrap: wrap;
    padding: 0 2%;
}

.featuredproduct_wrap li {
    display: flex;
    flex-direction: column;
    width: 49%;
    margin-bottom: 60px;
}
.searchlist {
    display: flex;
    justify-content: space-between;
    gap: 0;
    margin: 30px 0 100px;
    flex-wrap: wrap;
    padding: 0 2%;
}
.searchlist li {
    display: flex;
    flex-direction: column;
    width: 49%;
    margin-bottom: 60px;
}

.bnrlink {
    margin: 0px auto;
    display: block;
    padding: 0 2%;
}

.moviewrap {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
}
.moviewrap iframe {
    width: 100%;
    height: 440px;
    padding: 0 2%;
}
.textbox {
    padding: 13px 50px 0;
    font-size: 16px;
    line-height: 1.7;
    display: flex;
    margin: 0 auto 30px;
}

.since {
    width: 40%;
    margin: auto auto auto 0;
    display: block;
    height: fit-content;
}

.textbox p{
width: 48%;
font-size: 18px;
}

.searchlist_item {

    padding: 0 2%;
}
.searchlist_item li {
    width: 30%;
}

.searchlist_item li:has(.iconlist) {
    display: flex;
    align-items: end;
}
ul.iconlist {
    font-size: 1.2rem;
    width: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

ul.iconlist li {
    position: relative;
    display: flex;
    width: 100%;
    gap: 5px;
    font-family: initial;
    align-items: center;
}
ul.iconlist li::before{
    content: url(https://kitanitea.itembox.design/item/images/top2/leaf.png);
}

ul.iconlist li:nth-child(2):before{
    content: url(https://kitanitea.itembox.design/item/images/top2/teab.png);
    margin-right: -7px;
}

ul.iconlist li:nth-child(3)::before{
    content: url(https://kitanitea.itembox.design/item/images/top2/yunomi.png);
}

.news__iframe {
    width: 100%;
    padding: 20px 0 30px 0;
}

.news {
	width: 420px;
	margin: 0 auto;
	color: #000;
	font-family: 'Noto Serif JP', serif;
	font-size: 12px;
}

}

/*******************************/
/********** 425px以下 **********/
/*******************************/
@media screen and (max-width: 425px) {

.mainvisual {
   /* padding: 15px 0 5.6px;*/
}
.swiper-container {
    width: 96%;
    margin: 0 auto;
}
.thumbnail .swiper-slide {
    font-size: 14px;

}

.thumbnail .swiper-slide::after {
    height: 2px;

}
.keyword__list--wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}
.keyword__list {
    gap: 10px;
}

.search__box form {
    width: 90%;
    height: 23px;
    line-height: 36px;
    border: none;
    margin: 0 auto !important;
}

.search__box form  input[type="text"]{
    width: 180px;
}

.form__input input {
    width: 84px;
    height: auto;
}


.panel_content {
    margin-top: 36px;
}

.panel_right p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5;
}
.linkbtn {
    width: 63%;
    padding: 14px;
}
.featuredproduct_wrap {
    display: flex;
    justify-content: space-around;
    gap: 0;
    margin: 30px 0 6px;
    flex-wrap: wrap;
    padding: 0 2%;
}

.linkbtn::after {
    top: 14px;
    right: 10px;
}
.featuredproduct_wrap li p {

    font-size: 13px;
    line-height: 1.5;
}
.featuredproduct_wrap .linkbtn {
    margin: auto 0 0 0;
    width: 100%;
    padding: 10px;
    font-size: 14px;
}
.featuredproduct_wrap .linkbtn::after {
    top: 11px;
    right: 10px;
}

h3.sectiontitle_sub {
    font-size: 20px;
    margin: 20px auto 0 1rem;
}
.searchlist{
    display: flex;
    justify-content: space-around;
    gap: 0;
    margin: 20px 0 30px;
    flex-wrap: wrap;
    padding: 0 2%;
}
.searchlist li {
    display: flex;
    flex-direction: column;
    width: 49%;
    margin-bottom: 4%;
}
.textbox {
    padding: 13px 2% 0;
    font-size: 16px;
    line-height: 1.7;
    display: flex;
    margin: 0 auto 30px;
    flex-direction: column;
}

.textbox .since {
    width: 166px;
    margin: auto auto 20px auto;
}

.textbox p {
    width: 100%;
    font-size: 10px;
}

.moviewrap iframe {
    width: 100%;
    height: 203px;
    padding: 0 2%;
}
ul.iconlist {
    font-size: 0.5rem;
    width: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.panel_content {
    margin-top: 28px;
}
.panel_right ul li::after {
    width: 34px;
    height: 31px;
    top: 5px;
    left: 5px;

}
.news {
	width:320px;
	padding: 0;
}

}
