@charset "UTF-8";

/*====================================================================
search
====================================================================*/

.cateTitle {
    color: #00B4FF;
    font-weight: bold;
    font-size: clamp(2rem, 2vw, 2.6rem);
    border-bottom: solid 3px #f1f1f1;
    margin-top: 8rem;
}


.item {
    position: relative;
    border-bottom: solid 1px #f1f1f1;
}

.cateBox .item:last-child {
    border-bottom: solid 3px #f1f1f1;
}

.item-box {
    display: none;
    background-color: #333;
    color: #f1f1f1;
    font-size: 1.6rem;
    padding: 4rem;
}

.item-box .inner {
    max-width: 1000px;
    margin: auto;
}

.item-box .linkUrl a {
    display: block;
}

.item-box .linkUrl a:before {
    display: inline-block;
    content: '▶';
    padding-right: .5em;
    font-size: .8em;
    color: yellow;

}

.item-box .linkUrl a:after {
    content: '\f08e';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-left: .5rem;
    display: inline-block;
}

.action_btn {
    position: absolute;
    top: 0%;
    right: 0%;
}

.action_btn .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    width: 35px;
    height: 35px;
    border: 1px solid yellow;
    margin-top: 2rem;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    cursor: pointer;
}

.action_btn:focus .i_box,
.action_btn:hover .i_box {
    background-color: yellow;
}


.action_btn:focus .i_box .one_i:before,
.action_btn:hover .i_box .one_i:before,
.action_btn:focus .i_box .one_i:after,
.action_btn:hover .i_box .one_i:after {
    background-color: #333;
}

.action_btn .i_box .one_i {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
}

.action_btn.open .i_box {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.action_btn .i_box .one_i:before,
.action_btn .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: yellow;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}

.action_btn .i_box .one_i:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
}

.action_btn.open .i_box .one_i:before {
    content: none;
}

.action_btn.open .i_box .one_i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}



.item-open {
    padding: 1.5rem 0;
    position: relative;
    display: flex;
    align-items: baseline;
    gap: 2rem;
    margin-right: 6rem;
}

.item-open .item-content {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-end;
}

.item-open .item-content .titleBox {
    width: calc(100% - (27.3px + 107.2px + 144px + 60px + 60px));
    flex-grow: 1;
    min-width: 350px;
}

.item-open .num {
    font-size: clamp(1.8rem, 1.9vw, 2.2rem);
    font-weight: bold;
    color: #00B4FF;
}

.item-open .title {
    font-size: clamp(1.8rem, 1.9vw, 2.2rem);
    font-weight: bold;
    color: #00B4FF;
}

.item-open .title_en {
    font-size: clamp(1.8rem, 1.9vw, 2.2rem);
    color: #C8C8C8;
    font-size: .9em;
}

.item-open .labelBox {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}



.item-open .name {
    width: 144px;
}

.item-open .name a {
    display: block;
}

.seminarLebel a {
    color: #333;
    font-size: 1.4rem;
    padding: 0 .5rem;
    font-weight: 600;
    display: inline-block;
    background-color: yellow;
    border: solid 1px yellow;
}

.seminarLebel a:focus,
.seminarLebel a:hover {
    background-color: transparent;
    color: yellow;
    text-decoration: none;
    font-weight: 600;
    border: solid 1px yellow;
}

.movieLebelBox {
    position: relative;
}

.movieLebel::before,
.seminarLebel a::before {
    content: '▶';
    padding-right: .3em;
    font-size: .8em;
}

.movieLebel_blank {
    width: 107.2px;
}

.movieLebel {
    align-self: flex-start;
    color: yellow;
    border: solid 1px yellow;
    font-size: 1.6rem;
    border-radius: 100vh;
    padding: .2rem 1rem;
    font-weight: 600;
    cursor: pointer;
    flex-shrink: 0;
    white-space: nowrap;
}

.movieLebel-balloon {
    position: absolute;
    top: calc(100% + 14px);
    top: 4.6rem;
    left: 0;
    background-color: #f1f1f1;
    width: 200px;
    white-space: normal;
    z-index: 2;
    line-height: 1.2;
}

.movieLebel-balloon::before {
    position: absolute;
    top: -4px;
    left: 3rem;
    content: '';
    width: 14px;
    height: 14px;
    background-color: #f1f1f1;
    transform: rotate(45deg) skew(30deg, 30deg);
    z-index: -1;
}

.movieLebel-balloon a {
    color: #333;
    font-size: 1.4rem;
    line-height: 1.5;
    display: block;
    padding: 1rem;
}

.movieLebel:focus,
.movieLebel:hover {
    background-color: yellow;
    color: #333;
    border-color: yellow;
    text-decoration: none;
}

/* DAY 1 */
.day1-poster .item-open {
    margin-right: 0;
}

.day1-poster .item-open .num {
    white-space: nowrap;
    flex-shrink: 0;
}


.day1-poster .item-open .item-content {
    justify-content: flex-start;
}

.day1-poster .item-open .title {
    width: calc(78% - 2rem);
    flex-shrink: 0;
    flex-grow: 1;
}

.day1-poster .item-open .name {
    width: 22%;
    flex-shrink: 0;
    min-width: 150px;
    flex-grow: 1;
    font-weight: bold;
}

.day1-poster .item-open .name .belong{
    font-weight: 500;
}

.day1-poster .item-open .name a {
    font-weight: bold;
}

.day1-poster .item-open .name a {
    font-weight: bold;
}

.day1-poster .posterSerch button {
    display: block;
    margin-top: 2rem;
}

.day1-poster .posterSerch #posterSerch_SP_item {
    text-align: left;
}

.day1-poster .posterSerch #posterSerch_SP_item span {
    display: block;
    text-align: left;
    width: 60%;
}

.day1-poster .posterSerch h4 {
    margin-bottom: 1rem;
}

#cateAll {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: solid 1px #000;
    border-radius: 0;
    background: rgb(218, 218, 218);
    padding: .5rem;
    border-width: 1px;
    cursor: pointer;
    color: #000;
    font-size: 1.5rem;
    margin-top: 1.5rem;
}

.cateAll_hover {
    filter: brightness(.7);
}





#notFound {
    text-align: center;
    font-size: clamp(1.4rem, 2.2vw, 2.4rem);
    font-weight: bold;
    padding: 3rem 0;
    position: relative;
}


#notFound img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    animation: fadeOut-notFound .1s linear forwards;
    animation-delay: .7s;
}

@keyframes fadeOut-notFound {
    100% {
        opacity: 0;
    }
}

#notFound p {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    animation: fadeIn-notFound .1s linear forwards;
    opacity: 0;
    animation-delay: .7s;
}

@keyframes fadeIn-notFound {
    100% {
        opacity: 1;
    }
}