@charset "UTF-8";
body {
    box-sizing: border-box;
    font-family: 'Roboto', -apple-system, 'Helvetica Neue', 'Lucida Grande', '游ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    color: #fff;
    background: #000;
    line-height: 1.6;
}

* {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background-position: center center;
}

a {
    cursor: pointer;
}

ul {
    list-style: none;
}

button,
.slick-dots li {
    cursor: pointer;
}

button,
.slick-slide {
    outline: none;
}

input,
textarea {
    border: 1px solid #fff;
}

.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.cf:after,
.clearfix:after {
    clear: both;
}

#particles-js {
    width: 120%;
    height: 120%;
    background-color: #000;
    background-image: url("");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}


/* for Shuffle Letters*/

#top-wrapper h2,
h3.title {
    opacity: 0;
}

@media (min-width: 641px) {
    a.hover,
    #pop-up-banner .modal-content-wrapper .modal-content a,
    .select-artist-scroller .navigation a,
    .select-artist-scroller .inner > ul > li a,
    .pagination ul li a,
    #global-header .logo a,
    #top-wrapper section .more-link a,
    #top-wrapper .schedule-scroller .content section ul li a,
    #top-wrapper .release-list .slider-wrapper .slider .item a,
    #artist-wrapper article .content > section a,
    .news-single .content hgroup > a,
    .news-single .content .body a,
    #schedule-wrapper article .schedule-navigations .inner nav a.previous,
    #schedule-wrapper article .schedule-navigations .inner nav a.next,
    #schedule-wrapper article .schedule-list section ul li a,
    .release-single .more-link a,
    .release-single .image a,
    .release-single .content > a,
    .release-single .content .price a,
    .related-releases ul li > a,
    .related-releases ul li .buy-links a,
    #audition-form-wrapper > .narrow-width-container section p a,
    #audition-form-wrapper > .medium-width-container section p a,
    #audition-mail-wrapper > .narrow-width-container section p a,
    #audition-mail-wrapper > .medium-width-container section p a,
    #audition-thanks-wrapper > .medium-width-container section p a,
    #audition-wrapper > .narrow-width-container section p a,
    #audition-wrapper > .medium-width-container section p a,
    #audition-form-wrapper > .narrow-width-container section .fields-container .file-field-item .selected-file a,
    #audition-form-wrapper > .medium-width-container section .fields-container .file-field-item .selected-file a,
    #audition-mail-wrapper > .narrow-width-container section .fields-container .file-field-item .selected-file a,
    #audition-mail-wrapper > .medium-width-container section .fields-container .file-field-item .selected-file a,
    #audition-thanks-wrapper > .medium-width-container section .fields-container .file-field-item .selected-file a,
    #audition-wrapper > .narrow-width-container section .fields-container .file-field-item .selected-file a,
    #audition-wrapper > .medium-width-container section .fields-container .file-field-item .selected-file a {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    a.hover:hover,
    #pop-up-banner .modal-content-wrapper .modal-content a:hover,
    .select-artist-scroller .navigation a:hover,
    .select-artist-scroller .inner > ul > li a:hover,
    .pagination ul li a:hover,
    #global-header .logo a:hover,
    #top-wrapper section .more-link a:hover,
    #top-wrapper .schedule-scroller .content section ul li a:hover,
    #top-wrapper .release-list .slider-wrapper .slider .item a:hover,
    #artist-wrapper article .content > section a:hover,
    .news-single .content hgroup > a:hover,
    .news-single .content .body a:hover,
    #schedule-wrapper article .schedule-navigations .inner nav a.previous:hover,
    #schedule-wrapper article .schedule-navigations .inner nav a.next:hover,
    #schedule-wrapper article .schedule-list section ul li a:hover,
    .release-single .more-link a:hover,
    .release-single .image a:hover,
    .release-single .content > a:hover,
    .release-single .content .price a:hover,
    .related-releases ul li > a:hover,
    .related-releases ul li .buy-links a:hover,
    #audition-form-wrapper > .narrow-width-container section p a:hover,
    #audition-form-wrapper > .medium-width-container section p a:hover,
    #audition-mail-wrapper > .narrow-width-container section p a:hover,
    #audition-mail-wrapper > .medium-width-container section p a:hover,
    #audition-thanks-wrapper > .medium-width-container section p a:hover,
    #audition-wrapper > .narrow-width-container section p a:hover,
    #audition-wrapper > .medium-width-container section p a:hover,
    #audition-form-wrapper > .narrow-width-container section .fields-container .file-field-item .selected-file a:hover,
    #audition-form-wrapper > .medium-width-container section .fields-container .file-field-item .selected-file a:hover,
    #audition-mail-wrapper > .narrow-width-container section .fields-container .file-field-item .selected-file a:hover,
    #audition-mail-wrapper > .medium-width-container section .fields-container .file-field-item .selected-file a:hover,
    #audition-thanks-wrapper > .medium-width-container section .fields-container .file-field-item .selected-file a:hover,
    #audition-wrapper > .narrow-width-container section .fields-container .file-field-item .selected-file a:hover,
    #audition-wrapper > .medium-width-container section .fields-container .file-field-item .selected-file a:hover {
        opacity: 0.6;
    }
    .pc-element {
        display: block;
    }
    .pc-element.inline {
        display: inline;
    }
    .sp-element {
        display: none !important;
    }
    .fixed-width-container {
        width: 1000px;
        padding: 0 20px;
        margin: 0 auto;
    }
    .narrow-width-container {
        width: 600px;
        margin: 0 auto;
    }
    .medium-width-container {
        width: 770px;
        margin: 0 auto;
    }
    #contents-body {
        padding-top: 86px;
    }
}

.page-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin: 10px 0 45px;
}

.green-square-time {
    float: left;
    display: block;
    width: 100px;
    height: 100px;
    background: rgba(106, 202, 36, 0.8);
    text-align: center;
    font-weight: 700;
}

.green-square-time .day {
    font-size: 28px;
    line-height: 1;
    padding-top: 30px;
    margin-bottom: 2px;
}

.green-square-time .day span {
    font-weight: normal;
}

.green-square-time .month {
    font-size: 19px;
    line-height: 1;
}

.schedule-type-icon {
    width: 50px;
    height: 17px;
    background: #fff;
    color: #6aca24;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    line-height: 17px;
}

.schedule-type-icon.release {
    background: #6aca24;
    color: #fff;
}

.button-bordered,
.artist-selector,
#schedule-wrapper article .schedule-navigations .inner .filter-menus a.filter-item,
.release-single .content .body .links a {
    height: 42px;
    border: 1px solid #fff;
    padding: 0 20px;
    min-width: 100px;
    line-height: 42px;
    font-weight: 700;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
#schedule-wrapper article .schedule-navigations .inner .filter-menus a.filter-item.not-active{
	opacity: 0.4;
	pointer-events: none;
	transition:0s;
}

.button-bordered.selected,
.selected.artist-selector,
#schedule-wrapper article .schedule-navigations .inner .filter-menus a.selected.filter-item,
.release-single .content .body .links a.selected {
    background: #fff;
    color: #000;
}

@media (min-width: 641px) {
    .button-bordered:hover,
    .artist-selector:hover,
    #schedule-wrapper article .schedule-navigations .inner .filter-menus a.filter-item:hover,
    .release-single .content .body .links a:hover {
        background: #fff;
        color: #000;
    }
}

.artist-selector span {
    display: inline-block;
}

.artist-selector img.pc-element {
    margin-left: 10px;
    display: none;
}

.artist-selector img.pc-element:first-child {
    display: inline-block;
}

@media (min-width: 641px) {
    .artist-selector:hover,
    .artist-selector.selected {
        background: #fff;
        color: #6aca24;
    }
    .artist-selector:hover img.pc-element,
    .artist-selector.selected img.pc-element {
        display: inline-block;
    }
}

@media (min-width: 641px) and (max-width: 640px) {
    .artist-selector:hover img.pc-element,
    .artist-selector.selected img.pc-element {
        display: none;
    }
}

@media (min-width: 641px) {
    .artist-selector:hover img.pc-element:first-child,
    .artist-selector.selected img.pc-element:first-child {
        display: none;
    }
}

.modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 10;
    display: none;
}

.modal-wrapper .modal-content-wrapper {
    width: 520px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.modal-wrapper .modal-content-wrapper .head {
    color: #6aca24;
    font-weight: 700;
    text-align: center;
    font-size: 17px;
}

.modal-wrapper .modal-content-wrapper .close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.modal-wrapper .modal-content-wrapper .close:hover {
    opacity: 0.8;
}

.modal-wrapper .modal-content-wrapper .modal-content {
    margin-top: 15px;
}

#pop-up-banner .modal-content-wrapper {
    width: auto;
}

