@charset "utf-8";



/* -----------------------------------------
 *
 * Selected Text
 *
 * -------------------------------------- */
::selection {
    background: #000;
    color: #fff;
}
::-moz-selection {
    background: #000;
    color: #fff;
}



/* -----------------------------------------
 *
 * body
 *
 * -------------------------------------- */
body {
    font-size: 13px;
    color: #000;
    line-height: 1.3em;
    font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    background-image: url('../images/img_bg_main.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}



/* -----------------------------------------
 *
 * a
 *
 * -------------------------------------- */
a:link,
a:visited {
    color: #000;
    text-decoration: underline;
}
a:hover,
a:active {
    color: #000;
    text-decoration: none;
}



/* -----------------------------------------
 *
 * font
 *
 * -------------------------------------- */
@import url('http://fonts.googleapis.com/css?family=Cinzel');
#globalMenu,
.cont h2.ttl,
#pagerTop {
    font-family: 'Cinzel', serif;
}



/* -----------------------------------------
 *
 * global
 *
 * -------------------------------------- */
.cont {
    width: 940px;
    margin: 0 auto;
    padding: 100px 20px 0 20px;
}
.cont h2.ttl {
    margin-bottom: 100px;
    text-align: center;
    font-size: 200%;
    font-weight: 500;
}
.cont .new {
    color: red;
}
.cont .date {
    color: #338E98;
    display: block;
}
.cont .soldout {
    color: red;
    display: block;
}
ul.base li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    text-align: center;
}
ul.base .category a:before {
    content: '>>';
}

ul.baseB li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    text-align: center;
}
ul.baseB li .toggle {
    position: relative;
    /*padding-right: 30px;*/
    cursor: pointer;
}
/*ul.baseB li .toggle::after {*/
ul.baseB li .toggle .close {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    margin-top: -4px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
ul.baseB li .toggle .open {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    margin-top: -4px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
ul.baseB .category a:before {
    content: '>>';
}
ul.col2 {
    overflow: hidden;
}
ul.col2 li {
    float: left;
    width: 49.8%;
    margin: 0 1px 1px 0;
}
ul.col2 li:nth-child(even) {
    margin-right: 0;
}
ul.col2 li img {
    width: 100%;
}
ul.col2 li .details .urlList {
    overflow: hidden;
}
ul.col2 li .details .urlList li {
    width: 214px;
    margin: 0;
    padding: 10px;
}
ul.col2 li .details .urlList li a {
    display: block;
}
ul.col2 li .details .urlList li a:link,
ul.col2 li .details .urlList li a:visited,
ul.col2 li .details .urlList li a:hover,
ul.col2 li .details .urlList li a:active {
    color: #fff;
    text-decoration: none;
}
ul.col2 li .details .urlList .site {
    background-color: gray;
}
ul.col2 li .details .urlList .tw {
    background-color: #55ACEE;
}

ul.baseArchive {
    text-align: center;
}
ul.baseArchive li img {
    width: 80%;
    margin-bottom: 20px;
    border: 1px solid #cacaca;
}

.topSpace {
    margin-top: 60px;
}

.comingsoon {
    text-align: center;
    font-size: 130%;
    color: #919191;
}

.infoArea {
    background-color: #fff;
    border: #DADADA;
    padding: 20px 30px;
    width: 500px;
    margin: 0 auto 20px auto;
    border: 1px solid #d7d7d7;
}

.infoArea dl.A {
    overflow: hidden;
}
.infoArea dl.A dt {
    clear: left;
    float: left;
    border-left: 4px solid #338e98;
    padding-left: 10px;
    font-weight: bold;
}
.infoArea dl.A dd {
    padding: 0 0 20px 150px;
    margin-bottom: 20px;
    border-bottom: 1px solid #bbb;
}
.infoArea dl.A dd:last-child {
    margin-bottom: 0;
}

.btn.A a {
    display: block;
    background-color: #fff500;
    border: 1px solid #d5cc00;
    padding: 4px 10px;
    width: 100px;
    text-align: center;
}
.btn.A a:link,
.btn.A a:visited,
.btn.A a:hover,
.btn.A a:active {
    color: #000;
    text-decoration: none;
}
.btn.A a:hover {
    background-color: #c1b900;
}










/* -----------------------------------------
 *
 * contents
 *
 * -------------------------------------- */



#container {
    width: 980px;
    margin: 100px auto;
    background-color: rgba(255, 255, 255, 0.9);
}



/* -----------------------------------------
 *
 * contents
 * - header
 *
 * -------------------------------------- */
#header {
    width: 100%;
    background-color: #fff;
    padding: 40px 0;
}
#header .inner {
    width: 980px;
    margin: 0 auto;
    text-align: center;
}
#header .inner h1 {
    margin-bottom: 20px;
}
#header .inner h1 img {
    max-width: 490px;
    max-height: 77px;
}
#header .inner h2 {
    margin-bottom: 20px;
}
#header .inner h2 img {
    max-width: 392px;
    max-height: 62px;
}


