/*--------------------------

         section

---------------------------*/
.home section .sec-contents {
  padding: 64px 16px; }
  @media screen and (min-width: 768px) {
    .home section .sec-contents {
      padding: 64px 40px; } }
  @media screen and (min-width: 1200px) {
    .home section .sec-contents {
      padding: 64px 0;
      max-width: 800px; } }

/*--------------------------

         branding

---------------------------*/
#branding {
  background-color: #000;
  width: auto;
  margin: 0; }
  #branding .bx-wrapper img {
    height: auto; }
  #branding .pc-only-kv {
    display: none; }
    @media screen and (min-width: 1200px) {
      #branding .pc-only-kv {
        display: block;
        max-width: 1400px;
        margin: auto; } }
  #branding .tab-only-kv {
    display: none; }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
      #branding .tab-only-kv {
        display: block; } }
  #branding .sp-only-kv {
    display: block; }
    @media screen and (min-width: 768px) {
      #branding .sp-only-kv {
        display: none; } }

/*--------------------------
  
           contents
  
  ---------------------------*/
/*-----------------------

      NEWS

---------------------------*/
div#top_news {
  position: relative;
  margin: 0 auto;
  color: #ffffff; }
  @media screen and (min-width: 1200px) {
    div#top_news {
      margin: 8px auto 0px; } }
  div#top_news .btn {
    margin: 32px auto 0; }

.top h2 {
  color: #fff;
  font-size: 40px;
  text-align: center;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 3px; }

div#top_news p#news_next {
  position: absolute;
  right: 10px;
  top: 6px; }
  div#top_news p#news_next a {
    color: #007ebe;
    text-decoration: none; }
    div#top_news p#news_next a:hover {
      text-decoration: underline; }

ul#news_pickup li {
  padding: 15px 0;
  border-bottom: 1px rgba(255, 255, 255, 0.521) solid;
  list-style-type: none; }
  ul#news_pickup li p span.date {
    margin-right: 2em;
    color: #fff; }
  ul#news_pickup li p img {
    vertical-align: middle;
    margin-left: 8px; }
  ul#news_pickup li p span.news_title a {
    text-decoration: underline;
    color: #fff; }
    ul#news_pickup li p span.news_title a:hover {
      opacity: 0.7; }

.bg_black {
  background-color: #000; }

.bg_gray {
  background-color: #ececec; }

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

.entryStart {
  color: #fff;
  background: #fe4c00;
  text-align: center;
  font-size: 3vw;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0.1em;
  margin: 0px auto; }
  @media screen and (min-width: 768px) {
    .entryStart {
      font-size: 1.1rem; } }
  .entryStart span {
    font-size: 1.26rem; }
  .entryStart a {
    display: block;
    color: #fff;
    text-decoration: none; }

.flex-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }
  .flex-box .flex-items {
    width: 100%; }
    .flex-box .flex-items img {
      width: 100%; }

#event p,
#youtube p {
  text-align: center;
  color: #fff;
  margin: 32px auto; }

#youtube {
  margin-top: -40px; }
  #youtube .movie {
    margin: 16px auto 0px;
    width: 100%;
    aspect-ratio: 16 / 9; }
    @media screen and (min-width: 768px) {
      #youtube .movie {
        width: 345px; } }
    @media screen and (min-width: 1200px) {
      #youtube .movie {
        margin: 16px auto 24px;
        width: 100%; } }
    #youtube .movie iframe {
      width: 100%;
      height: 100%; }

#event .btn,
#top_news .btn {
  border: 1px solid #ffffff;
  color: #fff; }
  #event .btn a,
  #top_news .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: 0s;
    text-align: center; }
    #event .btn a:hover,
    #top_news .btn a:hover {
      color: #f2f2f2;
      background-color: #7a7878; }

#event {
  margin-top: -40px; }
  #event img {
    width: 100%;
    height: auto;
    margin: 0 auto 32px; }
    @media screen and (min-width: 767px) {
      #event img {
        width: 345px;
        margin: 0px auto 32px; } }
    @media screen and (min-width: 1200px) {
      #event img {
        width: 100%;
        margin: 0 auto; } }
  #event .btn {
    width: 100%;
    height: 48px;
    margin: 0 auto 16px; }
    @media screen and (min-width: 767px) {
      #event .btn {
        width: 440px; } }
    @media screen and (min-width: 1200px) {
      #event .btn {
        width: 360px;
        margin: 0 0 16px 40px; } }
    #event .btn a {
      font-size: 4.3vw; }
      @media screen and (min-width: 767px) {
        #event .btn a {
          font-size: 18px; } }
  #event .flex-items {
    width: 100%;
    text-align: center; }
    @media screen and (min-width: 1200px) {
      #event .flex-items {
        width: 50%; } }

#menu a {
  color: #000;
  text-decoration: none; }
#menu h2 {
  color: #000; }
#menu .flex-tems {
  width: 300px; }
#menu .text-area h3 {
  font-weight: bold;
  line-height: 32px;
  margin: 0;
  font-size: 20px; }
@media screen and (min-width: 1200px) {
  #menu .text-area {
    width: 240px;
    height: auto; } }
