@charset "UTF-8";
/* ===================================================================
  use toppage
=================================================================== */
/* CSS Document */
/* 画像サイズ調整 ---------------------------------------------------------------------------*/
/* フォントサイズ調整 ---------------------------------------------------------------------------*/
/* ブレークポイント ---------------------------------------------------------------------------*/
/*__ color _______________________*/
/*__ parts _______________________*/
/*---------------------------------------------------------------------------*/
body {
  overflow-x: hidden;
}
@media screen and (min-width: 768px), print {
  .foot_bnr {
    display: none;
  }
  .section {
    width: 100%;
    min-height: 750px;
    text-align: center;
  }
  .section h2 {
    font-size: 3.2rem;
    font-weight: normal;
    letter-spacing: .6em;
    font-family: '游明朝体', 'Yu Mincho', YuMincho;
  }
  .section .icon_scroll {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 60px;
  }
  .icon_scroll {
    width: 40px;
    height: 30px;
    position: absolute;
    z-index: 9;
    -webkit-animation: anim_scroll 1.2s ease 0s infinite alternate;
    -moz-animation: anim_scroll 1.2s ease 0s infinite alternate;
    animation: anim_scroll 1.2s ease 0s infinite alternate;
    -ms-animation: anim_scroll 1.2s ease 0s infinite alternate;
  }
  .icon_scroll a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .icon_scroll a:after {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    margin-top: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../common/images/arrow_white_bottom.png");
    -moz-background-size: auto 100%;
    background-size: auto 100%;
  }
  .icon_scroll.rev a:after {
    background-image: url("../common/images/arrow_gray_bottom.png");
  }
  .lede_section {
    padding-top: 170px;
  }
  .lede_section h2 {
    color: #3e3a39;
    margin-bottom: 25px;
  }
  .lede_section .catch {
    font-size: 1.6rem;
    color: #221815;
    letter-spacing: .4em;
    line-height: 2;
    font-family: '游明朝体', 'Yu Mincho', YuMincho;
  }
  .lede_section .comingSoon {
    padding-top: 90px;
  }
  .lede_section .btn {
    font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic;
    width: 520px;
    margin-top: 55px;
  }
  .fix_section {
    position: relative;
    min-height: 750px;
    padding-top: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -moz-background-size: cover;
    background-size: cover;
  }
  .fix_section h2 {
    width: 100%;
    height: 100px;
    line-height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff;
    background-color: rgba(35, 31, 32, 0.8);
  }
  .main {
    width: 100%;
    position: relative;
  }
  .main .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .main .slick-dots {
    bottom: 0;
  }
  .main .slick-dots li {
    margin: 0 1px;
  }
  .main .slick-dots li button:before {
    width: 10px;
    height: 10px;
    content: '';
    background-color: #fff;
    opacity: 1;
  }
  .main .slick-dots li.slick-active button:before {
    background-color: #fff100;
  }
  .main .slick-prev,
  .main .slick-next {
    width: 25px;
    height: 45px;
    z-index: 999;
    -webkit-transform: translate(0, -50px);
    -moz-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px);
    top: 50%;
    margin-top: -22px;
  }
  .main .slick-prev:before,
  .main .slick-next:before {
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    opacity: 1;
    content: '';
    display: block;
    width: 25px;
    height: 45px;
    z-index: 99;
  }
  .main .slick-prev {
    left: 35px;
  }
  .main .slick-prev:before {
    background-image: url("../common/images/slide_prev.png");
  }
  .main .slick-next {
    right: 35px;
  }
  .main .slick-next:before {
    background-image: url("../common/images/slide_next.png");
  }

  #mv202404 {
    padding: 210px 0;
    background-color: #f3f3f3;
  }
  #mv202404 .inner {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 750px;
    font-size: 0;
  }
  #mv202404 .inner h1 {
    margin: 0 102px 46px 0;
    width: 394px;
  }
  #mv202404 .inner .link {
    width: 246px;
  }

  #mv202304 {
    padding: 142px 0 155px;
    background-color: #f3f3f3;
  }
  #mv202304 .inner {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 680px;
    font-size: 0;
  }
  #mv202304 .inner h1 {
    margin: 0 106px 46px 0;
    width: 390px;
  }
  #mv202304 .inner .link {
    width: 182px;
  }

  #mv20201030 {
    position: relative;
    overflow: hidden;
  }
  #mv20201030 .base {
    display: block;
    z-index: 1;
  }
  #mv20201030 .txt01 {
    padding-top: 8.33%;
    display: block;
    position: absolute;
    top: 0;
    left: 10.94%;
    width: 39.06%;
    z-index: 2;
    transition: 1s;
    transition-delay: 0;
    opacity: 0;
    transform: translate(-200px, 0);
  }
  #mv20201030 .txt02 {
    padding-top: 12.31%;
    display: block;
    position: absolute;
    top: 0;
    left: 10.94%;
    width: 39.06%;
    z-index: 2;
    transition: 1s;
    transition-delay: .2s;
    opacity: 0;
    transform: translate(-200px, 0);
  }
  #mv20201030 .txt03 {
    padding-top: 22.39%;
    display: block;
    position: absolute;
    top: 0;
    left: 10.94%;
    width: 39.06%;
    z-index: 2;
    transition: 1s;
    transition-delay: .4s;
    opacity: 0;
    transform: translate(-200px, 0);
  }
  #mv20201030 .txt04 {
    padding-top: 43%;
    display: block;
    position: absolute;
    top: 0;
    left: 11.94%;
    width: 78%;
    z-index: 2;
    transition: 1s;
    transition-delay: .4s;
    opacity: 0;
    transform: translate(0, 200px);
  }
  #mv20201030.out .txt01,
  #mv20201030.out .txt02,
  #mv20201030.out .txt03,
  #mv20201030.out .txt04 {
    opacity: 1;
    transform: translate(0, 0);
  }

  #mv20201030 a,
  #mv20201030 a img {
    opacity: 1 !important;
  }
  #mv20201030 img {
    width: 100%;
  }

  #mv60th {
    padding: 180px 0;
    border: 9px #e60213;
    border-style: none solid solid;
  }
  #mv60th .mv60thInner {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 806px;
  }
  #mv60th .mv60thInner .top {
    width: 43.3%;
  }
  #mv60th .mv60thInner .top .head { margin-bottom: 11.46%;}
  #mv60th .mv60thInner .top .btn { margin-left: 42.69%;}
  #mv60th .mv60thInner .detail {
    padding: 3% 0;
    border: 1px solid #e60213;
    width: 42.8%;
  }
  #mv60th .mv60thInner .detail p {
    margin-left: -5%;
    padding: 5% 0;
    width: 110%;
    line-height: 2;
    color: #e60213;
    background-color: #fff;
    text-align: center;
  }

  #mv202203 {
    padding: 220px 0;
    position: relative;
    overflow: hidden;
    background-color: #fff;
  }
  #mv202203 .layout {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  #mv202203 .layout .text {
    width: 280px;
  }
  /* #mv202203 .layout .link {
    padding-top: 96px;
    display: block;
    width: 326px;
  } */
  #mv202203 .layout .links {
    margin-left: auto;
    margin-right: auto;
    width: 1080px;
    margin-top: 40px;
  }
  #mv202203 .layout .links .link {
    display: flex;
    align-items: center;
    width: 220px;
    margin-left: auto;
    font-size: 24px;
    font-weight: bold;
    color: #000;
  }
  #mv202203 .layout .links .link:first-child {
    margin-bottom: .7em;
  }
  #mv202203 .layout .links .link::after {
    content: "";
    width: 60px;
    height: 6px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: skew(45deg);
    margin-top: -4px;
    margin-left: 8px;
  }
  #mv202203 .title {
    position: absolute;
    top: 38%;
    left: 0;
    width: 3980px;
    height: 69px;
    z-index: 1;
    animation: translate 80s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  @keyframes translate {
    0%    { transform: translate(0px, 0px);}
    100%  { transform: translate(-1990px, 0px);}
  }
  @-webkit-keyframes translate {
    0%    { -webkit-transform: translate(0px, 0px);}
    100%  { -webkit-transform: translate(-1990px, 0px);}
  }
  @-moz-keyframes translate {
    0%    { transform: translate(0px, 0px);}
    100%  { transform: translate(-1990px, 0px);}
  }

  #mvSlider img {
    width: 100%;
  }

  #mvSingleImage img {
    width: 100%;
  }

  #mv202206 {
    background-color: #f3f3f3;
  }

  #mv202206 .layout {
    margin: 0 auto;
    padding: 230px 0;
    width: 930px;
  }

  /*.mv {*/
  /*  background: url(../images/mv_pc.jpg) center top no-repeat;*/
  /*  background-size: 100%;*/
  /*}*/
  /*.mv .mvInner {*/
  /*  margin: 0 auto;*/
  /*  padding: 150px 0 235px;*/
  /*  width: 1080px;*/
  /*}*/
  /*.mv .mvInner .ttl {*/
  /*  margin: 0 0 70px 58px;*/
  /*  width: 558px;*/
  /*  font-weight: bold;*/
  /*  font-size: 15px;*/
  /*  text-align: center;*/
  /*}*/
  /*.mv .mvInner .postponement {*/
  /*  margin-bottom: 70px;*/
  /*  width: 700px;*/
  /*  text-align: center;*/
  /*}*/
  /*.mv .mvInner .postponement .a {*/
  /*  margin-bottom: 30px;*/
  /*  line-height: 1.616;*/
  /*  font-size: 26px;*/
  /*}*/
  /*.mv .mvInner .postponement .c {*/
  /*  margin-bottom: 50px;*/
  /*  line-height: 1.616;*/
  /*}*/
  /*.mv .mvInner .postponement .c span {*/
  /*  padding: .8em 2em;*/
  /*  border: 1px solid #6e6d6f;*/
  /*  display: inline-block;*/
  /*  font-size: 19px;*/
  /*}*/
  /*.mv .mvInner .postponement .c span em {*/
  /*  font-weight: bold;*/
  /*}*/
  /*.mv .mvInner .postponement .d {*/
  /*  font-size: 14px;*/
  /*  text-decoration: underline;*/
  /*}*/
  /*.mv .mvInner .countDown .end {*/
  /*  margin: 0 0 15px 58px;*/
  /*  padding: .7em 0;*/
  /*  border-radius: 30px;*/
  /*  width: 558px;*/
  /*  line-height: 1;*/
  /*  color: #fff;*/
  /*  background-color: #484848;*/
  /*  font-size: 20px;*/
  /*  text-align: center;*/
  /*}*/
  /*.mv .mvInner .countDown .outline {*/
  /* !* padding-left: 58px; *!*/
  /*  padding-left: 110px;*/
  /*  font-family: 'Alata';*/
  /*  font-size: 24px;*/
  /*}*/
  /*.mv .mvInner .countDown .outline span {*/
  /*  font-size: 60px;*/
  /*}*/

  /*スライダーに変更*/
  .mv .slick-dots li button:before {
    font-size: 44px !important;
  }

  .mv-01 {
    background: url(../images/mv_pc.jpg) center top no-repeat;
    background-size: 100%;
    height: 700px;
  }
  .mv-01 .mvInner {
    margin: 0 auto;
    padding: 150px 0 235px;
    width: 1080px;
  }
  .mv-01 .mvInner .ttl {
    margin: 0 0 70px 58px;
    width: 558px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
  }
  .mv-01 .mvInner .postponement {
    margin-bottom: 70px;
    width: 700px;
    text-align: center;
  }
  .mv-01 .mvInner .postponement .a {
    margin-bottom: 30px;
    line-height: 1.616;
    font-size: 26px;
  }
  .mv-01 .mvInner .postponement .c {
    margin-bottom: 50px;
    line-height: 1.616;
  }
  .mv-01 .mvInner .postponement .c span {
    padding: .8em 2em;
    border: 1px solid #6e6d6f;
    display: inline-block;
    font-size: 19px;
  }
  .mv-01 .mvInner .postponement .c span em {
    font-weight: bold;
  }
  .mv-01 .mvInner .postponement .d {
    font-size: 14px;
    text-decoration: underline;
  }
  .mv-01 .mvInner .countDown .end {
    margin: 0 0 15px 58px;
    padding: .7em 0;
    border-radius: 30px;
    width: 558px;
    line-height: 1;
    color: #fff;
    background-color: #484848;
    font-size: 20px;
    text-align: center;
  }

  .mv-02 {
    background: url(../images/mv02_pc.png) center center no-repeat;
    background-size: cover;
    height: 700px;
  }

  .mv-03 {
    background: url(../images/finalist_2020_pc.jpg) center center no-repeat;
    background-size: cover;
    height: 700px;
  }

  /* 2020 */
  .bl_mv {
    background-image: url("../images/mv_bg_pc.png");
    background-size: cover;
    background-position: center;
  }
  .mv_inner {
    padding-top: 12vh;
    padding-bottom: 16vh;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  .bl_mv .mv_ttlWrapper {
    padding-top: 40px;
    padding-right: 3vw;
    border-top: 2px solid #fff;
  }
  .bl_mv .mv_ttl img {
    max-width: 403px;
    width: 50vw;
  }
  .bl_mv .mv_btnUnit {
    padding-top: 60px;
    padding-left: 10vw;
  }
  .bl_mv .mv_btnUnit img {
    max-width: 260px;
    width: 35vw;
  }
  .bl_mv .mv_btnUnit .mv_btn_requirements {
    display: block;
    margin-bottom: 54px;
  }
  .bl_mv .mv_btnUnit .mv_btn_juries {
    display: block;
  }
  .bl_mv .mv_logo {
    margin-top: auto;
    margin-left: 5vw;
  }
  .bl_mv .mv_line {
      width: 50%;
      background-color: #fff;
      display: inline-block;
      height: 2px;
      margin-top: 8vh;
  }

  .intro {
    padding-top: 120px;
  }
  .intro h2 {
    margin: 0 auto 20px;
  }
  .intro h2 img {
    width: 278px;
    height: auto;
  }
  .intro .content_box {
    padding-bottom: 215px;
  }
  .intro .soon {
    margin-top: 100px;
  }
  .intro .fes_list li .icon_outer .icon {
    padding-top: 48px;
  }
  .intro .fes_list li .icon_outer .icon--filmcraft {
    padding-top: 44px;
  }
  .intro .fes_list li .icon_outer .icon img {
    /* height: 56px; */
    height: 68px;
  }
  .intro .fes_list li .icon_outer .icon--filmcraft img {
    /* height: 64px; */
    height: 76px;
  }
  .comingSoonSection {
    padding-top: 200px;
  }
  .twinBnr {
    padding-top: 0;
    position: relative;
    min-height: 520px;
    z-index: 10;
  }
  .twinBnr .inner {
    max-width: 100%;
    width: 1388px;
  }
  .twinBnr .bnr {
    margin: 0 auto;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 1s 0s ease, -webkit-transform 1s 0s ease;
    transition: opacity 1s 0s ease, -webkit-transform 1s 0s ease;
    -moz-transition: transform 1s 0s ease, opacity 1s 0s ease, -moz-transform 1s 0s ease;
    transition: transform 1s 0s ease, opacity 1s 0s ease;
    transition: transform 1s 0s ease, opacity 1s 0s ease, -webkit-transform 1s 0s ease, -moz-transform 1s 0s ease;
    text-align: center;
    display: table;
    width: 100%;
    width: auto;
  }
  .twinBnr .bnr > * {
    display: table-cell;
    vertical-align: middle;
  }
  .twinBnr .bnr.up {
    -webkit-transform: translate(0, -50px);
    -moz-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px);
    opacity: 1;
  }
  .twinBnr .bnr.down {
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
    opacity: 1;
  }
  .twinBnr .bnr li {
    padding: 0 24px;
    margin: auto;
    vertical-align: top;
  }
  .twinBnr .bnr li a {
    -moz-box-shadow: 1px 1.7px 12px rgba(12, 4, 7, 0.25);
    box-shadow: 1px 1.7px 12px rgba(12, 4, 7, 0.25);
    padding-top: 164px;
    display: block;
    width: 300px;
  }
  .twinBnr .bnr li a.end {
    pointer-events: none;
  }
  .twinBnr .bnr li a.end:hover {
    opacity: 1;
  }
  .twinBnr .bnr li a.end .layout::before {
    display: none;
  }
  .twinBnr .bnr li a.end .layout::after {
    display: none;
  }
  .twinBnr .bnr li.fes2025 a {
    background: url(../images/twin-bnr_fes2025.png) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.juries2025 a {
    background: url(../images/twin-bnr_juries2025.jpg?v=2) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.schedule2025 a {
    background: url(../images/twin-bnr_schedule2025.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.nenkan2024 a {
    background: url(../images/twin-bnr_nenkan2024.png) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.allReview2024 a {
    background: url(../images/twin-bnr_review2024.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.bcReview2024 a {
    background: url(../images/twin-bnr_bc_review2024.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.designReview2024 a {
    background: url(../images/twin-bnr_design_review2024.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.schedule2024 a {
    background: url(../images/twin-bnr_schedule2024.png) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.nenkan2023 a {
    background: url(../images/twin-bnr_nenkan2023.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.juriesReview2023 a {
    background: url(../images/twin-bnr_juries-review2023.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.ciReview a {
    background: url(../images/twin-bnr_ci-review.png) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.juriesReview a {
    background: url(../images/twin-bnr_juries-review.png) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.designReview a {
    background: url(../images/twin-bnr_design-review.png) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.bcReview a {
    background: url(../images/twin-bnr_bc-review.png) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.zowawa a {
    background: url(../images/twin-bnr_zowawa.png) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.fes2023 a {
    background: url(../images/twin-bnr_fes2023.png) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.outline a {
    background: url(../images/twin-bnr_outline.png) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }

  .twinBnr .bnr li.juries202304 a {
    background: url(../images/twin-bnr_juries202304.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.schedule202304 a {
    background: url(../images/twin-bnr_schedule202304.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.juries2022review a {
    background: url(../images/twin-bnr_juries2022review.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.crossfire2023 a {
    background: url(../images/twin-bnr_crossfire2023.png) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.crossfire2022 a {
    background: url(../images/twin-bnr_crossfire2022.png) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.pantheon2022 a {
    background: url(../images/twin-bnr_pantheon2022.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.design_review2022 a {
    background: url(../images/twin-bnr_design_review2022.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.bcReview2021 a {
    background: url(../images/twin-bnr_bc_review2021.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.juries2022 a {
    background: url(../images/twin-bnr_juries2022.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.fes2022 a {
    background: url(../images/twin-bnr_2022fes.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.review2021 a {
    background: url(../images/twin-bnr_review2021.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.crosstalk a {
    background: url(../images/twin-bnr_crosstalk.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.design_review a {
    background: url(../images/twin-bnr_design_review.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.tcc a {
    background: url(../images/twin-bnr_tcc.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.review2020 a {
    background: url(../images/twin-bnr_review2020.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.ci-lp a {
    background: url(../images/twin-bnr_ci-lp.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.diversity2021 a {
    background: url(../images/twin-bnr_diversity2021.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.nenkan2020 a {
    background: url(../images/twin-bnr_nenkan2020.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.crossfire a {
    background: url(../images/twin-bnr_crossfire.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.review2 a {
    background: url(../images/twin-bnr_review2.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.a23016 a {
    background: url(../images/twin-bnr_a23016.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.review a {
    background: url(../images/twin-bnr_review.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.crossing a {
    background: url(../images/twin-bnr_crossing.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.interview a {
    background: url(../images/twin-bnr_interview.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.admuseum2019 a {
    background: url(../images/twin-bnr_admuseum2019.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.thoughts a {
    background: url(../images/twin-bnr_thoughts.jpg) left top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .twinBnr .bnr li.nenkan a {
    background: url(../images/twin-bnr_nenkan.jpg) left top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .twinBnr .bnr li.gallery a {
    background: url(../images/twin-bnr_gallery.jpg) left top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .twinBnr .bnr li.tsutaya a {
    background: url(../images/twin-bnr_tsutaya.jpg) left top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .twinBnr .bnr li.schedule a {
    background: url(../images/twin-bnr_schedule.jpg) left top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .twinBnr .bnr li.trophy a {
    background: url(../images/twin-bnr_trophy.png) left top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .twinBnr .bnr li.review2019 a {
    background: url(../images/twin-bnr_review2019.jpg) left top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }

  .twinBnr .bnr li.party a {
    background: url(../images/2019_party.jpg) left top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .twinBnr .bnr li.ci_peatix a {
    background: url(../images/ci_peatix.jpg) left top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .twinBnr .bnr li.me_peatix a {
    background: url(../images/me_peatix.jpg) left top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .twinBnr .bnr li.adti a {
    background: url(../images/adti.jpg) left top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .twinBnr .bnr li.pickup08 a {
    background: url(../images/2018_minutes.jpg) left top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .twinBnr .bnr li.pickup07 a {
    background: url(../images/59th.jpg) left top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .twinBnr .bnr li.pickup06 a {
    background: url(../images/nenkan.jpg) left top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .twinBnr .bnr li.pickup05 a {
    background: url(../images/gallery.jpg) left top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .twinBnr .bnr li.pickup02 a {
    background: url(../images/juries2018-review.jpg) left top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .twinBnr .bnr li.pickup04 a {
    background: url(../images/picup_img04.jpg) left top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .twinBnr .bnr li.new a {
    position: relative;
  }
  .twinBnr .bnr li.new a:before {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/new.png) left top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
    content: "";
    width: 19.67%;
    height: 50%;
  }
  .twinBnr .bnr li .layout {
    padding: 12px;
    display: block;
    line-height: 1.57;
    color: #fff;
    background-color: #000;
    text-align: left;
    height: 132px;
    position: relative;
    font-size: 13px;
  }
  .twinBnr .bnr li .layout::before {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 20px;
    height: 20px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    content: "";
  }
  .twinBnr .bnr li .layout::after {
    position: absolute;
    border-top: 1px solid #484848;
    border-right: 1px solid #484848;
    right: 15px;
    bottom: 15px;
    width: 7px;
    height: 7px;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    margin: 0 4px 7px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  .news {
    padding-bottom: 100px;
    background-image: url("../images/news_bg.jpg");
  }
  .news .news_list {
    margin-top: 155px;
  }
  .news .is_arrow {
    width: 240px;
    height: 55px;
    line-height: 55px;
    margin-top: 65px;
  }
  .news .news_list .noLink {
    pointer-events: none;
  }
  .entry h2 {
    margin-bottom: 15px;
  }
  .entry .content_box {
    padding-bottom: 198px;
  }
  .entry .bnr_soon {
    margin-top: 85px;
  }
  .entry .fes_list {
    margin-top: 15px;
  }
  .entry .fes_list li .icon img {
    height: 58px;
  }
  .prize {
    background-image: url("../images/prize_bg.jpg");
  }
  .prize .inner {
    padding-bottom: 112px;
  }
  .prize ul {
    width: 880px;
    margin: 178px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: left;
  }
  .prize ul::after {
    display:block;
    width: 205px;
    height: 1px;
    content: "";
  }
  .prize ul li {
    margin: 0 0 20px;
    width: 205px;
  }
  .prize ul li a {
    padding: 14px 14px 14px 0;
    display: block;
    position: relative;
    color: #fff;
    background-color: rgba(0,0,0,0.7);
    font-size: 24px;
    text-align: center;
  }
  .prize ul li a::after {
    margin-top: -10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }

  .prize ul li a:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .prize ul li a:hover {
    opacity: 1;
    background-color: #000;
  }
  .prize ul li.now {
    width: 880px;
    height: 120px;
    line-height: 120px;
  }
  .prize ul li.now a {
    padding: 0;
  }
  .prize ul li.now .year {
    margin-right: 10px;
    font-size: 50px;
    vertical-align: -9px;
  }
  .judge .content_box {
    padding-bottom: 175px;
  }
  .judge .judge_list {
    margin: 40px 0 0 12px;
  }
  .judge .judge_list li {
    /*width: 170px;*/
    width: 150px;
    /*height: 190px;*/
    height: 168px;
    margin: 0 0 0 12px;
  }
  .judge .judge_list li:before {
    width: 250px;
    height: 250px;
    margin: -125px 0 0 -125px;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .judge .judge_list li figcaption {
    height: 53px;
    background-color: rgba(0, 0, 0, 0.5);
    /*font-size: 1.4rem;*/
    font-size: 1.2rem;
  }
  .judge .judge_list li.line3 figcaption {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .judge .soon {
    margin-top: 90px;
  }
  .special {
    background-image: url("../images/special_bg.jpg");
  }
  .special .inner {
    width: 1110px;
    padding-bottom: 200px;
  }
  .special .slider {
    margin-top: 180px;
  }
  .special .slider li {
    margin: 0 15px;
    background-color: #fff;
  }
  .special .slider li a {
    display: block;
  }
  .special .slider li .content_outer {
    position: relative;
    width: 340px;
    background-color: #fff;
    margin: auto;
  }
  .special .slider li .content_box {
    border: solid 1px #9fa0a0;
  }
  .special .slider li .pix {
    width: 100%;
    height: 199px;
    position: relative;
    overflow: hidden;
  }
  .special .slider li .text {
    text-align: left;
    padding: 15px 22px;
    font-size: 1.3rem;
    min-height: 68px;
  }
  .special .slider .soon .content_outer:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.75);
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../common/images/coming_soon.png");
  }
  .special .slick-prev,
  .special .slick-next {
    width: 34px;
    height: 34px;
    z-index: 99;
  }
  .special .slick-prev:before,
  .special .slick-next:before {
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    opacity: 1;
    content: '';
    display: block;
    width: 34px;
    height: 34px;
    z-index: 99;
  }
  .special .slick-prev {
    left: -50px;
  }
  .special .slick-prev:before {
    background-image: url("/common/images/bullet_white_left.png");
  }
  .special .slick-next {
    right: -50px;
  }
  .special .slick-next:before {
    background-image: url("/common/images/bullet_white_right.png");
  }
  .link_area {
    height: auto;
    padding: 90px 0 0;
  }
  .link_area .inner {
    padding: 0 150px;
  }
  .link_area .content_box {
    padding-bottom: 100px;
  }
  .link_area ul {
    font-size: 0rem;
    text-align: center;
    letter-spacing: 0;
    margin: 15px 0 0 0;
  }
  .link_area ul > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
  .link_area ul li {
    width: 20%;
    height: 90px;
    line-height: 90px;
  }
  .link_area ul li img {
    max-width: 100%;
    vertical-align: middle;
  }
  .link_area .link2_ttl {
    margin: 100px auto 40px;
    font-size: 3.2rem;
    font-family: '游明朝体', 'Yu Mincho', YuMincho;
    letter-spacing: .3em;
  }
  .link_area .list2 {
    width: 94%;
    margin: 0 auto;
    padding-top: 20px !important;
  }
  .link_area .list2 li {
    width: 28%;
  }
  .link_area .list2 li:nth-of-type(2),
  .link_area .list2 li:nth-of-type(3) {
    position: relative;
    margin-left: 8%;
  }
  .link_area .list2 li:nth-of-type(2)::before,
  .link_area .list2 li:nth-of-type(3)::before {
    content: "";
    position: absolute;
    top: 0;
    left: -14%;
    width: 1px;
    height: 100%;
    background: #ddd;
  }
  .link_area .list2 li .upper {
    position: relative;
    top: -20px;
  }
  .link_area .box_wrap {
    font-size: 0rem;
    text-align: center;
    letter-spacing: 0;
    margin-top: 65px;
  }
  .link_area .box_wrap > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
  .link_area .box_wrap dl {
    width: 410px;
    vertical-align: top;
  }
  .link_area .box_wrap dl + dl {
    margin-left: 60px;
  }
  .link_area .box_wrap dl dt {
    background-color: #a4a4a4;
    color: #fff;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    font-size: 2.2rem;
    margin-bottom: 25px;
    letter-spacing: .3em;
  }
  .link_area .box_wrap dl dd {
    height: 65px;
    line-height: 65px;
  }
  .link_area .box_wrap dl dd img {
    vertical-align: middle;
  }
  .link_area .is_arrow {
    width: 200px;
    margin-top: 40px;
    height: 55px;
    line-height: 55px;
    margin-bottom: 50px;
  }
  .movie_area {
    position: relative;
    width: 100%;
    font-size: 0;
    overflow: hidden;
  }
  .movie_area video {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .movie_txt_area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .movie_txt-head {
    margin-bottom: 40px;
  }
  .movie_txt-link {
    position: relative;
    width: 215px;
  }
  .movie_txt-link a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .movie_txt-link a::after {
    content: "";
    position: absolute;
    top: 24px;
    right: 0;
    width: 19px;
    height: 26px;
    background: url(../images/icon_mv_arrow.png) no-repeat center !important;
  }
  .movie_txt-link + .movie_txt-link a::after {
    top: 48px;
  }
}

@media screen and (max-width: 767px) {
  .foot_bnr {
    display: none;
  }
  .section {
    width: 100%;
    text-align: center;
  }
  .section h2 {
    font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: .3em;
    font-family: '游明朝体', 'Yu Mincho', YuMincho;
  }
  .section .inner {
    z-index: 9;
  }
  .lede_section {
    position: relative;
    background-color: #fff;
    padding: 40px 0 50px;
  }
  .lede_section h2 {
    color: #3e3a39;
    margin-bottom: 12px;
    line-height: 1.7;
  }
  .lede_section .catch {
    font-size: 1.2rem;
    color: #221815;
    letter-spacing: .1em;
    line-height: 2;
    font-family: '游明朝体', 'Yu Mincho', YuMincho;
  }
  .lede_section .comingSoon {
    padding-top: 50px;
  }
  .lede_section .btn {
    max-width: 320px;
    width: 100%;
    margin-top: 25px;
  }
  .lede_section .soon {
    margin: 40px 10px 10px;
  }
  .fix_section {
    position: relative;
    padding-top: 50px;
  }
  .fix_section:before {
    content: '';
    display: block;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center top;
    -moz-background-size: cover;
    background-size: cover;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .fix_section.on:before {
    opacity: 1;
  }
  .fix_section h2 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff;
    background-color: rgba(35, 31, 32, 0.8);
  }
  .main {
    width: 100%;
    position: relative;
    z-index: 9;
  }
  .main .mv {
    margin: 0 auto;
    position: relative;
    width: 100%;
    background: url(../images/mv_bg.jpg) center top no-repeat;
    background-size: 100%;
    overflow: hidden;
  }
  .main .mv .image {
    margin: 0 auto;
    padding: 10% 0;
    max-width: 80%;
  }

  .main .mv .catch {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    line-height: 1;
    color: #fff;
    text-align: center;
    width: 90%;
  }
  .main .mv .catch__header {
    font-size: 1rem;
    line-height: 1.3;
    padding: 5px;
    position: relative;
    margin-bottom: 10px;
  }
  .main .mv .catch__header:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#0012ff), color-stop(41%, #ba00ff), to(#ff9c00));
    background-image: -webkit-linear-gradient(left, #0012ff 0%, #ba00ff 41%, #ff9c00 100%);
    background-image: -moz- oldlinear-gradient(left, #0012ff 0%, #ba00ff 41%, #ff9c00 100%);
    background-image: linear-gradient(to right, #0012ff 0%, #ba00ff 41%, #ff9c00 100%);
    opacity: .5;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .main .mv .catch__main {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 6px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .main .mv .catch__period {
    font-size: 1rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 1.8;
  }
  .main .mv .catch a {
    position: relative;
    display: block;
    padding-right: 25px;
  }
  .main .mv .catch a:after {
    content: '';
    display: block;
    width: 15px;
    height: 20px;
    background: url("../images/grandprix/text_arrow.png") center center no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: anim_scroll_h .8s ease 0s infinite alternate;
    -moz-animation: anim_scroll_h .8s ease 0s infinite alternate;
    animation: anim_scroll_h .8s ease 0s infinite alternate;
  }
  .main .mv .catch img {
    vertical-align: middle;
  }
  .main .mv .countdown {
    font-family: 'DINCondBold', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic;
    color: #000;
    line-height: 1;
    text-align: center;
    margin: 25px auto;
    width: 100%;
    margin-bottom: 10px;
  }
  .main .mv .countdown__title {
    padding: 10px 20px;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    border: solid 1px #000;
    margin-bottom: 20px;
    line-height: 1.616;
  }
  .main .mv .countdown ul {
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 70%;
  }
  .main .mv .countdown ul li {
    font-size: 5rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  /*
  .main .mv .countdown ul li + li {
    margin-left: 0.2em;
  }
  */
  .main .mv .countdown ul li span {
    font-size: 1.5rem;
    padding-bottom: 0.2em;
    margin-left: 0.2em;
  }
  .main .mv .countdown__text {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  #mv202404 {
    position: relative;
    background-color: #fff;
  }
  #mv202404 .inner {
    margin: 0 auto;
    padding: 0;
    position: static;
    font-size: 0;
  }
  #mv202404 .inner h1 {
    margin-bottom: 6.5333%;
  }
  #mv202404 .inner .juries {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
  }
  #mv202404 .inner .schedule {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
  }

  #mv202304 {
    position: relative;
    background-color: #fff;
  }
  #mv202304 .inner {
    margin: 0 auto;
    padding: 22.1333% 0 29.4667%;
    position: static;
    width: 73.3333%;
    font-size: 0;
  }
  #mv202304 .inner h1 {
    margin-bottom: 6.5333%;
  }
  #mv202304 .inner .juries {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
  }
  #mv202304 .inner .schedule {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
  }


  #mv20201030 {
    position: relative;
    overflow: hidden;
  }
  #mv20201030 .base {
    display: block;
    z-index: 1;
  }
  #mv20201030 .txt01 {
    padding-top: 11.33%;
    display: block;
    position: absolute;
    top: 0;
    left: 10.94%;
    width: 39.06%;
    z-index: 2;
    transition: 1s;
    transition-delay: 0;
    opacity: 0;
    transform: translate(-200px, 0);
  }
  #mv20201030 .txt02 {
    padding-top: 15.31%;
    display: block;
    position: absolute;
    top: 0;
    left: 10.94%;
    width: 39.06%;
    z-index: 2;
    transition: 1s;
    transition-delay: .2s;
    opacity: 0;
    transform: translate(-200px, 0);
  }
   #mv20201030 .txt03 {
    padding-top: 25.39%;
    display: block;
    position: absolute;
    top: 0;
    left: 10.94%;
    width: 39.06%;
    z-index: 2;
    transition: 1s;
    transition-delay: .4s;
    opacity: 0;
    transform: translate(-200px, 0);
  }
  #mv20201030.out .txt01,
  #mv20201030.out .txt02,
  #mv20201030.out .txt03 {
    opacity: 1;
    transform: translate(0, 0);
  }

  #mv20201030 a,
  #mv20201030 a img {
    opacity: 1 !important;
  }
  #mv20201030 img {
    width: 100%;
  }
  #mv60th {
    padding: 13% 0;
    border: 5px #e60213;
    border-style: none solid solid;
  }
  #mv60th .mv60thInner .top {
    margin-bottom: 9.59%;
  }
  #mv60th .mv60thInner .top .head {
    margin: 0 auto 7.95%;
    width: 64.11%;
  }
  #mv60th .mv60thInner .top .btn {
    margin: 0 auto;
    display: block;
    width: 37.67%;
  }
  #mv60th .mv60thInner .detail {
    padding: 0 2em;
  }
  #mv60th .mv60thInner .detail p {
    line-height: 2;
    color: #e60213;
    font-size: 12px;
    text-align: center;
  }
  #mv202203 {
    /* padding: 20% 0; */
    overflow: hidden;
    background-color: #fff;
    position: relative;
  }
  #mv202203 .title {
    position: absolute;
    /* top: 20%; */
    top: 32%;
    left: 0;
    width: 1250px;
    height: 90px;
    z-index: 1;
    animation: translateSp 40s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  @keyframes translateSp {
    0%    { transform: translate(0px, 0px);}
    100%  { transform: translate(-625px, 0px);}
  }
  @-webkit-keyframes translateSp {
    0%    { -webkit-transform: translate(0px, 0px);}
    100%  { -webkit-transform: translate(-625px, 0px);}
  }
  @-moz-keyframes translateSp {
    0%    { transform: translate(0px, 0px);}
    100%  { transform: translate(-625px, 0px);}
  }
  #mv202203 .layout {
    margin: 20% auto;
    width: 59.6%;
    position: relative;
    z-index: 2;
  }
  #mv202203 .layout .text {
    width: auto;
  }
  /* #mv202203 .layout .link {
    padding-top: 13.15%;
    display: block;
    width: auto;
  } */
  #mv202203 .links.sp {
    width: 100%;
    display: flex;
    background-color: #000;
  }
  #mv202203 .links.sp .link {
    color: #fff;
    padding: 14px;
    text-align: center;
    width: 50%;
    position: relative;
  }
  #mv202203 .links.sp .link:not(:first-child) {
    border-left: 1px solid #fff;
  }
  #mv202203 .links.sp .link::after {
    position: absolute;
    top: 44%;
    right: 20px;
    transform: translateY(-50%);
    content: "";
    width: 20px;
    height: 4px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: skew(45deg);
  }


  /*.mv {*/
  /*  background: url(../images/mv_sp.jpg) center top no-repeat;*/
  /*  background-size: 100%;*/
  /*}*/
  /*.mv .mvInner {*/
  /*  margin: 0 auto;*/
  /*  padding: 10% 0 38%;*/
  /*}*/
  /*.mv .mvInner .ttl {*/
  /*  margin-bottom: 4.53%;*/
  /*  font-weight: bold;*/
  /*  font-size: 10px;*/
  /*  text-align: center;*/
  /*}*/
  /*.mv .mvInner .postponement {*/
  /*  margin-bottom: 3%;*/
  /*  text-align: center;*/
  /*}*/
  /*.mv .mvInner .postponement .a {*/
  /*  margin-bottom: 1%;*/
  /*  font-size: 14px;*/
  /*}*/
  /*.mv .mvInner .postponement .c {*/
  /*  margin-bottom: 2%;*/
  /*  line-height: 1.616;*/
  /*}*/
  /*.mv .mvInner .postponement .c span {*/
  /*  padding: .5em 1em;*/
  /*  border: 1px solid #6e6d6f;*/
  /*  display: inline-block;*/
  /*  font-size: 11px;*/
  /*}*/
  /*.mv .mvInner .postponement .c span em {*/
  /*  font-weight: bold;*/
  /*}*/
  /*.mv .mvInner .postponement .d {*/
  /*  font-size: 12px;*/
  /*  text-decoration: underline;*/
  /*}*/
  /*.mv .mvInner .countDown .end {*/
  /*  margin: 0 auto 1%;*/
  /*  padding: .7em 0;*/
  /*  border-radius: 30px;*/
  /*  !* width: 66.67%; *!*/
  /*  width: 80%;*/
  /*  line-height: 1;*/
  /*  color: #fff;*/
  /*  background-color: #484848;*/
  /*  font-size: 14px;*/
  /*  text-align: center;*/
  /*}*/
  /*.mv .mvInner .countDown .outline {*/
  /*  font-family: 'Alata';*/
  /*  font-size: 14px;*/
  /*  text-align: center;*/
  /*}*/
  /*.mv .mvInner .countDown .outline span {*/
  /*  font-weight: bold;*/
  /*  font-size: 32px;*/
  /*}*/

  /*スライダーに変更*/
  .mv-01 {
    background: url(../images/mv_sp.jpg) center top no-repeat;
    background-size: 100%;
    width: 100%;
    height: 350px;
  }
  .mv-01 .mvInner {
    margin: 0 auto;
    padding: 6% 0 38%;
  }
  .mv-01 .mvInner .ttl {
    margin-bottom: 4.53%;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
  }
  .mv-01 .mvInner .postponement {
    margin-bottom: 3%;
    text-align: center;
  }
  .mv-01 .mvInner .postponement .a {
    margin-bottom: 1%;
    font-size: 14px;
  }
  .mv-01 .mvInner .postponement .c {
    margin-bottom: 2%;
    line-height: 1.616;
  }
  .mv-01 .mvInner .postponement .c span {
    padding: .5em 1em;
    border: 1px solid #6e6d6f;
    display: inline-block;
    font-size: 11px;
  }
  .mv-01 .mvInner .postponement .c span em {
    font-weight: bold;
  }
  .mv-01 .mvInner .postponement .d {
    font-size: 12px;
    text-decoration: underline;
  }

  .mv-02 {
    background: url(../images/mv02_sp.png) center center no-repeat;
    background-size: 100%;
    width: 100%;
    height: 350px;
  }
  .mv-03 {
    background: url(../images/finalist_2020_sp.jpg) center center no-repeat;
    background-size: 100%;
    width: 100%;
    height: 350px;
  }

  .contents_navi {
    background-color: #e60012;
    width: 100%;
  }
  .contents_navi ul {
    font-size: 0rem;
    text-align: center;
    letter-spacing: 0;
  }
  .contents_navi ul > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
  .contents_navi ul li {
    width: 33.33%;
    height: 75px;
    color: #fff;
    font-size: 1rem;
    position: relative;
    border-bottom: solid 1px #fff;
  }
  .contents_navi ul li:before {
    content: '';
    display: block;
    width: 1px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
  }
  .contents_navi ul li a {
    display: block;
    height: 100%;
    padding-top: 15px;
  }
  .contents_navi ul li span {
    height: 20px;
    line-height: 20px;
  }
  .contents_navi ul li span:before {
    content: '';
    display: block;
    width: 17px;
    height: 24px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center 4px;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .contents_navi ul li:nth-child(1):before, .contents_navi ul li:nth-child(4):before {
    display: none;
  }
  .contents_navi ul li:nth-child(4), .contents_navi ul li:nth-child(5), .contents_navi ul li:nth-child(6) {
    border-bottom: none;
  }
  .contents_navi ul li:nth-child(1) span:before {
    background-image: url("../common/images/icon_contents_sp01.png");
  }
  .contents_navi ul li:nth-child(2) span:before {
    background-image: url("../common/images/icon_contents_sp02.png");
  }
  .contents_navi ul li:nth-child(3) {
    letter-spacing: 0;
    font-size: 0.9rem;
  }
  .contents_navi ul li:nth-child(3) a {
    padding-top: 10px;
  }
  .contents_navi ul li:nth-child(3) span {
    line-height: 1;
  }
  .contents_navi ul li:nth-child(3) span:before {
    height: 20px;
    background-image: url("../common/images/icon_contents_sp03.png");
    background-position: center 0;
  }
  .contents_navi ul li:nth-child(4) span:before {
    background-image: url("../common/images/icon_contents_sp04.png");
  }
  .contents_navi ul li:nth-child(5) span:before {
    background-image: url("../common/images/icon_contents_sp05.png");
  }
  .contents_navi ul li:nth-child(6) span:before {
    width: 20px;
    background-image: url("../common/images/icon_contents_sp06.png");
  }
  .contents_navi ul li.soon {
    line-height: 1.2;
  }
  .contents_navi ul li.soon a {
    padding-top: 10px;
  }
  .contents_navi ul li.soon span:before {
    height: 20px;
  }
  .contents_navi ul li.soon span:after {
    content: 'COMING SOON';
    display: block;
    color: #898989;
    margin-top: -5px;
    letter-spacing: 0;
  }
  .intro h2 {
    margin-bottom: 20px;
  }
  .intro h2 img {
    width: 139px;
    height: auto;
  }
  .intro .is_arrow {
    letter-spacing: .1em;
  }
  .comingSoonSection {
    padding-top: 50px;
  }
  .twinBnr .inner {
    padding: 0;
    overflow: hidden;
  }
  .twinBnr .bnr li {
    padding: 0 0.4%;
  }
  .twinBnr .bnr li a {
    padding-top: 52%;
    display: block;
  }
  .twinBnr .bnr li a.end {
    pointer-events: none;
  }
  .twinBnr .bnr li a.end:hover {
    opacity: 1;
  }
  .twinBnr .bnr li a.end .layout::before {
    display: none;
  }
  .twinBnr .bnr li a.end .layout::after {
    display: none;
  }
  .twinBnr .bnr li.new a {
    position: relative;
  }
  .twinBnr .bnr li.new a:before {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/new.png) left top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
    content: "";
    width: 19.67%;
    height: 50%;
  }
  .twinBnr .bnr li .layout {
    padding: 12px 14px 12px 21px;
    display: block;
    line-height: 1.57;
    color: #fff;
    background-color: #000;
    text-align: left;
    height: 156px;
    position: relative;
  }
  .twinBnr .bnr li .layout::before {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 20px;
    height: 20px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    content: "";
  }
  .twinBnr .bnr li .layout::after {
    position: absolute;
    border-top: 1px solid #484848;
    border-right: 1px solid #484848;
    right: 15px;
    bottom: 15px;
    width: 7px;
    height: 7px;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    margin: 0 4px 7px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  .twinBnr .bnr li.fes2025 a {
    background: url(../images/twin-bnr_fes2025.png) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.juries2025 a {
    background: url(../images/twin-bnr_juries2025.jpg?v=2) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.schedule2025 a {
    background: url(../images/twin-bnr_schedule2025.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.nenkan2024 a {
    background: url(../images/twin-bnr_nenkan2024.png) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.allReview2024 a {
    background: url(../images/twin-bnr_review2024.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.bcReview2024 a {
    background: url(../images/twin-bnr_bc_review2024.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.designReview2024 a {
    background: url(../images/twin-bnr_design_review2024.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.juries2024 a {
    background: url(../images/twin-bnr_juries2024.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.schedule2024 a {
    background: url(../images/twin-bnr_schedule2024.png) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.nenkan2023 a {
    background: url(../images/twin-bnr_nenkan2023.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.juriesReview2023 a {
    background: url(../images/twin-bnr_juries-review2023.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.ciReview a {
    background: url(../images/twin-bnr_ci-review.png) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.juriesReview a {
    background: url(../images/twin-bnr_juries-review.png) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.designReview a {
    background: url(../images/twin-bnr_design-review.png) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.bcReview a {
    background: url(../images/twin-bnr_bc-review.png) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.zowawa a {
    background: url(../images/twin-bnr_zowawa.png) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.fes2023 a {
    background: url(../images/twin-bnr_fes2023.png) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.outline a {
    background: url(../images/twin-bnr_outline.png) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.juries202304 a {
    background: url(../images/twin-bnr_juries202304.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.schedule202304 a {
    background: url(../images/twin-bnr_schedule202304.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.crossfire2023 a {
    background: url(../images/twin-bnr_crossfire2023.png) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.crossfire2022 a {
    background: url(../images/twin-bnr_crossfire2022.png) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.pantheon2022 a {
    background: url(../images/twin-bnr_pantheon2022.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.design_review2022 a {
    background: url(../images/twin-bnr_design_review2022.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.bcReview2021 a {
    background: url(../images/twin-bnr_bc_review2021.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.juries2022 a {
    background: url(../images/twin-bnr_juries2022.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.fes2022 a {
    background: url(../images/twin-bnr_2022fes.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.review2021 a {
    background: url(../images/twin-bnr_review2021.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.crosstalk a {
    background: url(../images/twin-bnr_crosstalk.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.design_review a {
    background: url(../images/twin-bnr_design_review.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.tcc a {
    background: url(../images/twin-bnr_tcc.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.review2020 a {
    background: url(../images/twin-bnr_review2020.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.ci-lp a {
    background: url(../images/twin-bnr_ci-lp.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.diversity2021 a {
    background: url(../images/twin-bnr_diversity2021.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.nenkan2020 a {
    background: url(../images/twin-bnr_nenkan2020.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.crossfire a {
    background: url(../images/twin-bnr_crossfire.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.review2 a {
    background: url(../images/twin-bnr_review2.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.a23016 a {
    background: url(../images/twin-bnr_a23016.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.review a {
    background: url(../images/twin-bnr_review.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.crossing a {
    background: url(../images/twin-bnr_crossing.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.interview a {
    background: url(../images/twin-bnr_interview.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.admuseum2019 a {
    background: url(../images/twin-bnr_admuseum2019.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.thoughts a {
    background: url(../images/twin-bnr_thoughts.jpg) left top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .twinBnr .bnr li.nenkan a {
    background: url(../images/twin-bnr_nenkan.jpg) left top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .twinBnr .bnr li.gallery a {
    background: url(../images/twin-bnr_gallery.jpg) left top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .twinBnr .bnr li.tsutaya a {
    background: url(../images/twin-bnr_tsutaya.jpg) left top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .twinBnr .bnr li.schedule a {
    background: url(../images/twin-bnr_schedule.jpg) left top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .twinBnr .bnr li.trophy a {
    background: url(../images/twin-bnr_trophy.png) left top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .twinBnr .bnr li.review2019 a {
    background: url(../images/twin-bnr_review2019.jpg) left top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }

  .twinBnr .bnr li.party a {
    background: url(../images/2019_party.jpg) left top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .twinBnr .bnr li.ci_peatix a {
    background: url(../images/ci_peatix.jpg) left top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .twinBnr .bnr li.me_peatix a {
    background: url(../images/me_peatix.jpg) left top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .twinBnr .bnr li.adti a {
    background: url(../images/adti.jpg) left top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .twinBnr .bnr li.pickup08 a {
    background: url(../images/2018_minutes.jpg) left top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .twinBnr .bnr li.pickup07 a {
    background: url(../images/59th.jpg) left top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .twinBnr .bnr li.pickup06 a {
    background: url(../images/nenkan.jpg) left top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .twinBnr .bnr li.pickup05 a {
    background: url(../images/gallery.jpg) left top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .twinBnr .bnr li.pickup02 a {
    background: url(../images/juries2018-review.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.pickup04 a {
    background: url(../images/picup_img04.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .twinBnr .bnr li.pickup01 a {
    background: url(../images/picup_img01.jpg) left top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .news {
    padding-bottom: 37px;
  }
  .news:before {
    background-image: url("../images/news_bg_sp.jpg");
  }
  .news .news_list {
    margin-top: 30px;
  }
  .news .is_arrow {
    width: 176px;
    margin-top: 65px;
    margin-top: 15px;
  }
  .news .news_list .noLink {
    pointer-events: none;
  }
  .entry {
    padding-bottom: 20px;
  }
  .entry .bnr_soon {
    margin: 42px 10px 25px;
  }
  .entry ul {
    margin-top: -12px;
  }
  .prize {
    padding-bottom: 15px;
  }
  .prize:before {
    background-image: url("../images/prize_bg_sp.jpg");
  }
  .prize ul {
    margin: 35px auto 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: 0;
  }
  .prize ul li {
    margin-bottom:20px;
    width: 45%;
  }
  .prize ul li a {
    padding: .5em .5em .5em 0;
    display: block;
    position: relative;
    color: #fff;
    background-color: rgba(0,0,0,0.7);
    text-align: center;
  }
  .prize ul li a::after {
    margin-top: -6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }

  .prize ul li.now {
    width: 100%;
    font-size: 1rem;
  }
  .prize ul li.now a {
    padding: .8em .8em .8em 0;
  }
  .prize ul li.now .year {
    margin-right: .5em;
    font-size: 1.6rem;
    vertical-align: -3px;
  }

  .judge {
    padding: 50px 0 35px;
  }
  .judge .judge_list {
    margin-top: -17px;
  }
  .judge .judge_list li {
    height: 170px;
  }
  .judge .judge_list li .pix img {
    max-width: 112%;
  }
  .judge .judge_list li figcaption {
    height: 48px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 1.2rem;
  }
  .judge .judge_list li.line3 figcaption {
    font-size: 1.1rem;
  }
  .special {
    padding-bottom: 40px;
  }
  .special:before {
    background-image: url("../images/special_bg_sp.jpg");
  }
  .special .inner {
    padding: 0;
  }
  .special .slider {
    margin-top: 35px;
  }
  .special .slider li {
    margin: 0 13px;
  }
  .special .slider li a {
    display: block;
  }
  .special .slider li .content_outer {
    position: relative;
    background-color: #fff;
    margin: auto;
  }
  .special .slider li .content_box {
    border: solid 1px #9fa0a0;
  }
  .special .slider li .pix {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .special .slider li .pix img {
    width: 100%;
  }
  .special .slider li .text {
    text-align: left;
    padding: 12px 18px;
    font-size: 1.1rem;
    min-height: 54px;
  }
  .special .slider .soon .content_outer:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.75);
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../common/images/coming_soon.png");
    -moz-background-size: auto 30px;
    background-size: auto 30px;
  }
  .special .slick-prev,
  .special .slick-next {
    width: 30px;
    height: 30px;
    z-index: 99;
  }
  .special .slick-prev:before,
  .special .slick-next:before {
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    opacity: 1;
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    z-index: 99;
  }
  .special .slick-prev {
    left: 11px;
  }
  .special .slick-prev:before {
    background-image: url("/common/images/bullet_white_left.png");
  }
  .special .slick-next {
    right: 11px;
  }
  .special .slick-next:before {
    background-image: url("/common/images/bullet_white_right.png");
  }
  .link_area {
    height: auto;
    padding: 45px 0 20px;
  }
  .link_area .is_arrow {
    width: 174px;
  }
  .fade_images {
    position: relative;
  }
  .fade_images .fade_bg {
    -webkit-animation: color 20s linear infinite;
    -moz-animation: color 20s linear infinite;
    animation: color 20s linear infinite;
  }
  .fade_images .fade_txt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
  }
  .fade_images .btn {
    position: absolute;
    left: 15px;
    bottom: 20%;
    height: 35px;
    line-height: 35px;
    font-size: 1rem;
  }
  .fade_images .btn a {
    color: #fff;
    background-color: #000;
    padding-left: 15px;
    position: relative;
    overflow: hidden;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .fade_images .btn span {
    background-color: transparent;
    color: inherit;
    border: none;
  }
  .fade_images .btn span:after {
    width: 8px;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    background-image: url("/common/images/arrow_white.png");
  }
  .movie_area {
    position: relative;
    width: 100%;
  }
  .movie_txt-head {
    text-align: center;
  }
  .movie_txt-head img {
    width: 40%;
  }
  .movie_txt-link {
    position: relative;
    display: inline-block;
    width: 18%;
    margin-left: 19%;
    vertical-align: middle;
  }
  .movie_txt-link a {
    display: block;
  }
  .movie_txt-link a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -36%;
    width: 18%;
    height: 36%;
    background: url(../images/icon_mv_arrow.png) no-repeat center;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .movie_txt-link + .movie_txt-link {
    margin-left: 20%;
  }
  .movie_txt-link + .movie_txt-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: -37%;
    width: 1px;
    height: 100%;
    background: #fff;
  }

  /* 2020 SP TOP MV対応 */
  .bl_mv {
    background-image: url("../images/mv_bg_pc.png");
    background-size: cover;
    background-position: center;
  }
  .mv_inner {
    padding-top: 70px;
    padding-bottom: 60px;
    display: flex;
  }
  .bl_mv .mv_ttlWrapper {
    padding-top: 40px;
    padding-right: 3vw;
    border-top: 2px solid #fff;
  }
  .bl_mv .mv_ttl {
    padding-left: 12vw;
  }
  .bl_mv .mv_btnUnit {
    display: none;
  }
  .bl_mv .mv_btnUnit .mv_btn_requirements {
    display: block;
    margin-bottom: 54px;
  }
  .bl_mv .mv_btnUnit .mv_btn_juries {
    display: block;
  }
  .bl_mv .mv_logo {
    margin-top: auto;
    margin-right: 8vw;
  }
  .bl_mv .mv_line {
    width: 50%;
    background-color: #fff;
    display: inline-block;
    height: 2px;
    margin-top: 40px;
  }
}

@-webkit-keyframes anim_scroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@-moz-keyframes anim_scroll {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@keyframes anim_scroll {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@-webkit-keyframes anim_scroll_h {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
}

@-moz-keyframes anim_scroll_h {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(8px);
    transform: translateX(8px);
  }
}

@keyframes anim_scroll_h {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px);
  }
}

.mainvisual {
  width: 100%;
  background-color: #fff;
}

.mainvisual img {
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .mainvisual ul li:not(:first-of-type) {
    height: 50px !important;
  }

  /*PICK UP4枚のとき*/
  /*.twinBnr .bnr {*/
  /*  display: flex;*/
  /*  display: -webkit-flex;*/
  /*  display: -ms-flexbox;*/
  /*  justify-content: center;*/
  /*  -webkit-box-pack: center;*/
  /*  -ms-flex-pack: center;*/
  /*}*/
  /*.twinBnr .bnr > * {*/
  /*  display: block;*/
  /*}*/
  /*.twinBnr .bnr li {*/
  /*  padding: 0;*/
  /*}*/
}

/* 191001-MV修正 */

@media screen and (min-width: 767px) {
  .main_visual {
    height: 42.2vw;
    min-height: 540px;
    position: relative;
    background-color: #e60012;
  }
  .main_visual__bg img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
  .main_visual__mass {
    font-family: 'EB Garamond', serif;
    font-weight: lighter;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50.1%;
    height: 33.5%;
    color: #fff;
    box-sizing: border-box;
    padding: 1.5% 2%;
  }
  .main_visual__mass strong {
    width: 93%;
    display: inline-block;
    margin-bottom: 2%;
  }
  .main_visual__mass ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .main_visual__mass ul li:nth-of-type(1) {
    width: 10%;
  }
  .main_visual__mass ul li:nth-of-type(2) {
    width: 10%;
  }
  .main_visual__mass ul li:nth-of-type(3) {
    width: 24%;
  }
  .main_visual__mass ul li:nth-of-type(4) {
    width: 23%;
  }
  .main_visual__mass ul li:nth-of-type(5) {
    width: 41%;
  }
  .main_visual__mass ul li:nth-of-type(6) {
    width: 38%;
  }
  .main_visual__mass ul li:nth-of-type(7) {
    width: 26%;
    position: relative;
    top: 0.3vw;
  }
  .main_visual__mass ul li:nth-of-type(8) {
    width: 29%;
  }
  .main_visual__mass ul li:nth-of-type(9) {
    width: 8%;
  }
  .main_visual__mass ul li:nth-of-type(10) {
    width: 12%;
    position: relative;
    top: 0.2vw;
  }
  .main_visual__mass ul li:nth-of-type(11) {
    width: 24%;
  }
  .main_visual__mass ul li:nth-of-type(12) {
    width: 34%;
  }
  .main_visual__mass ul li {
    margin: 0 5% 1.1% 0;
  }
  .main_visual__mass ul a {
    display: block;
  }
}
@media screen and (min-width: 1400px) {
  .mv .mvInner {
    padding: 200px 0 235px;
  }

  .mv-02 {
    height: 800px;
  }

  .mv-03 {
    height: 800px;
  }
}
@media screen and (min-width: 1600px) {
  .main_visual__mass strong {
    margin-bottom: 1.3vw;
  }
  .main_visual__mass ul li {
    margin: 0 3% 1.1vw 0;
  }

  .mv-02 {
    height: 940px;
  }

  .mv-03 {
    height: 940px;
  }
}

@media screen and (min-width: 1800px) {
  .mv-02 {
    height: 1000px;
  }

  .mv-03 {
    height: 1000px;
  }
}


@media screen and (min-width: 768px), print {
  /* ===================================================================
  common_pc.css
=================================================================== */
.fes_list {
  font-size: 0rem;
  text-align: center;
  letter-spacing: 0;
}
.fes_list > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  letter-spacing: .1em;
}
.fes_list li {
  /* width: 190px; */
  /* width: 140px; */
  width: 200px;
  vertical-align: top;
  text-align: center;
  margin-top: 20px;
}
.fes_list li:not(:last-child) {
  margin-right: 0;
}

.fes_list li .icon_outer {
  position: relative;
  /*width: 136px;*/
  width: 170px;
  /*height: 136px;*/
  height: 170px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
}
.fes_list li .icon_outer .icon {
  /* width: 122px; */
  width: 160px;
  /* height: 122px; */
  height: 160px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding-top: 35px;
  position: absolute;
  left: 5px;
  top: 5px;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fes_list li .icon_outer .icon--filmcraft {
  padding-top: 32px;
}
.fes_list li .icon_outer:after {
  content: 'Click!';
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2rem;
  /* padding-top: 60px; */
  padding-top: 78px;
  line-height: 1;
  -webkit-perspective: 136px;
  -moz-perspective: 136px;
  perspective: 136px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fes_list li a {
  display: inline-block;
}
.fes_list li a:hover {
  opacity: 1;
}
.fes_list li a:hover .icon_outer .icon {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.fes_list li a:hover .icon_outer:after {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.fes_list li p {
  /*font-size: 1.6rem;*/
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: .07em;
  color: #3e3a39;
}
.fes_list li:nth-child(1) .icon_outer {
  background: -webkit-linear-gradient(#48c3fd, #0a7aad, #002244);
  background: -webkit-gradient(linear, left top, left bottom, from(#48c3fd), color-stop(#0a7aad), to(#002244));
  background: -moz- oldlinear-gradient(#48c3fd, #0a7aad, #002244);
  background: linear-gradient(#48c3fd, #0a7aad, #002244);
}
.fes_list li:nth-child(2) .icon_outer {
  background: -webkit-linear-gradient(#777bd5, #10142e);
  background: -webkit-gradient(linear, left top, left bottom, from(#777bd5), color-stop(#ff0405), to(#10142e));
  background: -moz- oldlinear-gradient(#777bd5, #10142e);
  background: linear-gradient(#777bd5, #10142e);
}
.fes_list li:nth-child(3) .icon_outer {
  background: -webkit-linear-gradient(#ff9d9d, #ff0405, #ea0000);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9d9d), color-stop(#ff0405), to(#ea0000));
  background: -moz- oldlinear-gradient(#ff9d9d, #ff0405, #ea0000);
  background: linear-gradient(#ff9d9d, #ff0405, #ea0000);
}
.fes_list li:nth-child(4) .icon_outer {
  background: -webkit-linear-gradient(#a3fe9a, #13b902, #30a501);
  background: -webkit-gradient(linear, left top, left bottom, from(#a3fe9a), color-stop(#13b902), to(#30a501));
  background: -moz- oldlinear-gradient(#a3fe9a, #13b902, #30a501);
  background: linear-gradient(#a3fe9a, #13b902, #30a501);
}
.fes_list li:nth-child(5) .icon_outer {
  background: -webkit-linear-gradient(#fffc49, #c1c306, #969400);
  background: -webkit-gradient(linear, left top, left bottom, from(#fffc49), color-stop(#c1c306), to(#969400));
  background: -moz- oldlinear-gradient(#fffc49, #c1c306, #969400);
  background: linear-gradient(#fffc49, #c1c306, #969400);
}
.fes_list li:nth-child(6) .icon_outer {
  background: -webkit-linear-gradient(#22ac67, #118a4e, #006734);
  background: -webkit-gradient(linear, left top, left bottom, from(#22ac67), color-stop(#118a4e), to(#006734));
  background: -moz- oldlinear-gradient(#22ac67, #118a4e, #006734);
  background: linear-gradient(#22ac67, #118a4e, #006734);
}
.fes_list li:nth-child(7) .icon_outer {
  background: -webkit-linear-gradient(#ff87c0, #ff329c, #f5007f);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff87c0), color-stop(#ff329c), to(#f5007f));
  background: -moz- oldlinear-gradient(#ff87c0, #ff329c, #f5007f);
  background: linear-gradient(#ff87c0, #ff329c, #f5007f);
}
.fes_list li:nth-child(8) .icon_outer {
  background: -webkit-linear-gradient(#f29aff, #ff01f6, #a600be);
  background: -webkit-gradient(linear, left top, left bottom, from(#f29aff), color-stop(#ff01f6), to(#a600be));
  background: -moz- oldlinear-gradient(#f29aff, #ff01f6, #a600be);
  background: linear-gradient(#f29aff, #ff01f6, #a600be);
}
.fes_list li:nth-child(9) .icon_outer {
  background: -webkit-linear-gradient(#ffce9a, #ff8b02, #f07c00);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffce9a), color-stop(#ff8b02), to(#f07c00));
  background: -moz- oldlinear-gradient(#ffce9a, #ff8b02, #f07c00);
  background: linear-gradient(#ffce9a, #ff8b02, #f07c00);
}
}

@media screen and (max-width: 767px) {
  /* ===================================================================
  common_sp.css
=================================================================== */
.fes_list {
  font-size: 0rem;
  text-align: center;
  letter-spacing: 0;
}
.fes_list > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  letter-spacing: .1em;
}
.fes_list li {
  width: 162px;
  vertical-align: top;
  text-align: center;
  margin-bottom: 30px;
}
.fes_list li a {
  display: block;
}
.fes_list li a:hover {
  opacity: 1;
}
.fes_list li a:hover img {
  opacity: 1;
}
.fes_list li .icon_outer {
  position: relative;
  width: 136px;
  height: 136px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 10px;
}
.fes_list li .icon_outer .icon {
  width: 130px;
  height: 130px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding-top: 35px;
  position: absolute;
  left: 3px;
  top: 3px;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fes_list li .icon_outer .icon img {
  height: 58px;
}
.fes_list li .icon_outer .icon--filmcraft img {
  height: 64px;
}
.fes_list li .icon_outer:after {
  content: 'Click!';
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2rem;
  padding-top: 60px;
  line-height: 1;
  -webkit-perspective: 136px;
  -moz-perspective: 136px;
  perspective: 136px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fes_list li p {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: .07em;
  color: #3e3a39;
}
.fes_list li:hover .icon_outer .icon {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.fes_list li:hover .icon_outer:after {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.fes_list li:nth-child(1) .icon_outer {
  background: -webkit-linear-gradient(#48c3fd, #0a7aad, #002244);
  background: -webkit-gradient(linear, left top, left bottom, from(#48c3fd), color-stop(#0a7aad), to(#002244));
  background: -moz- oldlinear-gradient(#48c3fd, #0a7aad, #002244);
  background: linear-gradient(#48c3fd, #0a7aad, #002244);
}
.fes_list li:nth-child(2) .icon_outer {
  background: -webkit-linear-gradient(#777bd5, #10142e);
  background: -webkit-gradient(linear, left top, left bottom, from(#777bd5), color-stop(#ff0405), to(#10142e));
  background: -moz- oldlinear-gradient(#777bd5, #10142e);
  background: linear-gradient(#777bd5, #10142e);
}
.fes_list li:nth-child(3) .icon_outer {
  background: -webkit-linear-gradient(#ff9d9d, #ff0405, #ea0000);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9d9d), color-stop(#ff0405), to(#ea0000));
  background: -moz- oldlinear-gradient(#ff9d9d, #ff0405, #ea0000);
  background: linear-gradient(#ff9d9d, #ff0405, #ea0000);
}
.fes_list li:nth-child(4) .icon_outer {
  background: -webkit-linear-gradient(#a3fe9a, #13b902, #30a501);
  background: -webkit-gradient(linear, left top, left bottom, from(#a3fe9a), color-stop(#13b902), to(#30a501));
  background: -moz- oldlinear-gradient(#a3fe9a, #13b902, #30a501);
  background: linear-gradient(#a3fe9a, #13b902, #30a501);
}
.fes_list li:nth-child(5) .icon_outer {
  background: -webkit-linear-gradient(#fffc49, #c1c306, #969400);
  background: -webkit-gradient(linear, left top, left bottom, from(#fffc49), color-stop(#c1c306), to(#969400));
  background: -moz- oldlinear-gradient(#fffc49, #c1c306, #969400);
  background: linear-gradient(#fffc49, #c1c306, #969400);
}
.fes_list li:nth-child(6) .icon_outer {
  background: -webkit-linear-gradient(#22ac67, #118a4e, #006734);
  background: -webkit-gradient(linear, left top, left bottom, from(#22ac67), color-stop(#118a4e), to(#006734));
  background: -moz- oldlinear-gradient(#22ac67, #118a4e, #006734);
  background: linear-gradient(#22ac67, #118a4e, #006734);
}
.fes_list li:nth-child(7) .icon_outer {
  background: -webkit-linear-gradient(#ff87c0, #ff329c, #f5007f);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff87c0), color-stop(#ff329c), to(#f5007f));
  background: -moz- oldlinear-gradient(#ff87c0, #ff329c, #f5007f);
  background: linear-gradient(#ff87c0, #ff329c, #f5007f);
}
.fes_list li:nth-child(8) .icon_outer {
  background: -webkit-linear-gradient(#f29aff, #ff01f6, #a600be);
  background: -webkit-gradient(linear, left top, left bottom, from(#f29aff), color-stop(#ff01f6), to(#a600be));
  background: -moz- oldlinear-gradient(#f29aff, #ff01f6, #a600be);
  background: linear-gradient(#f29aff, #ff01f6, #a600be);
}
.fes_list li:nth-child(9) .icon_outer {
  background: -webkit-linear-gradient(#ffce9a, #ff8b02, #f07c00);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffce9a), color-stop(#ff8b02), to(#f07c00));
  background: -moz- oldlinear-gradient(#ffce9a, #ff8b02, #f07c00);
  background: linear-gradient(#ffce9a, #ff8b02, #f07c00);
}
}

/* 審査員カード一覧 */
.c-judge-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 4%;
  row-gap: 60px;
  margin-top: 40px;
}

.c-judge-list__item {
  width: 16.5%;
}

.c-judge-list__item:hover {
  opacity: 0.8;
}

.c-judge-list__item figcaption {
  padding: 12px;
  background-color: #000;
  color: #fff;
  min-height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-judge-list__item__img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-judge-list {
    row-gap: 20px;
    margin-top: 40px;
  }
  .c-judge-list__item {
    width: 46%;
  }
  .c-judge-list__item figcaption {
    min-height: 54px;
    font-size: 10px;
  }
}


/* 共通 */

.twinBnr .bnr li.fes2024 a {
  background: url(../images/twin-bnr_fes2024.png) left top no-repeat;
  -moz-background-size: 100%;
  background-size: 100%;
}
.twinBnr .bnr li.outline2024 a {
  background: url(../images/twin-bnr_outline2024.jpg) left top no-repeat;
  -moz-background-size: 100%;
  background-size: 100%;
}