@charset "utf-8";
:root{
  --fontEN: 'Roboto', sans-serif;
  --fontJP: YuGothic, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','Hiragino Sans', 'メイリオ', Meiryo, sans-serif;;
  --colorSub: #b2b2b2;
}
html,
body{
  font-family: var(--fontJP);
  color: #FFF;
  font-size: 14px;
/*   -webkit-font-smoothing: antialiased; */
  background-color: #000;
}

#wpadminbar {
  overflow: hidden;
/*   margin-top: -30px; */
  margin-top: -50px;
  padding-bottom: 15px;
  opacity: 0;
  transition: 0.3s;
  box-sizing: content-box;
}
#wpadminbar:hover {
  opacity: 1;
  margin-top: 0;
  padding-bottom: 0px;
  background: #23282d !important;
}

#wrapper *{
  box-sizing: border-box;
}
img,svg{
  width: 100%;
  max-width: 100%;
  height: auto;
}

#wrapper{
	overflow: hidden;
}

a{
	color: #FFF;
  transition: opacity .3s;
}
a:hover{
  opacity: 0.6;
}
img.sp{
	display: none !important;
}
.btn{
	padding: 15px 0;
}
.btn a{
	text-decoration: none;
	color: #FFF;
	font-size: 30px;
  font-family: var(--fontEN);
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
	text-align: center;
	border: solid 4px #e2e2e2;
	display: block;
	padding: 11px 0;
	width: 70.286%;
	margin: 0 auto;
	transition: .3s;
    -webkit-transition: .3s;
}
.btn a:hover{
	background: #e2e2e2;
	border: solid 4px #e2e2e2;
	color: #000;
}
.movie_wrapper{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    z-index: 1;
}

.movie_wrapper iframe,
.movie_wrapper img{
    position: absolute;
    top: 0 ;
    left: 0 ;
    height: 100% ;
    width: 100% ;
    object-fit: cover;
}


/***** gimmick *****/
.fadeIn{
  opacity: 0;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transition: .7s;
  -webkit-transition: .7s;
}
.fadeIn.left{
  transform: translateX(-20%);
  -webkit-transform: translateX(-20%);
}
.fadeIn.right{
  transform: translateX(20%);
  -webkit-transform: translateX(20%);
}
.fadeIn.scrollIn{
  transform: translate(0,0) !important;
  -webkit-transform: translate(0,0) !important;
  opacity: 1;
}
i.icon-arrow{  
  display: block;
  position: absolute;
  right: 0em;
  top: 0.12em;
  width: 0.72em;
  height: 0.72em;
}
i.icon-arrow:before{
  content: "";
  width: 125%;
  height: 4px;
  background: #FFF;
  position: absolute;
  top: 0px;
  left: 7%;
  transform-origin: left top;
  -webkit-transform-origin: left top;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
i.icon-arrow:after{
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-right: 4px solid #FFF;
  border-bottom: 4px solid #FFF;
  box-sizing: border-box;
}

/* gimmick - loafing */
#loading{
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 9999;
}
#loading .loading-logo{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  filter: blur(25px);
}
#loading .loading-logo svg{
  fill: #FFF;
}
#loading .loading-logo .logo-text{
  margin-top: 0.4em;
}
#loading.on .loading-logo{
  opacity: 1;
  filter: blur(0px);
  transition: .6s;
}
#loading.on.ready{
  background: #FFF;
  transition: 1s;
}
#loading.on.ready .loading-logo {
/*
  top: 145px;
  width: 100px;
*/
  transition: .5s ease-in-out 0.2s;
}
#loading.on.ready .loading-logo svg{
  fill: #000;
  transition: .6s;
  opacity: 0;
}




/***** gimmick *****/



/***** header *****/
#contents{
  padding-top: 135px;
}
.site-header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  padding: 30px 40px;
  z-index: 10;
}
.site-header .head-text{
  font-size: 115%;
  font-family: var(--fontEN);
  font-weight: 700;
}
.site-header .head-text strong{
  display: block;
}
.site-header .head-text .datetime{
  line-height: 2em;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.site-header .site-title{
  display: inline-block;
  position: relative;
  z-index: 2;
}
.site-header .head-text .datetime:before,
.site-header .site-title:before{
  content: "";
  display: block;
  background: #FFF;
  position: absolute;
  right: 0;
  top: 0.4em;
  width: 0%;
  height: 1em;
  transition: .3s ease 1s;
}
.site-header .site-title:before{
  top: 0em;
  transition: .3s ease 1.5s;
}
.loading .site-header .head-text .datetime:before,
.loading .site-header .site-title:before{
  width: 100%;
}
.site-header .site-title{
  font-family: var(--fontEN);
  font-size: 215%;
  font-weight: 700;
}
.site-header .site-title a{
  text-decoration: none;
}

/***** nav menu *****/

#globalnavi{
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  width: 0;
  transition: .4s;
}

