@charset "UTF-8";
/* CSS Document */

:root {
    --font-aktiv: "aktiv-grotesk", sans-serif;
    --font-noto: "Noto Sans JP", sans-serif;
    --font-logo: "logo-cut-std", sans-serif;
    --font-rmplus: "M PLUS Rounded 1c", sans-serif;
    --font-zen: "Zen Kaku Gothic New", sans-serif;
    --orange: #E55F2C;
    --orange-rgb: 229, 95, 44;
    --suborange: #E8764B;
    --suborange-rgb: 232, 118, 75;
    --yellow: #DCFF00;
    --yellow-rgb: 220, 255, 0;
    --purple: #2233FF;
    --purple-rgb: 34, 51, 255;
    --pink: #BF004D;
    --pink-rgb: 191, 0, 77;
}


.flag ul li {
      display: none; /* デフォルト非表示 */
    }

.flag ul li.active {
      display: list-item; /* クラス付与されたら表示 */
      color: green;
      font-weight: bold;
    }

.loading-splash {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #45aeb1;
  z-index: 999;
  transition: opacity 0.2s 0.75s ease-in-out;
}
.loading-splash.loaded {
  opacity: 0;
}

.container-umbel-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate3d(-50%, -50%, 0);
}

.umbel-logo {
  width: 60px;
  height: 90px;
  fill: #fff;
}

    .badge {
      display: inline-block;
      margin-left: 8px;
      padding: 2px 6px;
      font-size: 0.8em;
      background: red;
      color: white;
      border-radius: 4px;
    }
.umbel-logo .dot.animated {
  -webkit-animation: hop 0.3s ease-in alternate 2;
  transform-origin: center center;
}

.umbel-logo .dot-second.animated {
  -webkit-animation-delay: 0.15s;
}

.umbel-logo .dot-third.animated {
  -webkit-animation-delay: 0.3s;
}

.umbel-logo .u.animated {
  -webkit-animation: duck 0.5s ease-in-out 2 alternate;
  transform-origin: center center;
}

.loading-text {
  margin-top: 0;
  color: #fff;
  font-family: "proxima-nova-2", Arial, sans-serif;
}

.loading-text .letter {
  display: inline-block;
  transition: transform 0.5s linear, opacity 0.5s linear;
  opacity: 0;
  transform: rotate3d(0.1, 1, 0, 90deg) translate3d(0, 15%, 0);
}

.loading-text .letter.visible {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 90deg) translate3d(0, 0, 0);
}

@-webkit-keyframes hop {
  0% {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  }
  100% {
    transform: scale3d(1.2, 1.2, 1) translate3d(0, -80%, 0);
  }
}

@-webkit-keyframes duck {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 10%, 0);
  }
}


.loading-splash .sg{
  animation: fuwafuwa 5s infinite;
  margin-bottom: 15px;
}

.head .sns{
  display: flex;
}
.head .sns a{
  display: block;
}

/* ------------------------------- */
/* animation */
/* ------------------------------- */

#toku02 .read.anime,#toku02 .rule.anime{
    opacity: 0;
    transform: scaleY(0.8);
    transition: all 0.5s;
}
#toku02 .read.anime.mov,#toku02 .rule.anime.mov{
    opacity: 1;
    transform: scaleY(1);
}
#toku02 .prize-route.anime{
    opacity: 0;
    transform: translateY(-50px);
    transition: all 0.8s;
}
#toku02 .prize-route.anime.mov{
    opacity: 1;
    transform: translateY(0);
}
#toku02 .prize.anime{
    opacity: 0;
    transform: scale(1.1);
    transition: all 0.7s;
    filter: brightness(1.5);
}
#toku02 .prize.anime.mov{
    opacity: 1;
    transform: scale(1);
    filter: brightness(1);
}
#toku02 .awrap.anime{
    opacity: 0;
}
#toku02 .awrap.anime.mov{
    opacity: 1;
    animation: popup 0.5s backwards, quiz-btn 3s infinite;
}
#toku02 .read .awrap.anime.mov{
    animation: popup 0.5s 0.3s backwards, quiz-btn 3s infinite;
}
#toku02 .awrap.anime.mov:hover{
    animation: popup 0.5s backwards;
}
#toku02 .read .awrap.anime.mov:hover{
    animation-play-state: paused;
}
@keyframes popup{
    0%{
        opacity: 0;
        transform: scale(0.5);
    }
    100%{
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes quiz-btn{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1);
    }
    54%{
        transform: scale(0.97);
    }
    58%{
        transform: scale(1);
    }
    62%{
        transform: scale(0.97);
    }
    66%{
        transform: scale(1);
    }
    100%{
        transform: scale(1);
    }
}


