@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Antique&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kosugi&display=swap');

.pc { display: block !important; }
.sp { display: none !important; }

html {
	scroll-behavior: smooth;
}


/*春節トミカ*/

#shunsetsu #Tomica-wrapper{
background-color: #fff;	
}

.shunsetsu-contents {
	width: 900px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
}

/*購入ボタン*/

.kakaku {
	width: 70%;
}
.kakaku img {
  border: solid 5px #950002;
  border-radius: 30px;
}
.kakaku img:hover {
  border-color: #D7D000;
}


.box_lineup {
  flex-basis: 900px;
}
.lineup_area {
  text-align: center;
  width: 860px;
  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-top: 15px;
  padding-bottom: 15px;
}

.shunsetsu_copy_text {
  font-size: 1.7em;
  line-height: 2.0em;
  margin-left: auto;
  margin-right: auto;
  color: #333;
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
}

.shunsetsu_copy_strong_text {
  font-size: 2.0em;
  line-height: 2.0em;
  margin-left: auto;
  margin-right: auto;
  color: red;
  font-weight: 800;
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
}

.shunsetsu_attention_text {
  font-size: 1.2em;
  line-height: 1.8em;
  margin-left: auto;
  margin-right: auto;
  color: black;
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
}

.attention_text {
  font-size: 1.0em;
  line-height: 1.2em;
  margin-left: auto;
  margin-right: auto;
  color: #333;
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-style: normal;
}


