@charset "UTF-8";

/*--バナーがない場合--*/
.no-banner {
    margin-top: 20px;
}

#responsiveBaseFrame #bookmark .notHave,
#responsiveBaseFrame #statusHistory .notHave {
    display: block;
    text-align: center;
    border:1px solid #C9D3D3;
    padding: 10px;
}

#responsiveBaseFrame .account_not_usable {
    border: 1px solid #19B5AF;
    padding: 10px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 40px;
}
#responsiveBaseFrame .account_not_usable em {
    color: red;
}

#responsiveBaseFrame #mypageSlider {
    padding-top: 14px;
}

/*-------------------------------
pickup-area
-------------------------------*/
#js_pickup_pc {
    display: none;
}

#responsiveBaseFrame .main-message {
    margin-bottom: 35px;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #C9D3D3;
}

#responsiveBaseFrame .main-message.pickup-title {
    margin-bottom: 20px;
}

#responsiveBaseFrame .pickup-area .main-message {
    margin-top: 0;
    border-top: none;
}

#responsiveBaseFrame .main-message img {
    display: block;
    width: 116px;
    height: 24px;
    margin-right: auto;
    margin-left: auto;
}

#responsiveBaseFrame .pickup-area .hide-sp {
    display: none;
}

#responsiveBaseFrame .pickup-border {
    display: none;
}

#responsiveBaseFrame .pickup-area {
    background-color: #fff;
    text-align: left;
    margin-right: -10px;
    margin-left: -10px;
    padding-right: 10px;
    padding-left: 10px;
}

#responsiveBaseFrame .pickup-area .inner {
    /*margin-right: -10px;
    margin-left: -10px;*/
    margin-right: -12px;
    margin-left: -12px;
}
#responsiveBaseFrame .pickup-area .event-list-area {
    position: relative;
    /*max-width: 320px;*/
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}
#responsiveBaseFrame .pickup-area .pickup-event-list {
    overflow: hidden;
}
#responsiveBaseFrame .pickup-area .arrow-left,
#responsiveBaseFrame .pickup-area .arrow-right {
    position: absolute;
    bottom: 0;
    margin-top: -25px;
}
#responsiveBaseFrame .pickup-area .arrow-left {
    left: 5px;
}
#responsiveBaseFrame .pickup-area .arrow-right {
    right: 5px;
}
#responsiveBaseFrame .pickup-area figure {
    margin: 0;
}
#responsiveBaseFrame .pickup-event-list {
    padding-bottom: 40px;
}
#responsiveBaseFrame .pickup-event-list .item {
    float: left;
    width: 145px;
    margin-right: 7px;
    margin-left: 7px;
    position: relative;
}
#responsiveBaseFrame .pickup-event-list .item:nth-child(even) {
    margin-right: 8px;
}
#responsiveBaseFrame .pickup-event-list .item:nth-child(odd) {
    margin-left: 8px;
}
#responsiveBaseFrame .pickup-event-list .item:hover {
    background-color: #f6f6f6;
}
#responsiveBaseFrame .pickup-event-list .item.new:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    background-image: url("../../pc_images/top/badge_new.png");
    -webkit-background-size: 100%;
    background-size: 100%;
}
#responsiveBaseFrame .pickup-event-list .item img {
    width: 145px;
    height: 145px;
}
#responsiveBaseFrame .pickup-event-list h3 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 7px;
    color: #249da5;
}
#responsiveBaseFrame .pickup-event-list a {
    color: #666;
}
#responsiveBaseFrame .pickup-event-list a:link,
#responsiveBaseFrame .pickup-event-list a:active,
#responsiveBaseFrame .pickup-event-list a:visited{
    text-decoration: none;
}
#responsiveBaseFrame .pickup-event-list figcaption {
    min-height: 107px;
}

#responsiveBaseFrame .pickup-event-list figcaption ul {
    margin-top: 4px;
}
#responsiveBaseFrame .pickup-event-list figcaption li {
    width: 145px;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#responsiveBaseFrame .pickup-event-list figcaption .icon-min {
    margin-left: 2px;
    margin-right: 3px;
    background-position: 0 2px;
}
#responsiveBaseFrame .pickup-event-list .more {
    height: 11px;
    margin-top: 10px;
    padding: 3px;
    background-color: #fff;
}
#responsiveBaseFrame .pickup-event-list .more:after {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    padding-top: 3px;
    background-image: url("../../images/top/icon_arrow_right_green.png");
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}
#responsiveBaseFrame .pickup-event-list .item:hover .more {
    background-color: #32b5c4;
}
#responsiveBaseFrame .pickup-event-list .item:hover .more:after {
    background-image: url("../../images/top/icon_arrow_right_white.png");
}
/*----- / pickup -----*/