#pop-up-banner .modal-content-wrapper .modal-content a {
    display: block;
}

.modal-content li li {
    opacity: 0;
    position: relative;
    top: -20px;
}

.artists-list {
    margin-top: 25px;
}

.artists-list li {
    opacity: 0;
    position: relative;
    transition: .8s cubic-bezier(.17, .67, .25, 1.02);
}

.artists-list .title {
    font-size: 18px;
    font-weight: 700;
    color: #6aca24;
    vertical-align: middle;
    margin-bottom: 20px;
}

.artists-list .title img {
    margin-right: 10px;
}

.artists-list ul {
    margin-right: -5px;
    overflow: hidden;
}

.artists-list ul li {
    float: left;
    width: 188px;
    margin: 0 5px 30px 0;
    line-height: 1;
    font-weight: 700;
}

.artists-list ul li .image {
    position: relative;
    margin-bottom: 12px;
}

.artists-list ul li .image .on-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.artists-list ul li .image .on-hover:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #6aca24;
    opacity: 0.9;
}

.artists-list ul li .image .on-hover.blue:before {
    background: #00a8ff;
}

.artists-list ul li .image .on-hover span {
    display: block;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    border: 1px solid #fff;
    line-height: 84px;
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -42px 0 0 -42px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
}

.artists-list ul li img {
    width: 188px;
    height: 129px;
}

@media (min-width: 641px) {
    .artists-list ul li a:hover .image .on-hover {
        opacity: 1;
    }
    .artists-list ul li a:hover .image .on-hover span {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.artists-list ul li.header {
    background: #6aca24;
    height: 129px;
    line-height: 129px;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    margin-bottom: 55px;
}

.artists-list ul li.header img {
    width: auto;
    height: auto;
    margin: 0 0 0 7px;
}

.select-artist-scroller {
    border: 3px solid #6aca24;
    height: 60vh;
    min-height: 500px;
    position: relative;
}

.select-artist-scroller .navigation {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    text-align: center;
}

.select-artist-scroller .navigation a {
    color: #6aca24;
    font-size: 11px;
    font-weight: 700;
    display: block;
}

.select-artist-scroller .navigation a.not-active{
    opacity: 0.4;
    pointer-events: none;
    transition:0s;
}

.select-artist-scroller .inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.select-artist-scroller .inner > ul {
    padding: 25px 60px 25px 30px;
    font-weight: 700;
}

.select-artist-scroller .inner > ul > li {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #6aca24;
    line-height: 2.1;
    margin-top: 15px;
}

.select-artist-scroller .inner > ul > li:first-child {
    margin-top: 0;
}

.select-artist-scroller .inner > ul > li > ul > li {
    color: #fff;
}

.pagination {
    text-align: center;
}

.pagination ul {
    display: inline-block;
    background: rgba(0, 0, 0, 0.8);
    padding: 0 10px;
    border: 1px solid #fff;
    box-sizing: content-box;
    overflow: hidden;
}

.pagination ul li {
    display: inline-block;
    font-weight: 700;
    line-height: 14px;
}

@media (min-width: 641px) {
    .pagination ul li a {
        padding: 25px;
        display: block;
    }
}

.pagination ul li.current a {
    min-width: 15px;
    display: inline-block;
    position: relative;
    text-align: center;
}

.pagination ul li.current a span {
    position: relative;
    display: inline-block;
    padding: 0 2px;
}

.pagination ul li.current a span:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0;
    bottom: -4px;
}

#global-header {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

#global-header .inner {
    width: 1000px;
    padding: 0 20px;
    margin: 0 auto;
    height: 86px;
    overflow: hidden;
}

#global-header .logo {
    float: left;
    padding: 43px 0 17px;
}

#global-header .logo img {
    width: 170px;
}

#global-header .logo a {
    display: block;
    width: 170px;
}

#global-header .menu-icon {
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
}

#global-header .menu-icon span {
    width: 34px;
    height: 3px;
    display: block;
    background: #fff;
    margin: 8px 0;
}

#global-header nav {
    float: right;
}

#global-header nav > ul {
    float: left;
}

#global-header nav > ul li {
    float: left;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
}

@media (min-width: 641px) {
    #global-header nav > ul li a {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        display: block;
        position: relative;
    }
    #global-header nav > ul li a.facebook,
    #global-header nav > ul li a.twitter {
        width: 18px;
        height: 18px;
    }
    #global-header nav > ul li a.instagram {
        width: 17px;
        height: 17px;
    }
    #global-header nav > ul li a.youtube {
        width: 20px;
        height: 14px;
    }
    #global-header nav > ul li a img.pc-element {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
    }
    #global-header nav > ul li a img.pc-element:first-child {
        opacity: 1;
    }
    #global-header nav > ul li a:hover {
        color: #6aca24;
    }
    #global-header nav > ul li a:hover img.pc-element {
        opacity: 1;
    }
    #global-header nav > ul li a:hover img.pc-element:first-child {
        opacity: 0;
    }
}

#global-header nav > ul.menu {
    margin: 56px 0 0 70px;
}

#global-header nav > ul.menu li {
    margin: 0 19px;
}

#global-header nav > ul.socials {
    margin: 53px 0 0 12px;
}

#global-header nav > ul.socials li {
    margin-left: 18px;
}

#global-header nav > ul.socials li:last-child {
    position: relative;
    top: 2px;
}

#global-header a.green {
    color: #6aca24;
}

#global-header a.green:hover {
    opacity: 0.8;
}

#footer {
    text-align: center;
    padding: 80px 0 40px;
}

@media (min-width: 641px) {
    #footer {
        padding: 60px 0 33px;
    }
}

#footer nav {
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1.5px;
}

#footer nav a {
    display: inline-block;
    margin: 0 18px;
}

@media (min-width: 641px) {
    #footer nav a {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    #footer nav a:hover {
        color: #6aca24;
    }
}

#footer .copyright {
    font-size: 10px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 1.5px;
    margin-top: 70px;
}

@-webkit-keyframes sdb {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    30% {
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0);
    }
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes sdb {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    30% {
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0);
    }
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.top-contents-container {
    margin-top: -86px;
}

#intro-wrapper {
    position: relative;
    height: 100vh;
    z-index: 4;
}

#intro-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 2;
}

.scroll_group {
    opacity: 0;
    -webkit-transition:.4s opacity 3.5s;
    transition:.4s opacity 3.5s;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin:0 auto;
    z-index: 1;
    width: 44px;
    height: 44px;
    z-index: 10;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}

#intro-wrapper .scroll {
    display: block;
    position: absolute;
    bottom: 25px;
    left: 50%;
/*    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    -webkit-animation: sdb 1.5s infinite;
    animation: sdb 1.5s infinite;
    position: absolute;
    top: 0;
    left: 0;
}

@media (min-width: 641px) {
    #intro-wrapper .scroll.pc-element {
        opacity: 1;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        z-index: 3;
        cursor: pointer;
    }
    #intro-wrapper .scroll.pc-element.green {
        opacity: 1;
        z-index: 2;
    }
    #intro-wrapper .scroll.pc-element:hover {
        opacity: 0;
    }
    #intro-wrapper .scroll.pc-element:hover.green {
        opacity: 1;
    }
}

#intro-wrapper .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    background: #6aca24;
    border: 1px solid #6aca24;
    width: 100%;
    height: 100%;
    transition: 0.5s cubic-bezier(.17, .67, .25, 1.02);
    z-index: 4;
}

#intro-wrapper .logo img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) scale(0.8);
    opacity: 0;
    transition: 0.48s cubic-bezier(.17, .67, .25, 1.02);
    width: 290px;
}

#intro-wrapper.show .logo {
    width: 492px;
    height: 106px;
}

#intro-wrapper.show .logo img {
    transform: translate3d(-50%, -50%, 0) scale(1);
}

#intro-wrapper .videos {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#intro-wrapper .videos > div {
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
}

#intro-wrapper .videos > div .video {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

#intro-wrapper .videos > div .video:last-child {
    left: 50%;
}

#intro-wrapper .videos > div .video video {
    /*height: 100%;
    width: 177.77777778vh;*/
    /*min-height: 56.25vw;*/
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}

#intro-wrapper .videos > div:last-child {
    top: 50%;
}

#intro-wrapper .videos > div:last-child .video {
    width: calc(100% / 3);
    left: calc(100% / 3);
}

#intro-wrapper .videos > div:last-child .video:first-child {
    left: 0;
}

#intro-wrapper .videos > div:last-child .video:last-child {
    left: calc((100% / 3) * 2);
}

.home {
    height:100vh;
    overflow:hidden;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.home #global-header {
    display: none;
}

#top-wrapper {
    position: relative;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

