@charset "UTF-8";
/* CSS Document */

/* PC用設定 */
@media screen and (min-width:751px) { 
	
}

/* ------------------------------------------------------------
共通
------------------------------------------------------------ */
:root {
	--text-color: #ffffff;
	--bg-color: #01016C;
	--bg-transparent-color:rgba(1,1,92,0.6);
	--red-color: #FA0D44;
	--accent-color: #F8FF3C;
	--cont1-color: #38D8ED;
	--cont2-color: #F063F0;
	--cont3-color: #69D9A5;
	--grd1-color:linear-gradient(90deg, #38D8ED 0%, #AE91F5 100%);
	--grd2-color:linear-gradient(90deg, #F063F0 0%, #9659F7 100%);
	--grd3-color:linear-gradient(90deg, #69D9A5 0%, #49D1EA 100%);
	--grd4-color:linear-gradient(235deg, #c08c01 0%, #ffe73d 100%);
}
.barlow-regular {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-semibold {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-extrabold {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.main__wrap{
	padding-top: 66px;
	/* background-color: var(--bg-color); */
	color: var(--text-color);
	box-sizing: border-box;
	line-height: 1.5;
	font-size: 16px;
	font-family:'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", "Verdana", "sans-serif";
	font-weight: 400;
	overflow: hidden;
}
img{
	display: block;
	width: 100%;
	height: auto;
}
figure {
	margin: 0 auto;
  width: 100%;
}
figcaption .caption {
	margin-left: auto;
  margin-right: 0;
  width: fit-content;
	font-size: 12px;
}

a:hover img {opacity: 1;}

.container{
	width: 92%;
	margin: 0 auto;
	max-width: 700px;
}
.indent li,.txt-note.indent{
	padding-left: 1em;
  text-indent: -1em;
}
.fc-red{color: var(--red-color);}
.txt-link{
	color: #F8FF3C;
	text-decoration: underline;
	font-weight:bold;
}
.txt-note{font-size: 12px;}
.note__box{
	background-color: var(--bg-transparent-color);
	padding: 14px;
}
.note__list{
	display: flex;
	flex-direction: column;
	gap: 3px;
}
.note__list li{
	font-size: 12px;
}

.note__list li.fc-red{color: var(--red-color);}

.center {text-align: center;}
.right {text-align: right;}
.left {text-align: left;}
.bold {font-weight: bold;}

.mgbS{margin-bottom: 8px;}
.mgbM{margin-bottom: 16px;}
.mgbL{margin-bottom: 24px;}
.pdtS{padding-top: 8px;}
.pdbM{padding-bottom: 16px;}

.credit{
	font-size: 12px;
	padding-top: 8px;
	text-align: center;
}

/* PC用設定 */
@media screen and (min-width:751px) { 
	a img{transition: all 0.5s;}
	.main__wrap{padding-top: 90px;}
	/* .txt-note{font-size: 13px;} */
	/* .note__list li{font-size: 13px;} */
	.pc_center {text-align: center;}

	.mgbM{margin-bottom: 24px;}
	.mgbL{margin-bottom: 32px;}
	.pdbM{padding-bottom: 24px;}

}


/* ------------------------------------------------------------
アコーディオン
------------------------------------------------------------ */
.acc__body {display: none;}
.acc__btn {
	font-weight: bold;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
	background: var(--grd1-color);
  position: relative;
  padding: 6px 56px 6px 28px;
	border-radius: 20px;
	cursor: pointer;
	transition: all 0.3s;
}
.acc__btn span {
	position: absolute;
	background-color: #fff;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
}
.acc__btn span::before,
.acc__btn span::after {
	content: "";
	background-color: var(--cont1-color);
	position: absolute;
	width: 12px;
	height: 2px;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	transition: transform 0.3s;
}
.acc__btn span::before {transform: translate(-50%,-50%) rotate(90deg);}
.acc__btn.open span::before {transform: translate(-50%,-50%);}
.acc__body{
	margin-top: 8px;
}

/* PC用設定 */
@media screen and (min-width:751px) {
}


/* ------------------------------------------------------------
voice-btn
------------------------------------------------------------ */
.voice-btn__block{
	margin-bottom: 16px;
}
a.voice-btn{display: block;}
.voice-btn{position: relative;}

/* PC用設定 */
@media screen and (min-width:751px) { 
	.voice-btn__pc{
		background: linear-gradient(35deg, #c08c01 0%, #ffe73d 100%);
		padding: 1px;
		width: 500px;
		margin: 0 auto 24px;
		border-radius: 16px;
	}
	.voice-btn__inner{
		background-image: url(../img/bg-voice.jpg);
		background-size: cover;
		padding: 12px;
		border-radius: 16px;
	}
	.voice-btn__flex{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.voice-btn__txt{
		color: #000;
		padding-right: 16px;
	}
	.voice-btn__txt .txt01{
		font-weight: bold;
		font-size: 20px;
		margin-bottom: 8px;
	}
	.voice-btn__img {
		background-color: #fff;
		width: 120px;
		height: 120px;
		box-sizing: border-box;
		flex-shrink: 0;
		position: relative;
	}
	
}

/* 背景固定 */
body::before {
	content: "";
	position: fixed;
	z-index: -10;
	width: 100%;
	height: 100%;
	display: block;
	background: url(../img/bg.jpg) no-repeat center center;
	background-size: cover;
}


/* ------------------------------------------------------------
まわるレコード
------------------------------------------------------------ */
.vinyl-cont {
  width: 280px;
  height: 280px;
}
.vinyl-cont.pink {
  width: 240px;
  height: 240px;
}
.vinyl-img {
  width: 280px;
  height: 280px;
  background-image: url(../img/obj-vinyl-blue.png);
	background-size: cover;
  animation: rotateAnimation 5s linear infinite;
  opacity: .5;
}
.vinyl-img.pink{
	width: 240px;
  height: 240px;
	background-image: url(../img/obj-vinyl-pink.png);
}

/* 回転アニメーションの定義 */
@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.vinyl-box{position: relative;}
.vinyl-cont{
	position: absolute;
	z-index: -1;
}
.vinyl-cont.blue{right: -40%;}
.vinyl-cont.pink{left: -32%;}

/* PC用設定 */
@media screen and (min-width:751px) { 
	.vinyl-cont {
		width: 370px;
		height: 370px;
	}
	.vinyl-cont.pink {
		width: 320px;
		height: 320px;
	}
	.vinyl-img {
		width: 370px;
		height: 370px;
	}
	.vinyl-img.pink{
		width: 320px;
		height: 320px;
	}
	.vinyl-cont.blue {right: -50px;}
	.vinyl-cont.pink{left: -50px;}
}

/* ------------------------------------------------------------
アニメーション
------------------------------------------------------------ */
/* フェードイン(初期値) */
.js__fadeUp{
	opacity: 0; /* 最初は非表示 */
	transform: translateY(30px); /* 下に30pxの位置から */
	transition: opacity .8s, transform .8s; /* 透過率と縦方向の移動を0.8秒 */
}
/* フェードイン(スクロールした後) */
.js__fadeUp.is-inview {
	opacity: 1; /* 表示領域に入ったら表示 */
	transform: translateY(0); /* 30px上に移動する */
	/* transition-delay: .2s; */ /* フェード開始を0.3秒遅らせる */
}

.js__flipLeft{
	opacity: 0;
	transition: opacity .8s, transform .8s; /* 透過率と縦方向の移動を0.8秒 */
}
.js__flipLeft.is-inview {
	animation-name: flipLeftAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	perspective-origin: left center;
	opacity: 0;
	transition-delay: 0.8s;
	animation-delay: 0.3s;
	
}
@keyframes flipLeftAnime{
	from {
	 transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
	opacity: 0;
	}

	to {
	transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
	opacity: 1;
	}
}

/* ズームアウト*/
.zoomOutAnime{
	animation-name: zoomOutAnime;
	animation-duration: .7s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes zoomOutAnime{
	from {
	 transform: scale(1.5, 1.5);
	opacity: 0;
	}

	to {
	transform: scale(1, 1);
	opacity: 1;
	}
}

/* ブラー*/
.blurAnime{
	animation-name: blurAnime;
	animation-duration: 1.2s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes blurAnime{
	from {
		filter: blur(10px);
	opacity: 0;
	}

	to {
		filter: blur(0);
	opacity: 1;
	}
}





/* ------------------------------------------------------------
#mv
------------------------------------------------------------ */
#mainvisual {
	height: 85vh;
	max-height: 600px;
	overflow: hidden;
}
.mv__inner {
	height: 85vh;
	max-height: 600px;
	position: relative;
}
.movie__area {
	width: 100%;
	height: 80%;
	position: absolute;
	overflow: hidden;
	z-index: -5;
	background-color: var(--bg-color);
	background-image: url(../img/bg.jpg);
}
.movie__area video {
	position: absolute;
	object-fit: cover;
	height: 140%;
	width: 100%;
	object-position: center center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
} 

.mv__cont h1{
	width: 125%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 8px;
}
.member-img img{
	position: absolute;
	bottom: 0;
}
.mv__date img{
	position: absolute;
	bottom:-45px;
}

/* PC用設定 */
@media screen and (min-width:751px) { 
	#mainvisual {
		height: 550px;
	}
	.mv__inner {
		height: 550px;
	}
	.movie__area {
		height: 100%;
	}
	.mv__cont{
		height: 550px;
	}
	.mv__cont h1{
		max-width: 800px;
		left: 50%;
		transform: translateX(-50%);
	}
	/* .member-img{
		display: block;
		height: 360px;
	} */
	.member-img img{
		max-width: 1070px;
		left: 50%;
		transform: translateX(-50%);
	}
	.mv__date{
		position: relative;
		bottom: 0;
	}
	.mv__date-pc{
		background: var(--grd4-color);
		padding: 8px;
	}
	.mv__date-pc img{
		width: 420px;
		margin: 0 auto;
	}
}



/* ------------------------------------------------------------
#intro
------------------------------------------------------------ */
#intro{
	padding: 64px 0 32px;
}
.intro__lead{
	text-align: center;
	font-size: 18px;
	line-height: 1.7;
	font-weight: bold;
}
/* PC用設定 */
@media screen and (min-width:751px) { 
	#intro{
		padding: 40px 0;
	}
}

/* ------------------------------------------------------------
#menu
------------------------------------------------------------ */
.menu__wrap{
	padding-bottom: 56px;
}
.cont-menu__list>li{
	border-top: 1px solid #fff;
	padding-top: 16px;
	margin-bottom: 16px;
}
.cont-menu__list>li h2{
	margin-bottom: 8px;
}
.cont-menu__btn--list{
	display: flex;
	flex-direction: column;
	gap: 16px;
}
/* PC用設定 */
@media screen and (min-width:751px) { 
	.menu__wrap .container{
		max-width: fit-content;
	}
	.cont-menu__list>li h2 {
		max-width: 345px;
		margin: 0 auto 16px;
}
.cont-menu__btn--list{
	flex-direction: row;
	gap: 16px;
	flex-wrap: wrap;
	justify-content: center;
}
.cont-menu__btn--list li{
	max-width: 320px;
	transition: all .5s;
}
.cont-menu__btn--list li:hover{
	transform: translateY(5px);
}
.cont-menu__list>li {
	border-top: none;
}
.cont-menu__list--flex{
	display: flex;
	justify-content: center;
	gap: 16px;
}
.cont-menu__list--flex>li{
	max-width: 345px;
}
.cont-menu__list{
	border-bottom: none;
	padding-bottom: 8px;
}
}

/* ------------------------------------------------------------
content__wrap共通
------------------------------------------------------------ */
.sec__wrap{
	padding: 32px 0;
}
.sec__head{
	position: relative;
	margin-bottom: 8px;
}
.obj-right .obj-star01,.obj-right .obj-star02, .obj-left .obj-star01,.obj-left .obj-star02{
	position: absolute;
}
.obj-right .obj-star01 {
	top: 25px;
	right: 25px;
}
.obj-right .obj-star02 {
	top: 50px;
	right: 50px;
}
.obj-left .obj-star01{
	bottom: 15px;
	left: 15px;
}
.obj-left .obj-star02{
	bottom: 40px;
	left: 40px;
}
#poster .obj-right .obj-star01{
	top: 20px;
  right: 45px;
}
#poster .obj-right .obj-star02{
	top: 45px;
	right: 30px;
}
#poster .obj-left .obj-star01 {
	bottom: 0px;
	left: 30px;
}
#poster .obj-left .obj-star02 {
	bottom: 15px;
	left: 10px;
}
#stamp .obj-right .obj-star01 {
	top: 20px;
  right: 45px;
}
#stamp .obj-right .obj-star02 {
	top: 40px;
	right: 25px;
}
#stamp .obj-left .obj-star01 {
	bottom: 0px;
	left: 30px;
}
#stamp .obj-left .obj-star02 {
	bottom: 20px;
	left: 15px;
}
#signage .obj-right .obj-star01 {
	top: 25px;
	right: 40px;
}
#signage .obj-right .obj-star02 {
	top: 45px;
	right: 25px;
}
#signage .obj-left .obj-star01 {
	bottom: 0px;
	left: 40px;
}
#signage .obj-left .obj-star02 {
	bottom: 15px;
	left: 20px;
}