#pageHome #header {
    width: 100%;
    background-color: #fff;
    padding:0;
}
#pageHome #header .inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
#pageHome #header .inner h1 {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#pageHome #header .inner h1 img {
    max-width: 490px;
    max-height: 77px;
}
#pageHome #header .inner h2 {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#pageHome #header .inner h2 img {
    max-width: 392px;
    max-height: 62px;
}
#pageHome #header .inner .pageHomePC{
    display: block;
}
#pageHome #header .inner .pageHomeSP{
    display: none;
}


/* -----------------------------------------
 *
 * contents
 * - mainImage
 *
 * -------------------------------------- */
#mainImage {
    width: 980px;
    margin: 0 auto;
    text-align: center;
}
#mainImage img {
    width: 490px;
    height: 567px;
}


#pageHome #header .inner #mainImage {
    width: 100%;
    margin: 0 auto;
}
#pageHome #header .inner #mainImage img {
    width: 100%;
    height: auto;
}



/* -----------------------------------------
 *
 * contents
 * - globalMenu
 *
 * -------------------------------------- */
#globalMenu {
    width: 100%;
    padding: 20px 0;
    background-color: #fff;
}
#globalMenu .inner {
    width: 980px;
    margin: 0 auto;
    text-align: center;
}
#globalMenu.fixed {
    position: fixed;
    top: 0;
    z-index: 9999999;
}
#globalMenu a:link,
#globalMenu a:visited,
#globalMenu a:hover,
#globalMenu a:active {
    color: #000;
    text-decoration: none;
}
#globalMenu ul li {
    display: inline;
    margin-right: 20px;
    font-size: 150%;
    font-weight: 500;
}



/* -----------------------------------------
 *
 * contents
 * - whatsnew
 *
 * -------------------------------------- */
#whatsnew ul.base .txt:before {
    content: '・';
}



/* -----------------------------------------
 *
 * contents
 * - sns
 *
 * -------------------------------------- */
#sns {
    overflow: hidden;
}



/* -----------------------------------------
 *
 * contents
 * - Twitter
 *
 * -------------------------------------- */
#tw {
    float: left;
    margin-right: 20px;
}
#tw iframe {
    width: 460px !important;
    height: 500px;
}



/* -----------------------------------------
 *
 * contents
 * - Facebook
 *
 * -------------------------------------- */
#fb {
}
#fb iframe {
    width: 460px !important;
    height: 500px;
}





/* -----------------------------------------
 *
 * contents
 * - movie
 *
 * -------------------------------------- */