#responsiveBaseFrame .circle-arrow-left {
    background-image: url("../../images/top/arrow_circle_left_black.png");
}

#responsiveBaseFrame .circle-arrow-right {
    background-image: url("../../images/top/arrow_circle_right_black.png");
}

#responsiveBaseFrame .circle-arrow-left:hover {
    background-image: url("../../images/top/arrow_circle_left_black_on.png");
}

#responsiveBaseFrame .circle-arrow-right:hover {
    background-image: url("../../images/top/arrow_circle_right_black_on.png");
}

#responsiveBaseFrame .circle-arrow-left.green {
    width: 25px;
    height: 25px;
    background-image: url("../../images/top/arrow_circle_left_green.png");
}

#responsiveBaseFrame .circle-arrow-right.green {
    width: 25px;
    height: 25px;
    background-image: url("../../images/top/arrow_circle_right_green.png");
}

#responsiveBaseFrame .circle-arrow-left.green:hover {;
    background-image: url("../../images/top/arrow_circle_left_green_on.png");
}

#responsiveBaseFrame .circle-arrow-right.green:hover {
    background-image: url("../../images/top/arrow_circle_right_green_on.png");
}


#responsiveBaseFrame .list-slider-arrows .arrow-right,
#responsiveBaseFrame .list-slider-arrows .arrow-right:after,
#responsiveBaseFrame .list-slider-arrows .arrow-left,
#responsiveBaseFrame .list-slider-arrows .arrow-left:after {
    width: 25px;
    height: 25px;
    -webkit-background-size: 100%;
    background-size: 100%;
    z-index: 1;
}

#responsiveBaseFrame .list-slider-arrows .arrow-right:after,
#responsiveBaseFrame .list-slider-arrows .arrow-left:after {
    content: ' ';
    display: block;
    opacity: 0;
}

#responsiveBaseFrame .list-slider-arrows .arrow-right {
    background-image: url("../../images/top/arrow_circle_right_green.png");
}

#responsiveBaseFrame .list-slider-arrows .arrow-left {
    background-image: url("../../images/top/arrow_circle_left_green.png");
}

#responsiveBaseFrame .list-slider-arrows .arrow-right:after {
    background-image: url("../../images/top/arrow_circle_right_green_on.png");
}

#responsiveBaseFrame .list-slider-arrows .arrow-left:after {
    background-image: url("../../images/top/arrow_circle_left_green_on.png");
}

#responsiveBaseFrame .list-slider-arrow.arrow-right:hover:after,
#responsiveBaseFrame .list-slider-arrow.arrow-left:hover:after {
    opacity: 1;
}

/*-------------------------------
各種アイコン
-------------------------------*/
#responsiveBaseFrame .icon-min {
    background-position: 0 2px;
    background-repeat: no-repeat;
    -webkit-background-size: 13px 13px;
    background-size: 13px 13px;
}

#responsiveBaseFrame .icon-min.human {
    background-image: url("../../pc_images_v2/sp/common/iconArtist.png");
    padding-left: 15px;
    margin-bottom: 5px;
    line-height: 18px;
    color: #666;
}

#responsiveBaseFrame .icon-min.clock {
    background-image: url("../../pc_images_v2/sp/common/iconOpen.png");
    padding-left: 15px;
    margin-bottom: 5px;
    line-height: 15px;
    color: #666;
}

#responsiveBaseFrame .icon-min.pin {
    background-image: url("../../pc_images_v2/sp/common/iconMap.png");
    padding-left: 15px;
    margin-bottom: 5px;
    line-height: 13px;
    color: #666;
}

/*-------------------------------
glide.jsのナビゲーション
-------------------------------*/
#responsiveBaseFrame .pickup-area .glide-nav {
    bottom: 5px;
    position: absolute;
    width: 100%!important;
    left: inherit!important;
    margin-left: 0!important;
    text-align: center;
    z-index: 0;
}

#responsiveBaseFrame .pickup-area .glide-nav-item {
    background: #d9d9d9;
    width: 6px;
    height: 6px;
    clear: none;
    display: inline-block;
    margin: 0 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#responsiveBaseFrame .pickup-area .glide-nav-item:hover {
  background-color: #999;
}

#responsiveBaseFrame .pickup-area .glide-nav-item-current {
  background-color: #999;
}

