.u-bl-lgpc {
  display: none !important;
}

.u-bl-pc {
  display: none !important;
}

.u-bl-tb {
  display: none !important;
}

main {
  /* foundation */
  /* layout */
  /*component*/
  /*project*/
  /*utility*/
  /*page*/
}
main .sct-point {
  padding-bottom: 140px;
}
main .sct-photo2 {
  padding-bottom: 170px;
}
main .sct-amazon {
  position: relative;
  aspect-ratio: 1536/560;
  width: 100%;
  background-image: url("../img/amazon_bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
main .sct-amazon__btn {
  -webkit-transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -webkit-filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.3));
  container-type: inline-size;
  position: absolute;
  top: 48.3%;
  left: 50%;
  width: 48%;
  height: auto;
  transform: translateX(-50%);
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.3));
  transition: all 0.3s;
}
main .sct-amazon__btn .wrap {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 3cqw;
}
main .sct-amazon__btn .wrap::after {
  -webkit-animation: shine 2s ease infinite;
  -webkit-transform: skewX(-15deg);
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transform: skewX(-15deg);
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.6)), color-stop(75%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 75%);
  content: "";
  animation: shine 2s ease infinite;
  mix-blend-mode: overlay;
}
@-webkit-keyframes shine {
  50% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes shine {
  50% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
main .sct-amazon__btn::after {
  -webkit-transform: translateX(-50%);
  display: block;
  z-index: -1;
  position: absolute;
  top: 97%;
  left: 50%;
  width: 97%;
  height: 9%;
  transform: translateX(-50%);
  border-radius: 0 0 20px 20px;
  background-color: rgb(153, 60, 11);
  content: "";
}
main .sct-amazon__btn img {
  width: 100%;
  height: auto;
}
main .sct-amazon__btn:hover {
  -webkit-transform: translateX(-50%) scale(1.05);
  transform: translateX(-50%) scale(1.05);
  opacity: 1;
}
main .fix-amazon {
  -webkit-transition: all 0.3s ease;
  z-index: 10;
  position: fixed;
  right: 50px;
  bottom: 40px;
  width: 480px;
  transition: all 0.3s ease;
}
main .fix-amazon.is-disable {
  -webkit-transform: translateX(150%);
  transform: translateX(150%);
}
main .fix-amazon img {
  -webkit-filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.3));
  width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.3));
}

#pagetop {
  display: none !important;
}

@media screen and (max-width: 1535px) {
  body {
    margin: 0;
  }
  .u-bl-lgpc {
    display: block !important;
  }
  .u-none-lgpc {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  body {
    margin: 0;
  }
  .u-bl-pc {
    display: block !important;
  }
  .u-none-pc {
    display: none !important;
  }
}

@media screen and (max-width: 799px) {
  body {
    margin: 0;
  }
  .u-bl-tb {
    display: block !important;
  }
  .u-none-tb {
    display: none !important;
  }
  main .sct-point {
    padding-bottom: 50px;
  }
  main .sct-photo2 {
    padding-bottom: 50px;
  }
  main .sct-amazon {
    aspect-ratio: 375/200;
    background-image: url("../img/amazon_bg_sp.webp");
  }
  main .sct-amazon__btn {
    top: 44.5%;
    width: 84%;
  }
  main .sct-amazon__btn::after {
    width: 95%;
    border-radius: 0 0 10px 10px;
  }
  main .fix-amazon {
    -webkit-transform: translateX(-50%);
    right: auto;
    bottom: 5.33vw;
    left: 50%;
    width: 92vw;
    transform: translateX(-50%);
  }
  main .fix-amazon.is-disable {
    -webkit-transform: translateY(150%) translateX(-50%);
    transform: translateY(150%) translateX(-50%);
  }
}

@media screen and (max-width: 599px) {
  body {
    margin: 0;
  }
}

@media screen and (max-width: 374px) {
  body {
    margin: 0;
  }
}

@media screen and (max-width: 319px) {
  body {
    margin: 0;
  }
}

@media screen and (min-width: 800px) {
  main .fix-amazon:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
}