@charset "UTF-8";

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

body {
	background: linear-gradient(-45deg, #f9c2eb, #a8c2ee, #c2f9d0, #ffdea5) fixed;
	background-size: 800% 800%;
 	animation: gradient 25s ease infinite;
}


@keyframes gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}


/* L1 ######################################## ロゴ ######################################## */

#title {
	width: 100%;
	margin: 0 auto;
	padding: 5em 0 0 0;
	color: #008040;
	text-align: center;
	line-height: 1.2;
}

#title p.label {
	font-family: "Ubuntu Condensed";
	font-size: clamp(4rem, 2.889rem + 7.41vw, 14rem);
}

#title p.sub-title {
	font-family: "Kosugi Maru";
	font-size: clamp(1rem, 0.667rem + 2.22vw, 4rem);
}

/* L1 ######################################## コンセプト ######################################## */

#concept {
	margin: 5em 0;
	color: #333333;
	font-size: 2.0rem;
}

#concept > h2 {
	display: none;
}

#concept p.signature {
	margin-top: 1em;
	text-align: center;
	letter-spacing: 0.2em;
}
#concept p.signature::before {
	content: "─";
	margin-right: 1.0em;
	color: rgba(255, 255, 255, 0.2);
}
#concept p.signature::after {
	content: "─";
	margin-left: 1.0em;
	color: rgba(255, 255, 255, 0.2);
}


/* L1 ######################################## バナー ######################################## */

section.banner {
	margin: clamp(4rem, 3.333rem + 4.44vw, 10rem) 0;
	color: #ffffff;
	text-align: center;
}

section.banner img {
	max-width: 950px;
	width: 100%;
}


/* L1 ######################################## ラインナップ ######################################## */

section.line-up {
	margin: clamp(4rem, 3.333rem + 4.44vw, 10rem) 0;
	color: #ffffff;
	text-align: center;
}

/* L2 **************************************** タイトル **************************************** */

section.line-up > h2 {
	position: relative;
	color: #008040;
	margin-bottom: 0.5em;
	padding: 0.4em 0;
	font-family: "Kosugi Maru";
	font-size: clamp(1.4rem, 1.222rem + 1.19vw, 3rem);
	font-weight: normal;
	text-align: center;
	line-height: 1.0;
}
section.line-up > h2::before {
	content: "\f001";
	display: inline-block;
	margin-right: 0.6em;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}


/* L2 **************************************** 商品情報 **************************************** */

/* L3 ======================================== 個別 ======================================== */

section.line-up a {
	color: inherit;
}

section.line-up div.product {
	position: relative;
	display: inline-block;
	width: calc(33% - 3px);
	margin: 2px 0;
	padding-bottom: 10.5em;
	text-align: left;
	vertical-align: top;
	background: rgba(0, 0, 0, 0.5);
	
	opacity: 1;
	transition: opacity 0.2s linear;
	
	box-sizing: border-box;
}
section.line-up div.product:hover {
	opacity: 0.9;
}

section.line-up div.product:has(div.link li:nth-child(2):last-child) {
	padding-bottom: 7em;
}

section.line-up div.product:has(div.link li:nth-child(1):last-child) {
	padding-bottom: 3.8em;
}

section.line-up div.product p.catch {
	overflow: hidden;
	margin: 3px;
	padding: 0.5em 4%;
	font-size: clamp(1.2rem, 1.156rem + 0.3vw, 1.6rem);
	white-space: nowrap;
	text-overflow: ellipsis;
	border: 1px solid rgba(255, 255, 255, 0.4);
}
section.line-up div.product p.catch::before {
	content: "\f4d8";
	display: inline-block;
	margin-right: 0.4em;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}

section.line-up div.product img {
	width: 100%;
}

section.line-up div.product img {
	width: 100%;
}

section.line-up dl dt {
	margin: 0.8em 4% 0.6em 4%;
	padding-bottom: 0.3em;
	font-size: clamp(1.2rem, 1.077rem + 0.62vw, 2rem);
	font-weight: bold;
	line-height: 1.2;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.4); 
}

section.line-up dl dd.title {
	margin: 0.2em 4% 1em 4%;
	font-size: clamp(1.2rem, 1.077rem + 0.62vw, 2rem);
	font-weight: bold;
	line-height: 1.2;
}

