@charset "UTF-8";
/* reset */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption,
figure, footer, header, main,
menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: inherit;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: inherit;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[type=button], [type=reset], [type=submit], [role=button], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

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;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

ul, ol {
  list-style-type: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/* ===============
サイト全体の基本設定
=============== */
/*
* Noto Sans JP (japanese) http://www.google.com/fonts/earlyaccess
*/
html {
  font-size: 62.5%;
  background: #333;
}

body {
  color: #000;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Helvetica, Arial, Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  background: #FFF;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
}

img.imgHover,
input[type=image] {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

img.imgHover:hover,
input[type=image]:hover {
  opacity: 0.8;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/** CSS Grid Layoutで複数の行を指定するmixin */
/** CSS Grid Layoutで複数の列を指定するmixin */
.inner800 {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .inner800 {
    width: 95%;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 800px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 800px) {
  .sp-only {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .below-tab {
    display: block;
  }
}

.c-txt--en {
  font-family: "Montserrat", "Noto Sans JP", "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
}

.u-fc-yellow {
  color: #fcff00;
}
.u-fc-pink {
  color: #ff1e60;
}

.u-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #fbfe32));
  background: linear-gradient(transparent 80%, #fbfe32 80%);
}

body {
  min-width: 800px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  body {
    min-width: 100%;
  }
}

img {
  margin: auto;
  pointer-events: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

img.imgHover,
input[type=image] {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

img.imgHover:hover,
input[type=image]:hover {
  opacity: 0.8;
}

#amazon-lp {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  width: 100%;
  color: #222;
}
#amazon-lp .container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  #amazon-lp .container {
    padding: 0 15px;
  }
}
#amazon-lp .container--btn {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  max-width: 800px;
  width: 100%;
}
#amazon-lp .header {
  position: relative;
  min-width: 1200px;
  z-index: 100;
}
@media screen and (max-width: 1200px) {
  #amazon-lp .header {
    min-width: 100%;
  }
}
#amazon-lp .header__container {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  right: 0;
  margin: 20px 20px 0;
}
@media screen and (max-width: 800px) {
  #amazon-lp .header__container {
    margin: 5px 0 0;
  }
}
#amazon-lp .header__logo {
  margin-right: 10vw;
  padding-top: 20px;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  #amazon-lp .header__logo {
    padding-top: 10px;
    padding-left: 15px;
    width: 50vw;
  }
}
#amazon-lp .header__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #amazon-lp .header__btn-wrapper {
    display: none;
  }
}
#amazon-lp .header__btn-wrapper .document-btn,
#amazon-lp .header__btn-wrapper .inquiry-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 44px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  border-radius: 22px;
}
#amazon-lp .header__btn-wrapper .document-btn {
  margin-right: 20px;
  max-width: 200px;
  width: 100%;
  background-color: #232f3e;
}
#amazon-lp .header__btn-wrapper .inquiry-btn {
  max-width: 230px;
  width: 100%;
  background-color: #ff1e60;
}
#amazon-lp .cv {
  position: relative;
  padding: 40px 20px;
  background-color: #ede8df;
}
@media screen and (max-width: 800px) {
  #amazon-lp .cv {
    padding: 30px 20px;
  }
}
#amazon-lp .cv h2 img {
  margin: auto;
}
#amazon-lp .cv--balloon {
  padding-top: 80px;
}
@media screen and (max-width: 800px) {
  #amazon-lp .cv--balloon {
    padding-top: 60px;
  }
}
#amazon-lp .cv--balloon .balloon {
  position: absolute;
  top: -35px;
  right: 0;
  left: 0;
  margin: auto;
  padding: 0 20px;
}
@media screen and (max-width: 800px) {
  #amazon-lp .cv--balloon .balloon {
    top: -20px;
  }
}
#amazon-lp .cv .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  #amazon-lp .cv .btn-wrapper {
    margin-top: 20px;
  }
}
#amazon-lp .cv .btn-wrapper a {
  margin: 0 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#amazon-lp .cv .btn-wrapper a:hover {
  opacity: 0.7;
}
#amazon-lp .cv .btn-wrapper p {
  margin: 0 5px;
}
#amazon-lp .cv .btn-wrapper img {
  max-width: 390px;
  width: 100%;
}
#amazon-lp .fv {
  position: relative;
  z-index: 2;
}
#amazon-lp .fv__count {
  font-size: 18.5rem;
  letter-spacing: -0.05em;
  font-weight: 500;
  position: absolute;
  top: 1%;
  right: 40%;
}
@media screen and (max-width: 800px) {
  #amazon-lp .fv__count {
    font-size: 160px;
    font-size: 20vw;
    top: 3%;
    right: 42%;
  }
}
#amazon-lp .fv__btn {
  position: absolute;
  bottom: 25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#amazon-lp .fv__slider {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#amazon-lp .fv__slider-ornament {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 200px;
  width: 100%;
  height: 95px;
  background-color: #232f3e;
  z-index: 5;
}
@media screen and (max-width: 800px) {
  #amazon-lp .fv__slider-ornament {
    max-width: 100px;
    width: 100%;
    height: 60px;
  }
}
#amazon-lp .fv__slider-ornament::after {
  content: "";
  position: absolute;
  right: -50px;
  height: 95px;
  width: 50px;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
  background-color: #232f3e;
}
@media screen and (max-width: 800px) {
  #amazon-lp .fv__slider-ornament::after {
    right: -35px;
    height: 60px;
    width: 35px;
  }
}
#amazon-lp .fv__slider-ornament p {
  font-size: 18px;
  letter-spacing: 0.01rem;
  color: #fff;
}
@media screen and (max-width: 800px) {
  #amazon-lp .fv__slider-ornament p {
    font-size: 12px;
  }
}
#amazon-lp .fv__slider-ornament p sup {
  top: 10px;
  right: -5px;
  vertical-align: top;
  font-size: 10px;
}
#amazon-lp .fv .fv-pc {
  display: block;
}
@media screen and (max-width: 800px) {
  #amazon-lp .fv .fv-pc {
    display: none;
  }
}
#amazon-lp .fv .fv-sp {
  display: none;
}
@media screen and (max-width: 800px) {
  #amazon-lp .fv .fv-sp {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}
#amazon-lp .why {
  background-color: #f9e3c7;
}
#amazon-lp .reason {
  padding-bottom: 120px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, transparent), color-stop(5%, #f4f6f9));
  background: linear-gradient(transparent 5%, #f4f6f9 5%);
}
@media screen and (max-width: 800px) {
  #amazon-lp .reason {
    padding-bottom: 60px;
  }
}
#amazon-lp .reason p {
  margin-top: 70px;
}
@media screen and (max-width: 800px) {
  #amazon-lp .reason p {
    margin-top: 40px;
  }
}
#amazon-lp .problem .problem-wrapper {
  position: relative;
  padding: 80px 20px 0;
  background-color: #232f3e;
}
@media screen and (max-width: 800px) {
  #amazon-lp .problem .problem-wrapper {
    padding-top: 40px;
  }
}
#amazon-lp .problem .problem-wrapper::before {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: -80px;
  right: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border: 40px solid transparent;
  border-left: 80px solid #232f3e;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 800px) {
  #amazon-lp .problem .problem-wrapper::before {
    bottom: -80px;
    border-left: 60px solid #232f3e;
  }
}
#amazon-lp .problem .problem-contents {
  padding: 60px 20px 0;
  background-image: url(../img/amazon-lp/bg_problem.jpg);
  background-position: 100% 50%;
}
#amazon-lp .problem .problem-contents .btn-wrapper {
  position: relative;
  margin-top: 70px;
}
@media screen and (max-width: 800px) {
  #amazon-lp .problem .problem-contents .btn-wrapper {
    margin-top: 40px;
  }
}
#amazon-lp .problem .problem-contents .btn-wrapper a {
  position: absolute;
  display: inline-block;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 290px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#amazon-lp .problem .problem-contents .btn-wrapper a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 800px) {
  #amazon-lp .problem .problem-contents .btn-wrapper a {
    width: 45%;
  }
}
#amazon-lp .service {
  padding: 120px 20px;
}
@media screen and (max-width: 800px) {
  #amazon-lp .service {
    padding: 60px 10px;
  }
}
#amazon-lp .service p {
  margin-top: 60px;
}
@media screen and (max-width: 800px) {
  #amazon-lp .service p {
    margin-top: 40px;
  }
}
#amazon-lp .flow {
  padding: 60px 20px 90px;
  background-color: #f5f1eb;
}
@media screen and (max-width: 800px) {
  #amazon-lp .flow {
    padding: 40px 10px 50px;
  }
}
@media screen and (max-width: 800px) {
  #amazon-lp .flow h2 {
    margin: auto;
    width: 40%;
  }
}
#amazon-lp .flow p {
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  #amazon-lp .flow p {
    margin-top: 40px;
  }
}
#amazon-lp .qanda {
  padding: 80px 20px 100px;
}
@media screen and (max-width: 800px) {
  #amazon-lp .qanda {
    padding: 40px 15px 40px;
  }
}
#amazon-lp .qanda h2 {
  margin: auto;
  width: 60%;
}
#amazon-lp .qanda .qanda-list {
  margin-top: 60px;
}
@media screen and (max-width: 800px) {
  #amazon-lp .qanda .qanda-list {
    margin-top: 30px;
  }
}
#amazon-lp .qanda .qanda-list__wrapper {
  margin-top: 20px;
  padding: 0 30px;
  background-color: #f5f5f5;
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
  #amazon-lp .qanda .qanda-list__wrapper {
    padding: 0 20px;
  }
}
#amazon-lp .qanda .qanda-list__question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 50px 15px 0;
  color: #222;
  font-weight: 500;
  cursor: pointer;
}
@media print, screen and (min-width: 801px) {
  #amazon-lp .qanda .qanda-list__question {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #amazon-lp .qanda .qanda-list__question:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 800px) {
  #amazon-lp .qanda .qanda-list__question {
    padding: 10px 30px 10px 5px;
  }
}
#amazon-lp .qanda .qanda-list__question::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 2px;
  background-color: #232f3e;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 800px) {
  #amazon-lp .qanda .qanda-list__question::before {
    right: 3%;
    width: 12px;
  }
}
#amazon-lp .qanda .qanda-list__question::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 2px;
  background-color: #232f3e;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  #amazon-lp .qanda .qanda-list__question::after {
    right: 3%;
    width: 12px;
  }
}
#amazon-lp .qanda .qanda-list__question.is-opened::before {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
#amazon-lp .qanda .qanda-list__question .en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 21px;
  min-height: 28px;
  width: 21px;
  height: 28px;
}
@media screen and (max-width: 800px) {
  #amazon-lp .qanda .qanda-list__question .en {
    min-width: 14px;
    min-height: 19px;
    width: 14px;
    height: 19px;
  }
}
#amazon-lp .qanda .qanda-list__question .jp {
  padding-left: 25px;
  font-size: 22px;
  letter-spacing: 0.1rem;
  color: #232f3e;
}
@media screen and (max-width: 580px) {
  #amazon-lp .qanda .qanda-list__question .jp {
    padding-left: 10px;
    font-size: 14px;
    line-height: 1.4;
  }
}
#amazon-lp .qanda .qanda-list__answer {
  display: none;
}
#amazon-lp .qanda .qanda-list__answer-txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0;
  font-weight: 500;
  color: #444;
  border-top: 2px solid #232f3e;
}
@media screen and (max-width: 800px) {
  #amazon-lp .qanda .qanda-list__answer-txt {
    padding: 10px 40px 10px 5px;
  }
}
#amazon-lp .qanda .qanda-list__answer-txt .en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
  min-width: 24px;
  min-height: 27px;
  width: 24px;
  height: 27px;
}
@media screen and (max-width: 800px) {
  #amazon-lp .qanda .qanda-list__answer-txt .en {
    min-width: 16px;
    min-height: 18px;
    width: 16px;
    height: 18px;
  }
}
#amazon-lp .qanda .qanda-list__answer-txt .jp {
  padding-left: 25px;
  font-size: 16px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 580px) {
  #amazon-lp .qanda .qanda-list__answer-txt .jp {
    padding-left: 10px;
    font-size: 14px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 800px) {
  #amazon-lp .client h2 {
    padding: 0 20px;
  }
}
#amazon-lp .client__slider, #amazon-lp .client__slider--fv {
  margin-top: 30px;
  background: #FFF;
  width: 100%;
  height: 90px;
}
@media screen and (max-width: 800px) {
  #amazon-lp .client__slider, #amazon-lp .client__slider--fv {
    margin-top: 10px;
  }
}
#amazon-lp .client__slider .swiper-wrapper, #amazon-lp .client__slider--fv .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#amazon-lp .client__slider .swiper-slide, #amazon-lp .client__slider--fv .swiper-slide {
  margin-right: 25px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 800px) {
  #amazon-lp .client__slider .swiper-slide, #amazon-lp .client__slider--fv .swiper-slide {
    margin-right: 3.125vw;
  }
}
#amazon-lp .client__slider .swiper-slide img, #amazon-lp .client__slider--fv .swiper-slide img {
  display: inline;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  -ms-flex-item-align: center;
      align-self: center;
}
#amazon-lp .client__slider--fv {
  margin-top: 0;
  height: 95px;
}
@media screen and (max-width: 800px) {
  #amazon-lp .client__slider--fv {
    height: 60px;
  }
}
#amazon-lp .about .about-ttl {
  padding: 60px 20px;
  text-align: center;
  background: url(../img/amazon-lp/bg_about-ttl.jpg) no-repeat center/cover;
}
@media screen and (max-width: 800px) {
  #amazon-lp .about .about-ttl {
    padding: 40px 20px;
  }
}
#amazon-lp .about .about-ttl p {
  font-size: 31px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  #amazon-lp .about .about-ttl p {
    font-size: 20px;
  }
}
#amazon-lp .about .about-ttl h2 {
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #amazon-lp .about .about-ttl h2 {
    font-size: 30px;
  }
}
#amazon-lp .about .about-other {
  padding: 40px 20px;
  text-align: center;
  background-color: #232f3e;
}
#amazon-lp .about .about-other .orange {
  font-size: 24px;
  font-weight: bold;
  color: #f78c0f;
}
@media screen and (max-width: 800px) {
  #amazon-lp .about .about-other .orange {
    font-size: 20px;
  }
}
#amazon-lp .about .about-other .bold {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 800px) {
  #amazon-lp .about .about-other .bold {
    font-size: 26px;
  }
}
#amazon-lp .about .about-other .sub {
  margin-top: 20px;
  color: #fff;
}
@media screen and (max-width: 800px) {
  #amazon-lp .about .about-other .sub {
    text-align: left;
    font-size: 14px;
  }
}
#amazon-lp .company {
  margin: 70px auto 110px;
}
@media screen and (max-width: 800px) {
  #amazon-lp .company {
    margin: 40px auto 60px;
  }
}
#amazon-lp .company dl .data-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px 10px;
  border-bottom: 1px solid #ccc;
}
#amazon-lp .company dl .data-list-item dt {
  max-width: 140px;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  #amazon-lp .company dl .data-list-item dt {
    max-width: 70px;
    font-size: 14px;
  }
}
#amazon-lp .company dl .data-list-item dd {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  #amazon-lp .company dl .data-list-item dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  #amazon-lp .company dl .data-list-item dd .tokyo {
    display: inline-block;
    margin-top: 10px;
  }
}

