@charset "UTF-8";
/*--- import -------------------------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  word-break: break-word;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: baseline;
  background: transparent;
  line-height: 1.6;
}

html {
  overflow: auto;
}

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

li {
  list-style-type: none;
}

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

a {
  text-decoration: none;
  color: inherit;
}

img, picture {
  vertical-align: middle;
  max-width: 100%;
}

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

input, select {
  vertical-align: middle;
}

br {
  line-height: 0;
}

input, textarea, select, button {
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

/* safariでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

a:focus, *:focus {
  outline: none;
}

/*------------------------------------- import ---*/
body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  　　-ms-text-size-adjust: 100%;
  /*EgdeMobile*/
  　　-moz-text-size-adjust: 100%;
  /*firefox*/
  font-family: Roboto, Helvetica Neue, Arial;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  text-align: center;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-size: 1rem;
  background: #FFF;
  letter-spacing: 0.07em;
  position: relative;
  /* safariでのデフォルトスタイルをリセット */
}
body a {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  body a:hover {
    opacity: 0.7;
  }
}
body .pc {
  display: block;
}
body .pc._inline {
  display: inline;
}
body .pc._inline-block {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  body .pc {
    display: none;
  }
}
body .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body .sp {
    display: block;
  }
  body .sp._inline {
    display: inline;
  }
  body .sp._inline-block {
    display: inline-block;
  }
}
body article,
body aside,
body details,
body figcaption,
body figure,
body footer,
body header,
body hgroup,
body menu,
body nav,
body section,
body main {
  display: block;
}
body li {
  list-style-type: none;
}
body blockquote,
body q {
  quotes: none;
}
body blockquote::before, body blockquote::after,
body q::before,
body q::after {
  content: "";
  content: none;
}
body a {
  text-decoration: none;
  color: inherit;
}
body img,
body picture {
  vertical-align: middle;
  max-width: 100%;
}
body table {
  border-collapse: collapse;
  border-spacing: 0;
}
body input,
body select {
  vertical-align: middle;
}
body br {
  line-height: 0;
}
body input,
body textarea,
body select {
  font: inherit;
}
body input[type=submit],
body input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body input[type=submit]::-webkit-search-decoration,
body input[type=button]::-webkit-search-decoration {
  display: none;
}
body input[type=submit]::focus,
body input[type=button]::focus {
  outline-offset: -2px;
}

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  -ms-user-select: none;
      user-select: none;
  pointer-events: none;
}

.coution {
  padding-left: 1em;
  text-indent: -1em;
}

.coution::before {
  content: "※";
}

/*スクロールバー全体*/
::-webkit-scrollbar {
  width: 10px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: #e0e0e0;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

#wrapper {
  overflow: hidden;
  padding-top: 93px;
}
@media screen and (max-width: 640px) {
  #wrapper {
    padding-top: 60px;
  }
}
#wrapper .inview {
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#wrapper .inview._delay1 {
  -webkit-transition: all 1.2s 0.1s;
  -o-transition: all 1.2s 0.1s;
  transition: all 1.2s 0.1s;
}
#wrapper .inview._delay2 {
  -webkit-transition: all 1.2s 0.2s;
  -o-transition: all 1.2s 0.2s;
  transition: all 1.2s 0.2s;
}
#wrapper .inview._delay3 {
  -webkit-transition: all 1.2s 0.3s;
  -o-transition: all 1.2s 0.3s;
  transition: all 1.2s 0.3s;
}
#wrapper .inview._delay4 {
  -webkit-transition: all 1.2s 0.4s;
  -o-transition: all 1.2s 0.4s;
  transition: all 1.2s 0.4s;
}
#wrapper .inview._delay5 {
  -webkit-transition: all 1.2s 0.5s;
  -o-transition: all 1.2s 0.5s;
  transition: all 1.2s 0.5s;
}
#wrapper .inview._fadeInleft {
  -webkit-transition: all 1.1s 0.2s;
  -o-transition: all 1.1s 0.2s;
  transition: all 1.1s 0.2s;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#wrapper .inview._fadeInright {
  -webkit-transition: all 1.1s 0.2s;
  -o-transition: all 1.1s 0.2s;
  transition: all 1.1s 0.2s;
  -webkit-transform: translate(50%, 0);
      -ms-transform: translate(50%, 0);
          transform: translate(50%, 0);
}
#wrapper .inview.on {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
@media screen and (max-width: 768px) {
  #wrapper .inview._sp_delay0 {
    -webkit-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
  }
}

