@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:300|Noto+Serif:700&display=swap&subset=japanese);@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* color set
----------------------------------------*/
/* z-index
----------------------------------------*/
/* breakpoint
----------------------------------------*/
/* base content width
----------------------------------------*/
body {
  font-family: 'Noto Sans JP', sans-serif; }
  @media screen and (min-width: 1024px) {
    body {
      font-family: "游ゴシック",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif; } }

/* common
----------------------------------------*/
* {
  box-sizing: border-box;
  outline: none; }

html {
  font-size: 2.66667vw;
  width: 100%;
  height: 100%;
  background: #e5e5e5; }

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  font-feature-settings: "palt";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000;
  word-break: normal;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word; }

body.fixed {
  position: fixed;
  width: 100%;
  z-index: 1; }

.pc {
  display: none; }

.sp {
  display: block; }

a {
  color: #af5fe2;
  text-decoration: none;
  transition: opacity .3s; }
  a:hover {
    opacity: 0.5; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

svg {
  width: 100%; }

img {
  border: 0;
  vertical-align: bottom;
  width: 100%;
  height: auto; }

.text--center {
  text-align: center !important; }

@media screen and (min-width: 1024px) {
  html {
    font-size: 62.5%; }
  .pc {
    display: block; }
  .sp {
    display: none; } }

.article {
  position: relative;
  padding-top: 12rem; }

.sub__page .article {
  padding-top: 6rem; }

@media screen and (min-width: 1024px) {
  .article {
    padding-top: 24rem; }
  .sub__page .article {
    padding-top: 12rem; } }

/* loading animation
----------------------------------------*/
.js body {
  opacity: 0;
  transition: opacity 0.3s;
  transition-delay: 0.5s; }

.js body.render {
  opacity: 1; }

/* Page Loader */
.header__logo {
  opacity: 0; }

.header__tagline {
  opacity: 0;
  transform: translateY(20px); }

.header__entry {
  opacity: 0;
  transform: scale(0); }

.js-section_title {
  opacity: 0;
  transform: translateY(20px); }

.section__sub__title {
  opacity: 0;
  transform: translateY(20px); }

.section__text,
.juries__item {
  opacity: 0;
  transform: translateY(20px); }

.js__inview__y {
  opacity: 0;
  transform: translateY(20px); }

.js__inview__fade {
  opacity: 0; }

.winner__sub__title,
.winner__item {
  opacity: 0;
  transform: translateY(20px); }

.sub__winner__title,
.sub__winner__item,
.sub__winner__text {
  opacity: 0;
  transform: translateY(20px); }

.btn__wrapper {
  opacity: 0;
  transform: translateY(20px); }

.js body {
  opacity: 0;
  transition: opacity 0.3s; }
  .js body.render {
    opacity: 1; }

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

@keyframes fade-out {
  0% {
    display: block;
    opacity: 1; }
  99% {
    display: block;
    opacity: 0; }
  100% {
    display: none;
    opacity: 0; } }

.section {
  position: relative; }
  .section .section__title {
    color: #af5fe2;
    text-align: center;
    margin: 0 auto; }
  .section .section__inner {
    position: relative; }
    .section .section__inner .js-line {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      border-top: 1px solid #af5fe2;
      content: '';
      transform-origin: left;
      transform: scaleX(0.0001);
      display: block; }
    .section .section__inner .section__container {
      width: 100%;
      padding-bottom: 10rem; }
    .section .section__inner .section__content {
      padding: 6rem 10.67% 0; }
    .section .section__inner .section__sub__title {
      font-weight: 600;
      font-family: 'Noto Serif', serif;
      color: #af5fe2;
      text-align: center;
      font-size: 2.13rem; }
      @media screen and (min-width: 1024px) {
        .section .section__inner .section__sub__title {
          font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; } }
    .section .section__inner .section__text {
      margin-top: 2.5rem; }
      .section .section__inner .section__text p {
        font-size: 1.6rem; }
      .section .section__inner .section__text ol {
        margin-left: 1rem; }
        .section .section__inner .section__text ol li {
          padding-left: 1rem;
          margin-bottom: 1rem; }
          .section .section__inner .section__text ol li span {
            font-size: 1.25rem; }
      .section .section__inner .section__text ul {
        list-style: none; }
        .section .section__inner .section__text ul li {
          position: relative;
          padding-left: 3rem;
          font-size: 1.6rem; }
          .section .section__inner .section__text ul li span {
            font-size: 1.3rem; }
          .section .section__inner .section__text ul li:before {
            position: absolute;
            content: '◯';
            top: 0;
            left: 0rem; }

#about .section__title {
  width: 12%; }

