@charset "UTF-8";

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

br.mobile {
	display: none;
}

/* L1 ######################################## タイトル ######################################## */

#title p.main {
	color: #339966;
	font-family: "Kosugi Maru";
	font-size: clamp(1.2rem, 0.83rem + 1.85vw, 3.2rem);
}

#title p.sub {
	width: fit-content;
	margin: 0.5em auto;
	padding: 0.4em 1.2em;
	font-size: clamp(1.2rem, 0.589rem + 3.06vw, 4.5rem);
	background: rgba(255, 255, 255, 0.5);
	
	border-radius: 3em;
}

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

section.banner p.pc {
	display: block;
}

section.banner p.mobile {
	display: none;
}

section.banner p a {
	display: inline-block;
	position: relative;
}



section.banner p a::after {
	position: absolute;
	content: "CLICK!!";
	right: 5px;
	z-index: 10;
	padding: 8px;
	color: #ffff00;
	font-weight: bold;
	line-height: 1.0;
	background: #cc0000;
	border: 1px solid #ffffff;
}

section.banner p.pc a::after {
	bottom: 5px;
}

section.banner p.mobile a::after {
	top: 5px;
}

/* L1 ######################################## コンテンツ ######################################## */

#contents {
	color: #333333;
}

/* L1 ######################################## 商品情報 ######################################## */

div.glid {
	display: grid;
	max-width: 1024px;
}

#glid-A {
	grid-template-columns: 5fr 6fr;
	margin: 5em auto 2em auto;
}

#glid-B {
	grid-template-columns: 3fr 4fr;
	margin: 2em auto 5em auto;
}

#contents p.section {
	margin-bottom: 1em;
	width: fit-content;
	padding: 0.5em 8%;
	color: #ffffff;
	font-family: "Kosugi Maru";
	font-size: 120%;
	background: rgba(125, 18, 134, 0.85);
	border-radius: 2em;
}

/* L2 **************************************** 1段目 左 **************************************** */

/* L3 ======================================== 商品画像  ======================================== */

#image {
	position: relative;
}

#image img.logo {
	position: absolute;
	bottom: 100px;
	right: 0;
	z-index: 10;
	max-width: 200px;
	width: 40%;
}

#image img.speaker {
	width: 100%;
}

/* L2 **************************************** 1段目 右 **************************************** */

#intro {

}

/* L3 ======================================== キャッチ  ======================================== */

#intro div.group-1 {
	margin: 40px;
	color: #ffffff;
	font-family: "Kosugi Maru";
	font-size: 150%;
	text-align: center;
	background: rgba(125, 18, 134, 0.85);
	box-shadow: 0 0 20px 20px rgba(125, 18, 134, 0.85);
	border-radius: 20px
}

/* L3 ======================================== 商品紹介  ======================================== */

#intro div.group-2 {
	color: #7d1286;
	margin: 3em 0 2em 0; 
	font-family: "Klee One";
	font-size: 130%;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	line-height: 1.6;
}

/* L3 ======================================== 528Hzとは  ======================================== */

#intro div.group-3 {
	margin: 3em 2% 2em 2%; 
	padding: 0.8em 4%;
	background: rgba(255, 253, 222, 0.85);
	border-radius: 10px;
}

#intro div.group-3 p:first-child {
	margin-bottom: 1em;
	color: #666666;
	font-family: "Kosugi Maru";
	font-weight: bold;
	font-size: 120%;
	border-bottom: 1px dotted #666666;
}

#intro div.group-3 p:first-child::before {
	content: "\f05a";
	margin-right: 0.4em;
	font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
	font-weight: 900;
}

/* L2 **************************************** 2段目 左 **************************************** */

#music-artist {
	
}

/* L3 ======================================== 収録内容  ======================================== */

#music-artist div.group-1 {
	
}

#music-artist div.group-1 dl {
	position: relative;
	margin-top: 1em;
	padding: 4%;
	background: rgba(255, 255, 255, 0.5);
}

#music-artist div.group-1 dt {
	margin-left: calc(4% + 30% + 4% + 2px);
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid #333333;
}

#music-artist div.group-1 dd.artist {
	margin-left: calc(4% + 30% + 4% + 2px);
	padding-top: 0.5em;
	font-size: 120%;
	font-weight: bold;
}

#music-artist div.group-1 dd.jacket {
	position: absolute;
	top: 4%;
	left: 4%;
	width: 30%;
	border: 1px solid #cc0000;
}

#music-artist div.group-1 dd.jacket img {
	width: 100%;
}

#music-artist div.group-1 dd.music {
	margin-left: calc(4% + 30% + 4% + 2px);
	padding-top: 1em;
	font-size: 100%;
}

#music-artist div.group-1 dd.music ul {
	margin-left: 25px
}