section .inner {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  section .inner {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  section .inner {
    padding: 3rem 1.3020833333vw;
  }
}
section .inner h2 {
  font-size: 2.5em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section .inner h2 {
    font-size: 8.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  section .inner.type_prl {
    padding: 25vw 6vw;
  }
  section .inner.type_prl h2 {
    width: 100%;
  }
}

/*------------------------------------------------------------
	.header_top
------------------------------------------------------------*/
.header_top {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #000000;
  height: 93px;
}
@media screen and (max-width: 640px) {
  .header_top {
    height: 60px;
  }
}
.header_top .logo {
  position: absolute;
  left: 2.34375vw;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .header_top .logo {
    left: 5.2083333333vw;
  }
  .header_top .logo img {
    width: 8.8541666667vw;
  }
}
.header_top .top_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 43px;
}
@media screen and (max-width: 640px) {
  .header_top .top_link {
    margin-left: 4.9479166667vw;
  }
}
.header_top .top_link li:nth-of-type(1) {
  margin-right: 35px;
}
@media screen and (max-width: 768px) {
  .header_top .top_link li:nth-of-type(1) {
    margin-right: 4.5572916667vw;
  }
}
.header_top .top_link li:nth-of-type(2) {
  margin-right: 35px;
}
@media screen and (max-width: 768px) {
  .header_top .top_link li:nth-of-type(2) {
    margin-right: 4.5572916667vw;
  }
}
.header_top .top_link li a {
  color: #FFF;
  font-size: 1.18em;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .header_top .top_link li a {
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 640px) {
  .header_top .top_link li a {
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 1000px) {
  .header_top .top_link li a {
    font-size: 1.953125vw;
  }
}
.header_top nav {
  display: block;
  position: fixed;
  top: 0;
  right: -600px;
  bottom: 0;
  width: 680px;
  background: rgba(0, 0, 0, 0.8);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 3;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .header_top nav {
    width: 100%;
    right: -100%;
  }
}
.header_top nav .inner {
  padding: 50px 60px;
  margin-top: 50px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .header_top nav .inner {
    margin-top: 30px;
    padding: 7.8125vw 0 0;
    text-align: center;
  }
}
.header_top nav .inner .head_link {
  margin-bottom: 45px;
}
.header_top nav .inner .head_link li:nth-of-type(1) {
  margin-bottom: 20px;
}
.header_top nav .inner .head_link li:last-child {
  margin-bottom: 0;
}
.header_top nav .inner .head_link li a {
  font-size: 3.90625vw;
  padding: 18px;
}
.header_top nav .inner .official {
  color: #fff;
}
.header_top nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header_top nav .inner ul li {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .header_top nav .inner ul li {
    margin-bottom: 4.5572916667vw;
  }
}
.header_top nav .inner ul li a {
  display: inline-block;
  color: #ffffff;
  font-size: 1.4em;
  padding: 0em 0;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .header_top nav .inner ul li a {
    font-size: 1.8em;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .header_top nav .inner ul li a {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 769px) {
  .header_top nav .inner ul li a::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #ffffff;
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .header_top nav .inner ul li a:hover {
    opacity: 1;
  }
  .header_top nav .inner ul li a:hover::after {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.header_top nav .inner ul li:last-of-type {
  margin-bottom: 45px;
}
@media screen and (max-width: 320px) {
  .header_top nav .inner ul li:last-of-type {
    margin-bottom: 6.5104166667vw;
  }
}
.header_top .open nav {
  right: 0;
  opacity: 1;
}
.header_top .official {
  width: 450px;
  position: relative;
  border: 1px solid #ffffff;
}
@media screen and (max-width: 768px) {
  .header_top .official {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .header_top .official {
    width: 80.7291666667vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) and (max-width: 320px) {
  .header_top .official {
    width: 88.5416666667vw;
  }
}
.header_top .official a {
  display: block;
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 640px) {
  .header_top .official a {
    font-size: 1.1em;
    padding: 12px 0;
  }
}
.header_top .official a::after {
  content: "";
  position: absolute;
  width: 0.9em;
  height: 0.9em;
  top: calc(50% - 0.45em);
  right: 40px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .header_top .official a::after {
    width: 0.5em;
    height: 0.5em;
    top: calc(50% - 0.3em);
    right: 4.5572916667vw;
  }
}
@media screen and (min-width: 769px) {
  .header_top .official a:hover {
    opacity: 0.7;
  }
  .header_top .official a:hover::after {
    right: 25px;
  }
}

/*------------------------------------------------------------
	.toggle_btn
------------------------------------------------------------*/
.toggle_btn {
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  width: 26px;
  height: 24px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .toggle_btn {
    right: 4.4270833333vw;
  }
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 26px;
  height: 1px;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media all and (-ms-high-contrast: none) {
  .toggle_btn span {
    border-radius: 0;
  }
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}

.open .toggle_btn span {
  background-color: #ffffff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  -ms-transform: translateY(10px) rotate(-315deg);
      transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(315deg);
  -ms-transform: translateY(-6px) rotate(315deg);
      transform: translateY(-6px) rotate(315deg);
}

#mask {
  display: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0.8;
  z-index: 2;
  cursor: pointer;
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
footer small {
  padding: 1.2rem 0;
  display: block;
  font-size: 0.95em;
  letter-spacing: 0.06em;
  color: #ffffff;
  background: #000000;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  footer small {
    font-size: 3.515625vw;
  }
}

/*------------------------------------------------------------
	modal
------------------------------------------------------------*/
#modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
}
#modal .modalMask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
#modal .modalWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 600px;
  z-index: 20;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 閉じるボタン */
}
@media screen and (max-width: 768px) {
  #modal .modalWrap {
    min-width: 93%;
    max-width: 93%;
  }
}
#modal .modalWrap .modalCont {
  display: none;
  overflow: auto;
}
#modal .modalWrap .modalCont p {
  padding: 10px 0 0;
}
#modal .modalWrap .modalCont p a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #modal .modalWrap .modalCont p a {
    font-size: 4.1666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #modal .modalWrap .modalCont p a:hover {
    border: none;
  }
}
#modal .modalWrap .closeBtn {
  display: block;
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 100;
}
#modal .modalWrap .closeBtn .icnArea {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
}
#modal .modalWrap .closeBtn .icnArea::before, #modal .modalWrap .closeBtn .icnArea::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#modal .modalWrap .closeBtn .icnArea::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  top: 0;
}
#modal .modalWrap .closeBtn .icnArea::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  bottom: 0;
}

