.kv_stanbyme_change	{position:relative;}
.family_kv	{position:absolute; left:0; top:0; transition: all 0.8s;}
.family_kv.kv_1	{opacity: 1;}
.family_kv.kv_2	{opacity: 0;}
.family_kv.kv_3	{opacity: 0;}

.article01_02 .article__inner,
.article01_03 .article__inner,
.article01_04 .article__inner,
.article01_05 .article__inner{padding-top: 0;}

.img_wrap{position: relative;}
.stanbyme .img_wrap a{position: absolute; bottom: 0%; left: 38.6%; height: 20.4%; width: 22.8%; }

.article02_01 .img_wrap a{position: absolute; bottom: 0%; left: 39%; height: 5.1%; width: 22%; }

.article03_01 .img_wrap a{position: absolute; bottom: 0%; left: 39%; height: 5.1%; width: 22%; }

.article04_01 .img_wrap a{position: absolute; bottom: 0%; left: 39%; height: 5.1%; width: 22%; }


@media screen and (max-width: 767px) {

    .article01_02 .article__inner{padding-top: calc(32 / 390 * 100%);}

    .stanbyme .img_wrap a{left: 4.6%; height: 26.4%; width: 90.8%;}

    .article02_01 .img_wrap a{left: 5%; width: 90%; height: 4.4%;}

    .article03_01 .img_wrap a{ bottom: 2.4%; left: 5%; width: 90%; height: 3.1%;}

    .article04_01 .img_wrap a{left: 5%; width: 90%; height: 3.1%;}
    
}