@charset "utf-8";
/* CSS Document */
/*==================================
common
==================================*/
a:hover{
  cursor: pointer;
}
.sec-area{
  padding: 70px 0 50px;
}
@media screen and (max-width: 768px){
  .sec-area{
    padding: 30px 0 25px;
  }
}
.hide{
  display: none;
}

/*==================================
header
==================================*/
body{
  position: relative;
}
.header{
  width: 100%;
  top: 0;
}
.header .inner{
  padding: 20px;
}
.header_logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header .inner{
    padding: 15px;
  }
}
.logo img {
	max-width: 180px;
}
/*==================================
mv-area
==================================*/
.mv-area{
  padding: 20px 70px;
  background-color: #39e3ff;
  background-image: url("../images/mv_bg-5th.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .mv-area{
    padding: 0;
  }
  .mv-area .inner{
    padding: 0;
  }
}

/*==================================
animation kuji-img
==================================*/
.kuji-img{
  width: 1000px;
  height: 500px;
  position: relative;
  overflow: hidden;
  background: url( "../images/bg-kuji.png") no-repeat;
  background-size: cover;
  z-index: 0;
}

.kuji-img img{
  bottom: 80px;
  left: 50%;
  margin-left: -175px;
  position: absolute;
  animation: showMe 2.6s linear;
  animation-play-state: paused;
  visibility: hidden;
}
.kuji-img.animated img{
  animation-play-state: running;
}
.kuji-img img:nth-of-type(1) {
  z-index: 9;
  visibility: visible;
}

.kuji-img .gray-scale{
  opacity: 0.65;
  position: absolute;
  width: 100%;
  height: calc(100% - 80px);
  top:0;
  left: 0;
  background: #000;
  z-index: 999;
}
.kuji-img.animated .gray-scale{
  opacity: 0;
  display: none;
}

@media screen and (max-width: 768px){
  .kuji-img{
    width: 100%;
    height: 250px;
    background: url( "../images/bg-kuji_sp.png") no-repeat;
    background-size: cover;
  }
  .kuji-img img {
    width: 60%;
    bottom: 40px;
    left: 50%;
    margin-left: -30%;
  }
  
.kuji-img .gray-scale{
  height: calc(100% - 40px);
  }
}

@keyframes showMe {
  0% { visibility: visible; z-index: 100; }
  4% { visibility: visible; z-index: 100; }
  9% { visibility: hidden; z-index: 0; }
  100% { visibility: hidden; z-index: 0; }
}


.kuji-img img:nth-of-type(2) {
  animation-delay: 0.2s;
  z-index: 11;
}
.kuji-img img:nth-of-type(3) {
  animation-delay: 0.4s;
  z-index: 10;
}
.kuji-img img:nth-of-type(4) {
  animation-delay: 0.6s;
  z-index: 9;
}
.kuji-img img:nth-of-type(5) {
  animation-delay: 0.8s;
  z-index: 8;
}
.kuji-img img:nth-of-type(6) {
  animation-delay: 1s;
  z-index: 7;
}
.kuji-img img:nth-of-type(7) {
  animation-delay: 1.2s;
  z-index: 6;
}
.kuji-img img:nth-of-type(8) {
  animation-delay: 1.4s;
  z-index: 5;
}
.kuji-img img:nth-of-type(9) {
  animation-delay: 1.6s;
  z-index: 4;
}
.kuji-img img:nth-of-type(10) {
  animation-delay: 1.8s;
  z-index: 3;
}
.kuji-img img:nth-of-type(11) {
  animation-delay: 2s;
  z-index: 2;
}
.kuji-img img:nth-of-type(12) {
  animation-delay: 2.2s;
  z-index: 1;
}
.kuji-img img:nth-of-type(13) {
  animation-delay: 2.4s;
  z-index: 1;
}


/*==================================
kuji-area
==================================*/
.kuji-area{
  background: #f44a87;
  background-image: url(../images/bg-kujiArea_5th.webp);
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
}

.kuji-area .frame {
  position: relative;
}

.ac-kuji{
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 30px;
  background: #fff30b;
  cursor: pointer;
  z-index: 1;
}
.ac-kuji .text{
  font-size: 36px;
  padding-top: 2px;
  font-weight: bold;
  color: #ea326a;
  text-align: center;
}
.ac-kuji .logo-kuji{
  display: none;
}

