@charset "UTF-8";

/*

Style   : MobApp CSS
Version : 1.0
Author  : Surjith S M
URI     : https://surjithctly.in/

Copyright © All rights Reserved

*/

/*------------------------
[TABLE OF CONTENTS]

1. GLOBAL STYLES
2. NAVBAR
3. HERO
4. TABS
5. TESTIMONIALS
6. IMAGE GALLERY
7. PRICING
8. CALL TO ACTION
9. FOOTER

------------------------*/

#top-head.fixed #global-nav ul .btnBuy a {
  margin-left: 20px;
  margin-top: -9px;
  padding: 6px 20px;
  background: #fbde40;
  border: 2px solid #777777;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
}

#top-head.fixed #global-nav ul li .current {
  font-weight: bold;
  background: url('../../s/images/parts/sub.png') no-repeat center bottom;
  background-size: 20px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  margin-left: -18px;
  margin-bottom: 2px;
  display: inline-block;
}

.inner {
  width: 1190px;
  margin: 0 auto;
}
.inner:after {
  content: '';
  clear: both;
  display: block;
}

#top-head.fixed #global-nav ul li .active {
  font-weight: bold;
  background: url('../../s/images/parts/sub.png') no-repeat center bottom;
  padding-bottom: 6px;
  background-size: 20px;
}

/* header */
#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 30px 0 0;
  line-height: 1;
  z-index: 999;
}

#top-head .inner {
  display: none;
}

#top-head.fixed .inner {
  display: inherit;
}

#top-head a,
#top-head {
  color: #fff;
  text-decoration: none;
}
#top-head .inner {
  position: relative;
}
#top-head .logo {
  float: left;
  font-size: 36px;
}
#global-nav ul {
  list-style: none;
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
#global-nav ul li {
  float: left;
}
#global-nav ul li a {
  padding: 0 30px;
}

/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}
/*
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
	*/

#top-head.fixed .logo {
  font-size: 24px;
  color: #333;
}
#top-head.fixed #global-nav ul li a {
  color: #333;
  padding: 6px 20px;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 26px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 85%;
  background: #fbde40;
  left: 0;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}

/* mo */
@media screen and (max-width: 1200px) {
  .inner02 {
    margin-top: 0px;
  }
  #top-head,
  .inner {
    width: 100%;
    padding: 0;
  }
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: #fff;
    width: 100%;
    height: 72px;
    z-index: 999;
    position: relative;
    text-align: start;
  }

  #mobile-head .buyButton {
    color: black;
    padding: 4px 14px;
    background: #fbde40;
    border: 1px solid #777777;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    right: 62px;
    top: 39%;
  }
  #top-head.fixed .logo,
  #top-head .logo {
    color: #333;
    font-size: 26px;
    margin: 0;
    display: contents;
    margin-left: 50%;
    margin-right: 50%;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: #fbde40;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 100;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
    padding: 0;
    height: 268px;
    margin-top: 12px;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #333;
    font-weight: bold;
    padding: 18px 0;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
    background: #4e4d4d;
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
    background: #4e4d4d;
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }

  #global-nav ul .btnBuy {
    display: none;
  }
}

/* ----------------------------------------------*/

/* IE */
_:-ms-fullscreen,
:root .list-unstyled .media {
  display: block;
  align-items: flex-start;
}

/* style */
.entryNote {
  color: #000;
}
.light-bg02 {
  background: #efefef;
}
.telInq {
  color: #333;
}

.navbar-brand img {
  width: 80%;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #000;
}
.navbar-dark .navbar-nav .nav-link {
  color: #666;
}

.navbar-dark .navbar-toggler-icon {
}

.navbar-dark .navbar-toggler-icon {
  border: none;
  background: url('../../s/images/nav_icon.png');
  background-size: 100% 100%;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  display: inline-block;
  /*width: 1.5em;
    height: 1.5em;*/
  vertical-align: middle;
  content: '';
  /*background: no-repeat center center;*/
  background-size: 100% 100%;
  background: url('../../s/images/nav_icon.png');
}

.photo01 {
  width: 45%;
}
/*
.secTtl{
	font-size:30px;
	color:#333;
	border-bottom:solid 1px #FA8B3A;
	padding-bottom:5px;
}*/

.secTtl {
  text-align: center;
  /*background-color: #FCD951;*/
  /*background-color: #FA8B3A;*/
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
  position: relative;
  margin-bottom: 50px;
  background: url('../../s/images/parts/sub.png') no-repeat center bottom;
  background-size: 50px;
  padding-bottom: 10px;
}
/*
.secTtl:after {
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
    border: 15px solid transparent;
    border-top-color: #FA8B3A;
    top: 100%;
    left: 50%;
    margin-left: -30px;
}
*/

.ico01 {
  background: url(../../s/images/ico01.svg) no-repeat;
  background-size: 100%;
  width: 50px;
  height: 50px;
  margin-right: 7px;
}

.ico02 {
  background: url(../../s/images/ico02.svg) no-repeat;
  background-size: 100%;
  width: 50px;
  height: 50px;
  margin-right: 7px;
}

.ico03 {
  background: url(../../s/images/ico03.svg) no-repeat;
  background-size: 90%;
  width: 50px;
  height: 50px;
  margin-right: 7px;
}

.dekirukotoTtl {
  text-align: center;
  /*background-color: #FCD951;*/
  background-color: #999;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
  position: relative;
}

.dekirukotoTtl:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 35px solid transparent;
  border-top-color: #999;
  top: 100%;
  left: 50%;
  margin-left: -30px;
}

.dekirukoto {
  font-size: 30px;
}

.icoList {
  width: 120px;
  height: 120px;
  margin: 20px;
}
#features03 .box {
  margin-bottom: 10px;
}

.fig01 {
  width: 50%;
  margin-left: 50px;
}
/*　テーブル　*/
.comparison .table-box {
  max-width: 840px;
  margin: auto;
}

.comparison th {
  background-color: #fa8b3a;
  color: #ffffff;
  text-align: center;
}
.comparison td {
  text-align: center;
}
.background-ylw {
  background-color: #ffd7ba;
}

.comparison table,
.comparison table td,
.comparison table th {
  border: 1px #808080 solid;
  padding: 1rem !important;
}

.comparison table {
  border: solid 3px #fa8b3a;
}

.comparison table th {
  border: solid 1px #fa8b3a;
}

.tblNov {
  color: #f00;
  font-weight: bold;
  font-size: 80%;
}

/*　よくある質問 */

.cp_qa .cp_actab label {
  line-height: 1.6;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 4em 1em 4em;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}

.cp_qa .cp_actab input {
  position: absolute;
  opacity: 0;
}
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
  /*max-height: 40em;*/
}
.cp_qa .cp_actab input:checked ~ label {
  color: #fa8b3a;
}
.cp_qa *,
.cp_qa *:after,
.cp_qa *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.cp_actab-content {
  display: none;
}
.cp_qa .cp_actab .cp_actab-content p {
  padding: 2em 4.5em;
}

.cp_qa .cp_actab label::before {
  font-size: 1.5em;
  margin-left: -2em;
  padding-right: 0.5em;
  content: 'Q.';
  color: #fa8b3a;
}

.cp_qa .cp_actab .cp_actab-content p::before {
  font-size: 1.4em;
  position: absolute;
  margin: 0 0 0 -1.5em;
  padding: 0;
  content: 'A.';
  color: #79c8fa;
}

#inq01 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#inq01 .box-icon img {
}

#page05 {
  background: #efefef;
}
/*　声 */
#voiceArea .header {
  text-align: center;
  margin-bottom: 20px;
}

