#wrapper > header > div > ul li:nth-child(5)
{
    display: none;
}

#page > header
{
    position: relative;
    overflow: hidden;
    padding-top: 55%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
}

#page > header h2
{
    position: absolute;
    left: -9999px;
}

#contents
{
    padding-bottom: 8em;
    background: #e7eaec;
}

#contents > div
{
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    background: #fff;
}

#contents > div header
{
    padding: 5.3em 0 6.3em;
    text-align: center;
}

#contents > div header p
{
    font-size: 160%;
    display: inline-block;
    text-align: left;
}

#contents > div header p span
{
    display: block;
}

#contents > div header p span + span
{
    margin-top: 1.75em;
}

#contents > div section:nth-of-type(1):after
{
    display: block;
    overflow: hidden;
    width: 100%;
    padding-top: 6.6%;
    content: '';
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
       -moz-background-size: 100% auto;
            background-size: 100% auto;
}

#contents > div section:nth-of-type(1) h3
{
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 7.9em;
    padding-top: 15.7%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100% 100%;
            background-size: 100% 100%;
}

#contents > div section:nth-of-type(1) h3 img
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 49%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

#contents > div section:nth-of-type(1) div
{
    padding: 0 55px 9.1em;
}

#contents > div section:nth-of-type(1) div:before,
#contents > div section:nth-of-type(1) div:after
{
    display: table;
    content: '';
}

#contents > div section:nth-of-type(1) div:after
{
    clear: both;
}

#contents > div section:nth-of-type(1) div dl
{
    width: 580px;
    margin: 0 auto;
}

#contents > div section:nth-of-type(1) div dl + dl
{
    margin-top: 7.5em;
}

#contents > div section:nth-of-type(1) div dl:first-child dd:first-child i
{
    bottom: -67px;
    left: -47px;
    width: 91px;
}

#contents > div section:nth-of-type(1) div dl:nth-of-type(3) ~ dl
{
    width: 430px;
    margin-top: 5.2em;
}

#contents > div section:nth-of-type(1) div dl:nth-of-type(3) ~ dl:nth-child(2n)
{
    float: left;
    clear: both;
}

#contents > div section:nth-of-type(1) div dl:nth-of-type(3) ~ dl:nth-child(2n+1)
{
    float: right;
}

#contents > div section:nth-of-type(1) div dl:nth-of-type(3) ~ dl dd:first-child
{
    padding: 0 0 .4em 100px;
}

#contents > div section:nth-of-type(1) div dl:nth-of-type(3) ~ dl dd:first-child:before
{
    display: none;
}

#contents > div section:nth-of-type(1) div dl:nth-of-type(3) ~ dl dd:first-child i
{
    bottom: -33px;
    left: -3px;
    width: 92px;
}

#contents > div section:nth-of-type(1) div dl:nth-of-type(3) ~ dl dd:first-child > span:nth-of-type(1)
{
    font-size: 258.5%;
    line-height: 1.2;
    position: relative;
    display: block;
    padding: 0;
    letter-spacing: -.05em;
}

#contents > div section:nth-of-type(1) div dl:nth-of-type(3) ~ dl dd:first-child > span:nth-of-type(1) span
{
    font-size: 77.37%;
    line-height: 1.3;
    display: block;
}

#contents > div section:nth-of-type(1) div dl:nth-of-type(3) ~ dl dd:first-child > span:nth-of-type(1) small
{
    font-size: 61.9%;
    letter-spacing: .05em;
}

#contents > div section:nth-of-type(1) div dl:nth-of-type(3) ~ dl dd:first-child > span:nth-of-type(2)
{
    position: static;
    margin-top: -.2em;
    padding: 0;
}

#contents > div section:nth-of-type(1) div dl:nth-of-type(7) dd:first-child > span:nth-of-type(1) span
{
    padding-top: 1.3em;
}

#contents > div section:nth-of-type(1) div dl dd:first-child
{
    position: relative;
}

#contents > div section:nth-of-type(1) div dl dd:first-child:before
{
    position: absolute;
    bottom: 1.8em;
    left: 0;
    width: 100%;
    content: '';
    border-top: #000 1px dotted;
}

#contents > div section:nth-of-type(1) div dl dd:first-child i
{
    position: absolute;
    z-index: 1;
    bottom: -75px;
    left: -51px;
    width: 100px;
}

#contents > div section:nth-of-type(1) div dl dd:first-child i img
{
    width: 100%;
}

#contents > div section:nth-of-type(1) div dl dd:first-child > span
{
    display: block;
    white-space: nowrap;
}

#contents > div section:nth-of-type(1) div dl dd:first-child > span:nth-of-type(1)
{
    font-size: 280%;
    line-height: 1.36;
    position: relative;
    display: inline-block;
    padding: 0 15px 0 70px;
    background: #fff;
}

