@charset "UTF-8";
@font-face {
  font-family: "DIN Condensed Bold";
  src: url("./../fonts/DINCondensed-Bold.woff");
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

* {
  padding: 0px;
  margin: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

a {
  color: #666666;
  text-decoration: none;
}

li {
  list-style: none;
}

a:hover {
  opacity: 0.7;
}

a p:hover {
  opacity: 0.7;
}

a img:hover {
  opacity: 0.7;
}

.container {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: 95%;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.drawer-hamburger {
  padding: 8px 0.75rem;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background: #fff;
}

.drawer--right .drawer-nav {
  right: -25rem;
}

.drawer-nav {
  width: 25rem;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 10px;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 25rem;
}

.drawer-menu a {
  display: block;
  padding: 10px 5px;
  color: #000;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 2px;
  border-bottom: 1px solid #aaa;
}

/* ページTOP */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 1.4rem;
}

#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}

#page-top a:hover {
  text-decoration: none;
  background: #999;
}

.din {
  font-family: "DIN Condensed Bold" !important;
}

header {
  position: relative;
}
header h1 {
  background-color: #000;
}
header h1 a {
  width: 93px;
  display: block;
  margin: 0 auto;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  header h1 a {
    width: 90px;
    padding: 10px 0;
  }
}
header h1 a img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  header h1 a img {
    width: 100%;
    display: block;
  }
}
header .gnav ul {
  padding: 15px 0;
  text-align: center;
}
header .gnav ul:nth-child(2) {
  border-top: 1px solid #000;
}
header .gnav ul li {
  display: inline-block;
  vertical-align: top;
}
header .gnav ul li a {
  color: #000;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  letter-spacing: 2px;
  padding: 0 50px;
}
header .gnav ul li a.jp {
  font-size: 1.2rem;
}
header .gnav ul li a:after {
  width: 1px;
  height: 14px;
  display: block;
  content: "";
  border-radius: 5px;
  background-color: #000;
  position: absolute;
  top: 1px;
  right: -4px;
  transform: rotate(10deg);
}
header .gnav ul li:last-child a:after {
  display: none;
}

.fixmenu {
  width: 205px;
  position: absolute;
  top: 265px;
  right: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .fixmenu {
    display: none;
  }
}
.fixmenu .entry {
  width: 189px;
  height: 267px;
  display: block;
  margin-left: 16px;
}
.fixmenu .entry img {
  width: 100%;
  display: block;
}
.fixmenu ul {
  margin-top: 55px;
}
.fixmenu ul li {
  width: 205px;
  height: 37px;
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}
.fixmenu ul li a {
  width: 100%;
  display: block;
  height: 37px;
  border-radius: 6px 0 0 6px;
  padding: 5px 10px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 27px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 150px;
  transition: 0.5s;
}
.fixmenu ul li a:hover {
  left: 0;
  opacity: 1;
}
.fixmenu ul li a img {
  vertical-align: top;
  margin-right: 10px;
}
.fixmenu ul li:nth-child(1) a {
  background-color: #DF1716;
}
.fixmenu ul li:nth-child(2) a {
  background-color: #3b5998;
}
.fixmenu ul li:nth-child(3) a {
  background-color: #3b5998;
}
.fixmenu ul li:nth-child(4) a {
  background-color: #6c70e0;
}