/*------------------------------------------------------------
下層共通
------------------------------------------------------------*/
.low_mv {
  padding: 50px 0;
  background: #f8f8f7;
}
@media screen and (max-width: 768px) {
  .low_mv {
    padding: 14.3229166667vw 0 10.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .low_mv img {
    width: 88.4114583333vw;
  }
}

.low_section {
  position: relative;
}
.low_section .con_ttl {
  text-align: left;
}
.low_section .low_inner {
  padding-top: 200px;
  margin: 0 25px;
}
@media screen and (max-width: 768px) {
  .low_section .low_inner {
    padding-top: 45px;
  }
}

.bg {
  background-color: #000000;
}

.bg_sub {
  background-color: #ffffff;
}

.bg_urus {
  background-color: #16181b;
}

button {
  cursor: pointer;
}

#mv {
  position: relative;
}
@media screen and (max-width: 768px) {
  #mv .kv_list img {
    width: 100%;
  }
}
#mv .mv_txt {
  position: absolute;
  top: 12%;
  left: 5%;
  -webkit-transform: translateY(-12%);
      -ms-transform: translateY(-12%);
          transform: translateY(-12%);
}
@media screen and (max-width: 768px) {
  #mv .mv_txt {
    top: 2%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(2%);
        -ms-transform: translateY(2%);
            transform: translateY(2%);
  }
}
#mv .mv_txt img {
  width: 32.3958333333vw;
}
@media screen and (max-width: 768px) {
  #mv .mv_txt img {
    width: 90.234375vw;
  }
}

@media screen and (max-width: 640px) {
  #about .inner {
    padding: 3rem 2.6041666667vw;
  }
}
#about .inner p {
  color: #000000;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  #about .inner p {
    font-size: 3.6458333333vw;
  }
}
#about .inner p.mb {
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  #about .inner p.mb {
    margin-bottom: 35px;
  }
}

#judges .ttl {
  text-align: right;
}
@media screen and (max-width: 768px) {
  #judges .ttl img {
    width: 57.6822916667vw;
  }
}
#judges .inner {
  padding: 50px 0 110px;
}
@media screen and (max-width: 768px) {
  #judges .inner {
    padding: 7.8125vw 8% 14.3229166667vw;
  }
}
#judges .inner h2 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #judges .inner h2 {
    margin-bottom: 6.5104166667vw;
  }
}
#judges .inner .judges_col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#judges .inner .judges_col3 .judges_col3_box {
  width: 29.9%;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 640px) {
  #judges .inner .judges_col3 .judges_col3_box {
    margin-bottom: 7.8125vw;
  }
}
#judges .inner .judges_col3 .judges_col3_box:nth-child(n+4) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #judges .inner .judges_col3 .judges_col3_box:nth-child(n+4) {
    margin-bottom: 7.8125vw;
  }
}
@media screen and (max-width: 768px) {
  #judges .inner .judges_col3 .judges_col3_box:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #judges .inner .judges_col3 .judges_col3_box {
    width: 100%;
    display: block;
  }
}
#judges .inner .judges_col3 .judges_col3_box .height .judges_name {
  text-align: left;
}
#judges .inner .judges_col3 .judges_col3_box .height .judges_name.txt_en {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #judges .inner .judges_col3 .judges_col3_box .height .judges_name.txt_en {
    font-size: 4.1666666667vw;
  }
}
#judges .inner .judges_col3 .judges_col3_box .height .judges_name.txt_jp {
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  #judges .inner .judges_col3 .judges_col3_box .height .judges_name.txt_jp {
    margin-bottom: 2.34375vw;
    font-size: 5.9895833333vw;
  }
}
#judges .inner .judges_col3 .judges_col3_box .height .judges_name.txt_jp span {
  font-size: 0.7em;
}
@media screen and (max-width: 768px) {
  #judges .inner .judges_col3 .judges_col3_box .height .judges_name.txt_jp span {
    font-size: 4.1666666667vw;
  }
}
#judges .inner .judges_col3 .judges_col3_box .judges_thumb {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #judges .inner .judges_col3 .judges_col3_box .judges_thumb {
    margin-bottom: 3.90625vw;
  }
}
#judges .inner .judges_col3 .judges_col3_box .judges_thumb.auto {
  margin-top: auto;
}
#judges .inner .judges_col3 .judges_col3_box p {
  font-size: 0.9em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #judges .inner .judges_col3 .judges_col3_box p {
    font-size: 3.7760416667vw;
  }
}

