@charset "UTF-8";

/*============================================================
CSS Document

2018 CSS

MAKING 180701 sim_sekig
=============================================================*/

/*------------------------------------------------------------
CSSの構造

・基本設定
・パーツ
more link
relative構成要素
グラデーション
グラデーション　タイトル
・メインビジュアル




-------------------------------------------------------------*/
/* 180920アルバムリリースのため修正*/
header#mainHeader{
    background-color: rgba(255,255,255,0.0);
}

/* respondive 768  --------------- */
@media (min-width:768px) {
header#mainHeader{
        background-color: #f5f5f5;
}
}
/*====================================================
パララックス要素　初期値設定
====================================================*/

.plx_content{
backface-visibility: hidden;
-webkit-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
}
/*====================================================
SVG loading animation
====================================================*/
#svg_loading{
width: 100%;
height: 100vh;
background: #fff;
top: 0;
transition: .5s;
}

#svg_loading .inner{
width: 70px;
height: 100px;
position: absolute;
margin: auto;
top: calc(0px - 130px);
right: 0;
left: 0;
bottom: 0;
z-index: 1000;
transition: 1s;
text-align: center;
font-family: aviano-sans, sans-serif;
transition: .5s;
}

#svg_loading .inner .kaorikobayashi-img{
width: 40%;
}

#svg_loading .inner .counter{
margin-top: 5px;
font-size: 13px;
}


/* respondive 1060  --------------- */
@media (min-width:1060px) {
#svg_loading .inner{
width: 80px;
height: 200px;
position: absolute;
margin: auto;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 1000;
transition: 1s;
text-align: center;
}


#svg_loading .inner .counter{
margin-top: 5px;
font-size: 15px;
}
}

/* ローディング終了時 */
#svg_loading.hide-contents{
opacity: 0;
}




/*====================================================
header fadeIn アニメーション　20180710
====================================================*/
header#mainHeader{
opacity: 0;
}

header#mainHeader.fadeIn{
opacity: 1;
}


/*---------------------------------
基本設定
-----------------------------------*/
#sideContentWrap{
padding: 0;
}


h2{
/*    background-image: linear-gradient(-45deg, #75359b 0%, #75359b 0%, #b465da 0%, #cf6cc9 33%, #e7438e 66%, #e7438e 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin: 0 0 10% 0;*/
}


#topContent article{
position: relative;
/* height: inherit; */
}

#topContent .contentInner{
/*    position: absolute;*/
width: 100%;
/*    box-shadow: 0px 8px 20px rgba(0,0,0,0.2);*/
background: #fff;
padding: 60px 0;
}



/* respondive 640  --------------- */
@media (min-width: 640px) {
/*    h2{
font-size: 50px;
}*/
}

/* respondive 1280  --------------- */
@media (min-width: 1060px) {
/*    h2{
text-align: left;
width: 90%;
margin: 0 auto 5%;
font-size: 42px;
}
*/
#topContent .contentInner{
position: absolute;
padding: 5% 0;   
box-shadow: 50px 58px 55px 13px rgba(0,0,0,0.12);
/*     padding: 72px 0 56px;*/
padding: 55px 0 28px;
}
/* 下の3つのコンテンツの調整 */
#topContent .contentInner.c-pd02{
padding: 120px 0 80px;
}
}

/* ナビゲーション ----------------------------------- */
header#mainHeader .siteTitle{
display: none;
}
header#mainHeader.opened .siteTitle{
display: block;
}


@media (min-width: 768px) {
header#mainHeader .siteTitle{
display: block;
}
header#mainHeader.opened .siteTitle{
display: block;
}

}

/* br ----------------------------------- */
.pc_br {
    display: none;
}

@media (min-width: 1060px) {
.pc_br {
    display: block;
}
}


/*---------------------------------
パーツ
-----------------------------------*/
/* more link ----------------------------------- */
#topContent .contentInner .contentInner-link{
width: 80%;
max-width: 300px;
font-family: aviano-sans, sans-serif;
font-weight: bold;
text-align: center;
margin: 0 auto;
padding-top: 70px;
font-size: 15px;
}

#topContent .contentInner .contentInner-link a{
margin-left: -10px;
}

#topContent .contentInner .contentInner-link span{
display: inline-block;
transition: 0.3s;
padding-right: 10px;
}

#topContent .contentInner .contentInner-link a span::after{
content: " ";
background: url(/assets/images/common/more-link-icon.png) no-repeat;
background-size: contain;
background-position: center bottom;
width: 28.5px;
height: 1em;
transition: 0.3s;
display: inline-block;
margin-left: .5em;
}

#topContent .contentInner .contentInner-link a:hover{
margin-left: 28px;
}

/* more link */
#topContent .contentInner .contentInner-link a:hover span{
padding-right: 0; 
}

#topContent .contentInner .contentInner-link a:hover span::after{
opacity: 0;
}
@media (min-width: 1060px) {
#topContent .contentInner .contentInner-link{
padding-top: 0;
}
}


@media (min-width: 1060px) {
#topContent .contentInner .contentInner-link{
margin: 60px 0 0;
width: 100%;
max-width: inherit;
text-align: right;
}

#topContent .contentInner .contentInner-link{
width:  300px;
margin-left: auto;
}

#topContent .contentInner .link-center{
margin: 0 auto;
text-align: center;
padding-top: inherit;
}

#topContent .contentInner a{
transition: 0.5s;
}

#topContent .contentInner a:hover{
opacity: .5s;
}
}

/* news list animation ----------------------------------- */




/*---------------------------------
relative構成要素
-----------------------------------*/
#infomationWrap{
/*    position: relative; */
width: 100%;
max-width: 1500px;
height: auto;
margin: 0 auto;
z-index: 6000;
}

#newsWrap{
width: 100%;
max-width: 1500px;
margin: 0 auto;
}

/*
#infomationWrap:before{
content: "";
display: block;
padding-top: 400%;
}
*/
#profileWrap{
/*    position: relative; */
width: 100%;
height: auto;
}

#profileWrap .profile-box{
/*    width: 100%;
height: 100%;
max-width: 1500px;
position: relative;*/
}

