.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }
body{
    line-height: 1.8;
}
header{
    display: block;
    border-top: 10px solid #000;
}
.header-inner{
    padding: 2.4rem 0 2.0rem;
    align-items: center;
    justify-content: space-between;
    max-width: 960px;
    justify-content: flex-end;
    align-items: center;
    margin: 0 auto;
}

@media screen and (min-width: 768px){
    .header-border-bottom{
        height: 15.6rem;  
      } 
}
.contents-inner{
    max-width: 768px;
    margin: 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
.row{
    display: flex;
    flex-direction: row;
}
#footer {
    background-color: #000;
    padding: 20px 0;
    font-size: 80%;
    line-height: 1.6;
    border-bottom: 3px solid #d7cd39;
}
#footer address {
    color: #ccc;
    text-align: right;
    font-style: normal;
}
#footer address img {
    display: inline;
    vertical-align: top;
    margin-right: 10px;
}
.inner {
    width: 960px;
    position: relative;
    left: 50%;
    margin: 0 0 0 -480px;
}
@media screen and (min-width: 768px){
    footer .copyright-bloc{
        height: 224px;
    }
}
@media screen and (max-width: 768px){
    .row{
        flex-flow: column nowrap;
    }
}
.align-center{
    text-align: center;
}
.align-right{
    text-align: right;
}
ul li{
    list-style: none;
}
button{
    background: #D57DAA;
    border: none;
    padding: 0.6rem 8.0rem;
    color: #fff;
    font-size: 1.6rem;
    font-size: 16px; 
    cursor: pointer;
    border-radius: 0.2rem;
    display: block;
    margin: 1rem auto;
    width: 46.0rem;
    min-height: 5.0rem;
}
button.ended{
    background: #ccc;
    cursor: default;
    color: #000;
}
button.ended:hover{
    background: #ccc;
}
@media screen and (max-width: 640px){
    button{
        width: 100%;
        padding: 0.6rem 0.2rem;
    }
}
button:hover{
    background: #d85aa4;
}
.form-notice{
    color: #4E413C;
    text-align: center;
    margin: 0;
}
.font-small{
    font-size: 80%;
}
.main-image{
    background: #1d1a1c;
    text-align: center;
}
.main-image img{
    max-height: 380px;
    padding: 2.4rem 0;
}