#outline .section__title {
  width: 14%; }

#entry .section__title {
  width: 10%; }

#juries .section__title {
  width: 10%; }

#schedule .section__title {
  width: 16.4%; }

#winner .section__title {
  width: 13.3%; }

#sub__winner .section__title {
  width: 20%; }
  #sub__winner .section__title svg {
    width: 100%;
    height: auto; }

#contact .section__title {
  width: 14%; }

@media screen and (min-width: 1024px) {
  .section {
    position: relative; }
    .section .section__title {
      color: #af5fe2;
      text-align: center;
      margin: 0 auto 1rem; }
    .section .section__inner .section__container {
      width: 100%;
      padding-bottom: 10rem; }
    .section .section__inner .section__content {
      padding: 15rem 0 0;
      width: 86rem;
      margin: 0 auto; }
    .section .section__inner .section__sub__title {
      font-weight: 600;
      font-family: 'Noto Serif', serif;
      color: #af5fe2;
      text-align: center;
      font-size: 4.2rem;
      line-height: 1; } }
    @media screen and (min-width: 1024px) and (min-width: 1024px) {
      .section .section__inner .section__sub__title {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; } }

@media screen and (min-width: 1024px) {
    .section .section__inner .section__text {
      margin-top: 5rem; }
      .section .section__inner .section__text p {
        font-size: 3.2rem; }
      .section .section__inner .section__text ol {
        margin-left: 1rem; }
        .section .section__inner .section__text ol li {
          padding-left: 1rem;
          margin-bottom: 1rem;
          font-size: 3.2rem; }
          .section .section__inner .section__text ol li span {
            font-size: 2.5rem; }
      .section .section__inner .section__text ul {
        list-style: none; }
        .section .section__inner .section__text ul li {
          position: relative;
          padding-left: 6rem;
          font-size: 3.2rem; }
          .section .section__inner .section__text ul li:before {
            position: absolute;
            content: '◯';
            top: 0;
            left: 0rem; }
          .section .section__inner .section__text ul li span {
            font-size: 2.5rem; }
  #about .section__title {
    width: 6.25vw; }
  #outline .section__title {
    width: 7.5vw; }
  #entry .section__title {
    width: 5.4vw; }
  #juries .section__title {
    width: 5.7vw; }
  #schedule .section__title {
    width: 9vw; }
  #winner .section__title {
    width: 9vw; }
  #sub__winner .section__title {
    width: 15vw; }
  #contact .section__title {
    width: 7.7vw; } }

#JBTA2019 #header {
  width: 100%;
  height: 100%;
  background-image: url("assets/images/main_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  #JBTA2019 #header .header__inner {
    width: 100%;
    height: 100%; }
  #JBTA2019 #header .header__container {
    width: 100%;
    height: 100%; }
  #JBTA2019 #header .header__content {
    position: relative;
    width: 100%;
    height: 100%; }
  #JBTA2019 #header .header__logo {
    position: absolute;
    top: 3rem;
    left: 7.6%;
    width: 74%; }
  #JBTA2019 #header .header__tagline {
    position: absolute;
    top: 50%;
    left: 70%;
    width: 15.3%; }
    #JBTA2019 #header .header__tagline svg {
      width: 100%;
      height: auto; }
  #JBTA2019 #header .header__entry {
    position: absolute;
    top: 67%;
    left: 16.53%;
    width: 27vw;
    height: 27vw;
    background-color: #af5fe2;
    border-radius: 100%; }
    #JBTA2019 #header .header__entry a {
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      width: 27vw;
      height: 27vw;
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      font-weight: 600;
      font-family: 'Noto Serif', serif;
      color: #fff;
      font-size: 1.6rem;
      text-align: center; }
      @media screen and (min-width: 1024px) {
        #JBTA2019 #header .header__entry a {
          font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; } }
    #JBTA2019 #header .header__entry svg {
      width: 52%;
      height: auto; }
  #JBTA2019 #header .header__entry.end {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    font-weight: 600;
    font-family: 'Noto Serif', serif;
    color: #fff;
    font-size: 1.6rem;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      #JBTA2019 #header .header__entry.end {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; } }
  #JBTA2019 #header .header__arrow {
    position: absolute;
    bottom: -5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0.3rem;
    height: 10.2rem;
    overflow: hidden; }
  #JBTA2019 #header .header__arrow__inner {
    width: 0.4rem;
    height: 10.2rem;
    transform-origin: center top;
    animation: allow_down 3s infinite 2s both; }

