s@charset "UTF-8";

/* *****************************
 *
 * Import file to Scss or Sass.
 *
 **************************** */


/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 11px;
    height: 100%;
    background: red;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspVerticalBar *,
.jspHorizontalBar * {
    margin: 0;
    padding: 0;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #F2F2F2;
    position: relative;
}

.jspDrag {
    background: #00A9EA;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}


/* Yuk! CSS Hack for IE6 3 pixel bug :( */

* html .jspCorner {
    margin: 0 -3px 0 0;
}


/* ---- font ---- */


/* IE8対応rem指定 203p */


/* IE8対応rem指定 203p */


/* IE8対応rem指定 203p */

body.other #page-top a {
    font-size: 10px;
    font-size: 1rem;
}


/* IE8対応rem指定 203p */

#mainWrap {
    font-size: 11px;
    font-size: 1.1rem;
}


/* IE8対応rem指定 203p */


/* IE8対応rem指定 203p */


/* IE8対応rem指定 203p */


/* IE8対応rem指定 203p */

#visual,
#mainWrap h2 {
    font-size: 15px;
    font-size: 1.5rem;
}


/* IE8対応rem指定 203p */


/* IE8対応rem指定 203p */


/* IE8対応rem指定 203p */


/* IE8対応rem指定 203p */


/* IE8対応rem指定 203p */


/* IE8対応rem指定 203p */


/* IE8対応rem指定 203p */


/* IE8対応rem指定 203p */


/* IE8対応rem指定 203p */


/* IE8対応rem指定 203p */


/* IE8対応rem指定 203p */


/* IE8対応rem指定 203p */


/* IE8対応rem指定 203p */


/* IE8対応rem指定 203p */


/* IE8対応rem指定 203p */


/* IE8対応rem指定 203p */


/* IE8対応rem指定 203p */


/* IE8対応rem指定 203p */


/* IE8対応rem指定 203p */


/* IE8対応rem指定 203p */


/* IE8対応rem指定 203p */


/* IE8対応rem指定 203p */


/* IE8対応rem指定 203p */


/* IE8対応rem指定 203p */


/* IE8対応rem指定 203p */

html {
    font-size: 62.5%;
    margin-top: 10px;
}


/* base color */


/* ---- landscape portrait ---- */

body,
html {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    letter-spacing: 0.1em;
    color: #9f9fa0;
    background-color: #f7f7f7;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
}

@media screen and (orientation: portrait) {
    body {
        letter-spacing: 0;
    }
}


/* link */

a {
    color: rgba(103, 197, 240, 1.0);
}

a:visited {
    color: #58b9e7;
}

a:focus {
    color: rgba(103, 197, 240, 1.0);
}

a:hover {
    color: #85cced;
}

a:active {
    color: rgba(103, 197, 240, 1.0);
}

nav a {
    color: #FFFFFF;
}

nav a:visited {
    color: #f2f2f2;
}

nav a:focus {
    color: #FFFFFF;
}

nav a:hover {
    color: #e6e6e6;
}

nav a:active {
    color: #FFFFFF;
}

.rpi,
#visual .wrap img,
#artist ul#icon li img,
#artist #artistImg dl dd img,
#aboutCompany img,
.modelWrap #artistImg dl dd img {
    /* imgをresponsiveに */
    max-width: 100%;
    width: 100%;
    /* IE8用 */
    height: auto;
}

.fontSmall {
    font-size: 12px;
    letter-spacing: 0.1em;
}

@media screen and (orientation: portrait) {
    .fontSmall {
        font-size: 10px;
        letter-spacing: 0em;
    }
}


/* ---------- Menu ---------- */

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}


/* Hide from Mac IE \*/

.clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/* Hide from Mac IE */

.menu_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(103, 197, 240, 1.0);
    opacity: 0.8;
    z-index: -1;
}

.btn_wrapper {
    width: 46px;
    height: 22px;
    display: block;
    padding: 12px 0;
    background: rgba(103, 197, 240, 1.0);
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999;
    cursor: pointer;
}

.btn_wrapper span {
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background: #FFFFFF;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -10px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
}

.btn_wrapper span::before,
.btn_wrapper span::after {
    content: '';
    position: absolute;
    left: 0;
    background: inherit;
    width: 100%;
    height: 100%;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s, background 0s;
    -moz-transition: -moz-transform 0.3s, background 0s;
    transition: transform 0.3s, background 0s;
}