#voiceArea .box {
  margin-top: 20px;
}
.voiceArea .spOnly {
  display: none;
}
#voiceArea .txts {
  font-weight: bold;
  padding: 10px;
}

.storeBtn a {
  margin: 10px;
}

/*　プライバシーポリシー　*/

#privacy .txtArea {
  text-align: left;
}

#privacy {
  padding-top: 50px;
}

.privacyTable {
  margin: 20px;
}
.privacyTable tr td {
  border: solid 1px #ccc;
  text-align: left;
  vertical-align: top;
  padding: 5px;
  font-size: 85%;
}

.privacyTable .pt01 {
  width: 20%;
}

.privacyTable .pt02 {
  width: 60%;
}

.privacyTable .pt03 {
  width: 20%;
}

.entryTtl {
  text-align: center;
  width: 100%;
  font-weight: bold;
}
.entryBody .nav-menu {
  border-bottom: solid 2px #efefef;
}

.svList {
  list-style: none;
  text-align: left;
  width: 390px;
  margin: 0 auto;
  padding-top: 20px;
}

.storeNote {
  color: #f00;
}

/*　手順書　*/
.stepBtnArea {
  background: #efefef;
  padding: 20px;
  margin-top: 30px;
}

.stepBtn01 {
  border: solid 2px #4fbded;
}

.stepBtn02 {
  border: solid 2px #fa8b3a;
}

/*　よくある質問　*/
.faqBody .section-title {
  margin-top: 80px;
}

.faqBody .qaTtl {
  padding-top: 50px;
}

.qaList {
  list-style: none;
  display: table;
  text-align: left;
  margin: 0 auto;
  padding-top: 20px;
}

.qaList li {
  display: inline-table;
  margin: 10px;
}

/*　ティザーサイト　*/

.teaserBody header {
  padding-top: 50px;
}

.teaserTtl {
  font-weight: bold;
  font-size: 200%;
  margin-top: 50px;
}

.spVer {
  display: none;
}

@media (max-width: 400px) {
  .spVer {
    display: block;
  }
  .pcVer {
    display: none;
  }

  .navbar-brand {
    margin-right: 0px;
  }
  .svList {
    list-style: none;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
  }
}

@media (max-width: 430px) {
  .svList {
    list-style: none;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
  }
  .navbar {
    padding-right: 3px;
    padding-left: 3px;
  }
  .secTtl {
    font-size: 14px;
  }
}

p.old-page {
  background: #F8F8F4;
  text-align: center;
  padding: 8em 15px 3em;
  margin-bottom: 0;
}

/* GLOBAL
----------------------*/

body {
  font-family: 'Rubik', sans-serif;
  position: relative;
}

a {
  color: #fa8b3a;
  font-weight: bold;
  text-decoration-line: underline;
}

a:hover,
a:focus {
  color: #fa8b3a;
}

h1 {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 1rem;
}

h2 {
  font-size: 30px;
  font-weight: 300;
  /*color: #633991;*/
  letter-spacing: -1px;
  margin-bottom: 1rem;
}

h3 {
  color: #633991;
  font-size: 35px;
  font-weight: bold;
}

h4 {
  font-size: 20px;
  font-weight: 500;
  /*color: #633991;*/
}

h5 {
  font-size: 25px;
  font-weight: 300;
  /*color: #633991;*/
  margin-bottom: 0.7rem;
}

p {
  /*color: #959094;*/
}

p.lead {
  color: #e38cb7;
  margin-bottom: 2rem;
}

.text-primary {
  color: #e38cb7 !important;
}

.light-font {
  font-weight: 300;
}

.btn {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0.375rem 1.35rem;
  transition: all 0.3s ease;
}

.btn-outline-light:hover {
  color: #d6619c;
}