.sec__lead{
	text-align: center;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 24px;
}


/* きらきらアニメーション */
.star{
	animation-name: twinkle;
  animation-duration: 2s; /* アニメーションの速度 */
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite; /* アニメーションを無限に繰り返す */
  will-change: opacity; /* アニメーションをスムーズにするための最適化 */
}
.obj-star01{
	width: 29px;
	/* 遅延なし */
  animation-delay: 0s;
}
.obj-star02{
	width: 18px;
	/* 0.5秒遅れてアニメーションを開始 */
  animation-delay: 0.5s;
}

/* きらめきアニメーションの定義 */
@keyframes twinkle {
  0%, 100% {
    opacity: 1; /* 不透明 */
    transform: scale(1);
  }
  25% {
    opacity: 0.3; /* やや透明 */
    transform: scale(0.9);
  }
  50% {
    opacity: 0; /* 透明（見えない） */
    transform: scale(0.8);
  }
  75% {
    opacity: 0.7; /* やや不透明 */
    transform: scale(0.9);
  }
}

/* PC用設定 */
@media screen and (min-width:751px) {
	.content__head{
		max-width: 400px;
		margin: 0 auto;
	}
	.sec__head{
		max-width: 425px;
		margin: 0 auto 16px;
	}
	.sec__lead {
		font-size: 18px;
    margin-bottom: 32px;
}

.obj-star01{width: 36px;}
.obj-star02{width: 24px;}
}

