html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  font-size: 17px;
  margin: 0 auto;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  margin: 0px;
  padding: 0px;
  text-align: left;
  line-height: 150%;
  overflow-x: hidden;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  color: #1E1E1E;
}

a { color: #0075FF }
a:hover { color: #0075FF }
a:visited { color: #0075FF }
a:active { color: #0075FF }

.bold {
  font-weight: bold;
}

.footer {
  font-size: 80%;
  color: #999;
  text-align: center;
  padding: 0.8em 0.5em 2em 0.5em;
}
.footer .copyright {
  font-size: 90%;
  font-family: monospace, serif;
}

img.full {
  width: 100%;
}

.sentence {
  white-space: nowrap;
}

/*-- ここから --*/
.base {
  max-width: 800px;
  min-width: 280px;
  margin: 0 auto;
  box-sizing: border-box;
}

.header {
  text-align: center;
  /* border-bottom: 2px solid #EB5505; */
}
.header .base {
  background-image: url('../img/favicon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  height: 80px;
}
.header .base img {
  padding: 28px 65px 0 65px;
  height: 25px;
}

.promotion {
  margin-bottom: 20px;
  line-height: 0;
}
.promotion.first {
  margin-bottom: 30px;
  line-height: 0;
  background: -moz-linear-gradient(top, #4f0f0d, #8a1b17);
  background: -webkit-linear-gradient(top, #4f0f0d, #8a1b17);
  background: linear-gradient(to bottom, #4f0f0d, #8a1b17);
}
.promotion.second {
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 0;
}
.promotion.first.base {
  max-width: none;
  text-align: center;
}
.promotion.first.base img.full {
  max-width: 800px;
}

.container {
  padding-top: 20px;
  box-sizing: border-box;
}
.container.with_top_banner {
  padding-top: 0;
}
.variable_container {
  padding: 0;
  box-sizing: border-box;
}

.container .error {
  font-size: 16px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #F3F3F3;
  box-sizing: border-box;
}
.container .error p {
  margin: 10px;
}

.container .catch {
  box-sizing: border-box;
}
.container .catch::after {
  content: "";
  clear: both;
  display: block;
}

.container .catch .subject {
  width: 56%;
  float: left;
  text-align: center;
  margin-top: 16%;
  box-sizing: border-box;
}
.container .catch .subject p {
  font-size: 24px;
  margin-bottom: 16px;
}

.container .catch .image {
  width: 40%;
  float: right;
  text-align: center;
  max-height: 442px;
  background-image: url("../img/moc.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  box-sizing: border-box;
}
.container .catch .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
}

.container .catch .store {
  width: 56%;
  float: left;
  box-sizing: border-box;
}

.container .description {
  margin-top: 30px;
  text-align: center;
  box-sizing: border-box;
}
.container .description .subject {
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  color: #EB5505;
  margin-bottom: 24px;
}
.container .description .feature {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 6px;
  border-bottom: 2px solid #EB5505;
  margin-bottom: 16px;
}

.variable_container .sales_points {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  font-size: 14px;
  margin-top: 50px;
  box-sizing: border-box;
}
.variable_container .sales_points p {
  margin-bottom: 10px;
}
.variable_container .sales_points img {
  opacity: 0;
}

.variable_container .sales_points .item {
  width: 260px;
  height: 346px;
  padding: 0 6px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.variable_container .sales_points .subject {
  color: #FFF;
  font-weight: bold;
  background-color: #EB5505;
  padding: 10px 2px;
  margin-bottom: 24px;
}

.variable_container .sales_points .news {
  background-image: url('../img/news_weather.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}
.variable_container .sales_points .point {
  background-image: url('../img/point_gacha.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}
.variable_container .sales_points .guide {
  background-image: url('../img/otoku.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}

.bg_gray_container {
  background-color: #F3F3F3;
  text-align: center;
  padding-top: 42px;
  box-sizing: border-box;
}
.bg_gray_container .search {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.bg_gray_container .search .item {
  box-sizing: border-box;
}
.bg_gray_container .search .subject {
  font-size: 13px;
  margin-right: 5px;
  align-self: center;
}
.bg_gray_container .search .box {
  background-color: #FFF;
  border: 1px solid #CDCDCD;
  border-radius: 4px;
  width: 193px;
  height: 32px;
  padding: 0 30px;
  box-sizing: border-box;
  vertical-align: middle;
  background-image: url("../img/icon_search.svg");
  background-repeat: no-repeat;
  background-position: 8px 8px;
  background-size: 14px 14px;
  box-sizing: border-box;
}
.bg_gray_container .search img {
  vertical-align: middle;
  width: 100%;
}
.bg_gray_container .store {
  width: 50%;
  max-width: 550px;
  min-width: 300px;
  margin: 0 auto;
}

.store {
  font-size: 13px;
  text-align: center;
  display: flex;
  padding: 18px 0;
}
.store img {
  width: 100%;
}
.store .ios {
  flex-shrink: 1;
  flex-grow: 0;
  flex-basis: 50%;
  padding: 0 10px 0 30px;
  box-sizing: border-box;
}
.store .android {
  flex-shrink: 1;
  flex-grow: 0;
  flex-basis: 50%;
  padding: 0 30px 0 10px;
  box-sizing: border-box;
}

.links {
  text-align: center;
  margin-top: 1rem;
  box-sizing: border-box;
}
.links .link {
  display: inline-block;
  font-size: 90%;
  line-height: 1.5;
  padding: 0 10px;
  border-left: 1px solid #999;
}
.links .link.last {
  border-right: 1px solid #999;
}

.links a {
  color: #313131;
  text-decoration: none;
}
.links a:hover { color: #313131 }
.links a:visited { color: #313131 }
.links a:active { color: #313131 }
