@charset "utf-8";
.main_bg{
    position: relative;
}
#ramen{
    max-width: 1280px;
    margin:0 auto;
    background:#fccd00;
    padding-bottom: 50px;
}
#ramen .sewrap{
	background: url("../images/main_pc01.jpg?230126") no-repeat top center;
	width: 100%;
	padding-top: 36.015%;
	margin: 0 auto;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:relative;
	line-height:1.5;
	background-size: cover;
}
#ramen .sewrap_after{
	background: url("../images/main_pc02.jpg") no-repeat top center;
	width: 100%;
	padding-top: 36.015%;
	margin: 0 auto;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:relative;
	line-height:1.5;
	background-size: cover;
}
#ramen .clrTxt {
	text-indent:-10000px;
	text-decoration:none;
	overflow:hidden;
    position:absolute;
}
#ramen .date{
	background:#000000;
	padding:8px 0;
}
#ramen .date>p{
	color:#fccd00;
	font-weight:bold;
	font-size:2.5rem;
	letter-spacing:0.1rem;
	text-align:center;
	padding:10px 0;
	border-top: 5px solid #fccd00;
	border-bottom: 5px solid #fccd00;
}
#ramen .date>p>span{
	font-size:1.8rem;
}
#ramen .intro{
	color:#000000;
	font-family: 'Zen Antique Soft', serif;
	line-height:4rem;
	text-align:center;
	font-size:2.3rem;
	margin:30px auto;
}

/*------ 動画 ------*/
.moviewrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /* margin: 2%; */
    padding: 0 7%;
}
.movie_bg{
    background: #000;
    width: 48%;
    padding: 1%;
    margin: 1%;
}
.movie_bg h2{
    color: #fccd00;
    font-size: 3rem;
    margin-top: 5px;
}
.movie_bg h3{
    color: #fccd00;
    font-size: 2rem;
}
.movie{
    display: block;
    width: 100%;
    padding-top: 56.2%;
    position: relative;
    margin: 0 auto;
}
.movie .movieCon{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.link{
    display: block;
    margin: 20px auto;
    width: 20%;
}
.link>img{
    border: solid 3px #0b7e37;
    box-shadow: 2px 4px 4px 2px #0b7e3760;
	vertical-align:top;
}
.btn{
    display: block;
    margin: 30px auto 0;
    padding: 10px 0;
    width: 30%;
    background:#0b7e37;
    font-size: 2rem;
    text-align: center;
}
.btn:hover,.link:hover{
	opacity:0.7;
	transition:0.5s;
}

/*グレーアウト　終わり*/
#footer{
	margin:0px !important;
}