@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Delius&display=swap");

body {
	font-family: "Noto Serif JP", "Hiragino Mincho Pro", serif;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.1em;
	background-color: #faf8ec;
	font-weight: normal;
}
p {
	line-height: 2;
}
a {
	color: #000;
	transition: 0.3s;
}
a:hover {
	color: #ccc;
}
h1,
h2,
h3 {
	letter-spacing: 0.15em;
}
br.sp-view {
	display: inline;
}
br.pc-view {
	display: none;
}
h1 br {
	display: none;
}
@media screen and (min-width: 960px) {
	br.sp-view {
		display: none;
	}
	br.pc-view {
		display: inline;
	}
	h1 br {
		display: inline;
	}
}

input,
select {
	-webkit-appearance: none;
	border-radius: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
	border-top: solid 1px #fff;
	width: 94%;
}
@media screen and (min-width: 960px) {
	table {
		width: 100%;
	}
}

th,
td {
	vertical-align: top;
}
th,
td {
	padding: 1rem 0.5rem;
	border-bottom: solid 1px #fff;
	line-height: 1.8;
}
@media screen and (min-width: 960px) {
	th,
	td {
		padding: 1.5rem 1.5rem;
	}
}

.page-gifu td > table td.title {
	white-space: nowrap;
	text-align: left;
}
.page-gifu td > table,
.page-gifu td > table td,
.page-gifu td > table th {
	border: none;
	padding: 0;
}

.caption {
	margin-top: 10px;
}

/* animate時間 */
.animate__delay-02s {
	animation-delay: calc(var(--animate-delay) * 0.2);
}
.animate__delay-03s {
	animation-delay: calc(var(--animate-delay) * 0.3);
}
.animate__delay-05s {
	animation-delay: calc(var(--animate-delay) * 0.5);
}
.animate__delay-06s {
	animation-delay: calc(var(--animate-delay) * 0.6);
}
.animate__delay-07s {
	animation-delay: calc(var(--animate-delay) * 0.7);
}
.animate__delay-08s {
	animation-delay: calc(var(--animate-delay) * 0.8);
}
.animate__delay-13s {
	animation-delay: calc(var(--animate-delay) * 1.3);
}
.animate__delay-16s {
	animation-delay: calc(var(--animate-delay) * 1.6);
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

/* module */
.font-serif {
	font-family: "Noto Serif JP", "Hiragino Mincho Pro", serif;
}

.mt2em {
	margin-top: 2em;
}
.sp-pb50 {
	padding-bottom: 50px;
}

.pc-view {
	display: none;
}

@media screen and (min-width: 960px) {
	.font-xl {
		font-size: 36px !important;
	}

	.pc-mt30 {
		margin-top: 30px !important;
	}
	.pc-mt60 {
		margin-top: 60px !important;
	}
	.pc-mt90 {
		margin-top: 90px !important;
	}
	.sp-pb50 {
		padding-bottom: 0;
	}

	.pc-view {
		display: block;
	}
	.sp-view {
		display: none !important;
	}
}

/* header */
#header {
	position: relative;
}
#header-inner {
	position: fixed;
	z-index: 9000;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px;
}
#header-logo {
	position: absolute;
	top: 0;
	left: 15px;
	padding: 10px;
	width: 72px;
}

#main-visual {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 375px;
	padding-top: 160px;
	color: #fff;
	text-align: center;
}

.page-products #main-visual {
	background-image: url("../img/products/bg-products.png");
}
.page-sundarbans #main-visual {
	background-image: url("../img/sundarbans/bg-sundarbans.png");
}
.page-gifu #main-visual {
	background-image: url("../img/gifu/bg-gifu.png");
}

#main-visual .main-title {
	font-size: 24px;
	padding: 0 20px;
}
/* スクロールしたあとのヘッダー背景色とロゴ変える */
#header-inner.change-color {
	background-color: rgb(
		0,
		64,
		23,
		0.35
	); /* スクロールしたあとのヘッダー背景色 */
	background-color: rgb(
		90,
		65,
		10,
		0.35
	); /* スクロールしたあとのヘッダー背景色 */
	transition: 0.3s;
	height: 72px;
}

