@charset "utf-8";

/*----- header -----*/
#header {
  background: #fff;
}
#header .box {
  padding-top: 10px;
  padding-bottom: 10px;
}


/*----- 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;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.btn_box {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6rem;
  overflow: hidden;
  position: relative;
}

.btn_box::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: 0;
  left: 0;
  width: 18rem;
  height: 14rem;
  background: url(../img/common/shiny.webp) no-repeat center top;
  background-size: cover;
  animation: shiny 1.8s ease-in-out infinite
}

@-webkit-keyframes shiny {
  0% {
    transform: translateX(-18rem);
    opacity: 0
  }
  40% {
    opacity: 1
  }

  70% {
    transform: translateX(81rem);
    opacity: 0
  }
  100% {
    transform: translateX(81rem);
    opacity: 0
  }
}


/*----- mi -----*/
#mi {
  background: url(../img/mi/bg.webp) no-repeat center top;
  background-size: contain;
}
#mi .box {
  padding-top: 17.8rem;
}
#mi_banner_flare {
  position: absolute;
  top: 1rem;
  right: 5rem;
  mix-blend-mode: screen;
}
#mi li {
  width: 23rem;
}

@media (hover:hover) {
}

.fs14{
  font-size: 1.4rem;
}

.fw400{
  font-weight: 400;
}

.mb20{
  margin-bottom: 2rem;
}

.fv_bi img{
  width: 41.3rem !important;
}

.gbNote{
  text-align: center;
  margin-top: 2rem;
}

.lead .ttl02{
  width: 37.7rem !important;
  position: relative;
  left: -16rem !important;
  top: 10.5rem !important;
}