@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 {
    width: 100%;
  }

  #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) {
  .pc { display: block; }
  .sp { display: none; }
  #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;
  }

  /* -----------hover--------- */
  #header .menu_item a:hover {
    color: #c3c3c3;
  }

  #model .close:hover,
  .btn_primary a:hover,
  .btn_second a:hover,
  #idx_artist .artist_item:hover {
    opacity: 0.7;
  }
}

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

  .btn_primary {
    height: 45px;
    max-width: 251px;
  }

  .btn_primary a {
    font-size: 16px;
  }

  .btn_second a {
    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 {
    padding-top: 45px;
  }

  #idx_about .about_desc {
    margin-bottom: 45px;
  }

  #idx_about .about_desc p {
    margin-bottom: 20px;
  }

  #idx_about .about_lumine {
    margin-bottom: 45px;
    padding: 35px 3%;
  }

  #idx_about .about_lumine_content {
    max-width: 260px;
    margin-bottom: 35px;
  }

  /* #idx_about .about_lumine_block {
    margin-bottom: 35px;
  } */

  #idx_about .about_lumine_title {
    margin-bottom: 25px;
  }

  #idx_about .about_lumine_title span img {
    width: 114px;
  }

  #idx_about .about_lumine_desc p,
  #idx_about .about_lumine_desc p.small {
    font-size: 18px;
  }

  #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_artist .h_title {
    margin-bottom: 35px;
  }

  #idx_artist .inner .h_title img {
    width: 129px;
  }

  #idx_artist .artist_item {
    margin-bottom: 35px;
  }

  #idx_artist .artist_title {
    font-size: 16px;
  }


  /*-------------------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;
  }

  /*-------------------idx_audience------------------*/
  #idx_audience .audience_inner {
    max-width: 720px;
    padding-top: 45px;
  }

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

  #idx_audience .h_title img {
    width: 123px;
  }

  #idx_audience .audience_wrap {
    padding: 0 3% 55px;
  }

  #idx_audience .audience_item {
    min-height: 80px;
  }

  #idx_audience .audience_img {
    margin-bottom: 35px;
  }

  #idx_audience .audience_img img {
    width: 221px;
  }

  #idx_audience .audience_title {
    font-size: 20px;
  }

  #idx_audience .audience_desc {
    max-width: 100%;
    margin-bottom: 55px;
  }

  #idx_audience .audience_lable {
    width: 150px;
    height: 150px;
  }

  #idx_audience .audience_lable p {
    font-size: 16px;
    line-height: 1.5;
  }

  #idx_audience .audience_lable::before {
    width: 12px;
  }

  /*-------------------idx_popup------------------*/
  #idx_popup .h_title img {
    width: 204px;
  }

  #idx_popup .popup_title {
    margin: 0 0 25px;
  }

  #idx_popup .popup_title img {
    width: 230px;
  }

  #idx_popup .popup_desc {
    margin-bottom: 55px;
  }

  #idx_popup .popup_title .small img {
    width: 254px;
  }

  #idx_popup .popup_artist .popup_ttl {
    margin-bottom: 25px;
  }

  #idx_popup .popup_artist .popup_ttl img {
    width: 229px;
  }

  #idx_popup .popup_brand .popup_ttl img {
    width: 198px;
  }

  #idx_popup .popup_brand::after {
    left: 220px;
    top: 11px;
  }

  #idx_popup .popup_artist_row {
    align-items: center;
  }

  #idx_popup .popup_artist_ttl {
    font-size: 20px;
  }

  #idx_popup .popup_artist_desc {
    font-size: 16px;
  }

  #idx_popup .popup_brand .popup_ttl {
    margin-bottom: 25px;
  }

  #idx_popup .popup_brand_title {
    font-size: 20px;
  }

  #idx_popup .popup_brand_content_title {
    font-size: 18px;
  }

  #idx_popup .popup_brand_content_desc {
    font-size: 16px;
  }

  /*-------------------model------------------*/
  #model .model_artist {
    max-width: 500px;
    padding-bottom: 40px;
  }

  #model .model_artist_img {
    max-height: 330px;
    height: 330px;
    margin-bottom: 25px;
  }

  #model .model_artist_title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  #model .model_artist_title .en {
    font-size: 16px;
    margin-top: 0;
  }

  #model .close {
    bottom: 10px;
  }

  #model .close_icon {
    height: 20px;
  }

  #model .close_icon::after {
    left: -10px;
    top: 10px;
    width: 20px;
  }

  /*-------------------footer------------------*/
  #footer {
    padding: 45px 0 20px;
  }

  #footer .note {
    font-size: 14px;
  }

  #footer p img {
    width: 140px;
  }
}
