body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.app {
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
  line-height: 1;
}
.app *,
.app *::before,
.app *::after {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.app header,
.app main,
.app section,
.app footer {
  display: block;
}
.app ul,
.app ol {
  list-style: none;
}
.app a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
.app img {
  border: none;
  vertical-align: bottom;
}

.app img {
  width: 100%;
}

.app-wrapper > div {
  overflow: hidden;
}

.app-header {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid #009944;
  background: #fff;
}

.app-footer {
  position: relative;
  z-index: 3;
  background: #fff;
}
.app-footer__copyright {
  background: url("/library/app/images/ft_bg_03.png") top right 50px/120px 45px no-repeat, url("/library/app/images/ft_bg_02.png") top left 50px/95px 45px no-repeat, url("/library/app/images/ft_bg_01.png") top 0px left/1px 45px repeat-x;
  text-align: center;
}

.app-kv {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.app-kv__bg-02 {
  position: absolute;
  background: url("/library/app/images/kv_bg_02.png") top center no-repeat;
  background-size: 100% auto;
  -webkit-animation: spin 32s linear infinite;
  animation: spin 32s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 0;
}

.app-nav__list li a {
  position: relative;
  background-color: #009944;
  color: #fff;
  font-weight: bold;
  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;
  text-align: center;
}
.app-nav__list li a::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.app-nav__list li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/library/app/images/ico_arw_g_d.png") top center no-repeat;
  background-size: 100% auto;
}
.app-nav__list li:nth-child(even) a {
  background-color: #fda500;
}
.app-nav__list li:nth-child(even) a::after {
  background: url("/library/app/images/ico_arw_o_d.png") top center no-repeat;
  background-size: 100% auto;
}

.app-point {
  background-color: #fdfacb;
}
.app-point-badge {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.app-point-badge__bg {
  position: absolute;
  left: 50%;
  background: url("/library/app/images/pt_badge_bg_01.png") top center no-repeat;
  background-size: 100% auto;
  -webkit-animation: spin 10.5s linear infinite;
  animation: spin 10.5s linear infinite;
  z-index: 0;
}
.app-point-badge__img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.app-point-list__item:nth-child(even) .app-point-badge__bg {
  background: url("/library/app/images/pt_badge_bg_02.png") top center no-repeat;
  background-size: 100% auto;
}
.app-point-list__inner {
  background: #fff;
}
.app-point__btn {
  color: #009944;
}
.app-point__btn a {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  color: #009944;
}
.app-point__btn a::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #009944;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.app-point__btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/library/app/images/ico_arw_w_r.png") top center no-repeat;
  background-size: 100% auto;
}
.app-point__toggle {
  color: #009944;
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  color: #009944;
}
.app-point__toggle::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #009944;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.app-point__toggle::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/library/app/images/ico_plus_w.png") top center no-repeat;
  background-size: 100% auto;
}
.app-point__toggle.is-open::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/library/app/images/ico_minus_w.png") top center no-repeat;
  background-size: 100% auto;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.app-howto {
  background-color: #009944;
}
.app-howto__box {
  background: #fff;
}
.app-howto__box.app-howto__box-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.app-howto-pitkun {
  text-align: center;
}
.app-howto-pitkun__txt {
  color: #009944;
  font-weight: bold;
}
.app-howto__txt {
  text-align: center;
  font-weight: bold;
  color: #333333;
}
.app-howto-stamp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.app-howto-line {
  background: #fdfacb;
  overflow: hidden;
}
.app-howto-line__hdg {
  background: #fee24a;
  text-align: center;
  color: #009944;
  font-weight: bold;
}
.app-howto__note {
  text-indent: -1em;
  padding-left: 1em !important;
}

.app-attention__item:first-child {
  border-bottom: 1px solid #009944;
}
.app-attention__hdg {
  font-weight: bold;
  color: #009944;
}
.app-attention__btn {
  color: #009944;
}
.app-attention__btn a {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  color: #009944;
}
.app-attention__btn a::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #009944;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.app-attention__btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/library/app/images/ico_arw_w_r.png") top center no-repeat;
  background-size: 100% auto;
}

