html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

body {
  font-family: 'Kosugi Maru', sans-serif;
  letter-spacing: 0;
  font-size: 29px;
  line-height: 150%;
  min-width: auto; }
  @media (max-width: 1023px) {
    body {
      font-size: 4.2vw;
      overflow-x: hidden; } }

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%; }

.font-mplus {
  font-family: 'M PLUS Rounded 1c', sans-serif; }
  .font-mplus.b400 {
    font-weight: 400; }
  .font-mplus.b500 {
    font-weight: 500; }
  .font-mplus.b700 {
    font-weight: 700; }

@media screen and (max-width: 1022px) {
  img {
    width: 100%; } }

.dummy {
  position: relative;
  z-index: 99999999999;
  opacity: 0.6; }
  .dummy img {
    position: absolute;
    left: 50%;
    margin-left: -640px;
    top: -51px; }

.dummy_btn {
  cursor: pointer;
  z-index: 99999999999999999;
  width: 50px;
  height: 50px;
  background-color: #0051f6;
  position: fixed;
  top: 0;
  left: 0;
  display: block; }

.pc {
  display: inline-block !important; }

.sp {
  display: none !important; }

@media (max-width: 769px) {
  .pc {
    display: none !important; }

  .sp {
    display: inline-block !important; }

  img {
    width: 100%; } }
article {
  position: relative; }

#canvas_confetti {
  height: 100vh;
  width: 100%;
  position: fixed;
  background-image: url(../../share/img/bg.png);
  background-attachment: fixed; }

#confetti {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

.kamihubuki {
  color: #ff538d;
  color: #d84b6e;
  color: #8cd5ff;
  color: #4498d8;
  color: #2bebbc;
  color: #40c9c9;
  color: #ffd200;
  color: #f19743; }

#mv {
  height: 640px;
  position: relative;
  overflow-y: hidden;
  box-shadow: 0px 0px 0px 7px rgba(16, 58, 148, 0.4); }
  #mv .btn-official {
    position: absolute;
    top: 15px;
    z-index: 200;
    right: 0; }
    @media screen and (max-width: 1022px) {
      #mv .btn-official {
        width: 35vw; } }
  #mv:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: -7px;
    height: 60px;
    background-image: url(../../share/img/mv_bottom.png);
    background-position: center;
    background-size: 100% 60px;
    z-index: 120; }
    @media (max-width: 1280px) {
      #mv:after {
        background-size: auto 60px; } }
  @media (max-width: 1155px) {
    #mv {
      height: 56vw; } }
  #mv .loading {
    background-image: url(../../share/img/bg_sakura.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  #mv .youtube_wp {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
    #mv .youtube_wp:before {
      background-image: url(../../share/img/bg_block.png);
      content: "";
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      z-index: 100;
      top: 0;
      background-size: 4px auto;
      opacity: 0.7; }
  #mv .youtube_wp iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }
  #mv .item {
    display: flex;
    justify-content: center;
    position: absolute;
    align-items: baseline;
    bottom: 43px;
    z-index: 130;
    width: 100%; }
    @media screen and (max-width: 1022px) {
      #mv .item {
        bottom: -9px; } }
    #mv .item img {
      width: 100%; }
    #mv .item .chara01 {
      width: 25%;
      text-align: right; }
      #mv .item .chara01 img {
        max-width: 300px; }
      @media screen and (max-width: 1022px) {
        #mv .item .chara01 {
          width: 30%; } }
    #mv .item .mv_logo {
      margin: 0 -50px;
      width: 36%;
      top: -10px;
      position: relative;
      text-align: center; }
      #mv .item .mv_logo img {
        max-width: 460px; }
      @media screen and (max-width: 1022px) {
        #mv .item .mv_logo {
          width: 43%;
          top: 0;
          margin: 0 -3vw; } }
    #mv .item .chara02 {
      width: 25%;
      text-align: left; }
      #mv .item .chara02 img {
        max-width: 300px; }
      @media screen and (max-width: 1022px) {
        #mv .item .chara02 {
          width: 30%; } }

a.hover:hover {
  opacity: 1; }
a.hover img {
  width: 95%; }
  a.hover img:hover {
    animation: big 0.3s;
    animation-fill-mode: forwards; }
  a.hover img:active {
    animation: small 0.2s;
    animation-fill-mode: forwards; }

#navi {
  margin-bottom: 30px; }
  #navi ul {
    margin-top: 43px;
    text-align: center;
    display: flex;
    justify-content: center; }
    #navi ul li {
      display: inline-block; }
  #navi.fixed {
    width: 100%;
    z-index: 900;
    position: fixed;
    top: 0;
    background-color: rgba(255, 255, 255, 0.7);
    padding-top: 7px; }
    #navi.fixed ul {
      margin-top: 0; }
@keyframes big {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.05); } }
@keyframes small {
  100% {
    transform: scale(0.9); } }