/*
#profileWrap:before{
content: "";
display: block;
padding-top: 340%;
}
*/
#discoWrap{
position: relative;
width: 100%;
height: auto;
padding: 0;
margin: 0 auto 0 auto;
}

/*#discoWrap:before{
content: "";
display: block;
padding-top: 205%;
}*/

#movieWrap{
position: relative;
width: 100%;
height: auto;
}

/* respondive 640  --------------- */
@media (min-width: 640px) {
/*    #infomationWrap:before {
padding-top: 320%;
}*/

/*    #profileWrap:before{
padding-top: 270%;
}
*/

#discoWrap:before{
padding-top: 120%;
}

}


/* respondive 1280  --------------- */
@media (min-width: 1060px) {
/*    #infomationWrap:before {
padding-top: 1700px;
}*/
#infomationWrap{
position: relative;
}

#newsWrap{
position: relative;
z-index: 5000;
}

#profileWrap{
position: relative;
padding-bottom: 50px;
}

#profileWrap .profile-box{
width: 100%;
height: 100%;
max-width: 1500px;
position: relative;
background: url(/assets/images/top/pc_top_profile.jpg) no-repeat;
background-size: contain;
background-position: center right 50px;
margin: 0 auto;
}
#discoWrap{
position: relative;
height: auto !important;
/*margin-top: 80vh;*/
margin-bottom: 0;
}

}



/*---------------------------------
グラデーション
-----------------------------------*/
.gradationBox{
width: 100%;
height: 40px;
}

.gradationBox canvas{
/*    background-image: linear-gradient(-45deg, #75359b 0%, #75359b 0%, #b465da 0%, #cf6cc9 33%, #e7438e 66%, #e7438e 100%); */
width: 100%;
height: 100%;
}


.gradationBox canvas{
background: linear-gradient(270deg, #c895c0, #f4be74, #7db9db, #ce8dc7, #c6d874, #88bce3);
background-size: 1200% 1200%;
-webkit-animation: gradationAnime 60s ease infinite;
-moz-animation: gradationAnime 60s ease infinite;
-o-animation: gradationAnime 60s ease infinite;
animation: gradationAnime 60s ease infinite;
}
@-webkit-keyframes gradationAnime {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}

@-moz-keyframes gradationAnime {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}

@-o-keyframes gradationAnime {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}

@keyframes gradationAnime {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}

#live-schedule-gra.gradationBox{
/*   top: -50px;
left: 0;*/
}

#news-gra.gradationBox{
top: 44%;
right: 0;
}

/*
#profile-gra.gradationBox{
top: 0;
left: 0;
height: calc(100% - 160px);
width: 70%;
}*/

#profile-gra_02.gradationBox{
bottom: 0;
left: 0;
height: 40px;
width: 100%;
}


#discography-gra.gradationBox{
width: 100%;
position: inherit;
height: 40px;
margin-top: 60vh;
}

#movie-gra.gradationBox{
position: inherit;
width: 100%;
height: 40px;
}

#gallery-gra.gradationBox{
position: inherit;
width: 100%;
height: 40px;
}

/* respondive 640  --------------- */
@media (min-width: 640px) {
#news-gra.gradationBox{
top: 52%;
}

#profile-gra.gradationBox{
top: -50px;
}
}
/* respondive 768 --------------- */
@media (min-width: 768px) {
}

/* respondive 1060  --------------- */
@media (min-width: 1060px) {
.gradationBox{
position: absolute;
height: 600px;
}
#live-schedule-gra.gradationBox {
/*    top: 0;
right: 20%;
left: inherit;
/*width: 750px;*/
height: 450px;
}
#news-gra.gradationBox{
top: 15%;
right: 2%;
width: 68%;
/*    max-width: 1023px;*/
height: 320px;
}
#profile-gra.gradationBox{
width: 412px;
top: 0;
left: 16%;
height: 551px;
}

#discography-gra.gradationBox{
margin-top: 80vh;
}

}

/* respondive 1280  --------------- */
@media (min-width: 1500px) {
#live-schedule-gra.gradationBox {
/*    top: -100px;
right: 25%;
width: 55%;
max-width: 750px;*/
}
#news-gra.gradationBox{
right: 8%;
width: 57%;
}
}

/*---------------------------------
グラデーション　タイトル
-----------------------------------*/
#topContent .gradient-logo {
position: relative;
}

#topContent .gradient-logo h2{
display: block;
width: 98%;
height: 96%;
margin: auto;
font-size: 36px;
}

#topContent .gradient-logo h2{
background: linear-gradient(270deg, #c895c0, #f4be74, #7db9db, #ce8dc7, #c6d874, #88bce3);
background-size: 1200% 1200%;
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
-webkit-animation: gradationAnime_logo 60s ease infinite;
-moz-animation: gradationAnime_logo 60s ease infinite;
-o-animation: gradationAnime_logo 60s ease infinite;
animation: gradationAnime_logo 60s ease infinite;
}
@-webkit-keyframes gradationAnime_logo {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}

@-moz-keyframes gradationAnime_logo {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}

@-o-keyframes gradationAnime_logo {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}

@keyframes gradationAnime_logo {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}


#topContent .gradient-logo .logo-mask {
display: block;
width: 100%;
height: 100%;
margin: auto; 
}

#topContent .gradient-logo .gradient-mask {
position: absolute;
top: 0;
left: 0;
width: inherit;
height: inherit;
}

@media (min-width: 370px) {
#topContent .gradient-logo h2{
font-size: 42px;
}
}

@media (min-width: 600px) {
#topContent .gradient-logo h2{
font-size: 48px;
}
}

@media (min-width: 1060px) {
#topContent .gradient-logo h2{
font-size: 46px;
text-align: left;
}
}

/*/*  mainVidualの設定 ----------------- */
/*#topContent .gradient-logo h1.gradient-mask{
text-indent: inherit;
text-align: center;
font-size: 34px;
font-weight: 100;
/*text-shadow: 0px 1px 12px #fff;

    line-height: .6em;
    height: inherit;
    display: inline;
    line-height: .6em;
    text-align: center;
}*/


