@charset "UTF-8";

section {
	width: 100%;
	height: auto;
	margin: auto;
	padding: 2vh 0 8vh;
	background-position: center top;
	background-size: 100%;
	background-repeat: no-repeat;
}
section h2 {
	font-family: "Playwrite US Modern", cursive;
	font-size: clamp(2rem, 0.95rem + 3.5vw, 3.75rem);
	font-weight: 400;
	letter-spacing: .05em;
	text-align: center;
	margin: 0vw 0 0vw 0;
	position: relative;
	width: 100vw;
	height: 15vw;
	max-height: 250px;
	min-height: 180px;
	z-index: 100;
}
section h2 .badge {
	width: 15vw;
	height: 15vw;
	max-width: 250px;
	max-height: 250px;
	min-width: 180px;
	min-height: 180px;
	z-index: 102;
}
section h2 .frill {
	width: 100vw;
	height: 15vw;
	min-height: 180px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
section h2.bg_left .badge {
	position: absolute;
	left: 5vw;
}
section h2.bg_right .badge {
	position: absolute;
	right: 5vw;
}
section h3 {
	color:#333;
	font-size: clamp(1.125rem, 0.75rem + 1.25vw, 1.75rem);
	text-align: center;
	margin: 2vw auto 2vw auto;
}
section h4 {
	color:#333;
	font-size: clamp(1.125rem, 0.75rem + 1.25vw, 1.75rem);
	text-align: center;
	margin: 2vw auto 1vw auto;
}

img {
	width:100%;
}
article {
	padding: 0em 0 5vh;
}
ul {
	list-style: none;
}
.contentsBody {
	max-width: 1280px;
	min-width: 320px;
	margin: 0px auto 0px auto;
	position: relative;
	z-index: 100;
}
@media screen and (max-width: 1280px) {
.contentsBody {
	width: 90%;
	margin: 0px auto 0px auto;
}
}
.flex {
	display: flex;
	justify-content: space-between;
}
.flex_c {
	display: flex;
	justify-content: center;
	gap: 5%;
}
.wrap {
	flex-wrap: wrap;
}
.tax {
	font-size: 80%;
}
.note {
	font-size: 80%;
}

/*
#mainArea
*/
#mainArea {
	width: 100%;
	height: calc(100vw*.66);
	padding:0!important;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
#mainArea #titleArea {
	width: 34%;
	height: calc(100vw*.5);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
}
#mainArea #titleArea h1 {
	width: 60%;
	max-width: 440px;
}
#mainArea #photoArea {
	width: 100%;
	height: calc(100vw*.66);
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

/*
#newsArea
*/
#newsArea {
	max-width: 1080px;
	padding: 10vh 0 !important;
}
#news {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	gap: 2%;
	margin: 0 auto;
	padding: 0;
}
#news h2 {
	width: 20%;
	margin: 0vw;
}
#news h2 img {
	width: 100%;
}
#news #result {
	width: 80%;
}
#newsArea .arrow_link {
	float: right;
}
#newsArea .item {
	font-size: clamp(0.875rem, 0.833rem + 0.21vw, 1rem);
	padding: .2em .5em;
	display: flex!important;
	justify-content: flex-start;
	align-items: center;
}
#newsArea .item:hover {
	background: #f8f3ff;
	box-shadow: 0px 0px 10px 5px #f8f3ff;
	border-radius: 20px;
    transition: all .5s ease;
}
#newsArea .date {
	font-size: 80%;
	color: #c49fea;
	font-family: "Playwrite US Modern", cursive;
	font-weight: 600;
	position: relative;
}
#newsArea .new {
	color: #fff;
	font-family: "Playwrite US Modern", cursive;
	font-size: 10px;
	line-height: 1.2em;
	text-align: center;
	padding: 0 .5em;
	background: #df5053;
	position: absolute;
	top: -15px;
	left: 0;
}
#newsArea .text {
	line-height: 1.5;
	flex: 1;
	max-height: none;
	position: relative;
	margin-left: 1em;
}
#newsArea .text a {
	color: #333;
	text-decoration: none;
}

