/* General
-------------------------------------------------- */
html {
  /* font-size: 1rem; */
  font-size: 62.5%;
}

body {
  font-family:'Noto Sans JP', 'Roboto', "Open Sans", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-feature-settings: "palt";
  font-size: 1.3em;
  line-height: 1.8;
  font-weight: 400;
  background: #F3F3F6;
  color: #5E5E65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizelegibility;
  padding-top: 58px;
}

p {
  font-size: 1.4em;
}

a {
  color: #137fc4;
}

a:hover {
  color: #137fc4;
}

a:focus {
  outline: none;
}

figure {
  margin-bottom: 0;
}

hr {
  border-color: #e6e7e9;
}

[role=button] {
  cursor: pointer;
}

.content-sec {
  padding: 7rem 2rem;
}

.vi-cont {
  padding: 2rem 2rem;
}


/* Header Menu
-------------------------------------------------- */
.navbar {
  background-color: #FDFDFF;
  z-index: 999;
  font-size: 1.6em;
}

.humbimg {
  height:2.1em;
  width:1.8em;
  margin:-0.3em 0;
}

.top_logo {
  height:3em;
}

.appaccess {
  margin-left: auto;
  text-align: center;
  border-radius: 10px;
  height: 2em;
  margin: 0.4em 0;
}

.slackaccess {
  margin-left: auto;
  text-align: center;
  border-radius: 10px;
  height: 4em;
  margin: 0.4em 0;
}

#l_community {
  background-color: #FDFDFF;
}

.navbar-nav {
  margin: 0;
  padding: 0;
  margin-top: 12px;
}

.nav-item {
  list-style: none;
  margin-bottom: 1.2rem;
  margin-left: 1.6rem;
}

.nav-link {
  text-decoration: none;
  color: #212131 !important;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8rem
}

.nav-child {
  font-size: 0.8rem;
  font-weight: 400;
}

.navbar-dark .navbar-toggler-icon {
  background-image: none;
}


/* Carousel
-------------------------------------------------- */
.carousel {
  margin-bottom: 4rem;
}

.carousel-item {
  height: calc(100vh - 110px);
}

.carousel-item > img {
  object-fit: cover;
  top: 0;
  left: 0;
  min-width: 100%;
  height: calc(100vh - 110px);
}

.carousel-indicators {
  margin: 0;
}

.carousel-indicators li {
  width:  25vh;
  height:  5px;
  margin-right: 0;
  margin-left: 0;
  border-top: none;
  border-bottom: none;
  opacity: 1;
  background-color: #C6C6CB;
}

.carousel-indicators .active {
  background-color: #EA2A90;
}

.carousel-indicators.add {
  position: relative;
  color: #C6C6CB;
  margin-top: 3.2rem;
  margin-bottom: 1em;
  font-size: 1.3rem;
}

.carousel-indicators.add .active {
  background-color: #68D6F5;
  color: #68D6F5;
}

.stepname1:before {
  content: '1st Step';
  display: block;
  margin-top: -1em;
}

.stepname2:before {
  content: '2nd Step';
  display: block;
  margin-top: -1em;
}

.stepname3:before {
  content: '3rd Step';
  display: block;
  margin-top: -1em;
}

.carousel-item.add {
  height: 80vh;
}

.carousel-item.add > img {
  object-fit: scale-down;
  height: 60vh;
}