#contents > div section:nth-of-type(1) div dl dd:first-child > span:nth-of-type(1) small
{
    font-size: 50%;
    display: block;
}

#contents > div section:nth-of-type(1) div dl dd:first-child > span:nth-of-type(2)
{
    font-size: 150%;
    line-height: 1;
    position: absolute;
    right: 0;
    bottom: .33em;
    padding: 0 5px 0 10px;
    background: #fff;
}

#contents > div section:nth-of-type(1) div dl dd:first-child > span:nth-of-type(2) span
{
    font-size: 140%;
}

#contents > div section:nth-of-type(1) div dl dd:first-child > span:nth-of-type(2) span strong
{
    font-size: 133.33%;
}

#contents > div section:nth-of-type(1) div dl dt
{
    position: relative;
    margin-top: .7em;
}

#contents > div section:nth-of-type(1) div dl dt img
{
    width: 100%;
}

#contents > div section:nth-of-type(1) div dl dt + dd
{
    font-size: 130%;
    margin-top: .85em;
}

#contents > div section:nth-of-type(2)
{
    position: relative;
    margin-top: 8.5em;
    padding: 0 165px 8.8em 305px;
}

#contents > div section:nth-of-type(2) h3
{
    font-size: 250%;
    line-height: 1.2;
    position: absolute;
    top: 0;
    left: 3.8em;
    letter-spacing: 0;
}

#contents > div section:nth-of-type(2) h4
{
    font-size: 200%;
    line-height: 1.5;
    margin-bottom: 1.4em;
    letter-spacing: 0;
    border-bottom: #000 1px solid;
}

#contents > div section:nth-of-type(2) dl + dl
{
    margin-top: 5em;
}

#contents > div section:nth-of-type(2) dl dt
{
    font-size: 260%;
    margin-bottom: .08em;
}

#contents > div section:nth-of-type(2) dl dt + dd
{
    font-size: 160%;
    margin-bottom: .75em;
}

#contents > div section:nth-of-type(2) dl dt + dd + dd
{
    font-size: 140%;
}

#contents > div section:nth-of-type(2) dl dt + dd + dd span
{
    display: block;
    margin-bottom: .71em;
}

#contents > div section:nth-of-type(2) dl + h4
{
    margin-top: 3.35em;
}

.ua-desktop br.sp
{
    display: none;
}

.ua-desktop #page > header
{
    background-image: url('../images/pc/mv.jpg');
}

.ua-desktop #contents > div section:nth-of-type(1):after
{
    background-image: url('../images/pc/bg.svg');
}

.ua-desktop #contents > div section:nth-of-type(1) h3
{
    background-image: url('../images/pc/bg.svg');
}

.ua-mobile #page > header
{
    padding-top: 140.63%;
    background-image: url('../images/sp/mv.jpg');
}

.ua-mobile #contents
{
    padding-bottom: 0;
}

.ua-mobile #contents > div
{
    width: 100%;
    padding: 0;
}

.ua-mobile #contents > div header
{
    padding: 1.4em 6.25% 2.6em;
}

.ua-mobile #contents > div header p
{
    font-size: 130%;
    line-height: 2;
    display: block;
    letter-spacing: .1em;
}

.ua-mobile #contents > div header p span + span
{
    margin-top: 1em;
}

.ua-mobile #contents > div header p br
{
    display: none;
}

.ua-mobile #contents > div section:nth-of-type(1):after
{
    padding-top: 7.19%;
    background-image: url('../images/sp/bg.svg');
}

.ua-mobile #contents > div section:nth-of-type(1) h3
{
    margin-bottom: 0;
    padding-top: 24.69%;
    background-image: url('../images/sp/bg.svg');
}

.ua-mobile #contents > div section:nth-of-type(1) h3 img
{
    width: 90.63%;
}

.ua-mobile #contents > div section:nth-of-type(1) div
{
    padding: 2em 6% 3em;
}

.ua-mobile #contents > div section:nth-of-type(1) div dl
{
    width: auto;
}

.ua-mobile #contents > div section:nth-of-type(1) div dl + dl
{
    margin-top: 2.6em;
}

.ua-mobile #contents > div section:nth-of-type(1) div dl:first-child dd:first-child > span:nth-of-type(2)
{
    padding: .15em 0 0;
}

.ua-mobile #contents > div section:nth-of-type(1) div dl:nth-of-type(3) ~ dl
{
    float: none;
    width: auto;
    margin-top: 3.2em;
}

.ua-mobile #contents > div section:nth-of-type(1) div dl:nth-of-type(3) ~ dl dd:first-child
{
    padding: 0 0 0 6.7em;
}

.ua-mobile #contents > div section:nth-of-type(1) div dl:nth-of-type(3) ~ dl dd:first-child i
{
    position: absolute;
    bottom: -2.1em;
    left: -.1em;
    width: 6em;
}