#movie .pc {
    display: block;
}
#movie .sp {
    display: none;
}
#movie #movieDetail {
    width: 860px;
    margin: 0 auto;
}
#movie .moviePlayer {
    width: 100%;
    margin: 0 auto;
}
#movie #ytMain {
}
#movie #ytMain .ttl {
    text-align: center;
}
#movie ul {
    overflow: hidden;
    padding-top: 20px;
}
#movie ul li {
    width: 48.5%;
    float: left;
    margin: 0 11px 11px 0;
    min-height: 280px;
}
#movie ul li:nth-child(even) {
    margin-right: 0;
}
#movie ul li .thumbGroup {
    position: relative;
    width: 100%;
}
#movie ul li .thumbGroup .thumb {
    width: 100%;
}
#movie ul li .thumbGroup .btnPlay {
    width: 96px;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#movie ul li .ttl {
    font-size: 80%;
    padding: 10px 0;
}
#movie li a:link,
#movie li a:visited {
    color: #000;
    text-decoration: none;
}
#movie li a:hover,
#movie li a:active  {
    text-decoration:none;
}



/* -----------------------------------------
 *
 * contents
 * - schedule
 *
 * -------------------------------------- */
#schedule .toggle {
}
#schedule .detail {
    display: none;
    padding: 10px 0 5px 0;
}



/* -----------------------------------------
 *
 * contents
 * - goods
 *
 * -------------------------------------- */
#goods {
    padding-bottom: 100px;
}
#goods ul.col2 li {
    margin: 0 8px 32px 0;
    width: 49%;
    height: 500px;
}
#goods ul.col2 li img {
    border: 1px solid #cacaca;
}



/* -----------------------------------------
 *
 * contents
 * - interview
 *
 * -------------------------------------- */
#interview {
}
#interview h3 {
    margin-bottom: 20px;
    text-align: center;
}
#interview h3 img {
    width: 100%;
}
#interview .list {
    overflow: hidden;
}
#interview .list .name {
    clear: both;
    float: left;
}
#interview .list .txt {
    margin: 0 0 10px 50px;
}
#interview .list .txt.q {
    margin-bottom: 40px;
}
#interview .list .name {
    font-size: 120%;
}
#interview .list .name.q:before {
    content: '────';
}
#interview .list .name.q {
    color: gray;
    font-size: 90%;
    margin-bottom: 10px;
}
#interview .list .name.issei {
    color: red;
}
#interview .list .name.tomo {
    color: blue;
}
#interview .credit {
    text-align: right;
}
#interview .archiveTtl {
    padding-top: 100px;
}

/* -----------------------------------------
 *
 * contents
 * - media
 *
 * -------------------------------------- */
#media ul.base .txt:before {
    content: '・';
}




/* -----------------------------------------
 *
 * pagerTop
 *
 * -------------------------------------- */
#pagerTop {
    text-align: center;
    padding-top: 6px;
    padding-bottom: 50px;
}
#pagerTop a {
    background-color: #000;
    font-size: 200%;
    padding: 0 10px;
}
#pagerTop a:link,
#pagerTop a:visited,
#pagerTop a:hover,
#pagerTop a:active {
    color: #fff;
    text-decoration: none;
}



/* -----------------------------------------
 *
 * footer
 *
 * -------------------------------------- */
footer {
    width: 100%;
    background-color: #fff;
    padding: 50px 0;
}
footer .inner {
    width: 980px;
    margin: 0 auto;
    text-align: center;
}
footer .inner .float {
    margin-bottom: 20px;
}
footer .inner .float li {
    display: inline-block;
    margin-right: 10px;
}

#footerImage img{
    width: 300px;
    padding-bottom: 20px;
}


/* -----------------------------------------
 *
 * Media Queries
 * - tablete or smart phone
 *
 * -------------------------------------- */
