@charset "utf-8";
/* CSS Document */

/* ==========================================================================//
//
//　PC
//
// ========================================================================== */






/* ==========================================================================//
//
//　SP 1024px以下
//
// ========================================================================== */

@media screen and (max-width: 1024px) {

}


/* ==========================================================================//
//
//　SP 560px以下
//
// ========================================================================== */

@media screen and (max-width: 560px) {

  /* メインビジュアル
---------------------------------------------------------- */
img.main_copy {
  width: 90%;
  height: auto;
  left: 20px;
}


  /* topコピー
---------------------------------------------------------- */
.top_copy_01 {
  font-size: 32px;
  line-height: 130%;
}



}




