#sanchitowatashi {
	max-width: 750px;
	margin: auto;
	font-size: 26px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	color: #000;
	padding-bottom: 1px;
	position: relative;
	line-height: 1.8;
	position: relative;
	overflow: hidden;
}
@media (max-width: 750px) {
	#sanchitowatashi {
		font-size: 3.4vw;
	}
}
#sanchitowatashi img {
	width: 100%;
}
.wrap-sns {
	background: #fbec21;
	padding: 2em 0;
}
.txt-line {
	position: relative;
	display: inline-block;
	opacity: 0;
	transform: translate(0, 50px);
	transition-duration: 0.4s;
	overflow: hidden;
}
.txt-line.on {
	opacity: 1;
	transform: translate(0, 0);
}
.txt-line::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 10%;
	width: 100%;
	height: 35%;
	background: #fff;
	z-index: 1;
	opacity: 0;
	transform: translate(-100%, 0);
	transition-duration: 1s;
}
.txt-line.on::after {
	opacity: 1;
	transform: translate(0, 0);
}
.txt-line span {
	position: relative;
	display: inline-block;
	z-index: 2;
}
.ta-c {
	text-align: center;
}
.txt-line2 {
	position: relative;
	display: inline-block;
	opacity: 1;
	/* transform: translate(0, 50px); */
	transition-duration: 0.4s;
	overflow: hidden;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 0.75em;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 0.2em;
}
.txt-line2.on {
	/* opacity: 1.0;
    transform: translate(0, 0); */
}
.txt-line2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 10%;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 1;
	opacity: 1;
	/* opacity: 0; */
	transform: translate(0, 0);
	/* transform: translate(-100%, 0); */
	transition-duration: 1s;
}
.txt-line2.on::after {
	opacity: 1;
	transform: translate(0, 0);
}
.txt-line2 span {
	position: relative;
	display: inline-block;
	z-index: 2;
}

.attention {
	font-size: 85%;
	margin: 0 5% 1em;
}
#btn-f-top {
	position: fixed;
	z-index: 1000;
	right: 0;
	bottom: 0;
	width: 60px;
}
.header-contents {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	max-width: 750px;
	margin: auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	z-index: 9990;
}
.header-contents.fixed {
	position: fixed;
	z-index: 9990;
}
.header-contents .logo {
	width: 69.6%;
}
.header-contents .btn {
	width: 15.2%;
}

/* メインスライド */
.slide-main {
	margin: 0;
	overflow: hidden;
}
.slide-main-inner {
	position: relative;
}
.slide-main-inner .bg {
	position: relative;
	z-index: 1;
}
.slide-main-inner .slide-single {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-mask-image: url(../img/mask_slide.png);
	-webkit-mask-position: left 0 top 100%;
	-webkit-mask-size: 100%;
	z-index: 10;
	background: #fff;
}
.slide-main-inner .slide-single.current {
	animation: move 1s ease-in-out 0.25s forwards;
	z-index: 30;
}
.slide-main-inner .slide-single.current-next {
	z-index: 20;
}
@keyframes move {
	100% {
		-webkit-mask-position: left 0 top 0%;
	}
}

/* 導入部分 */
.copy-index {
	text-align: center;
	margin: 3em 0 6em;
	font-size: 120%;
	letter-spacing: 0.1em;
	line-height: 2.2;
}

/* こだわり */
#kodawari01 {
	background: #aac3dc;
	overflow: hidden;
}
#kodawari01 h2,
#kodawari01 p {
	padding: 0 6.66% 0em;
}
#kodawari01 .text {
	text-align: center;
	line-height: 2;
	font-size: 32px;
	padding: 0;
}
@media (max-width: 750px) {
	#kodawari01 .text {
		font-size: 4.18vw;
	}
}

/* マーケット */
.market {
	background: #f2f0ef;
	padding: 11.5% 6.66% 11.5%;
}