/*@media screen and (max-width: 760px) {*/
@media screen and (max-width: 979px) {



    /* -----------------------------------------
     *
     * body
     *
     * -------------------------------------- */
    body {
        background: none;
    }



    /* -----------------------------------------
     *
     * global
     *
     * -------------------------------------- */
    .cont {
        width: 90%;
        padding: 50px 0 0 0;
    }
    .cont h2.ttl {
        margin-bottom: 50px;
        text-align: center;
        font-size: 160%;
    }
    .cont .new {
    }
    .cont .date {
    }

    ul.base li {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #000;
    }
    ul.base .category a:link,
    ul.base .category a:visited {
        color: #878787;
        text-decoration: none;
    }
    ul.base .category a:hover,
    ul.base .category a:active {
        color: #878787;
        text-decoration: underline;
    }
    ul.base .category a:before {
        content: '>>';
    }

    ul.col2 {
        overflow: hidden;
    }
    ul.col2 li {
        float: none;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    ul.col2 li:nth-child(even) {
        margin-right: auto;
    }
    ul.col2 li img {
        width: 100%;
    }
    ul.col2 li .details .urlList li {
        width: 100%;
    }

    ul.baseArchive li img {
        border: 1px solid #E2E2E2;
    }

    .topSpace {
        margin-top: 0;
    }

.infoArea {
    background-color: #fff;
    border: #DADADA;
    padding: 20px 30px;
    width: 100%;
    margin: 0 auto 20px auto;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
}

.infoArea dl.A {
    overflow: hidden;
}
.infoArea dl.A dt {
    clear: none;
    float: none;
    padding-left: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}
.infoArea dl.A dd {
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #bbb;
}
.infoArea dl.A dd:last-child {
    margin-bottom: 0;
}





    /* -----------------------------------------
     *
     * contents
     *
     * -------------------------------------- */



    #container {
        width: 100%;
        margin: 0 auto 100px auto;
        /*background-color: rgba(255, 255, 255, 0.9);*/
    }



    /* -----------------------------------------
     *
     * contents
     * - header
     *
     * -------------------------------------- */
    #header {
/*        width: 100%;
        background-color: #fff;
        padding: 40px 0;*/
    }
    #header .inner {
        width: 100%;
/*        margin: 0 auto;
        text-align: center;*/
    }
    #header .inner h1 img {
        width: 90%;
        height: auto;
    }
    #header .inner h2 img {
        width: 70%;
        height: auto;
    }


#pageHome #header {
/*        width: 100%;
        background-color: #fff;
        padding: 40px 0;*/
    }
#pageHome #header .inner {
        width: 100%;
        position: static;
/*        margin: 0 auto;
        text-align: center;*/
    }
#pageHome #header .inner h1{
    position: static;
}
#pageHome #header .inner h2{
    position: static;
    margin-bottom:20px;
}
#pageHome #header .inner .pageHomePC{
    display: none;
}
#pageHome #header .inner .pageHomeSP{
    display: block;
}


    /* -----------------------------------------
     *
     * contents
     * - mainImage
     *
     * -------------------------------------- */
    #mainImage {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 40px;
    }
    #mainImage img {
        width: 100%;
        height: auto;
    }



    /* -----------------------------------------
     *
     * contents
     * - globalMenu
     *
     * -------------------------------------- */
    #globalMenu {
        width: 100%;
        padding: 20px 0;
        background-color: #fff;
    }
    #globalMenu .inner {
        width: 100%;
    }
