@charset "utf-8";
/* CSS Document */

.top_bnr_gp2023 {
  position: relative;
  margin: 40px auto -130px;
  max-width: 880px;
  z-index: 10;
}
.top_bnr_gp2023 img {
  width: 100%;
}

.top_wrap {
  overflow: hidden;
}

#cup2019_bth {
  position: absolute;
  bottom: 4%;
  right: 2%;
  z-index: 100;
}

#topbox1 {
  background: url('/common/img/across_top_bg2.jpg') bottom no-repeat;
  background-size: cover;
  position: relative;
  padding: 77px 0 29.5%;
  color: #000000;
}

#topbox1 h2 {
  padding: 35px;
  background: #fff;
  display: inline-block;
  position: absolute;
  top: -115px;
  left: 0;
}

#topbox1 .floatbox {
  width: 90%;
  max-width: 1245px;
  margin: 0 auto;
}

#topbox1 .floatbox img,
#topbox1 .floatbox video {
  float: left;
  max-width: 640px;
  width: 45%;
}

video {
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));

  outline: none;
  border: none;
}

#topbox1 .floatbox a img {
  float: none;
  max-width: none;
  width: auto;
}

#topbox1 .floatbox #logobox {
  text-align: center;
  margin-top: 10px !important;
}

#topbox1 .floatbox #topbox1_right {
  float: left;
  max-width: 570px;
  width: 49%;
  margin-left: 3%;
  font-size: 17px;
  padding-top: 5px;
}

#topbox1 .floatbox #topbox1_right p {
  font-size: 25px;
  margin-bottom: 10px;
}

#topbox1 .floatbox #topbox1_right div p {
  font-size: 20px;
  margin: 20px 0 5px;
}

#topbox1 .floatbox #topbox1_right div,
#topbox1 .floatbox #topbox1_right div p.five {
  font-size: 14px !important;
  line-height: 1.5 !important;
  margin: 0 auto 5px;
}

#topbox1 .floatbox #topbox1_right div p.five {
  text-indent: -2em;
  padding-left: 2em;
  display: block;
}

.top_red {
  font-size: 16px !important;
  background: #9b000b;
  text-indent: -2em;
  padding: 5px;
  padding-left: 2.5em;
  margin: 0 auto 5px !important;
  color: #fff;
}

#topbox2 {
  background: #000;
  color: #fff;
  position: relative;
  padding: 100px 0;
}

#topbox2 h2 {
  background: #000;
  padding: 35px 35px 20px;
  font-size: 22px;
  display: inline-block;
  position: absolute;
  top: -70px;
  left: 0;
  line-height: 1;
}

#topbox2 h2 p {
  font-size: 80px;
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
  font-family: Georgia, 'Times New Roman', Times, 'serif';
  margin-bottom: 10px;
}

#topbox2 #topbox2_img1 {
  position: absolute;
  top: -164px;
  right: 300px;
}

#topbox2 #topbox2_img2 {
  position: absolute;
  top: -55px;
  right: 70px;
}

#topbox2 ul {
  width: 558px;
  margin-left: 35px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
}

#topbox2 ul .date {
  display: inline-block;
  vertical-align: top;
  width: 108px;
}

#topbox2 ul .news {
  display: inline-block;
  vertical-align: top;
  width: 450px;
}

#topbox2 ul li {
  margin-top: 20px;
}

#topbox2 ul li:nth-child(1) {
  margin-top: 0;
}

#topbox3 {
  text-align: center;
  margin-bottom: 85px;
}

#topbox3 ul {
  padding: 80px 0 50px;
  width: 1000px;
  margin: 0 auto;
  font-weight: normal;
}

#topbox3 ul li {
  margin-bottom: 55px;
  font-size: 15px;
}

#topbox3 ul li div {
  margin-bottom: 23px;
}

#topbox3 ul li p {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 18px;
}

#topbox3 ul li p:before,
#topbox3 ul li p:after {
  border-top: 1px solid #bbbbbb;
  content: '';
  flex-grow: 1;
}

