@charset "UTF-8";

@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 100/**/-900;
	font-display: swap;
	src: url(webfonts/NotoSansJP-VariableFont_wght.ttf) format("opentype");
}

@font-face {
	font-family: "Zen Maru Gothic";
	font-style: normal;
	font-weight: 500;
	src: url("webfonts/ZenMaruGothic-Medium.ttf") format("opentype");
	font-display: swap;
}

@font-face {
	font-family: "Zen Maru Gothic";
	font-style: normal;
	font-weight: 700;
	src: url("webfonts/ZenMaruGothic-Bold.ttf") format("truetype");
	font-display: swap;
}

@font-face {
	font-family: "Zen Maru Gothic";
	font-style: normal;
	font-weight: 900;
	src: url("webfonts/ZenMaruGothic-Black.ttf") format("truetype");
	font-display: swap;
}


/* ==========================================================
   BASE / UTILITIES
========================================================== */

body {
	font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	font-weight: 400;
	line-height: 1.8em;
	margin: 0;
	background-color: white;
}

.zenmaru {
	font-family: "Zen Maru Gothic", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
	-webkit-backface-visibility: hidden;
}

.pc {
	display: block;
}

.mb {
	display: none;
}

.pc_inline {
	display: inline;
}

.mb_inline {
	display: none;
}

a,
a:visited {
	color: black;
	text-decoration: none;
	transition: color 0.2s ease 0s;
	line-height: 1.6em;
}

a:hover {
	color: #ffac00 !important;
}

a.col_black {
	color: black !important;
}

a:has(img):hover {
	filter: unset !important;
}

.w100 {
	width: 100%;
}

.w100_hauto {
	width: 100%;
	height: auto;
}

.bg_white {
	background-color: white;
}

.padding10 {
	padding: 10px;
}

.padding20 {
	padding: 20px;
}

.padding30 {
	padding: 30px;
}

.rad10 {
	border-radius: 10px;
}

.rad20 {
	border-radius: 20px;
}

.rad50p {
	border-radius: 50%;
}

.width_all {
	width: 100%;
}

.w95p {
	width: 95%;
}

.w90p {
	width: 90%;
}

.w80p {
	width: 80%;
}

.w70p {
	width: 70%;
}

.w60p {
	width: 60%;
}

.w50p {
	width: 50%;
}

.w40p {
	width: 40%;
}

.w33p {
	width: 33%;
}

.w25p {
	width: 25%;
}

.f12 {
	font-size: 12px;
}

