@charset "utf-8";


/* ==========================================================
 max-width: 780px
========================================================== */
@media screen and (max-width:800px) {
/* ==========================================================
 共通パーツ
========================================================== */
.inner {
	padding: 0 15px;
}
.intro {
	margin: 40px auto 30px;
	max-width: none;
	padding: 0 15px;
}
section + section {
	margin-top: 50px;
	padding-top: 50px;
	border-top: var(--border-s);
}
.mb50 {
	margin-bottom:20px;
}
.cut-border::before {
	right: 70px;
}
.cut-border::after {
	right: 70px;
}
.anchor-list {
	border-radius: 0;
	flex-wrap: wrap;
	width: 100%;
	font-size: 13px;
	margin-bottom: 60px;
}
.anchor-list li a {
	padding: 10px 0;
	gap: 5px;
}
.anchor-list li {
	flex: 1 1 calc(50% - 1px);
}
.anchor-list li:nth-child(2n+1) {
	border-left: none;
}
.anchor-list li:nth-child(n+3) {
	border-top: var(--border-s);
}
.tag-list {
	flex-direction: column;
	gap: 10px;
	margin: 30px auto 50px;
}
.tag-list dt {
	font-size: 13px;
	margin-bottom: 5px;
	gap: 5px;
}
/* nav-path */
.nav-path {
	font-size: 10px;
	max-width: 100%;
	padding: 0 15px;
	margin-bottom: 30px;
	margin-top: 10px;
}
.nav-path .list {
	flex-wrap: nowrap;
	overflow: hidden;
	max-width: 100%;
}
.nav-path .list .item:not(:last-child) {
	flex-shrink: 0;
}
.nav-path .list .item:last-child {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
}
.nav-path .list .item:last-child .current {
	display: block;
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tag-list dt::before {
	width: 15px;
	height: 15px;
}
.tag-list ul {
	justify-content: center;
	gap:5px 5px;
}
.tag-list li {
	font-size: 12px;
	font-weight: 600;
	height: 30px;
	border-radius: 15px;
	padding: 0 20px;
}
/* タイトル
----------------------------------------------------*/	
.intro h2 {
	font-size: 28px;
	margin-bottom: 30px;
}
.intro h2 .ja {
	display: block;
	font-weight: var(--f-weight-bold);
	font-size: 14px;
}
.badge {
	font-size: 16px;
	margin-bottom: 40px;
}
.badge::before {
	background-size: 25px;
	width: 40px;
	height: 40px;
}
.ttl-l {
	font-size: 18px;
}
.ttl-s {
	font-size: 16px;
}
/* テキスト
----------------------------------------------------*/
body:not(#home) p + p {
	margin-top: 20px;
}
.txt-s-01 {
	font-size: 12px;
}
.txt-s-02 {
	font-size: 10px;
}
/* ボックス
----------------------------------------------------*/
.grid ,
.grid-01 , 
.grid-02 {
	grid-template-columns: 1fr;
}
.grid-02 {
	border: none;
}
.grid-02 .box-in {
	border: none;
	border-bottom: var(--border-s);
}
.wrap {
	flex-direction: column;
}
.box-outer {
	outline: none;
	padding: 0;
}
.box-col {
	padding: 30px 20px;
}
.box-col .number {
	font-size: 14px;
	width: 30px;
	height: 30px;
}
/* btn
----------------------------------------------------*/
.btn-01, .btn-02 {
	font-size: 11px;
}
.btn-01 {
	border: var(--border-s);
	border-radius: 20px;
    width: 170px;
    height: 30px;
	margin-top: 40px;
}
.btn-01 span.arrow {
	right: 15px;
    width: 5px;
    height: 5px
}
.link-ex::after {
	width: 10px;
	height: 10px;
}
/* ==========================================================
 下層ページ共通パーツ
========================================================== */
.set-img .box-txt .wrap {
	align-items: flex-start;
	gap: 0;
}
.set-img ul.grid-01 > li:nth-child(2).box-txt .txt {
	margin-top: 20px;
}
.set-img .box-txt .txt {
	padding-top: 20px;
}
/* ==========================================================
 共通セクション
========================================================== */
/* SUSTAINABILITY
----------------------------------------------------*/
#sec-sustaina  {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
#sec-sustaina .slide li {
	height: 200px;
}
#sec-sustaina .grid-02 .box-in + .box-in {
	margin-top: 20px;
}
#sec-sustaina .grid-02 .box-in {
	border-bottom: none;
}
#sec-sustaina h3 {
	font-size: 30px;
	margin-bottom: 30px;
}
#sec-sustaina h3 .ja {
	font-size: 11px;
}
#sec-sustaina .grid-02 .box-in figure {
	width: auto;
	height: 230px;
	margin-bottom: 20px;
}
#sec-sustaina .box-in .ttl-s {
	margin-bottom: 20px;
	font-size: 16px;
}
/* FAQ
----------------------------------------------------*/
.sec-faq .badge::before {
	width: 60px;
	height: 60px;
}
.sec-faq h3 {
	font-size: 26px;
	margin-bottom: 40px;
}
.sec-faq .aco-ttl,
.sec-faq .aco-in > div {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}
.sec-faq .aco-ttl {
	padding: 15px;
	padding-right: 40px;
}
.sec-faq .aco-in > div {
	padding: 15px;
}
.sec-faq .aco-ttl span.en,
.sec-faq .aco-in span.en {
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	font-size: 14px;
}
.sec-faq .aco-ttl .arrow {
	width: 10px;
	height: 10px;
	right: 15px;
	top: 22px;
	transition: rotate 0.35s ease;
}
.sec-faq .aco-in .txt-in {
	flex: 1;
	min-width: 0;
}
.sec-faq .aco-box {
	transition: grid-template-rows 0.35s ease;
}

