@charset "UTF-8";
/*
..........................................................
..........................................................

Master.css

..........................................................
..........................................................
*/

/*
..........................................................

Base

..........................................................
*/
body {
    font: 100%/1 "ヒラギノ丸ゴ Pro W3", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    letter-spacing: 0.1em;
    line-height: 220%;
    -webkit-font-smoothing: antialiased;
    background: #92d6e9;
    color: #0d2442;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    touch-callout:none;
    user-select:none;
}
    @media screen and (max-width:940px) {
        body {
                font: 90%/1 "ヒラギノ丸ゴ Pro W3", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
                letter-spacing: 0.1em;
                line-height: 220%;
                -webkit-font-smoothing: antialiased;
                background: #92d6e9;
                color: #0d2442;
                -webkit-touch-callout:none;
                -webkit-user-select:none;
                touch-callout:none;
                user-select:none;
        }
    }


/*
..........................................................

Common

..........................................................
*/
html,
body {
    height: 100%;
}

a {
    -webkit-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
    color: #3e68a1;
}

a:hover {
    opacity: 0.5;
}

.current a:hover {
    opacity: 1;
    cursor: default;
}

.dnone {
    display: none;
}

.dblock {
    display: block;
}

.cboth:after {
    content: "";
    display: block;
    clear: both;
}

.nocopy {
    pointer-events: none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    touch-callout:none;
    user-select:none;
}
.svg-data {
    display: none;
}

content {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
    position: relative;
    top: 0;
    text-align: center;
    overflow-x: hidden;
}

main {
    opacity:  1;
    -webkit-animation: fadein 1.5s;
    -moz-animation: fadein 1.5s;
    animation: fadein 1.5s;
}
    @-webkit-keyframes fadein {
        0% {opacity: 0;}
        100% {opacity: 1;}
    }
    @-moz-keyframes fadein {
        0% {opacity: 0;}
        100% {opacity: 1;}
    }
    @keyframes fadein {
        0% {opacity: 0;}
        100% {opacity: 1;}
    }

/* New Icon */
content .new {
    display: inline!important;
    margin-right: 5px;
    position: relative;
    top: -4px;
    font-size: 50%;
    font-weight: 600;
    letter-spacing: 0.01em;
    padding: 3px 5px;
    color: #fff;
    background: #f64c8c;
    border-radius: 8px;
    line-height: 100%;
}

/* SNS Share */
.share {
    width: 100%;
    margin-top: 40px;
    text-align: center;
}
.share ul {
    margin: 0 auto;
}
.share ul li {
    display: inline-block;
    vertical-align: middle;
}
.share ul li:first-child {
    position: relative;
    top: 10px;
}

/*
..........................................................

 Top Page

..........................................................
*/
/*
..........................................................
 Main Visual
..........................................................
*/
content #mainvisual {
    width: 100%;
    height: 72vw;
    max-height: 1000px;
    background: url(../media/2671/mainvisual.jpg) top center no-repeat;
    background-size: 110% auto;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    top: -4vw;
}
    @media screen and (max-width:940px) {
        content #mainvisual {
            height: 90vh;
            background: url(../media/2671/mainvisual.jpg) center center no-repeat;
            background-size: auto 120%;
            position: relative;
            top: -4vh;
        }
    }
    @media screen and (max-width:640px) {
        content #mainvisual {
            height: 100vh;
            background: url(../media/2671/mainvisual.jpg) center center no-repeat;
            background-size: auto 120%;
            position: relative;
            top: -7vh;
        }
    }

/*
..........................................................
 Top Page - Banner
..........................................................
*/
content #content-wrapper {
    width: 100%;
    padding-top: 60px;
    background: url(../media/2648/bg_content_rococo.png) top center repeat-x;
    background-size: 1133px auto;
    position: relative;
    top: -90px;
}
content #top-banner {
    display: table;
    width: 80%;
    overflow: hidden;
    margin: 0 auto 50px auto;
    letter-spacing: normal;
    font-size: 0;
    display: none;
}
content #top-banner ul {
    width: 90%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
content #top-banner ul li {
    width: 220px;
    margin: 10px;
    display: inline-block;
    vertical-align: middle;
}
    @media screen and (max-width:940px) {
        content #top-banner ul li {
        }
    }
content #top-banner ul li a {
    display: block;
    width: 100%;
    background: #fff;
}
content #top-banner ul li a img {
    width: 100%;
}
content #top-banner .nav {
    display: table-cell;
    width: 5%;
    letter-spacing: 100%;
    font-size: 10pt;
    text-align: center;
    vertical-align: middle;
}
content #top-banner .nav a {
    display: none;
    width: 36px;
    height: 36px;
    margin: 0 auto;
    background: #fff;
    text-indent: -9999px;
    overflow: hidden;
}
    content #top-banner .nav.prev a {
        background: url(../media/2665/btn_banner_nav.png) center center no-repeat;
        background-size: 100%;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    content #top-banner .nav.next a {
        background: url(../media/2665/btn_banner_nav.png) center center no-repeat;
        background-size: 100%;
    }
/*
..........................................................
 Top Page Common
..........................................................
*/
/* H2 */
content h2 {
    width: 100%;
    text-align: center;
    line-height: 100%;
    position: relative;
    top: -30px;
}
    content #info h2 {
        height: 120px;
        overflow: hidden;
    }
    .h2-prof {
        fill: #44568f;
    }
    .h2-fcinfo {
        fill: #44568f;
    }
    .h2-info {
        fill: #475e9e;
    }
    .h2-wnew {
        fill: #475e9e;
    }
    .h2-disco {
        fill: #2c626d;
    }
    .h2-goods {
        fill: #4f4787;
    }
    .h2-diary {
        fill: #266a94;
    }
    .h2-sche {
        fill: #31786c;
    }

/* section */
content section {
    width: 100%;
    box-sizing: border-box;
    padding: 60px 0;
    margin-top: 50px;
    margin-bottom: -100px;
}
    content #info {
        padding: 60px 0 180px;
        margin-top: 0;
        margin-bottom: -120px;
        background: url(../media/2649/bg_content_shaded_edge.png) top center repeat-x;
        background-size: 800px auto;
    }
        @media screen and (max-width:940px) {
            content #info {
            padding: 30px 0 180px;
            }
        }
    content #disco {
        padding-top: 30px;
        margin-top: 0;
        background: url(../media/2651/bg_content_stripe_edge.png) top center repeat-x;
        background-size: 1133px auto;
    }
    content #goods {
        background: url(../media/2653/bg_content_unicorn.png) top center repeat-x;
        background-size: 468px auto;
    }

    content #diary {
        background: url(../media/2643/bg_content_candy.png) top center repeat-x;
        background-size: 2048px auto;
    }
    content #sche {
        background: url(../media/2644/bg_content_check.png) top center repeat-x;
        background-size: 1150px auto;
    }

