@charset "UTF-8";
/*   BASE
================================================ */
/*
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, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop html, *::-ms-backdrop body, *::-ms-backdrop div, *::-ms-backdrop span, *::-ms-backdrop object, *::-ms-backdrop iframe,
*::-ms-backdrop h1, *::-ms-backdrop h2, *::-ms-backdrop h3, *::-ms-backdrop h4, *::-ms-backdrop h5, *::-ms-backdrop h6, *::-ms-backdrop p, *::-ms-backdrop blockquote, *::-ms-backdrop pre,
*::-ms-backdrop abbr, *::-ms-backdrop address, *::-ms-backdrop cite, *::-ms-backdrop code,
*::-ms-backdrop del, *::-ms-backdrop dfn, *::-ms-backdrop em, *::-ms-backdrop img, *::-ms-backdrop ins, *::-ms-backdrop kbd, *::-ms-backdrop q, *::-ms-backdrop samp,
*::-ms-backdrop small, *::-ms-backdrop strong, *::-ms-backdrop sub, *::-ms-backdrop sup, *::-ms-backdrop var,
*::-ms-backdrop b, *::-ms-backdrop i,
*::-ms-backdrop dl, *::-ms-backdrop dt, *::-ms-backdrop dd, *::-ms-backdrop ol, *::-ms-backdrop ul, *::-ms-backdrop li,
*::-ms-backdrop fieldset, *::-ms-backdrop form, *::-ms-backdrop label, *::-ms-backdrop legend,
*::-ms-backdrop table, *::-ms-backdrop caption, *::-ms-backdrop tbody, *::-ms-backdrop tfoot, *::-ms-backdrop thead, *::-ms-backdrop tr, *::-ms-backdrop th, *::-ms-backdrop td,
*::-ms-backdrop article, *::-ms-backdrop aside, *::-ms-backdrop canvas, *::-ms-backdrop details, *::-ms-backdrop figcaption, *::-ms-backdrop figure,
*::-ms-backdrop footer, *::-ms-backdrop header, *::-ms-backdrop hgroup, *::-ms-backdrop menu, *::-ms-backdrop nav, *::-ms-backdrop section, *::-ms-backdrop summary,
*::-ms-backdrop time, *::-ms-backdrop mark, *::-ms-backdrop audio, *::-ms-backdrop video, *::-ms-backdrop input, *::-ms-backdrop textarea, .-frame a html, .-frame a body, .-frame a div, .-frame a span, .-frame a object, .-frame a iframe,
.-frame a h1, .-frame a h2, .-frame a h3, .-frame a h4, .-frame a h5, .-frame a h6, .-frame a p, .-frame a blockquote, .-frame a pre,
.-frame a abbr, .-frame a address, .-frame a cite, .-frame a code,
.-frame a del, .-frame a dfn, .-frame a em, .-frame a img, .-frame a ins, .-frame a kbd, .-frame a q, .-frame a samp,
.-frame a small, .-frame a strong, .-frame a sub, .-frame a sup, .-frame a var,
.-frame a b, .-frame a i,
.-frame a dl, .-frame a dt, .-frame a dd, .-frame a ol, .-frame a ul, .-frame a li,
.-frame a fieldset, .-frame a form, .-frame a label, .-frame a legend,
.-frame a table, .-frame a caption, .-frame a tbody, .-frame a tfoot, .-frame a thead, .-frame a tr, .-frame a th, .-frame a td,
.-frame a article, .-frame a aside, .-frame a canvas, .-frame a details, .-frame a figcaption, .-frame a figure,
.-frame a footer, .-frame a header, .-frame a hgroup, .-frame a menu, .-frame a nav, .-frame a section, .-frame a summary,
.-frame a time, .-frame a mark, .-frame a audio, .-frame a video, .-frame a input, .-frame a textarea {
    font-family: メイリオ, Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
    font-weight: normal;
  }
}
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;
  text-decoration: none;
}

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

br {
  color: rgba(255, 255, 255, 0);
}

/* 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;
}

li {
  list-style: none;
}

/* 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;
}

strong {
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
}

/* clearfix */
.fix:before,
.fix:after {
  content: "";
  display: table;
}

.fix:after {
  clear: both;
}

.fix {
  *zoom: 1;
}

/*  Color  */
/*  Font  */
p {
  line-height: 1.6;
}

img {
  vertical-align: bottom;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  a[href^="tel:"]::after {
    content: none;
  }
}

/*   COMPONENTS
================================================ */
/*  main contents  */
/*   カラム表示
================================================ */
.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*   共通
================================================ */
.inner {
  max-width: 1200px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 639px) {
  .inner {
    width: 92%;
  }
}

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

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

.t-c {
  text-align: center;
}

.block {
  display: block;
}

.table {
  display: table;
}

@media all and (-ms-high-contrast: none\0 ) {
  .br::before *::-ms-backdrop, .br::before {
    color: rgba(255, 255, 255, 0);
  }
}
@media screen and (min-width: 640px) {
  .br::before {
    content: "\a";
    white-space: pre;
  }
}

@media all and (-ms-high-contrast: none\0 ) {
  .br *::-ms-backdrop, .br {
    color: rgba(255, 255, 255, 0);
  }
}

