

@charset "utf-8";
/* CSS Document */
/*==================================
common
==================================*/
.main {
  font-size: 16px;
}
a{
  color: #1a1a1a;
}
a:hover{
  cursor: pointer;
  color:#f44a87;
}
.inline-b {
  display: inline-block;
}
.sec-area {
  padding: 70px 0 50px;
}
.sec-ttl {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.sub-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .main {
    font-size: 14px;
  }
  .sec-area {
    padding: 30px 0 25px;
  }
  .sec-ttl {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .sub-ttl {
    font-size: 16px;
  }
}
a.btn-yellow {
  text-decoration: none;
}
.btn-yellow {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 14px 0;
  font-size: 18px;
  font-weight: bold;
  color: #f44a87;
  background: #fff30b;
  border-radius: 10px;
  box-shadow: 0 8px 0px rgba(124, 120, 62, 0.7);
  transition: all 0.25s;
}
.btn-yellow::after {
  content: "";
  display: inline-block;
  border: 10px solid transparent;
  border-left: 10px solid #f44a87;
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -10px;
}
.btn-yellow:hover {
  box-shadow: none;
  transform: translateY(6px);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .btn-yellow {
    font-size: 16px;
  }
}
.btn-yellow.is-blue{
  background: #373daa;
  color:#fff;
  box-shadow: 0 8px 0px #20297f;
}
.btn-yellow.is-blue::after {
  border-left: 10px solid #fff;
}

body {
  position: relative;
}

/*==================================
nifkujiInfoHeader
==================================*/
.nifkujiInfoHeader {
  font-size: 20px;
  height: 60px;
  width: 100%;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .nifkujiInfoHeader {
    font-size: 16px;
    height: 45px;
  }
}
.nifkujiInfoHeader .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  gap: 1em;
}

.nifkujiInfoHeader_logo img {
  vertical-align: middle;
  height: 1.8em;
}

.nifkujiInfoHeader_link {
  display:flex;
  justify-content: center;
  align-items: center;
  font-size: max(0.8em, 14px);
}

@media screen and (max-width: 768px) {
  .nifkujiInfoHeader_link a{
  }
}

/*==================================
mv-area
==================================*/
.mv-area {
  padding: 10px 0px;
  background-color: #39e3ff;
  background-image: url("../images/nifkujiInfoMv_bg.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .mv-area {
    padding: 0;
    background: #5ff0ff;
  }
  .mv-area .inner {
    max-width: none;
    padding: 0;
  }
}

/*==================================
toplead-area
==================================*/
.toplead-area {
  padding: 6px 0;
  background: #373daa;
  color:#fff;
  font-size:.8em;
}
.toplead-area .sec-ttl {
  color: #f44a87;
  margin-bottom: 0;
}

/*==================================
before-area
==================================*/
.before-area {
  background: #f44a87;
}
.before-area .inner {
  max-width: 864px;
  padding: 20px 0;
  background: #fff;
}
.before-area .group {
  max-width: 570px;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
}
.before-area .group:first-child::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 50%;
  height: 1px;
  width: 760px;
  transform: translateX(-50%);
  background: #cccccc;
}
.before-area .sec-ttl {
  color: #f44a87;
}
.register-box {
  display: flex;
  justify-content: space-between;
}
.register-txt {
  width: calc(100% * 285 / 570);
}
.register-txt p + p {
  margin-top: 16px;
}
.register-note{
  font-size: 13px;
}
.register-img {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: calc(100% * 260 / 570);
}
.register-img span {
  width: 100%;
  padding: 3px 0;
  text-align: center;
  border: solid 3px #e6e6e6;
}
.lm-link {
  margin: 20px auto 10px;
}
@media screen and (max-width: 768px) {
  .before-area .inner {
    width: calc(100% * 580 / 640);
    margin: 0 auto;
    padding: 0 10px;
    background: #fff;
  }
  .before-area .group {
    width: calc(100% * 540 / 580);
    padding: 30px 0;
  }
  .register-box {
    flex-direction: column;
  }
  .register-txt {
    width: 100%;
  }
  .register-txt p + p {
    margin-top: 14px;
  }
  .register-note{
    font-size: 12px;
  }
  .register-img {
    margin-top: 14px;
    width: 100%;
  }
  .register-img span {
    width: auto;
  }
  .before-area .group:first-child::after {
    width: 100%;
  }
}
.text-center {
  text-align: center;
}

/*==================================
point-area
==================================*/
.point-area{
  padding: 50px 70px;
  background: url("../images/bg-pink.png") no-repeat center;
  background-color: #ff92b1;
  background-size: cover;
}

.lottery-group{
  margin: 0 40px;
  padding: 40px;
   background: #f44a87;
}
.lottery-box{
  padding: 15px 20px 25px;
  position: relative;
  background: #fff;
}
.lottery-box + .lottery-box{
  margin-top: 42px;
}
.lottery-box.day-22:before{
  position: absolute;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #373daa;
  top:5px;
  left: 5px;
}

