@charset "utf-8";
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  z-index: 99999;
  background: #fff;
  color: #000;
  border-bottom: none;
}
div.area_mv {
  margin-top: 53px;
}
p.enter_bt_text {
  text-align: center;
  font-size: 23px;
  font-size: 23px;
  background: linear-gradient(45deg, #f0cc7e 0%, #ddbd72 45%, #efdfbb 70%, #ddbd72 85%, #ddbd72 90% 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section#content_01 h2 {
  font-size: 18px;
  border-top: 1.2px solid #ddbd72;
  border-bottom: 1.2px solid #ddbd72;
  padding: 20px 5px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.6;
  margin-bottom: 30px;
}
section.content_link,section.content_policy,section#content_sitemap {
  padding-top: 20px;
  padding-bottom: 20px;
}
section.content_link h3 + img {
  margin-bottom: 0;
}
.pagetop.fixed {
  position: fixed;
  bottom: 9px;
}