/*---------------------------------------------
  HEADER
---------------------------------------------*/

header.top_header {
	box-shadow: 0 3px 6px rgba(0,0,0,0);
}

/*---------------------------------------------
  MAIN
---------------------------------------------*/

.top-key-visual {
	height: auto;
	position: relative;
}

.top-key-visual .kv-wrapper {
	min-height: 100svh;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	overflow: hidden;
	padding: 170px 80px 135px;
}

.top-key-visual .kv-wrapper .kv-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	overflow: hidden;
}

.top-key-visual .kv-wrapper .kv-bg img {
	margin: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: blur(8px);
	transform: scale(1.1);
	will-change: transform, filter;
}

.top-key-visual .kv-inner {
	height: 100%;
	position: relative;
	overflow: hidden;
	z-index: 2;
	border-radius: 16px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
	width: 100%;
	max-width: 1200px;
	max-height: 870px;
}

.top-key-visual .kv-inner .kv-inner-images {
	position: relative;
}

.top-key-visual .kv-inner .kv-inner-images img {
	width: 100%;
	height: auto;
	max-width: 1200px;
	max-height: 800px;
	margin: 0;
}

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

	.top-key-visual {
		min-height: 483px;
	}

	.top-key-visual .kv-wrapper {
		padding: 120px 15px 143px;
		width: 100%;
		min-height: 483px;
	}

	.top-key-visual .kv-inner {
    min-width: 345px;
	}

	.top-key-visual .kv-inner .kv-inner-images {
		position: relative;
	}

	.top-key-visual .kv-inner .kv-inner-images img {
		position: relative;
		width: 100%;
		height: 100%;
	}

}

/* kv-btn */

.kv-wrapper .kv-btn_area {
	position: absolute;
	bottom: 48px;
	z-index: 10;
	width: 100%;
	max-width: 1200px;
}

.kv-wrapper .kv-btn_area div {
	align-items: center;
	gap: 26px;
}

.kv-wrapper .kv-btn_area .kv-btn {
	display: block;
	width: 100%;
	height: 52px;
	max-width: 382px;
	text-align: center;
	border-radius: 30px;
	border: 2px solid var(--default);
	background: #fff;
	box-shadow: 4px 4px 0 var(--default);
	font-size: 22px;
	color: var(--default);
	font-weight: 800;
	line-height: 2.2;
}

.kv-wrapper .kv-btn_area .kv-btn:hover {
	opacity: 1;
	transform: translate(4px, 4px);
	color: var(--default);
	box-shadow: 0 0 0 var(--default);
}

.kv-wrapper .kv-btn_area .kv-btn.join {
	background: var(--pink);
}

.kv-wrapper .kv-btn_area .kv-btn.login {
	background: var(--blue);
}

.kv-wrapper .kv-btn_area .kv-btn.job {
	background: var(--yellow);
}

@media screen and (max-width:991px) {
	.kv-wrapper .kv-btn_area div {
		flex-wrap: wrap;
		gap: 16px;
		min-width: 345px;
		justify-content: center;
	}

	.kv-wrapper .kv-btn_area .kv-btn {
		max-width: 170px;
		height: 44px;
		font-size: 12px;
		line-height: 3.3;
	}

	.kv-wrapper .kv-btn_area {
		min-width: 345px;
		bottom: 20px;
	}
}

@media screen and (max-width:325px) {
	.top-key-visual .kv-inner {
		min-width: 300px;
	}

	.kv-wrapper .kv-btn_area .kv-btn {
		max-width: 150px;
		font-size: 11px;
		line-height: 3.7;
	}
}


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

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

.top-main-contents section {
	position: relative;
	width: 100%;
	padding: 64px 0;
}

/* TOP 見出し共通 */



/* キャラクター素材共通 */

.deco-item {
	display: block;
	position: absolute;
}

/* btn 共通 */

.top-main-contents .more-btn {
	display: block;
	width: 100%;
	height: 70px;
	max-width: 340px;
	text-align: center;
	border-radius: 60px;
	border: 4px solid var(--yellow);
	background: var(--default);
	box-shadow: 5px 5px 0 var(--pink);
	font-size: 24px;
	color: var(--yellow);
	font-weight: 800;
	line-height: 2.5;
	margin: 0 auto;
}

.top-main-contents .more-btn:hover {
	opacity: 1;
  transform: translate(5px, 5px);
  color: var(--yellow);
  border: 4px solid var(--pink);
  box-shadow: 0 0 0 var(--pink);
}

.top-main-contents .more-btn span {
	position: relative;
}

.top-main-contents .more-btn span:after {
	content:"";
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor' class='icon icon-tabler icons-tabler-filled icon-tabler-player-play'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 4v16a1 1 0 0 0 1.524 .852l13 -8a1 1 0 0 0 0 -1.704l-13 -8a1 1 0 0 0 -1.524 .852z' /%3E%3C/svg%3E");
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-left: 12px;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	transition: margin-left .3s;
	background-color: var(--yellow);
}

@media screen and (max-width: 991px) {
	.top-main-contents section {
		padding: 46px 0;
	}

	.top-main-contents section .container h2 {
    margin: 0 auto 35px;
    height: 80px;
	}

	.top-main-contents .more-btn {
    max-width: 260px;
	}
}

@media screen and (max-width: 530px) {
	.top-main-contents section .container h2 {
    height: 60px;
	}
}

/*-----------------------------
  topics swiper bnr
-----------------------------*/

#topics-bnr {
  background: var(--default);
  padding: 64px 0;
}

