@charset "utf-8";

/* original css */
.wrapper {
  background: #ffffff;
  background-size: 55px 71px;
}
.main {
  background: #ffffff;
}
.slot {
  background-color: #ffffff;
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}
.slot__title {
  display: block;
  padding: 10px 20px;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.slot a {
  display: block;
  width: 100%;
}
.shuffle img {
  width: 100%;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}
.shuffle__imgAnimation {
  margin: 20px;
  position: relative;
}
.shuffle__imgAnimationItem {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}
.shuffle__imgAnimationItem.is-loaded {
  z-index: -10;
}
.shuffle__stop {
  opacity: 0.6;
  cursor: not-allowed;
}
.shuffle__stop.is-loaded {
  opacity: 1;
  cursor: pointer;
}
.shuffle__inner {
  position: relative;
}
.shuffle__spacer {
  display: block;
  content: "";
}
.shuffle__list {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.shuffle__listItem {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.shuffle__item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.shuffle__result {
  margin: 20px;
}
.shuffle__resultImg {
  width: 100%;
}
.shuffle__resultDetail {
  margin: 0 auto;
  padding: 15px;
  background: #ccc;
  font-size: 15px;
  text-align: center;
}
.shuffle__resultDetailText {
  margin-bottom: 5px;
}
.shuffle {
  background-color: #ffffff;
  margin-top: 20px;
}
.shuffle__area {
  display: block;
  padding: 0px;
  align-items: center;
}
.shuffle__title {
  display: block;
  padding: 10px 20px;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.shuffle__text {
  text-align: center;
  font-size: 14px;
}
.shuffle__item a {
  display: block;
}
.shuffle__btnInnerwrap {
  width: 60%;
  min-width: 200px;
  padding: 10px;
  border: none;
  border-right: 2px solid #8a1111;
  border-bottom: 3px solid #8a1111;
  border-radius: 6px;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  background: #F95673!important;
  border-color: #DF4D67!important;
}
.shuffle__btn {
  text-align: -webkit-center;
  padding-bottom: 10px;
}
.shuffleBanner {
  margin-top: 20px;
  text-align: center;
}
.shuffle {
  background-color: #ffffff;
}
.shuffle__imgAnimation {
  margin: 10px 0px;
  height: fit-content;
}
.disable {
  display: none;
  pointer-events: none;
}
.contents {
  padding: 20px;
}
.kisekae {
  max-width: 950px;
  margin: 10px auto;
}
.kisekae__title {
  display: block;
  padding: 10px 20px;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.kisekae__btn {
  text-align: -webkit-center;
}
.kisekae__btnInnerwrap {
  display: inline-block;
  width: 60%;
  min-width: 200px;
  padding: 10px;
  background: #2979db;
  border: none;
  border-right: 2px solid #1f68c1;
  border-bottom: 3px solid #1f68c1;
  border-radius: 6px;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.follow {
  max-width: 100%;
  padding: 10px 15px 20px;
}
.follow__area {
  max-width: 100%;
  padding-top: 20px;
}
.follow__title {
  display: block;
  margin: 10px 0 8px;
  text-align: center;
}
.follow__text {
  margin: 0;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
}
.follow__sticker {
  padding: 0;
}
.follow__textGet {
  font-weight: 400;
}
.follow__textSupplement {
color: var(--v1_Light-Text-Secondary, rgba(0, 0, 0, 0.60));
text-align: center;
font-size: 11px;
font-style: normal;
font-weight: 400;
line-height: 15px;
}
.follow__theme {
  border: 1px solid rgba(204, 204, 204, 0.80);
}
.follow__item {
  background-color: #ffffff;
  border-radius: 8px;
  display: flex;
  padding: 8px 0px;
  flex-direction: column;
  gap: 30px;
  align-self: stretch;
}
.follow__item_top {
  display: flex;
  padding: 0px 8px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.follow__item a {
  display: block;
}
.follow__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.follow__news {
  width: 150px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.follow__news img {
  max-width: 150px;
}
.follow__btnInnerwrap {
  display: inline-block;
  width: 200px;
  padding: 10px;
  background: #2979db;
  border: none;
  border-right: 2px solid #1f68c1;
  border-bottom: 3px solid #1f68c1;
  border-radius: 6px;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.information {
  padding: 10px;
}
.information_text {
  margin: 0;
  font-size: 10px;
  color: #7B7B7B;
}
.cmnSNS {
  padding-bottom: 20px;
}
.cmnContentBack {
  margin: 20px 10px;
}
.cmnContentBack a {
  color: #1A75FF;
}
.cmnContentBack__list--arrow::before {
  border-color: #1A75FF !important;
}
.cmnCopyright {
  max-width: 950px;
  margin: 10px auto;
  padding: 0 10px;
}
.cmnPageTop {
  max-width: 950px;
  margin: 20px auto;
  padding: 0 10px;
}
.cmnSection {
  padding: 0px;
}
.cmnSection--style01 {
  background: #FFD2CD;
}
.cmnKisekaeApp {
  margin: 0px;
  padding: 0px;
  background: #FFD2CD;
}
.cmnKisekaeApp__capture {
  margin: 0px;
  padding: 10px 0px;
}
.cmnMainHeader__date {
  background-color: #FFE5E5;
  color: #000000;
}