.f14 {
	font-size: 14px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.f24 {
	font-size: 24px;
}

.f25 {
	font-size: 25px;
}

.f28 {
	font-size: 28px;
}

.f30 {
	font-size: 30px;
}

.f40 {
	font-size: 40px;
}

.f60 {
	font-size: 60px;
}

.fw100 {
	font-weight: 100;
}

.fw300 {
	font-weight: 300;
}

.fw400 {
	font-weight: 400;
}

.fw500 {
	font-weight: 500;
}

.fw700 {
	font-weight: 700;
}

.fw900 {
	font-weight: 900;
}

.l40 {
	line-height: 40px;
}

.l1_2em {
	line-height: 1.2em;
}

.l1_5em {
	line-height: 1.5em;
}

.l1_8em {
	line-height: 1.8em;
}

.l2em {
	line-height: 2em;
}

.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.align_justify {
	text-align: justify;
}

.div_center {
	margin-left: auto;
	margin-right: auto;
}

.std_indent_0_8 {
	text-indent: -0.8em;
	margin-left: 0.8em;
}

.std_indent_1 {
	text-indent: -1em;
	margin-left: 1em;
}

.std_indent_1_3 {
	text-indent: -1.3em;
	margin-left: 1.3em;
}

.std_indent_1_5 {
	text-indent: -1.5em;
	margin-left: 1.5em;
}

.std_indent_2 {
	text-indent: -2em;
	margin-left: 2em;
}

.std_margin_top0 {
	margin-top: 0;
}

.std_margin_top {
	margin-top: 80px;
}

.std_margin_top2 {
	margin-top: 40px;
}

.std_margin_top3 {
	margin-top: 20px;
}

.std_margin_top4 {
	margin-top: 10px;
}

.std_margin_-top {
	margin-top: -80px;
}

.std_margin_-top2 {
	margin-top: -40px;
}

.std_margin_bottom0 {
	margin-bottom: 0;
}

.std_margin_bottom {
	margin-bottom: 80px;
}

.std_margin_bottom2 {
	margin-bottom: 40px;
}

.std_margin_bottom3 {
	margin-bottom: 20px;
}

.std_margin_bottom4 {
	margin-bottom: 10px;
}

.std_margin_bottom5 {
	margin-bottom: 5px;
}

.std_padding_top0 {
	padding-top: 0;
}

.std_padding_top {
	padding-top: 80px;
}

.std_padding_top2 {
	padding-top: 40px;
}

.std_padding_top3 {
	padding-top: 20px;
}

.std_padding_top4 {
	padding-top: 10px;
}

.std_padding_bottom0 {
	padding-bottom: 0;
}

.std_padding_bottom {
	padding-bottom: 80px;
}

.std_padding_bottom2 {
	padding-bottom: 40px;
}

.std_padding_bottom3 {
	padding-bottom: 20px;
}

.std_padding_bottom4 {
	padding-bottom: 10px;
}

.std_margin_left_1em {
	margin-left: 1em;
}

.std_margin_left_2em {
	margin-left: 2em;
}

.std_margin_left_3em {
	margin-left: 3em;
}

.std_margin_left_4em {
	margin-left: 4em;
}

.std_margin_left_5em {
	margin-left: 5em;
}

.outer_width {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

.std_width {
	width: 98%;
	margin: 0 auto;
	position: relative;
}

.std_w100_hauto {
	width: 100%;
	height: auto;
}

.std_ol {
	margin: 0;
	padding-left: 25px;
}

.std_ol li {
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

.std_column2 {
	margin-left: auto;
	margin-right: auto;
}

.std_column2::after {
	content: "";
	clear: both;
	display: block;
}

.std_column2 .left {
	width: 48%;
	float: left;
}

.std_column2 .right {
	width: 48%;
	float: right;
}

.std_column2.col2_20_76 .left {
	width: 20%;
}

.std_column2.col2_20_76 .right {
	width: 76%;
}

.std_column2.col2_22_74 .left {
	width: 22%;
}

.std_column2.col2_22_74 .right {
	width: 74%;
}

.std_column2.col2_30_66 .left {
	width: 30%;
}

.std_column2.col2_30_66 .right {
	width: 66%;
}

.std_column2.col2_30_70 .left {
	width: 30%;
}

.std_column2.col2_30_70 .right {
	width: 70%;
}

.std_column2.col2_35_61 .left {
	width: 35%;
}

.std_column2.col2_35_61 .right {
	width: 61%;
}

.std_column2.col2_36_61 .left {
	width: 36%;
}

.std_column2.col2_36_61 .right {
	width: 61%;
}

.std_column2.col2_40_56 .left {
	width: 40%;
}

.std_column2.col2_40_56 .right {
	width: 56%;
}

.std_column2.col2_43_53 .left {
	width: 43%;
}

.std_column2.col2_43_53 .right {
	width: 53%;
}

.std_column2.col2_48_48 .left {
	width: 48%;
}

.std_column2.col2_48_48 .right {
	width: 48%;
}

.std_column2.col2_49_49 .left {
	width: 49%;
}

.std_column2.col2_49_49 .right {
	width: 49%;
}

.std_column2.col2_50_46 .left {
	width: 50%;
}

.std_column2.col2_50_46 .right {
	width: 46%;
}

.std_column2.col2_50_50 .left {
	width: 50%;
}

.std_column2.col2_50_50 .right {
	width: 50%;
}

.std_column2.col2_53_43 .left {
	width: 53%;
}

.std_column2.col2_53_43 .right {
	width: 43%;
}

.std_column2.col2_56_40 .left {
	width: 56%;
}

.std_column2.col2_56_40 .right {
	width: 40%;
}

.std_column2.col2_56_42 .left {
	width: 56%;
}

.std_column2.col2_56_42 .right {
	width: 42%;
}

.std_column2.col2_61_35 .left {
	width: 61%;
}

.std_column2.col2_61_35 .right {
	width: 35%;
}

.std_column2.col2_66_30 .left {
	width: 66%;
}

.std_column2.col2_66_30 .right {
	width: 30%;
}

.std_column2.col2_66_34 .left {
	width: 66%;
}

.std_column2.col2_66_34 .right {
	width: 34%;
}

.std_column2.col2_68_29 .left {
	width: 68%;
}

.std_column2.col2_68_29 .right {
	width: 29%;
}

.std_column2.col2_70_26 .left {
	width: 70%;
}

.std_column2.col2_70_26 .right {
	width: 26%;
}

.std_column2.col2_74_22 .left {
	width: 74%;
}

.std_column2.col2_74_22 .right {
	width: 22%;
}

.std_column2.col2_76_20 .left {
	width: 76%;
}

.std_column2.col2_76_20 .right {
	width: 20%;
}

.std_column2.col2_25_73 .left {
	width: 25%;
}

.std_column2.col2_25_73 .right {
	width: 73%;
}

.std_column2.col2_30_56 .left {
	width: 30%;
}

.std_column2.col2_30_56 .right {
	width: 56%;
}

.std_flex2 {
	display: flex;
	justify-content: space-between;
}

.std_flex2 .column {
	width: 48%;
}

.std_flex2.col2_49_49 .column {
	width: 49%;
}

.std_flex2.col2_50_50 .column {
	width: 50%;
}

.std_flex2.col2_60_37 .column:nth-child(1) {
	width: 60%;
}

.std_flex2.col2_60_37 .column:nth-child(2) {
	width: 37%;
}

.std_column3 .column {
	width: 32.5%;
	margin-right: 1.25%;
	float: left;
}

.std_flex3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.std_flex3 .col3 {
	width: 32%;
	margin-bottom: 1em;
}

.std_column4 .column {
	width: 23%;
	margin-right: 2.6%;
	float: left;
}

.std_flex4 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.std_flex4 .column {
	width: 22%;
	margin-bottom: 1em;
}

.std_column5 .column {
	width: 19%;
	margin-right: 1%;
	float: left;
}

.std_column3:after,
.std_column4:after,
.std_column5:after {
	content: "";
	clear: both;
	display: block;
}

.std_column3 .column:nth-child(3),
.std_column4 .column:nth-child(4),
.std_column5 .column:nth-child(5) {
	margin-right: 0;
}


/* ==========================================================
   APPLICATION / TERMS
========================================================== */

.std_lead {
	font-weight: 500;
	font-size: 24px;
}


/* ==========================================================
   BASE / UTILITIES
========================================================== */

.std_box {
	text-indent: 110%;
	overflow: hidden;
	display: block;
	white-space: nowrap;
	width: 100%;
	height: 100%;
}

.totop {
	position: fixed;
	width: 120px;
	height: 133px;
	bottom: -200px;
	right: 50px;
	z-index: 1000;
}

a.std_button1 {
	display: block;
	width: 50%;
	margin: 2em auto;
	padding: 25px;
	text-align: center;
	color: white;
	background-color: #0586e9;
	font-size: 20px;
	font-weight: bold;
	border-radius: 35px;
	text-decoration: none;
}


/* ==========================================================
   HEADER / HERO
========================================================== */

.ja {
	position: absolute;
	z-index: 70;
	width: 200px;
	height: 63px;
	background: url(images/header_ja.png) no-repeat left top;
	background-size: cover;
	left: 0;
}

.chiiki {
	position: absolute;
	z-index: 70;
	width: 282px;
	height: 63px;
	background: url(images/header_ja.png) no-repeat left top;
	background-size: cover;
	right: 0;
	border-radius: 0 0 15px 15px;
}


/* hero */


/*
.main_area1 {
	padding-bottom:200px;
}
*/

/*
.main_area2 {
	margin-top:-190px;
}
*/

/*
.main_area2 .std_flex3 .col3 {
	width:33%;
}
*/
/*
.main_area h1 {
	position:relative;
	width:840px;
	height:500px;
	margin:0 auto;
	z-index:2;
}
*/
/*
.main_area h1 img {
	position:absolute;
	top:-25px;
}
*/
/*
.main_area .main_kakomi {
	position:relative;
	border:2px dashed #047a0f;
	background-color:white;
	padding:15px;
	color: #047a0f;
	max-width:720px;
	width:50%;
	margin:-65px auto 0 auto;
	z-index:5;
}
*/
/*
.main_area .main_food {
	position:relative;
	margin-top:-30px;
	padding-bottom:50px;
	z-index:4;
}
*/
/*
.main_area .main_food img {
	width:100%;
}
*/
/*
.main_area_outer > .main_wood_table {
	background:url(images/main_wood_table.jpg) no-repeat center bottom;
	background-size:cover;
	position:absolute;
	bottom:0px;
	display:block;
	width:100%;
	height:300px;
}
*/
/*
.main_area > .abs_img { position:absolute; display:block;}
*/
/*
.main_area > .main_mi-mo_1 { width: 290px; height: 470px; left: 2%; top: 22%; z-index:3;}
.main_area > .main_mi-mo_2 { width: 156px; height: 168px; left: 11%; top: 7%; z-index:3;}
.main_area > .main_mi-mo_3 { width: 114px; height: 136px; left: 8%; top: 46%; z-index:5;}
.main_area > .main_nippon { width: 400px; height: 400px; right: -1%; top: 6%;}
.main_area > .main_yumemichan { width: 164px; height: 190px; right: 11%; top: 38%;}
.main_area > .main_miraichan { width: 130px; height: 190px; right: 1%; top: 38%;}

@media screen and (max-width: 1450px) {
body {
}	.main_area {
		width:95%;
	}
}
*/


/* ==========================================================
   BASE / UTILITIES
========================================================== */

sub {
	bottom: 0;
}

a.zoom,
a.zoom2,
a.zoom3,
a.zoom3_no_brightness {
	display: block;
	transition: all 0.3s ease 0s;
}

a.zoom:hover {
	filter: brightness(105%);
	-moz-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
}

a.zoom2:hover {
	filter: brightness(110%);
	-moz-transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	-o-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
}

a.zoom3:hover {
	filter: brightness(110%);
	-moz-transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	-o-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
}

a.zoom3_no_brightness:hover {
	-moz-transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	-o-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
}


/* ==========================================================
   ENTRY METHODS
========================================================== */

.sec1 {
	width: 95%;
	max-width: 1380px;
	margin-left: auto;
	margin-right: auto;
}

.sec1 .waku1 {
	background: url(images/bg_waku1.png) repeat left top;
	padding: 30px;
}

.waku1 .waku1_inner {
	background-color: white;
	padding: 30px 17px;
}

.sec1 .waku1 h2 {
	margin: 0;
}

.sec1 .waku1 .column {
	text-align: center;
}

.sec1 .waku1 .column h3 {
	padding-bottom: 10px;
	border-bottom: 7px solid black;
	margin: 0 0 10px 0;
	font-weight: 500;
	font-size: 1.4rem;
}

.sec1 .waku1 .column .tousen5 {
	margin: 0 auto;
}

.sec1 .pc.w1200 {
	display: none;
}


/* ==========================================================
   BASE / UTILITIES
========================================================== */

.bt_hash_tag_page_link {
	background-color: #3baf46;
	display: inline-block;
	padding: 0.5em 1em;
	border-radius: 10px;
	transition: all 0.3s ease 0s;
}

.bt_hash_tag_page_link,
.bt_hash_tag_page_link:visited {
	color: white;
}

.bt_hash_tag_page_link:hover {
	filter: brightness(110%);
}

article p {
	margin: 0;
	text-align: justify;
}

.std_text {
	text-align: justify;
}


/* ==========================================================
   LEVEL COMMON
========================================================== */

.step_midashi {
	display: block;
	width: 230px;
	margin-left: auto;
	margin-right: auto;
}


/* ==========================================================
   BASE / UTILITIES
========================================================== */

ul#campaign_hashtag_insta {
	padding-left: 0;
	display: flex;
	justify-content: space-between;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

ul#campaign_hashtag_insta li {
	display: block;
	width: 22%;
}

ul#campaign_hashtag_insta li:nth-child(n + 5) {
	display: none;
}

ul#campaign_hashtag_insta li:nth-child(4n) {
	margin-right: 0;
}

