@charset "UTF-8";
/* CSS Document */
.openbtn1 span {
	background-color: #fff;
	box-shadow: 0 0 3px #808080;
}
#contents {
	width: 100%;
	float: unset;
	position: relative;
	padding: 0;
	margin: 0 !important;
}
.main-area {
	position: relative;
}
.main-area::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: hsl(0deg 0% 0% / 40%);
	z-index: 1;
}
.top-menu {
	display: block !important;
	z-index: 1;
}
.seconds-menu {
	display: none !important;
}
#side.side-menu {
	position: absolute;
}
.h-logo {
	display: none;
}
.top-h-logo {
	display: block;
	margin: 0 auto;
}
.top-center-logo {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.scrolldown1 {
	width: fit-content;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 60px;
	z-index: 1;
	margin: auto;
}
.scrolldown1 img {
}
.scrolldown1::after {
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 30px;
	background: #eee;
	animation: pathmove 1.4s ease-in-out infinite;
	opacity: 0;
	left: 0;
	right: 0;
	margin: auto;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
	0% {
		height: 0;
		top: 20px;
		opacity: 0;
	}
	30% {
		height: 30px;
		opacity: 1;
	}
	100% {
		height: 0;
		top: 60px;
		opacity: 0;
	}
}
.main-area .bx-wrapper {
	margin-bottom: 0 !important;
}
.main-area .bx-wrapper .bx-viewport {
	left: 0 !important;
	border: none !important;
	box-shadow: none !important;
}
.main-area .bx-controls.bx-has-pager {
	display: none;
}
.main-area .bx-wrapper img {
	width: 100vw;
	max-width: 100vw;
	max-height: 100vh;
}
#side.side-menu {
	height: fit-content;
	background-color: unset;
}
#side.side-menu .menu-list li a {
	color: #fff;
}
#side.side-menu .sns-list li .top-sns {
	display: block;
}
#side.side-menu .sns-list li .seconds-sns {
	display: none;
}
.news {
	position: absolute;
	width: 80%;
	display: flex;
	left: 15%;
	bottom: 5%;
}
.news h2 {
	width: 10%;
	margin: 0;
	font-size: 1.5rem;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.1rem;
	position: relative;
}
.news h2:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 25px;
	background-color: #fff;
	right: 30%;
}
.news > div {
	width: 81%;
	color: #fff;
	letter-spacing: 0.1rem;
}
.products {
	width: 65%;
	margin: 100px auto 114px;
}
.products h2 {
	margin: 0;
}
.products .products-list {
	justify-content: left;
	flex-wrap: wrap;
}
.products .products-list li {
	width: 23%;
	padding: 0;
	margin: 0 2.6% 2.6% 0;
	font-size: 1.8rem;
	line-height: 1.5;
	height: fit-content !important;
}
.products .products-list li a:first-child {
	display: block;
	background-color: #fff;
}
.products-list li:nth-child(4n) {
	margin: 0;
}
.products .products-list li img {
	margin: 0 0 20px;
	width: 100%;
}
.products .products-list li a:last-child {
	display: block;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.05rem;
	line-height: 1.5;
	margin-bottom: 11px;
}
.products .products-list img {
	margin-bottom: 20px;
}
.seasonal,
.journal {
	width: 90.3%;
	margin: 0 0 100px auto;
	display: none;
}
.seasonal .bx-wrapper {
	margin: 0;
}
.seasonal .bx-wrapper .bx-viewport {
	border: none;
	background: unset;
	box-shadow: none;
}
.seasonal #slider2 li a p {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.05rem;
	margin: 25px 0 0;
}
.greetings {
	background: #444;
	position: relative;
	padding: 10% 16.8%;
}
.greetings .left-box img {
	margin-bottom: 9%;
}
.greetings .left-box p {
	color: #fff;
	font-size: 18px;
	line-height: 3;
	letter-spacing: 0.03rem;
}
.greetings .right-box img {
	position: absolute;
	width: 18%;
}
.greetings .right-box img:first-child {
	top: -50px;
	right: 4%;
}
.greetings .right-box img:last-child {
	bottom: -50px;
	right: 9%;
}
.journal {
	margin: 150px 0 100px auto;
	display: block;
}
.journal .journal-list {
	width: 100%;
	display: flex;
}
.journal .journal-list li {
	position: relative;
}
.journal .journal-list li:first-child {
	margin-right: 50px;
}
.journal .journal-list li div {
	width: 100px;
	height: 100px;
	background: #fff;
	border-radius: 100%;
	position: absolute;
	left: -10px;
	top: -10px;
}
.journal .journal-list li div p {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: inline-table;
	text-align: center;
	font-size: 40px;
	font-family: Montserrat;
	line-height: 1;
}
.journal .journal-list li div span {
	display: block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1rem;
}
.shop {
	width: 90%;
	margin: 150px auto 100px;
}
.shop ul {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0 0;
}
.shop ul li {
	width: 31%;
	border-left: solid 1px #444;
	padding: 0 1% 0 1%;
	margin: 0 0 20px;
}
.shop ul li > a {
	width: fit-content;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.01rem;
	margin: 0 4% 0 1.2%;
	display: block;
	line-height: 1;
}
.shop ul li > a p {
	margin-top: 15px;
	position: relative;
}
.shop ul li > a p::after {
	position: absolute;
	content: "";
	width: 13px;
	height: 11px;
	background-image: url(https://aa1185ddq1.smartrelease.jp/satsumaen/ec/img/icon/external-links.svg);
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
	bottom: 0;
	margin: auto;
	margin-left: 10px;
}
.shop ul li p {
	margin-bottom: 15px;
}
.journal .journal-list li a > p:last-child {
	font-size: 2.4rem;
	letter-spacing: 0.05rem;
	line-height: 1.5;
	font-weight: 600;
	margin: 25px 0 0;
}
.journal .journal-list li a:visited {
	color: #444;
	text-decoration: underline;
}
.sp-logo {
	display: none;
}
.bx-wrapper .bx-pager {
	display: none;
}
.bx-controls-direction {
	position: absolute;
	top: -80px;
	right: 50px;
}
.bx-wrapper .bx-controls-direction a {
	margin-top: 0 !important;
	width: 50px !important;
	height: 50px !important;
}
.bx-wrapper .bx-prev {
	left: unset !important;
	right: 65px !important;
	background: url(https://aa1185ddq1.smartrelease.jp/satsumaen/ec/img/icon/arrow-1.svg) no-repeat 0 0 !important;
}
.bx-wrapper .bx-next {
	background: url(https://aa1185ddq1.smartrelease.jp/satsumaen/ec/img/icon/arrow-2.svg) no-repeat 0 0 !important;
	right: 0px !important;
}
#header > ul > li:not(:last-child) {
	z-index: 1;
	margin: -5px 30px 0 0;
}
#header > ul > li:nth-child(5)::after {
	background-color: #fff;
	box-shadow: 0px 0px 3px #808080;
}
#header > ul > li a {
	color: #fff;
	text-shadow: 0px 0px 3px #808080;
}
@media screen and (max-width: 800px) {
	.slider .sp-logo {
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	#header .hidden-pc > div:last-child .cart-area > a {
		color: #fff;
		font-size: 1.5rem;
		letter-spacing: 0.01rem;
	}
	.openbtn1 span,
	.openbtn2 span {
		background-color: #fff;
	}
	.main-area .bx-wrapper .bx-viewport {
		height: 100vh !important;
	}
	.main-area .bx-wrapper img {
		width: unset !important;
		max-width: none !important;
		max-height: none !important;
		height: 100vh;
		position: absolute;
		right: 20%;
	}
	.news {
		width: 90% !important;
		left: 5% !important;
		bottom: 4% !important;
		align-items: center;
	}
	.news h2 {
		width: 27%;
	}
	.news h2:after {
		content: none;
	}
	.news > div {
		width: 73%;
	}
	.news > div:before {
		position: absolute;
		content: "";
		width: 1px;
		background-color: #fff;
		left: 22%;
		height: 40px;
	}
	.products {
		width: 90.3%;
		margin: 30px 0 50px auto;
	}
	.products .sp-list {
		overflow: scroll;
	}
	.products .products-list {
		width: max-content;
	}
	.products .products-list::before {
		display: flex !important;
	}
	.products .products-list li {
		width: 7%;
		font-size: 1.5rem;
		letter-spacing: 0.05rem;
		line-height: 1.5;
		margin: 0 1.5% 0 0;
	}
	@media screen and (min-width: 800px) {
		.products .products-list li {
			height: fit-content !important;
		}
	}
	@media screen and (max-width: 800px) {
		.products .products-list {
			flex-wrap: nowrap;
		}
		.custom-gnav .other-menu div small {
			display: none;
		}
	}
	.products .products-list li a {
		text-align: center !important;
		font-size: 1.5rem;
		letter-spacing: 0.05rem;
		line-height: 1.5;
	}
	.greetings .left-box p {
		font-size: 1.5rem;
		line-height: 2;
	}
	.journal {
		margin: 89px auto 50px !important;
	}
	.journal .journal-list {
		display: block !important;
		margin: 0;
	}
	.journal .journal-list li:first-child {
		margin-right: 0;
	}
	.journal .journal-list li div {
		width: 50px;
		height: 50px;
	}
	.journal .journal-list li div p {
		font-size: 1.8rem;
		font-weight: 500;
	}
	.journal .journal-list li div span {
		font-size: 1.4rem;
		font-weight: 500;
	}
	.journal .journal-list li a > p:last-child {
		font-size: 1.6rem;
		margin: 20px 0 0;
	}
	.journal .journal-list li:first-child a > p:last-child {
		margin: 20px 0 30px;
	}
	.greetings .left-box img {
		width: 75%;
		margin: 0 auto 9%;
	}
	.greetings .right-box img:first-child,
	.greetings .right-box img:last-child {
		display: none;
	}
	.seasonal {
		margin: 0 auto;
	}
	.seasonal .sp-seasonal-list {
		display: block;
		list-style: none;
		margin: 0 auto;
		padding: 0;
	}
	.seasonal .sp-seasonal-list li:first-child {
		margin: 0 auto 30px;
	}
	.seasonal .sp-seasonal-list li p {
		margin-top: 20px;
		font-size: 1.6rem;
		letter-spacing: 0.05rem;
		font-weight: 600;
	}
	.shop {
		display: none;
	}
	.greetings {
		padding: 10% 9.8%;
	}
	.greetings .right-box .hidden-pc {
		position: unset;
		width: 100%;
		margin-top: 13px;
	}
	.bx-controls-direction {
		display: none;
	}
	.top-center-logo {
		width: 50%;
	}
}
.top-display {
	display: block !important;
}
#header > ul > li:nth-child(5) {
	position: relative;
	padding-right: 50px;
	margin-right: 50px;
}
#header > ul > li:nth-child(5)::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 25px;
	background-color: #fff;
	margin-left: 50px;
	top: 0;
}
.products .products-list li:nth-child(n + 9) {
	display: none;
	visibility: hidden;
}

