
@media screen and (max-width: 767px) {
html { scroll-behavior: smooth;}
a {
	text-decoration:none;
}
.pc {
	display:none !important;
}
.sp {
	display:block !important;
  height: 100%;
}

/* --------------------------------------------
 * 　基本設計
 * -------------------------------------------- */

.w_inner {
    max-width: 1160px;
    padding:0 20px;
    margin-right: auto;
    margin-left: auto;
  }

/* --------------------------------------------
 * 　ボタン
 * -------------------------------------------- */



/* --------------------------------------------
 * 　ヘッダー
 * -------------------------------------------- */

}