@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400&display=swap');
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  scroll-behavior: smooth;
  background-color: #fff;
  background-image: url("../images/bg_hololive_01.png");
}
#DtArea {
  margin-left: auto;
  margin-right: auto;
}
#DtArea #sec-1 {
  background-color: #fff;
}
/**/
#hololive #Tomica-wrapper {
  background-color: #fff;
}
#Tomica-wrapper {
  background-color: #fff;
}
.hololive-wrapper {
  width: 100%;
}
/*メイン*/
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: visible;
}
.box-inner {
  width: 900px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box {
  flex: 1;
  flex-basis: 900px;
}
/*コピー*/
.container2 {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.top_title {
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e4e656;
  width: 100vw;
}
/*商品*/
.container3 {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.box_item {
  flex: 1;
  flex-basis: 900px;
}
.lineup_title {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 50px;
}
.lineup_item {
  text-align: center;
  padding-bottom: 40px;
}
/*ボタン*/
.container4 {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.kakaku {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
/*コピー*/
.container5 {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.txt_copy {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100vw;
  background-color: #3e3a39;
}
/*注意文*/
.container6 {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.notice_text {
  font-size: 0.8em;
  line-height: 1.8em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  color: #3e3a39;
  font-family: 'Zen Maru Gothic', sans-serif;
}