ul#campaign_hashtag_insta li a {
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	height: 300px;
	margin-bottom: 5px;
}

.std_modal {
	display: none;
	height: 100vh;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10000;
}

.std_modal_bg {
	background: rgba(0, 0, 0, 0.6);
	height: 100vh;
	position: fixed;
	width: 100%;
	top: 0;
}

.std_modal_content {
	left: 50%;
	position: absolute;
	width: 600px;
	transform: translate(-50%, 0%);
	z-index: 10001;
}

.std_modal_bt_close {
	position: absolute;
	background-color: white;
	top: 20px;
	right: 20px;
	border: 1px solid #dddede;
	border-radius: 3px;
	font-size: 35px;
	width: 45px;
	height: 45px;
	text-align: center;
	cursor: pointer;
	line-height: 1.2em;
	z-index: 2;
}

.std_modal_src {
	display: none;
}


/* ==========================================================
   LEVEL 1
========================================================== */

.sec-step1 {
	background-color: #fffbe0;
}


/* ==========================================================
   LEVEL 2
========================================================== */

.sec-step2 {
	background-color: #fffefa;
}


/* ==========================================================
   LEVEL 3
========================================================== */

.sec-step3 {
	background-color: #f3f7e8;
}

.sec-step3 a,
.sec-step3 a:visited {
	color: #009245;
	transition: all 0.3s ease 0s;
}

.sec-step3 a:hover {
	filter: brightness(120%);
}

.sec-step3 a:has(img):hover {
	filter: unset;
}


/* ==========================================================
   LEVEL 4
========================================================== */

.sec-step4 a,
.sec-step4 a:visited {
	color: #2f825c;
	transition: all 0.3s ease 0s;
}

.sec-step4 a:hover {
	filter: brightness(120%);
}

.sec-step4 a:has(img):hover {
	filter: unset;
}


/* ==========================================================
   LEVEL 5
========================================================== */

.sec-step5 .std_width {
	background-color: white;
	border-radius: 20px;
}


/* ==========================================================
   BONUS STAGE
========================================================== */

.sec-step6 {
	background-color: #edf6fb;
}

.sec-step6 a,
.sec-step6 a:visited {
	color: var(--theme);
	transition: all 0.3s ease 0s;
}

.sec-step6 a:hover {
	filter: brightness(120%);
}


/* ==========================================================
   FOOD & AGRICULTURE FESTA
========================================================== */

.festa .festa_contents {
	position: relative;
	z-index: 1;
	font-size: 1.1em;
}


/* ==========================================================
   ENTRY METHODS
========================================================== */

.festa .sec1 dl {
	margin: 0;
	line-height: 1.6em;
	margin-bottom: 1em;
}

.festa .sec1 dl:after {
	content: "";
	display: block;
	clear: both;
}

.festa .sec1 dl dt {
	float: left;
	width: 5em;
	display: block;
	background-color: #009f73;
	border-radius: 10px;
	color: white;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.festa .sec1 dl dd {
	margin-left: 6em;
}

.festa .sec1 .right img {
	margin-top: -60px;
}


/* ==========================================================
   ABOUT KOKUSHO / CHISAN
========================================================== */

.festa .sec2 {
	border-top: 2px dashed #009f73;
	padding-top: 1em;
	padding-bottom: 1em;
}


/* ==========================================================
   FOOD & AGRICULTURE FESTA
========================================================== */

.festa h2 {
	text-align: center;
	font-size: 1.1em;
}

.festa h2 strong {
	display: inline-block;
	padding: 0.2em 1em;
	background-color: #ccc;
	border-radius: 10px;
	color: white;
}


/* ==========================================================
   REPORT INTRO / NAVIGATION
========================================================== */

.festa .sec3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 1em;
	padding-bottom: 1em;
}

.festa .sec3 h2 {
	margin-top: 0;
	padding-top: 0.5em;
}


/* ==========================================================
   APPLICATION / TERMS
========================================================== */

.youkou {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	border: 6px solid #2f825c;
	background-color: white;
}

.youkou .inner {
	padding: 30px;
}

.youkou .std_h2_1col {
	position: relative;
	margin-top: 20px;
	font-size: 2.5rem;
	line-height: 1.4em;
	text-align: center;
	font-weight: 300;
}

.youkou .std_h2_2col {
	font-size: 1.75rem;
	font-weight: 300;
	position: relative;
	padding-left: 48px;
	margin-top: 60px;
	margin-bottom: 20px;
}

.youkou .std_h2_2col:before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #2f825c;
    top: 50%;
    transform: translateY(-50%);
	left: 10px;
}

.youkou .std_lead img {
	vertical-align: middle;
	height: 80px;
	width: auto;
}

.jimukyoku:after {
	content: " kouhou@at.kn-ja.or.jp";
}

.youkou a,
.campaign_detail a {
	color: #3294ff;
}

.campaign_detail .std_h2_1col {
	position: relative;
	margin-top: 50px;
	font-size: 2.5rem;
	line-height: 1.4em;
	text-align: center;
	border-bottom: 1px solid #ccc;
	font-weight: 300;
	padding-bottom: 40px;
}

.campaign_detail .std_h2_1col:after {
	content: "";
	position: absolute;
	width: 150px;
	height: 5px;
	background-color: #32a761;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
}

.campaign_detail .std_h2_2col {
	font-size: 1.75rem;
	font-weight: 300;
	position: relative;
	padding-left: 48px;
	margin-top: 60px;
	/*
	padding-bottom: 15px;
	*/
	margin-bottom: 20px;
}

.campaign_detail .std_h2_2col:before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #32a761;
	top: 50%;
    transform: translateY(-50%);
	left: 10px;
}


/* ==========================================================
   BASE / UTILITIES
========================================================== */

.copyright {
	margin-top: 160px;
	padding: 4em;
	background: #fff;
	color: black;
}

:root {
	--green: #19883b;
	--green2: #58a946;
	--olive: #668d22;
	--gold: #c47b00;
	--orange: #bd6200;
	--red: #b73218;
	--cream: #fffaf0;
	--ink: black;
	--paper: #fff;
	--line: #ece7dc;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: #fff;
	color: var(--ink);
	line-height: 1.8;
}

.base .std_width {
	width: min(1240px,94vw);
	margin-inline: auto;
}

.base .pre_h2 {
	font-weight: 800;
	letter-spacing: .05em;
	margin: 0 0 .2em;
	color: var(--theme,var(--green));
}


/* ==========================================================
   APPLICATION / TERMS
========================================================== */

.base .std_lead {
	font-size: 1.08rem;
	font-weight: 700;
	line-height: 1.9;
}


/* ==========================================================
   BASE / UTILITIES
========================================================== */

.base .pc {
	display: block;
}

.base .mb {
	display: none;
}


/* ==========================================================
   HEADER / HERO
========================================================== */

header {
	position: absolute;
	width: 100%;
	z-index: 60;
}

.base > article > .main_area_outer {
	position: relative;
	background: url(images/main_bg.jpg) repeat center center;
	background-size: cover;
	overflow: hidden;
	max-width: none;
}

