@charset "UTF-8";
/* CSS Document */


.wrap-PG {
    width: 100%;
    height: auto;
    min-height: 100vh;
    margin: 0;
    /*padding-bottom JS*/
    position: relative;
	overflow: hidden;
    
    display: flex;
    flex-direction: column;
}
.bg-kln {
    width: 25%;
	height: 100%;
	display: block;
	margin: 0;
	background: url("../img/bg-kowloon.png") repeat-y center top;
	background-size: 100% auto;
	position: absolute;
	right: -4%;
	top: 0;
	pointer-events: none;
}

.area-wrap#newsLST, .area-wrap#music {
    padding: 0 0 150px 0;
}




/* --- N E W S --- */

.newsLST-wrap {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
	margin: 0;
	padding: 70px 0;
}
.newsLST-wrap::before, .newsLST-wrap::after,
.newsLST-wrap figure::before, .newsLST-wrap figure::after {
    content: "";
	display: block;
	width: 45px;
	height: 45px;
	margin: 0;
	position: absolute;
	
	will-change: transform, opacity;
    transition: all 1.0s cubic-bezier(0.2, 0.45, 0.4, 1);
	opacity: 0;
}
.newsLST-wrap figure {
    width: 100%;
	height: 100%;
	display: block;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}
.newsLST-wrap::before {
    top: 0;
    left: 0;
	background: url("../../img/dcM-LT.png") no-repeat center center;
	background-size: 100% auto;
	
	transform: translate(-45px,-45px);
}
.newsLST-wrap::after {
    top: 0;
    right: 0;
	background: url("../../img/dcM-RT.png") no-repeat center center;
	background-size: 100% auto;
	
	transform: translate(45px,-45px);
}
.newsLST-wrap figure::before {
    bottom: 0;
    left: 0;
	background: url("../../img/dcM-LB.png") no-repeat center center;
	background-size: 100% auto;
	
	transform: translate(-45px,45px);
}
.newsLST-wrap figure::after {
    bottom: 0;
    right: 0;
	background: url("../../img/dcM-RB.png") no-repeat center center;
	background-size: 100% auto;
	
	transform: translate(45px,45px);
}
.newsLST-wrap.appr::before, .newsLST-wrap.appr::after,
.newsLST-wrap.appr figure::before, .newsLST-wrap.appr figure::after {
	opacity: 1;
	transform: translate(0,0);
}
.news-item {
    width: 100%;
    height: auto;
    display: block;   
    margin: 0 0 18px 0;
    padding: 0 0 18px 0;
    position: relative;
}
.news-item:nth-last-of-type(1) {
    margin: 0;
}
.news-item i {
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url( "../img/dot-line_s.png") repeat-x center left;
	background-size: auto 100%;
}
.news-item p {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    
    font-size: 1.2rem;
	font-family: aptly, sans-serif;
    font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1em;
    font-style: normal;
	color: #f05082;
}
.news-item span {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
    pointer-events: none;
}
.news-item span b {
    display: inline-block;
    margin: 0;
    padding: 0.5em 0 0 0;
    pointer-events: auto;
    
    color: #000;
    font-size: 1.0rem;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    font-weight: 400;
    
    will-change: transform;
    transition: all 0.2s ease-out;
}
.news-item span a:hover b {
    transform: translateX(0.3em);
}

