/*---------------------------------------------
  top-key-visual
---------------------------------------------*/

.top-key-visual {
	position: relative;
	overflow: hidden;
	margin-top: 125px;
}

.top-key-visual img {
	height: auto;
	margin: 0;
}

.top-key-visual .kv-wrapper {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	/*left: -40px;*/
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-around;
}

.top-key-visual .kv-wrapper .kv-inner_left {
	position: relative;
	width: 54%;
}

.top-key-visual .kv-wrapper .kv-inner_left .logo-sp-img {
	display: none;
}

.top-key-visual .kv-wrapper .kv-inner_right {
	width: calc(47% - 50px);
	text-align: center;
}

.top-key-visual .kv-wrapper .kv-inner_right .logo-pc-img {
	max-width: 443px;
	display: block;
	margin: 0 auto;
}

/* loop animation */
.top-key-visual .loop_wrap {
	display: flex;
	width: 100vw;
	overflow: hidden;
	position: absolute;
	bottom: 25px;
}

.top-key-visual .loop_wrap img {
	width: auto;
	flex-shrink: 0;
	height: 45px;
}

.top-key-visual .loop_wrap img:first-child {
	animation: loop 50s -25s linear infinite;
}

.top-key-visual .loop_wrap img:last-child {
	animation: loop2 50s linear infinite;
}

/* loop animation frames */
@keyframes loop {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}

@keyframes loop2 {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-200%);
	}
}

@media screen and (min-width: 992px) {
	.top-key-visual .loop_wrap img {
		max-width: none;
		height: 4vw;
		max-height: 56px;
	}
}

@media screen and (max-width: 991px) {

	.top-key-visual {
		margin-top: 70px;
	}

	.top-key-visual .kv-wrapper {
		display: block;
		overflow: hidden;
		left: 0;
	}

	.top-key-visual .kv-wrapper .kv-inner_left .logo-sp-img {
		display: block;
		position: relative;
		width: 85%;
		margin: 0 auto;
	}

	.top-key-visual .kv-wrapper .kv-inner_left {
		width: 100%;
	}

	.top-key-visual .kv-wrapper .kv-inner_left > img {
		position: relative;
		margin-top: 5%;
	}

	.top-key-visual .kv-wrapper .kv-inner_right {
		width: 100%;
	}

	.top-key-visual .kv-wrapper .kv-inner_right .logo-pc-img {
		display: none;
	}

	/* loop animation */
	.top-key-visual .loop_wrap {
    bottom: 65vw;
    width: 360vw;
	}

}


/*---------------------------------------------
  TOPICS
---------------------------------------------*/

#topics {
	margin-top: 25px;
  position: relative;
	max-width: 548px;
	max-height: 316px;
}

.topics-bnr {
	clear:both;
	margin:0 auto;
	width: 100%;
	scrollbar-width: none;
  -ms-overflow-style: none;
}

.topics-bnr.swiper {
	width: 100%;
	height: 100%;
	max-width: 548px;
}

.topics-bnr .bnr {
	position: relative;
	aspect-ratio: 16/9;
}

.topics-bnr .bnr a {
	display: block;
	height: 100%;
	color: var(--default);
}

.topics-bnr .bnr a:hover {
	opacity: 0.8;
}

.topics-bnr .swiper-slide {
  
}

.topics-bnr .bnr .post-item {
	width: 100%;
	height: 100%;
	background: #fff;
	border: 1px solid var(--default);
	border-radius: 60px;
	padding: 35px;
}