#bnr {
	clear:both;
	margin:0 auto;
	max-width: 1200px;
	max-height: 270px;
	scrollbar-width: none;
  -ms-overflow-style: none;
}

#bnr .container {
	/*overflow-x: hidden;*/
}

#bnr .bnr {
	position: relative;
}

#bnr .bnr a {
	display: block;
}

#bnr .swiper-slide {
  opacity: .3; /* 左右のスライドを薄くする */
  transform: scale(.8); /* 左右のスライドを小さくする */
  transition: .7s; /* ゆっくり小さくさせる */
}

#bnr .swiper-slide img {
  height: auto;
  width: 100%;
}

#bnr .swiper-slide-active {
  opacity: 1; /* 中央のスライドは薄くしない */
  transform: scale(1); /* 中央のスライドは小さくしない */
  z-index: 1; /* 中央のスライドを一番上にする */
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: 0!important;
	left: auto;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: 0!important;
	right: auto;
}

#bnr .swiper-button-prev:after {
	content: '';
	display: block;
	width: 25px;
	height: 35px;
	background: url("../images/icon/arrow_left.svg") no-repeat;
	cursor: pointer;
}

#bnr .swiper-button-next:after {
	content: '';
	display: block;
	width: 25px;
	height: 35px;
	background: url("../images/icon/arrow_right.svg") no-repeat;
	cursor: pointer;
}

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

#bnr .swiper-pagination-bullet {
	width: 24px;
	height: 6px;
	border-radius: 30px;
	background: #F2F2F2;
}
#bnr .swiper-pagination-bullet-active {
	width: 24px;
	height: 6px;
	border-radius: 30px;
	background: var(--blue);
}

.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-bnr {
		padding: 45px 0;
	}

	#bnr {
		min-width: 345px;
		width: 80%;
	}
}

@media screen and (max-width: 325px) {
	#bnr {
		min-width: 310px;
	}
}

/*-----------------------------
  mainvisual-under-area
-----------------------------*/

.marquee {
  width: 100%;
  overflow: hidden;
  background: var(--default);
  padding: 20px 0;
  white-space: nowrap;
  position: relative;
}

.marquee:before {
	border: 1px solid var(--yellow);
	width: 100%;
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
}

.marquee:after {
	border: 1px solid var(--yellow);
	width: 100%;
	content: "";
	position: absolute;
	bottom: 15px;
	left: 0;
}

.marquee_track {
  display: flex;
  width: max-content;
  animation: marquee 25s linear infinite;
}

.marquee_inner {
  display: flex;
  flex-shrink: 0;
}

.marquee_inner span {
  flex-shrink: 0;
  white-space: nowrap;
  padding-right: 50px;
  color: var(--yellow);
  font-size: 22px;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 991px) {
	.marquee {
		padding: 10px 0;
	}

	.marquee:before {
		top: 7px;
	}

	.marquee:after {
		bottom: 7px;
	}

	.marquee_inner span {
		font-size: 1.2rem;
		padding-right: 0;
	}
}

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

#news {
  display: block;
  position: relative;
  border-bottom: 10px solid var(--default);
}

#news.bg-check {
	background: url(../images/top/news-bg-check.png) repeat;
  background-size: 50px;
}

/*---- NEWSコンテンツ部分 ----*/

#news .post-item.post-item-type_a1:nth-of-type(odd),
 #schedule .post-item.post-item-type_a1:nth-of-type(odd) {
	transform: rotate(-0.5deg);
}

#news .post-item.post-item-type_a1:nth-of-type(even),
 #schedule .post-item.post-item-type_a1:nth-of-type(even) {
	transform: rotate(0.5deg);
}

/*-----------------------------
  SCHEDULE
-----------------------------*/

#schedule {
  display: block;
  position: relative;
  background: var(--pink);
  border-bottom: 10px solid var(--default);
}

#schedule:before {
	content: "";
	background: url(../images/top/stripe-wh.png) no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

#schedule .container {
	position: relative;
}

/*---- SCHEDULEコンテンツ部分 ----*/


/*-----------------------------
  GOODS
-----------------------------*/

#goods {
  display: block;
  position: relative;
  background: var(--blue);
}

/*-----------------------------
  FAN CLUBE
-----------------------------*/

#fc {
  display: block;
  position: relative;
  background: repeating-linear-gradient(
    to right,
    #00B7ED 0% 33.3333%,
    #E74692 33.3333% 66.6666%,
    #FFF000 66.6666% 100%
  );
  border-bottom: 10px solid var(--default);
  border-top: 10px solid var(--default);
}

#fc .fc-inner {
	position: relative;
	z-index: 5;
}

#fc .fc-inner .fc-tag {
	font-weight: 800;
	color: var(--default);
	background: var(--yellow);
	border: 3px solid var(--default);
	border-radius: 30px;
	margin: 0 auto 20px;
	padding: 8px 22px;
	white-space: nowrap;
	line-height: 1.0;
	text-align: center;
	display: block;
	max-width: 320px;
	font-size: 32px;
	box-shadow: 5px 5px 0 var(--default);
	transform: rotate(-2deg);
}

#fc .fc-inner.container h2 {
	display: block;
	max-width: 396px;
	height: 100%;
}

#fc .fc-inner .fc-lead {
	font-size: 36px;
	font-weight: 800;
	text-align: center;
	padding: 0 0 35px;
	color: var(--default);
	text-shadow:
  4px 4px 3px #fff, -4px -4px 3px #fff,
  -4px 4px 3px #fff,  4px -4px 3px #fff,
  4px 0 3px #fff, -4px  0 3px #fff,
  0 4px 3px #fff,  0 -4px 3px #fff;
}

