#panel {

    width: 100%;
    height: 128px;
    background-image: url("../images/campaign_img.jpg");
    background-position: center center;
    background-size: cover;
}

article > h1 {

    width: 100%;
    text-align: center;
    margin-top: 30px;
}

#lead {

    margin: 30px auto 0 auto;;
    text-align: left;
    width: 273px;
    line-height: 1.5em;
}

.menu {

    margin: 30px 0 0 0;
    text-align: center;
    width: auto;
}

.menu .poster {

    margin-top: 10px;
}

.menu .poster:first-of-type {

    margin-top: 0;
}

article > aside {

    margin: 60px auto 0 auto;;
    text-align: center;
    width: 273px;
    line-height: 1.5em;
    font-size: 13px;
}

#pc-goto-top {

    display: none;
}

@media screen and (min-width: 480px), print{

#lead {

    width: 380px;
}

article > aside {

    width: 380px;
}
}

@media screen and (min-width: 900px), print{

#panel {

    margin-top: -440px;
    width: calc(50% + 140px);
    height: 264px;
}

article > h1 {

    margin-top: 0;
    padding-top: 72px;
    background-image: url("/common/images/pc_title_bg.png");
    background-position: center center;
    background-size: 100% auto;
}

.menu {

    margin: 30px auto 0 auto;
    text-align: center;
    width: 606px;
}

.menu .poster {

    float: left;
    width: 298px;
    margin: 0 0 0 10px;
}

.menu .poster:first-of-type {

    margin-left: 0;
}

#pc-goto-top {

    display: block;
    text-align: center;
    margin-top: 60px;
    width: auto;
}
}
