@charset "UTF-8";

/*----------------------------------------
 * フォント
 *----------------------------------------*/
 
 @font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url(../../resources/webfonts/NotoSansJP-Thin.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(../../resources/webfonts/NotoSansJP-Light.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../../resources/webfonts/NotoSansJP-Regular.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(../../resources/webfonts/NotoSansJP-Medium.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(../../resources/webfonts/NotoSansJP-Bold.otf) format('opentype');
}

/*----------------------------------------
 * 基本設定
 *----------------------------------------*/
body {
/*
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
*/
	font-family:"Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
	line-height:1.8em;
	margin:0;
	background-color:white;
}
*/
/* 共通 */
img{
-webkit-backface-visibility: hidden;
}

.pc {
	display:block;
	/*
	min-width:100%;
	*/
}

.mb {
	display:none;
}

a, a:visited {
	color:#519300;
	text-decoration:none;
	transition: color 0.3s ease 0s;
}

a:hover {
	color:#ffc800;
}

.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%;}
.w90p {width:90%}
.w80p {width:80%}
.w70p {width:70%}
.w60p {width:60%}
.w50p {width:50%}
.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}


.l40 { line-height:40px}
.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;}

.div_center {margin-left:auto;margin-right:auto;}

.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_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_margin_-top {margin-top:-80px;}
.std_margin_-top2 {margin-top:-40px;}

.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;}

.std_width {
	width:960px;
	margin:0 auto;
	position:relative;
}

.std_margin_top { margin-top:80px;}
.std_margin_top2 { margin-top:40px;}
.std_margin_top3 { margin-top:20px;}

.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_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_40_56 .left {width:40%;}
.std_column2.col2_40_56 .right {width:56%;}

.std_column2.col2_48_48 .left {width:48%;}
.std_column2.col2_48_48 .right {width:48%;}

.std_column2.col2_50_50 .left {width:50%;}
.std_column2.col2_50_50 .right {width:50%;}

.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_76_20 .left {width:76%;}
.std_column2.col2_76_20 .right {width:20%;}


.std_column3{
}

.std_column3:after {
	content:"";
	clear:both;
	display:block;
}

.std_column3 .column {
	width:32.5%;
	margin-right:1.25%;
	float:left;
}

.std_column4 {
}

.std_column4:after {
	content:"";
	clear:both;
	display:block;
}

.std_column4 .column {
	width:24%;
	margin-right:1%;
	float:left;
}

.std_column3 .column:nth-child(3) {
	margin-right:0;
}

.std_column4 .column:nth-child(4) {
	margin-right:0;
}

.std_lead {
	font-weight:500;
	font-size:24px;
}

.std_box {
	text-indent:110%;
	overflow:hidden;
	display:block;
	white-space:nowrap;
	width:100%;
	height:100%;
}

.ab_image {
	position:absolute;
	background-size:cover;
}

.totop {
	position: fixed;
	width: 120px;
	height: 133px;
	bottom: -200px;
	right: 50px;
	z-index: 1000;
}

.toggle_box{
	display:none;
	background-color:#eaf8ff; /*#deebff;*/
	padding:20px;
	margin-top:20px;
}
.btn{
	background:url(images/toggle.png) no-repeat left top;
	width:42px;
	height:32px;
	display:block;
	float:right;
}
.btn.active{
	background-position:left bottom;
}
.btn:hover{
	cursor:pointer;
}

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 */
 .ja {
	position:absolute;
	z-index:70;
	width:200px;
	height:63px;
	background:url(images/header_ja.png) no-repeat left top;
	background-size:cover;
}

.youtube_area {
	width:85%;
	margin-left:auto;
	margin-right:auto;
}


/*----------------------------------------
 * あつぎの農業を食べて応援！
 * 万能野菜「葉ニンニク」をおいしく食べよう！
 *----------------------------------------*/

/* 全体背景 */
body {
	background:url(images/bg_article.jpg) repeat center top;
}
 
/* 共通書式 */
.col_green {
	color:#519300;
}

.common_midashi1 {
	display:inline-block;
	padding:0 1em;
	background-color:#519300;
	color:white;
	font-weigh:500;
	line-height:1.8em;
	margin-right:1em;
}

.common_fukidashi {
	position:relative;
	border:3px solid #519300;
	border-radius:20px;
	background-color:white;
}

.common_fukidashi_inner {
	font-size:14px;
	line-height:2em;
	padding:15px;
	font-weight:500;
}

.common_fukidashi::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 46px;
}

