@charset "UTF-8";

/* ※page_new.cssとは
トップページを除くすべてのページに適用されるCSS。既存のCSS。 */

.new_logo{
  display: none;
}
.mv_photo{
  display: none;
}

#modal01,
#modal02,
#modal03,
#modal04,
#modal05{
  display: none;
}
#header-logo.new_logo{
  display: none;
}
@media (max-width: 1185px) {
  .toggle span:first-child{
    top: 14px;
  }
.head-icon{
  display: none;
}
#header-logo{
  padding: 15px 0;
}
.new_head #header-logo{
  display: block;
}

#header-logo{
  background-color: transparent;
  width: 100%;
}
#header-logo a{
    display: block;
    width: 13%;
    height: 60px;
    margin: auto;
}
.toggle{
  background-color: transparent;
}
.toggle span{
  background-color: #6b6b6b;
  width: 25px;
  height: 2px;
  border-bottom:0px;
}
.toggle span:nth-child(2) {
    top: 23px;
}
.toggle span:last-child {
    top: 32px;
}
#header-offcanvas-btn{
  position: fixed;
  right: 0px;
  z-index: 1200;
}

#globalNavi{
  background-color: rgba(255, 255, 255, 1);
}

#globalNavi.is-show.active #header-logo{
  display: none;
}



#globalNavi.is-show .new_logo{
  display: block;
}
.mv_logo{
  position: absolute;
  z-index: 100;
  top: 5%;
  width: 100%;
  text-align: center;
}
.mv_photo{
  display: block;
  width: 100%;
  margin: 5px auto 0;
}
.mv_photo ul li{
  float: left;
}
.mv_photo ul li:nth-child(1){
  width: 68%;
}
.mv_photo ul li:nth-child(2){
  width: 31%;
  margin-left: 1%;
}
.mv_photo ul li:nth-child(3){
  width: 47%;
  margin-right: 1%;
    margin-top: 5px;
}
.mv_photo ul li:nth-child(4){
  width: 52%;
    margin-top: 5px;
    margin-bottom: 1%;
}
.mv_photo ul li:nth-child(5){
  width: 52%;
}
.mv_photo::after{
  content: "";
  clear: both;
  display: block;
}

.toparrow{
  display: none;
}

/* モーダル全体(背景＋本体) */
.modal{
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 1000;
}

/* モーダル背景 */
.modal-bg{
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/* モーダル本体 */
.modal-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll; /* はみ出た部分はスクロールさせる */
  width: 100%;/* これが無いと「overflow:scroll」が利かない */
  padding: 0px;
}
.modal-content.long{
  width: 80%;
}
.js-modal-close .fa-close{
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 1.6rem;
}
/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
.main-visual{
  padding-top: 0px;
}
.new_head #header-logo{
    display: none;
}
#header-logo{
  display: none;
}
.new_head #header-logo.new_logo{
    display: block;
}


}
@media (max-width: 768px){
#header-logo img {
    width: 79%;
    padding: 10px 0;
}
#header-logo a{
  width: 33%;
}

#header-logo {
    padding: 3px 0;
}
}
.modal01,
.modal02,
.modal03,
.modal04,
.modal05{
  display: none;
}



.studio_mv_wapper{
  display: flex;
}
.studio_mv_wapper img{
  width: 100%;
}
.studio_mv{
  width: 46%;
}
.studio_mv_wapper .main-visual-01{
  width: 54%;
}

.studio_mv ul li{
  float: left;
  padding: 2px;
  box-sizing: border-box;
}

.studio_mv ul li:nth-child(1){
  width: 69%;
}
.studio_mv ul li:nth-child(2){
width: 30.97%;
}
.studio_mv ul li:nth-child(3){
  width: 47%;
}
.studio_mv ul li:nth-child(4){
  width: 52.4%;
}
.studio_mv ul li:nth-child(5){
  width: 52.4%;
}

.studio_mv_wapper .uk-slideshow-items{
  overflow: inherit !important;
}

.studio_mv_wapper .uk-cover{
  top: 89%;
}

.studio_mv_wapper .uk-slideshow-items>*{
  overflow: inherit;
}

.studio_mv_wapper .uk-position-center-left,
.studio_mv_wapper .uk-position-center-right{
  top: 85%;
}


@media (max-width: 750px) {
  .studio_mv_wapper{
    flex-direction: column;
  }
  .studio_mv{
    width: 100%;
  }
  .studio_mv_wapper .main-visual-01{
    width: 100%;
  }
  .studio_mv_wapper .main-visual-01 {
    width: 100%;
    height: 99.6vw;
}
.studio_mv ul li{
  float: left;
  padding: 1px;
  box-sizing: border-box;
}

}