/* まとめページのみ */
#faq .sec-faq h3 {
	font-size: 20px;
	margin-bottom: 30px;
}
#faq .intro p {
	text-align: left;
}

/* ==========================================================
 トップ・固定ページ
========================================================== */
/* #home
----------------------------------------------------*/
#home section + section {
	margin-top: 40px;
    padding-top: 40px;
}
#home h2 {
	font-size: 28px;
	margin-bottom: 30px;
}
/*slide  */
#home .main-visual {
	padding-top: 20px;
	padding-bottom: 50px;
}
#home .slide .txt {
	bottom: 20px;
	left: 20px;
}
#home .slide .txt .catch {
	font-size: 35px;
}
#home .slide .txt .sub {
	width: 240px;
	font-size: 11px;
}
/* sec-recipe */
#home #sec-recipe .swiper {
	margin: 0 -15px;
	padding-left: 15px;
	padding-right: 15px;
}
#home #sec-recipe .swiper .grid-02 {
	display: flex;
	border: none;
	border-radius: 0;
	overflow: visible;
}
#home #sec-recipe .swiper .swiper-slide {
	border: var(--border-s);
	border-radius: var(--radius);
	border-bottom: var(--border-s);
}
#home #sec-recipe .swiper .grid-02 .box-in a {
	padding: 20px;
}
#home #sec-recipe .grid-02 .sub-ttl {
	font-size: 13px;
}
#home #sec-recipe .grid-02 h3 ,
#home #sec-recipe .grid-02 .box-in p {
	font-size: 14px;
}
#home #sec-recipe .grid-02 .box-in p {
	margin-bottom: 10px;
}

/* sec-pick */
#home #sec-pick .grid-01 {
	gap: 30px;
}
#home #sec-pick li {
	width: 100%;
}
#home #sec-pick h3 {
	font-size: 14px;
	margin-top: 10px;
}
#home #sec-pick h3 span {
	font-size: 10px;
}