section.line-up dl dd.data {
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

section.line-up dl dd.data div.text {
	margin: 1em 4%;
	padding-left: 4%;
	font-size: clamp(1.1rem, 1.067rem + 0.22vw, 1.4rem);
	text-align: left;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

section.line-up div.bottom-fixed {
	position: absolute;
	bottom: 0;
	width: 100%;
}

section.line-up dl dd.data div.release {
	margin-bottom: 0.5em;
	font-size: 1.4rem;
	text-align: center;
}

section.line-up dl dd.data div.release time {
	display: inline-block;
	padding: 0.5em 1.2em;
	line-height: 1.0;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.02);
	
	border-radius: 18px;
}


section.line-up dl dd.data div.info {
	overflow: hidden;
	margin-bottom: 1em;
}

section.line-up dl dd.data div.info ul {
	list-style-type: none;
	float: left;
	position: relative;
	left: 50%;
}

section.line-up dl dd.data div.info ul li {
	float: left;
	position: relative;
	left: -50%;
	font-size: 1.0rem;
	line-height: 1.0;
}
section.line-up dl dd.data div.info ul li::after {
	content: "/";
	margin-left: 0.5em;
	margin-right: 0.5em;
	color: rgba(255, 255, 255, 0.5);
}
section.line-up dl dd.data ul li:last-child::after {
	display: none;
}

section.line-up dl dd.data div.link {
	margin: 5px;
	color: #ffff00;
	font-size: clamp(1.1rem, 1.067rem + 0.22vw, 1.4rem);
}

section.line-up dl dd.data div.link ul {
	list-style-type: none;
	text-align: left;
}

section.line-up dl dd.data div.link ul li {
	margin: 1px;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 5px;
	
	transition: background-color 0.2s linear;
}
section.line-up dl dd.data div.link ul li:hover {
	background-color: rgba(0, 0, 0, 0.3);
}

section.line-up dl dd.data div.link ul li a {
	overflow: hidden;
	display: block;
	width: 100%;
	padding: 0.6em 4%;
	white-space: nowrap;
	text-decoration: none;
	text-overflow: ellipsis;
	box-sizing: border-box;
}
section.line-up dl dd.data div.link ul li a::before {
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	width: 1.1em;
	margin-right: 0.6em;
	text-align: right;
}

section.line-up dl dd.data div.link ul li.te a::before {
	content: "\f022";
}

section.line-up dl dd.data div.link ul li.distribution a::before {
	content: "\f025";
}

section.line-up dl dd.data div.link ul li.ec a::before {
	content: "\f07a";
}


section.line-up div.more {
	position: relative;
	margin-top: 2em;
	font-size: clamp(1.2rem, 1.111rem + 0.59vw, 2rem);
	text-align: center;
	border: 2px solid #ffffff;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.5);
	background-image: linear-gradient(45deg,  rgba(255, 255, 255, 0.04) 25%, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.04) 75%, rgba(255, 255, 255, 0.04) 75%), linear-gradient(-45deg, rgba(255, 255, 255, 0.04) 25%, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.04) 75%, rgba(255, 255, 255, 0.04) 75%);
	background-size: 35px 35px;
	box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.5);
	animation: bg-slider 4s linear infinite;
}

@keyframes bg-slider {
	from { background-position: 0 0; }
    to { background-position: -35px -35px; }
}

section.line-up a > div.more {
	text-decoration: none;
}

section.line-up div.more p {
	padding: 1em;
}

section.line-up div.more::before {
	content: "more information";
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
	padding: 0.6rem 1em 0.4em 1em;
	font-family: "Ubuntu Condensed";
	font-size: clamp(1.2rem, 1.156rem + 0.3vw, 1.6rem);
	text-align: center;
	line-height: 1.0;
	text-decoration: none !important;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}

/* L1 ######################################## ミュージックビデオ ######################################## */

#music-video {
	margin: 12em 0;
	color: #ffffff;
}

#music-video > h2::after {
	content: "ミュージックビデオ"
}

/* L2 **************************************** YouTube 動画埋め込み **************************************** */

#music-video div.group {
	margin: 5px 0;
	text-align: center;
}
#music-video div.group:first-child {
	margin-top: 0;
}
#music-video div.group:last-child {
	margin-bottom: 0;
}

/* L3 ======================================== figure 要素 ======================================== */

#music-video div.group figure {
	display: inline-block;
	width: 480px;
	margin: 2px 0;
	padding: 10px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	
	box-sizing: border-box;
}

#music-video div.group figure div.movie {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	padding-bottom: 56.25%;
	border: 1px solid #000000;
}

#music-video div.group iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* L3 ======================================== caption 要素 ======================================== */

#music-video figcaption {
	overflow: hidden;
	display: block;
	color: #ffffff;
	margin: 0;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1.0;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#music-video figcaption::before {
	content: "\f16a";
	position: relative;
	top: 1px;
	margin-right: 0.5em;
	font-family: "FontAwesome";
	font-size: 1.6rem;
}



/* L3 ========================================  ======================================== */

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 ここまで #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */


