@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,700&display=swap");
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 2; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

a img {
  border: none; }

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

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-break: break-word; }

html, body {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'YuGothic', '游ゴシック体', '游ゴシック Medium', 'Yu Gothic Medium', 'Yu Gothic' , '游ゴシック', Meiryo, メイリオ, 'ＭＳ Ｐゴシック', 'MS PGothic', arial, helvetica, sans-serif;
  line-height: 1.7;
  /*text-align: justify;*/
  font-size: 10px;
  /*scroll-behavior: smooth;*/
  /*-webkit-overflow-scrolling: touch;*/
  font-weight: 400; }

a {
  display: inline-block;
  color: black;
  cursor: pointer; }

a, a:hover {
  text-decoration: none; }

button {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0; }

img {
  display: block;
  width: 100%;
  image-rendering: -webkit-optimize-contrast; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  letter-spacing: 0.1em; }

/*
p, dt, dd {
  overflow-wrap: break-word;
}
*/
body {
  margin: auto;
  position: relative; }

small {
  font-size: 70%;
  color: grey; }

/*--------------------------responsive ---------------------*/
.clearfix::before,
.clearfix::after {
  display: block;
  content: "";
  clear: both; }

.pc {
  display: block !important; }

.sp {
  display: none !important; }

.pci {
  display: inline-block !important; }

.spi {
  display: none !important; }

.pcf {
  display: flex !important; }

.spf {
  display: none !important; }

@media screen and (max-width: 767px) {
  .sp {
    display: block !important; }

  .pc {
    display: none !important; }

  .pci {
    display: none !important; }

  .spi {
    display: inline-block !important; }

  .pcf {
    display: none !important; }

  .spf {
    display: flex !important; } }
/*--------------------------------------------------------------------------*/
/* Common
---------------------------------------------------------------------------------*/
body {
  position: relative;
  margin: 0;
  color: #000; }

p, td, label, div, ul, li, strong, input, a {
  font-size: 1.6rem;
  margin: 0;
  padding: 0; }

p, label, div, strong, input {
  display: block; }

/*
p {
  white-space: pre-line;
}
*/
@media screen and (max-width: 767px) {
  html, body {
    font-size: calc(1000vw / 375); } }
.l_con,
.c_con,
.s_con {
  display: block;
  margin: auto;
  z-index: 0;
  position: relative; }

.l_con {
  width: 105rem; }

.c_con {
  width: 102rem; }

.s_con {
  width: 72rem; }

main {
  position: relative; }

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }
  a:hover {
    opacity: 0.8; }

:root {
  --color1: #00A7EA;
  --color2: #6E6E6E;
  --color3: #DAAB66;
  --color4: #30BCA7;
  --color5: #FFF100;
  --color6: #696969;
  --color7: #CCDFE4;
  --color8: #EFFAFF; }

/*---------------------------textalign----------------*/
.textCenter {
  text-align: center; }

/*---------------------------img----------------*/
.img_full {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin: auto;
  display: block; }

.img_cover {
  width: 100%;
  object-fit: cover; }

.img_contain {
  object-fit: contain; }

/*---------------------------content----------------*/
.wrap {
  position: relative; }

#header {
  position: absolute;
  top: 2.4rem;
  left: 1.5rem;
  width: 15.5rem;
  z-index: 2; }

#mv .mv_inner {
  overflow: hidden; }
  #mv .mv_inner .popup {
    display: block;
    position: relative; }
    #mv .mv_inner .popup:before {
      content: "";
      position: absolute;
      width: 7.5rem;
      height: 7.5rem;
      background: url(../images/icon_play.svg) 0 0 no-repeat;
      background-size: 100% auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 2; }
    #mv .mv_inner .popup img {
      width: 100%; }
  #mv .mv_inner .mv_movie {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
    background-color: #fff; }
    #mv .mv_inner .mv_movie iframe {
      pointer-events: none;
      /*
      width: 126% !important;
      height: 126% !important;
      position: absolute !important;
      top: -13% !important;
      left: -13% !important;
      */
      opacity: 0;
      position: absolute;
      top: calc(50% - 1px);
      left: 50%;
      width: 100%;
      min-width: 2400px;
      min-height: 100%;
      transform: translate(-50%, -50%); }
      
#scroll_left,
#scroll_right {
  display: none; }

.mfp-bg {
  opacity: 0.5; }

.mfp-iframe-holder .mfp-close {
  font-size: 0;
  width: 3rem;
  height: 3rem;
  background: url(../images/icon_close.svg) 0 0 no-repeat;
  background-size: 100% auto;
  opacity: 1;
  padding-right: 0;
  right: 0;
  top: -3.5rem; }

#intro {
  padding: 4.5rem 2rem 7.5rem; }
  #intro h2 {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.66;
    padding-bottom: 2rem;
    text-align: center; }
  #intro p {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.5; }
  #intro .metapa {
    padding-top: 4rem; }
    #intro .metapa img {
      width: 6.5rem;
      display: block;
      margin: 0 auto;
      padding-bottom: 2rem; }
    #intro .metapa p {
      font-size: 1.2rem;
      text-align: center;
      padding-bottom: 2rem; }
    #intro .metapa ul {
      display: flex;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      padding: 0 2rem; }
      #intro .metapa ul li {
        list-style: none; }
        #intro .metapa ul li img {
          width: 100%; }
        #intro .metapa ul li:first-child {
          width: 13.7rem; }
        #intro .metapa ul li:last-child {
          width: 14.7rem; }