/*#topContent .gradient-logo h1 span{
/*    display: block;
    font-size: .45em;
    font-weight: bold;
    line-height: 1.5em;
    display: inline;
    font-size: .45em;
    font-weight: bold;*/
    /* line-height: 1.5em; 
    margin: auto;
}
*/
/*#topContent .gradient-logo h1.gradient-mask{
    color: #fff;
}

/* 180920アルバムリリースのためロゴ変更
#topContent .gradient-logo h1.gradient-mask{
background: linear-gradient(270deg, #c895c0, #f4be74, #7db9db, #ce8dc7, #c6d874, #88bce3);
background-size: 1200% 1200%;
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
-webkit-animation: gradationAnime_logo_title 60s ease infinite;
-moz-animation: gradationAnime_logo_title 60s ease infinite;
-o-animation: gradationAnime_logo_title 60s ease infinite;
animation: gradationAnime_logo_title 60s ease infinite;
}*/
/*@-webkit-keyframes gradationAnime_logo_title {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}

@-moz-keyframes gradationAnime_logo_title {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}

@-o-keyframes gradationAnime_logo_title {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}

@keyframes gradationAnime_logo_title {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}

#topContent #mainVidual{
    padding-top: 100px;
}

#topContent #mainVidual .gradient-logo{
position: relative;
180920アルバムリリースのため修正
margin: 30px auto 0; 
}*/

/*#topContent #mainVidual .gradient-logo .gradient-mask{
background-position: center;
width: 100%;
}

@media (min-width: 321px) {
#topContent #mainVidual .gradient-logo{
position: relative;
width: 100%;
height: 60px;
}

#topContent .gradient-logo h1.gradient-mask{
font-size: 36px;
}

}
@media (min-width: 414px) {
#topContent .gradient-logo h1.gradient-mask{
font-size: 38px;
}
}

@media (min-width: 600px) {
#topContent #mainVidual .gradient-logo{
position: relative;
margin: 20px auto 0; 
}

#topContent .gradient-logo h1.gradient-mask{
font-size: 40px;
}
}

@media (min-width: 768px) {
/*180920
#topContent #mainVidual .gradient-logo {
position: relative;
width: 100%;
height: 80px;
margin: 0 auto;
}
*/

/*#topContent #mainVidual .gradient-logo{
    position: relative;
    width: 500px;
    height: 80px;
     top: -1vh; 
    margin: auto;
}

/*180920
#topContent .gradient-logo h1.gradient-mask{
font-size: 45px;
}
}*/

/*@media (min-width: 910px) {
#topContent #mainVidual .gradient-logo{
    position: relative;
    width: 450px;
    height: 80px;
    top: 26%;
    margin: auto auto auto 50%;
}}

@media (min-width: 1000px) {
#topContent #mainVidual .gradient-logo{
    position: relative;
    width: 500px;
    height: 80px;
    top: 26%;
    margin: auto auto auto 50%;
}}*/

/*@media (min-width: 1060px) {
#topContent #mainVidual .gradient-logo{
position: relative;
width: 490px;
height: 80px;
top: 32%;
margin: auto auto auto 50%;
}

#topContent .gradient-logo h1.gradient-mask{
font-size: 48px;
}
}


@media (min-width: 1600px) {
#topContent .gradient-logo h1.gradient-mask{
font-size: 53px;
}
}

@media (min-width: 1800px) {
#topContent #mainVidual .gradient-logo{
position: relative;
width: 550px;
height: 90px;
top: 46%;
margin: auto auto auto 58%;
}
}

@media (min-width: 1920px) {
#topContent .gradient-logo h1.gradient-mask{
    font-size: 60px;
}
}
/* メインビジュアル　背景アニメーション ---------- */
/*#topContent #mainVidual{
opacity: 0;
transition: 2s;
transition-delay: .5s;
}



#topContent #mainVidual.content-show{
opacity: 1;
}


/* メインビジュアル　タイトルアニメーション ---------- */
/*#topContent #mainVidual .gradient-logo{
transition: 2s;
transition-delay: .5s;
opacity: 0;
}
#topContent #mainVidual .gradient-logo.content-show{
opacity: 1;
}

@media (min-width: 1060px) {
#topContent #mainVidual .gradient-logo{
transition: 2s;
}

#topContent #mainVidual .gradient-logo.content-show{
opacity: 1;
overflow: hidden;
}
}*/
/*  liveScheduleの設定 ----------------- */
#topContent #live-schedule .gradient-logo{
position: relative;
width: 300px;
height: 90px;
margin: 0 auto 10%;
overflow: hidden;
}


#topContent #live-schedule .gradient-logo .gradient-mask{
background-position: center;
width: 100%;
}
@media (min-width: 321px) {
#topContent #live-schedule .gradient-logo{
position: relative;
width: 318px;
height: 90px;
margin: 0 auto 10%;
overflow: hidden;
}
}

@media (min-width: 600px) {
#topContent #live-schedule .gradient-logo {
position: relative;
width: 100%;
height: 44px;
margin: 0 auto 10%;
}
}


@media (min-width: 1060px) {
#topContent #live-schedule .gradient-logo {
margin: 0 auto 5% 5%;
}
}

/* Newsの設定 ----------------- */
#topContent #news .gradient-logo{
position: relative;
width: 320px;
height: 32px;
margin: 0 auto 10%;
overflow: hidden;
}


@media (min-width: 600px) {
#topContent #news .gradient-logo{
width: 100%;
height: 44px;  
}
}


@media (min-width: 1060px) {
#topContent #news .gradient-logo{
margin: 0 auto 5% 5%;
}
}

/* profileの設定 ----------------- */
#topContent #profile .gradient-logo{
position: relative;
width: 310px;
height: 32px;
margin: 0 auto 10%;
overflow: hidden;
}

@media (min-width: 600px) {
#topContent #profile .gradient-logo{
width: 100%;
height: 44px; 
}
}


@media (min-width: 1060px) {
#topContent #profile .gradient-logo{
margin: 0 auto 5% 5%;
}
}

/* DISCOGRAPHYの設定 ----------------- */
#topContent #discography .gradient-logo{
position: relative;
width: 300px;
height: 32px;
margin: 0 auto 10%;
overflow: hidden;
}

#topContent #discography .gradient-logo .gradient-mask{
font-size: 34px;
}


@media (min-width: 370px) {
#topContent #discography .gradient-logo{
width: 100%;
}

