@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;
}
#DtArea {
  margin-left: auto;
  margin-right: auto;
}
#DtArea #sec-1 {
  background-color: #fff;
}
/**/
#sancolle #Tomica-wrapper {
  background-color: #fff;
}
#Tomica-wrapper {
  background-color: #fff;
}
.sancolle-wrapper {
  width: 100%;
}
/*メイン*/
.container {
  width: 100%;
  height: auto;
  background-image: url("../images/bg_sanriocolle4_01.jpg");
  background-repeat: repeat;
}
.box-inner_box {
  text-align: center;
  width: 900px;
  margin: auto;
}
.box-inner_area {
  display: inline-block;
  align-items: center;
}
.box-inner_01 {
  width: 900px;
  height: auto;
  padding: 35px 0 10px;
}
.box-inner_02 {
  width: 900px;
  height: auto;
  padding: 0px 0 60px;
}
/*価格帯*/
.container2 {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background-color: #00aec8;
}
.box-inner_03 {
  width: 900px;
  height: 60px;
  margin-bottom: 50px;
}
/*価格帯マーク*/
.date-Wrapper {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.date-title {
  margin-left: 400px;
  margin-right: auto;
  min-height: 60px;
}
.kazu-Marks {
  position: absolute;
  width: 159px;
  left: 70px;
  top: -46px;
  text-align: left;
  z-index: 3;
}
.kazu-Marks img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
/*コピーライト*/
.copy_text {
  font-size: 1em;
  line-height: 1.8em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  color: #3e3a39;
  font-family: 'Zen Maru Gothic', sans-serif;
}
/*各アイテム*/
.container3 {
  width: 100%;
  height: auto;
  background-image: url("../images/bg_sanriocolle4_02.png");
  background-repeat: repeat;
  padding-top: 30px;
  padding-bottom: 30px;
}
.box_lineup {
  text-align: center;
  width: 900px;
  margin: auto;
}
.lineup_area ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.lineup_btn_left {
  width: 395px;
  height: auto;
  padding-left: 50px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.lineup_btn_right {
  width: 395px;
  height: auto;
  padding-right: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
}
/*購入ボタン*/
.kakaku_box {
  text-align: center;
  width: 900px;
  margin: 20px auto;
}
.kakaku_area {
  display: inline-block;
  align-items: center;
}
.kakaku {
  border: solid 5px #ffffff;
  border-radius: 20px;
  width: 500px;
}