@media screen and (min-width: 640px) {
  br.-sp {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  br.-pc {
    display: none;
  }
}

.shadow {
  -webkit-box-shadow: 0px 8px 18px -7px #b0b0b0;
          box-shadow: 0px 8px 18px -7px #b0b0b0;
}

/*   BUTTON（ボタン）
================================================ */
.btn {
  font-weight: bold;
  text-align: center;
  display: table;
  position: relative;
  font-size: 1rem;
  border-radius: 50px;
  padding: 20px 40px;
  overflow: hidden;
  cursor: pointer;
  background: gray;
  color: #FFF;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.btn::after {
  content: "";
  display: inline-block;
  background: url(../../assets/img/common/arrow_orange.png) no-repeat right bottom/contain;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 8px;
  vertical-align: text-bottom;
  position: relative;
  right: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.btn.-green {
  background: #21ad0e;
}
.btn.-green::after {
  background: url(../../assets/img/common/arrow_green.png) no-repeat right bottom/contain;
}
.btn.-green:hover {
  background: #189807;
  opacity: 1;
  -webkit-animation: poyon 0.6s ease 0s 1 normal running none;
          animation: poyon 0.6s ease 0s 1 normal running none;
}
.btn:hover {
  opacity: 0.7;
}
.btn:hover i:last-child {
  right: -1rem;
}
.btn:hover::after {
  right: -1rem;
}
.btn.-center {
  margin-left: auto;
  margin-right: auto;
}

/*   見出し
------------------------------------------ */
.ttl {
  position: relative;
  line-height: 1.6;
  font-weight: normal;
  font-size: 5rem;
  letter-spacing: 2px;
  margin-bottom: 60px;
  color: #242424;
  font-family: gunplay, sans-serif;
  letter-spacing: 5px;
}
.ttl.-white {
  color: #fff;
}
.ttl.-white .sub-ttl {
  color: #fff;
}
.ttl.-left .sub-ttl {
  text-align: left;
  margin: 0;
}
.ttl.-red {
  color: #d70d00;
}
.ttl.-red .sub-ttl {
  color: #242424;
}
.ttl.-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.ttl .sub-ttl {
  display: table;
  margin: auto;
  font-size: 1.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 639px) {
  .ttl {
    font-size: 3.2rem;
    margin-bottom: 10%;
  }
}

/*   段落・テキスト
------------------------------------------ */
.txt {
  line-height: 1.6;
  font-size: 1rem;
}
.txt.-bold {
  font-weight: bold;
}
.txt.-white {
  color: #FFF;
}
.txt.-black {
  color: #242424;
}
.txt.-center {
  text-align: center;
}

.long-txt {
  font-size: 0.9rem;
  line-height: 2.2;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 639px) {
  .long-txt {
    line-height: 2;
    font-size: 0.85rem;
  }
}

/* ぱんくず */
.breadcrumb {
  background: #fff2e2;
  padding: 8px 0;
}
.breadcrumb ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.breadcrumb ul li {
  font-size: 0.9rem;
  line-height: 1.6;
  position: relative;
  color: #606060;
}
.breadcrumb ul li::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  display: inline-block;
  margin: 0 8px;
}
.breadcrumb ul li:last-child::after {
  display: none;
}
.breadcrumb ul a {
  font-size: 0.9rem;
  color: #3fadff;
  text-decoration: underline;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.breadcrumb ul a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 639px) {
  .breadcrumb ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.pen-y {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffea77));
  background: -o-linear-gradient(transparent 60%, #ffea77 0%);
  background: linear-gradient(transparent 60%, #ffea77 0%);
  font-weight: bold;
}

.pen-g {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #189a5e));
  background: -o-linear-gradient(transparent 70%, #189a5e 0%);
  background: linear-gradient(transparent 70%, #189a5e 0%);
}

.txt-shadow {
  text-shadow: #FFF 2px 0px 0px, #FFF -2px 0px 0px, #FFF 0px -2px 0px, #FFF 0px 2px 0px, #FFF 2px 2px 0px, #FFF -2px 2px 0px, #FFF 2px -2px 0px, #FFF -2px -2px 0px, #FFF 1px 2px 0px, #FFF -1px 2px 0px, #FFF 1px -2px 0px, #FFF -1px -2px 0px, #FFF 2px 1px 0px, #FFF -2px 1px 0px, #FFF 2px -1px 0px, #FFF -2px -1px 0px, #FFF 1px 1px 0px, #FFF -1px 1px 0px, #FFF 1px -1px 0px, #FFF -1px -1px 0px;
}

.txt-shadow_black {
  text-shadow: #f41b0a 2px 0px 0px, #f41b0a -2px 0px 0px, #f41b0a 0px -2px 0px, #f41b0a 0px 2px 0px, #f41b0a 2px 2px 0px, #f41b0a -2px 2px 0px, #f41b0a 2px -2px 0px, #f41b0a -2px -2px 0px, #f41b0a 1px 2px 0px, #f41b0a -1px 2px 0px, #f41b0a 1px -2px 0px, #f41b0a -1px -2px 0px, #f41b0a 2px 1px 0px, #f41b0a -2px 1px 0px, #f41b0a 2px -1px 0px, #f41b0a -2px -1px 0px, #f41b0a 1px 1px 0px, #f41b0a -1px 1px 0px, #f41b0a 1px -1px 0px, #f41b0a -1px -1px 0px;
}

.cmn_bg {
  background: url(../../assets/img/common/red_bg_pt.jpg) repeat center center/35%;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  width: 100%;
}

.all-column {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.all-column .line-bg {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  outline: 1px solid #fff;
  z-index: -2;
}
.all-column .line-bg .deco {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.all-column .line-bg .deco::before, .all-column .line-bg .deco::after {
  content: "";
  position: absolute;
  width: 2em;
  height: 2em;
}
.all-column .line-bg .deco::before {
  background: url(../../assets/img/common/coat_deco.svg) repeat left top/contain;
  top: 0;
  left: 0;
}
.all-column .line-bg .deco::after {
  background: url(../../assets/img/common/coat_deco.svg) repeat right bottom/contain;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.all-column .cmn-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 350px;
  min-height: 100%;
  height: 100vh;
  padding: 40px;
  z-index: 10;
}
.all-column .cmn-header.-line {
  border-right: 1px solid #FFF;
}
.all-column .cmn-main {
  position: relative;
  top: 0;
  margin-left: 350px;
  width: calc(100% - 350px);
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.all-column .cmn-main.-underlayer {
  height: auto;
}
@media screen and (max-width: 767px) {
  .all-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100vh;
  }
  .all-column.-ubder {
    height: auto;
  }
  .all-column .cmn-header {
    position: absolute;
    width: 100%;
    height: auto;
    padding: 4% 0;
    z-index: auto;
  }
  .all-column .cmn-header.-sponsor {
    background: #fff;
  }
  .all-column .cmn-header.-sponsor .main-logo {
    -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
  }
  .all-column .cmn-main {
    position: relative;
    width: 100%;
    height: auto;
    padding: 4% 0 0;
    margin: auto;
  }
  .all-column .cmn-main::before {
    left: -24%;
    bottom: 3%;
    right: 0;
    height: 75%;
    width: 98%;
    margin: auto;
    -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
            transform: scale(1.25);
  }
  .all-column .cmn-main.-underlayer {
    height: auto;
    margin-top: 20%;
  }
  .all-column .cmn-main.-sponsor {
    margin-top: 24%;
  }
}

@media screen and (min-width: 538px) and (max-width: 797px) {
  .all-column .cmn-main::before {
    left: 8%;
    right: 0;
    width: 100%;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    height: 88%;
  }
}
.main-logo {
  margin-bottom: 40px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  max-width: 250px;
}
.main-logo:hover {
  opacity: 0.9;
}
.main-logo a {
  display: block;
  width: 100%;
}
.main-logo img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .main-logo {
    display: block;
    width: 50%;
    max-width: 250px;
    min-width: auto;
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 1;
  }
  .main-logo.-under {
    width: 40%;
    margin-left: 4%;
    width: 40%;
    margin-left: 4%;
    position: absolute;
    top: 16px;
    left: 4px;
    z-index: 1;
  }
}

.fixed-contact {
  position: fixed;
  display: table;
  bottom: 0;
  left: 20px;
  border-radius: 8px 8px 0 0;
  background: #242424;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: italic;
  font-size: 0.85rem;
  padding: 8px 20px;
  color: #fff;
  line-height: 1.4;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fixed-contact i {
  margin-right: 0.5em;
}
.fixed-contact::after {
  content: "";
  background: url(../../assets/img/common/btn_single.png) no-repeat center center/contain;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  right: 0;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fixed-contact:hover {
  background: #000;
  color: orange;
}
.fixed-contact:hover::after {
  right: -4px;
}
@media screen and (max-width: 767px) {
  .fixed-contact {
    display: none;
  }
}

.intern-bnr {
  display: block;
  position: fixed;
  bottom: 4%;
  right: -10px;
  width: 60%;
  max-width: 300px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 10;
  transition: 0.4s;
}
.intern-bnr:hover {
  right: 0;
  opacity: 0.9;
}
.intern-bnr .intern-bnr_img {
  width: 100%;
  display: block;
  -webkit-filter: drop-shadow(1px 3px 8px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(1px 3px 8px rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 767px) {
  .intern-bnr {
    right: 1%;
    bottom: 2%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1030px) {
  .all-column .cmn-header {
    width: 250px;
  }
  .all-column .cmn-main {
    margin-left: 250px;
    width: calc(100% - 250px);
  }
}
.hide {
  opacity: 0;
}

.under-header {
  position: relative;
  padding-bottom: 100px;
  padding-top: 40px;
}
.under-header.-ocenas {
  padding-bottom: 160px;
}
.under-header.-ocenas::before, .under-header.-ocenas::after {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
}
.under-header.-ocenas::before {
  -webkit-clip-path: polygon(35% 0%, 100% 0%, 65% 100%, 0% 100%);
          clip-path: polygon(35% 0%, 100% 0%, 65% 100%, 0% 100%);
  background: url(../../assets/img/oceans/header_bg01.jpg) no-repeat 84% 0%/240%;
  width: 41%;
  height: 34em;
  top: -40px;
  right: 12%;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.under-header.-ocenas::after {
  -webkit-clip-path: polygon(42% 0%, 100% 0%, 58% 100%, 0% 100%);
          clip-path: polygon(42% 0%, 100% 0%, 58% 100%, 0% 100%);
  background: url(../../assets/img/oceans/header_bg02.jpg) no-repeat 28% 0/158%;
  width: 41%;
  height: 41em;
  top: -40px;
  right: -14%;
}
.under-header.-sponsor {
  background: #FFF;
  z-index: 0;
  overflow: hidden;
}
.under-header.-sponsor::before {
  content: "";
  display: block;
  background: url(../../assets/img/sponsor/header_bg.jpg) no-repeat right top/cover;
  width: 90%;
  height: 45%;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -2;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.under-header.-sponsor::after {
  content: "";
  display: block;
  background: url(../../assets/img/sponsor/buk_logomark.png) no-repeat left bottom/contain;
  opacity: 0.3;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 60%;
  z-index: -3;
}
.under-header.-sponsor .buk-logo {
  width: 45%;
  max-width: 335px;
  display: block;
  margin-bottom: 40px;
}
.under-header.-sponsor .buk-logo img {
  width: 100%;
  display: block;
}
.under-header.-intern {
  padding-bottom: 160px;
}
.under-header.-intern::before {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
}
.under-header.-intern::before {
  -webkit-clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
  background: url(../../assets/img/intern/header_bg.jpg) no-repeat 22% 0%/cover;
  width: 58%;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.under-header.-intern .inner {
  position: static;
}
.under-header.-intern .txt {
  width: 40%;
}
.under-header.-rule {
  padding-bottom: 60px;
}
.under-header .ocenas_player {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  max-width: 540px;
}
.under-header .ocenas_player img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .under-header.-ocenas {
    padding: 40px 2% 15%;
  }
  .under-header.-ocenas::before {
    background: url(../../assets/img/oceans/header_bg01.jpg) no-repeat 66% -85%/48em;
    width: 70%;
    height: 34em;
    top: -9em;
    z-index: -2;
  }
  .under-header.-ocenas .inner {
    z-index: 0;
  }
  .under-header.-ocenas::after {
    -webkit-clip-path: polygon(46% 0%, 100% 0%, 54% 100%, 0% 100%);
            clip-path: polygon(46% 0%, 100% 0%, 54% 100%, 0% 100%);
    background: url(../../assets/img/oceans/header_bg02.jpg) no-repeat 28% 0/33em;
    width: 64%;
    top: -9em;
    right: -28%;
    z-index: -2;
  }
  .under-header .ocenas_player {
    top: 0%;
    right: -16%;
    z-index: -1;
  }
  .under-header.-sponsor::before {
    width: 85%;
    height: 70%;
    top: 57%;
  }
  .under-header.-intern {
    padding: 10% 6% 40%;
  }
  .under-header.-intern::before {
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
    background: url(../../assets/img/intern/header_bg.jpg) no-repeat 12% 0%/cover;
    width: 100%;
  }
  .under-header.-intern .txt {
    width: 85%;
  }
  .under-header.-schedule {
    padding: 4% 4% 0;
  }
}

@-webkit-keyframes zoomA {
  0% {
    background-size: 160%;
  }
  100% {
    background-size: 180%;
  }
}

@keyframes zoomA {
  0% {
    background-size: 160%;
  }
  100% {
    background-size: 180%;
  }
}
@-webkit-keyframes zoomB {
  0% {
    background-size: 140%;
  }
  100% {
    background-size: 158%;
  }
}
@keyframes zoomB {
  0% {
    background-size: 140%;
  }
  100% {
    background-size: 158%;
  }
}
#load_movie, #load_movie_sp {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #242424;
  z-index: 9999999999;
}

#opv-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100vh;
  vertical-align: bottom;
  z-index: 100;
  background: #242424;
}

video#opv {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  vertical-align: bottom;
}

.section-conts {
  padding: 4%;
  height: 100vh;
}

@media screen and (max-width: 767px) {
  .pc-opmovie {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp-opmovie {
    display: none;
  }
}
#skip-btn {
  font-size: 6vw;
  text-align: center;
  font-family: gunplay, sans-serif;
  position: fixed;
  bottom: 0;
  -webkit-transform: translate(-30%, -10%);
      -ms-transform: translate(-30%, -10%);
          transform: translate(-30%, -10%);
  left: auto;
  right: 0;
  z-index: 9999999999;
  cursor: pointer;
  color: #0098ff;
}
@media screen and (max-width: 639px) {
  #skip-btn {
    font-size: 13vw;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    right: auto;
  }
}

.hidden {
  opacity: 0;
  visibility: hidden;
}

.cmn-main {
  position: relative;
}
.cmn-main::before {
  content: "";
  background: url(../../assets/img/top/top_player.png) no-repeat left bottom/contain;
  position: fixed;
  bottom: 0;
  left: 150px;
  width: 60%;
  height: 100%;
  z-index: -1;
}
.cmn-main.-underlayer::before {
  display: none;
}

.top-info, .top-info .info-ttl, .top-info dl, .top-info dt, .top-info dd {
  display: inline-block;
}

.top-info {
  background: #242424;
  position: fixed;
  bottom: 4rem;
  left: 2rem;
  border: 2px solid #242424;
  border-radius: 50px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 0;
}
.top-info .info-ttl {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  color: #FFF;
  padding: 4px 8px;
  background: #242424;
}
.top-info dl {
  background: #FFF;
  padding: 4px 8px;
  color: #242424;
}
.top-info .info-time, .top-info .info-detail {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #242424;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.top-info .info-time .info-txt, .top-info .info-detail .info-txt {
  color: #242424;
}
.top-info .info-time {
  border-right: 1px solid #242424;
  padding-right: 8px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .top-info {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    border-radius: 4px;
    width: 90%;
    margin: 0 auto 40%;
    display: block;
  }
  .top-info .info-ttl {
    display: block;
    text-align: center;
  }
  .top-info dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-info .info-time, .top-info .info-detail {
    font-size: 0.85rem;
  }
}

.main-catch {
  display: block;
  width: 95%;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-filter: drop-shadow(1px 3px 14px rgba(0, 0, 0, 0.7));
          filter: drop-shadow(1px 3px 14px rgba(0, 0, 0, 0.7));
}
.main-catch .start-txt {
  width: 60%;
  display: block;
  margin: 0 auto 20px;
  max-width: 600px;
}
.main-catch .start-txt img {
  width: 100%;
}
.main-catch .main-catch_img {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main-catch {
    top: 15%;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 96%;
    height: 100%;
    margin: auto;
    z-index: -1;
  }
}

.mask {
  -webkit-clip-path: url(#svgPath);
  clip-path: url(#svgPath);
}

.svg-mask_wrap {
  position: relative;
  width: 100%;
}

.svg-mask_item {
  position: absolute;
  top: 0;
  left: 0;
}
.video-box {
  position: absolute;
  /* bottom: 0; */
  width: 120%;
  height: 57%;
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
  top: 0;
}
@media screen and (max-width: 767px) {
  .video-box {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    -webkit-transform: scale(4) skewX(-30deg);
        -ms-transform: scale(4) skewX(-30deg);
            transform: scale(4) skewX(-30deg);
    bottom: auto;
    height: 100%;
    width: 100%;
    -webkit-clip-path: none;
            clip-path: none;
    margin: auto;
  }
}

.lity {
  background: rgba(0, 0, 0, 0.4);
}

.dot-filter {
  position: relative;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: -2;
  height: 100em;
  width: 100%;
  -webkit-transform: translate(14%, 55%);
      -ms-transform: translate(14%, 55%);
          transform: translate(14%, 55%);
}
.dot-filter::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: -o-radial-gradient(black 20%, transparent 20%), -o-radial-gradient(black 20%, transparent 20%);
  background-image: radial-gradient(black 20%, transparent 20%), radial-gradient(black 20%, transparent 20%);
  background-size: 6px 6px;
  background-position: 0 0, 3px 3px;
}
@media screen and (max-width: 767px) {
  .dot-filter {
    right: 0;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0) skewX(30deg);
        -ms-transform: translate(-50%, 0) skewX(30deg);
            transform: translate(-50%, 0) skewX(30deg);
    bottom: auto;
    height: 100vh;
    width: 75%;
    -webkit-clip-path: none;
            clip-path: none;
    margin: auto;
    position: fixed;
    overflow: hidden;
  }
}

.movie-play_btn {
  width: 20em;
  height: 20em;
  display: block;
  position: fixed;
  bottom: 4%;
  right: 0;
  z-index: -3;
}
.movie-play_btn img {
  width: 100%;
}
.movie-play_btn .moving-txt {
  position: relative;
  display: block;
  width: 100%;
}
.movie-play_btn .moving-txt::before {
  content: "";
  background: url(../../assets/img/top/movie_txt.png) no-repeat center center/contain;
  width: 20em;
  height: 20em;
  position: absolute;
  -webkit-animation: 12s linear infinite txtRocate;
          animation: 12s linear infinite txtRocate;
}
@media screen and (max-width: 767px) {
  .movie-play_btn {
    left: 1%;
    bottom: 1%;
    z-index: 10;
    width: 30%;
    height: auto;
  }
  .movie-play_btn .moving-txt::before {
    width: 100%;
    height: 100%;
  }
}

.damy-btn {
  width: 20em;
  height: 20em;
  display: block;
  position: fixed;
  bottom: 4%;
  right: 0;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .damy-btn {
    display: none;
  }
}

@-webkit-keyframes txtRocate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes txtRocate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.ocenas-ttl {
  color: #FFF;
  font-family: gunplay-damage, sans-serif;
  margin-bottom: 20px;
  font-size: clamp(1.8rem, 1.727rem + 0.36vw, 2rem);
  line-height: 1.4;
  position: relative;
  z-index: 1;
  display: table;
}
.ocenas-ttl::after {
  content: "";
  position: absolute;
  top: -1rem;
  left: -1rem;
  width: 100%;
  height: 100%;
  background: url(../../assets/img/oceans/ttl_bg.png) no-repeat left top/contain;
  opacity: 0.3;
}
.ocenas-ttl .en, .ocenas-ttl .en-small, .ocenas-ttl strong {
  font-family: gunplay, sans-serif;
  line-height: 1.1;
}
.ocenas-ttl .en {
  font-size: clamp(3rem, 1.545rem + 7.27vw, 7rem);
  display: block;
  margin-bottom: 20px;
}
.ocenas-ttl .en-small {
  font-size: clamp(2rem, 0.909rem + 5.45vw, 5rem);
}
.ocenas-ttl strong {
  font-size: clamp(5rem, 2.818rem + 10.91vw, 11rem);
  display: block;
}

.oceans-txt {
  width: 56%;
  z-index: 1;
  position: relative;
  border-top: 1px solid #fff;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .oceans-txt {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1030px) {
  .oceans-txt {
    width: 95%;
  }
}
.oceans-players {
  background-color: #242424;
  background-image: url(../../assets/img/oceans/player_bg.jpg);
  background-position-x: center;
  background-position-y: top;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 100px 0 200px;
  position: relative;
  z-index: 0;
}
.oceans-players::after {
  content: "";
  background: url(../../assets/img/oceans/nagoya_oceans_bg.jpg) no-repeat center bottom/100%;
  width: 100%;
  height: 32%;
  position: absolute;
  bottom: 0;
  display: block;
  opacity: 0.2;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .oceans-players {
    padding: 15% 0;
  }
}

.player-list {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  overflow: hidden;
  margin-bottom: 60px;
  grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
}
.player-list li {
  background: #FFF;
  width: 100%;
}
.player-list .player-img {
  width: 100%;
}
.player-list .player-img img {
  width: 100%;
  display: block;
}
.player-list .player-data {
  padding: 8px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.player-list .back-num {
  font-family: veneer-three, sans-serif;
  font-size: 4rem;
  color: #d70d00;
  text-align: center;
  width: 20%;
  margin-right: 20px;
}
.player-list .player-name {
  width: 80%;
  line-height: 1.4;
  color: #d70d00;
  font-size: clamp(1.1rem, 0.918rem + 0.91vw, 1.6rem);
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
}
.player-list .position {
  font-family: veneer-three, sans-serif;
  font-size: 1rem;
  display: block;
  margin-bottom: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid #d70d00;
  line-height: 1.4;
}
.player-list .en-name {
  font-size: 0.9rem;
  letter-spacing: 2px;
  color: #bdbdbd;
  font-family: veneer-three, sans-serif;
  line-height: 1.4;
  display: block;
}

.emblem {
  text-align: center;
}
.emblem .emblem-img {
  width: 50%;
  max-width: 200px;
  display: block;
  margin: 0 auto 20px;
}
.emblem .emblem-img img {
  width: 100%;
  display: block;
}
.emblem .emblem-txt {
  color: #fff;
  font-family: gunplay, sans-serif;
  line-height: 1.2;
  font-size: clamp(4rem, 2.4rem + 8vw, 8.4rem);
}

.sponsor-ttl {
  color: #ff9b0b;
  background: -webkit-linear-gradient(0deg, #ff8400, #facc22);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #FFF;
  margin-bottom: 20px;
  font-size: clamp(1rem, 0.782rem + 1.09vw, 1.6rem);
  line-height: 1.4;
  position: relative;
  z-index: 0;
  display: table;
  padding-left: 40px;
}
.sponsor-ttl::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5rem 0 2.5rem 1.5rem;
  border-color: transparent transparent transparent #ff9b0b;
  position: absolute;
  top: 0;
  left: 0;
}
.sponsor-ttl::after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background: -webkit-linear-gradient(0deg, #ff8400, #facc22);
  position: absolute;
  top: 35%;
  left: calc(100% + 10px);
  /* left: 100%; */
  z-index: -1;
}
.sponsor-ttl .en-txt {
  color: #ff9b0b;
  background: -webkit-linear-gradient(0deg, #ff8400, #facc22);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
  display: block;
  font-family: gunplay, sans-serif;
  font-size: clamp(2.4rem, 1.455rem + 4.73vw, 5rem);
}
@media screen and (max-width: 767px) {
  .sponsor-ttl::after {
    display: none;
  }
}

.sponsor-buk_player {
  position: absolute;
  opacity: 0;
}
.sponsor-buk_player.-num01 {
  right: 8%;
  top: -12%;
  width: 50%;
  max-width: 480px;
  z-index: -1;
}
.sponsor-buk_player.-num02 {
  right: -3%;
  bottom: 0;
  width: 50%;
  max-width: 330px;
  z-index: -1;
}
.sponsor-buk_player.-num03 {
  right: -6%;
  top: -12%;
  width: 50%;
  max-width: 250px;
  z-index: -1;
}
.sponsor-buk_player img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .sponsor-buk_player.-num01 {
    top: -1rem;
  }
  .sponsor-buk_player.-num02 {
    right: -6%;
    top: -8rem;
    width: 47%;
    z-index: -2;
  }
  .sponsor-buk_player.-num03 {
    top: 0;
    right: -13%;
    width: 39%;
  }
}

@-webkit-keyframes charaA {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  30% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes charaA {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  30% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.logo_pop {
  -webkit-animation: charaA 1.2s forwards;
          animation: charaA 1.2s forwards;
}

.fade {
  -webkit-animation: charaA 0.9s forwards;
          animation: charaA 0.9s forwards;
}

.sponsor-catch {
  font-weight: 900;
  line-height: 1.4;
  color: #242424;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
  font-size: clamp(1.6rem, 0.364rem + 6.18vw, 5rem);
}
.sponsor-catch .l-txt {
  font-weight: 900;
  font-size: clamp(2.8rem, 1.273rem + 7.64vw, 7rem);
}

.buk-culture {
  background: #FFF;
}
.buk-culture .txt-box {
  width: 70%;
  padding: 6%;
  border-left: 8px solid #ff9b0b;
  position: relative;
  z-index: 0;
}
.buk-culture .txt-box::before {
  content: "";
  display: block;
  background: url(../../assets/img/sponsor/ttl_bg.png) no-repeat left top/contain;
  width: 70%;
  height: 70%;
  opacity: 0.2;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: -1;
}
.buk-culture .culture-ttl {
  line-height: 1.4;
  font-weight: 900;
  font-size: clamp(1.6rem, 0.727rem + 4.36vw, 4rem);
  margin-bottom: 40px;
}
.buk-culture .culture-ttl .l-txt {
  font-weight: 900;
  color: #ff9b0b;
  font-size: clamp(2.6rem, 1.655rem + 4.73vw, 5.2rem);
}
.buk-culture .movie-wrap {
  width: 30%;
  position: relative;
}
.buk-culture .movie-wrap::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: -o-radial-gradient(black 20%, transparent 20%), -o-radial-gradient(black 20%, transparent 20%);
  background-image: radial-gradient(black 20%, transparent 20%), radial-gradient(black 20%, transparent 20%);
  background-size: 6px 6px;
  background-position: 0 0, 3px 3px;
}
.buk-culture .movie-wrap .sponsor-movie {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .buk-culture .txt-box {
    width: 100%;
  }
  .buk-culture .movie-wrap {
    width: 100%;
    height: 19em;
  }
}

.buk-members {
  background: #ffc30e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  height: 45em;
  padding: 0 2%;
  position: relative;
  z-index: 0;
}
.buk-members .en-message {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 80%;
  z-index: 1;
  max-width: 700px;
  mix-blend-mode: color-dodge;
}
.buk-members .en-message img {
  width: 100%;
}
.buk-members .simpleParallax {
  width: 24%;
}
.buk-members .member-list, .buk-members .member-list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 24%;
}
.buk-members .member-list li, .buk-members .member-list02 li {
  margin-bottom: 12px;
  width: 100%;
}
.buk-members .member-list li:last-child, .buk-members .member-list02 li:last-child {
  margin-bottom: 0;
}
.buk-members .member-list li img, .buk-members .member-list02 li img {
  width: 100%;
  display: block;
  -webkit-filter: drop-shadow(1px 8px 15px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(1px 8px 15px rgba(0, 0, 0, 0.2));
}
.buk-members .member-list {
  position: relative;
}
.buk-members .member-list02 {
  margin-top: -40vw;
}
@media screen and (max-width: 767px) {
  .buk-members {
    height: 22em;
  }
}

.loop {
  -webkit-animation: loopA 120s linear infinite backwards;
          animation: loopA 120s linear infinite backwards;
}

.loop02 {
  -webkit-animation: loopB 120s linear infinite backwards;
          animation: loopB 120s linear infinite backwards;
}

@-webkit-keyframes loopA {
  from {
    -webkit-transform: translateY(0vw);
            transform: translateY(0vw);
  }
  to {
    -webkit-transform: translateY(-50vw);
            transform: translateY(-50vw);
  }
}

@keyframes loopA {
  from {
    -webkit-transform: translateY(0vw);
            transform: translateY(0vw);
  }
  to {
    -webkit-transform: translateY(-50vw);
            transform: translateY(-50vw);
  }
}
@-webkit-keyframes loopB {
  from {
    -webkit-transform: translateY(0vw);
            transform: translateY(0vw);
  }
  to {
    -webkit-transform: translateY(50vw);
            transform: translateY(50vw);
  }
}
@keyframes loopB {
  from {
    -webkit-transform: translateY(0vw);
            transform: translateY(0vw);
  }
  to {
    -webkit-transform: translateY(50vw);
            transform: translateY(50vw);
  }
}
.buk-futsal {
  position: relative;
  background: #ff9b0b;
  padding: 100px 0 0;
}
.buk-futsal::before {
  content: "";
  display: block;
  background: url(../../assets/img/sponsor/futsal_bg.jpg) no-repeat center top/cover;
  width: 100%;
  height: 40%;
  position: absolute;
  top: 0;
}
.buk-futsal .futsal-message {
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  color: #FFF;
  font-size: 3.6vw;
  margin-bottom: 80px;
}
.buk-futsal .futsal-logo {
  position: relative;
  text-align: center;
  z-index: 0;
  padding-bottom: 16%;
  margin-bottom: 80px;
}
.buk-futsal .futsal-logo::before {
  content: "";
  background: url(../../assets/img/sponsor/enjoy_img.jpg) no-repeat center bottom/contain;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: -1;
  margin-top: 0;
}
.buk-futsal .futsal-logo::after {
  content: "";
  background: url(../../assets/img/sponsor/futsal_members.png) no-repeat center bottom/contain;
  width: 80%;
  height: 20rem;
  position: absolute;
  bottom: -10%;
  left: 0;
  right: 0;
  margin: auto;
}
.buk-futsal .futsal-logo .club-name {
  display: block;
  margin: auto;
  width: 50%;
  max-width: 400px;
}
.buk-futsal .futsal-logo .club-name img {
  width: 100%;
}
.buk-futsal .message-txt {
  text-align: center;
  font-size: 1rem;
  line-height: 2;
  position: relative;
  display: table;
  margin: 0 auto 80px;
  z-index: 0;
}
.buk-futsal .message-txt .kakko {
  background: url(../../assets/img/sponsor/kakko.png) no-repeat center bottom/contain;
  width: 3rem;
  height: 3rem;
  position: absolute;
  z-index: -1;
}
.buk-futsal .message-txt .kakko.-num01 {
  top: -2rem;
  left: -2rem;
}
.buk-futsal .message-txt .kakko.-num02 {
  top: -2rem;
  right: -2rem;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.buk-futsal .message-txt .kakko.-num03 {
  bottom: -2rem;
  left: -2rem;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.buk-futsal .message-txt .kakko.-num04 {
  bottom: -2rem;
  right: -2rem;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .buk-futsal {
    padding: 15% 0 0;
  }
  .buk-futsal::before {
    height: 22%;
  }
  .buk-futsal .futsal-message {
    font-size: clamp(1.8rem, 1.364rem + 2.18vw, 3rem);
  }
  .buk-futsal .message-txt {
    width: 92%;
  }
}

.contents-box {
  margin-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  .contents-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.messe-box {
  width: 48%;
}
.messe-box .messe-ttl {
  font-weight: 900;
  text-align: center;
  color: #FFF;
  line-height: 1.4;
  font-size: 1.6rem;
  margin-bottom: 12px;
  position: relative;
}
.messe-box .messe-ttl::before, .messe-box .messe-ttl::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  top: 0.2rem;
}
.messe-box .messe-ttl::before {
  background: url(../../assets/img/sponsor/txt_deco.png) no-repeat left bottom/contain;
  margin-right: 0.5rem;
}
.messe-box .messe-ttl::after {
  background: url(../../assets/img/sponsor/txt_deco.png) no-repeat right bottom/contain;
  margin-left: 0.5rem;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.messe-box .messe-txt {
  background: #fff;
  padding: 30px 30px 60%;
  border-radius: 20px;
  font-size: 0.9rem;
  line-height: 2;
  position: relative;
  z-index: 0;
}
.messe-box .messe-txt .txt {
  font-size: 0.85rem;
  line-height: 2.4;
  width: 100%;
}
.messe-box .messe-txt::after {
  content: "";
  background: url(../../assets/img/sponsor/enjoy_onishi.png) no-repeat right bottom/contain;
  display: block;
  width: 100%;
  padding-top: 55%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .messe-box {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .messe-box {
    width: 100%;
  }
  .messe-box .messe-txt {
    padding: 30px 30px 12rem;
  }
  .messe-box .messe-txt .txt {
    line-height: 2;
    width: 100%;
  }
  .messe-box .messe-ttl {
    font-size: 1.2rem;
  }
}

.insta {
  width: 48%;
}
@media screen and (max-width: 1023px) {
  .insta {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .insta {
    width: 100%;
  }
}

.intern-recruit {
  background: url(../../assets/img/sponsor/intern_bg.jpg) no-repeat right bottom/cover;
  padding: 60px 0;
}
.intern-recruit .inner {
  position: relative;
  z-index: 0;
}
.intern-recruit .inner::after {
  content: "";
  background: url(../../assets/img/sponsor/intern_img01.png) no-repeat right bottom/contain;
  width: 40%;
  height: 21rem;
  position: absolute;
  right: 0;
  bottom: -60px;
  z-index: -1;
}
.intern-recruit .intern-ttl {
  font-weight: 900;
  color: #242424;
  line-height: 1.4;
  font-size: 2rem;
  margin-bottom: 40px;
  font-size: clamp(1.3rem, 0.609rem + 3.45vw, 3.2rem);
  text-shadow: 0px 0px 5px rgb(254, 209, 30);
}
@media screen and (max-width: 767px) {
  .intern-recruit .inner::after {
    width: 20rem;
    right: -21%;
  }
  .intern-recruit .intern-ttl {
    text-align: center;
  }
  .intern-recruit .btn {
    margin: auto;
    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;
    line-height: 1.4;
    max-width: 250px;
  }
}
@media screen and (max-width: 519px) {
  .intern-recruit .inner::after {
    display: none;
  }
  .intern-recruit .intern-ttl {
    margin: 0 auto 20px;
  }
}

.intern-ttl {
  color: #FFF;
  font-weight: 900;
  margin-bottom: 20px;
  font-size: clamp(1.4rem, 0.6rem + 4vw, 3.6rem);
  line-height: 1.4;
  position: relative;
  z-index: 0;
  display: table;
}
.intern-ttl::after {
  content: "";
  position: absolute;
  top: -1rem;
  left: -1rem;
  width: 100%;
  height: 150%;
  background: url(../../assets/img/intern/ttl_bg.png) no-repeat left top/contain;
  opacity: 0.2;
  z-index: -1;
}
.intern-ttl strong {
  font-weight: 900;
  line-height: 1.1;
  font-size: clamp(2.8rem, 0.909rem + 9.45vw, 8rem);
  display: block;
}

.intern-subttl {
  color: #ffc30e;
  margin-bottom: 20px;
  line-height: 1.4;
  position: relative;
  z-index: 0;
  display: table;
  padding-left: 40px;
  font-family: gunplay, sans-serif;
  font-size: clamp(2.4rem, 1.455rem + 4.73vw, 5rem);
}
.intern-subttl::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5rem 0 2.5rem 1.5rem;
  border-color: transparent transparent transparent #ffc30e;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.intern-subttl.-con {
  text-align: center;
  margin: 0 auto 40px;
  padding-left: 0;
}
.intern-subttl.-con::before {
  display: none;
}
.intern-subttl .jp-txt {
  color: #fff;
  line-height: 1.2;
  display: block;
  font-size: clamp(1rem, 0.782rem + 1.09vw, 1.6rem);
}
@media screen and (max-width: 767px) {
  .intern-subttl {
    line-height: 1;
  }
  .intern-subttl::after {
    display: none;
  }
  .intern-subttl .jp-txt {
    font-size: 0.9rem;
    margin-bottom: 8px;
  }
}

.intern-buk_player {
  position: absolute;
  opacity: 0;
}
.intern-buk_player.-num01 {
  left: 51%;
  /* top: -12%; */
  bottom: 0;
  width: 40%;
  max-width: 320px;
  z-index: -1;
}
.intern-buk_player.-num02 {
  left: 70%;
  bottom: 0;
  width: 50%;
  max-width: 300px;
  z-index: -1;
}
.intern-buk_player.-num03 {
  left: 64%;
  bottom: 25%;
  width: 40%;
  max-width: 270px;
  z-index: -1;
}
.intern-buk_player img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .intern-buk_player.-num01 {
    top: auto;
    bottom: 0;
    left: auto;
    right: 14%;
    width: 39%;
  }
  .intern-buk_player.-num02 {
    bottom: -2%;
    top: auto;
    z-index: 0;
    right: 49%;
    left: auto;
    width: 28%;
    z-index: -1;
  }
  .intern-buk_player.-num03 {
    top: 0;
    bottom: 0;
    top: auto;
    width: 46%;
    right: -14%;
    left: auto;
  }
}

.buk-activities {
  background: #fff;
  padding: 100px 0 0;
  position: relative;
  z-index: 0;
}
.buk-activities::before {
  content: "";
  background: url(../../assets/img/intern/act_bg.jpg) no-repeat center top/100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: block;
  z-index: -1;
}
.buk-activities::after {
  content: "";
  background: url(../../assets/img/intern/event_bg.jpg) no-repeat center bottom/100%;
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  display: block;
  z-index: -1;
}
.buk-activities .act-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.buk-activities .act-list li {
  width: 48%;
  position: relative;
  margin-bottom: 40px;
}
.buk-activities .act-list li:nth-child(even) {
  margin-top: 60px;
}
.buk-activities .act-list li:nth-of-type(1) .act-img::after {
  background: url(../../assets/img/intern/num01.png) no-repeat right bottom/contain;
}
.buk-activities .act-list li:nth-of-type(2) .act-img::after {
  background: url(../../assets/img/intern/num02.png) no-repeat right bottom/contain;
}
.buk-activities .act-list li:nth-of-type(3) .act-img::after {
  background: url(../../assets/img/intern/num03.png) no-repeat right bottom/contain;
}
.buk-activities .act-list li:nth-of-type(4) .act-img::after {
  background: url(../../assets/img/intern/num04.png) no-repeat right bottom/contain;
}
.buk-activities .act-list .act-img {
  width: 100%;
  position: relative;
  display: block;
}
.buk-activities .act-list .act-img::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1rem;
  right: 1rem;
  width: 7rem;
  height: 7rem;
  mix-blend-mode: multiply;
}
.buk-activities .act-list img {
  width: 100%;
  display: block;
  border-radius: 12px;
}
.buk-activities .act-list .act-ttl {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 12px;
}
.buk-activities .act-list .act-ttl i {
  color: #d70d00;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .buk-activities {
    padding: 15% 0 0;
  }
  .buk-activities::after {
    height: 30%;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  .buk-activities .act-list li {
    width: 100%;
  }
  .buk-activities .act-list li:nth-child(even) {
    margin-top: 0;
  }
}

.event-wrap {
  background: url(../../assets/img/intern/fukidashi_pc.png) no-repeat center bottom/contain;
  padding: 80px 0 0;
  position: relative;
  z-index: 0;
}
.event-wrap .inner {
  padding-bottom: 80px;
}
.event-wrap .inner::before {
  content: "";
  background: url(../../assets/img/intern/event_img01.png) no-repeat left bottom/contain;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 16%;
  height: 55%;
  max-width: 400px;
  z-index: -1;
  -webkit-animation: poyooon 1.2s linear 0s infinite;
          animation: poyooon 1.2s linear 0s infinite;
}
.event-wrap .inner::after {
  content: "";
  background: url(../../assets/img/intern/event_img02.png) no-repeat right bottom/contain;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15%;
  height: 60%;
  max-width: 400px;
  z-index: -1;
  -webkit-animation: poyooon 1.4s linear 0s infinite;
          animation: poyooon 1.4s linear 0s infinite;
}
.event-wrap .event-ttl {
  text-align: center;
  font-weight: 900;
  color: #ff6600;
  font-size: clamp(1.4rem, 0.818rem + 2.91vw, 3rem);
  line-height: 1.4;
  margin-bottom: 40px;
  padding-top: 7%;
  -webkit-animation: buruburu 3s linear infinite;
          animation: buruburu 3s linear infinite;
}
.event-wrap .ttl-img {
  display: block;
  margin: 0 auto 8px;
  max-width: 680px;
  width: 80%;
}
.event-wrap .ttl-img img {
  width: 100%;
  display: block;
}
.event-wrap .txt {
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .event-wrap {
    background: url(../../assets/img/intern/fukidashi_sp.png) no-repeat center center/154%;
    padding: 22% 0 0;
  }
  .event-wrap .inner {
    padding-bottom: 33%;
  }
  .event-wrap .inner::before {
    width: 26%;
  }
  .event-wrap .inner::after {
    width: 24%;
  }
  .event-wrap .event-ttl {
    padding-top: 0;
    margin-bottom: 6%;
  }
  .event-wrap .txt {
    width: 93%;
    font-size: 0.9rem;
  }
}

@-webkit-keyframes buruburu {
  0%, 7% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  15% {
    -webkit-transform: rotateZ(-15deg);
            transform: rotateZ(-15deg);
  }
  20% {
    -webkit-transform: rotateZ(10deg);
            transform: rotateZ(10deg);
  }
  25% {
    -webkit-transform: rotateZ(-10deg);
            transform: rotateZ(-10deg);
  }
  30% {
    -webkit-transform: rotateZ(6deg);
            transform: rotateZ(6deg);
  }
  35% {
    -webkit-transform: rotateZ(-4deg);
            transform: rotateZ(-4deg);
  }
  40%, 100% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
}

@keyframes buruburu {
  0%, 7% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  15% {
    -webkit-transform: rotateZ(-15deg);
            transform: rotateZ(-15deg);
  }
  20% {
    -webkit-transform: rotateZ(10deg);
            transform: rotateZ(10deg);
  }
  25% {
    -webkit-transform: rotateZ(-10deg);
            transform: rotateZ(-10deg);
  }
  30% {
    -webkit-transform: rotateZ(6deg);
            transform: rotateZ(6deg);
  }
  35% {
    -webkit-transform: rotateZ(-4deg);
            transform: rotateZ(-4deg);
  }
  40%, 100% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
}
@-webkit-keyframes poyooon {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  30% {
    -webkit-transform: scale(1.2, 0.8) translate(0%, 15%);
            transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  40% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  50% {
    -webkit-transform: scale(0.9, 1.2) translate(0%, -60%);
            transform: scale(0.9, 1.2) translate(0%, -60%);
  }
  60% {
    -webkit-transform: scale(0.9, 1.2) translate(0%, -20%);
            transform: scale(0.9, 1.2) translate(0%, -20%);
  }
  70% {
    -webkit-transform: scale(1.2, 0.8) translate(0%, 15%);
            transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  75% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes poyooon {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  30% {
    -webkit-transform: scale(1.2, 0.8) translate(0%, 15%);
            transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  40% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  50% {
    -webkit-transform: scale(0.9, 1.2) translate(0%, -60%);
            transform: scale(0.9, 1.2) translate(0%, -60%);
  }
  60% {
    -webkit-transform: scale(0.9, 1.2) translate(0%, -20%);
            transform: scale(0.9, 1.2) translate(0%, -20%);
  }
  70% {
    -webkit-transform: scale(1.2, 0.8) translate(0%, 15%);
            transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  75% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
.contact-list {
  padding: 80px 0;
  position: relative;
}
.contact-list::before {
  content: "";
  display: block;
  background: url(../../assets/img/intern/joinus.png) no-repeat center bottom/contain;
  width: 35%;
  height: 14em;
  margin: -10em auto 0;
  -webkit-animation: buruburu 1s linear infinite;
          animation: buruburu 1s linear infinite;
  z-index: 1;
}
.contact-list .txt {
  margin-bottom: 40px;
}
.contact-list .messe-txt {
  font-size: 0.85rem;
  line-height: 1.4;
  text-align: center;
}
.contact-list .item-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 40px;
}
.contact-list .item-list li {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  margin-right: 20px;
  width: 32%;
  max-width: 200px;
}
.contact-list .item-list li:last-child {
  margin-right: 0;
}
.contact-list .item-list li.-line {
  position: relative;
}
.contact-list .item-list li.-line::after {
  content: "";
  background: url(../../assets/img/intern/nandemo.png) no-repeat center center/contain;
  position: absolute;
  bottom: -44%;
  right: -8em;
  width: 90%;
  height: 130%;
  z-index: -1;
  -webkit-transform: rotate(11deg);
      -ms-transform: rotate(11deg);
          transform: rotate(11deg);
}
.contact-list .item-list .qr-img {
  display: block;
}
.contact-list .item-list .qr-img img {
  width: 100%;
}
.contact-list .item-list .item-ttl {
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.1rem;
  color: #242424;
  margin-bottom: 12px;
  display: inline-block;
}
.contact-list .item-list .item-ttl::before {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 4px;
}
.contact-list .item-list .item-ttl.-mail::before {
  background: url(../../assets/img/intern/icon_mail.png) no-repeat center center/contain;
}
.contact-list .item-list .item-ttl.-line::before {
  background: url(../../assets/img/intern/icon_line.png) no-repeat center center/contain;
}
.contact-list .item-list .item-ttl.-insta::before {
  background: url(../../assets/img/intern/icon_insta.png) no-repeat center center/contain;
}
@media screen and (max-width: 639px) {
  .contact-list::before {
    height: 9em;
  }
  .contact-list .messe-txt {
    text-align: left;
    padding: 0 2%;
  }
  .contact-list .item-list {
    margin-bottom: 20px;
    position: relative;
  }
  .contact-list .item-list::after {
    content: "";
    background: url(../../assets/img/intern/nandemo_sp.png) no-repeat center center/contain;
    display: block;
    width: 100%;
    height: 10em;
    margin-top: -8%;
  }
  .contact-list .item-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
    max-width: none;
    border-radius: 50px;
    padding: 0;
    position: relative;
  }
  .contact-list .item-list li.-line::after {
    display: none;
  }
  .contact-list .item-list li::after {
    content: "";
    display: inline-block;
    background: url(../../assets/img/common/arrow_orange.png) no-repeat center center/contain;
    width: 3em;
    height: 3em;
    position: absolute;
    top: 50%;
    right: 3%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .contact-list .item-list li:last-child {
    margin-bottom: 0;
  }
  .contact-list .item-list li .qr-img {
    display: none;
  }
  .contact-list .item-list li .item-ttl {
    margin-bottom: 0;
    font-size: 1.2rem;
    padding: 4% 2%;
    display: block;
  }
  .contact-list .item-list li .item-ttl::before {
    vertical-align: middle;
  }
}

@media screen and (min-width: 768px) and (max-width: 1030px) {
  .contact-list .item-list li.-line::after {
    bottom: -77%;
    right: -5em;
    width: 68%;
    height: 100%;
    z-index: -1;
    -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
.operation {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.operation .adress {
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid #fff;
}
.operation .adress-ttl {
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.2rem;
  margin-bottom: 8px;
  color: #FFF;
}
.operation .adress-txt {
  color: #FFF;
  font-size: 0.9rem;
  line-height: 1.4;
  font-style: normal;
}
.operation .tel-num {
  font-size: 2.4rem;
  line-height: 1.4;
  color: #fff;
  font-weight: 900;
}
.operation .tel-num .time {
  margin-top: 8px;
  display: block;
  font-size: 0.9rem;
}
.operation .tel-num .waku {
  padding: 2px 6px;
  font-size: 0.85rem;
  border: 1px solid #fff;
  margin-right: 4px;
}
@media screen and (max-width: 639px) {
  .operation .adress {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 4%;
    margin-bottom: 2%;
  }
}

.rules-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #242424;
  border-bottom: 1px solid #242424;
  position: relative;
  z-index: 0;
}
.rules-link li {
  width: 33.3333333333%;
  background: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-right: 1px solid #242424;
}
.rules-link li.-columnhalf {
  width: 50%;
}
.rules-link li:first-child {
  border-left: 1px solid #242424;
}
.rules-link li::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #ffc30e;
  -webkit-transform: translate(-100%, 0) skewX(-45deg);
      -ms-transform: translate(-100%, 0) skewX(-45deg);
          transform: translate(-100%, 0) skewX(-45deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.rules-link li:hover::before {
  -webkit-transform: translate(0, 0) skewX(-45deg);
      -ms-transform: translate(0, 0) skewX(-45deg);
          transform: translate(0, 0) skewX(-45deg);
  left: -10%;
  width: 120%;
}
.rules-link li a {
  font-size: 1.1rem;
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 20px;
  color: #242424;
  font-weight: bold;
}
.rules-link li i {
  color: #d70d00;
  margin-right: 8px;
}
@media screen and (max-width: 639px) {
  .rules-link li {
    width: 30%;
  }
  .rules-link li.-columnhalf {
    width: 50%;
  }
  .rules-link li.-columnhalf:last-child {
    width: 50%;
  }
  .rules-link li a {
    padding: 12px 8px;
    font-size: 0.9rem;
  }
  .rules-link li:last-child {
    width: 40%;
  }
}

.rules-wrap {
  padding: 80px 0;
  background: url(../../assets/img/rules/rules_bg.jpg) no-repeat center top/cover;
}
.rules-wrap .ttl {
  margin-bottom: 40px;
}
.rules-wrap .rule-list {
  margin-bottom: 60px;
}
.rules-wrap .rule-list li {
  line-height: 1.6;
  list-style: disc;
  margin-left: 1.2rem;
  font-size: 1rem;
  color: #FFF;
  margin-bottom: 8px;
}
.rules-wrap .rule-list li:last-child {
  margin-bottom: 0;
}
.rules-wrap .rule-box {
  width: 100%;
  background: #ccc;
  padding: 32px;
  height: 14em;
  border-radius: 8px;
  overflow-y: scroll;
}
.rules-wrap .rule-box .txt {
  font-size: 0.9rem;
}
@media screen and (max-width: 639px) {
  .rules-wrap {
    padding: 15% 0;
  }
}

.faq-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #FFF;
}
.faq-wrap .item {
  width: 50%;
  padding: 40px;
}
.faq-wrap .item .ttl {
  margin-bottom: 0;
}
.faq-wrap .item:nth-child(odd) {
  border-bottom: 1px solid #242424;
  border-right: 1px solid #242424;
}
.faq-wrap .item:nth-child(even) {
  border-bottom: 1px solid #242424;
}
.faq-wrap .question, .faq-wrap .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.6;
}
.faq-wrap .question::before, .faq-wrap .answer::before {
  display: block;
  font-size: 1.8rem;
  margin-right: 8px;
  font-family: ruika, sans-serif;
}
.faq-wrap .question {
  font-size: 0.9rem;
}
.faq-wrap .question::before {
  content: "Q";
  color: #397eaf;
}
.faq-wrap .answer {
  font-size: 1.1rem;
  font-weight: bold;
}
.faq-wrap .answer::before {
  content: "A";
  color: #dd4141;
}
.faq-wrap .answer .txt {
  font-size: 1.1rem;
  font-weight: bold;
}
.faq-wrap .answer a {
  text-decoration: underline;
  color: #3a92c8;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.faq-wrap .answer a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 639px) {
  .faq-wrap .item {
    width: 100%;
    padding: 20px;
  }
  .faq-wrap .item:nth-child(odd) {
    border-right: none;
  }
}

.schedule-ttl {
  text-align: center;
  font-family: gunplay, sans-serif;
  font-style: normal;
  line-height: 1.4;
  color: #fff;
  font-size: clamp(2.6rem, 1.727rem + 4.36vw, 5rem);
}
.schedule-ttl .ttl-img {
  width: 80%;
  max-width: 650px;
  display: block;
  margin: 0 auto 20px;
}
.schedule-ttl .jp-txt {
  color: #242424;
  line-height: 1.4;
  font-weight: bold;
  padding: 12px;
  display: block;
  font-size: 1.8rem;
  position: relative;
}
.schedule-ttl .jp-txt::after {
  content: "";
  display: block;
  background: #ff9b0b;
  -webkit-transform: skewX(-40deg);
      -ms-transform: skewX(-40deg);
          transform: skewX(-40deg);
  width: 90%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
}

.date-wrap {
  padding: 80px 0;
}
.date-wrap.-date {
  padding: 0 0 80px;
}
@media screen and (max-width: 639px) {
  .date-wrap {
    padding: 15% 0;
  }
  .date-wrap.-date {
    padding: 0 0 15%;
  }
}

.rule-list_data {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rule-list_data li {
  -webkit-filter: drop-shadow(1px 3px 8px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(1px 3px 8px rgba(0, 0, 0, 0.5));
  width: 40%;
}
.rule-list_data li:first-child {
  margin-right: 30px;
}
.rule-list_data .list-ttl {
  font-weight: 900;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  padding: 20px;
  line-height: 1.6;
}
.rule-list_data .list-ttl.-qualifying {
  background: #242424;
}
.rule-list_data .list-ttl.-final {
  background: #ff9b0b;
}
.rule-list_data .list-ttl .txt-s {
  display: block;
  margin: auto;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
}
.rule-list_data .txt-box {
  background: #e6e6e6;
  padding: 20px;
}
.rule-list_data .txt-box .schedule-txt {
  text-align: center;
  color: #242424;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.4;
}
.rule-list_data .txt-box .schedule-txt strong {
  font-size: 2.4rem;
  font-weight: 900;
  display: block;
  margin: 0 auto 8px;
}
.rule-list_data .txt-box .schedule-txt .team {
  display: block;
  padding: 12px;
  background: #a7a7a7;
  font-weight: bold;
  font-size: 1.4rem;
}
.rule-list_data .txt-box .schedule-txt .team.-final {
  background: #ff9b0b;
}
@media screen and (max-width: 767px) {
  .rule-list_data li {
    width: 100%;
  }
  .rule-list_data li:first-child {
    margin-right: 0;
    margin-bottom: 4%;
  }
}

.overview-wrap {
  padding: 80px 0;
  background: url(../../assets/img/schedule/overview_bg.jpg) no-repeat center top/cover;
}
.overview-wrap .overview-list {
  max-width: 750px;
  margin: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.overview-wrap .overview-list dt, .overview-wrap .overview-list dd {
  padding: 24px;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 2px;
  line-height: 1.6;
}
.overview-wrap .overview-list dt {
  width: 250px;
  border: 1px solid #fff;
  font-weight: bold;
  background: rgba(240, 22, 8, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.overview-wrap .overview-list dd {
  width: calc(100% - 250px);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 639px) {
  .overview-wrap {
    padding: 15% 0;
  }
  .overview-wrap .overview-list dt {
    width: 100%;
    margin-bottom: 0;
  }
  .overview-wrap .overview-list dd {
    width: 100%;
    margin-bottom: 2%;
    border-top: none;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}

@-moz-document url-prefix() {
  .dot-filter {
    height: 120%;
    width: 86%;
    transform: translate(7%, 0%);
    top: 0;
    right: 0;
  }
  @media screen and (max-width: 767px) {
    .dot-filter {
      right: 0;
      left: 50%;
      top: 0;
      transform: translate(-50%, 0) skewX(30deg);
      bottom: auto;
      height: 100vh;
      width: 75%;
      clip-path: none;
      margin: auto;
      position: fixed;
      overflow: hidden;
    }
  }
  .video-box {
    width: 112%;
    height: 110%;
    top: 0;
    transform: scale(1.4);
  }
  @media screen and (max-width: 767px) {
    .video-box {
      position: absolute;
      right: 0;
      left: 0;
      top: 0;
      transform: scale(4) skewX(-30deg);
      bottom: auto;
      height: 100%;
      width: 100%;
      clip-path: none;
      margin: auto;
    }
  }
}
.entry-wrap {
  position: relative;
  z-index: 0;
}

ul.insta_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

ul.insta_list li {
  list-style: none;
  width: 48%;
  margin-bottom: 12px;
  display: block;
  position: relative;
  padding-bottom: 48%;
  overflow: hidden;
}

ul.insta_list a {
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
ul.insta_list a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.8;
}

ul.insta_list li a img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.insta-ttl {
  font-weight: 900;
  color: #FFF;
  line-height: 1.4;
  font-size: 1.6rem;
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.insta-ttl::before {
  content: "";
  display: inline-block;
  background: url(../../assets/img/sponsor/insta_icon.png) no-repeat center center/contain;
  width: 2.4em;
  height: 2.4em;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
.insta-ttl:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .insta-ttl {
    font-size: 1.2rem;
  }
}

footer {
  background: #242424;
  padding: 20px;
  text-align: center;
}
footer .copy {
  font-size: 0.85rem;
  line-height: 1.4;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 4em 4% 10em;
  }
}

.re-btn {
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 50;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  max-width: 100px;
  opacity: 0.7;
}
.re-btn img {
  width: 100%;
}
.re-btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
@media screen and (max-width: 639px) {
  .re-btn {
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 50;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 30%;
    z-index: 200;
    max-width: 80px;
    opacity: 0.7;
  }
  .re-btn img {
    width: 100%;
  }
  .re-btn:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }
}

/*  navigation  */
.nav-list.-spnav {
  padding-top: 8rem;
}
.nav-list li {
  margin-bottom: 16px;
  position: relative;
}
.nav-list li:last-child {
  margin-bottom: 0;
}
.nav-list li.-line:hover {
  -webkit-animation: poyon 0.6s ease 0s 1 normal running none;
          animation: poyon 0.6s ease 0s 1 normal running none;
}
.nav-list li.-line:hover img {
  opacity: 0.9;
}
.nav-list li.-line:hover a {
  margin-left: 0;
}
.nav-list li.-line:hover a::before {
  display: none;
}
.nav-list li.-line img {
  -webkit-filter: drop-shadow(1px 3px 8px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(1px 3px 8px rgba(0, 0, 0, 0.5));
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.nav-list li a {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-size: 1.1rem;
  color: #fff;
  line-height: 1.4;
  font-style: italic;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.nav-list li a::before {
  content: "";
  display: inline-block;
  background: url(../../assets/img/common/ball.svg) no-repeat center center/contain;
  width: 2em;
  height: 2em;
  position: absolute;
  opacity: 0.6;
  left: 0;
  top: 0;
  -webkit-animation: 3s linear infinite txtRocate;
          animation: 3s linear infinite txtRocate;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.nav-list li a:hover {
  margin-left: 1.5rem;
}
.nav-list li a:hover::before {
  opacity: 0.6;
}
.nav-list .en {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  color: #b91b1b;
  font-size: 0.9rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .nav-list li a {
    text-align: center;
    font-size: 1rem;
  }
  .nav-list .en {
    font-size: 0.85rem;
  }
}

@media screen and (max-width: 767px) {
  .sp-nav {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .sp-nav {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-nav {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .pc-nav {
    display: block;
  }
}

@-webkit-keyframes poyon {
  from, to {
    -webkit-transform: none;
            transform: none;
  }
  10% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  40% {
    -webkit-transform: scale(0.94);
            transform: scale(0.94);
  }
  60% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  80% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}

@keyframes poyon {
  from, to {
    -webkit-transform: none;
            transform: none;
  }
  10% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  40% {
    -webkit-transform: scale(0.94);
            transform: scale(0.94);
  }
  60% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  80% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@media screen and (max-width: 767px) {
  .container {
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 0;
    height: 100%;
    margin: 0 auto;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    -webkit-box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1);
  }
  .container .menu-trigger, .container .close-trigger {
    position: fixed;
    top: 32px;
    right: 20px;
    display: block;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 333;
  }
  .container .menu-trigger:hover .menu-trigger-bar:before, .container .close-trigger:hover .menu-trigger-bar:before {
    width: 100%;
  }
  .container .menu-trigger:hover .close-trigger-bar:before, .container .close-trigger:hover .close-trigger-bar:before {
    width: 100%;
  }
  .container .close-trigger {
    z-index: 5;
    top: 42px;
  }
  .container .menu-trigger-bar {
    display: block;
    width: 100%;
    height: 4px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 6px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: relative;
    -webkit-filter: drop-shadow(0px 0px 3px rgb(0, 0, 0));
            filter: drop-shadow(0px 0px 3px rgb(0, 0, 0));
  }
  .container .menu-trigger-bar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  }
  .container .menu-trigger-bar.top {
    width: 50%;
  }
  .container .menu-trigger-bar.middle:before {
    left: auto;
    right: 0;
  }
  .container .menu-trigger-bar.bottom {
    width: 50%;
    margin-left: 50%;
  }
  .container .close-trigger-bar {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #fff;
    position: relative;
  }
  .container .close-trigger-bar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  }
  .container .close-trigger-bar.left {
    -webkit-transform: translateX(100px) translateY(-100px) rotate(-45deg);
        -ms-transform: translateX(100px) translateY(-100px) rotate(-45deg);
            transform: translateX(100px) translateY(-100px) rotate(-45deg);
  }
  .container .close-trigger-bar.right {
    -webkit-transform: translateX(-100px) translateY(-100px) rotate(45deg);
        -ms-transform: translateX(-100px) translateY(-100px) rotate(45deg);
            transform: translateX(-100px) translateY(-100px) rotate(45deg);
    top: -3px;
  }
  .container .inner-container, .container .menu-container {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .container .menu-container {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10% 5% 5%;
  }
  .container .menu {
    display: block;
    width: 100%;
    text-align: center;
    margin: auto;
  }
  .container .menu li {
    text-align: left;
    display: block;
  }
  .container .menu a:hover:before {
    opacity: 1;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
  }
  .container .menu a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 18px;
    height: 4px;
    opacity: 0;
    background-color: #222222;
    -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
            transform: translateX(100px);
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  }
  .container .menu-bg {
    position: absolute;
    display: block;
    width: 300%;
    left: -53%;
    top: -25%;
    height: 80%;
    background-color: #242424;
  }
  .container .menu-bg.middle {
    top: 0;
    left: -53%;
    -webkit-transform: rotate(-45deg) scaleY(0);
        -ms-transform: rotate(-45deg) scaleY(0);
            transform: rotate(-45deg) scaleY(0);
  }
  .container .menu-bg.top {
    left: -13%;
    top: -50%;
    -webkit-transform: rotate(-45deg) translateY(-152%);
        -ms-transform: rotate(-45deg) translateY(-152%);
            transform: rotate(-45deg) translateY(-152%);
  }
  .container .menu-bg.bottom {
    top: 105%;
    -webkit-transform: rotate(-45deg) translateY(25%);
        -ms-transform: rotate(-45deg) translateY(25%);
            transform: rotate(-45deg) translateY(25%);
    left: -20%;
  }
}

@media screen and (max-width: 767px) {
  .menu-trigger, .close-trigger {
    position: fixed;
    top: 32px;
    right: 20px;
    display: block;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 333;
  }
  .menu-trigger:hover .menu-trigger-bar:before, .close-trigger:hover .menu-trigger-bar:before {
    width: 100%;
  }
  .menu-trigger:hover .close-trigger-bar:before, .close-trigger:hover .close-trigger-bar:before {
    width: 100%;
  }
  .close-trigger {
    z-index: 5;
    top: 42px;
  }
  .menu-trigger-bar {
    display: block;
    width: 100%;
    height: 4px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 6px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: relative;
    -webkit-filter: drop-shadow(0px 0px 3px rgb(0, 0, 0));
            filter: drop-shadow(0px 0px 3px rgb(0, 0, 0));
  }
  .menu-trigger-bar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  }
  .menu-trigger-bar.top {
    width: 50%;
  }
  .menu-trigger-bar.middle:before {
    left: auto;
    right: 0;
  }
  .menu-trigger-bar.bottom {
    width: 50%;
    margin-left: 50%;
  }
  .close-trigger-bar {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #fff;
    position: relative;
  }
  .close-trigger-bar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  }
  .close-trigger-bar.left {
    -webkit-transform: translateX(100px) translateY(-100px) rotate(-45deg);
        -ms-transform: translateX(100px) translateY(-100px) rotate(-45deg);
            transform: translateX(100px) translateY(-100px) rotate(-45deg);
  }
  .close-trigger-bar.right {
    -webkit-transform: translateX(-100px) translateY(-100px) rotate(45deg);
        -ms-transform: translateX(-100px) translateY(-100px) rotate(45deg);
            transform: translateX(-100px) translateY(-100px) rotate(45deg);
    top: -3px;
  }
}
/*   HELPER
------------------------------------------ */
@media screen and (min-width: 640px) {
  .ta-c {
    text-align: center;
  }
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mb110 {
  margin-bottom: 110px;
}

.mt120 {
  margin-top: 120px;
}

.mb120 {
  margin-bottom: 120px;
}

.mt130 {
  margin-top: 130px;
}

.mb130 {
  margin-bottom: 130px;
}

.mt140 {
  margin-top: 140px;
}

.mb140 {
  margin-bottom: 140px;
}