#application .ttl {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #application .ttl img {
    width: 83.8541666667vw;
  }
}
#application .inner {
  max-width: 980px;
  padding: 0 0 120px;
}
@media screen and (max-width: 768px) {
  #application .inner {
    padding: 6.5104166667vw 6.5104166667vw 15.625vw;
  }
}
#application .inner h2 {
  color: #ffffff;
}
#application .inner .step_area {
  margin-top: 50px;
  padding-top: 35px;
  margin-bottom: 30px;
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  /*PC-Safari,iOS8.4*/
  display: flex;
}
#application .inner .step_area .step_inr {
  width: 100%;
}
#application .inner .step_area .step_inr + .step_inr {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  #application .inner .step_area {
    display: block;
  }
  #application .inner .step_area .step_inr + .step_inr {
    margin-left: 0;
    margin-top: 30px;
  }
}
#application .inner .step_area .step_inr {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 10px;
  background: #FFF;
  position: relative;
}
@media screen and (min-width: 769px) {
  #application .inner .step_area .step_inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#application .inner .step_area .step_inr + .step_inr {
  position: relative;
}
@media screen and (min-width: 769px) {
  #application .inner .step_area .step_inr + .step_inr {
    margin-left: 70px;
  }
}
#application .inner .step_area .step_inr + .step_inr::before {
  content: "";
  width: 31px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateX(-160%);
      -ms-transform: translateX(-160%);
          transform: translateX(-160%);
  background: url(../img/step_arrow.png) center/100% auto no-repeat;
}
@media screen and (max-width: 768px) {
  #application .inner .step_area .step_inr + .step_inr::before {
    width: 12.3697916667vw;
    background: url(../img/sp/step_arrow.png) center/100% auto no-repeat;
  }
}
#application .inner .step_area .step_inr .num {
  position: absolute;
  top: 0;
  left: -43px;
  -webkit-transform: translateY(-60px);
      -ms-transform: translateY(-60px);
          transform: translateY(-60px);
}
@media screen and (max-width: 768px) {
  #application .inner .step_area .step_inr .num {
    -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
            transform: translateY(-50px);
    left: -20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  #application .inner .step_area .step_inr .num {
    -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  #application .inner .step_area .step_inr .num img {
    width: 19.7916666667vw;
  }
}
#application .inner .step_area .step_inr .auto {
  margin: auto 0 0 0;
}
@media screen and (max-width: 768px) {
  #application .inner .step_area .step_inr .auto {
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  #application .inner .step_area .step_inr .auto .brand_car img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #application .inner .step_area .step_inr .auto .brand_logo img {
    width: 34.375vw;
  }
}
@media screen and (max-width: 768px) {
  #application .inner .step_area .step_inr .auto .brand_img img {
    width: 35.6770833333vw;
  }
}
#application .inner .step_area .step_inr .txt_s {
  font-size: 1.16em;
  font-weight: bold;
  margin-top: auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #application .inner .step_area .step_inr .txt_s {
    padding-bottom: 10px;
    margin: 0 7.8125vw;
    font-size: 4.9479166667vw;
  }
}
#application .inner .step_area .step_inr .ttl {
  font-size: 0.92em;
  margin: 30px 0 40px;
  text-align: center;
  letter-spacing: 0;
  font-weight: bold;
}
#application .inner .step_area .step_inr .ttl.ttl_en {
  font-size: 1.2em;
  line-height: 1.4;
  margin: 10px 0;
}
#application .inner .step_area .step_inr .txt {
  font-size: 0.92em;
  margin-bottom: 20px;
}
#application .inner .step_area .step_inr .txt.step2_txt {
  line-height: 1.8;
  margin-bottom: 30px;
}
#application .inner .step_area .step_inr .txt.step2_txt span {
  font-weight: bold;
  font-size: 1.4em;
}
@media screen and (max-width: 768px) {
  #application .inner .step_area .step_inr .txt.step2_txt span {
    font-size: 5.46875vw;
  }
}
#application .inner .step_area .step_inr .txt.step3_txt {
  margin-bottom: 0;
  line-height: 1.8;
}
#application .inner .txt_m {
  color: #ffffff;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #application .inner .txt_m {
    margin-bottom: 11.71875vw;
    font-size: 3.515625vw;
  }
}
#application .inner .coution_area {
  color: #ffffff;
}
#application .inner .coution_area h3 {
  font-size: 1.4em;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #application .inner .coution_area h3 {
    margin-bottom: 20px;
    font-size: 6.25vw;
  }
}
#application .inner .coution_area p {
  line-height: 2.6;
  text-align: left;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  #application .inner .coution_area p {
    padding: 0 0 0 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  #application .inner .coution_area p {
    padding: 0 0 0 2.6041666667vw;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) {
  #application .inner .step_area {
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 3.90625vw;
  }
  #application .inner .step_area .step_inr {
    padding: 10.4166666667vw 3.90625vw 7.8125vw;
  }
  #application .inner .step_area .step_inr + .step_inr {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  #application .inner .step_area .step_inr + .step_inr {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  #application .inner .step_area .step_inr + .step_inr::before {
    right: 0;
    bottom: auto;
    -webkit-transform: translateX(0%) translateY(-56%) rotate(0deg);
        -ms-transform: translateX(0%) translateY(-56%) rotate(0deg);
            transform: translateX(0%) translateY(-56%) rotate(0deg);
  }
}
@media screen and (max-width: 768px) {
  #application .inner .step_area .step_inr .icn {
    height: auto;
    line-height: normal;
  }
}
@media screen and (max-width: 768px) {
  #application .inner .step_area .step_inr .ttl {
    font-size: 1rem;
    margin-top: 10px;
    margin: 20px 0 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #application .inner .step_area .step_inr .ttl {
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #application .inner .step_area .step_inr .txt {
    font-size: 0.9rem;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #application .inner .step_area .step_inr .txt {
    font-size: 3.7760416667vw;
  }
}
@media screen and (max-width: 768px) {
  #application .inner .coution_area {
    margin: 20px auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  #application .inner .coution_area {
    font-size: 1rem;
  }
}

.btn_box {
  padding: 0 5px;
}
.btn_box.hassyu .btn::before {
  background: url(../img/copy_icon.png) center/cover no-repeat;
}
.btn_box.hassyu .btn::after {
  content: none;
}
.btn_box.hassyu .btn .btn_txt {
  padding-left: 10px;
}
.btn_box.hassyu .copy_alert {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #000000;
  color: #FFFFFF;
  padding: 10px;
  text-align: center;
  line-height: 1.2;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 50;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_box.hassyu .copy_alert .copy_ttl {
  font-weight: bold;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .btn_box.hassyu .copy_alert .copy_ttl {
    font-size: 3.90625vw;
  }
}
.btn_box.hassyu .copy_alert .text {
  font-size: 20px;
}
.btn_box.hassyu .copy_alert.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .btn_box.hassyu .copy_alert {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    padding: 3.90625vw 1.3020833333vw;
    line-height: 1.2;
  }
  .btn_box.hassyu .copy_alert .text {
    font-size: 3.90625vw;
  }
}
.btn_box .btn {
  padding: 1em 0;
  display: block;
  vertical-align: middle;
  z-index: 1;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #000000;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn_box .btn .btn_txt {
  display: inline-block;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .btn_box .btn .btn_txt {
    font-size: 3.3854166667vw;
  }
}
.btn_box .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  margin: auto;
  background: url(../img/instagram_icon.png) center/cover no-repeat;
  width: 25px;
  height: 25px;
}
.btn_box .btn::after {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  top: calc(50% - 0.3em);
  right: 18px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .btn_box .btn::after {
    right: 10vw;
  }
}
@media screen and (min-width: 769px) {
  .btn_box .btn:hover {
    opacity: 0.7;
  }
  .btn_box .btn:hover::after {
    right: 10px;
  }
}