/* sec-ambassador */
#home #sec-ambassador .box {
	grid-template-columns: 1fr;
}
#home #sec-ambassador .box > figure {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
#home #sec-ambassador .box > div {
	padding: 50px 20px;
}
#home #sec-ambassador .box > div > img {
	width: 230px;
	margin-top: 0;
}
/* #about
----------------------------------------------------*/
#about #sec-01.set-img ul.grid-01 > li:nth-child(3) {
	order: 4;
}
#about #sec-01.set-img ul.grid-01 > li:nth-child(4) {
	order: 3;
}
#about #sec-02 .grid-01 {
	gap: 40px;
}
/* #safety
----------------------------------------------------*/
#safety .box-outer > ul {
	padding: 0;
}
#safety .box-outer > ul + ul {
	margin-top: 40px;
	padding-top: 40px;
}
#safety .box-txt > div .ttl-l {
	margin-top: 10px;
}
#safety .box-txt > div span {
	align-items: center;
}
#safety .box-txt > div span.number {
	width: 20px;
	height: 20px;
	font-size: 12px;
}
#safety .box-txt > div .bg {
	font-size: 14px;
}
#safety .grid-01 > .grid {
	gap: 4px;
}
/* #healthy
----------------------------------------------------*/
#healthy #sec-01 li > p + figure {
	margin-top: 30px;
}
#healthy #sec-01 li .txt-c {
	font-size: 10px;
}
#healthy #sec-02 .grid-01 .box-col > p {
	font-size: 14px;
}
#healthy #sec-02 .grid-01 .box-col > figure {
	margin-bottom: 20px;
}
#healthy #sec-02 .txt-c {
	text-align: left;
	margin-bottom: 30px;
}
/* #steak
----------------------------------------------------*/
#steak .badge::before {
	background-size: 20px;
}
#steak .badge span {
	padding-bottom: 5px;
}
#steak .box-outer > ul ,
#steak .box > ul {
	padding: 0;
	grid-template-columns: 1fr;
	gap: 30px;
}
#steak .box > ul {
	gap: 10px;
}
#steak figure {
	margin-bottom: 20px;
}
#steak h4 {
	font-size: 16px;
	margin-bottom: 10px;
}
#steak #sec-02 .box-outer {
	padding-top: 0;
}
#steak .box h3 {
	font-size: 18px;
	margin-bottom: 30px;
}
#steak .box h3 span {
	font-size: 12px;
}
#steak #sec-02 .box-col {
	padding: 20px;
}
#steak .box-col .number {
	width: 20px;
	height: 20px;
	font-size: 12px;
}
#steak #sec-03 .box-outer > div ,
#steak #sec-04 iframe {
	width: 100%;
}

/* #campaign
----------------------------------------------------*/
#campaign .grid-01 {
	grid-template-columns: 1fr;
	gap: 30px;
	padding: 0;
}
#campaign .grid-01 + .grid-01 {
	margin-top: 30px;
	padding-top: 30px;
}
#campaign .box-txt > h3 {
	font-size: 16px;
	margin-bottom: 20px;
}
#campaign .box-txt .bg {
	font-size: 14px;
	line-height: normal;
}
#campaign .box-txt > p {
	margin: 20px 0;
}
#campaign .box-txt > .wrap > p {
	font-size: 12px;
}
#campaign .box-txt .btn-01 span.link-ex {
	right: 10px;
}

/* #media
----------------------------------------------------*/
#media #sec-01 dl {
	position: relative;
	margin: 0;
	border-top: var(--border-s);
}
#media #sec-01 dl:last-of-type {
	border-bottom: var(--border-s);
}
#media #sec-01 dt,
#media #sec-01 dd {
	width: 100%;
	padding: 0;
}
#media #sec-01 dt {
	font-size: 11px;
	padding-top: 20px;
}
#media #sec-01 dd {
	padding-bottom: 20px;
}
#media #sec-01 dd a {
	position: static;
	overflow: auto;
	text-overflow: inherit;
	white-space: inherit;
	padding-right: 0;
}
#media #sec-01 dd a::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
}
#media #sec-01 dt + dd {
	margin-top: 5px;
}
#media #sec-01 dd a .arrow {
	display: none;
}
#media #sec-02 .btn-01 {
	margin: 40px auto 0;
}
.btn-01 span.download {
	right: 15px;
	width: 15px;
	height: 15px;
}
#media #sec-02 h4 {
	text-align: center;
	margin-bottom: 20px;
}
#media #sec-02 h4 span {
	font-size: 14px;
}
#media #sec-04 .grid {
	grid-template-columns: 1fr;
	gap: 20px;
	margin-bottom: 30px;
}
#media #sec-04 .grid li {
	width: auto;
	height: 50px;
}
#media #sec-04 .grid .cut-border::after {
	right: 47%;
}
#media #sec-04 .box-outer > p {
	text-align: left;
}