.backBT {
    width: 74px;
	height: 74px;
	display: block;
	margin: 0 auto;
	
	will-change: transform, opacity;
    transition: all 1.0s cubic-bezier(0.2, 0.45, 0.4, 1);
	transform: translateY(40px);
	opacity: 0;
}
.backBT.appr {
    transform: translateY(0);
	opacity: 1;
}
.backBT div {
    width: 100%;
	height: 100%;
	display: block;
	margin: 0;
	transform: rotate(45deg);
	border-radius: 2px;
	
	background: #fff;
	border: 2px solid #f05082;
	position: relative;
	
	will-change: transform, box-shadow;
	box-shadow: 5px 5px 0px -2px #f05082;
	transition: all 0.15s ease-out;
}
.backBT div span {
    width: 100%;
	height: 100%;
	display: block;
	margin: 0;
	background: url("../img/backBT.png") no-repeat center center;
	background-size: 100% auto;
	transform: rotate(-45deg) scale(1.5);
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	
	transition: all 0.15s ease-out;
}
.backBT a:hover div {
	background: #f05082;
	transform: rotate(45deg) translate(3px,3px);
	box-shadow: 0px 0px 0px -2px #f05082;
}
.backBT a:hover div span {
	background: url("../img/backBT_hv.png") no-repeat center center;
	background-size: 100% auto;
}