.btn-primary {
  border-radius: 3px;
  background-image: -moz-linear-gradient(122deg, #e54595 0%, #fd378e 100%);
  background-image: -webkit-linear-gradient(122deg, #e54595 0%, #fd378e 100%);
  background-image: -ms-linear-gradient(122deg, #e54595 0%, #fd378e 100%);
  background-image: linear-gradient(122deg, #e54595 0%, #fd378e 100%);
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
  font-weight: 500;
  padding: 0.6rem 2rem;
  border: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-image: linear-gradient(122deg, #fd378e 0%, #e54595 100%);
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.btn-light {
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
  font-size: 14px;
  font-weight: 500;
  /*color: #633991;*/
  margin: 0.5rem;
  padding: 0.7rem 1.6rem;
  line-height: 1.8;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 0.8rem 1rem;
  font-size: 15px;
}

.light-bg {
  background-color: #faf6fb;
}

.section {
  padding: 80px 0;
}

#award {
  padding-bottom: 0;
}

.entryArea {
  padding: 30px 0;
  padding-top: 50px;
}

.section-title {
  text-align: center;
  margin-bottom: 3rem;
}

#aboutMaBeee .section-title {
  margin: 0;
  padding-top: 64px;
  padding-bottom: 64px;
  margin-left: 4%;
  margin-right: 4%;
}

.section-title small {
  color: #998a9b;
}

@media (max-width: 767px) {
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 30px;
  }
  .fig01 {
    width: 10%;
    text-align: center;
  }
  .fig01Area {
    text-align: center;
  }
  .stepBtn01 {
    width: 100%;
  }
  .stepBtn02 {
    width: 100%;
  }
}

/* NAVBAR
----------------------*/

.nav-menu {
  padding: 1rem 0;
  transition: all 0.3s ease;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
  /*
    background-color: rgb(74, 13, 143);
    background: -moz-linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
    background: -webkit-linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
    background: linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
	*/
  background: #fff;
  -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}

.nav-menu.is-scrolling {
  padding: 0;
}

.navbar-nav .nav-link {
  position: relative;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 14px;
  }
  .navbar-nav > .nav-item > .nav-link.active:after {
    content: '';
    border-bottom: 2px solid #fa8b3a;
    left: 1rem;
    right: 1rem;
    bottom: 5px;
    height: 1px;
    position: absolute;
  }
}

@media (max-width: 991px) {
  .navbar-nav.is-scrolling {
    padding-bottom: 1rem;
  }
  .navbar-nav .nav-item {
    text-align: center;
  }
  .photo01 {
    width: 100%;
  }

  #system {
    padding-bottom: 100px;
  }
  .sysImg {
    margin-bottom: 50px;
    border-bottom: dashed 1px #fff;
    padding-bottom: 50px;
  }

  .sysImg:last-child {
    border: none;
  }
}

/* HERO
----------------------*/

header {
  padding: 100px 0 0;
  text-align: center;
  color: #333;
}

.bg-gradient {
  /*
    background-image: -moz-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: -ms-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
	*/
  background: #fff;
}

.tagline {
  font-size: 23px;
  font-weight: 300;
  /*color: #ffb8f6;*/
  max-width: 800px;
  margin: 0 auto;
}

.img-holder {
  /*height: 0;
    padding-bottom: 33%;*/
  overflow: hidden;
}

.commonPadding {
  width: 70%;
  margin: auto;
}

@media (max-width: 1200px) {
  .img-holder {
    /*padding-bottom: 50%;*/
    padding-bottom: 3%;
  }
}

@media (max-width: 767px) {
  .tagline {
    font-size: 17px;
  }
  .img-holder {
    /*padding-bottom: 100%;*/
  }
  .aboutTtl {
    text-align: center;
  }
  .secTtl {
    font-size: 24px;
  }

  .comparison table {
    font-size: 80%;
  }
}

/* FEATURES
----------------------*/
.gradient-fill {
  /*
    color: #fc73b4;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
	*/
}

.card.features {
  border: 0;
  border-radius: 3px;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
  border-left: solid 3px #fcd951;
}

@media (max-width: 991px) {
  .card.features {
    margin-bottom: 2rem;
  }
  [class^='col-']:last-child .card.features {
    margin-bottom: 0;
  }
}

.card.features:before {
  content: '';
  position: absolute;
  width: 3px;
  /*
    color: #fc73b4;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
	*/
  top: 0;
  bottom: 0;
  left: 0;
}

.card-text {
  font-size: 14px;
}

.card.features:hover {
  transform: translateY(-3px);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.box-icon {
  box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
  padding: 10px;
  width: 70px;
  border-radius: 3px;
  margin-bottom: 1.5rem;
  background-color: #fff;
}

.circle-icon {
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
  padding: 10px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 1.5rem;
  /*
    background-color: #FFF;
    color: #FA8B3A;
	*/
  background: #fa8b3a;
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
  color: #fff;
  font-size: 48px;
  text-align: center;
  line-height: 80px;
  font-weight: 300;
  transition: all 0.3s ease;
}

@media (max-width: 992px) {
  .circle-icon {
    width: 70px;
    height: 70px;
    font-size: 28px;
    line-height: 50px;
  }
}

.ui-steps li:hover .circle-icon {
  /*
    background-image: -moz-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: -webkit-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: -ms-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
	*/
  /*
	background: #FA8B3A;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
    color: #FFF;
	*/
}

.ui-steps li {
  padding: 15px 0;
}

.ui-steps li:not(:last-child) {
  border-bottom: 1px solid #f8e3f0;
}

.perspective-phone {
  position: relative;
  z-index: -1;
}

@media (min-width: 992px) {
  .perspective-phone {
    margin-top: -150px;
  }
}

/*  TABS
----------------------*/

.tab-content {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #fff;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
  padding: 3rem;
}

@media (max-width: 992px) {
  .tab-content {
    padding: 1.5rem;
  }
}

.tab-content p {
  line-height: 1.8;
}

.tab-content h2 {
  margin-bottom: 0.5rem;
}

.nav-tabs {
  border-bottom: 0;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  padding: 1rem 1rem;
  border-color: #faf6fb #faf6fb #fff;
  font-size: 19px;
  color: #b5a4c8;
  background: #f5eff7;
}

.nav-tabs .nav-link.active {
  background: #fff;
  border-top-width: 3px;
  border-color: #ce75b4 #faf6fb #fff;
  color: #633991;
}

/*  TESTIMONIALS
----------------------*/

.owl-carousel .owl-item img.client-img {
  width: 110px;
  margin: 30px auto;
  border-radius: 50%;
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

.testimonials-single {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}

.blockquote {
  color: #7a767a;
  font-weight: 300;
}

.owl-next.disabled,
.owl-prev.disabled {
  opacity: 0.5;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 60px;
}

.owl-theme .owl-dots .owl-dot span {
  background: #e7d9eb;
  width: 35px;
  height: 8px;
  border-radius: 10px;
  transition: all 0.3s ease-in;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background: #ff487e;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #ff487e;
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

/*  IMAGE GALLERY
----------------------*/

.img-gallery .owl-item {
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
  transform: scale(0.8);
  transition: all 0.3s ease-in;
}

.img-gallery .owl-item.center {
  transform: scale(1);
}

/*  PRICING
----------------------*/

@media (max-width: 992px) {
  .card-deck {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card-deck .card {
    margin-bottom: 15px;
  }
}

.card.pricing {
  border: 1px solid #f1eef1;
}

.card.pricing.popular {
  border-top-width: 3px;
  border-color: #ce75b4 #faf6fb #fff;
  box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
  color: #633991;
}

.card.pricing .card-head {
  text-align: center;
  padding: 40px 0 20px;
}

.card.pricing .card-head .price {
  display: block;
  font-size: 45px;
  font-weight: 300;
  color: #633991;
}

.card.pricing .card-head .price sub {
  bottom: 0;
  font-size: 55%;
}

.card.pricing .list-group-item {
  border: 0;
  text-align: center;
  color: #959094;
  padding: 1.05rem 1.25rem;
}

.card.pricing .list-group-item del {
  color: #d9d3d8;
}

.card.pricing .card-body {
  padding: 1.75rem;
}

/*  CALL TO ACTION
----------------------*/

.call-to-action {
  text-align: center;
  color: #fff;
  /*margin: 3rem 0;*/
}

.call-to-action .box-icon {
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  transform: scale(0.85);
  margin-bottom: 2.5rem;
}

.call-to-action h2 {
  /*color: #FFF;*/
}

.call-to-action .tagline {
  font-size: 16px;
  font-weight: 300;
  /*color: #ffb8f6;*/
  color: #333;
  max-width: 650px;
  margin: 0 auto;
}

.btn-light img {
  margin-right: 0.4rem;
  vertical-align: text-bottom;
}

/*  FOOTER
----------------------*/

.social-icons {
  text-align: right;
}

.social-icons a {
  background-color: #fff;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  margin: 0 0.3rem;
  border-radius: 5px;
  color: #f4c9e2;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  text-decoration: none;
  color: #e38cb7;
}

@media (max-width: 991px) {
  .social-icons {
    text-align: center;
    margin-top: 2rem;
  }
}

.navbar-collapse ul li a:hover {
  color: #ccc !important;
}

/* 追加　*/
.navbar-brand {
  width: 200px;
}
.navbar-brand img {
  width: 75%;
  margin-left: 22px;
  margin-top: 12px;
}

/*　背景　*/
.light-orange {
  background: #fff7d6 url('../../s/images/fig/bg_mabeee.png') no-repeat center
    95%;
  background-size: contain;
}

.bg-yellow {
  background: #fbde40;
}

/*　メインビジュアル　*/
.nav-menu {
  /*text-indent:-9999px;*/
  display: none;
}
.nav-menu.is-scrolling {
  /*text-indent:inherit;*/
  display: inherit;
}

.mainV {
  /*padding: 1% 2% 0;*/
  background: #f4cd45 url(../../s/images/fig/main_bg.png) no-repeat center top;
  background-size: cover;
  max-height: 788px;
  min-height: 600px;
  box-sizing: border-box;
  position: relative;
}

.mainVright {
  background: url('../../s/images/fig/main_bg_right.png') no-repeat 80% top;
  background-size: 75%;
  min-height: 600px;
  /*border:solid 1px #000;*/
  width: 630px;
  float: right;
  margin-top: -50px;
  margin-right: 18px;
  margin-bottom: -600px;
}

.topBtnArea {
  /*right: 1%;*/
  background: #f4cd45;
  padding-left: 5px;
  right: 3%;
  float: right;
  bottom: 5%;
  position: absolute;
  margin-right: -2px;
}

.btn_entry {
  color: #4e4d4d;
  background: #fff0b5;
  border: 2px solid #ffffff;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 6.5px;
  text-decoration-line: none;
}
.topBtnArea ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topBtnArea ul li {
  float: left;
  margin: auto 10px;
}

.btn_list_entry {
  border-right: dashed 1px #fff;
  padding-right: 20px;
}

.topBtnArea ul .btn_list_aps {
  margin-right: 2px;
}

.topBtnArea ul .btn_list_gp {
  margin-left: 5px;
}

.btn_list_aps img {
  margin: 3.5px;
}

.btn_list_aps {
  width: 100px;
}

.btn_list_gp ul .btn_list_gp {
  width: 100px;
}

.btn_list_gp img {
  width: 153px;
  margin-top: -7px;
}

.secTtl {
  width: 100%;
  margin-top: 40px;
}

/* MaBeeeって何？ */

#aboutMaBeee {
  padding: 0;
}

.aboutMaBeeeTxt {
  padding-left: 200px;
  padding-right: 200px;
  line-height: 2.5;
  font-weight: bold;
}

.youtubeArea {
  width: 100%;
  max-width: 667px;
  margin: 2em auto 0;
}

.ytPlayer {
  position: relative;
  width: 100%;
  height: auto;
  background: #000;
  padding-top: 56.3%;
  border: 3px solid #fff;
  border-radius: 16px;
  overflow: hidden;
  z-index: 100;
}

.ytMovie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100.5%;
  height: 100.5%;
  z-index: 1;
}

.ytThmb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100.5%;
  height: auto;
  z-index: 2;
  cursor: pointer;
}

.bnrCp {
  display: block;
  margin-bottom: 64px;
}

.bnrCp img {
  width: 100%;
  max-width: 347px;
}


/*　悩み　*/

.cont02 {
  overflow: hidden;
}
#nayamiList {
  margin-bottom: 0;
  padding-bottom: 120px;
}

#nayami {
  padding-top: 10px;
  /*background:#FFF7D6;*/
}

