header {
  height: 14vw;
}

header #header {
  top: 39px;
}

#individual header #header {
  top: 0px;
}

.sp_header {
  margin-top: 0vw;
}

#individual header #header #menu_wrap .menu {
  top: 14vw;
}
header #header #menu_wrap .menu {
  top: 23vw;
}

#top .top_banner {
  width: 100%;
  bottom: -6vw;
}

#top {
 /* height: 153.5vw; */
}

#top .top_logo {
  top: 10vw;
}

.start{
  display: none;
}

.top_links{
  position: absolute;
  width: 93%;
  height: 14rem;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6vw;
  background: #ffffffc9;
  border: 1px solid #f30000;
  border-radius: 10px;
  display: flex;
  padding: 2vw 0vw;
  justify-content: center;
}

.start_sp{
  display: flex;
  width: 100%;
  justify-content: center;
}

.start_sp .start_btn3{
  display:none;
}

.start_sp button{
  background:none;
  border:0;
  outline:none;
  width: auto;
  height: 14vw;
  overflow:hidden;
  position:relative;
}

.start_sp button:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  /* content: ""; */
  background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.4) 100%);
  transform: skewX(-25deg);
  transition: all .5s;
  -webkit-animation: sg 1s linear infinite;
  animation: sg 1.5s linear infinite;
  z-index: 100;
}

.start_btn3,.start_btn4,.start_btn_ed{
  margin: 0 1%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

#foot_link .start_btn1{
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.start_btn3 img,.start_btn4 img,.start_btn_ed img{
    width:100%;
}

.head_lule_box {
    display: flex;
    justify-content: space-around;
    width: 90%;
    margin: 0.5rem auto 0;
    line-height: 2 !important;
    color: #000000 !important;
    text-align: left!important;
    text-decoration: none !important;
    font-size: 2.5vw !important;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
    font-weight: 600;
    gap: 3vw;
  }
.lule_box_l{
  display:flex;
  white-space: nowrap;
  flex-direction: column;
}
.lule_box_r{
  display:flex;
  /* white-space: nowrap; */
  gap: 1px;
  flex-wrap: wrap;
}
.specification{
  display:flex;
  flex-direction: column;
}

.head_lule_box a{
  color: #de0a26;
}

.head_lule_box span {
  padding: 5px;
  width: 100%;
  line-height: 0;
  display: flex;
  align-items: center;
  align-content: center;
  white-space: nowrap;
}

.head_lule_box input {
  vertical-align: middle;
  accent-color: #de0a26;
  width: 2.5vw;
  height: 2.5vw;
}

#foot_link {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 18vw;
  display: flex;
  background: linear-gradient(to top, #f3e5cf 0%, #fdfaf5 100%);
  background: #7c1b1b;
  padding: 0vw 1.0667vw;
  align-items: center;
  flex-direction: row;
  border-top: 0.25vw solid #fff;
  justify-content: center;
}

/* #foot_link .foot_qr,#foot_link .regist_right{
  display:none;
} */


#foot_link .foot_title{
  display: none;
}

#foot_link .foot_btn{
  width: 100%;
  height: 7rem;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  margin-top: 0.5rem;
  align-items: flex-start;
  z-index: 100;
}

#foot_link .foot_btn button {
  width: auto;
  height: 7rem;
  display: flex;
  overflow:hidden;
  position:relative;
  border-radius: 2.5vw;
}

.start_btn1,.start_btn2 {
  display:none !important;
}


#foot_link .foot_btn button img {
  width: 99%;
  height: 7rem;
}

#foot_link .foot_btn a {
  width: auto;
  height: 15vw;
  display: flex;
}

.foot_btn button:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  /* content: ""; */
  background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.4) 100%);
  transform: skewX(-25deg);
  transition: all .5s;
  -webkit-animation: sg 1s linear infinite;
  animation: sg 1.5s linear infinite;
  z-index: 100;
}

.rolling {
  background: url(../img/footer_bg.png) center;
  background-size: cover;
  height: 18vw;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: scroll 60s infinite linear;
  animation: scroll 30s infinite linear;
  z-index: 25;
}

@-webkit-keyframes scroll {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100vw 0;
  }
}

@keyframes scroll {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100vw 0;
  }
}

.footer_qr {
  display: none;
}

#spec {
  padding: 6.6667vw 0 29vw;
}

#news_area #news .tabs>ul>li ul li {
  display: flex !important;
}

#terms {
  background-color: #000;
  color: #fff;
  padding: 5%;
  margin: 10vh auto;
  width: 100%;
  height: 80vh;
  overflow: auto;
}

#terms p {
  margin-bottom: 1em;
  font-size: 3.2vw;
}

#terms h1 {
  border-bottom: .1333vw solid #fff;
  padding: 2vw 0;
  margin-bottom: 1em;
  font-size: 4vw;
}

#term_body h2 {
  margin: 5% 0%;
  padding: 1.3333vw;
  line-height: 1.6;
  border: .1333vw solid #fff;
  font-size: 3.5vw;
}

@media screen and (max-width: 768px) {
  .lity-container {
    max-width: 90vw !important;
  }
}

#go_top {
  width: 11vw;
  height: 10vw;
  fill: #ffffff;
  position: fixed;
  right: 0vw;
  bottom: 66vw;
  background: #de0a26;
  border-radius: 2vw 0 0 2vw;
  padding: 0.3rem;
  box-sizing: border-box;
  cursor: pointer;
  transition: transform 0.5s ease-in-out;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

#go_top.is-visible {
  -webkit-transform: translateX(0);
  transform: translateX(0vw);
}