html,body {
    overflow-x: hidden;
	overflow-y: auto;
}

/*---------------------------------------------
  HEADER
---------------------------------------------*/

header.top_header {
	box-shadow: 0 3px 6px rgba(0,0,0,0);
}

/*---------------------------------------------
  MAIN
---------------------------------------------*/
.top-key-visual img {
	height: inherit;
	margin-top: 65px;
}

/*.dummy-height {
    height: 785px;
} */

#bg-movie {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    min-width: 100%;
    min-height: 85%;
    z-index: 1;
}

@media screen and (max-width: 767px) {
	/*.dummy-height {
		height: 730px;
	}*/
	.movie-frame {
		margin-top: 40px;
	}
}

/*---------------------------------------------
  TOP
---------------------------------------------*/

.top-main-contents {
	overflow:hidden;
	clear:both;
    background-color: #000;
    /* margin-top: 60px; */
}

@media screen and (max-width: 767px) {
    .top-main-contents {
        /* margin-top: 50px; */
    }
}

/*---------------------------------------------
  TOP CONTENTS
---------------------------------------------*/

.top-main-contents .container {
	padding:10px 15px 64px 15px;
}

.top-main-contents .more {
	text-align:center;
	margin-top:32px;
}

/*-----------------------------
  bnr
-----------------------------*/

#bnr {
	overflow:hidden;
	clear:both;
	margin:0 auto 50px;
}

#bnr .bnr {
	width:100%;
	position:relative;
}

#bnr .bnr a {
display:block;
}


#bnr .bnr .post-eyecatch {
	overflow: hidden;
	position: relative;
	width:320px;
	padding-top: 75%;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	z-index:-1;
}

#bnr .bnr .post-eyecatch img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: top;
    max-width: none;
    max-height: none;
    min-width: 100%;
    min-height: 100%;
}

#bnr .bnr .post-eyecatch::after {
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: rgba(255, 255,255, 0);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

#bnr .bnr:hover .post-eyecatch::after {
    background-color: rgba(255, 255,255, .4);
}

#bnr .bnr .post-title {
    width: 100%;
	padding:0px 10px;
	margin:0 !important;
	position:absolute;
	color:#fff;
	text-align:center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index:999;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display:none;
	
}

#bnr .bnr:hover .post-title {
    display:block;
}

/* slick-dots をバーに変更 */
#bnr .slick-dots,
#musicvideo-bnr .slick-dots,
#discography-bnr .slick-dots,
#messagemail-bnr .slick-dots {
  text-align: center;
  bottom: -30px;
}

#bnr .slick-dots li,
#musicvideo-bnr .slick-dots li,
#discography-bnr .slick-dots li,
#messagemail-bnr .slick-dots li {
  display: inline-block;
  width: 41px!important;
  height: 4px!important;
  margin: 4px;
  background: #DDDDDD;
  cursor: pointer;
}

#bnr .slick-dots button,
#musicvideo-bnr .slick-dots button,
#discography-bnr .slick-dots button,
#messagemail-bnr .slick-dots button {
  display: block;
  width: 100%!important;
  height: 100%!important;
  margin: 0;
  font-size: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  outline: none;
  background: #DDDDDD;
  cursor: pointer;
}

#bnr .slick-dots .slick-active button,
#musicvideo-bnr .slick-dots .slick-active button,
#discography-bnr .slick-dots .slick-active button,
#messagemail-bnr .slick-dots .slick-active button {
  background: #DE6B93;
  opacity: 1;
}

.slick-dots li button:before {
  display: none;
}



@media screen and (max-width: 991px) {

#bnr .bnr .post-eyecatch {
	width:220px;
}

}


/*-----------------------------
  NEWS
-----------------------------*/

#top-main-contents #news .post-item-type_a1 a {
	color:#5F6368;
}

.top-main-contents .post-item-type_a1 .post-body:hover {
	opacity: 0.7;
}

/*-----------------------------
  PROFILE
-----------------------------*/
.profile {
	margin-top: 120px;
}

@media screen and (max-width: 767px) {
	.profile {
		margin-top: 100px;
	}
}

/*-----------------------------
  BIOGRAPHY
-----------------------------*/

#top-main-contents #biography dt {
margin: 0 auto 32px;
/*max-width: 800px;*/
}



/*-----------------------------
  FANCLUB
-----------------------------*/

#top-main-contents #fanclub dt {
	width:50%;
	max-width:450px;
	margin:0px auto 32px;
	text-align:center;
}

@media screen and (max-width: 767px) {
	
#top-main-contents #fanclub dt {
	width:100%;
}

}

/***** plan *****/
#service.service_single .plan {
	width:100%;
	margin:0 auto 32px;
	border-radius: .25rem;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	overflow: hidden;
}


