@charset "UTF-8";



@media only screen and (max-width: 641px) {
.pctext {
  display: none;
}
}

@media only screen and (min-width: 641px) {
  .sptext {
    display: none;
}
}


@media only screen and (min-width: 641px) {
  .l-main .bannerImg {
    max-width: 80%;
    margin: 0 auto;
  }
}

.app-heading .txt,
.app-bottom .txt {
  background: url(//jamtrading.jp/image/app_renewal_img/slash-ttl.png) no-repeat center/contain;
  height: 25px;
}
@media only screen and (min-width: 641px) {
  .app-heading .txt,
  .app-bottom .txt {
    height: 55px;
  }
}

.download-btns {
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  margin-bottom: 5%;
}
.download-btns > li {
  display: inline-block;
  height: 42px;
}
.download-btns > li:not(:nth-child(2n)) {
  margin-right: 10px;
}
.download-btns > li img {
  height: 100%;
}
@media only screen and (min-width: 641px) {
  .download-btns > li {
    height: 50px;
  }
  .download-btns > li:not(:nth-child(2n)) {
    margin-right: 25px;
  }
  .download-btns .qr {
    margin-left: 10px;
  }
}

.old-app-link {
  font-size: 10px;
}
.old-app-link a {
  text-decoration: underline;
}
.old-app-link a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 641px) {
  .old-app-link {
    font-size: 12px;
  }
}

@media only screen and (min-width: 641px) {
  .contents-box {
    margin: 0 calc(-50vw + 50%);
  }
}

.app-heading01 {
  position: relative;
  background: #ad9c61;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 25.5px 10px;
}
.app-heading01:after {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 25px 0 25px;
  border-color: #ad9c61 transparent transparent transparent;
}
@media only screen and (min-width: 641px) {
  .app-heading01:after {
    border-width: 40px 50px 0 50px;
  }
}

.img01-wrapper {
  background: #fffee6;
  text-align: center;
}
.img01-wrapper img {
  width: 100%;
  max-width: 746px;
  margin: 5% 0;
}

.slash-ttl {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 0 18px;
}
.slash-ttl:before,
.slash-ttl:after {
  position: absolute;
  top: 5px;
  content: "";
  background: #ad9c61;
  width: 2px;
  height: 45px;
}
.slash-ttl:before {
  left: 0;
  transform: rotate(-25deg);
}
.slash-ttl:after {
  right: 0;
  transform: rotate(25deg);
}
@media only screen and (min-width: 641px) {
  .slash-ttl {
    padding: 0 20px;
  }
  .slash-ttl:before,
  .slash-ttl:after {
    top: -8px;
  }
}

.bg01 {
  background: #fffee6;
  padding: 25px 10px;
}
@media only screen and (min-width: 641px) {
  .bg01 {
    padding: 30px 20px;
  }
}

.bg02 {
  background: #fff;
  padding: 25px 10px;
}
@media only screen and (min-width: 641px) {
  .bg02 {
    padding: 30px 20px;
  }
}

@media only screen and (min-width: 641px) {
  .container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
}

.point-ttl-wrapper {
  text-align: center;
}
.point-ttl {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 55px;
  display: inline-block;
  max-width: 86%;
  text-align: left;
  margin-bottom: 20px;
}
.point-ttl:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url(//jamtrading.jp/image/app_renewal_img/point01.png) no-repeat center/cover;
  width: 43px;
  height: 52px;
}
.point-ttl.-point2:before {
  background: url(//jamtrading.jp/image/app_renewal_img/point02.png) no-repeat center/cover;
}
.point-ttl.-point3:before {
  background: url(//jamtrading.jp/image/app_renewal_img/point03.png) no-repeat center/cover;
}
@media only screen and (min-width: 641px) {
  .point-ttl {
    margin-top: 20px;
  }
  .point-ttl:before {
    top: auto;
    bottom: -10%;
  }
}

.point-txtbox {
  padding: 0 20px;
}
@media only screen and (min-width: 641px) {
  .point-txtbox {
    max-width: 80%;
    padding: 0 10px;
    margin: 0 auto;
  }
}

.red-underline {
  position: relative;
  display: inline-block;
  color: #c42828;
}
.red-underline:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: #c42828;
  width: 100%;
  height: 2px;
}

.indent-txt {
  text-indent: -1em;
  padding-left: 1em;
}

.plus-ttl-wrapper {
  position: relative;
}
.plus-ttl {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  padding: 6px 0 6px 0;
  width: 42.2%;
  float: right;
}
.plus-ttl:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: url(//jamtrading.jp/image/app_renewal_img/img03.png) no-repeat center/cover;
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 641px) {
  .plus-ttl {
    font-size: 14px;
    width: 45%;
  }
}

.more-box {
  background: #fff;
  padding: 15px 10px;
}
.more-box > li:not(:first-child) {
  margin-top: 20px;
}
@media only screen and (min-width: 641px) {
  .more-box {
    background: #fff;
    max-width: 80%;
    margin: 0 auto;
    padding: 20px;
  }
  .more-box > li:not(:first-child) {
    margin-top: 40px;
  }
}

.more-ttl {
  background: #ad9c61;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
.more-ttl .min {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
}
.more-contents {
  padding: 0 10px;
  margin-top: 5%;
}
@media only screen and (min-width: 641px) {
  .more-contents {
    padding: 0 20px;
  }
}

.col2-box:before,
.col2-box:after {
  content: " ";
  display: table;
  clear: both;
}
.col2-box > .col2-item {
  float: left;
  width: 50%;
}

.point-present {
  position: relative;
  padding-top: 100px;
  text-align: center;
}
.point-present .icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 90px;
}
.point-present .ttl {
  font-weight: bold;
}

.btn01 {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #000 !important;
  text-align: center;
  border: 1px solid #acacac;
  border-radius: 4px;
  padding: 14.5px 10px;
  transition: 0.3s ease;
}
.btn01:after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #000;
}
.btn01:hover {
  background: #efefef;
  text-decoration: none;
  color: #000;
}