.point h2 {
  background: url(../images/bg_point_ttl_sp.png) 0 0 no-repeat;
  background-size: 100% auto;
  height: 9rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.666; }
.point .point_block {
  padding: 3rem 2rem 5rem; }
  .point .point_block .main {
    position: relative;
    width: 22rem;
    padding-top: 4rem;
    margin: 0 auto; }
    .point .point_block .main .num {
      width: 8.8rem;
      position: absolute;
      top: 0;
      left: -5.5rem;
      z-index: 11; }
    .point .point_block .main .pic {
      position: relative;
      z-index: 1;
      width: 100%; }
    .point .point_block .main .smartphone {
      position: relative;
      padding: 1rem 1.6rem 0;
      height: 40.65rem; }
      .point .point_block .main .smartphone:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 40.65rem;
        background: url(../images/smartphone.png) 0 0 no-repeat;
        background-size: 100% auto;
        z-index: 10; }
      .point .point_block .main .smartphone video {
        width: 18.8rem;
        height: 38.2rem;
        position: relative;
        z-index: 5;
        object-fit: cover;
        font-family: 'object-fit: cover;'; }
  .point .point_block h3 {
    text-align: center;
    line-height: 1.666;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding-top: 3rem;
    padding-bottom: 1.6rem; }
  .point .point_block p {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding-bottom: 2.5rem; }
.point #point02,
.point #point04,
.point #point06 {
  background-color: #f1f1f1; }
.point #point02 .sub {
  padding-left: 3rem;
  position: relative; }
  .point #point02 .sub .fukidashi {
    position: absolute;
    top: 2.5rem;
    left: 15.7rem;
    z-index: 2;
    text-align: center; }
    .point #point02 .sub .fukidashi p {
      font-size: 1.3rem;
      line-height: 1.5;
      letter-spacing: 0.05em; }
      .point #point02 .sub .fukidashi p span {
        opacity: 0; }
      .point #point02 .sub .fukidashi p .s1 {
        transition-delay: 0.11s; }
      .point #point02 .sub .fukidashi p .s2 {
        transition-delay: 0.22s; }
      .point #point02 .sub .fukidashi p .s3 {
        transition-delay: 0.33s; }
      .point #point02 .sub .fukidashi p .s4 {
        transition-delay: 0.44s; }
      .point #point02 .sub .fukidashi p .s5 {
        transition-delay: 0.55s; }
      .point #point02 .sub .fukidashi p .s6 {
        transition-delay: 0.66s; }
      .point #point02 .sub .fukidashi p .s7 {
        transition-delay: 0.77s; }
      .point #point02 .sub .fukidashi p .s8 {
        transition-delay: 0.88s; }
      .point #point02 .sub .fukidashi p .s9 {
        transition-delay: 0.99s; }
      .point #point02 .sub .fukidashi p .s10 {
        transition-delay: 1.1s; }
      .point #point02 .sub .fukidashi p .s11 {
        transition-delay: 1.21s; }
      .point #point02 .sub .fukidashi p .s12 {
        transition-delay: 1.32s; }
      .point #point02 .sub .fukidashi p .s13 {
        transition-delay: 1.43s; }
      .point #point02 .sub .fukidashi p .s14 {
        transition-delay: 1.54s; }
      .point #point02 .sub .fukidashi p .s15 {
        transition-delay: 1.65s; }
      .point #point02 .sub .fukidashi p .s16 {
        transition-delay: 1.76s; }
      .point #point02 .sub .fukidashi p .s17 {
        transition-delay: 1.87s; }
      .point #point02 .sub .fukidashi p .s18 {
        transition-delay: 1.98s; }
      .point #point02 .sub .fukidashi p .s19 {
        transition-delay: 2.09s; }
      .point #point02 .sub .fukidashi p .s20 {
        transition-delay: 2.2s; }
      .point #point02 .sub .fukidashi p .s21 {
        transition-delay: 2.31s; }
      .point #point02 .sub .fukidashi p .s22 {
        transition-delay: 2.42s; }
      .point #point02 .sub .fukidashi p .s23 {
        transition-delay: 2.53s; }
      .point #point02 .sub .fukidashi p .s24 {
        transition-delay: 2.64s; }
      .point #point02 .sub .fukidashi p .s25 {
        transition-delay: 2.75s; }
      .point #point02 .sub .fukidashi p .s26 {
        transition-delay: 2.86s; }
      .point #point02 .sub .fukidashi p.active span {
        opacity: 1; }
  .point #point02 .sub .pic {
    width: 28.4rem; }
.point #point03 .sub .pic,
.point #point04 .sub .pic,
.point #point05 .sub .pic,
.point #point06 .sub .pic {
  width: 32rem;
  display: block;
  margin: 0 auto;
  padding-top: 1rem; }
.point #point03 .main .smartphone video {
  height: auto; }
.point #point04 p {
  position: relative;
  text-indent: 3rem; }
  .point #point04 p:before {
    content: "";
    width: 2.7rem;
    height: 3.1rem;
    background: url(../images/point04_icon.png) 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -1rem;
    left: 0; }
