@charset "utf-8";

html{
	scroll-behavior: smooth;
}
body {
	overflow-y: scroll;
	overflow-x: hidden;
}


.l-main_continer {
	overflow: hidden;
}

a:hover {
	opacity: 0.7;
}

.top_mv {
	display: block;
	margin: auto;
	width: 100%;
	margin-bottom: 100px;
	overflow: hidden;
}

/*  
.top_mv:before {
	animation: top_mv 2s cubic-bezier(.4, 0, .2, 1) forwards;
	background: #fff;
	bottom: 0;
	content: '';
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

@keyframes top_mv {
	100% {
		transform: translateX(100%);
	}
}
*/

.mv_pc {
	display: block;
	margin-bottom: 36px;
}

.mv_pc_img {
	display: block;
	margin: auto;
	width: 90%;
}

.mv_sp {
	display: none;
}

.top-link_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: auto;
	box-sizing: border-box;
	width: 690px;
	flex-wrap: wrap;
	justify-content: center;
	overflow: hidden;
}

.top-link_wrap li {
	margin-right: 16px;
}

.top-link_wrap li :last-child {
	margin-right: 0;
}

.icon_img {
	display: block;
	height: 30px;
	width: auto;
	margin-right: 24px;
}

.mr_0 {
	margin-right: 0;
}

.icon_img:hover {
	opacity: 0.7;
}

.top_info_wrap{
display: block;
margin: auto;
}
.top_info_title{
	text-align: center;
	font-weight: bold;
	margin-bottom: 24px;
	font-size: 24px;
}

.top_info_btn{
	display: block;
	margin: auto;
	width: 270px;
	text-align: center;
	box-sizing: border-box;
	padding: 16px;
	background-color: #f3321d;
	color: #fff;
	text-decoration: none;
	border-radius: 50px;
}



@media screen and (max-width:768px) {
	.mv_pc {
		display: none;
	}

	.mv_sp {
		display: block;
		margin: auto;
		width: 90%;
		padding: 48px 24px 0 24px;
		margin-bottom: 36px;
	}

	.mv_pc_img {
		display: block;
		margin: auto;
		width: 100%;
	}

	.top-link_wrap {
		padding: 0 24px;
		width: 100%;
	}

	.icon_img {
		margin-right: 0;
		margin-bottom: 24px;
	}

}


/* common */

.contents_wrap {
	display: block;
	margin: auto;
	width: 680px;
	box-sizing: border-box;
	margin-bottom: 100px;
	overflow: hidden;
}

.contents_wrap_inner {
	display: block;
	margin: auto;
	width: 680px;
	box-sizing: border-box;
	overflow: hidden;
}


.headline {
	font-size: 20px;
	letter-spacing: 4px;
	margin-bottom: 16px;
}

.newrelease_headline{
	font-size: 14px;
	letter-spacing: 4px;
}

.youtube {
	display: block;
	margin: auto;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, 0.25);
	border-radius: 12px;
	margin-bottom: 24px;
	overflow: hidden;
}

.bg_gray {
	width: 100%;
	background: linear-gradient(180deg, #fff 0%, #fff 50%, #d4d4d4 50%, #d4d4d4 100%);
	padding-bottom: 36px;
	margin-bottom: 36px;
}


/* youtube block */
.youtube_block_wrap {
	margin: auto;
	display: flex;
	padding: 24px;
	overflow-x: scroll;
	width: 1000px;
	margin-bottom: 100px;
}

.youtube_block {
	display: block;
	width: 260px;
	margin-right: 24px;
	box-sizing: border-box;
	padding: 24px 24px 0 24px;
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, 0.25);
}

.youtube_block_title {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 16px 0;
}

.youtube_block_inner {
	display: block;
	width: 195px;
	margin: auto;
	border-radius: 12px;
}

/* about */
.about_note {
	display: block;
	margin-bottom: 48px;
}

.flex_contents {
	display: flex;
	justify-content: space-between;
}

.flex_box {
	display: block;
	width: 48%;
}

.flex_box img {
	display: block;
	width: 100%;
}


/* goods */
.goods_btn{
	display: block;
	margin-bottom: 48px;
}

.flex_wrap_goods{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}


.goods_box{
	display: block;
	width: 24%;
	box-sizing: border-box;
	padding: 16px;
	border-radius: 16px;
	margin-bottom: 24px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
}

.goods_box:hover{
	opacity: 0.7;
}

.goods_box a{
	text-decoration: none;
}

.goods_img{
	display: block;
	margin: auto;
	width: 100%;
	height: auto;
	margin-bottom: 16px;
}

.goods_intro_wrap{
	display: block;
	margin: auto;
	margin-bottom: 24px;
	font-weight: bold;
	font-size:12px ;
}
.goods_title{
	display: block;
	margin-bottom: 16px;
}
.goods_caution{
	font-weight: normal;
	font-size: 10px;
}
.goods_link_btn{
	display: block;
	margin: auto;
	width: 100%;
	box-sizing: border-box;
	padding: 12px 0;
	background-color: #f3321d;
	border-radius: 8px;
	color: #fff;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

@media screen and (max-width:768px) {
	.goods_box{
		width: 48%;
	}
}

/* play list */

.playlist_wrap {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.playlist_box {
	display: block;
	width: 32%;
}

.palyist_spotify {
	width: 100%;
	height: 352px;
	border-radius: 12px;
}

.bg_about {
	background-color: rgb(239, 239, 239);
	padding: 100px 0;
	margin-bottom: 100px;
	animation: bg-color 10s infinite;
	overflow: hidden;
}

@keyframes bg-color {
	0% {
		background-color: #f3321d;
	}

	20% {
		background-color: #f7eec8;
	}

	40% {
		background-color: #c1fef2;
	}

	60% {
		background-color: #badef5;
	}

	80% {
		background-color: #ac9db2;
	}

	100% {
		background-color: #ef9f97;
	}
}

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

	.contents_wrap,
	.contents_wrap_inner {
		width: 100%;
		padding: 0 24px;
	}

	.youtube_block_wrap {
		width: 100%;
	}

	.playlist_wrap {
		display: block;
	}

	.playlist_box {
		display: block;
		width: 100%;
		margin-bottom: 24px;
	}

	.flex_contents {
		display: block;
	}

	.flex_box {
		width: 100%;
	}

}

.fade {
	opacity: 0;
	transform: translateY(130px);
	transition: opacity 1.5s, transform 1s;
}

.fade.active {
	opacity: 1;
	transform: translateY(0px);
}

/* footer */

.footer {
	display: block;
	text-align: center;
	padding: 100px 0;
	border-top: solid 1px #444444;
	color: #444;
	letter-spacing: 2px;
	font-size: 10px;
}

@media screen and (max-width:768px) {
	.footer {
		padding: 56px 0;
	}
}