/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

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

b, strong {
  font-weight: bolder
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

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

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

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

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0
}

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

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

details {
  display: block
}

summary {
  display: list-item
}

[hidden], template {
  display: none
}

body {
  font-family: sans-serif;
  margin: 0
}

.header {
  background-color: #ffe248;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 600px;
  position: relative
}

@media screen and (max-width:640px) {
  .header {
    height: inherit;
    padding: 0
  }
}

.header__inner {
  width: 1100px;
  margin: auto;
  position: relative;
  height: 100%
}

@media screen and (max-width:640px) {
  .header__inner {
    height: 100%;
    width: auto
  }
}

.header__store-link {
  position: absolute;
  bottom: 90px;
  left: 240px
}

@media screen and (max-width:640px) {
  .header__store-link {
    display: block;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    bottom: -30px
  }
}

.header__store-link img {
  height: 60px
}

.header_image_pc {
  height: 400px;
  position: absolute;
  left: 0;
  bottom: 140px
}

@media screen and (max-width:640px) {
  .header_image_pc {
    display: none
  }
}

.header_image_sp {
  display: none
}

@media screen and (max-width:640px) {
  .header_image_sp {
    width: 100%;
    display: block
  }
}

.header_horn_pc {
  position: absolute;
  height: 210px;
  bottom: 0;
  right: -190px;
  z-index: 4
}

@media screen and (max-width:640px) {
  .header_horn_pc {
    display: none
  }
}

.header__circles {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  left: -160px
}

@media screen and (max-width:640px) {
  .header__circles {
    display: none
  }
}

.header__inner-phone {
  height: 400px;
  position: absolute;
  bottom: 0;
  right: 100px
}

@media screen and (max-width:640px) {
  .header__inner-phone {
    display: none
  }
}

.header__inner-phone img {
  height: 100%
}

.intro {
  width: 600px;
  margin: auto;
  padding: 40px 0
}

@media screen and (max-width:640px) {
  .intro {
    padding: 32px 0;
    width: auto
  }
}

.intro__inner {
  padding: 0 8px
}

.intro-message {
  color: #333;
  font-size: 14px;
  line-height: 1.7
}

.intro-image {
  height: 72px;
  margin: auto;
  display: block
}

.section {
  width: 100%
}

@media screen and (max-width:640px) {
  .section {
    margin-top: 40px
  }
}

.section__inner {
  max-width: 960px;
  margin: auto;
  overflow-y: auto;
  padding: 100px 0
}

@media screen and (max-width:640px) {
  .section__inner {
    padding: 0 8px
  }
}

.section__inner-image {
  float: left
}

.section__inner-image img {
  height: 360px;
  margin-right: 40px
}

@media screen and (max-width:640px) {
  .section__inner-image img {
    width: 80%;
    display: block;
    height: auto;
    margin: 0 auto 16px;
    max-width: 400px
  }
}

.section__inner-image.-right {
  float: right;
  margin-left: 40px
}

@media screen and (max-width:640px) {
  .section__inner-image.-right {
    margin: auto
  }
}

.section__inner-text {
  color: #333;
  text-align: left;
  padding-top: 64px
}

@media screen and (max-width:640px) {
  .section__inner-text {
    padding-top: 0;
    text-align: center
  }
}

.section__inner-text h2 {
  margin-bottom: 8px
}

.section__inner-text h2 img {
  height: 32px;
  vertical-align: bottom;
  margin-right: 8px
}

.section__inner-text a {
  color: #fff;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  margin: auto;
  padding: 0 12px;
  line-height: 2.5;
  border-radius: 4px;
  background-color: #02C39A;
}

.section__inner-text p {
  margin: 0;
  line-height: 1.7;
  text-align: left;
  color: rgba(51, 51, 51, .8)
}

@media screen and (max-width:640px) {
  .section__inner-text p {
    font-size: 14px
  }
}

.details {
  max-width: 800px;
  display: block;
  margin: 64px auto;
  padding: 0 8px
}

.details h2 {
  text-align: center;
  color: #333;
  margin-bottom: 8px
}

.details table {
  width: 600px;
  margin: auto;
  color: #333;
  font-size: 14px;
  background-color: #fafafa;
  padding: 16px;
  border-radius: 4px;
  line-height: 1.7
}

@media screen and (max-width:640px) {
  .details table {
    width: 100%;
    padding: 8px;
    font-size: 12px
  }
}

.details th {
  max-width: 100%;
  word-wrap: normal;
  white-space: nowrap;
  vertical-align: top;
  text-align: left
}

.details ul {
  margin: 0;
  padding-left: 16px;
  list-style: circle
}

.details__info {
  padding: 0 8px;
  max-width: 600px;
  margin: auto
}

.details__info p {
  color: #333;
  margin-bottom: 4px
}

.details__info ul {
  font-size: 10px;
  margin: 0;
  line-height: 1.7;
  padding: 0 0 0 12px;
  color: rgba(51, 51, 51, .8);
  list-style: circle
}

.action {
  background-color: #ffe248;
  width: 100%;
  height: 550px;
  position: relative
}

@media screen and (max-width:640px) {
  .action {
    height: inherit
  }
}

.action__inner {
  max-width: 960px;
  height: 100%;
  margin: auto;
  position: relative
}

.action__store-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
  margin: auto;
  z-index: 3
}

@media screen and (max-width:640px) {
  .action__store-link {
    bottom: 40px
  }
}

.action__store-link img {
  margin: auto;
  display: block;
  height: 64px
}

@media screen and (max-width:640px) {
  .action__store-link img {
    height: 72px;
    width: auto;
    display: block;
    margin: auto
  }
}

.action__circles {
  position: absolute;
  z-index: 1;
  height: 550px;
  left: 0;
  right: 0;
  margin: auto
}

@media screen and (max-width:640px) {
  .action__circles {
    display: none
  }
}

.action__image_pc {
  height: 400px;
  margin: 40px auto 0;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2
}

@media screen and (max-width:640px) {
  .action__image_pc {
    display: none
  }
}

.action__robot_pc {
  position: absolute;
  width: 316px;
  bottom: 0;
  right: 0;
  z-index: 4
}

@media screen and (max-width:640px) {
  .action__robot_pc {
    display: none
  }
}

.action__image_sp {
  display: none
}

@media screen and (max-width:640px) {
  .action__image_sp {
    width: 100%;
    display: block
  }
}

.footer {
  background-color: #333;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 10px
}