.point #point06 {
  padding-bottom: 3rem; }
  .point #point06 .sub2 {
    padding-top: 4rem; }
    .point #point06 .sub2 h4 {
      margin-bottom: 2rem;
      text-align: center;
      font-size: 1.8rem;
      font-weight: 700;
      letter-spacing: 0.05em; }
      .point #point06 .sub2 h4 span {
        display: inline-block;
        color: #fff;
        background-color: #000;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-style: italic;
        width: 10rem;
        margin-right: 1rem;
        font-size: 1.6rem;
        letter-spacing: 0.05em; }
    .point #point06 .sub2 ul {
      display: flex;
      flex-wrap: wrap;
      margin-left: -1.5rem; }
      .point #point06 .sub2 ul li {
        width: calc(50% - 1.5rem);
        margin-left: 1.5rem;
        list-style: none; }
        .point #point06 .sub2 ul li p {
          padding-top: 1rem; }

#footer {
  padding-top: 7rem;
  padding-bottom: 3rem; }
  #footer .evoving {
	position: relative;
	width: 30.8rem;
	height: 23.8rem;
	padding: 2.5rem 0;
	margin: 0 auto 10rem;
	border-radius: 1rem;
	background-color: #F1F1F1; }
  #footer .evoving h3 {
    text-align: center;
    line-height: 1.666;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding-bottom: 1.6rem; }
  #footer .evoving h4 {
	position: absolute;
	display: inline-block;
    color: #fff;
    background-color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    padding: 0 0.5rem;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  #footer .evoving h4.evoving_ttl01 {
	top: -1.5rem;
    left: -2rem;
    transform: rotate(-19deg);
  }
  #footer .evoving h4.evoving_ttl02 {
	bottom: 0;
	right: -2rem;
	transform: rotate(-347deg);
  }
  #footer .evoving .sub {
    position: relative;
  }
  #footer .evoving .sub .pic {
    width: 30.7rem;
    margin-top: -0.5rem;
    margin-left: -1.5rem;
  }
  #footer .evoving  .sub .fukidashi {
    position: absolute;
    top: 2.5rem;
    left: 7.9rem;
    z-index: 2;
    text-align: center;
  }
  #footer .evoving  .sub .fukidashi p {
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  #footer .evoving  .sub .fukidashi p span {
    opacity: 0; }
  #footer .evoving  .sub .fukidashi p .s1 {
    transition-delay: 0.11s; }
  #footer .evoving  .sub .fukidashi p .s2 {
    transition-delay: 0.22s; }
  #footer .evoving  .sub .fukidashi p .s3 {
    transition-delay: 0.33s; }
  #footer .evoving  .sub .fukidashi p .s4 {
    transition-delay: 0.44s; }
  #footer .evoving  .sub .fukidashi p .s5 {
    transition-delay: 0.55s; }
  #footer .evoving  .sub .fukidashi p .s6 {
    transition-delay: 0.66s; }
  #footer .evoving  .sub .fukidashi p .s7 {
    transition-delay: 0.77s; }
  #footer .evoving  .sub .fukidashi p .s8 {
    transition-delay: 0.88s; }
  #footer .evoving  .sub .fukidashi p .s9 {
    transition-delay: 0.99s; }
  #footer .evoving  .sub .fukidashi p .s10 {
    transition-delay: 1.1s; }
  #footer .evoving  .sub .fukidashi p .s11 {
    transition-delay: 1.21s; }
  #footer .evoving  .sub .fukidashi p .s12 {
    transition-delay: 1.32s; }
  #footer .evoving  .sub .fukidashi p .s13 {
    transition-delay: 1.43s; }
  #footer .evoving  .sub .fukidashi p .s14 {
    transition-delay: 1.54s; }
  #footer .evoving  .sub .fukidashi p .s15 {
    transition-delay: 1.65s; }
  #footer .evoving  .sub .fukidashi p .s16 {
    transition-delay: 1.76s; }
  #footer .evoving  .sub .fukidashi p .s17 {
    transition-delay: 1.87s; }
  #footer .evoving  .sub .fukidashi p .s18 {
    transition-delay: 1.98s; }
  #footer .evoving  .sub .fukidashi p .s19 {
    transition-delay: 2.09s; }
  #footer .evoving  .sub .fukidashi p .s20 {
    transition-delay: 2.2s; }
  #footer .evoving  .sub .fukidashi p .s21 {
    transition-delay: 2.31s; }
  #footer .evoving  .sub .fukidashi p .s22 {
    transition-delay: 2.42s; }
  #footer .evoving  .sub .fukidashi p .s23 {
    transition-delay: 2.53s; }
  #footer .evoving  .sub .fukidashi p .s24 {
    transition-delay: 2.64s; }
  #footer .evoving  .sub .fukidashi p .s25 {
    transition-delay: 2.75s; }
  #footer .evoving  .sub .fukidashi p .s26 {
    transition-delay: 2.86s; }
  #footer .evoving  .sub .fukidashi p .s27 {
    transition-delay: 2.97s; }
  #footer .evoving  .sub .fukidashi p .s28 {
    transition-delay: 3.08s; }
  #footer .evoving  .sub .fukidashi p .s29 {
    transition-delay: 3.19s; }
  #footer .evoving  .sub .fukidashi p .s30 {
    transition-delay: 3.30s; }
  #footer .evoving  .sub .fukidashi p.active span {
    opacity: 1; }
  #footer .share {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    line-height: 1;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    padding-bottom: 2rem; }
  #footer ul {
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 6.5rem 8rem; }
    #footer ul li {
      list-style: none; }
      #footer ul li a {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
        display: inline-block; }
        #footer ul li a:hover {
          opacity: 0.8; }
    #footer ul .icon_facebook {
      width: 3.5rem; }
    #footer ul .icon_twitter {
      width: 2.8rem; }
    #footer ul .icon_pin {
      width: 3.5rem; }
    #footer ul .icon_line {
      width: 3.5rem; }
  #footer small {
    display: block;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    color: #111111; }

