@charset "UTF-8";

/* ==================================
   プロモーション
================================== */
.promotion__main-container {
	position: relative;
  background-image: url("../images/promotion__bg.webp");
  background-repeat: repeat-y;
  background-size: cover;
  background-position: top;
  width: 100%;
  padding-top: 80px;
	overflow: hidden;
	z-index: 2;
}

.promotion__deco-img001{
	position: absolute;
	width: 650px;
  top: -140px;
  left: -180px;
	z-index: -1;
	
}
.promotion__deco-img001 img,.promotion__deco-img002 img,
.promotion__deco-img003 img,.promotion__deco-img004 img,
.promotion__deco-img004-2 img,.promotion__deco-img005 img{
	width: 100%;
}
.promotion__deco-img002{
	position: absolute;
	z-index: -1;
	width: 477px;
	top: -20px;
	right: -70px;
	
}
.promotion__deco-img003{
	position: absolute;
	width: 500px;
	top: -300px;
	right: -240px;
	z-index: -1;
}
.promotion__deco-img004, .promotion__deco-img004-2{
	position: absolute;
	width: 550px;
	z-index: -1;
	bottom: 50px;
	left: 50px;
}
.promotion__deco-img004{
	mix-blend-mode: multiply;
}
.promotion__deco-img005{
	position: absolute;
	bottom: -300px;
	z-index: -2;
	right: -150px;
	width: 550px;
}

.promotion__section01{
	text-align: center;
	margin-top: 100px;
	margin-bottom: 60px;
}
.promotion__section03{
	position: relative;
}
.promotion__sub-text{
	max-width: 264px;
	margin: 0px auto;
}
	.promotion__sub-text img{
		width: 100%;
	}
.promotion__title{
	max-width: 1000px;
	margin: 0px auto;
}
.promotion__title .promotion__img02{
	width: 100%;
	margin: 20px auto 70px;
}

