@charset "utf-8";
.in-fv .header__navBtnWrap{
    opacity: 0;
    pointer-events: none;
    z-index: -1;
}

/* sub pageTtlWrap */
.sub .pageTtlWrap{
	opacity: 0;
	transform:translateY(40px);
	transition: all .6s ease;
	transition-delay: 1s;
	width: min(calc(1100 / var(--vw-min) * 100vw), 1100px);
    margin: 0 auto;
}
.sub.-loaded .pageTtlWrap{
	opacity: 1;
	transform: translateY(0);
}

/* is-ani */
.area__section .areaTtlWrap{
    opacity: 0;
	transform:translateY(40px);
    transition: opacity .2s ease-in,transform .4s ease-in;
}
.area__section.is-ani .areaTtlWrap{
    opacity: 1;
	transform: translateY(0);
}
.area__contents{
    opacity: 0;
    transition: opacity .2s ease-in;
}
.area__section.is-ani .area__contents{
    opacity: 1;
    transition-delay: 0.4s;
}
/*---------------------------------
* COTENTS
----------------------------------*/
.contentsArea{
    position: relative;
}

/* bg */
.bg{
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: -10;
}
.bg span{
    display: block;
    position: sticky;
    width: 100%;
    height: 100vh;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/common/bg_pc.jpg) no-repeat center center / cover;
}

/* fv movie wrap */
.areaWrap1{
    position: relative;
}


/*---------------------------------
* fvArea
----------------------------------*/
.fvArea{
    position: relative;
    margin-bottom: min(calc(108 / var(--vw-min) * 100vw), 108px);
}

/* fv */
.fvArea{
    position: relative;
    z-index: 10;
}
@media screen and (max-width:767px){ 
    .fvArea{
        padding-top: calc(80 / var(--vw-min) * 100vw);
        padding-bottom: calc(106 / var(--vw-min) * 100vw);       
    }
}

/* flowing */
.fvArea .flowingWrap{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: -1;
}
.fvArea .flowing__inner{
	position: sticky;
	top: 0;
	height: max(640px, 100vh);
	display: flex;
	width: 100%;
	overflow: hidden;
    flex-direction: column;
    justify-content: space-between;
}
.fvArea .flowingItem{
	width: calc(2033 / var(--vw-min) * 100vw);
	height: calc(109 / var(--vw-min) * 100vw);
	background: url(../img/top/deco/flowing_txt.png) no-repeat left center / contain;
}
@media screen and (max-width:767px){ 
	.fvArea .flowingWrap{
		position: absolute;
		top: 0;
		height: 100%;
		display: flex;
		align-items: flex-start;
	}
    .fvArea .flowing__inner{
        height: 100%;
    }
    /*
	.fvArea .flowingItem{
		width: calc(2640 / var(--vw-min) * 100vw);
		height: calc(109 / var(--vw-min) * 100vw);
	}
        */
}

.fvContents{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 2;
}
.fvContents__inner{
    height: 100vh;
    position:sticky;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width:767px){ 
    .fvContents__inner{
        height: 100%;
        position:relative;
        display: flex;
        align-items: center;
    }
}


