/* variables, sprites, snipet */
/* base layout */
#mv {
    position: relative;
    height: 117.3%;
    padding-top: 17%;
    background-image: url("../img/top/klab_logo_pattren.png");
    background-repeat: repeat;
    background-color: #e82389;
    z-index: 99;
}

#mv:before {
    position: absolute;
    content: ' ';
    display: block;
    width: 66.6%;
    height: 25%;
    top: 11%;
    background-color: rgba(255, 255, 255, 0.6);
}

#mv header#top_header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    z-index: 101;
}

#mv header#top_header h1 {
    position: relative;
    width: 66.6%;
    padding-top: 4.3%;
    padding-bottom: 20%;
    z-index: 100;
}

#mv header#top_header h1 img.aj_logo {
    width: 90%;
    margin-left: 3.6%;
}

#mv header#top_header h1 p {
    width: 76%;
    margin: 4% auto 0;
}

#mv header#top_header h1 p img {
    width: 100%;
}

#mv header#top_header .event_site {
    position: relative;
    width: 33.4%;
    align-self: stretch;
}

#mv header#top_header .event_site .tokyo_bigsight {
    width: 87.82%;
    margin: -4% auto 4%;
}

#mv header#top_header .event_site .tokyo_bigsight_area {
    width: 62%;
    float: left;
}

#mv header#top_header .event_site .tokyo_bigsight_area img {
    width: 80%;
    margin: 5% auto;
}

#mv header#top_header .event_site .open-modal {
    display: inline-block;
    width: 35.2%;
    margin-right: 2%;
}

#mv header#top_header .event_site .open-modal img {
    width: 100%;
}

#mv .mv_booth {
    position: relative;
    width: 100%;
    padding-top: 87.46%;
    margin-top: -32%;
    background-image: url("../img/top/booth_sp.png");
    background-size: 100% 100%;
    z-index: 100;
    overflow-x: hidden;
}

#mv nav.nav_contents_menu ul {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 73.3%;
    margin: -10% auto 0;
    z-index: 101;
}

#mv nav.nav_contents_menu ul li {
    width: 31.81%;
    margin-bottom: 1%;
}

#mv nav.nav_contents_menu ul li img {
    width: 100%;
}

/* slide */
.mv_silde_main {
    position: absolute;
    top: 146px;
    left: 416px;
    height: 190px;
}

.mv_silde_main img {
    position: absolute;
    transform: perspective(500px) rotateY(-8deg) skewY(-2deg);
    z-index: 1;
}

.mv_silde_sub {
    position: absolute;
    top: 2px;
    z-index: 1;
}

.mv_silde_sub img {
    position: absolute;
    transform: perspective(500px) rotateY(4deg) skewY(2deg);
}

.mv_silde_3rd {
    position: absolute;
    top: 84px;
    left: -100px;
    z-index: 1;
}

.mv_silde_3rd img {
    position: absolute;
    transform: perspective(2500px) rotateY(-69deg) skewY(-7deg) skewX(-7deg);
}

.slide1 {
    animation-name: slide_fade_animation;
    animation-duration: 25s;
    animation-iteration-count: infinite;
}

.slide2 {
    animation-name: slide_fade_animation;
    animation-delay: 5s;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    opacity: 0;
}

.slide3 {
    animation-name: slide_fade_animation;
    animation-delay: 10s;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    opacity: 0;
}

.slide4 {
    animation-name: slide_fade_animation;
    animation-delay: 15s;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    opacity: 0;
}

.slide5 {
    animation-name: slide_fade_animation;
    animation-delay: 20s;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    opacity: 0;
}

@keyframes slide_fade_animation {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    20% {
        opacity: 1;
    }
    32% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.pickup ul li img {
    width: 100%;
}

#timetable {
    position: relative;
}

#timetable h2 {
    width: 97.6%;
    margin: 4% auto;
}

#timetable h2 img {
    width: 100%;
}

#timetable .timetable_date {
    width: 92%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#timetable .timetable_date li {
    width: 48.4%;
    padding-top: 12.75%;
}

#timetable .timetable_date li:first-child {
    background-image: url("../img/top/tab_324.png");
    background-size: 100% 100%;
}

