@charset "euc-jp";
/*-------all-------------------------------------------------*/
#template #templateWrap #templateFlame {
  width: 100%;
  padding: 0;
}

/*-------h1-------------------------------------------------*/
#template #templateWrap #templateFlame #headline div {
  background: url(https://books.rakuten.co.jp/event/game/campaign/inventory-clearance/img/20230901/h1-pc.png) no-repeat center top;
  background-size: cover;
  height: 280px;
  max-width: 1920px;
  margin: 0 auto;
}
#template #templateWrap #templateFlame #headline h1 {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}

/*-------navi-------------------------------------------------*/
#template #navArea {
  /*margin: 0px 0px 40px;*/
  padding: 15px 0;
  background: #e3e3e373;
}
#template #navArea ul {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#template #navArea ul.topNav li {
  position: relative;
}
#template #navArea ul.topNav li a {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: block;
  height: 50px;
  font-size: 110%;
  color: #292929;
  border: 1px solid #292929;
  border-radius: 5px;
  line-height: 50px;
  padding-left: 15px;
  background-color: #fff;
  width: 465px;
}
#template #navArea ul.topNav li a.insectBtn::before {
  background-color: rgba(11, 255, 178, 0.3);
}
#template #navArea ul.topNav li a.dinosaurBtn::before {
  background-color: rgba(255, 42, 42, 0.3);
}
#template #navArea ul.topNav li a span {
  font-size: 125%;
  font-weight: bold;
}
#template #navArea ul.topNav li a .navIc {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  margin: auto;
}
#template #navArea ul.topNav li a:hover {
  text-decoration: none;
}
#template #navArea ul.bottomNav {
  flex-wrap: wrap;
}
#template #navArea ul.bottomNav li a {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: grid;
  height: 60px;
  font-size: 17px;
  font-weight: bold;
  padding: 0px 10px;
  align-items: center;
  color: #ffff;
  line-height: 1.5;
  background-color: #ff6e30;
  text-align: center;
  border-radius: 5px;
}
#template #navArea ul.bottomNav li:last-child a.pointbtn {
  background: #f15d49;
}
#template #navArea ul.bottomNav li a .navIc {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  margin: auto;
}
#template #navArea ul.bottomNav li a:hover {
  text-decoration: none;
  /* opacity: 0.8; */
  background: #ff552f;
}
#template #navArea .menu li {
  width: 360px;
  position: relative;
  float: left;
}
#template #navArea .menu li a {
  display: block;
  webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#template #navArea .menu li:hover > ul {
  display: block;
}
#template #navArea .menu ul {
  display: none;
  position: absolute;
  top: 35px;
  width: 360px;
  /* border-radius: 5px; */
  border: 1px solid #ffd7c3;
  box-sizing: border-box;
  background: #fff1ea;
}
#template #navArea .menu ul li {
  margin-top: 0;
}
#template #navArea .menu ul li:last-child a {
  border-bottom: none;
}
#template #navArea .bottomNav ul li a {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: block;
  height: auto;
  font-size: 17px;
  font-weight: bold;
  color: #ff6e30;
  border: none;
  border-bottom: 1px solid #ffd7c3;
  line-height: normal;
  padding: 15px 5px;
  background: none;
  box-sizing: border-box;
  width: 358px !important;
  border-radius: 0;
}
#template #navArea .menu ul li a:before {
  display: none;
}
#template #navArea .menu ul li a:hover {
  background: #fff9e8;
}
#template #navArea .menu ul li a:after {
  /* content: ''; */
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 1.5px #292929;
  border-right: solid 1.5px #292929;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
}
#template #navArea .menu li:hover > ul {
  display: block;
}
#template #navArea .bottomNav ul {
  margin-top: 25px;
  padding: 0;
  z-index: 3;
}

/*#template #navArea ul.topNav li a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: -5px;
  top: -5px;
  border-radius: 5px;
  z-index: -1;
  transition: 0.3s;
}
#template #navArea ul.topNav li a:hover::before {
  top: 0;
  left: 0;
}*/
/* background-color: rgba(160, 160, 160, 0.3); */
/* pulldown menu */
/*#template #navArea .menu li:nth-child(n+6) {
    width: 270px;
    margin-top: 7px;
}*/
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.navHeight {
  display: block;
  margin-top: -90px;
  padding-top: 90px;
  line-height: 0;
}

.navHeight02 {
  display: block;
  margin-top: -360px;
  padding-top: 360px;
  line-height: 0;
}

/*-------bg-------------------------------------------------*/
#template #templateWrap #templateFlame #bodyClump .bg01 {
  background: #fff;
  padding: 50px 0;
}
#template #templateWrap #templateFlame #bodyClump .bg02 {
  background: #fff7ee;
  padding: 50px 0;
}

/*-------h2-------------------------------------------------*/
#template #templateWrap #templateFlame #bodyClump h2 {
  color: #ff6e30;
  font-size: 30px;
  font-weight: bold;
  background: none;
  text-align: center;
  margin: 0 0 50px;
  padding: 0;
}

/*-------h3-------------------------------------------------*/
#template #templateWrap #templateFlame #bodyClump h3 {
  color: #ffa700;
  font-size: 25px;
  font-weight: bold;
  background: none;
  text-align: center;
  margin: 0 0 50px;
  padding: 0;
}
#template #templateWrap #templateFlame #bodyClump h3::after {
  content: '';
  color: #ffa700;
  width: 100px;
  height: 2px;
  background: #ffa700;
  border-bottom: 2px #ffa700 solid;
  border-radius: 3px;
  top: 45px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
  margin: auto;
}

/*-------moreBtn-------------------------------------------------*/
#template #templateWrap #templateFlame #bodyClump .moreBtn {
  width: 460px;
  margin: 50px auto;
}
#template #templateWrap #templateFlame #bodyClump .moreBtn a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  background: #ffae00;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  position: relative;
  border-radius: 100px;
  transition: .2s all;
}
#template #templateWrap #templateFlame #bodyClump .moreBtn a:hover {
  background: #ff7300;
}
#template #templateWrap #templateFlame #bodyClump .moreBtn a:hover::after {
  right: 20px;
}
#template #templateWrap #templateFlame #bodyClump .moreBtn a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -4px;
  transition: .2s all;
}

/*-------pagetop-------------------------------------------------*/
#template #templateWrap #templateFlame #bodyClump .pageTop {
  bottom: 10px;
  right: 10px;
  position: fixed;
  opacity: 0.8;
  z-index: 90;
}
#template #templateWrap #templateFlame #bodyClump .pageTop:hover {
  opacity: 1.0;
}
