@charset "utf-8";
html {
    color: #000;
    background: #fff;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}
ol,
ul {
    list-style: none;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before,
q:after {
    content: "";
}
abbr,
acronym {
    border: 0;
    font-variant: normal;
}
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}
legend {
    color: #000;
}
#yui3-css-stamp.cssreset {
    display: none;
}

html,
body {
    position: relative;
    min-width: 1280px;
    height: 100%;
    font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN",
        "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    cursor: auto !important;
    font-size: 10px !important;
    line-height: 1;
    cursor: none !important;
    min-width: auto !important;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
ol,
ul {
    list-style: none;
}
a {
    text-decoration: inherit;
    color: inherit;
    /*color:#e6dc47;*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: none !important;
}
img {
    display: block;
    width: 100%;
}
input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
}
fieldset,
img {
    border: 0;
}
.underline {
    text-decoration: underline;
}
.nodecoration {
    text-decoration: none;
}
@media screen and (max-width: 736px) {
    html,
    body {
        min-width: 320px;
        cursor: auto !important;
    }
    a {
        cursor: auto !important;
    }
}
.clubunrealityWrap {
    padding-top: 100px;
    font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN",
        "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.clubunrealityContentsWrap {
    padding: 0;
    margin: 0;
}
.topimage {
    width: 100%;
    margin-top: 100px;
}
.page_header {
    /*background: rgba(0,0,0,0.3);*/
    height: 80px;
    /*border-bottom: 1px solid rgba(255,255,255,0.3);*/
    justify-content: space-between;
    transition: 0.5s;
    width: 100%;
    position: fixed;
    z-index: 9997;
    margin-left: 0;
}
.page_header .logo {
    width: 70px;
}
.topinnerLogo {
    position: absolute;
    /*top: 10.666666666666666vw;
left: 4vw;*/
    width: 90px;
    top: 20px;
    left: 20px;
}
.innerfcLogo__a {
    transition: all 0.3s;
}

.innerfcLogo__a:hover {
    transform: scale(1.03);
}
.toplogo {
    width: 100%;
    position: absolute;
    z-index: 9999;
}
.backbtn {
    position: relative;
    text-decoration: none !important;
    display: inline-block;
    background: #b5260f;
    color: #e6dc47;
    padding: 5px 55px;
    border-radius: 25px;
    text-align: center;
    outline: none;
    transition: ease 0.2s;
    margin: 40px auto;
    font-size: 1.1rem;
    letter-spacing: 0.11em;
    font-weight: bold;
}
.backbtn:hover {
    background: #b5260f;
    padding: 5px 55px 5px 58px;
}
.backbtn::after {
    content: "";
    position: absolute;
    top: 42%;
    left: 23px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #e6dc47;
    border-right: 2px solid #e6dc47;
    transform: rotate(225deg);
    transition: all 0.3s;
}
.backbtn:hover::after {
    left: 11px;
}
.viewmorebtn {
    position: relative;
    text-decoration: none !important;
    display: inline-block;
    background: #b5260f;
    color: #e6dc47;
    padding: 10px 30px 10px 20px !important;
    border-radius: 25px;
    text-align: center;
    outline: none;
    transition: ease 0.2s;
    margin: 40px auto;
    font-size: 1.1rem;
    letter-spacing: 0.11em;
    font-weight: bold;
    border: none;
}
.viewmorebtn:hover {
    background: #b5260f;
    padding: 10px 40px 10px 20px;
}
.viewmorebtn::after {
    content: "";
    position: absolute;
    top: 42%;
    right: 13px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #e6dc47;
    border-right: 2px solid #e6dc47;
    transform: rotate(45deg);
    transition: all 0.3s;
}
.viewmorebtn:hover::after {
    right: 11px;
}
.viewlessbtn {
    position: relative;
    text-decoration: none !important;
    display: inline-block;
    background: #b5260f;
    color: #e6dc47;
    padding: 10px 20px 10px 30px !important;
    border-radius: 25px;
    text-align: center;
    outline: none;
    transition: ease 0.2s;
    margin: 40px auto;
    font-size: 1.1rem;
    letter-spacing: 0.11em;
    font-weight: bold;
    border: none;
}
.viewlessbtn:hover {
    background: #b5260f;
    padding: 10px 20px 10px 40px;
}
.viewlessbtn::before {
    content: "";
    position: absolute;
    top: 42%;
    left: 13px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #e6dc47;
    border-left: 2px solid #e6dc47;
    transform: rotate(-45deg);
    transition: all 0.3s;
}
.viewlessbtn:hover::before {
    left: 11px;
}

.page-content-title {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 40px;
    font-weight: bold;
    padding-left: 10px;
    border-left: 2px solid #ccc;
}
.sa {
    opacity: 0;
    transition: all 1s ease;
}

.sa.show {
    opacity: 1;
    transform: none;
}

.sa--lr {
    transform: translate(-50px, 0);
}

.sa--rl {
    transform: translate(50px, 0);
}

.sa--up {
    transform: translate(0, 50px);
}

.sa--down {
    transform: translate(0, -50px);
}

.sa--scaleUp {
    transform: scale(0.5);
}

.sa--scaleDown {
    transform: scale(1.5);
}

.sa--rotateL {
    transform: rotate(180deg);
}

.sa--rotateR {
    transform: rotate(-180deg);
}

/*menu*/
.menukitani {
    height: 50px;
    position: absolute;
    right: 10px;
    top: 30px;
    width: 34px;
    z-index: 999;
}
.menu___line01 {
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform 0.3s;
    width: 100%;
    transform: rotate(90deg);
    margin-top: 20px;
}
.menu___line02 {
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform 0.3s;
    width: 60%;
    transform: rotate(90deg);
    margin-bottom: 35px;
}
.menu___lineline {
    background: #000;
}
.transform .menu___line {
    background: #3d4255;
}
.menu___line--center {
    top: 9px;
}
.menu___line--bottom {
    bottom: 0;
}
.menu___line--top.active {
    width: 50%;
    transform: rotate(45deg);
}
.menu___line--center.active {
    transform: scaleX(0);
}
.menu___line--bottom.active {
    bottom: -7px;
    width: 50%;
    transform: rotate(135deg);
}

/*gnav*/
.gnav {
    background: rgba(0, 0, 0, 1);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 998;
}
.gnav__wrap {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}
.menuleft {
    width: 50%;
    height: 100%;
}
.gnav__menu {
    list-style-type: none;
}

.gnav__menu__item {
    margin: 10px 0;
    height: auto;
}
.gnav__menu__item a {
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    text-decoration: none;
    transition: 0.5s;
}
.gnav__menu__item a:hover {
    color: #666;
}

.smt_snsimg {
    width: 20px !important;
    margin-right: 30px;
    float: left;
    transition: all 0.3s;
    margin-top: 20px;
}
.smt_snsimg:hover {
    transform: translateY(-5px);
}
.smt_head_snsbt {
    width: 100%;
    margin-left: 20px;
}

.transform #menu {
    margin-top: 20px !important;
    margin-right: 0 !important;
    margin-left: 25px;
    float: left;
}
.head_snsbt {
    margin: 15px 15px 0 0;
    width: 660px;
    text-align: right;
}