#top-wrapper #global-header {
    position: absolute;
}

#top-wrapper section {
    padding: 90px 0;
}

#top-wrapper section > h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #6aca24;
    line-height: 1;
    margin-bottom: 40px;
}

#top-wrapper section .more-link {
    text-align: center;
    margin-top: 40px;
}

#top-wrapper section .more-link a {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

#top-wrapper section .more-link a img {
    margin-right: 10px;
}

#top-wrapper .news-and-schedule {
    overflow: hidden;
}

#top-wrapper .news-and-schedule > section {
    width: 460px;
    float: left;
}

#top-wrapper .news-and-schedule > section:first-child {
    margin-right: 40px;
}

#top-wrapper .artists-list {
    min-width: 1000px;
    max-width: 1920px;
    padding: 0 20px;
    margin: 0 auto;
}

#top-wrapper .artists-list ul {
    overflow: hidden;
    position: relative;
    padding: 0 20px 0 25px;
    margin: 0;
}

#top-wrapper .artists-list ul li {
    float: left;
    width: calc((100% - 20px) / 4);
    margin: 0 5px 32px 0;
}

#top-wrapper .artists-list ul li .image {
    position: relative;
}

#top-wrapper .artists-list ul li .image img {
    width: 100%;
    height: auto;
    margin: 0;
}

#top-wrapper .artists-list ul li .image .on-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#top-wrapper .artists-list ul li .image .on-hover:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #6aca24;
    opacity: 0.9;
}

#top-wrapper .artists-list ul li .image .on-hover span {
    display: block;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    border: 1px solid #fff;
    line-height: 84px;
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -42px 0 0 -42px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
}

#top-wrapper .artists-list ul li h3 {
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 641px) {
    #top-wrapper .artists-list ul li a:hover .image .on-hover {
        opacity: 1;
    }
    #top-wrapper .artists-list ul li a:hover .image .on-hover span {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

#top-wrapper .news-list ul li {
    margin-bottom: 20px;
    /*-webkit-perspective: 1000px;*/
    perspective: 1000px;
}

#top-wrapper .news-list ul li article {
    position: relative;
    transform-style: preserve-3d;
    transform: rotateX(-20deg) translateZ(60px);
    transition: 0.8s;
    transform-origin: center bottom;
}

#top-wrapper .news-list ul li article a {
    height: 100px;
    display: block;
    overflow: hidden;
    position: relative;
    padding-left: 115px;
}

#top-wrapper .news-list ul li article a time {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    left: 0;
    top: 0;
}

#top-wrapper .news-list ul li article a .content {
    min-height: 100px;
    background: rgba(106, 202, 36, 0.8);
    padding: 15px 45px 15px 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

#top-wrapper .news-list ul li article a .content h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

#top-wrapper .news-list ul li article a .content .author {
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
}

#top-wrapper .news-list ul li article a .content .arrow {
    position: absolute;
    right: 28px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    transition: .3s;
}

#top-wrapper .news-list ul li article a:hover time,
#top-wrapper .news-list ul li article a:hover .content {
    background: #6aca24;
}

#top-wrapper .news-list ul li article a:hover time .arrow,
#top-wrapper .news-list ul li article a:hover .content .arrow {
    opacity: 1;
    right: 18px;
}

#top-wrapper .schedule-scroller {
    border: 2px solid #6aca24;
    height: 340px;
    position: relative;
    overflow: hidden;
}

#top-wrapper .schedule-scroller a p {
    transition: .3s;
}

#top-wrapper .schedule-scroller a:hover p {
    color: #6aca24;
}

#top-wrapper .schedule-scroller .ps-scrollbar-x-rail {
    display: none;
}

#top-wrapper .schedule-scroller .ps-scrollbar-y-rail {
    width: 16px;
    border-left: 2px solid #6aca24;
    border-radius: 0;
    right: 0;
    opacity: 1;
}

#top-wrapper .schedule-scroller .ps-scrollbar-y-rail .ps-scrollbar-y {
    background: #6aca24;
    width: 16px;
    border-radius: 0;
}

#top-wrapper .schedule-scroller .content {
    padding: 25px 30px;
}

#top-wrapper .schedule-scroller .content section {
    padding: 0;
    margin-top: 26px;
}

#top-wrapper .schedule-scroller .content section:first-child {
    margin: 0;
}

#top-wrapper .schedule-scroller .content section h3 {
    font-size: 15px;
    font-weight: 700;
}

#top-wrapper .schedule-scroller .content section ul {
    border-top: 1px solid #fff;
    margin-top: 5px;
}

#top-wrapper .schedule-scroller .content section ul li {
    border-top: 1px dashed rgba(255, 255, 255, 0.4);
    padding: 18px 0 18px 64px;
    position: relative;
    min-height: 17px;
}

#top-wrapper .schedule-scroller .content section ul li:first-child {
    border: none;
}

#top-wrapper .schedule-scroller .content section ul li a {
    display: block;
}

#top-wrapper .schedule-scroller .content section ul li .schedule-type-icon {
    position: absolute;
    left: 0;
    top: 20px;
}

#top-wrapper .release-list {
    background: rgba(106, 202, 36, 0.8);
    padding: 56px 0;
}

#top-wrapper .release-list .slider-wrapper {
    min-width: 1000px;
    max-width: 1920px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

#top-wrapper .release-list .slider-wrapper .left,
#top-wrapper .release-list .slider-wrapper .right {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width: 641px) {
    #top-wrapper .release-list .slider-wrapper .left,
    #top-wrapper .release-list .slider-wrapper .right {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    #top-wrapper .release-list .slider-wrapper .left:hover,
    #top-wrapper .release-list .slider-wrapper .right:hover {
        opacity: 0.6;
    }
}

#top-wrapper .release-list .slider-wrapper .left {
    left: 36px;
}

#top-wrapper .release-list .slider-wrapper .right {
    right: 36px;
}

#top-wrapper .release-list .slider-wrapper .slider {
    margin: 0 65px;
}

#top-wrapper .release-list .slider-wrapper .slider .item {
    float: left;
    margin: 0 19px;
    width: calc((100% - 228px) / 6);
    font-size: 13px;
    font-weight: 700;
    position: relative;
}

#top-wrapper .release-list .slider-wrapper .slider .item a {
    display: block;
}

#top-wrapper .release-list .slider-wrapper .slider .item img {
    width: 100%;
    height: auto;
}

#top-wrapper .release-list .slider-wrapper .slider .item h3 {
    margin: 12px 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 5px;
}

#top-wrapper .links-list {
    width: 649px;
    margin: 0 auto;
}

#top-wrapper .links-list a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 1px solid rgba(137, 137, 137, 0.4);
}

#top-wrapper .links-list a:hover {
    background: #6aca24;
}

#top-wrapper .links-list .top-row {
    border-left: 1px solid rgba(137, 137, 137, 0.4);
    border-top: 1px solid rgba(137, 137, 137, 0.4);
    overflow: hidden;
}

#top-wrapper .links-list .top-row a {
    border-right: 1px solid rgba(137, 137, 137, 0.4);
    display: block;
    width: 162px;
    height: 162px;
    float: left;
    position: relative;
}

#top-wrapper .links-list .top-row a img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#top-wrapper .links-list .bottom-row {
    border: 1px solid rgba(137, 137, 137, 0.4);
    position: relative;
    margin-top: 40px;
}

#top-wrapper .links-list .bottom-row a {
    display: block;
    height: 162px;
}

#top-wrapper .links-list .bottom-row a img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#top-wrapper .links-list .bottom-banner {
	padding-top:40px;
		width:100%;
}

#top-wrapper .links-list .bottom-banner a img {
	padding:0 auto;
	margin: 0 auto;
}

#top-wrapper .bottom-socials {
    text-align: center;
    margin: 90px 0 20px;
}

#top-wrapper .bottom-socials a {
    display: inline-block;
    margin: 0 27px;
}

@media (min-width: 641px) {
    #top-wrapper .bottom-socials a {
        position: relative;
    }
    #top-wrapper .bottom-socials a.facebook {
        width: 20px;
        height: 37px;
    }
    #top-wrapper .bottom-socials a.twitter {
        width: 39px;
        height: 31px;
    }
    #top-wrapper .bottom-socials a.instagram {
        width: 35px;
        height: 37px;
    }
    #top-wrapper .bottom-socials a.youtube {
        width: 40px;
        height: 33px;
    }
    #top-wrapper .bottom-socials a img.pc-element {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    #top-wrapper .bottom-socials a img.pc-element:first-child {
        opacity: 1;
    }
    #top-wrapper .bottom-socials a:hover img.pc-element {
        opacity: 1;
    }
    #top-wrapper .bottom-socials a:hover img.pc-element:first-child {
        opacity: 0;
    }
}