#lp_form {
  padding: 60px 0 0;
  max-width: 1200px;
  margin: 0 auto;
}
#lp_form h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #lp_form h2 {
    font-size: 28px;
    font-size: 3.5vw;
  }
}
#lp_form h2 .ttl_main {
  font-size: 40px;
}
@media screen and (max-width: 800px) {
  #lp_form h2 .ttl_main {
    font-size: 40px;
    font-size: 5vw;
  }
}
#lp_form .contact_intro {
  margin-top: 15px;
  padding: 0 20px;
  text-align: center;
  font-size: 1.6rem;
  color: #2B2B2B;
}
#lp_form .contact_intro a {
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 800px) {
  #lp_form .contact_intro {
    margin-right: auto;
    margin-left: auto;
    margin-top: 3.34%;
    text-align: left;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 425px) {
  #lp_form .contact_intro {
    text-align: left;
  }
}
#lp_form .contact_intro_hook {
  font-size: 2rem;
  font-weight: 900;
  color: #2B2B2B;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  #lp_form .contact_intro_hook {
    width: 86%;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.6rem;
  }
  #lp_form .contact_intro_hook br {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  #lp_form .contact_intro_hook {
    text-align: left;
  }
}
#lp_form .contact_complete {
  text-align: center;
}
#lp_form .contact_complete p {
  margin-top: 30px;
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  #lp_form .contact_complete {
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    font-size: 1.4rem;
  }
}
#lp_form .form_wrap_amazon-lp {
  margin: 3.75% auto 0;
  max-width: 670px;
  color: #2B2B2B;
}
@media screen and (max-width: 800px) {
  #lp_form .form_wrap_amazon-lp {
    padding: 0 20px;
  }
}
#lp_form .form_wrap_amazon-lp form .form_item {
  padding: 20px 0;
}
@media screen and (max-width: 800px) {
  #lp_form .form_wrap_amazon-lp form .form_item {
    padding: 10px 0;
  }
}
#lp_form .form_wrap_amazon-lp form .form_item dl {
  width: 100%;
}
#lp_form .form_wrap_amazon-lp form .form_item dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  padding-left: 10px;
  min-width: 0;
  font-size: 2rem;
  font-weight: 500;
}
#lp_form .form_wrap_amazon-lp form .form_item dl dt .item-name {
  display: block;
  min-width: 150px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #lp_form .form_wrap_amazon-lp form .form_item dl dt .item-name {
    font-size: 1.5rem;
  }
}
#lp_form .form_wrap_amazon-lp form .form_item dl dt .required,
#lp_form .form_wrap_amazon-lp form .form_item dl dt .optional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 80px;
  min-height: 30px;
  width: 80px;
  height: 30px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.5rem;
  color: #fff;
  background-color: #ff1e60;
  border-radius: 15px;
}
#lp_form .form_wrap_amazon-lp form .form_item dl dt .optional {
  background-color: #222;
}
#lp_form .form_wrap_amazon-lp form .form_item dl dd {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #lp_form .form_wrap_amazon-lp form .form_item dl dd {
    font-size: 1.5rem;
  }
}
#lp_form .form_wrap_amazon-lp form .form_item dl dd input[type=text],
#lp_form .form_wrap_amazon-lp form .form_item dl dd input[type=email],
#lp_form .form_wrap_amazon-lp form .form_item dl dd textarea {
  padding: 12px 20px;
  width: 100%;
  font-size: 1.8rem;
  background: #f2f2f2;
}
@media screen and (max-width: 768px) {
  #lp_form .form_wrap_amazon-lp form .form_item dl dd input[type=text],
  #lp_form .form_wrap_amazon-lp form .form_item dl dd input[type=email],
  #lp_form .form_wrap_amazon-lp form .form_item dl dd textarea {
    font-size: 1.5rem;
  }
}
#lp_form .form_wrap_amazon-lp form .form_item dl dd textarea {
  min-height: 170px;
}
#lp_form .form_wrap_amazon-lp form .form_item dl dd .error {
  display: inline-block;
  background: #e60000;
  color: #FFF;
  padding: 0 8px;
  font-size: 1.4rem;
  margin-top: 4px;
}
#lp_form .form_wrap_amazon-lp form .form_item.f_mail dl, #lp_form .form_wrap_amazon-lp form .form_item.f_inquiry dl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #lp_form .form_wrap_amazon-lp form .form_item.f_mail dl dt br, #lp_form .form_wrap_amazon-lp form .form_item.f_inquiry dl dt br {
    display: none;
  }
}
#lp_form .form_wrap_amazon-lp form .form_item.f_mail .f_checker, #lp_form .form_wrap_amazon-lp form .form_item.f_inquiry .f_checker {
  width: 100%;
}
#lp_form .form_wrap_amazon-lp form .form_button_area {
  margin-top: 10px;
  text-align: center;
}
#lp_form .form_wrap_amazon-lp form .form_button {
  position: relative;
  margin: 20px auto 0;
  padding: 20px 10px;
  max-width: 520px;
  min-width: 260px;
  width: 100%;
  color: #fff;
  background: #232f3e;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  #lp_form .form_wrap_amazon-lp form .form_button {
    margin: 30px auto 0;
    padding: 20px 10px;
    font-size: 1.8rem;
  }
}
#lp_form .form_wrap_amazon-lp form .form_button span {
  position: relative;
  font-size: 2rem;
  font-weight: 400;
}
#lp_form .form_wrap_amazon-lp form .form_button:hover {
  opacity: 0.7;
  color: #fff;
}
#lp_form .form_wrap_amazon-lp form .form_button.btn_back {
  background: #FFF;
  color: #333;
  max-width: 400px;
  min-width: 210px;
  font-size: 16px;
  border-color: #333;
  border: 1px solid #222;
}
#lp_form .form_wrap_amazon-lp form .form_button.btn_back:hover {
  color: #FFF;
  background: #333;
}
#lp_form .form_wrap_amazon-lp form .f_checkbox dt .annotation {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #666;
}
@media screen and (max-width: 768px) {
  #lp_form .form_wrap_amazon-lp form .f_checkbox dt .annotation {
    font-size: 1.2rem;
  }
}
#lp_form .form_wrap_amazon-lp form .f_checkbox dt .annotation br {
  display: none;
}
@media screen and (max-width: 500px) {
  #lp_form .form_wrap_amazon-lp form .f_checkbox dt .annotation br {
    display: block;
  }
}
#lp_form .form_wrap_amazon-lp form .f_checkbox dd {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  font-size: 1.6rem;
}
#lp_form .form_wrap_amazon-lp form .f_checkbox dd .vertical-item {
  margin-top: 0;
}
@media screen and (max-width: 425px) {
  #lp_form .form_wrap_amazon-lp form .f_checkbox dd .vertical-item {
    margin-top: 15px;
  }
}
@media screen and (max-width: 580px) {
  #lp_form .form_wrap_amazon-lp form .f_checkbox dd .vertical-item:nth-child(3) {
    margin-top: 15px;
  }
}
#lp_form .form_wrap_amazon-lp form .f_checkbox dd .mwform-checkbox-field label {
  display: inline-block;
  cursor: pointer;
}
#lp_form .form_wrap_amazon-lp form .f_checkbox dd .mwform-checkbox-field label .mwform-checkbox-field-text {
  position: relative;
  padding-left: 40px;
  white-space: nowrap;
}
#lp_form .form_wrap_amazon-lp form .f_checkbox dd .mwform-checkbox-field label .mwform-checkbox-field-text::before, #lp_form .form_wrap_amazon-lp form .f_checkbox dd .mwform-checkbox-field label .mwform-checkbox-field-text::after {
  content: "";
  border-radius: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 25%;
  margin-top: -8px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#lp_form .form_wrap_amazon-lp form .f_checkbox dd .mwform-checkbox-field label .mwform-checkbox-field-text::before {
  width: 30px;
  height: 30px;
  border: none;
  background-color: #f2f2f2;
}
#lp_form .form_wrap_amazon-lp form .f_checkbox dd .mwform-checkbox-field label .mwform-checkbox-field-text::after {
  top: 25%;
  left: 5px;
  margin-top: -3px;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: #f2f2f2;
}
#lp_form .form_wrap_amazon-lp form .f_checkbox dd .mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  border-color: #555;
}
#lp_form .form_wrap_amazon-lp form .f_checkbox dd .mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  background: #555;
}
#lp_form .form_wrap_amazon-lp form .f_privacy_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  #lp_form .form_wrap_amazon-lp form .f_privacy_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 800px) {
  #lp_form .form_wrap_amazon-lp form .f_privacy_wrapper .required {
    margin-bottom: 10px;
  }
}
#lp_form .form_wrap_amazon-lp form .f_privacy .mwform-checkbox-field {
  display: block;
  text-align: center;
}
#lp_form .form_wrap_amazon-lp form .f_privacy .mwform-checkbox-field label {
  display: inline-block;
  cursor: pointer;
}
#lp_form .form_wrap_amazon-lp form .f_privacy .mwform-checkbox-field label .mwform-checkbox-field-text {
  position: relative;
  padding-left: 40px;
  white-space: nowrap;
}
#lp_form .form_wrap_amazon-lp form .f_privacy .mwform-checkbox-field label .mwform-checkbox-field-text::before, #lp_form .form_wrap_amazon-lp form .f_privacy .mwform-checkbox-field label .mwform-checkbox-field-text::after {
  content: "";
  border-radius: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 25%;
  margin-top: -8px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#lp_form .form_wrap_amazon-lp form .f_privacy .mwform-checkbox-field label .mwform-checkbox-field-text::before {
  width: 30px;
  height: 30px;
  border: none;
  background-color: #f2f2f2;
}
#lp_form .form_wrap_amazon-lp form .f_privacy .mwform-checkbox-field label .mwform-checkbox-field-text::after {
  top: 25%;
  left: 5px;
  margin-top: -3px;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: #f2f2f2;
}
#lp_form .form_wrap_amazon-lp form .f_privacy .mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  border-color: #555;
}
#lp_form .form_wrap_amazon-lp form .f_privacy .mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  background: #555;
}
#lp_form .form_wrap_amazon-lp form .f_privacy .mwform-checkbox-field-text {
  font-size: 1.6rem;
}
#lp_form .form_wrap_amazon-lp form .f_privacy .error {
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0 8px;
  font-size: 1.4rem;
  color: #FFF;
  background: #e60000;
}
@media screen and (max-width: 800px) {
  #lp_form .form_wrap_amazon-lp form .f_privacy .error {
    margin-left: 0;
  }
}
#lp_form .form_wrap_amazon-lp form .f_privacy .required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  min-width: 80px;
  min-height: 30px;
  width: 80px;
  height: 30px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.5rem;
  color: #fff;
  background-color: #ff1e60;
  border-radius: 15px;
}
#lp_form .form_wrap_amazon-lp .mw_wp_form_confirm .form-item dt {
  padding-left: 0;
}
#lp_form .form_wrap_amazon-lp .mw_wp_form_confirm .form-item dd {
  font-size: 16px;
}
#lp_form .form_wrap_amazon-lp .mw_wp_form_confirm .form_button_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (max-width: 800px) {
  #lp_form .form_wrap_amazon-lp .mw_wp_form_confirm .form_button_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #lp_form .form_wrap_amazon-lp .mw_wp_form_confirm .form_button_area .btn_back {
    margin-top: 10px;
    font-size: 16px;
  }
}
#lp_form .form_wrap_amazon-lp .mw_wp_form_confirm .f_checker {
  display: none;
}
#lp_form .form_wrap_amazon-lp .mw_wp_form_confirm .f_privacy_wrapper {
  font-size: 16px;
}