.main_area {
	position: relative;
	z-index: 5;
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

.main_area h1 {
	position: relative;
	width: 840px;
	height: 500px;
	margin: 0 auto;
	z-index: 2;
}

.main_area h1 img {
	position: absolute;
	top: -25px;
}

.main_area .main_kakomi {
	position: relative;
	border: 2px dashed #047a0f;
	background-color: white;
	padding: 15px;
	color: #047a0f;
/*
	width: 720px;
*/
	max-width:720px;
	width:50%;
	margin: -65px auto 0 auto;
	z-index: 5;
}

.main_area .main_food {
	position: relative;
	margin-top: -30px;
	padding-bottom: 50px;
	z-index: 4;
}

.main_area .main_food img {
	width: 100%;
}

.main_area_outer > .main_wood_table {
	background: url(images/main_wood_table.jpg) no-repeat center bottom;
	background-size: cover;
	position: absolute;
	bottom: 0px;
	display: block;
	width: 100%;
	height: 300px;
}

.main_area > .abs_img {
	position: absolute;
	display: block;
}

.main_area > .main_mi-mo_1 {
	width: 290px;
	height: 470px;
	left: 2%;
	top: 22%;
	z-index: 3;
}

.main_area > .main_mi-mo_2 {
	width: 156px;
	height: 168px;
	left: 11%;
	top: 7%;
	z-index: 3;
}

.main_area > .main_mi-mo_3 {
	width: 114px;
	height: 136px;
	left: 8%;
	top: 46%;
	z-index: 5;
}

.main_area > .main_nippon {
	width: 400px;
	height: 400px;
	right: -1%;
	top: 6%;
}

.main_area > .main_yumemichan {
	width: 164px;
	height: 190px;
	right: 11%;
	top: 38%;
	z-index: 5;
}

.main_area > .main_miraichan {
	width: 130px;
	height: 190px;
	right: 1%;
	top: 38%;
	z-index: 5;
}

.main_info {
	position: relative;
	background: #fff4d7;
	padding: 0;
	z-index: 6;
}

.main2 {
	position: relative;
	top: -62px;
	width: 98%;
	max-width: 1330px;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 10px;
}

.main2 img {
	display: block;
	width: 100%;
	height: auto;
}


/* ==========================================================
   ENTRY METHODS
========================================================== */

.base .sec1 {
/*
	background: #fff9e7;
*/
	max-width: 1400px;
}

.base .sec1 .waku1 h2 {
	text-align: center;
	font-size: clamp(2rem,3vw,3rem);
	margin: 0 0 28px;
	line-height: 1.2;
}


/* ==========================================================
   ABOUT KOKUSHO / CHISAN
========================================================== */

.sec2 {
	background: #fffdf8;
}

.sec2_title {
	text-align: center;
	color: #079543;
	font-size: clamp(1.2rem,2.5vw,2.4rem);
	margin: 0 0 30px;
}

.sec2_top {
	display: grid;
	grid-template-columns: 1fr 1fr 2fr;
	gap: 38px;
	align-items: start;
}

.sec2_top article,
.sec2_kitty {
	min-height: 100%;
}

.sec2_top h3 {
	margin: 0 0 .55em;
	font-size: 1.45rem;
	border-radius: 12px;
	padding: .35em .8em;
	color: #fff;
	display: inline-block;
	position: relative;
}

.sec2_top h3::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid;
}

.sec2_top article:nth-child(1) h3 {
	background: #f08b00;
}

.sec2_top article:nth-child(1) strong {
	color: #f08b00;
}

.sec2_top article:nth-child(1) h3::after {
	border-top-color: #f08b00;
}

.sec2_top article:nth-child(2) h3 {
	background: #278f4c;
}

.sec2_top article:nth-child(2) strong {
	color: #278f4c;
}

.sec2_top article:nth-child(2) h3::after {
	border-top-color: #278f4c;
}

.sec2_kitty {
	background-color: white;
}

.sec2_kitty h3 {
	background-color: #e50012;
	color: white;
	margin: .1em 0 .7em;
	text-align: center;
	border-radius: 0;
	width: 100%;
	text-align: center;
}

.sec2_kitty_inner {
	display: grid;
	grid-template-columns: 180px 1fr;
	gap: 18px;
	padding-right: 20px;
}

.sec2_kitty_inner img {
	width: 100%;
}

.sec2_kitty_inner .sec2_site_link {
	margin-top: 1.5em;
	text-align: right;
}

.sec2_kitty_inner .simple_link {
	position: relative;
	display: inline-block;
	padding-right: 2em;
	color: #e60012;
	font-weight: 700;
	line-height: 1.7;
	text-decoration: none;
	text-align: left;
}

.sec2_kitty_inner .simple_link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: .3em;
	width: 14px;
	height: 14px;
	border-top: 2px solid #e60012;
	border-right: 2px solid #e60012;
	transform: translateY(-50%) rotate(45deg);
}

.sec2_bottom {
	display: grid;
	grid-template-columns: 0.65fr 1fr;
	gap: 0px;
	margin-top: 34px;
	align-items: center;
}


/* ==========================================================
   REPORT INTRO / NAVIGATION
========================================================== */

.sec3 {
	position: relative;
	overflow: hidden;
	padding: 45px 0 50px;
	background: #fff;
}

.sec3::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 460px;
	z-index: 0;
	pointer-events: none;
	background: url("images/main_bg.jpg") center top / cover no-repeat;
	-webkit-mask-image: linear-gradient(
		to bottom,
		rgba(0,0,0,1) 0%,
		rgba(0,0,0,1) 42%,
		rgba(0,0,0,.78) 62%,
		rgba(0,0,0,.28) 82%,
		rgba(0,0,0,0) 100%
	);
	mask-image: linear-gradient(
		to bottom,
		rgba(0,0,0,1) 0%,
		rgba(0,0,0,1) 42%,
		rgba(0,0,0,.78) 62%,
		rgba(0,0,0,.28) 82%,
		rgba(0,0,0,0) 100%
	);
}

.sec3 .std_width {
	position: relative;
	z-index: 1;
}

.sec3_title {
	display: grid;
	grid-template-columns: 18% 58% 24%;
	align-items: center;
	gap: 10px;
}

.sec3_title img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
}

.sec3_title_main img {
	width: 100%;
}

.sec3_title_map img {
	width: 100%;
}

.sec3_intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
	gap: 36px;
	align-items: start;
	margin-top: 30px;
}

.sec3_intro_text {
	font-size: 1.05rem;
	line-height: 2.1;
}

.sec3_note_area {
	position: relative;
	min-height: 350px;
	padding-right: 200px;
	box-sizing: border-box;
	overflow: visible;
}

.sec3_note {
	position: relative;
	z-index: 2;
	padding: 16px;
	border: 4px solid #ef8a23;
	border-radius: 32px;
	background: #fff;
	font-size: 1rem;
	font-weight: 600;
	line-height: 2;
	box-sizing: border-box;
}

.sec3_note::before {
	content: "";
	position: absolute;
	top: 39.5%;
	right: 0;
	border-style: solid;
	border-width: 0 0 34px 36px;
	border-color: transparent
		transparent
		transparent
		#ef8a23;
	translate: 100% -50%;
	transform: skew(0,45deg);
	transform-origin: left center;
	z-index: -2;
}

.sec3_note::after {
	content: "";
	position: absolute;
	top: 40%;
	right: 0;
	border-style: solid;
	border-width: 0 0 27px 29px;
	border-color: transparent
		transparent
		transparent
		#fff;
	translate: 100% calc(-50% - 1px);
	transform: skew(0,45deg);
	transform-origin: left center;
	z-index: -1;
}

.sec3_note_person {
	position: absolute;
	z-index: 3;
	right: -10px;
	top: 56%;
	width: 200px;
	transform: translateY(-35%);
}

.sec3_note_person img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: auto;
}

.step_navi {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 25px;
	margin-top: 55px;
}

.step_navi a {
	color: inherit;
	text-decoration: none;
}

.step_navi_bt {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1;
	border-radius: 50%;
	box-sizing: border-box;
	overflow: hidden;
	transition: .2s;
}