#topbox3 ul li p:before {
  margin-right: 1rem;
}

#topbox3 ul li p:after {
  margin-left: 1rem;
}

.top_wrap #slide_wrap {
  border-bottom: none;
  max-height: 900px;
  min-height: 690px;
  height: 64vw;
  overflow: hidden;
}

#slide_wrap {
  position: relative;
  text-align: center;
}

#center_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 100;
  width: 900px;
  max-width: 1187px;
}

#center_logo img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  transform: rotate(0.08deg);
}

#main-slide {
  width: 100%;
  height: 100% !important;
}

a#top_scroll {
  position: absolute;
  bottom: 8%;
  left: 50%;
  color: #fff !important;
  z-index: 2;
  display: inline-block;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-decoration: none;
  padding-top: 50px;
  width: 60px;
  margin: 0 auto;
}

a#top_scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}

a#top_scroll span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  box-sizing: border-box;
}

.youtube_box_wrap {
  max-width: 1200px;
  width: 90%;
  margin: 50px auto 0;
}

.youtube_box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#topbox1_link {
  margin-top: -100px;
  padding-top: 100px;
}

/*メンテ*/
#maintenance {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  margin: 100px auto 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 20px;
  width: 90%;
}

@media screen and (max-width: 1400px) {
  #topbox1 {
    padding: 6% 0 29.5%;
  }

  #topbox1 h2 {
    width: 55%;
    top: -9%;
  }

  #topbox1 h2 img {
    width: 100%;
  }

  #topbox1 .floatbox #topbox1_right {
    font-size: 1.3vw;
  }

  #topbox1 .floatbox #topbox1_right div p {
    font-size: 1.5vw;
  }

  #topbox1 .floatbox #topbox1_right div,
  #topbox1 .floatbox #topbox1_right div p.five {
    font-size: 1.2vw !important;
  }

  #topbox2 {
    padding: 123px 0 81px;
  }

  #topbox2 h2 {
    width: 48%;
    top: -14%;
    padding: 18px;
  }

  #topbox1 .floatbox #topbox1_right p {
    font-size: 22px;
  }

  #topbox2 h2 p {
    font-size: 5.4vw;
  }

  #topbox2 ul {
    margin-left: 19px;
  }

  #topbox2 #topbox2_img1 {
    position: absolute;
    top: -18%;
    right: 23%;
    width: 27%;
  }

  #topbox2 #topbox2_img2 {
    position: absolute;
    top: -7%;
    right: 5%;
    width: 27%;
  }
}

@media screen and (max-width: 1060px) {
  #topbox1 .floatbox #topbox1_right {
    font-size: 14px;
  }

  #topbox1 .floatbox #topbox1_right div,
  #topbox1 .floatbox #topbox1_right div p.five {
    font-size: 15px !important;
  }

  #topbox1 .floatbox #topbox1_right div p {
    font-size: 17px;
  }

  #topbox2 h2 p {
    font-size: 58px;
  }
}

@media screen and (max-width: 1250px) {
  #topbox1 .floatbox #logobox a img {
    width: 100%;
  }

  #topbox1 .floatbox #logobox a:first-child img {
    max-width: 196px;
  }

  #topbox1 .floatbox #logobox a:first-child {
    width: 40%;
    display: inline-block;
  }

  #topbox1 .floatbox #logobox a:last-child {
    width: 60%;
    display: inline-block;
  }

  #center_logo {
    width: 774px;
  }
}

