@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap");
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;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  font-size: 62.5%; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

.pc {
  display: none; }
  @media screen and (min-width: 639px) {
    .pc {
      display: block; } }

.sp {
  display: none; }
  @media screen and (max-width: 639px) {
    .sp {
      display: block; } }

.content_background {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0; }
  @media screen and (max-width: 639px) {
    .content_background {
      height: 100dvh;
      min-height: 100dvh; } }

#bgVideo {
  z-index: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media screen and (max-width: 639px) {
    #bgVideo {
      min-height: 100dvh; } }

.mainvisual {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex; }
  .mainvisual .mainvisual_bg {
    width: 100%;
    height: 100vh;
    background-image: url(../img/mainvisual/assets_r.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 100%;
    overflow: hidden;
    background-color: rgba(242, 242, 242, 0.8); }
    @media screen and (max-width: 639px) {
      .mainvisual .mainvisual_bg {
        background-image: url(../img/mainvisual/assets_r_sp.png);
        background-position: left bottom;
        background-size: auto 88%; } }
  .mainvisual .title {
    width: 778px;
    height: 455px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
    @media screen and (max-width: 639px) {
      .mainvisual .title {
        width: 231px;
        height: 135px; } }
    .mainvisual .title .title_01 {
      width: 394px;
      height: 54px;
      top: 0;
      left: 12px; }
      @media screen and (max-width: 639px) {
        .mainvisual .title .title_01 {
          width: 115px;
          height: 16px;
          left: 5px; } }
      .mainvisual .title .title_01 .title_01_upper {
        background-image: url(../img/mainvisual/title_01.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left top;
        width: 100%;
        height: 50%; }
      .mainvisual .title .title_01 .title_01_lower {
        background-image: url(../img/mainvisual/title_01.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left bottom;
        width: 100%;
        height: 50%; }
    .mainvisual .title .title_02 {
      width: 772px;
      height: 54px;
      top: 200px;
      left: 12px;
      position: absolute; }
      @media screen and (max-width: 639px) {
        .mainvisual .title .title_02 {
          width: 230px;
          height: 16px;
          top: 60px;
          left: 2px; } }
      .mainvisual .title .title_02 .title_02_upper {
        background-image: url(../img/mainvisual/title_02.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left top;
        width: 100%;
        height: 50%; }
      .mainvisual .title .title_02 .title_02_lower {
        background-image: url(../img/mainvisual/title_02.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left bottom;
        width: 100%;
        height: 50%; }
    .mainvisual .title .title_03 {
      width: 776px;
      height: 54px;
      top: 400px;
      left: 0px;
      position: absolute; }
      @media screen and (max-width: 639px) {
        .mainvisual .title .title_03 {
          width: 231px;
          height: 16px;
          top: 118px;
          left: 0px; } }
      .mainvisual .title .title_03 .title_03_upper {
        background-image: url(../img/mainvisual/title_03.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left top;
        width: 100%;
        height: 50%; }
      .mainvisual .title .title_03 .title_03_lower {
        background-image: url(../img/mainvisual/title_03.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left bottom;
        width: 100%;
        height: 50%; }
  .mainvisual .scroll_text {
    position: absolute;
    bottom: 0;
    left: 60px;
    height: 154px; }
    @media screen and (max-width: 639px) {
      .mainvisual .scroll_text {
        left: 20px;
        height: 83.5px; } }
    .mainvisual .scroll_text img {
      position: absolute;
      top: 0;
      left: -4px;
      width: 8px;
      height: auto; }
      @media screen and (max-width: 639px) {
        .mainvisual .scroll_text img {
          left: -3px;
          width: 5px; } }
    .mainvisual .scroll_text:after {
      content: '';
      position: absolute;
      display: block;
      left: -1px;
      bottom: 0px;
      width: 2px;
      height: 80px;
      background-color: #000; }
      @media screen and (max-width: 639px) {
        .mainvisual .scroll_text:after {
          width: 1px;
          height: 40px;
          bottom: 40px; } }

.sec_message {
  position: relative;
  padding-top: 215px;
  padding-bottom: 640px;
  z-index: 1;
  overflow: hidden;
  pointer-events: none; }
  @media screen and (max-width: 639px) {
    .sec_message {
      padding-top: 90px; } }
  .sec_message .container {
    width: 100%; }
  .sec_message .background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 746px;
    background-color: #000;
    background-image: url(../img/message/bg.jpg);
    background-position: left top;
    background-repeat: no-repeat; }
    @media screen and (max-width: 639px) {
      .sec_message .background {
        background-image: url(../img/message/bg_sp.jpg);
        background-position: center top;
        background-size: 100% auto;
        height: 487.5px; } }
  .sec_message .bmx_text_top {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -197px;
    height: 215px; }
    .sec_message .bmx_text_top img {
      position: absolute;
      left: 0;
      bottom: 0; }
    @media screen and (max-width: 639px) {
      .sec_message .bmx_text_top {
        margin-left: -74.5px;
        height: 90px; }
        .sec_message .bmx_text_top img {
          width: 210px;
          height: auto; } }
  .sec_message .content {
    position: relative;
    width: 100%;
    height: 789px;
    background-image: url(../img/message/content_bg_01.png);
    background-repeat: no-repeat;
    background-color: #c1291f;
    left: 50%;
    margin-left: -330px;
    position: relative; }
    .sec_message .content::before {
      content: "";
      background-image: url(../img/message/content_bg_02.png);
      background-size: 302px 304px;
      width: 302px;
      height: 304px;
      top: 0;
      left: 50%;
      margin-left: 27px;
      position: absolute; }
    @media screen and (max-width: 639px) {
      .sec_message .content {
        background-image: url(../img/message/content_bg_sp.jpg);
        background-size: cover;
        width: 280px;
        height: 785px;
        left: 50%;
        margin-left: -120px; }
        .sec_message .content::before {
          content: none; } }
  .sec_message .section_tag {
    position: absolute;
    left: 900px;
    top: 58px;
    width: 9px; }
    .sec_message .section_tag img {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 639px) {
      .sec_message .section_tag {
        left: -21px;
        top: -15px;
        width: 6px; } }
  .sec_message .message {
    position: absolute;
    left: 380px;
    top: 174px; }
    @media screen and (max-width: 639px) {
      .sec_message .message {
        left: 30px;
        top: 65px; } }
    @media screen and (max-width: 639px) {
      .sec_message .message .title {
        width: 208.5px; }
        .sec_message .message .title img {
          width: 100%;
          height: auto; } }
    .sec_message .message .title .title_01 {
      width: 92px;
      height: 32px; }
      @media screen and (max-width: 639px) {
        .sec_message .message .title .title_01 {
          width: 46px;
          height: 16px; } }
      .sec_message .message .title .title_01 .title_01_upper {
        background-image: url(../img/message/message_title_01.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left top;
        width: 100%;
        height: 50%; }
      .sec_message .message .title .title_01 .title_01_lower {
        background-image: url(../img/message/message_title_01.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left bottom;
        width: 100%;
        height: 50%; }
    .sec_message .message .title .title_02 {
      width: 326px;
      height: 30px;
      margin-top: 30px; }
      @media screen and (max-width: 639px) {
        .sec_message .message .title .title_02 {
          width: 163px;
          height: 15px;
          margin-top: 15px; } }
      .sec_message .message .title .title_02 .title_02_upper {
        background-image: url(../img/message/message_title_02.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left top;
        width: 100%;
        height: 50%; }
      .sec_message .message .title .title_02 .title_02_lower {
        background-image: url(../img/message/message_title_02.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left bottom;
        width: 100%;
        height: 50%; }
    .sec_message .message .title .title_03 {
      width: 366px;
      height: 32px;
      margin-top: 30px; }
      @media screen and (max-width: 639px) {
        .sec_message .message .title .title_03 {
          width: 183px;
          height: 16px;
          margin-top: 15px; } }
      .sec_message .message .title .title_03 .title_03_upper {
        background-image: url(../img/message/message_title_03.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left top;
        width: 100%;
        height: 50%; }
      .sec_message .message .title .title_03 .title_03_lower {
        background-image: url(../img/message/message_title_03.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left bottom;
        width: 100%;
        height: 50%; }
    .sec_message .message .text {
      pointer-events: auto;
      margin-top: 40px;
      font-size: 15px;
      line-height: 30px;
      width: 490px; }
      @media screen and (max-width: 639px) {
        .sec_message .message .text {
          margin-top: 20px;
          font-size: 12px;
          line-height: 21px;
          width: 240px; } }
  .sec_message .img_rim {
    position: absolute;
    left: -90px;
    top: 0px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
    @media screen and (max-width: 639px) {
      .sec_message .img_rim {
        width: 100%;
        height: 338px;
        top: auto;
        bottom: 50px;
        left: -14px;
        background-repeat: no-repeat;
        background-size: contain; } }
    .sec_message .img_rim .img_rim_bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url(../img/message/image-rim.png);
      background-repeat: no-repeat;
      opacity: 0; }
      @media screen and (max-width: 639px) {
        .sec_message .img_rim .img_rim_bg {
          width: 100%;
          height: 312px;
          background-size: contain; } }
    .sec_message .img_rim .img_rim_slice {
      background-image: url(../img/message/image-rim.png);
      background-repeat: no-repeat;
      width: 396px;
      height: 28px; }
      @media screen and (max-width: 639px) {
        .sec_message .img_rim .img_rim_slice {
          width: 182.5px;
          background-size: cover; } }
    .sec_message .img_rim .img_rim_01 {
      background-position: 0 0; }
    .sec_message .img_rim .img_rim_02 {
      background-position: 0 -28px; }
    .sec_message .img_rim .img_rim_03 {
      background-position: 0 -56px; }
    .sec_message .img_rim .img_rim_04 {
      background-position: 0 -84px; }
    .sec_message .img_rim .img_rim_05 {
      background-position: 0 -112px; }
    .sec_message .img_rim .img_rim_06 {
      background-position: 0 -140px; }
    .sec_message .img_rim .img_rim_07 {
      background-position: 0 -168px; }
    .sec_message .img_rim .img_rim_08 {
      background-position: 0 -196px; }
    .sec_message .img_rim .img_rim_09 {
      background-position: 0 -224px; }
    .sec_message .img_rim .img_rim_10 {
      background-position: 0 -252px; }
    .sec_message .img_rim .img_rim_11 {
      background-position: 0 -280px; }
    .sec_message .img_rim .img_rim_12 {
      background-position: 0 -308px; }
    .sec_message .img_rim .img_rim_13 {
      background-position: 0 -336px; }
    .sec_message .img_rim .img_rim_14 {
      background-position: 0 -364px; }
    .sec_message .img_rim .img_rim_15 {
      background-position: 0 -392px; }
    .sec_message .img_rim .img_rim_16 {
      background-position: 0 -420px; }
    .sec_message .img_rim .img_rim_17 {
      background-position: 0 -448px; }
    .sec_message .img_rim .img_rim_18 {
      background-position: 0 -476px; }
    .sec_message .img_rim .img_rim_19 {
      background-position: 0 -504px; }
    .sec_message .img_rim .img_rim_20 {
      background-position: 0 -532px; }
    .sec_message .img_rim .img_rim_21 {
      background-position: 0 -560px; }
    .sec_message .img_rim .img_rim_22 {
      background-position: 0 -588px; }
    .sec_message .img_rim .img_rim_23 {
      background-position: 0 -616px; }
    .sec_message .img_rim .img_rim_24 {
      background-position: 0 -644px; }
    .sec_message .img_rim .img_rim_25 {
      background-position: 0 -672px; }
    .sec_message .img_rim .img_rim_26 {
      background-position: 0 -700px; }
  .sec_message .rim_photo {
    position: absolute;
    left: 430px;
    bottom: -640px;
    width: 500px;
    height: 720px;
    overflow: hidden; }
    @media screen and (max-width: 639px) {
      .sec_message .rim_photo {
        left: 50px;
        bottom: -680px;
        width: 220px;
        height: 316px; } }
  .sec_message .rim_photo_bg {
    background-image: url(../img/message/rim_photo.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 500px;
    height: 720px; }
    @media screen and (max-width: 639px) {
      .sec_message .rim_photo_bg {
        width: 220px;
        height: 316px; } }

.sec_biography {
  position: relative;
  margin-top: -980px; }
  @media screen and (max-width: 639px) {
    .sec_biography {
      margin-top: -640px; } }
  .sec_biography .bg-gray {
    background-color: #f2f2f2;
    position: absolute;
    left: -50%;
    right: 50%;
    top: 360px;
    bottom: 0;
    -webkit-transform: translateX(440px);
            transform: translateX(440px); }
    @media screen and (max-width: 639px) {
      .sec_biography .bg-gray {
        -webkit-transform: none;
                transform: none;
        left: 0;
        right: 0;
        bottom: 0;
        top: 111px; } }
  .sec_biography .content {
    position: relative;
    width: 1200px;
    margin: 237px auto 0;
    padding-bottom: 160px; }
    @media screen and (max-width: 639px) {
      .sec_biography .content {
        width: 280px;
        padding-bottom: 75px; } }
  .sec_biography .section_tag {
    position: absolute;
    top: 70px;
    left: 20px;
    width: 9px; }
    .sec_biography .section_tag img {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 639px) {
      .sec_biography .section_tag {
        left: auto;
        right: 0;
        top: 35px;
        width: 6px; } }
  .sec_biography .profile {
    padding-top: 250px;
    padding-left: 115px; }
    @media screen and (max-width: 639px) {
      .sec_biography .profile {
        padding: 55px 0 0; } }
    .sec_biography .profile .name {
      margin-bottom: 40px; }
      @media screen and (max-width: 639px) {
        .sec_biography .profile .name {
          width: 97.5px;
          margin-bottom: 0; } }
      .sec_biography .profile .name .name_01 {
        width: 52px;
        height: 18px; }
        @media screen and (max-width: 639px) {
          .sec_biography .profile .name .name_01 {
            width: 26px;
            height: 9px; } }
        .sec_biography .profile .name .name_01 .name_01_upper {
          background-image: url(../img/biography/name_01.png);
          background-size: cover;
          background-repeat: no-repeat;
          background-position: left top;
          width: 100%;
          height: 50%; }
        .sec_biography .profile .name .name_01 .name_01_lower {
          background-image: url(../img/biography/name_01.png);
          background-size: cover;
          background-repeat: no-repeat;
          background-position: left bottom;
          width: 100%;
          height: 50%; }
      .sec_biography .profile .name .name_02 {
        width: 162px;
        height: 18px;
        margin-top: 25px; }
        @media screen and (max-width: 639px) {
          .sec_biography .profile .name .name_02 {
            width: 81px;
            height: 9px;
            margin-top: 12.5px; } }
        .sec_biography .profile .name .name_02 .name_02_upper {
          background-image: url(../img/biography/name_02.png);
          background-size: cover;
          background-repeat: no-repeat;
          background-position: left top;
          width: 100%;
          height: 50%; }
        .sec_biography .profile .name .name_02 .name_02_lower {
          background-image: url(../img/biography/name_02.png);
          background-size: cover;
          background-repeat: no-repeat;
          background-position: left bottom;
          width: 100%;
          height: 50%; }
      .sec_biography .profile .name .name_03 {
        width: 194px;
        height: 44px;
        margin-top: 30px; }
        @media screen and (max-width: 639px) {
          .sec_biography .profile .name .name_03 {
            width: 97px;
            height: 22px;
            margin-top: 15px; } }
        .sec_biography .profile .name .name_03 .name_03_upper {
          background-image: url(../img/biography/name_03.png);
          background-size: cover;
          background-repeat: no-repeat;
          background-position: left top;
          width: 100%;
          height: 50%; }
        .sec_biography .profile .name .name_03 .name_03_lower {
          background-image: url(../img/biography/name_03.png);
          background-size: cover;
          background-repeat: no-repeat;
          background-position: left bottom;
          width: 100%;
          height: 50%; }
      .sec_biography .profile .name .name_04 {
        width: 50px;
        height: 6px;
        margin-top: 50px; }
        @media screen and (max-width: 639px) {
          .sec_biography .profile .name .name_04 {
            width: 25px;
            height: 3px;
            margin-top: 25px; } }
        .sec_biography .profile .name .name_04 .name_04_upper {
          background-image: url(../img/biography/name_04.png);
          background-size: cover;
          background-repeat: no-repeat;
          background-position: left top;
          width: 100%;
          height: 50%; }
        .sec_biography .profile .name .name_04 .name_04_lower {
          background-image: url(../img/biography/name_04.png);
          background-size: cover;
          background-repeat: no-repeat;
          background-position: left bottom;
          width: 100%;
          height: 50%; }
    .sec_biography .profile .txt {
      color: #000000;
      font-size: 14px;
      line-height: 28px; }
      @media screen and (max-width: 639px) {
        .sec_biography .profile .txt {
          font-size: 12px;
          line-height: 21px; } }
      .sec_biography .profile .txt p {
        margin-top: 25px; }

.sec_gameresult {
  background-color: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  height: auto;
  padding-top: 150px; }
  @media screen and (max-width: 639px) {
    .sec_gameresult {
      height: auto;
      padding-top: 90px; } }
  .sec_gameresult .content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    position: relative; }
    @media screen and (max-width: 639px) {
      .sec_gameresult .content {
        width: 300px;
        height: auto;
        flex-direction: column;
        align-items: center; } }
  .sec_gameresult .section_tag {
    position: absolute;
    left: 20px;
    top: 70px;
    width: 9px; }
    .sec_gameresult .section_tag img {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 639px) {
      .sec_gameresult .section_tag {
        left: 9px;
        top: 20px;
        width: 6px; } }
  .sec_gameresult .container_title {
    margin-top: 318px;
    margin-left: 135px;
    height: 56%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; }
    @media screen and (max-width: 639px) {
      .sec_gameresult .container_title {
        position: static;
        width: 100%;
        height: auto;
        margin-top: 0;
        padding: 54px 0 38px 146px; } }
    .sec_gameresult .container_title .title {
      position: absolute;
      top: -18px;
      left: 0; }
      @media screen and (max-width: 639px) {
        .sec_gameresult .container_title .title {
          position: static; } }
      .sec_gameresult .container_title .title.is-active {
        position: fixed;
        top: calc(50% - 18px);
        left: calc(50% - 320px);
        margin: 0;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
        @media screen and (max-width: 1200px) {
          .sec_gameresult .container_title .title.is-active {
            left: 135px;
            -webkit-transform: none;
                    transform: none; } }
        @media screen and (max-width: 639px) {
          .sec_gameresult .container_title .title.is-active {
            position: static; } }
      .sec_gameresult .container_title .title.is-leave-down {
        position: absolute;
        top: auto;
        bottom: -84px;
        left: 0; }
        @media screen and (max-width: 639px) {
          .sec_gameresult .container_title .title.is-leave-down {
            position: static; } }
      .sec_gameresult .container_title .title .title_01 {
        width: 180px;
        height: 32px; }
        @media screen and (max-width: 639px) {
          .sec_gameresult .container_title .title .title_01 {
            width: 82px;
            height: 14px; } }
        .sec_gameresult .container_title .title .title_01 .title_01_upper {
          background-image: url(../img/result/title_01.png);
          background-size: cover;
          background-repeat: no-repeat;
          background-position: left top;
          width: 100%;
          height: 50%; }
        .sec_gameresult .container_title .title .title_01 .title_01_lower {
          background-image: url(../img/result/title_01.png);
          background-size: cover;
          background-repeat: no-repeat;
          background-position: left bottom;
          width: 100%;
          height: 50%; }
      .sec_gameresult .container_title .title .title_02 {
        width: 290px;
        height: 32px;
        margin-top: 40px; }
        @media screen and (max-width: 639px) {
          .sec_gameresult .container_title .title .title_02 {
            width: 132px;
            height: 14px;
            margin-top: 20px; } }
        .sec_gameresult .container_title .title .title_02 .title_02_upper {
          background-image: url(../img/result/title_02.png);
          background-size: cover;
          background-repeat: no-repeat;
          background-position: left top;
          width: 100%;
          height: 50%; }
        .sec_gameresult .container_title .title .title_02 .title_02_lower {
          background-image: url(../img/result/title_02.png);
          background-size: cover;
          background-repeat: no-repeat;
          background-position: left bottom;
          width: 100%;
          height: 50%; }
  .sec_gameresult .container_award {
    position: relative;
    margin: 200px 44px 200px auto; }
    @media screen and (max-width: 639px) {
      .sec_gameresult .container_award {
        width: 100%;
        margin: 0 0 50px 0; } }
    .sec_gameresult .container_award::before {
      content: "";
      border-left: 1px solid #fff;
      width: 1px;
      height: 927px;
      top: -200px;
      left: 140px;
      position: absolute; }
      @media screen and (max-width: 639px) {
        .sec_gameresult .container_award::before {
          height: 525px;
          top: -140px;
          left: 50px; } }
  .sec_gameresult .award_list {
    display: flex; }
    .sec_gameresult .award_list .year {
      padding: 0 47px 0 32px; }
      @media screen and (max-width: 639px) {
        .sec_gameresult .award_list .year {
          padding: 3px 9px 0 5px; }
          .sec_gameresult .award_list .year img {
            width: 32px; } }
    .sec_gameresult .award_list .txt {
      padding-left: 50px; }
      @media screen and (max-width: 639px) {
        .sec_gameresult .award_list .txt {
          padding-left: 25px; } }
      .sec_gameresult .award_list .txt li {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 36px;
        position: relative; }
        @media screen and (max-width: 639px) {
          .sec_gameresult .award_list .txt li {
            font-size: 11px;
            margin-bottom: 20px; } }
        .sec_gameresult .award_list .txt li::before {
          content: "";
          width: 7px;
          height: 7px;
          top: 7px;
          left: -52px;
          background-color: #fff;
          border-radius: 50%;
          position: absolute; }
          @media screen and (max-width: 639px) {
            .sec_gameresult .award_list .txt li::before {
              width: 5px;
              height: 5px;
              left: -23px; } }
        .sec_gameresult .award_list .txt li:first-child::before {
          content: "";
          width: 11px;
          height: 11px;
          top: 3px;
          left: -54px;
          background-color: #fff;
          border-radius: 50%;
          position: absolute; }
          @media screen and (max-width: 639px) {
            .sec_gameresult .award_list .txt li:first-child::before {
              width: 9px;
              height: 9px;
              left: -25px; } }

.sec_otherpartner {
  display: flex;
  height: 830px;
  position: relative; }
  @media screen and (max-width: 639px) {
    .sec_otherpartner {
      display: block;
      height: auto;
      padding-top: 415px; } }
  .sec_otherpartner::before {
    content: "";
    width: 50%;
    height: 830px;
    background-image: url("../img/otherpartner/other_img.jpg");
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (max-width: 639px) {
      .sec_otherpartner::before {
        width: 320px;
        height: 415px;
        background-image: url("../img/otherpartner/other_img--sp.jpg"); } }
  .sec_otherpartner .container_twitter {
    position: relative;
    width: 50%;
    background-color: #f2f2f2; }
    @media screen and (max-width: 639px) {
      .sec_otherpartner .container_twitter {
        width: auto;
        padding-top: 40px;
        padding-bottom: 40px; } }
  .sec_otherpartner .container_other {
    margin-left: auto;
    position: relative;
    width: 50%;
    background-color: #c1291f;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    @media screen and (max-width: 639px) {
      .sec_otherpartner .container_other {
        width: auto;
        -webkit-transform: none;
                transform: none;
        padding-top: 75px;
        padding-bottom: 75px; } }
    .sec_otherpartner .container_other::before {
      content: "";
      background: url("../img/otherpartner/bg_effect_01.png") no-repeat;
      background-size: 398px 363px;
      width: 398px;
      height: 363px;
      top: 0;
      right: 0;
      position: absolute; }
      @media screen and (max-width: 639px) {
        .sec_otherpartner .container_other::before {
          background: url("../img/otherpartner/bg_effect_01.png") no-repeat;
          background-size: 199px 181.5px;
          width: 199px;
          height: 181.5px; } }
    .sec_otherpartner .container_other::after {
      content: "";
      background: url("../img/otherpartner/bg_effect_02.png") no-repeat;
      background-size: 512px 645px;
      width: 512px;
      height: 645px;
      bottom: 0;
      left: 0;
      position: absolute; }
      @media screen and (max-width: 639px) {
        .sec_otherpartner .container_other::after {
          background: url("../img/otherpartner/bg_effect_02.png") no-repeat;
          background-size: 256px 322.5px;
          width: 256px;
          height: 322.5px; } }
  .sec_otherpartner .tw_widget {
    width: 545px;
    height: 660px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
    @media screen and (max-width: 639px) {
      .sec_otherpartner .tw_widget {
        position: static;
        width: 265px; } }
  .sec_otherpartner .other_inner {
    width: 439px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 639px) {
      .sec_otherpartner .other_inner {
        width: 260px; } }
    .sec_otherpartner .other_inner .title {
      padding-bottom: 40px; }
      @media screen and (max-width: 639px) {
        .sec_otherpartner .other_inner .title {
          width: 139.5px;
          padding-bottom: 21px; }
          .sec_otherpartner .other_inner .title img {
            width: 100%; } }
      .sec_otherpartner .other_inner .title .title_01 {
        width: 142px;
        height: 22px; }
        @media screen and (max-width: 639px) {
          .sec_otherpartner .other_inner .title .title_01 {
            width: 94px;
            height: 14px; } }
        .sec_otherpartner .other_inner .title .title_01 .title_01_upper {
          background-image: url(../img/otherpartner/title_01.png);
          background-size: cover;
          background-repeat: no-repeat;
          background-position: left top;
          width: 100%;
          height: 50%; }
          @media screen and (max-width: 639px) {
            .sec_otherpartner .other_inner .title .title_01 .title_01_upper {
              background-image: url(../img/otherpartner/title_01_sp.png); } }
        .sec_otherpartner .other_inner .title .title_01 .title_01_lower {
          background-image: url(../img/otherpartner/title_01.png);
          background-size: cover;
          background-repeat: no-repeat;
          background-position: left bottom;
          width: 100%;
          height: 50%; }
          @media screen and (max-width: 639px) {
            .sec_otherpartner .other_inner .title .title_01 .title_01_lower {
              background-image: url(../img/otherpartner/title_01_sp.png); } }
      .sec_otherpartner .other_inner .title .title_02 {
        width: 210px;
        height: 22px;
        margin-top: 40px; }
        @media screen and (max-width: 639px) {
          .sec_otherpartner .other_inner .title .title_02 {
            width: 139px;
            height: 14px;
            margin-top: 20px; } }
        .sec_otherpartner .other_inner .title .title_02 .title_02_upper {
          background-image: url(../img/otherpartner/title_02.png);
          background-size: cover;
          background-repeat: no-repeat;
          background-position: left top;
          width: 100%;
          height: 50%; }
          @media screen and (max-width: 639px) {
            .sec_otherpartner .other_inner .title .title_02 .title_02_upper {
              background-image: url(../img/otherpartner/title_02_sp.png); } }
        .sec_otherpartner .other_inner .title .title_02 .title_02_lower {
          background-image: url(../img/otherpartner/title_02.png);
          background-size: cover;
          background-repeat: no-repeat;
          background-position: left bottom;
          width: 100%;
          height: 50%; }
          @media screen and (max-width: 639px) {
            .sec_otherpartner .other_inner .title .title_02 .title_02_lower {
              background-image: url(../img/otherpartner/title_02_sp.png); } }
      .sec_otherpartner .other_inner .title .title_03 {
        width: 30px;
        height: 4px;
        margin-top: 50px; }
        @media screen and (max-width: 639px) {
          .sec_otherpartner .other_inner .title .title_03 {
            width: 25px;
            height: 2px;
            margin-top: 30px; } }
        .sec_otherpartner .other_inner .title .title_03 .title_03_upper {
          background-image: url(../img/otherpartner/title_03.png);
          background-size: cover;
          background-repeat: no-repeat;
          background-position: left top;
          width: 100%;
          height: 50%; }
          @media screen and (max-width: 639px) {
            .sec_otherpartner .other_inner .title .title_03 .title_03_upper {
              background-image: url(../img/otherpartner/title_03_sp.png); } }
        .sec_otherpartner .other_inner .title .title_03 .title_03_lower {
          background-image: url(../img/otherpartner/title_03.png);
          background-size: cover;
          background-repeat: no-repeat;
          background-position: left bottom;
          width: 100%;
          height: 50%; }
          @media screen and (max-width: 639px) {
            .sec_otherpartner .other_inner .title .title_03 .title_03_lower {
              background-image: url(../img/otherpartner/title_03_sp.png); } }
    .sec_otherpartner .other_inner .link_box {
      display: flex; }
      @media screen and (max-width: 639px) {
        .sec_otherpartner .other_inner .link_box {
          flex-direction: column; } }
      .sec_otherpartner .other_inner .link_box .link_list {
        width: 200px; }
        @media screen and (max-width: 639px) {
          .sec_otherpartner .other_inner .link_box .link_list {
            width: 100%; } }
        .sec_otherpartner .other_inner .link_box .link_list:first-child {
          margin-right: 32px; }
          @media screen and (max-width: 639px) {
            .sec_otherpartner .other_inner .link_box .link_list:first-child {
              margin-right: auto; } }
        .sec_otherpartner .other_inner .link_box .link_list .link_item {
          color: #fff;
          font-size: 14px;
          font-family: "Lato", sans-serif;
          display: block;
          padding: 22px 0 21px;
          text-decoration: none;
          letter-spacing: 2px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.2);
          position: relative; }
          .sec_otherpartner .other_inner .link_box .link_list .link_item::before {
            content: "";
            width: 16px;
            border-bottom: 1px solid #fff;
            bottom: -1px;
            left: 0;
            position: absolute;
            transition: all 0.3s cubic-bezier(0.7, 0.1, 0.2, 1); }
          .sec_otherpartner .other_inner .link_box .link_list .link_item:hover::before {
            width: 100%; }
          @media screen and (max-width: 639px) {
            .sec_otherpartner .other_inner .link_box .link_list .link_item {
              font-size: 12px;
              padding: 19px 0 18px; }
              .sec_otherpartner .other_inner .link_box .link_list .link_item::before {
                width: 15px; }
              .sec_otherpartner .other_inner .link_box .link_list .link_item::after {
                content: "";
                width: 5px;
                height: 5px;
                border-top: 1px solid #fff;
                border-right: 1px solid #fff;
                -webkit-transform: rotate(45deg);
                        transform: rotate(45deg);
                top: calc(50% - 3px);
                right: 4px;
                position: absolute; } }

.sec_supported {
  position: relative;
  background-color: #fff;
  padding-bottom: 650px;
  z-index: 0; }
  @media screen and (max-width: 639px) {
    .sec_supported {
      padding-bottom: 163.5px;
      background-image: url("../img/supported/bg_content--sp.jpg");
      background-size: 100%;
      background-repeat: no-repeat; } }
  .sec_supported::before {
    content: "";
    width: 100%;
    height: 317px;
    background-color: #f2f2f2;
    position: absolute;
    left: -50%;
    right: 50%;
    top: 0;
    -webkit-transform: translateX(440px);
            transform: translateX(440px); }
    @media screen and (max-width: 639px) {
      .sec_supported::before {
        display: none; } }
  .sec_supported .content {
    position: relative;
    z-index: 0; }
    @media screen and (max-width: 639px) {
      .sec_supported .content {
        width: auto;
        padding: 0 20px; } }
    .sec_supported .content::after {
      content: "";
      width: 935px;
      height: 717px;
      background-image: url("../img/supported/bg_content--right.png");
      background-size: 100%;
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 0; }
      @media screen and (max-width: 639px) {
        .sec_supported .content::after {
          display: none; } }
  .sec_supported .section_tag {
    position: absolute;
    top: 70px;
    right: 20px;
    width: 9px; }
    .sec_supported .section_tag img {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 639px) {
      .sec_supported .section_tag {
        right: auto;
        left: -2px;
        top: 75px;
        width: 6px; } }
  .sec_supported .wrap {
    margin: 0 auto;
    padding: 0 0 250px;
    max-width: 1200px;
    background-color: #000;
    height: 100%;
    position: relative; }
    @media screen and (max-width: 639px) {
      .sec_supported .wrap {
        width: 100%;
        max-width: 100%;
        background: none;
        padding-bottom: 105px; } }
    .sec_supported .wrap::before {
      content: "";
      width: 834px;
      height: 657px;
      background-image: url("../img/supported/bg_content--left.png");
      background-size: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0; }
      @media screen and (max-width: 639px) {
        .sec_supported .wrap::before {
          display: none; } }
    .sec_supported .wrap::after {
      content: "";
      width: 100vw;
      height: 1170px;
      background-color: #000;
      position: absolute;
      top: 0;
      left: 100px;
      z-index: -20; }
      @media screen and (max-width: 639px) {
        .sec_supported .wrap::after {
          display: none; } }
  .sec_supported .text-area {
    max-width: 490px;
    padding-top: 197px;
    margin-left: auto;
    margin-right: 60px;
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 639px) {
      .sec_supported .text-area {
        width: 100%;
        padding-top: 266.5px; } }
    .sec_supported .text-area .title {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 639px) {
        .sec_supported .text-area .title {
          justify-content: center; } }
    .sec_supported .text-area .logo {
      width: 165px; }
      @media screen and (max-width: 639px) {
        .sec_supported .text-area .logo {
          width: 82.5px; } }
      .sec_supported .text-area .logo img {
        width: 100%; }
    .sec_supported .text-area .name {
      width: 143px; }
      @media screen and (max-width: 639px) {
        .sec_supported .text-area .name {
          width: 71.5px; } }
      .sec_supported .text-area .name img {
        width: 100%; }
    .sec_supported .text-area .icon-x {
      width: 45px;
      height: 45px;
      margin-left: 22px;
      margin-right: 26px;
      position: relative; }
      @media screen and (max-width: 639px) {
        .sec_supported .text-area .icon-x {
          margin-left: 10px;
          margin-right: 11px;
          width: 22.5px;
          height: 22.5px; } }
      .sec_supported .text-area .icon-x::before, .sec_supported .text-area .icon-x::after {
        content: "";
        width: 100%;
        height: 100%;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform-origin: center;
                transform-origin: center; }
        @media screen and (max-width: 639px) {
          .sec_supported .text-area .icon-x::before, .sec_supported .text-area .icon-x::after {
            height: 1px; } }
      .sec_supported .text-area .icon-x::before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg); }
      .sec_supported .text-area .icon-x::after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg); }
    .sec_supported .text-area .text {
      font-size: 15px;
      line-height: calc(30 / 15);
      margin-top: 38px; }
      @media screen and (max-width: 639px) {
        .sec_supported .text-area .text {
          font-size: 12px;
          line-height: calc(42 / 24);
          margin-top: 23px; } }
  .sec_supported .movie-area {
    width: 100%;
    max-width: 800px;
    margin: 71px auto 0;
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 639px) {
      .sec_supported .movie-area {
        margin-top: 35px; } }
    .sec_supported .movie-area .movie {
      width: 100%;
      aspect-ratio: 800 / 450; }
      @media screen and (max-width: 639px) {
        .sec_supported .movie-area .movie {
          aspect-ratio: 560 / 315; } }
    .sec_supported .movie-area iframe {
      width: 100%;
      height: 100%; }
  .sec_supported .loop-area {
    width: 1000vw;
    margin-top: -150px;
    overflow: hidden;
    display: flex;
    text-align: center; }
    @media screen and (max-width: 639px) {
      .sec_supported .loop-area {
        margin-top: -55px; } }
    .sec_supported .loop-area .loop-list {
      display: flex;
      text-align: center;
      overflow: hidden; }
      .sec_supported .loop-area .loop-list .loop-img {
        font-size: 0;
        width: 300px;
        height: 300px;
        background-size: 100%;
        background-repeat: no-repeat;
        margin-left: 20px; }
        @media screen and (max-width: 639px) {
          .sec_supported .loop-area .loop-list .loop-img {
            width: 110px;
            height: 110px;
            margin-left: 10px; } }
        .sec_supported .loop-area .loop-list .loop-img img {
          width: 100%; }
      .sec_supported .loop-area .loop-list:first-child {
        -webkit-animation: loop 80s -40s linear infinite both;
                animation: loop 80s -40s linear infinite both; }
      .sec_supported .loop-area .loop-list:last-child {
        -webkit-animation: loop2 80s linear infinite;
                animation: loop2 80s linear infinite; }

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); } }

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); } }
  .sec_supported .banner-area {
    margin-top: 200px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 639px) {
      .sec_supported .banner-area {
        margin-top: 50px;
        flex-direction: column; } }
    .sec_supported .banner-area .banner {
      width: 520px; }
      @media screen and (max-width: 639px) {
        .sec_supported .banner-area .banner {
          width: 260px; } }
      .sec_supported .banner-area .banner + .banner {
        margin-left: 80px; }
        @media screen and (max-width: 639px) {
          .sec_supported .banner-area .banner + .banner {
            margin-left: 0;
            margin-top: 50px; } }
    .sec_supported .banner-area .link {
      text-decoration: none;
      color: #000;
      width: 100%;
      display: block; }
    .sec_supported .banner-area .banner-img {
      width: 100%;
      overflow: hidden; }
      .sec_supported .banner-area .banner-img:hover img {
        -webkit-transform: scale(1.02);
                transform: scale(1.02); }
      .sec_supported .banner-area .banner-img img {
        width: 100%;
        transition: all 0.4s cubic-bezier(0.7, 0.1, 0.2, 1); }
    .sec_supported .banner-area .banner-title {
      font-size: 20px;
      font-weight: bold;
      margin-top: 27px; }
      @media screen and (max-width: 639px) {
        .sec_supported .banner-area .banner-title {
          font-size: 14px;
          margin-top: 20px; } }
    .sec_supported .banner-area .banner-text {
      font-size: 15px;
      line-height: calc(30 / 15);
      margin-top: 13px; }
      @media screen and (max-width: 639px) {
        .sec_supported .banner-area .banner-text {
          font-size: 12px;
          line-height: calc(42 / 24);
          margin-top: 15px; } }
    .sec_supported .banner-area .banner-btn {
      width: 94px;
      margin-top: 27px;
      padding-bottom: 12px;
      display: flex;
      justify-content: center;
      position: relative;
      transition: all 0.3s ease-out; }
      @media screen and (max-width: 639px) {
        .sec_supported .banner-area .banner-btn {
          width: 70px;
          margin-top: 20px;
          padding-bottom: 10px; } }
      .sec_supported .banner-area .banner-btn::before {
        content: "";
        width: 100%;
        height: 4px;
        background-color: #000;
        position: absolute;
        bottom: 0;
        left: 0; }
        @media screen and (max-width: 639px) {
          .sec_supported .banner-area .banner-btn::before {
            height: 2px; } }
      .sec_supported .banner-area .banner-btn:hover {
        opacity: 0.6; }
      .sec_supported .banner-area .banner-btn img {
        width: 92px; }
        @media screen and (max-width: 639px) {
          .sec_supported .banner-area .banner-btn img {
            width: 69px; } }
  .sec_supported .biography-photo {
    position: absolute;
    text-align: center;
    width: 100%;
    min-width: 1300px;
    height: 600px;
    bottom: -150px;
    left: 50%;
    margin-left: -600px;
    overflow: hidden;
    z-index: 10; }
    .sec_supported .biography-photo img {
      position: absolute;
      width: 100%;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
    @media screen and (max-width: 639px) {
      .sec_supported .biography-photo {
        min-width: auto;
        margin-left: auto;
        height: 175px;
        left: 30px;
        bottom: -90px;
        position: absolute; }
        .sec_supported .biography-photo img {
          width: 290px; } }

.sec_sns {
  background-image: url("../img/sns/bg_sns-content.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 200px;
  height: 415px; }
  @media screen and (max-width: 639px) {
    .sec_sns {
      height: 449.5px;
      background-image: url("../img/sns/bg_sns-content--sp.jpg");
      margin-top: -1px; } }
  .sec_sns .content {
    position: relative;
    margin: 0 auto;
    padding: 150px 0; }
    @media screen and (max-width: 639px) {
      .sec_sns .content {
        width: 280px;
        height: 100%;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center; } }
  .sec_sns .sns_link {
    text-align: center; }
    .sec_sns .sns_link .sns_link_title {
      margin: 0 auto 40px;
      width: 166px; }
      @media screen and (max-width: 639px) {
        .sec_sns .sns_link .sns_link_title {
          margin-bottom: 32px;
          width: 94px; } }
      .sec_sns .sns_link .sns_link_title img {
        width: 100%; }
    .sec_sns .sns_link .sns_link_icon a {
      width: 34px;
      display: inline-block;
      transition: all 0.18s ease-out; }
      @media screen and (max-width: 639px) {
        .sec_sns .sns_link .sns_link_icon a {
          width: 32px; } }
      .sec_sns .sns_link .sns_link_icon a img {
        width: 100%;
        transition: all 0.18s ease-out; }
    .sec_sns .sns_link .sns_link_icon .icon_is:hover img {
      opacity: 0.6; }

.page-footer {
  height: 210px;
  background-color: #000; }
  @media screen and (max-width: 639px) {
    .page-footer {
      height: 172px; } }
  .page-footer .content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 46px;
    display: flex;
    justify-content: space-between;
    position: relative; }
    @media screen and (max-width: 639px) {
      .page-footer .content {
        width: auto;
        padding-top: 50px; } }
  @media screen and (max-width: 639px) {
    .page-footer .wrap {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center; } }
  .page-footer .logo {
    width: 158px;
    display: block;
    margin-top: 14px; }
    @media screen and (max-width: 639px) {
      .page-footer .logo {
        width: 103px;
        margin-top: 0; } }
    .page-footer .logo img {
      width: 100%; }
  .page-footer .arrow-top {
    width: 40px;
    display: block;
    margin-top: 14px;
    transition: all 0.2s; }
    @media screen and (max-width: 639px) {
      .page-footer .arrow-top {
        width: 20px;
        position: absolute;
        top: 30px;
        right: 20px; } }
    .page-footer .arrow-top:hover {
      opacity: 0.6; }
    .page-footer .arrow-top img {
      width: 100%; }
  .page-footer .copyright {
    color: #fff;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-top: 28px; }
    @media screen and (max-width: 639px) {
      .page-footer .copyright {
        font-size: 10px;
        margin-top: 28px; } }

.page-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 0 50px;
  z-index: 100;
  transition: all 0.3s linear; }
  @media screen and (max-width: 639px) {
    .page-header {
      position: fixed;
      padding: 0;
      height: auto; } }
  .page-header.fixed {
    background: white;
    position: fixed; }
    @media screen and (max-width: 639px) {
      .page-header.fixed {
        background: none;
        padding: 0; } }
    .page-header.fixed .pc {
      height: 70px; }
      .page-header.fixed .pc .logo img.large {
        top: 15px;
        opacity: 0; }
      .page-header.fixed .pc .logo img.small {
        top: 15px;
        opacity: 1; }
  .page-header .pc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 110px; }
    @media screen and (max-width: 639px) {
      .page-header .pc {
        display: none; } }
    .page-header .pc .logo img {
      transition: opacity 0.3s linear;
      position: absolute; }
      .page-header .pc .logo img.large {
        top: 27px;
        opacity: 1; }
      .page-header .pc .logo img.small {
        top: 27px;
        opacity: 0; }
    .page-header .pc .site-navigation {
      display: flex;
      width: 517px;
      justify-content: space-between; }
      .page-header .pc .site-navigation .page-anchor {
        padding: 8px 0;
        display: inline-block;
        position: relative; }
        .page-header .pc .site-navigation .page-anchor::before {
          content: "";
          width: 0;
          border-bottom: 3px solid #c1291f;
          bottom: -1px;
          left: 0;
          position: absolute;
          transition: all 0.18s cubic-bezier(0.7, -0.4, 0, 1); }
        .page-header .pc .site-navigation .page-anchor:hover::before, .page-header .pc .site-navigation .page-anchor.current::before {
          width: 100%;
          border-bottom-color: #c1291f; }
  .page-header .sp .header-inner {
    height: 46px;
    transition: all 0.3s linear; }
  .page-header .sp .logo {
    width: 97.5px;
    height: 36px;
    position: absolute;
    left: 20px;
    top: 21px;
    transition: top 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 11; }
    .page-header .sp .logo img {
      width: 100%;
      height: auto;
      position: absolute;
      left: 0;
      top: 0;
      transition: opacity 0.2s linear; }
      .page-header .sp .logo img.wh {
        opacity: 0; }
  .page-header .sp .trigger {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 11px;
    top: 13px;
    z-index: 2;
    transition: top 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .page-header .sp .trigger .triger__icon {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 22px;
      height: 16px; }
      .page-header .sp .trigger .triger__icon > span span, .page-header .sp .trigger .triger__icon > span:before, .page-header .sp .trigger .triger__icon > span:after {
        position: absolute;
        height: 2px;
        width: 22px;
        background: #000000;
        display: block;
        content: "";
        cursor: pointer;
        top: 50%;
        margin-top: -1px; }
      .page-header .sp .trigger .triger__icon > span:before {
        top: 0;
        margin-top: 0; }
      .page-header .sp .trigger .triger__icon > span:after {
        top: auto;
        bottom: 0; }
    .page-header .sp .trigger.on .triger__icon > span span {
      margin-top: 0;
      top: auto;
      bottom: 7px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      background-color: #fff; }
    .page-header .sp .trigger.on .triger__icon > span:before {
      top: auto;
      bottom: 7px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      background-color: #fff; }
    .page-header .sp .trigger.on .triger__icon > span:after {
      content: none; }
  .page-header .sp .nav-list {
    padding-top: 65px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px; }
    .page-header .sp .nav-list .item {
      margin-top: 25px; }
      .page-header .sp .nav-list .item:first-child {
        margin-top: 0; }
    .page-header .sp .nav-list .page-anchor {
      display: inline-block;
      height: 16px; }
      .page-header .sp .nav-list .page-anchor img {
        height: 100%;
        width: auto; }
  .page-header .sp .nav-wrapper {
    background-color: #000;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0; }
  .page-header.on .sp .header-inner, .page-header.mod-view .sp .header-inner {
    background-color: #000; }
  .page-header.on .sp .logo, .page-header.mod-view .sp .logo {
    top: 10px; }
    .page-header.on .sp .logo img.bk, .page-header.mod-view .sp .logo img.bk {
      opacity: 0; }
    .page-header.on .sp .logo img.wh, .page-header.mod-view .sp .logo img.wh {
      opacity: 1; }
  .page-header.on .sp .trigger, .page-header.mod-view .sp .trigger {
    top: 3px; }
    .page-header.on .sp .trigger .triger__icon, .page-header.mod-view .sp .trigger .triger__icon {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 22px;
      height: 16px; }
      .page-header.on .sp .trigger .triger__icon > span span, .page-header.on .sp .trigger .triger__icon > span:before, .page-header.on .sp .trigger .triger__icon > span:after, .page-header.mod-view .sp .trigger .triger__icon > span span, .page-header.mod-view .sp .trigger .triger__icon > span:before, .page-header.mod-view .sp .trigger .triger__icon > span:after {
        background-color: #fff; }

@-webkit-keyframes scroll-hint-pc {
  0% {
    bottom: 80px;
    height: 0; }
  35% {
    bottom: 0;
    height: 80px; }
  70% {
    bottom: 0;
    height: 80px; }
  90% {
    bottom: 0;
    height: 0; }
  100% {
    bottom: 0;
    height: 0; } }

@keyframes scroll-hint-pc {
  0% {
    bottom: 80px;
    height: 0; }
  35% {
    bottom: 0;
    height: 80px; }
  70% {
    bottom: 0;
    height: 80px; }
  90% {
    bottom: 0;
    height: 0; }
  100% {
    bottom: 0;
    height: 0; } }

@-webkit-keyframes scroll-hint-sp {
  0% {
    bottom: 40px;
    height: 0; }
  35% {
    bottom: 0;
    height: 40px; }
  70% {
    bottom: 0;
    height: 40px; }
  90% {
    bottom: 0;
    height: 0; }
  100% {
    bottom: 0;
    height: 0; } }

@keyframes scroll-hint-sp {
  0% {
    bottom: 40px;
    height: 0; }
  35% {
    bottom: 0;
    height: 40px; }
  70% {
    bottom: 0;
    height: 40px; }
  90% {
    bottom: 0;
    height: 0; }
  100% {
    bottom: 0;
    height: 0; } }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fade_in_up, .fade_in_up_sp {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  transition: all .4s ease-out; }
  .fade_in_up.show, .fade_in_up_sp.show {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.page-header {
  display: none; }
  .page-header.show {
    display: block;
    -webkit-animation: fade-in .4s linear 0s;
            animation: fade-in .4s linear 0s; }

.mainvisual .mainvisual_bg {
  width: 0;
  transition: all 0.75s cubic-bezier(1, 0.01, 0.04, 1); }
  .mainvisual .mainvisual_bg.show {
    width: 100%; }

.mainvisual .title .title_01, .mainvisual .title .title_02, .mainvisual .title .title_03 {
  opacity: 0; }
  .mainvisual .title .title_01 .title_01_upper, .mainvisual .title .title_01 .title_02_upper, .mainvisual .title .title_01 .title_03_upper, .mainvisual .title .title_02 .title_01_upper, .mainvisual .title .title_02 .title_02_upper, .mainvisual .title .title_02 .title_03_upper, .mainvisual .title .title_03 .title_01_upper, .mainvisual .title .title_03 .title_02_upper, .mainvisual .title .title_03 .title_03_upper {
    transition: all 0.5s cubic-bezier(0.25, 1, 0.45, 1);
    background-position: 400px 0; }
  .mainvisual .title .title_01 .title_01_lower, .mainvisual .title .title_01 .title_02_lower, .mainvisual .title .title_01 .title_03_lower, .mainvisual .title .title_02 .title_01_lower, .mainvisual .title .title_02 .title_02_lower, .mainvisual .title .title_02 .title_03_lower, .mainvisual .title .title_03 .title_01_lower, .mainvisual .title .title_03 .title_02_lower, .mainvisual .title .title_03 .title_03_lower {
    transition: all 0.65s cubic-bezier(0.25, 1, 0.45, 1);
    background-position: 400px 100%; }
  .mainvisual .title .title_01.show, .mainvisual .title .title_02.show, .mainvisual .title .title_03.show {
    opacity: 1; }
    .mainvisual .title .title_01.show .title_01_upper, .mainvisual .title .title_01.show .title_02_upper, .mainvisual .title .title_01.show .title_03_upper, .mainvisual .title .title_02.show .title_01_upper, .mainvisual .title .title_02.show .title_02_upper, .mainvisual .title .title_02.show .title_03_upper, .mainvisual .title .title_03.show .title_01_upper, .mainvisual .title .title_03.show .title_02_upper, .mainvisual .title .title_03.show .title_03_upper {
      background-position: 0 0; }
    .mainvisual .title .title_01.show .title_01_lower, .mainvisual .title .title_01.show .title_02_lower, .mainvisual .title .title_01.show .title_03_lower, .mainvisual .title .title_02.show .title_01_lower, .mainvisual .title .title_02.show .title_02_lower, .mainvisual .title .title_02.show .title_03_lower, .mainvisual .title .title_03.show .title_01_lower, .mainvisual .title .title_03.show .title_02_lower, .mainvisual .title .title_03.show .title_03_lower {
      background-position: 0 100%; }

.mainvisual .scroll_text {
  display: none; }
  .mainvisual .scroll_text::after {
    -webkit-animation-name: scroll-hint-pc;
            animation-name: scroll-hint-pc;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
    @media screen and (max-width: 639px) {
      .mainvisual .scroll_text::after {
        -webkit-animation-name: scroll-hint-sp;
                animation-name: scroll-hint-sp; } }
  .mainvisual .scroll_text.show {
    display: block;
    -webkit-animation: fade-in .4s linear 0s;
            animation: fade-in .4s linear 0s; }

.sec_message .message .text {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  transition: all .5s ease-out;
  transition-delay: .2s; }
  .sec_message .message .text.show {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.sec_message .message .title .title_01, .sec_message .message .title .title_02, .sec_message .message .title .title_03 {
  opacity: 0; }
  .sec_message .message .title .title_01 .title_01_upper, .sec_message .message .title .title_01 .title_02_upper, .sec_message .message .title .title_01 .title_03_upper, .sec_message .message .title .title_02 .title_01_upper, .sec_message .message .title .title_02 .title_02_upper, .sec_message .message .title .title_02 .title_03_upper, .sec_message .message .title .title_03 .title_01_upper, .sec_message .message .title .title_03 .title_02_upper, .sec_message .message .title .title_03 .title_03_upper {
    transition: all 0.5s cubic-bezier(0.25, 1, 0.45, 1);
    background-position: 400px 0; }
  .sec_message .message .title .title_01 .title_01_lower, .sec_message .message .title .title_01 .title_02_lower, .sec_message .message .title .title_01 .title_03_lower, .sec_message .message .title .title_02 .title_01_lower, .sec_message .message .title .title_02 .title_02_lower, .sec_message .message .title .title_02 .title_03_lower, .sec_message .message .title .title_03 .title_01_lower, .sec_message .message .title .title_03 .title_02_lower, .sec_message .message .title .title_03 .title_03_lower {
    transition: all 0.65s cubic-bezier(0.25, 1, 0.45, 1);
    background-position: 400px 100%; }
  .sec_message .message .title .title_01.show, .sec_message .message .title .title_02.show, .sec_message .message .title .title_03.show {
    opacity: 1; }
    .sec_message .message .title .title_01.show .title_01_upper, .sec_message .message .title .title_01.show .title_02_upper, .sec_message .message .title .title_01.show .title_03_upper, .sec_message .message .title .title_02.show .title_01_upper, .sec_message .message .title .title_02.show .title_02_upper, .sec_message .message .title .title_02.show .title_03_upper, .sec_message .message .title .title_03.show .title_01_upper, .sec_message .message .title .title_03.show .title_02_upper, .sec_message .message .title .title_03.show .title_03_upper {
      background-position: 0 0; }
    .sec_message .message .title .title_01.show .title_01_lower, .sec_message .message .title .title_01.show .title_02_lower, .sec_message .message .title .title_01.show .title_03_lower, .sec_message .message .title .title_02.show .title_01_lower, .sec_message .message .title .title_02.show .title_02_lower, .sec_message .message .title .title_02.show .title_03_lower, .sec_message .message .title .title_03.show .title_01_lower, .sec_message .message .title .title_03.show .title_02_lower, .sec_message .message .title .title_03.show .title_03_lower {
      background-position: 0 100%; }

.sec_message .rim_photo {
  height: 0;
  bottom: 80px;
  transition: all 0.4s cubic-bezier(0.92, 0.46, 0.34, 0.8); }
  @media screen and (max-width: 639px) {
    .sec_message .rim_photo {
      bottom: 85px; } }
  .sec_message .rim_photo.show {
    height: 100%;
    bottom: -710px; }
    @media screen and (max-width: 639px) {
      .sec_message .rim_photo.show {
        bottom: -705px; } }

.sec_message .img_rim .img_rim_bg.show {
  opacity: 1; }

.sec_message .img_rim .img_rim_01 {
  background-position: 600px 0;
  transition: all 0.7s cubic-bezier(0.39, 0.47, 0.49, -0.09); }
  .sec_message .img_rim .img_rim_01.show {
    background-position: 0 0; }
  .sec_message .img_rim .img_rim_01.hide {
    transition: none;
    opacity: 0; }

.sec_message .img_rim .img_rim_02 {
  background-position: 600px -28px;
  transition: all 0.9s cubic-bezier(0.39, 0.47, 0.49, -0.09); }
  .sec_message .img_rim .img_rim_02.show {
    background-position: 0 -28px; }
  .sec_message .img_rim .img_rim_02.hide {
    transition: none;
    opacity: 0; }

.sec_message .img_rim .img_rim_03 {
  background-position: 600px -56px;
  transition: all 0.7s cubic-bezier(0.39, 0.47, 0.49, -0.09); }
  .sec_message .img_rim .img_rim_03.show {
    background-position: 0 -56px; }
  .sec_message .img_rim .img_rim_03.hide {
    transition: none;
    opacity: 0; }

.sec_message .img_rim .img_rim_04 {
  background-position: 600px -84px;
  transition: all 0.9s cubic-bezier(0.39, 0.47, 0.49, -0.09); }
  .sec_message .img_rim .img_rim_04.show {
    background-position: 0 -84px; }
  .sec_message .img_rim .img_rim_04.hide {
    transition: none;
    opacity: 0; }

.sec_message .img_rim .img_rim_05 {
  background-position: 600px -112px;
  transition: all 0.7s cubic-bezier(0.39, 0.47, 0.49, -0.09); }
  .sec_message .img_rim .img_rim_05.show {
    background-position: 0 -112px; }
  .sec_message .img_rim .img_rim_05.hide {
    transition: none;
    opacity: 0; }

.sec_message .img_rim .img_rim_06 {
  background-position: 600px -140px;
  transition: all 0.8s cubic-bezier(0.39, 0.47, 0.49, -0.09); }
  .sec_message .img_rim .img_rim_06.show {
    background-position: 0 -140px; }
  .sec_message .img_rim .img_rim_06.hide {
    transition: none;
    opacity: 0; }

.sec_message .img_rim .img_rim_07 {
  background-position: 600px -168px;
  transition: all 1s cubic-bezier(0.39, 0.47, 0.49, -0.09); }
  .sec_message .img_rim .img_rim_07.show {
    background-position: 0 -168px; }
  .sec_message .img_rim .img_rim_07.hide {
    transition: none;
    opacity: 0; }

.sec_message .img_rim .img_rim_08 {
  background-position: 600px -196px;
  transition: all 0.9s cubic-bezier(0.39, 0.47, 0.49, -0.09); }
  .sec_message .img_rim .img_rim_08.show {
    background-position: 0 -196px; }
  .sec_message .img_rim .img_rim_08.hide {
    transition: none;
    opacity: 0; }

.sec_message .img_rim .img_rim_09 {
  background-position: 600px -224px;
  transition: all 0.7s cubic-bezier(0.39, 0.47, 0.49, -0.09); }
  .sec_message .img_rim .img_rim_09.show {
    background-position: 0 -224px; }
  .sec_message .img_rim .img_rim_09.hide {
    transition: none;
    opacity: 0; }

.sec_message .img_rim .img_rim_10 {
  background-position: 600px -252px;
  transition: all 0.8s cubic-bezier(0.39, 0.47, 0.49, -0.09); }
  .sec_message .img_rim .img_rim_10.show {
    background-position: 0 -252px; }
  .sec_message .img_rim .img_rim_10.hide {
    transition: none;
    opacity: 0; }

.sec_message .img_rim .img_rim_11 {
  background-position: 600px -280px;
  transition: all 0.7s cubic-bezier(0.39, 0.47, 0.49, -0.09); }
  .sec_message .img_rim .img_rim_11.show {
    background-position: 0 -280px; }
  .sec_message .img_rim .img_rim_11.hide {
    transition: none;
    opacity: 0; }

.sec_message .img_rim .img_rim_12 {
  background-position: 600px -308px;
  transition: all 0.8s cubic-bezier(0.39, 0.47, 0.49, -0.09); }
  .sec_message .img_rim .img_rim_12.show {
    background-position: 0 -308px; }
  .sec_message .img_rim .img_rim_12.hide {
    transition: none;
    opacity: 0; }

.sec_message .img_rim .img_rim_13 {
  background-position: 600px -336px;
  transition: all 0.9s cubic-bezier(0.39, 0.47, 0.49, -0.09); }
  .sec_message .img_rim .img_rim_13.show {
    background-position: 0 -336px; }
  .sec_message .img_rim .img_rim_13.hide {
    transition: none;
    opacity: 0; }

.sec_message .img_rim .img_rim_14 {
  background-position: 600px -364px;
  transition: all 0.8s cubic-bezier(0.39, 0.47, 0.49, -0.09); }
  .sec_message .img_rim .img_rim_14.show {
    background-position: 0 -364px; }
  .sec_message .img_rim .img_rim_14.hide {
    transition: none;
    opacity: 0; }

.sec_message .img_rim .img_rim_15 {
  background-position: 600px -392px;
  transition: all 1s cubic-bezier(0.39, 0.47, 0.49, -0.09); }
  .sec_message .img_rim .img_rim_15.show {
    background-position: 0 -392px; }
  .sec_message .img_rim .img_rim_15.hide {
    transition: none;
    opacity: 0; }

.sec_message .img_rim .img_rim_16 {
  background-position: 600px -420px;
  transition: all 0.9s cubic-bezier(0.39, 0.47, 0.49, -0.09); }
  .sec_message .img_rim .img_rim_16.show {
    background-position: 0 -420px; }
  .sec_message .img_rim .img_rim_16.hide {
    transition: none;
    opacity: 0; }

.sec_message .img_rim .img_rim_17 {
  background-position: 600px -448px;
  transition: all 1s cubic-bezier(0.39, 0.47, 0.49, -0.09); }
  .sec_message .img_rim .img_rim_17.show {
    background-position: 0 -448px; }
  .sec_message .img_rim .img_rim_17.hide {
    transition: none;
    opacity: 0; }

.sec_message .img_rim .img_rim_18 {
  background-position: 600px -476px;
  transition: all 0.9s cubic-bezier(0.39, 0.47, 0.49, -0.09); }
  .sec_message .img_rim .img_rim_18.show {
    background-position: 0 -476px; }
  .sec_message .img_rim .img_rim_18.hide {
    transition: none;
    opacity: 0; }

.sec_message .img_rim .img_rim_19 {
  background-position: 600px -504px;
  transition: all 0.7s cubic-bezier(0.39, 0.47, 0.49, -0.09); }
  .sec_message .img_rim .img_rim_19.show {
    background-position: 0 -504px; }
  .sec_message .img_rim .img_rim_19.hide {
    transition: none;
    opacity: 0; }

.sec_message .img_rim .img_rim_20 {
  background-position: 600px -532px;
  transition: all 0.9s cubic-bezier(0.39, 0.47, 0.49, -0.09); }
  .sec_message .img_rim .img_rim_20.show {
    background-position: 0 -532px; }
  .sec_message .img_rim .img_rim_20.hide {
    transition: none;
    opacity: 0; }

.sec_message .img_rim .img_rim_21 {
  background-position: 600px -560px;
  transition: all 1s cubic-bezier(0.39, 0.47, 0.49, -0.09); }
  .sec_message .img_rim .img_rim_21.show {
    background-position: 0 -560px; }
  .sec_message .img_rim .img_rim_21.hide {
    transition: none;
    opacity: 0; }

.sec_message .img_rim .img_rim_22 {
  background-position: 600px -588px;
  transition: all 0.8s cubic-bezier(0.39, 0.47, 0.49, -0.09); }
  .sec_message .img_rim .img_rim_22.show {
    background-position: 0 -588px; }
  .sec_message .img_rim .img_rim_22.hide {
    transition: none;
    opacity: 0; }

.sec_message .img_rim .img_rim_23 {
  background-position: 600px -616px;
  transition: all 0.7s cubic-bezier(0.39, 0.47, 0.49, -0.09); }
  .sec_message .img_rim .img_rim_23.show {
    background-position: 0 -616px; }
  .sec_message .img_rim .img_rim_23.hide {
    transition: none;
    opacity: 0; }

.sec_message .img_rim .img_rim_24 {
  background-position: 600px -644px;
  transition: all 0.9s cubic-bezier(0.39, 0.47, 0.49, -0.09); }
  .sec_message .img_rim .img_rim_24.show {
    background-position: 0 -644px; }
  .sec_message .img_rim .img_rim_24.hide {
    transition: none;
    opacity: 0; }

.sec_message .img_rim .img_rim_25 {
  background-position: 600px -672px;
  transition: all 0.7s cubic-bezier(0.39, 0.47, 0.49, -0.09); }
  .sec_message .img_rim .img_rim_25.show {
    background-position: 0 -672px; }
  .sec_message .img_rim .img_rim_25.hide {
    transition: none;
    opacity: 0; }

.sec_message .img_rim .img_rim_26 {
  background-position: 600px -700px;
  transition: all 1s cubic-bezier(0.39, 0.47, 0.49, -0.09); }
  .sec_message .img_rim .img_rim_26.show {
    background-position: 0 -700px; }
  .sec_message .img_rim .img_rim_26.hide {
    transition: none;
    opacity: 0; }

.sec_biography .profile .name .name_01, .sec_biography .profile .name .name_02, .sec_biography .profile .name .name_03, .sec_biography .profile .name .name_04 {
  opacity: 0; }
  .sec_biography .profile .name .name_01 .name_01_upper, .sec_biography .profile .name .name_01 .name_02_upper, .sec_biography .profile .name .name_01 .name_03_upper, .sec_biography .profile .name .name_01 .name_04_upper, .sec_biography .profile .name .name_02 .name_01_upper, .sec_biography .profile .name .name_02 .name_02_upper, .sec_biography .profile .name .name_02 .name_03_upper, .sec_biography .profile .name .name_02 .name_04_upper, .sec_biography .profile .name .name_03 .name_01_upper, .sec_biography .profile .name .name_03 .name_02_upper, .sec_biography .profile .name .name_03 .name_03_upper, .sec_biography .profile .name .name_03 .name_04_upper, .sec_biography .profile .name .name_04 .name_01_upper, .sec_biography .profile .name .name_04 .name_02_upper, .sec_biography .profile .name .name_04 .name_03_upper, .sec_biography .profile .name .name_04 .name_04_upper {
    transition: all 0.5s cubic-bezier(0.25, 1, 0.45, 1);
    background-position: 400px 0; }
  .sec_biography .profile .name .name_01 .name_01_lower, .sec_biography .profile .name .name_01 .name_02_lower, .sec_biography .profile .name .name_01 .name_03_lower, .sec_biography .profile .name .name_01 .name_04_lower, .sec_biography .profile .name .name_02 .name_01_lower, .sec_biography .profile .name .name_02 .name_02_lower, .sec_biography .profile .name .name_02 .name_03_lower, .sec_biography .profile .name .name_02 .name_04_lower, .sec_biography .profile .name .name_03 .name_01_lower, .sec_biography .profile .name .name_03 .name_02_lower, .sec_biography .profile .name .name_03 .name_03_lower, .sec_biography .profile .name .name_03 .name_04_lower, .sec_biography .profile .name .name_04 .name_01_lower, .sec_biography .profile .name .name_04 .name_02_lower, .sec_biography .profile .name .name_04 .name_03_lower, .sec_biography .profile .name .name_04 .name_04_lower {
    transition: all 0.65s cubic-bezier(0.25, 1, 0.45, 1);
    background-position: 400px 100%; }
  .sec_biography .profile .name .name_01.show, .sec_biography .profile .name .name_02.show, .sec_biography .profile .name .name_03.show, .sec_biography .profile .name .name_04.show {
    opacity: 1; }
    .sec_biography .profile .name .name_01.show .name_01_upper, .sec_biography .profile .name .name_01.show .name_02_upper, .sec_biography .profile .name .name_01.show .name_03_upper, .sec_biography .profile .name .name_01.show .name_04_upper, .sec_biography .profile .name .name_02.show .name_01_upper, .sec_biography .profile .name .name_02.show .name_02_upper, .sec_biography .profile .name .name_02.show .name_03_upper, .sec_biography .profile .name .name_02.show .name_04_upper, .sec_biography .profile .name .name_03.show .name_01_upper, .sec_biography .profile .name .name_03.show .name_02_upper, .sec_biography .profile .name .name_03.show .name_03_upper, .sec_biography .profile .name .name_03.show .name_04_upper, .sec_biography .profile .name .name_04.show .name_01_upper, .sec_biography .profile .name .name_04.show .name_02_upper, .sec_biography .profile .name .name_04.show .name_03_upper, .sec_biography .profile .name .name_04.show .name_04_upper {
      background-position: 0 0; }
    .sec_biography .profile .name .name_01.show .name_01_lower, .sec_biography .profile .name .name_01.show .name_02_lower, .sec_biography .profile .name .name_01.show .name_03_lower, .sec_biography .profile .name .name_01.show .name_04_lower, .sec_biography .profile .name .name_02.show .name_01_lower, .sec_biography .profile .name .name_02.show .name_02_lower, .sec_biography .profile .name .name_02.show .name_03_lower, .sec_biography .profile .name .name_02.show .name_04_lower, .sec_biography .profile .name .name_03.show .name_01_lower, .sec_biography .profile .name .name_03.show .name_02_lower, .sec_biography .profile .name .name_03.show .name_03_lower, .sec_biography .profile .name .name_03.show .name_04_lower, .sec_biography .profile .name .name_04.show .name_01_lower, .sec_biography .profile .name .name_04.show .name_02_lower, .sec_biography .profile .name .name_04.show .name_03_lower, .sec_biography .profile .name .name_04.show .name_04_lower {
      background-position: 0 100%; }

.sec_biography .profile .txt {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  transition: all .4s ease-out; }
  .sec_biography .profile .txt.show {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.sec_supported .biography-photo img {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.17, 0.59, 0.33, 0.86);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%; }

.sec_supported .biography-photo.show img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }

.sec_gameresult .container_title .title .title_01, .sec_gameresult .container_title .title .title_02 {
  opacity: 0; }
  .sec_gameresult .container_title .title .title_01 .title_01_upper, .sec_gameresult .container_title .title .title_01 .title_02_upper, .sec_gameresult .container_title .title .title_02 .title_01_upper, .sec_gameresult .container_title .title .title_02 .title_02_upper {
    transition: all 0.5s cubic-bezier(0.25, 1, 0.45, 1);
    background-position: 400px 0; }
  .sec_gameresult .container_title .title .title_01 .title_01_lower, .sec_gameresult .container_title .title .title_01 .title_02_lower, .sec_gameresult .container_title .title .title_02 .title_01_lower, .sec_gameresult .container_title .title .title_02 .title_02_lower {
    transition: all 0.65s cubic-bezier(0.25, 1, 0.45, 1);
    background-position: 400px 100%; }
  .sec_gameresult .container_title .title .title_01.show, .sec_gameresult .container_title .title .title_02.show {
    opacity: 1; }
    .sec_gameresult .container_title .title .title_01.show .title_01_upper, .sec_gameresult .container_title .title .title_01.show .title_02_upper, .sec_gameresult .container_title .title .title_02.show .title_01_upper, .sec_gameresult .container_title .title .title_02.show .title_02_upper {
      background-position: 0 0; }
    .sec_gameresult .container_title .title .title_01.show .title_01_lower, .sec_gameresult .container_title .title .title_01.show .title_02_lower, .sec_gameresult .container_title .title .title_02.show .title_01_lower, .sec_gameresult .container_title .title .title_02.show .title_02_lower {
      background-position: 0 100%; }

.sec_gameresult .container_award::before {
  transition: all .2s linear;
  height: 0px; }

.sec_gameresult .container_award.show::before {
  height: calc(100% + 400px); }
  @media screen and (max-width: 639px) {
    .sec_gameresult .container_award.show::before {
      height: calc(100% + 190px); } }

.sec_gameresult .award_list {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  transition: all .4s ease-out; }
  .sec_gameresult .award_list.show {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.sec_otherpartner .container_other .other_inner .title .title_01, .sec_otherpartner .container_other .other_inner .title .title_02, .sec_otherpartner .container_other .other_inner .title .title_03 {
  opacity: 0; }
  .sec_otherpartner .container_other .other_inner .title .title_01 .title_01_upper, .sec_otherpartner .container_other .other_inner .title .title_01 .title_02_upper, .sec_otherpartner .container_other .other_inner .title .title_01 .title_03_upper, .sec_otherpartner .container_other .other_inner .title .title_02 .title_01_upper, .sec_otherpartner .container_other .other_inner .title .title_02 .title_02_upper, .sec_otherpartner .container_other .other_inner .title .title_02 .title_03_upper, .sec_otherpartner .container_other .other_inner .title .title_03 .title_01_upper, .sec_otherpartner .container_other .other_inner .title .title_03 .title_02_upper, .sec_otherpartner .container_other .other_inner .title .title_03 .title_03_upper {
    transition: all 0.5s cubic-bezier(0.25, 1, 0.45, 1);
    background-position: 400px 0; }
  .sec_otherpartner .container_other .other_inner .title .title_01 .title_01_lower, .sec_otherpartner .container_other .other_inner .title .title_01 .title_02_lower, .sec_otherpartner .container_other .other_inner .title .title_01 .title_03_lower, .sec_otherpartner .container_other .other_inner .title .title_02 .title_01_lower, .sec_otherpartner .container_other .other_inner .title .title_02 .title_02_lower, .sec_otherpartner .container_other .other_inner .title .title_02 .title_03_lower, .sec_otherpartner .container_other .other_inner .title .title_03 .title_01_lower, .sec_otherpartner .container_other .other_inner .title .title_03 .title_02_lower, .sec_otherpartner .container_other .other_inner .title .title_03 .title_03_lower {
    transition: all 0.65s cubic-bezier(0.25, 1, 0.45, 1);
    background-position: 400px 100%; }
  .sec_otherpartner .container_other .other_inner .title .title_01.show, .sec_otherpartner .container_other .other_inner .title .title_02.show, .sec_otherpartner .container_other .other_inner .title .title_03.show {
    opacity: 1; }
    .sec_otherpartner .container_other .other_inner .title .title_01.show .title_01_upper, .sec_otherpartner .container_other .other_inner .title .title_01.show .title_02_upper, .sec_otherpartner .container_other .other_inner .title .title_01.show .title_03_upper, .sec_otherpartner .container_other .other_inner .title .title_02.show .title_01_upper, .sec_otherpartner .container_other .other_inner .title .title_02.show .title_02_upper, .sec_otherpartner .container_other .other_inner .title .title_02.show .title_03_upper, .sec_otherpartner .container_other .other_inner .title .title_03.show .title_01_upper, .sec_otherpartner .container_other .other_inner .title .title_03.show .title_02_upper, .sec_otherpartner .container_other .other_inner .title .title_03.show .title_03_upper {
      background-position: 0 0; }
    .sec_otherpartner .container_other .other_inner .title .title_01.show .title_01_lower, .sec_otherpartner .container_other .other_inner .title .title_01.show .title_02_lower, .sec_otherpartner .container_other .other_inner .title .title_01.show .title_03_lower, .sec_otherpartner .container_other .other_inner .title .title_02.show .title_01_lower, .sec_otherpartner .container_other .other_inner .title .title_02.show .title_02_lower, .sec_otherpartner .container_other .other_inner .title .title_02.show .title_03_lower, .sec_otherpartner .container_other .other_inner .title .title_03.show .title_01_lower, .sec_otherpartner .container_other .other_inner .title .title_03.show .title_02_lower, .sec_otherpartner .container_other .other_inner .title .title_03.show .title_03_lower {
      background-position: 0 100%; }

.sec_otherpartner .container_other .other_inner .link_box .link_list {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  transition: all .4s ease-out; }
  .sec_otherpartner .container_other .other_inner .link_box .link_list.show {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'ヒラギノ角ゴシック Pro','Hiragino Kaku Gothic Pro','游ゴシック体','Yu Gothic','メイリオ','Meiryo','Osaka','ＭＳ Ｐゴシック','MS PGothic',sans-serif; }

.bg-white-wrap {
  background-color: #fff; }

.content_wrap {
  color: #fff;
  min-width: 1200px;
  width: 100%;
  position: relative;
  overflow-x: hidden; }
  @media screen and (max-width: 639px) {
    .content_wrap {
      min-width: auto;
      width: 100%;
      margin: 0 auto;
      overflow: hidden; } }

.anchor {
  position: relative; }

#message {
  top: -70px; }
  @media screen and (max-width: 639px) {
    #message {
      top: -70px; } }

#biography {
  top: -70px; }
  @media screen and (max-width: 639px) {
    #biography {
      top: -20px; } }

#supported {
  top: -70px; }
  @media screen and (max-width: 639px) {
    #supported {
      top: -45px; } }

#result {
  top: -70px; }
  @media screen and (max-width: 639px) {
    #result {
      top: -36px; } }