#fc .fc-inner .fc-lead br {
	display: none;
}

#fc .fc-inner .fc-contents {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 1165px;
	margin: 0 auto;
	background: #fff;
	border: 6px solid var(--default);
	border-radius: 16px;
	box-shadow: 5px 5px 0 var(--default);
	padding: 35px 20px;
}

#fc .fc-inner .fc-contents .contents-item {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 0!important;
	display: block;
}

#fc .fc-inner .fc-contents .post-eyecatch {
	box-shadow: none;
	border: 6px solid var(--default);
	border-radius: 8px;
}

#fc .fc-inner .fc-contents .contents-ttl {
	font-size: 32px;
	font-weight: 800;
	text-align: center;
	color: var(--default);
	padding-top: 26px;
	line-height: 1.2;
}

#fc .fc-inner .fc-join-area {
	display: grid;
	gap: 16px;
	grid-auto-flow: column;
	grid-template-rows: repeat(2, auto);
	max-width: 560px;
	margin: 0 auto 5rem;
}

#fc .fc-inner .fc-join-area a {
	display: block;
	transform-origin: center;
}

#fc .fc-inner .fc-join-area a:hover {
	animation: shake-pop 0.35s ease-in-out infinite;
}

@keyframes shake-pop {
	0%   { transform: translateX(0) rotate(0deg); }
	25%  { transform: translateX(-3px) rotate(-1deg); }
	50%  { transform: translateX(3px) rotate(1deg); }
	75%  { transform: translateX(-3px) rotate(-1deg); }
	100% { transform: translateX(0) rotate(0deg); }
}

/*#fc .fc-inner .fc-bnr-area {
	display: grid;
	gap: 16px;
	grid-template-columns : 1fr 1fr 1fr;
}*/

#fc .fc-inner .fc-bnr-area {
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: center;
}

#fc .fc-inner .fc-bnr-area li {
	display: block;
	width: 100%;
	max-width: 380px;
}

/*---- fc deco ----*/
#fc .fc-decoration {
	position: absolute;
	inset: 0;
	z-index: 10;
	pointer-events: none;
	/*overflow: hidden;*/
	width: 100%;
	max-width: 1200px;
	min-width: 320px;
	left: 50%;
  transform: translateX(-50%);
}

.fc-decoration .deco-item.shooting-star-02 {
	width: calc(100vw * 0.059);
	max-width: 114px;
	height: auto;
	top: 9%;
	left: 16%;
	transform: rotate(-15deg);
	display: block;
  transform-origin: center center;
  animation: floatSway 2s ease-in-out infinite;
}

.fc-decoration .deco-item.ribon-01 {
	width: calc(100vw * 0.050);
	max-width: 97px;
	height: auto;
	top: 8.36%;
	right: 20%;
	transform: rotate(15deg);
	display: block;
  animation:
    rotateInfinite 8s linear infinite,
    pulseScale 2s ease-in-out infinite;
  transform-origin: center center;
}

.fc-decoration .deco-item.star-02 {
	width: calc(100vw * 0.019);
	max-width: 37px;
	height: auto;
	top: 15%;
	right: 12%;
	display: block;
  animation:
    rotateInfinite 8s linear infinite,
    pulseScale 2s ease-in-out infinite;
  transform-origin: center center;
}

.fc-decoration .deco-item.star-01 {
	width: calc(100vw * 0.030);
	max-width: 59px;
	height: auto;
	top: 19.89%;
	left: 6%;
	display: block;
  animation:
    rotateInfinite 8s linear infinite,
    pulseScale 2s ease-in-out infinite;
  transform-origin: center center;
}

.fc-decoration .deco-item.rainbow-01 {
	width: calc(100vw * 0.118);
	max-width: 228px;
	height: auto;
	top: 15%;
	left: 13%;
	transform: rotate(-8deg);
	display: block;
  transform-origin: center center;
  animation: floatSway 2s ease-in-out infinite;
}

.fc-decoration .deco-item.star-daigo {
	width: calc(100vw * 0.070);
	max-width: 136px;
	height: auto;
	top: 58%;
	left: -15%;
	transform: rotate(-8deg);
	display: block;
  transform-origin: bottom center;
  animation: poyon 1.1s linear 0s infinite;
}

.fc-decoration .deco-item.star-airi {
	width: calc(100vw * 0.070);
	max-width: 136px;
	height: auto;
	top: 27%;
	left: -13%;
	transform: rotate(-15deg);
	display: block;
  transform-origin: bottom center;
  animation: poyon 1.1s linear 0s infinite;
}

.fc-decoration .deco-item.book {
	width: calc(100vw * 0.098);
	max-width: 189px;
	height: auto;
	top: 19%;
	right: -5%;
	display: block;
  transform-origin: center center;
  animation: floatSway 2s ease-in-out infinite;
}

.fc-decoration .deco-item.star-02_mid {
	width: calc(100vw * 0.019);
	max-width: 37px;
	height: auto;
	top: 35%;
	left: -5%;
	display: block;
  animation:
    rotateInfinite 8s linear infinite,
    pulseScale 2s ease-in-out infinite;
  transform-origin: center center;
}

.fc-decoration .deco-item.star-01_mid {
	width: calc(100vw * 0.030);
	max-width: 59px;
	height: auto;
	top: 39.65%;
	left: -10%;
	display: block;
  animation:
    rotateInfinite 8s linear infinite,
    pulseScale 2s ease-in-out infinite;
  transform-origin: center center;
}

