@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.6.3/css/all.css);
.pc_hidden {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .pc_hidden {
    display: block !important;
  }
}

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

/* Gridge Cup */
#wrapper .four_ball table tr th,
#wrapper .four_ball table tr td {
  border: 1px solid #fff !important;
}

#wrapper .four_ball table tr td {
  background: #f4f4f4 !important;
}
#wrapper .four_ball table tr td.bg {
  background: #FFF799 !important;
}

#wrapper .four_ball table {
  width: 100% !important;
  border: 1px solid #fff !important;
}

.en {
  font-family: "Girassol", sans-serif;
}

.comingsoon {
  width: 100%;
  text-align: center;
  margin: 40px auto !important;
  font-size: 34px !important;
  color: #666;
}
@media only screen and (max-width: 640px) {
  .comingsoon {
    margin: 20px auto !important;
    font-size: 24px !important;
  }
}

.section_title {
  text-align: center;
  padding: 30px 0 !important;
  margin: 0 auto 40px !important;
  background: #081F5C !important;
  color: #fff;
  font-size: 26px !important;
  line-height: 1.5 !important;
}
.section_title span {
  font-size: 36px !important;
}
@media only screen and (max-width: 640px) {
  .section_title {
    width: 100%;
    margin: 0 auto !important;
    padding: 15px 0 !important;
    font-size: 16px;
  }
  .section_title span {
    font-size: 22px;
    display: block;
  }
}