.slideup {
  opacity: 0;
  transform: translate3d(0, 2rem, 0);
  -webkit-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .slideup.active {
    opacity: 1;
    transform: translate3d(0, 0px, 0); }

@keyframes scrolling_top {
  0% {
    background-position: 0px 50%; }
  100% {
    background-position: -1110px 50%; } }
@-webkit-keyframes scrolling_top {
  0% {
    background-position: 0px 50%; }
  100% {
    background-position: -1110px 50%; } }
@keyframes scrolling_bottom {
  0% {
    background-position: 0px 50%; }
  100% {
    background-position: 1110px 50%; } }
@-webkit-keyframes scrolling_bottom {
  0% {
    background-position: 0px 50%; }
  100% {
    background-position: 1110px 50%; } }
@media screen and (min-width: 768px) {
  .totalWrap {
    position: relative;
    overflow: hidden; }

  #slide_scrolling_top {
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 100;
    background: url(../images/loop_pic.png) 0 50% repeat-x #000;
    animation: scrolling_top 40s linear 0s infinite; }

  #slide_scrolling_bottom {
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    z-index: 100;
    background: url(../images/loop_pic.png) 0 50% repeat-x #000;
    animation: scrolling_bottom 40s linear 0s infinite; }

  #scroll_left {
    width: 60px;
    position: fixed;
    top: 0;
    left: calc(50% - 336px);
    z-index: 10;
    height: 100vh;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #3D6D96; }
    #scroll_left img {
      width: 21px;
      display: block;
      margin: 0 auto; }

  #scroll_right {
    width: 60px;
    position: fixed;
    top: 0;
    right: calc(50% - 336px);
    z-index: 10;
    height: 100vh;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #3D6D96; }
    #scroll_right img {
      width: 21px;
      display: block;
      margin: 0 auto; }

  .wrap {
    width: 672px;
    margin: 0 auto;
    padding: 0 60px;
    background-color: #3D6D96; }

  body {
    padding-top: 50px;
    padding-bottom: 50px; }

  #header {
    top: 36px;
    left: 22px;
    width: 232px; }

  #mv {
    height: 100vh;
    position: relative; }
    #mv .bg_mv {
      background: url(../images/bg_mv.png) center center no-repeat;
      background-size: cover;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      z-index: -1; }
    #mv .mv_inner {
      width: 552px;
      margin: 0 auto;
      position: relative; }
      #mv .mv_inner .popup {
        display: block;
        background-color: rgba(0, 0, 0, 0.2);
        width: 100%; }
        #mv .mv_inner .popup:before {
          width: 112px;
          height: 112px; }
        #mv .mv_inner .popup:hover {
          background-color: rgba(0, 0, 0, 0);
          opacity: 1; }
      #mv .mv_inner .mv_pic {
        height: 100vh;
        width: 100%;
        object-fit: cover; }
    #mv #logo_pc {
      width: 350px;
      position: fixed;
      top: 80px;
      left: 35px;
      z-index: 12; }
    #mv #share_pc {
      width: 340px;
      height: 125px;
      background: url(../images/bg_share_pc.png) 0 0 no-repeat;
      background-size: 100% auto;
      color: #fff;
      position: fixed;
      right: 35px;
      bottom: 88px;
      z-index: 12; }
      #mv #share_pc .share_ttl {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 24px;
        letter-spacing: 0.05em;
        line-height: 1;
        text-align: center;
        padding-top: 8px; }
      #mv #share_pc ul {
        padding: 20px 50px 0;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center; }
        #mv #share_pc ul li {
          list-style: none; }
        #mv #share_pc ul .icon_facebook {
          width: 34px; }
        #mv #share_pc ul .icon_twitter {
          width: 28px; }
        #mv #share_pc ul .icon_pin {
          width: 35px; }
        #mv #share_pc ul .icon_line {
          width: 35px; }
    #mv .fukidashi {
      position: fixed;
      width: 219px;
      height: 130px;
      /*
      background:url(../images/fukidashi_pc.png) center center no-repeat;
      background-size:100% 100%;
      */
      transform: scale(0, 0);
      -webkit-transform: scale(0, 0);
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease;
      z-index: 2;
      background-color: #fff;
      border-radius: 50px; }
      #mv .fukidashi:before {
        content: "";
        width: 7px;
        height: calc(100% - 42px);
        background-color: #000;
        position: absolute;
        top: 22px;
        left: 0; }
      #mv .fukidashi:after {
        content: "";
        width: 7px;
        height: calc(100% - 42px);
        background-color: #000;
        position: absolute;
        top: 22px;
        right: 0; }
      #mv .fukidashi .fukidashi_inner {
        width: 100%;
        height: 100%;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        padding: 0 25px;
        background-image: url(../images/fukidashi_lb.png), url(../images/fukidashi_rb.png), url(../images/fukidashi_lt.png), url(../images/fukidashi_rt.png);
        background-size: 21px auto, 21px auto, 21px auto, 21px auto;
        background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
        background-position: 0 bottom, right bottom, 0 0, right 0;
        position: relative; }
        #mv .fukidashi .fukidashi_inner:before {
          content: "";
          height: 7px;
          width: calc(100% - 42px);
          background-color: #000;
          position: absolute;
          top: 0;
          left: 22px; }
        #mv .fukidashi .fukidashi_inner:after {
          content: "";
          height: 7px;
          width: calc(100% - 42px);
          background-color: #000;
          position: absolute;
          bottom: 0;
          left: 22px; }
      #mv .fukidashi p {
        font-size: 14px;
        line-height: 1.4;
        letter-spacing: 0.05em; }
        #mv .fukidashi p span {
          opacity: 0; }
        #mv .fukidashi p :nth-of-type(1) {
          transition-delay: 0.11s; }
        #mv .fukidashi p :nth-of-type(2) {
          transition-delay: 0.22s; }
        #mv .fukidashi p :nth-of-type(3) {
          transition-delay: 0.33s; }
        #mv .fukidashi p :nth-of-type(4) {
          transition-delay: 0.44s; }
        #mv .fukidashi p :nth-of-type(5) {
          transition-delay: 0.55s; }
        #mv .fukidashi p :nth-of-type(6) {
          transition-delay: 0.66s; }
        #mv .fukidashi p :nth-of-type(7) {
          transition-delay: 0.77s; }
        #mv .fukidashi p :nth-of-type(8) {
          transition-delay: 0.88s; }
        #mv .fukidashi p :nth-of-type(9) {
          transition-delay: 0.99s; }
        #mv .fukidashi p :nth-of-type(10) {
          transition-delay: 1.1s; }
        #mv .fukidashi p :nth-of-type(11) {
          transition-delay: 1.21s; }
        #mv .fukidashi p :nth-of-type(12) {
          transition-delay: 1.32s; }
        #mv .fukidashi p :nth-of-type(13) {
          transition-delay: 1.43s; }
        #mv .fukidashi p :nth-of-type(14) {
          transition-delay: 1.54s; }
        #mv .fukidashi p :nth-of-type(15) {
          transition-delay: 1.65s; }
        #mv .fukidashi p :nth-of-type(16) {
          transition-delay: 1.76s; }
        #mv .fukidashi p :nth-of-type(17) {
          transition-delay: 1.87s; }
        #mv .fukidashi p :nth-of-type(18) {
          transition-delay: 1.98s; }
        #mv .fukidashi p :nth-of-type(19) {
          transition-delay: 2.09s; }
        #mv .fukidashi p :nth-of-type(20) {
          transition-delay: 2.2s; }
        #mv .fukidashi p :nth-of-type(21) {
          transition-delay: 2.31s; }
        #mv .fukidashi p :nth-of-type(22) {
          transition-delay: 2.42s; }
        #mv .fukidashi p :nth-of-type(23) {
          transition-delay: 2.53s; }
        #mv .fukidashi p :nth-of-type(24) {
          transition-delay: 2.64s; }
        #mv .fukidashi p :nth-of-type(25) {
          transition-delay: 2.75s; }
        #mv .fukidashi p :nth-of-type(26) {
          transition-delay: 2.86s; }
        #mv .fukidashi p :nth-of-type(27) {
          transition-delay: 2.97s; }
        #mv .fukidashi p :nth-of-type(28) {
          transition-delay: 3.08s; }
        #mv .fukidashi p :nth-of-type(29) {
          transition-delay: 3.19s; }
        #mv .fukidashi p :nth-of-type(30) {
          transition-delay: 3.3s; }
        #mv .fukidashi p :nth-of-type(31) {
          transition-delay: 3.41s; }
        #mv .fukidashi p :nth-of-type(32) {
          transition-delay: 3.52s; }
        #mv .fukidashi p :nth-of-type(33) {
          transition-delay: 3.63s; }
        #mv .fukidashi p :nth-of-type(34) {
          transition-delay: 3.74s; }
        #mv .fukidashi p :nth-of-type(35) {
          transition-delay: 3.85s; }
        #mv .fukidashi p :nth-of-type(36) {
          transition-delay: 3.96s; }
        #mv .fukidashi p :nth-of-type(37) {
          transition-delay: 4.07s; }
        #mv .fukidashi p :nth-of-type(38) {
          transition-delay: 4.18s; }
        #mv .fukidashi p :nth-of-type(39) {
          transition-delay: 4.29s; }
        #mv .fukidashi p :nth-of-type(40) {
          transition-delay: 4.4s; }
        #mv .fukidashi p :nth-of-type(41) {
          transition-delay: 4.51s; }
        #mv .fukidashi p :nth-of-type(42) {
          transition-delay: 4.62s; }
        #mv .fukidashi p :nth-of-type(43) {
          transition-delay: 4.73s; }
        #mv .fukidashi p :nth-of-type(44) {
          transition-delay: 4.84s; }
        #mv .fukidashi p :nth-of-type(45) {
          transition-delay: 4.95s; }
        #mv .fukidashi p :nth-of-type(46) {
          transition-delay: 5.06s; }
        #mv .fukidashi p :nth-of-type(47) {
          transition-delay: 5.17s; }
        #mv .fukidashi p :nth-of-type(48) {
          transition-delay: 5.28s; }
        #mv .fukidashi p :nth-of-type(49) {
          transition-delay: 5.39s; }
        #mv .fukidashi p :nth-of-type(50) {
          transition-delay: 5.5s; }
        #mv .fukidashi p :nth-of-type(51) {
          transition-delay: 5.61s; }
        #mv .fukidashi p :nth-of-type(52) {
          transition-delay: 5.72s; }
        #mv .fukidashi p :nth-of-type(53) {
          transition-delay: 5.83s; }
        #mv .fukidashi p :nth-of-type(54) {
          transition-delay: 5.94s; }
        #mv .fukidashi p :nth-of-type(55) {
          transition-delay: 6.05s; }
        #mv .fukidashi p :nth-of-type(56) {
          transition-delay: 6.16s; }
        #mv .fukidashi p :nth-of-type(57) {
          transition-delay: 6.27s; }
        #mv .fukidashi p :nth-of-type(58) {
          transition-delay: 6.38s; }
        #mv .fukidashi p :nth-of-type(59) {
          transition-delay: 6.49s; }
        #mv .fukidashi p :nth-of-type(60) {
          transition-delay: 6.6s; }
      #mv .fukidashi.active {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1); }
        #mv .fukidashi.active span {
          opacity: 1; }
    #mv #fukidashi1 {
      top: calc(258 / 1920 * 100vw);
      left: calc(260 / 1920 * 100vw); }
    #mv #fukidashi2 {
      top: calc(490 / 1920 * 100vw);
      left: calc(56 / 1920 * 100vw); }
    #mv #fukidashi3 {
      top: calc(785 / 1920 * 100vw);
      left: calc(130 / 1920 * 100vw); }
    #mv #fukidashi4 {
      top: calc(100 / 1920 * 100vw);
      right: calc(260 / 1920 * 100vw); }
    #mv #fukidashi5 {
      top: calc(385 / 1920 * 100vw);
      right: calc(40 / 1920 * 100vw); }
    #mv #fukidashi6 {
      top: calc(570 / 1920 * 100vw);
      right: calc(265 / 1920 * 100vw); }

  .mfp-iframe-holder .mfp-close {
    width: 40px;
    height: 40px;
    right: 0px;
    top: -50px; }

  .inner {
    background-color: #fff; }

  #intro {
    padding: 68px 30px 113px; }
    #intro h2 {
      font-size: 27px;
      padding-bottom: 30px; }
    #intro p {
      font-size: 21px; }
    #intro .metapa {
      padding-top: 60px; }
      #intro .metapa img {
        width: 97.5px;
        padding-bottom: 30px; }
      #intro .metapa p {
        font-size: 18px;
        padding-bottom: 30px; }
      #intro .metapa ul {
        padding: 0 30px; }
        #intro .metapa ul li:first-child {
          width: 205.5px; }
        #intro .metapa ul li:last-child {
          width: 220.5px; }

  .point h2 {
    height: 135px;
    font-size: 27px; }
  .point .point_block {
    padding: 45px 30px 75px; }
    .point .point_block .main {
      width: 330px;
      padding-top: 60px; }
      .point .point_block .main .num {
        width: 132px;
        left: -82.5px; }
      .point .point_block .main .smartphone {
        padding: 22px 25px 0;
        height: 610px; }
        .point .point_block .main .smartphone:before {
          height: 610px; }
        .point .point_block .main .smartphone video {
          width: 280px;
          height: 565px; }
    .point .point_block h3 {
      font-size: 27px;
      padding-top: 45px;
      padding-bottom: 24px; }
    .point .point_block p {
      font-size: 21px;
      padding-bottom: 37.5px; }
  .point #point02 .sub {
    padding-left: 55px; }
    .point #point02 .sub .fukidashi {
      top: 37.5px;
      left: 245.5px; }
      .point #point02 .sub .fukidashi p {
        font-size: 19.5px; }
    .point #point02 .sub .pic {
      width: 426px; }
  .point #point03 .sub .pic,
  .point #point04 .sub .pic,
  .point #point05 .sub .pic,
  .point #point06 .sub .pic {
    width: 480px;
    padding-top: 15px; }
  .point #point04 p {
    text-indent: 45px; }
    .point #point04 p:before {
      width: 40.5px;
      height: 46.5px;
      top: -15px; }
  .point #point06 {
    padding-bottom: 45px; }
    .point #point06 .sub2 {
      padding-top: 60px; }
      .point #point06 .sub2 h4 {
        margin-bottom: 30px;
        font-size: 27px; }
        .point #point06 .sub2 h4 span {
          margin-right: 15px;
          font-size: 24px; }
      .point #point06 .sub2 ul {
        margin-left: -22.5px; }
        .point #point06 .sub2 ul li {
          width: calc(50% - 22.5px);
          margin-left: 22.5px; }
          .point #point06 .sub2 ul li p {
            padding-top: 15px; }

  #footer {
    padding-top: 100px;
    padding-bottom: 45px; }
  #footer .evoving {
	width: 462px;
	height: 357px;
	padding: 37.5px 0;
	margin: 0 auto 150px;
	border-radius: 10px; }
  #footer .evoving h3 {
    font-size: 27px;
    padding-bottom: 24px; }
  #footer .evoving h4 {
    padding: 0 7.5px;
    font-size: 24px;
  }
  #footer .evoving h4.evoving_ttl01 {
	top: -22.5px;
    left: -30px;
  }
  #footer .evoving h4.evoving_ttl02 {
	bottom: 0;
	right: -30px;
  }
  #footer .evoving .sub .pic {
    width: 460.5px;
    margin-top: -7.5px;
    margin-left: -22.5px;
  }
  #footer .evoving  .sub .fukidashi {
    position: absolute;
    top: 37.5px;
    left: 118.5px;
  }
  #footer .evoving  .sub .fukidashi p {
    font-size: 19.5px;
  }    
    #footer .share {
      font-size: 36px;
      padding-bottom: 30px; }
    #footer ul {
      padding: 0 97.5px 120px; }
      #footer ul .icon_facebook {
        width: 52.5px; }
      #footer ul .icon_twitter {
        width: 42px; }
      #footer ul .icon_pin {
        width: 52.5px; }
      #footer ul .icon_line {
        width: 52.5px; }
    #footer small {
      font-size: 18px; } }