.block-wp {
  font-size: 20px;
  letter-spacing: -0.03em;
  color: #59493f;
  text-align: center;
  max-width: 960px;
  padding: 0 20px;
  margin: 0 auto 0 auto; }
  @media screen and (max-width: 1022px) {
    .block-wp {
      width: 95%;
      padding: 0 0px; } }
  .block-wp:after {
    content: "";
    position: relative;
    bottom: 0;
    background-image: url(../../share/img/block_bottom.png);
    width: 100%;
    height: 34px;
    background-repeat: no-repeat;
    display: block;
    margin: 60px auto 70px auto; }
    @media screen and (max-width: 1022px) {
      .block-wp:after {
        background-size: 100%;
        margin: 4vw auto 5vw auto; } }
  .block-wp .block-inner {
    border: solid 5px #e8cf66;
    background-color: #fdfce7;
    border-radius: 25px;
    padding: 70px 50px 20px 50px; }
    @media screen and (max-width: 1022px) {
      .block-wp .block-inner {
        padding: 10vw 4vw 3vw 4vw;
        border: solid 2px #e8cf66;
        margin-bottom: 7vw; } }
  .block-wp h2 {
    text-align: center;
    position: relative; }
    .block-wp h2:after {
      content: "";
      position: relative;
      bottom: 0;
      background-image: url(../../share/img/h2_bottom.png);
      width: 357px;
      height: 28px;
      background-repeat: no-repeat;
      display: block;
      margin: -11px auto 0 auto; }
      @media screen and (max-width: 1022px) {
        .block-wp h2:after {
          width: 50vw;
          background-size: 100%; } }
  .block-wp h3 {
    position: relative;
    top: 60px; }
    @media screen and (max-width: 1022px) {
      .block-wp h3 {
        top: 9vw; } }
    .block-wp h3:before {
      position: absolute;
      display: block;
      left: 0;
      content: "";
      bottom: 4px;
      position: absolute;
      display: block;
      content: "";
      background-size: auto 100%;
      background-repeat: no-repeat;
      background-position: bottom;
      width: 180px;
      height: 140px;
      background-image: url(../../share/img/sdimg_sonsaku.png);
      left: 78px;
      bottom: 26px; }
      @media screen and (max-width: 1022px) {
        .block-wp h3:before {
          width: 32vw;
          height: 24vw;
          left: -8vw;
          bottom: 3vw; } }
  .block-wp .block:nth-child(odd) h3:before {
    width: 169px;
    height: 128px;
    background-image: url(../../share/img/sdimg_ryomou.png);
    left: 130px;
    bottom: 24px; }
    @media screen and (max-width: 1022px) {
      .block-wp .block:nth-child(odd) h3:before {
        width: 35vw;
        height: 21vw;
        left: -7vw;
        bottom: 3vw; } }
  .block-wp .block-image img {
    width: 100%; }
  .block-wp .text {
    padding-top: 10px; }
    .block-wp .text P {
      text-align: left;
      line-height: 170%; }
      @media screen and (max-width: 1022px) {
        .block-wp .text P {
          font-size: 3.5vw; } }
    .block-wp .text .img {
      padding: 0 0 0 10px; }
    .block-wp .text.text-img {
      display: flex; }
      .block-wp .text.text-img p {
        max-width: 590px; }
        @media screen and (max-width: 1022px) {
          .block-wp .text.text-img p {
            max-width: 57vw; } }
  .block-wp .btn-link {
    margin-top: 30px; }
    .block-wp .btn-link img {
      max-width: 332px; }
      @media screen and (max-width: 1022px) {
        .block-wp .btn-link img {
          max-width: 50vw; } }

#page_top, .ptop_pos {
  bottom: -205px;
  right: 15px;
  position: fixed;
  z-index: 100;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  #page_top.fixed, .ptop_pos.fixed {
    bottom: 15px; }
  #page_top.footerscroll, .ptop_pos.footerscroll {
    position: relative;
    bottom: 0;
    right: 0;
    text-align: right;
    margin: 0 15px 0 0; }
  @media screen and (max-width: 1022px) {
    #page_top img, .ptop_pos img {
      width: 14vw;
      max-width: 50px; } }

.ptop_pos img {
  opacity: 0; }