#topContent #discography .gradient-logo .gradient-mask {
font-size: 38px;
}
}
@media (min-width: 600px) {
#topContent #discography .gradient-logo {
width: 100%;
height: 44px;
}

#topContent #discography .gradient-logo .gradient-mask{
font-size: 48px;
}
}


@media (min-width: 1060px) {
#topContent #discography .gradient-logo {
margin: 0 auto 5% auto;
}

#topContent #discography .gradient-logo .gradient-mask{
font-size: 46px;
}
}

/* movieの設定 ----------------- */
#topContent #movie .gradient-logo{
position: relative;
width: 300px;
height: 32px;
margin: 0 auto 10%;
overflow: hidden;
}

#topContent #movie .gradient-logo .gradient-mask{
background-position: center;
}
@media (min-width: 321px) {

#topContent #movie .gradient-logo{
position: relative;
width: 367px;
height: 36px;
margin: 0 auto 10%;
overflow: hidden;
}
}
@media (min-width: 600px) {
#topContent #movie .gradient-logo {
width: 100%;
height: 44px;
}
}

@media (min-width: 1060px) {
#topContent #movie .gradient-logo {
margin: 0 auto calc(5% + 30px) auto;
}
}

/* galleryの設定 ----------------- */
#topContent #gallery .gradient-logo{
position: relative;
width: 320px;
height: 32px;
margin: 0 auto 10%;
overflow: hidden;
}


@media (min-width: 600px) {
#topContent #gallery .gradient-logo {
width: 100%;
height: 44px;
}
}


@media (min-width: 1060px) {
#topContent #gallery .gradient-logo {
margin: 0 auto 5% auto;
}
}



/*---------------------------------
メインビジュアル
20181001
mainvidual.cssに移動
-----------------------------------*/





/*---------------------------------
ライブスケジュール
-----------------------------------*/

#topContent #live-schedule.contentInner{
top: 50px;
}

#topContent #live-schedule .newsList{
width: 90%;
margin: 0 auto;
}

#topContent #live-schedule .newsList ul li{
margin: 0 0 7% 0;
}

#topContent #live-schedule .newsList ul li:last-child{
margin: 0;
}

#topContent #live-schedule .newsList ul li a{
padding: 0 0 0 0;
font-size: 15px;
line-height: 1.5;
position: relative;
transition: 0.3s;
background: none;
}

#topContent #live-schedule .newsList ul li a .date{
font-family: aviano-sans, sans-serif;
font-weight: 300;
font-size: 1.6em;
letter-spacing: .1em;
display: block;
margin: 0 0 .1em 0;
}

#topContent #live-schedule .newsList ul li a .week{
font-family: aviano-sans, sans-serif;
font-weight: 300;
font-size: .8em;
display: inline-block;
letter-spacing: 0;
}

/* ライブがない時の表示 */
#topContent #live-schedule .newsList ul div.no-schedule{
    font-size: 13px;
    line-height: 2;
    text-align: center;
    padding: 0 0 50px;
}

/* respondive 640  --------------- */
@media (min-width: 640px) {
#topContent #live-schedule.contentInner{
top: 0;
}

#topContent #live-schedule .newsList ul li{
margin: 0 0 2% 0;
}

#topContent #live-schedule .newsList ul li a{
font-size: 18px;
}
}

/* respondive 768  --------------- */
@media (min-width: 768px) {
#topContent #live-schedule .newsList ul li{
margin: 0 0 2% 0;
}
}

/* respondive 1280  --------------- */
@media (min-width: 1060px) {
#topContent #live-schedule.contentInner {
top: 100px;
right: 6%;
width: 62%;
max-width: 1080px;
min-width: 750px;
}

#topContent #live-schedule .newsList ul li{
margin: 0 0 1.5% 0;
transition: .3s;
padding: 0 5px 0 0;
}

#topContent #live-schedule .newsList ul li a .date{
        line-height: 1;
        margin: 0;
        font-size: 1.7em;
        display: inline;
}

#topContent #live-schedule .newsList ul li a{
font-size: 15px;
}
/* list hover animation */
#topContent #live-schedule .newsList ul li a{
z-index: 601;
transition: 0.5s;
}

#topContent #live-schedule .newsList ul li a .week{
display: inline;
}

#topContent #live-schedule .newsList ul li a:hover{
background-image: linear-gradient(-45deg, #75359b 0%, #75359b 0%, #b465da 0%, #cf6cc9 33%, #e7438e 66%, #e7438e 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

#topContent #live-schedule .newsList ul li a .new{
        color: #ff0000;
/*        background: #ff0000;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;       */
}

#topContent #live-schedule .newsList ul li a:hover .new{
        color: #ff0000;
/*        background: #ff0000;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;       */    
}

/* news hover animation */  
#topContent #live-schedule .newsList ul li.news-hover{
padding: 0 0 0 5px;
}

/* more link */
#topContent #live-schedule.contentInner .contentInner-link{
margin-top: 30px;
}

/* ライブがない時の表示 */
#topContent #live-schedule .newsList ul div.no-schedule{
    text-align: left;
}
}


/* respondive 1500  --------------- */
@media (min-width: 1500px) {
#topContent #live-schedule.contentInner {
top: 50px;
right: 9%;
width: 62%;
max-width: 1080px;
min-width: 750px;
}
}

/* テキスト表示のアニメーション  --------------- */

#topContent #live-schedule .newsList.fadeIn-txt01{
animation-delay: .5s;
}
#topContent #live-schedule .contentInner-link.fadeIn-txt01{
animation-delay: 1s;
}







/*---------------------------------
ニュース
-----------------------------------*/

#topContent #news.contentInner{
top: calc(44% + 100px);
}


#topContent #news .newsList{
width: 90%;
margin: 0 auto;
}

#topContent #news .newsList ul li{
margin: 0 0 5% 0;
}


#topContent #news ul li:last-child{
margin: 0;
}

#topContent #news .newsList ul li a{
padding: 0 0 0 0;
font-size: 14px;
line-height: 1.5;
position: relative;
transition: 0.3s;
background: none;
}

#topContent #news .newsList ul li a .date{
font-family: aviano-sans, sans-serif;
font-weight: 500;
font-size: 1.1em;
}