.btn_wrapper span::before {
    top: -6px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.btn_wrapper span::after {
    bottom: -6px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.btn_wrapper.clicked {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #FFFFFF;
}

.btn_wrapper.clicked span {
    background: rgba(255, 255, 255, 0);
}

.btn_wrapper.clicked span::before,
.btn_wrapper.clicked span::after {
    background: rgba(103, 197, 240, 1.0);
}

.btn_wrapper.clicked span::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.btn_wrapper.clicked span::after {
    bottom: 0;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

nav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    z-index: 8000;
    text-align: center;
    display: none;
}

nav ul {
    position: absolute;
    top: 50%;
    margin-top: -16em;
    width: 100%;
}

nav ul li {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.3em;
}

nav ul li a {
    text-decoration: none;
    display: block;
    padding: 1.5% 0;
}

nav #sns {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

nav #sns p {
    float: left;
}

nav #sns p:first-child {
    margin-right: 10px;
}


/* ---- Footer ---- */

footer {
    padding: 5% 0;
    background-color: #FFFFFF;
    text-align: center;
}

small {
    color: #9F9FA0;
    font-size: 10px;
    /*-- ↓10pxから0.8縮小し8pxのサイズへ --*/
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    /*-- ↓縮小の起点を指定する。0% 0% で左上を変形起点とする --*/
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    /*-- ↓縮小すると細くなってしまうのでweight指定 --*/
    font-weight: 500;
    line-height: 1.2;
    padding-top: 0.5em;
}

@media screen and (orientation: portrait) {
    small {
        letter-spacing: 0;
    }
}


/* ---------- Visual ---------- */

body>#visual {
    letter-spacing: -.40em;
    /* inline-block-hack 文字間を詰めて隙間を削除する */
}

#visual {
    width: 99%;
    position: relative;
    margin: 1% 0 0 1%;
}

#visual .wrap {
    width: 19.8%;
    height: auto;
    margin: 0;
    letter-spacing: 0em;
    /*Rollover*/
}

#visual .wrap:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}

@media screen and (orientation: portrait) {
    #visual .wrap {
        width: 49.5%;
    }
}

#visual .lp {
    width: 59.4%;
}

@media screen and (orientation: portrait) {
    #visual .lp {
        width: 99%;
    }
}

#visual .con {
    position: relative;
    text-align: center;
}

#visual .con span {
    letter-spacing: 0.2em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
    width: 88%;
    padding: 0 6%;
}

#visual .con .svg p {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: 25px;
    font-size: 10px;
    color: rgba(103, 197, 240, 1.0);
    letter-spacing: 0.1em;
}

#visual .con .svg img {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
}

#visual .menuOpen {
    cursor: pointer;
}

#visual a {
    color: #9f9fa0;
}


/* ---- MainWrap ---- */

#mainWrap {
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #mainWrap {
        max-width: 96%;
    }
}

#mainWrap h2 {
    color: rgba(103, 197, 240, 1.0);
    text-align: center;
    letter-spacing: 0.3em;
    margin-bottom: 8%;
    font-weight: 700;
}

#news,
#youtube,
#artist,
#aboutCompany,
#recruit,
#privacy {
    margin-bottom: 30%;
}


/* ---- NEWS ---- */

#news {
    overflow: hidden;
    *zoom: 1;
    width: 100%;
    height: auto;
    margin-top: 160px;
}

#news ul {
    width: 65%;
    height: 600px;
    float: left;
    overflow: auto;
    background-color: #FFFFFF;
}

@media screen and (orientation: portrait) {
    #news ul {
        float: none;
        width: 100%;
        height: 380px;
        margin-top: 5%;
    }
}

#news ul li {
    border-bottom: 1px solid #ececec;
    margin-bottom: 3em;
    padding-bottom: 1em;
    width: 99%;
}


/* ---- Twitter ---- */

.twitter {
    background: #FFF;
    width: 32%;
    max-width: 300px;
    height: 598px;
    float: right;
}

@media screen and (orientation: portrait) {
    .twitter {
        max-width: 320px;
        min-width: 300px;
        margin: 10% auto 0 auto;
        float: none;
    }
}

.twitter img {
    margin: 20px auto;
    display: block;
}


/* ---- Youtube ---- */

#iframeWrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 48.5%;
}

#iframeWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media screen and (orientation: portrait) {
    #iframeWrap {
        width: 100%;
        padding-top: 56.25%;
    }
}

#youtube {
    margin-top: 160px;
    overflow: hidden;
    width: 100%;
    overflow: hidden;
    *zoom: 1;
}

