@charset "utf-8";

#footer {
    margin-top: 0;
}


  .animatedsita {
    -webkit-transform: translateZ(0);
    animation-name: example4;
    animation-duration: 0.5s;
    position: relative;
    display: block;
    opacity: 1;
  }
  
  @keyframes example4 {
    from {
      opacity: 0;
      bottom: -100px;
    }
    to {
      opacity: 1;
      bottom: 0;
    }
  }


  .animatedmigi {
    -webkit-transform: translateZ(0);
    animation-name: example3;
    animation-duration: 0.5s;
    position: relative;
    display: block;
    opacity: 1;
  }
  
  @keyframes example3 {
    from {
      opacity: 0;
      left: 100px;
    }
    to {
      opacity: 1;
      left: 0;
    }
  }

  .animatedhidari {
    -webkit-transform: translateZ(0);
    animation-name: example2;
    animation-duration: 0.5s;
    position: relative;
    display: block;
    opacity: 1;
  }
  
  @keyframes example2 {
    from {
      opacity: 0;
      left: -100px;
    }
    to {
      opacity: 1;
      left: 0;
    }
  }

.content-wrapper {
    max-width: 100%;
    margin: 0 auto;
}
main.campaign{
    height: fit-content;
    max-width: 1200px;
    margin: 0 auto;
    font-family: wanpaku-ruika, sans-serif;
    font-weight: 100;
    font-style: normal;
}

header.scrolled#header {
    top: 0;
}

/*firstview----------------------------*/
.campaign_content1 {
    position: relative;
    width: 100%;
}

.campaign_content1_box {
    width: 100%;
    height: 700px;
    margin-bottom: 350px;
    position: relative;
}

.kashaimg {
    position: absolute;
    width: fit-content;
    height: fit-content;
    top: 46%;
    right: 6%;
}

.kashaobject1 {
    width: 80px;
    animation: zoomIn1 3s cubic-bezier(0.25, 1, 0.5, 1) infinite;
  }
   
  @keyframes zoomIn1 {
    0%, 15%, 100% {
      transform: scale(0);
      opacity: 0;
    }
    10% {
      opacity: 1;
      transform: scale(1);
    }
  }

  .kashaobject2 {
    width: 60px;
    margin-left: 30px;
    animation: zoomIn2 3s cubic-bezier(0.25, 1, 0.5, 1) infinite;
  }
   
  @keyframes zoomIn2 {
    0%, 20%, 35%, 100% {
      transform: scale(0);
      opacity: 0;
    }
    30% {
      opacity: 1;
      transform: scale(1);
    }
  }

.ulnavasite_logo {
    position: absolute;
    width: 100%;
    height: 123px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 70%);
    background: #ff9a22;
    top: 0%;
}

.ulnavasite_logo img {
    display: block;
    width: 35%;
    margin: 25px auto 0;
}

.burabura_navao {
    position: absolute;
    width:fit-content;
    bottom: -49%;
    left: 10%; 
}

.burabura_navao img {
    width: 200px;
    animation: burabura 3s infinite;
}

@keyframes burabura {
    0%, 100%{
        transform: rotate(15deg);
        transform-origin: top;
    }
    50%{
        transform: rotate(-15deg);
        transform-origin: top;
    }
}

.campaign_content1-img {
    width: 100%;
    height: 100%;
    background:url(../img/camera_navao.webp), url(../img/main_img.webp);
    background-size: 145px, 100%;
    background-repeat: no-repeat;
    background-position: 92% 62%, 0 0;
    animation: flash 3s infinite;
}

@keyframes flash {
    0%, 5%, 10.05%, 25%, 30.05% {
        filter: brightness(1);
    }

    10%, 30% {
        filter: brightness(4);
    }
}

.background_logo {
    width:100%;
    padding: 50px 0 140px;
    position: absolute;
    clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 80%);
    background-color: #26231f;
    top: 64%;
}

.logo-text {
    bottom: 22%;
    width: 100%;
    color: #fff;
}

.logo-text img {
    width: 80%;
    margin: 0 auto;
    display: block;

}

.logo-text div{
    width: fit-content;
    margin: 30px auto 0;
    text-align: center;
}