@keyframes allow_down {
  0% {
    transform: translateY(-102px); }
  40% {
    transform: translateY(0px); }
  80% {
    transform: translateY(102px); }
  100% {
    transform: translateY(102px); } }

@media screen and (min-width: 1024px) {
  #JBTA2019 #header {
    height: 100vh;
    min-height: 70rem;
    background-image: url("assets/images/main_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat; }
    #JBTA2019 #header .header__content {
      position: relative;
      width: 100%;
      height: 100vh;
      min-height: 70rem; }
    #JBTA2019 #header .header__logo {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 8%;
      width: 50%; }
    #JBTA2019 #header .header__tagline {
      position: absolute;
      top: 12vh;
      left: 75%;
      width: 11.5rem; }
      #JBTA2019 #header .header__tagline svg {
        width: 100%;
        height: auto; }
    #JBTA2019 #header .header__entry {
      position: absolute;
      top: auto;
      bottom: 12vh;
      left: 75%;
      width: 20rem;
      height: 20rem;
      background-color: #af5fe2;
      border-radius: 100%; }
      #JBTA2019 #header .header__entry a {
        width: 20rem;
        height: 20rem;
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        font-weight: 600;
        font-family: 'Noto Serif', serif;
        color: #fff;
        font-size: 3.2rem;
        text-align: center; } }
      @media screen and (min-width: 1024px) and (min-width: 1024px) {
        #JBTA2019 #header .header__entry a {
          font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; } }

@media screen and (min-width: 1024px) {
      #JBTA2019 #header .header__entry svg {
        width: 52%;
        height: auto; }
    #JBTA2019 #header .header__entry.end {
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      font-weight: 600;
      font-family: 'Noto Serif', serif;
      color: #fff;
      font-size: 3.2rem;
      text-align: center; } }
    @media screen and (min-width: 1024px) and (min-width: 1024px) {
      #JBTA2019 #header .header__entry.end {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; } }

@media screen and (min-width: 1024px) {
    #JBTA2019 #header .header__arrow {
      position: absolute;
      bottom: -10.2rem;
      left: 50%;
      width: 0.8rem;
      height: 20.4rem; }
    #JBTA2019 #header .header__arrow__inner {
      width: 0.8rem;
      height: 20.4rem;
      transform-origin: center top;
      animation: allow_down 3s infinite 2s both; }
  @keyframes allow_down {
    0% {
      transform: translateY(-204px); }
    40% {
      transform: translateY(0px); }
    80% {
      transform: translateY(204px); }
    100% {
      transform: translateY(204px); } } }

#footer {
  padding: 3.8rem 0 1.5rem;
  text-align: center; }
  #footer .footer__copyright {
    font-size: 1.24rem;
    text-align: center; }

@media screen and (min-width: 1024px) {
  #footer {
    padding: 5.5rem 0 8.5rem; }
    #footer .footer__copyright {
      font-size: 2.48rem; } }

@media screen and (min-width: 1024px) {
  .about__title {
    font-size: 6.91rem !important;
    line-height: 1.5 !important; } }

