@charset "UTF-8";
/** ================================================

  Responsive Settings

================================================ */
/** ================================================

  Easing Settings

================================================ */
/** ================================================

  Font Settings

================================================ */
/** ================================================

  Object Size

================================================ */
/** ================================================

  Assets Functions

================================================ */
/** ================================================

  Col

================================================ */
/** ================================================

  Rem

================================================ */
/** ================================================

  View Port Size

================================================ */
/** ================================================

  Utility

================================================ */
/** ================================================

  Responsive

================================================ */
/*===============================================
 responsive element
===============================================*/
.issp {
  display: none;
}

.pc-inline {
  display: inline !important;
}

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

.pc-block {
  display: block !important;
}

.sp-inline,
.sp-inline-block,
.sp-block {
  display: none !important;
}

@media not all and (min-width: 768px) {
  .issp {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    display: block;
  }
  .pc-inline,
.pc-inline-block,
.pc-block {
    display: none !important;
  }
  .sp-inline {
    display: inline !important;
  }
  .sp-inline-block {
    display: inline-block !important;
  }
  .sp-block {
    display: block !important;
  }
}
@-webkit-keyframes touched {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(3);
  }
}
@keyframes touched {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(3);
  }
}
@media not all and (min-width: 768px) {
  .page {
    padding-bottom: 27.8645833333vw;
  }
}
@media all and (min-width: 768px) {
  .page {
    padding-bottom: 98px;
  }
}