#topContent #news .newsList ul li a .category{
font-family: aviano-sans, sans-serif;
font-weight: 300;
font-size: .9em;
color: #959595;
letter-spacing: .1em;
margin-left: .8em;
}

#topContent #news .newsList ul li a .title{
font-size: 1em;
}


/* respondive 640  --------------- */
@media (min-width: 640px) {
#topContent #news.contentInner{
top: 60%;
}
#topContent #news .newsList ul li{
margin: 0 0 15px 0;
}
#topContent #news .newsList ul li a{
/*   font-size: 20px;*/
}

}

/* respondive 768  --------------- */
@media (min-width: 786px) {
#topContent #news .newsList ul li{
margin: 0 0 20px 0;
}
}

/* respondive 1060 --------------- */
@media (min-width: 1060px) {
#topContent #news.contentInner{
top: 61%;
left: 7%;
width: 61%;
max-width: 894px;
}

#topContent #news .newsList ul{
/* display: table;*/
}

#topContent #news .newsList ul li{
margin: 0 0 1.1% 0;
transition: 0.5s;
display: block;
}

#topContent #news .newsList ul li a .date{
display: table-cell;
vertical-align: middle;
font-size: 1.1em;
width: 70px;
}

#topContent #news .newsList ul li a .category{
display: table-cell;
vertical-align: middle;
width: 124px;
font-size: .9em;
text-align: center;
}

#topContent #news .newsList ul li a .title{
display: table-cell;
vertical-align: middle;
}

#topContent #news .newsList ul li a{
font-size: 14px;
}

#topContent #news .newsList ul li a:hover{
    color: #e7438e;
/*        background-image: linear-gradient(-45deg, #75359b 0%, #75359b 0%, #b465da 0%, #cf6cc9 33%, #e7438e 66%, #e7438e 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;*/
}

    #topContent #news .newsList ul li a:hover .title{
        background-image: linear-gradient(-45deg, #75359b 0%, #75359b 0%, #b465da 0%, #cf6cc9 33%, #e7438e 66%, #e7438e 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; 
    }


#topContent #news ul li:last-child{
margin: 0;
}

#topContent #news .newsList ul .news-hover{
padding-left: 2px;
}

/* more link */
#topContent #news.contentInner .contentInner-link{
margin-top: 30px;
}

}
/* テキスト表示のアニメーション  --------------- */
#topContent #news .gradient-logo.fadeIn-txt01{
/*    animation-delay: .2s;*/
animation-duration: .3s;
} 
#topContent #news .newsList.fadeIn-txt01{
/*    animation-delay: .2s;*/
animation-duration: .9s;
}
#topContent #news .contentInner-link.fadeIn-txt01{
animation-delay: 1.2s;
}










/*---------------------------------
プロフィール
-----------------------------------*/
#topContent #profile.contentInner{
}

#topContent #profile .inner{
background: #fff;
padding-top: 30px;
}

/*
#topContent #profile h2{
padding-top: 15%;
}
*/

#topContent #profile .profileInner{
text-align: center;
width: 90%;
margin: 0 auto 0;
}

#topContent #profile .profileInner .name{
font-size: 17px;
}

#topContent #profile .profileInner .name span{
display: block;
font-size: .8em;
}


#topContent #profile .profileInner p.text{
font-size: 14px;
margin: 30px 0 0 0;
line-height: 2.3;
text-align: left;
}

/* respondive 640  --------------- */
@media (min-width: 640px) {
#topContent #profile.contentInner{
top: 0;
}
#topContent #profile .profileInner{
width: 500px;
}
#topContent #profile .profileInner .name{
font-size: 19px;
}

#topContent #profile .profileInner p.text{
/*font-size: 16px;*/
}
}

/* respondive 768  --------------- */
@media (min-width: 768px) {
#topContent #profile.contentInner{
background-size: 50%;
top: 150px;
}

}

/* respondive 1280  --------------- */
@media (min-width: 1060px) {
#topContent #profile.contentInner{
top: 0;
width: 419px;
left: 20%;
background-image: none;
padding: 72px 2% 28px;
}
/*
#topContent #profile h2{
padding-top: 0;
}
*/
#topContent #profile .profileInner{
width: 90%;
}

#topContent #profile .inner{
padding-top: 0;
}

#topContent #profile .profileInner p.text{
text-align: left;
margin: 20px auto 0;
font-size: 13px;
}

#topContent #profile .profileInner .name{
text-align: left;
margin-top: 52px;
line-height: 1.8;
}

#topContent #profile .profileInner .name span{
font-size: .7em;
}

#profile.contentInner .contentInner-link{
width: 90%;
text-align: left;
margin: 10% 8% 0;
}

#topContent #profile.contentInner .contentInner-link a:hover{
margin-left: 0;
}
}


@media (min-width: 1500px) {
#topContent #profile.contentInner{
top: 0;
width: 419px;
/*left: 0;*/
}
}

/* 小林香織　写真 --------  */
.profile-photo-plx-img{
display: none;
}


@media (min-width: 1060px) {
#profileWrap .profile-box{
background-image: none; 
}
.profile-photo-plx-img{
display: block;
width: 300px;
position: absolute;
left: 60%;
top: 2%;
transition: .1s;
}

#topContent #profile.contentInner{
z-index: +2;
}

#profile-gra.gradationBox{
z-index: inherit;
}
}

/* SP画像 */
#topContent #profile .sp_profile-photo-plx-img{
width: 70%;
max-width: 380px;
margin: 0 auto 30px;
opacity: 0;
transform: translateY(-20px);
}

#topContent #profile .sp_profile-photo-plx-img.sp_anime{
-webkit-animation: sp_profile-photo-plx 1s ease-out 1;
-moz-animation: sp_profile-photo-plx 1s ease-out 1;
-ms-animation: sp_profile-photo-plx 1s ease-out 1;
-o-animation: sp_profile-photo-plx 1s ease-out 1;
animation: sp_profile-photo-plx 1s ease-out 1;
opacity: 1;
transform: translateY(0);
}
@keyframes sp_profile-photo-plx {
0% {
opacity: 0;
transform: translateY(-20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}


@media (min-width: 1060px) {
#topContent #profile .sp_profile-photo-plx-img{
display: none;
}

#topContent #profile .sp_profile-photo-plx-img.sp_anime{
display: none;
}
}