.dispAnim-fade {
    opacity: 0;
    transition: .8s cubic-bezier(.17, .67, .25, 1.02);
}

.dispAnim-scale {
    opacity: 0;
    transform: scale(.8);
    transition: .8s cubic-bezier(.17, .67, .25, 1.02);
}

#artist-wrapper article {
    overflow: hidden;
}

#artist-wrapper article .image {
    float: left;
    width: 400px;
}

#artist-wrapper article .content {
    float: left;
    width: calc((100% - 420px));
    margin-left: 20px;
}

#artist-wrapper article .content > header,
#artist-wrapper article .content > section {
    background: rgba(106, 202, 36, 0.8);
    padding: 30px;
}

#artist-wrapper article .content > header {
    margin-bottom: 8px;
}

#artist-wrapper article .content > header h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 22px;
}

#artist-wrapper article .content > header .description {
    font-size: 12px;
}

#artist-wrapper article .content > header nav {
    overflow: hidden;
    margin: 30px -8px 0;
}

#artist-wrapper article .content > header nav a {
    display: block;
    float: left;
    min-width: 128px;
    line-height: 36px;
    padding: 0 10px;
    border: 1px solid #fff;
    font-weight: 700;
    text-align: center;
    margin: 0 8px;
}

@media (min-width: 641px) {
    #artist-wrapper article .content > header nav a {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    #artist-wrapper article .content > header nav a:hover {
        background: #fff;
        color: #6aca24;
    }
}

#artist-wrapper article .content > section h2 {
    vertical-align: middle;
    font-size: 14px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

#artist-wrapper article .content > section h2 img {
    margin: 0 10px;
}

#artist-wrapper article .content > section > ul > li {
    padding: 16px 0;
    border-top: 1px dashed rgba(255, 255, 255, 0.4);
    font-size: 14px;
    font-weight: 700;
}

#artist-wrapper article .content > section > ul > li:first-child {
    border: none;
}

#artist-wrapper article .content > section > ul > li > div {
    overflow: hidden;
}

#artist-wrapper article .content > section > ul > li > div .title {
    float: left;
}

#artist-wrapper article .content > section > ul > li > div .socials {
    float: right;
    vertical-align: middle;
}

#artist-wrapper article .content > section > ul > li > div .socials a {
    margin: 0 10px;
}

#artist-wrapper article .content > section > ul > li ul {
    font-size: 12px;
}

#artist-wrapper article .content > section > ul > li ul li {
    margin-top: 16px;
}

#artist-wrapper .other-artists {
    border-top: 1px solid #777;
    margin-top: 60px;
    padding-top: 30px;
}

.news-single {
    overflow: hidden;
    margin-bottom: 96px;
}

.news-single .content {
    float: left;
    width: calc(100% - 132px);
    margin-left: 32px;
}

.news-single .content hgroup > a {
    display: block;
}

.news-single .content hgroup h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}

.news-single .content hgroup h3 {
    font-size: 12px;
    font-weight: 700;
    margin-top: 7px;
}

.news-single .content .body a {
    text-decoration: underline;
}

.news-single .content .body > a {
    display: block;
}

.news-single .content .body .image {
    text-align: center;
}

.news-single .content .body .image img {
    max-width: 100%;
}

.news-single .content .body p {
    margin-top: 40px;
}

.news-single .content .to-detail-link {
    margin-top: 40px;
    height: 36px;
    border: 1px solid #fff;
    line-height: 36px;
    padding: 0 20px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
}

.news-single .content .to-detail-link img {
    margin-left: 10px;
}

@media (min-width: 641px) {
    .news-single .content .to-detail-link {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .news-single .content .to-detail-link .pc-element {
        display: inline-block;
        width: 14px;
        height: 11px;
        position: relative;
    }
    .news-single .content .to-detail-link .pc-element img {
        position: absolute;
        display: block;
        opacity: 0;
        top: 0;
        left: 0;
    }
    .news-single .content .to-detail-link .pc-element img:first-child {
        opacity: 1;
    }
    .news-single .content .to-detail-link:hover {
        background: #fff;
        color: #6aca24;
    }
    .news-single .content .to-detail-link:hover .pc-element img {
        opacity: 1;
    }
    .news-single .content .to-detail-link:hover .pc-element img:first-child {
        opacity: 0;
    }
}

.back-button {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-top: 170px;
    vertical-align: middle;
}

.news-single .back-button {
    margin-left: 132px;
}

.news-single .back-button img {
    margin-left: 10px;
}

@media (min-width: 641px) {
    .back-button a {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .back-button a .pc-element {
        position: relative;
        display: inline-block;
        width: 14px;
        height: 11px;
    }
    .back-button a .pc-element img {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }
    .back-button a .pc-element img:first-child {
        opacity: 1;
    }
    .back-button a:hover {
        color: #6aca24;
    }
    .back-button a:hover img {
        opacity: 1;
    }
    .back-button a:hover img:first-child {
        opacity: 0;
    }
}

#schedule-wrapper article {
    position: relative;
}

#schedule-wrapper article .schedule-navigations {
    text-align: center;
}

#schedule-wrapper article .schedule-navigations .inner {
    display: inline-block;
}

#schedule-wrapper article .schedule-navigations .inner nav {
    position: relative;
}

#schedule-wrapper article .schedule-navigations .inner nav .previous,
#schedule-wrapper article .schedule-navigations .inner nav .next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
}

#schedule-wrapper article .schedule-navigations .inner nav .previous {
    text-align: left;
    left: 20px;
}

#schedule-wrapper article .schedule-navigations .inner nav .previous img {
    margin-right: 12px;
}

#schedule-wrapper article .schedule-navigations .inner nav .next {
    text-align: right;
    right: 20px;
}

#schedule-wrapper article .schedule-navigations .inner nav .next img {
    margin-left: 12px;
}

#schedule-wrapper article .schedule-navigations .inner nav .current {
    font-weight: 700;
    line-height: 1;
}

#schedule-wrapper article .schedule-navigations .inner nav .current .year {
    font-size: 20px;
}

#schedule-wrapper article .schedule-navigations .inner nav .current .month {
    font-size: 38px;
    margin-top: 4px;
}

#schedule-wrapper article .schedule-navigations .inner .filter-menus {
    margin-top: 45px;
}

#schedule-wrapper article .schedule-navigations .inner .filter-menus:before,
#schedule-wrapper article .schedule-navigations .inner .filter-menus:after {
    content: "";
    display: table;
}

#schedule-wrapper article .schedule-navigations .inner .filter-menus:after {
    clear: both;
}

#schedule-wrapper article .schedule-navigations .inner .filter-menus a {
    display: block;
    float: left;
    margin-left: 14px;
}

#schedule-wrapper article .schedule-navigations .inner .filter-menus a:first-child {
    margin: 0;
}

#schedule-wrapper article .schedule-list {
    margin-top: 70px;
    padding-top: 1px;
    width: 0;
    opacity: 0;
}

#schedule-wrapper article .schedule-list section {
    /*margin-top: -1px;*/
    position: relative;
    overflow: hidden;
    padding-left: 115px;
}

#schedule-wrapper article .schedule-list section:last-child {
    border-bottom: 1px solid #fff;
}

#schedule-wrapper article .schedule-list section:before {
    position: absolute;
    display: block;
    content: "";
    height: 1px;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
}

#schedule-wrapper article .schedule-list section h3 {
    position: absolute;
    top: 0;
    left: 17px;
    width: 80px;
    height: 80px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}

#schedule-wrapper article .schedule-list section h3.sunday {
    color: #f22d2d;
}

#schedule-wrapper article .schedule-list section h3.saturday {
    color: #588afb;
}

#schedule-wrapper article .schedule-list section h3 .day {
    font-size: 33px;
    margin-top: 15px;
}

#schedule-wrapper article .schedule-list section h3 .day-of-week {
    font-size: 14px;
    margin-top: 2px;
}

#schedule-wrapper article .schedule-list section ul {
    margin-top: -1px;
}

#schedule-wrapper article .schedule-list section ul li {
    height: 80px;
    border-top: 1px dashed rgba(255, 255, 255, 0.4);
    position: relative;
    padding-left: 95px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
}

#schedule-wrapper article .schedule-list section ul li a {
    display: block;
}

#schedule-wrapper article .schedule-list section ul li.hide {
    height: 0;
}

#schedule-wrapper article .schedule-list section ul li .schedule-type-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#schedule-wrapper article .schedule-list section ul li .title {
    font-weight: 500;
    font-size: 18px;
    padding-top: 14px;
}

#schedule-wrapper article .schedule-list section ul li .description {
    font-weight: 500;
    font-size: 14px;
}