main {
  padding-bottom: 130px;
}
main.bottom_none {
  padding-bottom: 0;
}
main.competition {
  padding-bottom: 50px;
}
main.year-2022 {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  main {
    padding-bottom: 70px;
  }
}
main .kv_box {
  background-image: url(./../img/kv01.png);
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media screen and (max-width: 767px) {
  main .kv_box {
    background-image: url(./../img/kv01.png);
    background-size: cover;
    background-position: center center;
    position: relative;
  }
}
main .kv_box .wrapper {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  height: 279px;
  position: relative;
}
@media screen and (max-width: 767px) {
  main .kv_box .wrapper {
    width: 100%;
    margin: 0 auto;
    height: 100px;
    position: relative;
  }
}
main .kv_box .wrapper h2 {
  position: absolute;
  left: 0;
  bottom: 50px;
  font-weight: bold;
  color: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  main .kv_box .wrapper h2 {
    padding: 0 20px;
    position: absolute;
    left: 0;
    bottom: 20px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    z-index: 5;
  }
}
main .kv_box .wrapper h2 .bar {
  padding: 0 14px;
  height: 50px;
  line-height: 50px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  main .kv_box .wrapper h2 .bar {
    padding: 0 9px;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
  }
}
main .kv_box .wrapper h2 .din {
  font-size: 2.4rem;
  display: inline-block;
  vertical-align: top;
  line-height: 50px;
  letter-spacing: 6px;
}
@media screen and (max-width: 767px) {
  main .kv_box .wrapper h2 .din {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    letter-spacing: 6px;
  }
}
main .kv_box .circle {
  display: block;
  position: absolute;
  right: 80px;
  bottom: -55px;
  animation: r2 17s linear infinite;
  transform: translateZ(0);
}
@media screen and (max-width: 767px) {
  main .kv_box .circle {
    width: 100px;
    right: 20px;
    bottom: -25px;
  }
}
main .bc {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  main .bc {
    width: 100%;
    padding: 5px 20px;
  }
}
main .bc li {
  display: inline-block;
  margin-right: 33px;
  position: relative;
  text-decoration: none;
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  main .bc li {
    margin-right: 20px;
  }
}
main .bc li:after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: -33px;
}
@media screen and (max-width: 767px) {
  main .bc li:after {
    width: 15px;
    top: 50%;
    margin-top: 2px;
    right: -20px;
  }
}
main .bc li:last-child:after {
  display: none;
}
main .bc li a {
  text-decoration: none;
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  main .bc li a {
    font-size: 10px;
  }
}
main .ttlbox01 .ttl01 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .ttlbox01 .ttl01 {
    text-align: center;
  }
}
main .ttlbox01 .ttl01 span {
  display: inline-block;
  vertical-align: top;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 8px;
  padding-left: 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  main .ttlbox01 .ttl01 span {
    font-size: 22px;
    letter-spacing: 4px;
    padding-left: 4px;
  }
}
main .ttlbox01 .ttl01 span::before {
  width: 15px;
  height: 15px;
  display: block;
  content: "";
  background-color: #683382;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: -45px;
  margin-top: -8px;
}
@media screen and (max-width: 767px) {
  main .ttlbox01 .ttl01 span::before {
    width: 10px;
    height: 10px;
    left: -25px;
    margin-top: -9px;
  }
}
main .ttlbox01 .ttl01 span::after {
  width: 15px;
  height: 15px;
  display: block;
  content: "";
  background-color: #683382;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  right: -45px;
  margin-top: -8px;
}
@media screen and (max-width: 767px) {
  main .ttlbox01 .ttl01 span::after {
    width: 10px;
    height: 10px;
    right: -25px;
    margin-top: -9px;
  }
}
main .ttlbox01 .ttl01.ttl02 span {
  color: #fff;
}
main .ttlbox01 .ttl01.ttl02 span::before, main .ttlbox01 .ttl01.ttl02 span::after {
  background-color: #fff;
}
main .ttlbox01 .ja {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  main .ttlbox01 .ja {
    font-size: 11px;
    margin-top: 2px;
  }
}
main .ttlbox01 .ja.ttl02 {
  color: #fff;
}
main .s01 {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  main .s01 {
    padding-top: 20px;
  }
}