/* テキスト表示のアニメーション  --------------- */
#topContent #profile .gradient-logo.fadeIn-txt01{
animation-delay: .2s;
}
#topContent #profile .profileInner.fadeIn-txt01{
animation-delay: .4s;
}
#topContent #news .contentInner-link.fadeIn-txt01{
animation-delay: .8s;
}







/*---------------------------------
ディスコグラフィー
-----------------------------------*/
#topContent #discography.contentInner{
position: inherit;
/*    margin-top: -60px; */
}

@media (min-width: 1060px) {
#topContent #discography.contentInner{
box-sizing: inherit;
}

#topContent #discography h2{
text-align: center;
}

#topContent #discography.contentInner .link-center{
margin-bottom: 30px;
}
}

/*---------------------------------
ムービー
-----------------------------------*/
#topContent #movie.contentInner{
position: inherit;
/*    margin-bottom: 100px;
margin-top: -60px;*/
}

#topContent #movie .movie-box{
height: 300px;
}

@media (min-width: 768px) {
#topContent #movie .movie-box{
height: 450px;
width: 80%;
margin: 0 auto;
max-width: 1300px;
}  
}

@media (min-width: 1060px) {
#topContent #movie .movie-box{
height: 600px;
width: 80%;
margin: 0 auto;
max-width: 1300px;
}
#topContent #movie.contentInner{
/*margin-bottom: 200px;*/
margin-bottom: 0;
box-shadow: inherit;
}
#topContent #movie h2{
text-align: center;
}

#topContent #movie.contentInner .link-center{
margin-bottom: 15px;
}
}

/*---------------------------------
パララックス　movie
-----------------------------------*/
#topContent #movie-plx-images{
width: 100%;
height: 100vh;
background: url(/assets/images/top/sp_top_movie.jpg) no-repeat;
background-size: cover;
background-position: bottom right;
position: fixed;
z-index: -1000;
top: 0;
}

#topContent .movie-plx_bg{
background: #fff;
border-top: 2px;
margin-top: -1px;
padding-bottom: 100px;
}

/* 180920アルバムリリースのためロゴ変更
#topContent .top_bx_bg{
padding-top: 100px;
}*/

#topContent .movie-plx_bg.info_plx_bg{
padding-bottom: 0;
}

@media (min-width: 768px) {
#topContent #movie-plx-images{
background-size: contain;
background-position: top right 20px;
}
}

@media (min-width: 1060px) {
#topContent .movie-plx_bg.info_plx_bg{
overflow: hidden;
}
#topContent #movie-plx-images{
background: url(/assets/images/top/pc_top_movie.jpg) no-repeat;
background-size: contain;
background-position: top center;
height: 100vh;
top: 370px;
}

#topContent .top_bx_bg{
padding: 0 0 162px;
}
}
/*---------------------------------
ギャラリー
-----------------------------------*/
#topContent #gallery.contentInner{
position: inherit;
/*    margin-top: -60px;*/
}

@media (min-width: 1060px) {
#topContent #gallery h2{
text-align: center;
}
#topContent #gallery.contentInner{
box-shadow: inherit;
}

#topContent #gallery.contentInner .link-center{
margin-bottom: 30px;
}
}


/* single(1枚表示用) --------------------------------- */
#topContent #gallery .single-photo-gallery{
max-width: 600px;
width: 90%;
margin: 0 auto;
transition: .5s;
}

#topContent #gallery .single-photo-gallery{
text-align: center;
}

#topContent #gallery .single-photo-gallery .link-box .inner {
padding-top: 2.4em;
font-size: 11px;
font-weight: normal;
line-height: 1.5;
}

#topContent #gallery .single-photo-gallery a img{
transition: .8s;
box-shadow: 0px 4px 10px 2px rgba(0,0,0,0.4);
}


@media (min-width: 1060px) {
#topContent #gallery .single-photo-gallery a:hover img{
opacity: 0.8;
}
}

/* スライダー日付追加 2018.7.25 ------------------------------ */
#topContent #gallery .slider li a .link-box .inner .detail{
margin-top: .1em;
font-size: .9em;
}
@media (min-width: 640px) {
#topContent #gallery .slider li a .link-box .inner .detail{
font-size: .5em;
}
}





/*---------------------------------
バナーエリア
-----------------------------------*/
#link-banner{
position: relative;
margin: 0;
background: #fff;
padding: 5% 0 calc(10% + 80px);
}

#link-banner ul{
width: 90%;
max-width: 600px;
margin: 0 auto;
}

#link-banner ul li a{
transition: 0.3s;
}

#link-banner ul li a:hover{
opacity: 0.8;
}

@media (min-width: 767px) {
#link-banner ul{
width: 80%;
max-width: 768px;
}
}

@media (min-width: 1060px) {
#link-banner {
margin: -1px 0 0 0; 
padding: 100px 0 200px;
}
}


/*---------------------------------
footer
-----------------------------------*/
#mainFooter{
background: #fff;
}
@media (min-width: 640px) {
#mainFooter .linkInner ul li a{
font-size: 14px;
}

#mainFooter small{
font-size: 13px;
}
}





/*========================================================================================================
アニメーション設定
========================================================================================================*/

/*====================================================
グラデーションBOX スクロールアニメーション　作成中 01
====================================================*/
/* SP用のアニメーション */
.animation-box01.sp_anime,
.animation-box02.sp_anime{
transform: scaleX(0);
}

.animation-box01.sp_anime{
transform-origin: left;
}

.animation-box02.sp_anime{
transform-origin: right;
}

.animation-box01.sp_anime.show{
-webkit-animation: sp_animation-slide-one .5s ease-out 1;
-moz-animation: sp_animation-slide-one .5s ease-out 1;
-ms-animation: sp_animation-slide-one .5s ease-out 1;
-o-animation: sp_animation-slide-one .5s ease-out 1;
animation: sp_animation-slide-one .5s ease-out 1;
transform: scaleX(1);
}
@keyframes sp_animation-slide-one {
0% {
transform: scaleX(0);
}
100% {
transform: scaleX(1);
}
}