#releases-wrapper > nav.artist-selector-nav {
    text-align: center;
    margin-bottom: 32px;
}

#releases-wrapper .pagination {
    margin-top: 100px;
}

#release-wrapper > nav.artist-selector-nav {
    text-align: center;
    margin: 90px 0 70px;
}

.release-single {
    background: rgba(106, 202, 36, 0.8);
    padding: 25px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    opacity: 0;
    transition: 0.3s;
    top: 40px;
}

.pc #releases-wrapper .release-single {
    transform-style: preserve-3d;
    transform: rotateX(-50deg) translateZ(60px);
    transition: 0.8s;
    transform-origin: center bottom;
}

.release-single > a {
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.release-single .more-link {
    text-align: center;
    margin: 25px 0 13px;
}

.release-single .more-link a {
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
}

.release-single .more-link a img {
    margin-right: 10px;
}

.release-single .image {
    position: absolute;
    top: 25px;
    left: 25px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
}

.release-single .image a,
.release-single .image img {
    display: block;
    width: 150px;   
    height: auto;
}

.release-single .image .serial {
    margin-top: 10px;
}

.release-single .content {
    font-weight: 700;
    padding-left: 176px;
}

.release-single .content > a {
    display: block;
}
.release-single .content > a hgroup {
	width: 93%;
}

.release-single .content time {
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
}

.release-single .content hgroup .artist-name {
    display: inline-block;
    font-size: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.release-single .content hgroup .type {
    font-size: 11px;
    margin-bottom: 4px;
}

.release-single .content hgroup .title {
    font-size: 18px;
}

.release-single .content .price {
    vertical-align: bottom;
    font-size: 15px;
    margin-top: 20px;
}

.release-single .content .price span {
    margin-right: 20px;
}

.release-single .content .price a {
    margin-left: 6px;
    display: inline-block;
}

.release-single .content .body {
    margin-top: 36px;
    font-size: 12px;
    padding-bottom: 60px;
}

.release-single .content .body .links {
    margin-top: 50px;
    overflow: hidden;
}

.release-single .content .body .links a {
    height: 36px;
    line-height: 36px;
    min-width: 150px;
    float: left;
    display: block;
    margin-right: 6px;
}

.related-releases {
    margin-top: 70px;
}

.related-releases h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}

.related-releases ul {
    overflow: hidden;
    margin-right: -15px;
}

.related-releases ul li {
    float: left;
    width: calc((100% - 45px)/3);
    margin: 0 15px 15px 0;
    /* height: 118px;*/
    height: 168px;
    background: rgba(106, 202, 36, 0.8);
    padding: 12px;
    position: relative;
}

.related-releases ul li > a {
    display: block;
    padding-left: 105px;
    min-height: 95px;
    font-weight: 700;
}

.related-releases ul li > a img {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 95px;
    height: 95px;
}

.related-releases ul li > a .subtitle {
    font-size: 11px;
}

.related-releases ul li > a .title {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 4px;
}

.related-releases ul li .buy-links {
    overflow: hidden;
    margin: 16px -2px 0;
}

.related-releases ul li .buy-links a {
    display: block;
    float: left;
    width: calc((100% - 16px) / 4);
    margin: 0 2px;
}

.related-releases ul li .buy-links a img {
    width: 100%;
    height: auto;
}

#audition-form-wrapper,
#audition-mail-wrapper,
#audition-thanks-wrapper {
    margin-bottom: 160px;
    opacity: 0;
}

#audition-wrapper {
    margin-bottom: 160px;
}

.medium-width-container h1 {
    font-size: 22px;
    margin-bottom: 20px;
}

#audition h3,
#audition-form-wrapper h3,
#audition-mail-wrapper h3,
#audition-thanks-wrapper h3 {
    background: rgba(106, 202, 36, 0.8);
    text-align: center;
    line-height: 32px;
    font-size: 15px;
    font-weight: 700;
}

#audition-form-wrapper > .narrow-width-container > hgroup,
#audition-form-wrapper > .medium-width-container > hgroup,
#audition-mail-wrapper > .narrow-width-container > hgroup,
#audition-mail-wrapper > .medium-width-container > hgroup,
#audition-thanks-wrapper > .medium-width-container > hgroup,
#audition-wrapper > .narrow-width-container > hgroup,
#audition-wrapper > .medium-width-container > hgroup {
    font-weight: 700;
    text-align: center;
    padding: 25px 0 20px;
}

#audition-form-wrapper > .narrow-width-container > hgroup h1,
#audition-form-wrapper > .medium-width-container > hgroup h1,
#audition-mail-wrapper > .narrow-width-container > hgroup h1,
#audition-mail-wrapper > .medium-width-container > hgroup h1,
#audition-thanks-wrapper > .medium-width-container > hgroup h1,
#audition-wrapper > .narrow-width-container > hgroup h1,
#audition-wrapper > .medium-width-container > hgroup h1 {
    font-size: 22px;
}

#audition-form-wrapper > .narrow-width-container > hgroup h2,
#audition-form-wrapper > .medium-width-container > hgroup h2,
#audition-mail-wrapper > .narrow-width-container > hgroup h2,
#audition-mail-wrapper > .medium-width-container > hgroup h2,
#audition-thanks-wrapper > .medium-width-container > hgroup h2,
#audition-wrapper > .narrow-width-container > hgroup h2,
#audition-wrapper > .medium-width-container > hgroup h2 {
    margin-top: 40px;
    font-size: 12px;
}

#audition-form-wrapper > .narrow-width-container section,
#audition-form-wrapper > .medium-width-container section,
#audition-mail-wrapper > .narrow-width-container section,
#audition-mail-wrapper > .medium-width-container section,
#audition-thanks-wrapper > .medium-width-container section,
#audition-wrapper > .narrow-width-container section,
#audition-wrapper > .medium-width-container section {
    margin-top: 20px;
}

#audition-form-wrapper > .narrow-width-container section .title,
#audition-form-wrapper > .medium-width-container section .title,
#audition-mail-wrapper > .narrow-width-container section .title,
#audition-mail-wrapper > .medium-width-container section .title,
#audition-thanks-wrapper > .medium-width-container section .title,
#audition-wrapper > .narrow-width-container section .title,
#audition-wrapper > .medium-width-container section .title {
    background: rgba(106, 202, 36, 0.8);
    text-align: center;
    line-height: 32px;
    font-size: 15px;
    font-weight: 700;
}

#audition-form-wrapper > .narrow-width-container section p,
#audition-form-wrapper > .medium-width-container section p,
#audition-mail-wrapper > .narrow-width-container section p,
#audition-mail-wrapper > .medium-width-container section p,
#audition-thanks-wrapper > .medium-width-container section p,
#audition-wrapper > .narrow-width-container section p,
#audition-wrapper > .medium-width-container section p {
    line-height: 2.2;
    font-size: 12px;
    font-weight: 700;
    position: relative;
}

#audition-form-wrapper > .narrow-width-container section p a,
#audition-form-wrapper > .medium-width-container section p a,
#audition-mail-wrapper > .narrow-width-container section p a,
#audition-mail-wrapper > .medium-width-container section p a,
#audition-thanks-wrapper > .medium-width-container section p a,
#audition-wrapper > .narrow-width-container section p a,
#audition-wrapper > .medium-width-container section p a {
    text-decoration: underline;
}

#audition-form-wrapper > .narrow-width-container section p > span.dot,
#audition-form-wrapper > .medium-width-container section p > span.dot,
#audition-mail-wrapper > .narrow-width-container section p > span.dot,
#audition-mail-wrapper > .medium-width-container section p > span.dot,
#audition-thanks-wrapper > .medium-width-container section p > span.dot,
#audition-wrapper > .narrow-width-container section p > span.dot,
#audition-wrapper > .medium-width-container section p > span.dot {
    display: inline-block;
    position: absolute;
    left: -1.5em;
}

#audition-form-wrapper > .narrow-width-container section p.list,
#audition-form-wrapper > .medium-width-container section p.list,
#audition-mail-wrapper > .narrow-width-container section p.list,
#audition-mail-wrapper > .medium-width-container section p.list,
#audition-thanks-wrapper > .medium-width-container section p.list,
#audition-wrapper > .narrow-width-container section p.list,
#audition-wrapper > .medium-width-container section p.list {
    margin-left: 1.5em;
}

#audition-form-wrapper > .narrow-width-container section .content,
#audition-form-wrapper > .medium-width-container section .content,
#audition-mail-wrapper > .narrow-width-container section .content,
#audition-mail-wrapper > .medium-width-container section .content,
#audition-thanks-wrapper > .medium-width-container section .content,
#audition-wrapper > .narrow-width-container section .content,
#audition-wrapper > .medium-width-container section .content {
    padding: 26px;
}