.prize__inner {
  border: 1px solid #af5fe2;
  padding: 0.35rem; }

.prize__list {
  background-image: url("assets/images/prize_bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 6rem 12%; }

.prize__lead {
  text-align: center;
  font-size: 1.2rem;
  display: block;
  line-height: 2;
  font-weight: 600;
  font-family: 'Noto Serif', serif;
  margin-bottom: 5rem; }
  @media screen and (min-width: 1024px) {
    .prize__lead {
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; } }

.prize__item {
  margin-bottom: 6rem; }
  .prize__item:last-child {
    margin-bottom: 0; }

.prize__icon {
  width: 12.5%;
  margin: 0 auto 1.8rem; }

.prize__name__ja {
  text-align: center;
  font-size: 1.6rem;
  display: block;
  line-height: 1;
  font-weight: 600;
  font-family: 'Noto Serif', serif; }
  @media screen and (min-width: 1024px) {
    .prize__name__ja {
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; } }

.prize__name__en {
  padding-top: 0.5rem;
  text-align: center;
  font-size: 2.1rem;
  display: block;
  line-height: 1;
  font-weight: 600;
  font-family: 'Noto Serif', serif; }
  @media screen and (min-width: 1024px) {
    .prize__name__en {
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; } }

.prize dd {
  padding-top: 2.5rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2; }

@media screen and (min-width: 1024px) {
  .prize__inner {
    border: 2px solid #af5fe2;
    padding: 1rem;
    margin-bottom: 17rem; }
  .prize__list {
    padding: 9rem 12%; }
  .prize__lead {
    text-align: center;
    font-size: 2.5rem;
    display: block;
    line-height: 2;
    font-weight: 600;
    font-family: 'Noto Serif', serif;
    margin-bottom: 5rem; } }
  @media screen and (min-width: 1024px) and (min-width: 1024px) {
    .prize__lead {
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; } }

@media screen and (min-width: 1024px) {
  .prize__item {
    margin-bottom: 6rem; }
    .prize__item:last-child {
      margin-bottom: 0; }
  .prize__icon {
    width: 12.5%;
    margin: 0 auto 1.8rem; }
  .prize__name__ja {
    text-align: center;
    font-size: 4.3rem;
    display: block;
    line-height: 1;
    font-weight: 600;
    font-family: 'Noto Serif', serif; } }
  @media screen and (min-width: 1024px) and (min-width: 1024px) {
    .prize__name__ja {
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; } }

@media screen and (min-width: 1024px) {
  .prize__name__en {
    padding-top: 0.5rem;
    text-align: center;
    font-size: 4.3rem;
    display: block;
    line-height: 1;
    font-weight: 600;
    font-family: 'Noto Serif', serif; } }
  @media screen and (min-width: 1024px) and (min-width: 1024px) {
    .prize__name__en {
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; } }

@media screen and (min-width: 1024px) {
  .prize dd {
    padding-top: 2.5rem;
    text-align: center;
    font-size: 3.2rem;
    line-height: 2; } }

.outline__period__text {
  text-align: center; }
  .outline__period__text__end {
    margin-top: 2rem;
    font-size: 1.8rem; }

.outline__down_arrow {
  margin: 0 auto;
  width: 1.5rem;
  height: 4rem; }
  .outline__down_arrow svg {
    width: 1.5rem;
    height: 4rem; }

.outline p.desc__small {
  margin-top: 2rem;
  text-align: center;
  font-size: 0.9rem !important; }

@media screen and (min-width: 1024px) {
  .outline__period__text {
    text-align: center; }
    .outline__period__text__end {
      margin-top: 4rem !important;
      font-size: 3.6rem !important; }
  .outline__down_arrow {
    margin: 0 auto;
    width: 3rem;
    height: 8rem; }
    .outline__down_arrow svg {
      width: 3rem;
      height: 8rem; }
  .outline p.desc__small {
    margin-top: 2rem;
    text-align: center;
    font-size: 1.7rem !important; } }

.section__entry .entry__dl__title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: normal; }

.section__entry .entry__dl__list {
  display: flex;
  justify-content: space-between;
  padding: 2.5rem 0; }
  .section__entry .entry__dl__list li {
    padding-left: 0 !important; }
    .section__entry .entry__dl__list li::before {
      content: '' !important; }
  .section__entry .entry__dl__list .btn--entry__dl {
    width: 12rem;
    height: 12rem;
    display: block;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    border-radius: 100%;
    text-decoration: none;
    background-color: rgba(175, 95, 226, 0.15);
    color: #000;
    border: 1px solid #000; }

.section__entry .entry__dl__notice {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.8;
  margin-top: 2rem; }

@media screen and (min-width: 1024px) {
  .section__entry .entry__dl__title {
    text-align: center;
    font-size: 3.6rem;
    line-height: 1;
    padding-top: 2.5rem; }
  .section__entry .entry__dl__list {
    display: flex;
    justify-content: space-between;
    padding: 6.5rem 0;
    width: 54rem;
    margin: 0 auto; }
    .section__entry .entry__dl__list li {
      padding-left: 0 !important; }
      .section__entry .entry__dl__list li::before {
        content: '' !important; }
    .section__entry .entry__dl__list .btn--entry__dl {
      width: 21.2rem;
      height: 21.2rem;
      display: block;
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      border-radius: 100%;
      text-decoration: none;
      background-color: rgba(175, 95, 226, 0.15);
      color: #000;
      border: 1px solid #000; }
  .section__entry .entry__dl__notice {
    font-size: 3.6rem;
    text-align: center;
    margin-top: 4rem; } }

.section__juries .juries__list .juries__item {
  margin-top: 4.5rem;
  margin-bottom: 9rem; }
  .section__juries .juries__list .juries__item:last-child {
    margin-bottom: 0; }
  .section__juries .juries__list .juries__item .juries__figure {
    width: 72%;
    margin: 0 auto 2.5rem; }
    .section__juries .juries__list .juries__item .juries__figure img {
      border-radius: 100%; }
  .section__juries .juries__list .juries__item .juries__name {
    text-align: center;
    color: #af5fe2;
    font-weight: 600;
    font-family: 'Noto Serif', serif;
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 0.5rem; }
    @media screen and (min-width: 1024px) {
      .section__juries .juries__list .juries__item .juries__name {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; } }
  .section__juries .juries__list .juries__item .juries__division {
    text-align: center;
    font-size: 1.4rem; }

@media screen and (min-width: 1024px) {
  .section__juries .juries__list {
    width: 89rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .section__juries .juries__list .juries__item {
      width: 45%;
      margin-top: 9rem;
      margin-bottom: 9rem; }
      .section__juries .juries__list .juries__item:last-child {
        margin-bottom: 0; }
      .section__juries .juries__list .juries__item .juries__figure {
        width: 33.7rem;
        height: 33.7rem;
        margin: 0 auto 5rem; }
      .section__juries .juries__list .juries__item .juries__name {
        text-align: center;
        color: #af5fe2;
        font-weight: 600;
        font-family: 'Noto Serif', serif;
        font-size: 3.5rem;
        line-height: 1;
        margin-bottom: 1rem; } }
      @media screen and (min-width: 1024px) and (min-width: 1024px) {
        .section__juries .juries__list .juries__item .juries__name {
          font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; } }

@media screen and (min-width: 1024px) {
      .section__juries .juries__list .juries__item .juries__division {
        text-align: center;
        font-size: 2.8rem;
        line-height: 1.8; } }

.section__schedule .schedule__list li {
  text-align: center;
  margin-bottom: 5rem;
  padding-left: 0 !important;
  font-size: 1.6rem; }
  .section__schedule .schedule__list li span {
    font-size: 1.3rem; }
  .section__schedule .schedule__list li::before {
    content: '' !important; }
  .section__schedule .schedule__list li:last-child {
    margin-bottom: 0; }

@media screen and (min-width: 1024px) {
  .section__schedule .schedule__list li {
    text-align: center;
    margin-bottom: 5rem;
    padding-left: 0 !important;
    font-size: 3.2rem; }
    .section__schedule .schedule__list li span {
      font-size: 2.5rem; }
    .section__schedule .schedule__list li::before {
      content: '' !important; }
    .section__schedule .schedule__list li:last-child {
      margin-bottom: 0; } }

.section__winner {
  padding-bottom: 5.5rem; }
  .section__winner .winner__sub__title {
    font-weight: 600;
    font-family: 'Noto Serif', serif;
    text-align: center;
    font-size: 2.13rem;
    color: #000;
    line-height: 1;
    margin-top: 5.5rem;
    margin-bottom: 2.5rem; }
    @media screen and (min-width: 1024px) {
      .section__winner .winner__sub__title {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; } }
  .section__winner .winner__item + .winner__item {
    margin-top: 5.5rem; }
  .section__winner .winner__item a {
    display: flex;
    flex-direction: column; }
    .section__winner .winner__item a .winner__item__image {
      width: 43.3%;
      margin: 0 auto; }
    .section__winner .winner__item a .winner__item__meta {
      padding-top: 1.5rem; }
      .section__winner .winner__item a .winner__item__meta__title {
        font-size: 2.13rem;
        text-align: center;
        color: #000;
        line-height: 1;
        margin-bottom: 2.5rem;
        font-weight: bold; }
      .section__winner .winner__item a .winner__item__meta__detail {
        font-size: 1.6rem;
        text-align: center;
        color: #000;
        line-height: 2; }

@media screen and (min-width: 1024px) {
  .section__winner {
    padding-bottom: 11rem; }
    .section__winner .winner__sub__title {
      font-weight: 600;
      font-family: 'Noto Serif', serif;
      text-align: center;
      font-size: 4.2rem;
      color: #000;
      line-height: 1;
      margin-top: 22rem;
      margin-bottom: 5rem; } }
    @media screen and (min-width: 1024px) and (min-width: 1024px) {
      .section__winner .winner__sub__title {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; } }

@media screen and (min-width: 1024px) {
    .section__winner .winner__item + .winner__item {
      margin-top: 11rem; }
    .section__winner .winner__item a {
      display: flex;
      flex-direction: row; }
      .section__winner .winner__item a .winner__item__image {
        width: 27%;
        margin: 0 auto; }
      .section__winner .winner__item a .winner__item__meta {
        width: 73%;
        padding-top: 1rem;
        padding-left: 3.5rem; }
        .section__winner .winner__item a .winner__item__meta__title {
          font-size: 4.2rem;
          text-align: left;
          color: #000;
          line-height: 1;
          margin-bottom: 5rem; }
        .section__winner .winner__item a .winner__item__meta__detail {
          font-size: 3.2rem;
          text-align: left;
          color: #000;
          line-height: 2; } }

.section__contact .section__container {
  padding: 0 !important; }

.section__contact .contact__text {
  text-align: center; }

.section__contact p.contact__text__sub {
  margin-top: 3rem !important;
  text-align: center;
  font-size: 1.25rem !important; }

@media screen and (min-width: 1024px) {
  .section__contact p.contact__text__sub {
    margin-top: 6rem !important;
    text-align: center;
    font-size: 2.48rem !important; } }

#JBTA2019 #header_sub {
  width: 100%;
  height: 30.67vw;
  background-image: url("assets/images/main_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  #JBTA2019 #header_sub .header__inner {
    width: 100%;
    height: 100%; }
  #JBTA2019 #header_sub .header__container {
    width: 100%;
    height: 100%; }
  #JBTA2019 #header_sub .header__content {
    position: relative;
    width: 100%;
    height: 100%; }
  #JBTA2019 #header_sub .header__logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 7.6%;
    width: 74%; }
    #JBTA2019 #header_sub .header__logo img {
      width: 18rem;
      height: auto; }