/* fv sc */
.fv_scWrap{
    width: calc((100% - calc(800 / var(--vw-min) * 100vw)) / 2);
    display: flex;
    justify-content: center;
}
.sc{
    position: absolute;
    top: 0;
    bottom: 0;
    right:7.9%;
    margin: auto;
    width: min(calc(65 / var(--vw-min) * 100vw),65px);
    height: min(calc(150 / var(--vw-min) * 100vw),150px);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sc__ttl{
    font-size:  min(calc(16 / var(--vw-min) * 100vw),16px);
    color: var(--color-red);
    margin-bottom: min(calc(20 / var(--vw-min) * 100vw),20px);
    font-family: var(--font-en);
    letter-spacing: 0;
}
.sc__deco{
    position: relative;
    height: min(calc(120 / var(--vw-min) * 100vw),120px);
    width: 100%;
    display: block;
}
.sc__line{
    display: block;
    width: 1px;
    height: 100%;
    background-color: var(--color-red);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;

}
.sc__dot{
    width: min(calc(5 / var(--vw-min) * 100vw),5px);
    height:min(calc(5 / var(--vw-min) * 100vw),5px);
    border-radius: 50%;
    background-color: var(--color-red);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: fvScroll 1.5s cubic-bezier(0.11, 0.57, 0.55, 0.98) infinite;

}

@keyframes fvScroll{
	from{
		top:0;
	}
	to{
		top:100%;
	}
}
@media screen and (max-width:767px){
    .fv_scWrap{
        display: none;
    }
    /* .fv_scWrap{
        width: 100%;
        display: flex;
        justify-content: center;
    } */
    /* .sc{
        position: absolute;
        top: unset;
        bottom: calc(170 / var(--vw-min) * 100vw);
        right: 0;
        left: 0;
        margin: auto;
        width: calc(65 / var(--vw-min) * 100vw);
        height: calc(150 / var(--vw-min) * 100vw);
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .sc__ttl{
        font-size:calc(20 / var(--vw-min) * 100vw);
        margin-bottom: calc(10 / var(--vw-min) * 100vw);
    }
    .sc__dot{
        width:calc(11 / var(--vw-min) * 100vw);
        height:calc(11 / var(--vw-min) * 100vw);
    } */
}

.fvChangeWrap{
    width: calc((100% - calc(800 / var(--vw-min) * 100vw)) / 2);
    display: flex;
    justify-content: center;
    align-items: center;
}
.fvChangeWrap.is-sp{
    display: none;
}
.fvChangeLists {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: min(calc(12 / var(--vw-min) * 100vw), 12px);
}
.fvChangeLists > dt {
    background-color: var(--color-red);
    padding: min(calc(2 / var(--vw-min) * 100vw), 2px);
}
.fvChangeLists > dt:before {
    content: "";
    display: block;
    background-color: #fff;
    -webkit-mask: url(../img/top/visual/thumb_text_v.svg) no-repeat center / contain;
    mask: url(../img/top/visual/thumb_text_v.svg) no-repeat center / contain;
    width: min(calc(14 / var(--vw-min) * 100vw), 14px);
    height: min(calc(60 / var(--vw-min) * 100vw), 60px);
    margin: 0 auto;
}
@media screen and (max-width:767px){
    .fvChangeWrap.is-pc{
        display: none;
    }
    .fvChangeWrap.is-sp{
        display: flex;
        width: 100%;
        margin-top: min(calc(30 / var(--vw-min) * 100vw), 30px);
    }
    .fvChangeLists {
        flex-direction: row;
        gap: calc(20 / var(--vw-min) * 100vw);
    }
    .fvChangeLists > dt:before {
        -webkit-mask-image: url(../img/top/visual/thumb_text_h.svg);
        mask-image: url(../img/top/visual/thumb_text_h.svg);
        width: calc(78 / var(--vw-min) * 100vw);
        height: calc(17 / var(--vw-min) * 100vw);
    }
}
.fvChangeItemLists{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: min(calc(8 / var(--vw-min) * 100vw), 8px);
}
.fvChangeItem {
    width: min(calc(80 / var(--vw-min) * 100vw), 80px);
    height: min(calc(80 / var(--vw-min) * 100vw), 80px);
}
@media screen and (max-width:767px){
    .fvChangeItemLists{
        flex-direction: row;
        gap: calc(10 / var(--vw-min) * 100vw);
    }
    .fvChangeItem {
        width: calc(100 / var(--vw-min) * 100vw);
        height: calc(100 / var(--vw-min) * 100vw);
    }
}
.fvChangeItem__link {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #433100;
    position: relative;
}
.fvChangeItem__link:before {
    content: "";
    background: url(../img/top/visual/thumb_deco.svg) no-repeat top / 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
}
.fvChangeItem__link:after {
    content: "";
    background-color: var(--color-red);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    mix-blend-mode: multiply;
    transition: opacity .3s ease;
}
.fvChangeItem__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
.fvChangeItem.is-active .fvChangeItem__link:after {
    opacity: 0;
}

/* fvMenu PConry*/
/* .fvMenuWrap{
    width: calc((100% - calc(800 / var(--vw-min) * 100vw)) / 2);
    display: flex;
    justify-content: center;
}
.fvMenu{
    width:min(calc(216 / var(--vw-min) * 100vw),216px);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.fvMenu__ttl{
    display: block;
    text-align: center;
    color: var(--color-red);
    font-family: var(--font-en);
    font-size: min(calc(16 / var(--vw-min) * 100vw),16px);
    line-height:min(calc(25 / var(--vw-min) * 100vw),25px);
}
.fvMenuLists{
    width: 100%;
    text-align: center;
    background-image: url(../img/common/deco_menu.svg),url(../img/common/deco_menu.svg);
    background-repeat: no-repeat,no-repeat;
    background-position: top center,bottom center;
    background-size: 100% auto,100% auto;
    padding: min(calc(40 / var(--vw-min) * 100vw),40px) 0;
    margin-top: min(calc(5 / var(--vw-min) * 100vw),5px);
}
.fvMenuItem{
    margin-bottom: min(calc(4 / var(--vw-min) * 100vw),4px);
}
.fvMenuItem__link{
    color:#FFF;
    font-size: min(calc(18 / var(--vw-min) * 100vw),18px);
    line-height: 1.7;
	transition: all .4s ease;
}
@media screen and (max-width:767px){ 
    .fvMenuWrap{
        display: none;
    }
}

@media screen and (hover:hover) and (pointer: fine){
  .fvMenuItem:hover .fvMenuItem__link{
	text-shadow: 0 0 8px #F00;
  }
} */

/*--------------
* VISUAL
--------------*/
.visualBlock{
    width: calc(800 / var(--vw-min) * 100vw);
    height: calc(1133 / var(--vw-min) * 100vw);
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.visualLists{
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}
.visualItem{
    position: relative;
    height: 100%;
}
@media screen and (max-width:767px){ 
    .visualBlock{
        width:calc(630 / var(--vw-min) * 100vw);
        height: calc(892 / var(--vw-min) * 100vw);
        margin: 0 auto;
        position: relative;
    }
}

/* logo */
.visualLogo{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: min(calc(58 / var(--vw-min) * 100vw), 58px);
    width: min(calc(557 / var(--vw-min) * 100vw), 557px);
    height:min(calc(145 / var(--vw-min) * 100vw),145px);
    background: url(../img/common/logo/logo_w.png) no-repeat center center/contain;
}
.visualImg img{
    width:100%;
    height: 100%;
    object-fit: contain;
}
/*
.visual_logo{
    position: absolute;
    margin: auto;
    top: calc(1431 / var(--vw-min) * 100vw);
    left: 0;
    right: 0;
    width: calc(1028 / var(--vw-min) * 100vw);
    height: calc(307 / var(--vw-min) * 100vw);
    background: url(../img/top/visual/vis_logo.png) no-repeat center center/contain;
}*/
.visual_catch{
    position: absolute;
    margin: auto;
    top: min(calc(10 / var(--vw-min) * 100vw), 10px);
    left: 0;
    right: 0;
    width: calc(784 / var(--vw-min) * 100vw);
    height: calc(364 / var(--vw-min) * 100vw);
    background: url(../img/top/visual/fv_catch.svg) no-repeat center top / 100% auto;
    /* opacity: 0;
    transform: scale(1.5);
    filter: blur(10px);
    transition: transform .3s ease-out,opacity .3s ease-out, filter .6s ease-out; */
}
/* .visual_catch.is-ani{
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
} */
.visual_catch2{
    background: url(../img/top/visual/visual2_catch.png) no-repeat center top / 100% auto;
    width: calc(82 / var(--vw-min) * 100vw);
    height: calc(443 / var(--vw-min) * 100vw);
    margin: auto;
    position: absolute;
    top: calc(98 / var(--vw-min) * 100vw);
    right: 0;
    left: 0;
    opacity: 0;
    transform: scale(1.5);
    filter: blur(10px);
    transition: transform .3s ease-out,opacity .3s ease-out, filter .6s ease-out;
}
.visual_catch2.is-ani{
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
}
.visual_start{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    width: min(calc(50 / var(--vw-min) * 100vw), 50px);
    height:min(calc(596 / var(--vw-min) * 100vw), 596px);
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
}
.visual_start_img{
    display: block;
    position: relative;
    background-color: var(--color-red);
    width: min(calc(50 / var(--vw-min) * 100vw), 50px);
    padding: min(calc(17 / var(--vw-min) * 100vw), 17px) min(calc(6 / var(--vw-min) * 100vw), 6px);
}
.visual_start_img::before{
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: url(../img/common/deco/noise_movie.svg) 0 0;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.2;
    mix-blend-mode: multiply;
    z-index: 1;
}
/*
.visual_start_img._txt2{
    height: min(calc(596 / var(--vw-min) * 100vw), 596px);
}
*/
.visual_start_img._txt1{
    height: min(calc(630 / var(--vw-min) * 100vw), 630px);
}

 .img_txt{
    display: block;
    z-index: 2;
    position: relative;
}
/*
.visual_start_img._txt2 .img_txt{
    height: min(calc(596 / var(--vw-min) * 100vw), 596px);
    background: url(../img/top/visual/vis_onair1.svg) no-repeat center top;
    background-size: min(calc(38 / var(--vw-min) * 100vw), 38px) auto;
}
*/
.visual_start_img._txt1 .img_txt{
    height: min(calc(596 / var(--vw-min) * 100vw), 596px);
    background: url(../img/top/visual/vis_onair.svg) no-repeat center top;
    background-size:min(calc(39 / var(--vw-min) * 100vw), 39px) auto;
}
@media screen and (max-width:767px) {
    .visualLogo{
    bottom: calc(47 / var(--vw-min) * 100vw);
    width: calc(438 / var(--vw-min) * 100vw);
    height: calc(115 / var(--vw-min) * 100vw);
    }
    .visual_catch{
        top: calc(6 / var(--vw-min) * 100vw);
        width: calc(625 / var(--vw-min) * 100vw);
        height: calc(300 / var(--vw-min) * 100vw);
        background: url(../img/top/visual/fv_catch.svg) no-repeat center top / 100% auto;
    }
    .visual_start{
        left: 0;
        right: 0;
        top: calc(975 / var(--vw-min) * 100vw);
        bottom: unset;
        width: calc(630 / var(--vw-min) * 100vw);
        height: calc(50 / var(--vw-min) * 100vw);
    }
    .visual_start_img._txt1{
        display: block;
        width: 80%;
        margin: 0 auto;
        height: unset;
        padding: calc(4 / var(--vw-min) * 100vw) calc(17 / var(--vw-min) * 100vw);
    }
    
    .visual_start_img._txt2{
        display: none!important;
    }
    .visual_start_img._txt1 .img_txt{
        height: calc(50 / var(--vw-min) * 100vw);
        background:  url(../img/top/visual/vis_onair_sp.svg) no-repeat center center;
        background-size: auto calc(42 / var(--vw-min) * 100vw);
    }
}

/* new onair */
.visual__onairBox{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: min(calc(8 / var(--vw-min) * 100vw), 8px);
    position: absolute;
    top: min(calc(40 / var(--vw-min) * 100vw), 40px);
    right: 0;
    z-index: 100;
}
.visual__onairBox__text {
    display: inline-block;
    background-color: var(--color-red);
    height: calc(34 / var(--vw-min) * 100vw);
    padding: 0 min(calc(12 / var(--vw-min) * 100vw), 12px);
    position: relative;
}
.visual__onairBox__text:after {
    content: "";
    display: block;
    background-color: #fff;
    -webkit-mask: url() no-repeat center / contain;
    mask: url() no-repeat center / contain;
    height: 100%;
    position: relative;
    z-index: 2;
}
.visual__onairBox__text:before{
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: url(../img/common/deco/noise_movie.svg) 0 0;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.2;
    mix-blend-mode: multiply;
    z-index: 1;
}
.visual__onairBox__text.--text1:after {
    -webkit-mask-image: url(../img/top/visual/oa2_text1.svg);
    mask-image: url(../img/top/visual/oa2_text1.svg);
    width: calc(286 / var(--vw-min) * 100vw);
}
.visual__onairBox__text.--text2:after {
    -webkit-mask-image: url(../img/top/visual/oa2_text2.svg);
    mask-image: url(../img/top/visual/oa2_text2.svg);
    width: calc(116 / var(--vw-min) * 100vw);
}
.visual__onairBox__text.--text3:after {
    -webkit-mask-image: url(../img/top/visual/oa2_text3.svg);
    mask-image: url(../img/top/visual/oa2_text3.svg);
    width: calc(156 / var(--vw-min) * 100vw);
}
.visual__onairBox__text.--text4:after {
    -webkit-mask-image: url(../img/top/visual/oa2_text4.svg);
    mask-image: url(../img/top/visual/oa2_text4.svg);
    width: calc(299 / var(--vw-min) * 100vw);
}

.visual__onairBox__sp {
    display: none;
}
@media screen and (max-width:767px){
    .visual__onairBox {
        display: none;
    }
    .visual__onairBox__sp {
        display: flex;
        flex-direction: column;
        gap: min(calc(8 / var(--vw-min) * 100vw), 8px);
        width: calc(630 / var(--vw-min) * 100vw);
        margin: calc(40 / var(--vw-min) * 100vw) auto 0;
    }
    .visual__onairBox__text__sp {
        display: inline-block;
        background-color: var(--color-red);
        height: calc(48 / var(--vw-min) * 100vw);
        padding: 0 min(calc(12 / var(--vw-min) * 100vw), 12px);
        position: relative;
    }
    .visual__onairBox__text__sp:after {
        content: "";
        display: block;
        background-color: #fff;
        -webkit-mask: url() no-repeat center / contain;
        mask: url() no-repeat center / contain;
        height: 100%;
        position: relative;
        z-index: 2;
        margin: 0 auto;
    }
    .visual__onairBox__text__sp:before{
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        background: url(../img/common/deco/noise_movie.svg) 0 0;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0.2;
        mix-blend-mode: multiply;
        z-index: 1;
    }
    .visual__onairBox__text__sp.--text1:after {
        -webkit-mask-image: url(../img/top/visual/oa2_sp_text1.svg);
        mask-image: url(../img/top/visual/oa2_sp_text1.svg);
        width: calc(575 / var(--vw-min) * 100vw);
    }
    .visual__onairBox__text__sp.--text2:after {
        -webkit-mask-image: url(../img/top/visual/oa2_sp_text2.svg);
        mask-image: url(../img/top/visual/oa2_sp_text2.svg);
        width: calc(601 / var(--vw-min) * 100vw);
    }
}

/*---------------------------------
* COMMON
----------------------------------*/
/*ttl*/
.areaTtlWrap{
    display: flex;
    align-items: flex-start;
    margin-bottom: min(calc(50 / var(--vw-min) * 100vw),50px);
}
.areaTtlWrap.-movieTtl{
    position: relative;
    justify-content: center;
    z-index: 5;
}
@media screen and (max-width:767px) {
    .areaTtlWrap{
        display: flex;
        align-items: flex-start;
        margin-bottom:calc(50 / var(--vw-min) * 100vw);
    }
}

.areaTtl-text{
    color: var(--color-red);
    font-size: min(calc(145 / var(--vw-min) * 100vw),145px);
    font-family: var(--font-en);
    line-height: 0.7em;
    position: relative;
    padding-right:  min(calc(100 / var(--vw-min) * 100vw),100px);
    padding-bottom:  min(calc(20 / var(--vw-min) * 100vw),20px);
}
@media screen and (max-width:767px) {
    .areaTtl-text{
        font-size: calc(145 / var(--vw-min) * 100vw);
        margin-right: min(calc(30 / var(--vw-min) * 100vw),30px);
    }
}

/* decotxt */
.areaTtl__decotxt{
  font-family: "Kolker Brush", cursive;
  font-weight: 400;
  text-shadow: 0 0 min(calc(20 / var(--vw-min) * 100vw), 20px) var(--color-red);
  font-size: min(calc(78 / var(--vw-min) * 100vw), 78px);
  color: #FFF;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1;
}
@media screen and (max-width:767px) {
    .areaTtl__decotxt{
        font-size: calc(75 / var(--vw-min) * 100vw);
    }
}


/* blockTtl */
.blockTtl{
  font-family: "Kolker Brush", cursive;
  font-weight: 400;
  text-shadow: 0 0 min(calc(20 / var(--vw-min) * 100vw), 20px) var(--color-red);
  font-size: min(calc(64 / var(--vw-min) * 100vw), 64px);
  color: #FFF;
  line-height: 1;
}

/*moreLink*/
.moreLink{
    display: flex;
    width: min(calc(113 / var(--vw-min) * 100vw), 113px);
    justify-content: space-between;
    pointer-events: all;
    align-items: center;
}
@media screen and (max-width:767px) {
    .moreLink{
        width:calc(139 / var(--vw-min) * 100vw);
    }
}
.moreLink-text{
    color: var(--color-red);
    font-family: var(--font-en);
    font-size:min(calc(24 / var(--vw-min) * 100vw),24px);
    transition: all .4s ease;
    letter-spacing: 0;
}
@media screen and (max-width:767px) {
    .moreLink-text{
        font-size:calc(28 / var(--vw-min) * 100vw);
    }
}
.moreLink-arrow{
    position: relative;
    width: min(calc(30 / var(--vw-min) * 100vw),30px);
}
.moreLink-arrow::before{
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--color-red);
}
.moreLink-arrow::after{
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    width: min(calc(5 / var(--vw-min) * 100vw),5px);
    height:min(calc(5 / var(--vw-min) * 100vw),5px);
    border-radius: 50%;
    background-color: var(--color-red);
    transition: all .4s ease;
}
@media screen and (max-width:767px) {
    .moreLink-arrow::after{
        width: calc(9 / var(--vw-min) * 100vw);
        height: calc(9 / var(--vw-min) * 100vw);
    }
    .moreLink-arrow{
        position: relative;
        width: calc(40 / var(--vw-min) * 100vw);
    }
}
/*hover*/
.moreLink:hover .moreLink-text{
    transform: translateX(2px);
}
.moreLink:hover .moreLink-arrow::after{
    right: 100%;
}

/*moreLinkWrap*/
.moreLinkWrap{
    display: flex;
    justify-content: flex-end;
}
.moreLinkWrap:hover .moreLink-text{
    transform: translateX(2px);
}
.moreLinkWrap:hover .moreLink-arrow::after{
    right: 100%;
}

@media screen and (max-width:767px) {

}

/*---------------------------------
* movieArea
----------------------------------*/
.movieArea{
    height: min(calc(500 / var(--vw-min) * 100vw),500px);
}
@media screen and (max-width:767px) {
    .movieArea{
        height:calc(425 / var(--vw-min) * 100vw);
        height:calc(584 / var(--vw-min) * 100vw);
    }
}
/* area ttl */
.movieTtl__txt{
  font-family: "Kolker Brush", cursive;
  font-weight: 400;
  color: #FFF;
  text-shadow: 0 0 20px #F00;
  font-size: min(calc(130 / var(--vw-min) * 100vw),130px);
}


/* --- mvBlockWrap --- */
.mvBlockWrap{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}
/* mvBlock */
.mvBlockWrap__sticky{
    position: sticky;
    top: 0;
    bottom: 0;
    margin: auto;
    /*height: 100vh;*/
    padding-top: 25vh;
    display: flex;
    align-items: center;
}
.mvBlockWrap__inner{
    width: 100%;
}
.mvBlock{
    width: 100%;
    height: min(calc(500 / var(--vw-min) * 100vw), 500px);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 40%, 100% 0%, 100% 60%, 0 100%);
}
.movieWrap{
    position: relative;
    width: 100%;
     height: min(calc(640 / var(--vw-min) * 100vw),640px);
}
@media screen and (max-width:767px) {
    .mvBlock{
        height: calc(412 / var(--vw-min) * 100vw);
        height: calc(584 / var(--vw-min) * 100vw);
        clip-path: polygon(0 20%, 100% 0%, 100% 80%, 0 100%);
    }
    .movieWrap{
        height: calc(750 / var(--vw-min) * 100vw);
    }
}
.moviebg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    pointer-events: none;
}
.bg_ytplayer {
    margin: auto;
    position: absolute;
    top: -50%;
    left: 0;
    width: 100%;
    height: 200%;
}
@media screen and (max-width:767px) {
    .bg_ytplayer {
        margin: auto;
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
    }
}

