@charset "UTF-8";


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

　　　　mv

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

.ramenmovie #bgRamen{
	background: url(https://s.yimg.jp/images/promotion/ramen2019/pc/assets/images/top/schedule_waku1.png) repeat-x top center,
		 		url(https://s.yimg.jp/images/promotion/ramen2019/pc/assets/images/top/base_bg.png);
	padding-top: 2px;
}
.ramenmovie .mainvisual{
	background: url(https://s.yimg.jp/images/promotion/ramen2019/pc/assets/images/movie/mv_image.png) no-repeat top center;
	width: 100%;
	height: 410px;
	overflow: hidden;
	text-align: center;
	padding-top: 63px;
	box-sizing: border-box;
}
.ramenmovie .mainvisual .icon{
	padding-bottom: 15px;
}

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

　　　　pro

-----------------------------*/
.ramenmovie{
	background: url(https://s.yimg.jp/images/promotion/ramen2019/pc/assets/images/top/bg1.png);
}
#moviepageContents{
	background: url(https://s.yimg.jp/images/promotion/ramen2019/pc/assets/images/pro/bg_illust.png) no-repeat top center;
}

#moviepageContents .pagelink{
	width: 950px;
	margin: 30px auto 60px;
	display: table;
}
#moviepageContents .pagelink li{
	display: table-cell;
}
#moviepageContents .pagelink li a{
	display: block;
	background: url(https://s.yimg.jp/images/promotion/ramen2019/pc/assets/images/pro/btn_on.png) no-repeat top center;
	width: 220px;
	height: 60px;
	line-height: 60px;
	color: #8d0000;
	text-align: center;
	font-weight: bold;
}
#moviepageContents .pagelink li a.active{
	background: url(https://s.yimg.jp/images/promotion/ramen2019/pc/assets/images/pro/btn_on.png) no-repeat top center;
	color: #8d0000;
}
#moviepageContents .pagelink li a:after{
	content: "";
	margin-right: 15px;
}

.categoryblock{
	background: url(https://s.yimg.jp/images/promotion/ramen2019/pc/assets/images/detail/bg_detail.png);
	width: 950px;
	margin: 40px auto 0;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
}
.categoryblock.kotteri{
	background: url(https://s.yimg.jp/images/promotion/ramen2019/pc/assets/images/detail/bg_detail1_2.png);
}
.categoryblock.gatsumori{
	background: url(https://s.yimg.jp/images/promotion/ramen2019/pc/assets/images/detail/bg_detail1_3.png);
}
.categoryblock.shirunashi{
	background: url(https://s.yimg.jp/images/promotion/ramen2019/pc/assets/images/detail/bg_detail1_4.png);
}
.categoryblock .inner{
	background: url(https://s.yimg.jp/images/promotion/ramen2019/pc/assets/images/top/bg1.png);
	border: 2px solid #d6a71e;
	box-sizing: border-box;
	padding-bottom: 85px;
	padding: 50px 80px 0;
}
.categoryblock h2{
	margin-bottom: 70px;
}
.categoryblock .innerblock{
	width: 790px;
	border: 2px solid #990000;
	background: #fff;
	margin: 0 auto 60px;
	padding: 0 40px 40px;
	box-sizing: border-box;
	position: relative;
}
.categoryblock .innerblock.gold{
	border: 2px solid #9e8738;
}
.categoryblock .innerblock.silver{
	border: 2px solid #666666;
}

.categoryblock .innerblock.copper{
	border: 2px solid #b15822;
}

.categoryblock .innerblock h3{
	margin-top: -38px;
}
.categoryblock .innerblock .ramenname{
	border-bottom: 1px solid #000;
	margin-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 34px;
	font-weight: bold;
}
.categoryblock .innerblock .shop{
	font-size: 24px;
	font-weight: bold;
}
.categoryblock .innerblock .area{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.categoryblock .innerblock .movie{
	width: 640px;
	margin: 0 auto;
}
.categoryblock .innerblock a{
	margin-top: 35px;
	display: block;
}

#moviepageContents #footerbanner{
	background: none;
	padding: 140px 0 100px;
	box-shadow: 0 0 0;
	-webbox-box-shadow: 0 0 0;
}