.nayamiArea {
  display: flex;
}
.nayamiTtl {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 100px;
  margin-top: 50px;
}

.nayamiTtl img {
  width: 100%;
}

.nayamiTtl02 {
  width: 60%;
  margin: 0 auto;
}

.nayamiTtl02 img {
  top: -70px;
  position: relative;
  width: 100%;
}

.nayamiArea .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}
.nayamiAreaPc {
  text-align: center;
  padding: 90px;
  padding-top: 0;
  padding-bottom: 0;
}
.nayamiAreaPc img {
  width: 100%;
}

.nayamiMainBg {
  background: #fff7d6;
  /*
	padding-left:100px;
	padding-right:100px;
	*/
}

.nayamiAreaList {
  padding-top: 0;
}

.nayamiPointListBoxTxt {
  padding: 10px;
}

.nayamiPointList {
  width: 60%;
  margin: 0 auto;
  margin-top: -30px;
}
.nayamiPointList ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nayamiPointList img {
  width: 100%;
}

.nayamiPointList ul li {
  margin: 20px auto;
}

.nayamiPointListBoxTtl {
  font-weight: bold;
  font-size: 20px;
  position: relative;
}

.nayamiPointListBox {
  background: #ffffff;
  border: 2px solid #777777;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: center;
  padding: 20px;
  line-height: 2;
  min-height: 250px;
}

.nayamiOther {
  background: #fff7d6;
  width: 100%;
  padding-top: 80px;
  margin-top: -50px;
  padding-bottom: 50px;
  text-align: center;
}
.nayamiOther img {
  width: 95%;
}
.nayamiOther .container {
  width: 80%;
  margin: 0 auto;
}

/*　サービスイメージ　*/
#serviceImg {
  padding-top: 80px;
  margin-top: -80px;
}
#serviceImg .section-title {
  margin-bottom: 10px;
}
#serviceImg .section-title .secTtl {
  margin-bottom: 10px;
}

#serviceImg .pcOnly {
  margin-left: 128px;
  margin-right: 128px;
}

/*　主な機能　*/
#system .media {
  background: none;
}

#system .media img {
  width: 100%;
}

#system .media {
  width: 100%;
  margin: 0 auto;
}

.systemList {
  margin-bottom: -140px;
}

#system .secTtl {
  background: url(../../s/images/parts/sub_white.png) no-repeat center bottom;
  background-size: 50px;
}

/*　心配事にあわせて色々使える　*/

.swiper-button-prev {
  display: none;
  color: transparent;
  font-size: 0;
}
.swiper-button-next {
  display: none;
  color: transparent;
}
.swiper-pagination-bullet-active {
  background: #f78f2b;
}
.swiper-slide ul {
  list-style-type: none;
  padding-left: 0;
  font-size: 0;
}
#seen {
  padding-bottom: 80px;
}
#seen .slideArea img {
  width: 100%;
}

#seen {
  position: relative;
  width: 100%;
  margin-top: 60px;
}

#seen .slideArea {
  position: relative;
}

.seen_bg {
  position: absolute;
  bottom: 10px;
  height: 200px;
  width: 100%;
  background: #fff7d6;
}

/*　エントリーはこちら　*/

.entryArea {
  margin: 0;
  padding: 0;
}

.entryArea .btn {
  background: #fbde40;
  border: 1.5px solid #777777;
  box-sizing: border-box;
  border-radius: 100px;
  line-height: 1.2;
  font-size: 80%;
  color: #333;
  margin-top: -100px;
  position: relative;
  width: 520px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration-line: none;
}

.entryArea .btn:hover {
  background: #ffea78;
}

.entryArea .btn span {
  font-weight: bold;
  font-size: 25px;
  line-height: 1.5;
}

/*　ステップ　*/

.stepArea img {
  width: 100%;
}

.stepAreaTop img {
  width: 80%;
}
.stepAreaTopImg {
  text-align: center;
  margin-bottom: 20px;
  margin-left: 30px;
}

.stepFlow {
  border-bottom: solid 2px #fbde40;
  padding-bottom: 50px;
  margin-bottom: 50px;
  margin-left: 16px;
  margin-right: 16px;
}

.stepFlowList {
  margin-bottom: 20px;
}

.stepFlowList ul {
  list-style: none;
  display: table;
  width: 70%;
  margin: 0 auto;
  padding: 10px;
  margin-left: 48px;
}

.stepFlowList ul li {
  display: table-cell;
  font-weight: bold;
}

.stepFlow00.stepFlowList {
  font-weight: bolder;
  margin: 0;
}

.stepFlow .stepNum {
  width: 6%;
  margin-right: 4%;
}
.stepFlow .stepNum img {
  max-width: 75px;
  padding: 10px;
  margin-left: 10px;
}

.stepFlow_bgA {
  background: #fff7d6;
  border: 2px solid #fbde40;
  box-sizing: border-box;
  border-radius: 10px;
  width: 85%;
}

.stepFlow_bgB {
  background: #f4fffe;
  border: 2px solid #85e5da;
  box-sizing: border-box;
  border-radius: 10px;
  width: 50%;
}

.buyAmazon {
  margin: 0 auto;
  text-align: center;
}

.step_pkg {
  margin-left: 20px;
  padding: 10px;
}

.buyAmazon a {
  background: #ffffff;
  border: 2px solid #777777;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 15px 30px;
  display: inline-block;
  color: #333;
  font-weight: bold;
  text-decoration-line: none;
}

.buyAmazon img {
  max-width: 100px;
}

.hoverButton:hover {
  opacity: 0.6;
}

.stepFlowEntry,
.stepGetApp {
  margin: 0 auto;
  text-align: center;
  margin-top: 7px;
}

.stepFlowEntryM {
  font-size: 20px;
}

.stepFlowEntry a {
  background: #ffffff;
  border: 2px solid #777777;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 15px 30px;
  display: inline-block;
  color: #333;
  text-decoration-line: none;
}

.stepGetApp a {
  display: inline-block;
}

.stepGetApp ul li {
}
.stepGetApp ul {
  width: 70%;
  padding: 0;
  margin: 0;
  margin-top: 15px;
  margin-left: 20px;
}
.stepGetApp ul li img {
  width: 100%;
}
.stepGetAppTtl {
  width: 40%;
  font-size: 20px;
}
.stepGetAppBtn01 {
  text-align: left;
  width: 30%;
}
.stepGetApp ul .stepGetAppBtn01B img {
  width: 165px;
}

.stepGetApp ul .stepGetAppBtn01A a {
  vertical-align: middle;
}

