@charset "utf-8";

/*----- header -----*/

/*----- mi -----*/
#mi {
  background: url(../img/mi/bg.webp) no-repeat center top;
  background-size: cover;
}
#mi_bln {
  margin-left: 3rem;
}
#mi_ttl {
  margin-top: -1.2rem;
}
#mi_ttl_flare {
  top: 7rem;
  left: 12.6rem;
}
#mi_medal {
  width: 46.3rem;
  margin-left: auto;
}
.medal_flare {
  top: -0.5rem;
  left: 1.4rem;
}

/*----- lead -----*/
.lead {
  background: url(../img/lead/bg.webp) no-repeat center top;
  background-size: cover;
}
.lead_box_flare {
  top: -2.8rem;
  left: 40.8rem;
}

/*----- conversion -----*/
#conversion {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  padding: 1.5rem 0;
  background: #ffffffb3;
}
.btn_box {
  width: fit-content;
  height: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15rem;
  box-shadow: 0.2rem 0.2rem 0.6rem #0000004d;
  position: relative;
  z-index: 10;
  transition: .2s;
}
/* .btn_box:before, .btn_box:after {
  content: "";
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 150px;
  box-shadow: 0 0 50px rgba(0,255,0,0.6) inset;
  animation: anime 2s ease-out infinite;
}
.btn_box:after {animation-delay: .4s;}
@keyframes anime{
  0%{transform:scale(.95); opacity:1}
  90%{opacity:.1}to{transform:scale(1.2,1.2); opacity:0}
} */