@media screen and (min-width: 1024px) {
  #JBTA2019 #header_sub {
    min-height: 23rem;
    height: 16.84vw;
    background-image: url("assets/images/main_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat; }
    #JBTA2019 #header_sub .header__content {
      position: relative;
      width: 100%;
      min-height: 23rem;
      height: 16.84vw; }
    #JBTA2019 #header_sub .header__logo {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 8%;
      width: 50%; }
      #JBTA2019 #header_sub .header__logo img {
        width: 36rem;
        height: auto; } }

#footer {
  padding: 3.8rem 0 1.5rem;
  text-align: center; }
  #footer .footer__copyright {
    font-size: 1.24rem;
    text-align: center; }

@media screen and (min-width: 1024px) {
  #footer {
    padding: 5.5rem 0 8.5rem; }
    #footer .footer__copyright {
      font-size: 2.48rem; } }

#sub__winner .sub__winner__title {
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 5rem; }

#sub__winner .sub__winner__item__image {
  width: 43.3%;
  margin: 0 auto; }

#sub__winner .sub__winner__item__meta__title {
  margin-top: 2rem;
  text-align: center;
  font-size: 2.1rem;
  line-height: 1;
  font-weight: bold; }

#sub__winner .sub__winner__item__meta__url {
  margin-top: 1rem;
  text-align: center;
  font-size: 1.4rem; }
  #sub__winner .sub__winner__item__meta__url a {
    color: #000; }
    #sub__winner .sub__winner__item__meta__url a:hover {
      text-decoration: underline; }