.sankaku {
    font-size: 60px;
    color: #fff;
}

.logo-text h2, .logo-text p {
    text-align: center;
}

.campaign h2 {
    font-size: 35px;
}

.logo-text h2 span {
    color: #ff9a22;
}

.campaign_content1-text{
    font-size: 25px;
}

.campaign_content1-text span {
    text-decoration:underline;
}

.campaign_content2 {
    width:100%;
    height: fit-content;
    padding: 0px 0 20px;
    color: #26231f;
}

.campaign_content2 div {
    font-size: 35px;
    text-align: center;
}

.text-orange {
    color: #ff9a22;
}

.text-red {
    font-size: 50px;
    color: #ff3b3b;
}

.campaign_content3 {
    width:100%;
    padding: 140px 0 200px;
    clip-path: polygon(0% 16%, 100% 0%, 100% 100%, 0% 88%);
    background: url(../img/yuttari_navao.gif), #ff9a22;
    background-size: 170px;
    background-repeat: no-repeat;
    background-position: 93% 107.5%;
    text-align: center;
    color: #fff;
    font-size: 35px;
}

.campaign_step {
    display: flex;
    width: fit-content;
    margin: 0 auto 30px;
    font-size: 20px;
}

.step_img_box {
    width: fit-content;
    height: fit-content;
    margin: 0 35px;
}

.step_text {
    height:fit-content;
    margin: auto 0;
}

.step_finish {
    position: relative;
    width: fit-content;
    margin: 50px auto 0;
}

.step_finish .step_img_box {
    position: absolute;
    bottom: -73%;
    right: 93%;
}

.campaign_content4 {
    position: relative;
    width:100%;
    margin-top: 50px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 97%);
    text-align: center;
    color: #26231f;
    font-size: 25px;
}

.yuushou_navao_img {
    position: absolute;
    width:fit-content;
    bottom: 9%;
    left: 10%; 
}

.yuushou_navao_img img {
    width: 200px;
    animation: gattu 3s infinite;
}

@keyframes gattu {
    0%, 100%{
        transform: rotate(15deg);
        transform-origin: bottom;
    }
    50%{
        transform: rotate(-15deg);
        transform-origin: bottom;
    }
}

.contest_rank {
    display: flex;
    width: fit-content;
    height: fit-content;
    margin: 60px auto 0;
}

.contest_rank img {
    width: 65px;
    margin-right: 20px;
}

.contest_rank div {
    margin: auto 0;
    font-size: 50px;
}

.rank_prize {
    display: flex;
    width: fit-content;
    height: fit-content;
    margin: 40px auto 0;
}

.ani_delay {
    animation-delay:2s;
}

.prize_item1 {
    width: fit-content;
    height: fit-content;
    margin: 0 20px 20px 0;
}

.site_img_box {
    position: relative;
    margin-bottom: 21px;
    overflow :hidden;
}

 .kirakira3 {
    width:30px;
    height:100%;
    position:absolute;
    top:-180px;
    left:0;
    background-color: #fff;
    opacity:0;
    transform: rotate(45deg);
    animation: reflection 2s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 2s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 2s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    30% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    31% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
    }
    @-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    30% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    31% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
    }
    @-moz-keyframes reflection {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    30% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    31% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
    }

.ani_delay .kirakira3 {
    width:30px;
    height:100%;
    position:absolute;
    top:-180px;
    left:0;
    background-color: #fff;
    opacity:0;
    transform: rotate(45deg);
    animation: reflection2 3s ease-in-out infinite;
    animation-delay:0.5s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 2s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 2s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection2 {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    30% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    31% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
    }
    @-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    30% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    31% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
    }
    @-moz-keyframes reflection {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    30% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    31% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
    }

.prize_plus {
    margin: 110px 20px 0 0;
    font-size: 60px;
}

.coin_box {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 0 20px 20px 0;
}

.coin_img {
    width: 80%;
    margin-top: 20%;
}

.ani_delay .kirakira1 {
    position: absolute;
    top: 29%;
    right: -3%;
    animation: kira1 3s infinite;
    animation-delay:0.5s;
}

