@charset "UTF-8";
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  COMMON

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
@media screen and (max-width: 767px) {
  #pageWrapper {
    padding-top: calc(110/750*100vw);
  }
}

/* footer
------------------------------ */
/* breadcrumbs
------------------------------ */
.breadcrumbs {
  display: none;
}

/* .sec
------------------------------ */
.sec {
  position: relative;
  z-index: 1;
}

.sec_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
  border-bottom: 2px solid #e60012;
}

@media screen and (max-width: 767px) {
  .sec_header {
    padding-bottom: calc(36/750*100vw);
    margin-bottom: calc(56/750*100vw);
  }
}

.sec_header.p2 {
  display: block;
  padding-bottom: 0;
  margin-bottom: 56px;
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .sec_header.p2 {
    padding-bottom: 0;
    margin-bottom: calc(72/750*100vw);
  }
}

.sec_header.p2 .sec_title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .sec_header.p2 .sec_title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

.sec_header.p2.white {
  padding-top: 72px;
}

@media screen and (max-width: 767px) {
  .sec_header.p2.white {
    padding-top: calc(100/750*100vw);
  }
}

.sec_header.p2.white:before {
  content: '';
  display: block;
  width: 100vw;
  height: 300px;
  background: #e60012;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50vw);
  -ms-transform: translateX(-50vw);
  transform: translateX(-50vw);
}

@media screen and (max-width: 767px) {
  .sec_header.p2.white:before {
    height: calc(500/750*100vw);
  }
}

.sec_header.p2.white .sec_title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sec_header.p2.white .sec_title span {
  color: #fff;
}

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

.sec_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .sec_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.sec_title .en {
  font-family: 'Play', sans-serif;
  font-size: 40px;
  font-style: italic;
  letter-spacing: 0.05em;
  color: #e60012;
}

@media screen and (max-width: 767px) {
  .sec_title .en {
    margin-bottom: calc(12/750*100vw);
    font-size: calc(60/750*100vw);
    line-height: 1.3;
  }
}

.sec_title .jp {
  margin-left: 30px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .sec_title .jp {
    margin-left: 0;
    font-size: calc(28/750*100vw);
  }
}

/*---------------------------------------
    .btn
---------------------------------------*/
.btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .btn_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.btn_common {
  min-width: 260px;
  min-height: 60px;
  padding: 18px 10px;
  margin-right: 20px;
  background: #0c419a;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .btn_common {
    min-width: calc(460/750*100vw);
    min-height: calc(100/750*100vw);
    padding: calc(26/750*100vw) calc(20/750*100vw);
    margin-right: 0;
    margin-bottom: calc(40/750*100vw);
    font-size: calc(28/750*100vw);
  }
}

.btn_common:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .btn_common:last-child {
    margin-bottom: 0;
  }
}

/*---------------------------------------
    .viewmore
---------------------------------------*/
.viewmore01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .viewmore01 {
    font-size: calc(32/750*100vw);
  }
}

.viewmore01:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  background: url(../img/common/icon_btn_arrow.png) 50%/cover no-repeat;
}

.viewmore02 {
  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;
  width: 300px;
  height: 50px;
  margin: 0 auto;
  margin-top: 46px;
  border-radius: 6px;
  background: url(../img/common/icon_arrow02.png) right 19px center no-repeat, #e60012;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .viewmore02 {
    width: calc(600/750*100vw);
    height: calc(100/750*100vw);
    margin-top: calc(72/750*100vw);
    background-size: calc(12/750*100vw);
    background-position: right calc(40/750*100vw) center;
    font-size: calc(32/750*100vw);
  }
}

/*---------------------------------------
    .wpcf7
---------------------------------------*/
.wpcf7 {
  max-width: 840px;
  margin: 0 auto;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 60px;
  padding: 16px 30px;
  border-radius: 4px;
  border: 1px solid #ACACAC;
}

@media screen and (max-width: 767px) {

  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"],
  .wpcf7 select,
  .wpcf7 textarea {
    height: calc(80/750*100vw);
    padding: calc(20/750*100vw) calc(30/750*100vw);
    border-radius: calc(4/750*100vw);
  }
}

.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-name-furigana"],
.wpcf7 input[name="date"],
.wpcf7 select {
  max-width: 320px;
}

@media screen and (max-width: 767px) {

  .wpcf7 input[name="your-name"],
  .wpcf7 input[name="your-name-furigana"],
  .wpcf7 input[name="date"],
  .wpcf7 select {
    max-width: calc(360/750*100vw);
  }
}

.wpcf7 textarea {
  min-height: 200px;
}