.fc-decoration .deco-item.body {
	width: calc(100vw * 0.088);
	max-width: 170px;
	height: auto;
	top: 35%;
	right: -16%;
	transform: rotate(10deg);
	display: block;
  transform-origin: center center;
  animation: floatSway 2s ease-in-out infinite;
}

.fc-decoration .deco-item.takeko {
	width: calc(100vw * 0.131);
	max-width: 252px;
	height: auto;
	top: 47%;
	left: -18.5%;
	transform: rotate(-15deg);
	display: block;
  transform-origin: center center;
  animation: floatSway 2s ease-in-out infinite;
}

.fc-decoration .deco-item.ribon-02 {
	width: calc(100vw * 0.039);
	max-width: 76px;
	height: auto;
	top: 65.33%;
	left: -8%;
	transform: rotate(-15deg);
	display: block;
  animation:
    rotateInfinite 8s linear infinite,
    pulseScale 2s ease-in-out infinite;
  transform-origin: center center;
}

.fc-decoration .deco-item.star-shindi {
	width: calc(100vw * 0.070);
	max-width: 136px;
	height: auto;
	top: 69%;
	left: 0%;
	transform: rotate(-15deg);
	display: block;
  transform-origin: bottom center;
  animation: puyon02 2.5s linear 0s infinite;
}

.fc-decoration .deco-item.rainbow-02 {
	width: calc(100vw * 0.132);
	max-width: 255px;
	height: auto;
	top: 62%;
	right: -20%;
	transform: rotate(14deg);
	display: block;
  transform-origin: center center;
  animation: floatSway 2s ease-in-out infinite;
}

.fc-decoration .deco-item.shooting-star-01 {
	width: calc(100vw * 0.090);
	max-width: 174px;
	height: auto;
	top: 74%;
	left: 10%;
	display: block;
  transform-origin: center center;
  animation: floatSway 2s ease-in-out infinite;
}

.fc-decoration .deco-item.unpisama {
	width: calc(100vw * 0.082);
	max-width: 158px;
	height: auto;
	top: 48%;
	right: -18.5%;
	transform: rotate(15deg);
	display: block;
  transform-origin: center center;
  animation: puyon 1.0s linear 0s infinite;
}

.fc-decoration .deco-item.drug-02 {
	width: calc(100vw * 0.042);
	max-width: 81px;
	height: auto;
	top: 75.7%;
	right: 12.58%;
	display: block;
  animation:
    rotateInfinite 8s linear infinite,
    pulseScale 2s ease-in-out infinite;
  transform-origin: center center;
}

/*---- fc deco animation ----*/

/* 左右に揺れる */
@keyframes floatSway {
  0%   { transform: rotate(-5deg) translateY(0); }
  50%  { transform: rotate(5deg) translateY(-2px); }
  100% { transform: rotate(-5deg) translateY(0); }
}

/* 回転してふわっと拡大縮小 */

@keyframes rotateInfinite {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulseScale {
  0%, 100% {
    scale: 1;
  }
  50% {
    scale: 1.25;
  }
}

/* 元に戻る縦方向アニメーション */

@keyframes puyon {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%) rotate(0deg); }
  40%  { transform: scale(0.95, 1.2) translate(0%, -10%) rotate(-5deg); }
  50%  { transform: scale(1.1, 0.9) translate(0%, 5%) rotate(3deg); } 
  60%  { transform: scale(0.95, 1.05) translate(0%, -3%) rotate(-2deg); }
  70%  { transform: scale(1.05, 0.95) translate(0%, 3%) rotate(0.5deg); }
  80%  { transform: scale(1.0, 1.0) translate(0%, 0%) rotate(0deg); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%) rotate(0deg); }
}

/* 元に戻る縦方向アニメーション2テンポ遅れ */

@keyframes puyon02 {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%) rotate(-15deg); }
  15%  { transform: scale(0.95, 1.2) translate(0%, -10%) rotate(-20deg); }
  20%  { transform: scale(1.1, 0.9) translate(0%, 5%) rotate(-12deg); } 
  25%  { transform: scale(0.95, 1.05) translate(0%, -3%) rotate(-17deg); }
  30%  { transform: scale(1.05, 0.95) translate(0%, 3%) rotate(-14.5deg); }
  35%  { transform: scale(1.0, 1.0) translate(0%, 0%) rotate(-15deg); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%) rotate(-15deg); }
}

/* 着地するアニメーション */
@keyframes poyon {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  15%  { transform: scale(0.95, 1.05) translate(0%, -15%); }
  30%  { transform: scale(1.05, 0.95) translate(0%, 5%); }
  45%  { transform: scale(0.98, 1.02) translate(0%, -5%); }
  60%  { transform: scale(1.02, 0.98) translate(0%, 2%); }
  75%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}

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

	.fc-decoration .deco-item.star-daigo {
    right: 0%;
    left: auto;
}

.fc-decoration .deco-item.star-airi {
    left: 0%;
}

.fc-decoration .deco-item.book {
	right: 5%;
}

.fc-decoration .deco-item.unpisama {
    right: 2%;
    top: 67%;
}

}