/*
#Release
*/
#releaseArea {
	overflow: hidden;
	position: relative;
}
#releaseArea h3 {
	color: #666;
	text-align: center;
	margin-bottom: 1em 0;
}

.titleArea {
	color: #666;
	font-weight: 600;
	text-align: center;
	margin-bottom: 5vw;
}
.titleArea .artist {
	font-size: 2em;
}
.titleArea .artist span {
	font-size: .45em;
	font-family: "Playwrite US Modern", cursive;
	display: block;
}
.titleArea .title {
	font-size: 2.5em;
	margin: .5em auto;
}
.titleArea .release {
	font-size: 2em;
	margin: .5em auto;
}
.titleArea .tieup {
	font-size: 1em;
	line-height: 1.2;
	margin: 2em auto 1em;
}

#releaseArea .flex {
	z-index: 100;
}
#releaseArea .prd {
	margin-bottom: 4vw;
}
#releaseArea .artwork {
	width: 50%;
}
#releaseArea figure {
	font-size: 16px;
	width: 80%;
	margin-bottom: 2vw;
}
#releaseArea figcaption {
	text-align: center;
	margin: .5em auto;
}

#releaseArea .dataArea {
	width: 50%;
}
#releaseArea .dataArea .type {
	font-size: clamp(0.875rem, 0.833rem + 0.21vw, 1rem);
	line-height: 1.5;
	font-weight: 600;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#releaseArea .dataArea .type p span {
	font-size: 90%;
}
#releaseArea .dataArea .type .orderBtn {
	font-weight: 400;
	margin-left: 2%;
}
#releaseArea .dataArea .tracklist {
	font-size: clamp(0.875rem, 0.833rem + 0.21vw, 1rem);
	margin: 2em auto;
}
#releaseArea .dataArea .tracklist li {
	margin-bottom: .5em;
	display: flex;
	justify-content: flex-start;
}
#releaseArea .dataArea .tracklist .trackNum {
	color: #6dc2c6;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.8em;
	font-family: "Playwrite US Modern", cursive;
}
#releaseArea .dataArea .tracklist .track {
	font-size: 1.2em;
	font-weight: 600;
	line-height: 1.5em;
}
#releaseArea .dataArea .tracklist .track .sub {
	font-size: .8em;
}
#releaseArea .dataArea .tracklist .tieup {
	font-size: .8em;
	font-weight: 500;
	line-height: 1.2em;
	display: block;
}
#releaseArea .dataArea .tracklist .credit {
	font-size: .8em;
	font-weight: 400;
	line-height: 1.2em;
	display: block;
}			
#releaseArea .dataArea .track .preview {
	width: 1em;
	height: 1em;
	margin-left: .5em;
	display: inline-block;
}			
#releaseArea .dataArea .track .preview img {
	width: 100%;
	height: 100%;
}

.prd2 .artist {
	font-size: 1.5em;
}
.prd2 .artist span {
	font-size: .45em;
	font-family: "Playwrite US Modern", cursive;
	display: block;
}
.prd2 .title {
	font-size: 1.8em;
	margin: .5em auto;
}
.prd2 .title span {
	font-size: .8em;
	display: block;
}
.prd2 .release {
	font-size: 1.2em;
	margin: .5em auto;
}
.prd2 .tieup {
	font-size: .8em;
	line-height: 1.2;
	margin: 2em auto 1em;
}

#releaseArea .campaign {
	width: 100%;
	border: 4px solid #6dc2c6;
	border-radius: 2em;
	padding: 1em 2em;
	margin: 2em auto;
}			
#releaseArea .campaign p {
	font-size: clamp(0.875rem, 0.833rem + 0.21vw, 1rem);
	line-height: 1.8;
	margin-bottom: 1em;
}			
#releaseArea .campaign p.lead {
	font-size: 1.2em;
	font-weight: 600;
}			


/*
movie
*/
#movieArea {
}
#movie {
	text-align: center;
	width: 80%;
	max-width: 960px;
	margin: 0px auto 2em auto;
}
#movie {
	margin-top: 5vh;
}
.movie {
	height: auto;
	vertical-align: top;
	padding-bottom: 2em;
}
.movie1 {
	width: 100%;
}
.movie2 {
	width: 48%;
}
.movie3 {
	width: 32%;
}
.movie .yt {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movie .yt iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
#movie .linkBtn {
	display: block;
	margin: 20px auto;
}

