/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
::before,
::after {
  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;
}
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="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: bold;
}
button {
  overflow: visible;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  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,
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;
}
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
@font-face {
  font-family: "iconfont";
  src: url("../../extra_assets/fonts/iconfont.eot");
  src: url("../../extra_assets/fonts/iconfont.eot?#iefix") format("eot"),
    url("../../extra_assets/fonts/iconfont.woff") format("woff"),
    url("../../extra_assets/fonts/iconfont.ttf") format("truetype"),
    url("../../extra_assets/fonts/iconfont.svg#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo,
    メイリオ, sans-serif;
  line-height: 1.6;
  color: #1c191b;
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  margin: 0;
}
img {
  vertical-align: middle;
}
p {
  margin: 0;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
dl,
dd {
  margin: 0;
}
small {
  font-size: 100%;
}
em {
  font-style: normal;
}
a {
  text-decoration: none;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  color: purple;
}
a:hover {
  cursor: pointer;
}
@-webkit-keyframes slide-in {
  0% {
    left: -200%;
  }
  100% {
    left: 0;
  }
}
@keyframes slide-in {
  0% {
    left: -200%;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes slide-out {
  0% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 0%;
    opacity: 0;
  }
}
@keyframes slide-out {
  0% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 0%;
    opacity: 0;
  }
}
@-webkit-keyframes slide-up {
  0% {
    bottom: -200%;
    visibility: hidden;
  }
  1% {
    visibility: visible;
  }
  100% {
    bottom: 0;
    visibility: visible;
  }
}
@keyframes slide-up {
  0% {
    bottom: -200%;
    visibility: hidden;
  }
  1% {
    visibility: visible;
  }
  100% {
    bottom: 0;
    visibility: visible;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.fade-anime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fade-anime;
  animation-name: fade-anime;
  visibility: visible !important;
}
@-webkit-keyframes fade-anime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-anime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fade-right-anime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fade-right-anime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.header {
  border-top: 4px solid #da2128;
  padding: 0 80px 0 60px;
}
.header__inner {
  max-width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
}
.header__logo-area {
  width: 354px;
}
.header__logo-image {
  width: 100%;
}
.header__corp-logo-area {
  width: 172px;
}
.header__logo-corp-image {
  width: 100%;
}
.section01-wrap {
  background-image: url("/ma/assets/images/bg.jpg");
  background-size: 100% 100%;
}
.section01 {
  padding: 80px 80px;
}
.section01__inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 80px 0;
}
.section01__image-area-wrap {
  width: 65%;
  position: relative;
  padding-top: 64%;
  height: 0;
}
.section01__image-area-wrap.is-anime .section01__image-area-left,
.section01__image-area-wrap.is-anime .section01__image-area-right {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fade-anime;
  animation-name: fade-anime;
  visibility: visible !important;
}
.section01__image-area-wrap.is-anime .section01__image-area-right {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.section01__image-area-left {
  width: 59%;
  position: absolute;
  left: 0;
  bottom: 30px;
}
.section01__image-area-left-item {
  width: 100%;
}
.section01__image-area-right {
  width: 59%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.section01__image-area-right-item {
  width: 100%;
}
.section01__content {
  width: 35%;
}
.section01__content-title {
  font-size: 34px;
  margin-bottom: 20px;
}
.section01__content-text {
  font-size: 20px;
  margin-bottom: 32px;
  line-height: 2;
}
.section01__icon-area {
  width: 360px;
}
.section01__apple {
  width: 133px;
  margin-right: 20px;
}
.section01__google {
  width: 165px;
}
.section02 {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
.section02.is-anime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fade-anime;
  animation-name: fade-anime;
  visibility: visible !important;
}
.section02__inner {
  width: 100%;
  margin: 0 auto;
  padding: 120px 0 80px;
  position: relative;
  height: 630px;
  background-image: -webkit-linear-gradient(275deg, #e7595b 0%, #da4044 98%);
  background-image: linear-gradient(-185deg, #e7595b 0%, #da4044 98%);
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section02__image-item {
  width: 792px;
  position: absolute;
  top: 80px;
  left: -50px;
}
.section02__content {
  width: 400px;
}
.section02__content-title {
  font-size: 34px;
  margin-bottom: 32px;
  color: #fff;
}
.section02__content-link {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  position: relative;
  display: inline-block;
}
.section02__content-link::after {
  content: "";
  display: block;
  background-image: url("/ma/assets/images/arrow.png");
  width: 24px;
  height: 24px;
  background-size: cover;
  position: absolute;
  right: -24px;
  top: 5px;
  bottom: 0;
  margin: auto;
}
.section02__movie-wrap {
  width: 1120px;
  position: relative;
  right: 0;
  left: 0;
  margin: 0 auto -630px auto;
  z-index: 100;
  top: -630px;
  display: none;
}
.section02__movie-area {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.section02__movie-area iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
}
.section03 {
  background-image: -webkit-linear-gradient(
    top,
    #fff 17%,
    rgba(244, 245, 246, 0.5) 100%
  );
  background-image: linear-gradient(
    -180deg,
    #fff 17%,
    rgba(244, 245, 246, 0.5) 100%
  );
  padding: 0 80px;
  overflow: hidden;
}
.section03__inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  
}
.section03__content {
  width: 320px;
}
.section03__content-title {
  font-size: 34px;
  margin-bottom: 32px;
}
.section03__content-text {
  font-size: 16px;
  line-height: 2;
}
.section03__image-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 720px;
  margin-top: 80px;
  width: 60%;
}
.section03__image01 {
  width: 48.5%;
  border-radius: 44px;
  margin-left: -20%;
}
.section03__image02 {
  width: 48.5%;
  border-radius: 44px;
}
.section03__image01 {
  margin-right: 20px;
}
.section03__image01.is-anime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fade-anime;
  animation-name: fade-anime;
  visibility: visible !important;
}
.section03__image02 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.section03__image02.is-anime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fade-anime;
  animation-name: fade-anime;
  visibility: visible !important;
}
.section03__image-item {
  width: 150%;
}
.section04 {
  background-image: -webkit-linear-gradient(
    top,
    #fff 17%,
    rgba(244, 245, 246, 0.5) 100%
  );
  background-image: linear-gradient(
    -180deg,
    #fff 17%,
    rgba(244, 245, 246, 0.5) 100%
  );
  padding: 0 80px;
}
.section04__inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.section04__content {
  width: 50%;
  max-width: 480px;
}
.section04__content-title {
  font-size: 34px;
  margin-bottom: 32px;
}
.section04__content-text {
  font-size: 16px;
  line-height: 2;
}
.section04__image-area {
  width: 50%;
  text-align: center;
  margin-top: 20px;
}
.section04__image-area.is-anime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fade-anime;
  animation-name: fade-anime;
  visibility: visible !important;
}
.section04__image-item {
  margin-top: 20.3%;
  width: 100%;
  max-width: 551px;
}
.section05 {
  background-image: -webkit-linear-gradient(
    top,
    #fff 17%,
    rgba(244, 245, 246, 0.5) 100%
  );
  background-image: linear-gradient(
    -180deg,
    #fff 17%,
    rgba(244, 245, 246, 0.5) 100%
  );
  padding: 0 80px;
}
.section05__inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section05__content {
  width: 50%;
  max-width: 460px;
  margin-top: 20px;
}
.section05__content-title {
  font-size: 34px;
  margin-bottom: 32px;
}
.section05__content-text {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 2;
}
.section05__content-note {
  font-size: 12px;
  margin-bottom: 48px;
  opacity: 0.5;
}
.section05__image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section05__image-wrap-item01 {
  max-width: 101px;
  width: 24%;
  height: auto;
  margin-right: 52px;
}
.section05__image-wrap-item01.is-anime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fade-anime;
  animation-name: fade-anime;
  visibility: visible !important;
}
.section05__image-wrap-item02 {
  max-width: 89px;
  width: 20%;
  height: auto;
  margin-right: 52px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.section05__image-wrap-item02.is-anime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fade-anime;
  animation-name: fade-anime;
  visibility: visible !important;
}
.section05__image-wrap-item03 {
  max-width: 101px;
  width: 24%;
  height: auto;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.section05__image-wrap-item03.is-anime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fade-anime;
  animation-name: fade-anime;
  visibility: visible !important;
}
.section05__image-area {
  width: 50%;
  text-align: center;
  margin-top: 20px;
  position: relative;
}
.section05__image-area.is-anime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fade-anime;
  animation-name: fade-anime;
  visibility: visible !important;
}
.section05__image-item {
  width: 100%;
  max-width: 551px;
}
.section05__push-image01 {
  position: absolute;
  max-width: 424px;
  width: 80%;
  top: 39.3%;
  right: 12.4%;
}
.section05__push-image01.is-anime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fade-anime;
  animation-name: fade-anime;
  visibility: visible !important;
}
.section06 {
  background: rgba(234, 236, 240, 0.5);
  padding: 0 80px;
  min-height: 608px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section06__inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}