#timetable .timetable_date li:first-child.active {
    width: 49.85%;
    padding-top: 14.2%;
    background-image: url("../img/top/tab_324_active.png");
    background-size: 100% 100%;
}

#timetable .timetable_date li:nth-child(2) {
    background-image: url("../img/top/tab_325.png");
    background-size: 100% 100%;
}

#timetable .timetable_date li:nth-child(2).active {
    width: 49.85%;
    padding-top: 14.2%;
    background-image: url("../img/top/tab_325_active.png");
    background-size: 100% 100%;
}

#timetable {
    position: relative;
}

#timetable h2 {
    width: 97.6%;
    margin: 4% auto;
}

#timetable h2 img {
    width: 100%;
}

#timetable .timetable_date {
    width: 92%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#timetable .timetable_date li {
    width: 48.4%;
    padding-top: 12.75%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#timetable .timetable_date li:first-child {
    background-image: url("../img/top/tab_324.png");
    background-size: 100% 100%;
}

#timetable .timetable_date li:first-child.active {
    width: 49.85%;
    padding-top: 14.2%;
    background-image: url("../img/top/tab_324_active.png");
    background-size: 100% 100%;
}

#timetable .timetable_date li:nth-child(2) {
    background-image: url("../img/top/tab_325.png");
    background-size: 100% 100%;
}

#timetable .timetable_date li:nth-child(2).active {
    width: 49.85%;
    padding-top: 14.2%;
    background-image: url("../img/top/tab_325_active.png");
    background-size: 100% 100%;
}

.timetable_table_wrap {
    position: relative;
    display: block;
    width: 92%;
    height: 100%;
    margin: 0 auto;
}

.timetable_table_wrap.hidden {
    display: none;
}

.timetable_table {
    margin: 0 auto;
    visibility: visible;
    height: 100%;
}

.timetable_table.hidden {
    visibility: hidden;
}

.timetable_table tbody tr {
    min-height: 38%;
}

.timetable_table tbody tr td {
    min-height: 38%;
    vertical-align: top;
}

.timetable_table tbody tr td:first-child {
    width: 20.28%;
    padding-top: 5px;
    padding-bottom: 25%;
    background-color: #616161;
    color: #ffffff;
    text-align: center;
    font-size: 1.3rem;
    vertical-align: top;
}

.timetable_table tbody tr td:first-child.stride {
    padding-bottom: 65%;
}

.timetable_table tbody tr td:nth-child(2) {
    width: 73.91%;
    background-color: #cccdff;
}

.timetable_table.date324 tbody tr td:first-child {
    border-top: 10px solid #cccdff;
    border-right: 5px solid #cccdff;
    border-bottom: 10px solid #cccdff;
}

.timetable_table.date324 tbody tr td:nth-child(2) {
    background-color: #cccdff;
    border-top: 10px solid #cccdff;
    border-bottom: 10px solid #cccdff;
}

.timetable_table.date325 tbody tr td:first-child {
    border-top: 10px solid #ffcccc;
    border-right: 5px solid #ffcccc;
    border-bottom: 10px solid #ffcccc;
}

.timetable_table.date325 tbody tr td:nth-child(2) {
    background-color: #ffcccc;
    /* 				border-left: 10px solid #ffcccc; */
    border-top: 10px solid #ffcccc;
    border-bottom: 10px solid #ffcccc;
}

.timetable_stage_box {
    width: 98%;
    margin: 0 auto;
    border: 2px solid #e82389;
    background-color: #ffffff;
}

.timetable_stage_box .timetable_stage_time {
    position: relative;
    padding: 5px 0;
    background-color: #e82389;
    color: #ffffff;
    font-size: 1.3rem;
    text-align: center;
}