.stepGetAppBtn02 {
  text-align: left;
  width: 30%;
}
.stepFlowAppB {
  margin-top: 5px;
  font-size: 20px;
  font-weight: bold;
}
.stepFlowAppB img {
  margin-left: 20px;
  width: 50%;
}
.stepFlow04 {
}
.stepFlow04 ul {
  width: 80%;
  margin-left: 62px;
}
.stepFlow_bgAB {
  box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
}
.stepFlowInvite {
}
.stepFlowInvite ul {
  margin: 0;
  width: 94.5%;
  margin-top: -24px;
}

.stepFlowInvite .stepFlowInviteBR {
  width: 50%;
}

.stepFlowInvite .stepFlowInviteTtl {
  width: 20%;
  text-align: right;
  padding-right: 20px;
  padding-top: 0;
}

.stepFlowInvite .stepFlowInviteTtl img {
  width: 70%;
  margin-top: -50px;
}

.stepFlowInvite .stepFlowInviteTxt {
  width: 30%;
  background: #ffe6e2;
  border: 2px solid #ff9684;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  padding: 20px;
}

.stepFlow05Ttl {
  margin-top: 30px;
}
.stepFlow05Ttl ul {
  margin: 0 auto;
}

/*　手順書　*/
.stepNoteArea {
}

.stepNoteArea .entryNote {
  font-weight: bold;
  margin-bottom: 20px;
}

.stepNoteArea .btn {
  padding: 20px;
  color: #333;
  font-weight: bold;
  font-size: 20px;
  width: 380px;
  margin: 10px;
}

.stepNoteArea .btn-yellow {
  background: #FFF7D6;
  border: 2px solid #333333;
  box-sizing: border-box;
  border-radius: 80px;
  text-decoration-line: none;
  margin-bottom: 50px;
}
.stepNoteArea .btn-yellow:hover {
  background: #faf7e9;
}

.stepNoteArea .btn-green {
  background: #85e5da;
  border: 2px solid #333333;
  box-sizing: border-box;
  border-radius: 80px;
  text-decoration-line: none;
}
.stepNoteArea .btn-green:hover {
  background: #acf1e9;
}

.stepNoteArea .btn-red {
  background: #ff9684;
  border: 2px solid #333333;
  box-sizing: border-box;
  border-radius: 80px;
  text-decoration-line: none;
}

.stepNoteArea .btn-red:hover {
  background: #ffb3a6;
}

.entryAreaPrice .btn {
  margin-top: 0;
  margin-top: 40px;
}

#price {
  padding-bottom: 50px;
}
#price .entryArea .btn {
  margin-top: 30px;
}

#price .secTtl {
  background: url(../../s/images/parts/sub_white.png) no-repeat center bottom;
  background-size: 50px;
}

/* 他社比較 */
.hikakuDescription {
  font-size: medium;
  font-weight: bold;
}

/*　お客様の声 */

.bg-orange {
  background: #fff7d6;
}

#voice {
}

#voice img {
  width: 50%;
}

.voiceTxt .title {
  border-bottom: solid 2px #777;
  margin-bottom: 30px;
}
.voiceTxt {
  background: #ffffff;
  border: 2px solid #777777;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 5%;
  text-align: center;
  line-height: 2;
}

/*　受賞一覧　*/
.awardList ul {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 30px;
}
.awardGot {
  font-size: medium;
  font-weight: bold;
}
.awardList ul li {
  display: table-cell;
  width: 180px;
  text-align: center;
}

.awardList01 {
}

.awardList02 {
}

.awardList ul li img {
  width: 90%;
}
.awargListTtl {
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 10px;
}

/*　よくある質問　*/
.faqMore {
  width: 80%;
  margin: 0 auto;
  text-align: right;
}

.faqMore a {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-decoration-line: none;
}

#faq {
  padding-top: 0;
}
#faq .container {
  overflow-x: hidden;
}
#faq .secTtl {
  background-position: 9% bottom;
}

#faq .faqArea {
  padding-top: 250px;
  margin-top: -220px;
}

#faq #faq01 {
  padding-top: 250px;
  margin-top: -220px;
}

.secTtlFaq {
  text-align: left;
  margin-top: 15%;
}
.secTtlFaq .secTtl {
  text-align: left;
  justify-content: flex-start;
  margin-left: 120px;
}
.accordion-container .accordion-title {
  position: relative;
  margin: 0;
  padding: 0.625em 3.1em 0.625em 3.2em;
  color: #333;
  cursor: pointer;
  font-weight: bold;
  font-size: medium;
}
.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open {
  /*background-color: #00aaa7;*/
}

.accordion-container .accordion-title::before {
  content: '';
  position: absolute;
  top: 32%;
  right: 25px;
  width: 24px;
  height: 24px;
  background: url('../../s/images/parts/close.png') no-repeat center;
  background-size: contain;
}

.accordion-container .accordion-title::after {
  content: '';
  position: absolute;
  top: 32%;
  right: 25px;
  /*横線*/
  width: 24px;
  height: 24px;
  background: url('../../s/images/parts/open.png') no-repeat center;
  background-size: contain;
}

.accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
}

.accordion-container .accordion-title.open::after {
  opacity: 0;
}

.accordion-title {
  background: url('../../s/images/parts/ico_q.png') no-repeat 20px center;
  background-size: 24px;
}
.accordion-content{
  display: none;
}
.accordion-content p {
  background: url('../../s/images/parts/ico_a.png') no-repeat 20px 10px;
  background-size: 24px;
  padding-left: 4em;
  padding-top: 10px;
  padding-right: 10px;
}

.accBase {
  background: #fffcf6;
  border: 2px solid #777777;
  box-sizing: border-box;
  border-radius: 10px;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.faqFig {
  width: 20%;
  position: absolute;
  right: 8%;
  margin-top: -14%;
}

.faqFig img {
  width: 100%;
}

@media (max-width: 1303px) {
  .faqFig {
    width: 20%;
    position: absolute;
    right: 2%;
    margin-top: -14%;
  }
}

@media (max-width: 1072px) {
  .faqFig {
    width: 20%;
    position: absolute;
    right: 3%;
    margin-top: -14%;
  }
}

/* Contact */

.contactArea .btn {
  background: #fbde40;
  border: 2px solid #777777;
  box-sizing: border-box;
  line-height: 1.2;
  font-size: 80%;
  color: #333;
  position: relative;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 64px;
  padding-right: 64px;
  margin-top: -128px;
  font-size: 22px;
  font-weight: bold;
  text-decoration-line: none;
}
.contactArea .btn:hover {
  background: #ffea78;
}

.contactArea .btn .arrow {
  width: 18px;
  margin-left: 36px;
  margin-right: -32px;
  margin-top: -4px;
}

/* copy */
.copyArea {
  background: #fbde40;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* media */

/* only */
@media (max-width: 595px) {
  .pcOnly {
    display: none;
  }
}

@media (max-width: 750px) {
  #step .pcOnly {
    display: none;
  }
  #nayami .pcOnly {
    display: none;
  }
  .btn_list_aps .pcOnly {
    display: none;
  }
}
@media (min-width: 594px) {
  .spOnly {
    display: none;
  }
}

/* -- */

/* sp */
@media (max-width: 750px) {
  .swiper-slide {
  }

  #seen {
    padding-bottom: 70px;
  }
  .seen_bg {
    position: absolute;
    bottom: 10px;
    height: 120px;
    width: 100%;
    background: #fff7d6;
  }

  .swiper-pagination {
    margin-bottom: -10px;
  }
}

@media (min-width: 1460px) {
  .mainV {
  }
}