.js-animation-fade {
  opacity: 0;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.js-animation-in {
  opacity: 0;
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

footer {
  padding-bottom: 10px;
  line-height: 110%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

footer .footer_inner {
  width: 100%;
  padding: 10px;
  flex-wrap: wrap;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto; }
  footer .footer_inner .btn_area img {
    vertical-align: bottom; }

@media (max-width: 1160px) {
  .footer_inner.inner01 .app_area, .footer_inner.inner01 .right {
    margin: 0 auto !important; } }
footer .footer_inner.inner03 .left ul li:after {
  font-size: 14px; }

footer .footer_inner.inner01 .app_area .btn_area a:nth-child(2) {
  margin-bottom: 8px; }

footer .footer_inner.inner01 .app_area {
  padding: 15px 30px;
  margin-right: 0px; }

footer .footer_inner.inner01 .app_area .app_info {
  margin-right: 5px; }

.footer_inner.inner01 .right {
  padding-left: 10px; }

@keyframes graphanime {
  0% {
    transform: translateX(-200%);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
#anniv #canvas_confetti {
  z-index: 1;
  background-image: none; }
#anniv #canvas_confetti_bg {
  height: 100vh;
  width: 100%;
  position: fixed;
  background-image: url(../../share/img/bg.png);
  background-attachment: fixed;
  top: 0;
  z-index: 1; }
#anniv .js-animation-fade-scroll .charts-bar > div .bar:after {
  transition: .5s;
  animation: graphanime 2s forwards; }
#anniv #mv {
  position: relative;
  height: auto;
  z-index: 1; }
  #anniv #mv .mv-main-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: url(../../share/img/anniversary/main_bg.png);
    z-index: -1 !important; }
  #anniv #mv .item {
    display: block;
    top: 0;
    left: 0;
    z-index: 6; }
    #anniv #mv .item .mv_logo {
      width: 20%;
      top: 10px;
      left: 50px; }
      @media screen and (max-width: 890px) {
        #anniv #mv .item .mv_logo {
          width: 30%;
          top: 0;
          left: 5vw; } }
  #anniv #mv .mv-bg {
    width: 810px;
    padding: 117px 40px;
    margin: 100px auto;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../share/img/anniversary/main_board.png);
    position: relative;
    z-index: 6; }
    @media screen and (max-width: 890px) {
      #anniv #mv .mv-bg {
        width: 90vw;
        margin: 12vw auto;
        padding: 13vw 4vw; } }
    @media screen and (max-width: 600px) {
      #anniv #mv .mv-bg {
        background-image: url(../../share/img/anniversary/main_board_sp.png);
        background-size: contain;
        width: 85vw;
        margin: 15vw auto;
        padding: 14vw 4vw;
        height: 70vw; } }
    @media screen and (max-width: 320px) {
      #anniv #mv .mv-bg {
        padding: 12vw 4vw; } }
    #anniv #mv .mv-bg:after {
      content: "";
      position: absolute;
      bottom: 77px;
      right: 31px;
      width: 220px;
      height: 160px;
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-position: bottom;
      background-image: url(../../share/img/anniversary/coma_komei01.png); }
      @media screen and (max-width: 890px) {
        #anniv #mv .mv-bg:after {
          bottom: 10.2vw;
          right: 4vw;
          width: 23vw;
          height: 18vw; } }
      @media screen and (max-width: 767px) {
        #anniv #mv .mv-bg:after {
          bottom: 14.2vw; } }
      @media screen and (max-width: 600px) {
        #anniv #mv .mv-bg:after {
          bottom: 8vw; } }
    #anniv #mv .mv-bg .title {
      width: 60%;
      margin: 0 auto 30px; }
      @media screen and (max-width: 890px) {
        #anniv #mv .mv-bg .title {
          margin-bottom: 10px;
          width: 40vw; } }
      @media screen and (max-width: 767px) {
        #anniv #mv .mv-bg .title {
          width: 45vw; } }
      #anniv #mv .mv-bg .title img {
        width: 100%; }
    #anniv #mv .mv-bg p {
      color: #76380e;
      font-weight: bold;
      line-height: 1.5;
      letter-spacing: 0.02rem;
      text-align: center;
      font-size: 18px;
      padding-right: 160px;
      position: relative; }
      @media screen and (max-width: 890px) {
        #anniv #mv .mv-bg p {
          font-size: 1.25rem;
          text-align: left;
          padding-right: 0;
          padding: 0 30vw 0 3vw;
          margin-top: 0; }
          #anniv #mv .mv-bg p br {
            display: none; } }
      @media screen and (max-width: 767px) {
        #anniv #mv .mv-bg p {
          font-size: 1rem;
          padding: 0 24vw 0 3vw; } }
      @media screen and (max-width: 419px) {
        #anniv #mv .mv-bg p {
          font-size: 0.8rem; } }
      @media screen and (max-width: 320px) {
        #anniv #mv .mv-bg p {
          font-size: 0.7rem; } }
#anniv .block-wp {
  position: relative;
  margin-top: 100px;
  z-index: 50; }
  @media screen and (max-width: 1180px) {
    #anniv .block-wp {
      padding: 0 100px; } }
  @media screen and (max-width: 890px) {
    #anniv .block-wp {
      margin-top: 10%;
      padding: 0 20px; } }
  @media screen and (max-width: 767px) {
    #anniv .block-wp {
      padding: 0; } }
  #anniv .block-wp:after {
    display: none; }
  #anniv .block-wp .block:last-child .block-inner {
    padding: 120px 50px 20px 50px; }
    @media screen and (max-width: 890px) {
      #anniv .block-wp .block:last-child .block-inner {
        padding: 10vw 4vw 3vw 4vw; } }
#anniv .block h3.bg-ribbon {
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
  text-shadow: -2px 2px 3px #7d0000;
  font-weight: bold;
  padding: 40px 40px 40px 100px;
  width: 80%;
  text-align: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url(../../share/img/anniversary/bg_ribbon.png); }
  @media screen and (max-width: 1080px) {
    #anniv .block h3.bg-ribbon {
      font-size: 34px; } }
  @media screen and (max-width: 890px) {
    #anniv .block h3.bg-ribbon {
      padding: 40px 40px 40px 11vw;
      font-size: 1.6rem; }
      #anniv .block h3.bg-ribbon br {
        display: none; } }
  @media screen and (max-width: 419px) {
    #anniv .block h3.bg-ribbon {
      width: 95%;
      left: 0;
      padding: 40px 40px 40px 17vw; } }
  @media screen and (max-width: 767px) {
    #anniv .block h3.bg-ribbon {
      font-size: 1.2rem; } }
  #anniv .block h3.bg-ribbon:before {
    position: absolute;
    display: block;
    content: "";
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100px;
    height: 100px;
    background-image: url(../../share/img/anniversary/y_ribbon.png);
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto; }
    @media screen and (max-width: 890px) {
      #anniv .block h3.bg-ribbon:before {
        width: 70px;
        height: 70px;
        left: 10px; } }
    @media screen and (max-width: 767px) {
      #anniv .block h3.bg-ribbon:before {
        width: 50px;
        height: 50px; } }