@media screen and (max-width: 991px) {
	#fc .fc-inner .fc-lead {
		font-size: 26px;
	}

	#fc .fc-inner .fc-contents {
		padding: 25px 15px;
		border: 3px solid var(--default);
	}

	#fc .fc-inner .fc-contents .post-eyecatch {
		border: 3px solid var(--default);
	}

	#fc .fc-inner .fc-contents .contents-ttl {
		padding-top: 12px;
		font-size: 16px;
	}

	#fc .fc-inner .fc-join-area {
		margin: 0 auto 3.5rem;
	}

	#fc .fc-inner .fc-bnr-area {
    flex-direction: column;
	}

	/* キャラクター素材配置 */

	.fc-decoration .deco-item.shooting-star-02 {
		width: 100%;
		top: 5%;
	}

	.fc-decoration .deco-item.ribon-01 {
		width: 100%;
		top: 5%;
		right: 15%;
	}

	.fc-decoration .deco-item.star-02 {
		width: 100%;
		top: 10%;
		right: 11%;
	}

	.fc-decoration .deco-item.star-01 {
		width: 100%;
		top: 9%;
	}

	.fc-decoration .deco-item.rainbow-01 {
		width: 100%;
		max-width: 130px;
		top: 12%;
		left: 6%;
	}

	.fc-decoration .deco-item.star-daigo {
		width: 100%;
		max-width: 90px;
		top: 34%;
		left: 0%;
	}

	.fc-decoration .deco-item.star-airi {
		width: 100%;
		max-width: 90px;
		top: 15%;
		left: 0;
	}

	.fc-decoration .deco-item.book {
		display: none;
	}

	.fc-decoration .deco-item.star-02_mid {
		width: 100%;
		top: 38%;
		left: 9%;
	}

	.fc-decoration .deco-item.star-01_mid {
		display: none;
	}

	.fc-decoration .deco-item.body {
		display: none;
	}

	.fc-decoration .deco-item.takeko　{
		width: 100%;
		max-width: 150px;
		top: 33%!important;
    left: 2%!important;
	}

	.fc-decoration .deco-item.ribon-02 {
		display: none;
	}

	.fc-decoration .deco-item.star-shindi {
		width: 100%;
		max-width: 90px;
		top: 40%;
		left: 4%;
	}

	.fc-decoration .deco-item.rainbow-02 {
		width: 100%;
		max-width: 150px;
		top: 36%;
		right: 2%;
	}

	.fc-decoration .deco-item.shooting-star-01 {
		display: none;
	}

	.fc-decoration .deco-item.unpisama {
		width: 100%;
		max-width: 85px;
		top: 40%;
		right: 4%;
	}

	.fc-decoration .deco-item.drug-02 {
		width: 100%;
		max-width: 50px;
		top: 45%;
		right: 13%;
	}

}

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

	.fc-decoration .deco-item.shooting-star-02 {
        left: 8%;
    }

    .fc-decoration .deco-item.ribon-01 {
    	top: 3%;
    	right: 10%;
    }

    .fc-decoration .deco-item.star-01 {
    	max-width: 37px;
    	left: 14%;
    }

    .fc-decoration .deco-item.rainbow-01 {
    	left: 0%;
    }

    .fc-decoration .deco-item.rainbow-02 {
    	max-width: 100px;
    	right: 1%;
    }

    .fc-decoration .deco-item.unpisama {
    	max-width: 100px;
    	right: 2%;
    }

    .fc-decoration .deco-item.drug-02 {
    	max-width: 40px;
    	right: 8%;
    }

}

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

	#fc .fc-inner.container h2 {
		max-width: 310px;
    min-width: 225px;
	}
}

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

	.fc-decoration .deco-item.rainbow-01 {
		top: 10.5%;
	}

	.fc-decoration .deco-item.rainbow-02 {
		right: 0;
	}

	.fc-decoration .deco-item.unpisama {
		max-width: 70px;
		right: 1%;
		top: 51%;
	}

	.fc-decoration .deco-item.star-shindi {
		max-width: 70px;
		top: 60%;
		left: 3%;
	}

	.fc-decoration .deco-item.drug-02 {
		top: 60%;
		right: 4%;
	}

}

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

	.fc-decoration .deco-item.shooting-star-02 {
		left: 3%;
		top: 2%;
		max-width: 90px;
	}

	.fc-decoration .deco-item.ribon-01 {
		top: 2%;
		right: 5%;
		max-width: 70px;
	}

	.fc-decoration .deco-item.star-02 {
		top: 10%;
		right: 4%;
	}

	.fc-decoration .deco-item.star-01 {
		left: 6%;
	}

	.fc-decoration .deco-item.rainbow-01 {
		left: 0;
    max-width: 90px;
    top: 12%;
	}

	.fc-decoration .deco-item.star-daigo {
		max-width: 65px;
		top: 36%;
		right: 7%;
	}

	.fc-decoration .deco-item.star-airi {
		max-width: 65px;
		top: 18%;
		left: 10px;
	}

	.fc-decoration .deco-item.star-02_mid {
		left: 4%;
		top: 44%;
	}

	.fc-decoration .deco-item.unpisama {
		max-width: 65px;
		right: 0;
		top: 52%;
	}

	.fc-decoration .deco-item.star-shindi {
		max-width: 65px;
		top: 63%;
	}

	.fc-decoration .deco-item.drug-02 {
		top: 65%;
		right: 3%;
	}
}

@media screen and (max-width: 535px) {
	#fc .fc-inner .fc-lead br {
		display: block;
	}
}

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

	.fc-decoration .deco-item.shooting-star-02 {
		display: none;
	}

	.fc-decoration .deco-item.ribon-01 {
		display: none;
	}

	.fc-decoration .deco-item.rainbow-01 {
		display: none;
	}

	.fc-decoration .deco-item.star-daigo {
		top: 42%;
	}

	.fc-decoration .deco-item.star-02_mid {
		display: none;
	}

	.fc-decoration .deco-item.unpisama {
		display: none;
	}

	.fc-decoration .deco-item.rainbow-02 {
		display: none;
	}

	.fc-decoration .deco-item.star-shindi {
		top: 37%;
		right: 0%;
		left: initial;
	}

	.fc-decoration .deco-item.drug-02 {
		display: none;
	}
}

