@charset "UTF-8";

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

@font-face {
    font-family: FontAwesome;
    src: url(/assets/wp-content/themes/lovelive-sic/fonts/fontawesome-webfont.eot?v=4.3.0);
    src: url(/assets/wp-content/themes/lovelive-sic/fonts/fontawesome-webfont.eot#iefix&v=4.3.0) format("embedded-opentype"), url(/assets/wp-content/themes/lovelive-sic/fonts/fontawesome-webfont.woff2?v=4.3.0) format("woff2"), url(/assets/wp-content/themes/lovelive-sic/fonts/fontawesome-webfont.woff?v=4.3.0) format("woff"), url(/assets/wp-content/themes/lovelive-sic/fonts/fontawesome-webfont.ttf?v=4.3.0) format("truetype"), url(/assets/wp-content/themes/lovelive-sic/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format("svg")
}

.fa,
p.toggle-button:before,
.button-page-top:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left,
p.pull-left.toggle-button:before,
.pull-left.button-page-top:before {
    margin-right: .3em
}

.fa.pull-right,
p.pull-right.toggle-button:before,
.pull-right.button-page-top:before {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-gear:before,
.fa-cog:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before,
p.toggle-button.active:before,
.button-page-top:before {
    content: ""
}

.fa-chevron-down:before,
p.toggle-button:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-gears:before,
.fa-cogs:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-save:before,
.fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-unsorted:before,
.fa-sort:before {
    content: ""
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-legal:before,
.fa-gavel:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before,
.fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before,
.fa-clipboard:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before,
.fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-rupee:before,
.fa-inr:before {
    content: ""
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: ""
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: ""
}

.fa-won:before,
.fa-krw:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before,
.fa-try:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: ""
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-rebel:before {
    content: ""
}

.fa-ge:before,
.fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-send:before,
.fa-paper-plane:before {
    content: ""
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-genderless:before,
.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-hotel:before,
.fa-bed:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(/assets/wp-content/themes/lovelive-sic/css/ajax-loader.gif) center center no-repeat
}

@font-face {
    font-family: slick;
    src: url(/assets/wp-content/themes/lovelive-sic/fonts/slick.eot);
    src: url(/assets/wp-content/themes/lovelive-sic/fonts/slick.eot#iefix) format("embedded-opentype"), url(/assets/wp-content/themes/lovelive-sic/fonts/slick.woff) format("woff"), url(/assets/wp-content/themes/lovelive-sic/fonts/slick.ttf) format("truetype"), url(/assets/wp-content/themes/lovelive-sic/fonts/slick.svg#slick) format("svg")
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px\9;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)"
}

.slick-prev:before,
.slick-next:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dots {
    position: absolute;
    bottom: 0;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    opacity: .25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #fff;
    opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"
}

@-webkit-keyframes animate-glow {
    0% {
        -webkit-box-shadow: rgba(255, 255, 255, .2) 0 0 1px, rgba(255, 255, 255, .2) 0 0 1px inset;
        box-shadow: rgba(255, 255, 255, .2) 0 0 1px, rgba(255, 255, 255, .2) 0 0 1px inset
    }

    100% {
        -webkit-box-shadow: #fff 0 0 16px, #fff 0 0 16px inset;
        box-shadow: #fff 0 0 16px, #fff 0 0 16px inset
    }
}

@keyframes animate-glow {
    0% {
        -webkit-box-shadow: rgba(255, 255, 255, .2) 0 0 1px, rgba(255, 255, 255, .2) 0 0 1px inset;
        box-shadow: rgba(255, 255, 255, .2) 0 0 1px, rgba(255, 255, 255, .2) 0 0 1px inset
    }

    100% {
        -webkit-box-shadow: #fff 0 0 16px, #fff 0 0 16px inset;
        box-shadow: #fff 0 0 16px, #fff 0 0 16px inset
    }
}

@-webkit-keyframes animate-bright {
    0% {
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
        filter: brightness(1)
    }

    100% {
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.2" /><feFuncG type="linear" slope="1.2" /><feFuncB type="linear" slope="1.2" /></feComponentTransfer></filter></svg>#filter');
        filter: brightness(1.2)
    }
}

@keyframes animate-bright {
    0% {
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
        filter: brightness(1)
    }

    100% {
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.2" /><feFuncG type="linear" slope="1.2" /><feFuncB type="linear" slope="1.2" /></feComponentTransfer></filter></svg>#filter');
        filter: brightness(1.2)
    }
}

@-webkit-keyframes animate-fadein {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

@keyframes animate-fadein {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

@-webkit-keyframes animate-fadeout {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }

    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

@keyframes animate-fadeout {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }

    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

@-webkit-keyframes animate-content-in {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate(0, 20px) scale3d(.95, .95, 1);
        transform: translate(0, 20px) scale3d(.95, .95, 1)
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate(0, 0) scale3d(1, 1, 1);
        transform: translate(0, 0) scale3d(1, 1, 1)
    }
}

@keyframes animate-content-in {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate(0, 20px) scale3d(.95, .95, 1);
        transform: translate(0, 20px) scale3d(.95, .95, 1)
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate(0, 0) scale3d(1, 1, 1);
        transform: translate(0, 0) scale3d(1, 1, 1)
    }
}

@-webkit-keyframes animate-content-out {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate(0, 0) scale3d(1, 1, 1);
        transform: translate(0, 0) scale3d(1, 1, 1)
    }

    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate(0, 20px) scale3d(.95, .95, 1);
        transform: translate(0, 20px) scale3d(.95, .95, 1)
    }
}

@keyframes animate-content-out {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate(0, 0) scale3d(1, 1, 1);
        transform: translate(0, 0) scale3d(1, 1, 1)
    }

    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate(0, 20px) scale3d(.95, .95, 1);
        transform: translate(0, 20px) scale3d(.95, .95, 1)
    }
}

@-webkit-keyframes menu-load {

    from,
    to {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0, -50%, 0) scale3d(1, 0, 1);
        transform: translate3d(0, -50%, 0) scale3d(1, 0, 1)
    }
}

@keyframes menu-load {

    from,
    to {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0, -50%, 0) scale3d(1, 0, 1);
        transform: translate3d(0, -50%, 0) scale3d(1, 0, 1)
    }
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    height: 100%
}