#anniv .block h4 {
  font-size: 26px;
  color: #b64721;
  font-weight: bold;
  margin: 0 0 40px;
  text-align: left; }
  @media screen and (max-width: 890px) {
    #anniv .block h4 {
      font-size: 1.45rem;
      margin: 10px 0 30px; } }
  @media screen and (max-width: 767px) {
    #anniv .block h4 {
      font-size: 1.15rem;
      line-height: 1.3; } }
#anniv .block h5 {
  font-size: 30px;
  color: #76380e;
  font-weight: bold;
  margin: 0 0 30px;
  padding-left: 60px;
  text-align: left;
  position: relative; }
  @media screen and (max-width: 890px) {
    #anniv .block h5 {
      font-size: 1.5rem;
      padding-left: 40px; } }
  #anniv .block h5:before {
    position: absolute;
    display: block;
    content: "";
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 46px;
    height: 46px;
    background-image: url(../../share/img/anniversary/red_ribbon.png);
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto; }
    @media screen and (max-width: 890px) {
      #anniv .block h5:before {
        width: 36px;
        height: 36px; } }
#anniv .block .notes {
  font-size: 14px;
  margin-top: 60px;
  line-height: 1.5; }
  @media screen and (max-width: 890px) {
    #anniv .block .notes {
      font-size: 12px;
      margin-top: 5%;
      text-align: center !important; } }
#anniv .block #update-03, #anniv .block #update-04, #anniv .block #update-05 {
  margin-top: 0 !important; }
#anniv .block .center {
  text-align: center; }
#anniv .block .right {
  text-align: right; }
#anniv .block .name_small {
  font-size: 16px; }
  @media screen and (max-width: 890px) {
    #anniv .block .name_small {
      font-size: 1rem; } }
#anniv .block .komei {
  position: relative; }
  @media screen and (max-width: 890px) {
    #anniv .block .komei {
      margin-bottom: 20% !important; }
      #anniv .block .komei img {
        width: 70% !important;
        margin: 0 auto; } }
  @media screen and (max-width: 767px) {
    #anniv .block .komei {
      width: 100% !important;
      margin-bottom: 120px !important; } }
  #anniv .block .komei:before {
    display: block;
    content: "";
    position: absolute;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 160px;
    height: 150px;
    background-image: url(../../share/img/anniversary/coma_komei02.png);
    left: -30px;
    bottom: -40px; }
    @media screen and (max-width: 890px) {
      #anniv .block .komei:before {
        width: 110px;
        height: 107px;
        left: 0;
        bottom: -90px;
        z-index: 0; } }
    @media screen and (max-width: 767px) {
      #anniv .block .komei:before {
        left: 0; } }
#anniv .block .komei > .rankboard {
  margin-bottom: 60px; }
  @media screen and (max-width: 890px) {
    #anniv .block .komei > .rankboard {
      margin-bottom: 5% !important; } }
#anniv .block .fukidashi {
  position: absolute;
  top: -40px;
  left: -150px;
  display: flex;
  justify-content: center;
  margin: 1.5em 15px 1.5em 0;
  padding: 0 5px;
  width: 148px;
  height: 270px;
  line-height: 1.5;
  text-align: center;
  font-size: 16px;
  padding: 25px 0;
  font-weight: bold;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid #76380e;
  color: #76380e; }
  #anniv .block .fukidashi:before, #anniv .block .fukidashi:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -292px;
    left: 52px;
    width: 0;
    height: 0;
    margin: auto;
    transform: rotate(-80deg); }
    @media screen and (max-width: 890px) {
      #anniv .block .fukidashi:before, #anniv .block .fukidashi:after {
        bottom: -86px;
        left: -105%;
        margin: auto;
        transform: rotate(148deg); } }
  #anniv .block .fukidashi:before {
    top: -48px;
    border-style: solid;
    border-color: transparent transparent #76380e transparent;
    border-width: 0 26px 26px 0; }
    @media screen and (max-width: 890px) {
      #anniv .block .fukidashi:before {
        top: -49px;
        border-width: 0 22px 14px 0; } }
    @media screen and (max-width: 320px) {
      #anniv .block .fukidashi:before {
        border-width: 0 15px 12px 0; } }
  #anniv .block .fukidashi:after {
    top: -53px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-width: 0 25px 22px 0;
    z-index: 10; }
    @media screen and (max-width: 890px) {
      #anniv .block .fukidashi:after {
        top: -52px;
        right: -10px;
        border-width: 0 20px 12px 0; } }
    @media screen and (max-width: 320px) {
      #anniv .block .fukidashi:after {
        border-width: 0 16px 10px 0; } }
  @media screen and (max-width: 890px) {
    #anniv .block .fukidashi {
      margin: 0;
      font-size: 0.8rem;
      right: 0;
      top: auto;
      bottom: -100px;
      left: auto;
      width: 100%;
      height: auto;
      max-width: 300px; } }
  @media screen and (max-width: 767px) {
    #anniv .block .fukidashi {
      right: 0;
      width: 56vw; } }
  #anniv .block .fukidashi span {
    font-weight: bold;
    display: inline-block;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
    @media screen and (max-width: 890px) {
      #anniv .block .fukidashi span {
        -ms-writing-mode: lr-tb;
        writing-mode: inherit;
        padding: 0 5vw; } }
    @media screen and (max-width: 320px) {
      #anniv .block .fukidashi span {
        padding: 0 2vw; } }
  #anniv .block .fukidashi .rl-num {
    text-combine-upright: all; }
    @media screen and (max-width: 890px) {
      #anniv .block .fukidashi .rl-num {
        padding: 0 !important; } }