footer.l_footer {
  margin-top: 60px;
  text-align: center;
  color: #222;
  background-color: #f5f5f5 !important;
}
footer.l_footer #side_btn {
  position: fixed;
  right: 12px;
  bottom: 50%;
  z-index: 999;
  -webkit-transform: translate(calc(100% - 54px), 50%);
          transform: translate(calc(100% - 54px), 50%);
}
@media screen and (max-width: 800px) {
  footer.l_footer #side_btn {
    display: none !important;
  }
}
footer.l_footer .l_footer_profile {
  margin: 0 auto;
  padding: 30px 15px;
  text-align: left;
  max-width: 670px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  footer.l_footer .l_footer_profile {
    padding: 20px 15px;
    background-color: #f5f5f5 !important;
  }
}
footer.l_footer .l_footer_logo_amazon-lp {
  display: inline-block;
}
footer.l_footer .l_footer_address {
  margin-top: 35px;
  text-align: left;
  font-size: 1.6rem;
}
@media screen and (max-width: 800px) {
  footer.l_footer .l_footer_address {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
footer.l_footer .l_footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
  padding-top: 5px;
  border-top: 1px solid #232f3e;
}
@media screen and (max-width: 800px) {
  footer.l_footer .l_footer_bottom {
    margin-top: 20px;
  }
}
@media screen and (max-width: 425px) {
  footer.l_footer .l_footer_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
footer.l_footer .l_footer_bottom .l_footer_link {
  text-align: left;
  font-size: 1.8rem;
}
@media screen and (max-width: 800px) {
  footer.l_footer .l_footer_bottom .l_footer_link {
    font-size: 1.4rem;
  }
}
footer.l_footer .l_footer_bottom .l_footer_link a {
  margin-right: 15px;
}
footer.l_footer .l_footer_bottom .l_footer_copyright_amazon-lp {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  footer.l_footer .l_footer_bottom .l_footer_copyright_amazon-lp {
    font-size: 1.4rem;
  }
}
footer.l_footer #footer_btn {
  background: #FFF;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 10;
}
footer.l_footer #footer_btn .f_phone {
  margin-right: 0.3%;
}
footer.l_footer #footer_btn .f_mail {
  margin-right: 0.5%;
}
@media print, screen and (min-width: 801px) {
  footer.l_footer #footer_btn {
    display: none !important;
  }
}