@charset "UTF-8";

/*=====================

　　＜イベント情報＞

　　01.メインコンテンツエリア
　　02.陸自飯グランプリ

=====================*/


/*---------------------------------------------------

　　01.メインコンテンツエリア

---------------------------------------------------*/
#mainArea {
	width: 100%;
	padding: 70px 0 80px;
}
	#mainArea.bg01 { background: #eaeaea; }
	#mainArea.bg02 { background: #052234; }
	#mainArea.bg03 { background: #ffffff; }

h3 {
	position: relative;
	font-size: 25px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	text-align: left;
	padding: 0 0 1.5rem;
}
h3 span {
	font-size: 12px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 200;
	margin-left: 8px;
}
h3:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 6px;
	content: '';
	border-radius: 3px;
	background: #ea5514;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
 }
 }


/* Tab */
@media screen and (max-width: 1200px) {
}

/* sp */
@media screen and (max-width: 768px) {
	#mainArea {
		width: 100%;
		padding: 8% 0 10%;
	}

	h3 {
		font-size: 20px;
	}
}




/*---------------------------------------------------

　　02.陸自飯グランプリ

---------------------------------------------------*/
.rikumeshi_imgArea {
	width: 1200px;
	margin: 0 auto 70px;
}
.rikumeshi_con01 {
	width: 1100px;
	margin: 0 auto;
}
.riku_txt01 {
	font-size: 24px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	line-height: 1.4;
	font-weight: 400;
	color: #534741;
	margin-bottom: 20px;
		text-align: center;
}
.riku_txt02 {
	font-size: 45px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	line-height: 1.4;
	font-weight: 400;
	color: #534741;
	margin-bottom: 10px;
	text-align: center;
	}
.riku_txt03 {
	font-size: 24px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	line-height: 1.4;
	font-weight: 400;
	color: #534741;
	margin-bottom: 10px;
	text-align: left;
}
.first_img_area {
	width: 800px;
	margin: 0 auto 100px;
	position: relative;
}
.first_no1 {
	position: absolute;
	top: 0;
	left: -100px;
	width: 324px;
}
.rikumeshi_con02_bg {
	background-color: #ccbba7;
	padding: 50px 0;
	margin-bottom: 70px;
}
.rikumeshi_con02_bg .fl {
	width: 580px;
	float: left;
}
.rikumeshi_con02_bg .fr {
	width: 580px;
	float: right;
}
.rikumeshi_con02_bg .fl_img {
	width: 258px;
	float: left;
}
.rikumeshi_con02_bg .fr_txt {
	width: 310px;
	float: right;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.7;
	letter-spacing: 0.05em;
	color: #000;
}
.riku_btn {
	font-size: 18px;
	font-weight: 300;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	line-height: 1.7;
	letter-spacing: 0.05em;
	color: #000;
	text-align: center;
}
.riku_btn a {
	display: inline-block;
	text-decoration: none;
	color: #000;
}
.riku_btn a:hover {
	text-decoration: underline;
	cursor: pointer;
}