.lottery-box .ttl-wrap{
  text-align: center;
  font-weight: bold;
}
.lottery-box .ttl-wrap .border{
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  font-size: 16px;
  position: relative;
}
.lottery-box .ttl-wrap .note-gray{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  font-weight: normal;
}

.lottery-box.day-22 .ttl-wrap{
  width: 450px;
  margin: auto;
  padding: 10px 15px 8px;
  color: #fff;
  font-size: 24px;
  position: relative;
  top: -30px;
  background: #373daa;
}
.ribbon-left{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 54px 0;
  border-color: transparent #373caa transparent transparent;
  position: absolute;
  top: 0;
  left: -10px;
  z-index: 1;
}
.lottery-box.day-22 .ttl-wrap:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 15px;
  background: #252e84;
  top: 0;
  left: -14px;
  transform: skewX(-20deg);
}
.lottery-box.day-22 .ttl-wrap:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 15px;
  background: #252e84;
  top: 0;
  right: -14px;
  transform: skewX(20deg);
}

.ribbon-right{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 54px 10px 0 0;
  border-color: #373caa transparent transparent transparent;
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 1;
}

/*lottery-text*/
.lottery-text {
  margin: 0 70px 20px;
  padding-left: 110px;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}
.lottery-text:before {
  position: absolute;
  content: "";
  width: 93px;
  height: 78px;
  left: 0;
  top: 0;
}
.lottery-text.ic-01:before {
  background: url("../images/ic-01.png") no-repeat;
  background-size: contain;
}
.lottery-text.ic-02:before {
  background: url("../images/ic-02.png") no-repeat;
  background-size: contain;
}
.lottery-text.ic-03:before {
  background: url("../images/ic-03.png") no-repeat;
  background-size: contain;
}

.life-point {
  margin-right: 10px;
  padding: 2px 5px;
  text-align: center;
  font-size: 13px;
  border: 1px solid #dddddd;
}

.text-pt{
  width: 380px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 0;
}
.text-pt:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  border-top: 5px dotted #dddddd;
  z-index: -1;
  top: 50%;
  right: 0;
}

.text-pt .num.red{
  color: #f44a87;
}

.pt-num{
  font-size: 30px;
  padding: 0 10px 0 0;
  background: #ffffff;
  font-weight: bold;
}

.pt-num .num{
  font-size: 70px;
  color: #ff92ac;
}

.pt-num .num.red{
  color: #f44a87;
}
.lottery-num {
  padding-left: 10px;
  background: #ffffff;
}
.lottery-num .num{
  font-size: 25px;
}

@media screen and (max-width: 768px) {
  .point-area{
    padding: 0;
    background-size: contain;
  }
  .point-area .inner{
    padding: 15px;
  }
  .lottery-group {
    margin: 0;
    padding: 15px;
  }
  .lottery-box {
    padding: 10px 15px 20px;
  }
  .lottery-box + .lottery-box {
    margin-top: 30px;
  }
  
  .lottery-text {
    margin: 0 15px 10px 0;
    padding-left: 50px;
    font-size: 15px;
  }
  .lottery-text:before {
    width: 53px;
    height: 38px;
    top: 10px;
  }
  .lottery-box .ttl-wrap .border {
    padding-bottom: 5px;
  }
  .lottery-box .ttl-wrap .note-gray {
    position: static;
    font-size: 12px;
  }
  
  
  .life-point {
    width: 85%;
    margin-right: 0;
    padding: 2px;
    font-size: 12px;
  }
  .text-pt {
    width: 100%;
  }
  .text-pt:before {
    height: 4px;
    border-top: 4px dotted #dddddd;
  }
  
  .pt-num {
    font-size: 18px;
  }
  .pt-num .num {
    font-size: 25px;
  }
  .lottery-num .num {
    font-size: 20px;
  }
  
  .lottery-box.day-22 .ttl-wrap {
    width: 90%;
    padding: 5px 5px 5px;
    font-size: 15px;
    top: -25px;
  }
  .lottery-box.day-22 .ttl-wrap:before {
    left: -13px;
    transform: skewX(-15deg);
  }
  .lottery-box.day-22 .ttl-wrap:after {
    right: -13px;
    transform: skewX(15deg);
  }
  
  .ribbon-left {
    border-width: 0 10px 34px 0;
  }
  .ribbon-right {
    border-width: 34px 10px 0 0;
  }
}

@media screen and (max-width: 373px) {
  .ribbon-left {
    border-width: 0 10px 54px 0;
  }
  .ribbon-right {
    border-width: 54px 10px 0 0;
  }
}

