@charset "UTF-8";

.flagCompleteJQuery {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .bodyPc {
    display: block;
  }
  .bodySp {
    display: none;
  }
  /* .prevBtn {
    flex-basis: 10%;
  }
  .nextBtn {
    flex-basis: 10%;
  }
  .slider-for {
    flex-basis: 80%;
  } */
  .prevBtn {
    position: absolute;
    left: 10%;
    top: 50%;
    z-index: 3;
    color: #96C6CB;
    transform: scale(1, 4);
  }
  .nextBtn {
    position: absolute;
    right: 10%;
    top: 50%;
    z-index: 3;
    color: #96C6CB;
    transform: scale(1, 4);
  }
footer {
  position: fixed;
  bottom: 0;
}
.footerNav {
  display: block;
}
.headerNav {
  display: none;
}
.slider-nav {
  display: none;
  width: 100%;
  overflow-x: scroll;
  margin-top: -72px; /* 72px means footer height */
  z-index: 2;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}
.slider-nav::-webkit-scrollbar {
  display: none;
}
.imgMain {
  display: none;
  height: calc(100vh - 72px); /* 72px means footer height */
  /* aspect-ratio: 1 / 1; */
  object-fit: contain;
}
.imgNav {
  width: 80px;
  height: 80px;
  object-fit: cover;
  padding-left: 10px;
}
}

@media screen and (max-width: 767px) {
	/* 479px以下用（スマートフォン用）の記述 */
  .bodyPc {
    display: none;
  }
  .bodySp {
    display: block;
  }
  .headerNav {
    display: block;
  }
  ul{
    padding-left: 0;
  }
  li{
    list-style: none;
  }
  .navbar-brand {
    color: gray;
  }
  ul > li a {
    text-decoration: none;
    font-size: 16px;
    color: #96C6CB;
    font-family: "Zeitung Pro Light", sans-serif;
  }
  .icon-bar {
    background-color: #96C6CB;
  }
  .fullScreenMenuItem2 {
    margin-top: 10px;
  }
  .fullScreenMenuItem3 {
    margin-top: 10px;
  }
  .fullScreenMenuItem4 {
    margin-top: 10px;
  }
  .fullScreenMenuItem5 {
    margin-top: 10px;
  }
  .sliderBody {
    margin-top: -20px;
  }

  .imgMain {
    display: none;
    width: 100%;
    height: calc(100vh - 60px - 120px);
    object-fit: cover;
  }
  .imgMainLeapLeftRight {
    object-position: 35% 50%
    /* object-fit: contain; */
    /* height: auto; */
  }
  .imgNav {
    flex-shrink: 0;
    width: 19vw;
    height: 19vw;
    /* aspect-ratio: 1 / 1; */
    object-fit: cover;
    margin-left: 1vw;
  }
  .slider-nav {
    display: flex;
    width: 100%;
    overflow-x: scroll;
    margin-top: 5px;
    /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
  padding-left: 40vw;
  padding-right: 40vw;
  }
  /* Chrome, Safari 対応 */
  .slider-nav::-webkit-scrollbar {
    display: none;
  }
  .footerNav {
    display: none;
  }
}