/*    #globalMenu ul li {
        display: inline;
        margin-right: 20px;
        font-size: 150%;
        font-weight: 500;
    }*/
    #globalMenu ul li {
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
/*        font-size: 150%;
        font-weight: 500;
*/    }
    #globalMenu.fixed {
        position: static;
    }



    /* -----------------------------------------
     *
     * contents
     * - sns
     *
     * -------------------------------------- */
    #sns {
    }



    /* -----------------------------------------
     *
     * contents
     * - Twitter
     *
     * -------------------------------------- */
    #tw {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
    #tw iframe {
        width: 100% !important;
        height: 500px;
    }



    /* -----------------------------------------
     *
     * contents
     * - Facebook
     *
     * -------------------------------------- */
    #fb {
    }
    #fb iframe {
        width: 480px !important;
        height: 500px;
    }



    /* -----------------------------------------
     *
     * contents
     * - movie
     *
     * -------------------------------------- */
    #movie .pc {
        display: none;
    }
    #movie .sp {
        display: block;
    }
    #movie #movieDetail {
        width: 100%;
        margin: 0 auto;
    }
    #movie .moviePlayer {
        width: 100%;
        margin: 0 auto;
    }
    #movie #ytMain {
        display: none;
    }
    #movie .item .ytSp .inner {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }
    #movie .item .ytSp .inner iframe, #movie .item .ytSp .inner object, #movie .item .ytSp .inner embed {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    #movie ul {
        overflow: hidden;
        padding-top: 20px;
    }
    #movie ul li {
        width: 90%;
        float: none;
        margin: 0 auto;
        min-height: initial;
        min-height: auto;
    }
    #movie ul li:nth-child(even) {
        margin-right: auto;
    }
    #movie ul li .thumbGroup {
        position: relative;
        width: 100%;
    }
    #movie ul li .thumbGroup .thumb {
        width: 100%;
    }
    #movie ul li .thumbGroup .btnPlay {
        width: 96px;
        position: absolute;
        z-index: 100;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    #movie ul li .ttl {
        font-size: 80%;
        padding: 10px 0;
    }
    #movie li a:link,
    #movie li a:visited {
        color: #000;
        text-decoration: none;
    }
    #movie li a:hover,
    #movie li a:active  {
        text-decoration:none;
    }



    /* -----------------------------------------
     *
     * contents
     * - schedule
     *
     * -------------------------------------- */
    #schedule .toggle {
    }
    #schedule .detail {
    }



    /* -----------------------------------------
     *
     * contents
     * - goods
     *
     * -------------------------------------- */
    #goods {
        padding-bottom: 0;
    }
    #goods ul.col2 li {
        margin: 0 auto;
        margin-bottom: 20px;
        width: 90%;
        height: auto;
    }
    #goods ul.col2 li img {
        border: 1px solid gray;
    }



    /* -----------------------------------------
     *
     * contents
     * - interview
     *
     * -------------------------------------- */
    #pageInterview #header {
    }
    #interview h3 {
        margin-bottom: 20px;
        text-align: center;
    }
    #interview h3 img {
        border: 1px solid #E2E2E2;
    }
    #interview .list {
        overflow: hidden;
    }
    #interview .list .name {
        clear: both;
        float: left;
    }
    #interview .list .txt {
        margin: 0 0 10px 50px;
    }
    #interview .list .txt.q {
        margin-bottom: 40px;
    }
    #interview .list .name {
        font-size: 120%;
    }
    #interview .list .name.q:before {
        content: '────';
    }
    #interview .list .name.q {
        color: gray;
        font-size: 90%;
        margin-bottom: 10px;
    }
    #interview .list .name.issei {
        color: red;
    }
    #interview .list .name.tomo {
        color: blue;
    }
    #interview .credit {
        text-align: right;
    }
    #interview .archiveTtl {
        padding-top: 50px;
    }



    /* -----------------------------------------
     *
     * pagerTop
     *
     * -------------------------------------- */
    #pagerTop {
        text-align: center;
    }
    #pagerTop a {
        background-color: #000;
        font-size: 200%;
        padding: 0 10px;
    }
    #pagerTop a:link,
    #pagerTop a:visited,
    #pagerTop a:hover,
    #pagerTop a:active {
        color: #fff;
        text-decoration: none;
    }



    /* -----------------------------------------
     *
     * footer
     *
     * -------------------------------------- */
    footer {
        width: 100%;
        background-color: #fff;
        padding: 50px 0;
    }
    footer .inner {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    footer .inner .float {
        margin-bottom: 20px;
    }
    footer .inner .float li {
        display: inline-block;
        margin-right: 10px;
    }

#footerImage img{
    width: 50%;
    padding-bottom: 20px;
}