@charset "utf-8";

/*--------------------------------------
このbase_formatはmax-width:885pxメインと
なっているがレスポンシブは基本は下記サイズから
@media screen and (max-width:767px)
---------------------------------------*/
@media screen and (max-width: 1040px) {

  /*————————————————————————————————
  ナビゲーション設定
  —————————————————————————————————*/
  
    
  /*navタブにopen classがついた時の動作*/
  .header_inner.open{
    overflow-y: auto;
    height: 100%;
  }

  .navArea.display_flex{
    align-items: initial;
  }

  

  .header_inner.open .global_menu{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    top: 12rem;
  }

  .header_inner .global_menu.UpMove{
    margin-right: 0;
    margin-top: 0;
    /*top: -40rem;*/
    top: 12rem;
  }

  .header_inner.open .global_menu.UpMove{
    margin-right: 0;
    margin-top: 0;
    /*top: 16rem;*/
  }
  /*————————————ここまで————————————*/

  .global_menu{
    position: fixed;
    min-width: 100%;
    margin-left: 0;
  }

  .global_menu.DownMove{
    animation: none;
  }
  
  .header_nav{
    display: none;
    width: 100%;
  }

  .header_nav li a:after{
    background: none;
  }

  .navArea{
  padding: 1rem;
  }

  
  .mask {
    display: none;
    position: fixed;
    /*transition: all 0.3s ease-in-out;
    z-index: 999;*/
  }
  .open .mask {
    margin: 0 auto;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 1);
    z-index: -1;
  }

    
  .header_inner.open .navArea{
    background: none;
    /*justify-content: center;*/
  }

  /*————————————————————————————
  ハンバーガー トグル形状とアクション
  ————————————————————————————*/
  .toggle_btn.sp-only_01{
    position: fixed;
    width: 6rem;
    height: 6rem;/*高さ必ず指定してタップ領域確保*/
    display: block;
    top: 2.4rem;
    right: 2.4rem;
    transition: .3s;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 1);
    border: solid rgba(203, 51, 45, 1);
    border-radius: 3rem;
    cursor: pointer;
    outline: none;
    filter: drop-shadow(0px 0px 5px White);
  }

  .btn01{
    width: 100%;
    height: 2.2rem;
    /*margin-top: 4rem;*/
    padding: 0 1.2rem;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }

  .toggle_btn span {
    display: block;
    /*position: absolute;*/
    left: 0;
    /*width: 32px;*/
    height: 2px;
    background-color: rgba(203, 51, 45, 1);
    transition: .4s;
    cursor: pointer;
    z-index: 9999;
  }

  .toggle_btn.open span {
    background-color: rgba(203, 51, 45, 1);
  }

  .toggle_btn.open span:nth-child(1) {
    -webkit-transform: translateY(1.2rem) rotate(30deg);
    transform: translateY(1.0rem) rotate(30deg);
  }
  .toggle_btn.open span:nth-child(2) {
    opacity: 0;
  }
  .toggle_btn.open span:nth-child(3) {
    -webkit-transform: translateY(-1.2rem) rotate(-30deg);
    transform: translateY(-1.0rem) rotate(-30deg);
  }
  /*————————————ここまで————————————*/

  .mask {
    /*display: none;*/
    position: fixed;
  }
  .open .mask {
    margin: 0 auto;
    display: block;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 1);
    border-left: none;
    z-index: -1;
  }
  
  .header_inner.open .global_menu.UpMove{
    position: fixed;
    min-width: 0;
    width: 100%;
    animation: none;
  }
  
  .header_inner.open .header_nav{
    display: block;
  }
  
  .header_inner.open .menu{
    border-left: none;
    padding-top: 6rem;
  }
  
  .header_inner.open .menu:last-child{
    border-right: none;
  }
  




  .entry._03{
    width: 100%;
  }

  .event_width{
    width: 100%;
  }

  .pickup{
    padding: 0 4%;
  }

  .event{
    width: calc((100% - 6rem) /3);
  }

  .pickup::after{
    display: block;
    content: '';
    width: calc((100% - 6rem) /3);
  }



  
  .pc-only.DownMove,.toggle_btn.pc-only.UpMove{
    display: none !important;
  }

  .global_menu{
    display: none;
  }
}