.step_navi_bt::before {
	content: "";
	position: absolute;
	inset: 8px;
	border: 3px dashed currentColor;
	border-radius: 50%;
	box-sizing: border-box;
	pointer-events: none;
}

.step_navi_bt img,
.step_arrow {
	position: relative;
	z-index: 1;
}

.step_navi_bt img {
	display: block;
	width: 90%;
	height: auto;
}


/* ==========================================================
   BASE / UTILITIES
========================================================== */

.step_arrow {
	display: block;
	width: 11px;
	height: 11px;
	margin-top: 8px;
	border-right: 3px solid currentColor;
	border-bottom: 3px solid currentColor;
	transform: rotate(45deg);
}


/* ==========================================================
   REPORT INTRO / NAVIGATION
========================================================== */

.step_navi a:nth-child(1) {
	color: #278c42;
}

.step_navi a:nth-child(1) .step_navi_bt {
	background: #d6f0d6;
}

.step_navi a:nth-child(2) {
	color: #758d28;
}

.step_navi a:nth-child(2) .step_navi_bt {
	background: #edf3d8;
}

.step_navi a:nth-child(3) {
	color: #b87900;
}

.step_navi a:nth-child(3) .step_navi_bt {
	background: #fff1d8;
}

.step_navi a:nth-child(4) {
	color: #b15b00;
}

.step_navi a:nth-child(4) .step_navi_bt {
	background: #f9e5d2;
}

.step_navi a:nth-child(5) {
	color: #b33b15;
}

.step_navi a:nth-child(5) .step_navi_bt {
	background: #f8dfd8;
}

.step_navi a:nth-child(6) {
	color: #b51d1d;
}

.step_navi a:nth-child(6) .step_navi_bt {
	background: #f5d8da;
}

.step_navi a:hover .step_navi_bt {
	transform: translateY(-5px);
}


/* ==========================================================
   LEVEL COMMON
========================================================== */

.step_sec {
	--theme: #278c42;
	--pale: #e9f7e8;
	padding: 75px 0 30px;
	background: #fff;
}

.step_sec.sec-step2 {
	--theme: #718a1c;
	--pale: #eef2e0;
}

.step_sec.sec-step3 {
	--theme: #bd7600;
	--pale: #fff5df;
}

.step_sec.sec-step4 {
	--theme: #b86100;
	--pale: #fff0df;
}

.step_sec.sec-step5 {
	--theme: #b43814;
	--pale: #fdece9;
}

.step_sec.sec-step6 {
	--theme: #b11b18;
	--pale: #fde8e7;
}

.step_inner {
	position: relative;
	background: var(--pale);
	border-radius: 32px;
	padding: 18px 42px 44px;
}

.step_inner::before {
	content: "";
	position: absolute;
	z-index: 0;
	inset: 10px;
	border: 3px dashed var(--theme);
	border-radius: 26px;
	pointer-events: none;
}

.step_inner > *:not(.step_midashi) {
	position: relative;
	z-index: 1;
}

.step_midashi {
	z-index: 2;
}

.step_midashi {
	position: absolute;
	left: -15px;
	top: -86px;
	color: #fff;
	font-weight: 900;
	font-size: 1.5rem;
	transform: rotate(-5deg);
}

.step_head {
	display: grid;
	grid-template-columns: 230px 1fr;
	gap: 20px;
	align-items: center;
	margin-bottom: 24px;
}

.step_head h2 {
	color: var(--theme);
	font-size: clamp(2rem,4.0vw,4.4rem);
	line-height: 1.13;
	margin: .05em 0 .25em;
}

.step_head .pre_h2 {
	color: var(--theme);
	font-size: 1.35rem;
	font-weight: 900;
}

.atsugi_case {
	display: grid;
	grid-template-columns: 12em 1fr;
	gap: 16px;
	background: #fff;
	border-radius: 18px;
	padding: 12px;
	align-items: center;
	font-weight: 500;
	line-height: 2em;
}

.atsugi_case em {
	font-weight: 700;
	font-style: normal;
	color: var(--theme);
}

.atsugi_case strong {
	background: var(--theme);
	color: #fff;
	border-radius: 13px;
	padding: 1em;
	text-align: center;
}

.step_contents {
	background: #fff;
	border-radius: 24px;
	padding: 34px;
	margin-top: 22px;
}

.step_contents h3 {
	text-align: center;
	color: var(--theme);
	font-size: 1.65rem;
	margin: 0 0 24px;
}

.step_contents h3 img {
	vertical-align: middle;
}

.step_contents h4 {
	font-family: "Zen Maru Gothic", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: var(--theme);
	font-size: 1.25rem;
	margin: .4em 0;
}



/* ==========================================================
   BASE / UTILITIES
========================================================== */

.step1_comment_row {
	display: grid;
	grid-template-columns: 1fr 1.25fr;
	gap: 35px;
	align-items: center;
}


/* ==========================================================
   LEVEL COMMON
========================================================== */

.step1_farmer_area {
	display: grid;
	grid-template-columns: 180px 1fr;
	gap: 18px;
	align-items: center;
}

.step1_farmer_person {
	text-align: center;
}

.step1_farmer_name {
	font-size: .85rem;
	line-height: 1.35;
	text-align: center;
}

.step1_farmer_name strong {
	font-size: 1rem;
}

.step1_farmer_comment {
	position: relative;
	padding: 18px 22px;
	border: 2px dashed var(--theme);
	border-radius: 24px;
	background: color-mix(
			in srgb,
			var(--pale) 72%,
			white
		);
	font-size: .95rem;
	line-height: 1.7;
}

.step1_farmer_comment::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	left: -9px;
	top: 50%;
	border-top: 2px dashed var(--theme);
	border-right: 2px dashed var(--theme);
	background: color-mix(in srgb,var(--pale) 72%,white);
	transform: translateY(-50%) rotate(-135deg);
}


/* ==========================================================
   LEVEL 1
========================================================== */

.product_list {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 24px;
}

.sec-step1 .std_flex3 .col3 {
	width:30%;
}

.sec-step1 .step1_farmer_area {
	display:flex;
	flex-direction: column;
	flex-direction: column-reverse;
}

.sec-step1 .step1_farmer_area img {
	display:block;
	width:180px;
}

.sec-step1 .step1_farmer_comment::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	/* 位置を「左」から「下中央」に変更 */
	left: 50%;
	bottom: -9px; 
	top: auto; /* 上位置の指定をクリア */
	border-top: 2px dashed var(--theme);
	border-right: 2px dashed var(--theme);
	background: color-mix(in srgb,var(--pale) 72%,white);
	/* 角度を下に尖るように変更（45deg）、中央配置の補正 */
	transform: translateX(-50%) rotate(135deg); 
}
/* ==========================================================
   BASE / UTILITIES
========================================================== */

.product {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 20px;
	align-items: center;
}


/* ==========================================================
   LEVEL 1
========================================================== */

.sec-step1 .step1_text_link {
	position: relative;
	display: inline-block;
	padding-right: 1.4em;
	color: var(--theme);
	font-weight: 800;
}

.sec-step1 .step1_text_link::after {
	content: "";
	position: absolute;
	right: .15em;
	top: 50%;
	width: 8px;
	height: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
}

.sec-step1 .step_contents h4 {
	color: #644326;
	text-align:center;
}

.sec-step1 .step_contents h4 a,
.sec-step1 .step_contents h4 a:visited {
	color:#644326;
}

.sec-step1 a img,
.sec-step2 a img {
	transition: filter 0.2s ease;
}

.sec-step1 a:hover img,
.sec-step2 a:hover img {
	filter: brightness(1.05);
}

.product_sub {
	display: grid;
	grid-template-columns: repeat(5,1fr);
	gap: 12px;
	margin-top: 20px;
}

.product_sub div {
	text-align: center;
}

