:root {
  --main-background-color: #00008B;
  --main-text-color: #B0C4DE;

  /* --note-text-color: #888; */
  --note-text-color: #fff;
}

@media (min-width:769px) {
  .main-content{
    background-color: var(--main-background-color);
  }
  .kv{
    margin-top: 90px;
    background-color: var(--main-background-color);
    min-height: auto;
    overflow: hidden;
  }
  .kv__inner{
    position: relative;
    z-index: 1;
  }
  .kv__ttl{
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
  }
  .kv__lead{
    padding: 0px 40px 30px;
    background-color: #FFF;
    border-radius: 10px;
    border: 2px solid var(--main-text-color);
    width: 730px;
    margin: 71px auto 0;
    box-sizing: border-box;
    position: relative;
  }
  .kv__lead-ttl{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 150%;
    transform: translateY(-25px);
    border-radius: 30px;
    background-color: var(--main-text-color);
    width: 270.841px;
    padding: 5px 20px;
    margin: 0 auto;
  }
  .kv__lead-inner{
    display: flex;
    justify-content: space-around;
  }
  .kv__lead-area{
    display: grid;
    row-gap: 20px;
  }
  .kv__lead-area-head{
    display: grid;
    row-gap: 5px;
  }
  .kv__lead-area-ttl{
    color: var(--main-text-color);
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 150%;
  }
  .kv__lead-area-name{
    font-size: 18px;
    color: #3C3C3C;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
  }
  .kv__lead-area-body{
    display: grid;
    row-gap: 5px;
  }
  .kv__lead-area-txt{
    font-size: 14px;
    color: #3C3C3C;
    line-height: 170%;
    text-align: center;
  }
  .kv__lead-area-txt--note{
    color: var(--note-text-color);
    font-size: 12px;
    display: block
  }
  @media (max-width:1440px) {
    .kv__ttl{
      width: 100%;
    }
    .kv__lead-inner::before{
      width: 101.427px;
      height: 101.427px;
      top: 28.8px;
      right: -120px;
    }
    .kv__inner::after{
      height: calc(518px - 4vw);
      background-size: cover;
      background-position: center;
    }
  }
  .kv__note-wrap{
    margin: 20px auto 0;
    width: 100%;
    max-width: 730px;
  }
  .kv__notes{
    color: var(--note-text-color);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 10px;
    position: relative;
    padding-left: 15px;
  }
  .kv__notes.kv__notes--btn{
    text-decoration: underline;
  }
  .kv__notes.kv__notes--btn:hover{
    cursor: pointer;
    opacity: 0.8;
  }
  .kv__notes::before{
    position: absolute;
    content: "※";
    left: 0;
    top: 0;
  }
  .kv__notes.kv__notes--btn::after{
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-image: url(/zemi/challengeschool/online-art/art_festival/_assets/img/kv_note_accordion_close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 21em;
    transform: translateY(-50%);
  }
  .kv__notes.kv__notes--btn.kv__notes--close::after{
    background-image: url(/zemi/challengeschool/online-art/art_festival/_assets/img/kv_note_accrodion.svg);
  }
  #app .search__area{
    position: fixed;
    top: 127.75px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 10px ;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.40);
    backdrop-filter: blur(2px);
    width: 730px;
    padding: 15px 25px;
    box-sizing: border-box;
    justify-content: center;
  }
  .search__area-input{
    position: relative;
  }
  .search__area-input::before{
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(/zemi/challengeschool/online-art/art_festival/_assets/img/search_img.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  .search__area-btn{
    width: 90px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #585858;
    background: #FFF;
    box-shadow: -2px 2px 6px 0px rgba(0, 0, 0, 0.05);
    position: relative;
  }
  .search__area-btn a{
    text-decoration: none;
    padding: 10px;
    display: block;
    position: relative;
  }
  .search__area-btn:nth-of-type(2) a:before{
    position: absolute;
    content: "";
    width: 22px;
    height: 13px;
    background-image: url(/zemi/challengeschool/online-art/art_festival/_assets/img/fillter_img.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
  }
  .search__area-btn-txt{
    color: #333;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.7px;
  }
  .search__area input{
    width: 280px;
    height: 36px;
    border-radius: 54px;
    border: 1px solid #585858;
    box-shadow: -2px 2px 6px 0px rgba(0, 0, 0, 0.05);
    color: #333;
    font-size: 12px;
    font-weight: 500;
    line-height: 130%;
    box-sizing: border-box;
    padding-left: 45px;
  }
  .fillter__float-wrap{
    position: fixed;
    bottom: 50px;
    right: 0;
    z-index: 10;
    width: 390px;
    height: 250px;
    background-color: #ffffff;
    box-sizing: border-box;
    display: flex;
    transition: all 1.0s;
    transform: translateX(360px);
    border-radius: 10px 0px 0px 10px;
  }
  .fillter__float-wrap input{
    opacity: 0;
  }
  .fillter__float-btn{
    width: 30px;
    height: 250px;
    border-radius: 10px 0px 0px 10px;
    background: #FEEE5B;
    color: var(--main-text-color);
    font-size: 12px;
    font-weight: 700;
    line-height: 120%;
    padding: 10.5px 9px;
    box-sizing: border-box;
  }
  .fillter__float-btn:hover{
    cursor: pointer;
    opacity: 0.8;
  }
  .fillter__float-btn p{
    transform: translateY(-1em);
  }
  .fillter__float{
    padding: 36px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .fillter__float label:hover{
    cursor: pointer;
  }
  .fillter__float-wrap:has(input#floatClick:checked){
    transition: all 1.0s;
    transform: translateX(0px);
  }
  .fillter__area label{
    cursor: pointer;
  }
  .fillter__area input{
    opacity: 0;
  }
  .production{
    width: 100%;
    height: 110vh;
    overflow: scroll;
    position: relative;
    cursor: grab;
    margin-top: 73px;
  }
  .production:active{
    cursor: grabbing;
  }
  .production::-webkit-scrollbar{
    display: none;
  }
  .production::before{
    position: absolute;
    content: "";
    width: 250px;
    height: 250px;
    background-image: url(/zemi/challengeschool/online-art/art_festival/_assets/img/move_try_img.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 231px;
    left: 50vw;
    transform: translateX(-50%);
    z-index: 1;
  }
  .production.img-no-active::before{
    width: 0;
    height: 0;
  }
  .production-inner{
    display: flex;
    gap: 36px 30px;
    width: 2000px;
    flex-wrap: wrap;
    position: relative;
    padding: 0 20px 20px;
  }
  .production-inner.limit-scroll{
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
  }
  .production-item{
    width: 132px;
    padding: 16px 6px 9px;
    box-sizing: border-box;
    border-radius: 2px;
    background: #FFF;
    box-shadow: -8px 12px 16px 0px rgba(0, 0, 0, 0.08);
  }
  .production-item a{
    text-decoration: none;
  }
  .production-item-txt{
    color: var(--main-text-color);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 3px;
  }
  .production-item-img{
    width: auto;
    max-width: 120px;
    min-height: 80px;
    max-height: 80px;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
    display: block;
  }
  .modalid .modal,
  .modalid .production-item-modal {
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow: inherit;
  }
  .modalid .modal__wrap {
    max-width: 960px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .modalid .modal__bg {
    background: rgba(0, 0, 0, 0.40);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .modalid .modal__content {
    border-radius: 5px;
    background-color: #ffffff;
    max-height: 100%;
    padding: 60px;
  }
  .modalid .modal__close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .modalid .modal__close-icon {
    font-size: 0px;
    width: 56px;
    margin-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
  }
  .modal__text {
    font-size: 16px;
  }
  .modalid.production-modal .modal__wrap{
    max-width: 700px;
  }
  .modalid.production-modal .modal__close-icon{
    width: 56px;
  }
  .production-modal .modal__content{
    padding: 32px 150px 41px;
  }
  .production-modal-txt{
    color: var(--main-text-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .production-modal-img{
    width: auto;
    max-width: 400px;
    height: auto;
    max-height: 400px;
    margin: 0 auto;
    display: block;
  }
  .modal-fillter.modalid .modal__content{
    padding: 30px 80px 66px;
  }
  .modal-fillter.modalid .modal__wrap{
    max-width: 700px;
  }
  .fillter__area-ttl, .view-modal__ttl{
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 20px;
    max-width: 540px;
    width: 100%;
    display: block;
    border-bottom: 2px solid #333;
    position: relative;
  }
  .fillter__area-ttl::before{
    position: absolute;
    content: "";
    width: 27px;
    height: 16px;
    background-image: url(/zemi/challengeschool/online-art/art_festival/_assets/img/fillter_img.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 82px;
    transform: translateY(-100%);
  }
  .fillter__area-txt, .view-modal__sub-ttl{
    color: var(--main-text-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 20px;
  }
  .fillter__area-item{
    margin-top: 20px;
  }
  .fillter__area-item-txt{
    transform: translateY(-1.5em);
  }
  .fillter__area-item-inner{
    display: flex;
    gap: 14px;
    margin-top: 5px;
    flex-wrap: wrap;
  }
  .fillter__area-item-btn{
    display: block;
    padding: 6px 15px;
    color: var(--main-text-color);
    border-radius: 4px;
    border: 1px solid var(--main-text-color);
    box-shadow: -2px 2px 8px 0px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    height: 34px;
    width: 150px;
    text-align: center;
  }
  .fillter__area-category .fillter__area-item-btn{
    width: 232px;
  }
  .fillter__area-item-btn:hover{
    opacity: 0.8;
  }
  .fillter__area-item-btn:has(input:checked){
    background-color: var(--main-text-color);
    color: #FFF;
  }
  .view-modal__txt, .view-modal__sub-ttl{
    padding-left: 33px;
    position: relative;
  }
  .view-modal__sub-ttl::before{
    content: "";
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
  }
  .view-modal__sub-ttl:nth-of-type(2)::before{
    background-image: url(/zemi/challengeschool/online-art/art_festival/_assets/img/number01.svg);
  }
  .view-modal__sub-ttl:nth-of-type(4)::before{
    background-image: url(/zemi/challengeschool/online-art/art_festival/_assets/img/number02.svg);
  }
  .view-modal__sub-ttl:nth-of-type(6)::before{
    background-image: url(/zemi/challengeschool/online-art/art_festival/_assets/img/number03.svg);
  }
  .fillter__float-area{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  .fillter__float-area-item{
    width: 143px;
    border-radius: 4px;
    background: var(--main-text-color);
    box-shadow: -2px 2px 8px 0px rgba(0, 0, 0, 0.08);
    padding: 8px 39px 8px 29px;
    box-sizing: border-box;
    display: block;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    height: 34px;
    position: relative;
  }
  .fillter__float-area-item:has(.fillter__float-area-txt--category){
    width: 100%;
  }
  .fillter__float-area-item::before{
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(/zemi/challengeschool/online-art/art_festival/_assets/img/fillter_btn_close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }
  .fillter__float-area-txt{
    transform: translateY(-1.5em);
  }
  .fillter__float-area-txt.fillter__float-area-txt--category{
    text-align: center;
  }
  .fillter__float-btn-close, .fillter__float-btn-open{
    position: relative;
  }
  .fillter__float-btn-close::before, .fillter__float-btn-open::before{
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(/zemi/challengeschool/online-art/art_festival/_assets/img/fillter_float-slide-btn.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -15px;
    left: 0;
    transform: rotate(90deg);
  }
  .fillter__float-btn-open::before{
    transform: rotate(270deg);
  }
}
@media (max-width:768px) {
  .main-content{
    background-color: var(--main-background-color);
  }
  .kv{
    margin-top: 18vw;
    background-color: var(--main-background-color);
    position: relative;
  }
  .kv__inner{
    position: relative;
    z-index: 1;
  }
  .kv__ttl{
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
  }
  .kv__lead{
    padding: 0 4vw 8vw;
    background-color: #FFF;
    border-radius: 2.667vw;
    border: 2px solid var(--main-text-color);
    width: 100%;
    max-width: 92vw;
    margin: 16.267vw auto 0;
    position: relative;
    box-sizing: border-box;
    position: relative;
  }
  .kv__lead-ttl{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 150%;
    transform: translateY(-20px);
    border-radius: 30px;
    background-color: var(--main-text-color);
    width: 128px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .kv__lead-inner{
    display: flex;
    flex-direction: column;
  }
  .kv__lead-area{
    display: grid;
    row-gap: 8vw;
  }
  .kv__lead-area-head{
    display: grid;
    row-gap: 1.333vw;
  }
  .kv__lead-area-ttl{
    color: var(--main-text-color);
    text-align: center;
    font-size: 5.867vw;
    font-weight: 700;
    line-height: 150%;
  }
  .kv__lead-area-name{
    font-size: 4.8vw;
    color: #3C3C3C;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
  }
  .kv__lead-area-body{
    display: grid;
    row-gap: 1.333vw;
  }
  .kv__lead-area-txt{
    font-size: 3.733vw;
    color: #3C3C3C;
    line-height: 170%;
    text-align: center;
  }
  .kv__lead-area-txt--note{
    color: var(--note-text-color);
    font-size: 3.2vw;
    display: block;
  }
  .kv__note-wrap{
    margin: 4vw auto 0;
    width: 86.4vw;
  }
  .kv__notes{
    color: var(--note-text-color);
    font-size: 2.6666vw;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 2.6666vw;
    padding-left: 3.4666vw;
    position: relative;
  }
  .kv__notes.kv__notes--btn{
    text-decoration: underline;
  }
  .kv__notes::before{
    content: "※";
    position: absolute;
    font-size: 2.6666vw;
    top: 0;
    left: 0;
  }
  .kv__notes.kv__notes--btn::after{
    position: absolute;
    content: "";
    width: 2.4vw;
    height: 2.4vw;
    background-image: url(/zemi/challengeschool/online-art/art_festival/_assets/img/kv_note_accordion_close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 21em;
    transform: translateY(-50%);
  }
  .kv__notes.kv__notes--btn.kv__notes--close::after{
    background-image: url(/zemi/challengeschool/online-art/art_festival/_assets/img/kv_note_accrodion.svg);
  }
  .fillter__float-wrap input{
    opacity: 0;
    display: none;
  }
  #app .search__area{
    position: fixed;
    top: 21.5vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.40);
    backdrop-filter: blur(2px);
    width: 92vw;
    padding: 4vw 6.6666vw;
    box-sizing: border-box;
    align-items: center;
  }
  .search__area input{
    width: 46.6666vw;
    height: 9.6vw;
    border-radius: 54px;
    border: 1px solid #585858;
    box-shadow: -2px 2px 6px 0px rgba(0, 0, 0, 0.05);
    color: #333;
    font-size: min(4.2666vw, 16px);
    font-weight: 500;
    line-height: 130%;
    box-sizing: border-box;
    padding-left: 7.2vw;
  }
  .search__area-input{
    position: relative;
  }
  .search__area-input::before{
    position: absolute;
    content: "";
    width: 4.2666vw;
    height: 4.2666vw;
    min-width: 16px;
    min-height: 16px;
    background-image: url(/zemi/challengeschool/online-art/art_festival/_assets/img/search_img.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 1.9333vw;
    transform: translateY(-50%);
  }
  .search__area-btn{
    width: 13.3333vw;
    height: 13.3333vw;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #585858;
    background: #FFF;
    box-shadow: -2px 2px 6px 0px rgba(0, 0, 0, 0.05);
    position: relative;
  }
  .search__area-btn.view-point__area-btn{
    display: flex;
    align-items: center;
  }
  .search__area-btn a{
    text-decoration: none;
    padding: 1.3vw;
    display: block;
    position: relative;
  }
  .search__area-btn:nth-of-type(2) a:before{
    position: absolute;
    content: "";
    width: 7.1999vw;
    height: 4.4666vw;
    background-image: url(/zemi/challengeschool/online-art/art_festival/_assets/img/fillter_img.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 1.7vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .search__area-btn.fillter__area-btn a{
    padding: 2.1333vw 1.3vw 7.3vw;
  }
  .search__area-btn-txt{
    color: #333;
    font-size: 2.6666vw;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.7px;
    text-align: center;
  }
  .fillter__float-wrap{
    position: fixed;
    bottom: 0px;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: 61.6vw;
    background-color: #ffffff;
    box-sizing: border-box;
    display: flex;
    transition: all 1.0s;
    transform: translateY(52.2vw);
    flex-direction: column;
    align-items: center;
  }
  .fillter__float-btn{
    min-width: 34.6666vw;
    height: 6.4vw;
    border-radius: 0px 0px 10px 10px;
    background: #FEEE5B;
    color: var(--main-text-color);
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 120%;
    padding: 1.066vw 10vw 1.066vw 5.4666vw;
    margin-bottom: 4vw;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .fillter__float-btn p{
    transform: translateX(-0.5em);
  }
  .fillter__float{
    padding: 0 9.066vw 4vw;
    display: flex;
    flex-direction: column;
    gap: 3.7333vw;
    min-width: 81.5999vw;
    max-height: 66.667vw;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .fillter__float-wrap:has(input#floatClick:checked){
    transition: all 1.0s;
    transform: translateY(0px);
  }
  .fillter__area input{
    opacity: 0;
    display: none;
  }
  .production{
    width: 100vw;
    height: 200vh;
    overflow: scroll;
    position: relative;
    cursor: grab;
    margin-top: 14.9333vw;
  }
  .production:active{
    cursor: grabbing;
  }
  .production::-webkit-scrollbar{
    display: none;
  }
  .production::before{
    position: absolute;
    content: "";
    width: 66.6666vw;
    height: 66.6666vw;
    background-image: url(/zemi/challengeschool/online-art/art_festival/_assets/img/move_try_img.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 57.5999vw;
    left: 50vw;
    transform: translateX(-50%);
    z-index: 1;
  }
  .production.img-no-active::before{
    width: 0;
    height: 0;
  }
  .production-inner{
    display: flex;
    gap: 8vw;
    width: 300vw;
    flex-wrap: wrap;
    position: relative;
  }
  .production-inner.limit-scroll{
    width: 400vw;
    box-sizing: border-box;
    justify-content: center;
  }
  .production-item{
    width: 35.1999vw;
    padding: 4.2666vw 1.6vw 2.4vw;
    box-sizing: border-box;
    border-radius: 2px;
    background: #FFF;
    box-shadow: -8px 12px 16px 0px rgba(0, 0, 0, 0.08);
  }
  .production-item a{
    text-decoration: none;
  }
  .production-item-txt{
    color: var(--main-text-color);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 3px;
  }
  #production .production-item-img{
    width: auto;
    max-width: 32vw;
    min-height: 21.3333vw;
    max-height: 21.3333vw;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: 0 auto;
  }
  .modalid .modal {
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    padding: 8vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow-y: auto;
    overflow-y: scroll;
  }
  .modalid .modal__bg {
    background: rgba(0, 0, 0, 0.40);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .modalid .modal__wrap {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .modalid .modal__content {
    overflow: auto;
    border-radius: 10px;
    background-color: #ffffff;
    max-height: 70vh;
    padding: 5.33333333vw;
    padding-top: 12vw;
    width: auto;
  }
  .modalid .modal__close {
    width: 14.9333vw;
    height: 14.9333vw;
    cursor: pointer;
    position: absolute;
    top: 2.133vw;
    right: 2.133vw;
  }
  .modalid .modal__close-icon {
    width: 14.9333vw;
    position: absolute;
    top: 2.133vw;
    right: 0;
  } 
  .modalid.production-modal .modal__wrap{
    max-width: 93.3333vw;
  }
  .production-modal .modal__content{
    padding: 15.2vw 3vw 6.9333vw;
  }
  .production-modal-txt{
    color: var(--main-text-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .production-modal-img{
    width: 84vw;
  }
  .modal-fillter.modalid .modal__content,
  .view-modal.modalid .modal__content{
    position: relative;
    padding: 26.9333vw 6.2666vw 10.1333vw 8vw;
    max-height: 100%;
    height: 100%;
    border-radius: 0;
    box-sizing: border-box;
  }
  .modal-fillter.modalid .modal__wrap,
  .view-modal.modalid .modal__wrap{
    max-width: 85.6vw;
    left: auto;
    right: 0;
    top: 0;
    transform: none;
    height: 100%;
  }
  .fillter__area-ttl, .view-modal__ttl{
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 20px;
    max-width: 540px;
    width: 100%;
    display: block;
    border-bottom: 2px solid #333;
    position: relative;
  }
  .fillter__area-ttl::before{
    position: absolute;
    content: "";
    width: 27px;
    height: 16px;
    background-image: url(/zemi/challengeschool/online-art/art_festival/_assets/img/fillter_img.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 82px;
    transform: translateY(-100%);
  }
  .fillter__area-txt, .view-modal__sub-ttl{
    color: var(--main-text-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 20px;
  }
  .fillter__area-item{
    margin-top: 20px;
  }
  .fillter__area-item-ttl{
    color: #333;
    font-size: 5.0666vw;
    font-weight: 700;
    line-height: 1.3;
  }
  .fillter__area-item-txt{
    font-size: 3.7333vw;
  }
  .fillter__area-item-inner{
    display: flex;
    gap: 14px;
    margin-top: 5px;
    flex-wrap: wrap;
  }
  .fillter__area-item-btn{
    display: flex;
    padding: 1.6vw 4vw;
    color: var(--main-text-color);
    border-radius: 4px;
    border: 1px solid var(--main-text-color);
    box-shadow: -2px 2px 8px 0px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    height: 34px;
    width: 32.8000vw;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .fillter__area-category .fillter__area-item-btn{
    width: 100%;
    padding: 1.6vw 1vw;
  }
  .fillter__area-item-btn:hover{
    opacity: 0.8;
  }
  .fillter__area-item-btn:has(input:checked){
    background-color: var(--main-text-color);
    color: #FFF;
  }
  .view-modal__ttl::before{
    position: absolute;
    content: "";
    width: 6.9333vw;
    height: 6.9333vw;
    background-image: url(/zemi/challengeschool/online-art/art_festival/_assets/img/point_sp_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 6em;
  }
  .view-modal__txt, .view-modal__sub-ttl{
    padding-top: 1.6vw;
    padding-left: 33px;
    position: relative;
  }
  .view-modal__sub-ttl::before{
    content: "";
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
  }
  .view-modal__sub-ttl:nth-of-type(2)::before{
    background-image: url(/zemi/challengeschool/online-art/art_festival/_assets/img/number01.svg);
  }
  .view-modal__sub-ttl:nth-of-type(4)::before{
    background-image: url(/zemi/challengeschool/online-art/art_festival/_assets/img/number02.svg);
  }
  .view-modal__sub-ttl:nth-of-type(6)::before{
    background-image: url(/zemi/challengeschool/online-art/art_festival/_assets/img/number03.svg);
  }
  .fillter__float-area{
    display: flex;
    gap: 3.7333vw;
    flex-wrap: wrap;
  }
  .fillter__float-area-item{
    border-radius: 4px;
    background: var(--main-text-color);
    box-shadow: -2px 2px 8px 0px rgba(0, 0, 0, 0.08);
    padding: 2.1333vw 10.4vw 2.1333vw 4.2666vw;
    box-sizing: border-box;
    display: flex;
    color: #ffffff;
    font-size: 3.7333vw;
    text-align: center;
    width: 38.9333vw;
    height: 9.0666vw;
    position: relative;
    justify-content: center;
    align-items: center;
  }
  .fillter__float-area-item:has(.fillter__float-area-txt--category){
    width: 100%;
  }
  .fillter__float-area-item::before{
    position: absolute;
    content: "";
    width: 3.7333vw;
    height: 3.7333vw;
    background-image: url(/zemi/challengeschool/online-art/art_festival/_assets/img/fillter_btn_close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    right: 4.2666vw;
    transform: translateY(-50%);
  }
  .fillter__float-btn-close, .fillter__float-btn-open{
    position: relative;
  }
  .fillter__float-btn-close::before, .fillter__float-btn-open::before{
    position: absolute;
    content: "";
    width: 3.2vw;
    height: 3.2vw;
    background-image: url(/zemi/challengeschool/online-art/art_festival/_assets/img/fillter_float-slide-btn.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 15%;
    right: -4.2vw;
    transform: rotate(180deg);
  }
  .fillter__float-btn-open::before{
    transform: translateY(-10%);
  }
}