/*---------------------------------------------
  MAIN
---------------------------------------------*/

#store .top-key-visual {
    margin-bottom: 50px;
}

#store .top-key-visual img {
	height: auto;
	margin: 0;
}


@media screen and (max-width: 767px) {

	
	#store .top-key-visual {
		margin-bottom: 30px;
	}

    #store .top-key-visual img {
        margin-bottom: 30px;
    }

}



/*---------------------------------------------
  TOP
---------------------------------------------*/

.top-main-contents {
	overflow:hidden;
	clear:both;
}

@media screen and (max-width: 767px) {

    .top-main-contents {
		overflow: visible;
	}

}

.bg-fixed {
	background-image: url("https://s3-ap-northeast-1.amazonaws.com/pf-web/fanclubs/213/assets/329/images/top/main.jpg?20250701163710");
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	z-index: -1;	
}



/*---------------------------------------------
  TOP CONTENTS
---------------------------------------------*/

.top-main-contents .container {
	padding:10px 15px 64px 15px;
}

.top-main-contents .more {
	text-align:center;
	margin-top:32px;
}




/*-----------------------------
  bnr (topics)
-----------------------------*/

#topics {
	width:100%;
	/*max-width:1240px;*/
	overflow:hidden;
	clear:both;
	margin:0 auto 85px;
	position:relative;
	bottom:0;
}

.slick-dotted.slick-slider {
	margin-bottom:0!important;
}

#topics .bnr {
	width:100%;
	position:relative;
}

#topics .bnr a {
	display:block;
}

#topics .bnr .post-eyecatch {
	overflow: hidden;
	position: relative;
	width:320px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	z-index:-1;
	padding-top: 66.67%;
        aspect-ratio: 4 / 3;
}

#topics .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%;
}

#topics .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;
}

#topics .bnr:hover .post-eyecatch::after {
	background-color: rgba(255, 255,255, .4);
}

#topics .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;

}

#topics .bnr:hover .post-title {
	display:block;
}

.slick-slide {
	margin: 0px 16px;
}


.slick-bar {
	display:flex;
	justify-content:center;
	margin-top:20px;
}

.slick-bar li {
	width: 35px;
	height: 4px;
	background-color: #BBBCBC;
	margin: 0 4px;
	cursor: pointer;
}

#topics .slick-slide {
    margin: 0 8px;
}

.slick-bar li.slick-active{
	background-color: #C82123;
}

.slick-bar li:last-child {
	margin-bottom: 0;
}

.slick-bar li button {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0;
	border: none;
	background-color: transparent;
}



@media screen and (max-width: 990px) {

	#topics {
		margin:0 auto 65px;
	}
}

@media (max-width: 767px) {
	#topics {
		width: 100vw;
        margin: 0 calc(50% - 50vw);
	}

	.slick-slide {
		margin: 0px 14px;
	}
}

/*-----------------------------
  NEW item
-----------------------------*/
.item-list-link .more-btn {
    display: block;
    position: relative;
    padding: 8.5px 0;
    margin: 0 auto;
    color: #252525;
    border: 1px solid #252525;
    width: 170px;
}

.item-list-link .more-btn::after {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 0;
    right: 30px;
    width: 13px;
    height: 13px;
    background: transparent url(../images/arrow_blk.svg) no-repeat;
    background-size: 13px;
}

/*-----------------------------
  NEWS
-----------------------------*/

.post-item-type_a1 a {
	color:#5F6368;
}

.container .top-main-contents #news h2 {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.container .top-main-contents #news h2 {
		margin-bottom: 0;
	}
}

/*-----------------------------
  BIOGRAPHY
-----------------------------*/

#top-main-contents #biography dt {
margin: 0 auto 32px;
/*max-width: 800px;*/
}

.top-main-contents #news .container h2 {
	margin-bottom: 0;
}


/*-----------------------------
  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
-----------------------------*/

.top-main-contents #profile dt {
margin: 0 auto 32px;
}

/*-----------------------------
  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;
}

}


/*-----------------------------
  fadein
-----------------------------*/
.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.fadein.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/* アニメーション用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;
    }
}

/*-----------------------------
  popup
-----------------------------*/
.top-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	z-index: 9999;
}

.top-popup.active {
	display: block;
}

.popup-wrap {
	max-width: 500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
}

.top-popup .content-area {
	width: 100%;
}
.top-popup .content-area img {
	width: 100%;
}

.close-btn {
	position: fixed;
	top: 20px;
	right:20px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.close-btn span {
	background-color: #fff;
	width: 25px;
	height: 3px;
	position: fixed;
    right: 20px;
}

.close-btn span:nth-child(1) {
	-webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.close-btn span:nth-child(2) {
	-webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

@media screen and (max-width: 767px) {
	.popup-wrap {
		padding: 0 20px;
		width: 100%;
	}
}