.season {
	border: 2px solid var(--theme);
	border-radius: 12px;
	padding: .5em 1em;
	color: var(--theme);
	display: inline-block;
	font-weight: 800;
	background: #fff;
	line-height: 1.4em;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

.report_list {
	display: grid;
	grid-template-columns: .8fr 1fr 1fr;
	gap: 24px;
	margin-top: 28px;
}

.report_title_area {
	position: relative;
	width: max-content;
	margin: 48px auto 18px;
	padding-top: 15px;
}

.report_title_flag {
	position: absolute;
	z-index: 2;
	width: 90px;
	height: auto;
	left: -12px;
	top: -20px;
	transform: rotate(-5deg);
}

.report_title {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: .55em 1.4em .45em;
	background: #fff;
	border-radius: 14px;
	color: var(--theme);
	font-size: 1.65rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}

.report_list {
	display: grid;
	grid-template-columns: .8fr 1fr 1fr;
	gap: 38px;
	align-items: start;
	margin-top: 18px;
}

.report_box {
	background: #fff;
	border-radius: 24px;
	padding: 22px;
	min-width: 0;
}

.report_box:first-child {
	padding: 10px;
	border-radius: 20px;
}


/* ==========================================================
   BASE / UTILITIES
========================================================== */

.instagram_image {
	display: block;
	width: 100%;
	height: auto;
	border: 0;
}


/* ==========================================================
   LEVEL 1
========================================================== */

.report_list .report_box h4 {
	margin: 0 0 18px;
	text-align: center;
	color: var(--theme);
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.4;
}

.comments {
	font-size: .95rem;
	line-height: 1.7;
}

.comments p {
	margin: 0;
	padding: .55em 0;
	border-bottom: 1px dashed
		color-mix(in srgb,var(--theme) 35%,white);
}

.post_list {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 8px;
}

.post_list i {
	display: block;
	background: #e9e9e9;
	border-radius: 8px;
	aspect-ratio: 1;
}

.report_list {
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));
	gap: 32px;
	align-items: stretch;
	width: 100%;
	margin-top: 18px;
}

.report_box {
	width: 100%;
	height: 100%;
	min-width: 0;
	box-sizing: border-box;
	background: #fff;
	border-radius: 24px;
	padding: 22px;
}

.report_box:first-child {
	padding: 12px;
}

.report_box.comments {
	justify-self: center;
}

.comments {
	font-size: .95rem;
	line-height: 1.7;
	text-align: left;
}

.comments p {
	margin: 0;
	padding: .55em 0;
	text-align: left;
	border-bottom: 1px dashed
		color-mix(in srgb,var(--theme) 35%,white);
}

.post_list i {
	display: block;
	aspect-ratio: 1;
	background: #e9e9e9;
	border-radius: 8px;
}


/* ==========================================================
   BASE / UTILITIES
========================================================== */

.instagram_image {
	width: 100%;
	border: 1px solid #ddd;
}


/* ==========================================================
   LEVEL 1
========================================================== */

.comments p {
	border-bottom: 1px dashed #b9cfba;
	padding: .45em 0;
}



/* ==========================================================
   LEVEL 2
========================================================== */

.sec-step2 .step2_main {
	display: grid;
	grid-template-columns: 1fr 1.35fr;
	gap: 38px;
	align-items: start;
}

.sec-step2 .step2_main_photo img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 18px;
}

.sec-step2 .step2_main_text > p {
	margin: 0;
	line-height: 2;
}

.sec-step2 .step2_farmer_area {
	grid-template-columns: 1fr 180px;
	gap: 18px;
	align-items: center;
}


/* ==========================================================
   LEVEL COMMON
========================================================== */

.sec-step2 .step1_farmer_comment {
	grid-column: 1;
	grid-row: 1;
}

.sec-step2 .step1_farmer_person {
	grid-column: 2;
	grid-row: 1;
}

.sec-step2 .step1_farmer_comment::before {
	left: auto;
	right: -9px;
	transform: translateY(-50%)
		rotate(45deg);
}


/* ==========================================================
   LEVEL 2
========================================================== */

.sec-step2 .step2_recipe_title {
	margin-top: 45px;
}

.sec-step2 .recipe_list {
	display: grid;
	grid-template-columns: repeat(4,minmax(0,1fr));
	gap: 22px;
}

.sec-step2 .recipe_list figure {
	width: auto;
	margin: 0;
	text-align: center;
	font-weight: 700;
}

.sec-step2 .recipe_list img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1.5 / 1;
	object-fit: cover;
	border-radius: 15px;
}

.sec-step2 .recipe_list figcaption {
	margin-top: 7px;
	line-height: 1.5;
}

.sec-step2 .link_list {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: 38px;
	margin-top: 55px;
}

.sec-step2 .link_box {
	display: grid;
	grid-template-columns: 180px 1fr;
	gap: 20px;
	align-items: center;
	min-width: 0;
}

.sec-step2 .link_box img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
}

.sec-step2 .link_box p {
	margin: 0 0 8px;
	line-height: 1.7;
}

.sec-step2 .step2_text_link {
	position: relative;
	display: inline-block;
	padding-right: 1.4em;
	color: var(--theme);
	font-weight: 800;
}

.sec-step2 .step2_text_link::after {
	content: "";
	position: absolute;
	right: .15em;
	top: 50%;
	width: 8px;
	height: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translateY(-50%)
		rotate(45deg);
}


/* ==========================================================
   LEVEL 3
========================================================== */

.sec-step3 .step3_bottom {
	display: grid;
	grid-template-columns: 0.8fr 1fr;
	gap: 32px;
	align-items: center;
	margin-top: 26px;
}

.sec-step3 .step3_ice {
	display: grid;
	grid-template-columns: 180px 1fr;
	gap: 22px;
	align-items: center;
}

.sec-step3 .step3_ice img {
	display: block;
	width: 100%;
	height: auto;
}

.sec-step3 .step3_ice_text p {
	margin: 0 0 10px;
	line-height: 1.8;
}

.sec-step3 .step3_ice_title {
	font-size: 1.1rem;
	font-weight: 700;
}

.sec-step3 .step3_text_link {
	position: relative;
	display: inline-block;
	padding-right: 1.4em;
	color: var(--theme);
	font-weight: 800;
	text-decoration: none;
}

.sec-step3 .step3_text_link::after {
	content: "";
	position: absolute;
	right: .1em;
	top: 50%;
	width: 8px;
	height: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
}

.sec-step3 .step3_comment_area {
	display: grid;
	grid-template-columns: 1fr 180px;
	gap: 18px;
	align-items: center;
}

.sec-step3 .step3_comment {
	position: relative;
	padding: 18px 20px;
	border: 2px dashed var(--theme);
	border-radius: 24px;
	background: color-mix(in srgb, var(--pale) 72%, white);
	font-size: .95rem;
	line-height: 1.8;
}

.sec-step3 .step3_comment::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	right: -9px;
	top: 50%;
	border-top: 2px dashed var(--theme);
	border-right: 2px dashed var(--theme);
	background: color-mix(in srgb, var(--pale) 72%, white);
	transform: translateY(-50%) rotate(45deg);
}

.sec-step3 .step3_comment_person {
	text-align: center;
}

.sec-step3 .step3_comment_name {
	font-size: .85rem;
	line-height: 1.45;
	text-align: center;
}

.sec-step3 .step3_comment_name strong {
	font-size: 1.15rem;
}


/* ==========================================================
   LEVEL 4
========================================================== */

.sec-step4 .step4_menu {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	gap: 70px;
	align-items: center;
	width: 92%;
	margin: 20px auto 45px;
}

.sec-step4 .step4_menu_label {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 118px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--theme);
	color: #fff;
	font-weight: 900;
	line-height: 1.25;
	text-align: center;
	box-sizing: border-box;
}

.sec-step4 .step4_menu_main {
	position: relative;
	overflow: visible;
}

.sec-step4 .step4_menu_photo {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 18px;
}

.sec-step4 .label_kakiage {
	position: absolute;
	right: 9%;
	top: 1%;
}