@media (min-width: 750px) {
  .mainV {
    background-size: contain;
    max-height: 800px;
  }
}
@media (max-width: 1320px) {
  .mainV {
    min-height: 550px;
  }
  .mainVright {
    background-size: 60%;
  }
  .topBtnArea {
    bottom: 12%;
  }
  .aboutMaBeeeTxt {
    padding: 0;
    font-size: 14px;
    font-weight: bold;
  }
  .nayamiPointListBox {
    font-size: 90%;
  }
  .nayamiPointListBoxTtl {
    font-size: 120%;
  }
}

@media (max-width: 1132px) {
  .mainV {
    min-height: 450px;
  }
  .mainVright {
    background-size: 50%;
  }

  .topBtnArea {
    bottom: 10%;
    margin-right: -11px;
  }
}
@media (max-width: 1000px) {
  .mainVright {
    margin-right: -30px;
  }
  .topBtnArea {
    bottom: 5%;
  }
  #seen {
    margin-top: 0;
  }
  .stepFlow .stepNum {
    width: 8%;
  }
  .stepFlow_bgB {
    width: 70%;
  }
  .stepGetApp {
    margin-top: 17px;
  }
  .stepGetAppTtl {
    font-size: 14px;
  }
  .stepFlow05Ttl {
    margin-top: 24px;
  }
}

/*
@media (max-width:896px) {

	.mainVright{
		background-size:45%;
		margin-top:100px;
		margin-right:-100px;
	}

}*/

/* --------------------------------

   750px

---------------------------------*/

@media (max-width: 896px) {
  .nayamiMainBg {
    padding-bottom: 30px;
  }
}

@media (max-width: 896px) {
  .mainV {
    /*padding: 1% 2% 0;*/
    background: #f4cd45 url(../../s/images/fig/main_bg_sp.png) no-repeat center
      top;
    background-size: contain;
    min-height: 1200px;
    max-height: inherit;
    height: auto;
    box-sizing: border-box;
    position: relative;
  }

  .mainVright {
    background: none;
    min-height: 600px;
    width: 100%;
    margin: 0;
    margin-top: -50px;
  }

  .topBtnArea {
    background: none;
    padding-left: 5px;
    float: inherit;
    bottom: 4%;
    position: absolute;
    width: 100%;
  }
  .topBtnArea ul .btn_list_entry {
    float: none;
    margin-left: 60px;
  }
  .topBtnArea ul {
    display: table;
    margin: 0 auto;
  }

  .topBtnArea ul li {
    float: none;
  }
  .btn_list_entry {
    border: none;
  }
  .topBtnArea ul .btn_list_aps,
  .btn_list_gp {
    display: inline-block;
    float: none;
    width: 160px;
    margin: auto 10px;
    margin-left: -10px;
  }

  .btn_list_aps img {
    width: 150px;
    background-size: contain;
  }

  .btn_list_gp img {
    width: auto;
    height: 80px;
    margin-top: 0px;
    margin-left: -15px;
  }

  .btn_entry {
    font-size: 20px;
    margin-bottom: 15px;
    margin-left: -4px;
  }

  .aboutMaBeeeTxt {
    padding: 0;
    font-size: 14px;
  }

  .nayamiPointListBox {
    min-height: 200px;
  }

  #system {
    padding-bottom: 100px;
  }
  .sysImg {
    margin-bottom: 50px;
    border-bottom: dashed 1px #fff;
    padding-bottom: 50px;
  }

  .sysImg:last-child {
    border: none;
  }

  .nayamiOther {
    padding-top: 50px;
  }

  .container {
    width: 100%;
    margin: 0 auto;
  }

  .stepFlowEntryM {
    font-size: 14px;
  }
  .stepFlowEntry a {
    padding: 15px 20px;
    font-size: 14px;
  }
  .stepFlowList .stepGetApp ul li {
    display: block;
    text-align: center;
    font-size: large;
  }

  .stepFlowList .stepGetApp ul .stepGetAppBtn01A,
  .stepFlowList .stepGetApp ul .stepGetAppBtn01B {
    display: inline-block;
  }
  .stepGetApp ul {
    width: 100%;
  }
  .stepGetAppBtn01 {
    width: auto;
  }
  .stepGetAppTtl {
    margin: 0 auto;
  }
}

@media (max-width: 595px) {
  .section {
    padding: 50px 0;
  }

  #step {
    margin-top: -120px;
  }

  .mainV {
    /*padding: 1% 2% 0;*/
    background: #f4cd45 url(../../s/images/fig/main_bg_sp.png) no-repeat center
      top;
    background-size: cover;
    min-height: 1000px;
    max-height: inherit;
    height: auto;
    box-sizing: border-box;
    position: relative;
  }

  .topBtnArea {
    bottom: 0%;
    margin-left: -5px;
    margin: auto;
  }

  .voiceTxt {
    padding: 10px;
    font-size: 13px;
  }

  .voiceTxt .title {
    margin-bottom: 10px;
  }
  .nayamiPointList {
    width: 60%;
    margin: 0 auto;
    margin-top: -60px;
  }
  .stepFlow_bgB {
    width: 80%;
  }
  .stepFlowEntry ul li {
    font-size: 14px;
    display: block;
  }

  .topBtnArea ul .btn_list_aps,
  .btn_list_gp {
    width: 150px;
  }
  .btn_list_aps img {
  }
  .stepFlow_bgA {
    width: 86%;
  }
  .stepGetApp ul {
    margin-left: 5px;
  }
  .stepGetAppTtl {
    font-size: 13px;
  }
  .buyAmazon a {
    padding: 10px 10px;
  }
  .stepFlow04 ul li {
    font-size: 13px;
  }
  .stepFlow04 ul {
    width: 100%;
  }
  .stepFlowInvite .stepFlowInviteBR {
    width: 10%;
  }

  .stepFlow05Ttl {
    margin-top: 0;
    padding: 30px;
  }
  .stepFlow05Ttl .stepGetAppTtl {
    font-size: 14px;
    width: 100%;
  }
  .stepFlow .stepNum img {
    margin-left: 0;
  }
  .stepFlowInvite .stepFlowInviteTxt {
    font-size: 14px;
  }
  .accBase {
    width: 100%;
  }
  #faq {
    padding-top: 0;
    margin-top: -80px;
  }
  .faqFig {
    position: static;
    width: 40%;
    margin-top: -44%;
    float: right;
  }
  .secTtlFaq .secTtl {
    margin-left: 10px;
  }
  .secTtlFaq {
    margin-top: 35%;
  }
  .stepNoteArea .btn {
    padding: 20px;
    color: #333;
    font-weight: bold;
    font-size: 17px;
    width: 310px;
    margin: 10px;
    text-align: center;
  }

    .stepNoteArea .btn.btn-yellow{
    margin-bottom: 50px;
  }

  .entryArea .btn {
    background: #fbde40;
    box-sizing: border-box;
    border-radius: 100px;
    line-height: 1.2;
    font-size: 70%;
    color: #333;
    margin-top: -190px;
    position: relative;
    width: fit-content;
  }

  .entryArea .btn span {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
  }

  .nayamiPointListBoxTtl {
    font-size: 100%;
  }
  .nayamiOther .container {
    width: 96%;
  }

  #seen .container {
    width: 100%;
  }
  #analysis .container {
    width: 100%;
  }

  .voiceArea .spOnly {
    display: inline;
  }
  #price .entryAreaPrice {
    margin: 0;
    padding: 0;
  }

  #system .media img {
    width: 85%;
  }
  #system .media {
    text-align: center;
  }
}

@media (max-width: 515px) {
  .mainV {
    min-height: 830px;
    background: #f4cd45 url(../../s/images/fig/main_bg_sp.png) no-repeat center
      top;
    /*background-size: cover;*/
    background-size: contain;
    min-height: 880px;
    max-height: inherit;
    height: auto;
    box-sizing: border-box;
    position: relative;
  }
}
@media (max-width: 480px) {
  .mainV {
    min-height: 820px;
  }
}
@media (max-width: 446px) {
  .mainV {
    min-height: 800px;
  }
}