.section06__title {
  font-size: 36px;
  margin-bottom: 32px;
  text-align: center;
}
.section06__text {
  font-size: 16px;
  margin-bottom: 72px;
  text-align: center;
}
.section06__image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-width: 780px;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section06__image-item {
  text-align: center;
}
.section06__image-item.is-anime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fade-anime;
  animation-name: fade-anime;
  visibility: visible !important;
}
.section06__image-item:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.section06__image-item:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.section06__image-wrap-image01 {
  margin-bottom: 52px;
  max-width: 152px;
}
.section06__image-wrap-image02 {
  margin-bottom: 32px;
  max-width: 177px;
}
.section06__image-wrap-image03 {
  max-width: 146px;
  margin-bottom: 20px;
}
.section06__image-item-text {
  font-size: 14px;
}
.section07 {
  background-image: -webkit-linear-gradient(
    top,
    #fff 17%,
    rgba(244, 245, 246, 0.5) 100%
  );
  background-image: linear-gradient(
    -180deg,
    #fff 17%,
    rgba(244, 245, 246, 0.5) 100%
  );
  padding: 0 80px;
}
.section07__inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section07__content {
  width: 50%;
  max-width: 480px;
}
.section07__content-title {
  font-size: 34px;
  margin-bottom: 32px;
  width: 440px;
}
.section07__content-text {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 2;
}
.section07__content-note {
  font-size: 12px;
  margin-bottom: 48px;
  opacity: 0.5;
}
.section07__content-note.mb08 {
  margin-bottom: 8px;
}
.section07__image-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 720px;
  margin-top: 80px;
  width: 60%;
}
.section07__image01 {
  width: 48.5%;
  border-radius: 44px;
  margin-left: -20%;
}
.section07__image02 {
  width: 48.5%;
  border-radius: 44px;
}
.section07__image01 {
  margin-right: 20px;
}
.section07__image01.is-anime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fade-anime;
  animation-name: fade-anime;
  visibility: visible !important;
}
.section07__image02 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.section07__image02.is-anime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fade-anime;
  animation-name: fade-anime;
  visibility: visible !important;
}
.section07__image-item {
  width: 150%;
}
.section08 {
  background-image: -webkit-linear-gradient(
    top,
    #fff 17%,
    rgba(244, 245, 246, 0.5) 100%
  );
  background-image: linear-gradient(
    -180deg,
    #fff 17%,
    rgba(244, 245, 246, 0.5) 100%
  );
  padding: 0 80px;
}
.section08__inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section08__content {
  width: 50%;
  max-width: 460px;
  margin-top: 20px;
}
.section08__content-title {
  font-size: 34px;
  margin-bottom: 32px;
}
.section08__content-text {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 2;
}
.section08__content-note {
  font-size: 12px;
  margin-bottom: 48px;
  opacity: 0.5;
}
.section08__image-area {
  width: 50%;
  text-align: center;
  margin-top: 20px;
}
.section08__image-area.is-anime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fade-anime;
  animation-name: fade-anime;
  visibility: visible !important;
}
.section08__image-item {
  margin-top: 14.4%;
  width: 100%;
  max-width: 551px;
}
.section09 {
  background-image: -webkit-linear-gradient(
    top,
    #fff 17%,
    rgba(244, 245, 246, 0.5) 100%
  );
  background-image: linear-gradient(
    -180deg,
    #fff 17%,
    rgba(244, 245, 246, 0.5) 100%
  );
  padding: 0 80px;
}
.section09__inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section09__content {
  width: 50%;
  max-width: 480px;
}
.section09__content-title {
  font-size: 34px;
  margin-bottom: 32px;
  width: 440px;
}
.section09__content-text {
  font-size: 16px;
  line-height: 2;
}
.section09__image-area {
  max-width: 551px;
  width: 50%;
  position: relative;
  margin-top: 20px;
}
.section09__image-area.is-anime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fade-anime;
  animation-name: fade-anime;
  visibility: visible !important;
}
.section09__image-area.is-anime .section09__push-image01,
.section09__image-area.is-anime .section09__push-image02 {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fade-anime;
  animation-name: fade-anime;
  visibility: visible !important;
}
.section09__image-area.is-anime .section09__push-image01 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.section09__image-area.is-anime .section09__push-image02 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.section09__image-item {
  width: 100%;
  position: relative;
}
.section09__push-image01,
.section09__push-image02 {
  position: absolute;
  max-width: 407px;
  width: 80%;
}
.section09__push-image01 {
  top: 16%;
  right: 6%;
}
.section09__push-image02 {
  top: 32%;
  left: 6%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.section10 {
  background-image: -webkit-linear-gradient(281deg, #ff7575 0%, #bb1717 100%);
  background-image: linear-gradient(-191deg, #ff7575 0%, #bb1717 100%);
  min-height: 608px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section10__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 80px 0;
}
.section10__title {
  font-size: 38px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
}
.section10__text {
  font-size: 20px;
  margin-bottom: 72px;
  text-align: center;
  color: #fff;
  line-height: 2;
}
.section10__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 680px;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
.section10__image-item01 {
  max-width: 218px;
  margin-right: 20px;
}
.section10__image-item02 {
  max-width: 271px;
}
.section10__image-item03 {
  max-width: 118px;
}
.section10 .sp {
  display: none;
}
.section11 {
  overflow: hidden;
  background-color: #fff;
}
.section11__inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 0;
}
.section11__item {
  width: 100%;
  text-align: center;
  border-right: 1px solid #d8d8d8;
}
.section11__item:last-child {
  border-right: none;
}
.section11__image-item01 {
  width: 59px;
  margin-bottom: 32px;
}
.section11__image-item02 {
  width: 78px;
  margin-bottom: 32px;
}
.section11__text {
  font-size: 16px;
}
.section12 {
  background: rgba(234, 236, 240, 0.5);
}
.section12__inner {
  width: 700px;
  margin: 0 auto;
  padding: 80px 0;
}
.section12__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}
.section12__list {
  list-style: none;
  margin-bottom: 32px;
}
.section12__list:last-child {
  margin-bottom: 0;
}
.section12__list-item {
  position: relative;
  padding-left: 16px;
  margin-bottom: 16px;
  font-size: 14px;
}
.section12__list-item::before {
  content: "";
  display: block;
  background-color: #c5292b;
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 7px;
}
.section12__list-item a {
  color: #c5292b;
  display: inline-block;
}
.section12__list-item a::after {
  content: "";
  width: 8px;
  height: 12px;
  display: inline-block;
  background-image: url("/ma/assets/images/arrow2.png");
  background-size: contain;
  margin-left: 8px;
}
.section12__link-wrap {
  position: relative;
  left: 280px;
  top: -20px;
}
.section12__list-item-caption {
  margin-top: 16px;
  opacity: 0.5;
}
.footer {
  background: #717070;
  padding: 20px;
}
.footer__inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}
.footer__text {
  font-size: 12px;
  color: #fff;
  text-align: center;
  font-family: "メイリオ";
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.pc-inline {
  display: inline;
}
.sp-inline {
  display: none;
}
.sponly {
  display: none;
}
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
@media (max-width: 1024px) {
  .header {
    min-width: inherit;
  }
  .section01-wrap {
    min-width: inherit;
  }
  .section01 {
    min-width: inherit;
    padding: 80px 0;
  }
  .section01__inner {
    width: 100%;
    padding: 80px;
  }
  .section01__image-area-wrap {
    width: 60%;
  }
  .section01__content {
    width: 40%;
    min-width: 360px;
  }
  .section02 {
    min-width: inherit;
    padding: 0 20px;
  }
  .section02__inner {
    width: 100%;
    padding-bottom: 0;
    padding-top: 56.25%;
    height: 0;
  }
  .section02__content {
    position: absolute;
    top: 100px;
  }
  .section02__movie-wrap {
    width: calc(100% - 40px);
    top: 0;
    margin-bottom: 0;
    position: absolute;
  }
  .section02__movie-area {
    position: absolute;
  }
  .section03 {
    min-width: inherit;
    padding: 0;
  }
  .section03__inner {
    width: 100%;
    padding: 0 80px;
  }
  .section03__content {
    width: 40%;
    margin-right: 40px;
  }
  .section04 {
    min-width: inherit;
    padding: 0;
  }
  .section04__inner {
    padding: 0 80px;
    width: 100%;
  }
  .section05 {
    min-width: inherit;
    padding: 0;
  }
  .section05__inner {
    padding: 60px 0 0 80px;
    width: 100%;
  }
  .section05__content-note {
    margin-bottom: 32px;
  }
  .section05__image-wrap {
    width: 100%;
  }
  .section05__image-wrap-item01 {
    margin-right: 10%;
  }
  .section05__image-wrap-item02 {
    margin-right: 10%;
  }
  .section05__image-area {
    margin-top: 0;
  }
  .section06 {
    min-width: inherit;
    padding: 0;
  }
  .section06__inner {
    width: 100%;
    padding: 80px;
  }
  .section06__image-wrap {
    width: 100%;
  }
  .section07 {
    min-width: inherit;
    padding: 0;
  }
  .section07__inner {
    width: 100%;
    padding: 60px 80px 0;
  }
  .section07__content {
    width: 50%;
  }
  .section07__content-title {
    margin-bottom: 8px;
    width: 100%;
  }
  .section07__content-text {
    width: 100%;
  }
  .section08 {
    min-width: inherit;
    padding: 0;
  }
  .section08__inner {
    padding: 60px 0 0 80px;
    width: 100%;
  }
  .section08__content-note {
    margin-bottom: 32px;
  }
  .section08__image-area {
    margin-top: 0;
  }
  .section09 {
    min-width: inherit;
    padding: 0;
  }
  .section09__inner {
    width: 100%;
    padding: 60px 80px 0;
  }
  .section09__content {
    width: 50%;
  }
  .section09__content-title {
    margin-bottom: 8px;
    width: 100%;
  }
  .section09__content-text {
    width: 100%;
  }
  .section09__image-area {
    width: 40%;
    margin-top: 0;
  }
  .section09__push-image01,
  .section09__push-image02 {
    width: 80%;
  }
  .section09__push-image01 {
    top: 16%;
    right: 0;
  }
  .section09__push-image02 {
    top: 32%;
    left: auto;
  }
  .section10 {
    min-width: inherit;
  }
  .section10__inner {
    width: 100%;
    padding: 80px;
  }
  .section10__image-item01 {
    width: 50%;
    margin-right: 20px;
  }
  .section10__image-item02 {
    width: 50%;
    margin-right: 20px;
  }
  .section10__image-item03 {
    width: 50%;
  }
  .section11 {
    min-width: inherit;
  }
  .section11__inner {
    width: 100%;
    padding: 80px 0;
  }
  .section12 {
    min-width: inherit;
  }
  .section12__inner {
    width: 100%;
    padding: 80px;
  }
  .footer {
    min-width: inherit;
    padding: 20px 0;
  }
  .footer__inner {
    width: 100%;
    display: block;
  }
  .footer__text {
    color: #fff;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .header {
    min-width: inherit;
    padding: 0 16px;
  }
  .header__inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header__logo-area {
    width: 124px;
  }
  .header__corp-logo-area {
    width: 66px;
  }
  .section01-wrap {
    min-width: inherit;
  }
  .section01 {
    min-width: inherit;
  }
  .section01__inner {
    display: block;
    padding: 60px 20px;
  }
  .section01__image-area-wrap {
    width: 100%;
    padding-top: 100%;
    margin-bottom: 26px;
  }
  .section01__content {
    width: 100%;
    min-width: inherit;
  }
  .section01__content-title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 8px;
  }
  .section01__content-text {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
  }
  .section01__icon-area {
    width: 100%;
    text-align: center;
  }
  .section01__apple {
    width: auto;
    height: 40px;
  }
  .section01__google {
    width: auto;
    height: 40px;
  }
  .section02 {
    min-width: inherit;
    padding: 0 20px;
  }
  .section02__inner {
    height: 0;
    width: 100%;
    padding: 0;
    padding-top: 56.25%;
  }
  .section02__image-item {
    width: 65%;
    left: -5%;
    top: 10%;
  }
  .section02__content {
    width: 50%;
    position: absolute;
    padding-right: 5%;
    top: 10%;
    text-align: right;
  }
  .section02__content-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .section02__content-link {
    text-align: right;
    font-size: 14px;
    margin-right: 24px;
  }
  .section02__movie-wrap {
    width: calc(100% - 40px);
    top: 0;
    margin-bottom: 0;
    position: absolute;
  }
  .section02__movie-area {
    position: absolute;
  }
  .section03 {
    min-width: inherit;
  }
  .section03__inner {
    margin-top: 0;
    display: block;
    padding: 80px 20px 0;
    position: relative;
    overflow: hidden;
  }
  .section03__content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .section03__content-title {
    margin-bottom: 8px;
    font-size: 28px;
  }
  .section03__content-text {
    line-height: 1.6;
  }
  .section03__image-area {
    width: 100%;
    margin-top: 0;
    margin-left: -4%
  }
  .section03__image-item {
    width: 120%;
  }
  .section03__image01 {
    margin-left: 0;
  }
  .section03__image02 {
    margin-left: -10%;
  }
  .section04 {
    min-width: inherit;
  }
  .section04__inner {
    display: block;
    padding: 80px 20px 0;
  }
  .section04__content {
    width: 100%;
    max-width: inherit;
  }
  .section04__content-title {
    font-size: 28px;
    margin-bottom: 8px;
  }
  .section04__content-text {
    line-height: 1.6;
  }
  .section04__image-area {
    width: 100%;
  }
  .section05 {
    min-width: inherit;
    background: #fff;
  }
  .section05__inner {
    display: block;
    padding: 80px 20px 0;
  }
  .section05__content {
    width: 100%;
    max-width: inherit;
  }
  .section05__content-title {
    font-size: 28px;
    margin-bottom: 8px;
  }
  .section05__content-text {
    line-height: 1.6;
  }
  .section05__content-note {
    margin-bottom: 0;
  }
  .section05__image-wrap {
    display: none;
  }
  .section05__image-area {
    width: 100%;
    margin-top: 0;
  }
  .section05__push-image01 {
    position: absolute;
    width: 80%;
    top: 39%;
    right: 10%;
  }
  .section06 {
    min-width: inherit;
  }
  .section06__inner {
    display: block;
    padding: 100px 20px;
  }
  .section06__title {
    text-align: left;
    font-size: 28px;
    margin-bottom: 8px;
  }
  .section06__text {
    text-align: left;
  }
  .section06__image-wrap {
    display: block;
    width: 100%;
  }
  .section06__image-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: space-between;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e5e7ec;
    margin-bottom: 32px;
    padding: 0 28px 32px;
  }
  .section06__image-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .section06__image-wrap-image01 {
    margin-bottom: 0;
    width: 30%;
  }
  .section06__image-wrap-image02 {
    margin-bottom: 0;
    width: 30%;
  }
  .section06__image-wrap-image03 {
    margin-bottom: 0;
    width: 30%;
  }
  .section06__image-item-text {
    text-align: left;
  }
  .section07 {
    min-width: inherit;
  }
  .section07__inner {
    display: block;
    padding: 80px 20px 0;
  }
  .section07__content {
    width: 100%;
    margin-bottom: 20px;
    max-width: inherit;
  }
  .section07__content-title {
    width: 100%;
    font-size: 28px;
  }
  .section07__content-text {
    line-height: 1.6;
  }
  .section07__content-note {
    margin-bottom: 0;
  }
  .section07__image-area {
    width: 100%;
    margin-top: 0;
    margin-left: -4%
  }
  .section07__image-item {
    width: 120%;
  }
  .section07__image01 {
    margin-left: 0;
  }
  .section07__image02 {
    margin-left: -10%;
  }
  .section08 {
    min-width: inherit;
    background: #fff;
  }
  .section08__inner {
    display: block;
    padding: 80px 20px 0;
  }
  .section08__content {
    width: 100%;
    max-width: inherit;
  }
  .section08__content-title {
    font-size: 28px;
    margin-bottom: 8px;
  }
  .section08__content-text {
    line-height: 1.6;
  }
  .section08__content-note {
    margin-bottom: 0;
  }
  .section08__image-wrap {
    display: none;
  }
  .section08__image-area {
    width: 100%;
    margin-top: 0;
  }  .section10 {
    min-width: inherit;
  }
  .section09 {
    min-width: inherit;
  }
  .section09__inner {
    display: block;
    padding: 80px 20px 0;
  }
  .section09__content {
    width: 100%;
    margin-bottom: 20px;
    max-width: inherit;
  }
  .section09__content-title {
    width: 100%;
    font-size: 28px;
  }
  .section09__content-text {
    line-height: 1.6;
  }
  .section09__image-area {
    width: 100%;
    max-width: inherit;
    position: relative;
  }
  .section09__push-image01,
  .section09__push-image02 {
    width: 80%;
  }
  .section09__push-image01 {
    top: 16%;
    right: 0;
  }
  .section09__push-image02 {
    top: 32%;
    right: 0;
    left: 0;
  }
  .section10__inner {
    display: block;
    padding: 80px 20px;
  }
  .section10__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .section10__text {
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 1.6;
  }
  .section10__wrap {
    width: 100%;
    display: block;
    max-width: inherit;
  }
  .section10__image-item01 {
    display: block;
    margin: 0 auto 20px;
    width: 160px;
    max-width: inherit;
  }
  .section10__image-item02 {
    display: block;
    margin: 0 auto;
    width: 160px;
    max-width: inherit;
  }
  .section10__image-item03 {
    display: none;
  }
  .section10 .sp {
    display: block;
  }
  .section11 {
    min-width: inherit;
  }
  .section11__inner {
    width: 100%;
    display: block;
    padding: 80px 20px;
  }
  .section11__item {
    border-right: none;
    margin-bottom: 72px;
  }
  .section11__item:last-child {
    margin-bottom: 0;
  }
  .section12 {
    min-width: inherit;
  }
  .section12__inner {
    width: 100%;
    padding: 80px 20px;
  }
  .section12__list-item {
    padding-left: 12px;
  }
  .section12__list-item::before {
    width: 4px;
    height: 4px;
  }
  .section12__link-wrap {
    left: 0;
    top: 0;
  }
  .footer {
    min-width: inherit;
  }
  .footer__inner {
    width: 100%;
    display: block;
  }
  .footer__text {
    color: #fff;
    text-align: center;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .pc-inline {
    display: none;
  }
  .sp-inline {
    display: inline;
  }
  .sp-image-size-full {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section01 {
    padding-top: 40px;
  }
  .section01__inner {
    padding-top: 10px;
  }
  .section08__image-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section08__image-wrap-content {
    margin-right: 0;
  }
  .sponly {
    display: block;
  }
}
@media (max-width: 374px) {
  .section02__content {
    width: 50%;
    font-size: 14px;
  }
}