@media screen and (max-width: 767px) {
  .wpcf7 textarea {
    min-height: calc(250/750*100vw);
  }
}

.wpcf7 .select_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wpcf7 .select_wrap span {
  width: 320px;
  background: url(../img/select_arrow.svg) right 30px center no-repeat;
}

@media screen and (max-width: 767px) {
  .wpcf7 .select_wrap span {
    width: calc(360/750*100vw);
  }
}

.wpcf7 .select_wrap select {
  background: transparent;
}

.wpcf7 .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -6px;
}

@media screen and (max-width: 767px) {
  .wpcf7 .wpcf7-checkbox {
    margin: calc(-14/750*100vw);
  }
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
  width: calc(100% / 5);
  padding: 6px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .wpcf7 .wpcf7-checkbox .wpcf7-list-item {
    width: calc(100% / 2);
    padding: calc(14/750*100vw);
  }
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 32px;
  padding-left: 52px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .wpcf7 .wpcf7-checkbox .wpcf7-list-item-label {
    min-height: calc(46/750*100vw);
    padding-left: calc(68/750*100vw);
  }
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label:before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #ACACAC;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .wpcf7 .wpcf7-checkbox .wpcf7-list-item-label:before {
    width: calc(46/750*100vw);
    height: calc(46/750*100vw);
    border-radius: calc(4/750*100vw);
    border-width: calc(2/750*100vw);
  }
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label:after {
  content: '';
  display: block;
  width: 20px;
  height: 12px;
  border-bottom: 3px solid #EA5E7B;
  border-left: 3px solid #EA5E7B;
  position: absolute;
  top: 8px;
  left: 6px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .wpcf7 .wpcf7-checkbox .wpcf7-list-item-label:after {
    width: calc(32/750*100vw);
    height: calc(20/750*100vw);
    border-bottom: calc(4/750*100vw) solid #EA5E7B;
    border-left: calc(4/750*100vw) solid #EA5E7B;
    top: calc(8/750*100vw);
    left: calc(8/750*100vw);
  }
}

.wpcf7 .wpcf7-checkbox input[type="checkbox"] {
  display: none;
}

.wpcf7 .wpcf7-checkbox input[type="checkbox"]:checked+.wpcf7-list-item-label:after {
  opacity: 1;
  visibility: visible;
}

.wpcf7 input[type="submit"] {
  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;
  width: 480px;
  height: 90px;
  margin: 0 auto;
  margin-top: 60px;
  border-radius: 45px;
  border: none;
  background: #EA5E7B;
  -webkit-box-shadow: 0 3px 0 #D4415F;
  box-shadow: 0 3px 0 #D4415F;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  -webkit-transition: -webkit-filter .3s, -webkit-transform .2s;
  transition: -webkit-filter .3s, -webkit-transform .2s;
  -o-transition: filter .3s, transform .2s;
  transition: filter .3s, transform .2s;
  transition: filter .3s, transform .2s, -webkit-filter .3s, -webkit-transform .2s;
}

@media screen and (max-width: 767px) {
  .wpcf7 input[type="submit"] {
    width: calc(500/750*100vw);
    height: calc(100/750*100vw);
    margin-top: calc(80/750*100vw);
    border-radius: calc(50/750*100vw);
    font-size: calc(32/750*100vw);
  }
}

.wpcf7 input[type="submit"]:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.wpcf7 dl {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .wpcf7 dl {
    margin-bottom: calc(48/750*100vw);
  }
}

.wpcf7 dt {
  margin-bottom: 16px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .wpcf7 dt {
    margin-bottom: calc(20/750*100vw);
  }
}

.wpcf7 dt .required {
  padding: 0 6px;
  margin-left: 8px;
  border-radius: 2px;
  background: #EA5E7B;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .wpcf7 dt .required {
    height: calc(36/750*100vw);
    padding: 0 calc(13/750*100vw);
    margin-left: calc(16/750*100vw);
    border-radius: calc(4/750*100vw);
    font-size: calc(24/750*100vw);
  }
}

.wpcf7 .privacy_item .title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.wpcf7 .privacy_item .privacy_wrap {
  padding: 20px 65px;
  margin-top: 20px;
  height: 138px;
  border: 1px solid #DEDEDE;
  background: #F9F9F9;
  overflow-y: scroll;
}

@media screen and (max-width: 767px) {
  .wpcf7 .privacy_item .privacy_wrap {
    padding: calc(30/750*100vw);
    margin-top: calc(36/750*100vw);
    height: calc(200/750*100vw);
  }
}