/* 2024.07.01 */
a,
figure > img {
	transition: all ease 0.33s;
}
.main-area::before {
	content: none;
}
.main-slide-area {
	width: 100%;
	overflow: hidden;
	height: 640px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 95px;
	user-select: none;
	pointer-events: none;
}
.main-slide-area .swiper {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	overflow: visible;
	max-width: 1200px;
	user-select: none;
	pointer-events: none;
}
.main-slide-area .swiper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}
@media screen and (max-width: 800px) {
	.main-slide-area {
		height: 60vh;
		max-height: 640px;
		min-height: 250px;
	}
}
.news-box {
	position: absolute;
	z-index: 10;
	right: 1%;
	bottom: -90px;
	background: #fff;
	width: 100%;
	max-width: 515px;
	box-sizing: border-box;
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 180px;
	overflow: hidden;
}
.news-box {
	display: none;
}
.news-box > a {
	display: flex;
	gap: 20px;
	width: 100%;
}
.news-box > a > figure {
	margin: 0;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	width: 100%;
	max-width: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.news-box > a > figure > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-box .news-date {
	position: relative;
	width: 100%;
	line-height: 1;
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 1.3rem;
}
.news-box .news-date::after {
	content: "";
	display: flex;
	height: 1px;
	width: 30px;
	background: #111;
}
.news-box > a > div {
	display: flex;
	flex-flow: column;
	gap: 15px;
	width: 60%;
	padding: 35px 0;
	box-sizing: border-box;
}
.news-box .news-txt {
	font-size: 1.4rem;
}

@media screen and (max-width: 800px) {
	.news-box {
		height: 120px;
		bottom: -60px;
		width: 90%;
		right: 0;
		padding: 10px;
	}
	.news-box > a {
		gap: 15px;
		height: 100%;
	}
	.news-box > a > figure {
		width: auto;
		max-width: none;
		height: auto;
		flex-shrink: 0;
	}
	.news-box > a > div {
		gap: 10px;
		height: 100%;
		overflow: hidden;
		padding: 15px 0;
		box-sizing: border-box;
	}
	.news-box .news-date {
		font-size: 1.2rem;
	}
	.news-box .news-txt {
		font-size: 1.2rem;
	}
}

.h2-heading {
	display: flex;
	flex-flow: column;
	gap: 10px;
	margin-bottom: 50px !important;
	margin-top: 0 !important;
	font-size: 2.6rem;
	font-weight: 500;
	color: #111;
}
.h2-heading > span {
	font-family: Montserrat;
	color: #bbbbbb;
	font-size: 1.4rem;
	line-height: 1;
}

@media screen and (max-width: 800px) {
	.h2-heading {
		margin-bottom: 35px !important;
		font-size: 2rem;
	}
	.h2-heading > span {
		font-size: 1.2rem;
	}
}

.products {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto 100px;
	padding: 0 7.6%;
	box-sizing: border-box;
}
.products .products-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto 50px;
}
.products .products-list > a {
	display: flex;
	flex-flow: column;
	width: 100%;
	background: #fff;
}
.products .products-list > a > figure {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 !important;
	flex-shrink: 0;
}
.products .products-list > a > figure > img {
	margin: 0 !important;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.products .products-list > a:hover > figure > img {
	transform: scale(1.05);
}
.products .products-list > a > div {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	box-sizing: border-box;
	padding: 30px;
	justify-content: space-between;
	gap: 38px;
}
.products .products-list > a > div > h3 {
	font-size: 1.8rem;
	margin: 0 !important;
	display: flex;
	gap: 10px;
	width: 100%;
	flex-flow: column;
	line-height: 1.3;
	font-weight: 500;
}
.products .products-list > a > div > h3 > span {
	font-size: 1.3rem;
	color: #bbbbbb;
	font-family: Montserrat;
	font-weight: 500;
}
.products .products-list > a .price-txt {
	font-size: 1.8rem;
	font-family: Montserrat;
	font-weight: 600;
	width: 100%;
}
.products .products-list > a > div > div > div {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.products .products-list > a > div > div > div > svg {
	width: 40px;
	height: auto;
	aspect-ratio: 1 / 1;
	flex-shrink: 0;
}

@media screen and (max-width: 800px) {
	.products {
		margin: 0 auto 60px;
		padding: 0 5%;
	}
	.products .products-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 25px;
	}
	.products .products-list > a > div {
		padding: 20px;
		gap: 25px;
	}
	.products .products-list > a > div > h3 {
		font-size: 1.6rem;
	}
	.products .products-list > a > div > h3 > span {
		font-size: 1.2rem;
	}
	.products .products-list > a > div > div > div > svg {
		width: 30px;
	}
}
@media screen and (max-width: 500px) {
	.products .products-list {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
	.products .products-list > a > figure {
		height: 200px;
	}
	.products .products-list > a > div {
		padding: 15px;
		gap: 20px;
	}
}

.more-link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 177px;
	min-width: 177px;
	background-color: transparent;
	margin: 0 auto;
	text-align: center;
	border-radius: 0;
	font-size: 1.6rem;
	letter-spacing: 0.05rem;
	line-height: 1;
	padding: 0;
	font-weight: 500;
	gap: 20px;
}
.more-link > svg {
	width: 40px;
	height: auto;
	aspect-ratio: 1 / 1;
	flex-shrink: 0;
}
@media screen and (max-width: 800px) {
	.more-link > svg {
		width: 30px;
	}
}

/* ------ TEA LEAVES ------ */
.tea-leaves-outer {
	width: 100%;
	background: #fff;
	padding: 100px 0 150px;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	flex-flow: column;
	gap: 100px;
}
.tea-leaves {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 7.6%;
	box-sizing: border-box;
}
.tea-leaves .tea-leaves-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	row-gap: 50px;
	column-gap: 40px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}
