@charset "UTF-8";

* {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.h1 {
  padding: 10px;
}

.tac {
  text-align: center;
}

body {
  max-width: 500px;
  margin: 0 auto;
}

.bgc,
.fortune_ul {
  background: linear-gradient(#8e48ff, #5057ff);
}

.mv,
.fortune_sect {
  padding: 75px 10px;
}

.mv_img {
  margin-top: 42px;
}

.main_copy {
  margin-top: 30px;
}

.mv {
  background-image: url(../img/mv_bg.png);
  background-repeat: no-repeat;
  background-position: center 83%;
}

.mv img {
  width: 190px;
}

.main_copy {
  font-size: 26px;
  color: #fff;
  line-height: 1.3;
  font-weight: 600;
}

.purchase {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.purchase_btn {
  margin: 0 5px;
}

.app_btn img {
  width: 144px;
}

.google_btn img {
  width: 179px;
}

.about_sect {
	padding: 120px 10px 80px;
  position: relative;
  background-image: url(../img/about_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.about_title,
.fortune_title,
.down-load_title,
.rules_title {
  font-weight: 600;
  font-size: 26px;
}

.about_text,
.about_img {
  margin: 40px auto 0;
}

.about_text {
  line-height: 1.6;
  letter-spacing: 1px;
  padding: 0 10px 0 18px;
  margin: 0 auto;
}

.about_img img {
  width: 225px;
}

.fortune_ul {
  border-radius: 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 352px;
  margin: 50px auto 0;
  padding: 0 10px 20px;
}

.fortune_li {
  width: 151px;
  border-radius: 19px;
  background: #fff;
  margin-top: 20px;
  box-shadow:  0 8px 11px #794ADF;
}

.fortune_item {
  font-size: 19px;
  color: #562773;
  padding: 10px;
}

.s_text {
  font-size: 14px;
}

.rules_bg,
.rules_inner {
  padding: 15px;
}

.rules_inner {
  border-radius: 19px;
  background: #fff;
  line-height: 1.3;
  letter-spacing: 1px;
  margin-top: 15px;
}

.rules_clause {
  font-weight: 600;
}

.rules_text_wrap {
display: flex;
}

.rules_text_wrap,
.rules_wrap {
  margin-top: 15px;
}

.rules_num {
  font-weight: 600;
}

.footer,
.body_bg {
  background: linear-gradient(150deg,#FCF8FF 44%, #E0C7FF);
}

.footer_rules {
  background: #D9D9D9;
}

.footer_li_rules {
  color: #fff;
}

footer {
  padding: 20px 40px;
  margin-top: 70px;
}

.footer_li {
  font-size: 21px;
  margin-top: 15px;
}

.footer_text {
  margin-top: 20px;
}

.footer_rights {
  color: #fff;
  font-size: 14px;
}