/* ---movie playBtn--- */
.movie_playBtnBlock{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom:min(calc(220 / var(--vw-min) * 100vw), 220px);
    pointer-events: all;
    z-index: 5;
}
.btn_moviePlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    background-color: rgba(82, 16, 16, 0.6);
    transition: .4s ease;
    height: 100%;
    width: 100%;
}
.btn_moviePlay::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    background:url(../img/common/deco/noise_movie.svg);
    background-color: rgba(82, 16, 16, 0.6);
    transition: .4s ease;
    height: 100%;
    width: 100%;
    mix-blend-mode: multiply;
    opacity: 0.1;
}
/*
.movieArea:hover .btn_moviePlay,
.btn_moviePlay:hover {
    opacity: 0;
}*/
/* play icon */
.play-icon {
    width: min(calc(165 / var(--vw-min) * 100vw), 165px);
    height: min(calc(175 / var(--vw-min) * 100vw), 175px);
    position: absolute;
    right: 0;
    bottom: min(calc(230 / var(--vw-min) * 100vw), 250px);
    left: 0;
    margin: auto;
    background: url(../img/common/icon/icon_play.svg) no-repeat center center/contain;
    transform: scale(1);
    transition: 0.4s ease;
    z-index: 2;
    opacity: 0;
}
.in-movie .play-icon{
    opacity: 1;
}
@media screen and (max-width: 767px) {
    .play-icon {
        top: 0;
        bottom: 0;
        width: calc(228 / var(--vw-min) * 100vw);
        height: calc(240 / var(--vw-min) * 100vw);
      }
}
/* hover */
@media screen and (hover:hover) and (pointer: fine){
  .btn_moviePlay:hover .play-icon {
    transform: scale(1.05);
  }
  .btn_moviePlay:hover  {
    background-color: rgba(0, 0, 0, 0);
    }
}