.topics-bnr .bnr .post-item .post-body {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.topics-bnr .bnr .post-item .post-body .post-title {
	font-size: 26px;
	font-weight: 800;
	text-align: center;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-rtl .swiper-button-next {
	display: none!important;
}

.topics-bnr .swiper-pagination{
	position: relative!important;
}

.topics-bnr .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border-radius: 30px;
	opacity: 1;
	background: var(--default);
}

.topics-bnr .swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	border-radius: 30px;
	background: var(--accent);
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction{
	bottom: 0!important;
}

@media screen and (max-width: 991px) {
	#topics {
		margin-top: 60px;
		max-width: 100%;
		max-height: 100%;
	}

	.topics-bnr.swiper {
		min-width: 345px;
		max-width: 100%;
	}

	.topics-bnr .bnr .post-item {
		padding: 16px;
	}

	.topics-bnr .bnr .post-item .post-body .post-title {
		font-size: 18px;
	}

	.topics-bnr .swiper-pagination {
    margin-top: 16px;
	}

}

/*---------------------------------------------
  TOP CONTENTS
---------------------------------------------*/

.top-main-contents {
	overflow:hidden;
	clear:both;
}

.top-main-contents .container {
}

.top-main-contents h2 {
	margin: 0 auto 16px;
	text-align: center;
}

.top-main-contents .contents-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 64px 0;
}

/* VIEW MORE */

.more-link {
	display: block;
	position: relative;
	font-size: 22px;
	font-weight: 800;
	color: var(--default);
	margin: 0 auto;
	max-width: 177px;
}

.more-link:before {
	position: absolute;
	content: "";
	width: 46px;
	height: 1px;
	top: 0;
	bottom: 12px;
	right: 0px;
	margin: auto 0 0;
	background-color: var(--default);
	transition: 0.5s ease;
}

.more-link:after {
	position: absolute;
	content: "";
	width: 15px;
	height: 1px;
	top: 0;
	bottom: -8px;
	right: 0;
	margin: auto;
	background-color: var(--default);
	transform: rotate(31deg);
	transition: 0.5s ease;
}

.more-link:hover {
	color: var(--main);
}

.more-link:hover:before {
	right: -15px;
	background-color: var(--main)
}

.more-link:hover:after {
	right: -15px;
	background-color: var(--main)
}

@media screen and (max-width: 1200px) {
	.top-main-contents .contents-wrapper {
    display: block;
	}
}

@media screen and (max-width: 991px) {
	.more-link:after {
		bottom: -6px;
	}
}

/*-----------------------------
  NEWS
-----------------------------*/

#news {
	padding: 35px 16px;
	border: 1px solid var(--main);
	border-radius: 30px;
	margin-right: 15px;
	width: 100%;
  max-width: 570px;
}

@media screen and (max-width: 1215px) {
	#news {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 64px;
	}
}

/*-----------------------------
  LIVE/EVENT
-----------------------------*/

#live_event {
	padding: 35px 16px;
	border: 1px solid var(--main);
	border-radius: 30px;
	margin-left: 15px;
	width: 100%;
  max-width: 570px;
  min-height: 585px;
}

@media screen and (max-width: 1215px) {
	#live_event {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 64px;
    height: 100%;
	}
}

@media screen and (max-width: 991px) {
	#live_event {
    min-height: 100%;
	}
}

/*-----------------------------
  DISCOGRAPHY
-----------------------------*/

#discography {
	position: relative;
	background: #F6F7F7;
	padding-bottom: 64px;
}

#discography .disco-wrapper {
	position: relative;
	padding: 64px 0 0;
}

#discography .disco-wrapper h2 {
	position: absolute;
	width: 256px;
	transform: rotate(90deg);
	top: 156px;
	left: -110px;
}

#discography .disco-wrapper h2:after {
    position: absolute;
    content: "";
    width: 255px;
    height: 1px;
    background: var(--default);
    left: 256px;
    top: 20px;
}

#discography .disco-inner {
	margin-left: 50px;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(345px, 1fr));
	align-items: stretch;
	gap: 20px;
	max-width: 1075px;
}

#discography .disco-inner a {
	display: block;
	width: 100%;
	max-width: 345px;
	max-height: 490px;
	height: 100%;
	background: #fff;
	padding: 20px;
	border: 2px solid var(--accent);
	box-shadow: 5px 5px rgba(54, 54, 54, 0.2);
	box-sizing: border-box;
}

