@charset "UTF-8";

html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

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

* {
  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: 80%;
}

[hidden],
template {
  display: none;
}

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

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

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

ul,
li {
  list-style: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
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;
}

/* 全体共通 */
.wrap {
  width: 100%;
  margin: auto;
  position: relative;
  display: block;
}

img {
  width: 100%;
  margin: 0;
  display: block;
}


/* CTA */
.cta {
  background-color: #FAEE00;
  padding: 12px 0 24px;
}

.cta__wrap {
  max-width: 90%;
  margin: 0 auto;
  display: block;
}

.cta__other {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.cta__other__link {
  width: 48%;
}

.cta__other__link:first-child {
  margin-right: 12px;
}

.cta__public,
.cta__other__link {
  transition: 0.6s;
}

.cta__public:hover,
.cta__other__link:hover {
  opacity: 0.6;
}

.footer {
  padding: 48px 0;
  max-width: 90%;
  margin: 0 auto;
  display: block;
}

.footer__logo {
  width: 140px;
  margin: 0 auto;
  display: block;
}

.footer__link {
  font-size: 13px;
  color: #000;
  border: none;
  text-decoration: none;
  padding: 0 12px;
}

.footer__link__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 32px;
}

.footer__copyright {
  font-size: 11px;
  text-align: center;
  margin-top: 32px;
}

/* mv */
.section {
  position: relative;
}

.mv__pop {
  width: 86%;
  position: absolute;
  left: 0;
  right: 0;
  top: 10%;
  margin: 0 auto;
}

.mv__product {
  width: 91%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 21%;
  margin: 0 auto;
}

.fine {
  width: 20%;
  position: absolute;
  animation: anim_sc 0.5s ease 0s infinite alternate;
  transform-origin: center;
  right: 3%;
}

.mv__fine {
  top: 45%;
}

@keyframes anim_sc {
  from {
    transform: scale(0.8, 0.8);
  }

  to {
    transform: scale(1.1, 1.1);
  }
}

/* problem */
.problem__list {
  position: absolute;
  top: 12%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 94%;
}

/* offer */
.offer__name {
  position: absolute;
  top: 12%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 85%;
}

.offer__product {
  position: absolute;
  top: 33%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 91%;
}

.offer__pop {
  position: absolute;
  top: 21%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 86%;
}

.offer__fine {
  top: 33%;
}

.offer__second__fine {
  top: 25%;
}

/* feature */
.feature__sub__title {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 86%;
}

.feature__list {
  position: absolute;
  top: 24%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 86%;
}

.feature__list__item {
  margin-bottom: 12px;
}

.feature__mag {
  position: absolute;
  top: 59%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}

.feature__fine {
  top: 60%;
}

.feature__multi {
  position: absolute;
  top: 85%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 85%;
}

/* voice */
.voice__item {
  width: 95%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.voice__01 {
  top: 22%;
}

.voice__02 {
  top: 59%;
}

/* offer footer */
.offer__second .offer__pop {
  top: 10%;
}

.offer__second .offer__product {
  top: 25%;
}

/* fade in */

.loading_fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}


.loading_fadein.load {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.mv__product.loading_fadein.load {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.fadein {
  opacity: 0;
  transform: translate(0, 60px);
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
  transform: translate(0, 0);
}



@media screen and (min-width: 760px) {
  .mv__product.loading_fadein.load {
    opacity: 1;
    visibility: visible;
    transform: translateY(40px);
  }

}

@media screen and (min-width: 769px) {
  .wrap {
    width: 750px;
  }
}