@media screen and (min-width: 768px) and (max-width: 890px) {
  #mv #logo_pc {
    width: calc(350 / 1920 * 100vw);
    top: calc(150 / 1920 * 100vw);
    left: calc(20 / 1920 * 100vw); }
  #mv #share_pc {
    width: calc(340 / 1920 * 100vw);
    height: calc(125 / 1920 * 100vw);
    right: calc(20 / 1920 * 100vw);
    bottom: calc(150 / 1920 * 100vw); }
    #mv #share_pc .share_ttl {
      font-size: calc(24 / 1920 * 100vw);
      padding-top: calc(8 / 1920 * 100vw); }
    #mv #share_pc ul {
      padding: calc(10 / 1920 * 100vw) calc(50 / 1920 * 100vw) 0; }
      #mv #share_pc ul .icon_facebook {
        width: calc(34 / 1920 * 100vw); }
      #mv #share_pc ul .icon_twitter {
        width: calc(28 / 1920 * 100vw); }
      #mv #share_pc ul .icon_pin {
        width: calc(35 / 1920 * 100vw); }
      #mv #share_pc ul .icon_line {
        width: calc(35 / 1920 * 100vw); }
  #mv .fukidashi {
    display: none !important; } }
@media screen and (min-width: 891px) and (max-width: 999px) {
  #mv #logo_pc {
    width: calc(350 / 1920 * 100vw);
    top: calc(110 / 1920 * 100vw);
    left: calc(20 / 1920 * 100vw); }
  #mv #share_pc {
    width: calc(340 / 1920 * 100vw);
    height: calc(125 / 1920 * 100vw);
    right: calc(20 / 1920 * 100vw);
    bottom: calc(160 / 1920 * 100vw); }
    #mv #share_pc .share_ttl {
      font-size: calc(24 / 1920 * 100vw);
      padding-top: calc(8 / 1920 * 100vw); }
    #mv #share_pc ul {
      padding: calc(20 / 1920 * 100vw) calc(50 / 1920 * 100vw) 0; }
      #mv #share_pc ul .icon_facebook {
        width: calc(34 / 1920 * 100vw); }
      #mv #share_pc ul .icon_twitter {
        width: calc(28 / 1920 * 100vw); }
      #mv #share_pc ul .icon_pin {
        width: calc(35 / 1920 * 100vw); }
      #mv #share_pc ul .icon_line {
        width: calc(35 / 1920 * 100vw); }
  #mv .fukidashi {
    width: calc(225 / 1920 * 100vw);
    height: auto; }
    #mv .fukidashi .fukidashi_inner {
      padding: calc(40 / 1920 * 100vw) calc(22 / 1920 * 100vw); }
  #mv #fukidashi1 {
    top: calc(258 / 1920 * 100vw);
    left: calc(5 / 1920 * 100vw); }
  #mv #fukidashi2 {
    top: calc(490 / 1920 * 100vw);
    left: calc(5 / 1920 * 100vw); }
  #mv #fukidashi3 {
    top: calc(785 / 1920 * 100vw);
    left: calc(5 / 1920 * 100vw); }
  #mv #fukidashi4 {
    top: calc(160 / 1920 * 100vw);
    right: calc(5 / 1920 * 100vw); }
  #mv #fukidashi5 {
    top: calc(485 / 1920 * 100vw);
    right: calc(5 / 1920 * 100vw); }
  #mv #fukidashi6 {
    top: calc(750 / 1920 * 100vw);
    right: calc(5 / 1920 * 100vw); } }
