@font-face {
  font-family: "A-OTF-ShinGoPro-Medium";
  src: url("../font/A-OTF-ShinGoPro-Medium.otf");
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font: inherit;
}

img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 750px) {
  html {
    font-size: calc(100vw / 75);
  }
}

body {
  font-family: "Hiragino Sans", "PA1GothicStdNRegular",
    "Hiragino Kaku Gothic Pro", "YuGothic", "游ゴシック", "Yu Gothic", Arial,
    sans-serif !important;
  background-color: #f9f9f9;
  min-height: 100vh;
  word-wrap: break-word;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.8;
  color: #333333;
}

#wrapper {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* ▼ フローティングCTA */
#floating {
  display: none; /* 初期非表示 */
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  pointer-events: none;
}

#floating .floating-inner {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 0 10px;
  text-align: center;
}

#floating .floating-inner a {
  display: inline-block;
  pointer-events: auto;
}

#floating .floating-inner img {
  width: 92%;
  max-width: 694px;
  height: auto;
}