.left .common_fukidashi::before {
    right: -23px;
    border-left: 21px solid #3d7800;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.right .common_fukidashi::before {
    left: -23px;
    border-right: 21px solid #3d7800;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}


.common_fukidashi::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 46px;
}

.left .common_fukidashi::after {
    right: -18px;
    border-left: 21px solid white;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.right .common_fukidashi::after {
    left: -18px;
    border-right: 21px solid white;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}


 
/* メイン画像部分 */

header {
	position:absolute;
	width:100%;
	z-index:60;
}

article {
	overflow:hidden;

}

.main_area_outer {
	position:relative;
	overflow:hidden;
}

.main_area {
	position:relative;
	z-index:10;
/*
	border:1px solid red;
*/
	height:1390px;
}

.main_area a {
	transition: all 0.3s ease 0s;
}

.main_area a:hover {
	filter: brightness(110%);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}

.main_area .main_kenmin {
	width:122px;height:91px;
	left:659px;top:8px;
	background-image:url(images/main_kenmin.png);
	z-index:10;
}

.main_area .main_title {
	width:364px;height:209px;
	left:298px;top:2px;
	margin:0;
	background-image:url(images/main_title.png);
	z-index:10;
}

.main_area .main_copy {
	width:510px;height:120px;
	left:225px;top:198px;
	background-image:url(images/main_copy.png);
	z-index:10;
}

.main_area .main_yumemichan {
	width:268px;height:171px;
	left:0px;top:70px;
	background-image:url(images/main_yumemichan.png);
	z-index:10;
}

.main_area .main_seisansya_movie {
	width:293px;height:296px;
	left:-30px;top:257px;
	background-image:url(images/main_seisansya_movie.png);
	z-index:10;
}

.main_area .main_seisansya_movie.jyunbi {
	background-image:url(images/main_seisansya_movie_jyunbi.png);
}


.main_area .main_donna {
	width:200px;height:140px;
	left:-14px;top:576px;
	background-image:url(images/main_donna.png);
	z-index:10;
}

.main_area .main_present {
	width:300px;height:270px;
	left:0px;top:730px;
	background-image:url(images/main_present.png);
	z-index:10;
}

.main_area .main_furusato {
	width:207px;height:209px;
	right:-28px;top:131px;
	background-image:url(images/main_furusato.png);
	z-index:10;
}

.main_area .main_recipe_1 {
	width:303px;height:263px;
	right:-52px;top:342px;
	background-image:url(images/main_recipe_1.png);
	z-index:10;
}

.main_area .main_recipe_2 {
	width:334px;height:224px;
	left:456px;top:462px;
	background-image:url(images/main_recipe_2.png);
	z-index:10;
}

.main_area .main_recipe_3 {
	width:354px;height:169px;
	left:347px;top:594px;
	background-image:url(images/main_recipe_3.png);
	z-index:9;
}

.main_area .main_story {
	width:288px;height:366px;
	right:-20px;top:624px;
	background-image:url(images/main_story.png);
	z-index:10;
}

.main_area .main_kikan {
	width:416px;height:135px;
	left:293px;top:792px;
	background-image:url(images/main_kikan.png);
	z-index:10;
}

.main_area .main_insta_icon {
	width:85px;height:85px;
	left:438px;top:932px;
	background-image:url(images/main_insta_icon.png);
	z-index:10;
}

.main_area .main_fukidashi_1 {
	width:140px;height:140px;
	left:30px;top:1012px;
	background-image:url(images/main_fukidashi_1.png);
	z-index:10;
}

.main_area .main_fukidashi_2 {
	width:140px;height:140px;
	right:30px;top:1012px;
	background-image:url(images/main_fukidashi_2.png);
	z-index:10;
}

.main_area .main_hashtag_desc {
	width:530px;height:200px;
	left:215px;top:1025px;
	font-size:18px;
	font-weight:500;
	text-align:center;
}

.main_area .main_hashtag {
	width:600px;height:150px;
	left:180px;top:1133px;
	font-size:37px;
	font-weight:700;
	text-align:center;
	color:#519300;
}

.main_area .main_ryouri {
	width:170px;height:170px;
	border:5px solid white;
	box-shadow: 5px 5px 10px #ccc;
}

.main_area .main_ryouri_1 {	left:  0px; top:1200px;background-image:url(images/main_ryouri_1.jpg);}
.main_area .main_ryouri_2 {	left:195px; top:1200px;background-image:url(images/main_ryouri_2.jpg);}
.main_area .main_ryouri_3 {	left:390px; top:1200px;background-image:url(images/main_ryouri_3.jpg);}
.main_area .main_ryouri_4 {	right:195px; top:1200px;background-image:url(images/main_ryouri_4.jpg);}
.main_area .main_ryouri_5 {	right:0px; top:1200px;background-image:url(images/main_ryouri_5.jpg);}

.main_area .main_haninniku_photo {
	width:950px;height:750px;
	left:60px;top:0px;
	background-image:url(images/main_haninniku_photo.png);
	z-index:1;
}


/* sec1 */

.waku1 {
	background: url(images/bg_waku1.png) repeat left top;
	padding: 30px;
}

.waku1 .waku1_inner {
	background-color: white;
	padding: 30px 20px;
}
.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 {
	width:130px;
	margin:0 auto;
}

/* sec2 */
.sec2 .std_column2 {
	position:relative;
	height:825px;
}

.sec2 img.sec2_haninniku {
	position:absolute;
	display:blockl;
	width:360px;
	height:auto;
	left:300px;
}

.sec2 .std_column2 div.left,
.sec2 .std_column2 div.right {
	width:335px;
}

.sec2 .std_column2 h3 {
	margin:0;
}

.sec2 .std_column2 h3 img {
	display:block;
}

.sec2 .std_column2 h3.std_margin_top3 {
	margin-top:20px;
}

/* sec3 */
.sec3 .std_column2.col2_76_20 .left {
	width:729px;
}

.sec3 .std_column2.col2_76_20 .right {
	width:192px;
}

.sec3 .std_column2.inner.col2_76_20 .left {
	width:317px;
}

.sec3 .std_column2 img.sidouin {
	width:186px;
	height:auto;
	border:4px solid #519300;
}


/* sec4 */
.sec4 .common_fukidashi_inner {
	font-size:18px;
}


/* sec5 */
.sec5 .common_fukidashi_inner {
	font-size:16px;
}

.sec5 dl.recipe {
	width:100%;
	background-color:#f2fae7;
	margin:0 0 4px 0;
}

.sec5 dl.recipe dt {
	float:left;
	text-align:left;
	padding:0 0 0 5px;
}

.sec5 dl.recipe dd {
	float:right;
	text-align:left;
	padding:0 0.7em 0 0;
}

.sec5 dl.recipe.kakko dd {
	padding-right:0;
}

.sec5 dl.recipe::after {
	content:"";
	display:block;
	clear:both;
}

.sec5 .sec_teacher {
	border:2px dashed #519300;
	border-radius:20px;
}

.sec5 .sec_teacher_inner {
	padding:10px 20px;
}

.sec5 .sec_teacher h4 {
	margin:0;
}

.sec5 .sec_teacher .col_teacher {
	color:#ff9164;
}



/* sec_yumemiichi */
.sec_yumemiichi .yumemiichi_instagram img{
	width:85px;
	height:auto;
	vertical-align:middle;
	margin-right:0.5em;
}

ul.insta  {
	margin-bottom:0;
	padding:0;
}

ul.insta::after {
	content:"";
	display:block;
	clear:both;
}


ul.insta li {
	display:block;
	width:15%;
	float:left;
	margin-right:2%;
}

ul.insta li a {
	display:block;
	width:100%;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	height:140px;
}

ul.insta li:last-child {
	margin-right:0;
}


/* ゆめみちゃんコメント */

.sec_yumemichan_cooking {
	padding:80px 0;
	background-size:cover;
}

.waku2 {
	padding:30px;
	border:6px dotted #519300;
	background-color:rgba(255,255,255,0.9);
	border-radius:40px;
}

/* プレゼント */

.sec_present {
	padding:0 0 80px 0;
	/*
	background:url(images/bg_main_image.jpg) no-repeat top center;
	*/
	background-size:cover;
}

.sec_present .std_width {
	background-color:white;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
}

.sec_present .gabyou {
	margin-top:-20px;
}

.sec_present .std_width .sec_present_inner {
	padding:0 30px 30px 30px;
}

.sec_present .std_width .sec_present_inner h2 {
	font-size:2.5rem;
	font-weight:bold;
	text-align:center;
	margin:0 0 20px 0;
}

.sec_present .std_width .sec_present_inner h3 {
	font-size:2rem;
	color:#519300;
	margin-bottom:0;
}


















/* 応募要項、利用規約 */
.campaign_detail {
}
.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: 7px;
    left: 10px;
}

.jimukyoku:after {
	content:' kouhou@at.kn-ja.or.jp';
}

.copyright {
	margin-top:160px;
	padding:4em;
	background:url(images/bg_main_image.jpg) no-repeat top center;
	background-size:cover;
	color:black;
}