#invitation {
  position: relative;
}
#invitation .ttl {
  text-align: right;
}
@media screen and (max-width: 768px) {
  #invitation .ttl img {
    width: 85.8072916667vw;
  }
}
#invitation .inner {
  padding: 40px 0 0;
}
@media screen and (max-width: 768px) {
  #invitation .inner {
    padding: 7.8125vw 0 0;
  }
}
#invitation .inner h2 {
  margin-bottom: 30px;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  #invitation .inner h2 {
    line-height: 1.3;
  }
}
#invitation .inner .txt {
  font-size: 1.3em;
  line-height: 2.4;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #invitation .inner .txt {
    font-size: 4.4270833333vw;
    line-height: 1.8;
    margin-bottom: 6.5104166667vw;
  }
}
#invitation .inner .txt2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #invitation .inner .txt2 {
    font-size: 3.515625vw;
    margin-bottom: 11.71875vw;
  }
}
#invitation .inner .txt3_area {
  margin-bottom: 60px;
  border: 2px solid #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  #invitation .inner .txt3_area {
    width: 96%;
    margin: 0 auto 11.71875vw;
    padding: 7.8125vw 0.78125vw;
  }
}
#invitation .inner .txt3_area h3 {
  font-size: 1.4em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #invitation .inner .txt3_area h3 {
    font-size: 4.1666666667vw;
    margin-bottom: 5.2083333333vw;
  }
}
#invitation .inner .txt3_area p {
  font-size: 1.2em;
  margin-bottom: 30px;
}
#invitation .inner .txt3_area p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #invitation .inner .txt3_area p {
    font-size: 3.6458333333vw;
    margin-bottom: 3.90625vw;
  }
}
#invitation .invitation_box {
  margin-bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #invitation .invitation_box {
    margin-bottom: 50px;
  }
}
#invitation .invitation_box.box2 {
  margin-left: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  #invitation .invitation_box.box2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 11.71875vw;
  }
}
#invitation .invitation_box .invitation_left img {
  width: 51.1458333333vw;
}
@media screen and (max-width: 768px) {
  #invitation .invitation_box .invitation_left img {
    width: 94.6614583333vw;
  }
}
@media screen and (max-width: 768px) {
  #invitation .invitation_box .invitation_right {
    margin-left: auto;
  }
}
#invitation .invitation_box .invitation_right .invitation_list {
  width: 51.1458333333vw;
}
@media screen and (max-width: 768px) {
  #invitation .invitation_box .invitation_right .invitation_list {
    width: 94.6614583333vw;
  }
}
#invitation .invitation_box .invitation_right img {
  width: 51.1458333333vw;
}
@media screen and (max-width: 768px) {
  #invitation .invitation_box .invitation_right img {
    width: 94.6614583333vw;
  }
}
#invitation .invitation_box .com {
  text-align: left;
}
#invitation .invitation_box .com h3 {
  font-size: 1.8em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #invitation .invitation_box .com h3 {
    font-size: 5.9895833333vw;
    margin-bottom: 5.2083333333vw;
  }
}
#invitation .invitation_box .com p {
  font-size: 1.25em;
}
@media screen and (max-width: 768px) {
  #invitation .invitation_box .com p {
    font-size: 4.1666666667vw;
  }
}
#invitation .invitation_box .right {
  width: 26.0416666667vw;
  margin-left: 30px;
  padding-top: 25px;
}
@media screen and (max-width: 1530px) {
  #invitation .invitation_box .right {
    width: 33.3333333333vw;
  }
}
@media screen and (max-width: 1530px) and (max-width: 1366px) {
  #invitation .invitation_box .right {
    width: 36.6032210835vw;
  }
}
@media screen and (max-width: 1530px) and (max-width: 1366px) and (max-width: 1200px) {
  #invitation .invitation_box .right {
    width: 41.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #invitation .invitation_box .right {
    width: 90%;
    margin: auto;
  }
}
#invitation .invitation_box .left {
  width: 26.0416666667vw;
  margin-right: 5%;
}
@media screen and (max-width: 1680px) {
  #invitation .invitation_box .left {
    width: 32.1428571429vw;
    margin-right: 2%;
  }
}
@media screen and (max-width: 1680px) and (max-width: 1366px) {
  #invitation .invitation_box .left {
    width: 38.0673499268vw;
  }
}
@media screen and (max-width: 1680px) and (max-width: 1366px) and (max-width: 1200px) {
  #invitation .invitation_box .left {
    width: 43.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #invitation .invitation_box .left {
    width: 90%;
    margin: auto;
    padding-top: 25px;
  }
}

