@charset "UTF-8";
/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ フォントの設定
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
html:root {
  font-size: 62.5%;
  background-color: #F4F3EC;
}

h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, abbr, address, cite, code, dt, dd, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure {
  color: #000;
  font-family: "游ゴシック体", "YuGothic", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2.0rem;
  line-height: 1.5em;
  font-weight: 300;
  letter-spacing: 0;
  list-style-type: none;
  word-wrap: break-word;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ 基本    
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
html, body {
  overflow-x: hidden;
  position: relative;
}

#main {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.site-title {
  text-align: center;
  width: 280px;
  margin: 20px auto;
}

.site-title img {
  width: 100%;
}

.signList {
  margin: 0px 15px 2px;
}

.signList__item {
  width: 100%;
  display: table;
  table-layout: fixed;
  vertical-align: middle;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
}

.signList__item:not(:last-child) {
  margin-bottom: 6px;
}

.signList__item > * {
  display: table-cell;
}

.signList__inner {
  padding: 6px;
}

.signList__rank {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 00;
  line-height: 1em;
  width: 55px;
  text-align: center;
  background-color: #3CC9D5;
}

.signList__image {
  width: 22px;
  margin-right: 5px;
  vertical-align: text-bottom;
}

.signList__btn {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1em;
  padding: 5px 10px;
  background-color: #E62525;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(244, 243, 236, 0.85);
  position: fixed;
  top: 0;
  left: 0;
}

.overlay__box {
  width: 90%;
  max-height: 95%;
  max-width: 700px;
  padding: 15px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
}

.overlay__box > *:not(:last-child) {
  margin-bottom: 20px;
}

.overlay__box.type2 {
  width: 100%;
  height: 100%;
}


.overlay__title {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  margin: 20px 0;
}

.overlay__title02 {
  text-align: center;
  font-weight: 600;
  font-size: 2.0rem;
  margin-bottom: 10px;
}

.overlay__image {
  width: 55px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.overlay__content.type02 {
  max-height: 350px;
  max-height: calc(100vh - 150px - 150px - 100px);
}

.overlay__item:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 1px dashed #707070;
  margin-bottom: 15px;
}

.close__btn {
  text-align: center;
  background-color: #E62525;
  border-radius: 4px;
}

.close__btn > * {
  display: block;
  color: #fff;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 0;
}

.lucky.type01 .lucky__item:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 1px dashed #707070;
  margin-bottom: 15px;
}

.lucky.type01 .lucky__title {
  font-weight: 600;
  line-height: 1em;
  padding-left: 6px;
  border-left: 5px solid #E3D47A;
}

.lucky.type02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #A29F8A;
}

.lucky.type02 .lucky__item {
  width: 49%;
}

.lucky.type02 .lucky__title {
  color: #4E3F0C;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1em;
  padding: 7px 0;
  background-color: #E3D47A;
  border-radius: 20px;
}

.lucky.type02 .lucky__text {
  font-size: 1.6rem;
  text-align: center;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #eee;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #E3D47A;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 10px;
  border-radius: 0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
  border-radius: 0;
}