.tea-leaves .tea-leaves-list > a {
	display: flex;
	flex-flow: column;
	width: 100%;
	background: #fff;
}
.tea-leaves .tea-leaves-list > a > figure {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	aspect-ratio: 375 / 211;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 !important;
	flex-shrink: 0;
}
.tea-leaves .tea-leaves-list > a > figure > img {
	margin: 0 !important;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.tea-leaves .tea-leaves-list > a:hover > figure > img {
	transform: scale(1.05);
}

.tea-leaves .tea-leaves-list > a > div {
	width: 100%;
	height: auto;
	display: flex;
	box-sizing: border-box;
	padding: 15px 0 0;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}
.tea-leaves .tea-leaves-list > a > div > div {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 10px;
}
.tea-leaves .tea-leaves-list > a > div > svg {
	width: 40px;
	height: auto;
	aspect-ratio: 1 / 1;
	flex-shrink: 0;
}

.tea-leaves .tea-leaves-list > a > div > div > h3 {
	font-size: 2.4rem;
	margin: 0 !important;
	display: flex;
	align-items: baseline;
	gap: 10px;
	width: 100%;
	line-height: 1;
	font-weight: 500;
}
.tea-leaves .tea-leaves-list > a > div > div > h3 > span {
	font-size: 1.3rem;
	color: #bbbbbb;
	font-family: Montserrat;
	font-weight: 500;
}
.tea-leaves .tea-leaves-list > a > div > div > .desc-txt {
	font-size: 1.3rem;
	line-height: 1.4;
}

.type-purpose-box {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 7.6%;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}

@media screen and (max-width: 800px) {
	.tea-leaves-outer {
		padding: 50px 0 70px;
		gap: 70px;
	}
	.tea-leaves {
		padding: 0 5%;
	}
	.tea-leaves .tea-leaves-list {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 25px;
		column-gap: 20px;
	}
	.tea-leaves .tea-leaves-list > a > div > div > h3 {
		font-size: 1.8rem;
	}
	.tea-leaves .tea-leaves-list > a > div > div > .desc-txt {
		font-size: 1.2rem;
	}
	.tea-leaves .tea-leaves-list > a > div > svg {
		width: 30px;
	}
}
@media screen and (max-width: 500px) {
	.tea-leaves .tea-leaves-list {
		grid-template-columns: repeat(1, 1fr);
		row-gap: 30px;
	}
}

/* ------ TYPE & PURPOSE------ */
.tea-type-purpose {
	width: 100%;
	box-sizing: border-box;
}
.tea-type-purpose .tea-type-purpose-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 30px;
	column-gap: 20px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}