@keyframes kira1 {
    0%, 25%, 35%, 75%, 85%, 100% {
        transform:rotateY(0deg); 
    }

    30%, 80% {
        transform:rotateY(90deg); 
    }

    0%, 5%, 10.05%, 25%, 30.05% {
        filter: brightness(1);
    }

    10%, 30% {
        filter: brightness(4);
    }
}

.ani_delay .kirakira2 {
    position: absolute;
    top: 67%;
    right: 88%;
    animation: kira2 2.5s infinite;
    animation-delay:0.5s;
}

@keyframes kira2 {
    0%, 45%, 55%, 85%, 95%, 100% {
        transform:rotateY(0deg); 
    }

    50%, 90%  {
        transform:rotateY(90deg); 
    }

    0%, 5%, 10.05%, 25%, 30.05% {
        filter: brightness(1);
    }

    10%, 30% {
        filter: brightness(4);
    }
}

.kirakira1 {
    position: absolute;
    top: 29%;
    right: -3%;
    animation: kira1 3s infinite;
}

@keyframes kira1 {
    0%, 25%, 35%, 75%, 85%, 100% {
        transform:rotateY(0deg); 
    }

    30%, 80% {
        transform:rotateY(90deg); 
    }

    0%, 5%, 10.05%, 25%, 30.05% {
        filter: brightness(1);
    }

    10%, 30% {
        filter: brightness(4);
    }
}

.kirakira2 {
    position: absolute;
    top: 67%;
    right: 88%;
    animation: kira2 2.5s infinite;
}

@keyframes kira2 {
    0%, 45%, 55%, 85%, 95%, 100% {
        transform:rotateY(0deg); 
    }

    50%, 90%  {
        transform:rotateY(90deg); 
    }

    0%, 5%, 10.05%, 25%, 30.05% {
        filter: brightness(1);
    }

    10%, 30% {
        filter: brightness(4);
    }
}

.ani_delay .kirakira1 {
    position: absolute;
    top: 29%;
    right: -3%;
    animation: kira1 3s infinite;
    animation-delay:0.5s;
}

@keyframes kira1 {
    0%, 25%, 35%, 75%, 85%, 100% {
        transform:rotateY(0deg); 
    }

    30%, 80% {
        transform:rotateY(90deg); 
    }

    0%, 5%, 10.05%, 25%, 30.05% {
        filter: brightness(1);
    }

    10%, 30% {
        filter: brightness(4);
    }
}

.ani_delay .kirakira2 {
    position: absolute;
    top: 67%;
    right: 88%;
    animation: kira2 2.5s infinite;
    animation-delay:0.5s;
}

@keyframes kira2 {
    0%, 45%, 55%, 85%, 95%, 100% {
        transform:rotateY(0deg); 
    }

    50%, 90%  {
        transform:rotateY(90deg); 
    }

    0%, 5%, 10.05%, 25%, 30.05% {
        filter: brightness(1);
    }

    10%, 30% {
        filter: brightness(4);
    }
}

.prize_item2 {
    width: fit-content;
    height: fit-content;
}

.campaign_content5 {
    width:100%;
    margin-top: 105px;
    padding: 100px 0 80px;
    clip-path: polygon(0% 30%, 100% 0%, 100% 100%, 0% 100%);
    background: #26231f;
    text-align: center;
    color: #fff;
    font-size: 25px;
}

.campaign_content6 {
    padding: 75px 0 0;
    color: #26231f;
}

.campaign_content7 {
    padding: 50px 0 0;
    color: #26231f;
}

.campaign_notes {
    margin-bottom: 45px;
    text-align: center;
}

.campaign_time {
    width: fit-content;
    margin: 0 auto 35px;
    font-size: 25px;
}

.campaign_time div {
    margin-bottom: 10px;
}

.campaign_content6 .campaign_notes_list, .campaign_content7 .campaign_notes_list {
    font-size: 18px;
}

.campaign_notes_text {
    width: fit-content;
    margin: 0 auto;
}

.campaign_notes_text div {
    font-size: 18px;
}

.campaign_notes_list div {
    margin-bottom: 24px;
    line-height: 1.5;
}

.campaign_content7 {
    position: relative;
    padding: 180px 0 230px;
    clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 100%);
    background: #ff9a22;
    overflow: hidden;
}

