/* foundation
======================================== */
html, body, div, span, object,
iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a,
abbr, acronym, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, var,
u, i,
dl, dt, dd,
ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: inherit;
  background: transparent;
}

main, article, aside, section, details, figcaption,
figure, footer, header, menu, nav {
  display: block;
}

* {
  box-sizing: border-box;
  font-size: inherit;
  line-height: inherit;
}

body {
  -webkit-text-size-adjust: 100%;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
textarea::-webkit-input-placeholder,
textarea:-moz-input-placeholder {
  color: #888;
}

input[type="button"],
input[type="submit"],
input[type="search"],
input[type="reset"] {
  -webkit-appearance: none;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

caption, th {
  text-align: left;
}

img {
  max-width: 100%;
  vertical-align: top;
}

a {
  color: inherit;
  text-decoration: none;
}
a:focus {
  outline: none;
}

:root {
  font-size: 62.5%;
}
@media only screen and (min-width: 375px) {
  :root {
    font-size: 73.242%;
  }
}
@media only screen and (min-width: 414px) {
  :root {
    font-size: 80.859%;
  }
}
@media only screen and (min-width: 460px) {
  :root {
    font-size: 89.843%;
  }
}
@media only screen and (min-width: 640px) {
  :root {
    font-size: 125%;
  }
}

.lp-s-container {
  width: 100%;
  min-width: 320px;
  color: #333;
  font-size: 1.4rem;
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, MS-PGothic, sans-serif;
  line-height: 1.643;
}

/* layout
======================================== */
.lp-l-footer {
  padding-top: 0.6rem;
  padding-bottom: 1.8rem;
}

.lp-l-frame {
  width: 90.625%;
  max-width: 580px;
  margin-right: auto;
  margin-left: auto;
}

.lp-l-header {
  padding-bottom: 0.8rem;
}
.lp-l-header-visual {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.lp-l-section {
  padding-top: 3rem;
}
.lp-l-section-block {
  padding-top: 3rem;
}
.lp-l-section-block:first-child {
  padding-top: 0;
}
.lp-l-section-block-sm {
  padding-top: 1.4rem;
}
.lp-l-section-heading + .lp-l-section-block {
  padding-top: 1.4rem;
}

/* object
======================================== */
.lp-p-contents-heading {
  padding-left: 0.5rem;
  border-left: 0.5rem solid #d4838d;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.lp-p-contents-link-amazon {
  float: left;
  width: 40%;
}
.lp-p-contents-link-amazon img {
  width: 100%;
}

.lp-p-footer-sign {
  display: block;
  font-size: 1rem;
  line-height: 2;
  text-align: right;
}
@media only screen and (max-width: 374px) {
  .lp-p-footer-sign-xs {
    font-size: 0.9rem;
  }
}
.lp-p-footer-unit {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0;
}
.lp-p-footer-unit::after {
  content: "";
  display: inline-block;
  width: 100%;
}
.lp-p-footer-unit > * {
  font-size: 1rem;
}
.lp-p-footer-unit-cell {
  display: inline-block;
  vertical-align: middle;
}

.lp-p-header-heading {
  background-color: #d4838d;
}
.lp-p-header-heading span {
  display: block;
  width: 90.625%;
  max-width: 580px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.444;
}