#anniv .block .name-3ranking {
  font-size: 22px;
  color: #76380e;
  font-weight: bold;
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 890px) {
    #anniv .block .name-3ranking {
      width: 85%;
      margin: 0 auto 0 0;
      font-size: 1.3rem; } }
  @media screen and (max-width: 767px) {
    #anniv .block .name-3ranking {
      width: 100%; } }
  #anniv .block .name-3ranking p, #anniv .block .name-3ranking li {
    position: relative;
    display: inline-block;
    padding-left: 50px;
    margin-bottom: 15px;
    line-height: 1.3; }
    #anniv .block .name-3ranking p .num, #anniv .block .name-3ranking li .num {
      position: absolute;
      top: 50%;
      transform: translateY(-50%) translateX(-50%);
      -webkit-transform: translateY(-50%) translateX(-50%);
      left: 95px;
      margin: auto; }
      @media screen and (max-width: 1080px) {
        #anniv .block .name-3ranking p .num, #anniv .block .name-3ranking li .num {
          left: 77px; } }
      @media screen and (max-width: 890px) {
        #anniv .block .name-3ranking p .num, #anniv .block .name-3ranking li .num {
          left: 25px; } }
    #anniv .block .name-3ranking p:before, #anniv .block .name-3ranking li:before {
      position: absolute;
      display: block;
      content: "";
      background-size: auto 100%;
      background-repeat: no-repeat;
      background-position: bottom;
      width: 48px;
      height: 38px;
      top: 0;
      left: 70px;
      bottom: 0;
      margin: auto; }
      @media screen and (max-width: 1080px) {
        #anniv .block .name-3ranking p:before, #anniv .block .name-3ranking li:before {
          left: 50px; } }
      @media screen and (max-width: 890px) {
        #anniv .block .name-3ranking p:before, #anniv .block .name-3ranking li:before {
          left: 0; } }
  #anniv .block .name-3ranking .one:before {
    background-image: url(../../share/img/anniversary/ico_rank01.png); }
  #anniv .block .name-3ranking .two:before {
    background-image: url(../../share/img/anniversary/ico_rank02.png); }
  #anniv .block .name-3ranking .three:before {
    background-image: url(../../share/img/anniversary/ico_rank03.png); }
  #anniv .block .name-3ranking .one-zenei:before {
    background-image: url(../../share/img/anniversary/ico_rank_zenei.png) !important; }
  #anniv .block .name-3ranking .one-tyuei:before {
    background-image: url(../../share/img/anniversary/ico_rank_tyuei.png) !important; }
  #anniv .block .name-3ranking .one-koei:before {
    background-image: url(../../share/img/anniversary/ico_rank_koei.png) !important; }
#anniv .block .ranking-box {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 890px) {
    #anniv .block .ranking-box {
      display: block; } }
  #anniv .block .ranking-box .img {
    width: 38%; }
    #anniv .block .ranking-box .img img {
      width: 100%; }
    @media screen and (max-width: 890px) {
      #anniv .block .ranking-box .img {
        width: 70%;
        margin: 0 auto; }
        #anniv .block .ranking-box .img img {
          margin-bottom: 10%;
          display: block; } }
  #anniv .block .ranking-box .charts-bar {
    width: 80%; }
    @media screen and (max-width: 890px) {
      #anniv .block .ranking-box .charts-bar {
        width: 100%; } }
    #anniv .block .ranking-box .charts-bar .bar {
      width: 70%;
      height: 40px;
      background: #dcdcdc;
      position: relative;
      z-index: 1;
      overflow: hidden;
      margin: 0 12px;
      box-sizing: border-box; }
      @media screen and (max-width: 890px) {
        #anniv .block .ranking-box .charts-bar .bar {
          width: 100%;
          margin: 0 auto; } }
      #anniv .block .ranking-box .charts-bar .bar:after {
        content: '';
        position: absolute;
        left: 0;
        height: 100%; }
      #anniv .block .ranking-box .charts-bar .bar .value {
        position: absolute;
        left: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 2; }
        #anniv .block .ranking-box .charts-bar .bar .value .count {
          font-size: 20px; }
    #anniv .block .ranking-box .charts-bar div {
      line-height: 2;
      vertical-align: middle; }
    #anniv .block .ranking-box .charts-bar .name {
      width: 30%;
      color: #76380e;
      font-weight: bold;
      line-height: 1.3; }
      @media screen and (max-width: 890px) {
        #anniv .block .ranking-box .charts-bar .name {
          width: 100%;
          text-align: left; }
          #anniv .block .ranking-box .charts-bar .name br {
            display: none; } }
  #anniv .block .ranking-box .charts-bar > div {
    margin-bottom: 7px; }
  #anniv .block .ranking-box .charts-red1 > div:nth-child(1) .bar:after {
    background: #ec6b57;
    width: 89%; }
  #anniv .block .ranking-box .charts-red1 > div:nth-child(2) .bar:after {
    background: #ee9750;
    width: 84%; }
  #anniv .block .ranking-box .charts-red1 > div:nth-child(3) .bar:after {
    background: #eea949;
    width: 73%; }
  #anniv .block .ranking-box .charts-red1 > div:nth-child(4) .bar:after {
    background: #efb93f;
    width: 64%; }
  #anniv .block .ranking-box .charts-red1 > div:nth-child(5) .bar:after {
    background: #efc932;
    width: 59%; }
  #anniv .block .ranking-box .charts-blue1 > div:nth-child(1) .bar:after {
    background: #8196ff;
    width: 96%; }
  #anniv .block .ranking-box .charts-blue1 > div:nth-child(2) .bar:after {
    background: #9881ff;
    width: 77%; }
  #anniv .block .ranking-box .charts-blue1 > div:nth-child(3) .bar:after {
    background: #ca81ff;
    width: 72%; }
  #anniv .block .ranking-box .charts-blue1 > div:nth-child(4) .bar:after {
    background: #e799ff;
    width: 62%; }
  #anniv .block .ranking-box .charts-blue1 > div:nth-child(5) .bar:after {
    background: #fd99ff;
    width: 60%; }