.animation-box02.sp_anime.show{
-webkit-animation: sp_animation-slide-two .5s ease-out 1;
-moz-animation: sp_animation-slide-two .5s ease-out 1;
-ms-animation: sp_animation-slide-two .5s ease-out 1;
-o-animation: sp_animation-slide-two .5s ease-out 1;
animation: sp_animation-slide-two .5s ease-out 1;
transform: scaleX(1);
}
@keyframes sp_animation-slide-two {
0% {
transform: scaleX(0);
}
100% {
transform: scaleX(1);
}
}






/* PC用のアニメーション */
@media (min-width: 1060px) {
.animation-box01,
.animation-box02{
overflow: hidden;
background: none;
-webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.animation-box01 canvas,
.animation-box02 canvas{
z-index: -1;
}

.animation-box01:after,
.animation-box02:after{  
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 0;
width: 100%;
height: 100%;
background-color: #fff;
-webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}


.animation-box01.show:after{
-webkit-transform: translateX(101%);
transform: translateX(101%);
}

.animation-box02.show:after{
-webkit-transform: translateX(-101%);
transform: translateX(-101%);
}

/*profile*/
#profile-gra_02.animation-box01{
transition-delay: 2.5s;
}

#profile-gra_02 .animation-box01.show:after{
-webkit-transition: 1s ease-out 0s;
transition: 1s ease-out 0s;
}

/* discography */
#discography-gra.animation-box01:after{
display: none;
}

.animation-box02.show.animation-box01:after{
display: none;
}

#discography-gra{
transform: scaleX(0);
transform-origin: top left;
}

#discography-gra.show{
transform: scaleX(1);
}
}
/*====================================================
グラデーションBOX スクロールアニメーション　作成中
====================================================*/
@media (min-width: 1060px) {
.animation-slide-box01, .animation-slide-box02,.animation-slide-box03{
opacity: 0;
}
}


/* 左から始まるアニメーション for liveShedule ----------------------- */
.animation-slide-box01.sp_anime{
transform: scaleX(0);
transform-origin: left;
}
.animation-slide-box01.sp_anime.c-slide-in{
-webkit-animation: sp_animation-slide .5s ease-out 1;
-moz-animation: sp_animation-slide .5s ease-out 1;
-ms-animation: sp_animation-slide .5s ease-out 1;
-o-animation: sp_animation-slide .5s ease-out 1;
animation: sp_animation-slide .5s ease-out 1;
transform: scaleX(1);
}
@keyframes sp_animation-slide {
0% {
transform: scaleX(0);
}
100% {
transform: scaleX(1);
}
}



@media (min-width: 1060px) {
.animation-slide-box01{
top: 0;
right: 20%;
left: inherit;
width: 750px;
height: 450px;
opacity: 0;
}

.animation-slide-box01.c-slide-in{
-webkit-animation: animation-slide-one-first .8s ease-out 1;
-moz-animation: animation-slide-one-first .8s ease-out 1;
-ms-animation: animation-slide-one-first .8s ease-out 1;
-o-animation: animation-slide-one-first .8s ease-out 1;
animation: animation-slide-one-first .8s ease-out 1;
opacity: 1;
right: 20%;
}
@keyframes animation-slide-one-first {
0% {
opacity: 0;
right: 30%;
}
100% {
opacity: 1;
right: 20%;
}
}
}

@media (min-width: 1500px) {
.animation-slide-box01{
width: 55%;
right: 25%;
opacity: 0;
max-width: inherit;
}

.animation-slide-box01.c-slide-in{
-webkit-animation: animation-slide-one-first .8s ease-out 1;
-moz-animation: animation-slide-one-first .8s ease-out 1;
-ms-animation: animation-slide-one-first .8s ease-out 1;
-o-animation: animation-slide-one-first .8s ease-out 1;
animation: animation-slide-one-first .8s ease-out 1;
opacity: 1;
right: 25%;
}
@keyframes animation-slide-one-first {
0% {
opacity: 0;
right: 30%;
}
100% {
opacity: 1;
right: 25%;
}
}
}




/* 右から始まるアニメーション for News ----------------------- */
.animation-slide-box02.sp_anime{
transform: scaleX(0);
transform-origin: right;
transition: inherit;
right: inherit;
}
.animation-slide-box02.sp_anime.c-slide-in{
-webkit-animation: sp_animation-slideRight .5s ease-out 1;
-moz-animation: sp_animation-slideRight .5s ease-out 1;
-ms-animation: sp_animation-slideRight .5s ease-out 1;
-o-animation: sp_animation-slideRight .5s ease-out 1;
animation: sp_animation-slideRight .5s ease-out 1;
transform: scaleX(1);
}
@keyframes sp_animation-slideRight {
0% {
transform: scaleX(0);
}
100% {
transform: scaleX(1);
}
}

@media (min-width: 1060px) {
.animation-slide-box02{
left: 35%;
right: inherit;
width: 68%;
opacity: 0;
}
.animation-slide-box02.c-slide-in{
-webkit-animation: animation-slide-two .8s ease-out 1;
-moz-animation: animation-slide-two .8s ease-out 1;
-ms-animation: animation-slide-two .8s ease-out 1;
-o-animation: animation-slide-two .8s ease-out 1;
animation: animation-slide-two .8s ease-out 1;
opacity: 1;
left: 29%;
}
@keyframes animation-slide-two {
0% {
opacity: 0;
left: 35%;
}
100% {
opacity: 1;
left: 29%;
}
}
}

@media (min-width: 1500px) {
.animation-slide-box02{
left: 45%;
width: 57%;
opacity: 0;
}

.animation-slide-box02.c-slide-in{
-webkit-animation: animation-slide-two .8s ease-out 1;
-moz-animation: animation-slide-two .8s ease-out 1;
-ms-animation: animation-slide-two .8s ease-out 1;
-o-animation: animation-slide-two .8s ease-out 1;
animation: animation-slide-two .8s ease-out 1;
opacity: 1;
left: 42%;
}
@keyframes animation-slide-two {
0% {
opacity: 0;
left: 45%;
}
100% {
opacity: 1;
left: 42%;
}
}
}