@media screen and (max-width: 435px) {
	.fc-decoration .deco-item.star-02{
		top: 6%;
		right: 3%;
		max-width: 25px;
	}

	.fc-decoration .deco-item.star-01 {
		left: 3%;
		max-width: 25px;
		top: 2%;
	}

	.fc-decoration .deco-item.star-daigo {
		top: 40%;
		right: 1%;
		max-width: 55px;
	}

	.fc-decoration .deco-item.star-airi {
		max-width: 55px;
		top: 26%;
		left: 5px;
	}

	.fc-decoration .deco-item.star-shindi {
		top: 41%;
		right: 0%;
		max-width: 55px;
	}
}


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

#profile {
  display: block;
  position: relative;
  border-bottom: 10px solid var(--default);
  overflow: hidden;
  height: 100%;
  z-index: 10;
}

#profile.bg-dot {
	background: url(../images/top/pf-dot-wh.png) repeat;
  background-size: 35px;
}

/* 流れ星のスタイル */
.bg-shooting-star {
	position: absolute;
	z-index: -99;
	pointer-events: none;
	width: 230px;
	height: auto;
	opacity: 0;
	animation: shoot linear forwards;
}

@keyframes shoot {
	0% {
		transform: translate(0, 0) rotate(0deg) scale(0);
		opacity: 0;
	}
	10% {
		opacity: 1; /* 流れ始めてすぐにくっきり見えるように */
	}
	90% {
		opacity: 1;
	}
	100% {
		/* 右上から左下へ移動しながら、少し回転しつつ消えていく */
		transform: translate(-300px, 300px) rotate(-45deg) scale(0.2);
		opacity: 0;
	}
}

#profile .container {
	position: relative;
	z-index: 5;
}

#profile .pf-main {
	display: block;
	border: 5px solid var(--default);
	border-radius: 20px;
	box-shadow: 6px 6px 0 var(--default);
	margin-bottom: 45px;
}

#profile .youtube-subs {
	display: block;
	width: 100%;
	margin: 0 auto;
}

#profile .youtube-subs p {
	font-size: 55px;
	color: var(--default);
	font-weight: 900;
	text-align: center;
}

#profile .youtube-subs .subs {
	display: block;
	width: 100%;
	max-width: 650px;
	max-height: 125px;
	font-size: 64px;
	text-align: center;
	margin: 0 auto 45px;
	background: #fff;
	font-weight: 900;
	color: var(--default);
	border: 5px solid var(--default);
	border-radius: 20px;
	box-shadow: 6px 6px 0 var(--default);
}

#profile .pf-introduction {
	display: flex;
	width: 1230px;
	height: auto;
	align-items: center;
	justify-content: center;
	margin-bottom: 35px;
}

#profile .pf-introduction img {
	object-fit: contain;
	width: 100%;
	margin-right: 65px;
}

.top-main-contents #profile .more-btn.pf-btn {
	background: var(--blue);
	color: var(--default);
	border: 4px solid var(--default);
	box-shadow: 5px 5px 0 var(--default);
	position: relative;
	z-index: 20;
	margin-bottom: 16px;
}

.top-main-contents #profile .more-btn {
	background: var(--yellow);
	color: var(--default);
	border: 4px solid var(--default);
	box-shadow: 5px 5px 0 var(--default);
	position: relative;
	z-index: 20;
}

.top-main-contents #profile .more-btn:hover {
	opacity: 1;
  transform: translate(5px, 5px);
  color: var(--default);
  border: 4px solid var(--default);
  box-shadow: 0 0 0 var(--default);
}

.top-main-contents #profile .more-btn span:after {
	background-color: var(--default);
}

/*---- pf deco ----*/

#profile .pf-decoration {
	position: absolute;
	inset: 0;
	z-index: 10;
	pointer-events: none;
	/*overflow: hidden;*/
	width: 100%;
	max-width: 1200px;
	min-width: 320px;
	left: 50%;
  transform: translateX(-50%);
}

.pf-decoration .deco-item.star-01 {
	width: calc(100vw * 0.027);
	max-width: 52px;
	height: auto;
	top: 49%;
	left: 23%;
	display: block;
  animation:
    rotateInfinite 8s linear infinite,
    pulseScale 2s ease-in-out infinite;
  transform-origin: center center;
}

.pf-decoration .deco-item.star-02 {
	width: calc(100vw * 0.027);
	max-width: 52px;
	height: auto;
	top: 50%;
	right: 21%;
	display: block;
  animation:
    rotateInfinite 8s linear infinite,
    pulseScale 2s ease-in-out infinite;
  transform-origin: center center;
}

.pf-decoration .deco-item.daigo-04 {
	width: calc(100vw * 0.062);
	max-width: 120px;
	height: auto;
	top: 67%;
	left: -12.5%;
	transform: rotate(-15deg);
	display: block;
  transform-origin: center center;
  animation: floatSway 2s ease-in-out infinite;
}

.pf-decoration .deco-item.airi-04 {
	width: calc(100vw * 0.098);
	max-width: 190px;
	height: auto;
	top: 65%;
	right: -16%;
	transform: rotate(10deg);
	display: block;
  transform-origin: center center;
  animation: floatSway 2s ease-in-out infinite;
}