@media screen and (min-width: 960px) {
	#header-logo {
		left: 30px;
		width: 74px;
		top: 10px;
		padding: 0;
	}

	/* スクロールしたあとのヘッダー背景色とロゴ変える */
	#header-inner.change-color {
		background-color: rgb(
			0,
			64,
			23,
			0.35
		); /* スクロールしたあとのヘッダー背景色 */
		background-color: rgb(
			90,
			65,
			10,
			0.35
		); /* スクロールしたあとのヘッダー背景色 */
		transition: 0.3s;
		height: 68px;
	}
	#header-inner.change-color #header-logo {
		top: 5px;
	}
	.header-logo.change-color.-before {
		display: none;
	}
	.header-logo.-after {
		display: none;
	}
	.header-logo.change-color.-after {
		display: block;
	}
	.change-color #gnav-pc ul.products-nav-list {
		background-color: rgb(0, 64, 23, 0.35);
		background-color: rgb(90, 65, 10, 0.35);
		transition: 0.3s;
		margin-top: 4px;
		padding-bottom: 15px;
	}

	#gnav-pc .products-nav-list.change-color a {
		transition: 0.3s;
	}
	#gnav-pc .products-nav-list.change-color a {
		transition: 0.3s;
	}
	#gnav-pc .products-nav-list.change-color li::before {
		content: "− ";
		font-weight: bold;
	}
	/* スクロールしたあとのヘッダー背景色とロゴ変える */

	#main-visual {
		margin-top: 0;
		height: 600px;
		padding-top: 370px;
		padding-top: 280px;
	}
	#main-visual .main-title {
		font-size: 30px;
		letter-spacing: 0.5em;
		font-weight: 400;
	}
	#main-visual .header-lead {
		font-size: 18px;
	}
}

/* nav products開閉 header/footer 共通 */
.sp-nav a {
	text-decoration: none;
}
.sp-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.sp-nav > ul {
	font-size: 122%;
}
.sp-nav li {
	margin: 25px 0 0;
}
.sp-nav .products-nav {
	position: relative;
}
.sp-nav .products-nav .btn-accordion-plus {
	position: absolute;
	top: -7px;
	left: 3em;
	font-size: 20px;
}
.sp-nav ul.products-nav-list {
	z-index: 20;
	overflow: hidden;
	transition: all 0.3s linear;
}
.sp-nav .products-nav li {
	padding-left: 1.2em;
	text-indent: -1.2em;
}

.sp-nav .products-nav li::before {
	content: "− ";
}

/* PC global nav */
#gnav-pc {
	z-index: 9999;
	position: absolute;
	top: 25px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
#gnav-pc a {
	color: #fff;
	text-decoration: none;
	transition: all 0.3s;
}
#gnav-pc a:hover {
	opacity: 0.7;
}
#gnav-pc ul {
	list-style: none;
	display: flex;
	justify-content: center;
}
#gnav-pc li {
	list-style: none;
}
#gnav-pc > ul > li {
	margin: 0 30px;
}
#gnav-pc li.products-nav {
	color: #fff;
	cursor: pointer;
	position: relative;
}
#gnav-pc ul.products-nav-list {
	padding: 0px;
	position: absolute;
	left: 0;
	z-index: 4;
	width: 180px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
	display: block;
	left: -100%;
	font-size: 90%;
}
/*hoverしたら表示*/
#gnav-pc li.products-nav:hover > ul,
#gnav-pc li.products-nav ul li:hover > ul,
#gnav-pc li.products-nav:active > ul,
#gnav-pc li.products-nav ul li:active > ul {
	visibility: visible;
	opacity: 1;
}

