/* スマホ用 */


.riyuu__dots .slick-dots li:nth-child(1) {
  top: 24vw;
  left: 30vw;
}
.riyuu__dots .slick-dots li:nth-child(2) {
  top: 17vw;
  left: 65vw;
}
.riyuu__dots .slick-dots li:nth-child(3) {
  top: 24vw;
  left: 45vw;
}
.riyuu__dots .slick-dots li:nth-child(4) {
  top: 38vw;
  left: 34vw;
}
.riyuu__dots .slick-dots li:nth-child(5) {
  top: 30vw;
  left: 21vw;
}
.riyuu__dots .slick-dots li:nth-child(6) {
  top: 36vw;
  left: 51vw;
}
.riyuu__dots .slick-dots li:nth-child(7) {
  top: 31vw;
  left: 45vw;
}
.riyuu__dots .slick-dots li:nth-child(8) {
  top: 24vw;
  left: 67vw;
}
.riyuu__dots .slick-dots li:nth-child(9) {
  top: 32vw;
  left: 66vw;
}

/* structure 羽毛 */
.structure_fe__dots .slick-dots li:nth-child(1) {
  top: 45vw;
  left: 29vw;
}
.structure_fe__dots .slick-dots li:nth-child(2) {
  top: 25vw;
  left: 25vw;
}
.structure_fe__dots .slick-dots li:nth-child(3) {
   top: 18vw;
  left: 34vw;
}
.structure_fe__dots .slick-dots li:nth-child(4) {
   top: 5vw;
  left: 34vw;
}
.structure_fe__dots .slick-dots li:nth-child(5) {
  top: 39vw;
  left: 51vw;
}
.structure_fe__dots .slick-dots li:nth-child(6) {
  top: 34vw;
  left: 51vw;
}

/*　structure ウレタン　*/
.structure_ure__dots .slick-dots li:nth-child(1) {
  top: 45vw;
  left: 29vw;
}
.structure_ure__dots .slick-dots li:nth-child(2) {
  top: 25vw;
  left: 25vw;
}
.structure_ure__dots .slick-dots li:nth-child(3) {
  top: 18vw;
  left: 34vw;
}
.structure_ure__dots .slick-dots li:nth-child(4) {
  top: 5vw;
  left: 35vw;
}
.structure_ure__dots .slick-dots li:nth-child(5) {
  top: 39vw;
  left: 49vw;
}
.structure_ure__dots .slick-dots li:nth-child(6) {
  top: 33vw;
  left: 55vw;
}


.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(-90px);
    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;
}

/*記述追加20210118 end*/

li{
margin:0 auto;
}

#total_count{
    position:relative;
}

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

.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: 60px;
    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;

}

/*サムネイル0228*/


.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{
    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;
}



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

/*記述追加20210118 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: 860px ;
  margin:auto;
   
   
}

.mainSlide {
    padding: 53px 0 0;
    margin: 0 auto 280px;
    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;
}    
   
/*記述追加20210118 End*/
    
  .riyuu__dots .slick-dots li:nth-child(1) {
    top: 103px;
    left: 292px;
  }
  .riyuu__dots .slick-dots li:nth-child(2) {
    top: 57px;
    left: 554px;
  }
  .riyuu__dots .slick-dots li:nth-child(3) {
    top: 112px;
    left: 406px;
  }
  .riyuu__dots .slick-dots li:nth-child(4) {
    top: 215px;
    left: 326px;
  }
  .riyuu__dots .slick-dots li:nth-child(5) {
    top: 153px;
    left: 224px;
  }
  .riyuu__dots .slick-dots li:nth-child(6) {
    top: 200px;
    left: 458px;
  }
  .riyuu__dots .slick-dots li:nth-child(7) {
    top: 168px;
    left: 407px;
  }
  .riyuu__dots .slick-dots li:nth-child(8) {
    top: 110px;
    left: 565px;
  }
 .riyuu__dots .slick-dots li:nth-child(9) {
    top: 171px;
    left: 563px;
  }

  /* 羽毛 */
  .structure_fe__dots .slick-dots li:nth-child(1) {
    top: 371px;
    left: 261px;
  }
  .structure_fe__dots .slick-dots li:nth-child(2) {
    top: 197px;
    left: 223px;
  }
  .structure_fe__dots .slick-dots li:nth-child(3) {
    top: 131px;
    left: 308px;
  }
  .structure_fe__dots .slick-dots li:nth-child(4) {
    top: 28px;
    left: 305px;
  }
  .structure_fe__dots .slick-dots li:nth-child(5) {
    top: 316px;
    left: 450px;
  }
  .structure_fe__dots .slick-dots li:nth-child(6) {
    top: 277px;
    left: 481px;
  }
	
  /* ウレタン */
  .structure_ure__dots .slick-dots li:nth-child(1) {
    top: 403px;
    left: 261px;
  }
  .structure_ure__dots .slick-dots li:nth-child(2) {
    top: 215px;
    left: 223px;
  }
  .structure_ure__dots .slick-dots li:nth-child(3) {
    top: 160px;
    left: 308px;
  }
  .structure_ure__dots .slick-dots li:nth-child(4) {
    top: 53px;
    left: 317px;
  }
  .structure_ure__dots .slick-dots li:nth-child(5) {
    top: 348px;
    left: 450px;
  }
  .structure_ure__dots .slick-dots li:nth-child(6) {
    top: 293px;
    left: 481px;
  }

    
}