#service.service_single .plan h3 {
	width:80%;
	max-width: 450px;
	margin:32px auto;
	padding: 0 16px;
}

#service.service_single .plan .description {
	padding:16px 16px 32px;
}

#service.service_single .plan .price {
	padding:16px;
	text-align:center;
}

#service.service_single .plan .registration a {
	padding:16px;
	border-top:solid 1px #DADCE0;
	text-align:center;
	display:block;
}

/*-----------------------------
  FANCLUB（複数プラン）
-----------------------------*/
#service.service_multiple .lead {
	font-size: 14px;
	margin-bottom: 64px;
}

/***** plan *****/

#service.service_multiple .plan {
margin-bottom: 0;
}

#service.service_multiple .plan ul {
	clear:both;
	text-align:center;
	padding: 10px 0;
}

#service.service_multiple .plan li {
	padding: 32px 0 0;
	box-sizing: border-box;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	border-radius: 3px;
}

#service.service_multiple .plan li dl  {
	margin:0 16px 32px;
}

#service.service_multiple .plan li dt  {
	margin-bottom:16px;
	font-weight: normal;
}

#service.service_multiple .plan li dt .plan_name {
	font-size:20px;
}

#service.service_multiple .plan li dd {
	text-align:left;
}

#service.service_multiple .plan li .registrations a {
	padding:16px 0;
	border-top: solid 1px #E0E0E0;
	display:block;
}


@media screen and (min-width: 768px) {

#service.service_multiple .plan ul {
	clear:both;
}

#service.service_multiple .plan li {
	display:inline-block;
	margin: 0px 1.5%;
}

#service.service_multiple .plan.plan-2 li {
	width:40%;
}

#service.service_multiple .plan.plan-3 li {
	width:30%;
	float: left;
	display: block;
}
	
}


@media screen and (max-width: 767px) {

#service.service_multiple .plan li {
	margin-bottom:32px;
}

}

/*-----------------------------
  PROFILE
-----------------------------*/

.member-pics {
    display: flex;
    justify-content: space-between;
    width: 850px;
    margin: 0 auto 35px;
}

.member-pics .member-pic {
    position: relative;
    width: 200px;
}

.member-pics .member-pic img {
    width: 100%;
    border: 1px solid #fff;
}

.member-pics .member-pic p {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

@media screen and (max-width: 991px) {
    .member-pics {
        flex-wrap: wrap;
        width: 100%;
    }

    .member-pics .member-pic {
        width: calc(50% - 6px);
        margin-bottom: 12px;
    }

    .member-pics .member-pic p  {
        font-size: 14px;
        left: 8px;
    }
}

/*-----------------------------
  banner
-----------------------------*/

.top-main-contents #link_list ul {
/*text-align: center;*/
overflow: hidden;
clear: both;
}

.top-main-contents #link_list li {
width: 100%;
max-width: 300px;
margin: 0 1.5% 16px;
display: inline-block;
}

.top-main-contents #link_list li a:hover {
opacity: 0.7;
}


@media screen and (max-width: 575px) {

.top-main-contents #link_list li {
max-width: 100%;
margin: 0 auto 16px;
display: inline-block;
}

}

/*-----------------------------
  FC限定コンテンツ
-----------------------------*/
.contents-top,
.contents-bottom {
    display: flex;
}

.contents-top {
    justify-content: space-between;
    margin-bottom: 20px;
}

.contents-bottom {
    justify-content: center;
    margin-bottom: 35px;
}

.contents-bottom .fc-content:nth-child(1) {
    margin-right: 20px;
}

.fc-content {
    width: calc(33% - 10px);
}

.fc-content .new-on {
    position: relative;
    border: 1px solid #fff;
}

.fc-content > div:hover {
    opacity: 0.7;
}

.fc-content h4 {
    font-size: 34px;
}

.fc-content .post-eyecatch {
    width: 100%;
}

.fc-content .post-eyecatch img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.fc-content-bottom {
    background-color: #E1E1E1;
    padding: 12px 10px;
    line-height: 23px;
}

.fc-content-bottom .contents-date,
.fc-content-bottom .contents-lead + p {
    color: #484848;
    font-size: 14px;
}

.fc-content-bottom .contents-ttl {
    color: #000;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
	.contents-top, .contents-bottom {
		display: block;
	}

	.fc-content {
		width: 100%;
		margin-bottom: 20px;
	}

	.top-bg {
		background-size: contain;
	}
}

/*-----------------------------
  fadein
-----------------------------*/
/* アニメーション用class */
.inview {
    animation-name: fade-in;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    animation-delay: .4s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

.fade-in {
    opacity: 0;
}

@keyframes fade-in {
    0% {
        transform: translateY(40px);
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}