/* Contents Box */
content section .gallery {
    width: 100%;
    background: #fbf9fc;
    text-align: center;
    position: relative;
    z-index: 2;
}
    content section .gallery:before {
        content: "";
        height: 50px;
        display: block;
        background: url(../media/2647/bg_content_lace_edge.png) top center repeat-x;
        background-size: 1150px auto;
        position: relative;
        top: -50px;
    }
    content section .gallery:after {
        content: "";
        height: 50px;
        display: block;
        background: url(../media/2647/bg_content_lace_edge.png) top center repeat-x;
        background-size: 1150px auto;
        position: relative;
        top: 50px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    content .gallery .inner {
        width: 100%;
        display: table;
    }
    @media screen and (max-width:940px) {
        content section .gallery:before {
        content: "";
        height: 50px;
        display: block;
        background: url(../media/2647/bg_content_lace_edge.png) top center repeat-x;
        background-size: 1150px auto;
        position: relative;
        top: -50px;
        margin-bottom: -30px;
        }
    }

/* Read More Button */
content .btn.more {
    clear: both;
    display: block;
    width: 155px;
    height: 54px;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 90%;
}
    content .more a {
        display: block;
        width: 100%;
        height: 100%;
        background: url(../media/2670/btn_white.png) top center repeat-x;
        background-size: 100%;
        line-height: 390%;
        text-indent: -1em;
    }
    content #info .more a {
        clear: both;
        display: block;
        width: 100%;
        height: 100%;
        background: url(../media/2666/btn_blue.png) top center repeat-x;
        background-size: 100%;
        color: #fff;
        line-height: 390%;
        text-indent: -1em;
        position: relative;
        top: 10px;
    }
    @media screen and (max-width:940px) {
        content .btn.more {
        clear: both;
        display: block;
        width: 155px;
        height: 54px;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: -30px;
        font-weight: 600;
        font-size: 90%;
        }
    }


/* SlideShow */
content section .slide .list-wrapper {
    display: table-cell;
    display: block;
    vertical-align: middle;
    box-sizing: border-box;
    overflow-x: hidden;
}
    content section .slide .nav {
        display: table-cell;
        vertical-align: middle;
        width: 15%;
        height: 100%;
        text-align: center;
    }
    content section .slide .nav a {
        display: block;
        width: 50px;
        height: 50px;
        text-indent: -9999px;
        overflow: hidden;
        margin: 0 auto;
    }
        @media screen and (max-width:940px) {
            content section .slide .nav a {
            display: block;
            width: 30px;
            height: 30px;
            text-indent: -9999px;
            overflow: hidden;
            margin: 0 auto;
            }
        }
    content section .slide .nav.prev a {
        background: url(../media/2667/btn_nav.png) center center no-repeat;
        background-size: 100%;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    content section .slide .nav.next a {
        background: url(../media/2667/btn_nav.png) center center no-repeat;
        background-size: 100%;
    }
    content section .slide ul {
        vertical-align: top;
        letter-spacing: normal;
        font-size: 0;
        text-align: left;
        white-space: nowrap;
        position: relative;
        left: 0;
        -webkit-transition: opacity 0.5s ease-in-out;
        -ms-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
    }
    content section .slide li {
        display: inline-block;
        vertical-align: top;
        width: 300px;
        margin-right: 40px;
        white-space: normal;
        position: relative;
        z-index: 0;
    }
        @media screen and (max-width:940px) {
            content section .slide li {
                width: 260px;
            }
        }
    *content section .slide li a {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
        z-index: 2;
    }
    content section .slide li .thumb {
        display: block;
        width: 100%;
        height: 300px;
        margin-bottom: 15px;
        text-align: center;
    }
        @media screen and (max-width:940px) {
            content section .slide li .thumb {
                height: 260px;
            }
        }
    content section .slide li .thumb img {
        height: 100%;
        width: auto;
        margin: 0 auto;
    }
    content section .slide li .title {
        display: inline-block;
        width: 100%;
        line-height: 180%;
        letter-spacing: 0.1em;
        font-size: 11pt;
        margin-bottom: 10px;
        vertical-align: top;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
    content section .slide li .cate {
        display: inline-block;
        width: 30%;
        letter-spacing: 0.1em;
        font-size: 8.8pt;
        line-height: 140%;
        padding-top: 12px;
        border-top: 1px solid #ccc;
    }
    content section .slide li .date {
        display: inline-block;
        width: 70%;
        letter-spacing: 0.1em;
        font-size: 8.8pt;
        line-height: 140%;
        text-align: right;
        padding-top: 12px;
        border-top: 1px solid #ccc;
    }
    content section .slide li .price {
        position: relative;
        top: -10px;
        font-size: 10pt;
        font-weight: 600;
    }


/*
..........................................................
 Top Page - Information
..........................................................
*/
content #info ul {
    width: 60%;
    margin: 0 auto;
}
    content #info ul li {
        width: 100%;
        height: 102px;
        display: block;
        position: relative;
        right: 17px;
        margin-bottom: 30px;
    }
    content #info ul li:last-child {
        margin-bottom: 0;
    }
    content #info ul li .btn {
        width: 100%;
        height: 102px;
        background: url(../media/2678/bg_list_middle_center.png) top left repeat-x;
        background-size: auto 100%;
        display: block;
        float: left;
        position: relative;
        z-index: 1;
        text-align: left;
        line-height: 100%;
        vertical-align: top;
    }
        content #info ul li .btn:before {
            content: "";
            display: block;
            width: 42px;
            height: 102px;
            background: url(../media/2677/bg_list_middle_left.png) top left no-repeat;
            background-size: 100%;
            float: left;
            position: relative;
            left: -42px;
            vertical-align: top;
        }
        content #info ul li .btn:after {
            content: "";
            display: block;
            width: 76px;
            height: 102px;
            background: url(../media/2676/bg_list_middle_right.png) top left no-repeat;
            background-size: 100%;
            float: right;
            position: relative;
            top: -77px;
            right: -76px;
            vertical-align: top;
        }
            @media screen and (max-width:940px) {
                content #info ul li .btn:after {
                    top: -160px;
                }
            }
        content #info ul li .btn span {
            position: relative;
            z-index: 1;
            line-height: 100%;
        }
        content #info ul li .cate {
            width: 6em;
            padding: 6px 0;
            font-size: 70%;
            color: #fff;
            background: #c490bf;
            border-radius: 24px;
            text-align: center;
            position: relative;
            top: 57px;
            left: -5em;
            display: inline-block;
            vertical-align: middle;
        }
        @media screen and (max-width:940px) {
            content #info ul li .cate {
                width: 6em;
                top: 60px;
                left: -6em;
                padding: 5px 0;
            }
        }
        content #info ul li .btn .date {
            display: block;
            font-size: 80%;
            font-weight: 400;
            left: 5.5em;
            margin-top: 23px;
        }
            @media screen and (max-width:940px) {
                content #info ul li .btn .date {
                    margin-top: 27px;
                    position: relative;
                    left: 5em;
                    top: -5px;
                }
            }
        content #info ul li .btn .new {
            margin-right: 10px;
            padding: 3px 5px;
            font-size: 50%;
            border-radius: 16px;
            position: relative;
            top: -3px;
        }
        content #info ul li .btn .title {
            display: block;
            font-size: 110%;
            font-weight: 600;
            vertical-align: middle;
            white-space: nowrap;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -moz-text-overflow: ellipsis;
            -webkit-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }
            @media screen and (min-width:941px) {
                content #info ul li .btn .title {
                    position: relative;
                    top: 0;
                    left: -3em;
                }
            }
            @media screen and (max-width:940px) {
                content #info ul li .btn .title {
                    font-size: 110%;
                    line-height: 120%;
                    position: relative;
                    top: -80px;
                    left: -1em;
                    width: 115%;
                }
            }

