@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Murecho:wght@100..900&display=swap');
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  scroll-behavior: smooth;
  background-color: #ffa426;
}
a:hover img {
  opacity: 0.5;
}

#DtArea {
  margin-left: auto;
  margin-right: auto;
}
#DtArea #sec-1 {
  background-color: #ffa426;
}
/**/
#dragonball #Tomica-wrapper {
  background-color: #ffa426;
}
#Tomica-wrapper {
  background-color: #ffa426;
}
.dragonball-wrapper {
  width: 100%;
}
/*メインロゴ*/
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.box-inner_01 {
  width: 900px;
  height: 131px;
  padding-top: 45px;
  padding-bottom: 85px;
}
/*キャッチ*/
.container2 {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  background-color: #004479;
  margin-bottom: 20px;
}
.box-inner_02 {
  width: 900px;
  height: auto;
  padding: 20px 0px;
}
.box-inner_02 img{
  width: 50%;
}
/*ラインナップタイトル*/
.box-inner_03 {
  width: 900px;
  height: auto;
  padding: 10px 0px;
}
.box-inner_03 img{
  width: 30%;
}
/*各アイテム*/
.container3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.box_lineup {
  width: 900px;
}
.lineup_area {
  text-align: center;
  width: 100%;
}
.lineup_area ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.lineup_btn_left {
  width: 420px;
  height: 326px;
  margin-left: 30px;
  margin-right: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.lineup_btn_right {
  width: 420px;
  height: 326px;
  margin-top: 15px;
  margin-bottom: 15px;
}

/*ボタン*/
.container_festa {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.container_festa_area {
  width: 900px;
}
.festa-base {
  position: relative;
}
.festa-button {
  position: absolute;
  top: 8%;
  left: 11.5%;
}
.festa-button:hover {
  opacity: .7;
}

/*商品ボックス*/
.dragonball_items {
  width: 960px;
  height: auto;
margin: 0 auto 15px;
}

/*価格ボタン*/
.kakaku {
  width: 600px;
}

/*注意文*/
.container_notice {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.container_notice_area {
  width: 900px;
  padding-top: 30px;
  padding-left: 95px;
  padding-bottom: 30px;
  text-align: left;
}
.notice_text {
  font-size: 0.9em;
  line-height: 2em;
  color: #2d2d2d;
  font-family: "Murecho", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}