.timetable_stage_box .timetable_stage_time.new:before {
    content: ' ';
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    top: -8%;
    left: 2%;
    background-image: url("../img/top/sp-stage-newbadge-64.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 99;
}

.timetable_stage_box h3 {
    margin: 0.5em;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
}

.timetable_stage_box .timetable_stage_text {
    width: 94%;
    margin: 0 auto 1em;
    font-size: 1.2rem;
}

.timetable_stage_box .timetable_stage_text.comingsoon {
    text-align: center;
    padding: 5%;
}

.timetable_stage_box .timetable_stage_guests {
    width: 94%;
    margin: 0 auto 1em;
    color: #e5107d;
    font-size: 1.2rem;
    font-weight: bold;
}

.timetable_stage_box .timetable_stage_live {
    width: 92.15%;
    margin: 0 auto 0.5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.timetable_stage_box .timetable_stage_live li {
    width: 49%;
    margin-bottom: 1%;
}

.timetable_stage_box .timetable_stage_live li img {
    width: 100%;
}

.timetable_stage_box .timetable_stage_live li img.inactive {
    opacity: 0.5;
}

.timetable_stage_box .timetable_stage_live_notes {
    width: 94%;
    margin: 0 auto 1em;
    font-size: 1.2rem;
    font-weight: bold;
}

.spacer_30 {
    margin-top: 50%;
}

.spacer_25 {
    margin-top: 25%;
}

#titlelist h2 {
    width: 97.6%;
    margin: 4% auto;
}

#titlelist h2 img {
    width: 100%;
}

#titlelist ul .contentsbg {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #e2e2e2;
}

#titlelist ul li {
    padding: 2% 0;
    margin-bottom: 5%;
}

#titlelist ul li .titlelist_box div.new {
    position: relative;
}

#titlelist ul li .titlelist_box div.new:before {
    content: ' ';
    position: absolute;
    display: block;
    width: 8.53%;
    height: 16.84%;
    top: 3%;
    left: 6%;
    background-image: url("../img/top/sp-stage-newbadge-64.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 99;
}

#titlelist ul li .titlelist_box .titlelist_box_inner {
    margin-top: 1%;
    padding-bottom: 10%;
    background-image: url("../img/top/bg_contents_triangle.png");
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

#titlelist ul li .titlelist_box .title_img {
    width: 92%;
    margin: 0 auto;
}

#titlelist ul li .titlelist_box .titlelist_tag {
    width: 92%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 1%;
    margin: 0 auto;
}

#titlelist ul li .titlelist_box .titlelist_tag span {
    display: block;
    margin-right: 2%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 17.39%;
}

#titlelist ul li .titlelist_box .titlelist_tag span img {
    width: 100%;
}

#titlelist ul li .titlelist_box h3 {
    position: relative;
    width: 92%;
    margin: 0.9% auto;
    font-size: 1.3rem;
    font-weight: bold;
}

#titlelist ul li .titlelist_box h3 span {
    font-size: 1.2rem;
}

#titlelist ul li .titlelist_box p {
    width: 92%;
    margin: 0 auto;
    font-size: 1.2rem;
}

#titlelist ul li .titlelist_box .titlelist_official_link {
    width: 92%;
    margin: 0 auto;
    margin-top: 4%;
}

#titlelist ul li .titlelist_box .titlelist_official_link ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#titlelist ul li .titlelist_box .titlelist_official_link ul li {
    width: 44.63%;
    margin-bottom: 0;
}

#titlelist ul li .titlelist_box .titlelist_official_link ul li img {
    width: 100%;
    margin: 0 auto;
}

#titlelist ul li .titlelist_box .titlelist_store_link {
    width: 77.33%;
    margin: 0 auto;
    margin-top: 4%;
}

#titlelist ul li .titlelist_box .titlelist_store_link ul {
    display: flex;
    align-items: center;
}

#titlelist ul li .titlelist_box .titlelist_store_link ul li {
    margin-bottom: 0;
}

#titlelist ul li .titlelist_box .titlelist_store_link ul li.applestore {
    width: 42.41%;
    margin-right: 6%;
}

#titlelist ul li .titlelist_box .titlelist_store_link ul li.googleplay {
    width: 51.72%;
}

#titlelist ul li .titlelist_box .titlelist_store_link ul li img {
    width: 100%;
    margin: 0 auto;
}

#titlelist ul li p {
    margin-top: 1.5%;
    font-size: 1.1rem;
}

#eventinfo div h4 {
    width: 100%;
}

#eventinfo div h4 img {
    width: 100%;
}

#eventinfo div.eventinfo_info {
    margin-bottom: 8%;
}

