@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul, li, a {
  text-decoration: none;
}

.pc_disp {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .pc_disp {
    display: block !important;
  }
}

.sp_disp {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .sp_disp {
    display: none !important;
  }
}

.pc_only_disp {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .pc_only_disp {
    display: block !important;
  }
}

.ipad_disp {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .ipad_disp {
    display: none !important;
  }
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", arial, "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", sans-serif;
}

strong {
  font-weight: bold;
}

.MainColumn {
  margin: 0px auto 0px;
  font-size: 0.875rem;
  text-align: justify;
  background: #fff;
  color: #242424;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .MainColumn {
    font-size: 1rem;
  }
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/*==================================================
フェードイン
==================================================*/
.fade.time04 {
  opacity: 0;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

@media screen and (min-width: 1200px) {
  .fade.time04 {
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}

.fade.fadein {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*======================================
animation
======================================*/
@-webkit-keyframes fv_img {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -30px);
            transform: translate(0px, -30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fv_img {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -30px);
            transform: translate(0px, -30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fv_title {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px, 0px);
            transform: translate(-20px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fv_title {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px, 0px);
            transform: translate(-20px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fv_badge {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fv_badge {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.induction {
  display: none;
}

.induction.is_fixed {
  display: block;
  width: 100%;
  left: 0;
  position: fixed;
  bottom: 0;
  z-index: 7001;
}

.induction.is_sticky {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 7001;
  width: 100%;
}

.induction_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #222222;
  padding: 20px 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.induction_pc p {
  margin-right: 70px;
  max-width: 348px;
  display: inline-block;
  font-size: 0.6875rem;
  color: #fff;
  line-height: 1.5;
}

.induction_pc button {
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
  width: 260px;
  width: 232px;
}

.induction_pc button:hover {
  opacity: .7;
}

.induction_pc button + button {
  margin-left: 20px;
}

.induction_sp {
  width: 100%;
  z-index: 7001;
  background: #222222;
  padding: 16px 0;
}

.induction_sp .inner {
  width: 90%;
  margin: 0 auto;
}

.induction_sp .btn_inner {
  text-align: center;
}

.induction_sp p {
  width: 100%;
  margin-top: 10px;
  max-width: 348px;
  display: inline-block;
  font-size: 0.625rem;
  color: #fff;
  line-height: 1.2;
}

.induction_sp a {
  display: inline-block;
  width: 47%;
  width: 33%;
}

.induction_sp a + a {
  margin-left: 10px;
}

.overlay-ad {
  display: none;
}

.fv_bg {
  background: url("/common/img/app/fv_bg_sp.png") no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  .fv_bg {
    background: url("/common/img/app/fv_bg_pc.png") no-repeat;
    background-size: cover;
    background-position: center;
    height: 750px;
  }
}

.fv_inner {
  position: relative;
  max-width: 963px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .fv_inner {
    max-height: inherit;
    height: 750px;
  }
}

.fv .title {
  -webkit-animation: fv_title 1s ease 1s 1 normal backwards;
          animation: fv_title 1s ease 1s 1 normal backwards;
}
@media screen and (min-width: 1024px) {
  .fv .title {
    padding-top: 20px;
    padding-left: 20px;
    max-width: inherit;
    width: auto;
    text-align: end;
    padding-top: 100px;
    -webkit-animation: fv_title 1.5s ease 1s 1 normal backwards;
            animation: fv_title 1.5s ease 1s 1 normal backwards;
  }
}

.fv .badge_inner {
  position: absolute;
  left: 6%;
  bottom: 7%;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .fv .badge_inner {
    left: auto;
    right: 1%;
    bottom: 8%;
  }
}
.fv .badge_inner .badge {
  -webkit-animation: fv_badge 2s ease 1s 1 normal backwards;
          animation: fv_badge 2s ease 1s 1 normal backwards;
  width: 24%;
}
@media screen and (min-width: 1024px) {
  .fv .badge_inner .badge {
    width: auto;
  }
}
.fv .badge_inner .badge + .badge {
  -webkit-animation: fv_badge 2.5s ease 1.5s 1 normal backwards;
          animation: fv_badge 2.5s ease 1.5s 1 normal backwards;
  margin-left: 10px;
}
@media screen and (min-width: 1024px) {
  .fv .badge_inner .badge + .badge {
    margin-left: 20px;
  }
}

.fv .img {
  position: absolute;
  right: 5%;
  bottom: -3%;
  -webkit-animation: fv_img 1.5s ease 1s 1 normal backwards;
          animation: fv_img 1.5s ease 1s 1 normal backwards;
}

@media screen and (min-width: 1024px) {
  .fv .img {
    right: auto;
    left: 5%;
    -webkit-animation: fv_img 1s ease 1s 1 normal backwards;
            animation: fv_img 1s ease 1s 1 normal backwards;
  }
}
@media screen and (min-width: 1200px) {
  .fv .img {
    width: auto;
    max-width: 550px;
    left: 1%;
    bottom: -5%;
  }
}


@media screen and (max-width: 1023px) {
  .fv_inner {
    height: 76.2666666667vw;
  }
  .fv .title {
    padding-top: 8vw;
    padding-left: 5.3333333333vw;
    width: 53.3333333333vw;
  }
  .fv .img {
    width: 34.9333333333vw;
  }
}


.download {
  background: #fff;
  padding: 26px 0 20px;
}

@media screen and (min-width: 768px) {
  .download {
    margin: 0 auto;
    padding: 102px 0 63px;
  }
}

.download_inner {
  width: 90%;
  margin: 0 auto;
}

.download p {
  margin: 0 auto 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .download p {
    margin: 0 auto 26px;
    font-size: 1.6875rem;
  }
}

.download_link {
  display: block;
  background: #df3d3c;
  max-width: 716px;
  width: 100%;
  margin: 0 auto;
  height: 53px;
  line-height: 53px;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
  color: #fff;
  border-radius: 48px;
}

@media screen and (min-width: 768px) {
  .download_link {
    height: 97px;
    line-height: 97px;
    font-size: 2.0625rem;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-transition: .3s;
    transition: .3s;
  }
}

@media screen and (min-width: 1200px) {
  .download_link:hover {
    -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

.campaign {
  background: #f7f7f7;
  padding: 30px 0 30px;
}

@media screen and (min-width: 768px) {
  .campaign {
    padding: 60px 0 60px;
  }
}

.campaign h2 {
  margin: 0 auto 10px;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .campaign h2 {
    margin: 0 auto 30px;
    font-size: 1.6875rem;
  }
}

.campaign_link_inner {
  margin: 0 auto;
  text-align: center;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.campaign_link {
  display: inline-block;
  width: 58%;
  margin-left: 20px;
}

@media screen and (min-width: 768px) {
  .campaign_link {
    margin-left: 0;
    width: 308px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .campaign_link:hover {
    opacity: .7;
  }
}

@media screen and (min-width: 768px) {
  .campaign_link + a {
    margin-left: 20px;
  }
}

.main_box {
  margin: 0 auto 50px;
}

@media screen and (min-width: 768px) {
  .main_box {
    margin: 0 auto 250px;
  }
}

.main_box .box_inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 963px;
  height: 600px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .main_box .box_inner {
    width: 90%;
    height: 750px;
  }
}

.main_box .text_inner {
  width: 90%;
  margin: 50px auto 0;
}

@media screen and (min-width: 768px) {
  .main_box .text_inner {
    margin: 216px 0 0;
  }
}

.main_box .text_inner .title {
  margin: 0 auto 15px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  font-size: 1.625rem;
}

@media screen and (min-width: 768px) {
  .main_box .text_inner .title {
    margin: 0 auto 30px;
    font-size: 2.375rem;
  }
}

.main_box .text_inner .text {
  max-width: 480px;
  width: 94%;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  font-size: 0.9375rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .main_box .text_inner .text {
    width: auto;
    font-size: 1.4375rem;
    font-weight: 300;
    line-height: 1.7;
  }
}

.main_box .img_inner img {
  position: absolute;
  bottom: -3%;
  left: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-height: 395px;
}

@media screen and (min-width: 768px) {
  .main_box .img_inner img {
    -webkit-transform: inherit;
            transform: inherit;
    bottom: auto;
    top: 38%;
    left: auto;
    right: 0%;
  }
}
@media screen and (min-width: 1200px) {
  .main_box .img_inner img {
    max-height: inherit;
    width: auto;
    bottom: auto;
    left: auto;
    right: 0%;
    top: 9%;
  }
}

.main_box.box01 {
  background: url("/common/img/app/bg01_sp.png") no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .main_box.box01 {
    background: url("/common/img/app/bg01_pc.png") no-repeat;
    background-size: cover;
  }
}

.main_box.box02 {
  background: url("/common/img/app/bg02_sp.png") no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .main_box.box02 {
    background: url("/common/img/app/bg02_pc.png") no-repeat;
    background-size: cover;
  }
}

.main_box.box03 {
  background: url("/common/img/app/bg03_sp.png") no-repeat;
  background-size: cover;
  height: 576px;
  margin: 0 auto 84px;
}
@media screen and (min-width: 768px) {
  .main_box.box03 {
    background: url("/common/img/app/bg03_pc.png") no-repeat;
    background-size: cover;
    height: 750px;
    margin: 0 auto 250px;
  }
}
.main_box.box03 .img_inner img {
  max-height: 355px;
  bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .main_box.box03 .img_inner img {
    max-height: inherit;
    width: 46%;
    left: -2%;
    top: 27%;
  }
}
@media screen and (min-width: 1200px) {
  .main_box.box03 .img_inner img {
    width: auto;
    left: 0;
    top: 23%;
  }
}
.main_box.box03 .text_inner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -11%;
  width: 100%;
}
@media screen and (min-width: 450px) {
  .main_box.box03 .text_inner {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .main_box.box03 .text_inner {
    width: 90%;
    top: -4%;
    transform: inherit;
    left: auto;
    right: -18%;
  }
}
@media screen and (min-width: 1200px) {
  .main_box.box03 .text_inner {
    width: auto;
    top: -23%;
    right: -16%;
  }
}

.main_box.box04 {
  background: url("/common/img/app/bg04_sp.png") no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .main_box.box04 {
    background: url("/common/img/app/bg04_pc.png") no-repeat;
    background-size: cover;
  }
}


.main_box.box05 {
  background: url("/common/img/app/bg05_sp.png") no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .main_box.box05 {
    background: url("/common/img/app/bg05_pc.png") no-repeat;
    background-size: cover;
  }
}
.main_box.box05 .box_inner {
  height: 658px;
}
.main_box.box05 .text_inner {
  margin-top: 30px;
}
.main_box.box05 .img_inner img {
  bottom: -6%;
  max-height: 465px;
}
@media screen and (min-width: 768px) {
  .main_box.box05 .img_inner img {
    z-index: -1;
  }
}

@media screen and (min-width: 1200px) {
  .main_box.box05 .box_inner {
    height: 750px;
  }
  .main_box.box05 .text_inner .text {
    max-width: 490px;
  }
  .main_box.box05 .text_inner {
    width: auto;
    margin: 216px 0 0 auto;
  }
  .main_box.box05 .img_inner img {
    right: auto;
    left: -7%;
    bottom: -20%;
    max-height: 850px;
  }
}


.main_box.box06 {
  background: url("/common/img/app/bg06_sp.png") no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .main_box.box06 {
    background: url("/common/img/app/bg06_pc.png") no-repeat;
    background-size: cover;
  }
}
.main_box.box06 .text_inner {
  margin-top: 58px;
}
.main_box.box06 .img_inner img {
  bottom: -4%;
  max-height: 420px;
}
@media screen and (min-width: 768px) {
  .main_box.box06 .img_inner img {
    bottom: auto;
    top: 34%;
    left: -5%;
  }
}
@media screen and (min-width: 820px) {
  .main_box.box06 .img_inner img {
    left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .main_box.box06 .img_inner img {
    max-height: inherit;
    top: 11%;
  }
}
@media screen and (min-width: 768px) {
  .main_box.box06 .text_inner {
    width: auto;
    margin: 216px 0 0 auto;
  }
}

/*======================================
mmodal
======================================*/
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#modal_content {
  position: fixed;
  width: 580px;
  height: 489px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  border-radius: 12px;
  z-index: 7002;
  text-align: center;
}

#modal_content .logo {
  margin-top: 92px;
}

#modal_content .modal_inner {
  position: relative;
}

#modal_content .modal_text {
  margin: 36px auto 20px;
  font-size: 1.1875rem;
  font-weight: bold;
  line-height: 1.5;
}

#modal_content .close_inner {
  position: absolute;
  right: 2%;
  top: 5%;
}

#modal_content .close {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}

#modal_content .close::before, #modal_content .close::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  position: absolute;
  top: calc(14% - 5px);
  left: 14%;
}

#modal_content .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  left: auto;
  right: 14%;
}

#modal_bg {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.39);
  width: 100%;
  height: 100%;
  z-index: 7001;
}
/*# sourceMappingURL=style.css.map */