.kyorokyoro_navao_img {
    position: absolute;
    width: fit-content;
    animation: idou 6s infinite;
    bottom: 0%;
    left: 5%;
}

.kyorokyoro_navao_img img {
    width: 140px;
    animation: kyoro 2s infinite;
}

@keyframes kyoro {
    0%, 20%, 60%, 80%, 100% {
        transform:rotateY(0deg); 
    }

    10%, 70%{
        transform:rotateY(180deg); 
    }
}

@keyframes idou {
    0%, 30%, 100% {
        bottom: -10%;
        left: 25%;
    }

    35% {
        bottom: -50%;
        left: 25%;
    }

    45% {
        bottom: -50%;
        left: 60%;
    }

    55%, 80% {
        bottom: -10%;
        left: 60%;
    }

    85% {
        bottom: -50%;
        left: 60%;
    }

    90% {
        bottom: -50%;
        left: 25%;
    }
}

/*1000----------------------------*/

@media (max-width: 1000px) {
    .campaign_content1-img{
        background:url(../img/camera_navao.webp), url(../img/main_img_1000.webp);
        background-size: 145px, 100%;
        background-repeat: no-repeat;
        background-position: 92% 62%, 0% 30%;
    }

    .campaign_content2 div {
        font-size: 30px;
    }

    .text-red {
        font-size: 45px;
    }
}

/*900----------------------------*/

@media (max-width: 900px) {
    .rank_prize {
        display: block;
        margin: 20px auto 60px;
    }

    .contest_rank img {
        width: 50px;
        margin: 0 10px 0;
    }

    .contest_rank {
        margin: 90px auto 0;
    }

    .contest_rank div {
        font-size: 35px;
    }

    .prize_item1 {
        margin: 0 auto 20px;
    }

    .prize_plus {
        margin: 0px 0 15px;
        font-size: 50px;
    }

    .prize_item2 {
        margin: 0 auto;
    }

    .coin_box {
        width: fit-content;
        height: fit-content;
        margin: 0px;
    }

    .coin_img {
        margin-top: 3%;
    }

    .yuushou_navao_img {
        bottom: 6%;
    }

    .campaign_content5 {
        font-size: 20px;
    }
}

/*768----------------------------*/

@media (max-width: 768px) {
    .campaign_content1-img {
        background: url(../img/camera_navao.webp), url(../img/main_img_1000.webp);
        background-size: 145px, 100%;
        background-repeat: no-repeat;
        background-position: 92% 62%, 0% 58%;
    }
    .ulnavasite_logo {
        height: 229px;
        clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 69%);
    }

    .ulnavasite_logo img {
        margin: 120px auto 0;
    }
}

/*630----------------------------*/