@media screen and (min-width: 1000px) and (max-width: 1139px) {
  #mv #logo_pc {
    width: calc(350 / 1920 * 100vw);
    top: calc(110 / 1920 * 100vw);
    left: calc(20 / 1920 * 100vw); }
  #mv #share_pc {
    width: calc(340 / 1920 * 100vw);
    height: calc(125 / 1920 * 100vw);
    right: calc(20 / 1920 * 100vw);
    bottom: calc(160 / 1920 * 100vw); }
    #mv #share_pc .share_ttl {
      font-size: calc(24 / 1920 * 100vw);
      padding-top: calc(8 / 1920 * 100vw); }
    #mv #share_pc ul {
      padding: calc(20 / 1920 * 100vw) calc(50 / 1920 * 100vw) 0; }
      #mv #share_pc ul .icon_facebook {
        width: calc(34 / 1920 * 100vw); }
      #mv #share_pc ul .icon_twitter {
        width: calc(28 / 1920 * 100vw); }
      #mv #share_pc ul .icon_pin {
        width: calc(35 / 1920 * 100vw); }
      #mv #share_pc ul .icon_line {
        width: calc(35 / 1920 * 100vw); }
  #mv .fukidashi {
    width: calc(300 / 1920 * 100vw);
    height: auto; }
    #mv .fukidashi .fukidashi_inner {
      padding: calc(20 / 1920 * 100vw) calc(25 / 1920 * 100vw); }
  #mv #fukidashi1 {
    top: calc(258 / 1920 * 100vw);
    left: calc(20 / 1920 * 100vw); }
  #mv #fukidashi2 {
    top: calc(490 / 1920 * 100vw);
    left: calc(30 / 1920 * 100vw); }
  #mv #fukidashi3 {
    top: calc(785 / 1920 * 100vw);
    left: calc(25 / 1920 * 100vw); }
  #mv #fukidashi4 {
    top: calc(160 / 1920 * 100vw);
    right: calc(30 / 1920 * 100vw); }
  #mv #fukidashi5 {
    top: calc(485 / 1920 * 100vw);
    right: calc(20 / 1920 * 100vw); }
  #mv #fukidashi6 {
    top: calc(750 / 1920 * 100vw);
    right: calc(25 / 1920 * 100vw); } }