#grand_prix {
  color: #ffffff;
}
#grand_prix .ttl {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #grand_prix .ttl img {
    width: 75.6510416667vw;
  }
}
#grand_prix .inner {
  padding: 50px 0 120px;
}
@media screen and (max-width: 768px) {
  #grand_prix .inner {
    padding: 7.8125vw 2.6041666667vw 13.0208333333vw;
  }
}
#grand_prix .inner h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #grand_prix .inner h2 {
    margin-bottom: 6.5104166667vw;
  }
}
#grand_prix .inner .txt {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 10%;
}
@media screen and (max-width: 768px) {
  #grand_prix .inner .txt {
    font-size: 3.7760416667vw;
  }
}
#grand_prix .inner .department_area {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #grand_prix .inner .department_area {
    margin-bottom: 7.8125vw;
  }
}
#grand_prix .inner .department_area:nth-of-type(2) {
  margin-bottom: 18%;
}
#grand_prix .inner .department_area:last-of-type {
  margin-bottom: 0;
}
#grand_prix .inner .department_area h3 {
  display: inline-block;
  font-size: 1.9em;
  line-height: 1.4;
  border-bottom: 1px solid #ffffff;
  padding: 0 7px 6px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #grand_prix .inner .department_area h3 {
    font-size: 7.2916666667vw;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  #grand_prix .inner .department_area .judge_title {
    line-height: 1.3;
  }
}
#grand_prix .inner .department_area .box {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #grand_prix .inner .department_area .box {
    margin-bottom: 6.5104166667vw;
  }
}
#grand_prix .inner .department_area .box:last-of-type {
  margin-bottom: 0;
}
#grand_prix .inner .department_area .box p {
  text-align: left;
}
#grand_prix .inner .department_area .box p.judge {
  padding-left: 20px;
  border-bottom: 1px solid #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #grand_prix .inner .department_area .box p.judge {
    padding-left: 2.6041666667vw;
    font-size: 5.9895833333vw;
  }
}
#grand_prix .inner .department_area .box p.judge_txt {
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  #grand_prix .inner .department_area .box p.judge_txt {
    padding: 1.953125vw 2.6041666667vw;
    font-size: 3.3854166667vw;
  }
}
#grand_prix .inner .department_area .department_area_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#grand_prix .inner .department_area .department_area_box .department_box {
  width: calc(100% / 3);
}
@media screen and (max-width: 768px) {
  #grand_prix .inner .department_area .department_area_box .department_box {
    width: 100%;
    margin-bottom: 50px;
  }
}
#grand_prix .inner .department_area .department_area_box .department_box:nth-child(n+4) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #grand_prix .inner .department_area .department_area_box .department_box:nth-child(n+4) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  #grand_prix .inner .department_area .department_area_box .department_box:nth-child(n+5) {
    margin-bottom: 0;
  }
}
#grand_prix .inner .department_area .department_area_box .department_box .number {
  display: inline-block;
  font-size: 1.6em;
  font-weight: 100;
  line-height: 0.5;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 26px 5px 0;
  margin-bottom: 30px;
}
#grand_prix .inner .department_area .department_area_box .department_box .number span {
  font-weight: bold;
  font-size: 1.9em;
}
#grand_prix .inner .department_area .department_area_box .department_box .winning_img {
  margin-bottom: 20px;
}
#grand_prix .inner .department_area .department_area_box .department_box .winning_img .thumb_image {
  width: 308px;
  height: 308px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #grand_prix .inner .department_area .department_area_box .department_box .winning_img .thumb_image {
    width: 85.9375vw;
    height: 85.9375vw;
  }
}
@media screen and (max-width: 768px) {
  #grand_prix .inner .department_area .department_area_box .department_box .winning_imgs .thumb_image {
    width: 85.9375vw;
    height: 85.9375vw;
  }
}
#grand_prix .inner .department_area .department_area_box .department_box .name a {
  display: inline-block;
  padding-bottom: 1px;
  font-size: 1.2em;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #grand_prix .inner .department_area .department_area_box .department_box .name a {
    font-size: 4.9479166667vw;
  }
}
@media screen and (min-width: 769px) {
  #grand_prix .inner .department_area .department_area_box .department_box .name a:hover {
    border-bottom: 0px;
  }
}

#movie .ttl {
  text-align: right;
}
@media screen and (max-width: 768px) {
  #movie .ttl img {
    width: 47.265625vw;
  }
}
#movie .inner {
  padding: 40px 0 150px;
}
@media screen and (max-width: 768px) {
  #movie .inner {
    padding: 20px 2.6041666667vw 20.8333333333vw;
  }
}
#movie .inner h2 {
  margin-bottom: 30px;
  letter-spacing: 0.08em;
}
#movie .inner .txt {
  font-size: 1.3em;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #movie .inner .txt {
    font-size: 4.296875vw;
    margin-bottom: 10.4166666667vw;
  }
}
#movie .inner .txt span {
  font-size: 0.95em;
}
#movie .inner .movie_area {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
#movie .inner .movie_area iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#winning {
  color: #ffffff;
}
#winning.update {
  color: #000;
}
#winning.update .ttl {
  text-align: right;
}
@media screen and (max-width: 768px) {
  #winning.update .ttl img {
    width: 65.7552083333vw;
  }
}
#winning.update .update_ttl {
  border-bottom: 1px solid #000000 !important;
}
#winning .ttl {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #winning .ttl img {
    width: 65.7552083333vw;
  }
}
#winning .inner {
  padding: 50px 0 120px;
}
@media screen and (max-width: 768px) {
  #winning .inner {
    padding: 7.8125vw 2.6041666667vw 15.625vw;
  }
}
#winning .inner h2 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #winning .inner h2 {
    margin-bottom: 9.1145833333vw;
  }
}
#winning .inner .txt {
  line-height: 2.8;
  font-size: 1.2em;
  margin-bottom: 5%;
}
#winning .inner .txt.voting_period {
  font-size: 1.4em;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  #winning .inner .txt.voting_period {
    font-size: 4.1666666667vw;
  }
}
#winning .inner .txt.voting_close {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 8%;
}
@media screen and (max-width: 640px) {
  #winning .inner .txt.voting_close {
    font-size: 4.1666666667vw;
    margin-bottom: 10.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  #winning .inner .txt {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 768px) and (max-width: 320px) {
  #winning .inner .txt {
    font-size: 0.8em;
  }
}
#winning .inner .submit_btn {
  padding: 15px 80px 15px;
  text-align: center;
  font-size: 1.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ffffff;
  color: #ffffff;
}
@media screen and (max-width: 640px) {
  #winning .inner .submit_btn {
    font-size: 1.35em;
    padding: 12px 65px 12px;
  }
}
#winning .inner .submit_btn.btn_txt_dsabled {
  cursor: default;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  #winning .inner .submit_btn:hover {
    background: #ffffff;
    color: #000000;
    opacity: 1;
    cursor: pointer;
  }
}
#winning .inner .department_area:first-of-type {
  margin-bottom: 15%;
}
@media screen and (max-width: 768px) {
  #winning .inner .department_area:first-of-type {
    margin-bottom: 20%;
  }
}
#winning .inner .department_area:first-of-type .department_area_box .department_box:nth-child(n+4) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #winning .inner .department_area:first-of-type .department_area_box .department_box:nth-child(n+4) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  #winning .inner .department_area:first-of-type .department_area_box .department_box:nth-child(n+5) {
    margin-bottom: 0;
  }
}
#winning .inner .department_area:last-of-type {
  margin-bottom: 10%;
}
@media screen and (max-width: 768px) {
  #winning .inner .department_area:last-of-type {
    margin-bottom: 18%;
  }
}
#winning .inner .department_area:last-of-type .department_area_box .department_box:nth-child(n+10) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #winning .inner .department_area:last-of-type .department_area_box .department_box:nth-child(n+10) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  #winning .inner .department_area:last-of-type .department_area_box .department_box:nth-child(n+11) {
    margin-bottom: 0;
  }
}
#winning .inner .department_area.fourth {
  margin-bottom: 0;
}
#winning .inner .department_area h3 {
  display: inline-block;
  font-size: 1.9em;
  line-height: 1.4;
  border-bottom: 1px solid #ffffff;
  padding: 0 7px 6px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #winning .inner .department_area h3 {
    font-size: 7.2916666667vw;
    margin-bottom: 60px;
  }
}
#winning .inner .department_area .department_area_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #winning .inner .department_area .department_area_box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#winning .inner .department_area .department_area_box .department_box {
  width: calc(100% / 3);
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #winning .inner .department_area .department_area_box .department_box {
    width: calc(100% / 2);
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  #winning .inner .department_area .department_area_box .department_box {
    width: calc(100% / 2 - 8px);
  }
}
#winning .inner .department_area .department_area_box .department_box .winning_img {
  margin-bottom: 30px;
}
#winning .inner .department_area input[type=radio] {
  display: none;
}
#winning .inner .department_area input[type=radio]:checked + label {
  background: #ffffff;
  color: #000000;
  opacity: 1;
  cursor: pointer;
}
#winning .inner .department_area .label {
  display: inline-block;
  padding: 7px 60px 6px;
  text-align: center;
  font-size: 1.2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ffffff;
  color: #ffffff;
}
@media screen and (max-width: 640px) {
  #winning .inner .department_area .label {
    font-size: 1.2rem;
    padding: 1.5625vw 11.71875vw 1.3020833333vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 320px) {
  #winning .inner .department_area .label {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 769px) {
  #winning .inner .department_area .label:hover {
    background: #ffffff;
    color: #000000;
    opacity: 1;
    cursor: pointer;
  }
}