.ac-kuji.none{
  background: #563f26;
  cursor: auto;
}
.ac-kuji.is-logo.none{
  background-color: rgba(86, 63, 38, 0.8);
  cursor: auto;
}

.ac-kuji.none .text{
  display: none;
}

.ac-kuji.none .logo-kuji{
  display: flex;
}
.ac-kuji.none .logo-kuji figure{
  padding-right: 30px;
}

.kuji-area .kuji-text {
  font-size: 40px;
  font-weight: bold;
  color: #ea326a;
  text-align: center;
  position: absolute;
  top: 40px;
  left: 50%;
  width: 100%;
  margin-left: -500px;
  display: none;
}
.kuji-area .kuji-text.active{
  display: block;
}


@media screen and (max-width: 768px) {
  .ac-kuji{
    height: 40px;
    padding: 10px;
  }
  .ac-kuji .text{
    font-size: 18px;
  }
  .kuji-area .kuji-text {
    font-size: 15px;
    padding: 0;
    top: 20px;
    width: 100%;
    margin-left: -50%;
  }
  .ac-kuji.none .logo-kuji {
    display: block;
  }
  .ac-kuji.none .logo-kuji figure {
    padding-right: 0;
    margin: 0 auto 10px;
    width: 80%;
  }
  .ac-kuji.is-logo.none{
    position: relative;
    font-size: 13px;
    height: auto;
    top: -40px;
    background-color: rgba(86, 63, 38, 1);
  }
  
}