/*******************************
共通
********************************/

html{-webkit-font-smoothing: antialiased;text-rendering: optimizeLegibility;
text-size-adjust: 100%;}

#toku02{
    background: var(--orange);
}
#toku02 *{
    font-family: var(--font-noto);
}

#toku02 .read{
    text-align: center;
    border: solid #fff;
    position: relative;
}
#toku02 .read p{
    font-family: var(--font-zen);
    font-weight: 900;
    color: #fff;
}
#toku02 .read p span.noto{
    font-family: var(--font-noto);
}
#toku02 .awrap{
    position: relative;
    z-index: 1;
}
#toku02 a.quiz-btn{
    display: block;
    background: url(../images/toku02_btn.svg)no-repeat center center / contain;
    margin: auto;
    transition: all 0.2s;
    font-family: var(--font-rmplus);
    color: var(--yellow);
    text-decoration: none;
    font-weight: 800;
    text-align: center;
}
#toku02 a.quiz-btn span{
    font-size: 0.8em;
    font-family: inherit;
}
#toku02 .rule h3{
    font-family: var(--font-rmplus);
    font-weight: 800;
    text-align: center;
    color: #fff;
}
#toku02 .rule h3::before,#toku02 .rule h3::after{
    content: "";
    display: inline-block;
    background: url(../images/toku02_star_w.svg)no-repeat center center / contain;
}
#toku02 .rule section{
    background: #fff;
    border: var(--yellow) solid 8px;
    display: flex;
    justify-content: space-between;
}
#toku02 .rule section div:nth-of-type(1){
    background: url(../images/toku02_rule1.svg)no-repeat bottom right;
}
#toku02 .rule section div:nth-of-type(2){
    background: url(../images/toku02_rule2.svg)no-repeat bottom right;
}
#toku02 .rule section div:nth-of-type(3){
    background: url(../images/toku02_rule3.svg)no-repeat bottom right;
}
#toku02 .rule section div h4{
    font-family: var(--font-rmplus);
    font-weight: 800;
    color: var(--pink);
}
#toku02 .rule section div p{
    font-family: var(--font-zen);
    font-weight: 700;
}
#toku02 .prize-route{
    display: block;
    width: fit-content;
    margin: auto;
    font-family: var(--font-rmplus);
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
    background: url(../images/toku02_prize-route.svg)left center no-repeat;
}
#toku02 .prize-route span{
    font-family: inherit;
}
#toku02 .prize{
    text-align: center;
    position: relative;
}
#toku02 .prize img.bang{
    position: absolute;
    top: 8px;
    right: 72px;
}
#toku02 .prize section{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#toku02 .prize h4{
    font-family: var(--font-rmplus);
    font-weight: 800;
    color: var(--yellow);
    width: 100%;
}
#toku02 .prize h4::before,#toku02 .prize h4::after{
    content: "";
    display: inline-block;
    background: url(../images/toku02_star_y.svg)no-repeat center center / contain;
}
#toku02 .prize div{
    display: flex;
    position: relative;
    margin: -64px 0 -8px;
}
#toku02 .prize span.mem{
    position: absolute;
    bottom: 40px;
    right: 0;
}
#toku02 .prize span.mem::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/toku02_star_y.svg)no-repeat center center / contain;
    animation: star 2s steps(1) infinite ;
}
/* @keyframes star {
    0%{transform: scale(1);}
    5%{transform: scale(0.95);}
    15%{transform: scale(1.13);}
    25%{transform: scale(0.95);}
    30%{transform: scale(1);}
} */
@keyframes star {
    0%{transform: rotate(-5deg);}
    50%{transform: rotate(5deg);}
}
/* @keyframes star {
    0%{transform: rotate(0deg);}
    50%{transform: rotate(180deg);}
    100%{transform: rotate(360deg);}
} */
#toku02 .prize img.mem{
    position: relative;
    z-index: 1;
}
#toku02 .prize .period{
    width: 100%;
    background: #fff;
    font-family: var(--font-zen);
    font-weight: bold;
    color: var(--purple);
    display: inline-block;
    margin: auto;
}
#toku02 .prize .period .hol{
    color: var(--pink);
}
#toku02 .prize span.line{
    display: flex;
    justify-content: space-between;
    margin: 24px auto 8px;
    width: 600px;
    border-top: 2px solid #fff;
}
#toku02 .prize span.line::before,#toku02 .prize span.line::after{
    content: "";
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}
#toku02 .prize .pic{
    background: url(../images/toku02_prize_pic.png)no-repeat top right;
    animation: prizepic 2s steps(1) infinite;
    transform-origin: bottom;
}
@keyframes prizepic {
    0%{
        transform: rotate(0deg);
    }
    50%{
        transform: rotate(-3deg);
    }
}
#toku02 .bottom{
    background: url(../images/toku02_bottom.svg)repeat-x top left, linear-gradient(180deg,transparent 32px,var(--yellow) 32px);
    margin-top: -28px;
    z-index: 1;
    position: relative;
}