/*
event
*/
#eventArea {
}
#event {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 5vw;
}
.sticky-note {
	position: relative;
	flex-basis: calc(50% - 5vw);
	height: auto;
	padding: 2em;
	background-color: #E0EFFA;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
}

.sticky-note::before,
.sticky-note::after {
	content: '';
	position: absolute;
	width: 3em;
	height: 3em;
	background-color: #4bc0e0;
}
.sticky-note::before {
	top: 0;
	left: 0;
	clip-path: polygon(0 0, 0 100%, 100% 0%);
}
.sticky-note::after {
	bottom: 0;
	right: 0;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.sticky-note h3 {
	font-size: clamp(1rem, 0.833rem + 0.83vw, 1.5rem);
	margin-top: 0;
}
.sticky-note dl {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	border-top: 1px solid #4bc0e0;
	border-bottom: 1px solid #4bc0e0;
	padding: .5em 0;
	margin-bottom: .5em;
}
.sticky-note dt {
	font-weight: 600;
	width: 20%;
}
.sticky-note dd {
	line-height: 1.2;
	width: 80%;
}
.sticky-note p {
	line-height: 1.8;
	margin-bottom: 1em;
}			
.sticky-note p.lead {
	font-size: 1.2em;
	font-weight: 600;
}			
.sticky-note .btn2 {
	font-size: 1em;
	font-weight: 700!important;
}			

/*
shop
*/
#shopArea {
	text-align: center;
}
#shop p.lead {
	font-size: clamp(1rem, 0.917rem + 0.42vw, 1.25rem);
	font-weight: bold;
	text-align: center;
	width: 80%;
	max-width: 1080px;
	margin: 5vh auto 5vh;
}
#shop .product {
	font-size: clamp(1rem, 0.833rem + 0.83vw, 1.5rem);
	font-weight: 700;
	text-align: center;
	border: 4px solid #e2cf76;
	border-radius: 2em;
	overflow: hidden;
	display: inline-block;
	margin: 0 auto 5vh;
}
#shop .product h3 {
	color: #fff;
	font-size: 80%;
	font-weight: 700;
	margin: 0 auto .5em;
	padding: .5em 0;
	background: #e2cf76;
	border-radius: 2em 2em 0em 0em;
}
#shop .product .title {
	font-size: 100%;
	margin: 2vh auto 5vh;
}
#shop .product .flex {
	justify-content: center;
	gap: 2vw;
	margin: 2vh 4vh;
}
#shop .product .flex .item {
	font-size: 16px;
	text-align: center;
}
#shop .product .flex .item .price {
	font-size: 80%;
}

#shop .flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 3vw 3vw;
	margin-bottom: 5vh;
}

#shop .card {
	text-align: center;
	width: 30%;
	max-width: 360px;
	padding: 1em;
	margin-bottom: 3vh;
	background: #fcf8e6;
	position: relative;
	z-index: 2;
    box-shadow: 0 5px 10px #ccc;
}
#shop .card h3 {
	font-size: clamp(1rem, 0.75rem + 0.63vw, 1.25rem);
	line-height: 1.2;
	text-align: center;
	height: 3em;
	margin: 0 auto .2em;
	display: flex;
	justify-content: center;
}
#shop .card p {
	font-size: clamp(0.75rem, 0.667rem + 0.42vw, 1rem);
	font-weight: 700;
	margin-top: 20px;
}
#shop .card p span {
	font-size: 80%;
	display: block;
}
#shop .card .btn1 {
	font-size: 80%;
	margin-top: 1em;
}