#sub__winner .sub__winner__item__meta__detail {
  margin-top: 5rem;
  text-align: left; }

#sub__winner .sub__winner__subtitle {
  margin-bottom: 3rem; }

#sub__winner .btn__wrapper .btn {
  font-weight: 600;
  font-family: 'Noto Serif', serif;
  margin: 0 auto;
  display: block;
  width: 21rem;
  text-align: center;
  color: #fff;
  background-color: #af5fe2;
  line-height: 1;
  padding: 1.4rem 0;
  letter-spacing: 0.01em; }
  @media screen and (min-width: 1024px) {
    #sub__winner .btn__wrapper .btn {
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; } }

@media screen and (min-width: 1024px) {
  #sub__winner .sub__winner__title {
    font-size: 7rem;
    margin-bottom: 10rem; }
  #sub__winner .sub__winner__item {
    display: flex; }
    #sub__winner .sub__winner__item__image {
      width: 27%;
      margin: 0 auto; }
    #sub__winner .sub__winner__item__meta {
      margin: 0;
      width: 73%;
      padding-top: 1rem;
      padding-left: 3.5rem; }
      #sub__winner .sub__winner__item__meta__title {
        margin-top: 0;
        text-align: left;
        font-size: 4.2rem;
        line-height: 1; }
      #sub__winner .sub__winner__item__meta__url {
        margin-top: 1rem;
        text-align: left;
        font-size: 2.8rem; }
        #sub__winner .sub__winner__item__meta__url a {
          color: #000; }
          #sub__winner .sub__winner__item__meta__url a:hover {
            text-decoration: underline; }
      #sub__winner .sub__winner__item__meta__detail {
        margin-top: 5rem;
        text-align: left;
        font-size: 2em; }
  #sub__winner .sub__winner__subtitle {
    margin-bottom: 11rem;
    font-size: 4.2rem; }
  #sub__winner .sub__winner__text {
    font-size: 3.2rem;
    line-height: 2; }
  #sub__winner .btn__wrapper .btn {
    font-weight: 600;
    font-family: 'Noto Serif', serif;
    margin: 0 auto;
    display: block;
    width: 42rem;
    text-align: center;
    color: #fff;
    background-color: #af5fe2;
    line-height: 1;
    padding: 2.8rem 0;
    letter-spacing: 0.01em;
    font-size: 2em; } }
  @media screen and (min-width: 1024px) and (min-width: 1024px) {
    #sub__winner .btn__wrapper .btn {
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; } }