/* #ambassador
----------------------------------------------------*/
#ambassador h4 {
	font-size: 18px;
}
#ambassador #sec-02 h4 {
	font-size: 16px;
}
#ambassador #sec-02 .grid-02 {
	grid-template-columns: 1fr;
	gap: 30px;
}
#ambassador #sec-02 .grid-02 > li + li {
	border-top: var(--border-s);
	padding-top: 40px;
}
#ambassador #sec-02 h3 {
	font-size: 28px;
	margin-bottom: 40px;
}
#ambassador #sec-02 h3::before {
	width: auto;
	height: 30px;
	background-size: contain;
	margin-bottom: 10px;
}
#ambassador #sec-02 .grid-02 figure {
	width: 80%;
	margin: 0 auto 15px;
}
#ambassador h5 {
	font-size: 13px;
	margin-bottom: 10px;
}
#ambassador #sec-02 .grid-02 > li p {
	font-size: 13px;
}

/* #member
----------------------------------------------------*/
#member .grid-01 {
	grid-template-columns: repeat(2, 1fr);
}
#member .box > div .logo-in {
	width: 70%;
}
#member .box > div h3 {
	font-size: 10px;
}
#member .grid-01 > div h2 {
	font-size: 16px;
}
#member .grid-01 > div h2 .en {
	font-size: 10px;
}
#member .profile .detail .en {
	font-size: 14px;
	padding: 0 15px;
	margin-bottom: 20px;
}
#member .profile .detail .sns-link {
	margin-top: 30px;
}
#member .profile .detail .sns-link img {
	width: 36px;
	height: 36px;
}
/* #shop
----------------------------------------------------*/
#shop .grid-01 {
	grid-template-columns: repeat(2, 1fr);
	gap: 30px 20px;
}
#shop .grid-01 h4 {
	font-size: 12px;
}
#shop .box-outer > ul + p {
	text-align: left;
}
body.single-recipe h3 {
	margin-bottom: 10px;
}
#shop .badge + p {
	margin-bottom: 30px;
}
#shop #sec-02 .box-col {
	grid-template-columns: 1fr;
	padding: 20px;
}
#shop #sec-02 .box-col h3 {
	font-size: 14px;
}
#shop #sec-02 .box-col p {
	font-size: 12px;
}
#shop #sec-02 .box-col > figure img {
	width:calc(50% - 5px);
}
#shop #sec-02 .box-col > figure {
	gap: 10px;
}
#shop #sec-02 .box-col .btn-01 .link-ex::after {
	right: 15px;
}
#shop #sec-02 .box-col .btn-01 {
	margin-top: 50px;
}
#shop #sec-02 .box-col > div::after {
	width: 80px;
	height: 80px;
}
/* policy
----------------------------------------------------*/
body.policy {
	font-size: 14px;
}
body.policy section h3 {
	font-size: 16px;
	margin-bottom: 20px;
}
body.policy section h4 {
	font-size: 16px;
}
body.policy section p + h3, body.policy section p + h4, body.policy section ul + h4, body.policy section ol + h4 {
	margin-top: 20px;
}
#shop #sec-02 .box-col h3::before {
	width: 15px;
	height: 15px;
	background-size: contain;
}

/* ==========================================================
 記事・レシピ
========================================================== */
body.post h3 {
	font-size: 18px;
}
body.post .grid-02 .box-in a {
	padding: 30px 0;
}
body.post .grid-02 p {
	font-size: 14px;
	margin-bottom: 20px;
}
body.post .grid-02 .box-in figure {
	margin-bottom: 20px;
}
body.single-post .inner {
	max-width: 100%;
}
body.single-post {
	font-size: 14px;
}
body.single-post h2 {
	font-size: 24px;
}
body.single-recipe .main .grid ,
body.single-blog .main .grid {
	grid-template-columns: 1fr;
}