.menuLeft {
    width: 50%;
    height: 100%;
    float: left;
    padding-top: 20vw;
}
.menuRight {
    width: 50%;
    float: left;
    height: 100%;
    padding-top: 20vw;
    background-image: url(https://astp.clubunreality.com/clubunreality_img/common/menukitaniBg.jpg),
        url(https://astp.clubunreality.com/clubunreality_img/common/unrealityBgBase.png);
    background-position: right bottom, left top;
    background-repeat: no-repeat, repeat;
    background-size: 100%, 100%;
}
#menuLeftmenu {
    width: 90%;
    text-align: center;
    padding: 2px 0;
    margin: 0 auto;
}
#menuLeftmenu ul {
    margin: 0;
    padding: 0;
    margin: 5px 0 20px;
    list-style: none;
}
#menuLeftmenu li {
    height: 3vw;
    margin: 18px 0;
    padding: 0;
}
#menuLeftmenu li a {
    height: 19px;
}
#menuLeftmenu #menunews a {
    height: 3.2vw;
    width: auto;
    margin-right: 19px;
    background: url(https://astp.clubunreality.com/clubunreality_img/common/news01.png) no-repeat bottom
        right/ contain;
    display: block;
}
#menuLeftmenu #menunews a:hover {
    height: 3.2vw;
    width: auto;
    margin-right: 19px;
    background: url(https://astp.clubunreality.com/clubunreality_img/common/news02.png) no-repeat bottom
        right/ contain;
    display: block;
}
#menuLeftmenu #menulive a {
    height: 3.2vw;
    width: auto;
    margin-right: 19px;
    background: url(https://astp.clubunreality.com/clubunreality_img/common/live01.png) no-repeat bottom
        right/ contain;
    display: block;
}
#menuLeftmenu #menulive a:hover {
    height: 3.2vw;
    width: auto;
    margin-right: 19px;
    background: url(https://astp.clubunreality.com/clubunreality_img/common/live02.png) no-repeat bottom
        right/ contain;
    display: block;
}
#menuLeftmenu #menubiography a {
    height: 3.2vw;
    width: auto;
    margin-right: 19px;
    background: url(https://astp.clubunreality.com/clubunreality_img/common/bio01.png) no-repeat bottom right/
        contain;
    display: block;
}
#menuLeftmenu #menubiography a:hover {
    height: 3.2vw;
    width: auto;
    margin-right: 19px;
    background: url(https://astp.clubunreality.com/clubunreality_img/common/bio02.png) no-repeat bottom right/
        contain;
    display: block;
}
#menuLeftmenu #menudiscography a {
    height: 3.2vw;
    width: auto;
    margin-right: 19px;
    background: url(https://astp.clubunreality.com/clubunreality_img/common/disco01.png) no-repeat bottom
        right/ contain;
    display: block;
}
#menuLeftmenu #menudiscography a:hover {
    height: 3.2vw;
    width: auto;
    margin-right: 19px;
    background: url(https://astp.clubunreality.com/clubunreality_img/common/disco02.png) no-repeat bottom
        right/ contain;
    display: block;
}
#menuLeftmenu #menumovie a {
    height: 3.2vw;
    width: auto;
    margin-right: 19px;
    background: url(https://astp.clubunreality.com/clubunreality_img/common/movie01.png) no-repeat bottom
        right/ contain;
    display: block;
}
#menuLeftmenu #menumovie a:hover {
    height: 3.2vw;
    width: auto;
    margin-right: 19px;
    background: url(https://astp.clubunreality.com/clubunreality_img/common/movie02.png) no-repeat bottom
        right/ contain;
    display: block;
}
#menuLeftmenu #menugoods a {
    height: 3.2vw;
    width: auto;
    margin-right: 19px;
    background: url(https://astp.clubunreality.com/clubunreality_img/common/goods01.png) no-repeat bottom
        right/ contain;
    display: block;
}
#menuLeftmenu #menugoods a:hover {
    height: 3.2vw;
    width: auto;
    margin-right: 19px;
    background: url(https://astp.clubunreality.com/clubunreality_img/common/goods02.png) no-repeat bottom
        right/ contain;
    display: block;
}
#menuLeftmenu #menuworks a {
    height: 3.2vw;
    width: auto;
    margin-right: 19px;
    background: url(https://astp.clubunreality.com/clubunreality_img/common/works01.png) no-repeat bottom
        right/ contain;
    display: block;
}
#menuLeftmenu #menuworks a:hover {
    height: 3.2vw;
    width: auto;
    margin-right: 19px;
    background: url(https://astp.clubunreality.com/clubunreality_img/common/works02.png) no-repeat bottom
        right/ contain;
    display: block;
}
#menuLeftmenu #menucontact a {
    height: 3.2vw;
    width: auto;
    margin-right: 19px;
    background: url(https://astp.clubunreality.com/clubunreality_img/common/contact01.png) no-repeat bottom
        right/ contain;
    display: block;
}
#menuLeftmenu #menucontact a:hover {
    height: 3.2vw;
    width: auto;
    margin-right: 19px;
    background: url(https://astp.clubunreality.com/clubunreality_img/common/contact02.png) no-repeat bottom
        right/ contain;
    display: block;
}
#menuRightmenu {
    width: 50%;
    text-align: center;
    padding: 2px 0;
    margin: 0 auto;
}
.menuRightFanclubTitle {
    transition: all 0.3s;
    margin-bottom: 4vw;
    margin-top: 10px;
}
.menuRightFanclubTitle:hover {
    filter: brightness(150%);
    transform: scale(1.03);
}
.menuRightFanclubJoin {
    transition: all 0.3s;
    width: 50%;
    float: left;
}
.menuRightFanclubJoin:hover {
    filter: brightness(150%);
    transform: scale(1.03);
}
.menuRightFanclubLogin {
    transition: all 0.3s;
    width: 50%;
    float: left;
}
.menuRightFanclubLogin:hover {
    filter: brightness(150%);
    transform: scale(1.03);
}
#menuRightmenu ul {
    margin: 0;
    padding: 0;
    margin: 5px 0;
    list-style: none;
}
#menuRightmenu li {
    height: 3vw;
    margin: 20px;
    padding: 0;
}
#menuRightmenu li a {
    height: 19px;
}
#menuRightmenu li img {
    height: 4vw;
    width: auto;
    margin: 0 auto;
    transition: all 0.3s;
}
#menuRightmenu li img:hover {
    filter: brightness(150%);
    transform: scale(1.03);
}

