@charset "UTF-8";
/*----------------------------------------
表示を切り替える幅
----------------------------------------*/
/*----------------------------------------
フォント
----------------------------------------*/
/*----------------------------------------
カラー
----------------------------------------*/
/*----------------------------------------
ブレークポイント
----------------------------------------*/
.top_visial {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 100px 0;
}
.top_visial__text {
  width: calc(50% - 80px);
  margin-right: 80px;
}
.top_visial__img {
  width: 50%;
  height: 0;
  padding-bottom: 50%;
  border-radius: 16px;
  overflow: hidden;
}
.top_visial__img .slick-track img {
  width: 100%;
  height: auto;
}

.top_title {
  font-size: 54px;
  letter-spacing: 4px;
  font-weight: 900;
  line-height: 60px;
  margin-bottom: 40px;
}
.top_title span {
  margin-top: 8px;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 29px;
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.main_text {
  font-size: 20px;
  line-height: 40px;
  margin-top: 16px;
}

@media screen and (max-width: 1300px) {
  .top_title {
    font-size: 4.5vw;
    white-space: nowrap;
  }
  .top_title span {
    white-space: normal;
  }

  .top_visial__text {
    width: calc(50% - 24px);
    margin-right: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .top_title {
    font-size: 54px;
  }

  .top_visial {
    flex-wrap: wrap-reverse;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .top_visial__text {
    width: 100%;
    margin-right: 0;
  }
  .top_visial__text .top_title {
    text-align: center;
    margin-bottom: 24px;
  }
  .top_visial__img {
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 24px;
  }
  .top_visial .btn.right {
    text-align: center;
  }

  .main_text {
    font-size: 18px;
    line-height: 36px;
  }
}
@media screen and (max-width: 575px) {
  .top_visial {
    margin-bottom: 32px;
  }
  .top_visial__text .top_title {
    font-size: calc((100vw - 48px) / 8.1);
    line-height: 12vw;
    letter-spacing: 1vw;
  }
  .top_visial__text .top_title span {
    font-size: calc((100vw - 48px) / 20);
    line-height: calc((100vw - 48px) / 20);
  }
}
/**** 開催案内 *****/
h2 {
  font-size: 32px;
  line-height: 46px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 32px;
  letter-spacing: 2px;
}
h2 span {
  display: block;
  font-size: 22px;
  line-height: 29px;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
}

.bg_gold h2 {
  color: #ffffff;
}

h3 {
  color: #A8904C;
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 16px;
  font-weight: 900;
  letter-spacing: 2px;
}

.event_list__item .btn {
  display: none;
}

.news_all {
  padding-bottom: 0;
}

/**** カテゴリー  ****/
.flex_cate {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex_cate__item {
  width: calc(50% - 16px);
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.flex_cate__item a:hover .img img {
  transform: scale(1.1, 1.1);
  transition: 0.3s;
}
.flex_cate__item .img {
  height: 0;
  padding-bottom: 56.2%;
  background-size: 100%;
  position: relative;
  background-position: center center;
}
.flex_cate__item .img:after {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: #1A1A1A;
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
}
.flex_cate__item .img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
  transition: 0.3s;
}
.flex_cate__item h2 {
  position: absolute;
  bottom: 24px;
  left: 24px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .flex_cate__item h2 {
    font-size: 25px;
    line-height: 36px;
  }
  .flex_cate__item h2 span {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 575px) {
  .flex_cate__item {
    width: 100%;
    margin-bottom: 24px;
  }
  .flex_cate__item:last-child {
    margin-bottom: 0;
  }
}
/**** 賛助企業の募集  ***/
@media screen and (max-width: 768px) {
  .sponsor .center p {
    text-align: left;
  }
}

/*# sourceMappingURL=top.css.map */