/* Tab */
@media screen and (max-width: 1200px) {
	.rikumeshi_imgArea {
		width: 96%;
		margin: 0 auto 70px;
	}
	.rikumeshi_con01 {
		width: 96%;
		margin: 0 auto;
	}
	.riku_txt01 {
		font-size: 24px;	
		line-height: 1.4;
		margin-bottom: 20px;
		text-align: center;
	}
	.riku_txt02 {
		font-size: 35px;		
		line-height: 1.4;
		margin-bottom: 10px;
		text-align: center;
	}
	.riku_txt03 {
		font-size: 24px;		
		line-height: 1.4;
		margin-bottom: 10px;
		text-align: left;
	}
	.first_img_area {
		width: 100%;
		margin: 0 auto 10%;
		text-align: center;
	}
	.first_no1 {
		top: 0;
		left: -9%;
		width:260px;
	}
	.first_no1 img {
		width: 100%;
	}
	.rikumeshi_con02_bg .fl {
		width: 48%;
		float: left;
	}
	.rikumeshi_con02_bg .fr {
		width: 48%;
		float: right;
	}
	.rikumeshi_con02_bg .fl_img {
		width: 48%;
		float: left;
	}
	.rikumeshi_con02_bg .fr_txt {
		width: 48%;
		float: right;
		font-size: 14px;
		line-height: 1.5;
	}
	


.topics_con01_03_4 {
	width: 100%;
	max-width: 1050px;
	margin: 10px auto 0;
}
.topics_con01_03_4 ul {
	display: flex;
	flex-wrap: wrap;
}
.topics_con01_03_4 li {
	width: 32%;
	margin-right: 2%;
}
.topics_con01_03_4 li:last-child {
	margin-right: 0;
}
.topics_con01_03_4 img {
	width: 100%;
}
}
/* sp */
@media screen and (max-width: 768px) {
	.rikumeshi_imgArea {
		margin: 0 auto 10%;
	}
	.riku_txt01 {
		font-size: 15px;	
		line-height: 1.4;
		margin-bottom: 20px;
	}
	.riku_txt02 {
		font-size: 22px;		
		line-height: 1.4;
		margin-bottom: 10px;
		text-align: center;
		letter-spacing: -0.03em;
	}
	.riku_txt03 {
		font-size: 15px;	
		line-height: 1.4;
		margin-bottom: 20px;
	}
	.first_img_area {
		width: 90%;
		margin: 0 auto 10%;
	}
	.first_no1 {
		position: absolute;
		top: 10%;
		left: -9%;
		width:100px;
	}
	.rikumeshi_con02_bg {
		padding: 10% 0;
		margin-bottom: 10%;
	}
	.rikumeshi_con02_bg .fl {
		width: 100%;
		float: none;
		margin-bottom: 8%;
	}
	.rikumeshi_con02_bg .fr {
		width: 100%;
		float: none;
	}
	.rikumeshi_con02_bg .fl_img {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.rikumeshi_con02_bg .fr_txt {
		width: 100%;
		float: none;
		font-size: 14px;
		line-height: 1.5;
	}
	.riku_btn {
		font-size: 16px;
		line-height: 1.7;
		letter-spacing: 0.05em;
	}


}
.topics_con01_03_4 {
	width: 50%;
}
.topics_con01_03_4 ul {
	display: flex;
}
.topics_con01_03_4 li {
	width: 72%;
	margin: 0 0 2% 0;
}
.topics_con01_03_4 li:nth-of-type(2) {
	margin: 0 0 2% 0;


}

/*---------------------------------------------------

　　03.YouTube動画 レスポンシブ対応

---------------------------------------------------*/
	.movie_wrap {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
	}
	.movie_wrap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}



/*---------------------------------------------------

　　04.CM動画

---------------------------------------------------*/
.movieArea {
	width: 100%;
	max-width: 1200px;
}
.movieArea h3 {
	color: #1a1a1a;
	margin-bottom: 1rem;
}
.movieArea h3 span {
	color: #666;
}
.movieArea .main_movie {
	width: 100%;
	max-width: 1200px;
	display: flex;
	padding: 1.5rem 0 0;
	margin-bottom: 1.5rem;
}
.movieArea .main_movie .movie_l {
	width: 100%;
}
.movieArea .main_movie .movie_l .movie_wrap {
	width: 100%;
	margin-right: 2%;
}
.movieArea .main_movie .con_block {
	width: 24%;
}
.movieArea .con_block ul {
	width: 100%;
}
.movieArea .con_block .movie_wrap {
	width: 100%;
}
.movieArea .con_block li {
	width: 100%;
	margin-bottom: 5%;
}
.movieArea .con_block li:last-child {
	margin-bottom: 0;
}

.movieArea .txt_l2 {
    box-sizing: border-box;
    font-size: 24px; 
    font-weight: 600;
    line-height: 1.8;
    text-align: left;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
}

/* Tab */
@media screen and (max-width: 1200px) {
}

/* sp */
@media screen and (max-width: 768px) {
	.movieArea .main_movie {
		display: block;
	}
	.movieArea .main_movie .movie_l {
		width: 100%;
		margin-bottom: 5%;
	}
	.movieArea .main_movie .movie_l .movie_wrap {
		width: 100%;
		margin-right: 0;
	}
	.movieArea .main_movie .con_block {
		width: 100%;
	}
	.movieArea .con_block li {
		width: 100%;
		margin-bottom: 5%;
	}
	.movieArea .con_block li:last-child {
		margin-bottom: 0;
	}
}