#globalnavi .menu__toggle{
  position: absolute;
  right: 50px;
  top: 30px;
  width: 60px; 
  height: 60px;
  padding: 0;
  display: block;
  appearance: none;
  background: transparent;
  border: none;
  z-index: 100;
  transition: .3s;
  overflow: hidden;
  cursor: pointer;
}
#globalnavi.-show .menu__toggle img{
  transition: .3s;
  display: block;
}
#globalnavi .menu__toggle:hover{
  opacity: 0.65;
}
#globalnavi.-show .menu__toggle:hover{
  transform: none;
}

#globalnavi .menu__toggle:before,
#globalnavi .menu__toggle:after{
  content: "";
  display: block;
  height: 4px;
  background: #FFF;
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  transition: .3s;
}
#globalnavi .menu__toggle:after{
  transform: rotate(90deg);
}
#globalnavi.-show{
  width: 100%;
  height: 100vh;
}
#globalnavi.-show .menu__toggle img{
  transform: scaleY(0);
}
#globalnavi.-show .menu__toggle:before{
  background: #000;
}
#globalnavi.-show .menu__toggle:after{
  opacity: 0;
}

#globalnavi .menu__wrapper{
  width: 40%;
  left: auto;
  margin-right: 0;
  margin-left: auto;
  display: block;
  position: relative;
  background: #FFF;
  padding: 40px;
  height: 100vh;
  height: 100dvh;
}

#globalnavi .menu__wrapper .menu-head{
  color: #000;
  font-family: var(--fontEN);
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
}
#globalnavi .menu__wrapper .menu-head h2{
  font-size: 142%;
}
#globalnavi .menu__wrapper .menu-head h2 strong{
  display: block;
  font-size: 150%;
  line-height: 1.8em;
}

#globalnavi .menu__wrapper .menu-list{
  margin-top: 0;
  margin: 0 auto;
  margin-right: 0;
  width: 100%;
  height: 100%;
  height: calc(100% - 150px);
  max-width: 1200px;
  text-align: left;
  display: flex;
  align-items: center;
  overflow: hidden;
}
#globalnavi .menu__wrapper .menu-list ul li{

}
#globalnavi .menu__wrapper .menu-list ul li a{
  text-decoration: none;
  color: #000;
  font-family: var(--fontEN);
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  font-size: 70px;
  font-size: 500%;
  font-size: 5.75vw;
  line-height: 1em;
  text-align: left;
  display: inline-block;
  position: relative;
  padding-right: 1em;
  white-space: nowrap;
}
#globalnavi .menu__wrapper .menu-list ul li a i.icon-arrow{
  transform: rotate(-90deg); 
  -webkit-transform: rotate(-90deg); 
  opacity: 0;
  transition: opacity .2s;
}
#globalnavi .menu__wrapper .menu-list ul li a:hover{
  opacity: 1;
}
#globalnavi .menu__wrapper .menu-list ul li a:hover i.icon-arrow{
  opacity: 1;
}
#globalnavi .menu__wrapper .menu-list ul li a i.icon-arrow:before{
  background: #000;
  top: 2%;
  left: 8%;
}
#globalnavi .menu__wrapper .menu-list ul li a i.icon-arrow:after{
  border-right: 4px solid #000;
  border-bottom: 4px solid #000;
}




/***** #contents *****/

#contents{
  position: relative;
  z-index: 1;
}

#contents .inner{
	max-width: 880px;
	margin: 0 auto;
	padding: 60px 100px;
	clear: both;
	width: 100%;
}
#contents p{
  line-height: 1.8em;
}

/***** #contents TOP *****/
#contents .site-keyvisual .image{
  position: relative;
}
#contents .site-keyvisual .inner{
  padding: 60px 90px;
}
#contents .logo-skyhi{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 30%;
  width: 16%;
  max-width: 100px;
  margin: 0 auto;
  transform: translateY(-90%);
}
#contents .site-keyvisual .banner{
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 50px auto 25px;
}
#contents .site-keyvisual .banner .banner-item{
  width: 50%;
}
#contents .section-title{
  font-size: 360%;
  font-family: var(--fontEN);
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  line-height: 1em;
  margin-bottom: 1em;
  position: relative;
}
#contents .top-section .section-title{
  padding-left: 1.2em;
}