#anniv .block .less {
  justify-content: center !important; }
  #anniv .block .less li {
    width: 30%;
    margin-top: 30px; }
    @media screen and (max-width: 890px) {
      #anniv .block .less li {
        width: 60%;
        margin: 0 auto 7% !important;
        padding-left: 0 !important; }
        #anniv .block .less li:first-child p {
          text-align: right; }
        #anniv .block .less li:last-child p {
          text-align: left; }
        #anniv .block .less li p {
          padding-left: 0 !important;
          display: inline-block; } }
    #anniv .block .less li p:nth-child(2) {
      position: relative; }
      #anniv .block .less li p:nth-child(2) .num {
        position: absolute;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        left: -20px;
        margin: auto; }
        @media screen and (max-width: 890px) {
          #anniv .block .less li p:nth-child(2) .num {
            top: -18px;
            left: 8px;
            margin: 0; } }
#anniv .block .ranking-img-box {
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 890px) {
    #anniv .block .ranking-img-box {
      margin: 10% auto 0 !important; } }
  #anniv .block .ranking-img-box .one {
    width: 36%; }
    @media screen and (max-width: 890px) {
      #anniv .block .ranking-img-box .one {
        width: 80%;
        padding-left: 0; } }
  #anniv .block .ranking-img-box .two, #anniv .block .ranking-img-box .three {
    width: 30%; }
    @media screen and (max-width: 890px) {
      #anniv .block .ranking-img-box .two, #anniv .block .ranking-img-box .three {
        width: 72%;
        margin: 0 auto 15%;
        padding-left: 0; } }
  #anniv .block .ranking-img-box .one:before {
    width: 48px;
    height: 38px;
    left: -10px;
    background-image: url(../../share/img/anniversary/ico_rank01.png); }
    @media screen and (max-width: 890px) {
      #anniv .block .ranking-img-box .one:before {
        left: 0;
        width: 42px;
        height: 32px; } }
  #anniv .block .ranking-img-box .two:before {
    width: 42px;
    height: 32px;
    background-image: url(../../share/img/anniversary/ico_rank02.png); }
  #anniv .block .ranking-img-box .three:before {
    width: 42px;
    height: 32px;
    background-image: url(../../share/img/anniversary/ico_rank03.png); }
  #anniv .block .ranking-img-box li {
    position: relative;
    padding-left: 50px;
    margin-right: 2%; }
    @media screen and (max-width: 890px) {
      #anniv .block .ranking-img-box li {
        margin-right: 0;
        margin: 0 auto 7% !important; }
        #anniv .block .ranking-img-box li:first-child {
          margin-top: 15%; } }
    #anniv .block .ranking-img-box li:nth-child(3n) {
      margin-right: 0; }
      @media screen and (max-width: 890px) {
        #anniv .block .ranking-img-box li:nth-child(3n) {
          margin-right: auto; } }
    #anniv .block .ranking-img-box li img {
      width: 100%; }
    #anniv .block .ranking-img-box li p {
      font-size: 18px;
      margin-bottom: 10px;
      color: #b64721;
      font-weight: bold; }
      @media screen and (max-width: 1180px) {
        #anniv .block .ranking-img-box li p {
          font-size: 0.8rem; } }
      @media screen and (max-width: 890px) {
        #anniv .block .ranking-img-box li p {
          font-size: 1.2rem;
          text-align: left;
          padding-left: 45px; } }
    #anniv .block .ranking-img-box li:before {
      position: absolute;
      display: block;
      content: "";
      background-size: auto 100%;
      background-repeat: no-repeat;
      background-position: bottom;
      width: 48px;
      height: 38px;
      top: 0;
      left: 0;
      bottom: 0;
      margin: auto; }
      @media screen and (max-width: 890px) {
        #anniv .block .ranking-img-box li:before {
          top: 0;
          left: 0;
          margin: 0; } }
      @media screen and (max-width: 419px) {
        #anniv .block .ranking-img-box li:before {
          top: -2vw; } }