#audition-form-wrapper > .narrow-width-container section .warning,
#audition-form-wrapper > .medium-width-container section .warning,
#audition-mail-wrapper > .narrow-width-container section .warning,
#audition-mail-wrapper > .medium-width-container section .warning,
#audition-thanks-wrapper > .medium-width-container section .warning,
#audition-wrapper > .narrow-width-container section .warning,
#audition-wrapper > .medium-width-container section .warning {
    border: 1px solid #6aca24;
    padding: 26px;
    position: relative;
}

#audition-form-wrapper > .narrow-width-container section .warning > span.dot,
#audition-form-wrapper > .medium-width-container section .warning > span.dot,
#audition-mail-wrapper > .narrow-width-container section .warning > span.dot,
#audition-mail-wrapper > .medium-width-container section .warning > span.dot,
#audition-thanks-wrapper > .medium-width-container section .warning > span.dot,
#audition-wrapper > .narrow-width-container section .warning > span.dot,
#audition-wrapper > .medium-width-container section .warning > span.dot {
    display: inline-block;
    position: absolute;
    left: -1.5em;
}

#audition-form-wrapper > .narrow-width-container section .required,
#audition-form-wrapper > .medium-width-container section .required,
#audition-mail-wrapper > .narrow-width-container section .required,
#audition-mail-wrapper > .medium-width-container section .required,
#audition-thanks-wrapper > .medium-width-container section .required,
#audition-wrapper > .narrow-width-container section .required,
#audition-wrapper > .medium-width-container section .required {
    color: #f22d2d;
}

#audition-form-wrapper > .narrow-width-container section .fields-container .field-item,
#audition-form-wrapper > .medium-width-container section .fields-container .field-item,
#audition-mail-wrapper > .narrow-width-container section .fields-container .field-item,
#audition-mail-wrapper > .medium-width-container section .fields-container .field-item,
#audition-thanks-wrapper > .medium-width-container section .fields-container .field-item,
#audition-wrapper > .narrow-width-container section .fields-container .field-item,
#audition-wrapper > .medium-width-container section .fields-container .field-item {
    font-size: 12px;
    font-weight: 700;
    overflow: hidden;
    margin: 30px 0;
}

#audition-form-wrapper > .narrow-width-container section .fields-container .field-item label,
#audition-form-wrapper > .medium-width-container section .fields-container .field-item label,
#audition-mail-wrapper > .narrow-width-container section .fields-container .field-item label,
#audition-mail-wrapper > .medium-width-container section .fields-container .field-item label,
#audition-thanks-wrapper > .medium-width-container section .fields-container .field-item label,
#audition-wrapper > .narrow-width-container section .fields-container .field-item label,
#audition-wrapper > .medium-width-container section .fields-container .field-item label {
    width: 150px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}

#audition-form-wrapper > .narrow-width-container section .fields-container .field-item input,
#audition-form-wrapper > .narrow-width-container section .fields-container .field-item textarea,
#audition-form-wrapper > .medium-width-container section .fields-container .field-item input,
#audition-form-wrapper > .medium-width-container section .fields-container .field-item textarea,
#audition-mail-wrapper > .narrow-width-container section .fields-container .field-item input,
#audition-mail-wrapper > .narrow-width-container section .fields-container .field-item textarea,
#audition-mail-wrapper > .medium-width-container section .fields-container .field-item input,
#audition-mail-wrapper > .medium-width-container section .fields-container .field-item textarea,
#audition-thanks-wrapper > .medium-width-container section .fields-container .field-item input,
#audition-thanks-wrapper > .medium-width-container section .fields-container .field-item textarea,
#audition-wrapper > .narrow-width-container section .fields-container .field-item input,
#audition-wrapper > .narrow-width-container section .fields-container .field-item textarea,
#audition-wrapper > .medium-width-container section .fields-container .field-item input,
#audition-wrapper > .medium-width-container section .fields-container .field-item textarea {
    display: inline-block;
    width: calc(100% - 153px);
    height: 30px;
    padding: 0 7px;
}

#audition-form-wrapper > .narrow-width-container section .fields-container .field-item textarea,
#audition-form-wrapper > .medium-width-container section .fields-container .field-item textarea,
#audition-mail-wrapper > .narrow-width-container section .fields-container .field-item textarea,
#audition-mail-wrapper > .medium-width-container section .fields-container .field-item textarea,
#audition-thanks-wrapper > .medium-width-container section .fields-container .field-item textarea,
#audition-wrapper > .narrow-width-container section .fields-container .field-item textarea,
#audition-wrapper > .medium-width-container section .fields-container .field-item textarea {
    height: 75px;
}

#audition-form-wrapper > .narrow-width-container section .fields-container .field-item select,
#audition-form-wrapper > .medium-width-container section .fields-container .field-item select,
#audition-mail-wrapper > .narrow-width-container section .fields-container .field-item select,
#audition-mail-wrapper > .medium-width-container section .fields-container .field-item select,
#audition-thanks-wrapper > .medium-width-container section .fields-container .field-item select,
#audition-wrapper > .narrow-width-container section .fields-container .field-item select,
#audition-wrapper > .medium-width-container section .fields-container .field-item select {
    width: 70px;
    height: 30px;
    background: url(/images/icon-select.png) right center no-repeat;
    border: 1px solid #fff;
    border-radius: 0;
    padding-left: 10px;
}

#audition-form-wrapper > .narrow-width-container section .fields-container .field-item-double .field-item,
#audition-form-wrapper > .medium-width-container section .fields-container .field-item-double .field-item,
#audition-mail-wrapper > .narrow-width-container section .fields-container .field-item-double .field-item,
#audition-mail-wrapper > .medium-width-container section .fields-container .field-item-double .field-item,
#audition-thanks-wrapper > .medium-width-container section .fields-container .field-item-double .field-item,
#audition-wrapper > .narrow-width-container section .fields-container .field-item-double .field-item,
#audition-wrapper > .medium-width-container section .fields-container .field-item-double .field-item {
    display: inline-block;
}

#audition-form-wrapper > .narrow-width-container section .fields-container .field-item-double .field-item input,
#audition-form-wrapper > .medium-width-container section .fields-container .field-item-double .field-item input,
#audition-mail-wrapper > .narrow-width-container section .fields-container .field-item-double .field-item input,
#audition-mail-wrapper > .medium-width-container section .fields-container .field-item-double .field-item input,
#audition-thanks-wrapper > .medium-width-container section .fields-container .field-item-double .field-item input,
#audition-wrapper > .narrow-width-container section .fields-container .field-item-double .field-item input,
#audition-wrapper > .medium-width-container section .fields-container .field-item-double .field-item input {
    width: 60px;
}

#audition-form-wrapper > .narrow-width-container section .fields-container .file-field-item,
#audition-form-wrapper > .medium-width-container section .fields-container .file-field-item,
#audition-mail-wrapper > .narrow-width-container section .fields-container .file-field-item,
#audition-mail-wrapper > .medium-width-container section .fields-container .file-field-item,
#audition-thanks-wrapper > .medium-width-container section .fields-container .file-field-item,
#audition-wrapper > .narrow-width-container section .fields-container .file-field-item,
#audition-wrapper > .medium-width-container section .fields-container .file-field-item {
    margin: 30px 0;
}

#audition-form-wrapper > .narrow-width-container section .fields-container .file-field-item .label,
#audition-form-wrapper > .medium-width-container section .fields-container .file-field-item .label,
#audition-mail-wrapper > .narrow-width-container section .fields-container .file-field-item .label,
#audition-mail-wrapper > .medium-width-container section .fields-container .file-field-item .label,
#audition-thanks-wrapper > .medium-width-container section .fields-container .file-field-item .label,
#audition-wrapper > .narrow-width-container section .fields-container .file-field-item .label,
#audition-wrapper > .medium-width-container section .fields-container .file-field-item .label {
    font-size: 12px;
    font-weight: 700;
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
}

#audition-form-wrapper > .narrow-width-container section .fields-container .file-field-item label,
#audition-form-wrapper > .medium-width-container section .fields-container .file-field-item label,
#audition-mail-wrapper > .narrow-width-container section .fields-container .file-field-item label,
#audition-mail-wrapper > .medium-width-container section .fields-container .file-field-item label,
#audition-thanks-wrapper > .medium-width-container section .fields-container .file-field-item label,
#audition-wrapper > .narrow-width-container section .fields-container .file-field-item label,
#audition-wrapper > .medium-width-container section .fields-container .file-field-item label {
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    background: #fff;
    color: #000;
    text-align: center;
    min-width: 100px;
    line-height: 25px;
    padding: 0 10px;
    vertical-align: middle;
}

