@charset "utf-8";
/* CSS Document */
/* Base */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
.campaign-entry {
  background-color: #990000;
  color: #FFFFFF;
  font-size: 2.8rem;
  padding: 10px;
  margin: 40px 0px 60px;
}
@media screen and (max-width: 767px) {
  .campaign-entry {
    font-size: 2rem;
  }
}
/* Step List */
.m-chance-step-list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 40px -10px;
}
.m-chance-step-list > li {
  width: 25%;
  padding-left: 10px;
}
.m-chance-step-list .m-chance-step-list-inner {
  margin: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1e1e1e;
  padding: 20px;
}
.m-chance-step-list .m-chance-step-list-inner > *:first-child {
  margin-top: 0;
}
.m-chance-step-list .m-chance-step-list-inner h3 {
  font-size: 1.8rem;
  font-weight: 600;
  padding-bottom: 2px;
  border-bottom: 1px solid #ccc;
}
.m-chance-step-list .m-chance-step-list-inner img {
  max-width: 100%;
}
.m-chance-step-list .m-chance-step-list-inner img.m-icn-blank {
  display: none;
}
.m-chance-step-list .m-chance-step-list-inner .follow {
  margin-top: 30px;
  text-align: center;
  padding: 8px 0;
}
.m-chance-step-list .m-chance-step-list-inner .follow > a {
  background-color: #3897f0;
  color: #fff;
  border-radius: 4px;
  padding: 8px 14px;
  font-weight: 600;
  font-size: 1.6rem;
}
.m-chance-step-list .m-chance-step-list-inner .follow > a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .m-chance-step-list {
    flex-direction: column;
    margin: 25px 0 30px;
  }
  .m-chance-step-list > li {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .m-chance-step-list .m-chance-step-list-inner {
    padding: 15px 10px;
  }
  .m-chance-step-list > li:first-child {
    margin-top: 0;
  }
}
/* Sample Flex Grid */
.m-grid-sample-flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin: 0 0 0 -20px;
}
.m-grid-sample-flex > div {
  padding-left: 20px;
  width: 50%;
}
.m-grid-sample-flex > div > *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .m-grid-sample-flex {
    margin: 0;
    flex-direction: column;
  }
  .m-grid-sample-flex > div {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .m-grid-sample-flex > div:first-child {
    margin-top: 0px;
  }
}
/* Sample List */
.slick-sample-list {
  width: 100%;
  margin-top: 30px;
  opacity: 0;
  transition: .5s .5s;
}
.slick-sample-list.slick-initialized {
  opacity: 1;
}
.slick-sample-list li {
  text-align: center;
  font-size: 1.5rem;
  width: 100%;
}
.slick-sample-list li img {
  display: block;
  width: 100%;
  padding: 0 3px;
  margin-bottom: 12px;
}
.slick-sample-list .slick-slide:not(.slick-center) img {
  -webkit-filter: grayscale(75%) blur(1px);
  filter: grayscale(75%) blur(1px);
  -webkit-transform: scale(.9, .9);
  transform: scale(.9, .9);
  transition: 0.5s;
}
.slick-sample-list .slick-slide:not(.slick-center) {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .slick-sample-list li img {
    padding: 0 1px;
  }
}
.m-footer-social {
  margin: 26px auto 0;
}
.m-tbl tr.m-rbl-imp th {}
.m-tbl tr.m-rbl-imp td {}
.a-mw137 {
  max-width: 137px;
}
.m-grid-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-grid-flex > * {
  margin-top: 0;
}
.m-grid-flex > *:first-child {
  margin-right: 20px;
  margin-left: 0;
  max-width: 137px;
}
@media screen and (max-width: 767px) {
  .m-grid-flex > *:first-child {
    margin-right: 10px;
    width: 100%;
  }
}
.m-btn-red {
  background: #aaaaaa;
  pointer-events: none;
}
.disable {
  pointer-events: none;
  position: relative;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.disable::before {
  content: '※エントリーは4月29日からとなります。 ';
  text-align: center;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 1.8rem;
  font-weight: 1000;
  z-index: 100;
  color: #000;
}
.disable::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 110%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, .75);
}