/*List Category Color */
.info-release {
    background: #db7485!important;
}
.info-news {
    background: #c391be!important;
}
.info-act {
    background: #a28dc2!important;
}
.info-publish {
    background: #8987d3!important;
}
.info-event {
    background: #5ea4c9!important;
}
.info-post {
    background: #61aeab!important;
}
.info-goods {
    background: #72ba7f!important;
}
.info-game {
    background: #ef903c!important;
}
.info-all {
    background: #999!important;
}

/*
..........................................................
 Top Page - Diary
..........................................................
*/
content #diary ul {
    width: 70%;
    margin: 0 auto;
}
    @media screen and (max-width:940px) {
        content #diary ul {
            width: 90%;
        }
    }
    content #diary ul li {
        width: 100%;
        height: 102px;
        display: block;
        position: relative;
        margin-bottom: 30px;
    }
    content #diary ul li:last-child {
        margin-bottom: 0;
    }
    content #diary ul li .btn {
        width: 100%;
        height: 102px;
        background: url(../media/2657/bg_list_large_center.png) top left repeat-x;
        background-size: auto 100%;
        display: block;
        float: left;
        position: relative;
        z-index: 1;
        text-align: left;
        line-height: 100%;
        vertical-align: top;
    }
        content #diary ul li .btn:before {
            content: "";
            display: block;
            width: 42px;
            height: 102px;
            background: url(../media/2658/bg_list_large_left.png) top left no-repeat;
            background-size: 100%;
            float: left;
            position: relative;
            vertical-align: top;
        }
        content #diary ul li .btn:after {
            content: "";
            display: block;
            width: 76px;
            height: 102px;
            background: url(../media/2659/bg_list_large_right.png) top left no-repeat;
            background-size: 100%;
            float: right;
            position: relative;
            top: -76px;
            vertical-align: top;
        }
            @media screen and (max-width:940px) {
                content #diary ul li .btn:after {
                    top: -74px;
                }
            }
        content #diary ul li .btn span {
            padding: 0;
            margin: 0;
            display: block;
            position: relative;
            z-index: 1;
            line-height: 100%;
        }
        content #diary ul li .btn .date {
            display: block;
            width: 100%;
            font-size: 80%;
            margin-top: 10px;
        }
            @media screen and (max-width:940px) {
                content #diary ul li .btn .date {
                    margin-top: 15px;
                    left: -1.5em;
                }
            }
        content #diary ul li .btn .new {
            margin-right: 10px;
            position: relative;
            left: 0;
            padding: 3px 5px;
            font-size: 50%;
            border-radius: 16px;
        }
        content #diary ul li .btn .title {
            display: block;
            width: 88%;
            font-size: 120%;
            font-weight: 600;
            line-height: 180%;
            margin-top: 20px;
            vertical-align: middle;
            white-space: nowrap;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -moz-text-overflow: ellipsis;
            -webkit-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }
            @media screen and (max-width:940px) {
                content #diary ul li .btn .title {
                    width: 75%;
                    font-size: 110%;
                    line-height: 180%;
                    margin-top: 20px;
                    left: -1em;
                }
            }

/*
..........................................................
 Top Page - Schedule
..........................................................
*/
content #sche ul {
    width: 70%;
    margin: 0 auto;
}
    @media screen and (max-width:940px) {
        content #sche ul {
            width: 90%;
        }
    }
    content #sche ul li {
        width: 100%;
        height: 102px;
        display: block;
        position: relative;
        margin-bottom: 30px;
    }
    content #sche ul li:last-child {
        margin-bottom: 0;
    }
    content #sche ul li .btn {
        width: 100%;
        height: 102px;
        background: url(../media/2657/bg_list_large_center.png) top left repeat-x;
        background-size: auto 100%;
        display: block;
        float: left;
        position: relative;
        z-index: 1;
        text-align: left;
        line-height: 100%;
        vertical-align: top;
    }
        content #sche ul li .btn:before {
            content: "";
            display: block;
            width: 42px;
            height: 102px;
            background: url(../media/2658/bg_list_large_left.png) top left no-repeat;
            background-size: 100%;
            float: left;
            position: relative;
            vertical-align: top;
        }
        content #sche ul li .btn:after {
            content: "";
            display: block;
            width: 76px;
            height: 102px;
            background: url(../media/2659/bg_list_large_right.png) top left no-repeat;
            background-size: 100%;
            float: right;
            position: relative;
            top: -82px;
            vertical-align: top;
        }
            @media screen and (max-width:940px) {
                content #sche ul li .btn:after {
                    top: -79px;
                }
            }
        content #sche ul li .btn span {
            padding: 0;
            margin: 0;
            display: block;
            position: relative;
            z-index: 1;
            line-height: 100%;
        }
        content #sche ul li .btn .date {
            display: block;
            width: 100%;
            font-size: 120%;
            font-weight: 600;
            margin-top: 25px;
        }
            @media screen and (max-width:940px) {
                content #sche ul li .btn .date {
                    margin-top: 27px;
                    left: -0.8em;
                }
            }
        content #sche ul li .btn .new {
            margin-right: 10px;
            position: relative;
            left: 0;
            padding: 3px 5px;
            font-size: 50%;
            border-radius: 16px;
        }
        content #sche ul li .btn .title {
            display: block;
            width: 88%;
            font-size: 100%;
            line-height: 180%;
            margin-top: 10px;
            vertical-align: middle;
            white-space: nowrap;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -moz-text-overflow: ellipsis;
            -webkit-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }
            @media screen and (max-width:940px) {
                content #sche ul li .btn .title {
                    width: 75%;
                    font-size: 100%;
                    line-height: 180%;
                    margin-top: 11px;
                    left: -1em;
                }
            }


