html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
    font-size: 62.5%;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
  }
  
  html::-webkit-scrollbar {
    display: none;
  }
  
  *,
  ::before,
  ::after {
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  ::before,
  ::after {
    text-decoration: inherit;
    vertical-align: inherit;
  }
  
  * {
    padding: 0;
    margin: 0;
  }
  
  hr {
    overflow: visible;
    height: 0;
    color: inherit;
  }
  
  details,
  main {
    display: block;
  }
  
  summary {
    display: list-item;
  }
  
  small {
    font-size: 80%;
  }
  
  [hidden] {
    display: none;
  }
  
  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
  }
  
  a {
    background-color: transparent;
    text-decoration: none;
    color: #222222;
  }
  
  a:active,
  a:hover {
    outline-width: 0;
  }
  
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
  }
  
  pre {
    font-size: 1em;
  }
  
  b,
  strong {
    font-weight: bolder;
  }
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  table {
    border-color: inherit;
    text-indent: 0;
  }
  
  input {
    border-radius: 0;
  }
  
  [disabled] {
    cursor: default;
  }
  
  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
    height: auto;
  }
  
  [type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }
  
  [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  textarea {
    overflow: auto;
    resize: vertical;
  }
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font: inherit;
  }
  
  optgroup {
    font-weight: bold;
  }
  
  button {
    overflow: visible;
  }
  
  button,
  select {
    text-transform: none;
  }
  
  button,
  [type=button],
  [type=reset],
  [type=submit],
  [role=button] {
    cursor: pointer;
    color: inherit;
  }
  
  button::-moz-focus-inner,
  [type=button]::-moz-focus-inner,
  [type=reset]::-moz-focus-inner,
  [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  button:-moz-focusring,
  [type=button]::-moz-focus-inner,
  [type=reset]::-moz-focus-inner,
  [type=submit]::-moz-focus-inner {
    outline: 1px dotted ButtonText;
  }
  
  button,
  html [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button;
  }
  
  button,
  input,
  select,
  textarea {
    background-color: transparent;
    border-style: none;
  }
  
  a:focus,
  button:focus,
  input:focus,
  select:focus,
  textarea:focus {
    outline-width: 0;
  }
  
  select {
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  
  select::-ms-expand {
    display: none;
  }
  
  select::-ms-value {
    color: currentColor;
  }
  
  legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
    max-width: 100%;
  }
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    color: inherit;
    font: inherit;
  }
  
  img {
    border-style: none;
    max-width: 100%;
    vertical-align: top;
    height: auto;
  }
  ol,
  ul {
    list-style-type: none;
  }
body{
    margin: 0;
    padding: 0;
}
.lpWrapper {
    overflow: hidden;
    background: url(https://www.rakuten.ne.jp/gold/kobe-beauty-labo/dir/img/botanist/clearcleanse/bottle/bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}
.lpInner {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: -8px 0 20px rgb(0 0 0 / 15%), 20px 0 20px rgb(0 0 0 / 15%), 0 -20px 20px rgb(0 0 0 / 15%), 0 20px 20px rgb(0 0 0 / 15%);
    box-shadow: -8px 0 20px rgb(0 0 0 / 15%), 20px 0 20px rgb(0 0 0 / 15%), 0 -20px 20px rgb(0 0 0 / 15%), 0 20px 20px rgb(0 0 0 / 15%);
}
.lpInner img {
    width: 100%;
}

.kago .kago_kagoInner {
    border: none;
}

.floatBnr {
  position: fixed;
  width: 100%;
  max-width: 640px;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: 0;
  z-index: 1000;
  transition: transform 0.2s ease-in-out, opacity 0.2s linear;
  opacity: 1;
  cursor: pointer;
}
.floatBnr.-appear {
  opacity: 0;
}