/* ------------------------------------------------------------
#voice
------------------------------------------------------------ */
.schedule__list{
	padding: 0 14px;
	margin-bottom: 24px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.schedule__list li{
	padding: 0 2px 8px 2px;
	font-weight: bold;
}
.schedule__list li:not(:last-child){
	border-bottom: 1px solid #fff;
}
.schedule__list li span{
	background: var(--grd1-color);
	border-radius: 2px;
	padding: 2px 8px;
	font-size: 14px;
	margin-right: 8px;
}
.schedule__more{
	text-align: center;
	font-weight: bold;
	margin-bottom: 24px;
}
.schedule__more .txt01{
	margin-bottom: 8px;
}
.vinyl-box h4{
	padding-top: 32px;
	margin-bottom: 12px;
}
.img-coffee{
	width: 65%;
	max-width: 350px;
	margin: 0 auto;
	margin-bottom: 24px;
}
.info__box{
	padding: 16px 14px;
	border: 2px solid var(--cont1-color);
	background: var(--bg-transparent-color);
	margin-bottom: 32px;
}
.info__head{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background: var(--grd1-color);
	padding: 2px;
	margin-bottom: 8px;
}
.info__block{margin-bottom: 16px;}
.img-box{
	max-width: 420px;
	margin: 0 auto 24px;
}
.img-poster{
	width: 77%;
	max-width: 350px;
	margin: 0 auto;
}
.shop__list{
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.shop__area{
	text-align: center;
	font-weight: bold;
	margin-bottom: 4px;
}
.shop-info__list{
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-size: 14px;
}
.step__block .acc__btn{
	width: auto;
	text-align: center;
}
.step__list{
	padding: 8px 14px 16px;
	display: flex;
	flex-direction: column;
	gap: 28px;
}
.step__list--item dl{
	display: flex;
}
.step__list--item dl dt{
	background-color: #fff;
	color: var(--cont1-color);
	font-family: "Barlow", sans-serif;
  font-weight: 600;
	width: 72px;
	font-size: 14px;
	text-align: center;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.step__list--item dl dd{
	border: 1px solid #FFF;
	font-size: 14px;
	padding: 8px;
	width: calc(100% - 72px);
}
.step__list--item{
	position: relative;
}
.step__list--item:not(:last-child)::after{
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	background-image: url(../img/step-arrow-blue.svg);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	transform: translateX(50%);
	bottom: -24px;
}
.sec__date{
	display: flex;
	border-top: 1px solid var(--accent-color);
	border-bottom: 1px solid var(--accent-color);
	justify-content: space-evenly;
	margin-bottom: 16px;
}
.sec__date p{
	color: var(--accent-color);
	font-family: "Barlow", sans-serif;
  font-weight: 600;
	font-size: 22px;
	padding: 2px 0;
}
.sec__date p .fz-L{
	font-size: 1.4em;
}
.sec__date img{
	width: 24px;
	margin: 0 8px;
	padding-top: 8px;
}
.note__head{
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 4px;
}
.note__box .txt01{
	font-size: 14px;
	margin-bottom: 10px;
}
/* PC用設定 */
@media screen and (min-width:751px) {
	#voice .sec__head{
		max-width: 504px;
	} 
	.vinyl-box{
		max-width: 700px;
		margin: 0 auto;
	}
	.img-sub01{
		max-width: 575px;
		margin: 0 auto;
	}
	.img-sub02{
		max-width: 600px;
		margin: 0 auto;
	}
	.vinyl-box h4 {
    padding-top: 48px;
    margin-bottom: 32px;
}
.schedule__list {
	padding: 0;
	width: fit-content;
	margin: 0 auto 24px;
	gap: 12px;
}
.schedule__list li{
	padding: 0 16px 12px 16px;
}
.schedule__list li span {
	font-size: 16px;
	margin-right: 12px;
}
.info__box{
	padding: 20px;
	margin-bottom: 32px;
}
.info__block {
	margin-bottom: 24px;
}
.info__head{
	font-size: 16px;
	padding: 4px;
	margin-bottom: 12px;
}
.shop__list {
	flex-direction: row;
	gap: 20px;
}
.shop__list>li{
	width: calc( ( 100% - 40px ) / 3 );
}
.shop-info__list {
	gap: 10px;
	font-size: 13px;
}
.sec__date{
	max-width: 440px;
	margin: 0 auto 24px;
}
.sec__date p{
	font-size: 25px;
	padding: 4px 0;
}

.sec__date img{
	width: 24px;
	margin: 0 8px;
	padding-top: 8px;
}
}

/* ------------------------------------------------------------
#stamp
------------------------------------------------------------ */
#stamp .acc__btn{
	background: var(--grd2-color);
}
#stamp .info__box {
	border: 2px solid var(--cont2-color);
}
#stamp .info__head {
	background: var(--grd2-color);
}
#stamp .acc__btn span::before, #stamp .acc__btn span::after {
	background-color: var(--cont2-color);
}
#stamp .step__list--item dl dt {
	color: var(--cont2-color);
}
#stamp .step__list--item:not(:last-child)::after {
	background-image: url(../img/step-arrow-pink.svg);
}