/*
..........................................................

 List Page

..........................................................
*/
/*
..........................................................
 List Page - Common
..........................................................
*/
#content-wrapper.list, #content-wrapper.detail {
    padding-top: 70px;
    margin-bottom: 120px;
    position: relative;
    top: 100px;
}
    @media screen and (max-width:940px) {
        #content-wrapper.list, #content-wrapper.detail {
            top: 0;
            margin-bottom: 20px;
        }
    }
    /*.list content #content-wrapper:after, .detail content #content-wrapper:after {
        margin-bottom: 0;
        height: 100px;
    }*/
    #content-wrapper.info {
        background: url(../media/2649/bg_content_shaded_edge.png) top center repeat-x;
        background-size: 800px auto;
    }
    #content-wrapper.disco {
        background: url(../media/2651/bg_content_stripe_edge.png) top center repeat-x;
        background-size: 1133px auto;
    }
    #content-wrapper.diary {
        background: url(../media/2643/bg_content_candy.png) top center repeat-x;
        background-size: 2048px auto;
    }
    #content-wrapper.sche {
        background: url(../media/2644/bg_content_check.png) top center repeat-x;
        background-size: 1150px auto;
    }
    #content-wrapper.fcinfo {
        background: url(../media/2648/bg_content_rococo.png) top center repeat-x;
        background-size: 2048px auto;
    }
    #content-wrapper.fcinfo {
        background: url(../media/2646/bg_content_hurt.png) top center repeat-x;
        background-size: 2113px auto;
    }
#content-wrapper.list section, #content-wrapper.detail section {
    width: 100%;
    background: #fbf9fc;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    top: 0;
    z-index: 2;
    margin-bottom: 0;
    padding-top: 0;
}
    #content-wrapper.list section:before, #content-wrapper.detail section:before {
        content: "";
        height: 50px;
        display: block;
        background: url(../media/2647/bg_content_lace_edge.png) top center repeat-x;
        background-size: 1150px auto;
        position: relative;
        top: -50px;
    }
    #content-wrapper.list section:after, #content-wrapper.detail section:after {
        content: "";
        height: 50px;
        display: block;
        background: url(../media/2647/bg_content_lace_edge.png) top center repeat-x;
        background-size: 1150px auto;
        margin-bottom: -50px;
        position: relative;
        top: 50px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
#content-wrapper.list section .inner, #content-wrapper.detail section .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 60px;
    box-sizing: border-box;
    text-align: left;
}
    @media screen and (max-width:940px) {
        #content-wrapper.list section .inner, #content-wrapper.detail section .inner {
            padding: 0 5%;
            margin-top: -30px;
            margin-bottom: -30px;
        }
    }
#content-wrapper.list h2, #content-wrapper.detail h2 {
    height: 115px;
    position: relative;
    top: 0;
}

/*
..........................................................
 List Page - Pager
..........................................................
*/
.pager {
    clear: both;
    width: 100%;
    text-align: center;
    margin-top: 60px;
}
    @media screen and (max-width:940px) {
        .pager {
            margin-top: 20px;
        }
    }
.pager ul {
    display: block;
    width: 100%;
    letter-spacing: normal;
    font-size: 0;
}
    .pager ul li {
        display: inline-block;
        letter-spacing: 0.1em;
        font-size: 11pt;
        margin: 0;
        vertical-align: middle;
    }
	.pager ul li.is-current {
		font-weight: 600;
	}
    .pager ul li a {
        display: block;
        width: 30px;
        height: 30px;
        line-height: 280%;
    }
    .pager .prev, content .pager .next {
        display: inline-block;
        width: 155px;
        height: 54px;
        margin-top: 20px;
        vertical-align: middle;
    }
        @media screen and (max-width:940px) {
            .pager .prev, content .pager .next {
                width: 115px;
                height: 40px;
            }
        }
    .pager .prev {
        margin-right: 20px;
    }
    .pager .next {
        margin-left: 20px;
    }
    .pager .prev a {
        display: block;
        width: 100%;
        height: 100%;
        background: url(../media/2669/btn_white_left.png) top center repeat-x;
        background-size: 100%;
        line-height: 320%;
        text-indent: 1em;
    }
    .pager .next a {
        display: block;
        width: 100%;
        height: 100%;
        background: url(../media/2670/btn_white.png) top center repeat-x;
        background-size: 100%;
        line-height: 320%;
        text-indent: -1em;
    }
        @media screen and (max-width:940px) {
            .pager .prev a, .pager .next a {
                font-size: 90%;
            }
        }


/*
..........................................................
 List Page - Information
..........................................................
*/
.info .contents-list {
    width: 80%;
    margin: 0 auto;
}
    @media screen and (max-width:940px) {
        .info .contents-list {
            width: 100%;
        }
    }
    .info .contents-list li {
        width: 100%;
        height: 102px;
        display: block;
        position: relative;
        margin-bottom: 30px;
    }
    .info .contents-list li:last-child {
        margin-bottom: 0;
    }
    .info .contents-list li .btn {
        width: 100%;
        height: 102px;
        background: url(../media/2657/bg_list_large_center.png) top left repeat-x;
        background-size: auto 100%;
        display: block;
        float: left;
        position: relative;
        z-index: 1;
        text-align: left;
        line-height: 100%;
        vertical-align: top;
    }
        .info .contents-list li .btn:before {
            content: "";
            display: block;
            width: 42px;
            height: 102px;
            background: url(../media/2658/bg_list_large_left.png) top left no-repeat;
            background-size: 100%;
            float: left;
            vertical-align: top;
        }
        .info .contents-list li .btn:after {
            content: "";
            display: block;
            width: 76px;
            height: 102px;
            background: url(../media/2659/bg_list_large_right.png) top left no-repeat;
            background-size: 100%;
            float: right;
            position: relative;
            top: -74px;
            vertical-align: top;
        }
            @media screen and (max-width:940px) {
                .info .contents-list li .btn:after {
                    top: -76px;
                }
            }
        .info .contents-list li .btn span {
            position: relative;
            z-index: 1;
            line-height: 100%;
        }
        .info .contents-list li .cate {
            width: 6em;
            padding: 6px 0;
            font-size: 70%;
            color: #fff;
            background: #c490bf;
            border-radius: 24px;
            text-align: center;
            position: relative;
            top: 58px;
            left: -1em;
            display: inline-block;
            vertical-align: middle;
        }
        @media screen and (max-width:940px) {
            .info .contents-list li .cate {
                width: 6em;
                top: 60px;
                left: -2.1em;
                padding: 5px 0;
            }
        }
        .info .contents-list li .btn .date {
            display: block;
            font-size: 80%;
            font-weight: normal;
            margin-top: 22px;
            left: 5.5em;
        }
            @media screen and (max-width:940px) {
                .info .contents-list li .btn .date {
                    margin-top: 27px;
                    position: relative;
                    left: 5.3em;
                }
            }
        .info .contents-list li .btn .new {
            margin-right: 10px;
            padding: 3px 5px;
            font-size: 50%;
            border-radius: 16px;
            position: relative;
            top: -3px;
        }
        .info .contents-list li .btn .title {
            display: block;
            font-size: 110%;
            font-weight: 600;
            vertical-align: middle;
            white-space: nowrap;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -moz-text-overflow: ellipsis;
            -webkit-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }
            @media screen and (min-width:941px) {
                .info .contents-list li .btn .title {
                    position: relative;
                    top: 1px;
                    left: -0.5em;
                    width: 88%;
                }
            }
            @media screen and (max-width:940px) {
                .info .contents-list li .btn .title {
                    font-size: 110%;
                    position: relative;
                    padding-top: 2px;
                    left: -1.3em;
                    width: 80%;
                }
            }