#discography .disco-inner a .post-eyecatch {
	max-width: 306px;
	max-height: 306px;
	display: block;
	border: 2px solid var(--accent);
}

.disco-inner_text {
  display: flex;
  flex-direction: column;
}

#discography .disco-inner a .post-lead {
	font-size: 16px;
	padding-top: 16px;
	text-align: center;
	color: var(--accent);
}

#discography .disco-inner a .category_item {
	display: block;
	width: 100%;
	max-width: 100px;
	height: 23px;
	background: #F2C0CE;
	border-radius: 30px;
	text-align: center;
	margin: 10px auto;
	line-height: 1.5;
}

#discography .disco-inner a .category_item span {
	font-size: 13px;
	color: #fff;
}

#discography .disco-inner a .title {
	font-size: 16px;
	color: var(--accent);
	line-height: 1.2;
}

@media screen and (max-width: 1200px) {
	#discography .disco-wrapper {
		padding: 35px 0 0;
	}

	#discography .disco-wrapper h2 {
		top: 35px;
		left: 0;
		right: 0;
		margin: 0 auto;
		transform: rotate(0deg);
		font-size: 36px;
	}

	#discography .disco-wrapper h2:after {
		display: none;
	}

	#discography .disco-inner {
		margin-left: 0;
		margin-top: 64px;
		margin-bottom: 35px;
		/*grid-template-rows: repeat(auto-fill, minmax(345px, 1fr));*/
		grid-template-columns: none;
		max-width: 100%;
		height: 100%;
		gap: 26px;
	}

	#discography .disco-inner a {
		max-width: 100%;
		display: flex;
		gap: 16px;
		height: auto;
		margin-bottom: 0px!important;
	}

	.disco-inner_text {
		width: 95%;
		justify-content: flex-start;
	}

	#discography .disco-inner a .post-lead {
		text-align: left;
		padding-top: 0;
	}

	#discography .disco-inner a .category_item {
		margin: 0 0 5px;
	}
}

@media screen and (max-width: 991px) {
	#discography .disco-inner a .post-eyecatch {
    max-width: 115px;
    max-height: 115px;
    min-width: 113px;
    min-height: 113px;
	}
}

/*-----------------------------
  PROFILE
-----------------------------*/

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

#profile:before {
	content: "";
	position: absolute;
	background: url(../images/profile-main_blur.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
}

#profile .pf-wrapper {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	padding: 84px 0;
	gap: 50px;
}

#profile .pf-wrapper .pf-left {
	width: 50%;
	height: 100%;
	max-width: 533px;
	box-shadow: 26px 26px 0 var(--main);
}

#profile .pf-wrapper .pf-right {
	width: 50%;
	height: 100%;
	max-width: 560px;
	position: relative;
}

#profile .pf-wrapper .pf-right h2 {
	font-size: 54px;
	color: #EAEAEA;
	text-shadow: 4px 4px 0 rgba(54, 54, 54, 0.3);
	position: relative;
	z-index: 5;
}

#profile .pf-wrapper .pf-right .pf-card {
	background: rgba(225, 225, 225, 50%);
	padding: 45px 20px;
	border-radius: 30px;
	height: 723px;
	max-height: 90%;
	position: relative;
	top: -30px;
	z-index: 2;
	transform: rotate(0.03deg);
}

#profile .pf-wrapper .pf-right .pf-card .pf-name {
	font-size: 45px;
	display: flex;
	flex-direction: column;
	line-height: 1;
	padding-bottom: 16px;
}

#profile .pf-wrapper .pf-right .pf-card .pf-name span {
	font-size: 26px;
}

#profile .pf-wrapper .pf-right .pf-card .pf-ditails {
	padding-bottom: 5px;
}

#profile .pf-wrapper .pf-right .pf-card .pf-ditails li {
	line-height: 1.8;
	letter-spacing: 0.5px;
	font-size: 16px;
}

