@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kosugi&display=swap');
html {
  scroll-behavior: smooth;
}
.xmas_bg {
  background-image: url("../images/bg_snow_01.jpg");
  width: 100%;
  min-height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.TomicaContents-960px {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.title_left {
  text-align: left;
}
.title_box {
  width: 100%;
  padding-bottom: 10px;
}
.series-titles-tettei-comment {
  text-align: left;
  float: left;
}
.series-titles-tettei-comment_text {
  font-size: 1.2em;
  line-height: 1.0em;
  color: #fff;
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.updata-Box_tettei {
  text-align: right;
}
.updata-Box_tettei_text {
  font-size: 1.0em;
  font-weight: bold;
  line-height: 1.0em;
  color: #fff;
}
.at {
  position: relative;
}
.mov {
  position: absolute;
  left: 75px;
  top: 10px;
  width: 750px;
  height: 422px;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box_lineup {
  flex-basis: 900px;
}
.lineup_area {
  text-align: center;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.lineup_area ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.lineup_btn {
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
  padding: 10px 8px 10px 8px;
}
.lineup_btn_shadow {
  filter: drop-shadow(3px 3px 3px #000);
}
.price {
  position: relative;
}
.big-kakaku {
  position: absolute;
  width: 64%;
  top: 12%;
  margin-left: 18%;
  margin-right: 18%;
}
.big-kakaku img {
  border: solid 3px #fff;
  border-radius: 25px;
}
.big-kakaku img:hover {
  border-color: yellow;
}
.big-kakaku_xmas {
  position: absolute;
  width: 64%;
  top: 12%;
  margin-left: 18%;
  margin-right: 18%;
}
.big-kakaku_xmas img {
  border: solid 4px #1b5f00;
  border-radius: 25px;
}
.big-kakaku_xmas img:hover {
  border-color: white;
}
.big-kakaku_xmas_02 {
  position: absolute;
  width: 64%;
  top: 12%;
  margin-left: 18%;
  margin-right: 18%;
}
.big-kakaku_xmas_02 img {
  border: solid 4px #d23434;
  border-radius: 25px;
}
.big-kakaku_xmas_02 img:hover {
  border-color: #124702;
}
.kakaku-item-green {
  position: absolute;
  width: 32%;
  top: 60%;
  left: 55%;
}
.kakaku-item-green img {
  border: solid 2px #dfe148;
  border-radius: 20px;
}
.kakaku-item-green img:hover {
  border-color: darkgreen;
}
.kakaku-item-red {
  position: absolute;
  width: 32%;
  top: 60%;
  left: 55%;
}
.kakaku-item-red img {
  border: solid 2px #dfe148;
  border-radius: 20px;
}
.kakaku-item-red img:hover {
  border-color: darkred;
}
.kakaku-item-red_02 {
  position: absolute;
  width: 32%;
  top: 66%;
  left: 55%;
}
.kakaku-item-red_02 img {
  border: solid 2px #dfe148;
  border-radius: 20px;
}
.kakaku-item-red_02 img:hover {
  border-color: darkred;
}
.kakaku-item-red_02_xmas {
  position: absolute;
  width: 32%;
  top: 66%;
  left: 55%;
}
.kakaku-item-red_02_xmas img {
  border: solid 3px #df0000;
  border-radius: 20px;
}
.kakaku-item-red_02_xmas img:hover {
  border-color: #175e01;
}
.text_color_white {
  color: #fff;
}
.attention_text {
  font-size: 0.7em;
  line-height: 1.5em;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-style: normal;
}