@media screen and (max-width: 768px) {
  .top_bnr_gp2023 {
    margin: 5vw 5vw -16vw;
  }

  #center_logo img {
    transform: rotate(0);
  }

  .top_wrap #slide_wrap {
    min-height: 440px;
    height: 80vw;
  }

  #cup2019_bth {
    width: 55%;
    max-width: 225px;
    position: absolute;
    bottom: 8%;
    right: 5%;
  }

  a#top_scroll {
    padding-top: 28px;
    width: 50px;
    bottom: 6%;
    text-align: center;
  }

  a#top_scroll span {
    width: 17px;
    height: 28px;
    margin-left: -10px;
  }

  a#top_scroll span::before {
    top: 5px;
    width: 3px;
    height: 3px;
    margin-left: -2px;
  }

  #topbox1 {
    padding: 10% 0 29.5%;
    background-size: contain;
  }

  #topbox1 h2 {
    width: 90%;
    top: -18px;
    padding: 3% 5%;
    left: 0;
    margin: 0 auto;
  }

  #topbox1 .floatbox img,
  #topbox1 .floatbox video {
    float: none;
    max-width: 640px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  #topbox1 .floatbox #topbox1_right {
    width: 100%;
    margin: 0 auto;
    padding-top: 15px;
    max-width: 640px;
    float: none;
  }

  #topbox1 .floatbox #topbox1_right div p {
    margin: 15px 0 5px;
  }

  #topbox2 {
    padding: 62px 0 6vw;
  }

  #topbox2 h2 {
    padding: 3% 5% 0;
    width: auto;
    font-size: 15px;
    top: -28px;
  }

  #topbox2 h2 p {
    font-size: 29px;
    margin-bottom: 5px;
  }

  #topbox2 ul {
    width: 90%;
    margin: 0 auto;
    font-size: 13px;
  }

  #topbox2 ul li {
    margin-top: 13px;
  }

  #topbox2 ul .date {
    display: block;
    width: auto;
  }

  #topbox2 ul .news {
    display: block;
    width: auto;
  }

  #topbox2 .floatbox {
    width: 90%;
    margin: 2vw auto 0;
  }

  #topbox2 #topbox2_img1,
  #topbox2 #topbox2_img2 {
    position: static;
    top: auto;
    right: auto;
    width: 48%;
  }

  #topbox2 #topbox2_img1 {
    float: left;
  }

  #topbox2 #topbox2_img2 {
    float: right;
  }

  #topbox3 {
    margin-bottom: 6vw;
  }

  #topbox3 ul {
    padding: 6vw 0 3vw;
    width: 90%;
  }

  #topbox3 ul li p {
    margin-bottom: 5px;
    font-size: 15px;
  }

  #topbox3 ul li {
    margin-bottom: 6vw;
    font-size: 13px;
  }

  #topbox3 ul li img {
  }

  #topbox3 ul li div {
    margin-bottom: 0;
  }

  #topbox3 ul li a {
    display: inline-block;
    max-width: 166px;
    width: 50%;
    vertical-align: middle;
  }

  #topbox3 ul li a:last-child {
    margin-bottom: 0;
  }

  #topbox3 ul li a img {
    width: 100%;
  }

  .supporter_link {
    width: 90%;
    max-width: 820px;
    margin: 0 auto;
    display: inline-block;
  }

  #topbox1_link {
    margin-top: -60px;
    padding-top: 60px;
  }

  /*メンテ*/
  #maintenance {
    font-size: 13px;
  }
  .youtube_box_wrap {
    margin: 20px auto 0;
  }

  #center_logo {
    width: 80%;
    top: 50%;
  }

  .top_red {
    font-size: 19px;
    line-height: 1.3;
  }

  #topbox1 .floatbox #topbox1_right p {
    font-size: 24px;
  }

  .a_text {
    max-width: none !important;
    display: inline !important;
  }
}

@media screen and (max-width: 550px) {
  #topbox1 .floatbox #topbox1_right {
    font-size: 2.8vw;
  }

  #topbox1 .floatbox #topbox1_right p {
    font-size: 5.5vw;
  }

  #topbox1 .floatbox #topbox1_right div {
    font-size: 2.6vw;
  }

  #topbox1 .floatbox #topbox1_right div p {
    font-size: 4.5vw;
  }

  #topbox1 .floatbox #topbox1_right div,
  #topbox1 .floatbox #topbox1_right div p.five {
    font-size: 3.3vw !important;
  }

  .top_red {
    font-size: 4.5vw !important;
  }
}
