/* ALL */

.inline-img img {
  width: auto!important;
}
.text_page_title {
    text-indent: -9999px;
}

#marquee {
    position:relative;
    margin: 0 0 -20px 0;
    top:0px;
    left:0px;
    height:130px;
    overflow:hidden;
    visibility:hidden;
    max-width:100%;
    width:1920px !important;
    zoom: 1;
    touch-action: none;
}
.marquee-box{
    cursor:default;
    position:relative;
    top:10px;
    left:0px;
    height:140px;
    overflow:hidden;
    max-width:100%;
    width:1920px;
}
.marquee-item{
    width: 165px;
    padding: 10px;
}
#marquee div img{
    padding: 10px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#marquee div img:hover {
    background: rgba(255,255,255,0.3);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
}
#marquee div a{
    border: none !important;
    text-decoration: none !important;
    background: none;
}
@media(max-width: 420px) {
    #marquee{
        zoom: .8 !important;
    }
    #marquee-box img{
        zoom: .7;
    }
}

/* Calendar */
#containerCalendar {
    position: relative;
}

.calendar-tab-container {
    background-color: #ffffff;
    padding: 0 !important;
    padding-top: 20px;
    margin: 20px 0 100px;
    position: relative;
    overflow: hidden;
}

.menuleft {
    z-index: 9;
    float: left;
}

.calendar-tab-container .date {
    font-size: 19px;
    font-weight: bold;
}

ul.date-list {
    margin: 0 !important;
    backface-visibility: hidden;
}

ul.date-list li {
    margin: 0;
    text-decoration: none;
    color: #555;
    font-size: 98%;
    background: white;
    padding-left: 0 !important;
}

ul.date-list li:before {
    display: none;
}

ul.date-list li a .glyphicon,
ul.date-list li a.fa {
    color: #5A55A3;
}

ul.date-list li.clactive,
ul.date-list li.clactive .glyphicon,
ul.date-list li.clactive .fa,
ul.date-list li.clactive a {
    background-color: #5A55A3;
    color: #ffffff;
}

ul.date-list li.clactive:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #5A55A3;
}

.calendar-tab {
    padding-left: 160px;
    min-height: 500px;
}

.calendar-tab .calendar-tab-content:not(.clactive) {
    display: none;
}
/* Reset Select */

#selectArtist select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: white;
    background-image: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 .5em;
    color: #333333;
    cursor: pointer;
}
/* Custom Select */

#selectArtist .select {
    position: relative;
    display: block;
    width: 20em;
    height: 3em;
    margin: 20px auto 40px;
    line-height: 3;
    background: white;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #cccccc;
    color: #333333;
}

#selectArtist select::-ms-expand {
    display: none;
}
/* Arrow */

#selectArtist .select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 1em;
    background: white;
    pointer-events: none;
}
/* Transition */

#selectArtist .select:hover::after {
    color: #eeeeee;
}

#selectArtist .select::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

#containerCalendar i.fas {
    display: inline-block;
    border-radius: 60px;
    text-align: center;
    padding: 0.6em;
    text-indent: 0;
    color: #fff;
    font-size: 12px;
    width: 15px;
}

.calendar-tab-container .img1 {
    background: #68a37b;
}

.calendar-tab-container .img2 {
    background: #66859f;
}

.calendar-tab-container .img3 {
    background: #42aec5;
}

.calendar-tab-container .img4 {
    background: #c3a386;
}

.calendar-tab-container .img5 {
    background: #c3a386;
}

.calendar-tab-container .img6 {
    background: #f783ac;
}

.calendar-tab-container .img7 {
    background: #f783ac;
}

.calendar-tab-container .img8 {
    background: #e8590c;
}

.calendar-tab-container .img9 {
    background: #9c36b5;
}

.calendar-tab-container .img10 {
    background: #efb969;
}

.calendar-tab-container .img11 {
    background: #efb969;
}

.calendar-tab-container .img12 {
    background: red;
}

.event-desc dl.moreDetail {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}

.event-desc dl.moreDetail p {
    text-indent: -2.2em;
}

.calendar-tab-container .list-group-item {
    background: white;
}


.calendar-tab-container .text-center {
    text-align: center;
}

.calendar-tab-container .pc {
    display: block;
}

.calendar-tab-container .sp {
    display: none;
}

.calendar-tab-container .date-list-item a {
    border: none;
    padding: 17px 15px;
    display: block;
}