#contents .section-title i.icon-arrow{
  left: 0;
}
#contents .section-title i.icon-arrow:before{
  width: 0;
}
#contents .section-title i.icon-arrow:after{
  width: 0;
  height: 0;
  opacity: 0;
}
#contents .section-title.fadeIn{
  opacity: 1;
  transform: none;
  -webkit-transform: none;
}
#contents .section-title.fadeIn.scrollIn i.icon-arrow:before{
  width: 125%;
  transition: .2s;
}
#contents .section-title.fadeIn.scrollIn i.icon-arrow:after{
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.2s ease 0s, width .2s ease .4s, height .2s ease .2s;
}

#contents .top-section .btn-more{
  margin: 2em 0;
  font-family: var(--fontEN);
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-size: 200%;
  text-align: right;
}
#contents .top-section .btn-more a{
  padding-right: 1.5em;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#contents .top-section .btn-more a i{
  font-size: 128%;
  transform: rotate(-90deg);
  top: 0;
  transition: .2s;
}
#contents .top-section .btn-more a:hover i{
  transform: rotate(-45deg);
}
#contents .top-section .btn-more a:hover i:before{
  width: 0;
  transition: .2s;
}



#contents .item-list .entry{
  padding: 2em 0;
  line-height: 1.8em;
}
#contents .item-list .entry a{
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  gap: 2em;
}
#contents .item-list .entry a .category{
  display: block;
  flex-shrink: 0;
  font-size: 92.5%;
  background: #FFF;
  width: 7.5em;
  text-align: center;
  font-family: var(--fontEN);
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  color: #000;
  border: 2px solid #FFF;
  width: auto;
  min-width: 7.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;

}
#contents .item-list .entry a .category.bmsg-ceo{
  color: #FFF;
  background: transparent;
}
#contents .item-list.medialist .entry a .category{
  background: transparent;
  color: #FFF;
}
#contents .item-list .entry a .date{
  font-family: var(--fontEN);
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
/*   display: block; */
  line-height: 0.9em;
  margin-bottom: 1em;
}
#contents .item-list .entry a p{
  text-align: justify;
}

/* #popup */
#popup{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
}
#popup .popup-bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #000;
  opacity: 0.8;
}
#popup .popup-content{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 800px;
  padding: 0 50px;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#popup .popup-content .entry-article{
  max-height: 90vh;
  max-height: calc(100vh - 120px);
  max-height: calc(100dvh - 120px);
  overflow: auto;
}
#popup .popup-content .entry-body h1,
#popup .popup-content .entry-body h2,
#popup .popup-content .entry-body h3,
#popup .popup-content .entry-body p{
  margin-bottom: 1.8em;
  line-height: 1.8em;
}
#popup .popup-content .movie_wrapper{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    z-index: 1;
}
#popup .popup-content  .movie_wrapper iframe{
    position: absolute;
    top: 0 ;
    left: 0 ;
    height: 100% ;
    width: 100% ;
}
#popup .popup-close{
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
#popup .popup-close span{
  opacity: 0;
}
#popup .popup-close:before,
#popup .popup-close:after{
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  border-radius: 3px;
  background: #FFF;
  position: absolute;
  top: 19px;
  left: 0px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#popup .popup-close:after{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}


/* slicknav */
.slick-dots{
  left: 0;
  right: 0;
}
.slick-dots li{
  margin: 0;
  width: 12px;
}
.slick-dots li button{
  padding: 6px;
  width: 0;
}
.slick-dots li button{
  position: relative;
}
.slick-dots li button:before{
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: auto;
  bottom: 0;
  width: 1px;
  height: 6px;
  background: #a3a3a3;
  opacity: 1 !important;
}
.slick-dots li.slick-active button:before{
  height: 10px;
}
.slick-prev,
.slick-next{
  top: 0;
  height: 100%;
  transform: none;
  z-index: 50;
}

