<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*=================================================
Reset
================================================= */
html, body, header, 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, 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 {
  font: inherit;
  font-size: 100%;
  line-height: 1;
  vertical-align: baseline;
  border: 0;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #333;
  position: relative;
}

ol, ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

img {
  width: 100%;
  height: auto;
}

@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
/*=================================================
header
================================================= */
.l-header {
  width: 100%;
  height: 50px;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
}
.l-header__inner {
  width: min(375px, 100%);
  height: 100%;
  margin: 0 auto;
}
.l-header-logo {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header-logo__img {
  width: 150px;
}

/*=================================================
common
================================================= */
.c-index {
  width: 100%;
  padding-top: 50px;
}
.c-index__inner {
  width: min(375px, 100%);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-index__inner {
    width: 100%;
  }
}
.c-index-visual {
  position: relative;
}
.c-index-visual__campaign {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  right: 15px;
  bottom: 33%;
}
.c-index-visual__campaign-ttl {
  width: 80px;
}
.c-index-visual__campaign-txt {
  font-size: 1.25rem;
  color: #fff100;
  display: flex;
  align-items: flex-end;
  gap: 3px;
}
.c-index-visual__campaign-txt .__number {
  font-family: "Anton", sans-serif;
}
.c-index-visual__campaign-day {
  font-size: 2rem;
}
.c-index-visual__campaign-week {
  font-size: 0.875rem;
  font-weight: 700;
  width: 20px;
  height: 20px;
  background: #fff100;
  color: #1d2088;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.c-index-visual__campaign-ja {
  font-size: 1rem;
  font-weight: 700;
}
.c-index-scroll__purchase {
  padding: 15px;
  background: #fff url(../img/bg_purchase.png) no-repeat center/cover;
  box-sizing: border-box;
}
.c-index-scroll__price {
  padding: 15px;
  background: url(../img/bg_price.png) no-repeat center/cover;
}
.c-index-scroll__market {
  padding: 15px 20px;
  background: url(../img/bg_market.png) no-repeat center/cover;
}
.c-index-scroll__market-ttl {
  margin-bottom: 5px;
}
.c-index-scroll__market-ttl.__ttlimg-small {
  width: 82%;
  margin: 0 auto;
}
.c-index-scroll__market .__txt {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  margin-bottom: 10px;
}
.c-index-scroll__market-update {
  font-weight: 700;
  text-align: center;
  color: #E60012;
  margin-bottom: 10px;
}
.c-index-scroll__market-dl {
  margin-bottom: 20px;
  border: 1px solid #B9BABA;
  display: flex;
  align-items: stretch;
}
.c-index-scroll__market-dl:last-child {
  margin-bottom: 0;
}
.c-index-scroll__market-dl.__bottom-table {
  flex-direction: column;
}
.c-index-scroll__market-dl.__bottom-table .c-index-scroll__market-dl-inner {
  width: 100%;
  border-bottom: 1px solid #B9BABA;
  display: flex;
}
.c-index-scroll__market-dl.__bottom-table .c-index-scroll__market-dl-inner:last-of-type {
  border-bottom: none;
}
.c-index-scroll__market-dl.__bottom-table .c-index-scroll__market-dl-inner .c-index-scroll__market-div {
  font-size: 0.75rem;
  text-align: center;
  font-weight: 700;
  width: 50%;
  padding: 3px 0;
  background: #AF8033;
  box-sizing: border-box;
}
.c-index-scroll__market-dl.__bottom-table .c-index-scroll__market-dl-inner .c-index-scroll__market-div:first-of-type {
  border-right: 1px solid #B9BABA;
}
.c-index-scroll__market-dl.__bottom-table .c-index-scroll__market-dl-inner .c-index-scroll__market-dt {
  width: 30%;
}
.c-index-scroll__market-dl.__bottom-table .c-index-scroll__market-dl-inner .c-index-scroll__market-dd {
  width: 70%;
}
.c-index-scroll__market-dt {
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  width: 18%;
  border-right: 1px solid #B9BABA;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-index-scroll__market-dt.__brown {
  background: #CDAA6E;
}
.c-index-scroll__market-dt.__gray {
  background: #C9CACA;
}
.c-index-scroll__market-dd {
  text-align: center;
  width: 32%;
  padding: 3px;
  background: #fff;
  border-right: 1px solid #B9BABA;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.c-index-scroll__market-dd:last-of-type {
  border-right: none;
}
.c-index-scroll__market-price {
  font-family: "Public Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}
.c-index-scroll__market-price .__yen {
  font-size: 1rem;
}
.c-index-scroll__market-difference {
  font-size: 0.6875rem;
  font-weight: 700;
}
.c-index-scroll__market-difference .__up {
  color: #3600e6;
}
.c-index-scroll__market-difference .__down {
  color: #E60012;
}
.c-index-scroll__news {
  background: #1D2088;
  padding: 15px;
  box-sizing: border-box;
}
.c-index-scroll__news-ttl {
  width: 180px;
  margin: 0 auto 10px;
}
.c-index-scroll__news-list {
  height: 150px;
  background: #fff;
  padding: 30px 15px;
  box-sizing: border-box;
  overflow-y: scroll;
}
.c-index-scroll__news-item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.c-index-scroll__news-item:last-of-type {
  margin-bottom: 0;
}
.c-index-scroll__news-txt {
  font-size: 0.875rem;
  line-height: 1.5;
}
.c-index-scroll__news-day {
  font-size: 0.875rem;
}
.c-index-scroll__flow {
  background: #fff;
  padding: 15px 20px;
  box-sizing: border-box;
}
.c-index-scroll__flow-main {
  margin-bottom: 10px;
}
.c-index-scroll__qa {
  padding: 15px;
  background: #fff url(../img/bg_purchase.png) no-repeat center/cover;
  box-sizing: border-box;
}
.c-index-scroll__shop {
  background: #1D2088;
  padding: 15px;
  box-sizing: border-box;
}
.c-index-scroll__shop-ttl {
  width: 180px;
  margin: 0 auto 10px;
}
.c-index-scroll__shop-info {
  background: #fff;
  border: 1px solid #B9BABA;
}
.c-index-scroll__shop-name {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 10px;
  background: #dcdddd;
}
.c-index-scroll__shop-address {
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 10px;
}
.c-index .fixbtn {
  width: 100%;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
.c-index .fixbtn.footer_fix {
  opacity: 1;
  visibility: visible;
}
.c-index .fixbtn__link {
  width: min(320px, 90%);
  margin: 0 auto;
  display: block;
}

/*=================================================
footer
================================================= */
.l-footer {
  width: min(375px, 100%);
  padding-bottom: 100px;
  margin: 0 auto;
  background: #1D2088;
}
@media screen and (max-width: 767px) {
  .l-footer {
    width: 100%;
  }
}
.l-footer-copyright {
  font-size: 0.75rem;
  font-weight: 400;
  text-align: center;
  padding: 10px 0;
  color: #fff;
}/*# sourceMappingURL=common.css.map */</pre></body></html>