/* ---movie moreLink--- */
.movie_moreLinkBlock{
    position: absolute;
    left: 0;
    right: 0;
    bottom: min(calc(40 / var(--vw-min) * 100vw), 40px);
    max-width: min(calc(1106 / var(--vw-min) * 100vw), 1106px);
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    pointer-events: none;
    z-index: 6;
}
/* moreLink */
.moreLinkWrap.-movie{
    position: relative;
    pointer-events: all;
}
.moreLinkWrap.-movie:hover .moreLink-text{
    transform: translateX(2px);
}
.moreLinkWrap.-movie:hover .moreLink-arrow::after{
    right: 100%;
}
.moreLinkWrap.-movie .moreLink{
    width: min(calc(113 / var(--vw-min) * 100vw), 113px);
}
@media screen and (max-width:767px) {
    .movie_moreLinkBlock{
        bottom: 0;
    }   
    .moreLinkWrap.-movie{
        right: calc(39 / var(--vw-min) * 100vw);
        bottom:0;
    }
    .moreLinkWrap.-movie .moreLink{
        width: calc(139 / var(--vw-min) * 100vw);
    }
    .moreLinkWrap.-movie .moreLink-arrow {
        position: relative;
        width: calc(40 / var(--vw-min) * 100vw);
    }
}