#anniv .block .ranking-list {
  text-align: left; }
  #anniv .block .ranking-list .name-3ranking li {
    padding-left: 64px; }
  #anniv .block .ranking-list .event-logo {
    max-width: 300px !important;
    margin-bottom: 40px; }
  #anniv .block .ranking-list p {
    line-height: 2.5;
    font-size: 20px;
    color: #76380e;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      #anniv .block .ranking-list p {
        line-height: 1.3;
        font-size: 1.2rem;
        margin-bottom: 6%; } }
    #anniv .block .ranking-list p span {
      width: 48px;
      display: inline-block;
      margin-left: 15px; }
    #anniv .block .ranking-list p:before {
      left: 0; }
#anniv .block .row {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 890px) {
    #anniv .block .row {
      display: block;
      margin: 0 auto; } }
#anniv .block .row-center {
  align-items: center; }
#anniv .block .ranking-row-box {
  width: 48%; }
  @media screen and (max-width: 890px) {
    #anniv .block .ranking-row-box {
      width: 100%;
      margin-bottom: 8%; }
      #anniv .block .ranking-row-box:last-child {
        margin-bottom: 0; } }
#anniv .block .img-3ranking {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 30px; }
  #anniv .block .img-3ranking img {
    width: 90%; }
  @media screen and (max-width: 890px) {
    #anniv .block .img-3ranking {
      width: 100%;
      max-width: 450px;
      margin: 0 auto 8%; }
      #anniv .block .img-3ranking:last-child {
        margin-bottom: 0; } }
#anniv .block .ranking-row-box2 .img-3ranking {
  width: 48%; }
  @media screen and (max-width: 890px) {
    #anniv .block .ranking-row-box2 .img-3ranking {
      width: 100%; } }
#anniv .block .ranking-row-box2 .name-3ranking {
  font-size: 28px;
  width: 48%; }
  @media screen and (max-width: 890px) {
    #anniv .block .ranking-row-box2 .name-3ranking {
      font-size: 1.5rem;
      width: 100%; } }
#anniv .block .value {
  color: #76380e;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: baseline; }
  @media screen and (max-width: 890px) {
    #anniv .block .value {
      display: block; } }
  #anniv .block .value span {
    font-size: 62px; }
    @media screen and (max-width: 890px) {
      #anniv .block .value span {
        font-size: 2.75rem; } }
  #anniv .block .value .fn-small {
    font-size: 14px !important;
    margin-left: 5px; }
  #anniv .block .value .ptcount .fn-small {
    font-size: 36px !important; }
#anniv .block .ico-pt {
  position: relative; }
  #anniv .block .ico-pt:before {
    position: absolute;
    display: block;
    content: "";
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: -75px;
    bottom: 0;
    margin: auto; }
    @media screen and (max-width: 890px) {
      #anniv .block .ico-pt:before {
        left: -40px; } }
#anniv .block .ico-pt:before {
  background-image: url(../../share/img/anniversary/ico_pt.png);
  width: 59px;
  height: 59px; }
  @media screen and (max-width: 890px) {
    #anniv .block .ico-pt:before {
      width: 35px;
      height: 35px; } }
#anniv .block .img-block img {
  width: 100%; }
#anniv .block .pie-chart {
  position: relative;
  width: 60%; }
  @media screen and (max-width: 890px) {
    #anniv .block .pie-chart {
      margin: 0 auto;
      width: 80%; } }
  @media screen and (max-width: 767px) {
    #anniv .block .pie-chart {
      transform: scale(0.7, 0.7); } }
  #anniv .block .pie-chart .caption-rank {
    position: absolute;
    width: 100%;
    height: 100%; }
    #anniv .block .pie-chart .caption-rank li {
      position: absolute;
      line-height: 1.3;
      text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff; }
    #anniv .block .pie-chart .caption-rank .chart-percent {
      display: block; }
    #anniv .block .pie-chart .caption-rank .fn-34 {
      font-size: 34px; }
    #anniv .block .pie-chart .caption-rank .fn-22 {
      font-size: 22px; }
#anniv .block #chart1 .caption-rank li {
  color: #00479d; }
#anniv .block #chart1 .caption-rank .rank1 {
  top: -10%;
  right: 15%; }
  @media screen and (max-width: 767px) {
    #anniv .block #chart1 .caption-rank .rank1 {
      right: 3%; } }
#anniv .block #chart1 .caption-rank .rank2 {
  right: 16%;
  bottom: 25%; }
  @media screen and (max-width: 767px) {
    #anniv .block #chart1 .caption-rank .rank2 {
      right: -3%; } }
#anniv .block #chart1 .caption-rank .rank3 {
  bottom: 1%;
  right: 40%; }
  @media screen and (max-width: 767px) {
    #anniv .block #chart1 .caption-rank .rank3 {
      right: 35%; } }
#anniv .block #chart1 .caption-rank .rank4 {
  bottom: 32%;
  left: 5%; }
  @media screen and (max-width: 767px) {
    #anniv .block #chart1 .caption-rank .rank4 {
      left: -10%; } }
#anniv .block #chart1 .caption-rank .rank5 {
  top: 2%;
  left: 24%; }
  @media screen and (max-width: 767px) {
    #anniv .block #chart1 .caption-rank .rank5 {
      left: 13%; } }
#anniv .block #chart2 .caption-rank li {
  color: #007130; }