.wrapper {
  position: relative;
  width: 100%;
  height: 100%; }

.menu__trigger__wrapper {
  cursor: pointer;
  z-index: 1000;
  position: fixed;
  width: 50px;
  height: 50px;
  right: 1rem;
  top: 1rem; }

.menu__trigger,
.menu__trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.menu__trigger {
  position: absolute;
  top: 19px;
  left: 12px;
  width: 25px;
  height: 13px; }

.menu__trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #af5fe2;
  border-radius: 2px; }

.menu__trigger span:nth-of-type(1) {
  top: 0; }

.menu__trigger span:nth-of-type(2) {
  bottom: 0; }

.menu__trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg); }

.menu__trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg); }

@media screen and (min-width: 1024px) {
  .menu__trigger__wrapper {
    width: 100px;
    height: 100px;
    top: 2rem;
    right: 3rem;
    bottom: auto; }
  .menu__trigger {
    position: absolute;
    top: 38px;
    left: 24px;
    width: 50px;
    height: 26px; }
  .menu__trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #af5fe2;
    border-radius: 2px; }
  .menu__trigger span:nth-of-type(1) {
    top: 0; }
  .menu__trigger span:nth-of-type(2) {
    bottom: 0; }
  .menu__trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg); }
  .menu__trigger.active span:nth-of-type(2) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg); } }