.wrap_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.wrap_list > li {
  width: 66%;
}
.wrap_list > li:nth-child(2) {
  width: calc(33.3333333333% - 20px);
  margin-left: 20px;
}
.wrap_list > li .section_title {
  text-align: center;
  padding: 20px 0 !important;
  margin: 0 auto !important;
  font-size: 18px !important;
}
.wrap_list > li .section_title span {
  font-size: 22px !important;
}
@media only screen and (max-width: 640px) {
  .wrap_list > li .section_title {
    width: 92%;
    margin: 0 auto !important;
    padding: 10px 0 !important;
    font-size: 14px !important;
  }
  .wrap_list > li .section_title span {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 640px) {
  .wrap_list {
    display: block;
  }
  .wrap_list > li {
    width: 100%;
  }
  .wrap_list > li:nth-child(2) {
    width: 100%;
    margin-left: 0;
  }
  .wrap_list > li + li {
    margin-top: 40px !important;
  }
}

.indent_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.indent_list li {
  font-size: 14px !important;
  font-weight: bold;
  color: #081F5C;
  margin: 0 0 10px 10px !important;
  line-height: 1.5;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.indent_list li::before {
  content: "・";
  display: block;
}
@media only screen and (max-width: 640px) {
  .indent_list li {
    width: 100%;
    margin: 0 0 10px 5px !important;
  }
}

.category_class {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width: 640px) {
  .category_class {
    width: 92%;
    margin: 0 auto !important;
    display: block;
  }
}
.category_class > li {
  width: 100%;
  transition: all 0.2s linear;
  background: #E1E7F7 !important;
}
.category_class > li:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 640px) {
  .category_class > li {
    width: 100%;
  }
}
.category_class > li h4 {
  margin-bottom: 10px !important;
  font-size: 16px;
}
.category_class > li dl dt {
  background: url(/event/compe/img/2024/gridgecup/menu_title_advance.png) 50% 50% no-repeat;
  background-size: cover !important;
  width: 100%;
  height: 180px;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .category_class > li dl dt {
    height: 120px;
  }
}
.category_class > li dl dd {
  padding: 20px !important;
  height: 210px;
  position: relative;
}
.category_class > li dl dd .btn_detail {
  width: 80% !important;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 640px) {
  .category_class > li dl dd {
    padding: 10px 10px 50px 10px !important;
    height: auto;
  }
  .category_class > li dl dd .btn_detail {
    bottom: 10px;
  }
}
.category_class > li dl dd p {
  font-size: 14px !important;
  line-height: 1.8 !important;
  color: #081F5C !important;
}
.category_class > li dl dd p.copy {
  font-size: 14px !important;
  font-weight: bold !important;
  text-align: center;
  margin-top: 20px !important;
}
@media only screen and (max-width: 640px) {
  .category_class > li dl dd p {
    font-size: 12px !important;
  }
  .category_class > li dl dd p.copy {
    font-size: 12px !important;
  }
}
.category_class > li dl dd .btn_detail {
  background: #d63636;
  text-align: center;
  padding: 10px;
  width: calc(100% - 20px);
  color: #fff;
  font-weight: bold;
  font-size: 1rem !important;
  border-radius: 5px;
}
.category_class > li.menu_enjoy {
  background: #DFF2D9 !important;
}
.category_class > li.menu_enjoy dl dt {
  background: url(/event/compe/img/2024/gridgecup/menu_title_enjoy.png) 50% 50% no-repeat;
}
.category_class > li.menu_enjoy dl dd p {
  color: #436714 !important;
}
.category_class > li.menu_singles {
  background: #f2efd9 !important;
}
.category_class > li.menu_singles dl dt {
  background: url(/event/compe/img/2024/gridgecup/menu_title_singles.png) 50% 50% no-repeat;
}
.category_class > li.menu_singles dl dd p {
  color: #674714 !important;
}
.category_class .category_title {
  font-size: 24px !important;
  letter-spacing: 0.2em;
  color: #fff;
}
.category_class .category_title .jp {
  font-size: 14px !important;
  display: block;
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .category_class .category_title {
    font-size: 18px !important;
  }
}

.lead {
  text-align: center;
  margin: 40px auto !important;
  font-size: 34px !important;
  font-weight: bold;
  color: #081F5C;
  background: linear-gradient(transparent 50%, #F8FA54 50%);
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .lead {
    margin: 20px auto !important;
    font-size: 24px !important;
  }
}

.cap_list {
  margin: 40px auto 0px !important;
  line-height: 1.8;
}
.cap_list li {
  font-size: 14px !important;
}
.cap_list li + li {
  margin-top: 10px !important;
}
@media only screen and (max-width: 640px) {
  .cap_list {
    margin: 20px 5% 0px !important;
  }
  .cap_list li {
    font-size: 12px !important;
  }
}

.section_area {
  margin: 80px auto 0;
}
.section_area:last-of-type {
  margin: 80px auto;
}
.section_area#enjoy .section_inner {
  background: #DFF2D9;
}
.section_area#enjoy .detail_title {
  background: url(/event/compe/img/2024/gridgecup/title_enjoy.png) 50% 50% no-repeat;
}
.section_area#enjoy .sub_title {
  background: #436714 !important;
}
.section_area#singles .section_inner {
  background: #f2efd9;
}
.section_area#singles .detail_title {
  background: url(/event/compe/img/2024/gridgecup/title_singles.png) 50% 50% no-repeat;
}
.section_area#singles .sub_title {
  background: #674714 !important;
}
.section_area .section_inner {
  padding: 40px 30px 80px !important;
  background: #E1E7F7;
}
@media only screen and (max-width: 640px) {
  .section_area {
    margin: 50px auto 0;
  }
  .section_area:last-of-type {
    margin: 50px auto;
  }
  .section_area .section_inner {
    padding: 20px 4% 40px !important;
  }
}
.section_area .detail_title {
  font-size: 30px !important;
  color: #fff;
  background: url(/event/compe/img/2024/gridgecup/title_advance.png) 50% 50% no-repeat;
  background-size: cover !important;
  width: 100%;
  height: 230px;
  margin-bottom: 0;
  margin-top: 0 !important;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: none;
}
.section_area .detail_title::before, .section_area .detail_title::after {
  display: none;
}
.section_area .detail_title .jp {
  font-size: 14px !important;
  margin-top: 10px !important;
}
.section_area .detail_title span {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .section_area .detail_title {
    height: 120px;
  }
  .section_area .detail_title .en {
    font-size: 20px !important;
  }
  .section_area .detail_title .jp {
    font-size: 12px !important;
  }
}
.section_area .sub_title {
  width: 100%;
  text-align: center;
  padding: 20px 0 !important;
  font-size: 30px !important;
  letter-spacing: 0.2em;
  font-weight: bold;
  background: #081F5C !important;
  color: #fff;
}
.section_area .sub_title span.jp {
  font-size: 14px !important;
  display: block;
  margin-top: 10px !important;
}
@media only screen and (max-width: 640px) {
  .section_area .sub_title {
    font-size: 20px !important;
  }
  .section_area .sub_title span.jp {
    font-size: 12px !important;
  }
}
.section_area .middle_title {
  width: 100%;
  text-align: left;
  padding: 0 0 10px;
  margin-top: 40px;
  color: #081F5C;
  font-weight: bold;
  font-size: 20px !important;
  border-bottom: 1px solid #081F5C;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.section_area .middle_title span.en {
  font-size: 17px !important;
  display: block;
  padding-left: 10px;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 640px) {
  .section_area .middle_title {
    margin-top: 20px !important;
    display: block;
    text-align: center;
  }
  .section_area .middle_title span.en {
    margin-top: 10px !important;
  }
}
.section_area .text {
  font-weight: normal;
  font-size: 17px !important;
  line-height: 1.8 !important;
  margin-top: 20px !important;
}
.section_area .category_ex {
  margin-bottom: 40px !important;
}
.section_area .category_ex dt {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  background: #F3F3F2 !important;
  font-size: 24px !important;
  font-weight: bold;
  color: #081F5C;
  text-align: left;
  padding: 20px !important;
}
.section_area .category_ex dt span {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  background: #d63636;
  text-align: center;
  padding: 10px 20px !important;
  margin-right: 20px;
}
@media only screen and (max-width: 640px) {
  .section_area .category_ex dt {
    display: block;
    font-size: 20px !important;
  }
  .section_area .category_ex dt span {
    width: 30%;
    padding: 5px 10px !important;
    margin-bottom: 10px !important;
  }
}
.section_area .category_ex dd {
  padding: 10px 30px 30px !important;
  background: #fff !important;
}
@media only screen and (max-width: 640px) {
  .section_area .category_ex dd {
    padding: 5px 15px 15px !important;
  }
}
.section_area .category_ex dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.section_area .category_ex dd ul li {
  width: calc(50% - 20px);
  font-size: 17px !important;
  font-weight: bold;
  color: #081F5C;
  margin: 20px 0 0 20px !important;
  position: relative;
  padding-left: 1em !important;
  line-height: 1.5 !important;
}
.section_area .category_ex dd ul li::before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0.05em;
}
.section_area .category_ex dd ul li.asterisk {
  font-size: 14px !important;
}
.section_area .category_ex dd ul li.asterisk::before {
  content: "※";
}
.section_area .category_ex dd ul li a {
  color: #081F5C !important;
  text-decoration: underline !important;
}
.section_area .category_ex dd ul li a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 640px) {
  .section_area .category_ex dd ul li {
    width: 100%;
    margin: 10px 0 0 5px !important;
  }
}