#audition-form-wrapper > .narrow-width-container section .fields-container .file-field-item .selected-file,
#audition-form-wrapper > .medium-width-container section .fields-container .file-field-item .selected-file,
#audition-mail-wrapper > .narrow-width-container section .fields-container .file-field-item .selected-file,
#audition-mail-wrapper > .medium-width-container section .fields-container .file-field-item .selected-file,
#audition-thanks-wrapper > .medium-width-container section .fields-container .file-field-item .selected-file,
#audition-wrapper > .narrow-width-container section .fields-container .file-field-item .selected-file,
#audition-wrapper > .medium-width-container section .fields-container .file-field-item .selected-file {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background: #333333;
    font-size: 12px;
    font-weight: 700;
    margin-top: 12px;
    display: none;
}

#audition-form-wrapper > .narrow-width-container section .fields-container .file-field-item .selected-file a,
#audition-form-wrapper > .medium-width-container section .fields-container .file-field-item .selected-file a,
#audition-mail-wrapper > .narrow-width-container section .fields-container .file-field-item .selected-file a,
#audition-mail-wrapper > .medium-width-container section .fields-container .file-field-item .selected-file a,
#audition-thanks-wrapper > .medium-width-container section .fields-container .file-field-item .selected-file a,
#audition-wrapper > .narrow-width-container section .fields-container .file-field-item .selected-file a,
#audition-wrapper > .medium-width-container section .fields-container .file-field-item .selected-file a {
    color: #6aca24;
    text-decoration: underline;
    margin-right: 10px;
}

#audition-form-wrapper > .narrow-width-container section .fields-container .file-field-item .selected-file .file-name,
#audition-form-wrapper > .medium-width-container section .fields-container .file-field-item .selected-file .file-name,
#audition-mail-wrapper > .narrow-width-container section .fields-container .file-field-item .selected-file .file-name,
#audition-mail-wrapper > .medium-width-container section .fields-container .file-field-item .selected-file .file-name,
#audition-thanks-wrapper > .medium-width-container section .fields-container .file-field-item .selected-file .file-name,
#audition-wrapper > .narrow-width-container section .fields-container .file-field-item .selected-file .file-name,
#audition-wrapper > .medium-width-container section .fields-container .file-field-item .selected-file .file-name {
    display: inline-block;
}

#audition-form-wrapper > .narrow-width-container section .fields-container .file-field-item .annotation,
#audition-form-wrapper > .medium-width-container section .fields-container .file-field-item .annotation,
#audition-mail-wrapper > .narrow-width-container section .fields-container .file-field-item .annotation,
#audition-mail-wrapper > .medium-width-container section .fields-container .file-field-item .annotation,
#audition-thanks-wrapper > .medium-width-container section .fields-container .file-field-item .annotation,
#audition-wrapper > .narrow-width-container section .fields-container .file-field-item .annotation,
#audition-wrapper > .medium-width-container section .fields-container .file-field-item .annotation {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 700;
}

#audition-form-wrapper > .narrow-width-container section .basic-info-fields,
#audition-form-wrapper > .medium-width-container section .basic-info-fields,
#audition-mail-wrapper > .narrow-width-container section .basic-info-fields,
#audition-mail-wrapper > .medium-width-container section .basic-info-fields,
#audition-thanks-wrapper > .medium-width-container section .basic-info-fields,
#audition-wrapper > .narrow-width-container section .basic-info-fields,
#audition-wrapper > .medium-width-container section .basic-info-fields {
    margin-bottom: -56px;
}

#audition-form-wrapper > .narrow-width-container section .num-artists-fields .field-item,
#audition-form-wrapper > .medium-width-container section .num-artists-fields .field-item,
#audition-mail-wrapper > .narrow-width-container section .num-artists-fields .field-item,
#audition-mail-wrapper > .medium-width-container section .num-artists-fields .field-item,
#audition-thanks-wrapper > .medium-width-container section .num-artists-fields .field-item,
#audition-wrapper > .narrow-width-container section .num-artists-fields .field-item,
#audition-wrapper > .medium-width-container section .num-artists-fields .field-item {
    margin: 0;
}

#audition-form-wrapper > .narrow-width-container section .num-artists-fields .field-item input,
#audition-form-wrapper > .medium-width-container section .num-artists-fields .field-item input,
#audition-mail-wrapper > .narrow-width-container section .num-artists-fields .field-item input,
#audition-mail-wrapper > .medium-width-container section .num-artists-fields .field-item input,
#audition-thanks-wrapper > .medium-width-container section .num-artists-fields .field-item input,
#audition-wrapper > .narrow-width-container section .num-artists-fields .field-item input,
#audition-wrapper > .medium-width-container section .num-artists-fields .field-item input {
    width: 60px;
}

#audition-form-wrapper > .narrow-width-container section .members-fields-set,
#audition-form-wrapper > .medium-width-container section .members-fields-set,
#audition-mail-wrapper > .narrow-width-container section .members-fields-set,
#audition-mail-wrapper > .medium-width-container section .members-fields-set,
#audition-thanks-wrapper > .medium-width-container section .members-fields-set,
#audition-wrapper > .narrow-width-container section .members-fields-set,
#audition-wrapper > .medium-width-container section .members-fields-set {
    margin-top: -16px;
    border-top: 1px solid rgba(106, 202, 36, 0.8);
}

#audition-form-wrapper > .narrow-width-container section .members-fields-set .artist-member-fields,
#audition-form-wrapper > .medium-width-container section .members-fields-set .artist-member-fields,
#audition-mail-wrapper > .narrow-width-container section .members-fields-set .artist-member-fields,
#audition-mail-wrapper > .medium-width-container section .members-fields-set .artist-member-fields,
#audition-thanks-wrapper > .medium-width-container section .members-fields-set .artist-member-fields,
#audition-wrapper > .narrow-width-container section .members-fields-set .artist-member-fields,
#audition-wrapper > .medium-width-container section .members-fields-set .artist-member-fields {
    padding: 0 26px;
    border-bottom: 1px solid rgba(106, 202, 36, 0.8);
    position: relative;
}

#audition-form-wrapper > .narrow-width-container section .members-fields-set .artist-member-fields .order-num,
#audition-form-wrapper > .medium-width-container section .members-fields-set .artist-member-fields .order-num,
#audition-mail-wrapper > .narrow-width-container section .members-fields-set .artist-member-fields .order-num,
#audition-mail-wrapper > .medium-width-container section .members-fields-set .artist-member-fields .order-num,
#audition-thanks-wrapper > .medium-width-container section .members-fields-set .artist-member-fields .order-num,
#audition-wrapper > .narrow-width-container section .members-fields-set .artist-member-fields .order-num,
#audition-wrapper > .medium-width-container section .members-fields-set .artist-member-fields .order-num {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    color: #6aca24;
    margin-top: -10px;
    font-size: 12px;
}

#audition-form-wrapper > .narrow-width-container section .members-fields-set .artist-member-fields .field-item,
#audition-form-wrapper > .medium-width-container section .members-fields-set .artist-member-fields .field-item,
#audition-mail-wrapper > .narrow-width-container section .members-fields-set .artist-member-fields .field-item,
#audition-mail-wrapper > .medium-width-container section .members-fields-set .artist-member-fields .field-item,
#audition-thanks-wrapper > .medium-width-container section .members-fields-set .artist-member-fields .field-item,
#audition-wrapper > .narrow-width-container section .members-fields-set .artist-member-fields .field-item,
#audition-wrapper > .medium-width-container section .members-fields-set .artist-member-fields .field-item {
    margin: 7px 0;
}

#audition-form-wrapper > .narrow-width-container section .members-fields-set .artist-member-fields .field-item label,
#audition-form-wrapper > .medium-width-container section .members-fields-set .artist-member-fields .field-item label,
#audition-mail-wrapper > .narrow-width-container section .members-fields-set .artist-member-fields .field-item label,
#audition-mail-wrapper > .medium-width-container section .members-fields-set .artist-member-fields .field-item label,
#audition-thanks-wrapper > .medium-width-container section .members-fields-set .artist-member-fields .field-item label,
#audition-wrapper > .narrow-width-container section .members-fields-set .artist-member-fields .field-item label,
#audition-wrapper > .medium-width-container section .members-fields-set .artist-member-fields .field-item label {
    text-align: center;
}

#audition-form-wrapper > .narrow-width-container section .extra-info-fields,
#audition-form-wrapper > .medium-width-container section .extra-info-fields,
#audition-mail-wrapper > .narrow-width-container section .extra-info-fields,
#audition-mail-wrapper > .medium-width-container section .extra-info-fields,
#audition-thanks-wrapper > .medium-width-container section .extra-info-fields,
#audition-wrapper > .narrow-width-container section .extra-info-fields,
#audition-wrapper > .medium-width-container section .extra-info-fields {
    margin-top: -16px;
}