/*------------------------------*/
#menu {
  z-index: 999;
  position: fixed;
  background-color: #000;
  width: 100%;
  height: 100%;
  display: none; }
  #menu.active {
    animation: fade-in 0.2s linear;
    display: block; }
  #menu .menu__logo {
    position: absolute;
    top: 1.8rem;
    left: 1.8rem;
    width: 12rem; }
  #menu .menu__list {
    padding-top: 9rem; }
    #menu .menu__list__item {
      text-align: center;
      margin: 0 auto 3.6rem; }
      #menu .menu__list__item a {
        display: inline-block; }
        #menu .menu__list__item a .menu__en {
          display: block;
          margin: 0 auto; }
        #menu .menu__list__item a .menu__about {
          width: 13.42vw; }
        #menu .menu__list__item a .menu__outline {
          width: 16.18vw; }
        #menu .menu__list__item a .menu__entry {
          width: 11.6vw; }
        #menu .menu__list__item a .menu__juries {
          width: 12.26vw; }
        #menu .menu__list__item a .menu__schedule {
          width: 19.3vw; }
        #menu .menu__list__item a .menu__contact {
          width: 16.6vw; }
        #menu .menu__list__item a .menu__ja {
          font-size: 1rem;
          line-height: 1;
          font-weight: 600;
          font-family: 'Noto Serif', serif;
          text-align: center;
          display: block; }
          @media screen and (min-width: 1024px) {
            #menu .menu__list__item a .menu__ja {
              font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; } }

@media screen and (min-width: 1024px) {
  #menu {
    z-index: 999;
    position: fixed;
    background-color: #000;
    width: 100%;
    height: 100%;
    display: none;
    pointer-events: none; }
    #menu.active {
      pointer-events: all;
      display: block; }
    #menu .menu__logo {
      position: absolute;
      top: 4.7rem;
      left: 4.2rem;
      width: 29.8rem; }
    #menu .menu__list {
      padding-top: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0); }
      #menu .menu__list__item {
        text-align: center;
        margin: 0 auto 3.6rem; }
        #menu .menu__list__item:last-child {
          margin-bottom: 0; }
        #menu .menu__list__item a {
          display: inline-block; }
          #menu .menu__list__item a .menu__en {
            display: block;
            margin: 0 auto; }
          #menu .menu__list__item a .menu__about {
            width: 9rem; }
          #menu .menu__list__item a .menu__outline {
            width: 10.76rem; }
          #menu .menu__list__item a .menu__entry {
            width: 7.7rem; }
          #menu .menu__list__item a .menu__juries {
            width: 8.1rem; }
          #menu .menu__list__item a .menu__schedule {
            width: 12.83rem; }
          #menu .menu__list__item a .menu__contact {
            width: 11rem; }
          #menu .menu__list__item a .menu__ja {
            font-size: 1.7rem;
            line-height: 1;
            font-weight: 600;
            font-family: 'Noto Serif', serif;
            text-align: center;
            display: block; } }
          @media screen and (min-width: 1024px) and (min-width: 1024px) {
            #menu .menu__list__item a .menu__ja {
              font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; } }
