

html,body {
    font-family: serif;
}

#header {
    width: 100%;
    height: 95px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 10;
}

#header h1 {
    position: absolute;
    top: 52%;
    left: 20px;
    margin-top: -28px;
}

#header h1 .sp{
    display: none;
}


#header .copy {
    position: absolute;
    right: 80px;
    top: 52%;
    margin-top: -18.5px;
}

.copy img {
    width: 179px;
}

#header .close {
    position: absolute;
    right: 20px;
    top: 52%;
    margin-top: -12.5px;
}

#loading {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 9999;
	background: #fff;
}
#loading i {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	transform: translateY(-50%);
	color: #a37f38;
}


#main {
    padding-top: 95px;
    -webkit-transition: opacity ease 1s;
    -moz-transition: opacity ease 1s;
    transition: opacity ease 1s;
    opacity: 0;
}

#main.end {
    opacity: 1;
}

#main .copy {
    display: none;
}

#anniversary .inner {
    text-align: center;
    padding: 80px 10px;
}

@media screen and (max-width: 640px){
    #anniversary .inner {
        padding: 40px 10px 0;
    }
    #anniversary .inner img{
        max-width: 262px;
    }
}

#footer {
    -webkit-transition: opacity ease 1s;
    -moz-transition: opacity ease 1s;
    transition: opacity ease 1s;
    opacity: 0;
}

#footer.end {
    opacity: 1;
}

#footer .inner {
    position: relative;
    padding: 50px 30px;
}

#footer .small {
    font-size: 10px;
}

#footer .vendor {
    position: absolute;
    right: 30px;
    top: 47%;
    margin-top: -13px;
}


@media screen and (max-width: 768px){

    #header {
        height: 80px;
    }

    #main {
        padding-top: 80px;
    }

    #header .copy {
        display: none;
    }

    #header h1 {
        margin-top: -18px;
        left: 15px;
    }

    #header h1 .pc{
        display: none;
    }

    #header h1 .sp{
        display: block;
        width: 232px;
    }

    #header .close {
        top: 50%;
        right: 15px;
    }

    #footer .vendor {
        position: static;
        text-align: center;
        margin-top: 0;
        margin-bottom: 30px;
    }

    #main .copy {
        display: block;
        text-align: center;
        padding: 20px 10px 40px
    }

    #footer .inner {
        padding: 50px 10px;
    }

    #footer .small {
        text-align: center;
    }
}