.pf-decoration .deco-item.takeko {
	width: calc(100vw * 0.065);
	max-width: 126px;
	height: auto;
	top: 75.63%;
	left: -13.5%;
	transform: rotate(-8deg);
	display: block;
  transform-origin: center center;
  animation: floatSway 2s ease-in-out infinite;
}

.pf-decoration .deco-item.unpisama {
	width: calc(100vw * 0.046);
	max-width: 89px;
	height: auto;
	top: 82.81%;
	right: -13%;
	transform: rotate(15deg);
	display: block;
	transform-origin: center center;
	animation: puyon 1.0s linear 0s infinite;
}

.pf-decoration .deco-item.rainbow-01 {
	width: calc(100vw * 0.094);
	max-width: 181px;
	height: auto;
	top: 85%;
	left: -15%;
	transform: rotate(-10deg);
	display: block;
  transform-origin: center center;
  animation: floatSway 2s ease-in-out infinite;
}

.pf-decoration .deco-item.shindi-04 {
	width: calc(100vw * 0.075);
	max-width: 144px;
	height: auto;
	top: 73%;
	right: -12%;
	transform: rotate(18deg);
	display: block;
  transform-origin: center center;
  animation: floatSway 2s ease-in-out infinite;
}

@media screen and (max-width: 1495px) {
	#profile .pf-introduction {
    margin-bottom: 35px;
    width: 100%;
}

	#profile .pf-introduction img {
		margin-right: 0;
	}

}

@media screen and (max-width: 1024px) {
	#profile .pf-main {
		box-shadow: 4px 4px 0 var(--default);
	}

	#profile .youtube-subs p {
		font-size: 36px;
	}

	#profile .youtube-subs .subs {
		font-size: 36px;
	}

	.top-main-contents #profile .more-btn {
		max-width: 320px;
	}

	/* キャラクター素材配置 */

	.pf-decoration .deco-item.star-01 {
		top: 47%;
		left: 25%;
	}

	.pf-decoration .deco-item.star-02 {
		top: 49%;
		right: 25%;
	}

	.pf-decoration .deco-item.daigo-04 {
		width: 100%;
		left: 2%;
		top: 59%;
	}

	.pf-decoration .deco-item.airi-04 {
		width: 100%;
		top: 58%;
		right: 0;
	}

	.pf-decoration .deco-item.takeko {
		width: 100%;
		top: 88%;
		left: 0;
	}

	.pf-decoration .deco-item.unpisama {
		width: 100%;
		top: 94%;
		right: 2%;
	}

	.pf-decoration .deco-item.rainbow-01 {
		width: 100%;
		max-width: 120px;
		top: 94%;
		left: 2%;
	}

	.pf-decoration .deco-item.shindi-04 {
		width: 100%;
		top: 85%;
		right: 0;
	}
}

@media screen and (max-width: 767px) {
	.pf-decoration .deco-item.star-01 {
		width: 100%;
		max-width: 20px;
		top: 41%;
		left: 5%;
	}

	.pf-decoration .deco-item.star-02 {
		width: 100%;
		max-width: 20px;
		top: 45%;
		right: 3%;
	}

	.pf-decoration .deco-item.daigo-04 {
		top: 62%;
		width: 100%;
		max-width: 65px;
	}

	.pf-decoration .deco-item.airi-04 {
		top: 60%;
		width: 100%;
		max-width: 95px;
	}

	.pf-decoration .deco-item.takeko {
		top: 77%;
		width: 100%;
		max-width: 65px;
	}

	.pf-decoration .deco-item.unpisama {
		top: 98%;
		width: 100%;
		max-width: 47px;
	}

	.pf-decoration .deco-item.rainbow-01 {
		top: 100%;	
		width: 100%;
		max-width: 65px;
	}

	.pf-decoration .deco-item.shindi-04 {
		top: 77%;
		right: 2%;
		width: 100%;
		max-width: 65px;
	}
}

@media screen and (max-width: 325px) {
	#profile .pf-main {
		margin-bottom: 35px;
	}

	#profile .youtube-subs p {
		font-size: 34px;
	}
}

/*-----------------------------
  MUSIC
-----------------------------*/

#music {
	display: block;
	position: relative;
	background: #fff;
	border-bottom: 10px solid var(--default);
}

#music:before {
	content: "";
	background: url(../images/top/stripe-pink.png) no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

#music .container {
	position: relative;
}

/*---- mudic swiper bnr ----*/

.music-box {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.music_inner {
  margin: 0 auto 45px;
  position: relative;
}

.musicSwiper {
  width:100%;
  overflow:visible;
}

/* スライド */
.musicSwiper .swiper-slide {
  opacity:.4;
  transform:scale(.85);
  transition:.4s;
  margin: 0;
}

/* active */
.musicSwiper .swiper-slide-active {
  opacity:1;
  transform:scale(1);
}

.musicSwiper .swiper-slide .music-card-wrapp {
	background: #fff;
	border: 3px solid var(--default);
	border-radius: 16px;
	padding: 36px;
	box-shadow: 5px 5px 0 var(--default);
	margin: 5px;
}

.music-card {
	background: #fff;
	border: 3px solid var(--default);
	border-radius: 16px;
	padding: 46px;
	box-shadow: 5px 5px 0 var(--default);
	display: block;
}

.music-card .post-eyecatch {
  border:2px solid #666;
  background:#fff;
  max-width: 836px;
}

.music-card .post-eyecatch img {
  width:100%;
  display:block;
  aspect-ratio:1 / 1;
  object-fit:cover;
}

.music-card .title {
	font-size: 36px;
	font-weight: 800;
	text-align: center;
	margin-top: 26px;
	color: var(--default);
}

.music-card .contents-date {
	text-align: center;
	margin-top: 16px;
	color: #555555;
	font-size: 28px;
}


/* navigation */

#music .swiper-button-prev,
#music .swiper-button-next {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px solid var(--yellow);
  border-radius: 50px;
}