/* 左から始まるアニメーション for Profile ----------------------- */
.animation-slide-box03.sp_anime{
transform: scaleX(0);
transform-origin: left;
}
.animation-slide-box03.sp_anime.c-slide-in{
-webkit-animation: sp_animation-slideRight .5s ease-out 1;
-moz-animation: sp_animation-slideRight .5s ease-out 1;
-ms-animation: sp_animation-slideRight .5s ease-out 1;
-o-animation: sp_animation-slideRight .5s ease-out 1;
animation: sp_animation-slideRight .5s ease-out 1;
transform: scaleX(1);
}
@keyframes sp_animation-slideRight {
0% {
transform: scaleX(0);
}
100% {
transform: scaleX(1);
}
}

@media (min-width: 1060px) {
.animation-slide-box03{
width: 412px;
left: 11%;
opacity: 0;
}

.animation-slide-box03.c-slide-in{
-webkit-animation: animation-slide-three .8s ease-out 1;
-moz-animation: animation-slide-three .8s ease-out 1;
-ms-animation: animation-slide-three .8s ease-out 1;
-o-animation: animation-slide-three .8s ease-out 1;
animation: animation-slide-three .8s ease-out 1;
opacity: 1;
left: 16%;
}
@keyframes animation-slide-three {
0% {
opacity: 0;
left: 11%;
}
100% {
opacity: 1;
left: 16%;
}
}
}

/* パララックス 調整------- */
@media (min-width: 1060px) {
.animation-slide-box01.plx_content.c-slide-in,
.animation-slide-box02.plx_content.c-slide-in,
.animation-slide-box03.plx_content.c-slide-in{
transition: .1s;
}
}



/*====================================================
拡大表示のアニメーション
====================================================*/
.coverContents01,
.coverContents03{
opacity: 0;
transform: translateX(50px);
transform-origin: left;
}

.coverContents01.fadeInAnimation,
.coverContents03.fadeInAnimation{
opacity: 1;
transform: translateX(0);
}

/* 右から */
.coverContents02{
opacity: 0;
transform: translateX(-50px);
transform-origin: right;
}

.coverContents02.fadeInAnimation{
opacity: 1;
transform: translateX(0);
}


@media (min-width: 1060px) {
.coverContents01,
.coverContents02,
.coverContents03{
transition: .5s cubic-bezier(0.43, 0.07, 0.9, 0.79);
}

}


/*====================================================
テキスト fade animation fwat
====================================================*/
.txt_fadeInAnimation {
-webkit-animation-fill-mode:both;
-ms-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration: .5s;
-ms-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-name: right_slideIn;
-ms-animation-name: right_slideIn;
animation-name: right_slideIn;
visibility: visible !important;
}
@-webkit-keyframes right_slideIn {
0% { opacity: 0; -webkit-transform: translateX(30px); }
100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes right_slideIn {
0% { opacity: 0; -webkit-transform: translateX(30px); -ms-transform: translateX(30px); transform: translateX(30px); }
100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}

.fadeIn-txt02{
opacity: 0;
}

.fadeIn-txt02.txt_fadeInAnimation{
transition: .5s;
}


/* MOVIE ------  (左からスライドイン)*/
#movie .txt_fadeInAnimation {
-webkit-animation-fill-mode:both;
-ms-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration: .5s;
-ms-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-name: left_slideIn;
-ms-animation-name: left_slideIn;
animation-name: left_slideIn;
visibility: visible !important;
}
@-webkit-keyframes left_slideIn {
0% { opacity: 0; -webkit-transform: translateX(-30px); }
100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes left_slideIn {
0% { opacity: 0; -webkit-transform: translateX(-30px); -ms-transform: translateX(-30px); transform: translateX(-30px); }
100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}



/*====================================================
テキスト fade animation fwat
====================================================*/
/*.liveschedule-plx_content, .news-plx_content, .profile-plx_content{
position: relative;
}*/

@media (min-width: 1060px) {
.liveschedule-plx_content, .news-plx_content, .profile-plx_content{
position: relative;
}

.profile-plx_content{
top: 150px;
/* width: 419px; */
}
.news-plx_content{
top: 30%;
}

}



/*====================================================
TOPメインビジュアル バナー
====================================================*/
#mainVidual .top-banner{
    opacity: 0;
    transition: .8s;
}

#mainVidual .top-banner.content-show{
    opacity: 1;
}


#mainVidual .top-banner{
    position: absolute;
    width: 71%;
    max-width: 350px;
    right: 0;
    left: 0;
    bottom: 15%;
    margin: auto;
    background: none; 
}

@media (min-width: 768px) {
#mainVidual .top-banner{
    bottom: 10%;
}
}

@media (min-width: 1060px) {
#mainVidual .top-banner{
    position: absolute;
    width: 500px;
    right: 8%;
    left: inherit;
    bottom: 5%;
    background: none;
}

#mainVidual .top-banner a{
    transition: .3s;
}

#mainVidual .top-banner a span{
  position: relative;
  display: block;
  line-height: 0;
}

#mainVidual .top-banner a::after,
#mainVidual .top-banner a::before,
#mainVidual .top-banner a span::after,
#mainVidual .top-banner a span::before{
  content: '';
  background-color: #0053d2;
  display: block;
  position: absolute;
  z-index: 777;
  transition: .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -ms-transition: all .4s ease;
}

/* 左上へ配置 */
#mainVidual .top-banner a::after {
  height: 1px;
  left: 0;
  top: -1px;
  width: 0px;
}
/* 右下へ配置*/
#mainVidual .top-banner a::before {
  bottom: -1px;
  height: 1px;
  right: -0px;
  width: 0px;
}
/* 左下へ配置 */
#mainVidual .top-banner a span::after {
  bottom: -1px;
  height: 0px;
  left: 0px;
  width: 1px;
}
/* 右下へ配置 */
#mainVidual .top-banner a span::before {
  height: 0px;
  right: -1px;
  top: 0px;
  width: 1px;
}

/* hover
#lexus-f-history .history-photogarally-list ul li a:hover span{
  display: block;
} */

#mainVidual .top-banner a:hover::after,
#mainVidual .top-banner a:hover::before {
  width: 99.8%;
  width: calc(99.8% + 1px);
}
#mainVidual .top-banner a:hover span::after,
#mainVidual .top-banner a:hover span::before {
  height: 100%;
  height: calc(100% + 1px);
}
}