#gallery.update .ttl {
  text-align: right;
}
@media screen and (max-width: 768px) {
  #gallery.update .ttl img {
    width: 66.5364583333vw;
  }
}
#gallery.update h2.update_ttl {
  color: #000;
}
#gallery.update .ugcPaging {
  background: #000000;
  color: #ffffff;
}
#gallery .ttl {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #gallery .ttl img {
    width: 66.5364583333vw;
  }
}
#gallery .inner {
  padding: 50px 0 110px;
}
@media screen and (max-width: 768px) {
  #gallery .inner {
    padding: 7.8125vw 0 15.625vw;
  }
}
#gallery .inner h2 {
  color: #ffffff;
  margin-bottom: 80px;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 768px) {
  #gallery .inner h2 {
    margin-bottom: 7.8125vw;
  }
}

#agree {
  background-color: #e0e0e0;
}
#agree .inner {
  padding: 120px 0 90px;
}
@media screen and (max-width: 768px) {
  #agree .inner {
    padding: 15.625vw 0 11.71875vw;
  }
}
#agree .inner h2 {
  margin-bottom: 70px;
}
@media screen and (max-width: 640px) {
  #agree .inner h2 {
    margin-bottom: 9.1145833333vw;
  }
}
#agree .inner .cont_wrap {
  padding: 50px 30px;
  background-color: #fff;
  text-align: left;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #agree .inner .cont_wrap {
    width: 90%;
    margin: 0 auto 11.71875vw;
    padding: 2rem 1.5rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #agree .inner .cont_wrap {
    padding: 2rem 1rem;
  }
}
#agree .inner .cont_wrap .contact_area {
  border: 1px solid #cccccc;
  padding: 10px;
}
#agree .inner .cont_wrap .cont_inr {
  padding: 10px 30px;
  overflow: auto;
  height: 780px;
}
@media screen and (max-width: 768px) {
  #agree .inner .cont_wrap .cont_inr {
    padding: 1.3020833333vw 5px;
  }
}
@media screen and (max-width: 640px) {
  #agree .inner .cont_wrap .cont_inr {
    overflow-y: scroll;
    height: 101.5625vw;
  }
}
#agree .inner .cont_wrap .cont_inr h3 {
  text-align: left;
  font-weight: normal;
  margin-bottom: 5px;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  #agree .inner .cont_wrap .cont_inr h3 {
    font-size: 4.1666666667vw;
  }
}
#agree .inner .cont_wrap .cont_inr .mb {
  margin-bottom: 35px;
}
@media screen and (max-width: 640px) {
  #agree .inner .cont_wrap .cont_inr .mb {
    margin-bottom: 4.5572916667vw;
  }
}
#agree .inner .cont_wrap .cont_inr p {
  line-height: 2;
  letter-spacing: 0.06em;
  margin-left: 5px;
  font-size: 0.95em;
}
@media screen and (max-width: 768px) {
  #agree .inner .cont_wrap .cont_inr p {
    word-wrap: break-word;
    font-size: 3.6458333333vw;
  }
}
#agree .inner .cont_wrap .cont_inr p a {
  color: #a61f3c;
  text-decoration: underline;
}
#agree .inner .cont_wrap .cont_inr p a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#agree .inner .cont_wrap .cont_inr ul {
  padding-left: 1rem;
}
#agree .inner .cont_wrap .cont_inr ul li {
  list-style: none;
  font-size: 0.95em;
}
@media screen and (max-width: 768px) {
  #agree .inner .cont_wrap .cont_inr ul li {
    font-size: 3.6458333333vw;
  }
}
#agree .inner .info h3 {
  font-size: 2.5em;
  margin-bottom: 2rem;
  color: #000;
}
@media screen and (max-width: 768px) {
  #agree .inner .info h3 {
    font-size: 7.2916666667vw;
    margin-bottom: 1rem;
  }
}
#agree .inner .info p.mail {
  font-weight: 600;
  font-size: 1.3em;
}
@media screen and (max-width: 768px) {
  #agree .inner .info p.mail {
    font-size: 4.1666666667vw;
  }
}
#agree .inner .info p.txt {
  font-weight: 600;
  font-size: 1.3em;
}
@media screen and (max-width: 768px) {
  #agree .inner .info p.txt {
    font-size: 4.1666666667vw;
  }
}
#agree .inner .info p + p {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  #agree .inner .info p + p {
    font-size: 3.90625vw;
  }
}
#agree .inner .info p a {
  color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#agree .inner .info p a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #agree .inner .info p a {
    text-decoration: underline;
  }
}