.sec-step4 .label_karaage {
	position: absolute;
	left: -6%;
	bottom: 16%;
}

.sec-step4 .label_onigiri {
	position: absolute;
	right: -11%;
	bottom: 41%;
}

.sec-step4 .step4_burgers {
	position: relative;
	height: 100%;
}

.sec-step4 .step4_burger_item {
	position: absolute;
	width: 85%;
}

.sec-step4 .step4_burger_item:nth-child(1) {
	top: 0;
	left: 0;
}

.sec-step4 .step4_burger_item:nth-child(2) {
	bottom: 0;
	right: -18%;
}

.sec-step4 .step4_burger_item img {
	display: block;
	width: 90%;
	height: auto;
	object-fit: contain;
}

.sec-step4 .step4_burger_tonzuke {
	align-items: flex-start;
}

.sec-step4 .step4_burger_tonzuke img {
	margin-top: 10px;
	margin-left: -20px;
}

.sec-step4 .step4_burger_tonzuke .step4_menu_label {
	position: absolute;
	right: -4%;
	top: -5%;
}

.sec-step4 .step4_burger_ganmo {
	align-items: flex-end;
}

.sec-step4 .step4_burger_ganmo img {
	margin-right: -35px;
	margin-bottom: 0;
}

.sec-step4 .step4_burger_ganmo .step4_menu_label {
	position: absolute;
	left: -24%;
	bottom: -1%;
}

.sec-step4 .step4_lead {
	margin: 0;
	line-height: 1.9;
}

.sec-step4 .step4_bottom {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: 45px;
	align-items: end;
	margin-top: 40px;
}

.sec-step4 .step4_related > p {
	margin: 0 0 20px;
	line-height: 1.8;
}

.sec-step4 .step4_link_list {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: 22px;
}

.sec-step4 .step4_link_list figure {
	margin: 0;
}

.sec-step4 .step4_link_list img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
}

.sec-step4 .step4_link_list figcaption {
	margin-top: 8px;
}

.sec-step4 .step4_text_link {
	position: relative;
	display: inline-block;
	padding-right: 1.4em;
	color: var(--theme);
	font-weight: 800;
}

.sec-step4 .step4_text_link::after {
	content: "";
	position: absolute;
	right: .15em;
	top: 50%;
	width: 8px;
	height: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translateY(-50%)
		rotate(45deg);
}

.sec-step4 .step4_staff_area {
	grid-template-columns: 1fr 180px;
	gap: 18px;
	align-items: center;
}


/* ==========================================================
   LEVEL COMMON
========================================================== */

.sec-step4 .step4_staff_area .step1_farmer_comment {
	grid-column: 1;
	grid-row: 1;
}

.sec-step4 .step4_staff_area .step1_farmer_person {
	grid-column: 2;
	grid-row: 1;
}

.sec-step4 .step4_staff_area .step1_farmer_comment::before {
	left: auto;
	right: -9px;
	transform: translateY(-50%)
		rotate(45deg);
}

.sec-step4 .step4_staff_area .step1_farmer_name {
	margin-top: 5px;
}


/* ==========================================================
   BASE / UTILITIES
========================================================== */

ruby rt {
	font-size: .55em;
	font-weight: 500;
}


/* ==========================================================
   LEVEL COMMON
========================================================== */

.sec-step5 .step_inner {
	background: var(--pale);
	border-radius: 32px;
}


/* ==========================================================
   LEVEL 5
========================================================== */

.sec-step5 .step5_products {
	display: grid;
	grid-template-columns: repeat(4,minmax(0,1fr));
	gap: 24px;
	margin-top: 35px;
}

.sec-step5 .step5_products figure {
	margin: 0;
}

.sec-step5 .step5_products img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 16px;
}

.sec-step5 .step5_products figcaption {
	margin-top: 10px;
	font-size: .95rem;
	font-weight: 500;
	line-height: 1.7;
}

.sec-step5 .step5_bottom {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 42px;
	align-items: center;
	margin-top: 45px;
}

.sec-step5 .step5_shops_lead {
	margin: 0 0 22px;
	font-weight: 500;
	line-height: 1.8;
}

.sec-step5 .step5_shop_list {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: 18px;
}

.sec-step5 .step5_shop_list figure {
	margin: 0;
}

.sec-step5 .step5_shop_list img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1.5 / 1;
	object-fit: cover;
	border-radius: 14px;
}

.sec-step5 .step5_shop_list figcaption {
	margin-top: 8px;
}

.sec-step5 .step5_shop_link {
	position: relative;
	display: inline-block;
	padding-right: 1.4em;
	color: var(--theme);
	font-weight: 800;
	text-decoration: none;
}

.sec-step5 .step5_shop_link::after {
	content: "";
	position: absolute;
	right: .15em;
	top: 50%;
	width: 8px;
	height: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translateY(-50%)
		rotate(45deg);
}

.sec-step5 .step5_staff_area {
	grid-template-columns: 1fr 170px;
	gap: 18px;
	align-items: center;
}


/* ==========================================================
   LEVEL COMMON
========================================================== */

.sec-step5 .step5_staff_area .step1_farmer_comment {
	grid-column: 1;
	grid-row: 1;
}

.sec-step5 .step5_staff_area .step1_farmer_person {
	grid-column: 2;
	grid-row: 1;
}

.sec-step5 .step5_staff_area .step1_farmer_comment::before {
	left: auto;
	right: -9px;
	transform: translateY(-50%)
		rotate(45deg);
}

.sec-step5 .step5_staff_area .step1_farmer_person img {
	display: block;
	margin: 0 auto 7px;
}

.sec-step6.step_sec {
	background: #fff;
}

.sec-step6 .step_inner {
	background: var(--pale);
	border-radius: 32px;
}


/* ==========================================================
   BONUS STAGE
========================================================== */

.sec-step6 .bonus_card {
	position: relative;
	background: #fff;
	border-radius: 26px;
	margin-top: 28px;
	padding: 38px 42px;
}

.sec-step6 .bonus_card h3 {
	color: var(--theme);
}

.sec-step6 .bonus_network > h3 {
	margin: 0 0 28px;
	text-align: center;
	font-size: 1.65rem;
	line-height: 1.5;
}

.sec-step6 .bonus_network_inner {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 45px;
}

.sec-step6 .bonus_network_photo img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 18px;
}

.sec-step6 .bonus_network_text {
	font-size: .95rem;
	line-height: 1.9;
}

.sec-step6 .bonus_network_text p {
	margin: 0;
}

.sec-step6 .bonus_event_text {
	margin-top: 18px !important;
}

.sec-step6 .bonus_text_link {
	position: relative;
	display: inline-block;
	margin-top: 8px;
	padding-right: 1.4em;
	color: var(--theme);
	font-weight: 800;
	text-decoration: none;
}

.sec-step6 .bonus_text_link::after {
	content: "";
	position: absolute;
	right: .15em;
	top: 50%;
	width: 8px;
	height: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translateY(-50%)
		rotate(45deg);
}

.sec-step6 .bonus_interview {
	padding-top: 30px;
}

.sec-step6 .bonus_interview_title {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: center;
}

.sec-step6 .bonus_interview_title img {
	display: block;
	width: 120px;
	height: auto;
	flex-shrink: 0;
}

.sec-step6 .bonus_interview_title h3 {
	margin: 0;
	font-size: 1.7rem;
	text-align: left;
	line-height: 1.4;
}

.sec-step6 .bonus_interview_title h3 span {
	margin-right: .4em;
}

.sec-step6 .bonus_interview_list {
	display: grid;
	gap: 22px;
}

.sec-step6 .bonus_interview_item {
	display: grid;
	grid-template-columns: minmax(0,1fr) 180px;
	gap: 18px;
	align-items: center;
}

.sec-step6 .bonus_interview_comment {
	position: relative;
	padding: 22px 28px;
	border: 2px dashed var(--theme);
	border-radius: 24px;
	background: color-mix(
			in srgb,
			var(--pale) 72%,
			white
		);
}