.tea-type-purpose .tea-type-purpose-list > a {
	display: flex;
	flex-flow: column;
	width: 100%;
	background: #fff;
}
.tea-type-purpose .tea-type-purpose-list > a > figure {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	aspect-ratio: 250 / 141;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 !important;
	flex-shrink: 0;
}
.tea-type-purpose .tea-type-purpose-list > a > figure > img {
	margin: 0 !important;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.tea-type-purpose .tea-type-purpose-list > a:hover > figure > img {
	transform: scale(1.05);
}
.tea-type-purpose .tea-type-purpose-list > a > div {
	width: 100%;
	height: auto;
	display: flex;
	box-sizing: border-box;
	padding: 18px 0 0;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}
.tea-type-purpose .tea-type-purpose-list > a > div > div {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 10px;
}
.tea-type-purpose .tea-type-purpose-list > a > div > svg {
	width: 40px;
	height: auto;
	aspect-ratio: 1 / 1;
	flex-shrink: 0;
}

.tea-type-purpose .tea-type-purpose-list > a > div > div > h3 {
	font-size: 2.4rem;
	margin: 0 !important;
	display: flex;
	align-items: baseline;
	gap: 10px;
	width: 100%;
	line-height: 1;
	font-weight: 500;
	flex-flow: column;
}
.tea-type-purpose .tea-type-purpose-list > a > div > div > h3 > span {
	font-size: 1.3rem;
	color: #bbbbbb;
	font-family: Montserrat;
	font-weight: 500;
}

@media screen and (max-width: 800px) {
	.type-purpose-box {
		padding: 0 5%;
		grid-template-columns: repeat(1, 1fr);
		gap: 70px;
	}
	.tea-type-purpose .tea-type-purpose-list {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 25px;
		column-gap: 20px;
	}
	.tea-type-purpose .tea-type-purpose-list > a > div > div > h3 {
		font-size: 1.8rem;
	}
	.tea-type-purpose .tea-type-purpose-list > a > div > div > h3 > span {
		font-size: 1.2rem;
	}
	.tea-type-purpose .tea-type-purpose-list > a > div > svg {
		width: 30px;
	}
}
@media screen and (max-width: 500px) {
	.tea-type-purpose .tea-type-purpose-list {
		grid-template-columns: repeat(1, 1fr);
		row-gap: 30px;
	}
}

/* ------ JOURNAL ------ */
.journal {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 150px 7.6%;
	box-sizing: border-box;
}
.journal .journal-list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	margin: 0 auto 50px !important;
}
.journal .journal-list li {
	margin: 0 !important;
}
.journal .journal-list li a {
	width: 100%;
	height: auto;
	display: flex;
	position: relative;
	flex-flow: column;
	gap: 20px;
}
.journal .journal-list li a > p {
	margin: 0 !important;
	font-weight: 500 !important;
}