.slick-prev:before{
  content: "";
  position: absolute;
  height: 0%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding-top: 30%;
  width: 100%;
  display: block;
  background: url(../img/arrow-left.svg) no-repeat left bottom;
  background-size: 100%;
}
.slick-next:before{
  content: "";
  position: absolute;
  height: 0%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding-top: 30%;
  width: 100%;
  display: block;
  background: url(../img/arrow-right.svg) no-repeat left bottom;
  background-size: 100%;
}
.banner-slide .slick-prev{
  width: 12%;
  left: 0;
  top: auto;
  bottom: -30px;
  height: 20px;
}
.banner-slide .slick-next{
  width: 12%;
  right: 0;
  top: auto;
  bottom:  -30px;
  height: 20px;
  z-index: 50;
}
.disco-slide .slick-prev{
  width: 4%;
  left: 32%;
  height: 0;
  padding-top: 32%;
}
.disco-slide .slick-next{
  width: 4%;
  right: 32%;
  height: 0;
  padding-top: 32%;
}

.movie-slide .slick-prev{
  width: 4%;
  left: 16%;
  height: 0;
  padding-top: 32%;
}
.movie-slide .slick-next{
  width: 4%;
  right: 16%;
  height: 0;
  padding-top: 32%;
}

/***** profile *****/

#profile .profile-body p{
  margin: 1.8em 0;
}
#profile .member-list{
  margin: 0 -15px;
  position: relative;
}
#profile .member-list:before{
  content: "";
  display: block;
  position: absolute;
  left: -120px;
  top: 15px;
  width: 60px;
  height: 100px;
  background: url(../img/prof_annnotation.png) no-repeat center top;
  background-size: 100%;
  
}
#profile .member-list ul{
  display: flex;
  flex-wrap: wrap;
}
#profile .member-list li{
  width: 25%;
  padding: 15px;
}
#profile .member-list li .modal-detail{
  display: none;
}

/* discography */


#music .content-area .music-item .modal-detail{
  display: none;
}
#music .content-area .misic_list{
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: 12px -12px;
}
#music .content-area .misic_list .music-item{
  text-align: center;
  width: 33.33%;
  padding: 12px;
  text-align: center;
}
#music .content-area .misic_list .music-item a{
  text-decoration: none;
}
#music .content-area .misic_list .music-item .text{
  margin: 1em 0;
  display: none;
}
#music .content-area .misic_list .music-item h3{
  font-size: 120%;
}
#music .content-area .misic_list .music-item p{
  font-size: 92%;
}
#music .content-area .misic_list .music-item.slick-current{
  transform: scale(1.25);
}
#music .content-area .misic_list .music-item.slick-current .text{
  display: block;
  min-height: 2.85em;
}
#music .content-area .misic_list .music-item a.btn-modal{
  position: relative;
  padding-top: 100%;
  height: 0;
  display: block;
}
#music .content-area .misic_list .music-item a.btn-modal .jkt{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#music .content-area .misic_list .music-item a.btn-modal .jkt img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* movie */
#video .content-area .video-newer{
  padding: 20px 0;
}
#video .content-area .video_list{ 
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: 12px -12px;
}

#video .content-area .video_list li{
  text-align: center;
  width: 33.33%;
  padding: 12px;
}
#video .content-area .video_list li a{
  text-decoration: none;
}
#video .content-area .video_list li .title{
  text-align: left;
  font-size: 85%;
  margin: 0.5em 0;
  line-height: 1.4em;
}



/* pages */
#contents .pageSection{
  padding: 40px 0;
}
#contents h1.section-title{
  margin-bottom: 0.6em;
}
#contents .pageSection .title-area{
  display: flex;
}
#contents .pageSection .title-area .category-navi ul{
  display: flex;
}
#contents .pageSection .title-area .category-navi li{
  padding-left: 2em;
}
#contents .pageSection .title-area .category-navi li a{
  line-height: 1em;
  margin: 2em 0 0.5em;
  display: block;
  font-family: var(--fontEN);
  font-weight: 700;
  text-decoration: none;
  transition: .3s;
}
#contents .pageSection .title-area .category-navi li a.current,
#contents .pageSection .title-area .category-navi li a:hover{
  border-bottom: 1px solid #D5D5D5;
}
#contents .pageSection .title-area .category-navi li a.blank{
  color: #999;
}
#contents .pageSection .title-area .category-navi li a.blank:hover{
  border-bottom: 1px solid transparent;
  opacity: 1;
  transition: 0s;
}
#contents .pageSection .pager{
  overflow: hidden;
  padding: 3em 0 0;
  text-align: right;
}
#contents .pageSection .pager:after{
  clear: both;
}
#contents .pageSection .pager a,
#contents .pageSection .pager .sepalater{
  text-align: right;
  overflow: hidden;
  font-family: var(--fontEN);
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-size: 142.5%;
  text-decoration: none;
  color: #FFF;
}
#contents .pageSection .pager .sepalater{
  margin: 0 1em;
}

