@charset "UTF-8";
/*
**********************************************
common
**********************************************
*/
div{
	position: relative;
}
#main{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

/*
**********************************************
background
**********************************************
*/

body{
	background:url(../images/bg.jpg) center top no-repeat;
	background-color: #cda301;
	background-size: contain; 
}

@media screen and(max-width:768px) {
	body{
		background: url(../images/bg_sp.jpg) center top no-repeat;
		background-size: 100% auto;
	}
	
}

.redline{
	width: 100%;
	position: absolute;
	height: 10%;
	max-height: 72px;
	background-color: #AC2928;
}

**********************************************
main
**********************************************
*/
#main{
	position: relative;
}

/*
**********************************************
btn
**********************************************
*/
.btn{
	position: absolute;
	width: 40%;
	max-width: 379px;
	z-index: 9999;
}

.btn a:hover img{
	opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
}

.bt01{
	left:7%;
	bottom: 10%;
}
.bt02{
	right:7%;
	bottom: 10%;
}
.bt03{
	right:13%;
	bottom: 15%;
}
.bt04{
	left:10%;
	bottom:6%;
}
.bt05{
	right:5%;
	bottom:6%;
}
.bt06{
	right:11%;
	bottom: 7%;
}
.bt07{
	left:10%;
	bottom:6%;
}
.bt08{
	right:5%;
	bottom:6%;
}
.bt09{
	left:10%;
	bottom:16%;
}
.bt10{
	right:5%;
	bottom:16%;
}

.button-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin:0 auto;
    padding: .9em 2em;
    border: none;
    border-bottom: solid 5px #7c0000;
    border-radius: 5px;
    background-color: #ac2928;
    color: #fff;
    font-weight: 600;
    font-size: 1.25em;
    transition: .5s ease;
}

/* 矢印の装飾 */
.button-4::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

.button-4:hover {
	opacity: 0.7;
}



/*
**********************************************
footer
**********************************************
*/
#footer{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#footer div{
	padding: 5%;
}
#footer div p{
	display: inline-block;
}
#footer div p a{
	display: inline;
}
#footer div p:first-child:after{
	content:"　|　";
}