.unrealityBgTop {
    /*width: calc(100vw - 10px);*/
    width: 100%;
    padding-top: 0;
    background-image: url(https://astp.clubunreality.com/clubunreality_img/common/unrealityBg.jpg),
        url(https://astp.clubunreality.com/clubunreality_img/common/unrealityBgBase.png);
    background-position: right bottom, left top;
    background-repeat: no-repeat, repeat;
    background-size: 100%, 100%;
    margin-top: -2px;
}
.unrealityBg {
    /*width: calc(100vw - 10px);*/
    width: 100%;
    padding-top: 0;
    background-image: url(https://astp.clubunreality.com/clubunreality_img/common/unrealityBg.jpg),
        url(https://astp.clubunreality.com/clubunreality_img/common/unrealityBgBase.png);
    background-position: right bottom, left top;
    background-repeat: no-repeat, repeat;
    background-size: 100%, 100%;
    margin-top: -2px;
}
.unrealityBg a {
    text-decoration: underline;
    color: #e6dc47;
}
.unrealityTopBody {
    box-sizing: border-box;
    /*width: calc(100vw - 10px);*/
    width: 100%;
    padding: 0 80px 0 165px;
}
.cornerTitle {
    margin-top: 0;
    background: rgba(11, 66, 96, 0.5);
    padding: 25px 165px;
}
.contentsTitlesize {
    height: 27px;
    width: auto;
    margin: 20px 0 50px;
}
.contentsWameisize {
    text-align: right;
    color: #fff;
}
.contentsDate {
    box-sizing: border-box;
    /*width: calc(100vw - 10px);*/
    width: 100%;
    padding: 30px 0 10px 165px;
    color: #fff;
    font-size: 1.8rem;
}
.contentsTitle {
    box-sizing: border-box;
    /*width: calc(100vw - 10px);*/
    width: 100%;
    padding: 20px 0 30px 165px;
    color: #e6dc47;
    font-size: 2.1rem;
    line-height: 1.6;
}
.unrealityContentsBody {
    box-sizing: border-box;
    /*width: calc(100vw - 10px);*/
    width: 100%;
    padding: 40px 80px 40px 165px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.8;
}
.unrealityContentsBody a.underline{
text-decoration:underline !important;
}
.unrealityContentsBody img {
    width: 70%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
}
.titleimg {
    float: left;
    width: 570px;
}
.joinloginarea {
    width: 340px;
    float: right;
}
.joinicon {
    width: 165px;
    float: left;
    transition: all 0.3s;
}
.joinicon:hover {
    filter: brightness(150%);
    transform: scale(1.03);
}
.loginicon {
    width: 165px;
    float: right;
    transition: all 0.3s;
}
.loginicon:hover {
    filter: brightness(150%);
    transform: scale(1.03);
}
.bannerarea {
    clear: both;
    margin-top: 50px;
}
.bannersize {
    width: 50%;
}
@media screen and (min-width: 768px) {
    .bannerarea.index-page {
        padding: 0 80px 0 160px;
    }
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
    /*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 94%;
    margin: 0 auto;
}

.slider img {
    width: 100%; /*スライダー内の画像を横幅100%に*/
    height: auto;
    transition: all 0.3s;
}
.slider img:hover {
    transform: scale(1.03);
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin: 0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
    position: absolute; /*絶対配置にする*/
    top: 42%;
    cursor: pointer; /*マウスカーソルを指マークに*/
    outline: none; /*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #aaa; /*矢印の色*/
    border-right: 2px solid #aaa; /*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {
    /*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {
    /*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align: center;
    margin: 20px 0 0 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots button {
    width: 8px;
    height: 8px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 10px;
    background: #aaa;
    opacity: 0.3;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-appearance: none;
    cursor: pointer;
}
.slick-dots .slick-active button {
    background: #aaa;
    opacity: 1;
}
.newsarea {
    clear: both;
    margin-top: 80px;
}
.titlenewssize {
    width: 96px;
    margin-bottom: 10px;
}
.newsarea ul {
    list-style-type: none;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.5;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.newsarea ul li {
    padding: 20px 10px;
    clear: both;
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.newsarea ul li:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
.news_date {
    width: 70px;
    padding: 3px 15px;
    margin-right: 15px;
    float: left;
}
.news_title {
    padding: 3px 15px;
    width: 780px;
    float: left;
    border-left: 1px solid #fff;
}
.morebtn {
    width: 145px;
    margin: 30px auto 50px;
    clear: both;
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    text-decoration: none;
}
.morebtn:hover {
    transform: translateY(-5px);
}
.whatsnewareamenu {
    width: 99%;
    margin: 0 auto;
}
.whatsnewareamenu a {
    line-height: 60px;
    display: block;
    position: relative;
}
.whatsnewareamenu .newmenuall {
    width: 48px;
    float: left;
}
.whatsnewareamenu .newmenumovie {
    width: 76px;
    float: left;
}
.whatsnewareamenu .newmenublog {
    width: 64px;
    float: left;
}
.whatsnewareamenu .newmenustaffblog {
    width: 153px;
    float: left;
}
.whatsnewareamenu .newmenuphoto {
    width: 83px;
    float: left;
}
.whatsnewareamenu a::after {
    position: absolute;
    left: 0;
    top: 20px;
    content: "";
    width: 100%;
    height: 2px;
    background: #e6dc47;
    bottom: -1px; /*アンダーラインがaタグの下端から現れる*/
    transform: scale(0, 1); /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
    transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
    transition: transform 0.3s; /*変形の時間*/
}

.whatsnewareamenu a:hover::after {
    transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}

.whatsnewmenuall {
    width: auto;
    height: 20px;
}
.whatsnewmenumovie {
    width: auto;
    height: 20px;
}
.whatsnewmenublog {
    width: auto;
    height: 20px;
}
.whatsnewmenustaffblog {
    width: auto;
    height: 20px;
}
.whatsnewmenuphoto {
    width: auto;
    height: 20px;
}
.whatsnewmenumargin {
    padding: 0 61px;
    float: left;
    color: #e6dc47;
    font-size: 1.4rem;
}
.whatsnewarea {
    margin-top: 100px;
}
.whatsnewarea ul {
    clear: both;
    margin-top: 40px;
}
.whatsnewarea li {
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.whatsnewarea li:hover {
    transform: scale(1.03);
}
.whatsnewarea ul li {
    width: 24%;
    float: left;
    background-color: #0b4260;
    margin-bottom: 20px;
}
.whatsnewarea ul li:nth-child(4n-2) {
    margin: 0 0.6% 0 1.3%;
}
.whatsnewarea ul li:nth-child(4n-1) {
    margin: 0 1.3% 0 0.6%;
}
.whatsnewarea ul li img {
    margin-bottom: 10px;
}
.whatsnew_date {
    color: #ddd;
    font-size: 1rem;
    line-height: 1.5;
    padding: 0 10px;
}
.whatsnew_title {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.5;
    height: 2.3em;
    /*overflow: hidden;*/
    padding: 10px;
}
.whatsnew_corner {
    color: #ddd;
    font-size: 0.8rem;
    padding: 10px 10px;
    text-align: right;
    line-height: 1.7;
}
.whatsnew_corner a {
    text-decoration: none !important;
    color: inherit;
}
.footertopimage {
    /*width: calc(100vw - 10px);*/
    width: 100%;
    margin-top: 0;
}
.footterarea {
    margin-top: 30px;
}
.unrealityfootterBg {
    /*width: calc(100vw - 10px);*/
    width: 100%;
    background-image: url(https://astp.clubunreality.com/clubunreality_img/common/footerback.jpg);
    background-size: 100%;
    margin-top: -1px;
}
.unrealityfootterbody {
    width: 750px;
    margin: 0 auto;
    padding: 50px 0;
    color: #fff;
    font-size: 1.1rem;
}
.unrealityfootterbody a {
    text-decoration: inherit;
    color: inherit;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.unrealityfootterbody a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.titlesupport {
    float: left;
    width: 93px;
}
.supportmenu {
    width: 600px;
    float: right;
}
.supportmenuLeft {
    width: 26%;
    padding: 0 3%;
    float: left;
}
.supportmenuLeft ul li {
    margin-bottom: 20px;
}
.supportmenuCenter {
    width: 26%;
    padding: 0 3%;
    float: left;
}
.supportmenuCenter ul li {
    margin-bottom: 20px;
}
.supportmenuRight {
    width: 26%;
    padding: 0 3%;
    float: left;
}
.supportmenuRight ul li {
    margin-bottom: 20px;
}
.fottercopy {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
        "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    clear: both;
    padding: 40px 0;
}
.loginTable {
    width: 60%;
    margin: 0 auto;
}
.loginTable tbody {
    margin: 20px;
}
.loginTable th {
    /*padding:10px;
background:rgba(11, 66, 96,0.5);*/
}
.loginTable td {
    padding: 8px 0 40px;
}
.priceTable {
    width: 80%;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.6);
}
.priceTable th {
    width: 200px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(11, 66, 96, 0.5);
}
.priceTable td {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.tokushouhouTable {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.6);
}
.tokushouhouTable th {
    width: 200px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(11, 66, 96, 0.5);
}
.tokushouhouTable td {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.inputdiv input[type="text"],
.inputdiv input[type="email"],
.inputdiv input[type="password"] {
}
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
textarea {
    padding: 0.3rem 0.75rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #81868a;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.3rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 5px auto 20px;
}
.loginTable input {
    width: 95%;
}
.resetPass {
    text-decoration: none !important;
    color: #fff !important;
}
.yellowtxt {
    color: #e6dc47;
}
.smalltxt {
    font-size: 1.1rem;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.9);
}
.contactTxt {
    font-size: 1.3rem;
    line-height: 1.8;
    width: 80%;
    margin: 0 auto 30px;
}
.loginTxt {
    font-size: 1.3rem;
    line-height: 1.8;
    width: 70%;
    margin: 0 auto 30px;
}
.youtubewindow {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtubewindow iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.faqmenu{
margin:20px 0;
margin-bottom:50px;
}
.faqmenu li{
font-size: 1.2rem;
float: left;
width: 15.7%;
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 4px;
padding: 1%;
margin: 1%;
text-align: center;
}
.faqmenu li:hover{
background:rgba(11, 66, 96, 0.5);
}
.faqmenu li.faqmail{
clear:both;
width:35.6%;
border: 1px solid rgba(255, 255, 255, 0.2);
background:rgba(255, 255, 255, 0.2);
}
.faqmenu li.faqmail:hover{
background:rgba(11, 66, 96, 0.5);
}


@media screen and (min-width: 1020px) {
    /*PCここから*/

    /*PCここまで*/
}

@media screen and (min-width: 768px) and (max-width: 1019px) {
    /*タブレットここから*/

    .menuRight {
        background-image: url(https://astp.clubunreality.com/clubunreality_img/common/menukitaniBgSp.jpg),
            url(https://astp.clubunreality.com/clubunreality_img/common/unrealityBgBase.png);
    }
    /*タブレットここまで*/
}

@media screen and (min-width: 768px) {
    .br-pc {
        display: block;
    }
    .br-sp {
        display: none;
    }
    .unrealityContentsBody {
        min-height: calc(100vh - 500px);
    }
}
@media screen and (max-width: 767px) {
    .br-pc {
        display: none;
    }
    .br-sp {
        display: block;
    }
    .page_header {
        background: none;
        border-bottom: none;
    }
    .page_header .logo {
        margin-top: 10px !important;
    }
    .topinnerLogo {
        width: 19.333333333333332vw;
        top: 10.666666666666666vw;
        left: 4vw;
    }
    .LogoBack {
        top: 7.666666666666666vw;
    }
    .topimage {
        width: 100%;
        margin-top: 100px;
    }
    .menukitani {
        top: 4.8vw;
        right: 2.133333333333333vw;
        width: 11.733333333333333vw;
    }
    #menuLeftmenu li {
        height: 4vw;
        padding-top: 4vw;
    }
    .menuRight {
        background-image: url(https://astp.clubunreality.com/clubunreality_img/common/menukitaniBgSp.jpg),
            url(https://astp.clubunreality.com/clubunreality_img/common/unrealityBgBase.png);
    }
    .menuRightFanclubTitle {
        margin-bottom: 6vw;
    }
    .menuRightFanclubJoin {
        width: 66%;
        float: none;
        margin: 0 auto;
    }
    .menuRightFanclubLogin {
        width: 66%;
        float: none;
        margin: 0 auto;
    }
    #menuRightmenu {
        width: 90%;
        padding-top: 7vw;
    }
    #menuRightmenu li {
        margin: 40px 0;
    }
    .smt_snsimg {
        width: 15px !important;
        margin-right: 8%;
        margin-bottom: 5vw;
        float: left;
    }
    .unrealityBgTop {
        padding-top: 30px;
        background-image: url(https://astp.clubunreality.com/clubunreality_img/common/unrealityBgSp.jpg),
            url(https://astp.clubunreality.com/clubunreality_img/common/unrealityBgSpBase.png);
        padding-top: 10px;
    }
    .unrealityBg {
        background-image: url(https://astp.clubunreality.com/clubunreality_img/common/unrealityBgSp.jpg),
            url(https://astp.clubunreality.com/clubunreality_img/common/unrealityBgSpBase.png);
        padding-top: 10px;
    }
    .unrealityTopBody {
        width: 100%;
        padding: 0 0;
    }
    .contentsDate {
        width: 100%;
        padding: 30px 15px 10px;
    }
    .contentsTitle {
        width: 100%;
        padding: 20px 15px 30px;
    }
    .contentsTitlesize {
        margin: 20px auto 50px;
    }
    .unrealityContentsBody {
        width: 100%;
        padding: 30px 15px;
    }
    .unrealityContentsBody img {
        width: 80vw;
        margin: 30px auto;
    }
    .cornerTitle {
        margin-top: 80px;
        text-align: center;
        padding: 25px 0;
    }
    .contentsWameisize {
        text-align: center;
    }

    .faqmenu li{
    width:45% !important;
    margin-bottom:20px;
    }
    .faqmenu li.faqmail{
    width:95% !important;
    }

    .titleimg {
        width: 90vw;
        margin-bottom: 40px;
        float: none;
    }
    .joinloginarea {
        width: 80vw;
        clear: both;
        float: none;
        margin: 0 auto;
    }
    .joinicon {
        width: 38vw;
    }
    .loginicon {
        width: 38vw;
    }
    .bannerarea {
        margin-top: 30px;
    }
    .bannersize {
        width: 76%;
    }
    .news_date {
        width: 80px;
        padding: 3px 0;
        margin-right: 0;
        border: none;
        clear: both;
        width: 100%;
    }
    .news_title {
        clear: both;
        border: none;
        padding: 3px 0;
        width: 100%;
    }
    .morebtn {
        width: 30vw;
        margin: 30px auto 10px;
    }
    .whatsnewareamenu {
        width: 80%;
        margin: 0 auto;
    }
    .whatsnewmenuall {
        width: auto;
        margin-bottom: 5vw;
    }
    .whatsnewmenumovie {
        width: auto;
        margin-bottom: 5vw;
    }
    .whatsnewmenublog {
        width: auto;
        margin-bottom: 5vw;
    }
    .whatsnewmenustaffblog {
        width: auto;
    }
    .whatsnewmenuphoto {
        width: auto;
    }
    .whatsnewmenumargin {
        padding: 0 5.3vw;
        font-size: 1.7em;
    }
    .whatsnewarea ul {
        width: 80%;
        margin: 0 auto;
        margin-top: 10vw;
    }
    .whatsnewarea ul li {
        width: 100%;
        clear: both;
        background-color: #0b4260;
        margin-bottom: 30px;
    }
    .whatsnewarea ul li:nth-child(4n-2) {
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .whatsnewarea ul li:nth-child(4n-1) {
        margin: 0;
        margin-bottom: 30px;
    }
    .whatsnewarea ul li:nth-child(2) {
        clear: both;
        margin-bottom: 30px;
    }
    .whatsnewarea ul li:nth-child(4) {
        clear: both;
        margin-bottom: 30px;
    }

    .whatsnewarea ul a {
        text-decoration: inherit;
        color: inherit;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .supportmenu {
        width: 90%;
        float: none;
        clear: both;
        margin-top: 50px;
    }
    .supportmenuLeft {
        float: none;
        width: 90%;
    }
    .supportmenuCenter {
        float: none;
        width: 90%;
    }
    .supportmenuRight {
        float: none;
        width: 90%;
    }
    .unrealityfootterbody {
        width: 90%;
        margin: 0 auto;
    }
    .unrealityfootterBg {
        background-image: url(https://astp.clubunreality.com/clubunreality_img/common/footerbackSp.jpg);
    }
    .tokushouhouTable th {
        width: 14vw;
    }
    .loginTable {
        width: 100%;
    }
    .loginTable th {
        width: 100%;
    }
    .priceTable {
        width: 100%;
    }
    .priceTable th {
        width: 14vw;
    }
    .contactTxt {
        width: 100%;
    }
    .loginTxt {
        width: 100%;
    }
}

* {
    font-style: normal;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.mt5 {
    margin-top: 5px !important;
}
.mb5 {
    margin-bottom: 5px !important;
}
.mr5 {
    margin-right: 5px !important;
}
.ml5 {
    margin-left: 5px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mr10 {
    margin-right: 10px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mr15 {
    margin-right: 15px !important;
}
.ml15 {
    margin-left: 15px !important;
}
.ml25 {
    margin-left: 25px !important;
}
.ml35 {
    margin-left: 35px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt35 {
    margin-top: 35px !important;
}
.mb35 {
    margin-bottom: 35px !important;
}
.mr35 {
    margin-right: 35px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mb70 {
    margin-bottom: 70px !important;
}
.mb90 {
    margin-bottom: 90px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mr20 {
    margin-right: 20px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.ml20 {
    margin-left: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.ml30 {
    margin-left: 30px !important;
}

.nav {
    z-index: 1000;
    position: fixed;
    top: 50%;
    /*left: 12px;*/
    bottom: 0;
    height: 672px;
    -webkit-transform: translate3d(-142px, -50%, 0);
    -moz-transform: translate3d(-142px, -50%, 0);
    -o-transform: translate3d(-142px, -50%, 0);
    -ms-transform: translate3d(-142px, -50%, 0);
    transform: translate3d(-142px, -50%, 0);
    -webkit-transition: top 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
        -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: top 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
        -moz-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: top 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
        -o-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: top 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
        -ms-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: top 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
        transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.nav--fixed {
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.nav__logo {
    width: 80px;
    margin: 0 0 12px 50px;
}
.nav__list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.nav__item {
    position: relative;
}
.nav__item:after {
    content: " ";
    display: block;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 30px;
    margin: auto;
    border-left: 1px solid #000;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}
.nav__item:last-child:after {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}
.nav__ico {
    display: block;
    fill: #ccc;
    margin: auto;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-90deg) scale(0.6923076923076923);
    -moz-transform: rotate(-90deg) scale(0.6923076923076923);
    -o-transform: rotate(-90deg) scale(0.6923076923076923);
    -ms-transform: rotate(-90deg) scale(0.6923076923076923);
    transform: rotate(-90deg) scale(0.6923076923076923);
    -webkit-transition: fill 320ms cubic-bezier(0.455, 0.03, 0.515, 0.955),
        -webkit-transform 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: fill 320ms cubic-bezier(0.455, 0.03, 0.515, 0.955),
        -moz-transform 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: fill 320ms cubic-bezier(0.455, 0.03, 0.515, 0.955),
        -o-transform 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: fill 320ms cubic-bezier(0.455, 0.03, 0.515, 0.955),
        -ms-transform 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: fill 320ms cubic-bezier(0.455, 0.03, 0.515, 0.955),
        transform 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.nav__ico--news {
    width: 66.44444444444444px;
    height: 66.44444444444444px;
}
.nav__ico--live {
    width: 52px;
    height: 52px;
}
.nav__ico--disco {
    width: 70.77777777777777px;
    height: 70.77777777777777px;
}
.nav__ico--bio {
    width: 39px;
    height: 39px;
}
.nav__ico--movie {
    width: 73.66666666666667px;
    height: 73.66666666666667px;
}
.nav__ico--goods {
    width: 82.33333333333333px;
    height: 82.33333333333333px;
}
.nav__ico--works {
    width: 80.88888888888889px;
    height: 80.88888888888889px;
}
.nav__ico--contact {
    width: 112.66666666666667px;
    height: 112.66666666666667px;
    margin-left: -17px;
}
.nav__ico--fc_news {
    width: 81px;
    height: 81px;
}
.nav__ico--fc_blog {
    width: 81px;
    height: 81px;
}
.nav__ico--fc_staffblog {
    width: 190px;
    height: 160px;
}
.nav__ico--fc_photo {
    width: 103px;
    height: 103px;
}
.nav__ico--fc_movie {
    width: 95px;
    height: 85px;
}
.nav__ico--fc_community {
    width: 190px;
    height: 170px;
}
.nav__item--current {
    padding-bottom: 34px;
}
.nav__item--current:after {
    -webkit-transition: -webkit-transform 160ms
        cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: -moz-transform 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: -o-transform 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: -ms-transform 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.nav__item--current .nav__ico {
    fill: #000;
    -webkit-transform: rotate(0) scale(0.9);
    -moz-transform: rotate(0) scale(0.9);
    -o-transform: rotate(0) scale(0.9);
    -ms-transform: rotate(0) scale(0.9);
    transform: rotate(0) scale(0.9);
}
.nav__item--current-v .nav__ico {
    fill: #000;
}
.nav__a:hover .nav__ico {
    fill: #000;
}
.nav__a--contact {
    display: block;
    width: 80px;
    overflow: hidden;
}
@media screen and (max-height: 712px) {
    .nav {
        top: 20px;
        -webkit-transform: translate3d(-142px, 0, 0);
        -moz-transform: translate3d(-142px, 0, 0);
        -o-transform: translate3d(-142px, 0, 0);
        -ms-transform: translate3d(-142px, 0, 0);
        transform: translate3d(-142px, 0, 0);
    }
    .nav--fixed {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@media screen and (max-width: 736px) {
    .nav {
        display: none;
    }
}
.nav .nav__rightlist {
    position: absolute;
    left: 20px;
    top: 104px;
}

.menu {
    z-index: 1000;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
        -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
        -moz-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
        -o-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
        -ms-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
        transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.menu--show {
    pointer-events: auto;
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.menu--show .menu__btn {
    height: 48px;
    -webkit-transition: height 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: height 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: height 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: height 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: height 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.menu__btn {
    position: absolute;
    top: 62%;
    right: 32px;
    width: 48px;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 410ms;
    -moz-transition: height 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 410ms;
    -o-transition: height 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 410ms;
    -ms-transition: height 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 410ms;
    transition: height 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 410ms;
}
.menu__cont {
    position: absolute;
    top: 62%;
    right: 76px;
    width: 40px;
    margin-top: -4px;
    pointer-events: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(12%, 0, 0);
    -moz-transform: translate3d(12%, 0, 0);
    -o-transform: translate3d(12%, 0, 0);
    -ms-transform: translate3d(12%, 0, 0);
    transform: translate3d(12%, 0, 0);
    -webkit-transition: opacity 240ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
        -webkit-transform 240ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: opacity 240ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
        -moz-transform 240ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: opacity 240ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
        -o-transform 240ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: opacity 240ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
        -ms-transform 240ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 240ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
        transform 240ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.menu__sns__item {
    margin-top: 4px;
}
.menu__sns__item:first-child {
    margin-top: 0;
}
.menu__sns__ico {
    -webkit-transition: -webkit-transform 160ms
        cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: -moz-transform 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: -o-transform 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: -ms-transform 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.menu:hover .menu__cont {
    pointer-events: auto;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.menu__sns__a:hover .menu__sns__ico {
    -webkit-transform: scale(1.16);
    -moz-transform: scale(1.16);
    -o-transform: scale(1.16);
    -ms-transform: scale(1.16);
    transform: scale(1.16);
}
@media screen and (max-width: 736px) {
    .menu {
        bottom: auto;
    }
    .menu--show .menu__btn {
        height: 11.733333333333333vw;
    }
    .menu__btn {
        top: 4.8vw;
        right: 2.133333333333333vw;
        width: 11.733333333333333vw;
    }
    .menu__close {
        position: absolute;
        top: 4.8vw;
        right: 2.133333333333333vw;
        width: 11.733333333333333vw;
        fill: #fff;
    }
    .menu__cont {
        top: 0;
        right: 0;
        width: 100vw;
        height: 100vh;
        margin-top: 0;
    }
    .menu__box {
        position: absolute;
        top: 0;
        right: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 73.93333333333333vw;
        height: 100%; /*padding:26.666666666666668vw 10.133333333333333vw 0;*/
        background-color: #000;
    }
    .menu__nav {
        text-align: right;
    }
    .menu__nav__item {
        margin-top: 9.066666666666666vw;
    }
    .menu__nav__item:first-child {
        margin-top: 0;
    }
    .menu__nav__ico {
        fill: #fff;
    }
    .menu__nav__ico--news {
        width: 16.133333333333333vw;
    }
    .menu__nav__ico--live {
        width: 13.2vw;
    }
    .menu__nav__ico--disco {
        width: 18.133333333333333vw;
    }
    .menu__nav__ico--bio {
        width: 9.866666666666667vw;
    }
    .menu__nav__ico--movie {
        width: 18.666666666666668vw;
    }
    .menu__nav__ico--goods {
        width: 20.933333333333334vw;
    }
    .menu__nav__ico--works {
        width: 20.666666666666668vw;
    }
    .menu__nav__ico--contact {
        width: 27.733333333333334vw;
    }
    .menu__sns {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -o-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin: 9.6vw -3.2vw 0;
    }
    .menu__sns__item {
        margin-top: 0;
        width: 11.2vw;
    }
    .menu__sns__ico {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
        fill: #fff;
    }
    .menu__sns__a:hover .menu__sns__ico {
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .menu:hover .menu__cont {
        pointer-events: none;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(12%, 0, 0);
        -moz-transform: translate3d(12%, 0, 0);
        -o-transform: translate3d(12%, 0, 0);
        -ms-transform: translate3d(12%, 0, 0);
        transform: translate3d(12%, 0, 0);
    }
    .menu--opened .menu__cont,
    .menu--opened:hover .menu__cont {
        pointer-events: auto;
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@media screen and (max-width: 736px) {
    .menu__sns {
        display: none;
    }
}

.nav .nav__rightlist a.nav__a {
    width: 110px;
    overflow: hidden;
    display: block;
}
.nav__ico--fc_news {
    margin-left: 54px;
}
.nav__ico--fc_blog {
    margin-left: 54px;
}
.nav__ico--fc_staffblog {
    margin-left: 0;
}
.nav__ico--fc_photo {
    margin-left: 43px;
}
 .nav__ico--fc_movie {
    margin-left: 47px;
}
.nav__ico--fc_community {
    margin-left: 0;
}
.nav .nav__rightlist > li {
    padding-top: 16px;
}
.nav .nav__rightlist > li:first-child {
    padding-top: 0;
}

.cursor {
    z-index: 11111;
    position: fixed;
    top: 0;
    left: 0;
    width: 36px;
    -webkit-transform: translate3d(-18px, -12px, 0);
    -moz-transform: translate3d(-18px, -12px, 0);
    -o-transform: translate3d(-18px, -12px, 0);
    -ms-transform: translate3d(-18px, -12px, 0);
    transform: translate3d(-18px, -12px, 0);
    pointer-events: none;
    -webkit-transition: opacity 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: opacity 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: opacity 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: opacity 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cursor--hover {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
}
@media screen and (max-width: 736px) {
    .cursor {
        display: none !important;
    }
}