@media (max-width: 430px) {
  .mainV {
    min-height: 790px;
  }
}

@media (max-width: 420px) {
  .mainV {
    min-height: 760px;
  }
}

@media (max-width: 394px) {
  .mainV {
    min-height: 740px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1190px;
  }
}

@media (max-width: 1200px) {
  #aboutMaBeee .container {
    display: contents;
  }
}

/*　よくある質問　*/
.faqTtl {
  padding: 0;
  background: #fbde40;
}

#faqBody #top-head .faqTtl {
  display: none;
}

#faqBody #top-head.fixed .faqTtl {
  display: inherit;
}

#faqBody #top-head .inner {
  display: block;
}

#faqBody .faqTtlA {
  margin-top: 0/*80px*/;
}

.inner02 {
  margin-top: -105px;
}

/* mo */
@media screen and (max-width: 1200px) {
  .inner02 {
    margin-top: 0px;
  }
  /*#faqBody .faqTtlA {
    margin-top: 50px;
  }*/

  #faqBody #global-nav {
    position: absolute;
    top: -500px;
    background: #fbde40;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 100;
  }
  #faqBody #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }

  #faqBody #top-head .inner02 #global-nav ul li a {
    padding: 18px 0;
  }
}

#top-head .inner02 a {
  color: #333;
}

.inner02 #global-nav ul {
  list-style: none;
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 14px;
}

#top-head .inner02 #global-nav ul .btnBuy a {
  margin-left: 20px;
  margin-top: -9px;
  padding: 0;
  padding: 3px 15px;
  background: #fbde40;
  border: 2px solid #777777;
  box-sizing: border-box;
  border-radius: 6px;
}

#top-head .inner02 #global-nav ul li a {
  padding: 0 20px;
}

#top-head .inner02 #global-nav ul li .active {
  font-weight: bold;
  background: url(../../s/images/parts/sub.png) no-repeat center bottom;
  padding-bottom: 6px;
  background-size: 20px;
}

.fixed .inner02 {
  margin-top: 0px;
}

.faqMenu {
  background: #fbde40;
  border: 2px solid #777777;
  box-sizing: border-box;
  border-radius: 40px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  bottom: -20px;
}

.faqMenuInner {
}

.faqMenu ul {
}

.faqMenu ul li {
  display: inline-block;
  font-weight: bold;
  margin: auto 40px auto 0px;
}

.faqTtl .secTtl {
  margin: 0;
  padding: 0;
  padding-top: 20px;
}

.faqTtl .section-title {
  margin: 0;
  padding: 0;
}

.faqTtl .secTtl02 {
  background: url(../../s/images/parts/sub_white.png) no-repeat center bottom;
  background-size: 5%;
  padding-top: 50px;
  padding-bottom: 30px;
}

#faqBody .faqTtl .faqMenu ul li a {
  color: #333;
}

#faqBody .faqArea {
  margin-bottom: 30px;
}

.faqAreaTtl {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
}

.faqTtlA {
  height: 200px;
  margin-bottom: 50px;
}

.faqTtlA {
  line-height: 1;
  background: #fbde40 url('../../s/images/fig/faq02.png') no-repeat 80% center;
  background-size: 260px;
}

.faqTtlA .faqMenu {
  bottom: -55px;
}

.faqTtlA .faqMenu ul {
}
.faqTtlA .faqMenu ul li {
  display: inline-block;
  font-weight: bold;
}

.faqTtlA .nav-horizontal .list li a {
  display: block;
  margin: auto 0 auto 0px;
  text-decoration: none;
  color: #333;
}

.faqTtlA .section-title {
  width: 80%;
  margin: 0 auto;
}
.faqTtlA .secTtl {
  background: url(../../s/images/parts/sub_white.png) no-repeat 10% bottom;
  background-size: 7%;
}
.faqTtlA .secTtl {
  text-align: left;
  justify-content: flex-start;
  margin-left: 0px;
  padding-top: 80px;
  padding-bottom: 40px;
}

.stepGetApp ul .stepGetAppBtn01A a {
  width: 150px;
  height: 43px;
}

@media (max-width: 1200px) {
  .nav-horizontal {
    overflow: hidden;
    height: 3em; /* 可視領域の高さ */
    width: 100%;
  }
  .nav-horizontal .mask {
    /*height: 5em;*/ /* 横スクロールする理屈上の高さ */
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* 慣性スクロール */
  }
  .nav-horizontal .list {
    display: inline-table;
    max-width: 100%;
    white-space: nowrap;
    padding-left: 10%;
  }
  .nav-horizontal .list li {
    display: table-cell;
  }

  .nav-horizontal .list li a {
    display: block;
    margin: auto 40px auto 0px;
    text-decoration: none;
    color: #333;
  }
}

@media (max-width: 595px) {
  #faqBody #faq {
    margin-top: -60px;
    width: 100%;
  }

  .faqAreaTtl,
  .faqMore {
    width: 100%;
  }

  .faqTtlA {
    margin-bottom: 100px;
  }

  .faqTtlA {
    line-height: 1;
    background: #fbde40 url('../../s/images/fig/faq02.png') no-repeat 88% center;
    background-size: 200px;
  }

  .faqTtlA .secTtl {
    font-size: 20px;
    margin-left: -20px;
  }

  .faqTtlA .secTtl {
    background: url(../../s/images/parts/sub_white.png) no-repeat 15% bottom;
    background-size: 15%;
    padding-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  .seen_bg {
    height: 170px;
  }
  .stepGetApp ul {
    margin-left: 38px;
  }
  .stepFlow04 ul {
    /*margin-left: 54px;*/
    margin: 0 auto;
  }
  .stepFlow05Ttl {
    margin-left: 0;
    margin-top: 20px;
  }
  .stepFlow05Ttl ul {
    margin-left: 0;
  }
  #voiceArea {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .seen_bg {
    height: 145px;
  }
  .faqTtl .secTtl02 {
    background-size: 7%;
  }
  .stepFlowInvite ul {
    width: 97.5%;
  }
  .nayamiTtl {
    width: 80%;
  }
  #serviceImg .pcOnly {
    margin-left: 0px;
    margin-right: 0px;
  }
  #system .media {
    width: 70%;
  }
  .stepFlowList ul li {
    font-size: large;
  }
  .stepGetApp ul {
    margin-left: auto;
  }
  .stepFlow05Ttl {
    margin-left: auto;
    margin-top: 3.5%;
  }
  .img-holder {
    width: auto;
  }
  .stepFlowInvite .stepFlowInviteTtl img {
    width: 60%;
  }
  .stepFlow .stepNum img {
    margin-left: 0px;
  }
  #voiceArea {
    width: 100%;
  }
  .topBtnArea ul .btn_list_aps,
  .btn_list_gp {
    margin-left: 33px;
  }

  .stepFlowInvite .stepFlowInviteBR {
    width: 20%;
  }
  .stepFlowInvite .stepFlowInviteTtl {
    width: 20%;
  }
}