#profile .pf-wrapper .pf-right .pf-card .pf-biography {
	font-size: 16px;
	line-height: 1.3;
	padding-bottom: 35px;
}

#profile .pf-wrapper .pf-right .sns-link {
	display: flex;
	gap: 26px;
}

#profile .pf-wrapper .pf-right .sns-link li {
	display: flex;
	width: 50px;
	align-items: center;
	justify-content: center;
}

#profile .more-link {
    color: #fff;
    text-shadow: 2px 2px 0 rgba(54, 54, 54, 0.3);
    margin: 0;
    float: right;
    padding-right: 50px;
}

#profile .more-link:before,
#profile .more-link:after {
	background-color: #fff;
	box-shadow: 2px 2px 0 rgba(54, 54, 54, 0.3);
}

@media screen and (max-width: 991px) {

	#profile .pf-wrapper {
		flex-direction: column;
		align-items: center;
		padding: 64px 0;
	}

	#profile .pf-wrapper .pf-left {
		width: 100%;
		max-width: 90%;
	}

	#profile .pf-wrapper .pf-right {
		width: 100%;
		max-width: 100%;
		min-width: 345px;
	}

	#profile .pf-wrapper .pf-right .pf-card {
		height: auto;
	}

	#profile .pf-wrapper .pf-right .sns-link li {
		width: 40px;
	}

	#profile .more-link:after {
		bottom: -7px;
		box-shadow: 2px 0px 0 rgba(54, 54, 54, 0.3);
	}

}


/*-----------------------------
  FANCLUB
-----------------------------*/

#fanclub {
	width: 100%;
	height: 100%;
	position: relative;
}

#fanclub:before {
	content: "";
	position: absolute;
	background: url(../images/top/fc-bg.png) no-repeat;
	width: 100%;
	height: 100%;
	background-size: cover;
	z-index: -99;
}

#fanclub .container {
	padding-top: 84px;
	padding-bottom: 180px;
}

#fanclub h2 {
	font-size: 75px;
	text-shadow: 5px 5px 0  rgba(54, 54, 54, 0.3);
	margin-bottom: 64px;
}

#fanclub .fc-logo {
	width: 100%;
	max-width: 270px;
	margin: 0 auto 64px;
}

/* fc logo animation */
#fanclub .fc-logo.fadein.is-show {
  animation: rotation-y 2s linear 1 forwards;
}