@media screen and (min-width: 1140px) and (max-width: 1359px) {
  #mv #logo_pc {
    width: calc(350 / 1920 * 100vw);
    top: calc(80 / 1920 * 100vw);
    left: calc(20 / 1920 * 100vw); }
  #mv #share_pc {
    width: calc(340 / 1920 * 100vw);
    height: calc(125 / 1920 * 100vw);
    right: calc(20 / 1920 * 100vw);
    bottom: calc(144 / 1920 * 100vw); }
    #mv #share_pc .share_ttl {
      font-size: calc(24 / 1920 * 100vw);
      padding-top: calc(8 / 1920 * 100vw); }
    #mv #share_pc ul {
      padding: calc(20 / 1920 * 100vw) calc(50 / 1920 * 100vw) 0; }
      #mv #share_pc ul .icon_facebook {
        width: calc(34 / 1920 * 100vw); }
      #mv #share_pc ul .icon_twitter {
        width: calc(28 / 1920 * 100vw); }
      #mv #share_pc ul .icon_pin {
        width: calc(35 / 1920 * 100vw); }
      #mv #share_pc ul .icon_line {
        width: calc(35 / 1920 * 100vw); }
  #mv .fukidashi {
    width: calc(300 / 1920 * 100vw);
    height: auto; }
    #mv .fukidashi .fukidashi_inner {
      padding: calc(20 / 1920 * 100vw) calc(25 / 1920 * 100vw); }
  #mv #fukidashi1 {
    left: calc(100 / 1920 * 100vw); }
  #mv #fukidashi2 {
    left: calc(30 / 1920 * 100vw); }
  #mv #fukidashi3 {
    left: calc(80 / 1920 * 100vw);
    top: calc(300 / 1920 * 100vw); }
  #mv #fukidashi4 {
    right: calc(70 / 1920 * 100vw); }
  #mv #fukidashi5 {
    right: calc(30 / 1920 * 100vw); }
  #mv #fukidashi6 {
    right: calc(80 / 1920 * 100vw);
    top: calc(400 / 1920 * 100vw); } }