#music .swiper-button-prev::after,
#music .swiper-button-next::after {
  display: none;
}

/* 矢印画像 */
#music .swiper-button-prev {
  content: '';
	display: block;
	width: 60px;
	height: 60px;
	background: url("../images/icon/arrow_left_bk.svg") no-repeat;
	cursor: pointer;
	left: -8%!important;
}

#music .swiper-button-next {
  content: '';
	display: block;
	width: 60px;
	height: 60px;
	background: url("../images/icon/arrow_right_bk.svg") no-repeat;
	cursor: pointer;
	right: -8%!important;
}

/* ページネーション */
#music .swiper-pagination{
	position: relative!important;
	margin-top: 26px;
}

#music .swiper-pagination-bullet {
	width: 24px;
	height: 24px;
	border-radius: 30px;
	background: #fff;
	border: 2px solid var(--default);
	opacity: 1;
}

#music .swiper-pagination-bullet-active {
	width: 24px;
	height: 24px;
	border-radius: 30px;
	background: var(--pink);
}

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

	.music_inner {
    margin: 0 auto 35px;
	}

  .music-item_inner {
    max-width: 100%;
  }

  .musicSwiper .swiper-slide .music-card-wrapp {
  	padding: 35px 16px;
  }

  .music-card {
  	padding: 26px 16px;
  	box-shadow: 4px 4px 0 var(--default);
  }

  .music-card .title {
  	font-size: 22px;
  	line-height: 1.2;
  	margin-top: 16px;
  }

  .music-card .contents-date {
  	font-size: 14px;
  	margin-top: 0;
  }

  #music .swiper-button-prev,
  #music .swiper-button-next {
    width: 30px;
    height: 30px;
  }

  #music .swiper-button-next {
  	right: -14px!important;
  }

  #music .swiper-button-prev {
  	left: -14px!important;
  }

  #music .swiper-pagination{
		margin-top: 16px;
	}

}

/*-----------------------------
  MUSIC VIDEO
-----------------------------*/

#music-video {
	display: block;
	position: relative;
	background: linear-gradient(315deg,rgba(5, 3, 34, 1) 0%, rgba(12, 10, 78, 1) 50%, rgba(42, 29, 138, 1) 100%);
}

#music-video .music-video_inner {
	display: block;
	width: 100%;
	background: var(--default);
	padding: 35px;
	border-radius: 16px;
	border: 8px solid var(--yellow);
	margin-bottom: 54px;
	box-shadow: 10px 10px 0 var(--pink);
}

#music-video .music-video_inner .contents-item.col-md-12 {
	padding: 0;
}

#music-video .music-video_inner .post-eyecatch {
	margin-bottom: 26px;
	position: relative;
}

#music-video .music-video_inner .post-eyecatch img {
	border-radius: 16px;
}

#music-video .music-video_inner .post-eyecatch:before {
	content: "";
	display: block;
	width: 135px;
	height: 135px;
	background: url(../images/icon/icon_play.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

#music-video .music-video_inner .contents-ttl {
	font-size: 26px;
	text-align: center;
	color: var(--yellow);
	font-weight: 800;
}

@media screen and (max-width: 991px) {
	#music-video .music-video_inner {
		padding: 35px 16px;
		border: 4px solid var(--yellow);
		box-shadow: 5px 5px 0 var(--pink);
	}

	#music-video .music-video_inner .contents-ttl {
		font-size: 16px;
	}

	#music-video .music-video_inner .post-eyecatch:before {
		width: 64px;
		height: 64px;
	}
}

/*-----------------------------
  fc-join-btn
-----------------------------*/

#fc-join-btn {
	position: fixed;
	right: 25px;
	bottom: 40px;
	z-index: 999;
	opacity: 0;
	transform: translateX(300px) rotate(360deg);
	transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s ease;
	pointer-events: none;
}

/* 条件を満たしたときに付与するクラス */
#fc-join-btn.is-show {
	opacity: 1;
	transform: translateX(0) rotate(0deg);
	pointer-events: auto;
}

#fc-join-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 135px;
}

#fc-join-btn.is-show a {
	animation: pulseScale 1.4s ease-in-out infinite;
}

#fc-join-btn a img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	#fc-join-btn {
		right: 15px;
		bottom: 7px;
		transform: translateX(200px) rotate(360deg);
	}

	#fc-join-btn.is-show {
		transform: translateX(0) rotate(0deg); 
	}

	#fc-join-btn a {
		width: 90px;
		height: 133px;
	}
}

---

/* ふわっと拡大縮小 */
@keyframes pulseScale {
  0%, 100% {
    scale: 1;
  }
  50% {
    scale: 1.1;
  }
}

/*-----------------------------
  fadein
-----------------------------*/

/* 元の状態：少し下に配置し、透明、縮小させておく */
.scroll-item {
  opacity: 0;
  transform: translateY(60px) scale(0.9);
  transition: opacity 0.6s ease, transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 100%;
  background: transparent;
}

/* activeクラスがついた状態：元の位置・サイズに戻る */
.scroll-item.active {
  opacity: 1;
  transform: translateY(0) scale(1);
}