@charset "UTF-8";
.article {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .article {
    padding-top: 9.3333333333vw;
    padding-bottom: 16vw;
  }
}
.article .tpl-inner > .ttl {
  background: url("../images/app/ttl.png") 0 0 no-repeat;
  width: 622px;
  margin: auto;
  margin-bottom: 30px;
  height: 117px;
  background-size: 100% auto;
  font-size: 0;
  color: transparent;
}
@media screen and (max-width: 750px) {
  .article .tpl-inner > .ttl {
    background: url("../images/app/ttl_sp.png") 0 0 no-repeat;
    background-size: 100% auto;
    width: 91.0666666667vw;
    height: 18.4vw;
    margin-bottom: 8vw;
  }
}
.article .lead {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .article .lead {
    font-size: 28px;
    font-size: 3.7333333333vw;
  }
}
.article .lead em {
  font-size: 2.8rem;
  color: #2C893A;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .article .lead em {
    font-size: 42px;
    font-size: 5.6vw;
  }
}
.article .appview {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 55px;
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .article .appview {
    margin-top: 6.6666666667vw;
  }
}
.article .appview .view {
  width: 265px;
  margin-left: 74px;
}
.article .appview .view img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  .article .appview .view {
    width: 46vw;
    margin-left: 5.6vw;
  }
}
.article .appview .filter {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-weight: bold;
  font-size: 3rem;
  font-family: "Barlow Semi Condensed", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .article .appview .filter {
    font-size: 38px;
    font-size: 5.0666666667vw;
    white-space: nowrap;
  }
}
.article .appview .dl {
  position: relative;
  padding-top: 30px;
}
@media screen and (max-width: 750px) {
  .article .appview .dl {
    padding-top: 6.6666666667vw;
  }
}
.article .appview .dl .dl-lead {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #666666;
}
@media screen and (max-width: 750px) {
  .article .appview .dl .dl-lead {
    font-size: 28px;
    font-size: 3.7333333333vw;
  }
}
.article .appview .dl .dl-lead:before, .article .appview .dl .dl-lead:after {
  position: relative;
  top: 6px;
  content: "";
  display: inline-block;
  background: #666;
  width: 2px;
  height: 25px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .article .appview .dl .dl-lead:before, .article .appview .dl .dl-lead:after {
    display: block;
    position: absolute;
    height: 12vw;
    top: 0.8vw;
  }
}
.article .appview .dl .dl-lead:before {
  transform: rotate(-30deg) scale(-1, 1);
  margin-right: 15px;
}
@media screen and (max-width: 750px) {
  .article .appview .dl .dl-lead:before {
    left: 0;
    transform: rotate(-20deg) scale(-1, 1);
    margin-left: 2vw;
  }
}
.article .appview .dl .dl-lead:after {
  transform: rotate(30deg);
  margin-left: 15px;
}
@media screen and (max-width: 750px) {
  .article .appview .dl .dl-lead:after {
    right: 0;
    transform: rotate(20deg);
    margin-right: 2vw;
  }
}
.article .appview .dl .dl-icon {
  position: relative;
  text-align: center;
  margin: 10px auto 0;
  width: 159px;
}
.article .appview .dl .dl-icon img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .article .appview .dl .dl-icon {
    width: 22.6666666667vw;
    margin: auto;
    margin-top: 2.6666666667vw;
  }
}
.article .appview .dl .dl-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .article .appview .dl .dl-btn {
    display: block;
    margin-top: 6.6666666667vw;
  }
}
.article .appview .dl .dl-btn li {
  width: 200px;
}
@media screen and (max-width: 750px) {
  .article .appview .dl .dl-btn li {
    width: 36vw;
    margin: auto;
  }
}
.article .appview .dl .dl-btn li img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 751px) {
  .article .appview .dl .dl-btn li + li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 750px) {
  .article .appview .dl .dl-btn li + li {
    margin-top: 4vw;
  }
}
.article .appview .dl .dl-btn li .qr {
  text-align: center;
  padding-top: 25px;
}
@media screen and (max-width: 750px) {
  .article .appview .dl .dl-btn li .qr {
    display: none;
  }
}
.article .appview .dl .dl-btn li .qr img {
  width: auto;
}

.tpl-btn {
  width: 288px;
  height: 58px;
  text-align: center;
  margin: 40px auto;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .tpl-btn {
    width: 66.6666666667vw;
    height: 13.3333333333vw;
  }
}

.app-point {
  padding: 55px 0 0;
}
@media screen and (max-width: 750px) {
  .app-point {
    padding: 13.3333333333vw 0 0;
  }
}

.app-point--sec {
  background-repeat: no-repeat;
  background-image: url(../images/app/app-circle.png);
}
@media screen and (max-width: 750px) {
  .app-point--sec {
    background-size: 66.6666666667vw auto;
  }
}
.app-point--sec .tpl-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.app-point--sec .img {
  width: 246px;
  min-width: 246px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .app-point--sec .img {
    width: 46vw;
    min-width: 46vw;
  }
}
.app-point--sec .img img {
  width: 100%;
}
.app-point--sec .txt {
  width: 500px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .app-point--sec .txt {
    width: 44vw;
  }
}
.app-point--sec .txt .point {
  color: #2C893A;
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .app-point--sec .txt .point {
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
}
.app-point--sec .txt .point::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #2C893A;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .app-point--sec .txt .point::after {
    height: 2px;
  }
}
.app-point--sec .txt h3 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .app-point--sec .txt h3 {
    font-size: 4.5333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}