/***********************************************************************
「★PC版 CSS★」ブラウザの幅が769px以上ならここの記述が有効になる
**********************************************************************/
@media only all and (min-width: 769px) {

#toku02 h2 img{
    width: 100%;
}
#toku02 .read{
    background: url(../images/toku02_readillust.svg)no-repeat top center, url(../images/toku02_dotpattern.svg), var(--suborange);
    border-width: 10px 0;
    padding: 0 130px 0 65px;
}
#toku02 .read p{
    font-size: 22px;
    line-height: 2.3;
    margin: 40px 0;
}
#toku02 a.quiz-btn{
    width: 656px;
    height: 112px;
    line-height: 112px;
    font-size: 40px;
    margin-bottom: 56px;
}
#toku02 .read .pic{
    position: absolute;
    width: 100%;
    height: 190px;
    bottom: 0;
    left: 0;
    will-change: background-position;
    background: url(../images/toku02_raad_pic_pc.png)no-repeat;
    animation: pic-pc 3s steps(3) infinite;
}
@keyframes pic-pc {
    0% {
        background-position: center 0px;
    }
    100% {
        background-position: center -570px;
    }
}
#toku02 .rule{
    padding: 32px 130px 16px 65px;
}
#toku02 .rule h3{
    font-size: 40px;
}
#toku02 .rule h3::before,#toku02 .rule h3::after{
    width: 38px;
    height: 38px;
    margin: -4px 8px;
}
#toku02 .rule section{
    margin: 12px 0;
    padding: 40px;
    border-radius: 48px;
    height: 240px;
}
#toku02 .rule section div{
    min-height: 208px;
    padding: 16px 0;
}
#toku02 .rule section div:nth-of-type(1){
    width: 304px;
}
#toku02 .rule section div:nth-of-type(2){
    width: 366px;
}
#toku02 .rule section div:nth-of-type(3){
    width: 364px;
}
#toku02 .rule section div h4{
    font-size: 36px;
    line-height: 48px;
}
#toku02 .rule section div p{
    font-size: 18px;
    line-height: 32px;
    margin-top: 16px;
}
#toku02 .rule section span.line{
    display: block;
    width: 14px;
    height: 100%;
    background: url(../images/toku02_ruleline.svg)no-repeat center center
}
#toku02 .prize-route{
    padding-left: 72px;
    font-size: 24px;
    min-height: 68px;
}
#toku02 .prize-route span{
    font-size: 40px;
}
#toku02 .prize{
    width: calc(100% - 65px - 130px);
    background: url(../images/toku02_prize-bg.svg)no-repeat top 64px center;
    padding: 32px 65px 0;
    min-height: 1008px;
    padding-bottom: 64px;
}
#toku02 .prize section{
    padding: 16px 40px;
}
#toku02 .prize h4{
    font-size: 40px;
}
#toku02 .prize h4::before,#toku02 .prize h4::after{
    width: 38px;
    height: 38px;
    margin: -4px 8px;
}
#toku02 .prize .period{
    width: 346px;
    border-radius: 12px;
    font-size: 24px;
    line-height: 40px;
}
#toku02 .prize .pic{
    width: 286px;
    height: 448px;
    position: absolute;
    bottom: 0px;
    left: 8px;
    background-size: 279px;
}
#toku02 .bottom{
    padding: 56px 130px 4px 65px;
}
#toku02 .bottom a.quiz-btn{
    width: 848px;
    height: 140px;
    line-height: 140px;
    font-size: 52px;
}