.promotion__read{
	text-align: center;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.05rem;
}
.promotion__heading{
	font-family: "Oswald", sans-serif;
  font-size: 7rem;
  font-weight: 500;
  text-align: center;
  margin: 80px 0 30px;
}
.promotion__sub-read{
	text-align: center;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.05rem;
}
.promotion__music-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px;
    margin-top: 100px;
}
.promotion__music-item{
	width: fit-content;
	margin-bottom: 70px;
}
.promotion__music-img img{
	width: 100%;
}
.promotion__music-name{
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.05rem;
	margin: 16px 0px 10px;
}
.promotion__music-artist{
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.05rem;
	margin-bottom: 10px;
}
.promotion__music-text{
	font-size: 1.1rem;
	letter-spacing: 0.05rem;
}
.promotion__music-dl{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	margin-top: 20px;
	padding: 6px 35px 7px 35px;
	background-color: #000;
	color: #fff;
	transition: .3s;
}
.promotion__music-dl:hover{
	background-color: #fff;
	color: #000;
	transition: .3s;
}
.promotion__music-dl::after{
	content: "";
	width: 21px;
	height: 21px;
	background-image: url("../images/promotion__icon-dl.svg");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .3s;
}
.promotion__music-dl:hover::after{
	background-image: url("../images/promotion__icon-dl-black.svg");
	transition: .3s;
}
.promotion__dl-text{
	font-weight: bold;
	margin-right: 15px;
}
.promotion__dl-storage{
	font-size: 1.1rem;
	color: #919191;
}
.promotion__youtube-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 890px;
	margin: 100px auto 0px;
	padding-bottom: 550px;
}
.promotion__youtube-item{
	width: 45%;
	margin-bottom: 70px;
}
.promotion__youtube-img{
	display: block;
	position: relative;
	margin-bottom: 30px;
	transition: .3s;
	border: 2px solid #fff;
}
.promotion__youtube-img:hover{
	opacity: 0.8;
	transition: .3s;
}
.promotion__youtube-img img{
	width: 100%;
}
.promotion__youtube-img::before{
	content: "";
	width: 35px;
	height: 31px;
	background-image: url("../images/promotion__icon-play.svg");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	left: 0px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .3s;
}
.promotion__youtube-img::after{
	content: "";
	width: 98%;
	height: 50px;
	background-image: url("../images/promotion__youtube-deco.png");
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: -1;
	right: 0px;
	left: 0px;
	bottom: -25px;
	margin: auto;
	transition: .3s;
	mix-blend-mode: multiply;
}
.promotion__youtube-box{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.promotion__youtube-name{
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.05rem;
	text-align: left;
}
.promotion__youtube-time{
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.05rem;
    min-width: 50px;
    text-align: right;
}

@media screen and (max-width: 1020px) {
	.promotion__title{
		max-width: auto;
		width: 80%;
	}
}
@media screen and (max-width: 900px) {
	.promotion__main-container::before{
		content: "";
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 80px;
		background-color: #fff;
		
	}
	.promotion__deco-img004, .promotion__deco-img004-2{
		width: 400px;
	}
	.promotion__section01{
		margin-top: 180px;
	}
	.promotion__music-list{
		gap: 50px;
		margin-top: 100px;
	}
	.promotion__music-dl{
		justify-content: flex-start;
		padding: 6px 15px 7px 20px;
	}
	.promotion__music-dl::after{
		width: 15px;
		height: 15px;
	}
}
@media screen and (max-width: 860px) {
	.promotion__deco-img001{
		width: 450px;
		top: -40px;
		left: -120px;
	}
	.promotion__deco-img002{
		width: 330px;
	}
	.promotion__deco-img003{
		width: 330px;
		top: -200px;
  right: -140px;
	}
	.promotion__youtube-list{
		padding-bottom: 250px;
	}
	.promotion__deco-img005{
		right: -100px;
		width: 350px;
		bottom: -200px;
	}
	.promotion__deco-img004, .promotion__deco-img004-2{
		width: 300px;
	}
}
@media screen and (max-width: 780px) {
	.promotion__youtube-img::after{
		bottom: -30px;
	}
}
@media screen and (max-width: 700px) {
	.promotion__music-list{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 530px) {
	.promotion__section01{
		padding: 0;
	}
	.promotion__title{
		width: 97%;
	}
	.promotion__title .promotion__img02 {
		width: 100%;
		margin: 8px auto 70px;
	}
	.promotion__read{
		letter-spacing: -0.05rem;
		margin: 0 20px;
	}
	.promotion__section02{
		padding: 0px 15px;
	}
	.promotion__section03{
		padding: 0px 15px;
	}
	 .promotion__deco-img002 {
		 width: 220px;
  	}
	.promotion__deco-img003{
		top: -150px;
		right: -80px;
	}
	.promotion__youtube-img::after{
		bottom: -40px;
	}
}
@media screen and (max-width: 550px) {
	.promotion__music-list,
	.promotion__youtube-list{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.promotion__youtube-item {
        width: 80%;
    }
	.promotion__music-dl {
		display: flex;
		justify-content: center;
		width: 50%;
		margin: 20px auto 0;
		padding: 6px 25px 7px 15px;
	}
	.promotion__dl-text{
		font-size: 1.4rem;
		margin-right: 10px;
		margin-left: 15px;
	}
	.promotion__dl-storage {
		margin-right: 10px;
	  }
}
@media screen and (max-width: 480px) {
	.promotion__section01{
		margin-top: 60px;
	}
	.promotion__heading{
		font-size: 5rem;
		margin: 80px 0 10px;
	}
	.promotion__music-list{
		margin-top: 50px;
	}
	.promotion__music-name{
		line-height: 1.4;
	}
	.promotion__music-artist{
		line-height: 1.4;
	}

	.promotion__youtube-list{
		margin-top: 50px;
	}
	.promotion__youtube-name{
		line-height: 1.4;
		word-break: break-all;
	}
}
@media screen and (max-width: 430px) {
	.promotion__deco-img001{
		width: 350px;
		top: -90px;
	}
	.promotion__deco-img004, .promotion__deco-img004-2{
		width: 280px;
		left: -50px;
	}
	.promotion__deco-img005{
		width: 250px;
		bottom: -120px;
	}
	.promotion__sub-text{
		max-width: 140px;
	}
	.promotion__music-dl{
		padding: 6px 25px 7px 15px;
	}
	 .promotion__music-dl::after {
    width: 12px;
    height: 12px;
		 right: 10px;
  }
}
@media screen and (max-width: 400px) {
	.promotion__youtube-img{
		margin-bottom: 20px
	}
	.promotion__youtube-img::after{
		bottom: -42px;
	}
	
}