@charset "utf-8";
/* ===================================================================
CSS information

 file name  : sp.css
 style info : スマートフォン用
=================================================================== */

@media screen and (max-width: 768px){
  .gallery_thumbs_wrap ul li {
    font-size: 260%;
  }
  .gallery_thumbs_wrap ul li span {
    font-size: 145%;
  }
}
@media screen and (max-width: 414px){
  .gallery_thumbs_wrap ul li {
    font-size: 130%;
  }
  .gallery_thumbs_wrap ul li:first-of-type {
    font-size: 100%;
  }
  .gallery_thumbs_wrap ul li span {
    font-size: 145%;
  }
}
@media screen and (max-width: 375px){
  .gallery_thumbs_wrap ul li {
    font-size: 110%;
  }
  .gallery_thumbs_wrap ul li:first-of-type {
    font-size: 100%;
  }
}
@media screen and (max-width: 360px){
  .gallery_thumbs_wrap ul li {
    font-size: 110%;
  }
  .gallery_thumbs_wrap ul li:first-of-type {
    font-size: 90%;
  }
}
@media screen and (max-width: 320px){
  .gallery_thumbs_wrap ul li {
    font-size: 100%;
  }
  .gallery_thumbs_wrap ul li:first-of-type {
    font-size: 80%;
  }
}