#youtube ul {
    width: 46%;
    background: #FFF;
    height: 313px;
    float: right;
    overflow: auto;
}

@media screen and (orientation: portrait) {
    #youtube ul {
        float: none;
        width: 100%;
    }
}

#youtube ul li {
    clear: both;
}

@media screen and (orientation: portrait) {
    #youtube ul {
        width: 99%;
    }
}

#youtube ul a {
    display: block;
    overflow: hidden;
    padding: 5px 10px;
    text-decoration: none;
    border-top: 1px solid #f7f7f7;
    color: #9f9fa0;
    font-weight: bold;
}

#youtube ul a:hover {
    color: rgba(103, 197, 240, 1.0);
}

#youtube ul .now a {
    color: #d75394;
}

#youtube a img {
    float: left;
    margin-right: 10px;
}

#youtube .now a:before {
    content: "【再生中】";
}

.jspContainer li {
    letter-spacing: 0em;
}


/* ---- Artist ---- */

#artist ul#icon {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#artist ul#icon li {
    cursor: pointer;
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    white-space: nowrap;
}

@media screen and (orientation: portrait) {
    #artist ul#icon {
        width: 100%;
    }
}

#artist ul#icon li {
    max-width: 65px;
    width: 19.2%;
    padding: 0 3%;
}

@media screen and (orientation: portrait) {
    #artist ul#icon li {
        max-width: 56px;
        padding: 0 2% 2%;
    }
}

#artist ul#icon li img {
    margin: 0 auto;
    display: block;
}

#artist ul#icon li p {
    color: rgba(103, 197, 240, 1.0);
    text-align: center;
    padding-top: 0.5em;
}

@media screen and (orientation: portrait) {
    #artist ul#icon li p {
        font-size: 10px;
    }
}

#artist #artistImg {
    margin-top: 10%;
    overflow: hidden;
    *zoom: 1;
}

#artist #artistImg dl {
    float: left;
    width: 12.28571%;
    padding: 1%;
    margin-bottom: 3%;
    position: relative;
}

@media screen and (orientation: portrait) {
    #artist #artistImg dl {
        width: 31.33333%;
    }
}

#artist #artistImg dl dt {
    text-align: center;
    margin-top: 3%;
    color: rgba(103, 197, 240, 1.0);
}

#artist #artistImg dl dt.name {
    letter-spacing: 0;
}

#artist #artistImg dl ul {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
    text-align: center;
    margin-top: 5%;
    overflow: visible;
}

#artist #artistImg dl ul li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    white-space: nowrap;
}

#artist #artistImg dl ul li {
    max-width: 20px;
    width: 16%;
    height: auto;
    position: relative;
}

#artist #artistImg dl ul span {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -34px;
    width: 50px;
    height: 10px;
    color: #FFF;
    background-color: rgba(103, 197, 240, 1.0);
    padding: 0.5em 0.5em 0.7em 0.5em;
    text-align: center;
    /*-- ↓10pxから0.8縮小し8pxのサイズへ --*/
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    /*-- ↓縮小の起点を指定する。0% 0% で左上を変形起点とする --*/
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    /*-- ↓縮小すると細くなってしまうのでweight指定 --*/
    font-weight: 500;
    line-height: 1.2;
    padding-top: 0.5em;
}

@media screen and (orientation: portrait) {
    #artist #artistImg dl ul span {
        top: 50%;
        left: 50%;
        margin-left: -31px;
        margin-top: -26px;
        /*-- ↓10pxから0.8縮小し8pxのサイズへ --*/
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }
}

#artist #artistImg dl ul span:after {
    border: 6px solid transparent;
    border-top-color: rgba(103, 197, 240, 1.0);
    border-bottom-width: 0;
    bottom: -6px;
    content: "";
    display: block;
    left: 24px;
    position: absolute;
    width: 0;
}


/* ---- AboutCompany ---- */

#aboutCompany {
    overflow: hidden;
    *zoom: 1;
}

#aboutCompany dl {
    width: 50%;
    float: left;
}

@media screen and (orientation: portrait) {
    #aboutCompany dl {
        width: 100%;
        float: none;
    }
}

#aboutCompany dl dt {
    float: left;
    padding-bottom: 2.5em;
    font-weight: 700;
}

@media screen and (orientation: portrait) {
    #aboutCompany dl dt {
        float: none;
        text-align: center;
        padding-bottom: 0.5em;
    }
}

