@media screen and (max-width: 375px) {
  #idx_event .event_item {
    padding-left: 6.667vw;
  }

  #idx_event .event_block {
    width: 30.4vw;
  }

  #idx_event .event_title .cicle {
    font-size: 4.8vw;
  }
}

@media screen and (max-width: 374px) {
  #idx_about .inner {
    padding: 0 3%;
  }

  #idx_about .about_lumine {

  }

  #idx_event .event_item {
    padding-left: 3%;
  }

  #idx_event .event_content {
    margin-right: 3%;
  }

  #idx_event .event_item.reverse {
    padding-right: 3%;
  }

  #idx_event .event_item.reverse .event_content {
    margin: 23px 0 0 3%;
  }

  #idx_event .event_lable .event_lable_note {
    right: 0;
  }

  #idx_floor .inner,
  #idx_audience .inner,
  #idx_popup .inner {
    padding:  0 3%;
  }

  #idx_popup .popup_artist_img {
    width: 28.877vw;
    height: 29.144vw;
    margin: 0 4% 0 0;
  }
}

@media screen and (min-width: 768px) {

  /* #idx_mainvisual .top_slider {
    width: 100%;
    max-width: 1200px;
    height: 900px;
    max-height: 900px;
    height: 75vw;
  } */

  #idx_artist .artist_item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }

  #idx_artist .artist_item:nth-child(odd) {
    margin-right: 20px;
  }

  #idx_artist .artist_item:nth-child(3n) {
    margin-right: 0;
  }
  #idx_event .inner,
  #idx_popup .inner {
    max-width: 720px;
  }
  #idx_popup .popup_brand_img figcaption {
    font-size: 14px;
  }
}

@media screen and (min-width: 1025px) {
  #idx_artist .artist_item {
    width: calc((100% - 60px) / 4);
  }

  #idx_artist .artist_item:nth-child(odd) {
    margin-right: 20px;
  }

  #idx_artist .artist_item:nth-child(3n) {
    margin-right: 20px;
  }

  #idx_artist .artist_item:nth-child(4n) {
    margin-right: 0;
  }

}

@media screen and (min-width: 1023px) {
  body {
    font-size: 16px;
  }

  /*-------------------header------------------*/
  /* #header {
    max-width: 100%;
    padding: 50px 0 20px;
    height: auto;
    pointer-events: none;
  } */
/* 
  #header .menu {
    position: relative;
    left: auto;
    top: auto;
    padding: 0;
    width: 100%;
    height: auto;
    background: none;
    overflow-y: initial;
    transform: translateX(0);
    opacity: 1;
    transition: all 0.4s ease;
    pointer-events: none;
  }

  #header .menu nav {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding-left: 0;
  }

  #header .menu_list {
    margin: 0;
    display: flex;
    justify-content: center;
  }

  #header .menu_item {
    margin-bottom: 0;
    width: calc(100% / 6);
    text-align: center;
    position: relative;
  }

  #header .menu_item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: #666;
    pointer-events: none;
  }

  #header .menu_item a {
    padding: 0 5px;
    pointer-events: auto;
  }

  #header .menu_item:first-child a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background: #666;
    pointer-events: none;
  }

  #header .hamburger,
  #header .menu_note {
    display: none;
    pointer-events: none;
  } */

  /*-------------------idx_about------------------*/
  #idx_about .about_art_item {
    margin-bottom: 25px;
  }

  #idx_about .about_art_details {
    padding: 45px 3%;
  }

  #idx_about .about_art_ttl {
    font-size: 26px;
  }

  #idx_about .about_art_title {
    font-size: 20px;
  }

  #idx_about .about_art_text {
    font-size: 16px;
  }

  /*-------------------idx_artist------------------*/


  /*-------------------idx_floor------------------*/
  #idx_floor {
    padding-bottom: 55px;
  }

  #idx_floor .inner .h_title {
    margin-bottom: 35px;
  }

  #idx_floor .inner .h_title img {
    width: 188px;
  }

  /*-------------------idx_event------------------*/
  #idx_event .inner .h_title img {
    width: 119px;
  }

  #idx_event .inner .h_title {
    margin-bottom: 35px;
  }

  #idx_event .event_item,
  #idx_event .event_item.reverse {
    margin-bottom: 55px;
  }

  #idx_event .event_time .event_time_content2 p {
    width: 50px;
  }

  #idx_event .event_block {
    width: 160px;
  }

  #idx_event .event_time {
    font-size: 16px;
    margin-bottom: 25px;
  }

  #idx_event .event_title {
    font-size: 22px;
  }

  #idx_event .event_title .size {
    font-size: 26px;
  }

  #idx_event .event_desc .event_desc_title .medium {
    font-size: 16px;
  }

  #idx_event .event_desc .event_desc_title {
    margin-bottom: 20px;
  }

  #idx_event .event_block p {
    font-size: 16px;
  }

  #idx_event .event_lable .event_lable_note {
    width: 90px;
    height: 90px;
    right: -125px;
  }

  #idx_event .event_lable .event_lable_note.line::after {
    top: 40px;
  }

  /*-------------------model------------------*/


}