#toku02 a:hover{
    transform: scale(0.95);
}

}

/***********************************************************************
「★SP版 CSS★」ブラウザの幅が750px未満ならここの記述が有効になる
**********************************************************************/
@media only all and (max-width: 750px) { 

#toku02 .read{
    background: url(../images/toku02_readillust_sp.svg)no-repeat top center, url(../images/toku02_dotpattern.svg), var(--suborange);
    border-width: 16px 0;
}
#toku02 .read p{
    font-size: 32px;
    line-height: 48px;
    margin: 24px 0;
}
#toku02 .read p span:not(.noto){
    display: inline-block;
    margin: 16px 0;
}
#toku02 a.quiz-btn{
    width: 650px;
    height: 148px;
    line-height: 1.1;
    font-size: 56px;
    background: url(../images/toku02_btn_sp.svg)no-repeat center center;
    padding-top: 20px;
}
#toku02 .read .pic{
    width: 100%;
    height: 256px;
    background: url(../images/toku02_raad_pic_sp.png)no-repeat;
    animation: pic-pc 4s steps(4) infinite;
}
@keyframes pic-pc {
    0% {
        background-position: center 0px;
    }
    100% {
        background-position: center -1032px;
    }
}
#toku02 .rule{
    padding: 32px 50px;
}
#toku02 .rule h3{
    font-size: 56px;
}
#toku02 .rule h3::before,#toku02 .rule h3::after{
    width: 52px;
    height: 52px;
    margin: -6px 8px;
}
#toku02 .rule section{
    padding: 16px 36px;
    border-radius: 64px;
    flex-direction: column;
}
#toku02 .rule section div{
    min-height: 300px;
    padding: 16px 0;
    background-size: contain !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#toku02 .rule section div:nth-of-type(1){
    background-position: bottom right 28px;
}
#toku02 .rule section div h4{
    font-size: 52px;
    line-height: 72px;
}
#toku02 .rule section div p{
    font-size: 28px;
    line-height: 40px;
    margin-top: 16px;
}
#toku02 .rule section span.line{
    display: block;
    width: 100%;
    height: 33px;
    background: url(../images/toku02_ruleline_sp.svg)no-repeat center center
}
#toku02 .prize-route{
    padding-left: 96px;
    font-size: 32px;
    min-height: 68px;
    background-size: auto 85%;
}
#toku02 .prize-route span{
    font-size: 56px;
}
#toku02 .prize{
    width: 100%;
    background: url(../images/toku02_prize-bg_sp.svg)no-repeat top 40px center;
    min-height: 2240px;
    padding-bottom: 64px;
    margin-top: 40px;
}
#toku02 .prize h3 img{
    height: 132px;
}
#toku02 .prize img.bang{
    top: -4px;
    right: -32px;
    z-index: -1;
}
#toku02 .prize section{
    padding: 28px 0;
}
#toku02 .prize h4{
    font-size: 56px;
}
#toku02 .prize h4::before,#toku02 .prize h4::after{
    width: 52px;
    height: 52px;
    margin: -6px 8px;
}
#toku02 .prize div {
    margin: -40px 0 -8px;
}
#toku02 .prize div:nth-of-type(2) {
    margin: -92px 0 16px;
}
#toku02 .prize span.mem {
    position: absolute;
    bottom: 104px;
    right: 120px;
}
#toku02 .prize section div:nth-of-type(2) span.mem {
    position: absolute;
    bottom: 32px;
    right: 310px;
}
#toku02 .prize img.mem {
    width: 248px;
}
#toku02 .prize .period{
    width: 320px;
    height: 112px;
    border-radius: 16px;
    font-size: 40px;
    line-height: 48px;
    padding-top: 4px;
}
#toku02 .prize .period .sm{
    font-size: 32px;
}
#toku02 .prize span.line{
    margin: 12px auto -4px;
}
#toku02 .prize .pic{
    width: 248px;
    height: 484px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-size: 279px;
}
#toku02 .bottom{
    padding: 56px 0 4px;
}
#toku02 .bottom a.quiz-btn{
    margin-bottom: 64px;
}

}

