@charset "UTF-8";
/*===================================
 *※※※※※※※※※※※※※※※※※※※※※
 *このファイルはSassで管理されているので
 *cssを直接編集しないでください。
 *※※※※※※※※※※※※※※※※※※※※※
 *===================================*/
h1 {
  margin-bottom: 0 !important;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

li {
  list-style: none;
}

.hp_c_ocher {
  color: #CCA463;
}

.hp_fs14 {
  font-size: 14px;
}

.hp_fw_bold {
  font-weight: bold;
}

* {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-weight: 400;
  font-size: 16px;
  position: relative;
  background-color: #EDEBDC;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
}

.ly_wrap {
  position: relative;
}

.ly_main {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .ly_main {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .ly_main {
    padding-bottom: 200px;
  }
}

.ly_section {
  margin-bottom: 80px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ly_section {
    margin-bottom: 120px;
  }
}
.ly_section:last-of-type {
  margin-bottom: 0;
}

.bl_section_title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -60%);
  font-size: clamp(48px, 14.3749999vw, 56px);
}

.un_memo {
  text-align: right;
  font-size: 14px;
}

.el_title {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .el_title {
    margin-bottom: 70px;
  }
}
.el_title span {
  position: relative;
  display: inline-block;
}
.el_title span::before, .el_title span::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 40px;
  height: 22px;
  transform: translateY(-50%);
}
@media screen and (min-width: 992px) {
  .el_title span::before, .el_title span::after {
    width: 118px;
    height: 65px;
  }
}
.el_title span::before {
  left: -60px;
}
@media screen and (min-width: 992px) {
  .el_title span::before {
    left: -160px;
  }
}
.el_title span::after {
  right: -60px;
}
@media screen and (min-width: 992px) {
  .el_title span::after {
    right: -160px;
  }
}
.el_title__blue::before, .el_title__blue::after {
  background-image: url("../img/title_blue_deco.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.el_title__yellow::before, .el_title__yellow::after {
  background-image: url("../img/title_yellow_deco.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.ly_header {
  position: absolute;
  width: 0;
  left: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 12px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .ly_header {
    height: 70px;
    padding: 0 40px;
  }
}
.ly_header_logo {
  width: 68px;
  margin-bottom: 0;
}
.ly_header_logo a:hover img {
  opacity: 0.7;
}
.ly_header_logo img {
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .ly_header_logo {
    width: 112px;
  }
}
.ly_header_catch {
  margin-left: 32px;
  font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", "Yu Gothic Medium", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.025em;
  margin-bottom: 0;
}
.ly_header_catch span {
  color: #73c1b8;
}

.bl_hero {
  position: relative;
  background-color: #A6D5DB;
  text-align: center;
  overflow: hidden;
  margin-bottom: 0;
  height: 800px;
  background-image: url("../img/bg_cloud.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  .bl_hero {
    margin-bottom: 50px;
    height: auto;
  }
}
.bl_hero_img {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.bl_hero_img img {
  width: clamp(340px, 110%, 500px);
  max-width: none;
  margin-top: 50px;
}
@media screen and (min-width: 992px) {
  .bl_hero_img img {
    width: clamp(960px, 96.774193vw, 1100px);
  }
}
.bl_hero_top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  z-index: 20;
}
.bl_hero_text {
  position: absolute;
  top: 15px;
  left: 15px;
  width: clamp(90px, 20.51282vw, 110px);
}
@media screen and (min-width: 992px) {
  .bl_hero_text {
    width: 157px;
  }
}
.bl_hero .un_logo_hokkaido {
  position: absolute;
  width: 100px;
  right: 15px;
  top: 15px;
}
@media screen and (min-width: 992px) {
  .bl_hero .un_logo_hokkaido {
    width: 130px;
  }
}
.bl_hero .un_logo_hokkaido img {
  transition: all 0.3s;
}
.bl_hero .un_logo_hokkaido img:hover {
  opacity: 0.7;
}
.bl_hero_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #EDEBDC;
  width: 100%;
  height: 140px;
}
.bl_hero_bottom::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 100%;
  min-width: 800px;
  height: 140px;
  background-image: url("../img/separator_top.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  .bl_hero_bottom::before {
    height: 9.465855307vw;
  }
}
.bl_hero_bottom__l {
  position: absolute;
  top: 40px;
  left: 15px;
  width: 40%;
}
.bl_hero_bottom__r {
  position: absolute;
  top: 40px;
  right: 15px;
  width: 37%;
}

