@charset "UTF-8";
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
a {
  outline: none;
  opacity: 1;
  transition: all .3s;
}
a:hover {
  opacity: 0.8;
  transition: all .3s;
}
*:hover {
  transition: all .3s;
}
figure {
  margin: 0;
}
figure img {
  width: 100%;
  vertical-align: bottom;
}
/*アニメーション　フェードイン*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}
/*アニメーション　フェードイン　ここまで*/
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
body {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body.fixed {
  overflow: hidden;
}
#wrapper {
  min-width: 1100px;
}
.inner {
  width: 1100px;
  margin: 0 auto;
}
.red {
  color: #e8412e;
}
.bold {
  font-weight: 600;
}
/*-------------------トップ-------------------*/
.top {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}
.top .swiper-wrapper:after {
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.top .swiper {
  width: 100%;
  height: 100%;
}
.top .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.top .swiper-pagination {
  text-align: right !important;
  bottom: 50px !important;
  left: auto !important;
  right: 5% !important;
}
.top .swiper-pagination-bullet {
  background: #099ac6 !important;
  width: 50px !important;
  height: 3px !important;
  border-radius: 5px !important;
}
.top .ttl_box {
  position: absolute;
  left: 5%;
  bottom: 100px;
  z-index: 2;
  color: #fff;
}
.top .ttl_box h2 {
  font-family: urbane, sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 70px;
  letter-spacing: 1px;
  margin: 0;
  background: -webkit-linear-gradient(45deg, rgba(206, 235, 244, 1), rgba(238, 246, 204, 1));
  color: #9dd7e8;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}
.top .ttl_box h2 .sub {
  display: block;
  font-size: 24px;
  margin-bottom: -5px;
}
.top .ttl_box .detail .ttl {
  font-size: 45px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.top .ttl_box .detail p {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
}
.top .ttl_box .detail .date .caption {
  display: block;
  font-size: 16px;
  line-height: 24px;
  text-indent: -1em;
  padding-left: 1em;
}
.top .swiper-slide .caption {
  position: absolute;
  right: 5%;
  bottom: 0;
  z-index: 2;
  color: #fff;
  font-size: 13px;
}
.top .banner {
  position: absolute;
  right: 5%;
  bottom: 100px;
  z-index: 1;
  width: 400px;
}
.top .banner figure:first-child {
  margin-bottom: 30px;
}
/*-------------------お知らせ-------------------*/
.contents.news {
  background-color: #e7f7f2;
}
.contents.news .inner {
  padding: 50px 0 60px;
}
.contents.news h3 {
  font-family: urbane, sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 48px;
  letter-spacing: 1px;
  margin: 0 auto 20px;
  color: #0f2c35;
}
.contents.news h3 .sub {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  margin-left: 18px;
  position: relative;
  top: -2px;
}
.contents.news .wrap {
  display: inline-block;
  vertical-align: top;
  width: 45.5%;
  margin: 0 2%;
}
.contents.news .box {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.contents.news .box h4 {
  display: block;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  margin: 0;
  position: relative;
  border-radius: 10px 10px 0 0;
}
.contents.news .box h4 i {
  font-size: 28px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  margin: auto;
  height: 28px;
}
.contents.news .box.schedule h4 {
  background: linear-gradient(45deg, rgba(183, 37, 77, 1), rgba(197, 81, 113, 1));
}
.contents.news .box.info h4 {
  background: linear-gradient(45deg, rgba(22, 66, 79, 1), rgba(29, 87, 105, 1));
}
.contents.news .scroll {
  height: 400px;
}
.contents.news .dl_box {
  padding: 10px 5%;
}
.contents.news dl {
  margin: 0;
  padding: 10px 0;
  line-height: 28px;
}
.contents.news dl a {
  color: #000;
}
.contents.news .schedule dl {
  border-bottom: dashed 1px #b6254d;
}
.contents.news .info dl {
  border-bottom: dashed 1px #005348;
}
.contents.news dl:last-child {
  border: none;
}
.contents.news dl dt {
  display: inline-block;
  vertical-align: middle;
  width: 43%;
}
.contents.news dl dd {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 53%;
}
.contents.news .box.schedule dl dd {
  border-left: solid 1px #b6254d;
  padding-left: 3%;
}
.contents.news .box.info dl dt {
  display: none;
}
.contents.news .box.info dl dd {
  width: 100%;
}
.contents.news .dl_box dl dd ul {
  padding: 0 0 0 15px;
}
.contents.news .btn {
  text-align: right;
  margin-right: 5px;
}
.contents.news .btn i {
  margin-left: 5px;
}
.contents.news .btn a {
  text-decoration: none;
  color: #0f2c35;
  font-weight: 500;
  text-align: right;
}
/*-------------------大会概要-------------------*/
.contents.overview .inner {
  padding: 50px 0 60px;
}
.contents.overview h3 {
  font-family: urbane, sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 48px;
  letter-spacing: 1px;
  margin: 0 auto 20px;
  color: #0f2c35;
}
.contents.overview h3 .sub {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  margin-left: 18px;
  position: relative;
  top: -2px;
}
.contents.overview dl {
  font-size: 18px;
  font-weight: 500;
}
.contents.overview dl dt {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  padding: 20px 2%;
  color: #fff;
  background: linear-gradient(45deg, rgba(9, 154, 198, 1), rgba(170, 211, 1, 1));
  text-align: center;
  border-radius: 10px 0 0 10px;
}
.contents.overview dl:first-child dt {
  padding: 40px 2%;
}
.contents.overview dl dd {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: 55.6%;
  padding: 20px 5%;
  background-color: #e5f5fb;
  border-radius: 0 10px 10px 0;
}
.contents.overview .caption {
  display: block;
  font-size: 13px;
  line-height: 20px;
  text-indent: -1.1em;
  padding-left: 1.1em;
}
.contents.overview dd.toggle {
  cursor: pointer;
}
.contents.overview .toggle .btn {
  background: linear-gradient(45deg, rgba(22, 66, 79, 1), rgba(29, 87, 105, 1), rgba(22, 66, 79, 1));
  background-position: 1% 50%;
  background-size: 200% auto;
  color: #fff;
  text-align: center;
  padding: 15px 100px;
  border-radius: 50px;
  font-size: 15px;
  transition: all .3s;
  position: relative;
}
.contents.overview .toggle .btn:hover {
  opacity: 1;
  background-position: 99% 50%;
}
.contents.overview .toggle .btn .plus {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  display: block;
}
.contents.overview .toggle .btn .plus:before, .contents.overview .toggle .btn .plus:after {
  display: block;
  content: '';
  background-color: #fff;
  position: absolute;
  width: 12px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}
.contents.overview .toggle .btn .plus:before {
  width: 2px;
  height: 12px;
}
.contents.overview .toggle.active .btn .plus:before {
  content: normal;
}
.contents.overview .fee section {
  margin-bottom: 50px;
}
.contents.overview .fee {
  display: none;
}
.contents.overview .fee .caption {
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
}
.contents.overview .fee .box_gray {
  padding: 5px 3%;
  background-color: #f1f1f1;
  border-radius: 10px;
}
/*大会プログラム*/
.contents.program {
  background: linear-gradient(45deg, rgba(15, 44, 53, 1), rgba(22, 66, 79, 1));
  background: linear-gradient(45deg, rgba(22, 51, 101, 1), rgba(29, 68, 134, 1));
}
.contents.program .inner {
  padding: 50px 0;
}
.contents.program h3 {
  font-family: urbane, sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 48px;
  letter-spacing: 1px;
  margin: 0 auto 20px;
  color: #fff;
}
.contents.program h3 .sub {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  margin-left: 18px;
  position: relative;
  top: -2px;
}
.contents.program ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contents.program ul li {
  /*width: 32.5%;*/
  width: 48%;
  margin: 0 auto 15px;
}
.contents.program ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(45deg, rgba(9, 154, 198, 1), rgba(170, 211, 1, 1), rgba(9, 154, 198, 1));
  background-position: 1% 50%;
  background-size: 200% auto;
  border-radius: 10px;
  padding: 25px 0;
  border: solid 2px #fff;
}
.contents.program ul li a:hover {
  opacity: 1;
  background-position: 99% 50%;
}
.contents.program ul li h5 {
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
.contents.program ul li h5 .sub {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #0f2c35;
  width: 100px;
  border-radius: 50px;
  position: relative;
  top: -3px;
  left: 10px;
}
.contents.program ul li .comingsoon {
  display: block;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
/*-------------------SNS-------------------*/
.contents.sns {
  background: linear-gradient(45deg, rgba(22, 51, 101, 1), rgba(29, 68, 134, 1));
}
.contents.sns .inner {
  padding: 50px 0;
}
.contents.sns ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.contents.sns ul li {
  width: 45.5%;
  margin: 0 2%;
}
.facebook_wrap figure {
  width: 80%;
  margin: 0 auto 20px;
}
.twitter_wrap figure {
  width: 80%;
  margin: 0 auto;
}
/*大会紹介*/
.contents.sns ul li:last-child {
  border-radius: 10px;
  background-color: #fff;
}
.contents.sns ul li:last-child h5 {
  margin: 0;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #fff;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(45deg, rgba(9, 154, 198, 1), rgba(170, 211, 1, 1));
  padding: 5px 0;
  text-align: center;
}
.contents.sns ul li:last-child .dl_box {
  padding: 0 5%;
}
.contents.sns ul li:last-child .dl_box dl {
  margin: 0;
  padding: 20px 0 25px;
  line-height: 28px;
  text-align: center;
}
.contents.sns ul li:last-child .dl_box dl {
  border-bottom: dashed 1px #0f2c35 !important;
}
.contents.sns ul li:last-child .dl_box:last-child dl {
  border: none !important;
}
.contents.sns ul li:last-child .dl_box dl dt {
  font-size: 20px;
  font-weight: 500;
  color: #0f2c35;
}
.contents.sns ul li:last-child .dl_box dl dd {
  margin: 0;
}
.contents.sns ul li:last-child .dl_box dl dd.name {
  font-weight: 500;
  color: #0f2c35;
  margin-bottom: 5px;
}
.contents.sns ul li:last-child .dl_box dl dd.data {
  font-size: 14px;
  line-height: 20px;
  background-color: #e5f5fb;
  padding: 5px 2%;
  border-radius: 5px;
  margin-bottom: 10px;
}
.contents.sns ul li:last-child .dl_box dl dd.btn a {
  display: block;
  text-decoration: none;
  background: linear-gradient(45deg, rgba(9, 154, 198, 1), rgba(170, 211, 1, 1), rgba(9, 154, 198, 1));
  background-position: 1% 50%;
  background-size: 200% auto;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 50px;
  width: 180px;
  margin: 0 auto;
  position: relative;
}
.contents.sns ul li:last-child .dl_box dl dd.btn a:hover {
  opacity: 1;
  background-position: 99% 50%;
}
/*-------------------スポンサー-------------------*/
.contents.sponsor {
  background: linear-gradient(45deg, rgba(15, 44, 53, 1), rgba(22, 66, 79, 1));
  padding: 30px 0;
}
.contents.sponsor ul {
  margin: 0;
  padding: 0;
  list-style: none;
  /*text-align: center;*/
}
.contents.sponsor ul li {
  display: inline-block;
  vertical-align: middle;
  width: 22.76%;
  margin: 10px 1%;
}
.contents.sponsor ul li img {
  width: 100%;
  vertical-align: bottom;
}
/*-------------------バナー-------------------*/
.contents.banner {
  background: linear-gradient(45deg, rgba(15, 44, 53, 1), rgba(22, 66, 79, 1));
  padding: 50px 0;
}
.contents.banner h3 {
  font-family: urbane, sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 48px;
  letter-spacing: 1px;
  margin: 0 auto 20px;
  color: #fff;
}
.contents.banner h3 .sub {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  margin-left: 18px;
  position: relative;
  top: -2px;
}
.contents.banner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.contents.banner ul li {
  width: 32%;
  margin: 10px 0.5%;
}
.contents.banner ul li img {
  width: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
@media screen and (max-width:1050px) {
  #wrapper {
    min-width: 100%;
  }
  .inner {
    width: 90%;
  }
  .block_sp {
    display: block;
  }
  /*-------------------トップ-------------------*/
  .top {
    min-height: 600px;
  }
  .top .swiper-pagination {
    text-align: center !important;
    bottom: 50px !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important
  }
  .top .swiper-pagination-bullet {
    width: 40px !important;
    height: 3px !important;
  }
  .top .ttl_box {
    position: absolute;
    left: 5%;
    bottom: 200px;
    /**/
    bottom: 180px;
  }
  .top .ttl_box h2 {
    font-size: 29px;
    margin-bottom: 10px;
  }
  .top .ttl_box h2 .main {
    display: block;
    background: -webkit-linear-gradient(45deg, rgba(206, 235, 244, 1), rgba(238, 246, 204, 1));
    color: #9dd7e8;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .top .ttl_box h2 .sub {
    font-size: 14px;
    margin-bottom: 3px;
    display: block;
    background: -webkit-linear-gradient(45deg, rgba(206, 235, 244, 1), rgba(238, 246, 204, 1));
    color: #9dd7e8;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .top .ttl_box .detail .ttl {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 5px;
  }
  .top .ttl_box .detail p {
    font-size: 14px;
  }
  .top .ttl_box .detail .date .caption {
    font-size: 13px;
    line-height: 20px;
    width: 90%;
  }
  .top .swiper-slide .caption {
    position: absolute;
    right: 5%;
    bottom: 0;
  }
  .top .banner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;
    margin: auto;
    z-index: 1;
    width: 300px;
    display: flex;
  }
  .top .banner figure {
    width: 45%;
    margin: 0 2.5%;
  }
  /*-------------------お知らせ-------------------*/
  .contents.news .inner {
    padding: 30px 0 20px;
  }
  .contents.news h3 {
    font-size: 38px;
    margin: 0 auto 10px;
  }
  .contents.news h3 .sub {
    font-size: 16px;
    margin-left: 15px;
  }
  .contents.news .wrap {
    display: block;
    width: auto;
    margin: 0 auto 20px;
  }
  .contents.news .box h4 i {
    font-size: 24px;
    left: 40px;
    height: 24px;
  }
  .contents.news .scroll {
    height: 200px;
  }
  .contents.news dl dt {
    display: block;
    width: auto;
    font-weight: 500;
  }
  .contents.news dl dd {
    display: block;
    width: auto;
  }
  .contents.news .box.schedule dl dd {
    border-left: none;
    padding-left: 0;
  }
  .contents.news .dl_box dl dd ul {
    padding: 0 0 0 20px;
  }
  /*-------------------大会概要-------------------*/
  .contents.overview .inner {
    padding: 30px 0 20px;
  }
  .contents.overview h3 {
    font-size: 38px;
    margin: 0 auto 10px;
  }
  .contents.overview h3 .sub {
    font-size: 16px;
    margin-left: 15px;
  }
  .contents.overview dl {
    font-size: 16px;
    line-height: 24px;
  }
  .contents.overview dl dt {
    display: block;
    width: auto;
    padding: 15px 0;
    border-radius: 10px 10px 0 0;
    font-size: 18px;
  }
  .contents.overview dl:first-child dt {
    padding: 15px 0;
  }
  .contents.overview dl dd {
    display: block;
    width: auto;
    border-radius: 0 0 10px 10px;
  }
  .contents.overview .toggle .btn {
    display: block;
    padding: 15px 0;
    width: auto;
    margin: 0 auto;
  }
  .contents.overview .toggle .btn .plus {
    position: absolute;
    right: 30px;
  }
  .contents.overview .fee .box_gray {
    padding: 5px 5%;
  }
  /*大会プログラム*/
  .contents.program .inner {
    padding: 30px 0 20px;
  }
  .contents.program h3 {
    font-size: 38px;
    margin: 0 auto 10px;
  }
  .contents.program h3 .sub {
    font-size: 16px;
    margin-left: 15px;
  }
  .contents.program ul {
    display: block;
  }
  .contents.program ul li {
    width: auto;
    margin: 10px auto;
  }
  .contents.program ul li a {
    padding: 15px 0;
  }
  .contents.program ul li h5 {
    font-size: 20px;
  }
  .contents.program ul li h5 .sub {
    font-size: 16px;
    position: relative;
    top: -2px;
    left: 10px;
  }
  .contents.program ul li .comingsoon {
    font-size: 16px;
  }
  /*-------------------SNS-------------------*/
  .contents.sns .inner {
    padding: 20px 0;
  }
  .contents.sns ul {
    display: block;
  }
  .contents.sns ul li {
    width: auto;
    margin: 20px auto;
  }
  .facebook_wrap figure {
    width: auto;
  }
  .twitter_wrap figure {
    width: auto;
    margin-bottom: 30px;
  }
  /*-------------------スポンサー-------------------*/
  .contents.sponsor {
    padding: 20px 0;
  }
  .contents.sponsor ul {
    text-align: left;
  }
  .contents.sponsor ul li {
    width: 47.4%;
    margin: 5px 1%;
  }
  /*-------------------バナー-------------------*/
  .contents.banner {
    padding: 30px 0 20px;
  }
  .contents.banner h3 {
    font-size: 38px;
    margin: 0 auto 10px;
  }
  .contents.banner h3 .sub {
    font-size: 16px;
    margin-left: 15px;
  }
  .contents.banner ul {
    display: block;
  }
  .contents.banner ul li {
    width: 100%;
    margin: 20px auto;
  }
}