/*==================================
howto-area
==================================*/
.howto-area {
  padding: 60px 0 65px;
  background: url("../images/bg-pink.png") no-repeat center;
  background-color: #ff92b1;
  background-size: cover;
}
.howto-area .sec-ttl {
  color: #fff;
}
.howto-area .inner {
  max-width: 920px;
}
.howto-img {
  text-align: center;
}
.howto-img img {
  max-height: 70vh;
}
.howto-note {
  margin-top: 10px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.kuji-link {
  margin-top: 30px;
}
.kuji-link a {
  max-width: 570px;
  margin: 0 auto;
}
.kuji-link .txt-L {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .howto-area {
    padding: 30px 0 35px;
    background-size: contain;
  }
  .howto-area .inner {
    max-width: 550px;
    padding: 0 15px;
  }
  .howto-note {
    font-size: 16px;
  }
  .kuji-link {
    margin-top: 30px;
  }
  .kuji-link .txt-L {
    font-size: 24px;
  }
}

/*==================================
slick-slider
==================================*/
.howtoSlider .slick-slide {
  max-width: 920px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .howtoSlider .slick-slide {
    width: auto;
    margin: 0;
  }
}
.howtoSlider .slick-slide img {
  width: 100%;
  display: block;
}


.howtoSlider .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 45%;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 768px) {
  .howtoSlider .slick-arrow {
    width: 25px;
    height: 25px;
  }
}
.howtoSlider .slick-arrow::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #999;
  position: absolute;
  top: 0;
  left: 6px;
  bottom: 0;
  margin: auto;
}
.howtoSlider .slick-next {
  right: -25px;
}
@media screen and (max-width: 768px) {
  .howtoSlider .slick-next {
    right: 0;
  }
}
.howtoSlider .slick-prev {
  left: -25px;
}
@media screen and (max-width: 768px) {
  .howtoSlider .slick-prev {
    left: 0px;
  }
}
.howtoSlider .slick-next::before {
  border-width: 15px 0 15px 20px;
  left: 18px;
}
@media screen and (max-width: 768px) {
  .howtoSlider .slick-next::before {
    border-width: 8px 0 8px 10px;
    left: 10px;
  }
}

.howtoSlider .slick-prev::before {
  border-width: 15px 20px 15px 15px;
  border-color: transparent #999 transparent transparent;
  left: -2px;
}

@media screen and (max-width: 768px) {
  .howtoSlider .slick-prev::before {
    border-width: 8px 10px 8px 0px;
    left: 5px;
  }
}

.howtoSliderDots .slick-dots {
  text-align: center;
  margin-top:30px;
}
.howtoSliderDots .slick-dots li {
  display: inline-block;
}
.howtoSliderDots .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
}
.howtoSliderDots .slick-dots .slick-active button {
  background: #f44a87;
}

/*==================================
note-area
==================================*/
.note-area {
  padding: 50px;
  background: #ededed;
}
.note-dl + .note-dl {
  margin-top: 20px;
}
.note-dl dt,
.note-dl dd {
  padding-left: 15px;
  font-size: 14px;
  position: relative;
}
.note-dl dt {
  font-weight: bold;
}
.note-dl .dotted.is-blue:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999em;
  background: #7177af;
  left: 0;
  top: 5px;
}
.note-area a {
  text-decoration: underline;
}
.note-area a:hover {
  text-decoration: none;
}
.top-page {
  padding: 25px 10px;
  background: #f44a87;
  font-weight: bold;
  font-size: 20px;
}
.top-page a {
  color: #fff;
  text-decoration: underline;
}
.top-page a:hover {
  text-decoration: none;
}
.history-page {
  padding: 25px 10px 0px;
  font-weight: bold;
  font-size: 20px;
}
.history-page a {
  color: #fff;
  text-decoration: underline;
}
.history-page a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .note-area {
    padding: 25px 0;
  }
  .note-dl dt,
  .note-dl dd {
    font-size: 13px;
  }
  .top-page {
    padding: 20px 10px;
    font-size: 16px;
  }
}

/*==================================
footer
==================================*/
.footer {
  background: #000;
  color: #fff;
}
.footer-company .inner {
  padding: 10px 0 30px;
  position: relative;
}

.footer a {
  color: #fff;
  text-decoration: none;
  position: relative;
}

.footer-service {
  margin-bottom: 10px;
}
.footer-service li + li {
  margin-left: 15px;
  padding-left: 32px;
  position: relative;
}
.footer-service li + li:before {
  position: absolute;
  content: "|";
  left: 0;
  top: 0;
}
.footer-service li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: -15px;
  width: 10px;
  height: 11px;
  background: url(../images/icon-arrow_w.svg) no-repeat;
  background-size: auto;
}
.copyright {
  position: absolute;
  right: 0;
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  .footer-company .inner {
    padding: 10px 15px;
  }
  .footer-service {
    text-align: center;
    margin-bottom: 0;
  }
  .copyright {
    position: relative;
    right: auto;
    bottom: auto;
  }
}