body {
    color: #333;
    background-color: #fff;
    font-family: Avenir Next, Verdana, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, sans-serif;
    font-size: 1.3em;
    text-align: center;
    min-width: 320px;
    height: 100%;
    background-image: url(/assets/wp-content/themes/lovelive-sic/img/body.png);
    background-repeat: repeat;
    background-position: center top;
    -webkit-tap-highlight-color: rgba(0, 0, 0, .3)
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
ol,
ul,
dl,
dd,
pre,
table,
fieldset,
address,
details,
figure {
    text-align: left;
    margin-top: 0;
    margin-bottom: 8px
}

@media(min-width:640px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    ol,
    ul,
    dl,
    dd,
    pre,
    table,
    fieldset,
    address,
    details,
    figure {
        margin-bottom: 16px
    }
}

@media(min-width:1080px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    ol,
    ul,
    dl,
    dd,
    pre,
    table,
    fieldset,
    address,
    details,
    figure {
        margin-bottom: 24px
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.25
}

p,
blockquote,
ol,
ul,
dl,
pre,
th,
td {
    line-height: 1.5
}

th,
td {
    vertical-align: top
}

ul,
ul ul {
    list-style-type: square
}

ul,
ol {
    padding-left: 2em
}

a {
    color: #e4007f;
    text-decoration: underline;
    cursor: default
}

a[href] {
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s
}

a:visited {
    color: #e4007f
}

a:hover {
    text-decoration: none
}

img {
    vertical-align: bottom
}

strong {
    color: #e4007f
}

img {
    max-width: 100%;
    height: auto
}

input[type=text],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
input[type=password],
input[type=color],
input[type=number],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=datetime],
input[type=datetime-local],
textarea {
    padding: 4px;
    border-radius: 4px;
    border: #eb6da5 1px solid
}

.center {
    text-align: center
}

.left {
    text-align: left
}

.right {
    text-align: right
}

.clear {
    clear: both
}

ul {
    padding-left: 0
}

ul li {
    list-style-type: none
}

@media(min-width:640px) {
    .alignleft {
        float: left;
        margin-right: 16px
    }
}

@media(min-width:640px) {
    .alignright {
        float: right;
        margin-left: 16px
    }
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.icon-list,
.entry-content ul {
    padding-left: 0
}

.icon-list li,
.entry-content ul li {
    list-style-type: none
}

.icon-list li,
.entry-content ul li {
    background-image: url(/assets/wp-content/themes/lovelive-sic/img/li.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px;
    padding-left: 24px;
    margin-bottom: 8px
}

@media(min-width:640px) {

    .icon-list li,
    .entry-content ul li {
        background-position: 0 0;
        -webkit-background-size: 24px 24px;
        background-size: 24px;
        padding-left: 28px
    }
}

.entry-content a:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

@media(max-width:640px) {
    .entry-content table {
        width: auto
    }

    .entry-content table th,
    .entry-content table td {
        vertical-align: middle;
        padding: 2px;
        line-height: 1.25
    }
}

.system-content ul li {
    background-image: none;
    padding-left: 0
}

@media(min-width:640px) {
    .system-content ul li {
        padding-left: 0
    }
}

a.on {
    position: relative;
    display: block
}

a.on img {
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    position: relative;
    z-index: 20
}

a.on img:last-child {
    position: absolute;
    z-index: 10
}

a.on:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

a.on:hover img:first-child {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

p.toggle-button {
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: auto
}

@media(min-width:640px) {
    p.toggle-button {
        margin-bottom: 16px
    }
}

@media(min-width:1080px) {
    p.toggle-button {
        margin-bottom: 24px
    }
}

p.toggle-button:before {
    margin-right: 8px
}

p.toggle-button+div {
    display: none
}

p.toggle-button.active+div {
    display: block
}

p.image {
    text-align: center
}

p.image img {
    display: inline-block;
    margin: 4px
}

p.link-image-with-text {
    text-align: center
}

p.link-image-with-text a {
    display: inline-block;
    margin: 4px
}

.table-container {
    overflow-x: auto
}

@media(min-width:640px) {
    br.sp-only {
        display: none
    }
}

br.pc-only {
    display: none
}

@media(min-width:640px) {
    br.pc-only {
        display: inline
    }
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.mfp-close {
    right: 0;
    top: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.mfp-close:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

.mfp-close:active {
    top: 0
}

.mfp-close-btn-in .mfp-close {
    color: #fff
}

.social-buttons {
    padding-left: 0;
    font-size: 0;
    margin-bottom: 8px;
    text-align: center
}

.social-buttons li {
    list-style-type: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    .social-buttons ::i-block-chrome,
    .social-buttons {
        font-size: 1px;
        letter-spacing: -1px;
        word-spacing: -1px
    }
}

.social-buttons li {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block
}

@media(min-width:640px) {
    .social-buttons li {
        font-size: 13px;
        font-size: 1.3rem
    }
}

@media(min-width:1080px) {
    .social-buttons li {
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media(min-width:640px) {
    .social-buttons {
        margin-bottom: 16px
    }
}

@media(min-width:1080px) {
    .social-buttons {
        margin-bottom: 24px
    }
}

.social-buttons li {
    margin: 0 4px 8px;
    height: 20px;
    overflow: hidden;
    text-align: left;
    vertical-align: bottom;
    line-height: 1
}

@media(min-width:640px) {
    .social-buttons li {
        margin: 0 8px 16px
    }
}

.button,
p.toggle-button,
button,
input[type=button],
input[type=submit],
.button-container a,
.button-l,
.pager .disable,
.pager .current,
.pager strong,
.pager a,
.card-detail .link a {
    font-size: 13px;
    font-size: 1.3rem;
    display: inline-block;
    line-height: 1.25;
    padding: 12px;
    margin: 0;
    font-weight: 400;
    border-style: none;
    border-radius: 0;
    cursor: pointer;
    background-color: #eb6da5;
    border-radius: 8px
}

.button,
p.toggle-button,
button,
input[type=button],
input[type=submit],
.button-container a,
.button-l,
.pager .disable,
.pager .current,
.pager strong,
.pager a,
.card-detail .link a,
.button:visited,
p.toggle-button:visited,
button:visited,
input:visited[type=button],
input:visited[type=submit],
.button-container a:visited,
.button-l:visited,
.pager .disable:visited,
.pager .current:visited,
.pager strong:visited,
.pager a:visited,
.card-detail .link a:visited {
    color: #fff;
    text-decoration: none
}

.button:hover,
p.toggle-button:hover,
button:hover,
input:hover[type=button],
input:hover[type=submit],
.button-container a:hover,
.button-l:hover,
.pager .disable:hover,
.pager .current:hover,
.pager strong:hover,
.pager a:hover,
.card-detail .link a:hover {
    background-color: #f19ac1
}

.button.disabled,
p.disabled.toggle-button,
button.disabled,
input.disabled[type=button],
input.disabled[type=submit],
.button-container a.disabled,
.disabled.button-l,
.pager .disabled.disable,
.pager .disabled.current,
.pager strong.disabled,
.pager a.disabled,
.card-detail .link a.disabled {
    cursor: default;
    pointer-events: none;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition: none;
    transition: none;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 .7152 .0722 0 0 .2126 .7152 .0722 0 0 .2126 .7152 .0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    filter: grayscale(100%)
}

.button-container {
    padding-left: 0;
    font-size: 0;
    text-align: center
}

.button-container li {
    list-style-type: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    .button-container ::i-block-chrome,
    .button-container {
        font-size: 1px;
        letter-spacing: -1px;
        word-spacing: -1px
    }
}

.button-container li {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block
}

@media(min-width:640px) {
    .button-container li {
        font-size: 13px;
        font-size: 1.3rem
    }
}

@media(min-width:1080px) {
    .button-container li {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.button-container a {
    margin: 4px
}

.button-l {
    padding: 16px;
    letter-spacing: 2px;
    width: 80%
}

.pager {
    font-size: 0;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 8px
}

@media(min-width:640px) {
    .pager {
        margin-bottom: 16px
    }
}

@media(min-width:1080px) {
    .pager {
        margin-bottom: 24px
    }
}

.pager .disable,
.pager .current,
.pager strong,
.pager a {
    line-height: 1;
    margin: 4px
}

.pager .disable {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    cursor: default;
    pointer-events: none;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 .7152 .0722 0 0 .2126 .7152 .0722 0 0 .2126 .7152 .0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    filter: grayscale(100%)
}

.basic-table,
.basic-table tbody,
.basic-table thead,
.basic-table tfoot,
.basic-table tr,
.basic-table colgroup,
.basic-table col,
.basic-table th,
.basic-table td,
.basic-table caption {
    display: block;
    width: auto
}

.basic-table input[type=text],
.basic-table textarea {
    width: 100%
}

.basic-table td {
    margin-bottom: 8px;
    padding-left: 8px
}

@media(min-width:640px) {
    .basic-table {
        display: table;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    .basic-table tbody {
        display: table-row-group
    }

    .basic-table thead {
        display: table-header-group
    }

    .basic-table tfoot {
        display: table-footer-group
    }

    .basic-table tr {
        display: table-row
    }

    .basic-table colgroup {
        display: table-column-group
    }

    .basic-table col {
        display: table-column
    }

    .basic-table th,
    .basic-table td {
        display: table-cell
    }

    .basic-table caption {
        display: table-caption
    }

    .basic-table th,
    .basic-table td {
        padding: 4px
    }

    .basic-table th {
        width: 1%;
        text-align: right;
        white-space: nowrap
    }
}

.small-banner {
    padding-left: 0;
    font-size: 0;
    margin-left: -4px;
    margin-right: -4px
}

.small-banner li {
    list-style-type: none
}

.small-banner li {
    list-style-type: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    .small-banner ::i-block-chrome,
    .small-banner {
        font-size: 1px;
        letter-spacing: -1px;
        word-spacing: -1px
    }
}

.small-banner li {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block
}

@media(min-width:640px) {
    .small-banner li {
        font-size: 13px;
        font-size: 1.3rem
    }
}

@media(min-width:1080px) {
    .small-banner li {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.small-banner li {
    width: 50%;
    padding: 4px;
    margin: 0
}

@media(min-width:640px) {
    .small-banner li {
        width: 25%
    }
}

@media(min-width:1080px) {
    .small-banner li {
        width: 100%
    }
}

.small-banner li {
    text-align: center
}

.small-banner a {
    display: block;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(1);
    -webkit-transition: .1s all ease-out;
    transition: .1s all ease-out;
    -webkit-tap-highlight-color: transparent
}

.small-banner a:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.2" /><feFuncG type="linear" slope="1.2" /><feFuncB type="linear" slope="1.2" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(1.2)
}

.small-banner a:hover,
.small-banner a.tap {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
}

.small-banner img {
    width: 100%;
    -webkit-box-shadow: rgba(241, 58, 58, .4) 0 0 4px;
    box-shadow: rgba(241, 58, 58, .4) 0 0 4px
}

@media(min-width:1080px) {
    .small-banner img {
        -webkit-box-shadow: rgba(30, 200, 220, .4) 0 0 4px;
        box-shadow: rgba(30, 200, 220, .4) 0 0 4px
    }
}

.middle-banner {
    padding-left: 0;
    font-size: 0;
    margin-left: -4px;
    margin-right: -4px
}

.middle-banner li {
    list-style-type: none
}

.middle-banner li {
    list-style-type: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    .middle-banner ::i-block-chrome,
    .middle-banner {
        font-size: 1px;
        letter-spacing: -1px;
        word-spacing: -1px
    }
}

.middle-banner li {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block
}

@media(min-width:640px) {
    .middle-banner li {
        font-size: 13px;
        font-size: 1.3rem
    }
}

@media(min-width:1080px) {
    .middle-banner li {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.middle-banner li {
    width: 100%;
    padding: 4px;
    margin: 0
}

@media(min-width:640px) {
    .middle-banner li {
        width: 50%
    }
}

@media(min-width:1080px) {
    .middle-banner li {
        width: 50%
    }
}

.middle-banner a {
    display: block;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(1);
    -webkit-transition: .1s all ease-out;
    transition: .1s all ease-out;
    -webkit-tap-highlight-color: transparent
}

.middle-banner a:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.2" /><feFuncG type="linear" slope="1.2" /><feFuncB type="linear" slope="1.2" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(1.2)
}

.middle-banner a:hover,
.middle-banner a.tap {
    -webkit-transform: scale(.97);
    -ms-transform: scale(.97);
    transform: scale(.97)
}

.middle-banner img {
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    -webkit-box-shadow: rgba(241, 58, 58, .4) 0 0 4px;
    box-shadow: rgba(241, 58, 58, .4) 0 0 4px
}

.page-container {
    position: relative;
    min-height: 100%;
    font-size: 12px;
    font-size: 1.2rem
}

@media(min-width:640px) {
    .page-container {
        font-size: 13px;
        font-size: 1.3rem
    }
}

@media(min-width:1080px) {
    .page-container {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.page-header {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
    z-index: 30;
    text-align: center;
    background-image: url(/assets/wp-content/themes/lovelive-sic/img/header_bg_2nd.jpg)
}

.page-header.phase-2018af {
    background-image: url(/assets/wp-content/themes/lovelive-sic/img/header_bg_2018af.png);
    background-position: 6% top;
    -webkit-background-size: 350% 350%;
    background-size: 350%
}

@media(min-width:640px) {
    .page-header.phase-2018af {
        background-position: center bottom;
        -webkit-background-size: cover;
        background-size: cover
    }
}

.page-header.phase-3rd {
    background-image: url(/assets/wp-content/themes/lovelive-sic/img/header_bg_3rd.jpg)
}

body.top .page-header.phase-3rd .illust {
    position: absolute;
    left: -6.25%;
    top: 26.45161%;
    width: 100%;
    height: auto;
    z-index: 10
}

@media(min-width:640px) {
    body.top .page-header.phase-3rd .illust {
        position: absolute;
        left: 39.0625%;
        top: 0;
        width: 57.8125%;
        height: auto;
        z-index: 10
    }
}

.page-header.phase-4th {
    background-image: url(/assets/wp-content/themes/lovelive-sic/img/header_bg_4th.jpg)
}

.page-header.phase-5th {
    background-image: url(/assets/wp-content/themes/lovelive-sic/img/header_bg_5th.jpg)
}

body.top .page-header h1 {
    margin-bottom: 0
}

body.top .page-header .header-top {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 193.75%
}

body.top .page-header .header-top iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

@media(min-width:640px) {
    body.top .page-header .header-top {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 50%
    }

    body.top .page-header .header-top iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }
}

@media(min-width:1080px) {
    body.top .page-header .header-top {
        width: 1024px;
        height: 512px;
        padding-top: 0;
        margin: 0 auto
    }
}

body.top .page-header .catch {
    position: absolute;
    left: 2.5%;
    top: 1.29032%;
    width: 92.5%;
    height: auto;
    z-index: 10
}

@media(min-width:640px) {
    body.top .page-header .catch {
        position: absolute;
        left: 6.83594%;
        top: 3.90625%;
        width: 36.03516%;
        height: auto;
        z-index: 10
    }
}

body.top .page-header .logo {
    position: absolute;
    left: 1.25%;
    top: 4.51613%;
    width: 97.5%;
    height: auto;
    z-index: 10
}

@media(min-width:640px) {
    body.top .page-header .logo {
        position: absolute;
        left: 5.27344%;
        top: 12.5%;
        width: 39.94141%;
        height: auto;
        z-index: 10
    }
}

body.top .page-header .illust {
    position: absolute;
    left: -3.125%;
    top: 26.45161%;
    width: 100%;
    height: auto;
    z-index: 10
}

@media(min-width:640px) {
    body.top .page-header .illust {
        position: absolute;
        left: 42.96875%;
        top: 0;
        width: 57.8125%;
        height: auto;
        z-index: 10
    }
}

body.top .page-header .word {
    position: absolute;
    left: 87.5%;
    top: 29.03226%;
    width: 10%;
    height: auto;
    z-index: 20
}

@media(min-width:640px) {
    body.top .page-header .word {
        position: absolute;
        left: 92.77344%;
        top: 5.07813%;
        width: 4.6875%;
        height: auto;
        z-index: 20
    }
}

body.top .page-header .movie {
    background-color: #000;
    position: absolute;
    left: 0;
    top: 70.96774%;
    width: 100%;
    height: 29.03226%;
    z-index: 20
}

@media(min-width:640px) {
    body.top .page-header .movie {
        position: absolute;
        left: 6.25%;
        top: 51.5625%;
        width: 37.5%;
        height: 42.1875%;
        z-index: 20;
        -webkit-box-shadow: rgba(228, 0, 127, .5) 0 0 16px;
        box-shadow: rgba(228, 0, 127, .5) 0 0 16px
    }
}

body:not(.top) .page-header h1 {
    text-align: center;
    margin-bottom: 0
}

body:not(.top) .page-header .catch,
body:not(.top) .page-header .illust,
body:not(.top) .page-header .word,
body:not(.top) .page-header .movie {
    display: none
}

.global-menu>ul {
    padding-left: 0;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 40;
    width: 100%;
    background-image: url(/assets/wp-content/themes/lovelive-sic/img/bg_star_2nd.png);
    background-position: center;
    background-color: #15b6ed;
    text-align: center;
    padding: 1px 2px;
    font-size: 0
}

.global-menu>ul li {
    list-style-type: none
}

@media(min-width:640px) {
    .global-menu>ul {
        width: 100%
    }
}

.global-menu>ul li {
    font-size: 12px;
    font-size: 1.2rem;
    position: relative
}

@media(min-width:640px) {
    .global-menu>ul li {
        font-size: 13px;
        font-size: 1.3rem
    }
}

@media(min-width:1080px) {
    .global-menu>ul li {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.global-menu>ul a {
    display: block;
    color: #000;
    white-space: nowrap;
    text-decoration: none;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.global-menu>ul>li {
    width: 25%;
    vertical-align: top;
    display: inline-table
}

@media(min-width:640px) {
    .global-menu>ul>li {
        width: 12.5%
    }
}

@media(min-width:1080px) {
    .global-menu>ul>li {
        width: 12.5%
    }
}

.global-menu>ul>li>a {
    vertical-align: middle;
    display: table-cell;
    padding: 0;
    text-align: center
}

.global-menu>ul>li ul {
    padding-left: 0;
    margin-bottom: 0;
    display: none
}

@media(min-width:640px) {
    .global-menu>ul>li ul {
        display: none
    }
}

.global-menu>ul>li ul a {
    padding: 6px
}

@media(min-width:640px) {
    .global-menu>ul>li ul a {
        padding: 0 12px
    }
}

.global-menu>ul>li {
    margin: 1px -3px
}

@media(min-width:640px) {
    .global-menu>ul>li {
        margin: 1px -4px
    }
}

@media(min-width:1080px) {
    .global-menu>ul>li {
        margin: 1px -6px
    }
}

.global-menu>ul>li.top {
    display: none
}

@media(min-width:640px) {
    .global-menu>ul>li.top {
        display: inline-table
    }
}

.global-menu>ul>li.top a {
    background-image: url(/assets/wp-content/themes/lovelive-sic/img/menu_top.png)
}

.global-menu>ul>li.howtoplay a {
    background-image: url(/assets/wp-content/themes/lovelive-sic/img/menu_howtoplay.png)
}

.global-menu>ul>li.products a {
    background-image: url(/assets/wp-content/themes/lovelive-sic/img/menu_products.png)
}

.global-menu>ul>li.todayscard a {
    background-image: url(/assets/wp-content/themes/lovelive-sic/img/menu_todayscard.png)
}

.global-menu>ul>li.cardlist a {
    background-image: url(/assets/wp-content/themes/lovelive-sic/img/menu_cardlist.png)
}

.global-menu>ul>li.news a {
    background-image: url(/assets/wp-content/themes/lovelive-sic/img/menu_news.png)
}

.global-menu>ul>li.movies a {
    background-image: url(/assets/wp-content/themes/lovelive-sic/img/menu_movies.png)
}

.global-menu>ul>li.support a {
    background-image: url(/assets/wp-content/themes/lovelive-sic/img/menu_support.png)
}

.global-menu>ul>li.disabled a {
    cursor: default;
    pointer-events: none;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"
}

.global-menu>ul>li.disabled.top a {
    background-image: url(/assets/wp-content/themes/lovelive-sic/img/menudisabled_top.png)
}

.global-menu>ul>li.disabled.howtoplay a {
    background-image: url(/assets/wp-content/themes/lovelive-sic/img/menudisabled_howtoplay.png)
}

.global-menu>ul>li.disabled.products a {
    background-image: url(/assets/wp-content/themes/lovelive-sic/img/menudisabled_products.png)
}

.global-menu>ul>li.disabled.cardlist a {
    background-image: url(/assets/wp-content/themes/lovelive-sic/img/menudisabled_cardlist.png)
}

.global-menu>ul>li.disabled.news a {
    background-image: url(/assets/wp-content/themes/lovelive-sic/img/menudisabled_news.png)
}

.global-menu>ul>li.disabled.movies a {
    background-image: url(/assets/wp-content/themes/lovelive-sic/img/menudisabled_movies.png)
}

.global-menu>ul>li.disabled.support a {
    background-image: url(/assets/wp-content/themes/lovelive-sic/img/menudisabled_support.png)
}

@media(min-width:1080px) {
    .global-menu>ul>li {
        width: 144px
    }
}

.global-menu>ul>li>a {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 30.55556%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    overflow: hidden;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(1);
    -webkit-transition: .1s all ease-out;
    transition: .1s all ease-out;
    -webkit-tap-highlight-color: transparent
}

.global-menu>ul>li>a iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.global-menu>ul>li>a:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.2" /><feFuncG type="linear" slope="1.2" /><feFuncB type="linear" slope="1.2" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(1.2)
}

.global-menu>ul>li>a:hover,
.global-menu>ul>li>a.tap {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
}

.global-menu>ul>li>a>span {
    position: absolute;
    left: 0;
    top: 0;
    text-indent: -9999px
}

.page-main {
    position: relative;
    -webkit-box-shadow: rgba(21, 182, 237, .8) 0 0 8px inset;
    box-shadow: rgba(21, 182, 237, .8) 0 0 8px inset;
    z-index: 20
}

@media(min-width:1080px) {
    .page-main {
        background-image: url(/assets/wp-content/themes/lovelive-sic/img/main.png);
        background-repeat: repeat-y;
        background-position: center top
    }
}

.old-ie .page-main .page-main-inner {
    height: 1%
}

.page-main .page-main-inner:after {
    content: "";
    display: block;
    clear: both
}

@media(min-width:1080px) {
    .page-main .page-main-inner {
        width: 1024px;
        margin-left: auto;
        margin-right: auto
    }
}

.page-main h2 {
    font-size: 16px;
    padding: 8px;
    padding-left: 40px;
    line-height: 1;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: left center;
    background-image: url(/assets/wp-content/themes/lovelive-sic/img/h2bg_orange.png)
}

.page-main h2.green {
    background-image: url(/assets/wp-content/themes/lovelive-sic/img/h2bg_green.png)
}

.page-main h2.blue {
    background-image: url(/assets/wp-content/themes/lovelive-sic/img/h2bg_blue.png)
}

.page-main h3 {
    position: relative;
    font-size: 14px;
    padding: 6px;
    padding-left: 32px;
    color: #e4007f;
    background-image: url(/assets/wp-content/themes/lovelive-sic/img/h3_line.png);
    background-repeat: repeat-x;
    background-position: center bottom
}

.page-main h3:before {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(/assets/wp-content/themes/lovelive-sic/img/h3_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.page-main h4 {
    color: #fff;
    background-color: #1eb9ee;
    font-size: 14px;
    padding: 2px 20px;
    border-radius: 0 32px
}

.page-main h5 {
    color: #90c31f;
    font-size: 14px;
    padding: 2px;
    padding-left: 16px;
    background-image: url(/assets/wp-content/themes/lovelive-sic/img/h5.png);
    background-repeat: repeat-y;
    background-position: left top
}

.page-main h6 {
    color: #e4007f;
    font-size: 14px;
    padding: 2px
}

.page-contents {
    padding: 8px
}

@media(min-width:640px) {
    .page-contents {
        padding: 16px
    }
}

@media(min-width:1080px) {
    .page-contents {
        padding: 24px
    }
}

@media(min-width:1080px) {
    .page-contents {
        width: 768px;
        float: right;
        padding: 16px
    }
}

.page-contents .middle-banner {
    display: none
}

@media(min-width:1080px) {
    .page-contents .middle-banner {
        display: block
    }
}

.common-box,
.contents-box,
.todays-card,
.twitter-widget {
    background-color: #fff;
    border-radius: 0 32px;
    overflow: hidden;
    -webkit-box-shadow: rgba(241, 58, 58, .4) 0 0 4px;
    box-shadow: rgba(241, 58, 58, .4) 0 0 4px;
    margin-bottom: 8px;
    padding: 8px
}

@media(min-width:640px) {

    .common-box,
    .contents-box,
    .todays-card,
    .twitter-widget {
        margin-bottom: 16px
    }
}

@media(min-width:1080px) {

    .common-box,
    .contents-box,
    .todays-card,
    .twitter-widget {
        margin-bottom: 24px
    }
}

@media(min-width:640px) {

    .common-box,
    .contents-box,
    .todays-card,
    .twitter-widget {
        padding: 16px
    }
}

.common-box h2,
.contents-box h2,
.todays-card h2,
.twitter-widget h2 {
    margin: -8px -8px 8px
}

@media(min-width:640px) {

    .common-box h2,
    .contents-box h2,
    .todays-card h2,
    .twitter-widget h2 {
        margin: -16px -16px 16px
    }
}

.common-box>:last-child,
.contents-box>:last-child,
.todays-card>:last-child,
.twitter-widget>:last-child {
    margin-bottom: 0
}

.page-supplement {
    position: relative;
    padding: 8px
}

@media(min-width:640px) {
    .page-supplement {
        padding: 16px
    }
}

@media(min-width:1080px) {
    .page-supplement {
        width: 256px;
        float: left
    }
}

.page-supplement .middle-banner {
    display: block
}

@media(min-width:1080px) {
    .page-supplement .middle-banner {
        display: none
    }
}

.side-menu>ul {
    padding-left: 0
}

body.top .side-menu>ul {
    display: none
}

.side-menu>ul li {
    list-style-type: none
}

.side-menu>ul li {
    margin: 0
}

.side-menu>ul ul {
    padding: 0;
    margin-bottom: 0
}

.side-menu>ul>li {
    display: none
}

body.howtoplay .side-menu>ul>li.howtoplay,
body.products .side-menu>ul>li.products,
body.cardlist .side-menu>ul>li.cardlist,
body.news .side-menu>ul>li.news,
body.movies .side-menu>ul>li.movies,
body.shops .side-menu>ul>li.shops {
    display: block
}

.side-menu>ul>li>ul>li>ul {
    padding-left: 16px
}

.side-menu>ul a {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(1);
    -webkit-transition: .1s all ease-out;
    transition: .1s all ease-out;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    display: block;
    line-height: 32px;
    padding-left: 40px;
    height: 32px;
    background-image: url(/assets/wp-content/themes/lovelive-sic/img/submenu_l.png), url(/assets/wp-content/themes/lovelive-sic/img/submenu_r.png), url(/assets/wp-content/themes/lovelive-sic/img/submenu_c.png);
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: left top, right top, left top;
    border-radius: 0 16px
}

.side-menu>ul a:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.2" /><feFuncG type="linear" slope="1.2" /><feFuncB type="linear" slope="1.2" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(1.2)
}

.side-menu>ul a:hover,
.side-menu>ul a.tap {
    -webkit-transform: scale(.97);
    -ms-transform: scale(.97);
    transform: scale(.97)
}

.side-menu>ul li.current>a {
    color: #e4007f;
    background-image: url(/assets/wp-content/themes/lovelive-sic/img/submenu_active_l.png), url(/assets/wp-content/themes/lovelive-sic/img/submenu_active_r.png), url(/assets/wp-content/themes/lovelive-sic/img/submenu_active_c.png)
}

@media(min-width:640px) and (max-width:1080px) {

    .todays-card,
    .twitter-widget {
        display: inline-block;
        width: 48%;
        vertical-align: top
    }
}

@media(min-width:1080px) {

    .todays-card,
    .twitter-widget {
        margin-bottom: 16px;
        -webkit-box-shadow: rgba(30, 200, 220, .4) 0 0 4px;
        box-shadow: rgba(30, 200, 220, .4) 0 0 4px
    }

    .todays-card h2,
    .twitter-widget h2 {
        padding: 6px;
        padding-left: 28px
    }

    .todays-card h2 img,
    .twitter-widget h2 img {
        height: 20px
    }
}

.todays-card {
    background-image: url(/assets/wp-content/themes/lovelive-sic/img/todayscard_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: cover;
    background-size: cover
}

@media(min-width:640px) and (max-width:1080px) {
    .todays-card {
        margin-right: 1%;
        max-height: 360px
    }

    .todays-card .card img {
        width: auto;
        max-height: 288px
    }
}

@media(min-width:1080px) {
    .todays-card {
        -webkit-background-size: 100% 100%;
        background-size: 100%
    }
}

.page-contents .todays-card {
    display: block
}

@media(min-width:640px) {
    .page-contents .todays-card {
        display: none
    }
}

.page-supplement .todays-card {
    display: none
}

@media(min-width:640px) {
    .page-supplement .todays-card {
        display: inline-block
    }
}

@media(min-width:1080px) {
    .page-supplement .todays-card {
        display: block
    }
}

.twitter-widget {
    padding: 0;
    border-radius: 0 32px 4px 4px;
    background-image: #ccc
}

.twitter-widget h2 {
    margin: 0
}

.twitter-widget iframe {
    vertical-align: bottom
}

@media(min-width:640px) and (max-width:1080px) {
    .twitter-widget {
        margin-left: 1%
    }
}

.supplement-banner {
    padding-left: 0
}

.supplement-banner li {
    list-style-type: none
}

.supplement-banner li {
    margin-bottom: 8px;
    text-align: center
}

.page-footer {
    color: #fff;
    padding: 8px;
    text-align: left;
    position: relative;
    z-index: 20;
    clear: both;
    background-image: url(/assets/wp-content/themes/lovelive-sic/img/bg_star_2nd.png);
    background-repeat: repeat;
    background-position: center top;
    background-color: #15b6ed
}

.old-ie .page-footer {
    height: 1%
}

.page-footer:after {
    content: "";
    display: block;
    clear: both
}

.footer-menu ul {
    margin-bottom: 16px
}

@media(min-width:640px) {
    .footer-menu ul {
        padding-left: 0;
        font-size: 0;
        text-align: center
    }

    .footer-menu ul li {
        list-style-type: none
    }
}

@media screen and (min-width:640px) and (-webkit-min-device-pixel-ratio:0) {

    .footer-menu ul ::i-block-chrome,
    .footer-menu ul {
        font-size: 1px;
        letter-spacing: -1px;
        word-spacing: -1px
    }
}

@media(min-width:640px) {
    .footer-menu ul li {
        font-size: 12px;
        font-size: 1.2rem;
        letter-spacing: normal;
        word-spacing: normal;
        display: inline-block
    }
}

@media(min-width:640px) and (min-width:640px) {
    .footer-menu ul li {
        font-size: 13px;
        font-size: 1.3rem
    }
}

@media(min-width:640px) and (min-width:1080px) {
    .footer-menu ul li {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.footer-menu ul ul {
    display: none
}

.footer-menu li.disabled a {
    display: none
}

.footer-menu a {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    display: block;
    padding: 8px
}

.footer-menu a:hover {
    background-color: #eb6da5
}

@media(min-width:640px) {
    .footer-menu a {
        font-size: 14px
    }
}

.copyright {
    font-size: 10px;
    font-size: 1rem;
    text-align: left;
    padding-left: 16px
}

@media(min-width:640px) {
    .copyright {
        text-align: center;
        padding-left: 0
    }
}

@media(min-width:640px) {
    .copyright span {
        margin: 0 4px
    }
}

@media(min-width:640px) {
    .copyright .sp-only {
        display: none
    }
}

.button-page-top {
    width: 64px;
    height: 64px;
    font-size: 10px;
    position: fixed;
    bottom: 8px;
    right: 8px;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    cursor: pointer;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 100;
    text-decoration: none;
    background-color: #eb6da5
}

.button-page-top span {
    visibility: hidden
}

.button-page-top:before {
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 56px;
    line-height: 56px;
    vertical-align: middle;
    font-size: 28px
}

@media(min-width:640px) {
    .button-page-top.show {
        opacity: .7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        visibility: visible;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .button-page-top.show:hover {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

.slide-banner {
    margin-bottom: 8px;
    -webkit-box-shadow: rgba(241, 58, 58, .4) 0 0 4px;
    box-shadow: rgba(241, 58, 58, .4) 0 0 4px
}

@media(min-width:640px) {
    .slide-banner {
        margin-bottom: 16px
    }
}

@media(min-width:1080px) {
    .slide-banner {
        margin-bottom: 24px
    }
}

@media(min-width:1080px) {
    .slide-banner {
        margin-bottom: 16px
    }
}

.slide-banner img {
    width: 100%
}

.supplement-box {
    background-color: #fff;
    border: #000 1px solid;
    padding: 8px;
    margin-bottom: 8px
}

.supplement-box,
.supplement-box:visited {
    color: #000
}

@media(min-width:640px) {
    .supplement-box {
        margin-bottom: 16px
    }
}

@media(min-width:1080px) {
    .supplement-box {
        margin-bottom: 24px
    }
}

.supplement-box h2 {
    font-size: 14px;
    padding: 4px;
    margin: -8px -8px 8px;
    border-top: none;
    border-left: none;
    border-right: none
}

.supplement-box p,
.supplement-box ul {
    text-align: center;
    margin: 0
}

.old-news {
    margin-top: -8px;
    text-align: center
}

@media(min-width:640px) {
    .old-news {
        margin-top: -16px
    }
}

@media(min-width:1080px) {
    .old-news {
        margin-top: -24px
    }
}

@media(min-width:640px) {
    .old-news {
        text-align: right
    }
}

.info-category-label,
.info-list .category {
    font-size: 0
}

.info-category-label span,
.info-list .category span {
    display: inline-block;
    text-align: center;
    line-height: 1;
    padding: 2px;
    margin-right: 4px;
    color: #fff;
    border-radius: 4px;
    font-weight: 700;
    width: 80px;
    font-size: 10px
}

.info-category-label span.products,
.info-list .category span.products {
    background-color: #90c31f
}

.info-category-label span.events,
.info-list .category span.events {
    background-color: #eb6da5
}

.info-category-label span.information,
.info-list .category span.information {
    background-color: #f39800
}

.info-category-label span.pr-card,
.info-list .category span.pr-card {
    background-color: #1eb9ee
}

.info-category-label span.campaign,
.info-list .category span.campaign {
    background-color: #ef6161
}

.info-category-label span.others,
.info-list .category span.others {
    background-color: #666
}

@media(min-width:640px) {

    .info-category-label span,
    .info-list .category span {
        width: 88px;
        font-size: 11px
    }
}

@media(min-width:1080px) {

    .info-category-label span,
    .info-list .category span {
        width: 96px;
        font-size: 12px
    }
}

.info-list {
    padding-left: 0
}

.info-list li {
    list-style-type: none
}

.info-list li {
    width: 100%;
    padding: 8px 0;
    border-bottom: #ccc 1px solid
}

.info-list li:first-child {
    padding-top: 0
}

.info-list li:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.info-list .eyecatch,
.info-list .text {
    display: inline-block;
    vertical-align: top
}

.info-list .eyecatch {
    width: 16%;
    border-radius: 12px
}

@media(min-width:640px) {
    .info-list .eyecatch {
        width: 12%
    }
}

@media(min-width:1080px) {
    .info-list .eyecatch {
        width: 16%
    }
}

.info-list .text {
    width: 84%;
    padding-left: 8px
}

@media(min-width:640px) {
    .info-list .text {
        padding-left: 12px
    }
}

.info-list a {
    text-decoration: none;
    padding: 8px
}

.info-list span {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    vertical-align: middle
}

@media(min-width:640px) {
    .info-list span {
        font-size: 13px;
        font-size: 1.3rem
    }
}

@media(min-width:1080px) {
    .info-list span {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.info-list strong {
    color: #333
}

.info-list .date {
    color: #e4007f;
    font-weight: 700;
    margin-right: 8px;
    white-space: nowrap;
    margin-bottom: 8px
}

.info-list .category {
    margin-bottom: 8px
}

.card-container {
    width: 100%;
    height: 200px;
    background-color: #fff;
    border: #000 1px solid
}

.card-container,
.card-container:visited {
    color: #000
}

.card-search {
    text-align: center
}

.card-search input[type=submit],
.card-search .button,
.card-search p.toggle-button,
.card-search button,
.card-search input[type=button],
.card-search .button-container a,
.button-container .card-search a,
.card-search .button-l,
.card-search .pager .disable,
.pager .card-search .disable,
.card-search .pager .current,
.pager .card-search .current,
.card-search .pager strong,
.pager .card-search strong,
.card-search .pager a,
.pager .card-search a,
.card-search .card-detail .link a,
.card-detail .link .card-search a {
    margin: 0 8px 0 0;
    padding: 6px;
    font-size: 14px
}

.borderbox-list li,
.card-expansion-list li,
.card-single-list li {
    margin-bottom: 0 !important;
    vertical-align: top
}

.borderbox-list>li>div,
.card-expansion-list>li>div,
.card-single-list>li>div {
    background-color: #fff;
    border: #f39800 1px solid;
    padding: 8px;
    text-align: center;
    height: 100%
}

.borderbox-list p,
.card-expansion-list p,
.card-single-list p {
    margin-bottom: 8px
}

.borderbox-list h5,
.card-expansion-list h5,
.card-single-list h5 {
    margin-bottom: 0
}

.card-expansion-list {
    padding-left: 0;
    font-size: 0;
    margin-left: -4px;
    margin-right: -4px;
    border-bottom: 3px solid #f39800
}

.card-expansion-list li {
    list-style-type: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    .card-expansion-list ::i-block-chrome,
    .card-expansion-list {
        font-size: 1px;
        letter-spacing: -1px;
        word-spacing: -1px
    }
}

.card-expansion-list li {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block
}

@media(min-width:640px) {
    .card-expansion-list li {
        font-size: 13px;
        font-size: 1.3rem
    }
}

@media(min-width:1080px) {
    .card-expansion-list li {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.card-expansion-list li {
    width: 50%;
    padding: 4px;
    margin: 0
}

@media(min-width:640px) {
    .card-expansion-list li {
        width: 33.33333%
    }
}

@media(min-width:1080px) {
    .card-expansion-list li {
        width: 25%
    }
}

.card-expansion-list .product-image {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center
}

.card-expansion-list .product-image img {
    max-width: 120px;
    max-height: 120px;
    width: auto;
    height: auto;
    vertical-align: middle
}

@media(min-width:640px) {
    .card-expansion-list .product-image {
        display: inline-block;
        width: 156px;
        height: 156px;
        line-height: 156px;
        text-align: center
    }

    .card-expansion-list .product-image img {
        max-width: 156px;
        max-height: 156px;
        width: auto;
        height: auto;
        vertical-align: middle
    }
}

@media(min-width:1080px) {
    .card-expansion-list .product-image {
        display: inline-block;
        width: 156px;
        height: 156px;
        line-height: 156px;
        text-align: center
    }

    .card-expansion-list .product-image img {
        max-width: 156px;
        max-height: 156px;
        width: auto;
        height: auto;
        vertical-align: middle
    }
}

.card-expansion-list:last-child {
    border-bottom: none;
    margin-bottom: 0
}

.card-single-list {
    padding-left: 0;
    font-size: 0;
    margin-left: -4px;
    margin-right: -4px
}

.card-single-list li {
    list-style-type: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    .card-single-list ::i-block-chrome,
    .card-single-list {
        font-size: 1px;
        letter-spacing: -1px;
        word-spacing: -1px
    }
}

.card-single-list li {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block
}

@media(min-width:640px) {
    .card-single-list li {
        font-size: 13px;
        font-size: 1.3rem
    }
}

@media(min-width:1080px) {
    .card-single-list li {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.card-single-list li {
    width: 50%;
    padding: 4px;
    margin: 0
}

@media(min-width:640px) {
    .card-single-list li {
        width: 33.33333%
    }
}

@media(min-width:1080px) {
    .card-single-list li {
        width: 25%
    }
}

.card-single-list .card-image {
    display: block;
    margin-bottom: 4px;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%
}

.card-single-list .card-image:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

.card-single-list .card-image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.card-single-list table {
    margin-bottom: 0
}

.card-single-list table th,
.card-single-list table td {
    padding: 2px;
    line-height: 1.25
}

.card-single-list table th {
    color: #eb6da5;
    text-align: right
}

.card-single-list table tr:first-child>th {
    color: #333;
    text-align: left;
    padding: 4px;
    border-left: #eb6da5 4px solid;
    padding-left: 12px
}

.card-detail {
    background-image: url(/assets/wp-content/themes/lovelive-sic/img/header_bg.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    -webkit-box-shadow: rgba(30, 185, 238, .4) 0 0 16px inset;
    box-shadow: rgba(30, 185, 238, .4) 0 0 16px inset;
    padding: 8px;
    position: relative;
    min-height: 482px;
    margin-bottom: 8px
}

@media(min-width:640px) {
    .card-detail {
        margin-bottom: 16px
    }
}

@media(min-width:1080px) {
    .card-detail {
        margin-bottom: 24px
    }
}

.card-detail .illust-1,
.card-detail .illust-2 {
    display: inline-block;
    text-align: center;
    position: relative;
    margin-bottom: 24px
}

.card-detail .illust-1 .img,
.card-detail .illust-2 .img {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center
}

.card-detail .illust-1 .img img,
.card-detail .illust-2 .img img {
    max-width: 120px;
    max-height: 120px;
    width: auto;
    height: auto;
    vertical-align: middle
}

@media(min-width:640px) {

    .card-detail .illust-1 .img,
    .card-detail .illust-2 .img {
        display: inline-block;
        width: 182px;
        height: 182px;
        line-height: 182px;
        text-align: center
    }

    .card-detail .illust-1 .img img,
    .card-detail .illust-2 .img img {
        max-width: 182px;
        max-height: 182px;
        width: auto;
        height: auto;
        vertical-align: middle
    }
}

.card-detail .illust-1 .img img,
.card-detail .illust-2 .img img {
    border-radius: 4px
}

@media(min-width:640px) {

    .card-detail .illust-1 .img img,
    .card-detail .illust-2 .img img {
        border-radius: 6px
    }
}

.card-detail .illust-1 .side,
.card-detail .illust-2 .side {
    display: inline-block;
    background-color: #90c31f;
    color: #fff;
    font-size: 16px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    margin: 0 auto
}

@media(min-width:640px) {

    .card-detail .illust-1,
    .card-detail .illust-2 {
        position: absolute;
        left: 8px
    }
}

.card-detail .illust-1 img {
    margin-right: 8px
}

@media(min-width:640px) {
    .card-detail .illust-1 {
        top: 8px
    }
}

@media(min-width:640px) {
    .card-detail .illust-2 {
        top: 216px
    }
}

.card-detail table {
    background-color: #fff;
    width: 100%;
    margin-bottom: 8px;
    -webkit-box-shadow: rgba(30, 185, 238, .4) 0 0 4px;
    box-shadow: rgba(30, 185, 238, .4) 0 0 4px;
    border-radius: 8px
}

.card-detail th,
.card-detail td {
    line-height: 1.25;
    padding: 4px
}

.card-detail th {
    text-align: right;
    color: #eb6da5;
    white-space: nowrap;
    width: 20%
}

.card-detail tbody:first-child tr:first-child th {
    width: auto;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    color: #fff;
    background-color: #1eb9ee;
    white-space: normal;
    border-bottom: #7dd7f5 3px solid;
    border-radius: 8px 8px 0 0
}

.card-detail tbody:last-child tr:last-child th {
    border-radius: 0 0 0 8px
}

.card-detail tbody:last-child tr:last-child td {
    border-radius: 0 0 8px
}

.card-detail tr:nth-child(2n) {
    background-color: #eee
}

.card-detail tbody:nth-child(3) tr:nth-child(2n),
.card-detail tbody:nth-child(4) tr:nth-child(2n) {
    background-color: transparent
}

.card-detail tbody:nth-child(3) tr:nth-child(2n+1),
.card-detail tbody:nth-child(4) tr:nth-child(2n+1) {
    background-color: #eee
}

@media(min-width:640px) {
    .card-detail {
        padding-left: 198px
    }
}

@media(min-width:1080px) {

    .card-detail th,
    .card-detail td {
        height: 28px
    }

    .card-detail .col-right {
        position: absolute;
        left: 480px;
        top: 178px
    }

    .card-detail .col-right tr {
        background-color: transparent !important
    }
}

.card-detail .status img {
    width: auto;
    height: 22px
}

.card-detail .status img[src="/cardlist/partimages/color_bl.png"],
.card-detail .status img[src="/cardlist/partimages/color_gr.png"],
.card-detail .status img[src="/cardlist/partimages/color_rd.png"],
.card-detail .status img[src="/cardlist/partimages/color_yw.png"],
.card-detail .status img[src="/cardlist/partimages/ld.png"],
.card-detail .status img[src="/cardlist/partimages/special_ei.png"],
.card-detail .status img[src="/cardlist/partimages/special_ji.png"],
.card-detail .status img[src="/cardlist/partimages/special_ki.png"],
.card-detail .status img[src="/cardlist/partimages/turn_1.png"] {
    height: 18px
}

.card-detail .link {
    margin: 0;
    font-size: 0;
    text-align: center
}

.card-detail .link a {
    margin: 0 8px 8px 0
}

@media(min-width:640px) {
    .card-detail .link.navigation {
        position: absolute;
        width: 182px;
        top: 426px;
        left: 8px
    }
}

.card-detail .link.navigation .disabled {
    background-color: #ccc;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition: none;
    transition: none
}

.card-detail .link.navigation .disabled:hover {
    background-color: #ccc
}

.pr-card-table {
    width: 100%;
    background-color: #fff;
    border: #ccc 1px solid
}

.pr-card-table th,
.pr-card-table td {
    padding: 4px
}

.pr-card-table th {
    color: #fff;
    background-color: #eb6da5
}

.pr-card-table .nowrap {
    white-space: nowrap
}

#prcard_filter {
    width: 100%;
    border-top: #ccc 1px solid
}

#prcard_filter #entryFilter {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    font-size: 0
}

#prcard_filter #entryFilter>a {
    font-size: 13px;
    font-size: 1.3rem;
    display: table-cell;
    border: #ccc 1px solid;
    border-top: #eee 2px solid;
    background-color: #eee;
    text-align: center;
    padding: 8px 0;
    -webkit-transition: background .2s;
    transition: background .2s;
    text-decoration: none
}

#prcard_filter #entryFilter>a:hover {
    background-color: #fff;
    border-top-color: #fff
}

#prcard_filter #entryFilter>a.active {
    background-color: #fff;
    border-top: #eb6da5 2px solid
}

#prcard_filter th,
#prcard_filter td {
    vertical-align: middle
}

#prcard_filter tr:first-child th,
#prcard_filter tr:first-child td {
    padding: 0
}

#prcard_filter tr:not(:first-child) {
    display: inline-block
}

#prcard_filter tr:not(:first-child) th,
#prcard_filter tr:not(:first-child) td {
    display: inline-block;
    white-space: nowrap
}

#prcard_filter tr:not(:first-child) th {
    padding-right: 4px
}

#prcard_filter tr:not(:first-child) td {
    padding-right: 16px
}

.card-search-table {
    margin-bottom: 0;
    font-size: 14px
}

.card-search-table,
.card-search-table tbody,
.card-search-table thead,
.card-search-table tfoot,
.card-search-table tr,
.card-search-table colgroup,
.card-search-table col,
.card-search-table th,
.card-search-table td,
.card-search-table caption {
    display: block;
    width: auto
}

.card-search-table th,
.card-search-table td {
    line-height: 1.25;
    padding: 4px;
    vertical-align: middle
}

.card-search-table th {
    border-left: #eb6da5 2px solid;
    padding-left: 6px;
    white-space: nowrap
}

@media(min-width:640px) {
    .card-search-table th {
        padding-left: 4px;
        padding-right: 8px;
        text-align: right;
        border-left: none;
        border-right: #eb6da5 2px solid
    }
}

.card-search-table td {
    padding-bottom: 16px
}

@media(min-width:640px) {
    .card-search-table td {
        padding-bottom: 4px
    }
}

.card-search-table img,
.card-search-table label,
.card-search-table input {
    vertical-align: middle
}

.card-search-table .label-date:after {
    content: "\A";
    white-space: pre;
    display: block;
    height: 8px
}

@media(min-width:640px) {
    .card-search-table .label-date:after {
        display: none
    }
}

@media(min-width:640px) {
    .card-search-table {
        display: table;
        width: 100%;
        border-collapse: separate;
        border-spacing: 6px
    }

    .card-search-table tbody {
        display: table-row-group
    }

    .card-search-table thead {
        display: table-header-group
    }

    .card-search-table tfoot {
        display: table-footer-group
    }

    .card-search-table tr {
        display: table-row
    }

    .card-search-table colgroup {
        display: table-column-group
    }

    .card-search-table col {
        display: table-column
    }

    .card-search-table th,
    .card-search-table td {
        display: table-cell
    }

    .card-search-table caption {
        display: table-caption
    }

    .card-search-table .label-date {
        margin-right: 8px
    }
}

.card-search-table input[type=button] {
    -webkit-transition: .1s all ease-out;
    transition: .1s all ease-out;
    -webkit-tap-highlight-color: transparent
}

.card-search-table input[type=button]:hover,
.card-search-table input[type=button].tap {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
}

.card-search-table input[type=button],
.card-search-table input[type=button]:visited,
.card-search-table input[type=button] a,
.card-search-table input[type=button] a:visited {
    color: #fff
}

.news-category-list {
    padding-left: 0;
    font-size: 0
}

.news-category-list li {
    list-style-type: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    .news-category-list ::i-block-chrome,
    .news-category-list {
        font-size: 1px;
        letter-spacing: -1px;
        word-spacing: -1px
    }
}

.news-category-list li {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block
}

@media(min-width:640px) {
    .news-category-list li {
        font-size: 13px;
        font-size: 1.3rem
    }
}

@media(min-width:1080px) {
    .news-category-list li {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.news-category-list li {
    background-image: none;
    padding-left: 0;
    width: 25%;
    border-right: #fff 1px solid;
    vertical-align: middle;
    display: inline-table
}

@media(min-width:640px) {
    .news-category-list li {
        padding-left: 0
    }
}

.news-category-list li:last-child {
    border-right: none
}

.news-category-list a {
    display: table-cell;
    width: 100%;
    text-align: center;
    background: #f7c7dc;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7c7dc), to(#ec71a8));
    background: linear-gradient(to bottom, #f7c7dc 0, #ec71a8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7c7dc', endColorstr='#ec71a8', GradientType=0);
    border-bottom: #ccc 2px solid;
    padding: 0 4px;
    color: #fff;
    text-shadow: #eb6da5 0 0 4px;
    font-weight: 700;
    text-decoration: none;
    font-size: 12px;
    font-size: 1.2rem;
    height: 48px;
    vertical-align: middle
}

@media(min-width:640px) {
    .news-category-list a {
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media(min-width:1080px) {
    .news-category-list a {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.news-category-list a:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

@media(min-width:640px) {
    .news-category-list a {
        border-bottom-width: 4px;
        height: 48px
    }

    .news-category-list a br {
        display: none
    }
}

@media(min-width:1080px) {
    .news-category-list a {
        height: 48px
    }
}

.news-category-list li.current a {
    background: #ffe7c0;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffe7c0), to(#ffae27));
    background: linear-gradient(to bottom, #ffe7c0 0, #ffae27 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe7c0', endColorstr='#ffae27', GradientType=0);
    border-bottom-color: #f39800
}

.events-list-container h3 {
    background-color: #eb6da5;
    border-bottom-color: #eb6da5;
    color: #fff;
    background-image: none;
    padding-left: 4px;
    border-radius: 4px
}

.events-list-container h3:before {
    display: none
}

.training-list-table th,
.battle-list-table th,
.training-list-table td,
.battle-list-table td {
    text-align: center;
    vertical-align: middle;
    border: #ccc 1px solid
}

.training-list-table th,
.battle-list-table th {
    color: #fff;
    background-color: #86b61d
}

.training-list-table th.nowrap,
.battle-list-table th.nowrap {
    white-space: nowrap
}

.training-list-table th.note,
.battle-list-table th.note {
    background-color: #999
}

.training-list-table strong,
.battle-list-table strong {
    color: #11ace1
}

.training-list-table th:nth-child(1),
.battle-list-table th:nth-child(1) {
    width: 60%;
    text-align: left
}

.training-list-table th:nth-child(2),
.battle-list-table th:nth-child(2) {
    width: 10%
}

.training-list-table th:nth-child(3),
.battle-list-table th:nth-child(3) {
    width: 10%
}

.training-list-table th:nth-child(4),
.battle-list-table th:nth-child(4) {
    width: 10%
}

.training-list-table th:nth-child(5),
.battle-list-table th:nth-child(5) {
    width: 10%
}

.training-list-table .place,
.battle-list-table .place,
.training-list-table .remarks,
.battle-list-table .remarks {
    text-align: left
}

@media(min-width:640px) {

    .training-list-table .nowrap,
    .battle-list-table .nowrap {
        white-space: nowrap
    }
}

.battle-list-table th:nth-child(1) {
    width: 45%
}

.battle-list-table th:nth-child(2) {
    width: 10%
}

.battle-list-table th:nth-child(3) {
    width: 10%
}

.battle-list-table th:nth-child(4) {
    width: 10%
}

.battle-list-table th:nth-child(5) {
    width: 10%
}

.battle-list-table th:nth-child(6) {
    width: 15%
}

.battle-list-table td.row2 {
    text-align: center
}

.battle-list-table .limit_select1 {
    background-color: #ffe1e2
}

.battle-list-table .limit_select2 {
    background-color: #e0f7da
}

.battle-list-table .limit_select3 {
    background-color: #d8e3ff
}

.battle-list-table .limit_select4 {
    background-color: #fcfbdc
}

.map-link {
    display: inline-block;
    margin-left: 8px
}

.map-link a {
    display: inline-block;
    padding: 2px 4px;
    line-height: 1;
    color: #fff;
    background-color: #eb6da5;
    text-decoration: none;
    letter-spacing: 2px
}

.events-label-new {
    color: red
}

.events-label-update {
    color: blue
}

.events-list-container h3 {
    margin-bottom: 8px
}

.events-map-container {
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto
}

@media(min-width:640px) {
    .events-map-container {
        margin-bottom: 16px
    }
}

@media(min-width:1080px) {
    .events-map-container {
        margin-bottom: 24px
    }
}

@media(min-width:640px) {
    .events-map-container {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 68.77828%;
        background-image: url(/assets/wp-content/themes/lovelive-sic/img/area_map.png);
        background-position: 0 0;
        -webkit-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        overflow: hidden
    }

    .events-map-container iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }
}

@media(min-width:640px) {
    .events-map-container h4 {
        display: none
    }
}

.events-map-container ul li {
    display: inline-block;
    line-height: 2;
    color: #ccc;
    margin: 0 4px 4px 0
}

@media(min-width:640px) {
    .events-map-container ul li {
        position: absolute;
        width: 16.28959%;
        height: 5.26316%;
        line-height: 1;
        font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, Meiryo UI, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
        margin: 0;
        padding: 0;
        font-size: 12px;
        line-height: 20px;
        background-color: #f0f0f0;
        color: #ccc;
        text-align: center;
        vertical-align: middle
    }
}

@media(min-width:1080px) {
    .events-map-container ul li {
        font-size: 14px;
        line-height: 30px
    }
}

.events-map-container div:nth-child(1) li {
    left: 82.35294%
}

.events-map-container div:nth-child(1) li:nth-child(1) {
    top: 5.26316%
}

.events-map-container div:nth-child(1) li:nth-child(2) {
    top: 10.52632%
}

.events-map-container div:nth-child(1) li:nth-child(3) {
    top: 15.78947%
}

.events-map-container div:nth-child(1) li:nth-child(4) {
    top: 21.05263%
}

.events-map-container div:nth-child(1) li:nth-child(5) {
    top: 26.31579%
}

.events-map-container div:nth-child(1) li:nth-child(6) {
    top: 31.57895%
}

.events-map-container div:nth-child(1) li:nth-child(7) {
    top: 36.84211%
}

.events-map-container div:nth-child(2) li {
    left: 82.35294%
}

.events-map-container div:nth-child(2) li:nth-child(1) {
    top: 47.36842%
}

.events-map-container div:nth-child(2) li:nth-child(2) {
    top: 52.63158%
}

.events-map-container div:nth-child(2) li:nth-child(3) {
    top: 57.89474%
}

.events-map-container div:nth-child(2) li:nth-child(4) {
    top: 63.15789%
}

.events-map-container div:nth-child(2) li:nth-child(5) {
    top: 68.42105%
}

.events-map-container div:nth-child(3) li {
    left: 65.15837%
}

.events-map-container div:nth-child(3) li:nth-child(1) {
    top: 56.57895%
}

.events-map-container div:nth-child(3) li:nth-child(2) {
    top: 61.84211%
}

.events-map-container div:nth-child(3) li:nth-child(3) {
    top: 67.10526%
}

.events-map-container div:nth-child(3) li:nth-child(4) {
    top: 72.36842%
}

.events-map-container div:nth-child(3) li:nth-child(5) {
    top: 77.63158%
}

.events-map-container div:nth-child(3) li:nth-child(6) {
    top: 82.89474%
}

.events-map-container div:nth-child(3) li:nth-child(7) {
    top: 88.15789%
}

.events-map-container div:nth-child(3) li:nth-child(8) {
    top: 93.42105%
}

.events-map-container div:nth-child(4) li {
    left: 47.9638%
}

.events-map-container div:nth-child(4) li:nth-child(1) {
    top: 77.63158%
}

.events-map-container div:nth-child(4) li:nth-child(2) {
    top: 82.89474%
}

.events-map-container div:nth-child(4) li:nth-child(3) {
    top: 88.15789%
}

.events-map-container div:nth-child(4) li:nth-child(4) {
    top: 93.42105%
}

.events-map-container div:nth-child(5) li {
    left: 35.29412%
}

.events-map-container div:nth-child(5) li:nth-child(1) {
    top: 5.26316%
}

.events-map-container div:nth-child(5) li:nth-child(2) {
    top: 10.52632%
}

.events-map-container div:nth-child(5) li:nth-child(3) {
    top: 15.78947%
}

.events-map-container div:nth-child(5) li:nth-child(4) {
    top: 21.05263%
}

.events-map-container div:nth-child(5) li:nth-child(5) {
    top: 26.31579%
}

.events-map-container div:nth-child(5) li:nth-child(6) {
    top: 31.57895%
}

.events-map-container div:nth-child(6) li {
    left: 18.09955%
}

.events-map-container div:nth-child(6) li:nth-child(1) {
    top: 10.52632%
}

.events-map-container div:nth-child(6) li:nth-child(2) {
    top: 15.78947%
}

.events-map-container div:nth-child(6) li:nth-child(3) {
    top: 21.05263%
}

.events-map-container div:nth-child(6) li:nth-child(4) {
    top: 26.31579%
}

.events-map-container div:nth-child(6) li:nth-child(5) {
    top: 31.57895%
}

.events-map-container div:nth-child(7) li {
    left: .90498%
}

.events-map-container div:nth-child(7) li:nth-child(1) {
    top: 19.73684%
}

.events-map-container div:nth-child(7) li:nth-child(2) {
    top: 25%
}

.events-map-container div:nth-child(7) li:nth-child(3) {
    top: 30.26316%
}

.events-map-container div:nth-child(7) li:nth-child(4) {
    top: 35.52632%
}

.events-map-container div:nth-child(8) li {
    left: .90498%
}

.events-map-container div:nth-child(8) li:nth-child(1) {
    top: 46.05263%
}

.events-map-container div:nth-child(8) li:nth-child(2) {
    top: 51.31579%
}

.events-map-container div:nth-child(8) li:nth-child(3) {
    top: 56.57895%
}

.events-map-container div:nth-child(8) li:nth-child(4) {
    top: 61.84211%
}

.events-map-container div:nth-child(8) li:nth-child(5) {
    top: 67.10526%
}

.events-map-container div:nth-child(8) li:nth-child(6) {
    top: 72.36842%
}

.events-map-container div:nth-child(8) li:nth-child(7) {
    top: 77.63158%
}

.events-map-container div:nth-child(8) li:nth-child(8) {
    top: 82.89474%
}

.events-map-container div:nth-child(9) li {
    left: .90498%
}

.events-map-container div:nth-child(9) li:nth-child(1) {
    top: 93.42105%
}

.events-map-container a {
    display: block;
    padding: 0 4px;
    text-decoration: none;
    color: #eb6da5;
    background-color: #fff;
    -webkit-transition: all .2s;
    transition: all .2s
}

.events-map-container a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #fff;
    background-color: #eb6da5
}

@media(min-width:640px) {
    .events-map-container a {
        vertical-align: middle;
        display: block;
        width: 100%;
        height: 100%
    }
}

.events-map-container a:after {
    position: absolute;
    content: "";
    display: block
}

.events-map-container div:nth-child(1) li:nth-child(1) a:after {
    left: -183.33333%;
    top: 0;
    width: 177.77778%;
    height: 500%;
    z-index: 20
}

.events-map-container div:nth-child(1) li:nth-child(2) a:after {
    left: -169.44444%;
    top: 400%;
    width: 33.33333%;
    height: 100%;
    z-index: 20
}

.events-map-container div:nth-child(1) li:nth-child(3) a:after {
    left: -150%;
    top: 400%;
    width: 22.22222%;
    height: 175%;
    z-index: 20
}

.events-map-container div:nth-child(1) li:nth-child(4) a:after {
    left: -155.55556%;
    top: 475%;
    width: 16.66667%;
    height: 100%;
    z-index: 20
}

.events-map-container div:nth-child(1) li:nth-child(5) a:after {
    left: -172.22222%;
    top: 200%;
    width: 22.22222%;
    height: 150%;
    z-index: 20
}

.events-map-container div:nth-child(1) li:nth-child(6) a:after {
    left: -172.22222%;
    top: 250%;
    width: 16.66667%;
    height: 125%;
    z-index: 20
}

.events-map-container div:nth-child(1) li:nth-child(7) a:after {
    left: -177.77778%;
    top: 275%;
    width: 33.33333%;
    height: 75%;
    z-index: 20
}

.events-map-container div:nth-child(2) li:nth-child(1) a:after {
    left: -205.55556%;
    top: 25%;
    width: 33.33333%;
    height: 137.5%;
    z-index: 10
}

.events-map-container div:nth-child(2) li:nth-child(2) a:after {
    left: -208.33333%;
    top: 62.5%;
    width: 16.66667%;
    height: 162.5%;
    z-index: 10
}

.events-map-container div:nth-child(2) li:nth-child(3) a:after {
    left: -222.22222%;
    top: -37.5%;
    width: 13.88889%;
    height: 62.5%;
    z-index: 30
}

.events-map-container div:nth-child(2) li:nth-child(4) a:after {
    left: -233.33333%;
    top: -200%;
    width: 22.22222%;
    height: 150%;
    z-index: 20
}

.events-map-container div:nth-child(2) li:nth-child(5) a:after {
    left: -244.44444%;
    top: -150%;
    width: 19.44444%;
    height: 62.5%;
    z-index: 20
}

.events-map-container div:nth-child(3) li:nth-child(1) a:after {
    left: -80.55556%;
    top: 100%;
    width: 19.44444%;
    height: 25%;
    z-index: 20
}

.events-map-container div:nth-child(3) li:nth-child(2) a:after {
    left: -80.55556%;
    top: 25%;
    width: 19.44444%;
    height: 37.5%;
    z-index: 20
}

.events-map-container div:nth-child(3) li:nth-child(3) a:after {
    left: -83.33333%;
    top: -137.5%;
    width: 22.22222%;
    height: 37.5%;
    z-index: 20
}

.events-map-container div:nth-child(3) li:nth-child(4) a:after {
    left: -61.11111%;
    top: -200%;
    width: 16.66667%;
    height: 87.5%;
    z-index: 20
}

.events-map-container div:nth-child(3) li:nth-child(5) a:after {
    left: -61.11111%;
    top: -400%;
    width: 13.88889%;
    height: 100%;
    z-index: 20
}

.events-map-container div:nth-child(3) li:nth-child(6) a:after {
    left: -72.22222%;
    top: -525%;
    width: 16.66667%;
    height: 75%;
    z-index: 20
}

.events-map-container div:nth-child(3) li:nth-child(7) a:after {
    left: -86.11111%;
    top: -612.5%;
    width: 13.88889%;
    height: 75%;
    z-index: 20
}

.events-map-container div:nth-child(3) li:nth-child(8) a:after {
    left: -91.66667%;
    top: -600%;
    width: 13.88889%;
    height: 50%;
    z-index: 20
}

.events-map-container div:nth-child(4) li:nth-child(1) a:after {
    left: -13.88889%;
    top: -250%;
    width: 19.44444%;
    height: 62.5%;
    z-index: 20
}

.events-map-container div:nth-child(4) li:nth-child(2) a:after {
    left: -16.66667%;
    top: -425%;
    width: 19.44444%;
    height: 75%;
    z-index: 20
}

.events-map-container div:nth-child(4) li:nth-child(3) a:after {
    left: 5.55556%;
    top: -450%;
    width: 25%;
    height: 75%;
    z-index: 20
}

.events-map-container div:nth-child(4) li:nth-child(4) a:after {
    left: -27.77778%;
    top: -537.5%;
    width: 16.66667%;
    height: 137.5%;
    z-index: 10
}

.events-map-container div:nth-child(5) li:nth-child(1) a:after {
    left: 38.88889%;
    top: 1162.5%;
    width: 8.33333%;
    height: 62.5%;
    z-index: 20
}

.events-map-container div:nth-child(5) li:nth-child(2) a:after {
    left: 22.22222%;
    top: 987.5%;
    width: 19.44444%;
    height: 100%;
    z-index: 20
}

.events-map-container div:nth-child(5) li:nth-child(3) a:after {
    left: 33.33333%;
    top: 912.5%;
    width: 16.66667%;
    height: 50%;
    z-index: 30
}

.events-map-container div:nth-child(5) li:nth-child(4) a:after {
    left: 50%;
    top: 800%;
    width: 8.33333%;
    height: 75%;
    z-index: 20
}

.events-map-container div:nth-child(5) li:nth-child(5) a:after {
    left: 50%;
    top: 775%;
    width: 5.55556%;
    height: 87.5%;
    z-index: 20
}

.events-map-container div:nth-child(5) li:nth-child(6) a:after {
    left: 36.11111%;
    top: 725%;
    width: 13.88889%;
    height: 87.5%;
    z-index: 10
}

.events-map-container div:nth-child(6) li:nth-child(1) a:after {
    left: 111.11111%;
    top: 1000%;
    width: 16.66667%;
    height: 25%;
    z-index: 20
}

.events-map-container div:nth-child(6) li:nth-child(2) a:after {
    left: 83.33333%;
    top: 912.5%;
    width: 22.22222%;
    height: 62.5%;
    z-index: 20
}

.events-map-container div:nth-child(6) li:nth-child(3) a:after {
    left: 111.11111%;
    top: 837.5%;
    width: 16.66667%;
    height: 75%;
    z-index: 20
}

.events-map-container div:nth-child(6) li:nth-child(4) a:after {
    left: 88.88889%;
    top: 775%;
    width: 22.22222%;
    height: 50%;
    z-index: 20
}

.events-map-container div:nth-child(6) li:nth-child(5) a:after {
    left: 66.66667%;
    top: 712.5%;
    width: 25%;
    height: 50%;
    z-index: 20
}

.events-map-container div:nth-child(7) li:nth-child(1) a:after {
    left: 222.22222%;
    top: 975%;
    width: 16.66667%;
    height: 25%;
    z-index: 10
}

.events-map-container div:nth-child(7) li:nth-child(2) a:after {
    left: 219.44444%;
    top: 850%;
    width: 16.66667%;
    height: 25%;
    z-index: 10
}

.events-map-container div:nth-child(7) li:nth-child(3) a:after {
    left: 200%;
    top: 775%;
    width: 13.88889%;
    height: 50%;
    z-index: 10
}

.events-map-container div:nth-child(7) li:nth-child(4) a:after {
    left: 202.77778%;
    top: 700%;
    width: 30.55556%;
    height: 100%;
    z-index: 10
}

.events-map-container div:nth-child(8) li:nth-child(1) a:after {
    left: 163.88889%;
    top: 487.5%;
    width: 11.11111%;
    height: 75%;
    z-index: 10
}

.events-map-container div:nth-child(8) li:nth-child(2) a:after {
    left: 155.55556%;
    top: 425%;
    width: 8.33333%;
    height: 50%;
    z-index: 10
}

.events-map-container div:nth-child(8) li:nth-child(3) a:after {
    left: 144.44444%;
    top: 325%;
    width: 19.44444%;
    height: 87.5%;
    z-index: 10
}

.events-map-container div:nth-child(8) li:nth-child(4) a:after {
    left: 163.88889%;
    top: 262.5%;
    width: 11.11111%;
    height: 87.5%;
    z-index: 10
}

.events-map-container div:nth-child(8) li:nth-child(5) a:after {
    left: 175%;
    top: 112.5%;
    width: 19.44444%;
    height: 75%;
    z-index: 10
}

.events-map-container div:nth-child(8) li:nth-child(6) a:after {
    left: 172.22222%;
    top: 87.5%;
    width: 16.66667%;
    height: 112.5%;
    z-index: 10
}

.events-map-container div:nth-child(8) li:nth-child(7) a:after {
    left: 161.11111%;
    top: 62.5%;
    width: 13.88889%;
    height: 87.5%;
    z-index: 10
}

.events-map-container div:nth-child(8) li:nth-child(8) a:after {
    left: 213.88889%;
    top: 25%;
    width: 61.11111%;
    height: 225%;
    z-index: 10
}

.events-map-container div:nth-child(9) li:nth-child(1) a:after {
    left: -5.55556%;
    top: -1775%;
    width: 0;
    height: 0;
    z-index: 10
}

.products-category-list {
    padding-left: 0;
    font-size: 0
}

.products-category-list li {
    list-style-type: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    .products-category-list ::i-block-chrome,
    .products-category-list {
        font-size: 1px;
        letter-spacing: -1px;
        word-spacing: -1px
    }
}

.products-category-list li {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block
}

@media(min-width:640px) {
    .products-category-list li {
        font-size: 13px;
        font-size: 1.3rem
    }
}

@media(min-width:1080px) {
    .products-category-list li {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.products-category-list li {
    background-image: none;
    padding-left: 0;
    width: 25%;
    border-right: #fff 1px solid
}

@media(min-width:640px) {
    .products-category-list li {
        padding-left: 0
    }
}

.products-category-list li:last-child {
    border-right: none
}

.products-category-list a {
    display: block;
    text-align: center;
    background: #ffffe4;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffe4), to(#ffceae));
    background: linear-gradient(to bottom, #ffffe4 0, #ffceae 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffe4', endColorstr='#ffceae', GradientType=0);
    border-bottom: #ccc 2px solid;
    padding: 0 4px
}

.products-category-list a:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

@media(min-width:640px) {
    .products-category-list a {
        border-bottom-width: 4px
    }
}

.products-category-list li.current a {
    border-bottom-color: #eb6da5
}