.swiper-slide-content {
  margin-top: 60px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.carousel-caption {
  top: 1vh;
  left: 2rem;
  width: 90vw;
  max-width: 920px;
  margin: 0 auto;
}

.carousel-pc {
  width: 100%;
}


/* Text
-------------------------------------------------- */
h1, .h1 {
  font-weight: 700;
  font-size: 4rem;
}

h2, .h2 {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 4.3rem;
  margin-bottom: 3rem;
}

h3, .h3 {
  font-weight: 400;
  font-size: 1.8rem;
}

.anno {
  font-size: 0.5rem;
}

.anno2 {
  font-size: 0.7rem;
}

.text-gray10 {
  color: #FDFDFF;
}

.text-gray500 {
  color: #8C8C90;
}

.text-gray300 {
  color: #C6C6CB;
}

.text-violet {
  color: linear-gradient(59.73deg, #942AEA 3.99%, #F576DC 94.43%);
  background: -webkit-linear-gradient(59.73deg, #942AEA 3.99%, #F576DC 94.43%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-blue {
  color: linear-gradient(191.28deg, #0070F0 28.88%, #68D6F5 93.13%);
  background: -webkit-linear-gradient(191.28deg, #0070F0 28.88%, #68D6F5 93.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top-catch {
  margin-bottom: 1rem;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}

.top-catch-sub {
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
}


/* Background
-------------------------------------------------- */
.bg-gray700 {
  background: #5E5E65;
}

.bg-violet {
  background: linear-gradient(80.69deg, #942AEA 3.99%, #F576DC 94.43%);
}

.bg-blue {
  background: linear-gradient(222.62deg, #0070F0 28.88%, #68D6F5 93.13%);
}

.bg-pink {
  background: #e4d2d5;
}


/* Img
-------------------------------------------------- */
.img-concept {
  width: 100%;
  margin-bottom: 2.5rem;
}


/* Icons
-------------------------------------------------- */
.icon {
  position: relative;
  width: 8.4rem;
  height: 8.4rem;
  background: #E6E6E9;
  border-radius: 25px;
  text-align: center;
  margin-top: 3rem;
}

.icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  width: 60%;
  margin: 0 auto;
}

.icon-text {
  width: 8.4rem;
  margin-top: 3px;
  font-size: 1.3rem;
  text-align: center;
  color: #25B8EA;
}

#l_security .icon {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}

.sns .icon {
  width: 7rem;
  height: 7rem;
  border-radius: 19px;
  margin: 2rem 0;
}

.sns .icon.twitter {
  background: linear-gradient(221.28deg, #0070F0 28.88%, #68D6F5 93.13%);
}

.sns .icon.insta {
  background:  linear-gradient(322.08deg, #EA2A90 1.91%, #F56BAE 87.02%);
}


/* Download
-------------------------------------------------- */
#l_download {
  background: url(/img/iphone_mock_mirror.png), linear-gradient(222.62deg, #0070F0 28.88%, #68D6F5 93.13%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

#l_download h2, #l_download p {
  margin-bottom: 1rem;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
}

#l_download .appaccess {
  height: 3.7em;
  margin-top: 0.6em;
}

.mockimg {
  max-height: 70vh;
  min-height: 40vh;
  margin: -10vh -10vh -10vh 0;
}


/* Backtop
-------------------------------------------------- */
.backtop {
    color: #C6C6CB;
    background: #8C8C90;
    text-align: center;
    padding: 12px 0 23px;;
    cursor: pointer;
}

.backtop p {
    margin: 0;
    font-size: 1.3rem;
}


/* Footer
-------------------------------------------------- */
footer {
  padding: 35px 1rem;
  font-size: 1rem;
  line-height: 1.6rem;
}

footer .col-3, footer .col-6 {
  margin-bottom: 1.6rem;
}

footer a {
  text-decoration: none;
  color: #FDFDFF;
}

footer a:hover {
  color: #FDFDFF;
}

footer .anno-list ol{
  padding: 0;
}

footer .anno-list li{
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  margin-bottom: 1.6rem;
}

footer .anno-list li:before{
  display: marker;
  content: "＊" counter(cnt) "　";
}

footer .anno-gene {
  color: #C6C6CB;
  margin-bottom: 1.6rem;
}

footer .copyright {
  color: #C6C6CB;
  margin-top: 1.6rem;
  text-align: center;
}

footer .copyright img {
  margin-top: 0.6rem;
  margin-right: 8px;
  height: 40px;
}


/* Responsive CSS
-------------------------------------------------- */
@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Height of navbar */
    bottom: 0;
    left: -100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #FDFDFF;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: left, visibility;
  }
  .offcanvas-collapse.open {
    left: 0;
    visibility: visible;
  }
  .navbar-nav {
    margin-top: 30px;
  }
  .nav-link {
    font-size: 3rem;
    line-height: 2.8rem
  }
  .nav-child {
    font-size: 1.3rem;
    font-weight: 400;
  }
}

@media (min-width: 767.98px) {
  #l_download {
    background: linear-gradient(222.62deg, #0070F0 28.88%, #68D6F5 93.13%);
  }
  .icon {
    width: 14rem;
    height: 14rem;
  }
  .icon-text {
    width: 14rem;
  }
  .carousel-caption {
    top: 4vw;
  }
}
