/* =========================================================

========================================================= */
.zen {
  font-family: "Zen Maru Gothic", sans-serif;
}

@media screen and (min-width: 668px), print {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 667px) {
  .pc {
    display: none !important;
  }
}
#app_tutorial {
  padding-top: 150px;
  min-width: 1200px;
}
#app_tutorial img {
  display: inline;
}
#app_tutorial #mainVis h1 img {
  width: 100%;
  height: auto;
}
#app_tutorial .dl {
  padding: 20px 0 40px;
  text-align: center;
}
#app_tutorial .dl-title {
  margin-bottom: 20px;
  color: #fab71f;
  font-size: 22px;
}
#app_tutorial .dl-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#app_tutorial .dl-btns > * {
  max-width: 260px;
}
#app_tutorial .dl-btns > * + * {
  margin-left: 30px;
}

.feature01,
.feature03 {
  background-color: #fab71f;
  text-align: center;
}

.feature02 {
  background-color: #e55c00;
  text-align: center;
}

.feature01 {
  padding-top: 70px;
}

.feature-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.sec-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  line-height: 1.2;
  color: #333;
  text-align: center;
}
.sec-title span {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.sec-title span:before, .sec-title span:after {
  content: "";
  width: 2px;
  height: 1em;
  position: absolute;
  bottom: 0;
  background-color: #333;
}
.sec-title span:before {
  left: 0;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
}
.sec-title span:after {
  right: 0;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}

.movie {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0 140px;
  text-align: center;
}
.movie-content {
  margin-top: 50px;
}

.use {
  background-color: #fdf0d9;
  padding-top: 90px;
  padding-bottom: 90px;
}
.use-inner {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.use-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-right: -10px;
}
.use-btns > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-right: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.05em;
}
.use-btns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 60px;
  padding: 5px 10px;
  border-radius: 60px;
  background-color: #e55c00;
  border: solid 2px #e55c00;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.use-btns a:hover {
  background-color: transparent;
  color: #e55c00;
  text-decoration: none;
}
.use-sec {
  margin-top: 60px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fab71f;
}
.use-sec + .use-sec {
  margin-top: 60px;
}
.use-sec-title {
  position: relative;
  padding: 25px 20px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  color: #fab71f;
  font-size: 28px;
  cursor: pointer;
}
.use-sec-title .line {
  padding-bottom: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 255, 255, 0)), color-stop(90%, #fab71f), to(#fab71f));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 90%, #fab71f 90%, #fab71f 100%);
}
.use-sec-title .toggle-icon {
  position: absolute;
  right: 40px;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.use-sec-title .toggle-icon:before, .use-sec-title .toggle-icon:after {
  content: "";
  background-color: #fab71f;
  position: absolute;
  top: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.use-sec-title .toggle-icon:before {
  width: 100%;
  height: 2px;
}
.use-sec-title .toggle-icon:after {
  width: 2px;
  height: 100%;
}
.use-sec-title.is-active .toggle-icon:after {
  height: 0;
  opacity: 0;
}
.use-sec-content {
  display: none;
}
.use-sec-content.is-active {
  display: block;
}

.faq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fdf0d9;
}
.faq-title {
  text-align: center;
  color: #e55c00;
  font-size: 30px;
  letter-spacing: -0.1em;
}
.faq-title .line {
  padding-bottom: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 255, 255, 0)), color-stop(90%, #e55c00), to(#e55c00));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 90%, #e55c00 90%, #e55c00 100%);
}
.faq-inner {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}
.faq-item {
  padding-top: 20px;
  padding-bottom: 20px;
}
.faq-item + .faq-item {
  border-top: solid 1px #e55c00;
}
.faq-item-title {
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  min-height: 32px;
  color: #e55c00;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
}
.faq-item-title:before {
  content: "";
  width: 32px;
  height: 32px;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../image/icon_q.svg");
  background-size: 100%;
}
.faq-item-title .toggle-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq-item-title .toggle-icon:before, .faq-item-title .toggle-icon:after {
  content: "";
  background-color: #e55c00;
  position: absolute;
  top: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.faq-item-title .toggle-icon:before {
  width: 100%;
  height: 2px;
}
.faq-item-title .toggle-icon:after {
  width: 2px;
  height: 100%;
}
.faq-item-title.is-active .toggle-icon:after {
  height: 0;
  opacity: 0;
}
.faq-item-content {
  display: none;
  position: relative;
  padding-left: 40px;
  padding-top: 20px;
  font-size: 14px;
  line-height: 1.8;
  background-size: 32px;
  background-image: url("../image/icon_a.svg");
  background-position: 0 20px;
  background-repeat: no-repeat;
}
.faq-item-content.is-active {
  display: block;
}
.faq-item-content > * + * {
  margin-top: 1em;
}
.faq-item-content a {
  color: #e55c00;
  text-decoration: underline;
}
.faq-item-content ol {
  padding-left: 1em;
  text-indent: -1em;
  list-style: none;
}
.faq-item-content ul {
  padding-left: 1em;
  list-style: disc;
}

.fixedNav {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 220px;
  border: solid 5px #fab71f;
  border-right: 0;
  border-radius: 20px 0 0 20px;
  background-color: #fff;
  padding: 30px 20px 20px;
  z-index: 100000;
}
.fixedNav-title {
  margin-bottom: 15px;
  color: #fab71f;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
}
.fixedNav-btns > * + * {
  margin-top: 15px;
}

@media screen and (max-width: 667px) {
  body {
    padding-bottom: 70px;
  }
  #app_tutorial {
    padding-top: 90px;
    min-width: inherit;
  }
  #app_tutorial .dl {
    padding: 20px;
  }
  #app_tutorial .dl-title {
    margin-bottom: 10px;
    font-size: 18px;
  }
  #app_tutorial .dl-btns {
    display: block;
    width: 62.5%;
    margin-left: auto;
    margin-right: auto;
  }
  #app_tutorial .dl-btns > * {
    max-width: inherit;
  }
  #app_tutorial .dl-btns > * + * {
    margin-left: 0;
    margin-top: 10px;
  }
  .feature-inner {
    max-width: inherit;
  }
  .feature01 {
    padding-top: 40px;
  }
  .sec-title {
    font-size: 18px;
  }
  .feature01 .sec-title {
    font-size: 26px;
  }
  .movie .sec-title {
    font-size: 16px;
  }
  .use .sec-title {
    font-size: 18px;
  }
  .use .sec-title span:before, .use .sec-title span:after {
    height: 1.5em;
  }
  .movie {
    max-width: inherit;
    padding: 30px 20px;
  }
  .movie-content {
    margin-top: 10px;
  }
  .movie-content iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .use {
    padding: 40px 0;
  }
  .use-inner {
    max-width: inherit;
    padding-left: 20px;
    padding-right: 20px;
  }
  .use-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
    margin-right: -10px;
    margin-bottom: -10px;
  }
  .use-btns > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 11px;
  }
  .use-btns a {
    min-height: 40px;
    border-radius: 40px;
  }
  .use-sec {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }
  .use-sec + .use-sec {
    margin-top: 40px;
  }
  .use-sec-title {
    position: relative;
    padding: 15px 60px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    color: #fab71f;
    font-size: 16px;
  }
  .use-sec-title .line {
    padding-bottom: 0;
  }
  .use-sec-title .toggle-icon {
    right: 20px;
    width: 16px;
    height: 16px;
  }
  .faq {
    padding: 40px 20px;
  }
  .faq-title {
    font-size: 18px;
  }
  .faq-title .line {
    padding-bottom: 0;
    background-image: none;
  }
  .faq-inner {
    max-width: inherit;
    margin-top: 20px;
  }
  .faq-item-title {
    padding-left: 30px;
    font-size: 12px;
  }
  .faq-item-title:before {
    width: 24px;
    height: 24px;
  }
  .faq-item-title .toggle-icon {
    right: 0;
    width: 12px;
    height: 12px;
  }
  .faq-item-content {
    padding-left: 30px;
    font-size: 10px;
    line-height: 1.6;
    background-size: 24px;
  }
  .fixedNav {
    width: 100%;
    border: 0;
    height: 70px;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0;
  }
  .fixedNav-title {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .fixedNav-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fixedNav-btns > * {
    max-width: 110px;
  }
  .fixedNav-btns > * + * {
    margin-top: 0;
    margin-left: 10px;
  }
}
.pagetop {
  display: none !important;
}