@charset "UTF-8";
.pc {
  display: none!important;
}
.sp {
  display: block!important;
}


.box {
  flex: 1;
  flex-basis: 98%;
}
.box-inner {
  width: 100%;
}

/* swロゴ */
.sw_logo_box {
  width: 100%;
	height: auto;
  position: relative;
}
.sw_logo_box img {
  width: 50%;
  height: auto;
  margin: 30px auto;
}

/* swテキスト */
.sw_txt {
  width: 100%;
  height: auto;
  margin: 0px auto 15px;
}
.sw_txt img {
  width: 100%;
  height: auto;
}
/* swアイテム */
.sw_lineup {
  width: 100%;
  margin: 0 auto 15px;
}
/* コピーライト */
.txt_copy {
  width: 100%;
  height: auto;
  margin: 0px auto 20px;
}
.txt_copy img {
  width: 100%;
  height: auto;
}