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


/* ////////////////////////////////////////////////////////////////////////////////

	Common

//////////////////////////////////////////////////////////////////////////////// */

html,
body { font-family: "メイリオ", Meiryo, sans-serif;background-color: #0d8dbf;
}
body { position: relative;
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	will-change: transform, animation; 
}

img {
	max-width: 100%;
	height: auto;
}

.anim {
	opacity: 0;
	transition: all .6s ease-out;
}
.anim.on {
	opacity: 1;
}

main {width: 100%; position: relative;
	height: auto; padding: 0; margin: 0;
}

section {
	padding: 20px; margin: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;

}
	.listen {
font-family: "Poppins", sans-serif;
  font-weight: 900;
	}

@media screen and (min-width: 821px) {
	
	.sp { display: none;}
	
	a { transition: all 0.3s ease-out;}
	a:hover { opacity: 0.5;}
	
	.listen a:hover {
		opacity: 1;
	}
	
	.listen a:hover {
		transform: scale(1.1);
	}
	
}
@media screen and (max-width: 820px) {
	body {
		font-size: min(3vw, 14px);
	}
	.pc { display: none;}
	
}



/* ////////////////////////////////////////////////////////////////////////////////

	Title

//////////////////////////////////////////////////////////////////////////////// */
.title {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;text-align: center; color: #fff;
	padding: 5px; line-height: 1.4;
}
.title p{padding: 5px 0 0 0; font-weight: bold; animation: fadein 3s ease-out forwards;}
.slide-up-text-container {
position: relative;
    width: 450px;
    height: 50px;
    overflow: hidden; 
    text-align: center; margin: auto;
  }
.title h1 { width: 100%; 
padding: 0;
font-size: 36px; font-weight: bold;
	letter-spacing: .24em;
	line-height: 1.6;
    animation: slideUp 2s ease-out 1; 
    animation-delay: 0.1s; text-align: center;
}

  @keyframes slideUp {
    0% {
      transform: translateY(-100%) ; 
      opacity: 0; /* 最初は透明 */
    }
    100% {
      transform: translateY(0) ; /* コンテナの上まで移動（自身の高さ分上に移動） */
      opacity: 1; /* 最後に透明 */
    }
  }

.txt-white{ color: #fff;}
.txt-pink{ color: #ff9aac;}
.txt-blue{ color: #0023ce;}
.txt-light-blue{ color: #00ffff;}
.txt-red{ color: #c1272d;}
.txt-purple{ color: #ab1bce;}
.txt-yellow{ color: #f1f424;}
.txt-green{ color: #00630d;}
.txt-orange{ color: #ff9914;}

.txt-14{ font-size: 14px; }
.txt-16{ font-size: 16px; }
.txt-30{ font-size: 30px; }
.italic{transform: skewX(-18deg);}

.txt-small-tume{  letter-spacing: 0.5px; }
.txt-small-80{ font-size: 80%; letter-spacing: 0.5px; }

.txt-lovers{font-family: "Poppins", sans-serif;
  font-weight: 900;}

@keyframes fadein {
  0% {opacity: 0}
  100% {opacity: 1}
}


@media screen and (min-width: 821px) {
	.title h1 {	
width: 100%;
	}
}
@media screen and (max-width: 820px) {
	.title h1 { padding: 10px 10px 0 10px; font-size: 30px;
	letter-spacing: 0.2px;line-height: 1.1;
	}
.title img{
width: 100%;
}

.slide-up-text-container { 
    width: 100%;
  }

.txt-30{ font-size: 24px; }
.txt-14{ font-size: 12px; }
}

/* ////////////////////////////////////////////////////////////////////////////////

	Footer

//////////////////////////////////////////////////////////////////////////////// */

footer { text-align: center; position: absolute; z-index: 99;
 width: 100%; height: 20px; bottom: 0; padding: 10px; 
}
footer .copyright {
	font-size: 10px;color: #000;
}


/* ////////////////////////////////////////////////////////////////////////////////

	Content

//////////////////////////////////////////////////////////////////////////////// */


#playlist .playlistWrap {
	display: none; position: relative;
	width: 60%;
    height: auto; padding: 0;
	margin: 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#playlistSingle #playlist .playlistWrap {
	display: block;
	opacity: 0;
	animation: pl 1s ease-out 0s forwards;
}
@keyframes pl {
	0% { opacity: 0;}
	100% { opacity: 1;}
}
#playlist h3 { color: #fff;
	text-align: center;
    padding: 0 0 15px;
    font-size: 24px;
    letter-spacing: .1em;
    margin-bottom: 10px;
}
#playlist .jacket {
    line-height: 0;
    width: 40vh;
    margin: 0 auto 35px;
box-shadow: 10px 5px 5px black;
}
#playlist .jacket img{
width: 100%; height: auto;
}


.list-container {
    width: 430px;
	margin: auto;
    padding: 0 0 0 20px; margin-bottom: 20px; margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

ol.songlist { 
    list-style: decimal;
    width: 100%;    
    margin: 0;
    padding: 0 0 0 15px; 
	color: #fff;
    line-height: 1.6;
	font-weight: bold;
  }

ol.songlist li {     
    padding: 4px 0;
    font-size: 20px;
    
    break-inside: avoid;
    -webkit-column-break-inside: avoid; 
    page-break-inside: avoid; 
  }


.list-container3 {
    width: 500px;
	margin: auto;
    padding: 0 0 0 60px; margin-bottom: 20px; margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

ol.songlist3 { 
    list-style: decimal;
    width: 100%;    
    margin: 0;
    padding: 0 0 0 15px; 
	color: #fff;
    line-height: 1.6;
	font-weight: bold;
  }

ol.songlist3 li {     
    padding: 4px 0;
    font-size: 20px;
    
    break-inside: avoid;
    -webkit-column-break-inside: avoid; 
    page-break-inside: avoid; 
  }

.wide-50{ width: 50%;}
.wide-60{ width: 60%;}
.wide-40{ width: 40%;}
.wide-70{ width: 70%;}
.wide-40{ width: 30%;}

#playlist .listen a {
	display: block;
	margin: 0 auto;
	color: #004ba0;
	text-decoration: none;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: .01em;
	text-align: center;
	width: 160px;
	background-color: #fff;
	padding: 0px 0; line-height: 2;
  border-radius: 20px;
  position: relative;
  z-index: 1;  transition: .3s;
}

#playlist .listen span {
	display: block;
	margin: 0 auto;
	color: #004ba0;
	text-decoration: none;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: center;
	width: 160px;
	padding: 15px;
}
#playlist .listen p {
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}
#playlist .listen a:hover {
  color: #fff;
  background: transparent;
}
#playlist .listen a:hover::before {
  transform: scale(1);
  opacity: 1;
}

#playlist .listen a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 3px solid #fff;
  border-radius: 20px;
  box-sizing: border-box;
  z-index: -1;
  transform: scale(1.2);
  opacity: 0;
  transition: transform ease .3s, opacity .3s;
}
.btnBack { width: 100%; height: 80px; border-radius: 20px; background-color:#fff ;
display:flex;justify-content:center;align-items:center;
 }

.btnBack a { color: #004ba0;
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 5px;
    margin: auto 10px;
}
.btnBack a:hover { color: #c1272d; }


dl.share-box{ width: 400px; margin: auto; margin-top: 20px;
 display:flex;justify-content:center;align-items:center;}
dl.share-box dt{width: 48%; color: #004ba0; background-color: #fff; border-radius: 20px; margin-right: 10px; height: 80px; }
dl.share-box dd{width: 48%; display:flex;justify-content:center;align-items:center; padding-left: 10px;}

div.share{ width: 100%; margin: 0 ; padding: 0; color: #004ba0;text-align: center;}
div.share p{ font-size: 14px; font-weight: bold; padding-top: 5px; }
ul.snsShare{width: 100%; list-style: none; padding: 0; display:flex;justify-content:center;align-items:center;}
ul.snsShare li{ padding: 0  ; font-size: 40px; line-height: 1; }
ul.snsShare li a{ list-style: none;}
ul.snsShare li img{ width: 40px; height: auto;}
.ml-2{ margin-left: 2px;}
.mr-2{ margin-right: 2px;}

.sns-x_bg{ width: 40px; height: 40px; padding:0; text-align: center;}


@media screen and (max-width: 1024px) {
	#playlist .playlistWrap {
		max-width: 680px; 
		margin: 0 auto;
	}
}
@media screen and (max-width: 820px) {

	#playlist {
		top: 10px;
		left: 10px;
	}
	#playlist .contentWrap {
		width: 100%;
		height: 100%;
		padding: 5px;
		display: block;
		overflow: auto;
	}

	#playlist h3 { 
		padding: 0 0 min(3vw, 15px);
		font-size: min(3vw, 18px);
		margin-bottom: min(8vw, 20px); margin-top: 10px;
	}

	#playlist .jacket {
		width:200px;
		margin: 0 auto ;
	}