#eventinfo div.eventinfo_info dl.eventinfo_list {
    width: 92%;
    margin: 4% auto 0;
}

#eventinfo div.eventinfo_info dl.eventinfo_list dt {
    width: 24%;
    padding: 0.8% 0;
    background-color: #898989;
    color: #fff;
    font-size: 1.1rem;
    text-align: center;
    float: left;
    clear: both;
}

#eventinfo div.eventinfo_info dl.eventinfo_list dd {
    margin-left: 28%;
    margin-bottom: 3%;
    font-size: 1.1rem;
}

#eventinfo div.eventinfo_info dl.eventinfo_list dd ul li {
    display: flex;
    align-items: flex-start;
}

#eventinfo div.eventinfo_info dl.eventinfo_list dd ul li span:nth-child(1) {
    width: 21%;
}

#eventinfo div.eventinfo_info .eventinfo_link {
    margin-top: 6%;
}

#eventinfo div.eventinfo_info .eventinfo_link ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#eventinfo div.eventinfo_info .eventinfo_link ul li {
    width: 50%;
}

#eventinfo div.eventinfo_info .eventinfo_link ul li img {
    width: 88%;
    margin: 0 auto;
}

#eventinfo div.eventinfo_twitter h4 {
    width: 92% !important;
    margin: 0 auto;
}

#eventinfo div.eventinfo_twitter h4 img {
    width: 100%;
}

#eventinfo div.eventinfo_twitter .tw_timeline {
    width: 92%;
    height: 300px;
    margin: 0 auto 8%;
}

#eventinfo div.eventinfo_whats_klabgames {
    margin-bottom: 8%;
}

#eventinfo div.eventinfo_whats_klabgames .eventinfo_whats_klabgames_text {
    position: relative;
    width: 92%;
    margin: 4% auto;
}

#eventinfo div.eventinfo_whats_klabgames .eventinfo_whats_klabgames_text:before {
    position: absolute;
    content: ' ';
    width: 4.35%;
    height: 14%;
    top: -7%;
    left: -3%;
    background-image: url("../img/top/left-doublequotation.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

#eventinfo div.eventinfo_whats_klabgames .eventinfo_whats_klabgames_text:after {
    position: absolute;
    content: ' ';
    width: 4.35%;
    height: 14%;
    bottom: -7%;
    right: -3%;
    background-image: url("../img/top/right-doublequotation.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

#eventinfo div.eventinfo_whats_klabgames .eventinfo_whats_klabgames_text h5 {
    margin-bottom: 2%;
    color: #e82389;
    font-size: 1.3rem;
    font-weight: bold;
}

#eventinfo div.eventinfo_whats_klabgames .eventinfo_whats_klabgames_text p {
    font-size: 1.2rem;
    line-height: 1.8;
}

#eventinfo div.eventinfo_whats_klabgames a {
    display: block;
    width: 41.06%;
    margin: 0 auto;
}

#eventinfo div.eventinfo_whats_klabgames a img.klabgames_official {
    width: 100%;
}

/* slide */
.mv_silde_center {
    position: absolute;
    top: 30%;
    left: 25%;
    width: 44.53%;
}

.mv_silde_center img {
    width: 100%;
    position: absolute;
}

.mv_silde_right {
    position: absolute;
    top: 6.5%;
    right: 0;
    width: 24.53%;
    z-index: 1;
}

.mv_silde_right img {
    width: 100%;
    position: absolute;
}

.slide_1 {
    animation-name: slide_fade_animation;
    animation-duration: 25s;
    animation-iteration-count: infinite;
}

.slide_2 {
    animation-name: slide_fade_animation;
    animation-delay: 5s;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    opacity: 0;
}

.slide_3 {
    animation-name: slide_fade_animation;
    animation-delay: 10s;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    opacity: 0;
}

.slide_4 {
    animation-name: slide_fade_animation;
    animation-delay: 15s;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    opacity: 0;
}

.slide_5 {
    animation-name: slide_fade_animation;
    animation-delay: 20s;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    opacity: 0;
}