/*****  page-single *****/
#contents .pageSection .entry-single .entry-header{
/*   border-bottom: 1px solid #a3a3a3; */
  padding-bottom: 1.6em;
  margin-bottom: 1.6em;
}
#contents .pageSection .entry-single .entry-header .time-cat{
  font-family: var(--fontEN);
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  display: block;
  padding: 1.8em 0;
  display: flex;
  align-items: center;
  gap: 2em;
}
#contents .pageSection#live .entry-single .entry-header .time-cat{
  gap: 1em;
}
#contents .pageSection .entry-single .entry-header .time-cat .category{
  display: block;
  flex-shrink: 0;
  font-size: 92.5%;
  background: #FFF;
  width: 7.5em;
  line-height: 1.8em;
  text-align: center;
  font-family: var(--fontEN);
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  color: #000;
  border: 2px solid #FFF;
}
#contents .pageSection .entry-single .entry-header .time-cat .category.bmsg-ceo{
    color: #FFF;
    background: transparent;
}
/* MEDIA */
#contents #media.pageSection .entry-single .entry-header .time-cat .category{
  background: transparent;
  color: #FFF;
}
/* LIVE */
#contents #live.pageSection .entry a .date{
  margin-bottom: 0;
  line-height: 1.8em;
}
#contents #live.pageSection .entry-single .entry-footer{
  justify-content: flex-end;
}


/* SINGLE */
#contents .pageSection .entry-single .entry-header .entry-title{
  line-height: 1.8em;
}
#contents .pageSection .entry-single .entry-body p{
  margin-bottom: 1.8em;
}
#contents .pageSection .entry-single .entry-body .table-wrapper{
  overflow: auto;
  margin: 2em 0;
}
#contents .pageSection .entry-single .entry-body table{
  margin: 1em 0;
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #FFF;
  font-size: 90%;
  width: 680px;
}
#contents .pageSection .entry-single .entry-body table th{
  padding: 5px;
  text-align: center;
  vertical-align: top;
  line-height: 1.5em;
  color: #000;
  border: solid 1px #999;
  background: #FFF;
  vertical-align: middle;
}
#contents .pageSection .entry-single .entry-body table td {
    padding: 5px;
    line-height: 1.75em;
    border: solid 1px #FFF;
  vertical-align: middle;
}

#contents .pageSection .entry-single .entry-footer{
  display: flex;
  justify-content: space-between;
  padding: 3em 0;
}
#contents .pageSection .entry-single .entry-footer .pager{
  padding-top: 0.2em;
}
#contents .pageSection .entry-single .entry-footer .share-btns{
  text-align: right;
}
#contents .pageSection .entry-single .entry-footer .share-btns ul:before{
  content: "SHARE:";
  font-family: var(--fontEN);
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  font-size: 92.5%;
}
#contents .pageSection .entry-single .entry-footer .share-btns ul li{
  display: inline-block;
  width: 18px;
  margin-left: 20px;
  vertical-align: middle;
  line-height: 1em;
}

#contents .pageSection#profile .entry-single .entry-body p{
  text-align: justify;
}


/***** footer *****/
.siteFooter{
  overflow: hidden;
	z-index: 100;
	padding: 50px;
	display: flex;
  justify-content: space-between;
  align-items: end;
  font-family: var(--fontEN);
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  z-index: 5;
}
.siteFooter .breadcrumbs{
  position: fixed;
  left: 0.85em;
  top: 0px;
  width: 100vh;
  height: 1em;
  line-height: 1em;
  overflow: visible;
  transform-origin: left top;
  transform: rotate(90deg);
  font-size: 230%;
  text-align: center;
  z-index: 5;
}
.siteFooter .breadcrumbs a,
.siteFooter .breadcrumbs span{
  font-family: var(--fontEN);
  font-weight: 700;
  -webkit-font-smoothing: antialiased; 
  text-decoration: none;
}
.siteFooter .breadcrumbs a:after{
  content: ">";
  font-family: YuGothic, '游ゴシック', 'Hiragino Kaku Gothic ProN','Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
  width: 2.4em;
  font-size: 90%;
  text-align: center;
  display: inline-block;
}