.wpcf7 .privacy_item .privacy_wrap p {
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .wpcf7 .privacy_item .privacy_wrap p {
    font-size: calc(24/750*100vw);
  }
}

.wpcf7 .privacy_item .text {
  margin-top: 26px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .wpcf7 .privacy_item .text {
    margin-top: calc(36/750*100vw);
    font-size: calc(24/750*100vw);
  }
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  #mv

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
#mv {
  margin-bottom: 110px;
}

@media screen and (max-width: 767px) {
  #mv {
    margin-bottom: calc(140/750*100vw);
  }
}

#mv .mv_slider_wrap {
  width: calc(840px + ((100vw - 1200px) / 2));
  min-width: 860px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #mv .mv_slider_wrap {
    width: 100%;
    min-width: auto;
    max-width: 100vw;
    right: 0;
    left: auto;
  }
}

@media screen and (max-width: 767px) {
  #mv .mv_slider_wrap {
    width: calc(690 / 750 * 100vw);
    min-width: auto;
  }
}

#mv .mv_slide_img {
  width: 100%;
  max-height: 933px;
}

#mv .mv_img {
  width: calc(840px + ((100vw - 1200px) / 2));
  min-width: 860px;
}

@media screen and (max-width: 767px) {
  #mv .mv_img {
    width: calc(690 / 750 * 100vw);
    min-width: auto;
  }
}

#mv .mv_ptn {
  width: calc(840px + ((100vw - 1200px) / 2));
  min-width: 826.66666px;
  position: absolute;
  top: calc(15 / 1440 * 100vw);
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 1240px) {
  #mv .mv_ptn {
    top: 12.917px;
  }
}

@media screen and (max-width: 767px) {
  #mv .mv_ptn {
    width: calc(700 / 750 * 100vw);
    min-width: auto;
    height: auto;
    top: auto;
    bottom: 0;
  }
}

#mv .mv_catch {
  position: relative;
  z-index: 2;
}

#mv .mv_arrow {
  position: absolute;
  bottom: -120px;
  left: 110px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  #mv .mv_arrow {
    width: calc(60/750*100vw);
    bottom: calc(68/750*100vw);
    left: auto;
    right: calc(50/750*100vw);
  }
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  #top_news

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
#top_news {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  #top_news {
    margin-bottom: calc(140/750*100vw);
  }
}

#top_news .sec_header {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  #top_news .sec_header {
    margin-bottom: calc(10/750*100vw);
  }
}

@media screen and (max-width: 767px) {
  #top_news .sec_body .viewmore01 {
    margin-top: calc(50/750*100vw);
  }
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  #top_tournaments

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
#top_tournaments {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  #top_tournaments {
    margin-bottom: calc(140/750*100vw);
  }
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  #top_schedule

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
#top_schedule {
  margin-bottom: 80px;
  background: #f9f9f8;
}

@media screen and (max-width: 767px) {
  #top_schedule {
    margin-bottom: calc(92/750*100vw);
  }
}

#top_schedule .container {
  padding-top: 72px;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  #top_schedule .container {
    padding-top: calc(92/750*100vw);
    padding-bottom: calc(120/750*100vw);
  }
}

@media screen and (max-width: 767px) {
  #top_schedule .viewmore01 {
    margin-top: calc(50/750*100vw);
  }
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  #top_information

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
#top_information {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #top_information {
    padding: 0 calc(30/750*100vw);
    margin-bottom: calc(92/750*100vw);
  }
}

#top_information .container {
  padding-bottom: 100px;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  #top_information .container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: calc(120/750*100vw);
  }
}

@media screen and (max-width: 767px) {
  #top_information .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#top_information .tw_timeline_block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 500px;
}

@media screen and (max-width: 767px) {
  #top_information .tw_timeline_block {
    width: 100%;
    margin-bottom: calc(60/750*100vw);
  }
}

#top_information .bnr_block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 440px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  #top_information .bnr_block {
    width: 100%;
    margin-left: 0;
  }
}

#top_information .bnr_block li {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #top_information .bnr_block li {
    margin-bottom: calc(50/750*100vw);
  }
}

#top_information .bnr_block li:last-child {
  margin-bottom: 0;
}

#top_sponsor .sec_body .sec_header {
  margin-top: 60px;
}

#top_sponsor .sec_body .sec_header:first-child {
  margin-top: 0;
}

/* 2024.05.22追加 */
.sec_header.p2.white:before {
  height: 270px;
}

@media screen and (max-width: 767px) {
  .sec_header.p2.white:before {
    height: 170px;
  }
}

/* 2025. 12.12追加 */
#mv .mv_slide_img {
  max-height: 80vh;
  margin-inline: auto;
}