@keyframes slide_fade_animation {
    0% {
        opacity: 0;
    }
    6% {
        opacity: 1;
    }
    20% {
        opacity: 1;
    }
    32% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

/* modal */
/*
Pure CSS modal box
Author: Jorge Chavez
Github: http://github.com/jorgechavz
*/
.modal .checkbox {
    display: none;
}

/* Gray background */
.modal .modal-overlay {
    opacity: 0;
    transition: all 0.3s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
    transform: scale(1);
    display: flex;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: hidden;
}

.modal .modal-wrap.a-center {
    align-self: center;
}

/* Close button */
.modal .modal-overlay .close {
    position: absolute;
    right: -15px;
    top: -15px;
    font-size: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #e5107d;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
}

.modal .o-close {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -100;
}

.modal input:checked ~ .o-close {
    z-index: 9998;
}

.modal input:checked ~ .modal-overlay {
    transform: scale(1);
    opacity: 1;
    z-index: 9997;
    overflow: auto;
}

.modal input:checked ~ .modal-overlay .modal-wrap {
    transform: translateY(0);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 9999;
}

/* Box */
.modal .modal-wrap {
    background-color: #ddd;
    padding: 40px 50px;
    width: 60%;
    margin: 20px auto;
    align-self: flex-start;
    border-radius: 2px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
    -moz-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
    -ms-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
    transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
    z-index: -999;
    /*transition: all 0.5s ease;*/
}

.modal .modal-wrap h2 {
    text-align: center;
    margin-bottom: 0.5em;
}

.modal .modal-wrap img {
    width: 100%;
    margin: 0 auto;
}

.modal .modal-wrap .whats_klabgames_text {
    position: relative;
    width: 92%;
    margin: 4% auto;
}

.modal .modal-wrap .whats_klabgames_text:before {
    position: absolute;
    content: ' ';
    width: 8.7%;
    height: 10%;
    top: -7%;
    left: -3%;
    background-image: url("../img/top/left-doublequotation.png");
    background-size: 100%;
    background-repeat: repeat;
}

.modal .modal-wrap .whats_klabgames_text:after {
    position: absolute;
    content: ' ';
    width: 8.7%;
    height: 10%;
    bottom: -7%;
    right: -3%;
    background-image: url("../img/top/right-doublequotation.png");
    background-size: 100%;
    background-repeat: repeat;
}

.modal .modal-wrap .whats_klabgames_text h5 {
    margin-bottom: 2%;
    color: #e82389;
    font-size: 1.3rem;
    font-weight: bold;
}

.modal .modal-wrap .whats_klabgames_text p {
    font-size: 1.1rem;
    line-height: 1.8;
}

.modal .modal-wrap a {
    display: block;
    width: 41.06%;
    margin: 0 auto;
}

.modal .modal-wrap a img {
    width: 100%;
}

@media (max-width: 800px) {
    .modal .modal-wrap {
        width: 80%;
        padding: 20px;
    }
}

.open-modal {
    z-index: 1000;
}

.open-modal.map_bottom {
    position: relative;
    top: 0;
    left: 0;
}

.open-modal:hover {
    cursor: pointer;
}

.modal-overlay {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
    -moz-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
    -ms-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
    transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
    z-index: -999;
}

input:checked ~ .modal-overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 999;
}

/* hover */
.hvr_sink {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr_sink:hover, .hvr_sink:focus, .hvr_sink:active {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.tb_mr_b {
    margin-bottom: 3.75%;
}

/* modal-aj2019 */
#modal-aj2019 {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#modal-aj2019 #modal-aj2019-close-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

#modal-aj2019 #modal-aj2019-contents {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ddd;
    padding: 20px;
    width: 80%;
    margin: 20px auto;
    align-self: flex-start;
    border-radius: 2px;
    z-index: 999999;
}

#modal-aj2019 #modal-aj2019-contents > h2 {
    margin-bottom: 1em;
    color: #e82389;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

#modal-aj2019 #modal-aj2019-contents > a {
    display: block;
    margin: 0 auto;
}

#modal-aj2019 #modal-aj2019-contents > a :hover {
    opacity: .7;
}

#modal-aj2019 #modal-aj2019-contents > a > img {
    width: 100%;
    height: 100%;
}

#modal-aj2019 #modal-aj2019-contents > p {
    position: absolute;
    right: -15px;
    top: -15px;
    font-size: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #e5107d;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
}