/* PC用設定 */
@media screen and (min-width:751px) { 
	#stamp .sec__head{
		max-width: 437px;
	}
}


/* ------------------------------------------------------------
#signage
------------------------------------------------------------ */
.signage__block--head{
	font-weight: bold;
	font-size: 18px;
	background: var(--grd3-color);
	text-align: center;
	margin-bottom: 8px;
}
.signage__block--date{
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	margin-bottom: 16px;
}
.signage-box__list{
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 8px;
}
.signage-box__list li{
	border: 1px solid var(--cont3-color);
	padding: 12px 14px 16px;
}
.signage-place{
	font-weight: bold;
	text-align: center;
	margin-bottom: 8px;
}
#signage .acc__btn {
	background: var(--grd3-color);
	border-radius: 40px;
	line-height: 1.2;
}
#signage .acc__btn span::before, #signage .acc__btn span::after {
	background-color: var(--cont3-color);
}

.poster-info__list--item{
	display: flex;
	align-items: center;
	padding: 6px 0;
	border-bottom: 1px dotted #fff;
  /* background-repeat: no-repeat;
  background-size: 100% 4%;
  background-position: top; */
}
.station__group{
	width: 58%;
}
.poster-info__name{
	width: 42%;
	position: relative;
}
.poster-info__name::before{
	content: "";
	display: block;
	width: 38px;
	height: 12px;
	background-image: url(../img/deco-img-arrow.svg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
/* .poster-info__list--item.hirai{
	background-image: linear-gradient(90deg, #dddddd 58%, #6A1686 0 58%);
} */
.hirai .poster-info__name::before{
	background-image: url(../img/deco-arrow-hirai.svg);
}

/* .poster-info__list--item.satoyoshi{
	background-image: linear-gradient(90deg, #dddddd 58%, #004EA2 0 58%);
} */
.satoyoshi .poster-info__name::before{
	background-image: url(../img/deco-arrow-satoyoshi.svg);
}

.djkoo .poster-info__name::before{
	background-image: url(../img/deco-arrow-djkoo.svg);
}

/* .poster-info__list--item.kiyono{
	background-image: linear-gradient(90deg,  #dddddd 58%, #F39800 0 58%);
} */
.kiyono .poster-info__name::before{
	background-image: url(../img/deco-arrow-kiyono.svg);
}

/* .poster-info__list--item.eguchi{
	background-image: linear-gradient(90deg,  #dddddd 58%, #FFF100 0 58%);
} */
.eguchi .poster-info__name::before{
	background-image: url(../img/deco-arrow-eguchi.svg);
}

/* .poster-info__list--item.takase{
	background-image: linear-gradient(90deg, #dddddd 58%, #87C9AC 0 58%);
} */
.takase .poster-info__name::before{
	background-image: url(../img/deco-arrow-takase.svg);
}

/* .poster-info__list--item.maeda{
	background-image: linear-gradient(90deg, #dddddd 58%, #1BB9EE 0 58%);
} */
.maeda .poster-info__name::before{
	background-image: url(../img/deco-arrow-maeda.svg);
}

/* .poster-info__list--item.kobayashi{
	background-image: linear-gradient(90deg, #dddddd 58%, #19A93B 0 58%);
} */
.kobayashi .poster-info__name::before{
	background-image: url(../img/deco-arrow-kobayashi.svg);
}

/* .poster-info__list--item.nishida{
	background-image: linear-gradient(90deg, #dddddd 58%, #E40080 0 58%);
} */
.nishida .poster-info__name::before{
	background-image: url(../img/deco-arrow-nishida.svg);
}

/* .poster-info__list--item.okamura{
	background-image: linear-gradient(90deg, #dddddd 58%, #EA6EA3 0 58%);
} */
.okamura .poster-info__name::before{
	background-image: url(../img/deco-arrow-okamura.svg);
}
.poster-info__name p{
	padding-left: 50px;
}
.station__name span{
	color: var(--cont3-color);
	font-weight: bold;
	padding-right: 4px;
}
.station__name--detail{
	font-size: 10px;
}
.poster-info__note{
	font-size: 12px;
}
#signage.sec__wrap{
	padding-bottom: 64px;
	/* position: relative; */
}
/* #signage.sec__wrap::before {
	content: "";
	position: absolute;
	height: 36px;
	width: 100%;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	background-color: #DDCAFC;
	bottom: -0.5px;
	left: 0;
} */

/* PC用設定 */
@media screen and (min-width:751px) { 
	#signage.sec__wrap {
    padding-bottom: 120px;
}

	.signage__block--date {
    font-size: 18px;
    margin-bottom: 24px;
}
.signage-box__list {
	flex-direction: row;
	gap: 16px;
	margin-bottom: 16px;
	justify-content: center;
	flex-wrap: wrap;
}
.signage-box__list--item{
	width: calc( ( 100% - 32px ) / 2 );
	box-sizing: border-box;
}
	.poster-info__flex{
		display: flex;
		justify-content: space-between;
	}
	.station__group {
    padding-right: 4px;
}
	.poster-info__list{
		width: calc( ( 100% - 32px ) / 2 );
	}
	.station__name{
		font-size: 16px;
	}
	.station__name--detail {
		font-size: 12px;
	}
	.poster-info__name{
		font-size: 16px;
	}
}