.sec-step6 .bonus_interview_comment::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	right: -9px;
	top: 50%;
	border-top: 2px dashed var(--theme);
	border-right: 2px dashed var(--theme);
	background: color-mix(
			in srgb,
			var(--pale) 72%,
			white
		);
	transform: translateY(-50%)
		rotate(45deg);
}

.sec-step6 .bonus_interview_comment h4 {
	margin: 0 0 8px;
	color: var(--theme);
	font-size: 1.15rem;
	font-weight: 800;
}

.sec-step6 .bonus_interview_comment p {
	margin: 0;
	font-size: .95rem;
	line-height: 1.8;
}

.sec-step6 .bonus_interview_person {
	text-align: center;
}

.sec-step6 .bonus_interview_person img {
	display: block;
	width: 140px;
	max-width: 100%;
	height: auto;
	margin: 0 auto 6px;
}

.sec-step6 .bonus_interview_name {
	font-size: .8rem;
	line-height: 1.35;
	text-align: center;
}

.sec-step6 .bonus_interview_name strong {
	font-size: 1rem;
}

.sec-step6 .bonus_interview_name rt {
	font-size: .65em;
}

.sec-step6 .bonus_report_after {
	display: grid;
	grid-template-columns: 250px 1fr;
	gap: 35px;
	align-items: center;
	padding-top: 32px;
	padding-bottom: 32px;
}

.sec-step6 .bonus_report_photo img {
	display: block;
	width: 100%;
	height: auto;
}

.sec-step6 .bonus_report_text h3 {
	margin: 0 0 12px;
	text-align: left;
	font-size: 1.7rem;
}

.sec-step6 .bonus_report_text p {
	margin: 0;
	font-size: .95rem;
	line-height: 1.9;
}


/* ==========================================================
   LEVEL 2
========================================================== */

.recipe_list {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 18px;
}

.recipe_list figure {
	margin: 0;
	text-align: center;
	font-weight: 800;
}

.recipe_list img {
	border-radius: 15px;
	aspect-ratio: 1.5/1;
	object-fit: cover;
}

.link_list {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 20px;
	margin-top: 28px;
}

.link_box {
	display: grid;
	grid-template-columns: 140px 1fr;
	gap: 16px;
	align-items: center;
}

.link_box img {
	border-radius: 12px;
}

.link_box a {
	color: var(--theme);
	font-weight: 900;
	text-decoration: none;
}


/* ==========================================================
   LEVEL 3
========================================================== */

.photo_3col {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 20px;
}

.photo_3col figure {
	margin: 0;
}

.photo_3col img {
	width: 100%;
	border-radius: 14px;
	aspect-ratio: 4/3;
	object-fit: cover;
}


/* ==========================================================
   FOOD & AGRICULTURE FESTA
========================================================== */

.festa {
	background: #fff;
	padding: 125px 0 80px;
}

.festa_inner {
	position: relative;
	background: #d4f2ff;
	border: 4px solid #45ad60;
	padding: 185px 72px 70px;
	border-radius: 3px;
}


/* ==========================================================
   HEADER / HERO
========================================================== */

.festa_header {
	position: absolute;
	top: -104px;
	left: 50%;
	width: 60%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 2;
}


/* ==========================================================
   FOOD & AGRICULTURE FESTA
========================================================== */

.festa_logo {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.festa_lead {
	margin: 0 auto 52px;
	text-align: center;
	font-family: "Noto Sans JP",sans-serif;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 2;
}

.festa_info {
	width: min(1020px,94%);
	margin: 0 auto 52px;
	font-family: "Zen Maru Gothic","Noto Sans JP",sans-serif;
}

.festa_info dl {
	display: grid;
	grid-template-columns: 175px minmax(0,1fr);
	gap: 22px 36px;
	align-items: center;
	margin: 0;
}

.festa_info dt {
	background: #f36a00;
	color: #fff;
	border-radius: 18px;
	padding: .45em .8em .5em;
	font-size: 1.25rem;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
}

.festa_info dd {
	margin: 0;
	font-size: 1.9rem;
	font-weight: 900;
	line-height: 1.45;
	letter-spacing: .015em;
}

.festa_info dd {
	font-size: 3em;
}

.festa_info dd strong {
	font-size: 1.6em;
	line-height: 1em;
}

.festa_address {
	display: inline-block;
	font-size: .88em;
}

.festa_sunday {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.55em;
	height: 1.55em;
	margin: 0 .1em;
	border-radius: 50%;
	background: #e60012;
	color: #fff;
	font-size: .8em;
	line-height: 1;
	vertical-align: .12em;
}

.festa_yoseue {
	font-weight:500;
}

.festa_yoseue strong{
	display:inline-block;
	color:white;
	background-color: #ed6900;
	font-size:1rem;
	padding:3px 0.5em;
	border-radius:5px;
}

.festa_yoseue .festa_visual > img {
	max-height:unset;
	width:90%;
}

.festa .festa_contents {
/*
	display: grid;
	grid-template-columns: repeat(4,minmax(0,1fr));
	gap: 26px 24px;
	align-items: stretch;
*/
	font-size: 1rem;
}

.festa .festa_contents .std_flex4 .column {
	width:24%;
}

.festa_box {
	min-width: 0;
	background: #fff;
	border-radius: 22px;
	padding: 18px 20px 24px;
	display: flex;
	flex-direction: column;
}

.festa_box h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 3.1em;
	margin: 0 0 14px;
	padding: 0 4px 10px;
	border-bottom: 3px solid currentColor;
	font-family: "Zen Maru Gothic","Noto Sans JP",sans-serif;
	font-size: 1.18rem;
	font-weight: 900;
	line-height: 1.3;
	text-align: center;
}

.festa_box.theme_orange h3 {
	color: #ed6900;
}

.festa_box.theme_green h3 {
	color: #009d4b;
}

.festa_box p {
	margin: 0;
	font-size: .96rem;
	font-weight: 500;
	line-height: 1.85;
	text-align: left;
}

.festa_visual {
	display: flex;
	align-items: center;
	justify-content: center;
}

.festa_visual > img {
	display: block;
	max-width: 100%;
	max-height: 120px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.festa_note {
	display: block;
	margin: -2px 0 8px;
	font-size: .72rem;
	font-weight: 500;
	line-height: 1.45;
	text-align: left;
}

.festa_movie_title {
	margin: 58px 0 28px;
	font-family: "Zen Maru Gothic","Noto Sans JP",sans-serif;
	font-size: 1.6rem;
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
}

.youtube_area {
	width: 100%;
	aspect-ratio: 16 / 7;
	min-height: 0;
	margin: 0;
	background: #fff;
	display: grid;
	place-items: center;
	font-weight: 700;
}


/* ==========================================================
   APPLICATION / TERMS
========================================================== */

.youkou,
.campaign_detail {
	font-family: -apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
}

.youkou {
	margin-top: 65px;
}

.youkou .inner {
	background: #fff;
}


/* ==========================================================
   BASE / UTILITIES
========================================================== */
.base ~ .outer_width {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.totop {
	position: fixed;
	right: 12px;
	z-index: 30;
}

.totop img {
	width: 100%;
}


/* ==========================================================
   ABOUT KOKUSHO / CHISAN
========================================================== */

.sec2_bottom.std_column2 > .left,
.sec2_bottom.std_column2 > .right,
.sec3_intro.std_column2 > .left,
.sec3_intro.std_column2 > .right {
	width: 100%;
	float: none;
	margin-left: 0;
	margin-right: 0;
}


/* ==========================================================
   LEVEL 1
========================================================== */

.product_list.std_flex2 > .column,
.recipe_list.std_flex4 > .column,
.link_list.std_flex2 > .column,
.photo_3col.std_flex3 > .col3 {
	width: 100%;
	max-width: none;
	float: none;
	margin-left: 0;
	margin-right: 0;
}