#aboutCompany dl dd {
    margin-left: 12em;
    padding-left: 1.5em;
    padding-bottom: 2.5em;
    border-left: 1px solid #ececec;
}

#aboutCompany dl dd:last-child {
    padding-bottom: 0;
}

@media screen and (orientation: portrait) {
    #aboutCompany dl dd {
        border-left: none;
        border-top: 1px solid #ececec;
        text-align: center;
        margin-left: 0;
        padding-left: 0;
        padding-top: 0.5em;
    }
}

#aboutCompany #map {
    float: right;
    width: 47%;
}

@media screen and (orientation: portrait) {
    #aboutCompany #map {
        max-width: 300px;
        width: 100%;
        float: none;
        margin: 7% auto 0 auto;
    }
}


/* ---- Recruit ---- */

#recruit {
    text-align: center;
}

#recruit .news {
    font-weight: bold;
    text-align: center;
    display: inline-block;
    color: rgba(103, 197, 240, 1.0);
    border: 1px solid rgba(103, 197, 240, 1.0);
    width: 60%;
    padding: 1em 0;
    margin: 0 auto 5% auto;
}

@media screen and (orientation: portrait) {
    #recruit .news {
        width: 93%;
    }
}

#recruit dl {
    width: 46%;
    margin: 0 auto;
}

@media screen and (orientation: portrait) {
    #recruit dl {
        width: 100%;
    }
}

#recruit dl dt {
    float: left;
    padding-bottom: 2.5em;
    font-weight: bold;
}

@media screen and (orientation: portrait) {
    #recruit dl dt {
        float: none;
        text-align: center;
        padding-bottom: 0.5em;
    }
}

#recruit dl dd {
    text-align: left;
    margin-left: 6em;
    padding-left: 1.5em;
    padding-bottom: 2.5em;
    border-left: 1px solid #ececec;
}

#recruit dl dd:last-child {
    padding-bottom: 0;
}

@media screen and (orientation: portrait) {
    #recruit dl dd {
        border-left: none;
        border-top: 1px solid #ececec;
        text-align: center;
        margin-left: 0;
        padding-left: 0;
        padding-top: 0.5em;
    }
}

#recruit dl dd em {
    display: block;
    border: 1px dotted #ececec;
    font-style: italic;
    padding: 1em;
    margin-top: 1em;
}





/* ---- Shatyo ---- */

#shatyo {
    text-align: center;
    display: none;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    margin-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}

#shatyo .tit {
    font-weight: bold;
    text-align: center;
    display: inline-block;
    color: rgba(103, 197, 240, 1.0);
    border: 1px solid rgba(103, 197, 240, 1.0);
    width: 60%;
    padding: 1em 0;
    margin: 5% auto 5% auto;
}

#shatyo .copy {
    width: 60%;
    text-align: left;
    display: inline-block;
    margin: 0 auto 5% auto;
}

@media screen and (max-width: 768px) {
    #shatyo .copy {
        margin: 0 auto 3% auto;
    }
}

#shatyo .copy span {
    width: 100%;
    text-align: right;
    display: inline-block;
}

#shatyo em {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 5% auto;
    cursor: pointer;
}

@media screen and (orientation: portrait) {
    #shatyo .tit {
        width: 93%;
    }
    #shatyo .copy {
        width: 93%;
        font-size: 12px;
        letter-spacing:
    }
}

#shatyo dl {
    width: 60%;
    margin: 0 auto;
}

@media screen and (orientation: portrait) {
    #shatyo dl {
        width: 100%;
        font-size: 12px;
    }
}

#shatyo dl dt {
    float: left;
    padding-bottom: 2.5em;
    font-weight: bold;
}

@media screen and (orientation: portrait) {
    #shatyo dl dt {
        float: none;
        text-align: center;
        padding-bottom: 0.5em;
    }
}

#shatyo dl dd {
    text-align: left;
    margin-left: 8em;
    padding-left: 1.5em;
    padding-bottom: 2.5em;
    border-left: 1px solid #ececec;
}

#shatyo dl dd:last-child {
    padding-bottom: 0;
}

@media screen and (orientation: portrait) {
    #shatyo dl dd {
        border-left: none;
        border-top: 1px solid #ececec;
        text-align: center;
        margin-left: 0;
        padding-left: 0;
        padding-top: 0.5em;
        padding-bottom: 1em;
    }
}

#shatyo dl dd em {
    display: block;
    border: 1px dotted #ececec;
    font-style: italic;
    padding: 1em;
    margin-top: 1em;
}




