@charset "UTF-8";

/**/
@media only screen and (max-width: 769px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}



#kuji #Tomica-wrapper {
  width:100%;
}

.box {
  flex: 1;
  flex-basis: 98%;
}
.box-inner {
  width: 100%;
}
.indigo_box {
  height: auto;
}
.box1 {
  height: auto;
}

/*ボタン*/
.btn_sp {
	width: 300px;
}