#playlist .jacket img{
width: 100%; height: auto;
}


.list-container2 {
    width: 300px;padding: 0 ;
  }
  .songlist li {
    font-size: 14px;
  }

.list-container {
    width: 300px;
	margin: auto;
    padding: 0 0 0 20px; margin-bottom: 20px; margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

ol.songlist { 
    list-style: decimal;
    width: 100%;    
    margin: 0;
    padding: 0 0 0 15px; 
	color: #fff;
    line-height: 1.6;
	font-weight: bold;
  }

ol.songlist li {
    padding: 4px 0;
    font-size: 14px;
    
    break-inside: avoid;
    -webkit-column-break-inside: avoid; 
    page-break-inside: avoid; 
  }


.list-container3 {
    width: 350px;
	margin: auto;
    padding: 0 0 0 40px; margin-bottom: 20px; margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

ol.songlist3 { 
    list-style: decimal;
    width: 100%;    
    margin: 0;
    padding: 0 0 0 15px; 
	color: #fff;
    line-height: 1.6;
	font-weight: bold;
  }

ol.songlist3 li {     
    padding: 4px 0;
    font-size: 14px;
    
    break-inside: avoid;
    -webkit-column-break-inside: avoid; 
    page-break-inside: avoid; 
  }



	#playlist .listen a,
	#playlist .listen span { 
		font-size: min(14vw, 28px);
		width: min(40vw, 200px);
		padding: min(0.5vw, 5px);
	}
	
	#playlist .listen p {
		font-size: min(3vw, 14px);
		margin-top: min(3vw, 10px);
	}


#playlist .playlistWrap { 
	width: 90%;
    height: auto; padding: 0;
	margin: 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#playlistSingle #playlist .playlistWrap { 
	display: block; padding: 0; margin:0;
	opacity: 0;
	animation: pl 1s ease-out 0s forwards;
}
	
	.btnBack {
		margin-top: min(1vw, 10px);
	}
	.btnBack a {
		font-size: min(2.8vw, 14px);
		padding: min(1vw, 3px);
    	width: min(40vw, 260px);
	}

div.share p{ font-size: min(2.8vw, 14px); font-weight: bold; }


dl.share-box{ width: 86%;}
dl.share-box dt{width: 48%;  margin-right: 6px;  }
dl.share-box dd{width: 48%;  padding-left: 6px; }
}