@charset "UTF-8";
/*------------------------
  main visual
------------------------*/
.mainvisual {
  padding: 0 min(5.625rem, 10%) 0 min(5.625rem, 12%);
  height: calc(100vh - 6.25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1050px) {
  .mainvisual {
    height: auto;
  }
}
.mainvisual img.mv_logo {
  top: 40px;
  left: 40px;
  width: calc(100% + 1.25rem);
  max-width: 48.75rem;
  display: block;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 1050px) {
  .mainvisual {
    height: auto;
    padding: 3.75rem 2.25rem 2.5rem;
  }
  .mainvisual img.mv_logo {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .mainvisual {
    padding: 2.25rem 2.25rem 0rem;
  }
}

/*------------------------
  開催中バナー
------------------------*/
.top_banner {
  border: 0.125rem solid #1e2426;
  width: 100%;
  padding: 1.5rem 0.75rem 1.75rem;
  background-image: linear-gradient(150deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../../images/common/bg_shokkou_bk.png);
  background-size: 5.625rem;
  background-repeat: repeat;
  -webkit-box-shadow: 0px 3px 10px rgba(23, 90, 170, 0.2);
          box-shadow: 0px 3px 10px rgba(23, 90, 170, 0.2);
  text-align: center;
  max-width: 31.25rem !important;
}
@media screen and (max-width: 576px) {
  .top_banner {
    padding: 1rem 1rem 1rem;
    background-size: 3.125rem;
  }
}
.top_banner .banner_title {
  font-family: "Ibarra Real Nova", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.25rem;
}
.top_banner .banner_title img {
  max-width: 25rem;
}
@media screen and (max-width: 576px) {
  .top_banner .banner_title {
    margin-bottom: 0.5rem;
  }
  .top_banner .banner_title img {
    width: 14.375rem;
    max-width: 100%;
  }
}
.top_banner .banner_info .place {
  background-color: #1e2426;
  color: #FFF;
  font-size: 1.25rem;
  letter-spacing: 0.125rem;
  display: inline-block;
  padding: 0 1.5rem;
  line-height: 2.625rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .top_banner .banner_info .place {
    font-size: 0.75rem;
    padding: 0 0.75rem;
    line-height: 1.25rem;
  }
}
.top_banner .banner_info .date {
  font-size: 1.4375rem;
  font-weight: 700;
  letter-spacing: 0.09375rem;
  line-height: 1.875rem;
  margin-bottom: 0.75rem;
}
.top_banner .banner_info .date b {
  font-size: 1.875rem;
  margin: 0 0.25rem;
}
.top_banner .banner_info .date br.tab {
  display: none;
}
@media screen and (max-width: 1359px) {
  .top_banner .banner_info .date br.tab {
    display: block;
  }
}
@media screen and (max-width: 1051px) {
  .top_banner .banner_info .date br.tab {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .top_banner .banner_info .date {
    font-size: 0.875rem;
    letter-spacing: 0rem;
    line-height: 0.9375rem;
    margin-bottom: 0.25rem;
  }
  .top_banner .banner_info .date b {
    font-size: 1.125rem;
    margin: 0 0.125rem;
  }
}
.top_banner .banner_info .hall {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 576px) {
  .top_banner .banner_info .hall {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
.top_banner .banner_info .text {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 576px) {
  .top_banner .banner_info .text {
    font-size: 0.8125rem;
    line-height: 1.25rem;
  }
}

/*------------------------
  main contents
------------------------*/
.left_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1050px) {
  .left_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.left_wrap .mv {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 1200px) {
  .left_wrap .mv {
    margin-left: -1.875rem;
  }
}
@media screen and (max-width: 1100px) {
  .left_wrap .mv {
    margin-left: -3.75rem;
  }
}
.left_wrap .mv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -10;
  background: url(../../images/top/mv_sp.png);
  background-size: auto calc(100% - 6.25rem);
  background-position: bottom right;
  background-repeat: no-repeat;
  -webkit-transition: 0s;
  transition: 0s;
}
@media screen and (max-width: 1200px) {
  .left_wrap .mv::before {
    background-position: bottom right -1.875rem;
  }
}
@media screen and (max-width: 1100px) {
  .left_wrap .mv::before {
    background-position: bottom right -3.75rem;
  }
}
.left_wrap .mv.none::before {
  opacity: 0;
}
.left_wrap .mv img {
  width: auto;
  display: block;
  height: calc(100vh - 5rem);
  opacity: 0;
}
.left_wrap .mv img.mv_sp {
  display: none;
}
@media screen and (max-width: 1050px) {
  .left_wrap .mv {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: unset;
    width: 100%;
    height: auto;
    background-position: center;
    background-size: cover;
    margin-left: 0;
  }
  .left_wrap .mv::before {
    z-index: -10;
    background: none;
    background-position: center;
    background-size: cover;
    max-width: 100%;
  }
  .left_wrap .mv img {
    width: 100%;
    height: auto;
  }
  .left_wrap .mv img.mv_pc {
    display: none;
  }
  .left_wrap .mv img.mv_sp {
    display: block;
    opacity: 1;
  }
}
.left_wrap .left_inner {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  -webkit-box-flex: 100;
      -ms-flex-positive: 100;
          flex-grow: 100;
  -ms-flex-negative: 100;
      flex-shrink: 100;
  background: #FFF;
  margin-right: -0.75rem;
}
.left_wrap .left_inner .top_banner, .left_wrap .left_inner .news-sec .ly-wrapper, .left_wrap .left_inner .attention {
  max-width: 37.5rem;
}
@media screen and (max-width: 1050px) {
  .left_wrap .left_inner .top_banner, .left_wrap .left_inner .news-sec .ly-wrapper, .left_wrap .left_inner .attention {
    max-width: unset;
  }
}

.twitter_btn {
  background-color: #1e2426;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 28.125rem;
  padding: 1.5rem 2.5rem;
  margin-top: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 576px) {
  .twitter_btn {
    padding: 1.25rem 1.25rem;
    margin-top: 1rem;
  }
}
.twitter_btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.375rem;
  bottom: 0.375rem;
  left: 0.375rem;
  right: 0.375rem;
  border: 0.0625rem solid #FFF;
}
.twitter_btn:hover {
  background-color: #18819e;
}
.twitter_btn img {
  width: 1.875rem;
  margin-right: 0.625rem;
}
@media screen and (max-width: 576px) {
  .twitter_btn img {
    width: 1.25rem;
    margin-right: 0.375rem;
  }
}
.twitter_btn p {
  font-size: 1.125rem;
}
@media screen and (max-width: 576px) {
  .twitter_btn p {
    font-size: 0.8125rem;
  }
}

/*------------------------
  top / news list
------------------------*/
.news-sec {
  padding: 0 min(5.625rem, 10%) 0 min(5.625rem, 12%);
  background-image: url(../../images/common/bg_stone.png);
  background-repeat: repeat;
}
@media screen and (max-width: 1050px) {
  .news-sec {
    padding: 0 4.375rem;
  }
}
@media screen and (max-width: 767px) {
  .news-sec {
    padding: 0 2.25rem;
  }
}
.news-sec .ly-container {
  padding-top: 5rem;
}
.news-sec .ly-wrapper {
  padding: 0;
}
.news-sec .sec-title {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .news-sec .sec-title {
    margin-bottom: 2.5rem;
  }
}
.news-sec .sec-title .main img {
  height: 3.75rem;
}
@media screen and (max-width: 767px) {
  .news-sec .sec-title .main img {
    height: 2.625rem;
  }
}
.news-sec .news-wrap .news-body {
  height: 100%;
  min-height: 18.75rem;
  margin-bottom: 6.25rem;
}
.news-sec .news-wrap .news-body .news-list {
  border-top: 1px solid #bcbcbc;
  position: relative;
  width: calc(100% - 2px);
  margin-bottom: 1.875rem;
}
.news-sec .news-wrap .news-body .news-list::before, .news-sec .news-wrap .news-body .news-list::after {
  content: "";
  display: block;
  background-image: url(../../images/common/line_flower.svg);
  width: 9px;
  height: 10px;
  top: -5.5px;
  position: absolute;
  z-index: 2;
}
.news-sec .news-wrap .news-body .news-list::before {
  left: -3px;
}
.news-sec .news-wrap .news-body .news-list::after {
  right: -3px;
}
@media screen and (max-width: 767px) {
  .news-sec .news-wrap .news-body .news-list::before, .news-sec .news-wrap .news-body .news-list::after {
    width: 6px;
    height: 7px;
    top: -4px;
  }
  .news-sec .news-wrap .news-body .news-list::before {
    left: -1px;
  }
  .news-sec .news-wrap .news-body .news-list::after {
    right: -1px;
  }
}
.news-sec .news-wrap .news-body .btn_line {
  text-align: center;
}
.news-sec .news-wrap .news-twitter {
  position: relative;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .news-sec .news-wrap .news-twitter {
    margin-bottom: 2rem;
  }
}
.news-sec .news-wrap .news-twitter .tw_account {
  display: block;
  line-height: 3.125rem;
  font-family: "Ibarra Real Nova", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.0625rem;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  width: 100%;
  padding: 0 0;
  border-top: 0.125rem solid #1e2426;
  border-left: 0.125rem solid #1e2426;
  border-right: 0.125rem solid #1e2426;
}
@media screen and (max-width: 767px) {
  .news-sec .news-wrap .news-twitter .tw_account {
    font-size: 1.5rem;
  }
}
.news-sec .news-wrap .news-twitter .tw_timeline_box {
  width: 100%;
  height: 25rem;
  min-height: 15.625rem;
  overflow: scroll;
  background: #FFF;
  border: 0.125rem solid #1e2426;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
  /*スクロールバー非表示（Chrome・Safari）*/
}
.news-sec .news-wrap .news-twitter .tw_timeline_box::-webkit-scrollbar {
  display: none;
}

/*------------------------
  greeting
------------------------*/
.sec-greeting {
  background: #1e2426;
  background-image: url(../../images/common/bg_shokkou_wh.png);
  background-size: 6.25rem;
  background-attachment: fixed;
}
.sec-greeting .sec-title .main img {
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%) drop-shadow(0px 0px 6px rgb(23, 90, 130));
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%) drop-shadow(0px 0px 6px rgb(23, 90, 130));
}
.sec-greeting .sec-title .sub {
  color: #1e2426;
  background-color: #FFF;
}
.sec-greeting .ly-container .ly-wrapper p {
  color: #FFF;
  font-size: 1.25rem;
  line-height: 3;
  letter-spacing: 0.09375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-greeting .ly-container .ly-wrapper p {
    font-size: 0.9375rem;
    text-align: left;
    line-height: 2.5;
  }
}

/*------------------------
  works/profile
------------------------*/
.sec-works-profile {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(26%, rgba(0, 220, 230, 0)), color-stop(47%, rgba(0, 171, 186, 0.37)), to(rgba(0, 43, 71, 0.8))), rgba(255, 255, 255, 0.86);
  background: linear-gradient(180deg, rgba(0, 220, 230, 0) 26%, rgba(0, 171, 186, 0.37) 47%, rgba(0, 43, 71, 0.8)), rgba(255, 255, 255, 0.86);
}
.sec-works-profile .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: -1;
  background-image: url(../../images/top/mv.png);
  background-size: cover;
  background-position: center center;
}
.sec-works-profile .ly-container {
  padding-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .sec-works-profile .ly-container {
    padding-top: 5rem;
  }
}
.sec-works-profile .ly-container .ly-wrapper {
  position: relative;
}
.sec-works-profile .ly-container.works {
  padding-bottom: 0;
}
.sec-works-profile .ly-container.works .sec-title .main img {
  -webkit-filter: drop-shadow(0px 0px 6px rgba(26, 180, 216, 0.5));
          filter: drop-shadow(0px 0px 6px rgba(26, 180, 216, 0.5));
}
.sec-works-profile .ly-container.works .works-profile_inner {
  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;
}
.sec-works-profile .ly-container.works .works-profile_inner figure {
  width: 39%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 5.375rem;
  -webkit-box-shadow: 0px 3px 15px rgba(23, 90, 170, 0.5);
          box-shadow: 0px 3px 15px rgba(23, 90, 170, 0.5);
}
.sec-works-profile .ly-container.works .works-profile_inner .detail h3 {
  font-size: 2.8125rem;
  margin-bottom: 1.25rem;
}
.sec-works-profile .ly-container.works .works-profile_inner .detail h3 .rubi {
  font-size: 0.75rem;
  display: block;
  letter-spacing: 0.0625rem;
  margin-left: 0.25rem;
}
@media screen and (max-width: 767px) {
  .sec-works-profile .ly-container.works .works-profile_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .sec-works-profile .ly-container.works .works-profile_inner figure {
    max-width: 65%;
    width: 18.75rem;
    margin-right: 0;
    margin-bottom: 1.125rem;
  }
  .sec-works-profile .ly-container.works .works-profile_inner .detail h3 {
    font-size: 1.4375rem;
    margin-bottom: 0.75rem;
  }
  .sec-works-profile .ly-container.works .works-profile_inner .detail h3 .rubi {
    font-size: 0.625rem;
    letter-spacing: 0.0625rem;
    margin-left: 0;
  }
  .sec-works-profile .ly-container.works .works-profile_inner .detail p {
    text-align: left;
    max-width: 25rem;
    margin: 0 auto;
  }
}
.sec-works-profile .ly-container.profile .sec-title .main img {
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%) drop-shadow(0px 0px 6px rgba(26, 180, 216, 0.5));
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%) drop-shadow(0px 0px 6px rgba(26, 180, 216, 0.5));
}
.sec-works-profile .ly-container.profile .sec-title .sub {
  color: #18819e;
  background-color: #FFF;
}
.sec-works-profile .ly-container.profile .works-profile_inner figure {
  width: 16.25rem;
  margin: 0 auto;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .sec-works-profile .ly-container.profile .works-profile_inner figure {
    max-width: 50%;
    width: 12.5rem;
    margin-bottom: 1.125rem;
  }
}
.sec-works-profile .ly-container.profile .works-profile_inner .detail {
  text-align: center;
  color: #FFF;
}
.sec-works-profile .ly-container.profile .works-profile_inner .detail h3 {
  font-size: 2.5rem;
  margin-bottom: 1.25rem;
}
.sec-works-profile .ly-container.profile .works-profile_inner .detail h3 .rubi {
  font-size: 0.75rem;
  display: block;
  letter-spacing: 0.0625rem;
  margin-left: 0.25rem;
}
@media screen and (max-width: 767px) {
  .sec-works-profile .ly-container.profile .works-profile_inner .detail h3 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
  .sec-works-profile .ly-container.profile .works-profile_inner .detail h3 .rubi {
    font-size: 0.625rem;
    letter-spacing: 0.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-works-profile .ly-container.profile .works-profile_inner .detail p {
    text-align: left;
    max-width: 25rem;
    margin: 0 auto;
  }
}

/*------------------------
  tokuten
------------------------*/
.sec-present {
  background-color: #FFF;
  background-image: url(../../images/common/bg_stone.png);
  background-size: 62.5rem 39.75rem;
  background-repeat: repeat;
  position: relative;
  z-index: 1;
}
.sec-present .content h3 {
  text-align: center;
  font-size: 1.875rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .sec-present .content h3 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
}
.sec-present .content p.text {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .sec-present .content p.text {
    font-size: 0.8125rem;
    margin-bottom: 1.5rem;
  }
}
.sec-present .content figure {
  margin-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .sec-present .content figure {
    gap: 0.625rem;
  }
}
.sec-present .content figure img {
  width: calc((100% - 2.5rem) / 3);
  border: 0.0625rem solid #bcbcbc;
}
.sec-present .content p.small {
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .sec-present .content p.small {
    font-size: 0.625rem;
  }
}