@media screen and (min-width: 1360px) and (max-width: 1420px) {
  #mv #logo_pc {
    width: calc(350 / 1920 * 100vw);
    top: calc(80 / 1920 * 100vw);
    left: calc(20 / 1920 * 100vw); }
  #mv #share_pc {
    width: calc(340 / 1920 * 100vw);
    height: calc(125 / 1920 * 100vw);
    right: calc(20 / 1920 * 100vw);
    bottom: calc(144 / 1920 * 100vw); }
    #mv #share_pc .share_ttl {
      font-size: calc(24 / 1920 * 100vw);
      padding-top: calc(8 / 1920 * 100vw); }
    #mv #share_pc ul {
      padding: calc(20 / 1920 * 100vw) calc(50 / 1920 * 100vw) 0; }
      #mv #share_pc ul .icon_facebook {
        width: calc(34 / 1920 * 100vw); }
      #mv #share_pc ul .icon_twitter {
        width: calc(28 / 1920 * 100vw); }
      #mv #share_pc ul .icon_pin {
        width: calc(35 / 1920 * 100vw); }
      #mv #share_pc ul .icon_line {
        width: calc(35 / 1920 * 100vw); }
  #mv .fukidashi {
    width: calc(219 / 1920 * 100vw);
    height: auto; }
    #mv .fukidashi .fukidashi_inner {
      padding: calc(20 / 1920 * 100vw) calc(25 / 1920 * 100vw); } }
@media screen and (min-width: 1900px) {
  #mv #share_pc {
    bottom: 100px; }
  #mv #fukidashi1 {
    top: 258px;
    left: 260px; }
  #mv #fukidashi2 {
    top: 490px;
    left: 56px; }
  #mv #fukidashi3 {
    top: 705px;
    left: 130px; }
  #mv #fukidashi4 {
    top: 100px;
    right: 260px; }
  #mv #fukidashi5 {
    top: 385px;
    right: 40px; }
  #mv #fukidashi6 {
    top: 500px;
    right: 265px; } }


.mfp-iframe-holder .mfp-content {
	max-width: 34.2rem;
}

.mfp-iframe-scaler {
    padding-top: 60.8rem;
}

@media screen and (min-width: 768px) {
	#mv {
	  height: calc(100vh - 100px);
	}
	#mv .mv_inner .mv_movie {
      height: calc(100vh - 100px); }

    #mv .mv_inner .mv_movie iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      width: auto;
      height: 100%;
      min-width: 558px;
      min-height: 992px;
      transform: translate(-50%, -50%); }

	.mfp-iframe-holder .mfp-content {
		max-width: 360px;
	}
	
	.mfp-iframe-scaler {
	    padding-top: 640px;
	}
}