@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;
    --green: #007A88;
}


.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;
}

#toku01{
    background: url(../images/toku01_bk.jpg) repeat-x;
    background-size: auto 100%;
}

#toku01 .top{
    background: url(../images/toku01_top_pc.png) center top no-repeat;
    width: 100%;
    height: 380px;
    position:relative;
}
#toku01 .top .month{
    width: 174px;
    height: 174px;
    position: absolute;
    top: 16px;
    left: calc(50% - 100px);
}
#toku01 .top .month.month06{background: url(../images/toku1_month06.svg) no-repeat;}
#toku01 .top .month.month07{background: url(../images/toku1_month07.svg) no-repeat;}
#toku01 .top .month.month08{background: url(../images/toku1_month08.svg) no-repeat;}
#toku01 .top .month.month09{background: url(../images/toku1_month09.svg) no-repeat;}
#toku01 .top .month.month10{background: url(../images/toku1_month10.svg) no-repeat;}
#toku01 .top .month.month11{background: url(../images/toku1_month11.svg) no-repeat;}
#toku01 .top .month.month12{background: url(../images/toku1_month12.svg) no-repeat;}


.column .mida{
    font-family: "heisei-mincho-std", serif;
    font-weight: 300;
    font-size: 50px;
    line-height: 64px;
    font-style: normal;
    text-align: center;
    margin-bottom: 20px;
    transition: 1s;
    opacity: 0;
    transform: scale(1.1);
}
.column .mida.mov{
  opacity: 1;
  transform: scale(1);
}

.column .txt{
  opacity: 0;
  transform: translateY(15px);
  transition: 1s;
  transition-delay: 1s;
}
.column .txt.mov{
  opacity: 1;
  transform: translateY(0);
}

#toku01 .rank{
  opacity: 0;
  transform: translateY(15px);
  transition: 1s;
  transition-delay: 2s;
}
#toku01 .rank.mov{
  opacity: 1;
  transform: translateY(0);}

.rank h3{
    background: url(../images/toku01_rank.svg) center top no-repeat;
    height: 180px;
    text-indent: -9999px;
}
.rank .date{
    text-align: center;
    font-weight: bold;
}


.rank table{
    width: 100%;
}

.rank table th{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    height: 45px;
    vertical-align: middle;
}
.rank table td{
    background: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    height: 45px;
    vertical-align: middle;
}