.market .logo {
	text-align: center;
}
.market .note {
	text-align: center;
	font-size: 1.1em;
	line-height: 1.75;
}
.market .market-lead {
	padding: 0 4.5% 0;
	text-align: center;
	font-size: 1.25em;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.market .market-lead rt {
	transform: translateY(-0.1em);
}
.market .market-lead .market-lead_title {
	font-size: 1.3em;
	letter-spacing: 0.1em;
	text-align: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
.market .market-lead .market-lead_title span {
	display: block;
	font-size: 0.75em;
}
.market .market-lead .market-lead_text {
	font-size: 0.85em;
	font-weight: normal;
	line-height: 1.9;
}
.market .market-lead .market-lead_text small {
	font-size: 80%;
	line-height: 2;
}

.market .market-Mainitem h3 {
	text-align: center;
	font-size: 1.25em;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.market .market-Mainitem h3 span {
	display: block;
	font-size: 0.9em;
	line-height: 1.5;
	margin-bottom: 0.25em;
	font-weight: normal;
	-moz-osx-font-smoothing: auto;
	-webkit-font-smoothing: auto;
}
.market .market-Mainitem .price {
	text-align: center;
	font-size: 1.25em;
	line-height: 1.6;
	letter-spacing: 0.1em;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
.market .market-Mainitem .img {
	display: block;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
.market .market-Mainitem .btn {
	width: 85%;
	margin: auto;
}
.market .market-items_title {
	text-align: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
.market .market-items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/* display: grid;
  grid-template-columns: repeat(2, 1fr); */
	gap: min(8vw, 30px) 4%;
	font-weight: bold;
}
.market .market-item {
	display: flex;
	flex-direction: column;
	width: 48%;
}
.market .market-item .cont {
	margin: 0 auto min(4vw, 20px);
	flex-grow: 1;
}
.market .market-item figure {
	margin: 0 auto 0.5em;
	font-weight: 500;
}
.market .market-item figure figcaption {
	margin-top: 0.7em;
}
.market .market-item .img img {
	display: block;
	width: 70%;
	margin: 0 auto min(3vw, 10px);
}
.market .market-item .spec dt {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
.market .market-item .spec dd {
	font-weight: normal;
}
.market .market-item .btn {
	width: 95%;
	margin: auto;
}

/* ファーマー */
#mission {
	background-color: #aac3dc;
	padding: 16% 6.66% 13%;
}
#mission .name {
	font-weight: bold;
	font-size: 110%;
	text-align: center;
}
#mission .text {
	margin: 0 4.5%;
	text-align: justify;
	line-height: 2;
}
#mission .img {
	margin-left: 4.5%;
	margin-right: 4.5%;
}
#mission .img:has(figcaption) img {
	display: block;
	margin-bottom: 5px;
}
#mission .img figcaption {
	font-size: 0.925em;
	line-height: 1.75;
	text-align: center;
	margin-top: 3px;
}

/* プロダクト */
#products {
	background: #aac3dc;
	margin-left: 8.66%;
	margin-right: 8.66%;
	border-radius: min(8vw, 40px);
}
#products .inner {
	padding: 3em 10.96%;
}
#products .cell-number:not(:last-child) {
	margin: 0 0 min(14vw, 4em);
}
#products .cell-number .num {
	width: 21%;
	margin-left: auto;
	margin-right: auto;
}
#products .cell-number:first-child .title {
	letter-spacing: 0.125em;
}
#products .cell-number .title {
	margin-bottom: 0.75em;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 0.175em;
}
#products .cell-number .fukidashi-num {
	margin-bottom: 1em;
	overflow: hidden;
	position: relative;
}
#products .cell-number .text {
	margin-bottom: 2em;
	line-height: 2;
}
#products .cell-number .img figcaption {
	font-size: 0.9em;
	margin-top: 10px;
}
#products .cell-number .img img {
	border-radius: 50px;
}
@media (max-width: 750px) {
	#products .cell-number .img img {
		border-radius: 6vw;
	}
}

/* ナビゲーター */
#navigator .text img {
	backface-visibility: hidden;
}
#navigator .navigator-img .imgRight {
	margin-left: 24%;
}

#navigator .navigator-img .imgLeft {
	margin-right: 24%;
}
#navigator .navigator-img figcaption {
	font-size: 0.9em;
	line-height: 1.65;
	margin-top: 10px;
}
#navigator .navigator-img .imgLeft figcaption {
	margin-left: 6.66%;
}
#navigator .navigator-img .imgRight figcaption {
	margin-right: 6.66%;
}
#navigator .navigator-img .profile .nameBox dt {
	font-weight: bold;
}
#navigator .navigator-img .profile .name {
	font-weight: bold;
	font-size: 1.3em;
	letter-spacing: 0.075em;
	margin-bottom: 3px;
}
#navigator .navigator-img .profile .name span {
	display: block;
	font-size: 0.7em;
}
#navigator .navigator-img .profile .profile-text {
	line-height: 1.95;
}
#navigator .navigator-img .imgRight .profile {
	margin-right: 6.66%;
}

#navigator .check .checkBtn {
	display: block;
	width: 70%;
	margin: auto;
}

.archive {
	margin-left: 9.06%;
	margin-right: 9.06%;
}
.attention {
	font-size: 80%;
}