#audition-form-wrapper > .narrow-width-container section .extra-info-fields .field-item,
#audition-form-wrapper > .medium-width-container section .extra-info-fields .field-item,
#audition-mail-wrapper > .narrow-width-container section .extra-info-fields .field-item,
#audition-mail-wrapper > .medium-width-container section .extra-info-fields .field-item,
#audition-thanks-wrapper > .medium-width-container section .extra-info-fields .field-item,
#audition-wrapper > .narrow-width-container section .extra-info-fields .field-item,
#audition-wrapper > .medium-width-container section .extra-info-fields .field-item {
    margin: 10px 0;
}

#audition-form-wrapper > .narrow-width-container section .artists-url-fields,
#audition-form-wrapper > .medium-width-container section .artists-url-fields,
#audition-mail-wrapper > .narrow-width-container section .artists-url-fields,
#audition-mail-wrapper > .medium-width-container section .artists-url-fields,
#audition-thanks-wrapper > .medium-width-container section .artists-url-fields,
#audition-wrapper > .narrow-width-container section .artists-url-fields,
#audition-wrapper > .medium-width-container section .artists-url-fields {
    margin-bottom: 30px;
}

#audition-form-wrapper > .narrow-width-container section .text-area-fields .field-item,
#audition-form-wrapper > .medium-width-container section .text-area-fields .field-item,
#audition-mail-wrapper > .narrow-width-container section .text-area-fields .field-item,
#audition-mail-wrapper > .medium-width-container section .text-area-fields .field-item,
#audition-thanks-wrapper > .medium-width-container section .text-area-fields .field-item,
#audition-wrapper > .narrow-width-container section .text-area-fields .field-item,
#audition-wrapper > .medium-width-container section .text-area-fields .field-item {
    margin: 30px 0;
}

#audition-form-wrapper > .narrow-width-container section .text-area-fields .field-item label,
#audition-form-wrapper > .narrow-width-container section .text-area-fields .field-item textarea,
#audition-form-wrapper > .medium-width-container section .text-area-fields .field-item label,
#audition-form-wrapper > .medium-width-container section .text-area-fields .field-item textarea,
#audition-mail-wrapper > .narrow-width-container section .text-area-fields .field-item label,
#audition-mail-wrapper > .narrow-width-container section .text-area-fields .field-item textarea,
#audition-mail-wrapper > .medium-width-container section .text-area-fields .field-item label,
#audition-mail-wrapper > .medium-width-container section .text-area-fields .field-item textarea,
#audition-thanks-wrapper > .medium-width-container section .text-area-fields .field-item label,
#audition-thanks-wrapper > .medium-width-container section .text-area-fields .field-item textarea,
#audition-wrapper > .narrow-width-container section .text-area-fields .field-item label,
#audition-wrapper > .narrow-width-container section .text-area-fields .field-item textarea,
#audition-wrapper > .medium-width-container section .text-area-fields .field-item label,
#audition-wrapper > .medium-width-container section .text-area-fields .field-item textarea {
    display: block;
    width: 100%;
}

#audition-form-wrapper > .narrow-width-container section .submit-warning,
#audition-form-wrapper > .medium-width-container section .submit-warning,
#audition-mail-wrapper > .narrow-width-container section .submit-warning,
#audition-mail-wrapper > .medium-width-container section .submit-warning,
#audition-thanks-wrapper > .medium-width-container section .submit-warning,
#audition-wrapper > .narrow-width-container section .submit-warning,
#audition-wrapper > .medium-width-container section .submit-warning {
    text-align: center;
}

#audition-form-wrapper > .narrow-width-container section .address-detail,
#audition-form-wrapper > .medium-width-container section .address-detail,
#audition-mail-wrapper > .narrow-width-container section .address-detail,
#audition-mail-wrapper > .medium-width-container section .address-detail,
#audition-thanks-wrapper > .medium-width-container section .address-detail,
#audition-wrapper > .narrow-width-container section .address-detail,
#audition-wrapper > .medium-width-container section .address-detail {
    border: 1px solid #6aca24;
    padding: 20px 20px 20px 104px;
    position: relative;
    font-size: 12px;
    font-weight: 700;
    margin-top: 40px;
}

#audition-form-wrapper > .narrow-width-container section .address-detail .icon,
#audition-form-wrapper > .medium-width-container section .address-detail .icon,
#audition-mail-wrapper > .narrow-width-container section .address-detail .icon,
#audition-mail-wrapper > .medium-width-container section .address-detail .icon,
#audition-thanks-wrapper > .medium-width-container section .address-detail .icon,
#audition-wrapper > .narrow-width-container section .address-detail .icon,
#audition-wrapper > .medium-width-container section .address-detail .icon {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #6aca24;
    line-height: 28px;
    padding: 0 10px;
}

#audition-form-wrapper > .narrow-width-container section .address-detail address,
#audition-form-wrapper > .medium-width-container section .address-detail address,
#audition-mail-wrapper > .narrow-width-container section .address-detail address,
#audition-mail-wrapper > .medium-width-container section .address-detail address,
#audition-thanks-wrapper > .medium-width-container section .address-detail address,
#audition-wrapper > .narrow-width-container section .address-detail address,
#audition-wrapper > .medium-width-container section .address-detail address {
    font-style: normal;
}

#audition-form-wrapper .big-green-button,
#audition-mail-wrapper .big-green-button,
#audition-thanks-wrapper .big-green-button,
#audition-wrapper .big-green-button {
    background: rgba(106, 202, 36, 0.8);
    display: block;
    width: 100%;
    height: 90px;
    line-height: 90px;
    font-size: 22px;
    font-weight: 700;
    vertical-align: middle;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 20px;
    text-align: center;
}

#audition-form-wrapper .big-green-button:hover,
#audition-mail-wrapper .big-green-button:hover,
#audition-thanks-wrapper .big-green-button:hover,
#audition-wrapper .big-green-button:hover {
    background: #6aca24;
}

#audition-form-wrapper .big-green-button img,
#audition-mail-wrapper .big-green-button img,
#audition-thanks-wrapper .big-green-button img,
#audition-wrapper .big-green-button img {
    margin-left: 16px;
}

#audition-wrapper > .medium-width-container > hgroup {
    text-align: left;
}

#audition-wrapper > .medium-width-container > hgroup h1 {
    text-align: center;
}

#audition-wrapper > .medium-width-container .start-buttons {
    overflow: hidden;
    margin-top: 50px;
}

#audition-wrapper > .medium-width-container .start-buttons a {
    float: left;
    width: calc((100% - 16px) / 2);
}

#audition-wrapper > .medium-width-container .start-buttons a:first-child {
    margin-right: 16px;
}

#audition-thanks-wrapper > .medium-width-container > hgroup {
    margin-top: 100px;
}

#audition-thanks-wrapper .back-button {
    font-size: 17px;
    font-weight: 700;
    display: block;
    margin: 30px auto 0;
    width: 300px;
    text-align: center;
    vertical-align: middle;
}

#audition-thanks-wrapper .back-button img {
    margin-left: 10px;
}

    
/* add 2016/10/12 */    
#artist-wrapper .artist-photo img { 
    width: 400px;   
}

/*Added 10/26*/

#schedule-wrapper article .schedule-list section ul li {
    min-height: 80px;
    height: auto;
    margin-top:-1px;
    position:relative;
    bottom:-1px;
}

#schedule-wrapper article .schedule-list section ul li.hide {
    border: none;
    min-height: 0;
    height: 0 !important;
}

#schedule-wrapper article .schedule-list section:first-child ul li.hide {
    display: block;
}

#schedule-wrapper article .schedule-list section ul li .description {
    padding-bottom: 15px;
}


/*Added 11/01 */

.artists-list ul li {
    float: none;
    display: inline-block;
    width: 185px
}

.artists-list ul li img {
    width: 100%;
    height: auto;
}

#audition-form-wrapper > .narrow-width-container section .members-fields-set {
    margin-top: 0;
}

#audition-form-wrapper > .narrow-width-container section .members-fields-set .artist-member-fields {
    padding: 20px 0;
}

.members-fields-set {
    display: none;
}

.members-fields-set:first-of-type {
    display: block !important;
}

    
#news-wrapper .body img, #news-single-wrapper .body img {   
    width:500px;    
}

/* add 2017 02 06 */
.btn_reload_schedule{
    display: block;
    width: 10em;
    margin: 25px auto 0;
    text-align: center;
    height: 42px;
    border: 1px solid #fff;
    padding: 0 20px;
    min-width: 100px;
    line-height: 42px;
    font-weight: 700;
    vertical-align: middle;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.btn_reload_schedule:hover{
    background: #fff;
    color: #000;
}