.siteFooter .footer-links{
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 50px;
}
.siteFooter .footer-links .link-block{
  
}
.siteFooter .footer-links .link-sns {
  flex-shrink: 0;
}
.siteFooter .footer-links .link-block h3{
  font-size: 230%;
  text-align: left;
}
.siteFooter .footer-links .link-block ul{
  display: flex;
  margin: 2em 0;
  gap: 20px;
}
.siteFooter .footer-links .link-sns ul li{
  width: 36px;
  position: relative;
  cursor: pointer;
}
.siteFooter .footer-links .link-block ul li a{
  display: block;
  position: relative;
  overflow: hidden;
}
.siteFooter .footer-links .link-sites ul li img{
  height: 45px;
  width: auto;
}
.siteFooter .footer-links .link-block ul li a span{
  display: block;
  transition: .2s ease-out;
}
.siteFooter .footer-links .link-block ul li a .ghost{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
}
.siteFooter .footer-links .link-block ul li a:hover{
  opacity: 1;
}
.siteFooter .footer-links .link-block ul li a:hover span{
  transform: translateY(-100%);
/*   animation: iconblur .3s ease 0s 1; */
}
/*
@keyframes iconblur{
  0%{ transform: translateY(0%); filter: blur(0px);  }
  50%{ transform: translateY(-50%); filter: blur(10px);  }
  100%{ transform: translateY(-100%); filter: blur(0px);  }
}
*/
.siteFooter .footer-links .link-block ul li .sns-sub{
  position: absolute;
  left: 0%;
  width: 90px;
  bottom: 110%;
  border: 1px solid #FFF;
  background: #000;
  padding: 0.5em;
  width: 0px;
  overflow: hidden;
  opacity: 0;
  transition: .3s;
}
.siteFooter .footer-links .link-block ul li:hover .sns-sub{
  width: 90px;
  opacity: 1;
}
.siteFooter .footer-links .link-block ul li .sns-sub a{
  font-size: 11px;
  display: block;
  line-height: 1.8em;
  text-decoration: none;
  white-space: nowrap;
}
.siteFooter .footer-links .link-block ul li .sns-sub a:hover{
  opacity: 0.5;
}


.siteFooter .copyright:before{
  content: "";
  display: block;
  padding-top: 3%;
  background: url(../img/footer_line.png) no-repeat left top;
  background-size: 100%;
}
.siteFooter .copyright .sitename{
  font-size: 430%;
  font-weight: 700;
  margin-right: 0.5em;
  float: left;
}
.siteFooter .copyright .footer-text{
  padding-left: 2em;
  line-height: 2.2em;
}
.siteFooter .copyright .footer-text strong{
  display: block;
  font-size: 156.5%;
}
.siteFooter .copyright .footer-text .datetime{
  font-size: 125%;
}

.siteFooter .footer-wrap{
  width: 86.5%;
}
.siteFooter .logo-skyhi{
  width: 9%;
/*   width: 100px; */
}



/* modal */
html.modal-on,
html.modal-on body{
/*
  height: 100vh;
  height: 100dvh;
*/
  overflow: hidden;
}
#modal{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 1001;
  overflow: hidden;
  
}
#modal .modal-bg{
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#modal .modal-contents{
  position: absolute;
  margin: 0 auto;
  box-sizing: border-box;
  top: 50px;
  right: 100px;
  left: 100px;
  bottom: 50px;
  color: #000000;
  padding: 40px;
  padding-right: 20px;
  background: #FFFFFF;
  transform: translateY(100%);
  max-width: 680px;
  overflow: hidden;
}
#modal.active .modal-contents{
  transition: .3s;
  transform: translateY(0%);
}
#modal .modal-main{
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
}

#modal .modal-close {
  position: absolute;
  width: 66px;
  height: 66px;
  top: -11px;
  right: -11px;
}
#modal .modal-close span{
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
#modal .modal-close:before,
#modal .modal-close:after{
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 4px;
  top: 50%;
  margin-top: -2px;
  background: #000;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#modal .modal-close:after{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* modal-detail */
#modal .modal-main .modal-detail.modal-music{
  position: relative;
  height: 100%;
}
#modal .modal-main .modal-detail.modal-music .information{
  line-height: 1.8em;
  position: relative;
  height: 100%;
}
#modal .modal-main .modal-detail.modal-music .information .music-head{
}
#modal .modal-main .modal-detail.modal-music .information .music-head .release-date{
  font-family: var(--fontEN);
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}
#modal .modal-main .modal-detail.modal-music .information .music-head h3{
  font-size: 108%;
  margin: 0.5em 0 1em;
  font-weight: normal;
}
#modal .modal-main .modal-detail.modal-music .information .music-body{
  display: flex;
  height: 100%;
}
#modal .modal-main .modal-detail.modal-music .information .music-body .side{
  width: 200px;
  width: 33%;
  flex-shrink: 0;
}
#modal .modal-main .modal-detail.modal-music .information .music-body .text-body{
  padding: 0 2em;
  overflow: hidden;
  height: 80%;
  height: calc(100% - 100px);
  position: relative;
  width: 67%;
  box-sizing: border-box;
  flex-shrink: 0;
}
#modal .modal-main .modal-detail.modal-music .information .music-body p{
  line-height: 1.6em;
  text-align: justify;
  margin-bottom: 1.6em;
}

