.start-title{
    margin: 13em 0 2em 0;
    font-size: 1.1em;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    color: #d1a871;
    font-weight: 500;
    text-shadow: 0 0 50px rgba(129, 106, 4, 0.9);
}


.start-unit-block-back{
    margin: auto;
    text-align: center;
    position: relative;
    display: inline-block;
    flex:1;
}

#start-img{
    display: block;
    background-image: url(./images/start/1.jpg);
    background-repeat: repeat;
    background-size:contain;
    background-color:rgba(255,255,255,0.3);
    background-blend-mode:lighten;
    background-position: center;
    /* z-index: 5; */
    width: 300px;
    height: 300px;
    /* opacity: 0.9; */
}

.start-form{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
#start-button {
    font-size: 1em;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    color: #d1a871;
    margin: auto;
    text-align: center;
    display: block;
	position: relative;
	width: 160px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	background: #fff;
    border:1px solid #d1a871;
    transition: 0.8s ease-in-out;
}

#start-button:hover {
    background: #d1a871;
    color: #fff;
	cursor: pointer;
	text-decoration: none;
}

@media (min-width: 760px){
    .start-title{
        margin: 6em 0 1em 0;
        font-size: 1.5em;
    }

    #start-img{
        width: 700px;
        height: 550px;
    }
    .start-form{
        top:44%;
        left:50%;
        transform: translate(-50%,-50%);
    }
}



@media (min-width: 990px){
    .start-title{
        margin: 10em 0 2em 0;
        font-size: 1.2em;
    }

    #start-img{
        width: 550px;
        height: 550px;
    }
    .start-form{
        top:48%;
        left:50%;
        transform: translate(-50%,-50%);
    }
    #start-button {
        font-size: 1.2em;
        width: 250px;
        padding: 0.8em;
    }
}