/* スマホ用 */


.riyuu__dots .slick-dots li:nth-child(1) {
  top: 18vw;
  left: 45vw;
}

.riyuu__dots .slick-dots li:nth-child(2) {
  top: 36vw;
  left: 34vw;
}

.structure__dots .slick-dots li:nth-child(1) {
  top: 35vw;
  left: 30vw;
}

.structure__dots .slick-dots li:nth-child(2) {
  top: 12vw;
  left: 27vw;
}

.structure__dots .slick-dots li:nth-child(3) {
  top: 1vw;
  left: 29vw;
}

.structure__dots .slick-dots li:nth-child(4) {
  top: 8vw;
  left: 32vw;
}

.structure__dots .slick-dots li:nth-child(5) {
  top: 25vw;
  left: 47vw;
}

.structure__dots .slick-dots li:nth-child(6) {
  top: 22vw;
  left: 55vw;
}

.structure__dots .slick-dots li:nth-child(7) {
  top: 34vw;
  left: 50vw;
}

.structure__dots .slick-dots li:nth-child(8) {
  top: 30vw;
  left: 60vw;
}

.structure__dots .slick-dots li:nth-child(9) {
  top: 27vw;
  left: 68vw;
}

/*記述追加20210725 Start*/
.mainSlide__thumbs {
  display: -webkit-flex;
  flex-wrap: wrap;
  max-width: 1000px;
  outline: none;
}

.mainSlide__thumbsItem.current {
  box-shadow: 0 0 0 2px #222 inset;
}

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

.mainSlide__spText {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 3% 0;
}

.slick-counter {
  text-align: center;
  transform: translateY(-99px);
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.15);
  color: #ffffff;
  font-size: 10px;
  padding: 4px 0px 3px 0px;
  border-radius: 24px;
  width: 66px;
  font-family: 'Frutiger LT W01_55 Roma1475738', sans-serif;

}

*:focus {
  outline: none;
}

li {
  margin: 0 auto;
}

#total_count {
  position: relative;
}

.test0307 {
  position: absolute;
  z-index: 1;
  margin: 0 30px;
  bottom: 97px;
}

.grid_icon {
  text-align: center;
  background: rgba(0, 0, 0, 0.15);
  color: #ffffff;
  font-size: 25px;
  padding: 4px 0px 3px 0px;
  border-radius: 4px;
  width: 33px;
}

.sidebar_midashi {
  text-align: left;
  position: fixed;
  width: 93%;
  background: white;
  padding: 10px 14px;
  transform: translateY(0px);
}

.sidebar.left {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: white;
  z-index: 1500;
  overflow: scroll;
}

.sidebars>.sidebar {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.64);
  position: fixed;
  padding: 50px 10px 15px 10px;
  overflow: scroll;

}

.thumbnail_sp {
  display: grid;
  grid-gap: 3px;
  grid-template-rows: repeat(11, 77px);
  grid-template-columns: repeat(4, auto);
  padding: 10px 3px;
  /*	justify-content: center;*/
  margin-top: 50px;
}

.thumbnail_sp img,
.thumbnail_sp video {
  width: 75px;
  height: 75px;
  border-radius: 5px;
  object-fit: cover;
}

.arrow {
  width: 10px;
  height: 10px;
  border: 1px solid #333;
  border-color: transparent transparent #333 #333;
  transform: rotate(45deg);
  display: inline-block;
  margin-right: 10px;
}

/*記述追加20221105*/
.location {
  text-align: right;
  max-width: 785px;
  padding: 0 5.3333333333%;
}


/* PC用 */
@media screen and (min-width: 480px) {

  .riyuu__dots .slick-dots li:nth-child(1) {
    top: 57px;
    left: 425px;
  }

  .riyuu__dots .slick-dots li:nth-child(2) {
    top: 200px;
    left: 330px;
  }


  .structure__dots .slick-dots li:nth-child(1) {
    top: 320px;
    left: 270px;
  }

  .structure__dots .slick-dots li:nth-child(2) {
    top: 150px;
    left: 240px;
  }

  .structure__dots .slick-dots li:nth-child(3) {
    top: 50px;
    left: 250px;
  }

  .structure__dots .slick-dots li:nth-child(4) {
    top: 120px;
    left: 300px;
  }

  .structure__dots .slick-dots li:nth-child(5) {
    top: 250px;
    left: 420px;
  }

  .structure__dots .slick-dots li:nth-child(6) {
    top: 220px;
    left: 480px;
  }

  .structure__dots .slick-dots li:nth-child(7) {
    top: 305px;
    left: 453px;
  }

  .structure__dots .slick-dots li:nth-child(8) {
    top: 265px;
    left: 487px;
  }

  .structure__dots .slick-dots li:nth-child(9) {
    top: 243px;
    left: 537px;
  }


  /*記述追加20210725 Start*/
  html>body {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

  }

  .mainSlide__thumbs {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    margin: auto;


  }

  .mainSlide {
    padding: 53px 0 0;
    margin: 0 auto 200px;
    max-width: 1600px;
  }

  .mainSlide__thumbsItem {
    width: 55px;
    height: 55px;
    margin: 3px;
  }

  .sidebar.left {
    position: fixed;
    top: unset;
    left: unset;
    bottom: unset;
    width: none;
    background: none;
    overflow: hidden;
  }

  /*記述追加20210725 End*/
  
  .location {
  text-align: right;
  margin: 0 auto;
  max-width: 785px;
  padding-top: 65px;
}

}