.calendar-tab-container .date-list-item {
    position: relative;
    display: block;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.calendar-tab-container .date-list-item:first-child {
    border-top: 1px solid #ddd
}

.calendar-tab-container .birthday dl.bdDetail {
    padding: 0 0 20px;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
    width: 100%;
    text-indent: -2.2em;
}

@media(max-width: 420px) {
    #containerCalendar h1 {
        font-size: 120%;
    }
    #containerCalendar h2 {
        font-size: 120%;
    }
    #containerCalendar {
        margin: 0;
        width: 100%;
        position: relative;
    }

    .calendar-tab-container {
        position: relative;
        margin: 20px -15px 100px !important;
        position: -webkit-sticky;
    }

    .calendar-tab-container .menuleft {
        float: none !important;
    }

    ul.date-list {
        -ms-box-orient: horizontal;
        -webkit-box-orient: horizontal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 0;
        flex-shrink: 0;
        width: 100%;
    }

    ul.date-list li {
        padding: 10px 0;
        margin: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(100% / 7);
    }

    ul.date-list li a {
        padding: 0 !important;
    }

    .calendar-tab-container .date {
        font-size: .8rem !important;
    }

    .calendar-tab {
        padding-bottom: 100px;
        width: 100%;
        padding: 20px 15px;
        box-sizing: border-box;
        margin: 0 auto;
    }

    #selectArtist .select {
        margin-top: 40px;
        width: 80%;
    }

    .calendar-tab-container dl.moreDetail dd,
    .calendar-tab-container dl.bdDetail dd {
        padding-left: 10%;
    }
    .calendar-tab-container dl.moreDetail,
    .calendar-tab-container dl.bdDetail {
        padding-left: 3%;
        box-sizing: border-box;
    }
    .calendar-tab-container .birthday dl.bdDetail {
        text-indent: -1.6em;
        padding-bottom: 30px !important;
    }
    .calendar-tab-container dl.moreDetail p {
        padding-right: 10%;
        box-sizing: border-box;
    }
    .date-list-item {
        padding: 10px 11px;
        border-top: 1px solid #ddd;
        border-right: 0;
    }
    .calendar-tab-menu ul.date-list li.clactive:after {
        display: none;
    }

    ul.date-list li.clactive:after {
        display: none !important;
    }
}

/* consta */

.contents .consta table th, .contents .consta table td{
    border-top: 1px solid #999;
    border-bottom: none !important;
}
.consta th.col-date,.consta th.col-time,.consta th.col-goods{
    border-top: none !important;
}
.contents .consta .btn-detail {
    line-height: 2;
}
.contents .consta table th {
    background-color: #eee;
    padding: 5px 0;
    font-size: 15px;
}
.consta .consta-title {
    font-weight: bold;
}
.consta .consta-talent {
    color: #9f864b;
    margin: 10px 0 0;
    line-height: 1.18182;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}
@media (min-width: 450px) {
    .consta .consta-talent {
        font-size: 20px;
    }
}
@media screen and (min-width: 801px) {
    .consta .consta-talent {
        font-size: 24px;
    }
}

/* consta-all */
.contents .consta-all .is-not-open-window {
    margin-right: 8px !important;
}
.contents .consta-all .ticket-information__header {
    font-size: 80%;
}

/* bangumi */
.bangumi_list_link {
    min-height: 0!important;
}
.bangumi_close_date_label {
    margin: 0 0 4px -4px;
}

/* shop */
.contents .johnnys_shop .artist-links .icon-red {
    margin: 0 9px 0px -9px;
}
.contents .johnnys_shop hr {
    border-bottom: 1px solid #ccc;
    margin: 10px 0 5px;
}
@media (max-width: 450px) {
  .johnnys_shop .tx20 {
    font-size: 20px!important;
  }
}

/* disco */
.contents .artist_disco .works-list .content-title {
    word-break: break-word;
}
.contents .artist_disco ul.tab-works__list{
    position: relative;
}
.contents .artist_disco .tab-works__list a {
    border-bottom: none !important;
}
.contents .artist_disco .tab-works__list li.is-active{
    border-bottom: 1px solid #fff !important;
    z-index: 9;
}
.contents .artist_disco .tab-works__list li.is-active a:hover{
    border-bottom: 1px solid #fff !important;
}
.contents .artist_disco ul.tab-works__list:after{
    content: '';
    position: absolute;
    border-bottom: 1px solid #999;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
}
@media(max-width: 800px) {
    .contents .artist_disco .tab-works__list li:first-child a {
        border-left: 1px solid #999 !important;
    }
    .contents .artist_disco .tab-works__list li:last-child a {
        border-right: 1px solid #999 !important;
    }
}
.contents .artist_disco .copyright-slider__img {
    max-height: 420px !important;
}
.contents .artist_disco .copyright-slider__img img{
    object-fit: contain;
    -o-object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    font-family: 'object-fit: contain; object-position: center center;';
    max-height: 420px !important;
}
@media screen and (min-width: 801px) {
    .contents .artist_disco .copyright-slider__img {
        flex-basis : 60% !important;
    }
    .contents .artist_disco .copyright-slider__title{
        flex-basis : 40% !important;
    }
}
@media screen and (max-width: 420px){
    .contents .artist_disco .copyright-slider__img{
        max-height: 340px !important;
    }
    .contents .artist_disco .copyright-slider__img img{
        max-height: 340px !important;
    }
}