/*---------------------------------
* bnrListsArea
----------------------------------*/
.bnrListsArea{
    position: relative;
    width: 100%;
    margin: min(calc(120 / var(--vw-min) * 100vw), 120px) auto 0;
}
.bnrLists{
    width: min(calc(1100 / var(--vw-min) * 100vw), 1100px);
}
.bnrItem {
    width: min(calc(375 / var(--vw-min) * 100vw), 375px);
    padding: 0 min(calc(12.5 / var(--vw-min) * 100vw), 12.5px);
}
@media screen and (max-width:767px) {
    .bnrLists{ 
        width: 100%;
    }
    .bnrItem {
        width: calc(610 / var(--vw-min) * 100vw);
        padding: 0 calc(15 / var(--vw-min) * 100vw);
    }
}
.bnrItem img {
    width: 100%;
}
/*controlBlock*/
.controlBlock._bnr{
    width: 100%;
    max-width: min(calc(1100 / var(--vw-min) * 100vw), 1100px);
    margin: 0 auto;
    position: relative;
    margin-top: min(calc(30 / var(--vw-min) * 100vw), 30px);
    height: min(calc(30 / var(--vw-min) * 100vw), 30px);
}
@media screen and (max-width:767px) {
    .controlBlock._bnr{
        max-width: calc(678 / var(--vw-min) * 100vw);
        margin-top: calc(40 / var(--vw-min) * 100vw);
    }
}
._bnr .moreLink._prev{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
._bnr .moreLink._next{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
._bnr .moreLink._prev .moreLink-arrow::after {
    right: unset;
    left: 0;
}
._bnr .moreLink._prev:hover .moreLink-arrow::after{
    left: 100%;
    right: unset;
}
._bnr .moreLink._prev:hover .moreLink-text{
    transform: translateX(-2px);
}
._bnr .bnrPagination{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(calc(10 / var(--vw-min) * 100vw), 10px);
    width: auto;
}
._bnr .bnrPagination .swiper-pagination-bullet{
    width: min(calc(10 / var(--vw-min) * 100vw), 10px);
    height: min(calc(10 / var(--vw-min) * 100vw), 10px);
    margin: 0;
    border: 1px solid var(--color-red);
    opacity: 1;
    transition: background 0.3s ease;
}
._bnr .bnrPagination .swiper-pagination-bullet-active{
    background: var(--color-red);
}
@media screen and (max-width:767px){
    ._bnr .bnrPagination .swiper-pagination-bullet{
        width: calc(14 / var(--vw-min) * 100vw);
        height: calc(14 / var(--vw-min) * 100vw);
    }
}

.bnrListsArea.slideNone .bnrListsInner {
    justify-content: center;
}
@media screen and (max-width:767px){
    .bnrListsArea.slideNone .bnrListsInner {
        height: auto;
        flex-direction: column;
        align-items: center;
        gap: calc(20 / var(--vw-min) * 100vw);
    }
}
.bnrListsArea.slideNone .controlBlock._bnr {
    display: none;
}

/*---------------------------------
* newsArea
----------------------------------*/
.newsArea{
    width: 100%;
    position: relative;
}
/* inner */
.newsArea__inner{
    position: relative;
    max-width: min(calc(1366 / var(--vw-min) * 100vw),1366px);
    margin: 0 auto;
    padding: calc(100 / var(--vw-min) * 100vw)  min(calc(130 / var(--vw-min) * 100vw),130px);
}
@media screen and (max-width:767px) {
    .newsArea__inner{
        padding: calc(125 / var(--vw-min) * 100vw) calc(37 / var(--vw-min) * 100vw);
    }
}
.newsContents{
    width: min(calc(1105 / var(--vw-min) * 100vw), 1105px);
    display: flex;
    justify-content: space-between;
}
.officialLinkBlock{
    display: flex;
    flex-direction: column;
    margin-top: min(calc(100 / var(--vw-min) * 100vw), 100px);
}
@media screen and (max-width:767px) {
    .newsContents{
        width: 100%;
        flex-direction: column;
    }
}


.newsListsWrap{
    width: min(calc(780 / var(--vw-min) * 100vw),780px);
}
@media screen and (max-width:767px) {
    .newsListsWrap{
        width: 100%;
        margin-bottom: calc(80 / var(--vw-min) * 100vw);
    }
}

.newsLists{
    width: 100%;
    border-top: 1px solid var(--color-red);
    margin-bottom: min(calc(40 / var(--vw-min) * 100vw),40px);
}
.newsList__item{
    display: flex;
    border-bottom: 1px solid var(--color-red);
}
.newsList__item-link{
    display: flex;
    align-items: center;
}
@media screen and (max-width:767px) {
    .newsLists{
        margin-bottom:calc(60 / var(--vw-min) * 100vw);
    }
    .newsList__item-link{
        width: 100%;
    }
}

/* text */
.newsList__item-text{
    width:100%;
    color: #FFF;
    line-height: 1.6;
    font-size:min(calc(16 / var(--vw-min) * 100vw),16px);
    display: flex;
    align-items: flex-start;
    padding: min(calc(20 / var(--vw-min) * 100vw),20px) min(calc(24 / var(--vw-min) * 100vw),24px);
}
@media screen and (max-width:767px) {
    .newsList__item-text{
        font-size:calc(24 / var(--vw-min) * 100vw);
        flex-direction: column;
        padding: calc(30 / var(--vw-min) * 100vw) 0;
    }
}
.news-date{
    position: relative;
    display: inline-block;
    color: var(--color-red);
    font-size:min(calc(20 / var(--vw-min) * 100vw),20px);
    font-family: var(--font-en);
    width: min(calc(110 / var(--vw-min) * 100vw),110px);
    margin-right: min(calc(20 / var(--vw-min) * 100vw),20px);
    letter-spacing: 0;
}
.news-date::after{
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--color-red);
    transition: all .4s ease;
}
@media screen and (max-width:767px) {
    .news-date{
        font-size:calc(28 / var(--vw-min) * 100vw);
        width: auto;
        margin-right: 0;
    }
}
.newsList__item-link:hover .news-date::after{
    width: 100%;
}
.news-text{
    display: flex;
    width: min(calc(608 / var(--vw-min) * 100vw),608px);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media screen and (hover:hover) and (pointer: fine){
  .newsList__item:hover .news-text{
	text-shadow: 0 0 8px #F00;
  }
}
/* officialLinkBlock */
.officialLinkBlock .blockTtl{
  font-size: min(calc(80 / var(--vw-min) * 100vw), 80px);
  margin-bottom:  min(calc(16 / var(--vw-min) * 100vw),16px);
  text-align: center;
}
.officialLinkLists {
    display: flex;
    justify-content: center;
    gap: min(calc(24 / var(--vw-min) * 100vw),24px);
}
@media screen and (max-width:767px) {
    .officialLinkBlock .blockTtl{
        width: 100%;
        text-align: center;
        font-size: calc(100 / var(--vw-min) * 100vw);
        margin-bottom: calc(40 / var(--vw-min) * 100vw);
    }
    .officialLinkLists{
        display: flex;
        gap: calc(20 / var(--vw-min) * 100vw);
    }
    .officialLinkLists li{
        width: calc(324 / var(--vw-min) * 100vw);
        height: calc(80 / var(--vw-min) * 100vw);
        margin-bottom: 0;
    }
    .officialLink{
        width: 100%;
        height: 100%;
    }   
}



/*---------------------------------
introductionArea
----------------------------------*/
.introductionArea{
    width: 100%;
    position: relative;
    padding: min(calc(140 / var(--vw-min) * 100vw), 140px) min(calc(133 / var(--vw-min) * 100vw), 133px);
    padding: min(calc(140 / var(--vw-min) * 100vw), 140px) 0;
    padding-top:  min(calc(200 / var(--vw-min) * 100vw), 200px);
}
.introductionArea__inner{
    width: min(calc(1136 / var(--vw-min) * 100vw), 1136px);
    /* padding: 0 min(calc(130 / var(--vw-min) * 100vw), 130px); */
    margin: 0 auto;
}
@media screen and (max-width:767px) {
    .introductionArea{
        padding:calc(140 / var(--vw-min) * 100vw) 0 calc(100 / var(--vw-min) * 100vw);
        /*clip-path: inset(0);*/
    }
    .introductionArea__inner{
        width: 100%;
        padding: 0 calc(40 / var(--vw-min) * 100vw);
    }
}
.introductionArea .areaTtlWrap{
    text-align: center;
    align-items: center;
    justify-content:center;
}
.introductionArea .areaTtl-text {
    padding-right: 0;
    white-space: nowrap
}
@media screen and (max-width:767px) {
    .introductionArea .areaTtlWrap{
        width: 100%;
        align-items: flex-start;
        padding: 0 calc(30 / var(--vw-min) * 100vw);

    }
     .introductionArea .areaTtl{
        width: 100%;
     }
    .introductionArea .areaTtl-text {
        text-align: left;
        line-height: 0.9;
    }
}

.introductionArea .areaTtl__decotxt{
    left: 0;
    right: 0;
    margin: auto;
}
.introductionTxtWrap{
    width: min(calc(1000 / var(--vw-min) * 100vw), 1000px);
    margin: min(calc(40 / var(--vw-min) * 100vw), 40px) auto 0;
}
.introductionTxt{
    font-size: min(calc(16 / var(--vw-min) * 100vw), 16px);
    font-weight: 500;
    line-height: 2.5;
    letter-spacing: 0;
    text-align: center;
}
.introductionTxt small {
    font-size: 80%;
}
.introductionCatch {
    font-size: min(calc(26 / var(--vw-min) * 100vw), 26px);
    font-weight: 800;
    text-align: center;
    margin-top: min(calc(60 / var(--vw-min) * 100vw), 60px);
    text-shadow: 0 0 min(calc(20 / var(--vw-min) * 100vw), 20px) var(--color-red),0 0 min(calc(20 / var(--vw-min) * 100vw), 20px) var(--color-red);
}
.storyTxt {
    font-size: min(calc(18 / var(--vw-min) * 100vw), 18px);
    font-weight: 500;
    line-height: 2.5;
    letter-spacing: 0;
    text-align: center;
    padding-bottom: min(calc(160 / var(--vw-min) * 100vw), 160px);
}
.storyTxt small {
    font-size: 80%;
}
@media screen and (max-width:767px) {
    .introductionTxtWrap{
        width: 100%;
        margin: min(calc(40 / var(--vw-min) * 100vw), 40px) auto 0;
    }
    .introductionTxt{
        font-size: calc(24 / var(--vw-min) * 100vw);
        line-height: 2;
        text-align: left;
    }
    .introductionCatch {
        font-size: calc(32 / var(--vw-min) * 100vw);
        text-align: left;
    }
    .storyTxt{
        font-size: calc(24 / var(--vw-min) * 100vw);
        line-height: 2;
        text-align: left;
    }
    .introductionArea  .areaTtl-text {
        font-size: calc(145 / var(--vw-min) * 100vw);
        margin-right: 0;
        padding-right: calc(30 / var(--vw-min) * 100vw);
        padding-bottom:calc(15 / var(--vw-min) * 100vw);
    }
    .introductionArea .areaTtl__decotxt{
        left: unset;
        right: 0;
    }
}


/*---------------------------------
comicsArea
----------------------------------*/
.comicsArea{
    clip-path: inset(0);
    padding: min(calc(146 / var(--vw-min) * 100vw), 146px) 0 min(calc(209 / var(--vw-min) * 100vw), 209px);
}
.comicsArea__inner{
    width: 100%;
    max-width: min(calc(1366 / var(--vw-min) * 100vw), 1366px);
    padding: 0 min(calc(130 / var(--vw-min) * 100vw), 130px);
    margin: 0 auto;
}
@media screen and (max-width:767px) {
    .comicsArea{
        padding:calc(114 / var(--vw-min) * 100vw) 0 calc(100 / var(--vw-min) * 100vw);
    }
    .comicsArea__inner{
        width: 100%;
        padding: 0 calc(24 / var(--vw-min) * 100vw);
    }
}
.comicsArea .areaTtlWrap{
    margin-bottom: min(calc(60 / var(--vw-min) * 100vw), 60px);
}
@media screen and (max-width:767px) {
    .comicsArea .areaTtlWrap{
        margin-bottom: calc(40 / var(--vw-min) * 100vw);
    }
}

.comics__content {
    display: flex;
    padding-left: calc((100vw - 1366px) / 2 + 130px);
    }
@media screen and (max-width:1366px) {
    .comics__content {
         padding-left: min(calc(130 / var(--vw-min) * 100vw), 130px);
    }
}
@media screen and (max-width:767px) {
    .comics__content {
        display: flex;
        padding-left: calc(36 / var(--vw-min) * 100vw);
    }
}
/* comics > item */
.comicsItem {
    width: min(calc(278 / var(--vw-min) * 100vw), 278px);
    margin: 0 calc(40 / var(--vw-min)* 100vw) 0 0;
    position: relative;
    padding-top:calc(30 / var(--vw-min)* 100vw);
}
.comicsItem-img{
    margin-bottom: min(calc(20 / var(--vw-min) * 100vw), 20px);
        transition: all 0.4s ease;

}
.comicsItem-img img{
}
.comicsItem-txt{
    text-align: center;
    width: 100%;
    background-image: url(../img/common/deco/deco-gole-l.svg),url(../img/common/deco/deco_gold-r.svg);
    background-repeat: no-repeat,no-repeat;
    background-position: left center,right center ;
    font-weight: 700    ;
}
@media screen and (max-width:767px) {
    .comicsItem {
        margin: 0 calc(50 / var(--vw-min) * 100vw) 0 0;
    }
    .comicsItem-txt{
        font-size: calc(20 / var(--vw-min)* 100vw);
    }
}
@media screen and (hover:hover) and (pointer: fine){
  .comicsItem:hover .comicsItem-img{
    transform: scale(1.03);
    box-shadow: 0 0 20px #F00;
  }
}
/*controlBlock*/
.controlBlock._comics{
    width: 100%;
    max-width: min(calc(1100 / var(--vw-min) * 100vw), 1100px);
    margin: 0 auto;
    position: relative;
    margin-top: min(calc(50 / var(--vw-min) * 100vw), 50px);
    height:  min(calc(30 / var(--vw-min) * 100vw), 30px);
}
@media screen and (max-width:767px) {
    .controlBlock._comics{
        max-width:calc(678 / var(--vw-min) * 100vw);
        margin-top: calc(59 / var(--vw-min) * 100vw);
    }
}
._comics .moreLink._prev{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
._comics .moreLink._next{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
._comics .moreLink._prev .moreLink-arrow::after {
    right: unset;
    left: 0;
}
/*hover*/
._comics .moreLink._prev:hover .moreLink-arrow::after{
    left: 100%;
    right: unset;
}
._comics .moreLink._prev:hover .moreLink-text{
    transform: translateX(-2px);
}


/*------------------------------------
* loading
-------------------------------------*/
#loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1003;
    background-color: #000;
}

.loading__logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: blur(0px);
    transition: 1s ease;
}

.loading_logoIn {
    width: min(calc(450 / var(--vw-min) * 100vw), 450px);
    animation: ld_logozoom 3s ease forwards;
}

.loading_logoIn {
    width: min(calc(450 / var(--vw-min) * 100vw), 450px);
    animation: ld_logozoom 3s ease forwards;
}
@keyframes ld_logozoom {
	0%{
		transform: scale(100%);
	}
	100%{
		transform: scale(110%);
	}
}

/* -a1 */
#loading .loading__logo {
    transition: all 2s ease;
}
#loading.-a1 .loading__logo {
	opacity: 0;
    filter: blur(10px);
}
#loading.-a1 .loading_logoIn{
	animation-play-state: paused;
}
.visualImg{
        filter: blur(10px);
         transition: all .6s ease;

}
.visualImg.fadein{
        filter: blur(0px);
}
/* line */
.loading__line{
  position: fixed;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 0;
  background-color: var(--color-red);
  transform: translate(-50%, -50%);
  animation: lineGrow 1s ease-out forwards;
  transition: all .3s ease;
}
@keyframes lineGrow {
  from {
    height: 0;
  }
  to {
    height: 100vh; 
  }
}