#modal .modal-main .modal-detail.modal-music .buy-link{
}
#modal .modal-main .modal-detail.modal-music .buy-link a{
  font-family: var(--fontEN);
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-size: 115%;
  line-height: 4em;
  color: #000;
  display: inline-block;
}

.ps__rail-y,
.ps__rail-y:hover{
  opacity: 1;
  border-right: 1px solid #000;
  background: transparent !important;
}
.ps__thumb-y{
  right: 0;
  background: #000;
  width: 2px;
  border-radius: 0;
}
.ps__rail-y:hover .ps__thumb-y{
  width: 5px;
  background: #000;
}
@media (orientation: portrait){

}

@media (min-width: 1200px){
  #globalnavi .menu__wrapper .menu-list ul li a{
    font-size: 70px;
  }
  #globalnavi .menu__wrapper .menu-list ul li a i.icon-arrow:before{
    height: 0.06em;
  }
  #globalnavi .menu__wrapper .menu-list ul li a i.icon-arrow:after{
    border-right: 0.06em solid #000;
    border-bottom: 0.06em solid #000;
  }
}
@media (max-width: 1200px){
  .siteFooter .copyright{
    font-size: 1.165vw;
  }
  .siteFooter .logo-skyhi{
    width: 100px;
  }
}

@media (max-width: 980px){
  #globalnavi .menu__toggle{
    right: 20px;
    width: 50px;
    height: 50px;
  }
  #globalnavi .menu__toggle:before, #globalnavi .menu__toggle:after{
    height: 3px;
  }

  .siteFooter .footer-links{
    column-gap: 3em;
  }
  .siteFooter .footer-links .link-block h3{
    font-size: 170%;
  }
  .siteFooter .footer-links .link-block ul{
    gap: 15px;
  }
  .siteFooter .footer-links .link-sns ul li{
    width: 2em
  }
  .siteFooter .footer-links .link-sites ul li img{
    height: 3em;
  }
  .siteFooter .footer-links .link-contact ul li{
    width: 2.8em;
  }

  .siteFooter .footer-links .link-block ul{
    margin: 1em 0 2.5em;
  }
  .siteFooter .logo-skyhi{
    width: 11.5%;
  }
  .siteFooter .copyright:before{
    background-size: 765px;
    height: 14px;
  }
}


@media (max-width: 768px){
	html, body{
		font-size: 13px;
	}
  .site-header{
    padding: 15px;
    background: #000;
  }
  #loading .loading-logo{
    width: 20%;
  }
