@charset "UTF-8";
/*フッターのネガティブマージンの調整*/
.margin-box {
  width: 100%;
  height: 110px;
}
@media (min-width: 840px) {
  .margin-box {
    height: 200px;
  }
}

/*-------------------------------------------
    ABOUT
    ---------------------------------------*/
/*3x3とは*/
.about_3x3 {
  background: url(../images/about_main-img_sp.png) no-repeat top center;
  background-size: 100%;
  text-align: center;
  padding: 300px 5% 0;
  margin-bottom: 70px;
}
.about_3x3 h1 {
  color: #0C0F4C;
  border-bottom: 1px solid #0C0F4C;
  margin-bottom: 20px;
}
.about_3x3 h3 {
  color: #29878E;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.about_3x3 p {
  line-height: 1.75;
  margin-bottom: 30px;
}
.about_3x3 div {
  width: 310px;
  margin: 0 auto;
}
@media (min-width: 840px) {
  .about_3x3 {
    background: url(../images/about_main-img_pc.png) no-repeat top center;
    background-size: 100%;
    padding: 540px 5% 0;
    margin-bottom: 80px;
  }
  .about_3x3 h1 {
    margin-bottom: 30px;
  }
  .about_3x3 h3 {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
  .about_3x3 p {
    font-size: 1.6rem;
    max-width: 780px;
    margin: 0 auto 30px;
  }
}

/*ヒストリー*/
.history {
  text-align: center;
  padding: 0 5%;
  margin-bottom: 50px;
}
.history h2 {
  color: #29878E;
  border-bottom: 1px solid #29878E;
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.history ul {
  text-align: left;
}
.history ul li {
  position: relative;
  text-indent: -6.5rem;
  padding: 0 0 30px 6.5rem;
}
.history ul li span {
  color: #29878E;
  font-weight: 600;
  font-size: 1.6rem;
  margin-right: 1rem;
}
.history ul li::before {
  content: "●";
  color: #29878E;
}
.history ul li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #29878E;
  left: 6.5px;
  top: 1rem;
  opacity: 0.5;
}
.history ul li:last-child::after {
  display: none;
}
@media (min-width: 840px) {
  .history {
    margin-bottom: 70px;
  }
  .history h2 {
    font-size: 2.4rem;
  }
  .history ul {
    max-width: 500px;
    margin: 0 auto;
  }
  .history ul li {
    font-size: 1.6rem;
  }
  .history ul li span {
    font-size: 1.8rem;
    margin-right: 50px;
  }
  .history ul li::after {
    left: 7.5px;
  }
}

/*ルール*/
.rules {
  background: url(../images/about_rules_sp.jpg) no-repeat top;
  background-size: cover;
  text-align: center;
  padding-top: 40px;
  height: 1200px;
  position: relative;
  z-index: -5;
}
.rules h2 {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.rules_01, .rules_02, .rules_03 {
  position: relative;
  height: 126px;
}
.rules_01_bg, .rules_02_bg, .rules_03_bg {
  position: absolute;
  background-color: rgba(0, 0, 105, 0.8);
  mix-blend-mode: multiply;
}
.rules_01_txt, .rules_02_txt, .rules_03_txt {
  position: absolute;
  margin-top: 20px;
  color: #fff;
}
.rules_01_txt h4, .rules_02_txt h4, .rules_03_txt h4 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.3;
}
.rules_01_txt p, .rules_02_txt p, .rules_03_txt p {
  font-weight: 600;
}
.rules_01_wrap {
  margin-top: 120px;
}
.rules_01_bg {
  left: 0;
  width: 257px;
  height: 126px;
}
.rules_01_txt {
  text-align: left;
  left: 15px;
}
.rules_02_wrap {
  margin-top: 370px;
}
.rules_02_bg {
  right: 0;
  width: 306px;
  height: 143px;
}
.rules_02_txt {
  text-align: right;
  right: 15px;
}
.rules_03_wrap {
  margin-top: 750px;
}
.rules_03_bg {
  left: 0;
  width: 272px;
  height: 148px;
}
.rules_03_txt {
  text-align: left;
  left: 15px;
}
@media (min-width: 840px) {
  .rules {
    background: url(../images/about_rules_pc.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 60px;
    height: 1200px;
  }
  .rules h2 {
    font-size: 2.4rem;
    margin-bottom: 50px;
  }
  .rules_01, .rules_02, .rules_03 {
    height: 126px;
  }
  .rules_01_txt, .rules_02_txt, .rules_03_txt {
    margin-top: 30px;
    color: #fff;
  }
  .rules_01_txt h4, .rules_02_txt h4, .rules_03_txt h4 {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
  .rules_01_txt p, .rules_02_txt p, .rules_03_txt p {
    font-size: 1.6rem;
  }
  .rules_01_wrap {
    margin-top: 0;
  }
  .rules_01_bg {
    left: 0;
    width: 50%;
    height: 166px;
  }
  .rules_01_txt {
    left: 16%;
  }
  .rules_02_wrap {
    margin-top: 246px;
  }
  .rules_02_bg {
    width: 50%;
    height: 194px;
  }
  .rules_02_txt {
    right: 16%;
  }
  .rules_03_wrap {
    margin-top: 590px;
  }
  .rules_03_bg {
    width: 50%;
    height: 162px;
  }
  .rules_03_txt {
    left: 16%;
  }
}

/*-------------------------------------------
    TEAM
    ---------------------------------------*/
.team-ttl {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}
.team-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #29878E;
  transform: skewY(9deg) translateY(-40px);
  z-index: -1;
  height: auto;
}
.team-ttl_wrap {
  position: relative;
  padding: 70px 0 60px;
}
.team-ttl_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0C0F4C;
  transform: skewY(-7deg) translateY(-27px);
  z-index: -1;
}
.team-ttl h1 {
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media (min-width: 840px) {
  .team-ttl::before {
    transform: skewY(4deg) translateY(-55px);
  }
  .team-ttl_wrap {
    padding: 110px 0 75px;
  }
  .team-ttl_wrap::before {
    transform: skewY(-4deg) translateY(-48px);
  }
}

@media (min-width: 840px) {
  .team_menber {
    padding-bottom: 80px;
  }
}

.team_list {
  padding: 20px 5% 0;
}
.team_list_slider {
  border: 2px solid #CB9D51;
}
.team_list_slider img {
  width: 100%;
}
.team_list_name {
  background: #CB9D51;
  padding: 0 0 8px 8px;
  margin-bottom: 15px;
}
.team_list_name span {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #fff;
  opacity: 0.5;
  display: block;
  text-align: right;
  font-size: 2.2rem;
  line-height: 1;
  margin-top: -4px;
}
.team_list_name h5 {
  font-size: 2.6rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
}
.team_list_name p {
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
}
.team_list_name small {
  position: relative;
}
.team_list_name small a {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  padding-left: 20px;
}
.team_list_name small::before {
  content: "";
  background: url(../images/icon-instagram.svg) no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 5px;
}
.team_list_discription {
  margin-bottom: 30px;
}
.team_list_discription ul li {
  margin-bottom: 1rem;
}
.team_list_discription ul li strong {
  display: block;
}
.team_list_discription ul li a {
  color: #333;
  text-decoration: underline;
}
.team_list_discription ul .coment {
  font-size: 1.4rem;
  line-height: 1.6;
}
.team_list_discription ul .coment strong {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 840px) {
  .team_list {
    display: flex;
    gap: 30px;
    justify-content: left;
    max-width: 780px;
    margin: 0 auto;
    padding: 80px 0 0 0;
  }
  .team_list_slider {
    width: 355px;
  }
  .team_list_name {
    padding: 0 0 10px 10px;
    margin-bottom: 0;
  }
  .team_list_name span {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    margin-top: -3px;
  }
  .team_list_name h5 {
    margin-bottom: 3px;
  }
  .team_list_name p {
    color: #fff;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .team_list_discription {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .team_list_discription ul li {
    font-size: 1.6rem;
  }
  .team_list_discription ul .coment {
    font-size: 1.5rem;
  }
  .team_list_discription ul .coment strong {
    font-size: 1.8rem;
  }
}

/*-------------------------------------------
    PRIVACY POLICY
    ---------------------------------------*/
.policy-ttl {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}
.policy-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #CB9D51;
  transform: skewY(9deg) translateY(-40px);
  z-index: -1;
  height: auto;
}
.policy-ttl_wrap {
  position: relative;
  padding: 70px 0 60px;
}
.policy-ttl_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0C0F4C;
  transform: skewY(-7deg) translateY(-27px);
  z-index: -1;
}
.policy-ttl h1 {
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media (min-width: 840px) {
  .policy-ttl::before {
    transform: skewY(4deg) translateY(-55px);
  }
  .policy-ttl_wrap {
    padding: 110px 0 75px;
  }
  .policy-ttl_wrap::before {
    transform: skewY(-4deg) translateY(-48px);
  }
}

/*-------------------------------------------
SPONSORSHIP
---------------------------------------*/
.sponsorship-ttl {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}
.sponsorship-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #29878E;
  transform: skewY(9deg) translateY(-40px);
  z-index: -1;
  height: auto;
}
.sponsorship-ttl_wrap {
  position: relative;
  padding: 70px 0 60px;
}
.sponsorship-ttl_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0C0F4C;
  transform: skewY(-7deg) translateY(-27px);
  z-index: -1;
}
.sponsorship-ttl h1 {
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media (min-width: 840px) {
  .sponsorship-ttl {
    margin-bottom: 60px;
  }
  .sponsorship-ttl::before {
    transform: skewY(4deg) translateY(-55px);
  }
  .sponsorship-ttl_wrap {
    padding: 110px 0 75px;
  }
  .sponsorship-ttl_wrap::before {
    transform: skewY(-4deg) translateY(-48px);
  }
}

.sponsorship_listwrap {
  text-align: center;
}
.sponsorship_listwrap h2 {
  color: #29878E;
  font-size: 1.6rem;
  border-bottom: 1px solid #29878E;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media (min-width: 840px) {
  .sponsorship_listwrap h2 {
    font-size: 2rem;
  }
}
.sponsorship_all {
  width: 100%;
  margin-bottom: 50px;
}
.sponsorship_all div {
  width: 260px;
  margin: 0 auto 40px;
}
.sponsorship_all ul {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  gap: 30px;
  width: 290px;
  margin: 0 auto;
  align-items: center;
}
.sponsorship_all ul li {
  width: 130px;
}
.sponsorship_all ul li:nth-child(4) img {
  width: 50px;
  margin: 0 auto;
}
.sponsorship_all ul li:nth-child(5) img {
  width: 85px;
  margin: 0 auto;
}
.sponsorship_all ul li:nth-child(6) img {
  width: 75px;
  margin: 0 auto;
}
@media (min-width: 840px) {
  .sponsorship_all {
    max-width: 780px;
    margin: 0 auto 80px;
  }
  .sponsorship_all div {
    width: 360px;
    margin-bottom: 50px;
  }
  .sponsorship_all ul {
    width: 100%;
    justify-content: center;
    gap: 40px;
  }
  .sponsorship_all ul li {
    width: 180px;
  }
  .sponsorship_all ul li:nth-child(2) {
    width: 160px;
  }
  .sponsorship_all ul li:nth-child(2) img {
    width: 160px;
    margin: 0 auto;
  }
  .sponsorship_all ul li:nth-child(4) {
    width: 60px;
  }
  .sponsorship_all ul li:nth-child(4) img {
    width: 60px;
    margin: 0 auto;
  }
  .sponsorship_all ul li:nth-child(5) {
    width: 100px;
  }
  .sponsorship_all ul li:nth-child(5) img {
    width: 100px;
    margin: 0 auto;
  }
  .sponsorship_all ul li:nth-child(6) {
    width: 85px;
  }
  .sponsorship_all ul li:nth-child(6) img {
    width: 85px;
    margin: 0 auto;
  }
}
.sponsorship_txtlist {
  text-align: left;
  margin: 0 auto 50px;
  padding: 0 5%;
  max-width: 550px;
}
.sponsorship_txtlist div div {
  margin-bottom: 20px;
}
.sponsorship_txtlist h3 {
  display: inline-block;
  color: #29878E;
  font-size: 1.6rem;
  border-bottom: 1px solid #29878E;
  line-height: 1.5;
  margin-bottom: 0.8rem;
}
.sponsorship_txtlist p {
  font-size: 1.6rem;
}
.sponsorship_txtlist ul li {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  text-indent: -1rem;
  padding-left: 1rem;
}
@media (min-width: 840px) {
  .sponsorship_txtlist {
    display: flex;
    gap: 70px;
    width: 100%;
    max-width: 621px;
    padding: 0;
  }
  .sponsorship_txtlist div div {
    margin-bottom: 40px;
  }
  .sponsorship_txtlist h3 {
    margin-bottom: 10px;
  }
  .sponsorship_txtlist_boxleft {
    width: 45%;
  }
}
.sponsorship_detail {
  position: relative;
  padding: 0 5%;
  margin: 0 auto 100px;
  max-width: 550px;
}
.sponsorship_detail_bg {
  position: absolute;
  background: url(../images/logo.svg) no-repeat center;
  background-size: 100%;
  width: 260px;
  height: 280px;
  bottom: 160px;
  right: 0;
  opacity: 0.3;
  margin-bottom: 0 !important;
}
.sponsorship_detail h1 {
  display: block;
  font-size: 2.2rem;
  color: #fff;
  font-weight: 600;
  background: #29878E;
  line-height: 1.5;
  padding: 0.5rem 0;
  margin-bottom: 10px;
}
.sponsorship_detail p {
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 30px;
}
.sponsorship_detail div {
  text-align: left;
  margin-bottom: 30px;
}
.sponsorship_detail div h3 {
  color: #29878E;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.sponsorship_detail div h3 span {
  display: block;
  font-size: 1.4rem;
}
.sponsorship_detail div table {
  font-size: 1.6rem;
}
.sponsorship_detail div table tr {
  margin-bottom: 0.5rem;
}
.sponsorship_detail div table tr th {
  width: 195px;
  font-weight: 400;
}
@media (min-width: 840px) {
  .sponsorship_detail {
    max-width: 611px;
    padding: 0;
    margin: 0 auto 80px;
  }
  .sponsorship_detail h1 {
    font-size: 2.4rem;
    margin: 0 auto 25px;
  }
  .sponsorship_detail p {
    text-align: center;
    margin-bottom: 50px;
  }
  .sponsorship_detail div h3 {
    font-size: 2.2rem;
  }
  .sponsorship_detail div h3 span {
    font-size: 1.6rem;
    display: inline;
  }
}
.sponsorship_btn {
  background-color: #B97E12;
  height: 50px;
  border-radius: 5px;
  padding: 13px 0 55px;
  margin: 45px auto !important;
  max-width: 390px;
}
.sponsorship_btn a {
  color: #fff;
  font-weight: 600;
  text-align: center;
  display: block;
}
@media (min-width: 840px) {
  .sponsorship_btn {
    height: 51px;
    font-size: 1.6rem;
    margin: 80px auto !important;
    padding: 13px 0 60px;
  }
}/*# sourceMappingURL=pages.css.map */