.news-box {
    width: 100%;
    height: auto;
	display: block;
    margin: 0;
	
	will-change: transform, opacity;
    transition: all 1.6s cubic-bezier(0.2, 0.45, 0.4, 1);
	transform: translateY(80px);
	opacity: 0;
}
.news-box.appr {
    transform: translateY(0);
	opacity: 1;
}
.nw-day {
    width: 100%;
    height: auto;
	display: block;
    margin: 0 0 0.5em 0;
	
	font-size: 1.2rem;
	font-family: aptly, sans-serif;
    font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1em;
    font-style: normal;
	color: #f05082;
}
.news-box h1 {
    width: 100%;
    height: auto;
	display: block;
    margin: 0 0 35px 0;
	padding: 0 0 30px 0;
	position: relative;
	
    color: #000;
    font-size: 1.4rem;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    font-weight: 400;
}
.news-box h1::after {
    content: "";
	display: block;
	margin: 0;
	width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url( "../img/dot-line_s.png") repeat-x center left;
	background-size: auto 100%;
}
.news-box section {
    width: 100%;
    height: auto;
	display: block;
    margin: 0;
	
	color: #000;
    font-size: 1.0rem;
    line-height: 2.0em;
    letter-spacing: 0.07em;
    font-weight: 400;
}
.news-box img {
    width: min(500px,100%);
    height: auto;
    display: block;
    margin: 1em 0;
	border-radius: 8px;
	overflow: hidden;
	z-index: 1;
}
.newsYT {
    width: 100%;
    height: auto;
    margin: 1em 0;
    position: relative;
}
.newsYT::after {
    content: "";
    display: block;
    padding-bottom: 56.25%;
}
.newsYT iframe {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.news-img {
    width: 100%;
	height: auto;
	margin: 1em 0;
	
	display: flex;
    flex-wrap: wrap;
}
.news-img img {
    width: calc(50% - 7px);
    height: auto;
    display: block;
    margin: 0 14px 14px 0;
	border-radius: 8px;
	overflow: hidden;
	box-sizing: border-box;
	z-index: 1;
}
.news-img img:nth-of-type(2n) {
    margin: 0 0 14px 0;
}
.news-box ul {
    margin: 0;
	padding: 0 0 0 -1em;
}
.news-box ul li {
    list-style: disc;
	margin: 0 0 0.6em 0;
	line-height: 1.7em;
}
.news-box ul.note li {
    font-size: 0.85em;
	font-weight: 400;
}

.news-box a {
    display: inline-block;
    margin: 0 0.1em;
    position: relative;
    
    color: #f05082;
    will-change: transform;
    transition: all 0.2s ease-out;
}
.news-box a::before {
    content: "";
    display: block;
    margin: 0;
    width: 100%;
    height: 1px;
    background: #f05082;
    position: absolute;
    bottom: 0;
    left: 0;
    
    will-change: transform;
    transition: all 0.2s ease-out;
}
.news-box a:hover {
    transform: translateY(2px);
}
.news-box a:hover::before {
    transform: scaleX(0) translateY(-2px);
}

.news-box strong {
    display: inline;
    font-weight: 500;
}
.news-box .txt-bl { color: #64c8d2; }
.news-box .txt-rd { color: #f05082; }
.news-box b       {
    display: inline-block;
	
    color: #9d8e92;
	font-weight: 400;
	font-size: 0.8em;
	line-height: 2.0em;
}









/* --- M U S I C --- */

.ms-wrap {
    width: 100%;
    height: auto;
    position: relative;
	margin: 0;
	
	display: flex;
    flex-wrap: wrap;
}
.ms-wrap.end {
    margin: 0 0 80px 0;
}
.ms-ctg {
    width: 100%;
	height: auto;
	display: block;
	margin: 0 0 50px 0;
	position: relative;
}
.ms-ctg h1 {
    width: auto;
	height: 60px;
	display: block;
	margin: 0;
	
	will-change: transform, opacity;
    transition: all 1.2s cubic-bezier(0.2, 0.45, 0.4, 1);
	transform: translateY(-40px);
	opacity: 0;
}
.ms-ctg h1 img {
    width: auto;
	height: 100%;
	display: block;
	margin: 0;
}
.ms-ctg article {
    width: 100%;
    height: auto;
    display: block;
	margin: 0;
	position: absolute;
	bottom: -15px;
	left: 0;
	
	font-size: 1.2rem;
	font-family: "Hina Mincho", serif;
    font-weight: 400;
    font-style: normal;
	line-height: 1em;
	letter-spacing: 0;
	
	will-change: transform, opacity;
    transition: all 1.2s cubic-bezier(0.2, 0.45, 0.4, 1);
	transform: translateY(40px);
	opacity: 0;
}
.ms-ctg article b {
    display: inline-block;
	margin: 0 0.3em;
	font-weight: 400;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #000;
	padding: 0.2em;
}
.ms-ctg.appr h1, .ms-ctg.appr article {
    transform: translateY(0);
	opacity: 1;
}
.ms-title {
    width: 100%;
    height: auto;
    display: block;
	margin: 0 0 60px 0;
	text-align: center;
}
.ms-title h2 {
    width: 100%;
    height: auto;
    display: block;
	margin: 0 0 0.3em 0;
	
	font-size: 2.1rem;
	font-family: kaisotai, sans-serif;
    font-weight: 600;
    font-style: normal;
	letter-spacing: 0.05em;
	line-height: 1em;
	color: #000;
	
	will-change: transform, opacity;
    transition: all 1.6s cubic-bezier(0.2, 0.45, 0.4, 1);
	transform: translateX(-80px);
	opacity: 0;
}
.ms-title h2.alf {
    font-size: 2.3rem;
    letter-spacing: 0.12em;
}
.ms-title h3 {
    width: 100%;
    height: auto;
    display: block;
	margin: 0;
	position: relative;
	
	font-size: 2.8rem;
	font-family: kaisotai, sans-serif;
    font-weight: 600;
    font-style: normal;
	letter-spacing: 0.05em;
	line-height: 1em;
	color: #f05082;
	
	will-change: transform, opacity;
    transition: all 1.6s cubic-bezier(0.2, 0.45, 0.4, 1);
	transform: translateX(80px);
	opacity: 0;
}
.ms-title.appr h2, .ms-title.appr h3 {
    transform: translateX(0);
	opacity: 1;
}
.ms-title h3::before, .ms-title h3::after {
	display: inline-block;
	margin: 0;
	
    font-family: "M PLUS 2", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
	letter-spacing: 0;
	line-height: 1em;
	color: #000;
}
.ms-title h3::before {
    content: "「";
	margin: 0 0.2em 0 0;
}
.ms-title h3::after {
    content: "」";
	margin: 0 0 0 0.1em;
}
.ms-pic {
    width: 50%;
	height: auto;
	display: block;
	margin: 0;
	position: relative;
	
	will-change: transform, opacity;
    transition: all 2.0s cubic-bezier(0.2, 0.45, 0.4, 1);
	transform: translate(-50px,-50px);
	opacity: 0;
}
.ms-pic figure {
    width: 100%;
	height: auto;
	display: block;
	margin: 0;
	position: relative;
	z-index: 2;
}
.ms-pic span {
    width: 30%;
	height: auto;
	display: block;
	margin: 0;
	background: url("../img/strp.png") repeat top left;
	background-size: 50px auto;
	
	position: absolute;
	top: -15px;
	left: -15px;
	z-index: 1;
}
.ms-pic span::after {
    content: "";
	display: block;
	padding-bottom: 100%;
}
.ms-pic.appr {
    transform: translate(0,0);
	opacity: 1;
}
.ms-cmt {
    width: 50%;
	height: auto;
	display: block;
	margin: 0;
	padding: 0 0 80px 50px;
	position: relative;
}
.ms-cmt::before, .ms-cmt::after {
    content: "";
	display: block;
	margin: 0;
	width: 45px;
	height: 45px;
	position: absolute;
	
	will-change: transform, opacity;
    transition: all 1.2s cubic-bezier(0.2, 0.45, 0.4, 1) 0.6s;
	opacity: 0;
}
.ms-cmt::before {
    background: url("../img/dcS-RT.png") no-repeat right top;
	background-size: contain;
	right: 0;
	top: 0;
	
	transform: translate(40px,-40px);
}
.ms-cmt::after {
    background: url("../img/dcS-LB.png") no-repeat left bottom;
	background-size: contain;
	left: 50px;
	bottom: 0;
	
	transform: translate(-40px,40px);
}
.ms-cmt.appr::before, .ms-cmt.appr::after {
    transform: translate(0,0);
	opacity: 1;
}
.ms-cmt h4 {
    width: 100%;
	height: 60px;
	display: block;
	margin: 0 0 20px 0;
	
	will-change: transform, opacity;
    transition: all 1.6s cubic-bezier(0.2, 0.45, 0.4, 1) 0.1s;
	transform: translateY(60px);
	opacity: 0;
}
.ms-cmt h4 img {
    width: auto;
	height: 100%;
	display: block;
	margin: 0;
}
.ms-cmt p {
    width: 100%;
	height: auto;
	display: block;
	margin: 0;
	
	font-size: 1rem;
    font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2em;
	
	will-change: transform, opacity;
    transition: all 1.6s cubic-bezier(0.2, 0.45, 0.4, 1) 0.3s;
	transform: translateY(80px);
	opacity: 0;
}
.ms-spc {
    width: 100%;
	height: 100px;
	display: block;
	margin: 0;
}
.ms-cmt.appr h4, .ms-cmt.appr p {
    transform: translateY(0);
	opacity: 1;
}







/* --- F O O T E R --- */

footer.pg-ft {
    position: absolute;
    bottom: 0;
    left: 0;
}
.ft-DC {
    width: calc(100% - 12px);
    height: 100px;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: calc((100px + 6px) * -1);
	left: 6px;
	pointer-events: none;
}
.ft-DC::before, .ft-DC::after {
    content: "";
	display: block;
	margin: 0;
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 0;
}
.ft-DC::after {
    left: 0;
	background: url("../img/dcL-LB.png") no-repeat center center;
	background-size: contain;
}
.ft-DC::before {
    right: 0;
	background: url("../img/dcL-RB.png") no-repeat center center;
	background-size: contain;
}
.ft-DC span {
    width: calc(100% - 200px - 40px);
	height: 18px;
	display: block;
	margin: 0;
	background: url("../img/dcft-txt.png") repeat-x center center;
	background-size: auto 100%;
	
	position: absolute;
	left: 120px;
	bottom: 2px;
}







/* --------- < 1100px > --------- */

@media (max-width: 1100px) {

.ft-DC::before, .ft-DC::after {
	width: 60px;
	height: 60px;
}
.ft-DC span {
    width: calc(100% - 120px - 40px);
	height: 15px;
	left: 80px;
	bottom: 0;
}

.ms-ctg {
	margin: 0 0 50px 0;
}
.ms-ctg h1 {
	height: 50px;
}
.ms-ctg article {
	bottom: -12px;
	font-size: 1.05rem;
}
.ms-title {
	margin: 0 0 50px 0;
}
.ms-title h2 {
	font-size: 1.9rem;
}
.ms-title h2.alf {
    font-size: 2.1rem;
}
.ms-title h3 {
	font-size: 2.5rem;
}
.ms-cmt {
	padding: 0 0 65px 40px;
}
.ms-cmt p {
	font-size: 0.9rem;
}
.ms-cmt::before, .ms-cmt::after {
	width: 35px;
	height: 35px;
}
.ms-cmt::after {
	left: 40px;
}
.ms-cmt h4 {
	height: 50px;
	margin: 0 0 15px 0;
}

}









/* --------- < 850px > --------- */

@media (max-width: 850px) {

.ms-pic {
    width: 100%;
	margin: 0 0 30px 0;
}
.ms-cmt {
    width: 100%;
	margin: 0;
	padding: 0 0 65px 0;
}
.ms-cmt::after {
	left: 0;
}
.ms-spc {
	height: 80px;
}

}






/* --------- < 650px > --------- */

@media (max-width: 650px) {

.area-wrap#newsLST, .area-wrap#music {
    padding: 80px 0 150px 0;
}

.ms-ctg {
	margin: 0 0 45px 0;
	text-align: center;
}
.ms-ctg h1 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.ms-wrap.end {
    margin: 0 0 40px 0;
}

}





/* --------- < 500px > --------- */

@media (max-width: 500px) {

.area-wrap#newsLST, .area-wrap#music {
    padding: 50px 0 100px 0;
}

.newsLST-wrap {
	padding: 52px 0;
}
.newsLST-wrap::before, .newsLST-wrap::after,
.newsLST-wrap figure::before, .newsLST-wrap figure::after {
	width: 32px;
	height: 32px;
}
.news-item p {
    font-size: 1.0rem;
}
.news-item span b {
    font-size: 0.85rem;
}

.backBT {
    width: 50px;
	height: 50px;
}

.ft-DC::before, .ft-DC::after {
	width: 45px;
	height: 45px;
}
.ft-DC span {
    width: calc(100% - 90px - 30px);
	height: 12px;
	left: 60px;
	bottom: 0;
}

.nw-day {
	font-size: 1.08rem;
}
.news-box h1 {
    margin: 0 0 20px 0;
	padding: 0 0 23px 0;
    font-size: 1.1rem;
}
.news-box section {
    font-size: 0.85rem;
    letter-spacing: 0.06em;
}

.ms-ctg {
	margin: 0 0 40px 0;
}
.ms-ctg h1 {
	height: 40px;
}
.ms-ctg article {
	bottom: -12px;
	font-size: 0.8rem;
}
.ms-title {
	margin: 0 0 40px 0;
}
.ms-title h2 {
	font-size: 1.4rem;
}
.ms-title h2.alf {
    font-size: 1.6rem;
}
.ms-title h3 {
	font-size: 1.6rem;
}
.ms-pic {
	margin: 0 0 15px 0;
}
.ms-pic span {
    width: 50%;
	top: -10px;
	left: -10px;
}
.ms-cmt {
	padding: 0 0 50px 0;
}
.ms-cmt p {
	font-size: 0.85rem;
	line-height: 1.8em;
}
.ms-cmt::before, .ms-cmt::after {
	width: 27px;
	height: 27px;
}
.ms-cmt h4 {
	height: 40px;
	margin: 0 0 8px 0;
}
.ms-spc {
	height: 50px;
}
.ms-wrap.end {
    margin: 0 0 20px 0;
}

}














	
	