#gnav-pc .products-nav li {
	margin: 0;
	padding-top: 15px;
}
#gnav-pc .products-nav-list li::before {
	content: "− ";
}
/* SP global navi */
#gnav-sp {
	z-index: 9900;
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	height: 100%;
	padding: 40px 20px;
	background-color: #004017;
	opacity: 0.9;
	color: #fff;
	transform: translate(300px);
	transition: all 0.2s;
}
#gnav-sp a {
	color: #fff;
}
html.fixed,
html.fixed body {
	height: 100%;
	overflow: hidden;
}
html.fixed #gnav-sp {
	transform: translate(0px);
}

#btn-gnav-wrap {
	z-index: 9999;
	position: fixed;
	top: 0;
	right: 0;
	padding: 18px;
}
#btn-gnav-wrap.active {
	background-color: transparent;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 30px;
	height: 26px;
	background: none;
	border: none;
	appearance: none;
	cursor: pointer;
}
.menu-trigger:focus:not(:focus-visible) {
	outline: none;
}
.menu-trigger::before,
.menu-trigger::after {
	content: "";
}
.menu-trigger::before,
.menu-trigger::after,
.menu-trigger span {
	position: absolute;
	width: 100%;
	height: 3px;
	background: #fff;
	transform-origin: 50% 50%;
	transition: 0.2s;
}

.menu-trigger::before {
	top: 12px;
	left: 0;
	transform: rotate(45deg) scaleX(0);
}
.menu-trigger::after {
	top: 12px;
	right: 0;
	transform: rotate(-45deg) scaleX(0);
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
	left: 0;
	transition-delay: 0.2s;
}
.menu-trigger span:nth-of-type(2) {
	top: 12px;
	left: 0;
	transition-delay: 0.2s;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
	left: 0;
	transition-delay: 0.2s;
}
.menu-trigger.active::before {
	transform: rotate(45deg) scaleX(1);
	transition-delay: 0.2s;
	background: #fff;
}
.menu-trigger.active::after {
	transform: rotate(-45deg) scaleX(1);
	transition-delay: 0.2s;
	background: #fff;
}
.menu-trigger.active span {
	transform: scaleX(0);
	transition-delay: 0s;
	background: #fff;
}

/* subnav */
#subnav ul {
	list-style: none;
	display: flex;
	justify-content: center;
	padding: 20px 0;
	margin-bottom: 5rem;
	background-color: #fff;
}
#subnav ul li {
	text-align: center;
	margin: 10px 5px;
	position: relative;
	width: 50%;
}
#subnav ul li a {
	display: block;
	padding: 0 10px;
	text-decoration: none;
	color: #00561f;
	font-size: 16px;
	font-weight: 500;
}
#subnav ul li a::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #00561f;
	border-right: 1px solid #00561f;
	transform: rotate(45deg);
	right: 5px;
}
@media screen and (min-width: 960px) {
	#subnav ul li {
		margin: 20px 20px;
		width: auto;
	}
	#subnav ul li a {
		padding: 0 30px;
	}
}

/* main */
.bg-beige {
	background-color: #f0ede5;
}
section {
	padding: 15px 15px 30px;
}
.section-box {
	max-width: 800px;
	margin: 0 auto;
}
.page-gifu .section-box {
	max-width: 1400px;
	margin: 0 auto;
}
.page-gifu .section-box#hori {
	padding-top: 4rem;
}
.section-box-wide {
	margin: 0 auto;
	padding: 0;
}
.section-box-wide img.pd {
	padding: 15px 15px;
}

.lead {
	text-align: center;
}
.page-gifu .lead {
	max-width: 600px;
	margin: 10px auto 60px;
	text-align: center;
	padding: 15px 15px;
}
.page-sundarbans .lead {
	max-width: 660px;
	margin: 20px auto 30px;
	text-align: center;
	padding: 15px 15px;
}
.title {
	padding: 20px 20px;
	text-align: center;
	font-weight: 500;
}
.section-title {
	padding: 20px 10px;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: center;
}
.page-gifu .section-title {
	text-align: center;
}

