@charset "UTF-8";

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



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


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

.top_text {
  font-size: 1.9em;
}
.notice_text {
  font-size: 0.9em;
}
.attention_text {
  font-size: 0.6em;
}

.kakaku {
	margin: 25px;
  text-align: center;
	width: 80%;
}

.tit_set {
  margin-top: 30px;
  margin-bottom: 30px;
}

.btn_set {
	width: 70%;
  margin-top: 30px;
  margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
.top_pic_box {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.top_price_bg {
  position: relative;
  width: 100%;
  height: 100px;
  background-color: #451201;
  background-image: url(../images/bg_price_01.png);
  background-repeat: repeat;
}