.clm_2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px !important;
}
.clm_2 + .sub_title {
  margin-top: 40px !important;
}
.clm_2 li {
  width: calc(50% - 20px);
}
.clm_2 li img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .clm_2 {
    display: block;
    margin-top: 10px;
  }
  .clm_2 + .sub_title {
    margin-top: 20px !important;
  }
  .clm_2 li {
    width: 100%;
  }
  .clm_2 li + li {
    margin-top: 20px !important;
  }
}

.floating_banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
@media only screen and (max-width: 640px) {
  .floating_banner {
    padding: 12px 0;
  }
}
.floating_banner ul {
  margin: 0 auto !important;
  padding: 0 24px !important;
  max-width: 980px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .floating_banner ul {
    padding: 0 5% !important;
    width: 100%;
    margin: 0 !important;
  }
}
.floating_banner ul li {
  max-width: 223px !important;
}
.floating_banner ul li:first-child {
  margin-right: 40px !important;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .floating_banner ul li:first-child {
    margin-right: 16px !important;
  }
}
.floating_banner ul li .floating {
  width: 226px !important;
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center !important;
  padding: 24px 20px 24px 34px !important;
  margin: 0 auto !important;
  border-radius: 10px !important;
  transition: all 0.2s ease-in;
  position: relative;
  max-height: 65px;
  font-size: 1.2rem !important;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .floating_banner ul li .floating {
    padding: 12px 12px 12px 28px !important;
    height: 100% !important;
    width: 100% !important;
    font-size: 1rem !important;
  }
}
.floating_banner ul li .floating::after {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 1.2em;
}
@media only screen and (max-width: 640px) {
  .floating_banner ul li .floating::after {
    left: 8px;
    font-size: 1em;
  }
}
.floating_banner ul li .floating.line {
  background: none !important;
  padding: 0 !important;
  margin: 0 auto !important;
  border-radius: 0 !important;
}
.floating_banner ul li .floating.line img {
  height: 65px !important;
}
.floating_banner ul li .floating.line::after {
  display: none;
}
@media only screen and (max-width: 640px) {
  .floating_banner ul li .floating.line {
    max-height: 40px !important;
  }
  .floating_banner ul li .floating.line img {
    height: auto !important;
    width: 100%;
  }
}
.floating_banner ul li .floating.entry {
  background: #d63636 !important;
}
.floating_banner ul li .floating.entry::after {
  content: "\f044";
}
@media only screen and (max-width: 640px) {
  .floating_banner ul li .floating.entry {
    max-height: 49px !important;
    height: 49px !important;
  }
}
.floating_banner ul li .floating.schedule {
  background: #AD8647 !important;
}
.floating_banner ul li .floating.schedule::after {
  content: "\f073";
}
.floating_banner ul li .floating:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 640px) {
  .floating_banner ul li {
    width: calc(50% - 8px);
  }
  .floating_banner ul li img {
    width: 100% !important;
  }
}

@media only screen and (max-width: 640px) {
  #page_top {
    bottom: 68px !important;
  }
}

#footer {
  padding-bottom: 6em !important;
}/*# sourceMappingURL=gridgecup_style.css.map */
.page_title {
    font-size: 40px;
    /* color: #a48c56; */
    color: #FFF;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 10px;
    line-height: 1.2;
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 50px 0;
    background: #081F5C;
}
#wrapper ol{
  padding-inline-start: 0px;
  list-style: none;
}
#wrapper .terms_contents ol li{
  font-size: 1em;
  line-height: 1.7em;
  letter-spacing: -0.4px;
  text-indent: -1em;
  margin: 0 0 0.8em 1em;
}