.header-logo {
  /*margin: 0px;*/
  /*margin-right: 0;*/
  height: 38px;
}

.swiper-wrap {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.swiper-text {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  width: 90%;
  text-align: center;
}

.swiper-image {
  opacity: 0.75;
  height: 60svh;
  object-fit: cover;
}

.swiper-text h3 {
  font-size: 1.8rem;
}

.swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0,0,0,0.15)50%,rgba(0,0,0,0.6));
  height: 100%;
}

.swiper-text2 {
  z-index: 1;
  position: absolute;
  bottom: 2rem;
  left: 0%;
  -ms-transform: translate(0%,0%);
  -webkit-transform: translate(0%,0%);
  transform: translate(0%,0%);
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  line-height: 1.5;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 1rem;
}

h3.swiper-text {
  font-size: 2.4rem;
}

.swiper-pagination-bullet {
  background-color: var(--bs-info);
}

.secmb {
  margin-bottom: 5rem;
}

.secmb.compati-sec table {
  width: 100%;
  table-layout: fixed;
}

.secmb.compati-sec table {
  border: 1px solid #e6e6e6;
}

.secmb.lineup-sec img {
  /*box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);*/
  /*border: 2px solid #fff;*/
}

.lineup-sec-img-col {
  padding: 1rem 0;
}

.btn-amazon, .btn-rakuten, .btn-yahoo {
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
}

.btn-buy {
  width: 90%;
  margin: 0 auto;
}

.sec-purchase {
  background: url(../../assets/img/purchasebg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 3rem;
  padding-bottom: 6rem;
}

.text-shadow {
  text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}

body {
  background: var(--bs-light);
  min-height: 100vh;
}

footer {
  top: 100vh;
  position: sticky;
}

html {
  scroll-padding-top: 64px;
}

.storeinfo-sec {
  background-color: #ffffff;
  padding: 5rem 0;
}

.sec-purchase div.col {
  margin-bottom: 0.625rem;
}