/* ---- Privacy ---- */

#privacy dl dt {
    color: #333;
    font-size: 12px;
    margin-bottom: 0.5em;
    font-weight: bold;
}

#privacy dl dd {
    margin-bottom: 5em;
}

#privacy ul.square,
#privacy ul.katakana {
    margin: 1em 0 1em 2.2em;
    line-height: 1.5;
}

#privacy ul.square li,
#privacy ul.katakana li {
    list-style-type: square;
    margin-bottom: 0.7em;
}

#privacy ul.katakana li {
    list-style-type: katakana;
}


/* Page scroll Top */

#page-top {
    display: none;
}


/* PC以外非表示 */

body.other #page-top {
    position: fixed;
    bottom: 10px;
    z-index: 8;
    right: 10px;
    display: inherit;
}

body.other #page-top a {
    text-decoration: none;
    color: rgba(103, 197, 240, 1.0);
    text-align: center;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 3;
    font-weight: bold;
    top: 10px;
    right: 10px;
    z-index: 1000;
    cursor: pointer;
    letter-spacing: 0;
}

body.other #page-top a span {
    position: absolute;
    display: block;
    width: 12px;
    height: 2px;
    background: rgba(103, 197, 240, 1.0);
    top: 0;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s, background 0s;
    -moz-transition: -moz-transform 0.3s, background 0s;
    transition: transform 0.3s, background 0s;
}

body.other #page-top a span:first-child {
    position: absolute;
    left: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

body.other #page-top a span:last-child {
    position: absolute;
    right: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}


/* Model page Carousel */

.modelWrap #artistImg {
    margin: 10% auto;
    overflow: hidden;
    *zoom: 1;
}

.modelWrap #artistImg dl {
    padding: 4%;
    margin-bottom: 3%;
    position: relative;
}

.modelWrap #artistImg dl dt {
    text-align: center;
    margin-top: 3%;
    color: rgba(103, 197, 240, 1.0);
    font-size: 80%;
}

.modelWrap #artistImg dl dt.name {
    letter-spacing: 0;
}

.modelWrap #artistImg dl ul {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
    text-align: center;
    margin-top: 5%;
    overflow: visible;
}

.modelWrap #artistImg dl ul li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    white-space: nowrap;
}

.modelWrap #artistImg dl ul li {
    max-width: 20px;
    width: 12.7%;
    height: auto;
    position: relative;
}




/*追記*/

#artist #artistImg dl {
    margin-bottom: 1%;
}

.more_btn_area {
    display: none;
}

.youtube [id^="html5gallery-elem-video-"]+a {
    display: none!important;
}

.youtube [class^="html5gallery-elem-image-"]+a {
    display: none!important;
}

.youtube {
    margin-bottom: 50px;
}

.fix_menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.twitter_wrap {
    margin-bottom: 50px;
}

.twitter_wrap:after,
.profile:after {
    content: '';
    clear: both;
    display: table;
}

.twitter_wrap * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.twitter_news {
    width: 100%;
    padding: 10px;
    border-bottom: 1px dashed #ddd
}

.twitter_news:first-child {
    border-top: 1px dashed #ddd
}

.twitter_left {
    float: left;
    width: 600px;
}

.twitter_inner p {
    margin-bottom: 10px;
    color: #333;
}

.profile p {
    color: #333;
    font-size: 14px;
}

.profile p span {
    font-size: 12px;
}

#news ul {
    width: 100%;
    height: 400px;
    float: none;
}

.profile img {
    float: left;
    margin-right: 10px;
    width: 30px;
}

@media screen and (orientation: landscape) {
    .fix_menu .swiper-slide {
        display: table-cell;
        width: auto!important;
    }
    .fix_menu .swiper-wrapper {
        display: table;
    }
}

.swiper-container {
    background-color: rgba(103, 197, 240, 0.8);
}

.swiper-container a {
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px 0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

.btn_wrapper {
    top: auto;
    bottom: 70px;
    right: 6px
}

.html5gallery-thumbs-0>div {
    border: 1px solid #eee;
    padding: 5px 10px 15px;
    background-color: #fff;
}

.item .wp-post-image {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#news,
#youtube {
    margin-top: 100px;
}

#news,
#youtube,
#recruit,
#aboutCompany,
#artist,
#privacy {

    margin-bottom: 100px;
}

#artist #artistImg dl ul li {
    max-width: 20px;
    width: 13.8%;
    height: auto;
    position: relative;
}

.career_title {
    margin-bottom: 30px;
}