@media (max-width: 425px) {
  .seen_bg {
    height: 210px;
    margin-bottom: -20px;
  }
  .faqTtl .secTtl02 {
    background-size: 12%;
  }
  .stepFlow .stepNum {
    margin: 0;
  }
  .contactArea .btn {
    margin-top: -50px;
  }
  .stepGetAppTtl {
    width: auto;
  }
  .stepFlow04 ul {
    margin: auto;
    padding-top: 6px;
    margin-left: 7px;
  }
  .stepFlowAppB img {
    margin-left: 8px;
    width: 45%;
  }
  .stepFlowInvite .stepFlowInviteTtl {
    width: 30%;
  }
  .stepFlow05Ttl {
    margin-top: 0;
  }
  .stepFlow .stepNum img {
    width: 145%;
    margin-left: -10px;
  }
  .nayamiPointList {
    width: 80%;
  }
  .nayamiPointList ul {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .nayamiPointListBox {
    width: 260px;
    min-height: 300px;
    margin-right: 10px;
    padding-bottom: 4px;
  }
  .servicePointImages {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .servicePointImages .sysImg {
    margin: 0;
    padding: 0;
    padding-bottom: 50px;
    display: inline-block;
    width: 80%;
    margin-right: -30px;
  }
  #system .media {
    width: 100%;
  }
  .awardList ul {
    display: inline-block;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .awardList ul li {
    display: inline-block;
  }
  .awardList ul .pcOnly {
    display: none;
  }

  .topBtnArea ul .btn_list_aps,
  .btn_list_gp {
    margin-left: 30px;
  }
  .stepFlowInvite .stepFlowInviteBR {
    width: 5%;
  }
  .stepFlowInvite .stepFlowInviteTxt {
    font-size: large;
    padding-left: 10px;
    padding-right: 10px;
  }
  .stepFlowInvite ul {
    width: 97.5%;
    margin-left: 10px;
    margin-top: -36px;
    margin-bottom: -12px;
  }
  .stepFlowInvite .stepFlowInviteTtl img {
    margin-top: -30px;
  }
  .stepFlowEntry ul li {
    display: table-cell;
  }

  .stepFlowList .stepFlowEntry ul {
    width: 0;
    margin: auto;
  }
  .stepFlowEntry a {
    margin-left: 16px;
  }
  #seen .container {
    margin-bottom: -40px;
  }
  .swiper-button-next {
    background-image: none;
    display: block;
    right: 10%;
    width: 16px;
    height: 16px;
    top: 95%;
  }
  .swiper-button-prev {
    background-image: none;
    display: block;
    width: 16px;
    height: 16px;
    top: 95%;
  }
  .swiper-slide .spOnly ul {
    display: inline-block;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 48px;
  }
  .swiper-slide .spOnly ul::-webkit-scrollbar {
    height: 10px;
    margin-left: -100px;
  }
  .swiper-slide .spOnly ul::-webkit-scrollbar-track {
    border-radius: 5px;
    border: 1px solid #777777;
    background: #fff;
  }
  .swiper-slide .spOnly ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #fbde40;
  }
  .swiper-slide .spOnly ul li {
    display: inline-block;
    white-space: nowrap;
  }
  #seen .slideArea img {
    width: 240%;
    height: auto;
  }
  .entryArea .btn {
    margin-top: -160px;
  }
}

@media (max-width: 375px) {
  .seen_bg {
    height: 190px;
    margin-bottom: -15px;
  }
  .stepFlow .stepNum img {
    width: 125%;
    margin-left: -10px;
  }
  .btn_entry {
    margin-left: 10px;
  }
  .btn_list_aps img {
    width: 80%;
  }
  .btn_list_gp img {
    height: 65px;
  }
  .topBtnArea ul .btn_list_aps,
  .btn_list_gp {
    margin-right: 0px;
    margin-left: 50px;
  }
  .buyAmazon img {
    margin-left: 0;
  }
  .buyAmazon a {
    margin-left: 9px;
    margin-right: -7px;
  }
  .stepFlowEntry a {
    padding: 10px 8px;
    margin-left: 0;
  }
  .stepFlowList ul {
    margin: auto;
    width: 102%;
  }
  .stepFlowAppB img {
    margin-left: 0px;
    padding-left: 8px;
    width: 41%;
  }
  .stepFlowInvite .stepFlowInviteTtl {
    width: 30%;
    text-align: center;
    padding: 0;
  }

  .stepNoteArea .btn {
    margin: 0;
    margin-top: 10px;
  }

  .topBtnArea {
    bottom: 4%;
  }
  .topBtnArea ul .btn_list_entry {
    margin-left: 44px;
  }
  .topBtnArea ul .btn_list_aps,
  .btn_list_gp {
    margin-left: 45px;
  }
  .stepFlow .stepNum {
    width: 12%;
    margin-left: -8px;
    margin-right: 0px;
  }
  .stepAreaTop img {
    width: 90%;
  }
  .stepGetApp ul .stepGetAppBtn01A a {
    width: 128px;
  }
  .stepGetApp ul .stepGetAppBtn01B img {
    width: 150px;
    margin-top: -5px;
    margin-right: -10px;
  }

  .stepFlowList .stepFlowEntry ul {
    width: 100%;
    margin: auto;
  }
  .stepFlowEntry ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    margin-left: 4px;
  }
  .stepFlowEntry,
  .stepGetApp {
    margin-top: 6px;
    margin-bottom: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .stepFlowAppB {
    margin-top: 9px;
  }
  .stepFlowInvite {
    margin-top: -36px;
    margin-bottom: -14px;
  }
  .stepFlow_bgB .stepFlowEntry {
    margin: 0;
    padding: 0px;
  }
}

@media (max-width: 320px) {
  .seen_bg {
    height: 190px;
    margin-bottom: -30px;
  }
  .topBtnArea ul .btn_list_aps,
  .btn_list_gp {
    margin-left: 8px;
  }
  .topBtnArea ul .btn_list_gp {
    margin-left: 27px;
  }

  .topBtnArea {
    bottom: 2%;
  }

  .mainV {
    min-height: 680px;
  }

  .entryArea .btn {
    font-size: 9px;
    margin-left: -8px;
    margin-top: -140px;
  }
  .secTtl {
    font-size: 22px;
  }

  .stepFlowEntry a {
    padding: 10px 3px;
  }

  .buyAmazon a {
    margin-left: 10px;
    margin-top: 20px;
    margin-right: -11px;
  }
  .stepFlow .stepNum {
    width: 13%;
    margin-left: -10px;
    margin-right: 0px;
  }
  .stepFlowAppB img {
    width: 70%;
    padding: 0;
  }

  .stepFlowAppB {
    margin-left: 34px;
  }
  .stepFlowInvite .stepFlowInviteTxt {
    padding: 10px;
  }

  .stepFlow04B {
    margin-bottom: 8px;
    margin-top: -35px;
  }
  .stepFlowInvite .stepFlowInviteTtl img {
    margin-top: -30px;
    width: 76%;
  }
  .stepAreaTop img {
    width: 100%;
  }

  .stepFlowInvite .stepFlowInviteTxt {
    padding: 0;
    padding-top: 18px;
    width: 20%;
    height: 64px;
    font-size: large;
  }
  .stepFlowInvite .stepFlowInviteTtl {
    width: 15%;
  }

  .buyAmazon img {
    max-width: 80px;
  }
  .stepFlowList .stepFlowEntry ul {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .stepGetApp ul .stepGetAppBtn01A a {
    width: 110px;
  }
  .stepGetApp ul .stepGetAppBtn01B img {
    width: 128px;
    margin-top: -11px;
  }

  .stepFlowEntry,
  .stepGetApp {
    margin-top: 4px;
    margin-bottom: -4px;
  }
  .stepFlowInvite {
    margin-top: -2px;
    margin-bottom: 0px;
  }

  .stepNoteArea .btn {
    width: 100%;
    font-size: 15px;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .stepNoteArea .btn.btn-yellow{
    margin-bottom: 50px;
  }

  .contactArea .btn {
    padding: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .contactArea .btn .arrow {
    margin-left: 16px;
    margin-right: 0;
  }
}