.rank table td.border1{background: #DCFF05 !important; height: 60px; font-size: 24px !important; color: #000432 !important;}
.rank table td.border2{background: #17B2FC !important; height: 50px; font-size: 22px !important; color: #000432 !important;}

.rank table tr:nth-child(odd) td{background: #EBF3FF;}
.rank table tr td:nth-child(1){
    font-family: 'Roboto',sans-serif;
    color: #FFF;
    font-size: 28px;}

.rank table tr:nth-child(odd) td:nth-child(1){background: #000432;}
.rank table tr:nth-child(even) td:nth-child(1){background: #000872;}

.rank table td span{
    font-family: 'Roboto',sans-serif;
    font-size: 28px;
}

.grade h3{
    width: 100%;
    height: 55px;
    text-indent: -9999px;
    margin-bottom: 40px;
}
.grade h3.month06{background: url(../images/toku01_grade_m06.svg) no-repeat;}
.grade h3.month07{background: url(../images/toku01_grade_m07.svg) no-repeat;}
.grade h3.month08{background: url(../images/toku01_grade_m08.svg) no-repeat;}
.grade h3.month09{background: url(../images/toku01_grade_m09.svg) no-repeat;}
.grade h3.month10{background: url(../images/toku01_grade_m10.svg) no-repeat;}
.grade h3.month11{background: url(../images/toku01_grade_m11.svg) no-repeat;}
.grade h3.month12{background: url(../images/toku01_grade_m12.svg) no-repeat;}


.grade ul{display: flex;}
.grade ul li{
    width: 230px;
    height: 275px;
    padding-top: 8px;
    position: relative;
    background:url(../images/toku01_grade_bk.svg);
}
.grade ul li .grade{
    width: 120px;
    height: 50px;
    position: absolute;
    left: calc(50% - 60px);
    top: -25px;
}
.grade ul li .grade.sg{background: url(../images/toku01_grade_sg.svg);}
.grade ul li .grade.g1{background: url(../images/toku01_grade_g1.svg);}
.grade ul li .grade.g2{background: url(../images/toku01_grade_g2.svg);}

.grade ul li .tit{
    height: 120px; display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative;
    width: 100%;
    margin-top: 8px;
}
.grade ul li .tit::before{
    content: '';
    width: 200px;
    height: 1px;
    background: #FFF;
    position: absolute;
    bottom: 0;
}
.grade ul li .tit .day{
    font-size: 26px;
    font-family: 'Roboto',sans-serif;
    font-weight: bold;
    color: #17B2FC;
    margin-bottom: 5px;
}
.grade ul li .tit p{
    text-align: center;
    color: #FFF;
    font-size: 24px;
    line-height: 1em;
    font-weight: bold;
}
.grade ul li .jo{
    color: #FFF;
    text-align: center;
    line-height: 42px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
}
.grade ul li .name{
    font-family: "heisei-mincho-std", serif;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    font-size: 38px;
    line-height: 1em;
    filter:drop-shadow(0 0 24px rgba(255,255,255,1));
}

/*******************************
共通
********************************/


/***********************************************************************
「★PC版 CSS★」ブラウザの幅が769px以上ならここの記述が有効になる
**********************************************************************/
@media only all and (min-width: 769px) {

.bottom{
    background: url(../images/toku01_bottom_pc.png) center bottom no-repeat;
    width: 100%;
    height: 227px;
}
.toku01_wrap{
    position: relative;
    min-height: 1350px;
    width: 1446px;
    margin: 0 auto;
}

.rank {
    width: 550px;
    position: absolute;
    left: 734px;
    top: -80px;
    }
.rank .date{
    font-size: 20px;
}
.column,
.grade {
    width: 620px;
    margin-left: 65px;
}

.column {margin-bottom: 50px;}

.column .txt{font-size: 20px;  line-height:2em; font-weight: 600;}

.grade ul {
    width: 560px;
    margin: 0 auto;
    justify-content: space-between;
}
.grade ul li {
    width: 180px;
    height: 216px;
    position: relative;
    background-size: 100% auto;
}

.grade ul li .grade{
    width: 94px;
    height: 40px;
    background-size: 100% auto !important;
    background-repeat: no-repeat !important;
    left:-20px!important;
}
.grade ul li .tit{height: 90px;}
.grade ul li .tit .day{width: 20px; width: 100%; text-align: center;}
.grade ul li .tit p{font-size: 18px;}
.grade ul li .tit::before{width: 160px;}
.grade ul li .jo{font-size: 18px;
    margin-bottom: 16px;}
.grade ul li .name{font-size: 30px;}


.rankbt a{
  display: block;
  width: 554px;
  background: url(../images/toku01_rankbt_pc.svg) center center no-repeat;
  font-size: 24px;
  font-weight: bold;
  line-height: 65px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  margin-top: 20px;
  transition: .3s;
}
.rankbt a:hover{
  transform: translateY(3px);
}
}


/***********************************************************************
「★SP版 CSS★」ブラウザの幅が750px未満ならここの記述が有効になる
**********************************************************************/
@media only all and (max-width: 750px) { 
.rank .date{
    font-size: 26px;
}

.grade ul {width: 710px;}
#toku01 .top{
    background: url(../images/toku01_top_sp.png);
    height: 420px;
    margin-bottom: 20px;
}
#toku01 .top .month{top: 48px; left: 594px;}
.column{margin-bottom: 50px;}
.column .mida{font-size: 60px; line-height: 70px; margin-bottom: 30px;}
.column .txt{width: 650px; margin: 0 auto; font-size: 28px; line-height:1.8em; font-weight: 600;}
.rank table th{font-size: 26px; height: 60px;}

.rank table td{height: 60px;}
.rank table tr td:nth-child(1){font-size: 40px;}
.rank table td{font-size: 28px;}

.rank table td span{font-size: 40px;}
.rank table td.border1,
.rank table td.border2{font-size: 28px !important; height: 80px;}
.grade{width: 100%; margin-top: 30px;}
.grade h3{background-size: auto 70px !important; background-position: center center !important;}
.grade ul{width: 710px; margin: 0 auto; justify-content: space-between;}
.grade ul li .grade{margin-top: 0;}

.bottom{
    background: url(../images/toku01_bottom_sp.png);
    width: 100%;
    height: 130px;
    margin-top: 50px;
}

#toku01 .rank{
  transition-delay: 0s;
}

.menu{
  display: block;
  
}


.contents .bottom{padding-bottom: 300px;}
.menu h2{display: none;}
.menu .logo{display: none;}
#countdown_sp{background:none;}
#countdown_sp p{
  display: none;
}
#countdown_sp::before{
  top: 20px;
}
    .menu_right {
        background: url(../images/menu_boat_sp.svg) center bottom 80px no-repeat ;}

    /* メニュー本体 */
    .menu_right_wrapper {
      display: block;
      height: 100%;
      position: relative;
      top: 0;
      z-index: 100;
      margin-top: 10px;
      margin-top: -300px;
    }
    .menu_right{
      position: relative;
    }

#countdown_sp  .text::before,
#countdown_sp  .text::after{
  display: none;
}

.rankbt a{
  display: block;
  width: 650px;
  background: url(../images/toku01_rankbt_sp.svg) center center no-repeat;
  font-size: 28px;
  font-weight: bold;
  line-height: 80px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  margin:  30px auto 30px auto;
  transition: .3s;
}

}