@media (min-width: 801px) {
  body {
    min-width: 960px;
  }
  .app a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .app a:hover {
    opacity: 0.7;
  }
  .app .is-sp {
    display: none !important;
  }
  .app-header {
    padding: 0 20px;
  }
  .app-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    max-width: 1100px;
    height: 70px;
  }
  .app-header__logo {
    width: 263px;
    padding-top: 5px;
  }
  .app-header__40th {
    width: 72px;
  }
  .app-footer {
    padding: 30px 0;
  }
  .app-footer__pagetop {
    position: absolute;
    top: -34px;
    right: 42px;
  }
  .app-footer__pagetop a {
    display: block;
    padding-top: 66px;
    width: 67px;
    height: 115px;
    background: url("/library/app/images/ft_btn_02.png") no-repeat;
    text-align: center;
    font-size: 12px;
    line-height: 1.1667;
    color: #009944;
  }
  .app-footer__pagetop a:hover {
    text-decoration: underline;
  }
  .app-footer__btn {
    margin: 0 auto 22px;
    padding: 0 20px;
    max-width: 1140px;
  }
  .app-footer__btn img {
    width: 164px;
  }
  .app-footer__copyright {
    padding-top: 40px;
    font-size: 12px;
  }
  .app-kv {
    height: 580px;
    background: #b2e07b url("/library/app/images/kv_bg_01_pc.png") top center no-repeat;
    background-size: 1398px auto;
  }
  .app-kv__bg-02 {
    top: -160px;
    left: 50%;
    margin-left: -324px;
    width: 916px;
    height: 916px;
  }
  .app-kv__img-01 {
    position: absolute;
    top: 17px;
    left: 50%;
    width: 483px;
    margin-left: -626px;
    z-index: 2;
  }
  .app-kv__inner {
    position: relative;
    width: 960px;
    margin: auto;
    padding-top: 20px;
  }
  .app-kv__logo {
    width: 584px;
    margin-left: 343px;
  }
  .app-kv__lead {
    width: 649px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px;
    margin-left: 320px;
  }
  .app-kv__lead img {
    width: 94px;
    margin-right: 15px;
  }
  .app-kv__txt {
    font-size: 20px;
    line-height: 1.8;
  }
  .app-kv__block {
    width: 693px;
    margin-top: 25px;
    margin-left: 267px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .app-kv-line {
    width: 385px;
    border-radius: 10px;
    background: #fee24a;
    padding: 5px 8px;
  }
  .app-kv-line__hdg {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
  }
  .app-kv-line__hdg img {
    width: 134px;
  }
  .app-kv-line__hdg p {
    padding-top: 5px;
    text-align: center;
  }
  .app-kv-line__stamp {
    background: #fff;
    width: 100%;
    margin: 8px 0 !important;
    padding: 4px 21px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .app-kv-line__stamp li:nth-child(1) {
    width: 98px;
  }
  .app-kv-line__stamp li:nth-child(2) {
    width: 88px;
  }
  .app-kv-line__stamp li:nth-child(3) {
    width: 102px;
  }
  .app-kv-line__note {
    font-size: 12px;
    text-align: center;
  }
  .app-kv-download {
    width: 288px;
    border-radius: 10px;
    background: #fff;
    border: solid 4px #009944;
    padding: 18px 25px 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .app-kv-download__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .app-kv-download__item + .app-kv-download__item {
    margin-top: 18px;
    padding-top: 13px;
    border-top: solid 2px #009944;
  }
  .app-kv-download__btn {
    width: 167px;
  }
  .app-kv-download__qr {
    width: 60px;
    margin-left: 5px;
  }
  .app-kv__note {
    margin-top: 5px;
    margin-left: 263px;
    font-size: 12px;
    color: #808080;
  }
  .app-intro {
    padding: 50px 0 0;
  }
  .app-intro__img {
    width: 960px;
    margin: auto;
  }
  .app-intro__arw {
    width: 30px;
    margin: 50px auto 0;
  }
  .app-nav {
    padding: 50px 0 60px;
  }
  .app-nav__hdg {
    width: 942px;
    margin: auto auto 25px;
  }
  .app-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 960px;
    margin: auto !important;
  }
  .app-nav__list li {
    margin-right: 15px;
  }
  .app-nav__list li a {
    width: 310px;
    height: 80px;
    border-radius: 200px;
    padding-left: 7px;
    font-size: 20px;
    line-height: 1.4;
    border: solid 4px #009944;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .app-nav__list li a::before {
    width: 40px;
    height: 40px;
    right: 16px;
  }
  .app-nav__list li a::after {
    right: 28px;
    width: 14px;
    height: 9px;
  }
  .app-nav__list li a:hover {
    color: #009944;
    background-color: #fff;
  }
  .app-nav__list li a:hover::before {
    background-color: #009944;
  }
  .app-nav__list li a:hover::after {
    background: url("/library/app/images/ico_arw_w_d.png") top center no-repeat;
    background-size: 100% auto;
  }
  .app-nav__list li:nth-child(even) a {
    border: solid 4px #fda500;
  }
  .app-nav__list li:nth-child(even) a:hover {
    color: #fda500;
  }
  .app-nav__list li:nth-child(even) a:hover::before {
    background-color: #fda500;
  }
  .app-nav__list li:nth-child(n + 4) {
    margin-top: 20px;
  }
  .app-nav__list li:nth-child(3),
  .app-nav__list li:last-child {
    margin-right: 0px;
  }
  .app-nav__list li img {
    position: absolute;
    width: 65px;
    left: 8px;
  }
  .app-point {
    padding: 1px 0 60px;
  }
  .app-point__inner {
    margin: 0 auto;
    width: 960px;
  }
  .app-point-badge {
    width: 307px;
    top: -65px;
  }
  .app-point-badge__bg {
    top: 0;
    margin-left: -61px;
    width: 124px;
    height: 124px;
  }
  .app-point__hdg {
    position: relative;
    margin: 0 auto 20px;
  }
  .app-point-list {
    width: 960px;
  }
  .app-point-list__item {
    margin-top: 50px;
    padding-top: 72px;
  }
  .app-point-list__item:nth-child(1) .app-point__hdg {
    width: 344px;
  }
  .app-point-list__item:nth-child(2) .app-point__hdg {
    width: 262px;
  }
  .app-point-list__item:nth-child(3) .app-point__hdg {
    width: 394px;
  }
  .app-point-list__item:nth-child(4) .app-point-list__inner {
    padding-bottom: 50px;
  }
  .app-point-list__item:nth-child(4) .app-point__hdg {
    width: 226px;
  }
  .app-point-list__item:nth-child(5) .app-point__hdg {
    width: 164px;
  }
  .app-point-list__item:nth-child(6) .app-point__hdg {
    width: 396px;
  }
  .app-point-list__inner {
    position: relative;
    border-radius: 20px;
    padding: 85px 40px 0 40px;
  }
  .app-point__txt {
    font-size: 20px;
    line-height: 1.8;
    text-align: center;
  }
  .app-point__note {
    margin-top: 20px !important;
    font-size: 12px;
    text-align: center;
  }
  .app-point__note li {
    text-align: center;
  }
  .app-point__btn {
    margin-top: 30px;
  }
  .app-point__btn a {
    width: 300px;
    padding-left: 32px;
    font-size: 16px;
    line-height: 1.5;
    height: 80px;
    border-radius: 100px;
    border: solid 4px #009944;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .app-point__btn a::before {
    width: 40px;
    height: 40px;
    right: 16px;
  }
  .app-point__btn a::after {
    right: 30px;
    width: 9px;
    height: 14px;
  }
  .app-point__btn a:hover {
    opacity: 1;
    color: #fff;
    background-color: #009944;
  }
  .app-point__btn a:hover::before {
    background-color: #fff;
  }
  .app-point__btn a:hover::after {
    background: url("/library/app/images/ico_arw_g_r.png") top center no-repeat;
    background-size: 100% auto;
  }
  .app-point__toggle {
    width: 400px;
    margin: 20px auto auto;
    padding-left: 80px;
    font-size: 20px;
    height: 80px;
    border-radius: 100px;
    border: solid 4px #009944;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .app-point__toggle::before {
    width: 40px;
    height: 40px;
    right: 16px;
  }
  .app-point__toggle::after {
    right: 29px;
    width: 14px;
    height: 14px;
  }
  .app-point__toggle:hover {
    opacity: 0.7;
  }
  .app-point__child {
    margin-top: 20px;
    display: none;
  }
  .app-point__child-arw {
    display: none;
  }
  .app-point-point1__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 37px;
    padding-left: 18px;
    padding-right: 46px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .app-point-point1__img-01 {
    width: 76px;
    margin-top: 143px;
    margin-right: 35px;
  }
  .app-point-point1__img-02 {
    width: 252px;
    margin-right: 60px;
  }
  .app-point-point1__img-03 {
    width: 391px;
  }
  .app-point-point2__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 38px;
    padding-left: 4px;
    padding-right: 9px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .app-point-point2__img-01 {
    width: 453px;
    margin-top: 22px;
    margin-right: 40px;
  }
  .app-point-point2__img-02 {
    width: 252px;
    margin-right: 65px;
  }
  .app-point-point2__img-03 {
    width: 60px;
    margin-top: 206px;
  }
  .app-point-point3__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 40px;
    padding-left: 5px;
    padding-right: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .app-point-point3__img-01 {
    width: 94px;
    margin-top: 173px;
    margin-right: 30px;
  }
  .app-point-point3__img-02 {
    width: 252px;
    margin-right: 60px;
  }
  .app-point-point3__img-03 {
    width: 394px;
    margin-top: 20px;
  }
  .app-point-point4__img {
    width: 100%;
    margin-top: 36px;
    padding-left: 123px;
    padding-right: 163px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .app-point-point4__img-01 {
    width: 593px;
  }
  .app-point-point4__img-02 {
    width: 864px;
    margin: auto;
  }
  .app-point-point5__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 40px;
    padding-left: 50px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .app-point-point5__img-01 {
    width: 396px;
    margin-top: 20px;
    margin-right: 48px;
  }
  .app-point-point5__img-02 {
    width: 252px;
    margin-right: 42px;
  }
  .app-point-point5__img-03 {
    width: 67px;
    margin-top: 173px;
  }
  .app-point-point6__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 37px;
    padding-left: 5px;
    padding-right: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .app-point-point6__img-01 {
    width: 73px;
    margin-top: 163px;
    margin-right: 45px;
  }
  .app-point-point6__img-02 {
    width: 252px;
    margin-right: 78px;
  }
  .app-point-point6__img-03 {
    width: 350px;
    margin-top: 31px;
  }
  .app-howto {
    padding: 60px 0 80px;
  }
  .app-howto__inner {
    margin: 0 auto;
    width: 960px;
  }
  .app-howto__hdg01 {
    width: 454px;
    margin: auto auto 16px;
  }
  .app-howto__hdg02 {
    width: 288px;
    margin: 53px auto 16px;
  }
  .app-howto__box {
    border-radius: 20px;
    padding: 40px;
  }
  .app-howto-pitkun {
    width: 132px;
  }
  .app-howto-pitkun__img {
    width: 100px;
    margin: auto auto 12px;
  }
  .app-howto-pitkun__txt {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
  }
  .app-howto-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 698px;
  }
  .app-howto-download__item {
    width: 329px;
    padding-left: 40px;
    border-left: 2px solid #009944;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .app-howto-download__item:nth-child(2) {
    margin-left: 40px;
  }
  .app-howto-download__item dt {
    width: 100%;
    height: 44px;
    background: #ffe24a;
    margin-bottom: 20px;
    font-size: 20px;
    color: #009944;
    text-align: center;
    font-weight: bold;
    line-height: 44px;
  }
  .app-howto-download__item dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .app-howto-download__btn {
    width: 175px;
  }
  .app-howto-download__btn.is-appstore {
    width: 152px;
    margin-left: 12px;
  }
  .app-howto-download__qr {
    width: 80px;
  }
  .app-howto__txt {
    font-size: 24px;
    line-height: 1.5833333333;
  }
  .app-howto-stamp {
    width: 845px;
    margin: 26px auto auto !important;
    background: url("/library/app/images/stamp_bg_pc.png") top center no-repeat;
    background-size: 327px auto;
  }
  .app-howto-stamp__item:nth-child(1) {
    width: 150px;
    margin-top: 86px;
    margin-left: 45px;
  }
  .app-howto-stamp__item:nth-child(2) {
    width: 140px;
    margin-left: 50px;
  }
  .app-howto-stamp__item:nth-child(3) {
    width: 170px;
    margin-left: 45px;
  }
  .app-howto-stamp__item:nth-child(4) {
    width: 175px;
    margin-left: 45px;
  }
  .app-howto-line {
    width: 100%;
    margin-top: 30px;
    border-radius: 20px;
  }
  .app-howto-line__hdg {
    width: 100%;
    height: 44px;
    font-size: 20px;
    line-height: 44px;
  }
  .app-howto-line__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 47px 0 47px;
  }
  .app-howto-line__list {
    font-size: 18px;
    line-height: 24px;
  }
  .app-howto-line__list li img {
    width: 24px;
    margin-right: 6px;
  }
  .app-howto-line__list li + li {
    margin-top: 10px;
  }
  .app-howto-line__img {
    width: 264px;
  }
  .app-howto__note {
    margin-left: 47px !important;
    margin-top: 15px !important;
    font-size: 12px;
    line-height: 1.75;
  }
  .app-attention {
    padding: 74px 0 80px;
  }
  .app-attention__inner {
    width: 960px;
    margin: auto !important;
  }
  .app-attention__item:first-child {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
  .app-attention__hdg {
    margin-bottom: 30px;
    font-size: 32px;
  }
  .app-attention__txt {
    font-size: 18px;
  }
  .app-attention__note {
    margin-top: 20px !important;
    font-size: 12px;
    line-height: 1.75;
  }
  .app-attention__btn {
    margin-top: 30px;
  }
  .app-attention__btn a {
    width: 393px;
    height: 80px;
    padding-left: 26px;
    border-radius: 100px;
    border: solid 4px #009944;
    font-size: 16px;
    line-height: 72px;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .app-attention__btn a::before {
    width: 40px;
    height: 40px;
    right: 21px;
  }
  .app-attention__btn a::after {
    right: 35px;
    width: 9px;
    height: 14px;
  }
  .app-attention__btn a:hover {
    opacity: 1;
    color: #fff;
    background-color: #009944;
  }
  .app-attention__btn a:hover::before {
    background-color: #fff;
  }
  .app-attention__btn a:hover::after {
    background: url("/library/app/images/ico_arw_g_r.png") top center no-repeat;
    background-size: 100% auto;
  }
}
@media (max-width: 800px) {
  .app .is-pc {
    display: none !important;
  }
  .app-header {
    padding: 0 4vw;
  }
  .app-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 12.5vw;
  }
  .app-header__logo {
    padding-top: 1.25vw;
    width: 43.5vw;
  }
  .app-header__40th {
    width: 12.75vw;
  }
  .app-footer {
    padding: 7.5vw 0 5vw;
  }
  .app-footer__pagetop {
    display: none;
  }
  .app-footer__btn {
    padding: 0 6.75vw;
    text-align: right;
  }
  .app-footer__btn img {
    width: 43.25vw;
  }
  .app-footer__copyright {
    padding-top: 55px;
    font-size: 3.25vw;
  }
  .app-kv {
    background: #b2e07b url("/library/app/images/kv_bg_01_sp.png") top center no-repeat;
    background-size: 100% auto;
  }
  .app-kv__bg-02 {
    top: -16vw;
    left: 50%;
    margin-left: -56.5vw;
    width: 113vw;
    height: 113vw;
  }
  .app-kv__img-01 {
    position: absolute;
    bottom: 13.5vw;
    left: 50%;
    width: 82.25vw;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    z-index: 2;
  }
  .app-kv__inner {
    position: relative;
    width: 100%;
    margin: auto;
    padding-top: 5.25vw;
    z-index: 3;
  }
  .app-kv__logo {
    width: 88.25vw;
    margin: auto;
  }
  .app-kv__lead {
    width: 96vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 3vw auto auto;
  }
  .app-kv__lead img {
    width: 13vw;
  }
  .app-kv__txt {
    font-size: 3vw;
    line-height: 1.5833333333;
  }
  .app-kv__block {
    width: 100%;
    margin: 5vw auto auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .app-kv-line {
    margin-top: 52vw;
    width: 100%;
    background: #fee24a;
    padding: 1.25vw 2vw 2.5vw;
  }
  .app-kv-line__hdg {
    text-align: center;
    font-size: 4.5vw;
    font-weight: bold;
    color: #333333;
  }
  .app-kv-line__hdg img {
    width: 33.5vw;
  }
  .app-kv-line__hdg p {
    padding-top: 0.75vw;
    text-align: center;
  }
  .app-kv-line__stamp {
    background: #fff;
    width: 100%;
    margin: 2.5vw 0 !important;
    padding: 2vw 8.75vw !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .app-kv-line__stamp li:nth-child(1) {
    width: 22.75vw;
  }
  .app-kv-line__stamp li:nth-child(2) {
    width: 20.5vw;
  }
  .app-kv-line__stamp li:nth-child(3) {
    width: 23.5vw;
  }
  .app-kv-line__note {
    font-size: 3vw;
    text-align: center;
  }
  .app-kv-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 83.25vw;
    margin: auto;
    padding: 2vw 3vw;
    border-radius: 2.5vw;
    background: #fff;
    border: solid 0.5vw #009944;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .app-kv-download__item + .app-kv-download__item {
    margin-left: 3vw;
    padding-left: 3vw;
    border-left: solid 0.5vw #009944;
  }
  .app-kv-download__btn {
    width: 38.5vw;
  }
  .app-kv-download__btn.is-appstore {
    width: 32.5vw;
  }
  .app-kv-download__qr {
    display: none;
  }
  .app-kv__note {
    margin-top: 2vw;
    font-size: 3vw;
    line-height: 1.5;
    color: #808080;
    text-align: center;
  }
  .app-intro {
    padding: 10vw 0 0;
  }
  .app-intro__img {
    width: 88.5vw;
    margin: auto;
  }
  .app-intro__arw {
    width: 7.5vw;
    margin: 10vw auto 0;
  }
  .app-nav {
    padding: 8.25vw 0 10vw;
  }
  .app-nav__hdg {
    width: 87.5vw;
    margin: auto auto 5vw;
  }
  .app-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 88.75vw;
    margin: auto !important;
  }
  .app-nav__list li {
    width: 88.75vw;
    margin-top: 3.75vw;
  }
  .app-nav__list li a {
    width: 100%;
    height: 20vw;
    border-radius: 200px;
    font-size: 5vw;
    line-height: 1.4;
  }
  .app-nav__list li a::before {
    width: 10vw;
    height: 10vw;
    right: 5vw;
  }
  .app-nav__list li a::after {
    right: 8.25vw;
    width: 3.5vw;
    height: 2.25vw;
  }
  .app-nav__list li:first-child {
    margin-top: 0px;
  }
  .app-nav__list li:nth-child(even) a::after {
    border-width: 0.75vw 0.75vw 0 0;
  }
  .app-nav__list li img {
    position: absolute;
    width: 16.25vw;
    left: 2vw;
  }
  .app-point {
    padding: 8.25vw 0 15vw;
  }
  .app-point__inner {
    margin: 0 auto;
    width: 88.75vw;
  }
  .app-point-badge {
    width: 53.5vw;
    top: -10.75vw;
  }
  .app-point-badge__bg {
    top: -1vw;
    margin-left: -12.25vw;
    width: 24.5vw;
    height: 24.5vw;
  }
  .app-point__hdg {
    position: relative;
    margin: 0 auto 3.75vw;
  }
  .app-point-list {
    width: 100%;
  }
  .app-point-list__item {
    margin-top: 8.25vw;
    padding-top: 13.25vw;
  }
  .app-point-list__item:nth-child(1) {
    margin-top: 0vw;
  }
  .app-point-list__item:nth-child(1) .app-point-list__inner {
    padding-bottom: 7.5vw;
  }
  .app-point-list__item:nth-child(1) .app-point__hdg {
    width: 64.5vw;
  }
  .app-point-list__item:nth-child(2) .app-point__hdg {
    width: 49vw;
  }
  .app-point-list__item:nth-child(3) .app-point__hdg {
    width: 73.5vw;
  }
  .app-point-list__item:nth-child(4) .app-point-list__inner {
    padding-bottom: 6.75vw;
  }
  .app-point-list__item:nth-child(4) .app-point__hdg {
    width: 42.5vw;
  }
  .app-point-list__item:nth-child(5) .app-point__hdg {
    width: 30.5vw;
  }
  .app-point-list__item:nth-child(6) .app-point__hdg {
    width: 74vw;
  }
  .app-point-list__inner {
    position: relative;
    border-radius: 2.5vw;
    padding: 19vw 0 0;
  }
  .app-point__txt {
    font-size: 4vw;
    line-height: 1.75;
    text-align: center;
  }
  .app-point__note {
    width: 81vw;
    margin: 3.75vw auto auto !important;
    font-size: 3vw;
    line-height: 1.75;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em !important;
  }
  .app-point__btn {
    margin-top: 5vw;
  }
  .app-point__btn a {
    width: 75vw;
    height: 20vw;
    margin: auto;
    padding-left: 6.5vw;
    border-radius: 200px;
    border: solid 1vw #009944;
    font-size: 4vw;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .app-point__btn a::before {
    width: 10vw;
    height: 10vw;
    right: 5vw;
  }
  .app-point__btn a::after {
    right: 8.75vw;
    width: 2.25vw;
    height: 3.5vw;
  }
  .app-point__toggle {
    width: 75vw;
    height: 20vw;
    margin: 5vw auto auto;
    padding-left: 6.5vw;
    border-radius: 200px;
    border: solid 1vw #009944;
    font-size: 4vw;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .app-point__toggle::before {
    width: 10vw;
    height: 10vw;
    right: 5vw;
  }
  .app-point__toggle::after {
    right: 8.25vw;
    width: 3.5vw;
    height: 3.5vw;
  }
  .app-point__child {
    width: 100%;
    display: none;
    position: relative;
  }
  .app-point__child-inner {
    padding-left: 3.75vw;
    padding-right: 3.75vw;
    overflow-x: scroll;
  }
  .app-point__child-inner img {
    width: 194.75vw;
  }
  .app-point__child-arw {
    position: absolute;
    top: 50.5vw;
    left: 70.25vw;
    background: #fff;
    border-radius: 50%;
    width: 10vw;
    height: 10vw;
    border: 0.5vw solid #009944;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
  }
  .app-point__child-arw::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("/library/app/images/ico_arw_g_r.png") top center no-repeat;
    background-size: 100% auto;
    right: 3.5vw;
    width: 2.25vw;
    height: 3.5vw;
  }
  .app-point__child-arw.child-arw-02 {
    top: 141.75vw;
  }
  .app-point-point1__img {
    width: 100%;
    margin-top: 6.5vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .app-point-point1__img-01 {
    width: 75vw;
    margin-left: 6.75vw;
  }
  .app-point-point1__img-02 {
    width: 50vw;
    margin: 7.5vw auto auto;
  }
  .app-point-point1__img-03 img {
    display: none;
  }
  .app-point-point2__img {
    width: 100%;
    margin-top: 6.5vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .app-point-point2__img-01 {
    width: 75vw;
    margin-left: 6.25vw;
  }
  .app-point-point2__img-02 {
    width: 50vw;
    margin: 3.75vw auto auto;
  }
  .app-point-point2__img-03 {
    display: none;
  }
  .app-point-point3__img {
    width: 100%;
    margin-top: 5vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .app-point-point3__img-01 {
    width: 81vw;
    margin-left: 3.75vw;
  }
  .app-point-point3__img-02 {
    width: 50vw;
    margin: 7.5vw auto auto;
  }
  .app-point-point3__img-03 {
    display: none;
  }
  .app-point-point4__img {
    width: 100%;
    margin-top: 6.5vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .app-point-point4__img-01 {
    width: 81.75vw;
    margin-left: 2.75vw;
  }
  .app-point-point4__img-02 img {
    margin-top: 3.75vw;
    margin-right: 3.75vw;
    margin-bottom: 3.75vw;
  }
  .app-point-point5__img {
    width: 100%;
    margin-top: 5vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .app-point-point5__img-01 {
    width: 74vw;
    margin-left: 8vw;
  }
  .app-point-point5__img-02 {
    width: 50vw;
    margin: 7.5vw auto auto;
  }
  .app-point-point5__img-03 {
    display: none;
  }
  .app-point-point6__img {
    width: 100%;
    margin-top: 5vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .app-point-point6__img-01 {
    width: 76.25vw;
    margin-left: 6vw;
  }
  .app-point-point6__img-02 {
    width: 50vw;
    margin: 7vw auto auto;
  }
  .app-point-point6__img-03 {
    display: none;
  }
  .app-howto {
    padding: 11.25vw 0 12.5vw;
  }
  .app-howto__inner {
    margin: 0 auto;
    width: 88.75vw;
  }
  .app-howto__hdg01 {
    width: 85vw;
    margin: auto auto 3vw;
  }
  .app-howto__hdg02 {
    width: 54vw;
    margin: 8.75vw auto 3vw;
  }
  .app-howto__box {
    border-radius: 2.5vw;
    padding: 6.25vw;
  }
  .app-howto__box.app-howto__box-01 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .app-howto__box.app-howto__box-02 {
    padding: 3.75vw;
  }
  .app-howto-pitkun {
    width: 28vw;
  }
  .app-howto-pitkun__img {
    width: 24.25vw;
    margin: auto auto 2vw;
  }
  .app-howto-pitkun__txt {
    font-size: 3vw;
    line-height: 1.5;
    text-align: center;
  }
  .app-howto-download {
    width: 42.75vw;
  }
  .app-howto-download dt {
    display: none;
  }
  .app-howto-download .app-howto-download__qr {
    display: none;
  }
  .app-howto-download .app-howto-download__item + .app-howto-download__item {
    margin-top: 5vw;
  }
  .app-howto__txt {
    font-size: 4vw;
    line-height: 1.75;
  }
  .app-howto-stamp {
    width: 79.25vw;
    margin-top: 4.5vw !important;
    margin-left: 2vw !important;
    padding-top: 4.25vw !important;
    background: url("/library/app/images/stamp_bg_sp.png") top center no-repeat;
    background-size: 35.5vw auto;
  }
  .app-howto-stamp__item:nth-child(1) {
    width: 19.75vw;
  }
  .app-howto-stamp__item:nth-child(2) {
    width: 13.5vw;
    margin-left: 3vw;
  }
  .app-howto-stamp__item:nth-child(3) {
    width: 16.25vw;
    margin-left: 1vw;
  }
  .app-howto-stamp__item:nth-child(4) {
    width: 22.75vw;
    margin-left: 2.5vw;
  }
  .app-howto-line {
    width: 76.5vw;
    margin: 3.75vw auto auto;
    border-radius: 5vw;
  }
  .app-howto-line__hdg {
    width: 100%;
    height: 11vw;
    font-size: 4vw;
    line-height: 11vw;
  }
  .app-howto-line__inner {
    padding: 5vw;
  }
  .app-howto-line__list {
    font-size: 3.5vw;
    line-height: 1.5;
  }
  .app-howto-line__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .app-howto-line__list li img {
    width: 5.5vw;
    height: 5.5vw;
    margin-right: 1.25vw;
  }
  .app-howto-line__list li + li {
    margin-top: 2.75vw;
  }
  .app-howto-line__img {
    margin-top: 5vw;
  }
  .app-howto__note {
    width: 66.5vw;
    margin: 3.75vw auto auto !important;
    font-size: 3vw;
    line-height: 1.75;
  }
  .app-attention {
    padding: 11.5vw 0 15vw;
  }
  .app-attention__inner {
    width: 88.75vw;
    margin: auto !important;
  }
  .app-attention__item:first-child {
    margin-bottom: 10vw;
    padding-bottom: 10vw;
  }
  .app-attention__hdg {
    margin-bottom: 8vw;
    font-size: 6vw;
  }
  .app-attention__txt {
    font-size: 4vw;
    line-height: 1.5;
  }
  .app-attention__note {
    margin-top: 4vw !important;
    font-size: 3vw;
    line-height: 1.75;
  }
  .app-attention__btn {
    margin-top: 7.5vw;
  }
  .app-attention__btn a {
    width: 100%;
    height: 20vw;
    padding-left: 6.5vw;
    border-radius: 200px;
    border: solid 1vw #009944;
    font-size: 3.5vw;
    line-height: 18vw;
  }
  .app-attention__btn a::before {
    width: 10vw;
    height: 10vw;
    right: 5vw;
  }
  .app-attention__btn a::after {
    right: 8.75vw;
    width: 2.25vw;
    height: 3.5vw;
  }
}