@media screen and (max-width: 800px) {
	.journal {
		margin: 0 auto !important;
		padding: 70px 5%;
	}
	.journal .journal-list {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
	}
	.journal .journal-list li a {
		gap: 15px;
	}
}
@media screen and (max-width: 500px) {
	.journal .journal-list {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* ------ SHOP ------ */
.shop-outer {
	width: 100%;
	background: #fff;
	padding: 100px 0 150px;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	flex-flow: column;
	/* gap: 100px; */
}
.shop {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 7.6%;
	box-sizing: border-box;
}
.shop-list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.shop-list > * {
	width: 100%;
	display: flex;
	flex-flow: column;
	position: relative;
}

.shop-list > * figure {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0 !important;
	aspect-ratio: 390 / 219;
}
.shop-list > * figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.shop-list > *:hover figure > img {
	transform: scale(1.05);
}
.shop-list > * > div {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 15px;
	padding: 25px 0 0;
}
.shop-list .shop-name {
	margin: 0 !important;
	font-weight: 500;
	font-size: 1.8rem;
}
.shop-list .shop-contents {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 13px;
}
.shop-list .shop-address-box {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 1.3rem;
	font-weight: 500;
}
.shop-list .shop-info-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 5px;
}
.shop-list .shop-info-box dl {
	display: flex;
	gap: 20px;
	margin: 0 !important;
}
.shop-list .shop-info-box dl dt {
	width: 30%;
	max-width: 90px;
	font-weight: 500;
	flex-shrink: 0;
}
.shop-list .shop-info-box dl dd {
	margin: 0 !important;
	font-weight: 500;
}

@media screen and (max-width: 800px) {
	.shop-outer {
		padding: 50px 0 70px;
	}
	.shop {
		display: block !important;
		padding: 0 5%;
	}
	.shop-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.shop-list > * > div {
		padding: 15px 0 0;
		gap: 7px;
	}
	.shop-list .shop-name {
		font-size: 1.6rem;
	}
	.shop-list .shop-address-box {
		font-size: 1.2rem;
	}
	.shop-list .shop-info-box dl {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 500px) {
	.shop-list {
		grid-template-columns: repeat(1, 1fr);
		gap: 25px;
	}
}