.bl_date {
  margin-top: clamp(-120px, 40vw - 220px, 0px);
}
.bl_date_list {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bl_date_list {
    display: flex;
    justify-content: center;
  }
}
.bl_date_item {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .bl_date_item {
    width: 48%;
    margin: 0 1%;
  }
}

.bl_event {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 10px;
}
.bl_event::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 800px;
  height: 80px;
  background-image: url("../img/separator_top.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  .bl_event::after {
    height: 9.465855307vw;
  }
}
.bl_event .el_title img {
  vertical-align: top;
}
.bl_event .el_title__event img {
  width: 192px;
}
@media screen and (min-width: 992px) {
  .bl_event .el_title__event img {
    width: 354px;
  }
}
.bl_event .el_title__map img {
  width: 74px;
}
@media screen and (min-width: 992px) {
  .bl_event .el_title__map img {
    width: 149px;
  }
}
.bl_event .el_title__schedule img {
  width: 192px;
}
@media screen and (min-width: 992px) {
  .bl_event .el_title__schedule img {
    width: 600px;
  }
}
.bl_event_section {
  margin-bottom: 80px;
}
@media screen and (min-width: 992px) {
  .bl_event_section {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 768px) {
  .bl_event_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  .bl_event_list {
    justify-content: center;
  }
}
.bl_event_item {
  margin-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .bl_event_item {
    width: 49%;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .bl_event_item {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
    order: 2;
  }
}
.bl_event_item:nth-of-type(1) {
  order: 0;
}
.bl_event_item:nth-of-type(2) {
  order: 0;
}
@media screen and (min-width: 992px) {
  .bl_event_item:last-of-type {
    order: 1;
  }
}
.bl_event_item.un_patch::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 80px;
  height: 81px;
  transform: translate(-15px, -40%);
}
@media screen and (min-width: 1200px) {
  .bl_event_item.un_patch::before {
    width: 120px;
    height: 122px;
    transform: translate(-50%, -50%);
    left: 40px;
  }
}
.bl_event_item.un_patch__talk::before {
  background-image: url("../img/icon_talk.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bl_event_item.un_patch__stage::before {
  background-image: url("../img/icon_stage.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bl_event_item.un_patch__food::before {
  background-image: url("../img/icon_food.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bl_event_item_img {
  text-align: center;
}
.bl_event_item_head {
  color: #CCA463;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.5;
}
.bl_event_item_date {
  color: #CCA463;
  text-align: center;
  font-weight: 300;
}
.bl_event_item_text {
  color: white;
}
.bl_event_map_inner {
  padding: 15px 0;
  background-color: white;
  border-radius: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_event_map_inner {
    padding: 50px 30px;
  }
}
.bl_event .un_memo {
  color: white;
}
.bl_event .un_comingsoon {
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  color: white;
}
@media screen and (min-width: 992px) {
  .bl_event .un_comingsoon {
    font-size: 48px;
  }
}

.bl_tab_list {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto -1px;
}
.bl_tab_item {
  width: 49%;
  background-color: #A1A1A1;
  color: #DFDFDF;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 300;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .bl_tab_item {
    font-size: 32px;
  }
}
.bl_tab_item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #EDEBDC;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.bl_tab_item:last-child::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  background-color: #EDEBDC;
  border-radius: 50%;
  transform: translate(50%, -50%);
}
.bl_tab_item.is_active {
  font-size: 20px;
  font-weight: bold;
  background-color: #0A335A;
}
@media screen and (min-width: 768px) {
  .bl_tab_item.is_active {
    font-size: 36px;
  }
}
.bl_tab_content {
  background-image: url("../img/bg_event.jpg");
  background-size: 200px;
  background-position: top center;
  background-repeat: repeat;
}
.bl_tab_panel {
  padding: 50px 15px 200px;
  display: none;
}
.bl_tab_panel.is_active {
  display: block;
}
@media screen and (min-width: 768px) {
  .bl_tab_panel {
    padding: 100px 15px 300px;
  }
}
@media screen and (min-width: 992px) {
  .bl_tab_panel {
    padding: 150px 15px 300px;
  }
}

@media screen and (min-width: 992px) {
  .bl_event_schedule .bl_tab {
    margin-bottom: 30px;
  }
}
.bl_event_schedule .bl_tab_list {
  justify-content: space-between;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bl_event_schedule .bl_tab_list {
    max-width: 400px;
  }
}
.bl_event_schedule .bl_tab_item {
  width: 40%;
  border-radius: 50px;
  background-color: white;
  color: #0A335A;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .bl_event_schedule .bl_tab_item {
    font-size: 24px;
  }
}
.bl_event_schedule .bl_tab_item::before, .bl_event_schedule .bl_tab_item:last-child::after {
  display: none;
}
.bl_event_schedule .bl_tab_item.is_active {
  font-weight: bold;
  background-color: #CCA463;
  color: white;
}
@media screen and (min-width: 768px) {
  .bl_event_schedule .bl_tab_item.is_active {
    font-size: 24px;
  }
}
.bl_event_schedule .bl_tab_content {
  background-color: white;
}
.bl_event_schedule .bl_tab_panel {
  display: none;
  padding: 30px 0 0;
}
@media screen and (min-width: 768px) {
  .bl_event_schedule .bl_tab_panel {
    padding: 50px 0 0;
  }
}
.bl_event_schedule .bl_tab_panel.is_active {
  display: block;
}
.bl_event_schedule_item {
  width: 100%;
  background-color: #aaa;
}
@media screen and (min-width: 992px) {
  .bl_event_schedule_item {
    width: 48%;
  }
}

.el_title__schedule {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .el_title__schedule {
    margin-bottom: 50px;
  }
}

.bl_performers {
  color: white;
  padding: 0;
}
.bl_performers_inner {
  border: 2px solid #CCA463;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .bl_performers_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  .bl_performers_inner {
    padding: 15px;
  }
}
.bl_performers_title {
  text-align: center;
  color: #0A335A;
  padding: 15px 0;
  margin-bottom: 20px;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  background-color: #CCA463;
}
@media screen and (min-width: 992px) {
  .bl_performers_title {
    width: 28%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    font-size: 24px;
  }
}
.bl_performers_item {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .bl_performers_item {
    width: 48%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .bl_performers_item {
    width: 32%;
  }
}
.bl_performers_item:last-of-type {
  margin-bottom: 0;
}
.bl_performers_item_img {
  position: relative;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.bl_performers_item_img figcaption {
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 94px;
  height: 94px;
  background-color: #CCA463;
  font-weight: bold;
  color: #0A335A;
  font-size: 14px;
  border-radius: 50%;
  text-align: center;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bl_performers_item_name {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
  color: #CCA463;
}
@media screen and (min-width: 992px) {
  .bl_performers_item_name {
    font-size: 24px;
  }
}

.bl_caution {
  color: white;
}
.bl_caution_cont {
  border: 2px solid white;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .bl_caution_cont {
    padding: 30px;
  }
}
.bl_caution_title {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: bold;
}
.bl_caution_heading {
  font-size: 16px;
  font-weight: bold;
}

.bl_outline {
  background-image: url("../img/bg_cloud.png");
  background-size: 1500px;
  background-position: left top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .bl_outline {
    background-image: url("../img/bg_cloud.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1200px) {
  .bl_outline {
    background-image: url("../img/bg_cloud.png");
    background-size: 100% 100%;
    background-position: center top;
    background-repeat: no-repeat;
  }
}
.bl_outline .el_title__outline img {
  width: 128px;
}
@media screen and (min-width: 992px) {
  .bl_outline .el_title__outline img {
    width: 240px;
  }
}
.bl_outline_inner {
  margin-bottom: 60px;
  color: #0A335A;
}
.bl_outline_item {
  border-bottom: 1px solid #0A335A;
  padding: 5px 15px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.bl_outline_item:last-of-type {
  border-bottom: none;
}
@media screen and (min-width: 992px) {
  .bl_outline_item {
    display: flex;
    align-items: center;
    padding: 30px 15px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .bl_outline_item_head {
    flex-shrink: 0;
    width: 150px;
    text-align: center;
    margin-right: 50px;
  }
}
@media screen and (min-width: 992px) {
  .bl_outline_item_body {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .bl_outline_item_place {
    display: flex;
  }
}
.bl_outline_item_place span {
  border: 1px solid #0A335A;
  border-radius: 5px;
  padding: 2px 15px 3px;
  display: inline-block;
  white-space: nowrap;
}
@media screen and (min-width: 1200px) {
  .bl_outline_item_place span {
    margin-right: 30px;
    display: flex;
    align-items: center;
  }
}

.bl_other {
  color: #0A335A;
}
.bl_other_inner {
  border: 1px solid #0A335A;
  padding: 5px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .bl_other_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  .bl_other_inner {
    padding: 15px;
  }
}
.bl_other_title {
  text-align: center;
  background-color: #0A335A;
  color: #CCA463;
  padding: 15px 0;
  border-radius: 5px;
  margin-bottom: 20px;
  width: 100%;
  font-size: 24px;
}
@media screen and (min-width: 992px) {
  .bl_other_title {
    width: 28%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
}
.bl_other_btn a {
  background-color: #0A335A;
  color: white;
  text-decoration: none;
  padding: 5px 30px 7px 15px;
  font-weight: bold;
  border-radius: 5px;
  position: relative;
  border: 1px solid #0A335A;
  transition: all 0.3s;
}
.bl_other_btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  transition: all 0.3s;
}
.bl_other_btn a:hover {
  background-color: transparent;
  color: #0A335A;
}
.bl_other_btn a:hover::before {
  border-color: transparent transparent transparent #0A335A;
}
.bl_other_item {
  padding: 0 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .bl_other_item {
    width: 48%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .bl_other_item {
    width: 34%;
  }
}
@media screen and (min-width: 992px) {
  .bl_other_item:first-of-type {
    margin-left: 4%;
  }
}
.bl_other_item:last-of-type {
  margin-bottom: 0;
}
.bl_other_item_head {
  font-size: 20px;
  margin-bottom: 10px;
}
.bl_other_item_list li {
  margin-bottom: 10px;
  font-size: 14px;
}
.bl_other_item_list span {
  background-color: #D35757;
  color: white;
  padding: 2px 15px;
  display: inline-block;
  border-radius: 20px;
  margin-right: 15px;
}

.ly_footer {
  padding: 120px 0 20px;
  color: white;
  background-color: #0A335A;
  position: relative;
  overflow: hidden;
}
.ly_footer::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%) rotate(-180deg);
  width: 100%;
  min-width: 800px;
  height: 120px;
  background-image: url("../img/separator_top.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  .ly_footer::before {
    height: 9.465855307vw;
  }
}
@media screen and (min-width: 992px) {
  .ly_footer {
    padding: 9.465855307vw 0 40px;
  }
}
.ly_footer_logo {
  width: 150px;
  margin: 35px auto 5px;
}
.ly_footer_logo img {
  transition: all 0.3s;
}
.ly_footer_logo:hover img {
  opacity: 0.7;
}
.ly_footer_cr {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
.ly_footer_cr a {
  color: white;
}
.ly_footer_cr a:hover {
  text-decoration: none;
}

.el_site_logo {
  width: 300px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1200px) {
  .el_site_logo {
    width: 400px;
  }
}
.el_site_logo a img {
  transition: all 0.3s;
}
.el_site_logo a:hover img {
  opacity: 0.7;
}

.un_page_logo {
  width: 120px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .un_page_logo {
    margin: 10px 100px;
    width: 160px;
  }
}
.un_page_logo a:hover img {
  opacity: 0.7;
}
.un_page_logo img {
  transition: all 0.3s;
}

.un_nagoya {
  background-color: transparent;
}
.un_nagoya .ly_wrap {
  position: relative;
}
.un_nagoya .ly_wrap::before {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -10;
  background-image: url("../img/bg_nagoya.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.un_nagoya .ly_main {
  padding-bottom: 0;
}
.un_nagoya .ly_section {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .un_nagoya .ly_section {
    margin-bottom: 70px;
  }
}
.un_nagoya .bl_hero {
  background: none;
  height: auto;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .un_nagoya .bl_hero {
    max-width: 1000px;
    margin-bottom: 70px;
  }
}
.un_nagoya .bl_hero_img {
  display: block;
  margin-bottom: 50px;
}
.un_nagoya .bl_hero_img img {
  width: 100%;
  margin: min(12vw, 50px) auto 30px;
}
@media screen and (min-width: 992px) {
  .un_nagoya .bl_hero_img img {
    margin: 40px auto 30px;
  }
}
.un_nagoya .bl_hero .un_logo_hokkaido {
  width: min(20vw, 100px);
  top: 10px;
  right: 10px;
}
.un_nagoya .bl_tab_content {
  background-image: none;
  background-color: #dbe7f3;
}
.un_nagoya .bl_tab_panel {
  padding: 50px 15px 10px;
}
.un_nagoya .bl_event::after {
  display: none;
}
.un_nagoya .bl_event_section:last-of-type {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .un_nagoya .bl_event_section {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .un_nagoya .bl_event_list {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .un_nagoya .bl_event_list {
    justify-content: space-between;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .un_nagoya .bl_event_item {
    margin-bottom: 30px;
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .un_nagoya .bl_event_item {
    width: 49.5%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .un_nagoya .bl_event_item:last-of-type .bl_event_item_img {
    width: 40%;
  }
}
.un_nagoya .bl_event_item_head {
  background-color: #0A335A;
  margin-bottom: 15px;
  padding-top: 5px;
}
@media screen and (min-width: 768px) {
  .un_nagoya .bl_event_item_head {
    text-align: left;
    padding: 5px 15px 5px;
    position: relative;
  }
}
.un_nagoya .bl_event_item_date {
  background-color: #0A335A;
  color: white;
  padding-bottom: 5px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .un_nagoya .bl_event_item_date {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.un_nagoya .bl_event_item_img {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .un_nagoya .bl_event_item_img {
    width: 70%;
    flex-shrink: 0;
    padding-right: 15px;
  }
}
.un_nagoya .bl_event_item_text {
  color: #333;
}
.un_nagoya .bl_event .un_memo {
  color: #333;
}
.un_nagoya .un_program_title {
  color: white;
  background-color: #d35757;
  text-align: center;
  padding: 5px;
  margin-bottom: 25px;
}
.un_nagoya .bl_performers {
  margin-bottom: 30px;
  color: #0A335A;
}
.un_nagoya .bl_performers_inner {
  border: 2px solid #0A335A;
}
.un_nagoya .bl_performers_title {
  background-color: #0A335A;
  color: #CCA463;
}
.un_nagoya .bl_performers_item_img figcaption {
  background-color: #0A335A;
  color: #CCA463;
}
.un_nagoya .bl_performers_item_name {
  color: #0A335A;
}
@media screen and (min-width: 768px) {
  .un_nagoya .el_title {
    margin-bottom: 30px;
  }
}
.un_nagoya .el_title__experience {
  color: #0A335A;
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .un_nagoya .el_title__experience {
    margin-bottom: 50px;
  }
}
.un_nagoya .el_title__experience::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #0A335A;
}
.un_nagoya .el_title__experience span {
  background-color: #dbe7f3;
  padding: 0 1rem;
}
@media screen and (min-width: 992px) {
  .un_nagoya .el_title__experience span {
    font-size: 36px;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 768px) {
  .un_nagoya .bl_experience_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.un_nagoya .bl_experience_item {
  background-color: white;
  padding: 15px;
  margin-bottom: 30px;
}
.un_nagoya .bl_experience_item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .un_nagoya .bl_experience_item:last-child {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .un_nagoya .bl_experience_item {
    width: 49%;
  }
}
.un_nagoya .bl_experience_title {
  font-weight: 600;
  color: #0A335A;
}
@media screen and (min-width: 992px) {
  .un_nagoya .bl_experience_title {
    text-align: center;
  }
}
.un_nagoya .bl_experience_time {
  background-color: #e6e6e6;
  display: block;
  padding: 8px 10px;
  font-size: 14px;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .un_nagoya .bl_experience_time {
    font-size: 16px;
  }
}
.un_nagoya .bl_experience_body {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .un_nagoya .bl_experience_body {
    flex-wrap: nowrap;
  }
}
.un_nagoya .bl_experience_text {
  order: 1;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .un_nagoya .bl_experience_text {
    order: 0;
    width: 60%;
    flex-shrink: 0;
    padding-right: 10px;
  }
}
.un_nagoya .bl_outline {
  background-image: none;
}
.un_nagoya .ly_footer {
  padding: 0 20px;
}
.un_nagoya .ly_footer::before {
  display: none;
}
.un_nagoya .el_site_logo {
  position: static;
  transform: none;
  margin: 0 auto 10px;
}/*# sourceMappingURL=style.css.map */