@media screen and (max-width: 767px) {
  /*——————————————————————
display: block;
——————————————————————*/

  .no-section,
  .display_flex,
  .sp-only_01 {
    display: block;
  }

  .field._01,
  .entry._01,
  .entry._02,
  .entry._04,
  .entry._05,
  .inner._01 {
    width: 100%;
    padding: 0 3%;
  }

  .inner._01{
    padding: 0 5%;
  }
  

  .display_flex.-as{
    display: none;
  }

  
/*——————————————————————
ファーストビュー エリア
——————————————————————*/

  .h2_words{
    width: 100%;
  }

  .page_top{
    width: auto;
  }


/*——————————————————————
美術館・博物館とはエリア
——————————————————————*/
  .list-wrapper{
    background: linear-gradient(to right, #2c2c33 0%,#47444e 80%,#6c666e 100%);
    position: relative;
    width: 100%;
    padding: 0 10%;
  }

  
  .list-wrapper.inner._02{
    position: initial;
  }

  .inner._02{
    display: block;
    width: 100%;
  }

  .museums{
    width: 100%;
    padding-bottom: 20%;
  }

  .back-moji{
    position: relative;
    padding: 20% 10%;
  }
  .back-moji img{
    width: 100%;
    height: auto;
  }


  .h2-sab{
    /*display: block;*/
    width: 12.3rem;
  }

  .h2-title .h2-sab img{
    width: 100%;
    height: auto;
  }

  .h2-title._b{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }


/*——————————————————————
東北の展覧会 エリア
——————————————————————*/

.event{
  width: calc((100% - 3rem) /2);
}

/*——————————————————————
ランキング エリア 
——————————————————————*/
.ranking_top,
.ranking_under_base{
  text-align: center;
}

.explanation{
  margin: 0 auto;
}

.left_side._a img{
  width: 36.2rem;
}
/*——————————————————————
footer_SP
——————————————————————*/

  .f_field {
    width: 100%;
    text-align: center;
  }

  .f_front_top{
    width: 100%;
  }

  .f_nav li{
    padding: 1.4rem 0;
  }
  /*--------------------------
  display:none
  ---------------------------*/
  .sp-only_02,
  .tohoku.izumi,
  .tohoku.komatusima
  {
    display: none;
  }
  .side-scroll.section,
  .pc-only {
    display: none !important;
  }

  .h1_title._02 h1 {
    font-size: 4.6vw;
  }

/*——————————————————————————————————
————————————————————————————————————
以下 下層ページ
————————————————————————————————————
——————————————————————————————————*/
/*——————————————————————
————————————————————————
下層 東北の美術館・博物館
————————————————————————
——————————————————————*/
.under_line p{
  display: none;
}

.under_line{
  padding: 1.5rem;
}

}

@media screen and (max-width: 635px) {
  .sp-only_02 {
    display: block;
  }

  .space._06._2rem {
    height: 4rem;
  }
/*——————————————————————
————————————————————————
下層 東北の美術館・博物館2
————————————————————————
——————————————————————*/

.swiper{
  height: 46rem;
}

._com tr,._com td{
  display: block;
}

._com td{
  font-size: 2rem;
  text-align: center;
}

.td_pro01{
  border-bottom: dotted rgba(203, 51, 45, 1) 1px;
}

.td_pro01:first-child{
  border-right:initial;
}

.event_space,.td_pro01{
  width: 100%;
}

/*——————————————————————
————————————————————————
下層 イベント情報
————————————————————————
——————————————————————*/
.right_event{
  margin-top: 1.6rem;
}

.left_event{
  margin: 0 auto;
  width: 50%;
}

.events,.right_event,.event_ti{
  width: 100%;
}

.Highlights{
  flex-flow: column;
  align-items: center;
}

}

/*——————————————————————————————————————————————————————
  ————————————————————————————————————————————————————————
  以下の文言で幅600以下で一定の条件を満たしたアイテムすべて半分になる
  ————————————————————————————————————————————————————————
  ———————————————————————————————————————————————————————*/
@media only screen and (max-width: 600px) {
  
  html {
    font-size: 50%;
  }

  /*
  #first-view_bg {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(../img/common/back-ime_01.jpg);
    background-position: center center;
    background-size: cover;
    mask-image: url(../img/common/smask_map.svg);
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: 36% 36%;
    -webkit-mask-image: url(../img/common/mask_map.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: 36% 36%;
    z-index: 1;
  }
  */

  .arrow-up::after{
    height: 6.4rem;
  }

  .entry._05._a{
    width: 99%;
  }

  .search._held,.sbtn2{
    margin-top: 1.2rem;
  }
  

}


@media screen and (max-width: 460px) {
  /*——————————————————————
    display: block;
    —————————————————————*/

  .event{
    width: 100%;
    height: auto;
  }
}