#responsiveBaseFrame #bookmark > ul > li a.arrowGreen {
    padding-right: 30px;
}

#responsiveBaseFrame #bookmark > ul.type-ellipsis > li h3 {
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 255px;
}


#responsiveBaseFrame #areaContents .pickup-btn {
    font-size: 17px;
    font-weight: normal!important;
    line-height: 43px;
    display: block;
    width: 100%;
    height: 43px;
    padding: 0;
    text-align: center;
    color: #32b5c4;
    border-top: 1px solid #249da5;
    border-bottom: 1px solid #249da5;
    background-color: transparent;
}

#responsiveBaseFrame #areaContents .pickup-btn:hover {
    background-color: #32b5c4;
    color: #fff;
}

#responsiveBaseFrame #areaContents .pickup-btn span{
    display: block;
}

#responsiveBaseFrame #areaContents .pickup-btn:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: 14px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background-image: url("../../images/top/icon_arrow_right_green.png");
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}
#responsiveBaseFrame #areaContents .pickup-btn:before {
    display: none;
}

#responsiveBaseFrame #areaContents .pickup-btn:hover:after {
    background-image: url("../../images/top/icon_arrow_right_white.png");
}

/* 検索窓 */
#responsiveBaseFrame #areaContents .search-section {
    margin-top: 30px;
}
/*
#responsiveBaseFrame #areaContents .search-section .search-basic {
    margin-bottom: 10px;
    box-sizing: border-box;
    width: 100%;
}
*/
/*
#responsiveBaseFrame #areaContents .search-section .search-area {
    padding-left: 32px;
    border: 1px solid #C9D3D3;
    margin-bottom: 10px;
    position: relative;
}
*/
/*
#responsiveBaseFrame #areaContents .search-section label {
    display: none;
}
*/
/*
#responsiveBaseFrame #areaContents input[type="search"] {
    padding: 6px 4px;
    width: 100%;
    -webkit-appearance: none;
    border: none;
    float: left;
}
*/
#responsiveBaseFrame #areaContents .search-section .search-icon {
    display: block!important;
    overflow: hidden;
    width: 25px;
    height: 32px;
    margin-left: 3px;
    padding-left: 5px;
    cursor: pointer;
    white-space: nowrap;
    text-indent: 100%;
    color: transparent;
    border: none;
    background-color: transparent;
    background-image: url(../../images/icon_search.png);
    background-repeat: no-repeat;
    background-position: 3px center;
    -webkit-background-size: 24px;
            background-size: 24px;
    margin-left: -32px;
    float: left;
}

/*
#responsiveBaseFrame .btn-search {
    display: block;
    overflow: hidden;
    width: 25px;
    height: 32px;
    margin-left: 3px;
    padding-left: 5px;
    cursor: pointer;
    white-space: nowrap;
    text-indent: 100%;
    color: transparent;
    border: none;
    background-color: transparent;
    background-image: url(../../images/icon_search.png);
    background-repeat: no-repeat;
    background-position: 3px center;
    background-size: 24px;
    top: 0;
    left: 0;
    position: absolute;
}
*/
#responsiveBaseFrame .search-basic {
    width: 100%;
    margin-left: -1px;
    margin-bottom: 30px;
    box-sizing: border-box;
    line-height: 1;
    float: left;
}
#responsiveBaseFrame .search-area {
    margin-left: 0px;
    border: solid 1px #dedede;
    background-color: #fff;
    line-height: 1;
}
#responsiveBaseFrame .search-area .search-keyword-box {
    border: none;
    width: 86%;
    padding-top: 6px;
    padding-bottom:6px;
    padding-left: 4px;
    padding-right: 0px;
    height: 40px;
    -webkit-appearance: none;
}
#responsiveBaseFrame .btn-search {
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    color: transparent;
    background-color: #19b5af;
    border: none;
    cursor: pointer;
    width: 12.6%;
    height: 40px;
    padding: 0;
    margin-right: -0.5px;
    display: inline-block;
    background-image: url(../../images/icon_search_white.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#responsiveBaseFrame #search-section-mytop .btn-search {
    top: -3px;
}

#responsiveBaseFrame .event-list-area {
    /*width: 300px;*/
    margin-right: auto;
    margin-left: auto;
}

#responsiveBaseFrame .link-pickup.sp {
    margin-top: 40px;
    margin-bottom: 10px;
}

#responsiveBaseFrame .link-pickup.pc {
    display: none;
}

 #responsiveBaseFrame #mypageSliderBottom {
    margin-top: 0!important;
    margin-bottom: 0!important;
}