@charset "UTF-8";

body:before {
    content: '';
    display: inline-block;
    width: 20vw;
    height: 26vw;
    background-image: url(/static/funkykato/fanclub/feature/newyearspecial_2026/images/ph_kasa_Z47tEj3kwB.png);
    background-size: contain;
    vertical-align: middle;
    position: fixed;
    background-position: center;
    background-repeat: no-repeat;
    left: -8%;
    top: -8%;
    pointer-events: none;
    transition: 0.4s;
	z-index: 50;
}
body:after {
    content: '';
    display: inline-block;
    width: 20vw;
    height: 26vw;
    background-image: url(/static/funkykato/fanclub/feature/newyearspecial_2026/images/ph_kasa_Z47tEj3kwB.png);
    background-size: contain;
    vertical-align: middle;
    position: fixed;
    background-position: center;
    background-repeat: no-repeat;
    right: -8%;
    bottom: -8%;
    pointer-events: none;
    transition: 0.4s;
	z-index: 50;
}
body.headerFix:before {
    width: 18vw;
    height: 24vw;
}
body.headerFix:after{
    width: 18vw;
    height: 24vw;
}

/*==========================================
    visual
============================================*/
.visual{

}
.visual h2{
    width: 35vw;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    max-width: 600px;
}

.bgBox {
    width: 100%;
    height: 100%;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.6s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.visual .frame{

}
.visual .frame p{
    width: 10vw;
    position: fixed;
    pointer-events: none;
    line-height: 0;
}
.visual .frame p:nth-child(1){
    left: 1%;
    top: 1%;
}
.visual .frame p:nth-child(2){
    right: 1%;
    top: 1%;
    transform: scale(-1, 1);
}
.visual .frame p:nth-child(3){
    bottom: 1%;
    left: 1%;
    transform: scale(1, -1);
}
.visual .frame p:nth-child(4){
    bottom: 1%;
    right: 1%;
    transform: scale(-1, -1);
}
.visual .frame p:nth-child(5){
    width: 5vw;
    left: 50%;
    top: 1%;
    transform: translate(-50%, 0);
}
.visual .frame p:nth-child(6){
    width: 5vw;
    left: 50%;
    bottom: 1%;
    transform: translate(-50%, 0);
}

.bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
    opacity: 1;
}
.bg01 {
    opacity: 1;
    background: url(/static/funkykato/fanclub/feature/newyearspecial_2026/images/bg_main_pc_Z47tEj3kwB.jpg) no-repeat center center;
    background-size: cover;
}


/* SP-max-769 */
@media screen and (max-width: 769px){

body:before {
    width: 40vw;
    height: 55vw;
}
body:after{
    width: 40vw;
    height: 55vw;
}
body.headerFix:before {
    width: 33vw;
    height: 39vw;
}
body.headerFix:after{
    width: 33vw;
    height: 39vw;
}
.visual h2 {
    width: 80vw;
}
.visual .frame p {
    width: 30vw;
}
.visual .frame p:nth-child(5) {
    width: 11vw;
}
.visual .frame p:nth-child(6) {
    width: 11vw;
}
.bg01 {
    opacity: 1;
    background: url(/static/funkykato/fanclub/feature/newyearspecial_2026/images/bg_main_sp_Z47tEj3kwB.jpg) no-repeat center center;
    background-size: cover;
}

}

/*==========================================
    content
============================================*/
.siteGroup{
    padding: 0 60px;
    max-width: 1200px;
    margin: 0 auto 140px;
}
.allContain .siteGroup:last-of-type{
    margin-bottom:0;
}
.clm{
    display: flex;
    align-items: center;
}
.clm .clmInner{

}

.clm .clmTxt{
    width: 40%;
}
.clm .clmTxt >*{
    margin: 0 0 20px;
}
.clm .clmTxt >*:last-child{
    margin: 0;
}
.clm .clmThumb{
    width: 60%;
    padding: 0 0 0 40px;
}
.commentMov .clm .clmThumb{
    width: 60%;
    padding: 0 40px 0 0;
}
.clm .tit{
    font-size: 175%;
    border-bottom: 1px solid;
    padding: 0 0 20px;
}
.clm .lead{
}
.clm .qrList{
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    padding: 20px;

}
.clm .qrList dt{
    width: 30%;
}
.clm .qrList dd{
    width: 70%;
    padding: 0 0 0 20px;
    text-align: center;
    font-size: clamp(10px, 1.5vw, 1.2rem);
    line-height: 1.4em;
}

.thumb{

}

h4{
    position: relative;
    z-index: 11;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 0;
    margin-bottom: 40px;
}


/* SP-max-769 */
@media screen and (max-width: 769px){


.siteGroup {
    padding: 0 20px;
    margin: 0 auto 80px;
}
.clm {
    flex-wrap: wrap;
}
.clm .tit {
    font-size: 180%;
}
.clm .clmTxt {
    width: 100%;
    margin: 0;
}
.clm .clmTxt >*:last-child {
    margin: 0 0 20px;
}
.clm .clmThumb {
    width: 100%;
    padding: 0;
}
.clm .qrList{
    display: none;
}
.commentMov .clm {
    flex-direction: column-reverse;
}
.commentMov .clm .clmThumb {
    width: 100%;
    padding: 0;
}
.clm .clmThumb .thumb {
    margin-bottom: 20px;
}

h4 {
    max-width: 100%;
    margin-bottom: 30px;
}
}


/*==========================================
    footer
============================================*/
.footer{
    padding: 0 60px 140px;
}
.footer .copyright{
    text-align: center;
    font-size: 80%;
    font-weight: 500;
}
/* SP-max-769 */
@media screen and (max-width: 769px){
.footer {
    padding: 0 20px 100px;
}
}