/*
#linkArea
*/
#linkArea {
	text-align: center;
	overflow: hidden;
	padding-top: 10vw;
	border-top: 2px solid #6dc2c6;
}
#linkArea ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 2em;
}
#linkArea ul li {
	font-size: clamp(1rem, 0.833rem + 0.83vw, 1.5rem);
	margin-bottom: 4em;
}
#linkArea ul li a {
	color: #333!important;
	text-decoration: none!important;
}
#linkArea ul li a:hover {
	color: #ef93bb!important;
}
#linkArea ul#sns li span {
	font-size: 60%;
	text-align: center;
	display: block;
}
#linkArea ul li i {
	color: #6dc2c6;
	margin-right: .5em;
}
#linkArea ul li img {
	width: auto;
	height: auto;
	max-height: 50px;
}
#linkArea ul#site li img {
	width: auto;
	height: auto;
	max-height: 80px;
}
#linkArea ul#sns li img {
	width: 100%;
	max-height: 50px;
}

#territory {
	height: 300px;
	margin-top: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("../images/territory.jpg");
	background-size: cover;
	background-color: #ddc48b;
	overflow: visible;
}
#territory figure {
	width: 30%;
	transform: rotate(3deg);
	margin-left: 50px;
}
#territory div {
	width: 70%;
	padding: 2em;
}
#territory .lead {
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 1em;
}
#territory .lead span {
	font-size: .8em;
	font-weight: 400;
	display: block;
}


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

section {
	width: 100%;
	height: auto;
	margin: auto;
	padding: 0vh 0 5vh;
}
bg_left {
	padding-top: 0vw;
}
.bg_right {
	padding-top: 0vw;
}
.bg_center {
	padding-top: 0vw;
}
article {
	padding: 0em 0 5vh;
}
.contentsBody {
	width: 92%;
	margin: 0px auto 0px auto;
}
section h2 {
	text-align: center;
	margin: 0vw auto 10vw auto;
	min-height: 140px;
}
section h2 .badge {
	min-width: 140px;
	min-height: 140px;
	z-index: 102;
}
section h2 .frill {
	min-height: 140px;
}
section h2.bg_left .badge {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
section h2.bg_right .badge {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/*
#mainArea
*/
#mainArea {
	width: 100%;
	height: auto;
	padding: 0!important;
	position: static;
	display: flex;
	flex-direction:column-reverse;
}
#mainArea #titleArea {
	width: 100%;
	height: auto;
	padding-top: 5vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: static;
}
#mainArea #titleArea h1 {
	width: 60%;
	max-width: 440px;
}
#mainArea #photoArea {
	width: 100%;
	height: 120vw;
	text-align: center;
	position: static;
	overflow: hidden;
	background-image: url("../images/main.jpg");
	background-size: cover;
	background-position: center;
}
#mainArea #photoArea img {
	display: none;
}

/*
#newsArea
*/
#newsArea {
	max-width: 1080px;
	padding: 5vh 0 10vh!important;
}
#news {
	display: flex;
	flex-direction: column;
	padding: 0;
}
#news h2 {
	text-align: center;
	width: 100%;
	margin: 0vw auto;
}
#news h2 img {
	width: 80%;
	margin: 0vw auto;
}
#news #result {
	width: 100%;
	margin-bottom: 1em;
}
#newsArea .arrow_link {
	float: left;
}
#newsArea .item {
	padding: .2em .5em;
	display: flex!important;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
#newsArea .text {
	margin-left: 0em;
}

/*
#Release
*/
#releaseArea {
}
#releaseArea h3 {
}

.titleArea {
	color: #666;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10vw;
}
.titleArea .artist {
	font-size: 2em;
}
.titleArea .artist span {
	font-size: .45em;
}
.titleArea .title {
	font-size: 2em;
}
.titleArea .release {
	font-size: 1.5em;
}
.titleArea .tieup {
	font-size: .8em;
}

#releaseArea .flex {
	flex-direction: column;
	z-index: 100;
}
#releaseArea .prd {
	margin-bottom: 4vw;
}
#releaseArea .artwork {
	width: 100%;
}
#releaseArea figure {
	font-size: 16px;
	width: 90%;
	margin: 5vw auto;
}
#releaseArea figcaption {
	text-align: center;
	margin: .5em auto;
}