@keyframes rotation-y {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

/* plan */

.fc-plan {
  display: flex;
  justify-content: center;
  gap: 24px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.fc-plan_card {
  flex: 1;
  max-width: 440px;
  background-color: rgb(255 255 255 / 70%);
  border: 2px solid var(--main);
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.fc-plan_header {
  background-color: var(--main);
  color: #fff;
  text-align: center;
  padding: 16px;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.fc-plan_body {
  padding: 20px 26px 35px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}

.fc-plan_text {
  font-size: 20px;
  color: var(--default);
  line-height: 1.6;
  margin: 0;
  text-align: justify;
  transform: rotate(0.03deg);
}

.fc-plan_price {
  font-size: 45px;
  color: var(--default);
  font-weight: bold;
  margin-bottom: 26px;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.fc-plan_tax {
  font-size: 25px;
  font-weight: normal;
  margin-left: 2px;
}

.fc-plan_link {
  display: block;
  background-color: #A97D80;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  width: 100%;
  height: 100%;
  max-width: 260px;
  max-height: 35px;
  border-radius: 30px;
  transition: opacity 0.2s ease;
}

.fc-plan_link:hover {
  opacity: 0.8;
}


/* fc contents */
.fc-contents {
	width: 100%;
	max-width: 655px;
	margin: 64px auto 0;
	box-sizing: border-box;
}

.fc-contents_list {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 24px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.fc-contents_list li {
	box-sizing: border-box;
}

.fc-contents_list li a {
	display: grid;
	grid-template-rows: 0.5fr 1fr;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 32px 15px 28px 15px;
	box-sizing: border-box;
	text-decoration: none;
	background: #fff;
	border: 3px solid #bba4a4;
	border-radius: 50% 50% 15px 15px / 40% 40% 15px 15px; 
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fc-contents_list li a:hover {
	transform: translateY(-3px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.fc-contents_list li span {
	display: block;
	font-weight: 800;
	font-size: 28px;
	color: var(--accent);
	letter-spacing: 0.05em;
}

.fc-contents_list li .icon {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fc-contents_list li:first-child .icon img {
	max-width: 115px;
}

.fc-contents_list li:nth-child(2) .icon img {
	max-width: 120px;
}

.fc-contents_list li:nth-child(3) .icon img {
	max-width: 106px;
}

.fc-contents_list li:nth-child(4) .icon img {
	max-width: 120px;
}

.fc-contents_list li:nth-child(5) .icon img {
	max-width: 130px;
}

.fc-contents_list li:nth-child(6) .icon img {
	max-width: 127px;
}

.fc-contents_list li .icon img {
	width: 100%;
	height: auto;
	display: block;
}

/* loop animation */
#fanclub .loop_wrap {
	display: flex;
	width: 100vw;
	overflow: hidden;
	position: absolute;
	bottom: 100px;
	z-index: -99;
}

#fanclub .loop_wrap img {
	width: auto;
	flex-shrink: 0;

}

#fanclub .loop_wrap img:first-child {
	animation: loop 50s -25s linear infinite;
}

#fanclub .loop_wrap img:last-child {
	animation: loop2 50s linear infinite;
}

/* loop animation frames */
@keyframes loop {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}

@keyframes loop2 {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-200%);
	}
}

@media screen and (min-width: 992px) {
	.top-key-visual .loop_wrap img {
		max-width: none;
		height: 4vw;
		max-height: 56px;
	}
}

@media (min-width: 768px) {
	.fc-contents_list li {
		width: calc((100% - (24px * 2)) / 3);
		aspect-ratio: 1 / 1.23; 
	}
}

@media screen and (max-width: 991px) {

	#fanclub h2 {
		font-size: 65px;
	}

	#fanclub .fc-logo {
		max-width: 250px;
	}

  .fc-plan {
    flex-direction: column;
    align-items: center;
    gap: 26px;
    padding: 0;
  }
  
  .fc-plan_card {
    width: 100%;
    max-width: 100%;
  }

  .fc-plan_header {
  	font-size: 26px;
  }

  .fc-plan_body {
  	padding: 20px 16px 26px;
  }

  .fc-plan_text {
  	font-size: 16px;
  }

  .fc-plan_tax {
  	font-size: 16px;
  }
}

@media (max-width: 767px) {

	#fanclub .container {
    padding-bottom: 84px;
	}

	.fc-contents {
		margin: 64px 0;
		max-width: 100%;
	}

	.fc-contents_list {
		gap: 16px 25px;
	}

	.fc-contents_list li {
		width: calc((100% - 30px) / 2);
		aspect-ratio: 1 / 1.22;
	}

	.fc-contents_list li a {
		padding: 35px 15px 25px 15px;
	}

	.fc-contents_list li span {
		font-size: 23px;
		margin-bottom: 5px;
	}

	.fc-contents_list li a .icon {
		max-width: 110px;
	}

	#fanclub .loop_wrap {
    bottom: 70px;
	}
}

@media (max-width: 489px) {
	.fc-contents_list li:first-child .icon img {
		max-width: 77px;
	}

	.fc-contents_list li:nth-child(2) .icon img {
		max-width: 90px;
	}

	.fc-contents_list li:nth-child(3) .icon img {
		max-width: 70px;
	}

	.fc-contents_list li:nth-child(4) .icon img {
		max-width: 90px;
	}

	.fc-contents_list li:nth-child(5) .icon img {
		max-width: 90px;
	}

	.fc-contents_list li:nth-child(6) .icon img {
		max-width: 90px;
	}
}



/*-----------------------------
  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: 46%;
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);
	}