.app-bottom {
  padding: 25px 0 20px;
}
.app-bottom-box {
  padding: 25px 25px 20px;
}
.app-bottom-box .bottom-right {
  float: right;
  width: 66.4%;
}
.app-bottom-box .bottom-left {
  float: left;
  width: 30.6%;
}
@media only screen and (min-width: 641px) {
  .app-bottom {
    padding: 40px 0 20px;
    max-width: 80%;
    margin: 0 auto;
  }
  .app-bottom-box {
    padding: 40px 30px 30px;
  }
  .app-bottom-box .bottom-right {
    width: 60%;
  }
  .app-bottom-box .bottom-left {
    text-align: right;
    width: 35%;
  }
  .app-bottom-box .bottom-left img {
    max-width: 160px;
  }
}

.bottom-ttl {
  display: table;
  width: 100%;
}
.bottom-ttl .ttl {
  display: table-cell;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  vertical-align: middle;
  padding-left: 8px;
}
.bottom-ttl:before {
  display: table-cell;
  content: "";
  background: url(//jamtrading.jp/image/app_renewal_img/img10.png) no-repeat center/cover;
  width: 54px;
  height: 54px;
}
@media only screen and (min-width: 641px) {
  .bottom-ttl .ttl {
    font-size: 14px;
    padding-left: 10px;
  }
  .bottom-ttl:before {
    width: 60px;
    height: 60px;
  }
}

.bottom-btns {
  padding: 15px;
  background: #efefef;
  border-radius: 4px;
}
.bottom-btns > li:before,
.bottom-btns > li:after {
  content: " ";
  display: table;
  clear: both;
}
.bottom-btns > li:not(:first-child) {
  margin-top: 10px;
}
.bottom-btns .store {
  float: left;
  display: block;
  width: 72.4%;
}
.bottom-btns .qr {
  float: right;
  display: block;
  width: 21.7%;
}
@media only screen and (min-width: 641px) {
  .bottom-btns {
    padding: 30px 40px;
  }
  .bottom-btns > li:not(:first-child) {
    margin-top: 20px;
  }
}

.l-main .coming-wrapper {
  position: relative;
  margin: 20px auto 0;
  padding: 20px;
}
.l-main .coming-wrapper:after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  visibility: initial;
}
.l-main .app-bottom-box .coming-wrapper {
  min-height: 110px;
}
.l-main .app-bottom-box .coming-txt {
  font-size: 14px;
}
.l-main .coming-txt {
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  color: #fff;
  width: 100%;
}
.l-main .coming-txt .en {
  display: block;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (min-width: 641px) {
  .l-main .app-heading .coming-wrapper {
    max-width: 50%;
  }
  .l-main .app-bottom-box .coming-wrapper {
    min-height: 200px;
  }
  .l-main .coming-txt {
    font-size: 18px;
  }
  .l-main .app-bottom-box .coming-txt {
    font-size: 18px;
  }
}



/*2022蟷ｴ12譛・2譌･霑ｽ蜉*/

.center-text {
  text-align: center;
  margin: 20px 0;
}

.w100 {
  width: 100%;
}


p.mt20.mt10-tb {
  margin-top: 20px;
}