#releaseArea .dataArea {
	width: 90%;
	margin: auto;
}
#releaseArea .dataArea .type {
	padding: 1em 0;
}
#releaseArea .dataArea .type p span {
	font-size: 90%;
}
#releaseArea .dataArea .tracklist {
	margin: 2em auto;
}
#releaseArea .dataArea .tracklist li {
	margin-bottom: .5em;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#releaseArea .dataArea .tracklist .trackNum {
	color: #6dc2c6;
	font-size: 1em;
	line-height: 1.8em;
	width: 10%;
}
#releaseArea .dataArea .tracklist .track {
	font-size: 1.1em;
	width: 90%;
}
#releaseArea .dataArea .track .preview {
	width: 1em;
	height: 1em;
	margin-left: .2em;
}			

.prd2 .artist {
	font-size: 1.2em;
}
.prd2 .title {
	font-size: 1.5em;
}
.prd2 .title span {
	font-size: .8em;
}
.prd2 .release {
	font-size: 1.1em;
}
.prd2 .tieup {
	font-size: .8em;
}

#releaseArea .campaign {
	width: 100%;
	border: 4px solid #6dc2c6;
	border-radius: 1em;
	padding: 1em 1em;
	margin: 2em auto;
}			
#releaseArea .campaign p {
	font-size: 80%;
	line-height: 1.5;
	margin-bottom: 1em;
}			
#releaseArea .campaign p.lead {
	font-size: 1.1em;
	font-weight: 600;
}			



/*
movie
*/
#movieArea {
}
#movie {
	width: 100%;
	margin: 0px auto 2em auto;
}
.movie {
}
.movie1 {
	width: 100%;
}
.movie2 {
	width: 100%;
}
.movie3 {
	width: 100%;
}
.movie .yt {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movie .yt iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
#movie .linkBtn {
	display: block;
	margin: 20px auto;
}
	

/*
event
*/
#eventArea {
}
#event {
	display: flex;
	flex-direction: column;
	gap: 5vh;
}
.sticky-note {
	width: 90%;
	height: auto;
	padding: 2em;
	margin: auto;
}

/*
shop
*/
#shopArea {
}
#shop p.lead {
	width: 100%;
	margin: 5vh auto 5vh;
}
#shop .product {
	border-radius: 1em;
	overflow: hidden;
	display: inline-block;
	margin: 0 auto 5vh;
}
#shop .product h3 {
	border-radius: 1em 1em 0em 0em;
}
#shop .product .title {
	font-size: 120%;
	margin: 2vh auto 2vh;
}
#shop .product .flex {
	gap: 2vw;
	margin: 2vh 2vh;
}

#shop .flex {
	display: flex;
	flex-direction: column;
	gap: 3vh 3vh;
	margin-bottom: 5vh;
}

#shop .card {
	text-align: center;
	width: 90%;
	padding: 1em;
	margin: auto;
}
#shop .card h3 {
	font-size: clamp(1rem, 0.75rem + 0.63vw, 1.25rem);
	line-height: 1.2;
	text-align: center;
	height: 3em;
	margin: 0 auto .2em;
	display: flex;
	justify-content: center;
}
#shop .card p {
	font-size: clamp(0.75rem, 0.667rem + 0.42vw, 1rem);
	font-weight: 700;
	margin-top: 20px;
}
#shop .card p span {
	font-size: 90%;
	display: block;
}
#shop .card .btn1 {
	font-size: 90%;
	margin-top: 1em;
}


/*
#linkArea
*/
#linkArea {
}
#linkArea ul li {
	margin-bottom: 1em;
	gap: 1em 1em;
}
#linkArea ul#site {
	flex-direction: column;
	gap: 0;
	margin-bottom: 5vh;
}
#linkArea ul#sns li {
	padding: .5em;
	justify-content: center;
}
#linkArea ul#sns li span {
	display: none;
}
#linkArea ul#sns li img {
	width: 100%;
	max-height: 50px;
}
#linkArea ul#stream li img {
	width: auto;
	height: auto;
	max-height: 60px;
}
#territory {
	height: auto;
	margin-top: 0px;
	display: flex;
	flex-direction: column;
}
#territory figure {
	width: 80%;
	transform: rotate(0);
	margin: 1em auto;
}
#territory div {
	width: 90%;
	padding: 0em;
	margin: 2vh auto;
}
#territory .lead {
	font-size: 1em;
	margin-bottom: 1em;
}
#territory .lead span {
	font-size: .7em;
}

}