.ua-mobile #contents > div section:nth-of-type(1) div dl:nth-of-type(3) ~ dl dd:first-child > span
{
    text-align: left;
}

.ua-mobile #contents > div section:nth-of-type(1) div dl:nth-of-type(3) ~ dl dd:first-child > span:nth-of-type(1)
{
    font-size: 170%;
    line-height: 1.2;
    padding: 0;
    letter-spacing: -.1em;
}

.ua-mobile #contents > div section:nth-of-type(1) div dl:nth-of-type(3) ~ dl dd:first-child > span:nth-of-type(1) span
{
    font-size: 82.35%;
    line-height: 1.29;
}

.ua-mobile #contents > div section:nth-of-type(1) div dl:nth-of-type(3) ~ dl dd:first-child > span:nth-of-type(1) small
{
    font-size: 52.94%;
}

.ua-mobile #contents > div section:nth-of-type(1) div dl:nth-of-type(3) ~ dl dd:first-child > span:nth-of-type(2)
{
    font-size: 90%;
    line-height: 1;
    margin-top: 0;
}

.ua-mobile #contents > div section:nth-of-type(1) div dl:nth-of-type(3) ~ dl dd:first-child > span:nth-of-type(2) span
{
    font-size: 144.44%;
}

.ua-mobile #contents > div section:nth-of-type(1) div dl:nth-of-type(3) ~ dl dd:first-child > span:nth-of-type(2) span strong
{
    font-size: 130.77%;
}

.ua-mobile #contents > div section:nth-of-type(1) div dl:nth-of-type(7) dd
{
    padding: 1.4em 0 .7em 6.7em !important;
}

.ua-mobile #contents > div section:nth-of-type(1) div dl:nth-of-type(7) dd:first-child > span:nth-of-type(1) span
{
    padding-top: 0;
}

.ua-mobile #contents > div section:nth-of-type(1) div dl dd:first-child
{
    position: relative;
}

.ua-mobile #contents > div section:nth-of-type(1) div dl dd:first-child:before
{
    display: none;
}

.ua-mobile #contents > div section:nth-of-type(1) div dl dd:first-child i
{
    position: static;
    display: block;
    width: 7em;
    margin: 0 auto;
}

.ua-mobile #contents > div section:nth-of-type(1) div dl dd:first-child > span
{
    text-align: center;
}

.ua-mobile #contents > div section:nth-of-type(1) div dl dd:first-child > span:nth-of-type(1)
{
    font-size: 200%;
    line-height: 1.15;
    display: block;
    padding: .5em 0 0;
}

.ua-mobile #contents > div section:nth-of-type(1) div dl dd:first-child > span:nth-of-type(1) small
{
    font-size: 50%;
    line-height: 1.75;
}

.ua-mobile #contents > div section:nth-of-type(1) div dl dd:first-child > span:nth-of-type(2)
{
    font-size: 130%;
    line-height: 1.31;
    position: static;
    padding: .77em 0 0;
}

.ua-mobile #contents > div section:nth-of-type(1) div dl dd:first-child > span:nth-of-type(2) span
{
    font-size: 130.77%;
}

.ua-mobile #contents > div section:nth-of-type(1) div dl dd:first-child > span:nth-of-type(2) span strong
{
    font-size: 117.65%;
}

.ua-mobile #contents > div section:nth-of-type(1) div dl dt
{
    margin-top: .5em;
}

.ua-mobile #contents > div section:nth-of-type(1) div dl dt + dd
{
    font-size: 90%;
    margin-top: .67em;
}

.ua-mobile #contents > div section:nth-of-type(2)
{
    margin-top: 0;
    padding: 2.6em 6% 4.7em;
}

.ua-mobile #contents > div section:nth-of-type(2) h3
{
    font-size: 170%;
    line-height: 1.75;
    position: static;
    letter-spacing: .05em;
}

.ua-mobile #contents > div section:nth-of-type(2) h4
{
    font-size: 170%;
    line-height: 1.59;
    margin-bottom: .47em;
}

.ua-mobile #contents > div section:nth-of-type(2) dl + dl
{
    margin-top: 2.8em;
}

.ua-mobile #contents > div section:nth-of-type(2) dl dt
{
    font-size: 200%;
    line-height: 1.24;
    margin-bottom: .5em;
}

.ua-mobile #contents > div section:nth-of-type(2) dl dt + dd
{
    font-size: 140%;
    margin-bottom: .57em;
}

.ua-mobile #contents > div section:nth-of-type(2) dl dt + dd + dd
{
    font-size: 130%;
}

.ua-mobile #contents > div section:nth-of-type(2) dl dt + dd + dd span
{
    margin-bottom: .77em;
}

.ua-mobile #contents > div section:nth-of-type(2) dl + h4
{
    margin-top: 2.35em;
}

/*# sourceMappingURL=dev/store/mizusawa/2016aw/event/styl/event.css.map */
