@charset "UTF-8";

/* 900px以下で1カラム画像の左右の余白０ */
@media (width <= 900px) {
  .inner_item_img {
    margin-inline: -2% !important;
  }
}
/*MV*/
#top_mv + section.width_full .content_wrapper{
  padding: 0 !important;
}
 body.index main{
  transform: translateY(120px )!important;
}
@media screen and (max-width: 900px) {
    body.index main {
        transform: translateY(70px) !important;
    }
}
@media screen and (max-width: 700px) {
    body.index main {
        transform: translateY(70px) !important;
  }
}

/*-----フッター追従_最下部に固定(追従なし)-----*/
body.index main{
  transform: translateY(0px )!important;
  padding-top: 120px;
}
@media screen and (max-width: 900px) {
    body.index main {
        transform: translateY(0px) !important;
        padding-top: 70px;
    }
}
@media screen and (max-width: 700px) {
    body.index main {
        transform: translateY(0px) !important;
        padding-top: 70px;
  }
}


/*-----Instagram VIEW-----*/
.instagram_wrapper {
  display: none;
}
@media screen and (max-width: 920px) {
     #instagram + div .wrapper_item {
       display: none;
    }
    .instagram_wrapper {
       display: block;
      margin-bottom: 80px;
      margin-left: auto;
      margin-right: auto;
      overflow: visible;
    }
    .swiper-container {
      position: relative;
    }
    .swiper-wrapper {
	width: 100%;
    }
    .swiper-slide {
       position: relative;
    }
}