.page-gifu .lead .section-title {
	padding: 1.5rem;
}
img {
	margin-left: auto;
	margin-right: auto;
}
.subtitle {
	text-align: center;
	color: #5a410a;
}

.products-title {
	color: #5a410a;
	text-align: center;
	font-weight: 600;
	padding: 10px 0 20px;
}
.page-products .products-box {
	margin-bottom: 20px;
}

.page-gifu .products-box {
	margin: 5rem auto;
}
.page-sundarbans .products-box {
	margin: 5rem auto;
}
.page-sundarbans .product-sundarbans {
	background-color: #fff;
}
.page-sundarbans .section-box-wide.tableimage {
	margin-top: 5rem;
}
.page-sundarbans .section-box-wide.tableimage .img-box {
	background-image: url("../img/sundarbans/img-sundarbans-table.png");
}

.page-sundarbans .product-sundarbans .products-box {
	background-color: #fff;
	margin-top: 0;
	margin-bottom: 0;
	background: url("../img/sundarbans/img-bee.png") no-repeat;
	background-position: left 80%;
	padding-top: 2rem;
	padding-bottom: 3rem;
}

.text-box {
	max-width: 830px;
	margin: 0 auto;
}
.title + .text-box {
	padding-top: 0;
}
.text-box p + p {
	margin-top: 1em;
}
.products-img {
	padding: 5px;
}
.img-box2 {
	padding: 0px 0 50px;
}
.about-box {
	padding: 50px 0 40px;
}
.about-img-box {
	padding: 0;
}
.products-img img {
	max-height: 400px;
	margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
	section {
		padding: 0;
	}
	.section-box-wrap {
		padding-bottom: 90px;
	}
	.section-box-wide.mustard {
		margin-top: 90px;
	}

	.section-title {
		padding: 60px 0 50px;
		font-size: 28px;
	}
	.lead .section-title {
		padding: 60px 0 30px;
	}
	.page-sundarbans .lead {
		max-width: 660px;
		margin: 40px auto 60px;
		text-align: center;
		padding: 15px 15px;
	}

	.title {
		padding: 70px 0;
		line-height: 2.2;
	}

	.text-box {
		padding: 0;
	}
	.products-box {
		display: flex;
		margin-bottom: 110px;
		justify-content: space-between;
		align-items: center;
	}
	.products-box.products-img-right {
		flex-direction: row-reverse;
	}

	.page-gifu .products-box,
	.page-sundarbans .products-box {
		max-width: 800px;
	}

	.products-box.imgL {
		display: block;
	}

	.products-box.products-img-right {
		flex-direction: row-reverse;
	}
	.products-img,
	.products-text {
		width: 100%;
		max-width: 100%;
	}
	.products-img img {
		margin: 0 auto;
	}
	.page-gifu .products-img img {
		margin: 0 auto;
	}

	.products-title {
		font-size: 24px;
	}
	.subtitle {
		font-size: 16px;
	}
	.products-text .title {
		padding-top: 0;
	}
	.products-text {
		margin-left: 30px;
	}
	.products-box.imgL .products-text {
		width: 50%;
	}

	.products-img-right .products-text {
		margin-left: 0;
		margin-right: 30px;
	}
	.products-text .text-box {
		padding-bottom: 0;
	}
	.page-products .products-box {
		margin: 50px 0 100px;
	}

	.page-gifu .lead {
		max-width: 600px;
		margin: 40px auto 60px;
	}
	.page-gifu .section-title {
		padding: 70px 0;
	}

	.img-box2 {
		padding: 70px 0 0px;
	}

	.about-box {
		padding-top: 90px;
	}
	.about-img-box {
		padding: 0 250px;
	}
}

.page-gifu .swiper-pagination {
	bottom: 15% !important;
}

@media screen and (min-width: 960px) {
	.page-gifu .swiper-pagination {
		bottom: 40px !important;
	}
}