body.single-post .recommend .arrow-wrap {
	top: inherit;
	bottom: -70px;
	right: 50%;
	transform: translateX(50%);
}
body.single-post .recommend .arrow-wrap .arrow {
	background-size: 10px 10px;
	width: 40px;
	height: 40px;
}
body.single-post .recommend .arrow-wrap .arrow,
body.single-post .recommend .arrow-wrap .swiper-button-prev,
body.single-post .recommend .arrow-wrap .swiper-button-next {
	position: static;
	margin: 0;
}
body.single-post .recommend .arrow-wrap .arrow::after,
body.single-post .recommend .arrow-wrap .swiper-button-prev::after,
body.single-post .recommend .arrow-wrap .swiper-button-next::after {
	content: none;
	display: none;
}
body.single-post .recommend .arrow-wrap .arrow.swiper-button-disabled {
	opacity: 0.35;
	cursor: default;
	pointer-events: none;
}

/* recipe
----------------------------------------------------*/
#recipe .grid-02 .box-in figure {
	max-width: 90%;
}
body.single-recipe .badge::before {
	background-size: 20px;
}
body.single-recipe h3 ,
body.single-recipe .memo > h2 span {
	font-size: 14px;
}
body.single-recipe .tag {
	font-size: 11px;
}
body.single-recipe .memo figure {
	width: 140px;
	height: 140px;
}
body.single-recipe .memo > h2 {
	font-size: 10px;
}
body.single-post .detail .item dl {
	font-size: 12px;
}
body.single-recipe .detail .item dd {
	text-align: end;
}
body.single-recipe .howto h3 + p {
	font-size: 10px;
	margin-bottom: 30px;
}
body.single-recipe .howto dt {
	font-size: 10px;
	width: 80px;
	height: 20px;
	border-radius: 20px;
}
body.single-recipe .howto dd {
	padding-top: 20px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
body.single-recipe .howto dd figure {
	margin-bottom: 10px;
}
body.single-recipe .writer {
	width: 100%;
	max-width: 100%;
	font-size: 12px;
}
body.single-recipe .writer figure {
	margin: 0 auto;
}
body.single-recipe .writer figure img {
	width: 130px;
	height: 130px;
}
body.single-recipe .writer .wrap {
	gap: 20px;
}
body.single-recipe .writer h5 {
	font-size: 14px;
}
body.single-recipe .writer .wrap > figure + div {
	text-align: center;
}
body.single-recipe .writer .sns-link {
	margin-top: 30px;
}
body.single-recipe .writer .sns-link img {
	width: 30px;
	height: 30px;
}
body.single-post .recommend {
	padding: 0;
}
body.single-recipe .recommend .swiper {
	overflow: hidden;
}
body.single-post .recommend h2 {
	font-size: 28px;
	margin-bottom: 30px;
}
body.single-recipe .recommend .name {
	font-size: 14px;
}
body.single-recipe .recommend ul > li figure {
	width: 90%;
	margin: 0 auto;
}
body.single-recipe h3 {
	margin-bottom: 30px;
}
body.single-recipe .recommend ul > li img {
	margin-bottom: 15px;
}

/* blog
----------------------------------------------------*/
body.single-blog .detail h2 {
	font-size: 18px;
}
body.single-blog .main figure + p ,
body.single-blog .detail figcaption ,
body.single-post .writer h4 {
	font-size: 12px;
}

body.single-blog .main figure + p .en  {
	font-size: 9px;
}
body.single-blog .prof figure ,
body.single-blog .writer figure {
	width:50%;
}
body.single-blog .prof {
	margin-bottom: 50px;
}
body.single-blog .prof h5 {
	font-size: 14px;
}
body.single-blog .prof p ,
body.single-blog .writer p {
	font-size: 12px;
}
body.single-post .writer {
	padding: 0 20px 20px;
}
body.single-blog .writer .wrap {
	flex-direction: row;
	gap: 15px;
}
body.single-blog .writer .box-txt {
	width: auto;
}
body.single-post .writer h4 {
	width: 150px;
	height: 15px;
}
body.single-blog .writer h5 {
	font-size: 14px;
}
body.single-blog .writer + .writer {
	margin-top: 30px;
}
}