@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
a:hover img {
  opacity: 0.5; 
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/*タイトル*/
.tit_logo {
  text-align: center;
  margin: 70px auto 120px auto;
}
.tit_catch {
  text-align: center;
  margin: 0px auto 80px auto;
}
/*アイテムタイトル*/
.item_main_img {
  text-align: center;
  margin: -40px auto 0px auto;
}
.item_tit_catch {
  text-align: center;
  margin: 0px auto 50px auto;
}
.jokei_tit_catch {
  text-align: center;
  margin: 30px auto 50px auto;
}
/*ボタン*/
.lineup_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 810px;
  margin: 0 auto;
}
.l_box {
  width: calc(50% - 5px);
  height: 100%;
  margin-bottom: 10px;
}
/*下部ボタン*/
.btn_plarail_top {
  text-align: center;
  margin: 70px auto 30px auto;
}
.btn_tomix_top {
  text-align: center;
  margin: 0px auto 60px auto;
}
/*他*/
.New_Table900 {
  width: 900px;
  padding: 50px 30px 50px 30px;
  background-image: url("../images/bg_plarail_01.jpg");
  background-repeat: repeat;
}
/*価格*/
.kakaku_base {
  position: relative;
}
.kakaku_rail {
  position: absolute;
  z-index: 1;
  width: 150px;
  height: 39px;
  top: 89.5%;
  left: 32%;
}
.kakaku_rail_fuku {
  position: absolute;
  z-index: 1;
  width: 150px;
  height: 39px;
  top: 87%;
  left: 66%;
}
.kakaku_jokei {
  position: absolute;
  z-index: 1;
  width: 150px;
  height: 39px;
  top: 92%;
  left: 32%;
}
.kakaku_harrypotter {
  position: absolute;
  z-index: 1;
  width: 150px;
  height: 39px;
  top: 87%;
  left: 70%;
}
.kuwashiku {
  position: absolute;
  top: 13%;
  left: 70%;
}