/* button */
.btn-box {
	margin: 2rem 0;
}
.btn-more {
	padding: 20px 0;
	text-align: center;
	margin: 0 1rem;
}
.btn-more a {
	position: relative;
	display: inline-block;
	padding: 14px 4em;
	background-color: #5a410a;
	text-decoration: none;
	transition: 0.3s;
	border-radius: 50px;
	color: #fff;
	line-height: 1.8;
	min-height: 3.5rem;
	margin-bottom: 25px;
}
.btn-more.lines a {
	line-height: 1.3;
}

.btn-more a:hover {
	background-color: #00561f;
	color: #fff;
}

.btn-more a::after {
	content: " ";
	position: absolute;
	z-index: 2;
	top: 40%;
	right: 20px;
	display: block;
	width: 26px;
	height: 10px;
	background: url("../img/common/arrow-button.svg") no-repeat;
	transition: all 0.3s;
}
.btn-more a:hover::after {
	right: 3%;
}
@media screen and (min-width: 960px) {
	.btn-box {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

/* products */
.top-products-wrap {
	background: #f3f1ed;
}
.top-products-box {
	text-align: center;
}
.top-products-box .logo-products {
	display: inline-block;
	width: 210px;
	margin-top: 20px;
}
.top-products-box .logo-products.sundarbans {
	width: 160px;
	margin-bottom: 20px;
	margin-top: 30px;
}
.top-products-box .logo-products.gifu {
	width: 94%;
}

@media screen and (min-width: 960px) {
	.top-products-wrap {
		background: url("../img/top/bg-top-products.png") left top repeat-x #f3f1ed;
	}
	#main .top-products-wrap .title {
		font-size: 30px;
	}
	.top-products-box {
		max-width: 1502px;
		overflow: hidden;
	}
	.top-products-box > section {
		float: left;
		width: 50%;
		padding: 0 25px 50px;
	}
	.top-products-box .logo-products {
		width: 58%;
	}
	.top-products-box .logo-products.sundarbans {
		width: 35%;
		margin-bottom: 20px;
	}
	.top-products-box .logo-products.gifu {
		width: 90%;
	}
}
/* img-box */
.img-box {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 200px;
}
.page-products .img-box {
	background-image: url("../img/products/img-box-products.png");
}
.page-sundarbans .img-box {
	background-image: url("../img/sundarbans/img-box-sundarbans.png");
}
.page-gifu .img-box {
	background-image: url("../img/gifu/img-box-gifu.png");
	background-position: inherit;
}
@media screen and (min-width: 960px) {
	.img-box {
		height: 360px;
	}
}
/* footer */
#footer {
	position: relative;
	text-align: center;
	margin-top: 30px;
}

#footer a {
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
}
#footer-logo {
	line-height: 1;
}
#footer-logo a {
	display: inline-block;
	width: 100px;
	margin-bottom: 0.5rem;
}
#footer-pagetop {
	z-index: 9000;
	position: fixed;
	bottom: 20px;
	right: 15px;
	opacity: 1;
}
.top-view #footer-pagetop {
	z-index: -1;
	opacity: 0;
	transition: 0.3s;
}
#footer-pagetop.foot {
	position: absolute;
	bottom: auto;
	bottom: 20px;
}
#footer-pagetop a {
	display: block;
	width: 40px;
	height: 0;
	padding-top: 75px;
	overflow: hidden;
	background: url("../img/common/arrow-pagetop.svg") center center no-repeat;
}
#footer .title {
	padding: 20px 0 10px;
	font-size: 24px;
}
#footer .btn-more {
	padding: 10px 0 20px;
}
#footer .time {
	letter-spacing: 0;
}

#footer .copy {
	padding: 1em;
	font-size: 12px;
	margin: 3rem 0 1rem;
}

@media screen and (min-width: 960px) {
	#footer-logo a {
		width: 96px;
	}
	#footer-pagetop {
		bottom: 30px;
		right: 35px;
	}
	#footer-pagetop a {
		width: 40px;
		height: 0;
		padding-top: 95px;
	}
	#footer .time {
		letter-spacing: inherit;
	}
}
