@charset "UTF-8";

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.z-first {
  z-index: 104;
}

.z-modal_item {
  z-index: 103;
}

.z-modal {
  z-index: 102;
}

.z-navbtn {
  z-index: 101;
}

.z-navbg {
  z-index: 100;
}

@-webkit-keyframes fadein01 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadein01 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes circle-accent {
  0% {
    border: 1px solid #0b308e;
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    border: 1px solid #0b308e;
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes circle-accent {
  0% {
    border: 1px solid #0b308e;
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    border: 1px solid #0b308e;
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@-webkit-keyframes circle-accent2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes circle-accent2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes ani01 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  30% {
    -webkit-transform: translateX(-10px) translateY(-15px);
    transform: translateX(-10px) translateY(-15px);
  }
  60% {
    -webkit-transform: translateX(10px) translateY(-15px);
    transform: translateX(10px) translateY(-15px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

@keyframes ani01 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  30% {
    -webkit-transform: translateX(-10px) translateY(-15px);
    transform: translateX(-10px) translateY(-15px);
  }
  60% {
    -webkit-transform: translateX(10px) translateY(-15px);
    transform: translateX(10px) translateY(-15px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

@-webkit-keyframes ani02_bal1 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes ani02_bal1 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes ani02_bal2 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes ani02_bal2 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes ani03 {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  20% {
    -webkit-transform: translateY(-10px) translateX(-5px);
    transform: translateY(-10px) translateX(-5px);
  }
  40% {
    -webkit-transform: translateY(-10px) translateX(15px);
    transform: translateY(-10px) translateX(15px);
  }
  60% {
    -webkit-transform: translateY(-5px) translateX(-5px);
    transform: translateY(-5px) translateX(-5px);
  }
  80% {
    -webkit-transform: translateY(-5px) translateX(10px);
    transform: translateY(-5px) translateX(10px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}

@keyframes ani03 {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  20% {
    -webkit-transform: translateY(-10px) translateX(-5px);
    transform: translateY(-10px) translateX(-5px);
  }
  40% {
    -webkit-transform: translateY(-10px) translateX(15px);
    transform: translateY(-10px) translateX(15px);
  }
  60% {
    -webkit-transform: translateY(-5px) translateX(-5px);
    transform: translateY(-5px) translateX(-5px);
  }
  80% {
    -webkit-transform: translateY(-5px) translateX(10px);
    transform: translateY(-5px) translateX(10px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}

@-webkit-keyframes ani04 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes ani04 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@-webkit-keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes stick1 {
  0% {
    -webkit-transform: translateY(0) rotate(60deg);
    transform: translateY(0) rotate(60deg);
  }
  50% {
    -webkit-transform: translateY(-10px) translateX(-5px) rotate(60deg);
    transform: translateY(-10px) translateX(-5px) rotate(60deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(60deg);
    transform: translateY(0) rotate(60deg);
  }
}

@keyframes stick1 {
  0% {
    -webkit-transform: translateY(0) rotate(60deg);
    transform: translateY(0) rotate(60deg);
  }
  50% {
    -webkit-transform: translateY(-10px) translateX(-5px) rotate(60deg);
    transform: translateY(-10px) translateX(-5px) rotate(60deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(60deg);
    transform: translateY(0) rotate(60deg);
  }
}

@-webkit-keyframes stick2 {
  0% {
    -webkit-transform: translateY(0) rotate(-60deg);
    transform: translateY(0) rotate(-60deg);
  }
  50% {
    -webkit-transform: translateY(-10px) translateX(5px) rotate(-60deg);
    transform: translateY(-10px) translateX(5px) rotate(-60deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-60deg);
    transform: translateY(0) rotate(-60deg);
  }
}

@keyframes stick2 {
  0% {
    -webkit-transform: translateY(0) rotate(-60deg);
    transform: translateY(0) rotate(-60deg);
  }
  50% {
    -webkit-transform: translateY(-10px) translateX(5px) rotate(-60deg);
    transform: translateY(-10px) translateX(5px) rotate(-60deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-60deg);
    transform: translateY(0) rotate(-60deg);
  }
}

@-webkit-keyframes shakeApp01 {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  40% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  80% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
}

@keyframes shakeApp01 {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  40% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  80% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
}

@-webkit-keyframes shakeApp02 {
  0% {
  }
  30% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  60% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}

@keyframes shakeApp02 {
  0% {
  }
  30% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  60% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInSpot {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInSpot {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInImages {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInImages {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

body {
  font-weight: 500;
  color: #000;
  letter-spacing: 0;
  counter-reset: practice flowtext;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.75;
}

@-ms-viewport {
  width: auto;
}

a {
  display: block;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl {
  margin: 0;
}

figure {
  margin: 0;
}

p {
  margin: 0;
}

/* Lazyload
------------------------------------------ */
.common-footer .footer-upper {
  background-color: #222222;
}

.common-footer .footer-upper .upper-wrap {
  padding: 55px 0 53px;
}

.common-footer .footer-upper .upper-nav {
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid #999999;
}

.common-footer .footer-upper .upper-nav .list {
  text-align: center;
}

.common-footer .footer-upper .upper-nav .item {
  position: relative;
  padding: 0 24px;
}

.common-footer .footer-upper .upper-nav .item + .item {
  padding-top: 32px;
}

.common-footer .footer-upper .upper-nav .item a {
  font-weight: bold;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
}

.common-footer .footer-sns {
  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;
}

.common-footer .footer-sns > p {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 38px;
  margin-right: 24px;
}

.common-footer .footer-sns .sns + .sns {
  margin-left: 12px;
}

.common-footer .footer-sns .sns a {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.common-footer .footer-sns .sns .twitter {
  background: #1da1f2;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.common-footer .footer-sns .sns .twitter > span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 19px;
  height: 15px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.common-footer .footer-sns .sns .twitter > span::before,
.common-footer .footer-sns .sns .twitter > span::after {
  position: absolute;
  width: 19px;
  height: 15px;
  text-align: center;
  content: "";
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.common-footer .footer-sns .sns .twitter > span::before {
  background-image: url(/serviceinfo/mobile/app/image/icon-twitter.svg);
  opacity: 1;
}

.common-footer .footer-sns .sns .twitter > span::after {
  background-image: url(/serviceinfo/mobile/app/image/icon-twitter_blue.svg);
  opacity: 0;
}

.common-footer .footer-sns .facebook {
  background: #3b5a9a;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.common-footer .footer-sns .facebook > span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 12px;
  height: 22px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.common-footer .footer-sns .facebook > span::before,
.common-footer .footer-sns .facebook > span::after {
  position: absolute;
  width: 12px;
  height: 22px;
  text-align: center;
  content: "";
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.common-footer .footer-sns .facebook > span::before {
  background-image: url(/serviceinfo/mobile/app/image/icon-fb.svg);
  opacity: 1;
}

.common-footer .footer-sns .facebook > span::after {
  background-image: url(/serviceinfo/mobile/app/image/icon-fb_blue.svg);
  opacity: 0;
}

.common-footer .footer-lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 35px 0 28px;
  margin: auto;
  text-align: center;
}

.common-footer .footer-lower .logo {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 33px auto 0;
}

.common-footer .footer-lower .logo > a {
  width: 70px;
}

.common-footer .footer-lower .lower-nav {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-left: auto;
}

.common-footer .footer-lower .lower-nav .list {
  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;
  height: 100%;
}

.common-footer .footer-lower .lower-nav .item + .item {
  margin-left: 17px;
}

.common-footer .footer-lower .lower-nav .item a {
  font-size: 1.3rem;
  line-height: 1;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.common-footer .footer-lower .copyright {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
  margin-top: 8px;
  line-height: 1;
}

.common-footer .footer-lower .copyright > small {
  font-size: 1.1rem;
  line-height: 1;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
}

.common-footer .footer-lower .copyright > small > span {
  display: inline-block;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
}

.header-pc {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  background-color: #fff;
}

.header-pc .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 2.5%;
  margin-left: 2.3438%;
}

.header-pc .header-logo > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 244px;
}

.header-pc .header-nav {
  position: relative;
  padding: 0 4.5313%;
  margin: 0 auto;
}

.header-pc .header-nav::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 42px;
  margin: auto;
  content: "";
  background-color: #e6e6e6;
}

.header-pc .header-nav::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 42px;
  margin: auto;
  content: "";
  background-color: #e6e6e6;
}

.header-pc .header-nav .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-pc .header-nav .item + .item {
  margin-left: 50px;
}

.header-pc .header-nav .item a {
  font-size: 1.3rem;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
}

.header-pc .header-nav .item a:not([class])::after {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  content: "";
  background-color: #00a7ea;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.header-pc .header-nav .item a:not([class]):hover::after {
  bottom: 12px;
  opacity: 1;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.header-pc .header-nav .item a.active {
  position: relative;
}

.header-pc .header-nav .item a.active::after {
  position: absolute;
  right: 0;
  bottom: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  content: "";
  background-color: #00a7ea;
  border-radius: 50%;
}

.header-pc .header-app {
  margin-left: auto;
}

.header-pc .header-app a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 230px;
  height: 70px;
  font-weight: bold;
  color: #fff;
  background-color: #00a7ea;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-size: 1.4rem;
  line-height: 1;
}

.header-pc .header-app a:hover {
  background-color: #0b308e;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.header-sp {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 48px;
  background-color: #fff;
}

.header-sp .logo {
  width: 70px;
  margin-left: 3.0556%;
}

.header-sp .logo span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-sp .logo .ioj {
  margin-top: 4px;
}

.header-sp .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  margin-right: 69px;
  margin-left: auto;
}

.header-sp .header-applink {
  position: inherit;
  z-index: 7;
  height: 100vh;
}

.header-sp .header-applink .lists {
  width: 77.7778%;
  max-width: 560px;
  padding-top: 35px;
  margin: 0 auto;
}

.header-sp .header-applink .item {
  position: relative;
  overflow: hidden;
}

.header-sp .header-applink .item:not(:first-child) {
  margin-top: 20px;
}

.header-sp .header-applink .item 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;
  font-weight: bold;
  color: #000;
  background-color: #fff;
}

.header-sp .header-applink .item img {
  width: 71px;
}

.header-sp .header-applink .item > .phone {
  position: absolute;
  bottom: -38px;
  left: 26px;
  width: 71px;
  -webkit-filter: drop-shadow(4px 3px 20px rgba(106, 115, 118, 0.3));
  filter: drop-shadow(4px 3px 20px rgba(106, 115, 118, 0.3));
}

.header-sp .header-applink .item > .app {
  position: absolute;
  bottom: 10px;
  left: 42px;
  width: 50px;
}

.header-sp .header-applink .item > .arrow {
  position: relative;
}

.header-sp .header-applink .item > .arrow::after {
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  width: 8px;
  height: 13px;
  margin: auto;
  content: "";
  background-image: url(/serviceinfo/mobile/app/image/arrow.svg);
  background-size: contain;
}

.header-sp .header-applink .item > .apptop {
  font-size: 1.6rem;
  line-height: 1;
  height: 70px;
}

.header-sp .header-applink .item > .apppage {
  font-size: 1.5rem;
  line-height: 1;
  position: relative;
  height: 120px;
  padding-left: 38px;
}

.header-sp .header-applink .item > .amcpage {
  font-size: 1.5rem;
  line-height: 1.5333;
  position: relative;
  height: 115px;
  padding-left: 58px;
}

.header-sp .header-applink .item > .motionpage {
  font-size: 1.5rem;
  line-height: 1.5333;
  position: relative;
  height: 70px;
  padding-left: 58px;
}

.header-sp .header-applink .dl-btn {
  width: 77.7778%;
  max-width: 560px;
  padding-bottom: 100px;
  margin: 0 auto;
}

.header-sp .header-applink .dl-btn > .appdl {
  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;
  height: 80px;
  margin-top: 47px;
  overflow: visible;
  font-weight: bold;
  color: #fff;
  background-color: #00a7ea;
  font-size: 1.8rem;
  line-height: 1;
}

.header-sp .header-applink .dl-btn > .appdl .airplane {
  position: absolute;
  top: -26px;
  left: 20px;
  z-index: 100;
  display: inline-block;
  width: 85px;
  height: 26px;
  content: "";
  background-image: url(/serviceinfo/mobile/app/image/airplane.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

.nav-global {
  position: fixed;
  top: 48px;
  right: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.nav-global.active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.nav-global .bg-nav {
  position: relative;
  width: 100%;
  height: 120%;
  padding: 0;
  margin: 0 auto;
  background: #f7f7f7;
}

.nav-global .nav-wrapper {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.nav-global .sitename {
  position: absolute;
  position: relative;
  top: 20px;
  left: 5.5556%;
  width: 90px;
  margin: 0;
  line-height: 1;
}

.nav-global .links {
  position: absolute;
  top: 180px;
  right: 50px;
}

.nav-global .links > li {
  position: relative;
  margin: auto 0;
  list-style-type: none;
}

.nav-global .links > li:not(:last-of-type) {
  margin: 0 0 30px 0;
}

.nav-global .links > li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 7px;
  height: 2px;
  margin: auto;
  content: "";
  background-color: #000;
}

.nav-global .links a {
  display: block;
  padding: 0 0 0 19px;
  color: #000;
  text-align: left;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
}

.nav-global .links a.logo {
  position: relative;
  height: 16px;
}

.nav-global .links a.logo::before {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
  width: 70px;
  height: 16px;
  margin: auto;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

.nav-global .links a.logo::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 70px;
  height: 16px;
  margin: auto;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

.nav-global .links a.logo img {
  width: 100%;
}

.nav-toggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
  width: 48px;
  height: 48px;
  padding: 0;
  text-align: center;
  cursor: pointer;
  background-color: #00a7ea;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.nav-toggle .line {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 20px;
  margin: auto;
  border-bottom: solid 1px #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.nav-toggle .line:nth-child(1) {
  top: 16px;
}

.nav-toggle .line:nth-child(2) {
  top: 24px;
}

.nav-toggle .line:nth-child(3) {
  top: 32px;
}

.modal-toggle {
  position: fixed;
}

#wrap-container {
  max-width: none;
  padding: 0;
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
}

#wrap-container #contents:first-child:before {
  display: none;
}

.lang-en * {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.app-container {
  position: relative;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
}

.app-container img {
  width: 100%;
}

.main-cont {
  position: relative;
}

.over-section {
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
}

.bg-blue {
  background-color: #f5fcff;
}

.cmn-section {
  width: 83.3333%;
  max-width: 600px;
  margin: 0 auto;
}

.cmn-btn {
  display: inline-block;
  width: 100%;
}

.cmn-btn a {
  font-size: 1.4rem;
  line-height: 1;
  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;
  width: 100%;
  max-width: 320px;
  height: 55px;
  font-weight: 600;
  color: #fff;
  background-color: #0b308e;
  border: 2px solid #0b308e;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.cmn-modal {
  position: inherit;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}

.cmn-modal.-open {
  width: 100%;
  height: 100%;
  visibility: visible;
  background-color: #f1f7fa;
  opacity: 1;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}

.follow-dl {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 7;
  width: 100%;
}

.follow-dl 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;
  width: 100%;
  height: 60px;
  font-weight: bold;
  color: #fff;
  background-color: #00a7ea;
  font-size: 1.4rem;
  line-height: 1;
}

.scroll-top {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.scroll-top > a {
  position: relative;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  -webkit-filter: drop-shadow(0px 1px 8px rgba(106, 115, 118, 0.1));
  filter: drop-shadow(0px 1px 8px rgba(106, 115, 118, 0.1));
}

.scroll-top > a::before {
  position: absolute;
  width: 16px;
  height: 9px;
  content: "";
  background-image: url(/serviceinfo/mobile/app/image/pagetop.png);
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.hdl-ttl {
  text-align: center;
}

.hdl-ttl .mainttl {
  margin: 0 auto;
  color: #00a7ea;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1;
}

.hdl-ttl .subttl {
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 20px;
  font-weight: bold;
}

.about-app .about-wrap {
  position: relative;
}

.about-app .about-wrap::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 98.4375%;
  height: 1px;
  margin: auto;
  content: "";
  background-color: #dddddd;
}

.about-app .about-wrap:last-child::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #dddddd;
}

.about-app .about-wrap > .inner {
  padding: 42px 0 40px;
  text-align: center;
}

.about-app .about-wrap > .inner > .about-ttls > .subtitle {
  font-size: 1.4rem;
  line-height: 1.4286;
  color: #00a7ea;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: bold;
}

.about-app .about-wrap > .inner > .about-ttls > .title {
  font-size: 1.6rem;
  line-height: 1.625;
  margin-top: 12px;
  font-weight: 400;
  font-weight: bold;
}

.about-app .about-wrap > .inner > .about-icons {
  margin-top: 26px;
}

.about-app .about-wrap > .inner > .icons {
  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;
}

.about-app .about-wrap > .inner > .icons > .icon {
  display: inline-block;
  width: 89px;
}

.about-app .about-wrap > .inner > .icons > .icon.phone {
  width: 50px;
  -webkit-filter: drop-shadow(0px 1px 20px rgba(106, 115, 118, 0.3));
  filter: drop-shadow(0px 1px 20px rgba(106, 115, 118, 0.3));
}

.about-app .about-wrap > .inner > .icons > .icon + .icon {
  margin-left: 21px;
}

.about-app .about-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.about-app .about-download .app + .app {
  margin-left: 19px;
}

.about-app .about-download .store {
  margin: 0 auto;
}

.about-app .about-download .store.-apple {
  width: 119px;
}

.about-app .about-download .store.-andloid {
  width: 134px;
}

.about-app .about-download .qrcode {
  width: 100px;
  margin: 0 auto;
}

.about-app .detail-btn {
  max-width: 230px;
  margin-top: 33px;
}

.about-app .detail-btn > a {
  margin: 0 auto;
}

.dl-contents {
  padding: 62px 0 91px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#efefef),
    to(#fff)
  );
  background: linear-gradient(to top, #efefef, #fff);
}

.dl-contents .dl-wrap {
  width: 88.8889%;
  margin: 0 auto;
}

.dl-contents .dl-apps {
  margin-top: 38px;
}

.dl-contents .dl-topics {
  margin-top: 50px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.dl-contents .dl-topics.active .aticle a::after {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.dl-contents .dl-topics .aticle a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 24px 0 22px;
  font-weight: 600;
  color: #000;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
}

.dl-contents .dl-topics .aticle a::before,
.dl-contents .dl-topics .aticle a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background-color: #000;
}

.dl-contents .dl-topics .aticle a::before {
  right: 17px;
  width: 16px;
  height: 2px;
}

.dl-contents .dl-topics .aticle a::after {
  right: 24px;
  width: 2px;
  height: 16px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.dl-contents .dl-topics .detail {
  display: none;
}

.dl-contents .dl-topics .text-cont {
  width: 90.8333%;
  padding-bottom: 30px;
  padding-left: 1em;
  margin: 0 auto;
}

.dl-contents .dl-topics .text-cont > ul li {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.4286;
}

.dl-contents .dl-topics .text-cont > ul li::before {
  position: absolute;
  left: -1em;
  content: "・";
}

.dl-contents .dl-topics .text-cont > ul li + li {
  margin-top: 12px;
}

.dl-contents .lp-note {
  width: 88.8889%;
  padding-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.dl-contents .lp-note p {
  color: #666666;
  font-size: 1.2rem;
  line-height: 1.6667;
}

.dl-modal {
  padding-top: 24.8611%;
  background-image: inherit;
}

.dl-modal .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 95.2381%;
  max-width: 300px;
  margin: auto;
}

.dl-modal .inner > .about-icons {
  width: 50%;
  margin-top: 0;
}

.dl-modal .title {
  text-align: center;
}

.dl-modal .title .mainttl {
  font-size: 2.6rem;
  line-height: 1;
  color: #00a7ea;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.dl-modal .title .subttl {
  margin-top: 15px;
  font-size: 1.2rem;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.dl-modal .about-ttls {
  text-align: left;
}

.dl-modal .about-ttls .title {
  text-align: left;
}

.dl-modal .about-download {
  width: 100%;
}

.index-info {
  padding-top: 50px;
}

.index-info .wrapper {
  width: 83.3333%;
  max-width: 426px;
  margin: 0 auto;
}

.index-info .info-ana {
  background-image: url(/serviceinfo/mobile/app/image/about-bg-ana_sp.png);
  background-position: center;
  background-size: cover;
}

.index-info .info-amc {
  background-image: url(/serviceinfo/mobile/app/image/about-bg-amc_sp.png);
  background-size: cover;
}

.index-info .info-con {
  position: relative;
  overflow: hidden;
}

.index-info .info-con > .wrapper {
  position: relative;
}

.index-info .info-con > .wrapper .cont {
  width: 100%;
  padding: 60px 0 40px;
}

.index-info .info-con > .wrapper > .flow {
  position: relative;
  position: absolute;
  right: -15px;
  z-index: 2;
}

.index-info .info-con > .wrapper > .flow::before {
  position: absolute;
  right: 0;
  left: 0;
  z-index: -1;
  width: 1px;
  height: 100%;
  margin: auto;
  content: "";
  background-color: #fff;
}

.index-info .info-con > .wrapper > .flow._ana {
  bottom: 0;
}

.index-info .info-con > .wrapper > .flow._ana .circle {
  margin-bottom: 38px;
}

.index-info .info-con > .wrapper > .flow._ana .circle:last-child {
  margin-bottom: 120px;
}

.index-info .info-con > .wrapper > .flow._amc {
  top: 0;
}

.index-info .info-con > .wrapper > .flow._amc .circle {
  margin-top: 35px;
}

.index-info .info-con > .wrapper > .flow._amc .circle:first-child {
  margin-top: 450px;
}

.index-info .info-con > .wrapper > .flow .slick-counter.current00 .-flow01 {
  opacity: 1;
  -webkit-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
}

.index-info .info-con > .wrapper > .flow .slick-counter.current01 .-flow02 {
  opacity: 1;
  -webkit-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
}

.index-info .info-con > .wrapper > .flow .slick-counter.current02 .-flow03 {
  opacity: 1;
  -webkit-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
}

.index-info .info-con > .wrapper > .flow .box {
  -webkit-filter: drop-shadow(4px 3px 20px rgba(106, 115, 118, 0.3));
  filter: drop-shadow(4px 3px 20px rgba(106, 115, 118, 0.3));
}

.index-info .info-con > .wrapper > .flow .circle {
  width: 86px;
  height: 86px;
  background-color: #fff;
  border-radius: 50%;
}

.index-info .info-con > .wrapper > .flow .circle.active {
  background-color: #00a7ea;
}

.index-info .info-con > .wrapper > .flow .circle.active svg path {
  fill: #fff;
}

.index-info .info-wrap {
  position: relative;
}

.index-info .subttl {
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
  padding-left: 90px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.index-info .subttl::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 70px;
  margin: auto;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

.index-info .subttl.-ana::before {
  background-image: url(/serviceinfo/mobile/app/image/ico_anaapp.png);
}

.index-info .subttl.-amc::before {
  background-image: url(/serviceinfo/mobile/app/image/ico_amcapp.png);
}

.index-info .mainttl {
  color: #fff;
}

.index-info .mainttl.-ana {
  font-size: 2.8rem;
  line-height: 1.2857;
  margin-top: 56px;
}

.index-info .mainttl.-amc {
  width: 260px;
  margin-top: 40px;
  font-size: 2.8rem;
  line-height: 1.2857;
}

.index-info .txt {
  width: 264px;
  margin-top: 33px;
}

.index-info .txt > p {
  font-size: 1.4rem;
  line-height: 1.7857;
  color: #fff;
  text-align: left;
  display: inline;
}

.index-info .btn-phone {
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  z-index: 1;
  width: 180px;
  margin: auto;
}

.index-info .btn-phone > .phone {
  -webkit-filter: drop-shadow(0px 1px 20px rgba(106, 115, 118, 0.3));
  filter: drop-shadow(0px 1px 20px rgba(106, 115, 118, 0.3));
}

.index-info .btn-phone .slider-frame {
  font-size: 3.3333vw;
  border-radius: 1em;
}

.index-info .info-btn {
  position: relative;
  width: 92%;
  padding-top: 350px;
  overflow: hidden;
  max-width: 230px;
}

.index-info .info-btn > a {
  position: inherit;
  z-index: 6;
  overflow: hidden;
}

.index-info .info-btn > a::before {
  position: absolute;
  z-index: -1;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

.index-intro {
  padding-top: 7.5%;
}

.index-intro .intro-text {
  width: 90.2778%;
  margin: 0 auto;
}

.index-intro .intro-text .title {
  margin: 0 auto;
  font-size: 2.2rem;
  line-height: 1.6364;
  color: #0b308e;
  text-align: center;
}

.index-intro .intro-text .txt {
  width: 100%;
  margin-top: 26px;
}

.index-intro .intro-text .txt p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2;
}

.index-intro .intro-mv {
  position: relative;
  padding-top: 75%;
  margin: 0 auto;
  margin-top: 8.3333%;
  background-image: url(/serviceinfo/mobile/app/image/intro-bg-section01_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.index-intro .intro-mv.-mv02 {
  padding-top: 76.6667%;
  margin-top: 6.1111%;
  background-image: url(/serviceinfo/mobile/app/image/intro-bg-section02_sp.png);
}

.index-intro .intro-mv .baloon {
  position: absolute;
  z-index: 1;
  width: 26.1111%;
}

.index-intro .intro-mv .baloon01 {
  top: 0;
  left: 19.5833%;
}

.index-intro .intro-mv .baloon02 {
  top: 10.3704%;
  right: 19.5833%;
}

.index-intro .intro-mv .baloon03 {
  bottom: -58.3333%;
  left: 3.75%;
}

.index-intro .intro-mv .baloon04 {
  right: 0;
  bottom: -47.5%;
  left: 0;
  margin: auto;
}

.index-intro .intro-mv .baloon05 {
  right: 3.75%;
  bottom: -58.3333%;
}

.index-mv {
  position: relative;
  padding-top: 155%;
  background-image: url(/serviceinfo/mobile/app/image/mv-bg_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.index-mv .mv-wrap {
  position: absolute;
  top: 18.0556%;
  right: 0;
  left: 0;
  margin: 0 auto;
  margin: auto;
}

.index-mv .title {
  width: 92.2222%;
  margin: 0 auto;
}

.index-mv .mv-apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10.2778%;
}

.index-mv .mv-apps > .app {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 35.1389%;
}

.index-mv .mv-apps > .app + .app {
  margin-left: 7.9167%;
}

.index-mv .mv-apps > .app .title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.index-mv .mv-apps > .app.-ana .title {
  width: 39.5257%;
}

.index-mv .mv-apps > .app.-amc .title {
  width: 98.8142%;
}

.index-mv .mv-apps .phone {
  margin-top: 13.0435%;
  -webkit-filter: drop-shadow(0px 1px 20px rgba(106, 115, 118, 0.3));
  filter: drop-shadow(0px 1px 20px rgba(106, 115, 118, 0.3));
}

.share-dl {
  overflow: hidden;
  background-image: url(/serviceinfo/mobile/app/image/ana-share-dl_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.share-dl.-amc {
  background-image: url(/serviceinfo/mobile/app/image/amc-share-dl_sp.png);
}

.share-dl .dl-wrap {
  position: relative;
  width: 77.7778%;
  padding: 222px 0 48px;
  margin: 0 auto;
}

.share-dl .dl-wrap .dl-phone {
  position: absolute;
  top: -178px;
  right: 0;
  left: 0;
  width: 160px;
  margin: auto;
  -webkit-filter: drop-shadow(4px 3px 20px rgba(106, 115, 118, 0.3));
  filter: drop-shadow(4px 3px 20px rgba(106, 115, 118, 0.3));
}

.share-dl .dl-wrap .wrapper {
  position: relative;
}

.share-dl .dl-wrap .cont {
  position: inherit;
  z-index: 6;
  width: 100%;
  padding: 23px 0 25px;
  background-color: #fff;
  border-radius: 20px;
}

.share-dl .dl-wrap .cont .box {
  width: 92.3077%;
  max-width: 400px;
  margin: 0 auto;
}

.share-dl .dl-wrap .cont .box > .icon {
  width: 28.5714%;
  height: 28.5714%;
  margin: 0 auto;
}

.share-dl .dl-wrap .cont .box > .wrap {
  text-align: center;
}

.share-dl .dl-wrap .cont .box > .wrap > .ttl {
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
}

.share-dl .dl-wrap .app {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24px;
}

.share-dl .dl-wrap .store + .store {
  margin-left: 5.3571%;
}

.share-dl .dl-wrap .store.-apple {
  width: 37.1429%;
}

.share-dl .dl-wrap .store.-andloid {
  width: 41.9643%;
}

.share-fea.-sec01 {
  padding: 46px 0 0 0;
}

.share-fea.-sec01 .fea-about {
  padding: 66px 0 65px;
}

.share-fea.-sec02 {
  padding: 72px 0 50px;
}

.share-fea.-sec03 {
  padding: 56px 0 50px;
}

.share-fea.-amc.-sec01 .fea-about {
  padding: 80px 0 65px;
}

.share-fea.-amc.-sec02 {
  padding: 62px 0 50px;
}

.share-fea.-amc.-sec03 {
  padding: 56px 0 50px;
}

.share-fea.-amc .number.-no02 {
  top: 0;
}

.share-fea.-amc .number.-no03 {
  top: 20px;
  width: 143px;
}

.share-fea .fea-wrap {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

.share-fea .wrapper {
  width: 88.8889%;
  margin: 0 auto;
}

.share-fea .number {
  position: absolute;
  left: calc((160 / 960) * -100%);
}

.share-fea .number.-no01 {
  top: 68px;
  width: 107px;
}

.share-fea .number.-no02 {
  top: 0;
  width: 145px;
}

.share-fea .number.-no03 {
  top: 35px;
  width: 143px;
}

.share-fea .fea-about {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 400px;
  margin: 0 auto;
}

.share-fea .fea-about .sec-ttl {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  font-size: 2rem;
  line-height: 1.6;
}

.share-fea .fea-about.-ana .title.-ttl01 {
  margin-left: 88px;
}

.share-fea .fea-about.-ana .title.-ttl02 {
  margin-left: 108px;
}

.share-fea .fea-about.-ana .title.-ttl03 {
  margin-left: 118px;
}

.share-fea .fea-about.-amc .title.-ttl01 {
  margin-left: 88px;
}

.share-fea .fea-about.-amc .title.-ttl02 {
  margin-left: 108px;
}

.share-fea .fea-about.-amc .title.-ttl03 {
  margin-left: 108px;
}

.share-fea .fea-about .info {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  padding-top: 44px;
  margin-left: 4px;
}

.share-fea .fea-about .info > .phone {
  width: 90px;
  height: 181px;
  margin-top: 4px;
  -webkit-filter: drop-shadow(4px 3px 20px rgba(106, 115, 118, 0.3));
  filter: drop-shadow(4px 3px 20px rgba(106, 115, 118, 0.3));
  font-size: 1.6rem;
  line-height: 1.75;
}

.share-fea .fea-about .info > .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
  margin-left: 23px;
}

.share-fea .fea-about .info > .txt p {
  font-size: 1.4rem;
  line-height: 1.7143;
}

.share-fea .fea-about .info > .txt small {
  margin-top: 4px;
  color: #777777;
  font-size: 1.2rem;
  line-height: 1;
}

.share-fea .fea-about .info > .txt a {
  display: inline-block;
  margin-top: 20px;
  color: #1d1d1d;
  text-decoration: underline;
  font-size: 1.4rem;
  line-height: 1;
}

.share-fea .fea-about .fea-phone {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 0 auto;
}

.share-fea .fea-about .fea-phone .wrapper {
  position: relative;
  width: 141px;
}

.share-fea .fea-about .fea-phone .item {
  width: 141px;
  margin: 0 auto;
}

.share-fea .fea-about .fea-phone.-ana.-phone01 {
  margin-top: 62px;
}

.share-fea .fea-about .fea-phone.-ana.-phone01 .parts01 {
  position: absolute;
  top: 53px;
  right: -40px;
  width: 172px;
}

.share-fea .fea-about .fea-phone.-ana.-phone01 .parts02 {
  position: absolute;
  right: 60px;
  bottom: -1px;
  width: 102px;
}

.share-fea .fea-about .fea-phone.-ana.-phone02 {
  margin-top: 50px;
}

.share-fea .fea-about .fea-phone.-ana.-phone02 .parts01 {
  position: absolute;
  top: 32px;
  right: 78px;
  width: 50px;
}

.share-fea .fea-about .fea-phone.-ana.-phone02 .parts02 {
  position: absolute;
  top: 110px;
  right: -20px;
  width: 115px;
}

.share-fea .fea-about .fea-phone.-ana.-phone02 .parts03 {
  position: absolute;
  right: 76px;
  bottom: 71px;
  width: 58px;
}

.share-fea .fea-about .fea-phone.-ana.-phone03 {
  margin-top: 45px;
}

.share-fea .fea-about .fea-phone.-ana.-phone03 .parts01 {
  position: absolute;
  top: 45px;
  right: 86px;
  width: 70px;
}

.share-fea .fea-about .fea-phone.-ana.-phone03 .parts02 {
  position: absolute;
  right: -18px;
  bottom: 50px;
  width: 48px;
}

.share-fea .fea-about .fea-phone.-amc.-phone01 {
  margin-top: 68px;
}

.share-fea .fea-about .fea-phone.-amc.-phone01 .parts01 {
  position: absolute;
  top: 56px;
  right: -21px;
  width: 120px;
}

.share-fea .fea-about .fea-phone.-amc.-phone02 {
  margin-top: 50px;
}

.share-fea .fea-about .fea-phone.-amc.-phone02 .parts01 {
  position: absolute;
  top: 60px;
  right: 100px;
  width: 30px;
}

.share-fea .fea-about .fea-phone.-amc.-phone02 .parts02 {
  position: absolute;
  top: 100px;
  right: 75px;
  width: 42px;
}

.share-fea .fea-about .fea-phone.-amc.-phone02 .parts03 {
  position: absolute;
  top: 147px;
  right: 105px;
  width: 47px;
}

.share-fea .fea-about .fea-phone.-amc.-phone02 .parts04 {
  position: absolute;
  right: -24px;
  bottom: -1px;
  width: 63px;
}

.share-fea .fea-about .fea-phone.-amc.-phone03 {
  margin-top: 80px;
}

.share-fea .fea-about .fea-phone.-amc.-phone03 .parts01 {
  position: absolute;
  top: 45px;
  right: 69px;
  width: 89px;
}

.share-fea .fea-about .fea-phone.-amc.-phone03 .parts02 {
  position: absolute;
  top: 97px;
  right: -21px;
  width: 72px;
}

.share-mile .wrapper {
  padding: 33px 0;
  background-image: url(/serviceinfo/mobile/app/image/ana-mile-bg_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.share-mile .mile-intro {
  padding: 11.25% 0 2.3438% 0;
}

.share-mile .mile-intro .flow {
  width: 75%;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #00a7ea;
  margin: 0 auto;
  text-align: center;
}

.share-mile.-amc .wrapper {
  background-image: url(/serviceinfo/mobile/app/image/amc-mile-bg_sp.png);
}

.share-mile.-amc .wrapper .mile-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 93.0556%;
  margin: 0 auto;
}

.share-mile.-amc .wrapper .mile-wrap > .phone {
  width: 76px;
}

.share-mile.-amc .wrapper .mile-wrap > .app {
  position: inherit;
  z-index: 6;
  width: 57px;
  margin-left: -26px;
}

.share-mile .mile-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 86.1111%;
  margin: 0 auto;
}

.share-mile .mile-wrap .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.share-mile .mile-wrap .icon > .phone {
  width: 76px;
}

.share-mile .mile-wrap .icon > .app {
  position: inherit;
  z-index: 6;
  width: 57px;
  margin-left: -26px;
}

.share-mile .detail {
  margin-left: 5.7576%;
}

.share-mile .detail.-amc {
  margin-left: 4.8485%;
}

.share-mile .detail.-amc > .title {
  width: 190px;
  margin-top: 16px;
}

.share-mile .detail > .point {
  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;
  width: 150px;
  height: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.06em;
  border: 1px solid #fff;
  border-radius: 20px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1rem;
  line-height: 1;
}

.share-mile .detail > .subtitle {
  margin-top: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}

.share-mile .detail > .title {
  margin-top: 16px;
  font-size: 1.8rem;
  line-height: 1.4444;
  color: #fff;
}

.share-mile .mile-btn {
  width: 150px;
  margin-top: 22px;
}

.share-mile .mile-btn > a {
  font-size: 1.1rem;
  line-height: 1;
  height: 44px;
}

.share-motion {
  padding-top: 80px;
  padding-bottom: 75px;
}

.share-motion .motion-wrap {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.share-motion .wrapper {
  width: 88.8889%;
  margin: 0 auto;
  max-width: 400px;
  position: relative;
}

.share-motion .wrapper .motion-number {
  position: absolute;
  top: -18px;
  left: calc((160 / 960) * -100%);
  width: 148px;
}

.share-motion .wrapper .sec-ttl .title {
  font-size: 2rem;
  line-height: 1.6;
  margin-left: 115px;
}

.share-motion .wrapper .motion-info {
  margin-top: 78px;
}

.share-motion .wrapper .motion-info .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -10px;
}

.share-motion .wrapper .motion-info .phone .figure {
  width: 125px;
  -webkit-filter: drop-shadow(4px 3px 20px rgba(106, 115, 118, 0.3));
  filter: drop-shadow(4px 3px 20px rgba(106, 115, 118, 0.3));
}

.share-motion .wrapper .motion-info .phone .figure + .figure {
  margin-left: 30px;
}

.share-motion .wrapper .motion-info .phone .baloon {
  width: 54px;
  position: absolute;
  z-index: 1;
  top: -23px;
  right: calc(50% - 151px);
}

.share-motion .wrapper .motion-info .txt {
  font-size: 1.5rem;
  line-height: 1.7333;
  padding-top: 46px;
}

.share-motion .wrapper .motion-detail {
  background-color: #dff5ff;
  border-radius: 10px;
  margin-top: 34px;
  padding: 23px;
}

.share-motion .wrapper .motion-detail .icon {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}

.share-motion .wrapper .motion-detail .download {
  padding-top: 21px;
}

.share-motion .wrapper .motion-detail .download .title {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.2857;
  text-align: center;
}

.share-motion .wrapper .motion-detail .download .app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 19px;
}

.share-motion .wrapper .motion-detail .download .app .store.-apple {
  width: 104px;
}

.share-motion .wrapper .motion-detail .download .app .store.-andloid {
  width: 122px;
  margin-left: 15px;
}

.share-mv {
  position: relative;
  height: 128.8889%;
  padding-bottom: 16.6667%;
}

.share-mv::before {
  position: absolute;
  z-index: -1;
  width: 100%;
  padding-top: 135.5556%;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

.share-mv.-ana::before {
  background-image: url(/serviceinfo/mobile/app/image/ana-mvbg_sp.png);
}

.share-mv.-amc::before {
  background-image: url(/serviceinfo/mobile/app/image/amc-mvbg_sp.png);
}

.share-mv .mv-wrap {
  width: 83.3333%;
  padding-top: 27.2222%;
  margin: 0 auto;
}

.share-mv .mv-wrap .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.share-mv .mv-wrap .box .phone {
  width: 53.3333%;
  -webkit-filter: drop-shadow(4px 3px 20px rgba(106, 115, 118, 0.3));
  filter: drop-shadow(4px 3px 20px rgba(106, 115, 118, 0.3));
  margin: 8.6667% auto 0;
}

.share-mv .mv-wrap .box .slider-frame {
  font-size: 3.3333vw;
  border-radius: 1em;
}

.share-mv .contents {
  width: 100%;
}

.share-mv .contents .title {
  margin: 0 auto;
}

.share-mv .contents .subttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  font-size: 3.3333vw;
  line-height: 1;
  color: #fff;
}

.share-mv .contents .subttl.-ana {
  width: 22.547%;
}

.share-mv .contents .subttl.-amc {
  width: 56.5762%;
}

.share-mv .contents .mainttl {
  padding-top: 6.6667%;
  margin: 0 auto;
  font-size: 6.9444vw;
  line-height: 1.28;
  color: #fff;
}

.share-mv .contents .mainttl.-ana {
  width: 100%;
}

.share-mv .mv-app {
  position: relative;
  width: 100%;
  padding-top: 13.1667%;
}

.share-mv .mv-app .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.share-mv .mv-app .item > .icon {
  width: 30%;
}

.share-mv .mv-app .item > .ttl {
  margin-left: 6.1667%;
  font-size: 4.25vw;
  font-weight: bold;
}

.share-mv .mv-app > .dl > .ttl {
  font-weight: bold;
}

.share-mv .mv-app > .dl > .app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 12.3333%;
}

.share-mv .mv-app > .dl .store + .store {
  margin-left: 8.7324%;
}

.share-mv .mv-app > .dl .store.-apple {
  width: 39.6667%;
}

.share-mv .mv-app > .dl .store.-andloid {
  width: 44.6667%;
}

.share-news {
  padding: 58px 0 16px;
}

.share-news .news-wrap {
  width: 88.8889%;
  margin: 0 auto;
}

.share-news .news-cont {
  padding-top: 22px;
}

.share-news .news-cont > p {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
}

.share-news .news-cont > dl {
  margin-top: 20px;
}

.share-news .news-cont .article {
  padding: 32px 0;
}

.share-news .news-cont .article:nth-child(1) {
  border-top: 1px solid #cccccc;
}

.share-news .news-cont .article:nth-child(n + 2) {
  border-top: 1px solid #e6e6e6;
}

.share-news .news-cont .article .wrapper > dt {
  width: 260px;
  white-space: nowrap;
  font-size: 1.4rem;
  line-height: 1;
}

.share-news .news-cont .article .wrapper > dd {
  margin-top: 20px;
  margin-left: 23px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.share-news .news-cont .article .wrapper > dd > p:not(:first-child) {
  margin-top: 16px;
}

.share-news .news-cont .article .wrapper > dd > ul + ul {
  padding-top: 7px;
}

.share-news .news-cont .article .wrapper > dd > ul > li {
  position: relative;
  margin-left: 10px;
}

.share-news .news-cont .article .wrapper > dd > ul > li::before {
  position: absolute;
  left: -1em;
  content: "・";
}

.share-news .news-cont .article .wrapper > dd > ul > li:first-child {
  margin-top: 12px;
}

.share-news .news-cont .article.none {
  display: block;
  opacity: 0;
}

.share-news .news-cont .article.active {
  opacity: 1;
}

.share-news .news-cont .article:nth-child(n + 3) {
  display: none;
}

.share-news .news-cont .more.active a::after {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.share-news .news-cont .more > a {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #f7f7f7;
}

.share-news .news-cont .more > a::before,
.share-news .news-cont .more > a::after {
  position: absolute;
  width: 16px;
  height: 2px;
  content: "";
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.share-news .news-cont .more > a::after {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.share-news .flow {
  width: 304px;
  margin: 60px auto 0;
}

.share-rest {
  padding: 80px 0 60px;
}

.share-rest .rest-wrap {
  width: 80.5556%;
  margin: 0 auto;
}

.share-rest .rest-wrap > .title {
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
}

.share-rest .rest-list > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}

.share-rest .rest-list > .item + .item {
  margin-top: 85px;
}

.share-rest .rest-list .text > .ttl {
  margin-top: 30px;
  font-weight: bold;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.8462;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.share-rest .rest-list .text > p {
  margin-top: 18px;
  font-size: 1.4rem;
  line-height: 1.7857;
}

.share-rest .rest-list .text > p.notes {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.share-rest .rest-list .text > p span {
  color: #777777;
  font-size: 1.2rem;
  line-height: 1.6667;
  display: block;
  margin-top: 8px;
}

.share-rest .rest-list .text > p + p {
  margin-top: 18px;
}

.share-rest .rest-list .text > p a {
  color: #000;
  text-decoration: underline;
  display: inline;
}

.share-rest .rest-list .figure {
  position: relative;
  width: 64.2857%;
  margin: auto;
}

.share-rest .rest-list .number {
  position: absolute;
  content: "";
}

.share-rest .rest-list .number.-no04 {
  top: -20px;
  left: -57px;
  width: 75px;
  height: 43px;
}

.share-rest .rest-list .number.-no05 {
  top: -16px;
  left: -55px;
  width: 67px;
  height: 43px;
}

.share-rest .rest-list .number.-no06 {
  top: -16px;
  left: -55px;
  width: 67px;
  height: 43px;
}

.share-rest .rest-list .app {
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.share-rest .rest-list .app.-app04 {
  background-image: url(/serviceinfo/mobile/app/image/ana-rest01_210526_en.png);
}

.share-rest .rest-list .app.-app05 {
  background-image: url(/serviceinfo/mobile/app/image/ana-rest02_220426_en.png);
}

.share-rest .rest-list .app.-app06 {
  background-image: url(/serviceinfo/mobile/app/image/ana-rest03_211208_en.png);
}

.slide-wrap {
  position: relative;
  pointer-events: none;
}

.slide-wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  padding-top: 199%;
  content: "";
  background-image: url(/serviceinfo/mobile/app/image/phone-frame_220426.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

.slide-wrap .slider {
  overflow: hidden;
  pointer-events: auto;
}

.slide-wrap .slider,
.slide-wrap .slider-phone {
  z-index: 4;
}

.slide-wrap .slider-frame {
  padding: 5.3623% 6.087% 4.9275%;
}

.slide-wrap .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#index-mvTitle {
  opacity: 0;
}

#index-mvPhone01 {
  opacity: 0;
}

#index-mvPhone02 {
  opacity: 0;
}

.cmn-headerPc {
  opacity: 0;
}

.follow-dl {
  opacity: 0;
}

.sub-mvPhone {
  opacity: 0;
}

.sub-mvCont {
  opacity: 0;
}

#index-mv {
  opacity: 0;
}

#share-mv {
  opacity: 0;
}

.index-intro .baloon {
  opacity: 0;
}

#ana-ft03_02.active {
  -webkit-animation: shakeApp01 0.6s ease;
  animation: shakeApp01 0.6s ease;
}

#amc-ft03_01.active {
  -webkit-animation: shakeApp02 0.6s ease;
  animation: shakeApp02 0.6s ease;
}

._bgc-primary {
  background-color: color(primary) !important;
}

._bgc-blue1 {
  background-color: color(blue1) !important;
}

._bgc-blue2 {
  background-color: color(blue2) !important;
}

._bgc-blue3 {
  background-color: color(blue3) !important;
}

._bgc-text {
  background-color: color(text) !important;
}

._bgc-white {
  background-color: #fff !important;
}

._block {
  display: block !important;
}

._inline {
  display: inline !important;
}

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

._table {
  display: table !important;
}

._table-row {
  display: table-row !important;
}

._table-cell {
  display: table-cell !important;
}

._fx {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

._fx.-flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._fx.-flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

._fx.-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

._fx.-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._fx.-fxd-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

._fx.-fxd-cr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

._fx.-fxd-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

._fx.-fxd-rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

._fx.-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._fx.-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

._fx.-jc-fs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

._fx.-jc-fe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

._fx.-jc-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._fx.-jc-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._fx.-jc-sa {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

._fx.-ac-c {
  -ms-flex-line-pack: center;
  align-content: center;
}

._fx.-ac-s {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

._fx.-ac-fs {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

._fx.-ac-fe {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

._fx.-ac-sb {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

._fx.-ac-sa {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

._fx.-ai-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

._fx.-ai-s {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._fx.-ai-fs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._fx.-ai-fe {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

._fx.-ai-b {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

._fi {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

._fi.-glow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

._fi.-glow2 {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

._fi.-glow3 {
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}

._fi.-glow4 {
  -webkit-box-flex: 4;
  -ms-flex-positive: 4;
  flex-grow: 4;
}

._fi.-glow5 {
  -webkit-box-flex: 5;
  -ms-flex-positive: 5;
  flex-grow: 5;
}

._fi.-shrink {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

._fi.-shrink2 {
  -ms-flex-negative: 2;
  flex-shrink: 2;
}

._fi.-shrink3 {
  -ms-flex-negative: 3;
  flex-shrink: 3;
}

._fi.-shrink4 {
  -ms-flex-negative: 4;
  flex-shrink: 4;
}

._fi.-shrink5 {
  -ms-flex-negative: 5;
  flex-shrink: 5;
}

._fi.-order1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

._fi.-order2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

._fi.-order3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

._fi.-order4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

._fi.-order5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

._fi.-order6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

._fi.-order7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

._fi.-order8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

._fi.-order9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

._fi.-order10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

._fzxs,
._fzxxs {
  font-size: 1rem;
  line-height: 1.8;
}

._fzs {
  font-size: 1.4rem;
  line-height: 1.5714;
}

._fzm {
  font-size: 1.6rem;
  line-height: 1.5;
}

._m0 {
  margin: 0 !important;
}

._mt0 {
  margin-top: 0 !important;
}

._mb0 {
  margin-bottom: 0 !important;
}

._ml0 {
  margin-left: 0 !important;
}

._mr0 {
  margin-right: 0 !important;
}

._ma {
  margin: auto !important;
}

._mta {
  margin-top: auto !important;
}

._mba {
  margin-bottom: auto !important;
}

._mla {
  margin-left: auto !important;
}

._mra {
  margin-right: auto !important;
}

._m0a {
  margin: 0 auto !important;
}

._ta-l {
  text-align: left !important;
}

._ta-r {
  text-align: right !important;
}

._ta-c {
  text-align: center !important;
}

._ta-j {
  text-align: justify !important;
}

@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    color: color(text);
    text-decoration: none;
    pointer-events: none;
  }
  .common-footer .footer-upper .upper-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 54px 0;
  }
  .common-footer .footer-upper .upper-nav {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }
  .common-footer .footer-upper .upper-nav .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  .common-footer .footer-upper .upper-nav .item::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 14px;
    margin: auto;
    content: "";
    background-color: #999999;
  }
  .common-footer .footer-upper .upper-nav .item:last-child::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2px;
    height: 14px;
    margin: auto;
    content: "";
    background-color: #999999;
  }
  .common-footer .footer-upper .upper-nav .item + .item {
    padding-top: 0;
    -webkit-transition: opacity ease 0.3;
    transition: opacity ease 0.3;
  }
  .common-footer .footer-upper .upper-nav .item a {
    -webkit-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
  }
  .common-footer .footer-upper .upper-nav .item a:hover {
    opacity: 0.7;
    -webkit-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
  }
  .common-footer .footer-sns {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    margin-left: auto;
  }
  .common-footer .footer-sns > p {
    width: 52px;
  }
  .common-footer .footer-sns .sns + .sns {
    margin-left: 14px;
  }
  .common-footer .footer-sns .sns a {
    width: 56px;
    height: 56px;
  }
  .common-footer .footer-sns .sns .twitter > span::before,
  .common-footer .footer-sns .sns .twitter > span::after {
    width: 21px;
    height: 17px;
  }
  .common-footer .footer-sns .sns .twitter > span {
    width: 21px;
    height: 17px;
  }
  .common-footer .footer-sns .sns .twitter:hover {
    background: #fff;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .common-footer .footer-sns .sns .twitter:hover > span::before {
    opacity: 0;
  }
  .common-footer .footer-sns .sns .twitter:hover > span::after {
    opacity: 1;
  }
  .common-footer .footer-sns .facebook > span::before,
  .common-footer .footer-sns .facebook > span::after {
    width: 13px;
    height: 25px;
  }
  .common-footer .footer-sns .facebook > span {
    width: 13px;
    height: 25px;
  }
  .common-footer .footer-sns .facebook:hover {
    background: #fff;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .common-footer .footer-sns .facebook:hover > span::before {
    opacity: 0;
  }
  .common-footer .footer-sns .facebook:hover > span::after {
    opacity: 1;
  }
  .header-sp .header-applink .item > .phone {
    -webkit-filter: drop-shadow(8px 6px 40px rgba(106, 115, 118, 0.3));
    filter: drop-shadow(8px 6px 40px rgba(106, 115, 118, 0.3));
  }
  .modal-toggle {
    position: absolute;
  }
  .cmn-section {
    width: 93.75%;
    max-width: 1200px;
  }
  .cmn-btn a {
    width: 240px;
    height: 60px;
  }
  .cmn-btn a:hover {
    color: #0b308e;
    background-color: #fff;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .cmn-modal {
    position: fixed;
    top: 0;
  }
  .cmn-modal.-open {
    background-color: transparent;
  }
  .cmn-modal.-open::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 150%;
    content: "";
    background-color: #1d1d1d;
    opacity: 0.4;
  }
  .scroll-top {
    bottom: 30px;
  }
  .scroll-top > a {
    -webkit-filter: drop-shadow(0px 2px 16px rgba(106, 115, 118, 0.1));
    filter: drop-shadow(0px 2px 16px rgba(106, 115, 118, 0.1));
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .scroll-top > a {
    width: 48px;
    height: 48px;
  }
  .scroll-top > a:hover {
    opacity: 0.5;
  }
  .hdl-ttl .mainttl {
    font-size: 4.4rem;
    line-height: 1;
  }
  .hdl-ttl .subttl {
    margin-top: 32px;
    font-size: 1.6rem;
    line-height: 1;
  }
  .about-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .about-app .about-wrap {
    margin-right: auto;
    width: 40%;
  }
  .about-app .about-wrap::before {
    display: none;
  }
  .about-app .about-wrap:last-child {
    margin-right: 0;
    margin-left: auto;
  }
  .about-app .about-wrap:last-child::after {
    display: none;
  }
  .about-app .about-wrap > .inner {
    padding: 0;
  }
  .about-app .about-wrap > .inner > .about-ttls > .title {
    margin-top: 14px;
    font-size: 1.8rem;
    line-height: 1.4444;
  }
  .about-app .about-wrap > .inner > .about-icons {
    margin-top: 52px;
  }
  .about-app .about-wrap > .inner > .icons > .icon {
    width: 127px;
  }
  .about-app .about-wrap > .inner > .icons > .icon.phone {
    -webkit-filter: drop-shadow(0px 2px 40px rgba(106, 115, 118, 0.3));
    filter: drop-shadow(0px 2px 40px rgba(106, 115, 118, 0.3));
  }
  .about-app .about-wrap > .inner > .icons > .icon.phone {
    width: 72px;
  }
  .about-app .about-wrap > .inner > .icons > .icon + .icon {
    margin-left: 9.375%;
  }
  .about-app .about-download {
    margin-top: 40px;
  }
  .about-app .about-download .store.-apple {
    width: 140px;
  }
  .about-app .about-download .store.-andloid {
    width: 158px;
  }
  .about-app .about-download .store a {
    -webkit-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
  }
  .about-app .about-download .store a:hover {
    opacity: 0.6;
    -webkit-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
  }
  .about-app .about-download .qrcode {
    margin-top: 35px;
  }
  .about-app .detail-btn {
    margin-top: 57px;
  }
  .dl-contents {
    padding: 100px 0 90px;
    position: relative;
  }
  .dl-contents .dl-wrap {
    width: 93.75%;
    max-width: 1200px;
  }
  .dl-contents .dl-apps {
    position: relative;
    width: 76.6667%;
    margin: 0 auto;
    margin-top: 69px;
  }
  .dl-contents .dl-apps:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 1px;
    height: 100%;
    margin: auto;
    content: "";
    background-color: #dddddd;
  }
  .dl-contents .dl-topics {
    width: 80%;
    max-width: 960px;
    margin: 0 auto;
    margin-top: 100px;
  }
  .dl-contents .dl-topics .aticle a {
    font-size: 1.8rem;
    line-height: 1;
    padding: 36px 0;
    -webkit-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
  }
  .dl-contents .dl-topics .aticle a:hover {
    opacity: 0.5;
    -webkit-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
  }
  .dl-contents .dl-topics .aticle a::before {
    right: 19px;
    width: 20px;
  }
  .dl-contents .dl-topics .aticle a::after {
    right: 28px;
    height: 20px;
  }
  .dl-contents .dl-topics .text-cont {
    width: 82.9167%;
  }
  .dl-contents .dl-topics .text-cont > ul li {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .dl-contents .lp-note {
    width: 75%;
    max-width: 960px;
    padding-top: 80px;
  }
  .dl-contents .lp-note p {
    font-size: 1.4rem;
    line-height: 1.7143;
  }
  .dl-modal {
    min-height: 900px;
    padding: 0;
  }
  .dl-modal > .dl-wrap {
    position: relative;
    width: 87.5%;
    max-width: 1120px;
    padding: 53px 0 72px;
    margin: 60px auto 0;
    overflow: auto;
    background-color: #f1f7fa;
    position: relative;
  }
  .dl-modal .inner {
    display: block;
  }
  .dl-modal .inner > .about-icons {
    width: 100%;
  }
  .dl-modal .title .mainttl {
    font-size: 3.2rem;
    line-height: 1;
  }
  .dl-modal .title .subttl {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1;
  }
  .dl-modal .about-ttls {
    width: 100%;
    text-align: center;
  }
  .dl-modal .about-ttls .title {
    text-align: center;
  }
  .dl-modal .dl-icons {
    margin-top: 32px;
  }
  .index-info {
    padding-top: 98px;
  }
  .index-info .wrapper {
    width: 81.25%;
    max-width: 1040px;
  }
  .index-info .info-ana {
    background-image: url(/serviceinfo/mobile/app/image/about-bg-ana.png);
  }
  .index-info .info-amc {
    background-image: url(/serviceinfo/mobile/app/image/about-bg-amc.png);
  }
  .index-info .info-con > .wrapper .cont {
    position: relative;
    width: 100%;
    padding: 109px 0 122px;
  }
  .index-info .info-con > .wrapper > .flow._ana .circle {
    margin-bottom: 72px;
  }
  .index-info .info-con > .wrapper > .flow._ana .circle:last-child {
    margin-bottom: 77px;
  }
  .index-info .info-con > .wrapper > .flow._amc .circle {
    margin-top: 72px;
  }
  .index-info .info-con > .wrapper > .flow._amc .circle:first-child {
    margin-top: 100px;
  }
  .index-info .info-con > .wrapper > .flow .box {
    -webkit-filter: drop-shadow(8px 6px 40px rgba(106, 115, 118, 0.3));
    filter: drop-shadow(8px 6px 40px rgba(106, 115, 118, 0.3));
  }
  .index-info .info-con > .wrapper > .flow .circle {
    width: 152px;
    height: 152px;
  }
  .index-info .subttl {
    font-size: 2rem;
    line-height: 1;
    padding-left: 0;
  }
  .index-info .subttl::before {
    display: none;
  }
  .index-info .mainttl {
    margin-top: 27px;
  }
  .index-info .mainttl.-ana {
    width: 502px;
    margin-top: 56px;
    font-size: 4.8rem;
    line-height: 1.25;
  }
  .index-info .mainttl.-amc {
    width: 432px;
    font-size: 4.8rem;
    line-height: 1.25;
  }
  .index-info .txt {
    width: 361px;
    margin-top: 30px;
  }
  .index-info .txt > p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .index-info .btn-phone {
    top: inherit;
    right: inherit;
    height: auto;
  }
  .index-info .btn-phone > .phone {
    -webkit-filter: drop-shadow(0px 2px 40px rgba(106, 115, 118, 0.3));
    filter: drop-shadow(0px 2px 40px rgba(106, 115, 118, 0.3));
  }
  .index-info .btn-phone .slider-frame {
    font-size: 1.7188vw;
  }
  .index-info .info-btn {
    position: inherit;
    width: 100%;
    padding-top: 220px;
    overflow: visible;
    max-width: inherit;
  }
  .index-info .info-btn.-ana a::before {
    background-image: url(/serviceinfo/mobile/app/image/ico_anaapp.png);
  }
  .index-info .info-btn.-amc a::before {
    background-image: url(/serviceinfo/mobile/app/image/ico_amcapp.png);
  }
  .index-info .info-btn > a {
    min-width: 240px;
    overflow: visible;
  }
  .index-info .info-btn > a::before {
    top: -158px;
    right: inherit;
    left: 0;
    width: 126px;
    height: 126px;
  }
  .index-intro {
    padding-top: 9.375%;
  }
  .index-intro .intro-text {
    width: 82.0313%;
  }
  .index-intro .intro-text .title {
    font-size: 4.4rem;
    line-height: 1.3636;
  }
  .index-intro .intro-text .txt {
    margin: 36px auto 0;
  }
  .index-intro .intro-text .txt p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .index-intro .intro-mv {
    padding-top: 31.6406%;
    margin-top: 50px;
    background-image: url(/serviceinfo/mobile/app/image/intro-bg.png);
  }
  .index-intro .intro-mv .baloon {
    width: 10.2344%;
  }
  .index-intro .intro-mv .baloon01 {
    bottom: inherit;
    left: 11.7188%;
  }
  .index-intro .intro-mv .baloon02 {
    top: 13.0864%;
    right: inherit;
    left: 28.2813%;
  }
  .index-intro .intro-mv .baloon03 {
    top: 0;
    right: 0;
    bottom: inherit;
    left: 0;
    margin: auto;
  }
  .index-intro .intro-mv .baloon04 {
    top: 13.0864%;
    right: 28.2813%;
    left: inherit;
    margin: 0;
  }
  .index-intro .intro-mv .baloon05 {
    top: 0;
    right: 11.7188%;
  }
  .index-mv {
    padding-top: 65.625%;
    background-image: url(/serviceinfo/mobile/app/image/mv-bg.png);
    background-size: contain;
  }
  .index-mv .mv-wrap {
    top: 21.0938%;
  }
  .index-mv .title {
    width: 62.3438%;
  }
  .index-mv .mv-apps {
    margin-top: 7.0313%;
  }
  .index-mv .mv-apps > .app {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    width: 18.75%;
  }
  .index-mv .mv-apps > .app + .app {
    margin-left: 17.7344%;
  }
  .index-mv .mv-apps > .app.-ana .title {
    width: 36.25%;
  }
  .index-mv .mv-apps > .app.-amc .title {
    width: 91.25%;
  }
  .index-mv .mv-apps .phone {
    -webkit-filter: drop-shadow(0px 2px 40px rgba(106, 115, 118, 0.3));
    filter: drop-shadow(0px 2px 40px rgba(106, 115, 118, 0.3));
  }
  .index-mv .mv-apps .phone {
    height: 100%;
    margin-top: 11.6667%;
  }
  .share-dl {
    background-image: url(/serviceinfo/mobile/app/image/ana-share-dl.png);
  }
  .share-dl.-amc {
    background-image: url(/serviceinfo/mobile/app/image/amc-share-dl.png);
  }
  .share-dl .dl-wrap {
    width: 81.6406%;
    max-width: 1045px;
    padding: 110px 0;
  }
  .share-dl .dl-wrap .dl-phone {
    -webkit-filter: drop-shadow(8px 6px 40px rgba(106, 115, 118, 0.3));
    filter: drop-shadow(8px 6px 40px rgba(106, 115, 118, 0.3));
  }
  .share-dl .dl-wrap .dl-phone {
    top: inherit;
    right: inherit;
    bottom: -256px;
    left: 20px;
  }
  .share-dl .dl-wrap .cont {
    width: 62.201%;
    max-width: 650px;
    padding: 72px 0;
    margin-right: 0.9569%;
    margin-left: auto;
  }
  .share-dl .dl-wrap .cont .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    max-width: inherit;
    margin: 0 12.4615% 0 9.8462%;
  }
  .share-dl .dl-wrap .cont .box > .icon {
    width: 22.7723%;
    height: 22.7723%;
  }
  .share-dl .dl-wrap .cont .box > .wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1;
    margin-left: 8.1188%;
  }
  .share-dl .dl-wrap .cont .box > .wrap > .ttl {
    padding-right: 3.4286%;
    margin-top: 0;
    font-size: 1.8rem;
    line-height: 1;
  }
  .share-dl .dl-wrap .app {
    margin-top: 32px;
  }
  .share-dl .dl-wrap .store + .store {
    margin-left: 7.9487%;
  }
  .share-dl .dl-wrap .store.-apple {
    width: 42.5714%;
  }
  .share-dl .dl-wrap .store.-andloid {
    width: 48%;
  }
  .share-dl .dl-wrap .store a {
    -webkit-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
  }
  .share-dl .dl-wrap .store a:hover {
    opacity: 0.6;
    -webkit-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
  }
  .share-fea.-sec01 {
    padding: 12.5% 0 0 0;
    margin-top: -8.3%;
  }
  .share-fea.-sec01 .fea-about {
    padding: 15.3125% 0 26.0417%;
  }
  .share-fea.-sec02 {
    padding: 13.2813% 0 10.625%;
  }
  .share-fea.-sec03 {
    padding: 8.125% 0 14.0625%;
  }
  .share-fea.-amc.-sec01 .fea-about {
    padding: 15.3125% 0 10%;
  }
  .share-fea.-amc.-sec02 {
    padding: 11.7188% 0 13.2813%;
  }
  .share-fea.-amc.-sec03 {
    padding: 12.2656% 0 18.75%;
  }
  .share-fea.-amc .number.-no02 {
    top: -2.6667%;
    width: 31.25%;
    max-width: 300px;
  }
  .share-fea.-amc .number.-no03 {
    top: -4.7138%;
    width: 30.9375%;
    max-width: 297px;
  }
  .share-fea .wrapper {
    width: 75%;
  }
  .share-fea .number {
    left: calc((300 / 1280) * -100%);
  }
  .share-fea .number.-no01 {
    top: 14.375%;
    width: 22.2917%;
    max-width: 261px;
  }
  .share-fea .number.-no02 {
    top: -7.6667%;
    width: 31.25%;
    max-width: 300px;
  }
  .share-fea .number.-no03 {
    top: -1.1667%;
    width: 30.9375%;
    max-width: 297px;
  }
  .share-fea .fea-about {
    position: relative;
    max-width: inherit;
  }
  .share-fea .fea-about .sec-ttl {
    font-size: 2.8125vw;
    line-height: 1.6111;
  }
  .share-fea .fea-about.-ana .title.-ttl01 {
    margin-left: 4.5313vw;
  }
  .share-fea .fea-about.-ana .title.-ttl02 {
    margin-left: 8.4375vw;
  }
  .share-fea .fea-about.-ana .title.-ttl03 {
    margin-left: 9.2188vw;
  }
  .share-fea .fea-about.-amc .title.-ttl01 {
    margin-left: 4.5313vw;
  }
  .share-fea .fea-about.-amc .title.-ttl02 {
    margin-left: 8.4375vw;
  }
  .share-fea .fea-about.-amc .title.-ttl03 {
    margin-left: 8.4375vw;
  }
  .share-fea .fea-about.-amc .info.-info02 {
    padding-top: 11.4583%;
  }
  .share-fea .fea-about.-amc .info.-info03 {
    padding-top: 18.2292%;
  }
  .share-fea .fea-about.-amc .info .phone.-phone02 {
    margin-top: -11.1111%;
  }
  .share-fea .fea-about .info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 56.25%;
    padding-top: 13.75%;
    margin-left: 6.25%;
  }
  .share-fea .fea-about .info.-info02 {
    padding-top: 15.625%;
  }
  .share-fea .fea-about .info.-info03 {
    padding-top: 12.1875%;
  }
  .share-fea .fea-about .info > .phone {
    -webkit-filter: drop-shadow(8px 6px 40px rgba(106, 115, 118, 0.3));
    filter: drop-shadow(8px 6px 40px rgba(106, 115, 118, 0.3));
  }
  .share-fea .fea-about .info > .phone {
    width: 27.7778%;
    height: 0;
    margin-top: -11.1111%;
  }
  .share-fea .fea-about .info > .phone.-phone02 {
    margin-top: -11.1111%;
  }
  .share-fea .fea-about .info > .phone.-phone03 {
    margin-top: -11.2963%;
  }
  .share-fea .fea-about .info > .txt {
    width: 370px;
    margin-left: 6.25%;
  }
  .share-fea .fea-about .info > .txt p {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .share-fea .fea-about .info > .txt small {
    margin-top: 8px;
  }
  .share-fea .fea-about .fea-phone {
    position: absolute;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    top: 0;
  }
  .share-fea .fea-about .fea-phone .wrapper {
    width: 100%;
  }
  .share-fea .fea-about .fea-phone .item {
    width: 28.9583%;
    margin-right: 0;
  }
  .share-fea .fea-about .fea-phone.-ana.-phone01 {
    margin-top: 6.4583%;
  }
  .share-fea .fea-about .fea-phone.-ana.-phone01 .parts01 {
    top: 16.3907%;
    right: -8.0208%;
    width: 35.1042%;
  }
  .share-fea .fea-about .fea-phone.-ana.-phone01 .parts02 {
    right: 12.2917%;
    bottom: -0.1656%;
    width: 20.5208%;
  }
  .share-fea .fea-about .fea-phone.-ana.-phone02 {
    margin-top: -7.5%;
  }
  .share-fea .fea-about .fea-phone.-ana.-phone02 .parts01 {
    top: 9.4371%;
    right: 15.7292%;
    width: 9.6875%;
  }
  .share-fea .fea-about .fea-phone.-ana.-phone02 .parts02 {
    top: 35.7616%;
    right: -4.1667%;
    width: 23.4375%;
  }
  .share-fea .fea-about .fea-phone.-ana.-phone02 .parts03 {
    right: 15.8333%;
    bottom: 22.1875%;
    width: 11.875%;
  }
  .share-fea .fea-about .fea-phone.-ana.-phone03 {
    margin-top: -1.5625%;
  }
  .share-fea .fea-about .fea-phone.-ana.-phone03 .parts01 {
    top: 16.0596%;
    right: 18.2292%;
    width: 13.8542%;
  }
  .share-fea .fea-about .fea-phone.-ana.-phone03 .parts02 {
    right: -3.9583%;
    bottom: 16.5563%;
    width: 9.8958%;
  }
  .share-fea .fea-about .fea-phone.-amc.-phone01 {
    margin-top: 5%;
  }
  .share-fea .fea-about .fea-phone.-amc.-phone01 .parts01 {
    top: 18.3775%;
    right: -4.375%;
    width: 24.8958%;
  }
  .share-fea .fea-about .fea-phone.-amc.-phone02 {
    margin-top: -4.9669%;
  }
  .share-fea .fea-about .fea-phone.-amc.-phone02 .parts01 {
    top: 20.0331%;
    right: 20.8333%;
    width: 6.25%;
  }
  .share-fea .fea-about .fea-phone.-amc.-phone02 .parts02 {
    top: 33.4437%;
    right: 15.5208%;
    width: 8.75%;
  }
  .share-fea .fea-about .fea-phone.-amc.-phone02 .parts03 {
    top: 48.5099%;
    right: 21.875%;
    width: 9.7917%;
  }
  .share-fea .fea-about .fea-phone.-amc.-phone02 .parts04 {
    right: -5.1042%;
    width: 13.125%;
  }
  .share-fea .fea-about .fea-phone.-amc.-phone03 {
    margin-top: -6.25%;
  }
  .share-fea .fea-about .fea-phone.-amc.-phone03 .parts01 {
    top: 14.7351%;
    right: 14.375%;
    width: 18.4375%;
  }
  .share-fea .fea-about .fea-phone.-amc.-phone03 .parts02 {
    top: 31.9536%;
    right: -4.375%;
    width: 15.1042%;
  }
  .share-mile .wrapper {
    padding: 69px 0 68px;
    background-image: url(/serviceinfo/mobile/app/image/ana-mile-bg.png);
  }
  .share-mile .mile-intro .flow {
    font-size: 3.2rem;
    line-height: 1.5;
    width: 74.2188%;
  }
  .share-mile.-amc .wrapper {
    background-image: url(/serviceinfo/mobile/app/image/amc-mile-bg.png);
  }
  .share-mile.-amc .wrapper .mile-wrap {
    width: 79.6875%;
    max-width: 1020px;
  }
  .share-mile.-amc .wrapper .mile-wrap .icon {
    width: 33.7255%;
    margin-top: 0;
    margin-left: 2.9412%;
  }
  .share-mile.-amc .wrapper .mile-wrap > .phone {
    width: 49.4186%;
  }
  .share-mile.-amc .wrapper .mile-wrap > .app {
    width: 36.9186%;
    margin-left: 4.6078%;
  }
  .share-mile .mile-wrap {
    width: 81.25%;
    max-width: 1040px;
  }
  .share-mile .mile-wrap .icon {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 34.3137%;
    margin-top: 0;
    margin-left: 1.9608%;
  }
  .share-mile .mile-wrap .icon > .phone {
    width: 48.5714%;
  }
  .share-mile .mile-wrap .icon > .app {
    width: 36.2857%;
    margin-left: 4.5192%;
  }
  .share-mile .detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1;
    margin-top: 3.4615%;
    margin-left: 10.5769%;
  }
  .share-mile .detail.-amc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1;
    margin-top: 0.7843%;
    margin-left: 8.3333%;
  }
  .share-mile .detail.-amc > .title {
    width: 100%;
    margin-top: 20px;
  }
  .share-mile .detail > .point {
    width: 220px;
    height: 40px;
    font-size: 1.4rem;
    line-height: 1;
    margin-left: 4px;
  }
  .share-mile .detail > .subtitle {
    margin-top: 34px;
    font-size: 2rem;
    line-height: 1;
  }
  .share-mile .detail > .title {
    font-size: 4.4rem;
    line-height: 1.2727;
    margin-top: 20px;
  }
  .share-mile .mile-btn {
    margin-top: 40px;
  }
  .share-mile .mile-btn > a {
    font-size: 1.6rem;
    line-height: 1;
    height: 60px;
  }
  .share-motion {
    padding-top: 190px;
    padding-bottom: 115px;
  }
  .share-motion .wrapper {
    width: 75%;
    max-width: inherit;
  }
  .share-motion .wrapper .motion-number {
    top: -6.6667%;
    left: calc((220 / 960) * -100%);
    width: 31.7708%;
    max-width: 305px;
  }
  .share-motion .wrapper .sec-ttl .title {
    font-size: 2.8125vw;
    line-height: 1.6111;
    margin-left: 131px;
  }
  .share-motion .wrapper .motion-info .phone {
    position: absolute;
    width: 48.9583%;
    top: -38px;
    right: -39px;
  }
  .share-motion .wrapper .motion-info .phone .figure {
    -webkit-filter: drop-shadow(8px 6px 40px rgba(106, 115, 118, 0.3));
    filter: drop-shadow(8px 6px 40px rgba(106, 115, 118, 0.3));
  }
  .share-motion .wrapper .motion-info .phone .figure {
    width: 44.6809%;
    max-width: 210px;
  }
  .share-motion .wrapper .motion-info .phone .figure + .figure {
    margin-left: 10.6383%;
  }
  .share-motion .wrapper .motion-info .phone .baloon {
    width: 86px;
    top: -34px;
    right: -14px;
  }
  .share-motion .wrapper .motion-info .txt {
    font-size: 1.6rem;
    line-height: 1.75;
    width: 41.6667%;
    margin-left: 5.8333%;
    padding-top: 26px;
  }
  .share-motion .wrapper .motion-detail {
    border-radius: 20px;
    margin-top: 67px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 39px;
  }
  .share-motion .wrapper .motion-detail .icon {
    width: 120px;
    margin-left: 0;
    margin-right: 0;
  }
  .share-motion .wrapper .motion-detail .download {
    margin-left: 60px;
    padding-top: 12px;
  }
  .share-motion .wrapper .motion-detail .download .title {
    font-size: 1.8rem;
    line-height: 1.2222;
    margin-left: -15px;
  }
  .share-motion .wrapper .motion-detail .download .app {
    margin-top: 23px;
  }
  .share-motion .wrapper .motion-detail .download .app .store {
    -webkit-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
  }
  .share-motion .wrapper .motion-detail .download .app .store:hover {
    opacity: 0.6;
    -webkit-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
  }
  .share-motion .wrapper .motion-detail .download .app .store.-apple {
    width: 149px;
  }
  .share-motion .wrapper .motion-detail .download .app .store.-andloid {
    width: 168px;
    margin-left: 30px;
  }
  .share-mv {
    height: 61.7188%;
    padding-bottom: 0;
  }
  .share-mv::before {
    padding-top: 61.7188%;
  }
  .share-mv.-ana::before {
    background-image: url(/serviceinfo/mobile/app/image/ana-mvbg.png);
  }
  .share-mv.-amc::before {
    background-image: url(/serviceinfo/mobile/app/image/amc-mvbg.png);
  }
  .share-mv .mv-wrap {
    position: relative;
    width: 76.5625%;
    padding-top: 13.2813%;
  }
  .share-mv .mv-wrap .box {
    display: block;
  }
  .share-mv .mv-wrap .box .phone {
    -webkit-filter: drop-shadow(8px 6px 40px rgba(106, 115, 118, 0.3));
    filter: drop-shadow(8px 6px 40px rgba(106, 115, 118, 0.3));
  }
  .share-mv .mv-wrap .box .phone {
    top: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 32.6531%;
    margin: 0 0 0 2.0408%;
  }
  .share-mv .mv-wrap .box .slider-frame {
    font-size: 1.7188vw;
  }
  .share-mv .contents {
    position: absolute;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 63.2653%;
    margin-left: 45.5102%;
  }
  .share-mv .contents .title {
    width: 100%;
    margin: 0;
  }
  .share-mv .contents .subttl {
    margin-top: 3.0303%;
    margin-left: 0;
    font-size: 1.875vw;
    line-height: 1;
  }
  .share-mv .contents .subttl.-ana {
    width: 17.5758%;
  }
  .share-mv .contents .subttl.-amc {
    width: 41.0606%;
  }
  .share-mv .contents .mainttl {
    font-size: 4.2188vw;
    line-height: 1.2963;
    padding-top: 6.3636%;
    margin-left: 0;
  }
  .share-mv .contents .mainttl.-ana {
    width: 92.5758%;
  }
  .share-mv .mv-app {
    position: absolute;
    top: 52.7778%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 53.9796%;
    padding-top: 0;
    margin-left: 45.5102%;
  }
  .share-mv .mv-app::before {
    display: none;
  }
  .share-mv .mv-app .item {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
  }
  .share-mv .mv-app .item > .icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 69.6133%;
    max-width: 126px;
  }
  .share-mv .mv-app > .dl {
    width: 65.5367%;
  }
  .share-mv .mv-app > .dl > .ttl {
    padding-right: 5.1429%;
    font-size: 1.25vw;
    line-height: 1;
    color: #fff;
    text-align: center;
  }
  .share-mv .mv-app > .dl > .app {
    margin-top: 5.1515%;
  }
  .share-mv .mv-app > .dl .store.-apple {
    width: 41.9718%;
  }
  .share-mv .mv-app > .dl .store.-andloid {
    width: 47.3239%;
  }
  .share-mv .mv-app > .dl .store a {
    -webkit-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
  }
  .share-mv .mv-app > .dl .store a:hover {
    opacity: 0.6;
    -webkit-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
  }
  .share-news {
    padding: 124px 0 30px;
  }
  .share-news .news-wrap {
    width: 70.3125%;
    max-width: 900px;
  }
  .share-news .news-cont {
    padding-top: 62px;
  }
  .share-news .news-cont .article {
    padding: 30px 0;
  }
  .share-news .news-cont .article .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .share-news .news-cont .article .wrapper > dt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .share-news .news-cont .article .wrapper > dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1;
    margin-top: 0;
    margin-left: 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .share-news .news-cont .article .wrapper > dd > p:not(:first-child) {
    margin-top: 28px;
  }
  .share-news .news-cont .article .wrapper > dd > ul > li {
    margin-left: 20px;
  }
  .share-news .news-cont .more > a {
    height: 66px;
    -webkit-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
  }
  .share-news .news-cont .more > a:hover {
    opacity: 0.3;
    -webkit-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
  }
  .share-news .news-cont .more > a::before,
  .share-news .news-cont .more > a::after {
    width: 20px;
  }
  .share-news .flow {
    width: 608px;
    margin: 145px auto 0;
  }
  .share-rest {
    padding: 90px 0 128px;
  }
  .share-rest .rest-wrap {
    width: 87.5%;
    max-width: 1120px;
  }
  .share-rest .rest-wrap > .title {
    font-size: 2.6rem;
    line-height: 1;
  }
  .share-rest .rest-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 5.1786%;
  }
  .share-rest .rest-list > .item {
    width: 26.7857%;
  }
  .share-rest .rest-list > .item + .item {
    margin-top: 0;
  }
  .share-rest .rest-list .text > .ttl {
    font-size: 1.8rem;
    line-height: 1.5556;
    margin-top: 46px;
  }
  .share-rest .rest-list .text > .ttl.-no05 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .share-rest .rest-list .text > .ttl.-no06 {
    margin-left: -34px;
    margin-right: -34px;
  }
  .share-rest .rest-list .text > p {
    font-size: 1.4rem;
    line-height: 1.7857;
    margin-top: 26px;
    margin-left: auto;
    margin-right: auto;
  }
  .share-rest .rest-list .figure {
    width: 100%;
    max-width: 320px;
  }
  .share-rest .rest-list .number.-no04 {
    top: -35px;
    left: -28px;
    width: 87px;
    height: 51px;
  }
  .share-rest .rest-list .number.-no05 {
    top: -32px;
    left: -26px;
    width: 73px;
    height: 51px;
  }
  .share-rest .rest-list .number.-no06 {
    top: -36px;
    left: -28px;
    width: 81px;
    height: 51px;
  }
  ._sp {
    display: none !important;
  }
  ._fzxs,
  ._fzxxs {
    font-size: 1.2rem;
    line-height: 1.6667;
  }
  ._fzs {
    font-size: 1.4rem;
    line-height: 1.7143;
  }
  ._fzm {
    font-size: 1.6rem;
    line-height: 1.625;
  }
  ._fzxs-pc,
  ._fzxxs-pc {
    font-size: 0.75rem !important;
    line-height: 1.6667 !important;
  }
  ._fzs-pc {
    font-size: 0.875rem !important;
    line-height: 1.7143 !important;
  }
  ._fzm-pc {
    font-size: 1rem !important;
    line-height: 1.625 !important;
  }
}

@media print, screen and (min-width: 1024px) {
  .common-footer .footer-lower {
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    width: 95.3125%;
    max-width: 1220px;
    height: 70px;
    padding: 24px 0;
  }
  .common-footer .footer-lower .logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
  }
  .common-footer .footer-lower .logo > a {
    width: 200px;
  }
  .common-footer .footer-lower .lower-nav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: auto;
  }
  .common-footer .footer-lower .lower-nav .list {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
  }
  .common-footer .footer-lower .lower-nav .item + .item {
    margin-left: 24px;
  }
  .common-footer .footer-lower .copyright {
    width: auto;
    margin-top: -7px;
    margin-left: 5.1639%;
    line-height: inherit;
  }
  .common-footer .footer-lower .copyright > small {
    font-size: 1.2rem;
    line-height: 1;
  }
  .nav-global.active {
    top: 0;
  }
  .nav-global .sitename {
    top: 60px;
    left: 10.9375%;
    width: 19.375%;
    margin: 0;
  }
  .nav-global .sitename {
    top: 50%;
    left: 50%;
    width: 248px;
    height: 108px;
    margin-top: -524px;
    margin-left: -500px;
  }
  .nav-global .links {
    top: 22.6563vh;
    right: 19.5313vw;
  }
  .nav-global .links > li:not(:last-of-type) {
    margin: 0 0 60px 0;
  }
  .nav-global .links > li::before {
    width: 14px;
    height: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .nav-global .links > li:hover::before {
    left: -5px;
    background-color: #0b308e;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .nav-global .links a {
    padding: 0 0 0 34px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 3.2rem;
    line-height: 1;
  }
  .nav-global .links a:hover {
    color: #0b308e;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .nav-global .links a:hover::before {
    background-color: #0b308e;
  }
  .nav-global .links a.logo {
    height: 32px;
  }
  .nav-global .links a.logo:hover::before {
    background-color: #00a7ea;
    opacity: 0;
  }
  .nav-global .links a.logo::before {
    width: 135px;
    height: 32px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .nav-global .links a.logo::after {
    width: 135px;
    height: 32px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .nav-toggle {
    top: 0;
    right: 0;
    width: 64px;
    height: 64px;
  }
  .nav-toggle .line {
    border-bottom: solid 2px #fff;
  }
  .nav-toggle .line:nth-child(1) {
    top: 32px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav-toggle .line:nth-child(2) {
    display: none;
  }
  .nav-toggle .line:nth-child(3) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .about-app .about-download {
    margin-top: 45px;
  }
  .about-app .about-download .app + .app {
    margin-top: 0;
    margin-left: 29px;
  }
  .index-info .info-con > .wrapper > .flow {
    right: 20px;
  }
  .index-info .btn-phone {
    bottom: -50px;
    left: calc(50%);
    width: 274px;
  }
  .share-dl .dl-wrap .dl-phone {
    width: 274px;
  }
  .share-dl .dl-wrap .cont .box > .icon {
    margin: 0;
  }
  ._tablet {
    display: none !important;
  }
  ._pc-hide {
    display: none !important;
  }
}

@media all and (-ms-high-contrast: none) {
  .header-sp .header-applink .item > .phone {
    border-radius: 48px;
    -webkit-box-shadow: 4px 3px 20px 1px rgba(106, 115, 118, 0.3);
    box-shadow: 4px 3px 20px 1px rgba(106, 115, 118, 0.3);
  }
  .scroll-top > a {
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(106, 115, 118, 0.1);
    box-shadow: 0px 0px 8px 1px rgba(106, 115, 118, 0.1);
  }
  .about-app .about-wrap > .inner > .icons > .icon.phone {
    border-radius: 48px;
    -webkit-box-shadow: 0px 0px 20px 1px rgba(106, 115, 118, 0.3);
    box-shadow: 0px 0px 20px 1px rgba(106, 115, 118, 0.3);
  }
  .index-info .btn-phone > .phone {
    border-radius: 48px;
    -webkit-box-shadow: 0px 0px 20px 1px rgba(106, 115, 118, 0.3);
    box-shadow: 0px 0px 20px 1px rgba(106, 115, 118, 0.3);
  }
  .index-mv .mv-apps .phone {
    border-radius: 48px;
    -webkit-box-shadow: 0px 0px 20px 1px rgba(106, 115, 118, 0.3);
    box-shadow: 0px 0px 20px 1px rgba(106, 115, 118, 0.3);
  }
  .share-dl .dl-wrap .dl-phone {
    border-radius: 48px;
    -webkit-box-shadow: 4px 3px 20px 1px rgba(106, 115, 118, 0.3);
    box-shadow: 4px 3px 20px 1px rgba(106, 115, 118, 0.3);
  }
  .share-fea .fea-about .info > .phone {
    border-radius: 48px;
    -webkit-box-shadow: 4px 3px 20px 1px rgba(106, 115, 118, 0.3);
    box-shadow: 4px 3px 20px 1px rgba(106, 115, 118, 0.3);
  }
  .share-motion .wrapper .motion-info .phone .figure {
    border-radius: 48px;
    -webkit-box-shadow: 4px 3px 20px 1px rgba(106, 115, 118, 0.3);
    box-shadow: 4px 3px 20px 1px rgba(106, 115, 118, 0.3);
  }
  .share-mv .mv-wrap .box .phone {
    border-radius: 48px;
    -webkit-box-shadow: 4px 3px 20px 1px rgba(106, 115, 118, 0.3);
    box-shadow: 4px 3px 20px 1px rgba(106, 115, 118, 0.3);
  }
}

@media screen and (max-width: 1023px) {
  .nav-toggle.active span:nth-child(1) {
    top: 22px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav-toggle.active span:nth-child(2) {
    top: 22px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-toggle.active span:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  ._wide {
    display: none !important;
  }
  ._wide-hide {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1279px) {
  .scroll-top {
    right: 30px;
  }
}

@media screen and (min-width: 1280px) {
  .scroll-top {
    right: calc(50% - 610px);
  }
  .share-fea.-sec01 .fea-about {
    padding: 147px 0 250px;
  }
  .share-fea.-sec02 {
    padding: 170px 0 136px;
  }
  .share-fea.-sec03 {
    padding: 104px 0 180px;
  }
  .share-fea.-amc.-sec01 .fea-about {
    padding: 147px 0 96px;
  }
  .share-fea.-amc.-sec02 {
    padding: 150px 0 170px;
  }
  .share-fea.-amc.-sec03 {
    padding: 157px 0 240px;
  }
  .share-fea .fea-about .sec-ttl {
    font-size: 3.6rem;
    line-height: 1.6111;
  }
  .share-fea .fea-about.-ana .title.-ttl01 {
    margin-left: 58px;
  }
  .share-fea .fea-about.-ana .title.-ttl02 {
    margin-left: 108px;
  }
  .share-fea .fea-about.-ana .title.-ttl03 {
    margin-left: 118px;
  }
  .share-fea .fea-about.-amc .title.-ttl01 {
    margin-left: 58px;
  }
  .share-fea .fea-about.-amc .title.-ttl02 {
    margin-left: 108px;
  }
  .share-fea .fea-about.-amc .title.-ttl03 {
    margin-left: 108px;
  }
  .share-motion .wrapper .sec-ttl .title {
    font-size: 3.6rem;
    line-height: 1.6111;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about-app .about-download {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .about-app .about-download .app + .app {
    margin-top: 20px;
    margin-left: 0;
  }
  .index-info .info-con > .wrapper > .flow {
    right: -20px;
  }
  .share-dl .dl-wrap .dl-phone {
    width: 204px;
  }
  ._tablet-hide {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .index-info .btn-phone {
    bottom: -150px;
    left: calc(50% - 22px);
    width: 204px;
  }
}

@media screen and (max-width: 767px) {
  ._tablet {
    display: none !important;
  }
  ._pc {
    display: none !important;
  }
  ._sp-hide {
    display: none !important;
  }
  ._fzxs-sp,
  ._fzxxs-sp {
    font-size: 0.625rem !important;
    line-height: 1.8 !important;
  }
  ._fzs-sp {
    font-size: 0.875rem !important;
    line-height: 1.5714 !important;
  }
  ._fzm-sp {
    font-size: 1rem !important;
    line-height: 1.5 !important;
  }
}
