@charset "utf-8";
.main_bg{
	background: #ffd4b6;
	position: relative;
}
#present{
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}
#present .sewrap{
	background: url(../images/bg_main.jpg?20210611) no-repeat top center;
	padding-top: 125%;
	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;
}
#present .clrTxt {
	text-indent:-10000px;
	text-decoration:none;
	overflow:hidden;
    position:absolute;
}
a.btn{
    display: block;
    text-decoration: none;
    width: 65%;
    font-size: 30px;
    font-weight: bold;
    border: 4px #d8561d solid;
    background: #ffffff;
    padding: 10px 0;
    color: #d8561d;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7.5%;
    margin: 0 auto;
    transition: .3s;
}
a.btn:hover{
    background: #d8561d;
    color: #ffffff;
}
.main_bg .official{
    width: 100%;
    margin: 0 auto;
    background: #ffffff6f;
    position: absolute;
    bottom: 0;
    padding: 15px;
}
.main_bg .official a.btn{
    max-width: 600px;
    font-size: 20px;
    position: static;
}
/*グレーアウト　終わり*/
#footer{
	margin:0px !important;
}

@media screen and (min-width:767px){
  .br_sp {
    display: none;
  }
}