/* ------------------------------------------------------------
#info
------------------------------------------------------------ */
#info.sec__wrap{
	position: relative;
}
#info.sec__wrap::before {
	content: "";
	position: absolute;
	height: 36px;
	width: 100%;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	background-color: #DDCAFC;
	top: -35.5px;
	left: 0;
}
.content__wrap.information{
	background: linear-gradient(0deg, #F0CDEB 0%, #DDCAFC 100%);
}
#info .sec__lead{
	color: #000;
	font-size: 18px;
}
.release-info{
	width: 92%;
	margin: 0 auto 24px;
	color: #000;
}
.img-CD{
	max-width: 300px;
	margin: 0 auto 16px;
}
.release-info .txt01{
	font-size: 14px;
	margin-bottom: 24px;
}
.release-title{
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	margin-bottom: 4px;
}
.release-title span{
	font-size: 0.65em;
	display: block;
}
.release-date{
	text-align: center;
	font-weight: bold;
	color: var(--red-color);
	margin-bottom: 24px;
}
a.release-info__btn{
	background: linear-gradient(90deg, #9F33D8 0%, #D51E65 100%);
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 14px;
	border-radius: 30px;
}
.prof__box{
	background-color: #fff;
	color: #000;
	font-size: 14px;
	padding: 16px 14px;
}
.img-djkoo-logo{
	width: 200px;
	margin: 0 auto 16px;
}
.djkoo-flex{
	display: flex;
	gap: 8px;
	margin-bottom: 12px;
	align-items: flex-end;
}
.djkoo-flex__img{
	width: 130px;
}
.profile__top{
	margin-bottom: 16px;
}
.profile__top img{
	display: block;
	width: 247px;
	margin: 0 auto 12px;
}
.profile__list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}
/* .profile__list::after{
	content: "";
	width: calc( ( 100% - 20px ) / 3 );
} */
.profile__item{
	width: calc( ( 100% - 20px ) / 3 );
}
.profile__name{
	text-align: center;
	padding: 4px 0 2px;
}
.profile__name p{
	color: #D451E5;
	font-size: 12px;
	line-height: 1;
}
.profile__name p span{
	font-size: 85%;
}
/* PC用設定 */
@media screen and (min-width:751px) { 
	#info.sec__wrap::before {
		height: 60px;
		width: 100%;
		top: -59.5px;
	}
	
	.information{
		padding-bottom: 32px;
	}
	.release-date {
    font-size: 20px;
}
a.release-info__btn {
	background: linear-gradient(90deg, #9F33D8 0%, #D51E65 100%);
	max-width: 300px;
	padding: 16px 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
a.release-info__btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  transform: skewX(-30deg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
}
a.release-info__btn:hover:before {
  animation: shine .5s linear;
}
@keyframes shine {
  100% {
    left: 100%;
  }
}

	.prof__box{
		padding: 30px;
	}
	.img-djkoo-logo{
		width: 240px;
		margin: 0 auto 24px;
	}
	.djkoo-flex{
		gap: 16px;
		margin-bottom: 12px;
		justify-content: center;
	}
	.djkoo-flex__img {
    width: 170px;
}
	.profile__top{
		margin-bottom: 24px;
	}
	.profile__top img{
		width: 300px;
		margin: 0 auto 24px;
	}
	.profile__list::after{
		content: "";
		width: calc( ( 100% - 50px ) / 5 );
	}
	.profile__item{
		width: calc( ( 100% - 50px ) / 5 );
	}
	.profile__name{
		padding: 8px 0 6px;
	}
	.profile__name p{
		font-size: 14px;
		line-height: 1;
	}
}

/* ------------------------------------------------------------
#
------------------------------------------------------------ */
/* PC用設定 */
@media screen and (min-width:751px) { 
	
}






/* ------------------------------------------------------------
bottom
------------------------------------------------------------ */
.bottom__wrap{background-color: #fff;}
.oshitabi_btn--block{padding: 40px 30px;}
.oshitabi_btn{
	display: block;
	border: 3px solid #000000;
	color: #000000;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 15px;
	position: relative;
}
.oshitabi_btn::after{
	content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 16px;
  top: 50%;
}

/* PC用設定 */
@media screen and (min-width:751px) { 
	.oshitabi_btn--block{
		max-width: 640px;
		margin: 0 auto;
	}
	.oshitabi_btn{
		transition: all .3s;
		width: 360px;
		margin: 32px auto;
	}
	.oshitabi_btn:hover{
		background-color: #000000;
		color: #fff;
	}
	.oshitabi_btn:hover:after{
		border-top: 2px solid #fff;
  	border-right: 2px solid #fff;
	}
}

/* ------------------------------------------------------------
topへ戻るボタン
------------------------------------------------------------ */
.pagetop-btn{
  position: fixed;
  bottom: 20px;
  right: 10px;
  transition: .3s;
	width: 56px;
  z-index: 99;
  opacity: 0;/*デフォルトで非表示にする*/
}

/*このクラスが付与されると表示する*/
.pagetop-btn.active{opacity: 1;}

/*このクラスが付与されると表示する*/
.pagetop-btn.absolute{
  position: absolute;
  top: -70px;
  bottom: auto;
}

/* PC用設定 */
@media screen and (min-width:751px){
	.pagetop-btn{
		right: 24px;
	}
}

/* ------------------------------------------------------------
終了措置
SP
<a href="#" target="_blank" class="voice-btn inactive">
		<img src="img/btn_voice.png" alt="" width="345" height="">
		<p class="event-end event-end-block">終了しました</p>
</a>

PC
<div class="voice-btn__img">
		<img src="img/100x100.png" alt="二次元コード" width="100" height="100">
		<p class="event-end event-end-block">終了しました</p>
</div>
------------------------------------------------------------ */
.inactive{pointer-events: none;}
.event-end{
	color: var(--red-color);
	background-color: rgba(255, 255, 255, 0.9);
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border: 2px solid var(--red-color);
	padding: 6px;
}
.event-cs{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.9);
	color: var(--cont1-color);
	font-family: "Barlow", sans-serif;
  font-weight: 800;
}
#stamp .event-cs{
	color: var(--cont2-color);
}
.event-end-block{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	height: 70%;
	display: flex;
	align-items: center;
  justify-content: center;
}
.event-cs.event-end-block{
	width: 100%;
	height: 100%;
	border-radius: 8px;
}

/* PC用設定 */
@media screen and (min-width:751px){
	.event-end.event-end-block{
		width: 75%;
		height: 75%;
	}
	.event-cs {
    font-size: 24px;
    background-color: rgba(255, 255, 255, 0.5);
}
}