.app-point--sec-01 {
  background-position: -80px 0;
  padding-bottom: 150px;
}
@media screen and (max-width: 750px) {
  .app-point--sec-01 {
    background-position: -20vw 0;
    padding-bottom: 13.3333333333vw;
  }
}
.app-point--sec-01 .img {
  left: 178px;
  top: 75px;
}
@media screen and (max-width: 750px) {
  .app-point--sec-01 .img {
    left: 0;
    top: 9.3333333333vw;
  }
}
.app-point--sec-01 .txt {
  right: 120px;
  top: 140px;
}
@media screen and (max-width: 750px) {
  .app-point--sec-01 .txt {
    right: 0;
    top: 0;
  }
}

.app-point--sec-02 {
  background-position: right -85px top 60px;
  padding-bottom: 70px;
}
@media screen and (max-width: 750px) {
  .app-point--sec-02 {
    background-position: right -12vw top 40vw;
  }
}
.app-point--sec-02 .tpl-inner {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.app-point--sec-02 .img {
  right: 180px;
  top: 0;
}
@media screen and (max-width: 750px) {
  .app-point--sec-02 .img {
    right: 0;
    top: 9.3333333333vw;
  }
}
.app-point--sec-02 .txt {
  left: 120px;
  top: 60px;
}
@media screen and (max-width: 750px) {
  .app-point--sec-02 .txt {
    left: 0;
    top: 0;
  }
}

.app-point--sec-03 {
  background-position: -80px 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .app-point--sec-03 {
    background-position: -20vw 0;
    padding-bottom: 0;
  }
}
.app-point--sec-03 .img {
  left: 178px;
  top: 75px;
}
@media screen and (max-width: 750px) {
  .app-point--sec-03 .img {
    left: 0;
    top: 9.3333333333vw;
  }
}
.app-point--sec-03 .txt {
  right: 120px;
  top: 140px;
}
@media screen and (max-width: 750px) {
  .app-point--sec-03 .txt {
    right: 0;
    top: 0;
  }
}

.app-detail-box {
  margin-bottom: 100px;
}
.app-detail-box .tpl-ttl3 {
  margin-bottom: 30px;
}

.app-detail-listbox {
  padding-top: 55px;
}
.app-detail-listbox .app-detail-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: initial;
  margin-top: 0;
  margin-bottom: 0;
  background: url(../images/app/appbg-l.png) no-repeat;
  padding: 77px 0 0 240px;
}
.app-detail-listbox .app-detail-box .app-detail-img {
  margin-left: 0;
  width: 230px;
}
.app-detail-listbox .app-detail-box .app-detail-txt {
  width: 60%;
  margin-left: auto;
}
.app-detail-listbox .app-detail-box .app-detail-txt .point {
  font-size: 30px;
  position: relative;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #2c8939;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.app-detail-listbox .app-detail-box .app-detail-txt .point:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #2c8939;
  position: absolute;
  bottom: 0;
}
.app-detail-listbox .app-detail-box .app-detail-txt .mds01 {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 12px;
}
.app-detail-listbox .app-detail-box:nth-child(even) {
  background: url(../images/app/appbg-r.png) no-repeat right;
  padding: 77px 240px 0 0px;
  margin-left: auto;
}
.app-detail-listbox .app-detail-box:nth-child(even) .app-detail-img {
  order: 2;
}
.app-detail-listbox .app-detail-box:nth-child(even) .app-detail-txt {
  order: 1;
  margin-right: auto;
}
.app-detail-listbox .no-col_img {
  width: 500px !important;
}

@media screen and (max-width: 750px) {
  .app-detail-listbox .app-detail-box {
    background-size: 50vw;
    padding: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .app-detail-listbox .app-detail-box .app-detail-img {
    width: 40vw;
    margin-right: 5.6vw;
  }
  .app-detail-listbox .app-detail-box .app-detail-txt {
    width: 50%;
    font-size: 14px;
  }
  .app-detail-listbox .app-detail-box .app-detail-txt .point {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .app-detail-listbox .app-detail-box .app-detail-txt .mds01 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .app-detail-listbox .app-detail-box:nth-child(even) {
    padding: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 50vw;
  }
  .app-detail-listbox .app-detail-box:nth-child(even) .app-detail-img {
    margin-right: 0;
    margin-left: 5.6vw;
  }
  .app-detail-listbox .app-detail-box.no-col {
    display: block;
    background: url(../images/app/appbg-c.png) no-repeat center 72vw;
    background-size: 70%;
  }
  .app-detail-listbox .app-detail-box.no-col .app-detail-txt {
    width: 100%;
  }
  .app-detail-listbox .app-detail-box.no-col .app-detail-img {
    width: 100%;
    margin-left: 0;
  }
  .app-detail-listbox .app-detail-box .no-col_img {
    width: 100% !important;
  }
}
.page-app-terms .tpl-ttl-shopNews {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .page-app-terms .tpl-ttl-shopNews {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
}
.page-app-terms .tpl-ttl3 {
  margin-top: 40px;
}
.page-app-terms .section:first-of-type {
  margin-top: 0;
}
.page-app-terms .section dl {
  margin-top: 2em;
  display: table;
}
@media screen and (max-width: 750px) {
  .page-app-terms .section dl {
    margin-top: 1em;
  }
}
.page-app-terms .section dl dd {
  display: table-cell;
}
.page-app-terms .section dl dt {
  display: table-cell;
  width: 2em;
  font-weight: 700;
}
.page-app-terms .section dl dd ul li {
  margin-left: 1.5em;
  text-indent: -1.5em;
}

.txt-box {
  margin-bottom: 30px;
}
.txt-box .subttl {
  color: #2c8939;
  font-weight: bold;
  font-size: 18px;
}
.txt-box ol {
  margin: 0;
  padding: 0;
}
.txt-box ol li {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.txt-box .red {
  color: #f54337;
}
.txt-box .fwB {
  font-weight: bold;
}/*# sourceMappingURL=app.css.map */