@media (max-width: 630px) {
    .campaign h2 {
        font-size: 20px;
    }

    .ulnavasite_logo img {
        width: 50%;
    }

    .campaign_content1_box {
        margin-bottom: 170px;
    }    

    .campaign_content1-img{
        background:url(../img/camera_navao.webp), url(../img/main_img_630.webp);
        background-size: 100px, 100%;
        background-repeat: no-repeat;
        background-position: 89% 62%, 0% 47%;
    }

    .logo-text div{
        margin: 10px auto 0;
    }
    
    .sankaku {
        font-size: 40px;
    }

    .campaign_content1-text{
        font-size: 17px;
    }

    .kashaimg {
        position: absolute;
        width: fit-content;
        height: fit-content;
        top: 50%;
        right: 4%;
    }

    .kashaobject1 {
        width: 70px;
    }

    .kashaobject2 {
        width: 50px;
    }

    .burabura_navao {
        bottom: -24%;
    }

    .burabura_navao img {
        width: 150px;
    }

    .campaign_content2 {
        padding: 0px 0 30px;
    }

    .campaign_content2 div {
        font-size: 20px;
    }

    .text-red {
        font-size: 35px;
    }

    .campaign_content3 {
        padding: 140px 0 155px;
        clip-path: polygon(0% 10%, 100% 4%, 100% 100%, 0% 95%);
        background-size: 140px;
        background-position: 93% 106%;
        font-size: 26px;
    }

    .campaign_step {
        flex-direction: column;
        margin: 30px auto 15px;
        font-size: 14px;
    }

    .step_reverse {
        flex-direction: column-reverse;
    }

    .step_img_box {
        margin: 15px auto;
    }

    .step_img_box img {
        width: 100%;
    }

    .step_finish .step_img_box {
        width: 75px;
        bottom: -100%;
        right: 108%;
    }

    .campaign_notes {
        margin-bottom: 25px;
    }

    .campaign_time {
        margin: 0 auto 20px;
        font-size: 15px;
    }

    .campaign_notes_text div {
        font-size: 10px;
    }

    .campaign_content4 {
        font-size: 20px;
    }

    .yuushou_navao_img img {
        width: 160px;
        animation: gattu 3s infinite;
    }

    .campaign_content6 {
        padding: 15px 20px 30px;
    }

    .campaign_content6 .campaign_notes_list, .campaign_content7 .campaign_notes_list {
        font-size: 10px;
    }

    .campaign_content7 {
        padding: 90px 20px 120px;
        clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
    }

    .kyorokyoro_navao_img img {
        width: 90px;
    }

    @keyframes idou {
        0%, 30%, 100% {
            bottom: -10%;
            left: 15%;
        }
    
        35% {
            bottom: -50%;
            left: 15%;
        }
    
        45% {
            bottom: -50%;
            left: 60%;
        }
    
        55%, 80% {
            bottom: -10%;
            left: 60%;
        }
    
        85% {
            bottom: -50%;
            left: 60%;
        }
    
        90% {
            bottom: -50%;
            left: 15%;
        }
    }

}


    /*430----------------------------*/
    @media (max-width: 430px) {
        .ulnavasite_logo img {
            width: 50%;
        }

        .ulnavasite_logo img {
            margin: 101px auto 0;
        }

        .ulnavasite_logo {
            clip-path: polygon(0% 0%, 100% 0%, 100% 72%, 0% 56%);
        }

        .campaign_content1_box {
            height: 470px;
            margin-bottom: 85px;

        }

        .campaign_content1-img {
            background-size: 70px, 100%;
            background-position: 90% 51%, 0% 51%;
        }

        .kashaimg {
            right: 2%;
            top: 42%;
        }

        .kashaobject1 {
            width: 40px;
        }

        .kashaobject2 {
            width: 30px;
        }

        .sankaku {
            font-size: 25px;
        }

        .campaign h2 {
            font-size: 16px;
        }

        .campaign_content1-text {
            font-size: 13px;
        }

        .background_logo {
            padding: 50px 0 90px;
            clip-path: polygon(0% 50px, 100% 6%, 100% calc(100% - 40px), 0% 80%);
            background-color: #26231f;
            top: 51%;
        }

        .burabura_navao {
            bottom: -16%;
        }

        .burabura_navao img {
            width: 80px;
        }

        .campaign_content2 div {
            font-size: 15px;
        }

        
        .text-red {
            font-size: 23px;
        }


        .campaign_content3 {
            padding: 75px 0 150px;
            clip-path: polygon(0% 4%, 100% 0%, 100% 100%, 0% 95%);
            background-size: 100px;
            background-position: 93% 104%;
        }
        
        .campaign_step {
            font-size: 13px;
        }

        .campaign_content4 {
            clip-path: polygon(0% 0%, 100% 0%, 100% 97.5%, 0% 96.5%);
            margin-top: 25px;
        }

        .campaign_content4 {
            font-size: 15px;
        }

        .contest_rank {
            margin: 30px auto 0;
        }

        .contest_rank div {
            font-size: 30px;
        }

        .site_img_box {
            width: fit-content;
        }

        .site_img_box img {
            width: 250px;
        }

        .prize_plus {
            margin: 0px 0 15px;
            font-size: 35px;
        }

        .coin_img {
            width: 70%;
        }
    
        .yuushou_navao_img {
            bottom: 9%;
        }

        .yuushou_navao_img img {
            width: 130px;
        }

        .campaign_content5 {
            padding: 85px 0 100px;
            clip-path: polygon(0% 24%, 100% 11%, 100% 100%, 0% 100%);
        }

        .campaign_time {
            margin: 0 auto 20px;
            font-size: 13px;
        }

    }