#anniv .block #chart2 .caption-rank .rank1 {
  top: -6%;
  right: 15%; }
  @media screen and (max-width: 767px) {
    #anniv .block #chart2 .caption-rank .rank1 {
      right: 0; } }
#anniv .block #chart2 .caption-rank .rank2 {
  right: 18%;
  bottom: 18%; }
  @media screen and (max-width: 767px) {
    #anniv .block #chart2 .caption-rank .rank2 {
      right: 6%; } }
#anniv .block #chart2 .caption-rank .rank3 {
  bottom: 3%;
  right: 45%; }
  @media screen and (max-width: 767px) {
    #anniv .block #chart2 .caption-rank .rank3 {
      right: 43%; } }
#anniv .block #chart2 .caption-rank .rank4 {
  bottom: 35%;
  left: 13%; }
  @media screen and (max-width: 767px) {
    #anniv .block #chart2 .caption-rank .rank4 {
      left: 0; } }
#anniv .block #chart2 .caption-rank .rank5 {
  top: 2%;
  left: 23%; }
  @media screen and (max-width: 767px) {
    #anniv .block #chart2 .caption-rank .rank5 {
      left: 10%; } }
#anniv .block #chart3 .caption-rank .rank1 {
  top: 15%;
  right: 8%; }
  @media screen and (max-width: 767px) {
    #anniv .block #chart3 .caption-rank .rank1 {
      right: -10%; } }
#anniv .block #chart3 .caption-rank .rank2 {
  left: 33%;
  bottom: 5%; }
  @media screen and (max-width: 767px) {
    #anniv .block #chart3 .caption-rank .rank2 {
      left: 27%;
      bottom: 1%; } }
#anniv .block #chart3 .caption-rank .rank3 {
  bottom: 38%;
  left: 10%; }
  @media screen and (max-width: 767px) {
    #anniv .block #chart3 .caption-rank .rank3 {
      left: -7%; } }
#anniv .block #chart3 .caption-rank .rank4 {
  top: 7%;
  left: 21%; }
  @media screen and (max-width: 767px) {
    #anniv .block #chart3 .caption-rank .rank4 {
      top: 2%;
      left: 4%; } }
#anniv .block #chart3 .caption-rank .rank5 {
  top: -10%;
  left: 35%; }
  @media screen and (max-width: 767px) {
    #anniv .block #chart3 .caption-rank .rank5 {
      top: -18%;
      left: 26%; } }
#anniv .block #chart4 {
  margin: 0 auto; }
  #anniv .block #chart4 .caption-rank .rank1 {
    top: 35%;
    right: 13%; }
    @media screen and (max-width: 767px) {
      #anniv .block #chart4 .caption-rank .rank1 {
        right: -24%; } }
  #anniv .block #chart4 .caption-rank .rank2 {
    left: 15%;
    bottom: 30%; }
    @media screen and (max-width: 767px) {
      #anniv .block #chart4 .caption-rank .rank2 {
        left: -6%; } }
  #anniv .block #chart4 .caption-rank .rank3 {
    top: 14%;
    left: 28%; }
    @media screen and (max-width: 767px) {
      #anniv .block #chart4 .caption-rank .rank3 {
        left: 12%;
        top: 10%; } }
  #anniv .block #chart4 .caption-rank .rank4 {
    top: -4%;
    left: 40%; }
    @media screen and (max-width: 767px) {
      #anniv .block #chart4 .caption-rank .rank4 {
        top: -8%;
        left: 38%; } }
#anniv .block #myDoughnutChart {
  position: relative; }
  @media screen and (max-width: 890px) {
    #anniv .block #myDoughnutChart {
      margin: 0 auto; } }
  @media screen and (max-width: 767px) {
    #anniv .block #myDoughnutChart {
      transform: scale(0.7, 0.7); } }
  #anniv .block #myDoughnutChart .ttl {
    position: absolute;
    top: 48%;
    left: 0;
    right: 0;
    transform: translateY(-48%);
    -webkit-transform: translateY(-48%);
    -ms-transform: translateY(-48%);
    font-size: 50px;
    color: #76380e; }
#anniv #update-05 .rank-chara {
  position: absolute;
  height: 100px;
  top: 0; }
  #anniv #update-05 .rank-chara img {
    height: 100%; }
#anniv #update-05 .rank1 {
  left: 0;
  right: 0;
  margin: auto;
  top: 10px;
  z-index: 5; }
#anniv #update-05 .rank2 {
  left: 40px;
  top: 30px;
  z-index: 4; }
#anniv #update-05 .rank3 {
  right: 40px;
  top: 30px;
  z-index: 4; }
#anniv #update-18 .name-3ranking .one, #anniv #update-18 .name-3ranking .two, #anniv #update-18 .name-3ranking .three {
  padding-left: 65px; }
#anniv #update-18 ul.ranking-list .slick-list li {
  padding-left: 260px; }
  @media screen and (max-width: 1180px) {
    #anniv #update-18 ul.ranking-list .slick-list li {
      padding-left: 190px; } }
  @media screen and (max-width: 890px) {
    #anniv #update-18 ul.ranking-list .slick-list li {
      padding-left: 0px; } }
#anniv #update-20 {
  position: relative; }
  #anniv #update-20 .block-inner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: url(../../share/img/anniversary/bg_komei.png); }
#anniv footer {
  z-index: 10; }
