@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&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;
}



.kakaku {
	width: 70%;
}


/**/

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

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

.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-top: 15px;
  padding-bottom: 15px;
}

.hyakufuku_attention_text {
  font-size: 1.5em;
  line-height: 1.8em;
  margin-left: auto;
  margin-right: auto;
  color: black;
  font-family: "RocknRoll One", sans-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;
}

.at {
  position: relative;
}
.mov {
  position: absolute;
  left: 100px;
  top: 77px;
  width: 700px;
  height: 394px;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 700px;
  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%;
}