#menu .sec-contents > .flex-box {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    #menu .sec-contents > .flex-box {
      margin-top: 20px; } }
  @media screen and (min-width: 1200px) {
    #menu .sec-contents > .flex-box {
      margin-top: 12px; } }
#menu .flex-box .flex-items {
  text-align: center;
  width: 100%;
  padding: 20px 6px;
  /* border: 1px solid #000; */
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.281);
  border-radius: 4px;
  margin: 10px; }
  #menu .flex-box .flex-items .fade {
    transition: 0.1s ease-in-out; }
    #menu .flex-box .flex-items .fade:hover {
      opacity: 0.5; }
  #menu .flex-box .flex-items img {
    width: 100px; }

#menu .flex-box .flex-items {
  text-align: center;
  width: 100%;
  height: auto;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.281);
  margin: 4px 0; }
  #menu .flex-box .flex-items img {
    width: 64px;
    margin-right: 8px; }
  #menu .flex-box .flex-items .inner {
    text-align: left;
    justify-content: flex-start;
    flex-wrap: nowrap; }

@media screen and (min-width: 768px) {
  .flex-box .flex-items {
    width: 50%; }

  #menu .flex-box .flex-items .inner {
    text-align: left;
    justify-content: flex-start; }

  #menu .flex-box .flex-items {
    text-align: left;
    width: 100%;
    height: auto;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.281);
    margin: 4px 0;
    padding: 20px 16px; }
    #menu .flex-box .flex-items img {
      width: 64px;
      margin-right: 8px; } }
@media screen and (min-width: 1200px) {
  #menu .flex-box .flex-items {
    text-align: center;
    width: 240px;
    height: 240px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.281);
    margin: 12px 40px 12px 0px; }
    #menu .flex-box .flex-items:nth-child(3), #menu .flex-box .flex-items:nth-child(5) {
      margin-right: 0px; }
    #menu .flex-box .flex-items img {
      width: 100px;
      margin: 0px; }

  #menu .flex-box .flex-items .inner {
    text-align: center;
    justify-content: center;
    flex-wrap: wrap; } }
@media screen and (min-width: 1200px) {
  #sponsor .sec-contents {
    max-width: 1080px; } }
#sponsor h2 {
  color: #000; }
#sponsor p {
  text-align: center;
  margin: 8px auto 24px; }
#sponsor .btn {
  margin: 24px auto 0;
  border: none;
  color: #fff;
  background-color: #000; }
  @media screen and (min-width: 1200px) {
    #sponsor .btn {
      margin: 24px auto; } }
  #sponsor .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: 0s; }
    #sponsor .btn a:hover {
      color: #f2f2f2;
      background-color: #7a7878; }

#contact h2,
.top #contact {
  color: #000; }

#contact h2 {
  margin: 4px auto 24px; }
  @media screen and (min-width: 768px) {
    #contact h2 {
      margin: 0 auto 24px; } }
#contact .sec-contents {
  margin-bottom: 0;
  padding-bottom: 0; }
  @media screen and (min-width: 1200px) {
    #contact .sec-contents {
      max-width: 960px; } }
@media screen and (min-width: 1200px) {
  #contact .flex-box {
    justify-content: space-between; } }
#contact .flex-box .flex-items {
  width: 100%; }
  @media screen and (min-width: 768px) {
    #contact .flex-box .flex-items {
      max-width: 560px; } }
  @media screen and (min-width: 1200px) {
    #contact .flex-box .flex-items {
      max-width: 440px;
      margin: 24px 0 20px; } }
#contact .btn {
  margin: 24px auto 64px;
  border: none;
  color: #fff;
  background-color: #000; }
  @media screen and (min-width: 1200px) {
    #contact .btn {
      margin: 24px auto 8px; } }
  #contact .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: 0s; }
    #contact .btn a:hover {
      color: #f2f2f2;
      background-color: #7a7878; }
#contact .text-area {
  height: 300px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.281);
  padding: 16px; }
  @media screen and (min-width: 768px) {
    #contact .text-area {
      height: 220px; } }
  @media screen and (min-width: 1200px) {
    #contact .text-area {
      height: 244px;
      width: 440px; } }
#contact .blog_area .text-area p.date {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  color: #5b5b5b;
  margin: 8px 0; }
#contact .blog_area .text-area h4 {
  margin: 0 auto; }
#contact .blog_area .text-area a {
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  color: #294e9c;
  text-decoration: none; }
#contact .blog_area .text-area p {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  margin: 8px 0px;
  word-break: break-word; }
#contact .blog_area .text-area .readmore {
  padding: 8px;
  width: 86px;
  height: 30px;
  background: #e2e2e2;
  border-radius: 2px;
  font-size: 14px;
  color: #000;
  display: inline;
  float: right;
  font-weight: 400;
  line-height: 100%; }
#contact .fb_area .text-area {
  overflow: hidden;
  text-align: center; }

#top_news .btn,
#sponsor .btn,
#contact .btn {
  width: 200px;
  height: 48px; }

.home .btn {
  max-width: none;
 }
  .home .btn a {
    height: 100%; }

/*# sourceMappingURL=home.css.map */