/*-----------------------------------------------
 * SCROLL - STICKY
-------------------------------------------------*/
.scrAni__stickyWrap{
	margin-top: -100vh;
	position: relative;
	min-height: 200vh;
	z-index: 3;
	pointer-events: none;
}
.scrAni__stickyInWrap{
	position: sticky;
	top: 0;
	left: 0;
}
.scrAni__stickyContent{
	opacity: 0;
	transition: .3s ease;
}
@media screen and (min-width: 768px){
	.scrAni__stickyWrap{
		min-height: calc(1618px + 100vh); /** edit add staff/cast **/
	}
}
@media screen and (max-width: 767px){
	.scrAni__stickyWrap{
		margin-top: -75vh;
		min-height: unset;
		padding-top: 25vh;
	}
}


.scrAbgWrap{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.scrAbg{
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
.scrAbg__mask{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #630000;
	-webkit-mask: url("../img/common/deco/sprite.png");
	mask: url("../img/common/deco/sprite.png");
	-webkit-mask-size: 2300% 100%;
	mask-size: 2300% 100%;
	-webkit-mask-position: 100% 0;
	mask-position: 100% 0;
	opacity: 0;
}
@keyframes ani_sprite {
	from {
		-webkit-mask-position: 100% 0;
		mask-position: 100% 0;
	}
	to {
		-webkit-mask-position: 0 0;
		mask-position: 0 0;
        opacity: 0.4;
	}
}

/** ACTIVE  **/
/*
#fullWrap.--is-scrAniSticky .scrAni__stickyWrap{
	pointer-events: all;
}
    */
#fullWrap.--is-scrAniSticky .scrAni__stickyContent{
	opacity: 1;
    z-index: 1;
    position: relative;
	transition: opacity .6s ease 0.8s;
}
#fullWrap.--is-scrAniSticky .scrAbg__mask{
	opacity: 1;
	transition: .3s ease .3s;
}
#fullWrap.--is-scrAniSticky .scrAbg__mask {
	animation: ani_sprite .6s steps(22) forwards;
	animation-delay: 10ms;
	animation-play-state: running;
	transition: .3s ease;
}
.scrAbg__mask{
    display: none;
}
.in-comics .scrAbg__mask,
.in-introduction .scrAbg__mask{
    display: block;
}