.info .cate-search {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    font-size: 11pt;
}
.info .cate-search .infocate-menu {
    display: inline-block;
    width: auto;
    padding: 5px 20px;
    margin: 0 auto;
    font-size: 80%;
    font-weight: 600;
    text-align: center;
    color: #3e68a1;
    border: 1px solid #3e68a1;
    border-radius: 24px;
    -webkit-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.info .cate-search .infocate-menu ul {
    display: none;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px;
}
    @media screen and (max-width:940px) {
        .info .cate-search .infocate-menu ul {
            padding: 10px 0;
        }
    }
.is-appear.infocate-menu ul {
    display: block!important;
}
.is-appear.infocate-menu span {
    font-size: 0;
}
.is-appear.infocate-menu span:before {
    font-size: 10pt;
    content: "閉じる";
    position: relative;
    top: 5px;
}
.info .cate-search .infocate-menu ul li {
    display: inline-block;
    margin: 5px 0;
    margin-right: 5px;
}
.info .cate-search .infocate-menu ul li:last-child {
    margin-right: 0;
}
.info .cate-search .infocate-menu ul li a {
    width: 7em;
    font-size: 70%;
    color: #fff;
    border-radius: 24px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
 }
     @media screen and (max-width:940px) {
        .info .cate-search .infocate-menu ul li a {
            width: 8em;
        }
    }


/*
..........................................................
 List Page - Profile
..........................................................
*/
.prof .article {
    width: 80%;
    margin: 0 auto;
    letter-spacing: normal;
    font-size: 0;
}
    @media screen and (max-width:940px) {
        .prof .article {
            width: 90%;
        }
    }
.prof .article .photo {
    width: 40%;
    display: inline-block;
    box-sizing: border-box;
    padding-right: 20px;
    vertical-align: top;
}
    @media screen and (max-width:940px) {
        .prof .article .photo {
            width: 100%;
            padding-right: 0;
            text-align: center;
        }
    }
.prof .article .profile-detail {
    width: 60%;
    display: inline-block;
    box-sizing: border-box;
    padding-left: 20px;
    letter-spacing: 0.1em;
    font-size: 11pt;
    vertical-align: top;
}
    @media screen and (max-width:940px) {
        .prof .article .profile-detail {
            width: 100%;
            text-align: left;
            padding-top: 30px;
            padding-left: 0;
        }
    }
.prof .article .photo img {
    width: 100%;
    margin: 0 auto;
}
.prof .article .name {
    font-size: 140%;
    text-align: left;
}
    @media screen and (max-width:940px) {
        .prof .article .name {
            text-align: center;
        }
    }
.prof .article table {
    width: 100%;
    font-size: 90%;
    margin-top: 30px;
}
.prof .article table tr td {
    padding-top: 10px;
    vertical-align: top;
}
.prof .article table tr td:first-child {
    width: 140px;
    font-weight: 600;
}
.prof .article table tr td dl {
    width: 100%;
    margin-bottom: 20px;
}
.prof .article table tr td dl:last-child {
    margin-bottom: 0;
}
.prof .article table tr td dl dt {
    font-size: 80%;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.prof .article .prof-tbl {
	width: 100%;
    margin-top: 30px;
}
.prof .article .prof-tbl li {
	width: 100%;
	letter-spacing: normal;
    font-size: 0;
}
.prof .article .prof-tbl li div {
	display: inline-block;
	letter-spacing: 0.1em;
	font-size: 10pt;
    padding-top: 10px;
    vertical-align: top;
	text-align: left;
}
.prof .article .prof-tbl li div:first-child {
	width: 140px;
	font-weight: 600;
}
    @media screen and (max-width:940px) {
		.prof .article .prof-tbl li div:first-child {
			width: 100px;
		}
	}
.prof .article .prof-tbl li div:last-child {
	width: calc(100% - 140px);
	font-weight: 400;
}
    @media screen and (max-width:940px) {
		.prof .article .prof-tbl li div:last-child {
			width: calc(100% - 100px);
		}
	}
.prof .article .prof-tbl li:last-child div {
	display: block;
	width: 100%;
}
.prof .article .prof-tbl li dl {
    width: 100%;
    margin-bottom: 20px;
}
.prof .article .prof-tbl li dl:last-child {
    margin-bottom: 0;
}
.prof .article .prof-tbl li dl dt {
    font-size: 80%;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.prof .article .prof-tbl li:last-child dl:last-child dd {
	width: 100%;
	letter-spacing: normal;
	font-size: 0;
}
.prof .article .prof-tbl li dl dd div {
    display: inline-block!important;
	font-size: 10pt;
	letter-spacing: 0.1em;
	line-height: 1.8;
}
.prof .article .prof-tbl li dl dd div:first-child {
	width: 170px!important;
	font-size: 9pt;
	font-weight: 400!important;
}
.prof .article .prof-tbl li dl dd div:last-child {
	width: calc(100% - 170px)!important;
	box-sizing: border-box;
}
/*
..........................................................
 List Page - Discography
..........................................................
*/
.disco .cate-menu {
    width: 100%;
}
    .disco .cate-menu ul {
        width: 100%;
        text-align: center;
        letter-spacing: normal;
        font-size: 0;
        margin-bottom: 60px;
    }
    .disco .cate-menu ul li {
        display: inline-block;
        letter-spacing: 0.1em;
        font-size: 10pt;
        font-weight: 600;
        margin: 0 10px;
    }
    .disco .cate-menu ul li a {
        display: block;
        width: 155px;
        height: 54px;
        background: url(../media/2668/btn_white_blank.png) top center repeat-x;
        background-size: 100%;
        line-height: 390%;
    }
    @media screen  and (max-width: 940px) {
        .disco .cate-menu ul li a {
            display: block;
            width: auto;
            height: 40px;
            background: none;
            background-size: 100%;
            line-height: 390%;
        }
    }
.disco .contents-list {
    width: 100%;
    margin: 0 auto;
    vertical-align: top;
    letter-spacing: normal;
    font-size: 0;
    text-align: left;
}
    .disco .contents-list li {
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
        margin-bottom: 60px;
    }
    @media screen and (max-width: 672px) {
        .disco .contents-list li {
            width: 100%;
            margin-bottom: 40px;
        }
    }
    @media screen and (min-width: 673px) and (max-width: 1023px) {
        .disco .contents-list li {
            width: 46%;
        }
        .disco .contents-list li:nth-child(2n+1) {
            margin-right: 4%;
        }
        .disco .contents-list li:nth-child(2n+2) {
            margin-left: 4%;
        }
    }
    @media screen and (min-width: 1024px) and (max-width: 1400px) {
        .disco .contents-list li {
            width: 30%;
        }
        .disco .contents-list li:nth-child(3n+1) {
            margin-right: 3%;
        }
        .disco .contents-list li:nth-child(3n+2) {
            margin-left: 1.5%;
            margin-right: 1.5%;
        }
        .disco .contents-list li:nth-child(3n+3) {
            margin-left: 3%;
        }
    }
    @media screen and (min-width: 1401px) {
        .disco .contents-list li {
            width: 22%;
        }
        .disco .contents-list li:nth-child(4n+1) {
            margin-right: 3%;
        }
        .disco .contents-list li:nth-child(4n+2) {
            margin-left: 1%;
            margin-right: 2%;
        }
        .disco .contents-list li:nth-child(4n+3) {
            margin-left: 2%;
            margin-right: 1%;
        }
        .disco .contents-list li:nth-child(4n+4) {
            margin-left: 3%;
        }
    }
    .disco .contents-list li a {
        display: block;
        width: 100%;
        height: auto;
    }
    .disco .contents-list li .thumb {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
        box-sizing: border-box;
    }
    .disco .contents-list li .thumb img {
        height: 280px;
        width: auto;
        margin: 0 auto;
    }
        @media screen and (max-width: 672px) {
            .disco .contents-list li .thumb img {
                height: 240px;
            }
        }
    .disco .contents-list li .title {
        display: inline-block;
        letter-spacing: 0.1em;
        font-size: 11pt;
        margin-bottom: 10px;
        width: 100%;
        line-height: 180%;
    }
        @media screen and (min-width: 673px) {
            .disco .contents-list li .title {
                min-height: 4em;
            }
        }
    .disco .contents-list li .cate {
        display: inline-block;
        width: 30%;
        letter-spacing: 0.1em;
        font-size: 8.8pt;
        line-height: 140%;
        padding-top: 12px;
        border-top: 1px solid #ccc;
    }
    .disco .contents-list li .date {
        display: inline-block;
        width: 70%;
        letter-spacing: 0.1em;
        font-size: 8.8pt;
        line-height: 140%;
        text-align: right;
        padding-top: 12px;
        border-top: 1px solid #ccc;
    }


/*
..........................................................
 List Page - Diary
..........................................................
*/
.diary .contents-list {
    width: 80%;
    margin: 0 auto;
}
    @media screen and (max-width:940px) {
        .diary .contents-list {
            width: 100%;
        }
    }
    .diary .contents-list li {
        width: 100%;
        height: 102px;
        display: block;
        position: relative;
        margin-bottom: 30px;
    }
    .diary .contents-list li:last-child {
        margin-bottom: 0;
    }
    .diary .contents-list li .btn {
        width: 100%;
        height: 102px;
        background: url(../media/2657/bg_list_large_center.png) top left repeat-x;
        background-size: auto 100%;
        display: block;
        float: left;
        position: relative;
        z-index: 1;
        text-align: left;
        line-height: 100%;
        vertical-align: top;
    }
        .diary .contents-list li .btn:before {
            content: "";
            display: block;
            width: 42px;
            height: 102px;
            background: url(../media/2658/bg_list_large_left.png) top left no-repeat;
            background-size: 100%;
            float: left;
            position: relative;
            vertical-align: top;
        }
        .diary .contents-list li .btn:after {
            content: "";
            display: block;
            width: 76px;
            height: 102px;
            background: url(../media/2659/bg_list_large_right.png) top left no-repeat;
            background-size: 100%;
            float: right;
            position: relative;
            top: -76px;
            vertical-align: top;
        }
            @media screen and (max-width:940px) {
                .diary .contents-list li .btn:after {
                    top: -73px;
                }
            }
        .diary .contents-list li .btn span {
            padding: 0;
            margin: 0;
            display: block;
            position: relative;
            z-index: 1;
            line-height: 100%;
        }
        .diary .contents-list li .btn .date {
            display: block;
            width: 100%;
            font-size: 80%;
            margin-top: 10px;
        }
            @media screen and (max-width:940px) {
                .diary .contents-list li .btn .date {
                    margin-top: 15px;
                    left: -1.5em;
                }
            }
        .diary .contents-list li .btn .new {
            margin-right: 10px;
            position: relative;
            left: 0;
            padding: 3px 5px;
            font-size: 50%;
            border-radius: 16px;
        }
        .diary .contents-list li .btn .title {
            display: block;
            width: 88%;
            font-size: 120%;
            font-weight: 600;
            line-height: 180%;
            margin-top: 20px;
            vertical-align: middle;
            white-space: nowrap;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -moz-text-overflow: ellipsis;
            -webkit-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }
            @media screen and (max-width:940px) {
                .diary .contents-list li .btn .title {
                    width: 75%;
                    font-size: 110%;
                    line-height: 180%;
                    margin-top: 20px;
                    left: -1em;
                }
            }


/*
..........................................................
 List Page - Schedule
..........................................................
*/
.sche .contents-list {
    width: 80%;
    margin: 0 auto;
}
    @media screen and (max-width:940px) {
        .sche .contents-list {
            width: 100%;
        }
    }
    .sche .contents-list li {
        width: 100%;
        height: 102px;
        display: block;
        position: relative;
        margin-bottom: 30px;
    }
    .sche .contents-list li:last-child {
        margin-bottom: 0;
    }
    .sche .contents-list li .btn {
        width: 100%;
        height: 102px;
        background: url(../media/2657/bg_list_large_center.png) top left repeat-x;
        background-size: auto 100%;
        display: block;
        float: left;
        position: relative;
        z-index: 1;
        text-align: left;
        line-height: 100%;
        vertical-align: top;
    }
        .sche .contents-list li .btn:before {
            content: "";
            display: block;
            width: 42px;
            height: 102px;
            background: url(../media/2658/bg_list_large_left.png) top left no-repeat;
            background-size: 100%;
            float: left;
            position: relative;
            vertical-align: top;
        }
        .sche .contents-list li .btn:after {
            content: "";
            display: block;
            width: 76px;
            height: 102px;
            background: url(../media/2659/bg_list_large_right.png) top left no-repeat;
            background-size: 100%;
            float: right;
            position: relative;
            top: -82px;
            vertical-align: top;
        }
            @media screen and (max-width:940px) {
                .sche .contents-list li .btn:after {
                    top: -78px;
                }
            }
        .sche .contents-list li .btn span {
            padding: 0;
            margin: 0;
            display: block;
            position: relative;
            z-index: 1;
            line-height: 100%;
        }
        .sche .contents-list li .btn .date {
            display: block;
            width: 100%;
            font-size: 120%;
            font-weight: 600;
            margin-top: 25px;
        }
            @media screen and (max-width:940px) {
                content #sche ul li .btn .date {
                    margin-top: 27px;
                    left: -0.8em;
                }
            }
        .sche .contents-list li .btn .new {
            margin-right: 10px;
            position: relative;
            left: 0;
            padding: 3px 5px;
            font-size: 50%;
            border-radius: 16px;
        }
        .sche .contents-list li .btn .title {
            display: block;
            width: 88%;
            font-size: 100%;
            line-height: 180%;
            margin-top: 10px;
            vertical-align: middle;
            white-space: nowrap;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -moz-text-overflow: ellipsis;
            -webkit-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }
            @media screen and (max-width:940px) {
                .sche .contents-list li .btn .title {
                    width: 75%;
                    font-size: 100%;
                    line-height: 180%;
                    margin-top: 11px;
                }
            }


/*
..........................................................

 Detail Page

..........................................................
*/
/*
..........................................................
 Detail Page - Common
..........................................................
*/
.detail .article {
    clear: both;
    width: 80%;
    margin: 0 auto;
    margin-top: 60px;
}
    @media screen and (max-width:940px) {
        .detail .article {
            width: 100%;
            margin-top: 20px;
        }
    }
/* Page Navigation */
.detail .nav {
    display: block;
    width: 100%;
    letter-spacing: normal;
    font-size: 0;
    text-align: center;
}
.detail .nav li {
    display: inline-block;
    letter-spacing: 0.1em;
    font-size: 11pt;
    width: 155px;
    height: 54px;
    margin: 0;
    vertical-align: middle;
    line-height: 390%;
}
.detail .nav li a, .detail .nav li.grayout span {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
    .detail .nav li.prev a {
        background: url(../media/2669/btn_white_left.png) top center repeat-x;
        background-size: 100%;
        text-indent: 1em;
    }
    .detail .nav li.next a {
        background: url(../media/2670/btn_white.png) top center repeat-x;
        background-size: 100%;
        text-indent: -1em;
    }
    .detail .nav li.grayout {
        text-indent: -9999px;
        overflow: hidden;
    }
    @media screen and (max-width:940px) {
        .detail .nav {
            margin-bottom: 40px;
        }
        .detail .nav li {
            width: 100px;
            height: 35px;
            line-height: 260%;
            font-size: 10pt;
        }
        .detail .nav li.listback {
            width: 70px;
        }
    }
/* Title */
.detail .article h3 {
    width: 100%;
    font-size: 140%;
    font-weight: 600;
    margin-top: 30px;
    color: #3bbccb;
    line-height: 180%;
}
.detail .article h5 {
    width: 100%;
    font-size: 100%;
    margin-top: 30px;
    color: #3bbccb;
}
.detail .article .title {
    margin-top: 0;
    color: #1b828e;
    padding-bottom: 20px;
    border-bottom: 1px solid  #1b828e;
    margin-bottom: 20px;
}
/* Post Category */
.detail .article .cate {
    display: inline-block;
    font-size: 90%;
    text-align: left;
    margin-right: 20px;
}

/* Past Date */
.detail .article .date {
    display: inline-block;
    font-size: 90%;
    text-align: left;
    margin-right: 20px;
}

/* Past Contents */
.detail .article .text {
    margin-top: 40px;
}
.detail .article .text img {
    max-width: 600px;
    margin: 10px 0;
}
    @media screen and (max-width:940px) {
        .detail .article .text img {
            max-width: 100%;
        }
    }
    @media screen and (max-width:480px) {
        .detail .article .text img {
            margin: 10px auto;
            position: relative;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
        }
    }
.diary.detail .article .text img {
    width: 100%;
    max-width: 300px;
    margin: 10px 0;

}
    @media screen and (min-width:681px) {
        .diary.detail .article .text img {
            margin-right: 10px;
        }
    }
/* Video Tag */
.detail .article .text .video {
	width: 100%;
    text-align: center;
    overflow: hidden;
    display: block;
    padding: 0;
    margin: 0 auto;
}
    @media screen and (max-width:940px) {
		.detail .article .text .video {
			width: 77vw;
		}
	}
/*
..........................................................
 Detail Page - Schedule
..........................................................
*/
.sche.detail h3 {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0;
    background: #fbf9fc;
    position: relative;
    z-index: 1;
    text-align: center;
    border: none!important;
}
    .sche.detail h3:before {
        content: "";
        display: block;
        height: 20px;
        background: url(../media/2657/bg_list_large_center.png) top left repeat-x;
        background-size: auto 203px;
        position: relative;
        top: -20px;
        z-index: 0;
    }
    .sche.detail h3:after {
        content: "";
        display: block;
        height: 20px;
        background: url(../media/2657/bg_list_large_center.png) bottom left repeat-x;
        background-size: auto 203px;
        position: relative;
        top: 20px;
        z-index: 0;
    }
.sche.detail .article h5 {
    text-align: center;
    font-size: 130%;
    margin-top: 60px;
    padding-bottom: 20px;
}
    @media screen and (max-width:940px) {
        .sche.detail .article h5 {
            margin-top: 30px;
        }
    }
.sche.detail .article .h5-note {
    text-align: left;
    font-size: 100%;
    margin-top: 20px;
    padding-bottom: 0;
}
.detail .article .venue {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 40px 0 0;
    border-top: 1px solid #3bbccb;
}
    @media screen and (max-width:940px) {
        .detail .article .venue {
            padding: 20px 0 0;
        }
    }
.detail .article .access {
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.detail .article .fee {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 40px;
    background: #3bbccb;
    color: #fff;
    border-radius: 8px;
}
    @media screen and (max-width:940px) {
        .detail .article .fee {
            padding: 20px;
        }
    }
.detail .article .schedule {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 40px;
    border: 2px solid #3bbccb;
    border-radius: 8px;
}
    @media screen and (max-width:940px) {
        .detail .article .schedule {
            padding: 20px;
        }
    }
.detail .article .schedule table {
    width: 100%;
    line-height: 180%;
}
.detail .article .schedule th {
    font-weight: 600;
    padding: 10px 20px 10px 0;
    border-bottom: 1px solid #ccc;
}
.detail .article .schedule td {
    padding: 20px 20px 20px 0;
    border-bottom: 1px solid #ccc;
}
.detail .article .schedule td:nth-child(4) {
    padding-left: 0;
}
.sche.detail .article .sche-list {
    width: 100%;
}
.sche.detail .article .sche-list li {
    width: 100%;
    margin-bottom: 40px;
}
.sche.detail .article .sche-list li:last-child {
    margin-bottom: 0;
}
.sche.detail .article .sche-list .date {
    width: 100%;
    font-size: 120%;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #3bbccb;
}
.sche.detail .article .sche-list dl {
    width: 100%;
}
.sche.detail .article .sche-list dl dd {
    padding-right: 30px;
}
    @media screen and (max-width:940px) {
        .sche.detail .article .sche-list dl dd {
            padding-right: ;
            padding-bottom: 15px;
        }
        .sche.detail .article .sche-list dl dd:last-child {
            padding-bottom: 0;
        }
    }
.sche.detail .article .sche-list dl dd:nth-child(1), .sche.detail .article .sche-list dl dd:nth-child(2) {
    display: table-cell;
}
    @media screen and (max-width:940px) {
        .sche.detail .article .sche-list dl dd:nth-child(1), .sche.detail .article .sche-list dl dd:nth-child(2) {
            display: block;
        }
    }
.sche.detail .article .sche-list span {
    display: inline-block;
    margin-right: 10px;
    line-height: 180%;
}
    @media screen and (max-width:940px) {
        .sche.detail .article .sche-list span {
            display: block;
            margin-right: 0;
        }
    }
.sche.detail .article .sche-list .place {
    font-size: 90%;
    color: #3bbccb;
}
.sche.detail .article .sche-list .table {
    font-size: 90%;
    color: #3bbccb;
}
.sche.detail .article .sche-list .contact {
    font-size: 90%;
    color: #3bbccb;
}

.detail .article .detail {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 40px 0 0;
    border-top: 1px solid #3bbccb;
}
    @media screen and (max-width:940px) {
        .detail .article .detail {
            padding: 20px 0 0;
        }
    }
.detail .article .note {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 40px;
    border: 1px solid #3bbccb;
    border-radius: 8px;
}
    @media screen and (max-width:940px) {
        .detail .article .note {
            padding: 20px;
        }
    }


/*
..........................................................
 Detail Page - Information
..........................................................
*/

.info.detail .article .catelink {
    width: 7em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.info.detail .article .cate {
    width: 100%;
    font-size: 70%;
    color: #fff;
    background: #c490bf;
    border-radius: 24px;
    text-align: center;
    display: block;
    vertical-align: middle;
    margin-right: 20px;
}

    @media screen and (max-width:940px) {
        .info.detail .article .catelink {
            width: 6em;
        }
    }

/*
..........................................................
 Detail Page - Fan Club Information
..........................................................
*/
.fcinfo.detail .article {
    clear: both;
    width: 80%;
    margin: 0 auto;
    margin-top: 0;
}
    @media screen and (max-width:940px) {
        .fcinfo.detail .article {
            width: 100%;
        }
    }
.fcinfo.detail h3 {
    text-align: center;
    border-bottom: none!important;
    margin-bottom: 0!important;
    padding-bottom: 0!important;
}
.fcinfo.detail .article h4  {
    text-align: center;
    font-size: 120%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    border-radius: 8px
    color: #fff;
}
.fcinfo.detail .article h5 {
    text-align: center;
    font-size: 120%;
    margin-top: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #3bbccb;
    margin-bottom: 30px;
}
.fcinfo.detail .article .attentbox h6 {
    font-size: 100%;
    font-weight: 600;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #0d2442;
}
.fcinfo.detail .article .h5-under {
    text-align: left;
    font-size: 100%;
    font-weight: 600;
    margin: 20px 0;
    padding: 0;
    border: none;
}
.fcinfo.detail .user-menu {
    width: 100%;
    padding-top: 80px;
    box-sizing: border-box;
    background: #fbf9fc;
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 80px;
}
    .fcinfo.detail .user-menu:before {
        content: "";
        display: block;
        height: 20px;
        background: url(../media/2657/bg_list_large_center.png) top left repeat-x;
        background-size: auto 203px;
        position: relative;
        top: -20px;
        z-index: 0;
    }
    .fcinfo.detail .user-menu:after {
        content: "";
        display: block;
        height: 20px;
        background: url(../media/2657/bg_list_large_center.png) bottom left repeat-x;
        background-size: auto 203px;
        position: relative;
        top: 20px;
        z-index: 0;
    }
.fcinfo.detail .user-menu li {
    display: block;
    width: 80%;
    margin: 20px auto;
    vertical-align: top;
}
    @media screen and (max-width:940px) {
        .fcinfo.detail .user-menu li {
            width: 90%;
        }
         .fcinfo.detail .user-menu li:last-child {
             margin-bottom: 0;
         }
    }
.fcinfo.detail .user-menu li a {
    display: block;
    width: 100%;
    max-width: 400px;
    border: 2px solid #3bbccb;
    border-radius: 8px;
    font-weight: 600;
    line-height: 180%;
    padding: 10px;
    margin: 0 auto;
}
.fcinfo.detail .user-menu li:last-child a {
    background: #3bbccb;
    color: #fff;
}
.fcinfo.detail .user-menu li a.regist-btn {
    padding: 15px;
}
.fcinfo.detail .user-menu li p a {
    display: block;
    width: 100%;
    border: none;
    background: none;
    font-weight: 400; 
    font-size: 90%;
    margin-top: 10px;
    line-height: 220%;
}
    @media screen and (max-width:940px) {
        .fcinfo.detail .user-menu li p {
            margin-top: 5px;
        }
    }
.fcinfo.detail .reward {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px 40px 20px;
    color: #fff;
    background: #6ec9e2;
    border-radius: 8px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}
.fcinfo.detail .reward ul {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.fcinfo.detail .reward ul li {
    font-weight: 600;
}
.fcinfo.detail .note {
    border: none;
    font-size: 90%;
    padding: 20px 0 10px;
    margin: 0;
    line-height: 210%;
}
.fcinfo.detail .notebox {
    display: block;
    width: 100%;
    font-size: 90%;
    font-weight: 600;
    box-sizing: border-box;
    padding: 10px 40px 20px;
    line-height: 200%;
}
    @media screen and (max-width:940px) {
        .fcinfo.detail .notebox {
            padding: 10px 20px 20px;
        }
    }
.fcinfo.detail .notebox li {
    margin-top: 10px;
}
.fcinfo.detail .fc-regist {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 10px 20px 30px;
    background: #fff;
    border-radius: 8px;
    margin: 40px 0 60px;
}
.fcinfo.detail .fc-regist p {
    font-size: 100%;
    color: #fff;
    font-weight: 600;
}
.fcinfo.detail .fc-regist a {
    display: block;
    width: 320px;
    height: 60px;
    margin: 0 auto;
    background: #3bbccb;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 380%;
    border-radius: 8px;
    margin: 20px auto 0;
}
    @media screen and (max-width:940px) {
        .fcinfo.detail .fc-regist a {
            width: 100%;
        }
    }
.fcinfo.detail .attentbox {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #3bbccb;
    border-radius: 8px;
    padding: 40px;
    font-size: 94%;
    margin-bottom: 40px;
}
    @media screen and (max-width:940px) {
        .fcinfo.detail .attentbox {
            padding: 20px;
        }
    }