/*==================================
kuji-area 当選/はずれ
==================================*/
/*hit*/
.hit-group{
  padding: 40px 0px 0;
  position: relative;
  overflow: hidden;
  background: url("../images/bg-yellow.png") no-repeat center;
  background-size: cover;
  z-index: 0;
  text-align: center;
}
.hit-group.is-birthday{
  background-image: url("../images/bg-yellow-birthday.gif");
}
.kuji-result{
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
.hit-group .white-box{
  padding: 30px;
  border-radius: 10px;
  background: #ffffff;
}

.hit-group .white-box{
  width: 700px;
  margin: auto;
  margin-bottom: 10px;
}
.kuji-ribbon {
  margin-bottom: .5em;
}
@media screen and (max-width: 768px){
  .kuji-ribbon {
  width: 90%;
  margin-inline: auto;
  }
}
.white-box .ttl-dotted{
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: 3px dotted #dddddd;
}
.white-box .pt-num{
  padding-right: 0;
  padding-left: 10px;
}
.kuji-pt{
  position: relative;
}
.pt-lank{
  position: absolute;
  left: 110px;
  bottom: 10px;
}

.campaign-bnr{
  margin: auto;
  margin-top: 30px;
}

.sub-kuji{
  margin-top: 60px;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.65);
}
.sub-kuji > p{
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.sub-kuji .img-height{
  height: 80px;
}
.shareImg{
  width: 110px;
  height: 25px;
  margin: 0 5px;
}
@media screen and (max-width: 768px){
  .share-text{
    font-size: 11px;
  }
  .shareImg{
    width: 87px;
    height: 19px;
    margin: 3px 18px;
  }
  .sp-share-br::after{
    content: "\A";
    white-space: pre;
  }
}

.logo-grid {
  margin-top: 20px;
}
.logo-grid li{
  padding: 10px 50px;
  /*background: #fff;*/
}
.logo-grid li + li{
  /*margin-left: 20px;*/
}

/*no-hit*/
.hit-group.no-hit {
  padding: 80px 0px 0;
  background: url(../images/bg-blue.png) no-repeat center;
  background-size: cover;
}
.hit-group.no-hit .kuji-result {
  font-size: 60px;
  color: #fff;
}
.hit-group.no-hit .sub-result {
  font-size: 40px;
}
.hit-group.no-hit .sub-text{
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

/*bnr*/
.sub-bnr{
  margin-top: 0;
}
.sub-bnr img{
  max-height: 200px;
  max-width: 240px;
}
.sub-bnr ul{
  -webkit-box-pack: justify;
  justify-content: center;
}
.sub-bnr .grid{
  flex-wrap: nowrap;
}
.sub-bnr .grid p{
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 5px;
  max-width: 240px;
}
.sub-bnr .logo-grid li{
  padding: 10px 110px;
}
.sub-bnr .logo-grid li + li {
    margin-left: 20px;
}

@media screen and (max-width: 768px){
  /*hit*/
  .hit-group {
    padding: 20px 0px 0;
    background: url(../images/bg-yellow_sp.png) no-repeat center;
    background-size: cover;
  }
  .hit-group.is-birthday {
    background-image: url(../images/bg-yellow-birthday_sp.gif);
  }
  .kuji-result {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .hit-group .white-box {
    width: 90%;
    padding: 10px 15px;
    margin-bottom: 10px;
  }
  .white-box .ttl-dotted {
    padding-bottom: 5px;
    border-bottom: 2px dotted #dddddd;
  }
  .pt-lank {
    left: 10px;
    bottom: 0px;
  }
  .pt-lank > img{
    width: 50%;
  }
  .campaign-bnr{
    margin-top: 20px;
  }
  .sub-kuji {
    margin-top: 20px;
    padding: 15px;
  }
  .sub-kuji > p {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
  }
  .logo-grid {
    margin-top: 15px;
    display: flex;
  }
  .logo-grid li {
    padding: 0px 10px;
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .logo-grid li + li {
    margin-left: 0;
  }
  .logo-grid li:nth-of-type(n+3){
    margin-top: 5px;
  }
  .logo-grid li img{
    width: 70%;
  }
  .logo-grid li a{
    display: block;
  }
  
  /*no-hit*/
  .hit-group.no-hit {
    padding: 40px 0px 0;
    background: url(../images/bg-blue_sp.png) no-repeat center;
    background-size: cover;
  }
  .hit-group.no-hit .kuji-result {
    font-size: 30px;
  }
  .hit-group.no-hit .sub-result {
    font-size: 20px;
  }
  .hit-group.no-hit .sub-kuji {
    margin-top: 40px;
    padding: 15px;
  }
  .hit-group.no-hit .sub-text{
    padding-bottom: 10px;
    font-size: 14px;
  }
  
  /*bnr*/
  .sub-bnr{
    margin-top: 0;
  }
  .sub-bnr .grid p{
    font-size: 14px;
  }
  .sub-bnr .grid img{
    width: 100%;
    height: 100%;
  }
  .sub-bnr .grid li{
    align-items: flex-start;
    padding: 0px 10px;
  }
}


/*==================================
point-area
==================================*/
.point-area{
  padding: 50px 70px;
  background: url(../images/bg-pointArea_5th.webp) 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;
  }
}


/*==================================
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;
}

@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: 15px;
  position: relative;
}
.footer-service li + li:before{
  position: absolute;
  content: "|";
  left: 0;
  top: 0;
}
.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;
  }
  .footer-service li + li:before{
    content: none;
  }
  .copyright {
    position: relative;
    right: auto;
    bottom: auto;
  }
}

/* Action Error */
.S-action_error {
  width: 100%;
  height: 500px;
  background-color: #fafafa;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.S-action_error > .-heading {
  text-align: center;
  line-height: 1.4;
  text-shadow: 1px 1px 0px #fff9d3;
  min-height: 50px;
  margin: 0 0 20px;
}

.S-action_error > .-heading .-text .-italic {
  font-style: italic;
}

.S-action_error > .-heading .-text .-black {
  color: #424242;
}

.S-action_error > .-heading .-text .-red {
  color: #ed1c24;
}

.S-action_error > .-heading .-text .-middle {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}

.S-action_error > .-heading .-text .-big {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 700;
}

.S-action_error > .-heading .-text .-inline_block {
  display: inline-block;
}

.S-action_error > .-heading .-text .-block {
  display: block;
}

/* Action Error(SP) */
.S-action_error_sp {
  width: 100%;
  height: 250px;
  padding: 20px;
  background-color: #fafafa;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.S-action_error_sp > .-heading {
  text-align: center;
  line-height: 1.4;
  text-shadow: 1px 1px 0px #fff9d3;
  min-height: 50px;
  margin: 0 0 20px;
}

.S-action_error_sp > .-heading .-text .-italic {
  font-style: italic;
}

.S-action_error_sp > .-heading .-text .-black {
  color: #424242;
}

.S-action_error_sp > .-heading .-text .-red {
  color: #ed1c24;
}

.S-action_error_sp > .-heading .-text .-middle {
  font-size: 16px;
  font-weight: 700;
}

.S-action_error_sp > .-heading .-text .-big {
  font-size: 24px;
  font-weight: 700;
}

.S-action_error_sp > .-heading .-text .-inline_block {
  display: inline-block;
}

.S-action_error_sp > .-heading .-text .-block {
  display: block;
}