.intro__catchBlock{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}
.intro__catchWrap{
    position: sticky;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    width: min(calc(421 / var(--vw-min) * 100vw), 421px);
    margin:auto;
    opacity: 0;
    filter: blur(10px);
}
.--is-scrAniSticky0 .intro__catchWrap{
    transition: all 0.3s ease-in-out;
    opacity: 1;
    filter: blur(0);
}
.--is-scrAniSticky .intro__catchWrap{
    width: 100%;
    max-width: min(calc(1366 / var(--vw-min) * 100vw), 1366px);
    transition: all 0.6s ease-in-out;
}
.--is-scrAniSticky2 .intro__catchWrap{
    mix-blend-mode: soft-light;
    /*bottom: unset;;
    align-items: flex-start;
    transition: all 0.6s ease-in-out;*/

   /*opacity: 0;
       filter: blur(10px);*/


   /* opacity: 0;
    transition: opacity 0.4s ease 0.3s;*/
   /* padding-top:min(calc(50 / var(--vw-min) * 100vw), 50px);
    padding-bottom:calc(100% - min(calc(600 / var(--vw-min) * 100vw), 600px) );*/
}
/*
.--is-scrAniSticky3 .intro__catchWrap{
    opacity: 1;
    filter: blur(0);
    position: absolute;
    top: 50px;
    align-items: flex-start;
}
*/

