/*
-----------------
homeMain @PC
-----------------
*/
.homeMain{
    text-align: center;
    margin: 42px 0 0 0;
    height: 334px;
}
.homeMain section div a img{
    width: 100%;
}
.homeMain iframe{
    width: 646px;
    height: 334px;
}
.hzlink{
    width: 1080px;
    margin: 64px auto 0;
    text-align: right;
}
.hzlink a *{
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1em;
}
.hzlink a > span{
    padding: 5px 0 0 34px;
    position: relative;
}
.hzlink a > span{
    margin-right: 6px;
}
.hzlink img{
    width: 12px;
}
.hzlink a > span:before{
    content: "";
    width: 72px;
    height: 1px;
    background: #25282b;
    position: absolute;
    top: 26px;
    left: -72px;
}
.hzlink a > span:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 0 8px;
    border-color: transparent transparent transparent #25282b;
    position: absolute;
    top: 12px;
    left: 0;
}
.mailmagazine{
    margin: 82px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mailmagazine h2{
    /* width: 486px; */
    font-size: 26px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-right: 40px;
}
.mailmagazine h2 span{
    font-family: 'Oswald', sans-serif;
    color: #878787;
}
.es_subscription_form{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 36px;
    position: relative;
}
.es-field-wrap {
    margin-bottom: 0 !important;
}
.es-field-wrap input.es_txt_email{
    width: 336px !important;
    font-size: 15px;
    letter-spacing: 0em;
    padding: 8px 8px !important;
    margin-right: 12px;
    border: 1px solid #c8c8cb;
}
.es-field-wrap input.es_txt_email::placeholder{
    color: #000;
}
.es_subscription_form input[type="submit"]{
    -webkit-appearance: none;
    width: 100px !important;
    background: #000;
    color: #fff;
    padding: 8px !important;
    border: none;
    font-size: 14px;
}
.mailpoet_message{
    position: absolute;
    top: 48px;
    font-size: 12px;
}
.es_spinner_image{
    float: left;
    position: absolute;
    right: -56px;
    top: 2px;
}
.es_subscription_message.success{
    position: relative;
}
.es_subscription_message.error{
    position: absolute;
    font-size: 14px !important;
    margin-top: 6px;
}


.mailmagazine-unsubscribe{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.ig_es_form_wrapper{
    /* margin-top: -200px; */
}

.mailmagazine-unsubscribe h2{
    font-size: 21px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.mailmagazine-unsubscribe h2 span{
    font-size: 26px;
    font-family: 'Oswald', sans-serif;
    color: #878787;
    margin-right: 12px;
    letter-spacing: 0.05em;
}
.mailmagazine-unsubscribe p {
    font-size: 15px;
    margin-bottom: 8px;
}
.mailmagazine-unsubscribe p br{
    display: none;
}
.mailmagazine-unsubscribe input.ig_es_submit{
    margin-top: 32px;
    -webkit-appearance: none;
    border: 0;
    background: #000;
    color: #fff;
    padding: 5px 16px;
    font-size: 17px;
    letter-spacing: 0.0em;
    cursor: pointer;
}
.backtotop a{
    display: block;
    margin-top: 40px;
    background: #000;
    color: #fff;
    border: none;
    padding: 5px 16px;
    font-size: 17px;
}

@media screen and (max-width: 768px){
    .mailmagazine{
        flex-direction: column;
        width: 90vw;
        align-items: flex-start;
    }
    .mailmagazine h2{
        margin-bottom: 20px;
    }
    .emaillist{
        width: 100%;
    }
    .es_subscription_form{
        margin: 0;
    }
    .es-field-wrap{
        display: flex;
        width: 100%;
    }
    .es-field-wrap label{
        display: block;
        width: 100%;
        overflow: hidden;
    }
    .es-field-wrap input.es_txt_email{
        width: 90% !important;
        font-size: 13px;
        padding: 10px 10px !important;
    }
    .es_subscription_form input[type="submit"]{
        width: auto !important;
        font-size: 13px;
    }
    .mailmagazine-unsubscribe p br{
        display: block;
    }
}
@media screen and (max-width: 320px){
    .es-field-wrap input.es_txt_email{
        font-size: 12px;
        width: 120% !important;
    }
}




@media screen and (max-width: 768px){
    .homeMain{
        width: 100vw;
        margin: 80px auto 0 auto;
        height: 41.362vw!important;
    }
    .homeMain img{
        width: 100%;
    }
    .hzlink{
        width: 90vw;
    }
    .hzlink a > span > span{
        display: none;
    }
    .bee3D--parent{
        -webkit-perspective:80vw!important;
        height: 41.362vw!important;
    }

    .bee3D--slide{
        position:absolute;
        -webkit-transform:none;
        transform:none;width:80vw!important;height:51.7vw!important;top:50%;left:50%;margin-left:-40vw!important;margin-top:-25.85vw!important;opacity:0;transition:opacity 0.7s ease,-webkit-transform .7s ease;transition:opacity 0.7s ease,transform .7s ease;transition:opacity 0.7s ease,transform .7s ease,-webkit-transform .7s ease
    }
    .bee3D--nav{
        position:absolute;
        cursor:pointer;
        top:50%!important;
        margin: -5.5vw 0 0 0;
        font-size:8em;
        color:rgba(0,0,0,0.45);
        -webkit-user-select:none;
        -moz-user-select:none;-ms-user-select:none;user-select:none;transition:color 0.7s ease;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:transparent;background-repeat:no-repeat;background-size:contain;width:20px;height:40px
    }

}
@media screen and (max-width: 480px){
    .homeMain{
        width: 100vw;
        margin: 48px auto 0 auto;
    }
    .homeMain img{
        width: 80vw;
        height: 41.362vw!important;
    }
    .homeMain iframe{
        width: 80vw;
        height: 41.362vw!important;
    }
    .bee3D--nav__prev{
    background-image:url("../img/angle-left.svg");left:2%!important;}
    .bee3D--nav__next{

    background-image:url("../img/angle-right.svg");right:2%!important}
}

/*
-----------------
conceptMain @PC
-----------------
*/
.conceptMain{
    margin: 80px 0 0 0;
    position: relative;
}
.conceptMain h1{
    text-align: center;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -50px;
}
.conceptMain h1 span{
    text-align: left;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 4px;
    line-height: 2em;
    position: relative;
}
.conceptMain h1 span:before{
    content:"";
    width: 6px;
    height: 384px;
    background: #009fb9;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: -1;
}
.conceptMain h1 span:after{
    content:"";
    width: 6px;
    height: 516px;
    background: #009fb9;
    position: absolute;
    top: 0;
    left: 28px;
    z-index: -1;
}
.conceptMain h1 span br:nth-child(2){
    display: none;
}
@media screen and (max-width: 768px){
    .conceptMain{
        margin: 20px 0 0 0;
    }
}
@media screen and (max-width: 480px){
    .conceptMain{
        margin: 20px 0 0 0;
    }
    .conceptMain h1{
        position: relative;
        margin: 0;
        left: auto;
    }
    .conceptMain h1 span{
        font-size: 20px;
        letter-spacing: 2px;
        font-weight: 500;
    }
    .conceptMain h1 span:before{
        content:"";
        width: 5px;
        height: 318px;
        background: #009fb9;
        position: absolute;
        top: 0;
        right: 10px;
        z-index: -1;
    }
    .conceptMain h1 span:after{
        content:"";
        width: 5px;
        height: 207px;
        background: #009fb9;
        z-index: -1;
        top: 0;
        left: 24px;
    }
    .conceptMain h1:before{
        content:"";
        width: 5px;
        height: 220px;
        background: #009fb9;
        position: absolute;
        top: 0;
        left: 51%;
        z-index: -1;
    }
    .conceptMain h1 span br:nth-child(2){
        display: inline-block;
        position: relative;
    }
}


/*
-----------------
concept @PC
-----------------
*/
.conceptCaption{
    width: 100%;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}
.conceptCaptionL{
    width: 33%;
}
.conceptCaptionR{
    width: 33%;
}
.conceptCaption h2{
    color: #25282b;
    display: block;
    text-align: left;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0 0 20px 0;
}
.conceptCaption p{
    font-size: 13px;
    text-align: justify;
    margin: 20px 0 0 0;
    position: relative;
}
.conceptCaption p span{
    background: linear-gradient(transparent 30%, #fff 30%);
}

/*
-----------------
conceptManagement @PC
-----------------
*/
.conceptManagement h2{
    padding: 0 0 0 0;
}
.conceptManagement h2:after{
    content:"";
    width: 870px;
    height: 1px;
    background: #25282b;
    position: absolute;
    top: 490px;
    right: -464px;
    transform:rotate(74deg);
}
/*
-----------------
conceptIdea @PC
-----------------
*/
.conceptIdea{
    padding: 0 10% 0 0;
    width: 90%;
}
.conceptIdea h2{
    padding: 60px 0 0 0;
}
.conceptIdea h2:after{
    content:"";
    width: 380px;
    height: 1px;
    background: #25282b;
    position: absolute;
    top: 260px;
    right: -160px;
    transform:rotate(66deg);
}

/*
-----------------
conceptArtist @PC
-----------------
*/

.conceptArtist h2{
    padding: 0 0 0 0;
}
.conceptArtist h2:after{
    content:"";
    width: 740px;
    height: 1px;
    background: #25282b;
    position: absolute;
    top: 400px;
    left: -464px;
    transform:rotate(-77deg);
}

/*
-----------------
conceptEvent @PC
-----------------
*/
.conceptEvent{
    padding: 0 0 0 10%;
    width: 90%;
}
.conceptEvent h2{
    padding: 160px 0 0 0;
}
.conceptEvent h2:after{
    content:"";
    width: 390px;
    height: 1px;
    background: #25282b;
    position: absolute;
    top: 390px;
    left: -225px;
    transform:rotate(-80deg);
}

/*
-----------------
conceptManagement @mobile
-----------------
*/
@media screen and (max-width: 480px){
    .conceptManagement{
        width: 100%;
    }
    .conceptManagement h2{
        font-size: 14px;
        background: none;
        color: #25282b;
        font-weight: 700;
        letter-spacing: 1px;
        padding: 30px 0 0 0;
    }
    .conceptManagement h2 br{
        display: none;
    }
    .conceptArtist{
        width: 100%;
    }
    .conceptArtist h2{
        font-size: 14px;
        background: none;
        color: #25282b;
        font-weight: 700;
        letter-spacing: 1px;
        padding: 0 0 0 0;
    }
    .conceptArtist h2 br{
        display: none;
    }

    .conceptEvent{
        width: 100%;
    }
    .conceptEvent h2{
        font-size: 14px;
        background: none;
        color: #25282b;
        font-weight: 700;
        letter-spacing: 1px;
        padding: 0 0 0 0;
    }
    .conceptEvent h2 br{
        display: none;
    }

    .conceptIdea{
        width: 100%;
    }
    .conceptIdea h2{
        font-size: 14px;
        background: none;
        color: #25282b;
        font-weight: 700;
        letter-spacing: 1px;
        padding: 0 0 0 0;
    }
    .conceptIdea h2 br{
        display: none;
    }

}





/*
-----------------
conceptOutline @PC
-----------------
*/
.conceptOutline{
    width: 400px;
    height: 400px;
    background: url(/http/worldapart.co.jp/img/bgConcept.png) 50% 0 no-repeat;
    background-size: 280px;
    margin: 0 0 0 0;
    position: absolute;
    top: 780px;
    left: 50%;
    margin: 0 0 0 -200px;
}
.conceptOutline ul{
    height: 500px;
    position: relative;
}
.conceptOutline ul li{
    text-align: center;
    position: absolute;
}
.conceptOutline ul li p{
    font-size: 12px;
    display: inline-block;
}
.conceptOutline ul li img{
    display: block;
    margin: 0 auto;
}
.conceptOutline ul li:nth-child(1){
    top: -29px;
    left: 50%;
    margin: 0 0 0 0;
    margin: 0 0 0 -37px;
}
.conceptOutline ul li:nth-child(1) img{
    width: 70px;
}
.conceptOutline ul li:nth-child(2){
    position: absolute;
    top: 114px;
    left: 50%;
    margin: 0 0 0 -50px;
}
.conceptOutline ul li:nth-child(2) img{
    width: 100px;
}
.conceptOutline ul li:nth-child(3){
    position: absolute;
    top: 180px;
    left: 50%;
    margin: 0 0 0 -160px;
}
.conceptOutline ul li:nth-child(3) img{
    width: 50px;
}
.conceptOutline ul li:nth-child(4){
    position: absolute;
    top: 194px;
    left: 50%;
    margin: 0 0 0 80px;
}
.conceptOutline ul li:nth-child(4) img{
    width: 50px;
}

/*
-----------------
conceptWorks @mobile
-----------------
*/
@media screen and (max-width: 480px){
    .conceptOutline{
        background-size: 300px;
        margin: 30px 0 0 0;
    }
    .conceptOutline ul{
        height: 380px;
    }
    .conceptOutline ul li:nth-child(1){
        top: -10px;
        left: 50%;
        margin: 0 0 0 0;
        margin: 0 0 0 -35px;
    }
    .conceptOutline ul li:nth-child(1) img{
        width: 55px;
    }
    .conceptOutline ul li:nth-child(2){
        position: absolute;
        top: 127px;
        left: 50%;
        margin: 0 0 0 -47px;
    }
    .conceptOutline ul li:nth-child(2) img{
        width: 94px;
    }
    .conceptOutline ul li:nth-child(3){
        position: absolute;
        top: 197px;
        left: 50%;
        margin: 0 0 0 -163px;
    }
    .conceptOutline ul li:nth-child(3) img{
        width: 48px;
    }
    .conceptOutline ul li:nth-child(4){
        position: absolute;
        top: 209px;
        left: 50%;
        margin: 0 0 0 85px;
    }
    .conceptOutline ul li:nth-child(4) img{
        width: 48px;
    }
}









/*
-----------------
conceptWorks @PC
-----------------
*/
.conceptWorks{
    padding: 42px 0 0 0;
}
.conceptWorks h3{
    font-size: 26px;
    text-align: center;
    letter-spacing: 8px;
    font-weight: 600;
    padding: 0 0 42px 0;
}
.conceptWorks h3 br{
    display: none;
}
.conceptWorks ul{
    width: 100%;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 60px 0 0 0;
}
.conceptWorks ul li{
    width: calc(25% - 40px);
    padding: 20px 20px 0 20px;
    text-align: center;
    position: relative;
}
.conceptWorks ul li:before{
    content:"";
    width: 1px;
    height: 100%;
    background: #25282b;
    position: absolute;
    top: 0;
    left: 0;
}
.conceptWorks ul li:last-child:after{
    content:"";
    width: 1px;
    height: 100%;
    background: #25282b;
    position: absolute;
    top: 0;
    right: 0;
}
.conceptWorks ul li h4{
    font-size: 14px;
    font-weight: 600;
}
.conceptWorks ul li p{
    text-align: justify;
    font-size: 13px;
    padding: 20px 0 0 0;
}

/*
-----------------
conceptWorks @mobile
-----------------
*/
@media screen and (max-width: 768px){
    .conceptWorks h3{
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 2em;
    }
    .conceptWorks h3 br{
        display: block;
    }
    .conceptWorks ul{
        margin: 30px 0 0 0;
    }
    .conceptWorks ul li{
        width: calc(100% - 40px);
        padding: 40px 20px 20px 20px;
        text-align: center;
        position: relative;
    }
    .conceptWorks ul li:before{
        content:"";
        width: 100%;
        height: 1px;
        background: #25282b;
        position: absolute;
        top: 0;
        left: 0;
    }
    .conceptWorks ul li:last-child:after{
        content:"";
        width: 100%;
        height: 1px;
        background: #25282b;
        position: absolute;
        top: 100%;
        left: 0;
    }
}

/*
-----------------
contentsList @PC
-----------------
*/
.contentsList{
    padding: 112px 0 0 0;
}
.contentsList h5{
    font-size: 26px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 500;
    padding: 0 0 15px 0;
    font-family: 'Oswald', 'Noto Sans JP', sans-serif;
}

.contentsList ul{
    display: flex;
    /* -webkit-justify-content: space-between; */
    /* justify-content: space-between; */
    flex-wrap: wrap;
    margin: 20px 0 0 0;
}
.contentsList ul:after{
  content:"";
  display: block;
  width:23%;
}
.contentsList ul li{
    width: 23%;
    margin: 20px 2.4% 0 0;
    border: 1px dotted #25282b;
}
.contentsList ul li:nth-child(4n){
    margin-right: 0;
}
.contentsList.listB ul{
    justify-content: space-between;
}
.contentsList.listB ul li{
    width: 32%;
    margin: 20px 0 0;
}


.contentsList ul li a{
    display: block;
    font-family: 'Oswald', 'Noto Sans JP', sans-serif;
    font-weight: 500;
    padding: 11px 17px 11px 17px;
    font-size: 16px;
    letter-spacing: 1px;
    position: relative;
}
.contentsList ul li:hover{
    border: 1px dotted #fff;
}
.contentsList ul li a:hover{
    background: #25282b;
    color: #fff;
    opacity: 1;
}
.contentsList ul li a:before{
    content:"";
    width: 12px;
    height: 1px;
    background: #25282b;
    position: absolute;
    top: 50%;
    margin: 3px 0 0 0;
    right: 15px;
}
.contentsList ul li a:after{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 0 5px;
    border-color: transparent transparent transparent #25282b;
    position: absolute;
    top: 50%;
    margin: -4px 0 0 0;
    right: 12px;
}
.contentsList ul li a:hover:before{
    content:"";
    width: 12px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin: 3px 0 0 0;
    right: 15px;
}
.contentsList ul li a:hover:after{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 0 5px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    margin: -4px 0 0 0;
    right: 12px;
}

@media screen and (max-width: 768px){
    .contentsList h5{
        font-size: 24px;
        letter-spacing: 1px;
        line-height: 2em;
    }
    .contentsList.listB ul{
        display: block;
    }
    .contentsList.listB ul li{
        width: 100%;
        margin: 20px 0 0 0;
    }
}
@media screen and (max-width: 480px){
    .contentsList ul li{
        width: 100%;
        margin: 20px 0 0 0;
    }
}

/*
-----------------
newsList @PC
-----------------
*/
.newsList{
    margin: 45px 0 0 0;
    padding: 45px 0 80px 0;
}
.newsList h6{
    font-size: 26px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 500;
    padding: 0 0 40px 0;
    font-family: 'Oswald', 'Noto Sans JP', sans-serif;
}
.newsList ul{
    width: 100%;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}
.newsList ul li{
    width: 28%;
    border-top: 1px solid #25282b;
    padding: 24px 0 40px 0;
}
.newsList ul li div{
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 1em;
    position: relative;
    padding: 0 0 15px 0;
}

.newsList ul li div time{
    font-size: 14px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    position: relative;
    letter-spacing : 1px;
}
.newsList ul li div span{
    border: 1px solid #25282b;
    font-size: 10px;
    font-family: 'Oswald', sans-serif;
    padding: 1px 5px 0 5px;
    color: #fff;
    background: #25282b;
    letter-spacing: 1px;
    line-height: 1.2em;
}
.newsList ul li p{
    font-size: 14px;
    text-align: justify;
}
.newsList > p{
    text-align: right;
    margin: 32px 0 0 0;
}
.newsList > p a{
    padding: 5px 0 0 34px;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    position: relative;
    line-height: 1em;
}
.newsList > p a:before{
    content:"";
    width: 72px;
    height: 1px;
    background: #25282b;
    position: absolute;
    top: 26px;
    left: -72px;
}

.newsList > p a:after{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 0 8px;
    border-color: transparent transparent transparent #25282b;
    position: absolute;
    top: 12px;
    left: 0;
}
@media screen and (max-width: 768px){
    .newsList h6{
        font-size: 24px;
    }
}

/*
-----------------
newsList @mobile
-----------------
*/
@media screen and (max-width: 768px){
    .newsList{
        padding: 45px 0 80px 0;
    }
    .newsList ul li{
        width:100%;
        margin: 40px 0 0 0;
    }
    .newsList ul li:nth-child(1){
        margin: 0;
    }
}

/*
-----------------
tab_wrap @mobile
-----------------
*/
@keyframes tabAnim{
    0%{opacity:0;}
    100%{opacity:1;}
}
.tab_wrap{width:100%; margin:0 auto;}
.tab_wrap h1{
    font-size: 26px;
    text-align: center;
    letter-spacing: 8px;
    font-weight: 600;
}
.tab_wrap h1 br{
    display: none;
}
input[type="radio"]{display:none;}
.tab_area{font-size:0; margin:0 10px;}
.tab_area label{width:16.666%; display:inline-block; color:#25282b; opacity: 0.2; text-align:center; font-size:13px; cursor:pointer; transition:ease 0.2s opacity;}
.tab_area label:hover{opacity:0.5;}
.tab_panel{
    width: 100%;
    opacity:0;
    padding: 32px 54px 32px 54px;
    display:none;
    background: #f1f1ed;
    margin: 22px 0 0 0;
    position: relative;
    box-sizing: border-box;
}
.tab_panel::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #00a0b9 transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
    /*border-width: 0 1080px 66px 0;*/
}

.panel_area{background:#fff;}
.tab_area img{
    width: 33%;
    display: block;
    margin: 0 auto;
}
.tab_area span{
    width: 100%;
    text-align: center;
    display: block;
    font-weight: 600;
}
.tab_panel h2{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 0 0 10px 0;
}

.tab_panel p{
    color: #25282b;
    text-align: left;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 1.8em;
    z-index: 1;
    position: relative;
}
.tab_panel p a{
    text-decoration: underline;
}
#panel1:before{
    content:"";
    border-right: 10px solid transparent;
    border-bottom: 15px solid #00a0b9;
    border-left: 10px solid transparent;
    position: absolute;
    top: -15px;
    left: 8.333%;
    margin: 0 0 0 -5px;
}
#panel2:before{
    content:"";
    border-right: 10px solid transparent;
    border-bottom: 15px solid #00a0b9;
    border-left: 10px solid transparent;
    position: absolute;
    top: -15px;
    left: 24.999%;
    margin: 0 0 0 -5px;
}
#panel3:before{
    content:"";
    border-right: 10px solid transparent;
    border-bottom: 15px solid #00a0b9;
    border-left: 10px solid transparent;
    position: absolute;
    top: -15px;
    left: 41.665%;
    margin: 0 0 0 -10px;
}
#panel4:before{
    content:"";
    border-right: 10px solid transparent;
    border-bottom: 15px solid #00a0b9;
    border-left: 10px solid transparent;
    position: absolute;
    top: -15px;
    left: 58.331%;
    margin: 0 0 0 -15px;
}
#panel5:before{
    content:"";
    border-right: 10px solid transparent;
    border-bottom: 15px solid #00a0b9;
    border-left: 10px solid transparent;
    position: absolute;
    top: -15px;
    left: 74.997%;
    margin: 0 0 0 -15px;
}
#panel6:before{
    content:"";
    border-right: 10px solid transparent;
    border-bottom: 15px solid #00a0b9;
    border-left: 10px solid transparent;
    position: absolute;
    top: -15px;
    left: 91.663%;
    margin: 0 0 0 -15px;
}
#tab1:checked ~ .tab_area .tab1_label{background:#fff; color:#000; opacity: 1;}
#tab1:checked ~ .panel_area #panel1{display:block; opacity: 1; animation:tabAnim ease 2s forwards; -ms-animation:tabAnim ease 2s forwards;}
#tab2:checked ~ .tab_area .tab2_label{background:#fff; color:#000; opacity: 1;}
#tab2:checked ~ .panel_area #panel2{display:block; opacity: 1; animation:tabAnim ease 2s forwards; -ms-animation:tabAnim ease 2s forwards;}
#tab3:checked ~ .tab_area .tab3_label{background:#fff; color:#000; opacity: 1;}
#tab3:checked ~ .panel_area #panel3{display:block; opacity: 1; animation:tabAnim ease 2s forwards; -ms-animation:tabAnim ease 2s forwards;}
#tab4:checked ~ .tab_area .tab4_label{background:#fff; color:#000; opacity: 1;}
#tab4:checked ~ .panel_area #panel4{display:block; opacity: 1; animation:tabAnim ease 2s forwards; -ms-animation:tabAnim ease 2s forwards;}
#tab5:checked ~ .tab_area .tab5_label{background:#fff; color:#000; opacity: 1;}
#tab5:checked ~ .panel_area #panel5{display:block; opacity: 1; animation:tabAnim ease 2s forwards; -ms-animation:tabAnim ease 2s forwards;}
#tab6:checked ~ .tab_area .tab6_label{background:#fff; color:#000; opacity: 1;}
#tab6:checked ~ .panel_area #panel6{display:block; opacity: 1; animation:tabAnim ease 2s forwards; -ms-animation:tabAnim ease 2s forwards;}



#panel1 .allRelease{
    display: flex;
    justify-content: center;
    margin: 0px -3px;
}
#panel1 .allRelease ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 24px;

}
#panel1 .allRelease ul li{
    width: 60px;
    height: 60px;
    margin: 2px 2.5px;
    padding: 0;
    background: #fff;
}
#panel1 .allRelease ul li:before,
.conceptWorks ul li:last-child:after{
    display: none;
}
#panel1 .allRelease ul li img{
    height: 100%;
    object-fit: contain;
    width: 100%;
}







@media screen and (max-width: 768px){
    .tab_area img{
        width: 80%;
        display: block;
        margin: 0 auto;
    }
    .tab_area span{
        display: none;
    }
    .tab_panel{
        padding: 32px;
    }
    #panel1 .allRelease ul li{
        width: 14vw;
        margin: 0.6vw;
        height: 14vw;
    }
}
@media screen and (max-width: 413px){
    #panel1 .allRelease ul li{
        width: 13vw;
        margin: 0.68vw;
        height: 13vw;
    }
}