/*
  #loading.on.ready .loading-logo {
    top: 121px;
    width: 14%;
  }
*/
  #globalnavi .menu__toggle{
    right: 15px;
    top: 15px;
    width: 36px;
    height: 36px;
  }
  #globalnavi .menu__toggle:before,
  #globalnavi .menu__toggle:after{
    height: 3px;
  }
  #globalnavi .menu__wrapper{
    width: 60%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 240px;
  }
  #globalnavi .menu__wrapper .menu-head h2{
    font-size: 90%;
    margin-bottom: 3.4em;
  }
  #globalnavi .menu__wrapper .menu-list{
    align-items: flex-start;
    height: auto;
  }
  #globalnavi .menu__wrapper .menu-list ul li a{
    font-size: 40px;
    line-height: 1.2em;
  }
  #globalnavi.-show .menu__wrapper:after{
    left: 40px;
    bottom: 40px;
    width: 22.5%;
    padding-top: 22.5%;
  }
  #contents{
    padding-top: 30%;
  }

  #contents .inner,
  #contents .site-keyvisual .inner{
    padding: 25px;
  }
  #contents .site-keyvisual .banner{
    margin: 25px auto 15px;
  }
  #contents .site-keyvisual .banner .banner-item{
    width: 70%;
    
  }

  #contents .top-section.post-entry .inner{
    flex-direction: column;
  }
  #contents .top-section.post-entry .title-area{
    width: 100%;
  }
  #contents .section-title{
    font-size: 250%;
    margin-bottom: 0.2em;
  }
  #contents .item-list .entry{
    padding: 1.5em 0;
  }
  #contents .item-list .entry a{
    display: block;
  }
  #contents .item-list .entry a .category{
    float: left;
    margin-right: 1em;
    line-height: 1.4em;
    padding-top: 0.1em;
    border-width: 1px;
  }

  #contents .item-list .entry a .date-time .date{
    line-height: 1.5em;
  }
  #contents .item-list .entry a p.entry-text{
    clear: both;
  }
  #contents .top-section .btn-more{
    font-size: 175%;
  }
  i.icon-arrow:before{
    height: 3px;
  }
  i.icon-arrow:after{
    border-width: 3px;
  }
  #contents .top-section .btn-more i.icon-arrow:before{
    top: -1px;
  }
  #contents .pageSection{
    padding: 0;
  }
  #contents .pageSection .title-area{
    display: block;
  }
  #contents .pageSection .title-area .category-navi ul{
    flex-wrap: wrap;
    column-gap: 1em;
  }
  #contents .pageSection .title-area .category-navi li{
    padding-left: 0;
  }
  #contents .pageSection .title-area .category-navi li a{
    margin-top: 1em;
  }
  #music .content-area .misic_list{
    margin: 0 -8px;
  }
  #music .content-area .misic_list .music-item{
    padding: 8px;
    width: 50%;
  }
  #modal.active .modal-contents{
    left: 25px;
    right: 25px;
    padding: 20px;
    padding-right: 10px;
  }
  #modal .modal-close{
    width: 40px;
    height: 40px;
    top: -7px;
    right: -7px;
  }
  #modal .modal-main .modal-detail.modal-music .information .music-body{
    display: block;
  }
  #modal .modal-main .modal-detail.modal-music .information .music-body .side{
    width: auto;
    display: flex;
    align-items: center;
  }
  #modal .modal-main .modal-detail.modal-music .information .music-body .side .jkt{
    width: 55%;
    margin-right: 5%;
    line-height: 0;
  }
  #modal .modal-main .modal-detail.modal-music .information .music-body .text-body{
    margin: 2em 0;
    padding: 0 1em 50px 0;
    height: 40vh;
    width: auto;
  }
  #video .content-area .video_list{
    padding: 8px -8px;
  }
  #video .content-area .video_list li{
    width: 50%;
    padding: 8px;
  }

  .ps__thumb-y{
    width: 2px;
  }
  .siteFooter{
    padding: 25px;
    position: relative;
    display:  block;
  }
  .siteFooter .footer-links{
    column-gap: 3em;
  }
  .siteFooter .footer-wrap{
    width: auto;
  }
  .siteFooter .breadcrumbs{
    font-size: 92.5%;
    font-size: 100%;
  }
  .siteFooter .copyright .sitename{
    float: none;
  }
  .siteFooter .copyright .footer-text{
    padding-left: 0;
    line-height: 4em;
  }
  .siteFooter .copyright .footer-text strong,
  .siteFooter .copyright .footer-text .datetime{
    font-size: 224%;
  }
  .siteFooter .logo-skyhi{
    position: absolute;
    right: 25px;
    bottom: 25px;
    width: 10%;
  }
  #popup .popup-content {
    padding: 0 10px;
  }
  #popup .popup-close{
    top: 13px;
    right: 13px;
  }
  
}
@media (max-width: 640px){
  #contents{
    padding-top: 20%;
  }
  body.home  #contents{
    padding-top: 32.5%;
  }
}
@media (max-width: 480px){
	html, body{
		font-size: 12px;
	}
	.site-header .head-text{
  	font-size: 90%;
	}
	.site-header .site-title{
  	font-size: 150%; 
	}
  #modal .modal-main .modal-detail.modal-prof .member_text{
    font-size: 92%;
  }
  #profile .member-list li{
    padding: 5px;
  }
  #fanclub .fanclub-text h2{
    font-size: 15px;
  }
  .siteFooter .footer-links{
    column-gap: 2em;
  }
}

@media (max-height: 700px) and (min-width: 768px){
  #globalnavi .menu__wrapper{
    padding: 20px 40px;
  }
  #globalnavi .menu__wrapper .menu-list{
    height: 100%;
    height: calc(100% - 50px);
    align-items: flex-start;
    overflow-y: auto;
    padding: 10px 0;
  }
}