#music-artist div.group-1 dd.time {
	width: fit-content;
	margin-left: auto;
	padding: 0.25em 6%;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.50);
	border-radius: 2em;
}

#music-artist div.group-1 dd.info {
	margin-top: 1em;
	padding: 1em 5%;
	background: rgba(255, 253, 222, 0.85);
	border-radius: 10px;
}

/* L3 ======================================== アーティスト  ======================================== */

#music-artist div.group-2 {
	margin-top: 2em;
}

#music-artist div.group-2 dl {
	
}

#music-artist div.group-2 dt {
	display: inline-block;
	font-size: 180%;
	font-weight: bold;
}

#music-artist div.group-2 dd.e-name {
	display: inline-block;
	font-size: 120%;
}

#music-artist div.group-2 dd.photo  {
	margin: 1em 4%;
	padding: 10px;
	background: #ffffff;
}

#music-artist div.group-2 dd.photo img {
	width: 100%;
}

#music-artist div.group-2 dd.biography  {
	margin-top: 1em;
}


/* L2 **************************************** 2段目 右 **************************************** */

#detail {
	margin-left: 40px;
}

/* L3 ======================================== 商品特徴  ======================================== */

#detail div.group-1 {
	text-align: center;
}

#detail div.group-1 p {
	display: inline-grid;
	place-items: center;
	width: 8em;
	height: 8em;
	margin: 0.5em;
	color: #ffffff;
	font-family: "Kosugi Maru";
	font-size: 180%;
	vertical-align: middle;
	background: #cc6600;
	border-radius: 50%;
}

#detail div.group-1 p:first-child {
	background: #ea5503
}

#detail div.group-1 p:last-child {
	background: #e5007f
}

/* L3 ======================================== セット内容  ======================================== */

#detail div.group-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr auto;
	
	padding: 4%;
	text-align: center;
	border: 2px solid #e3017f;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.5);
}

#detail div.group-2 div:first-child {
	grid-column: 1 / 3;
	grid-row: 1 / 2;
	overflow: hidden;
	margin: 2%;
	border-radius: 10px;
}

#detail div.group-2 img {
	width: 100%;
}

#detail div.group-2 div.set {
	text-align: center;
}


#detail div.group-2 div.set p {
	width: fit-content;
	padding: 0.25em 10%;
	margin: 0 auto;
	color: #ffffff;
	font-family: "Kosugi Maru";
	font-size: 120%;
	background: #e3017f;
	border-radius: 2em;
}


#detail div.group-2 div.set ul {
	display: inline-grid;
	place-items: center;
	list-style-type: none;
	font-family: "Kosugi Maru";
	color: #e3017f;
	font-size: 115%;
}


#detail div.group-2 div.sd {
	text-align: center;
}

#detail div.group-2 div.sd p {
	display: inline-grid;
	place-items: center;
	width: 8em;
	height: 8em;
	padding: 0.8em 0.8em 0 0.8em;
	color: #e3017f;
	font-family: "Kosugi Maru";
	font-size: 120%;
	line-height: 1.6;
	vertical-align: middle;
	border: 2px solid #e3017f;
	border-radius: 50%;
}

/* L3 ======================================== 箇条書き  ======================================== */

#detail div.group-3 {
	margin-top: 1em;
}

#detail div.group-3 ul {
	margin-left: 30px;
}

/* L3 ======================================== 商品仕様  ======================================== */

#detail div.group-4 {
	margin-top: 2em;
}

#detail div.group-4 p.title {
	font-family: "Kosugi Maru";
	font-size: 200%;
	line-height: 1.4;
}

#detail div.group-4 div.price {
	margin: 1em auto;
	width: fit-content;
	padding: 0.5em 8%;
	text-align: center;
	background: #ffffff;
	border-radius: 3em;
}

#detail div.group-4 div.price p {
	display: inline-block;
}

#detail div.group-4 div.price p:first-child {
	font-family: "Kosugi Maru";
}

#detail div.group-4 div.price p:first-child strong {
	font-size: 240%;
	color: #cc0000;
}

#detail div.group-4 div.price p:last-child {
	padding: 0.2em 0.5em;
	color: #ffff00;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.0;
	vertical-align: 0.2em;
	background: #ff9900;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
}

#detail div.group-4 ul {
	margin-left: 30px;
}

/* L1 ######################################## 商品購入 ######################################## */


#buy {
	max-width: 1024px;
	margin: 2em auto;
	text-align: center;
}

#buy p.section {
	margin: 0 auto 1em auto;
	background: #008ccf;
}

#buy ul {
	list-style-type: none;
	margin: 0 4%;
}

#buy ul p:first-child {
	font-family: "Kosugi Maru";
	font-size: 180%;
}

#buy ul a {
	color: #336699 !important;
	font-family: "Ubuntu Condensed";
	font-size: 250%;
}


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

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