.allc_app__mv {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media not all and (min-width: 768px) {
  .allc_app__mv {
    height: 155.2083333333vw;
    background-image: url(../images/mv_bg_sp.jpg);
  }
}
@media all and (min-width: 768px) {
  .allc_app__mv {
    height: 452px;
    background-image: url(../images/mv_bg_pc.jpg);
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .allc_app__mv {
    height: 37.6666666667vw;
  }
}
@media not all and (min-width: 768px) {
  .allc_app__mv__center {
    padding-top: 7.8125vw;
  }
}
@media all and (min-width: 768px) {
  .allc_app__mv__center {
    position: relative;
    max-width: 947px;
    height: 100%;
    padding: 110px 42px 0;
    margin: 0 auto;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .allc_app__mv__center {
    width: 78.9166666667vw;
    padding: 9.1666666667vw 3.5vw 0;
  }
}
.allc_app__mv__heading {
  display: flex;
  align-items: center;
}
@media not all and (min-width: 768px) {
  .allc_app__mv__heading {
    padding-left: 13.671875vw;
  }
}
@media all and (min-width: 768px) {
  .allc_app__mv__heading {
    padding-right: 280px;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .allc_app__mv__heading {
    padding-right: 23.3333333333vw;
  }
}
.allc_app__mv__icon {
  overflow: hidden;
}
@media not all and (min-width: 768px) {
  .allc_app__mv__icon {
    width: 17.578125vw;
    border: 1px solid #e9e9e6;
    border-radius: 3.515625vw;
    box-shadow: 0 0 6.5104166667vw 2px rgba(191, 188, 168, 0.15);
  }
}
@media all and (min-width: 768px) {
  .allc_app__mv__icon {
    width: 115px;
    border: 2px solid #e9e9e6;
    border-radius: 25px;
    box-shadow: 0 0 50px 2px rgba(191, 188, 168, 0.15);
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .allc_app__mv__icon {
    width: 9.5833333333vw;
    border-radius: 2.0833333333vw;
  }
}
.allc_app__mv__icon > img {
  width: 100%;
}
.allc_app__mv__ttl {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media not all and (min-width: 768px) {
  .allc_app__mv__ttl {
    padding-left: 5.2083333333vw;
    font-size: 5.859375vw;
    line-height: 1.2444444444;
  }
}
@media all and (min-width: 768px) {
  .allc_app__mv__ttl {
    padding-left: 28px;
    font-size: 44px;
    line-height: 1.3636363636;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .allc_app__mv__ttl {
    padding-right: 2.3333333333vw;
    font-size: 3.6666666667vw;
  }
}
.allc_app__mv__catch {
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media not all and (min-width: 768px) {
  .allc_app__mv__catch {
    position: absolute;
    left: 0;
    bottom: 6.25vw;
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 3.90625vw;
    line-height: 1.5;
  }
}
@media all and (min-width: 768px) {
  .allc_app__mv__catch {
    padding-right: 280px;
    margin: 56px 0 0;
    font-size: 25px;
    line-height: 1.6;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .allc_app__mv__catch {
    padding-right: 23.3333333333vw;
    margin: 4.6666666667vw 0 0;
    font-size: 2.0833333333vw;
  }
}
.allc_app__mv__catch em {
  color: #eb5f2f;
  font-size: 110%;
  font-style: normal;
}
.allc_app__mv__catch i {
  font-style: italic;
}
.allc_app__mv__screenshot {
  position: absolute;
  margin: 0;
}
@media not all and (min-width: 768px) {
  .allc_app__mv__screenshot {
    left: 50%;
    bottom: 23.6979166667vw;
    width: 50.78125vw;
    transform: translateX(-50%);
  }
}
@media all and (min-width: 768px) {
  .allc_app__mv__screenshot {
    right: 112px;
    bottom: -48px;
    width: 216px;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .allc_app__mv__screenshot {
    right: 9.3333333333vw;
    bottom: -4vw;
    width: 18vw;
  }
}
.allc_app__mv__screenshot > img {
  display: block;
  width: 100%;
}
.allc_app__mv__pop {
  position: absolute;
}
@media not all and (min-width: 768px) {
  .allc_app__mv__pop {
    right: -19.2708333333vw;
    bottom: 7.2916666667vw;
    width: 28.125vw;
  }
}
@media all and (min-width: 768px) {
  .allc_app__mv__pop {
    right: -72px;
    top: -32px;
    width: 125px;
  }
}
.allc_app__mv__pop > img {
  width: 100%;
}
.allc_app__download__ttl {
  position: relative;
  text-align: center;
  font-weight: 600;
}
@media not all and (min-width: 768px) {
  .allc_app__download__ttl {
    font-size: 4.6875vw;
  }
}
@media all and (min-width: 768px) {
  .allc_app__download__ttl {
    font-size: 24px;
  }
}
.allc_app__download__ttl:before {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: block;
  background: url(../images/download_ttl.png) no-repeat;
  background-size: 100% 100%;
  content: "";
}
@media not all and (min-width: 768px) {
  .allc_app__download__ttl:before {
    width: 27.0833333333vw;
    height: 9.765625vw;
  }
}
@media all and (min-width: 768px) {
  .allc_app__download__ttl:before {
    width: 136px;
    height: 49px;
  }
}
.allc_app__download__ttl > span {
  position: relative;
}
.allc_app__download__list {
  display: flex;
  justify-content: space-between;
}
@media not all and (min-width: 768px) {
  .allc_app__download__list {
    width: 89.84375vw;
    margin: 9.375vw auto 0;
  }
}
@media all and (min-width: 768px) {
  .allc_app__download__list {
    max-width: 865px;
    margin: 60px auto 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .allc_app__download__list {
    width: 72.0833333333vw;
  }
}
.allc_app__download__list dl {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
@media not all and (min-width: 768px) {
  .allc_app__download__list dl {
    width: 42.96875vw;
  }
}
@media all and (min-width: 768px) {
  .allc_app__download__list dl {
    width: 384px;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .allc_app__download__list dl {
    width: 32vw;
  }
}
@media all and (min-width: 768px) {
  .allc_app__download__list dl:not(:first-child) {
    margin-left: 30px;
  }
}
@media not all and (min-width: 768px) {
  .allc_app__download__list dl dt {
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .allc_app__download__list dl dt {
    width: 270px;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .allc_app__download__list dl dt {
    width: 22.5vw;
  }
}
.allc_app__download__list dl dt > a {
  display: block;
}
.allc_app__download__list dl dt > a > img {
  display: block;
  width: 100%;
}
@media not all and (min-width: 768px) {
  .allc_app__download__list dl dd {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .allc_app__download__list dl dd {
    width: 82px;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .allc_app__download__list dl dd {
    display: block;
    width: 6.8333333333vw;
  }
}
.allc_app__download__list dl dd > img {
  display: block;
  width: 100%;
}
@media not all and (min-width: 768px) {
  .allc_app__download01 {
    padding: 12.7604166667vw 0;
  }
}
@media all and (min-width: 768px) {
  .allc_app__download01 {
    padding: 78px 15px 72px;
  }
}
@media not all and (min-width: 768px) {
  .allc_app__download02 {
    padding: 12.7604166667vw 0;
  }
}
@media all and (min-width: 768px) {
  .allc_app__download02 {
    padding: 68px 15px 70px;
  }
}
.allc_app__feature {
  background-color: #edecea;
}
@media not all and (min-width: 768px) {
  .allc_app__feature {
    padding: 13.0208333333vw 3.90625vw 11.71875vw;
  }
}
@media all and (min-width: 768px) {
  .allc_app__feature {
    padding: 64px 15px 40px;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .allc_app__feature {
    padding: 5.3333333333vw 1.25vw 3.3333333333vw;
  }
}
.allc_app__feature__ttl {
  position: relative;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media not all and (min-width: 768px) {
  .allc_app__feature__ttl {
    font-size: 4.6875vw;
  }
}
@media all and (min-width: 768px) {
  .allc_app__feature__ttl {
    font-size: 24px;
  }
}
.allc_app__feature__ttl:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background: url(../images/feature_ttl.png) no-repeat;
  background-size: 100% 100%;
  content: "";
}
@media not all and (min-width: 768px) {
  .allc_app__feature__ttl:before {
    top: 1.5625vw;
    width: 21.484375vw;
    height: 11.4583333333vw;
  }
}
@media all and (min-width: 768px) {
  .allc_app__feature__ttl:before {
    top: 12px;
    width: 108px;
    height: 58px;
  }
}
.allc_app__feature__ttl > span {
  position: relative;
}
@media not all and (min-width: 768px) {
  .allc_app__feature__container {
    margin-top: 9.375vw;
  }
}
@media all and (min-width: 768px) {
  .allc_app__feature__container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 64px auto 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .allc_app__feature__container {
    padding: 0 1.25vw;
  }
}
@media not all and (min-width: 768px) {
  .allc_app__featureitem:not(:first-child) {
    margin-top: 10.4166666667vw;
  }
}
@media all and (min-width: 768px) {
  .allc_app__featureitem:not(:first-child) {
    margin-top: 42px;
  }
}
@media all and (min-width: 768px) {
  .allc_app__featureitem__pcbox {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 502px;
    padding: 30px 80px;
    border-radius: 16px;
    background-color: #fff;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .allc_app__featureitem__pcbox {
    min-height: 41.8333333333vw;
    padding: 2.5vw 6.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
@media not all and (min-width: 768px) {
  .allc_app__featureitem__spbox {
    position: relative;
    padding: 8.3333333333vw 2.6041666667vw 93.4895833333vw;
    border-radius: 2.0833333333vw;
    background-color: #fff;
  }
}
@media all and (min-width: 768px) {
  .allc_app__featureitem:nth-child(2n+1) .allc_app__featureitem__spbox {
    padding: 0 51.4851485149% 0 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .allc_app__featureitem:nth-child(2n+1) .allc_app__featureitem__spbox {
    padding: 0 49.504950495% 0 0;
  }
}
@media all and (min-width: 768px) {
  .allc_app__featureitem:nth-child(2n) .allc_app__featureitem__spbox {
    padding: 0 0 0 55.4455445545%;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .allc_app__featureitem:nth-child(2n) .allc_app__featureitem__spbox {
    padding: 0 0 0 49.504950495%;
  }
}
.allc_app__featureitem__ttl {
  margin: 0;
  color: #99917f;
  font-weight: 600;
  font-style: italic;
}
@media not all and (min-width: 768px) {
  .allc_app__featureitem__ttl {
    text-align: center;
    font-size: 6.25vw;
    line-height: 1.3333333333;
    letter-spacing: 0.05em;
  }
}
@media all and (min-width: 768px) {
  .allc_app__featureitem__ttl {
    font-size: 46px;
    line-height: 1.3695652174;
    letter-spacing: 0.1em;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .allc_app__featureitem__ttl {
    font-size: 3.8333333333vw;
  }
}
.allc_app__featureitem__catch {
  color: #99917f;
}
@media not all and (min-width: 768px) {
  .allc_app__featureitem__catch {
    margin: 3.6458333333vw 0 0 0;
    text-align: center;
    font-size: 3.90625vw;
  }
}
@media all and (min-width: 768px) {
  .allc_app__featureitem__catch {
    margin: 14px 0 0 0;
    font-size: 27px;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .allc_app__featureitem__catch {
    margin: 1.1666666667vw 0 0 0;
    font-size: 2.25vw;
  }
}
.allc_app__featureitem__catch:before {
  display: inline-block;
  width: 1.4074074074em;
  height: 1.4074074074em;
  margin-right: 0.2222222222em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: top;
  content: "";
}
.allc_app__featureitem:nth-child(1) .allc_app__featureitem__catch:before {
  background-image: url(../images/ico_01.png);
}
.allc_app__featureitem:nth-child(2) .allc_app__featureitem__catch:before {
  background-image: url(../images/ico_02.png);
}
.allc_app__featureitem:nth-child(3) .allc_app__featureitem__catch:before {
  background-image: url(../images/ico_03.png);
}
.allc_app__featureitem:nth-child(4) .allc_app__featureitem__catch:before {
  background-image: url(../images/ico_04.png);
}
.allc_app__featureitem__screenshot {
  position: absolute;
  bottom: 0;
  margin: 0;
}
@media not all and (min-width: 768px) {
  .allc_app__featureitem__screenshot {
    left: 50%;
    width: 57.1614583333vw;
    height: 86.5885416667vw;
    transform: translateX(-50%);
  }
}
@media all and (min-width: 768px) {
  .allc_app__featureitem__screenshot {
    width: 345px;
    height: 475px;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .allc_app__featureitem__screenshot {
    width: 28.75vw;
    height: 39.5833333333vw;
  }
}
@media all and (min-width: 768px) {
  .allc_app__featureitem:nth-child(2n+1) .allc_app__featureitem__screenshot {
    right: 12.3076923077%;
  }
}
@media all and (min-width: 768px) {
  .allc_app__featureitem:nth-child(2n) .allc_app__featureitem__screenshot {
    left: 12.3076923077%;
  }
}
.allc_app__featureitem:nth-child(1) .allc_app__featureitem__screenshot .allc_app__featureitem__img:nth-child(2) {
  opacity: 1;
  transition: opacity 0.4s;
}
.allc_app__featureitem:nth-child(1).is-inview .allc_app__featureitem__screenshot .allc_app__featureitem__img:nth-child(2) {
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 4s;
  transition-delay: 1s;
}
@media not all and (min-width: 768px) {
  .allc_app__featureitem:nth-child(2) .allc_app__featureitem__screenshot .allc_app__featureitem__touch:nth-child(2) {
    left: 37.7604166667vw;
    top: 61.1979166667vw;
  }
}
@media all and (min-width: 768px) {
  .allc_app__featureitem:nth-child(2) .allc_app__featureitem__screenshot .allc_app__featureitem__touch:nth-child(2) {
    left: 230px;
    top: 368px;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .allc_app__featureitem:nth-child(2) .allc_app__featureitem__screenshot .allc_app__featureitem__touch:nth-child(2) {
    left: 19.1666666667vw;
    top: 30.6666666667vw;
  }
}
.allc_app__featureitem:nth-child(2).is-inview .allc_app__featureitem__screenshot .allc_app__featureitem__touch:nth-child(2) {
  -webkit-animation: touched 1s;
          animation: touched 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.allc_app__featureitem:nth-child(2) .allc_app__featureitem__screenshot .allc_app__featureitem__cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.6s;
}
.allc_app__featureitem:nth-child(2).is-inview .allc_app__featureitem__screenshot .allc_app__featureitem__cover {
  opacity: 1;
  transition: opacity 0.1s;
  transition-delay: 1.9s;
}
.allc_app__featureitem:nth-child(2) .allc_app__featureitem__screenshot .allc_app__featureitem__img:nth-child(4) {
  transform: translateX(100%);
}
.allc_app__featureitem:nth-child(2).is-inview .allc_app__featureitem__screenshot .allc_app__featureitem__img:nth-child(4) {
  transform: translateX(0%);
  transition: transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 1.2s;
}
@media not all and (min-width: 768px) {
  .allc_app__featureitem:nth-child(3) .allc_app__featureitem__screenshot .allc_app__featureitem__touch:nth-child(2) {
    left: 13.5416666667vw;
    top: 36.71875vw;
  }
}
@media all and (min-width: 768px) {
  .allc_app__featureitem:nth-child(3) .allc_app__featureitem__screenshot .allc_app__featureitem__touch:nth-child(2) {
    left: 84px;
    top: 208px;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .allc_app__featureitem:nth-child(3) .allc_app__featureitem__screenshot .allc_app__featureitem__touch:nth-child(2) {
    left: 7vw;
    top: 17.3333333333vw;
  }
}
.allc_app__featureitem:nth-child(3).is-inview .allc_app__featureitem__screenshot .allc_app__featureitem__touch:nth-child(2) {
  -webkit-animation: touched 1s;
          animation: touched 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.allc_app__featureitem:nth-child(3) .allc_app__featureitem__screenshot .allc_app__featureitem__cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.6s;
}
.allc_app__featureitem:nth-child(3).is-inview .allc_app__featureitem__screenshot .allc_app__featureitem__cover {
  opacity: 1;
  transition: opacity 0.1s;
  transition-delay: 1.9s;
}
.allc_app__featureitem:nth-child(3) .allc_app__featureitem__screenshot .allc_app__featureitem__img:nth-child(4) {
  transform: scale(0.9);
  opacity: 0;
}
.allc_app__featureitem:nth-child(3).is-inview .allc_app__featureitem__screenshot .allc_app__featureitem__img:nth-child(4) {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s;
  transition-delay: 1.2s;
}
.allc_app__featureitem:nth-child(3) .allc_app__featureitem__screenshot .allc_app__featureitem__img:nth-child(5) {
  transform: translateX(100%);
}
.allc_app__featureitem:nth-child(3).is-inview .allc_app__featureitem__screenshot .allc_app__featureitem__img:nth-child(5) {
  transform: translateX(0%);
  transition: transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 2.6s;
}
@media not all and (min-width: 768px) {
  .allc_app__featureitem:nth-child(4) .allc_app__featureitem__screenshot .allc_app__featureitem__touch:nth-child(2) {
    left: 22.7864583333vw;
    top: 54.9479166667vw;
  }
}
@media all and (min-width: 768px) {
  .allc_app__featureitem:nth-child(4) .allc_app__featureitem__screenshot .allc_app__featureitem__touch:nth-child(2) {
    left: 138px;
    top: 332px;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .allc_app__featureitem:nth-child(4) .allc_app__featureitem__screenshot .allc_app__featureitem__touch:nth-child(2) {
    left: 11.5vw;
    top: 27.6666666667vw;
  }
}
.allc_app__featureitem:nth-child(4).is-inview .allc_app__featureitem__screenshot .allc_app__featureitem__touch:nth-child(2) {
  -webkit-animation: touched 1s;
          animation: touched 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.allc_app__featureitem:nth-child(4) .allc_app__featureitem__screenshot .allc_app__featureitem__img:nth-child(3) {
  transform: translateY(-100%);
}
.allc_app__featureitem:nth-child(4).is-inview .allc_app__featureitem__screenshot .allc_app__featureitem__img:nth-child(3) {
  transform: translateY(0%);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s;
  transition-delay: 1.2s;
}
@media not all and (min-width: 768px) {
  .allc_app__featureitem__txt {
    margin-top: 6.25vw;
  }
}
@media all and (min-width: 768px) {
  .allc_app__featureitem__txt {
    margin-top: 28px;
  }
}
.allc_app__featureitem__txt > p {
  margin: 0;
}
@media not all and (min-width: 768px) {
  .allc_app__featureitem__txt > p {
    font-size: 3.6458333333vw;
    line-height: 2;
  }
}
@media all and (min-width: 768px) {
  .allc_app__featureitem__txt > p {
    font-size: 16px;
    line-height: 2;
  }
}
@media all and (min-width: 768px) {
  .allc_app__featureitem:nth-child(2n+1) .allc_app__featureitem__txt {
    padding: 0 55.4455445545% 0 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .allc_app__featureitem:nth-child(2n+1) .allc_app__featureitem__txt {
    padding: 0 49.504950495% 0 0;
  }
}
@media all and (min-width: 768px) {
  .allc_app__featureitem:nth-child(2n) .allc_app__featureitem__txt {
    padding: 0 0 0 55.4455445545%;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .allc_app__featureitem:nth-child(2n) .allc_app__featureitem__txt {
    padding: 0 0 0 49.504950495%;
  }
}
.allc_app__screenshot {
  overflow: hidden;
}
.allc_app__screenshot__in {
  position: absolute;
  left: 5.1136363636%;
  right: 5.1136363636%;
  bottom: 0;
  overflow: hidden;
}
@media not all and (min-width: 768px) {
  .allc_app__screenshot__in {
    top: 2.6041666667vw;
  }
}
@media all and (min-width: 768px) {
  .allc_app__screenshot__in {
    top: 15px;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .allc_app__screenshot__in {
    top: 1.25vw;
  }
}
.allc_app__screenshot__img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: auto;
}
.allc_app__screenshot__touch {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  background-color: #ff6600;
  opacity: 0;
}
@media not all and (min-width: 768px) {
  .allc_app__screenshot__touch {
    width: 4.6875vw;
    height: 4.6875vw;
  }
}
@media all and (min-width: 768px) {
  .allc_app__screenshot__touch {
    width: 32px;
    height: 32px;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .allc_app__screenshot__touch {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.allc_app__screenshot__frame {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/screenshot_frame.png) no-repeat center top;
  background-size: 100% auto;
}
@media not all and (min-width: 768px) {
  .allc_app__conditions {
    padding: 0 3.90625vw 5.2083333333vw;
  }
}
@media all and (min-width: 768px) {
  .allc_app__conditions {
    padding: 0 0 80px 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .allc_app__conditions {
    width: padding 0 0 6.6666666667vw 0;
  }
}
@media all and (min-width: 768px) {
  .allc_app__conditions__center {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
  }
}
.allc_app__conditions__box {
  border: 1px solid #dadada;
}
@media not all and (min-width: 768px) {
  .allc_app__conditions__box {
    padding: 4.6875vw 4.1666666667vw;
  }
}
@media all and (min-width: 768px) {
  .allc_app__conditions__box {
    padding: 28px 32px;
  }
}
.allc_app__conditions__ttl {
  font-weight: 600;
}
@media not all and (min-width: 768px) {
  .allc_app__conditions__ttl {
    font-size: 3.125vw;
  }
}
@media all and (min-width: 768px) {
  .allc_app__conditions__ttl {
    font-size: 13px;
  }
}
@media not all and (min-width: 768px) {
  .allc_app__conditions__table {
    margin-top: 3.90625vw;
    font-size: 2.8645833333vw;
  }
}
@media all and (min-width: 768px) {
  .allc_app__conditions__table {
    margin-top: 16px;
    font-size: 13px;
  }
}
.allc_app__conditions__table th {
  padding-right: 0.5em;
  white-space: nowrap;
  vertical-align: top;
}
.allc_app__conditions__table td {
  position: relative;
  padding-left: 1em;
  vertical-align: top;
}
.allc_app__conditions__table td:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "：";
}
@media not all and (min-width: 768px) {
  .allc_app__conditions__table tr:not(:first-child) th,
.allc_app__conditions__table tr:not(:first-child) td {
    padding-top: 2.6041666667vw;
  }
}
@media all and (min-width: 768px) {
  .allc_app__conditions__table tr:not(:first-child) th,
.allc_app__conditions__table tr:not(:first-child) td {
    padding-top: 8px;
  }
}
@media not all and (min-width: 768px) {
  .allc_app__conditions__table tr:not(:first-child) td:before {
    top: 2.6041666667vw;
  }
}
@media all and (min-width: 768px) {
  .allc_app__conditions__table tr:not(:first-child) td:before {
    top: 8px;
  }
}
.allc_app__fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 109000;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #edecea;
  transform: translateY(100%);
  transition: transform 0.3s ease-out;
}
.allc_app__fixed.is-visible {
  transform: translateY(0%);
}
.allc_app__fixed__center {
  display: flex;
  margin: 0 auto;
  align-items: center;
}
@media not all and (min-width: 768px) {
  .allc_app__fixed__center {
    flex-direction: column;
    max-width: 89.84375vw;
    padding-top: 2.6041666667vw;
    padding-bottom: 3.90625vw;
  }
}
@media all and (min-width: 768px) {
  .allc_app__fixed__center {
    justify-content: space-between;
    max-width: 896px;
    padding: 18px;
  }
}
.allc_app__fixed__center dt {
  color: #202020;
  font-weight: bold;
}
@media not all and (min-width: 768px) {
  .allc_app__fixed__center dt {
    margin-bottom: 2.0833333333vw;
    text-align: center;
    font-size: 3.7760416667vw;
  }
}
@media all and (min-width: 768px) {
  .allc_app__fixed__center dt {
    font-size: 20px;
  }
}
.allc_app__fixed__center dd {
  margin: 0;
}
.allc_app__fixed ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media not all and (min-width: 768px) {
  .allc_app__fixed ul li {
    width: 42.96875vw;
  }
}
@media all and (min-width: 768px) {
  .allc_app__fixed ul li {
    width: 178px;
  }
}
@media not all and (min-width: 768px) {
  .allc_app__fixed ul li:not(:first-child) {
    margin-left: 3.6458333333vw;
  }
}
@media all and (min-width: 768px) {
  .allc_app__fixed ul li:not(:first-child) {
    margin-left: 30px;
  }
}
.allc_app__fixed ul li a {
  display: block;
}
.allc_app__fixed ul li a:hover {
  opacity: 0.75;
}
.allc_app__fixed ul li a > img {
  display: block;
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=style.css.map */