footer {
  background-color: #000;
  padding-bottom: 35px;
  padding-top: 1px;
}
@media screen and (max-width: 767px) {
  footer {
    background-color: #000;
    padding-bottom: 20px;
  }
}
footer .entrybox {
  height: 216px;
  background-image: url(./../img/bg_entry.png);
  background-size: cover;
  background-position: center center;
  padding-top: 61px;
}
@media screen and (max-width: 767px) {
  footer .entrybox {
    height: auto;
    padding: 25px 0;
  }
}
footer .entrybox a {
  width: 863px;
  height: 95px;
  display: block;
  text-decoration: none;
  margin: 0 auto;
  background-image: url(./../img/btn_entry01.png);
  background-size: 100% 100%;
  text-decoration: none;
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 36px;
  padding-top: 30px;
  letter-spacing: 6px;
}
@media screen and (max-width: 767px) {
  footer .entrybox a {
    width: 300px;
    height: 45px;
    font-size: 2rem;
    line-height: 20px;
    padding-top: 13px;
    letter-spacing: 4px;
  }
}
footer .logo {
  width: 142px;
  height: 41px;
  display: block;
  margin: 70px auto 0;
}
@media screen and (max-width: 767px) {
  footer .logo {
    width: 90px;
    height: auto;
    margin: 40px auto 0;
  }
}
footer .logo img {
  width: 100%;
  display: block;
}
footer .gnav {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  footer .gnav {
    margin-top: 20px;
    width: 300px;
    margin: 15px auto 0;
  }
}
footer .gnav ul {
  text-align: center;
  padding-top: 22px;
  height: 61px;
}
@media screen and (max-width: 767px) {
  footer .gnav ul {
    text-align: center;
    padding-top: 12px;
    height: auto;
  }
}
footer .gnav ul li {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  footer .gnav ul li {
    display: inline-block;
    vertical-align: top;
  }
}
footer .gnav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 33px;
}
footer .gnav ul li a.jp {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  footer .gnav ul li a {
    font-size: 12px;
    line-height: 25px;
    height: 25px;
    padding: 0 10px;
  }
}
footer .gnav ul li a:after {
  width: 1px;
  height: 12px;
  display: block;
  content: "";
  border-radius: 3px;
  transform: rotate(10deg);
  background-color: #fff;
  position: absolute;
  top: 2px;
  right: -3px;
}
@media screen and (max-width: 767px) {
  footer .gnav ul li a:after {
    width: 1px;
    height: 10px;
    display: block;
    content: "";
    background-image: url(./../img/icon_slash2.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 7px;
    right: -3px;
  }
}
footer .gnav ul li:last-child a:after {
  display: none;
}
footer .snslist {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  footer .snslist {
    text-align: center;
    margin-top: 20px;
    width: 335px;
    margin: 20px auto 0;
    font-size: 0;
  }
}
footer .snslist li {
  display: inline-block;
  width: 105px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  footer .snslist li {
    display: inline-block;
    width: 65px;
    vertical-align: top;
  }
}
footer .snslist li a {
  display: block;
  text-decoration: none;
  color: #fff;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  footer .snslist li a {
    display: block;
    text-decoration: none;
    color: #fff;
  }
}
footer .snslist li a img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer .snslist li a img {
    width: 25px;
    display: block;
    margin: 0 auto;
  }
}
footer .snslist li a p {
  font-size: 1.2rem;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  footer .snslist li a p {
    font-size: 10px;
    margin-top: 3px;
    line-height: 140%;
  }
}
footer .ftr_bnr_list {
  display: flex;
  margin: 40px auto 0;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 767px) {
  footer .ftr_bnr_list {
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin-top: 20px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 15px;
  }
}
@media screen and (min-width: 768px) {
  footer .ftr_bnr_list li {
    width: 157px;
  }
}
@media screen and (max-width: 767px) {
  footer .ftr_bnr_list li {
    width: 100%;
  }
}
footer .ftr_bnr_list.top {
  justify-content: center;
}
footer .ftr_bnr_list:nth-of-type(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  footer .ftr_bnr_list:nth-of-type(n+2) {
    margin-top: 15px;
  }
}
footer .top-bnr-flex {
  display: flex;
  margin: 100px auto 0;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 767px) {
  footer .top-bnr-flex {
    width: 80%;
    flex-direction: column;
    margin-top: 40px;
    row-gap: 15px;
    align-items: center;
  }
}
footer .copy {
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  footer .copy {
    text-align: center;
    font-size: 1rem;
    color: #fff;
    letter-spacing: 0;
    margin-top: 20px;
  }
}

.comming_soon_txt_parl {
  text-align: center;
  margin: 50px 0;
  font-size: 3.6rem;
  color: #683382;
  letter-spacing: 3px;
  font-weight: bold;
}

.comming_soon_txt_white {
  text-align: center;
  margin: 50px 0;
  font-size: 3.6rem;
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
}/*# sourceMappingURL=common.css.map */