.img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: auto;
}
@media screen and (max-width: 1366px) {
  .img {
    max-height: 500px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 768px) {
  .img {
    height: auto;
  }
}
@media screen and (-ms-high-contrast: none) {
  .img {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

.thumb_image {
  width: 308px;
  height: 308px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .thumb_image {
    width: 44.2708333333vw;
    height: 44.2708333333vw;
  }
}
@media screen and (max-width: 640px) {
  .thumb_image {
    width: 46.875vw;
    height: 46.875vw;
  }
}
@media screen and (-ms-high-contrast: none) {
  .thumb_image {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

.ownlyUgcModalContents img.ownlyPostImage {
  width: 100% !important;
  height: auto !important;
}

@media screen and (min-width: 769px) {
  .ownlyUgcWidget_block .ownlyUgcsetPost {
    width: calc(100% / 4) !important;
  }

  img.ownlyPostImage {
    width: 250px !important;
    height: 250px !important;
  }

  .ownlyUgc .ownlyUgcSlideList {
    width: 250px !important;
    height: 250px !important;
  }

  .ownlyUgc .ownlySlideListItem {
    width: 250px !important;
    height: 250px !important;
  }

  .ownlyUgc .ownlyUgcSlide {
    width: 250px !important;
  }

  .ownlyUgcWidget_block .ownlyUgcsetPostPhoto {
    width: 250px !important;
    height: 250px !important;
  }
}
@media screen and (max-width: 768px) {
  .ownlyUgcWidget_block .ownlyUgcsetPost {
    width: calc(100% / 3) !important;
  }

  img.ownlyPostImage {
    width: 34.5052083333vw !important;
    height: 34.5052083333vw !important;
  }

  .ownlyUgc .ownlyUgcSlideList {
    width: 34.5052083333vw !important;
    height: 34.5052083333vw !important;
  }

  .ownlyUgc .ownlySlideListItem {
    width: 34.5052083333vw !important;
    height: 34.5052083333vw !important;
  }

  .ownlyUgc .ownlyUgcSlide {
    width: 34.5052083333vw !important;
    height: 34.5052083333vw !important;
  }

  .ownlyUgcWidget_block .ownlyUgcsetPostPhoto {
    width: 34.5052083333vw !important;
    height: 34.5052083333vw !important;
  }
}
@media screen and (max-width: 768px) {
  .ownlyUgcWidget_block .ownlyUgc .ownlyUgcsetPost {
    padding: 0 !important;
  }
}
.ownlyUgcWidget_block div.ownlyUgcPagination a.ugcPaging {
  margin: 40px auto 10px !important;
}

.ugcPaging {
  font-size: 0;
}

.ugcPaging:before {
  font-size: 16px;
  content: "もっと見る";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (-ms-high-contrast: none) {
  img.ownlyPostImage {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

#thank .inner {
  padding: 3% 0 13%;
}
@media screen and (max-width: 768px) {
  #thank .inner {
    padding: 5% 0 18%;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  #thank .inner {
    padding: 2.6041666667vw 0 20%;
  }
}
#thank .inner .brand_logo {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #thank .inner .brand_logo img {
    width: 40%;
  }
}
#thank .inner p {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6em;
}
@media screen and (max-width: 640px) {
  #thank .inner p {
    font-size: 1.2em;
  }
}
#thank .inner p.txt_large {
  font-size: 1.9em;
  line-height: 1.3;
  margin: 60px auto 70px;
}
@media screen and (max-width: 640px) {
  #thank .inner p.txt_large {
    margin: 10.4166666667vw auto 11.71875vw;
    font-size: 1.4em;
  }
}
#thank .inner p .top_btn {
  padding: 12px 60px;
  background: #ffffff;
  color: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #thank .inner p .top_btn {
    padding: 2.6041666667vw 7.8125vw;
  }
}

.close_ttl {
  font-size: 6em;
  font-weight: bold;
  margin-bottom: 70px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .close_ttl {
    font-size: 10.4166666667vw;
    margin-bottom: 7.8125vw;
  }
}

.close_txt {
  color: #FFF;
  font-size: 1.4em;
  font-weight: bold;
  padding-bottom: 30px;
}
.close_txt.mt {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .close_txt.mt {
    margin-top: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .close_txt {
    font-size: 3.7760416667vw;
    padding-bottom: 3.90625vw;
  }
}

.local_temporary {
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .local_temporary {
    display: none !important;
  }
}