@charset "utf";

/*---基礎情報---*/

a {
  display: block;
  position: relative;
  color: #101010;
  text-decoration: none;
}

p {
  color: #101010;
}

ul {
  display: block;
}

/*------↓ スマホサイトサイズ ↓------*/

.img_pc {
  display: none !important;
}

.gib_img {
  pointer-events: none;
}

.main_img {
  width: 100%;
  padding-top: 50px;
}

.main_img>.container {
  margin: 11px;
}

.img_box {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  justify-content: space-around;
  text-align: center;
  margin-top: 70px;
  width: 356px;
  margin: 0 auto;
}

.img_box .box {
  width: 50%;
  padding: 11px;
  margin-top: -22px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.img_box:after {
  content: "";
  display: block;
  width: 50%;
  height: 0;
}

.img_box .box img {
  margin-bottom: 45px;
  width: 147px;
  height: 147px;
}


img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  width: 100%;
}

#contents {
  transform: translateX(-150px);
}

.main_img .img_box {
  text-align: center;
  margin-top: 70px;
}

.lightbox .lb-image {
  border: 0;
  margin-top: 100px;
}

.box {
  width: 200px;
  height: 200px;
  overflow: hidden;
  /* 画像がコンテナをはみ出さないようにするために追加 */
}

.box .img-container img {
  width: 100%;
  height: 100%;
}

.box .img-container.transformed img {
  transform: scale(0.55);
}

.mobile {
  width: 200px;
}

footer {
  margin-top: -60px;
  margin: -60px 40px 0 40px;
  text-align: center;
}

.footer_container {
 margin: 0 auto;
 text-align: center;
}

footer p {
  font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  font-size: 8px;
  color: #454545;
  line-height: 1.4;
}

/*------↓ タブレット 799px ↓------*/
@media screen and (min-width: 600px) {
  .main_img {
    top: 125px;
  }

  .img_box .box {
    width: 30%;
    padding: 10px;
  }

  .img_box:after {
    width: 30%;
  }

  .main_img .img_box {
    width: 500px;
    margin: 0 auto;
  }

  .img_box .box img {
    margin-bottom: 30px;
    width: 120px;
    height: 120px;
  }

  footer p {
    font-size: 10px;
  }
}

/*------↓ タブレット 800pxから↓------*/

@media screen and (min-width: 800px) {

  .main_img {
    top: 30px;
  }

  .img_box .box {
    width: 30%;
    padding: 16px;
    margin-top: 40px;
  }

  .img_box:after {
    width: 30%;
  }

  .main_img .img_box {
    width: 700px;
    margin: 0 auto;
  }

  .img_box .box img {
    margin-bottom: 30px;
    width: 180px;
    height: 180px;
  }

  .main_img>.container {
    padding: 30px;
  }

  .thumbnail {
    margin-top: 20px;
    /* 上方向のマージンを20pxに設定 */
  }

  .non a {
    width: 0;
    padding: 0;
    display: none;
  }

  data .lb-caption {
    top: 108%;
  }

  footer {
    margin: 10px 0 30px 0;
  }

  footer p {
    font-size: 11px;
  }
}

/*------↓ パソコンサイズ ↓------*/
@media screen and (min-width: 1024px) {



  .img_sp {
    display: none !important;
  }

  .img_pc {
    display: block !important;
  }

  .img_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: top;
  }

  .main_img .img_box {
    width: 950px;
    margin: 0 auto;
  }

  .box {
    height: 100%;
    overflow: hidden;
    /* 画像がコンテナをはみ出さないようにするために追加 */
  }

  .img_box .box {
    width: 25%;
    padding: 20px 0;
  }

  .img_box:after {
    width: 50%;
  }

  .img_box .box img {
    margin-bottom: 30px;
    width: 66.65%;
    height: 66.65%;
    margin: 0 auto;
  }

  .main_img {
    margin-top: 78px;
    padding: 0 30px;
  }

  .main_img>.container {
    padding: 0;
  }

  footer p {
    font-size: 12px
  }
}

/*------↓ 1200pxサイズ ↓------*/
@media screen and (min-width: 1200px) {
  .img_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .main_img {
    padding-top: 80px;
  }

  .main_img .img_box {
    width: 100%;
  }

  .img_box .box {
    width: 23%;
    margin-bottom: 40px;
  }

  .img_box:after {
    width: 47.2%;
  }

  .main_img {
    padding: 0 40px;
  }

  .img_box .box img {
    width: 200px;
    height: 200px;
  }

  footer p {
    font-size: 13px;
  }



  /* header>.container {
        padding: 0 90px;
      } */

}