.item {
    display: none;
}

.default {
    display: block;
}

.sp_display {
    display: none;
}

.con span img.pc_display {
    width: 300px!important;
}

.fadeout_im {
    opacity: 1!important;
}

#banner {
    margin: 50px auto 80px;
    text-align: center;
    max-width: 720px;
    position: relative;
    padding-top: 10em;
}

#banner img {
    max-width: 100%;
    border: 2px solid #ddd;
}

.swiper-container a.sng_menu {
    line-height: 1;
    padding: 4px 0;
    vertical-align: middle;
}

.fix_menu .swiper-slide {
    vertical-align: middle;
}

#banner p {
    padding: 10px 4px 10px 10px;
    font-size: 32px;
    color: #000;
    line-height: 100%;
    margin: 0 20px 10px 0px;
    display: inline;
    position: relative;
    background-color: #FFCC00;
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: -2px 5px 15px -6px #000000;
    -moz-box-shadow: -2px 5px 15px -6px #000000;
    -webkit-box-shadow: -2px 5px 15px -6px #000000;
}

#banner p:after {
    content: " ";
    position: absolute;
    top: -0px;
    right: -84px;
    width: 0;
    height: 0;
    border-width: 42px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #FFCC00;
}
#pageplugin{
  text-align: center;
}
/*.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}*/
@media screen and (orientation: portrait) {
    #privacy dl dd {
        display: none;
    }
    #banner p {
        font-size: 20px;
        color: #000;
    }

    #banner p:after {
        right: -60px;
        border-width: 30px;
    }
    #banner {
        padding: 7em 1em 1em;
    }
    .sp_display {
        display: block;
    }
    .pc_display {
        display: none;
    }
    #privacy dl dt {
        position: relative;
        border-top: 1px solid #eee;
        padding: 6px 15px 0 5px;
    }
    #privacy dl dt::before {
        content: '';
        position: absolute;
        display: inline-block;
        top: 50%;
        right: 3px;
        width: 4px;
        height: 4px;
        border-top: 2px solid #aaa;
        border-right: 2px solid #aaa;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    #privacy dl dt.open::before {
        content: '';
        position: absolute;
        display: inline-block;
        top: 50%;
        right: 3px;
        width: 4px;
        height: 4px;
        border-top: 2px solid #aaa;
        border-right: 2px solid #aaa;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .randomP {
        display: none;
    }
    #fbWrap {
        display: none!important;
    }
    .timeline-Widget {
        height: 300px;
    }
    .twitter {
        height: auto;
    }
    .twitter iframe {
        height: 200px!important;
        transition: all 1.2s ease;
    }
    .twitter.open iframe {
        height: 1000px!important;
        transition: all 1.2s ease;
    }

    .more_btn_area {
        display: block;
        text-align: center;
        margin-top: 30px;
    }
    .more_btn_area span {
        color: rgba(103, 197, 240, 1.0);
        display: inline-block;
        border: 1px solid rgba(103, 197, 240, 1.0);
        text-decoration: none;
        padding: 10px 30px;
        position: relative;
        width: 150px;
    }
    .more_btn_area span::before {
        content: '';
        position: absolute;
        display: inline-block;
        margin-top: -4.25px;
        top: 50%;
        right: 10px;
        width: 4px;
        height: 4px;
        border-top: 2px solid rgba(103, 197, 240, 1.0);
        border-right: 2px solid rgba(103, 197, 240, 1.0);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .more_btn_area span.open::before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .swiper-container a {
        color: #fff;
        display: block;
        text-align: center;
        padding: 10px 0;
        text-decoration: none;
        font-size: 10px;
        font-weight: 400;
    }
    .sp_none {
        display: none;
    }
    .twitter_left {
        display: none;
    }
    .modelWrap #artistImg dl ul li {
        width: 25%;
    }
    .fix_menu:after {
        content: '';
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -11px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 10;
        -webkit-transition: all 3s;
        -moz-transition: all 3s;
        -ms-transition: all 3s;
        -o-transition: all 3s;
        transition: all 3s;
        opacity: 1;
    }
    .fadeout.fix_menu:after {
        opacity: 0;
    }
    body {
        margin-top: 27px;
    }
    .modelWrap .logo {
        padding-top: 15px;
    }
    .con span img.sp_display {
        width: 150px!important;
        margin-left: auto;
        margin-right: auto;
    }
    .swiper-container a.sng_menu {
        line-height: 1;
        padding: 8px 0;
    }
}