.intro__catch1{
    width: min(calc(204 / var(--vw-min) * 100vw), 204px);
    height: min(calc(391 / var(--vw-min) * 100vw), 391px);
    background: url(../img/top/introduction/catch1.svg) no-repeat center center / contain;
    transform: translate(-100px, 100px);
    transition: all .2s ease-in-out;
}
.intro__catch2{
    width: min(calc(186 / var(--vw-min) * 100vw), 186px);
    height: min(calc(465 / var(--vw-min) * 100vw), 465px);
    background: url(../img/top/introduction/catch2.svg) no-repeat center center / contain;
    transform: translate(100px, -100px);
    transition: all .2s ease-in-out;
}
@media screen and (max-width: 767px){
.intro__catch1{
    width:calc(157 / var(--vw-min) * 100vw);
    height: calc(297 / var(--vw-min) * 100vw);
    background: url(../img/top/introduction/catch1.svg) no-repeat center center / contain;
    transform: translate(-100px, 100px);
    transition: all .2s ease-in-out;
}
.intro__catch2{
    width: calc(141 / var(--vw-min) * 100vw);
    height: calc(353 / var(--vw-min) * 100vw);
    background: url(../img/top/introduction/catch2.svg) no-repeat center center / contain;
    transform: translate(100px, -100px);
    transition: all .2s ease-in-out;
}
}
.--is-scrAniSticky0 .intro__catch1,
.--is-scrAniSticky0 .intro__catch2{
        transform: translate(0, 0);
}
/*
.intro__catch1._in{
    position: absolute;
    left: 0;
    top: 100px;
    opacity: 0;
    mix-blend-mode: soft-light;

}
.intro__catch2._in{
    position: absolute;
    right: 0;
    top: 100px;
    opacity: 0;
    mix-blend-mode: soft-light;
}
.--is-scrAniSticky2 .intro__catch1._in,
.--is-scrAniSticky2 .intro__catch2._in{
    opacity: 1;
    transition: opacity 0.4s ease 0.3s;
}
    */