@charset "UTF-8";

/*-------------------------
__top_style
-------------------------*/
#main_vi {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
#main_vi > .inner {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  #main_vi > .inner {
    min-height: 650px;
    max-height: 850px;
  }
}
.body_tab #main_vi > .inner {
  max-height: 780px;
}
#main_vi > .inner .logo {
  font-size: 1px;
  line-height: 0;
  position: absolute;
  left: 0;
  right: 68%;
  bottom: 50px;
  z-index: 1;
}
#main_vi > .inner .logo img {
  height: auto;
  width: 340px;
}
#main_vi > .inner .illust {
  font-size: 1px;
  line-height: 0;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
#main_vi > .inner .illust img {
  height: 100%;
  width: auto;
}

#schedule_bar {
  width: 100%;
  position: relative;
  z-index: 100;
}
@media only screen and (min-width: 768px) {
  #schedule_bar {
    min-width: 1280px;
  }
}
.menu_open #schedule_bar {
  position: relative!important;
}
#schedule_bar > .inner {
  background: url(../images/mv_schedule_bg.jpg) no-repeat center 0;
  background-size: auto 100px;
  height: 100px;
}
#schedule_bar::before {
  content: "";
  display: block;
  background-color: #f9ab13;
  position: absolute;
  left: 0;
  right: 50%;
  top: 0;
  bottom: 0;
  z-index: -1;
}
#schedule_bar::after {
  content: "";
  display: block;
  background-color: #758eff;
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
#schedule_bar ul {
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#schedule_bar li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.333%;
}
#schedule_bar li .box {
  font-size: 2.8em;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
}
#schedule_bar li .date {
  font-size: 50%;
  line-height: 21px;
  font-weight: 700;
  background-color: #fff;
  display: inline-block;
  height: 21px;
  margin-bottom: 6px;
  padding: 0 12px;
  border-radius: 30px;
}
#schedule_bar li:first-child .date {
  color: var(--base-color-orn);
}
#schedule_bar li:nth-child(2) .date {
  color: var(--base-color-grn);
}
#schedule_bar li:nth-child(3) .date {
  color: var(--base-color-ppl);
}
#schedule_bar li .en_txt {
  font-size: 42%;
  display: block;
}
#schedule_bar li:first-child .en_txt {
  letter-spacing: 0;
}
#schedule_bar li .logo_f-rei {
  font-size: 1px;
  line-height: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  margin-right: -50px;
  border-radius: 40px;
  box-shadow: 0 10px 20px 5px rgba(12, 80, 66, .15);
}

#content > .inner {
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
#content > .inner::before {
  content: "";
  display: block;
  background: url(../images/notice_bg02.png) repeat center 0;
  background-size: 305px auto;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#content > .inner::after {
  content: "";
  display: block;
  background: url(../images/notice_bg.jpg) no-repeat center 0;
  background-size: 100%;
  height: 1900px;
  width: 1900px;
  position: absolute;
  left: -400px;
  top: -350px;
  z-index: 1;
}

#notice {
  position: relative;
}
#notice > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 150px 0 300px;
  position: relative;
  z-index: 10;
}
#notice .ttl {
  font-size: 6.4em;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: left;
  margin-bottom: 50px;
}
#notice .lead {
  font-size: 2em;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: left;
}
#notice .lead + .lead {
  margin-top: 1.8em;
}
#notice .lead_link {
  font-size: 1.6em;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: left;
  margin-top: 60px;
}
#notice .lead_link a {
  text-decoration: none;
  color: #000;
  transition: color .3s;
}
@media screen and (min-width:768px) {
  #notice .lead_link a:hover {
    color: #7a7a7a;
  }
}
#notice .en_txt {
  font-size: 15em;
  font-weight: 500;
  white-space: nowrap;
  display: inline-block;
  background: linear-gradient(90deg, #f8e993, #74ebd4 30%, #8ea0ec);
  background: -webkit-linear-gradient(0deg, #f8e993, #74ebd4 30%, #8ea0ec);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  left: 10%;
  bottom: 100px;
}
#notice .img {
  background: url(../images/notice_img.jpg) no-repeat center top -100px;
  background-size: auto 2000px;
  height: 1200px;
  width: 1200px;
  border-radius: 600px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: -180px;
  z-index: 3;
}

#schedule {
  position: relative;
  z-index: 10;
}
#schedule .sec_ttl_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 120px;
}
#schedule .sec_ttl_wrap .txt {
  font-size: 1.8em;
  line-height: 2;
  text-align: left;
  letter-spacing: 0.04em;
}
#schedule .convention {
  margin-top: -60px;
  overflow: hidden;
  border-radius: 60px 60px 0 0;
}
#schedule .convention > .inner {
  padding: 60px 0 80px;
  position: relative;
  z-index: 1;
}
#schedule .convention > .inner::after {
  content: "";
  display: block;
  height: 300px;
  width: 300px;
  position: absolute;
  z-index: 2;
}
#schedule #osaka.convention > .inner::after {
  background: url(../images/conv_motif01.png) no-repeat 0 0;
  background-size: contain;
  right: -30px;
  top: -90px;
}
#schedule #fukushima.convention > .inner::after {
  background: url(../images/conv_motif02.png) no-repeat 0 0;
  background-size: contain;
  left: -30px;
  top: -90px;
}
#schedule #aichi.convention > .inner::after {
  background: url(../images/conv_motif03.png) no-repeat 0 0;
  background-size: contain;
  right: -30px;
  top: -90px;
}
#schedule #osaka.convention > .inner {
  background: url(../images/conv_bg01.jpg) no-repeat center center;
  background-size: cover;
}
#schedule #fukushima.convention > .inner {
  background: url(../images/conv_bg02.jpg) no-repeat center center;
  background-size: cover;
}
#schedule #aichi.convention > .inner {
  background: url(../images/conv_bg03.jpg) no-repeat center center;
  background-size: cover;
}
#schedule .convention .ttl_wrap {
  max-width: 1200px;
  margin: 0 auto 40px;
  position: relative;
  z-index: 3;
}
#schedule .convention .ttl_wrap .date_box {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}
#schedule .convention .ttl_wrap .date_box .date {
  font-size: 170%;
  line-height: 32px;
  font-weight: 500;
  background-color: #fff;
  height: 32px;
  width: 170px;
  margin-right: 20px;
  border-radius: 16px;
}
#schedule #osaka.convention .ttl_wrap .date_box .date {
  color: var(--base-color-orn);
}
#schedule #fukushima.convention .ttl_wrap .date_box .date {
  color: var(--base-color-grn);
}
#schedule #aichi.convention .ttl_wrap .date_box .date {
  color: var(--base-color-ppl);
}
#schedule .convention .ttl_wrap .date_box .en {
  font-size: 360%;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
}
#schedule .convention .ttl_wrap .ttl {
  font-size: 500%;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: left;
  padding-bottom: 15px;
}
#schedule .convention .ttl_wrap ul {
  display: flex;
  align-items: center;
}
#schedule .convention .ttl_wrap li {
  font-size: 2em;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
}
#schedule .convention .ttl_wrap li:not(:last-child) {
  margin-right: 1.5em;
}
#schedule .convention .ttl_wrap li a {
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width:768px) {
  #schedule .convention .ttl_wrap li a:hover {
    text-decoration: underline;
  }
}
#schedule .convention .ttl_wrap .logo {
  font-size: 1px;
  line-height: 0;
  position: absolute;
  right: 0;
  top: 20px;
}
#schedule .convention .outline {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#schedule .convention .outline::after {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 30px 0 0 30px;
  position: absolute;
  left: 0;
  right: calc(-50vw + 50%);
  bottom: 0;
  top: 0px;
  -webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
  z-index: 2;
}
@media screen and (max-width:1280px) {
  #schedule .convention .outline::after {
    right: -40px;
  }
}
#schedule .convention .outline > .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px 0 40px 40px;
  box-sizing: border-box;
}
#schedule .convention .outline .txt_box {
  text-align: left;
  position: relative;
  z-index: 3;
}
#schedule .convention .outline .txt_box .ttls {
  padding-bottom: 15px;
}
#schedule .convention .outline .txt_box .ttls span {
  font-size: 2.4em;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: block;
  padding-left: 25px;
  position: relative;
}
#schedule .convention .outline .txt_box .ttls span::after {
  content: "";
  display: block;
  height: 4px;
  width: 15px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#schedule #fukushima.convention .outline .txt_box .ttls span::after {
  background-color: #00af95;
}
#schedule .convention .outline .txt_box .txt {
  font-size: 1.8em;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
#schedule .convention .outline .btn {
  height: 70px;
  width: 200px;
  position: relative;
  z-index: 3;
}
#schedule #osaka.convention .outline .btn,
#schedule #fukushima.convention .outline .btn,
#schedule #aichi.convention .outline .btn {
  width: 300px;
}
#schedule .convention .outline .btn a {
  font-size: 1.6em;
  line-height: 70px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-align-last: left;
  display: block;
  background-color: #fff;
  height: 100%;
  width: 100%;
  padding-left: 30px;
  box-sizing: border-box;
  border-radius: 35px;
  position: relative;
  transition:  color .2s var(--easing);
}
@media screen and (min-width:768px) {
  #schedule #osaka.convention .outline .btn a:hover {
    color: var(--base-color-orn);
  }
  #schedule #fukushima.convention .outline .btn a:hover {
    color: var(--base-color-grn);
  }
  #schedule #aichi.convention .outline .btn a:hover {
    color: var(--base-color-ppl);
  }
}
#schedule #osaka.convention .outline .btn a {
  box-shadow: 0 10px 20px 5px rgba(80, 55, 35, .15);
}
#schedule #fukushima.convention .outline .btn a {
  box-shadow: 0 10px 20px 5px rgba(12, 80, 66, .15);
}
#schedule #aichi.convention .outline .btn a {
  box-shadow: 0 10px 20px 5px rgba(30, 12, 80, .15);
}
#schedule .convention .outline .btn a::after {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  margin-top: -6px;
  border-radius: 6px;
  position: absolute;
  right: 30px;
  top: 50%;
  transition: transform .2s var(--easing);
}
#schedule #osaka.convention .outline .btn a::after {
  background-color: var(--base-color-orn);
}
#schedule #fukushima.convention .outline .btn a::after {
  background-color: var(--base-color-grn);
}
#schedule #aichi.convention .outline .btn a::after {
  background-color: var(--base-color-ppl);
}
@media screen and (min-width:768px) {
  #schedule .convention .outline .btn a:hover::after {
    transform: scale(1.8);
  }
}
#schedule .convention .schedule {
  position: relative;
  z-index: 1;
}
#schedule #osaka.convention .schedule {
  background: linear-gradient(to right, rgba(253,246,243,1) 0%,rgba(247,229,194,1) 100%);
}
#schedule #fukushima.convention .schedule {
  background: linear-gradient(to right, rgba(236,245,250,1) 0%,rgba(210,254,248,1) 100%);
}
#schedule #aichi.convention .schedule {
  background: linear-gradient(to right, rgba(242,238,251,1) 0%,rgba(231,234,252,1) 100%);

}
#schedule .convention .schedule > .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#schedule #osaka.convention .schedule > .inner {
  height: 360px;
}
#schedule #fukushima.convention .schedule > .inner {
  height: 336px;
}
#schedule #aichi.convention .schedule > .inner {
  height: 384px;
}
#schedule .convention .schedule > .inner::after {
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 0;
  left: calc(50% - 50vw);
  transform: skewX(45deg);
}
@media screen and (max-width:1280px) {
  #schedule .convention .schedule > .inner::after {
    left: -50px;
  }
}
#schedule #osaka.convention .schedule > .inner::after {
  background: linear-gradient(to right, rgba(249,171,19,1) 0%,rgba(247,138,15,1) 100%);
  top: 121px;
}
#schedule #fukushima.convention .schedule > .inner::after {
  background: linear-gradient(to right, rgba(3,228,177,1) 0%,rgba(37,189,216,1) 100%);
  top: 95px;
}
#schedule #aichi.convention .schedule > .inner::after {
  background: linear-gradient(to right,  rgba(83,118,253,1) 0%,rgba(83,118,253,1) 100%);
  top: 145px;
}
#schedule .convention .schedule .box {
  display: inline-block;
  position: absolute;
  transform: translateX(-50%);
  z-index: 1;
}
#schedule .convention .schedule .box.box01 {
  left: 25%;
}
#schedule .convention .schedule .box.box02 {
  left: 50%;
}
#schedule .convention .schedule .box.box03 {
  left: 75%;
}
#schedule #osaka.convention .schedule .box.box01 {
  top: -40px;
}
#schedule #osaka.convention .schedule .box.box02 {
  top: 164px;
}
#schedule #osaka.convention .schedule .box.box03 {
  top: -40px;
}
#schedule #fukushima.convention .schedule .box.box01 {
  top: -40px;
}
#schedule #fukushima.convention .schedule .box.box02 {
  top: 138px;
}
#schedule #fukushima.convention .schedule .box.box03 {
  top: -40px;
}
#schedule #aichi.convention .schedule .box.box01 {
  top: -40px;
}
#schedule #aichi.convention .schedule .box.box02 {
  top: 188px;
}
#schedule #aichi.convention .schedule .box.box03 {
  top: 10px;
}
#schedule .convention .schedule .box > .inner {
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(80, 55, 35, .1);
  position: relative;
}
#schedule .convention .schedule .box > .inner::before {
  content: "";
  display: block;
  background-color: #fff;
  height: 24px;
  width: 24px;
  border-radius: 12px;
  box-shadow: 0 5px 10px rgba(80, 55, 35, .1);
  position: absolute;
  transform: translateX(-50%);
}
#schedule .convention .schedule .box.box01 > .inner::before,
#schedule .convention .schedule .box.box03 > .inner::before {
  bottom: -50px;
  left: 50%;
}
#schedule .convention .schedule .box.box02 > .inner::before {
  top: -50px;
  left: 50%;
}
#schedule .convention .schedule .box > .inner::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#schedule .convention .schedule .box.box01 > .inner::after,
#schedule .convention .schedule .box.box03 > .inner::after {
  bottom: -20px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #fff;
}
#schedule .convention .schedule .box.box02 > .inner::after {
  top: -20px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #fff;
}
#schedule .convention .schedule .box .date {
  font-size: 1.6em;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
}
#schedule #osaka.convention .schedule .box .date {
  color: var(--base-color-orn);
}
#schedule #fukushima.convention .schedule .box .date {
  color: var(--base-color-grn);
}
#schedule #aichi.convention .schedule .box .date {
  color: var(--base-color-ppl);
}
#schedule .convention .schedule .box .ttl {
  font-size: 1.6em;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
}
#schedule .convention .schedule .box .ttl strong {
  font-weight: 500;
}
#schedule #osaka.convention .schedule .box .ttl strong {
  color: var(--base-color-orn);
}
#schedule #fukushima.convention .schedule .box .ttl strong {
  color: var(--base-color-grn);
}
#schedule #aichi.convention .schedule .box .ttl strong {
  color: var(--base-color-ppl);
}
@media screen and (min-width:768px) {
  #schedule .convention .schedule .box .ttl > span {
    white-space: nowrap;
  }
}
#schedule .convention .schedule .box .link {
  font-size: 1.6em;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
  margin-top: 4px;
}
#schedule .convention .schedule .box .link > span {
  font-size: 82%;
  line-height: 22px;
  color: #fff;
  vertical-align: middle;
  display: inline-block;
  background-color: var(--base-color-orn);
  height: 22px;
  margin: -4px 8px 0 0;
  padding: 0 10px;
  border-radius: 11px;
}
#schedule .convention .schedule .box .link a {
  color: #666;
  text-decoration: none;
  transition: color .3s;
}
@media screen and (min-width:768px) {
  #schedule .convention .schedule .box .link a:hover {
    color: #999;
  }
}

#news {
  background-color: var(--bg-color);
  margin-top: -60px;
  border-radius: 60px 60px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
#news > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0 120px;
}
#news .news_lst {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
#news .news_lst li {
  width: calc(25% - 24px);
  margin: 0 12px 24px;
}
#news .news_lst li .box {
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
  position: relative;
  transition: transform .2s var(--easing);
}
@media screen and (min-width:768px) {
  #news .news_lst li a.box:hover {
    transform: scale(1.1);
  }
}
#news .news_lst li .box::before {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, .75);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 24px;
  z-index: 2;
  transition: background-color .2s var(--easing);
}
@media screen and (min-width:768px) {
  #news .news_lst li a.box:hover::before {
    background-color: rgba(255, 255, 255, .6);
  }
}
#news .news_lst li .box::after {
  content: "";
  display: block;
  background: url(../images/bg_gra.png) no-repeat center 0;
  background-size: 100% 100%;
  position: absolute;
  left: -40px;
  right: -40px;
  bottom: -50px;
  top: -25px;
  z-index: 1;
}
#news .news_lst li .box > span {
  text-align: left;
  display: block;
  position: relative;
  z-index: 3;
}
#news .news_lst li .box > span.date,
#news .news_lst li .box > span.cate {
  font-size: 1.6em;
  line-height: 1.5;
  font-weight: 700;
  color: var(--base-color-mar);
}
#news .news_lst li .box > span.txt {
  font-size: 1.6em;
  line-height: 1.5;
  color: #000;
  /* text-overflow: ellipsis; */
  /* display: -webkit-box; */
  /* -webkit-box-orient: vertical; */
  /* -webkit-line-clamp: 3; */
  margin-top: 1em;
  /* overflow: hidden; */
}
#news .btn {
  margin: 15px 0 24px;
  position: relative;
  z-index: 10;
}
#news .btn a {
  font-size: 1.6em;
  line-height: 32px;
  font-weight: 700;
  text-align: right;
  letter-spacing: 0.04em;
  color: #000;
  display: block;
  text-decoration: none;
  padding-right: 45px;
  box-sizing: border-box;
  position: relative;
}
#news .btn a::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: #000 #000 transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  right: 14px;
  top: 11px;
  z-index: 1;
  transition: border-color .2s var(--easing);
}
@media screen and (min-width:768px) {
  #news .btn a:hover::before {
    border-color: #fff #fff transparent transparent;
  }
}
#news .btn a::after {
  content: "";
  display: block;
  height: 32px;
  width: 32px;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 16px;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color .2s var(--easing);
}
@media screen and (min-width:768px) {
  #news .btn a:hover::after {
    background-color: #000;
  }
}

#inquiry {
  background: url(../inquiry/images/page_ttl_bg.jpg) no-repeat center center;
  background-size: cover;
  margin-top: -60px;
  border-radius: 60px 60px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
#inquiry > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0 160px;
}
#inquiry .txt {
  font-size: 2.5em;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
}
#inquiry .btn {
  height: 100px;
  width: 420px;
  margin: 40px auto 0;
}
#inquiry .btn a {
  font-size: 2em;
  line-height: 100px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.04em;
  text-decoration: none;
  display: block;
  background-color: rgba(255, 255, 255, .85);
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  border-radius: 50px;
  position: relative;
  transition: transform .2s var(--easing);
}
@media screen and (min-width:768px) {
  #inquiry .btn a:hover {
    transform: scale(1.05);
  }
}
#inquiry .btn a {
  box-shadow: 0 10px 20px 5px rgba(80, 28, 12, .15);
}
#inquiry .btn a::before {
  content: "";
  display: inline-block;
  background: url(../images/ico_mail.png) no-repeat 0 0;
  background-size: contain;
  vertical-align: middle;
  height: 18px;
  width: 27px;
  margin: -2px 15px 0 0;
}

#sponsoes {
  margin: -60px 0 -100px;
  padding-bottom: 100px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
#sponsoes > .inner {
  padding: 80px 0;
  box-sizing: border-box;
  position: relative;
}
#sponsoes > .inner::before {
  content: "";
  display: block;
  background: linear-gradient(75deg, rgba(175,69,42,1) 0%,rgba(209,68,95,1) 100%);
  height: 100%;
  width: 100%;
  border-radius: 60px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#sponsoes > .inner::after {
  content: "";
  display: block;
  background: url(../images/bg_gra.png) no-repeat center 0;
  background-size: 100% 100%;
  position: absolute;
  left: -150px;
  right: -150px;
  bottom: -100px;
  top: 0;
  z-index: 1;
}
#sponsoes .box {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#sponsoes .box .sec_ttl {
  position: relative;
  z-index: 3;
}
#sponsoes .box .txt {
  font-size: 1.8em;
  line-height: 2;
  color: #fff;
  text-align: left;
  letter-spacing: 0.04em;
  margin: -10px 0 0;
  position: relative;
  z-index: 3;
}
#sponsoes .box .btn_wrap {
  display: flex;
  margin: 0 -10px;
  position: relative;
  z-index: 3;
}
#sponsoes .box .btn_wrap .btn {
  height: 70px;
  width: calc(50% - 20px);
  margin: 40px 10px 0;
}
#sponsoes .box .btn_wrap .btn a {
  font-size: 1.8em;
  line-height: 70px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-align-last: left;
  display: block;
  background-color: #fff;
  height: 100%;
  width: 100%;
  padding-left: 30px;
  box-sizing: border-box;
  border-radius: 35px;
  position: relative;
  transition:  color .2s var(--easing);
}
@media screen and (min-width:768px) {
  #sponsoes .box .btn_wrap .btn a:hover {
    color: var(--base-color-mar);
  }
}
#sponsoes .box .btn_wrap .btn a {
  box-shadow: 0 10px 20px 5px rgba(80, 28, 12, .15);
}
#sponsoes .box .btn_wrap .btn a::after {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  margin-top: -6px;
  border-radius: 6px;
  position: absolute;
  right: 30px;
  top: 50%;
  transition: transform .2s var(--easing);
}
#sponsoes .box .btn_wrap .btn a::after {
  background-color: var(--base-color-mar);
}
@media screen and (min-width:768px) {
  #sponsoes .box .btn_wrap .btn a:hover::after {
    transform: scale(1.8);
  }
}
#sponsoes .box .supported {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 24px;
  position: absolute;
  left: 56%;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 3;
  border: 1px solid var(--base-color-mar);
}
#sponsoes .box .supported .ttl {
  font-size: 2.2em;
  line-height: 1.5;
  font-weight: 700;
  margin: -1em 0 1em;
}
#sponsoes .box .supported ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#sponsoes .box .supported li {
  font-size: 1px;
  line-height: 0;
}
#sponsoes .box .supported li:not(:last-child) {
  margin-right: 30px;
}

/*-------------------------
__smt
-------------------------*/
@media screen and (max-width:767px) {
  #main_vi > .inner {
    min-height: 450px;
    max-height: 700px;
  }
  #main_vi > .inner .logo {
    left: 50%;
    right: auto;
    bottom: auto;
    top: 16%;
    transform: translateX(-50%);
  }
  #main_vi > .inner .logo img {
    height: auto;
    width: 160px;
  }
  #main_vi > .inner .illust {
    left: 0;
    right: 0;
  }
  #main_vi > .inner .illust img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: right center;
  }

  #schedule_bar > .inner {
    background: none;
    background-image: url(../images/mv_schedule_bg_sp.jpg);
    background-size: 100% 100%;
    height: auto;
  }
  #schedule_bar::before {
    display: none;
  }
  #schedule_bar::after {
    display: none;
  }
  #schedule_bar ul {
    display: flex;
    height: 100%;
  }
  #schedule_bar li {
    width: 50%;
  }
  #schedule_bar li .box {
    font-size: 1.8em;
    padding: 8px 0 5px;
    box-sizing: border-box;
  }
  #schedule_bar li .date {
    font-size: 61%;
    line-height: 17px;
    height: 17px;
    margin-bottom: 4px;
  }
  #schedule_bar li .en_txt {
    font-size: 67%;
  }
  #schedule_bar li:first-child .en_txt {
    font-size: 56%;
  }
  #schedule_bar li:not(:first-child) .en_txt {
    margin: 4px 0;
  }
  #schedule_bar li .logo_f-rei {
    display: none;
  }

  #content > .inner::before {
    background-size: 200px auto;
  }
  #content > .inner::after {
    background-size: 100% 100%;
    height: 1200px;
    width: 200%;
    left: 50%;
    top: -200px;
    z-index: 1;
    transform: translateX(-50%);
  }

  #notice > .inner {
    margin: 0 30px;
    padding: 120px 0 180px;
  }
  #notice .ttl {
    font-size: 5em;
    margin-bottom: 50px;
  }
  #notice .lead {
    font-size: 1.8em;
    text-align: justify;
  }
  #notice .lead + .lead {
    margin-top: 1.5em;
  }
  #notice .lead_link {
    margin-top: 40px;
  }
  #notice .en_txt {
    font-size: 10em;
    bottom: 40px;
    left: 20%;
  }
  .menu_open #notice .en_txt {
    display: none;
  }
  #notice .img {
    background-size: auto 950px;
    height: 450px;
    width: 450px;
    border-radius: 350px;
    left: auto;
    right: 5%;
    top: -80px;
    transform: translateX(50%);
  }
  
  #schedule .sec_ttl_wrap {
    margin: 0 30px;
    padding: 60px 0 80px;
  }
  #schedule .sec_ttl_wrap .txt {
    font-size: 1.6em;
  }
  #schedule .convention {
    margin-top: -40px;
    border-radius: 40px 40px 0 0;
  }
  #schedule .convention > .inner {
    padding: 40px 0;
  }
  #schedule .convention > .inner::after {
    height: 230px;
    width: 230px;
  }
  #schedule #osaka.convention > .inner::after {
    right: -30px;
    top: -30px;
  }
  #schedule #fukushima.convention > .inner::after {
    left: -30px;
    top: -30px;
  }
  #schedule #aichi.convention > .inner::after {
    right: -30px;
    top: -30px;
  }
  #schedule .convention .ttl_wrap {
    margin: 0 30px 25px;
  }
  #schedule .convention .ttl_wrap .date_box {
    padding-bottom: 15px;
  }
  #schedule .convention .ttl_wrap .date_box .date {
    font-size: 150%;
    line-height: 25px;
    height: 25px;
    width: 140px;
    margin-right: 12px;
  }
  #schedule .convention .ttl_wrap .date_box .en {
    font-size: 240%;
    color: #fff;
  }
  #schedule .convention .ttl_wrap .ttl {
    font-size: 3em;
    padding-bottom: 5px;
  }
  #schedule .convention .ttl_wrap ul {
    display: block;
    text-align: left;
    margin: 5px 0 0;
  }
  #schedule #fukushima.convention .ttl_wrap ul {
    margin-right: 60px;
  }
  #schedule .convention .ttl_wrap li {
    padding-left: 3em;
    text-indent: -3em;
  }
  #schedule .convention .ttl_wrap li:not(:last-child) {
    margin-right: 0;
  }
  #schedule .convention .ttl_wrap li.venue,
  #schedule .convention .ttl_wrap li.organization,
  #schedule .convention .ttl_wrap li.co_host {
    font-size: 1.6em;
  }
  #schedule #fukushima.convention .ttl_wrap li.organization {
    margin-right: -0.5em;
  }
  #schedule .convention .ttl_wrap .logo {
    right: -10px;
    bottom: 5px;
    top: auto;
  }
  #schedule .convention .ttl_wrap .logo img {
    height: 60px;
    width: auto;
  }
  #schedule .convention .outline {
    margin: 0 20px 0 0;
  }
  #schedule #fukushima.convention .outline {
    margin: 0 0 0 20px;
  }
  #schedule .convention .outline::after {
    border-radius: 0 24px 24px 0;
  }
  #schedule #fukushima.convention .outline::after {
    border-radius: 24px 0 0 24px;
  }
  #schedule .convention .outline::after {
    right: 0;
  } 
  #schedule .convention .outline > .inner {
    display: block;
    padding: 25px 30px 30px;
  }
  #schedule .convention .outline .txt_box {
    margin-bottom: 15px;
  }
  #schedule .convention .outline .txt_box .ttls {
    padding-bottom: 10px;
  }
  #schedule .convention .outline .txt_box .ttls span {
    font-size: 2em;
    line-height: 1.5;
  }
  #schedule .convention .outline .txt_box .ttls span:not(:last-child) {
    margin-bottom: 10px;
  }
  #schedule .convention .outline .txt_box .ttls span::after {
    left: 0;
    top: 12px;
    transform: none;
  }
  #schedule .convention .outline .txt_box .txt {
    font-size: 1.6em;
  }
  #schedule .convention .outline .btn,
  #schedule #osaka.convention .outline .btn,
  #schedule #fukushima.convention .outline .btn,
  #schedule #aichi.convention .outline .btn {
    height: 60px;
    width: 180px;
  }
  #schedule .convention .outline .btn a {
    line-height: 60px;
  }
  #schedule .convention .schedule {
    overflow: hidden;
  }
  #schedule #osaka.convention .schedule {
    background: linear-gradient(to bottom, rgba(253,246,243,1) 0%,rgba(247,229,194,1) 100%);
  }
  #schedule #fukushima.convention .schedule {
    background: linear-gradient(to bottom, rgba(236,245,250,1) 0%,rgba(210,254,248,1) 100%);
  }
  #schedule #aichi.convention .schedule {
    background: linear-gradient(to bottom, rgba(242,238,251,1) 0%,rgba(231,234,252,1) 100%);
  }
  #schedule .convention .schedule > .inner {
    text-align: left;
    margin: 0 20px 0 30px;
    padding: 30px 0 70px 40px;
  }
  #schedule #osaka.convention .schedule > .inner,
  #schedule #fukushima.convention .schedule > .inner,
  #schedule #aichi.convention .schedule > .inner {
    height: auto;
  }
  #schedule .convention .schedule > .inner::after {
    height: calc(100% - 45px);
    width: 10px;
    right: auto;
    left: 0;
    transform: skewY(-45deg);
  }
  #schedule #osaka.convention .schedule > .inner::after {
    background: linear-gradient(to bottom, rgba(249,171,19,1) 0%,rgba(247,138,15,1) 100%);
    top: -15px;
  }
  #schedule #fukushima.convention .schedule > .inner::after {
    background: linear-gradient(to bottom, rgba(3,228,177,1) 0%,rgba(37,189,216,1) 100%);
    top: -15px;
  }
  #schedule #aichi.convention .schedule > .inner::after {
    background: linear-gradient(to bottom,  rgba(83,118,253,1) 0%,rgba(83,118,253,1) 100%);
    top: -15px;
  }
  #schedule .convention .schedule .box {
    display: block;
    position: relative;
    transform: none;
  }
  #schedule .convention .schedule .box.box01,
  #schedule .convention .schedule .box.box02,
  #schedule .convention .schedule .box.box03 {
    left: auto;
  }
  #schedule #osaka.convention .schedule .box.box01,
  #schedule #osaka.convention .schedule .box.box02,
  #schedule #osaka.convention .schedule .box.box03,
  #schedule #fukushima.convention .schedule .box.box01,
  #schedule #fukushima.convention .schedule .box.box02,
  #schedule #fukushima.convention .schedule .box.box03,
  #schedule #aichi.convention .schedule .box.box01,
  #schedule #aichi.convention .schedule .box.box02,
  #schedule #aichi.convention .schedule .box.box03 {
    top: auto;
  }
  #schedule .convention .schedule .box:not(:last-child) {
    margin-bottom: 20px;
  }
  #schedule .convention .schedule .box > .inner {
    padding: 12px 18px;
  }
  #schedule .convention .schedule .box > .inner::before {
    transform: translateY(-50%);
  }
  #schedule .convention .schedule .box.box01 > .inner::before,
  #schedule .convention .schedule .box.box03 > .inner::before {
    bottom: auto;
    top: 50%;
    left: -46px;
  }
  #schedule .convention .schedule .box.box02 > .inner::before {
    top: 50%;
    left: -46px;
  }
  #schedule .convention .schedule .box > .inner::after {
    left: -15px;
    transform: translateY(-50%);
  }
  #schedule .convention .schedule .box.box01 > .inner::after,
  #schedule .convention .schedule .box.box02 > .inner::after,
  #schedule .convention .schedule .box.box03 > .inner::after {
    bottom: auto;
    top: 50%;
    border-left: none;
    border-right: 16px solid #fff; 
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;

  }
  #schedule .convention .schedule .box .link a {
    vertical-align: middle;
    display: inline-block;
  }
  
  #news {
    margin-top: -40px;
    border-radius: 40px 40px 0 0;
  }
  #news > .inner {
    padding: 60px 0 65px;
  }
  #news .sec_ttl {
    margin-left: 30px;
    margin-right: 30px;
  }
  #news .news_lst {
    display: block;
    margin: 0 20px;
  }
  #news .news_lst li {
    width: auto;
    margin: 0 0 15px;
  }
  #news .news_lst li .box {
    padding: 20px 25px;
  }
  #news .news_lst li .box::after {
    left: -60px;
    right: -60px;
  }
  #news .news_lst li .box > span.txt {
    font-size: 1.5em;
    margin-top: 0.5em;
  }
  #news .btn {
    margin: 30px 30px 20px;
    position: relative;
    z-index: 10;
  }
  #news .btn a {
    padding-right: 35px
  }
  #news .btn a::before {
    width: 6px;
    height: 6px;
    right: 11px;
    top: 9px;
  }
  #news .btn a::after {
    height: 26px;
    width: 26px;
  }

  #inquiry {
    margin-top: -40px;
    border-radius: 40px 40px 0 0;
  }
  #inquiry > .inner {
    padding: 60px 0 100px;
  }
  #inquiry .txt {
    font-size: 1.8em;
  }
  #inquiry .btn {
    height: 60px;
    width: auto;
    margin: 30px 30px 0;
  }
  #inquiry .btn a {
    font-size: 1.6em;
    line-height: 60px;
  }
  #inquiry .btn a::before {
    height: 16px;
    width: 24px;
    margin: -2px 10px 0 0;
  }
  
  #sponsoes {
    margin: -40px 0 -80px;
    padding-bottom: 80px;
  }
  #sponsoes > .inner {
    margin: 0;
    padding: 60px 30px;
  }
  #sponsoes > .inner::before {
    border-radius: 40px;
  }
  #sponsoes > .inner::after {
    left: -50px;
    right: -50px;
    bottom: -80px;
    top: 80px;
  }
  #sponsoes .box .txt {
    font-size: 1.6em;
    margin: 0;
  }
  #sponsoes .box .btn_wrap {
    display: block;
    margin: 20px 0 0;
  }
  #sponsoes .box .btn_wrap .btn {
    height: 60px;
    width: auto;
    margin: 0;
  }
  #sponsoes .box .btn_wrap .btn:not(:last-child) {
    margin-bottom: 15px;
  }
  #sponsoes .box .btn_wrap .btn a {
    font-size: 1.6em;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 40px;
  }

  #sponsoes .box .supported {
    display: block;
    margin-top: 30px;
    padding: 20px 0 30px;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
  }
  #sponsoes .box .supported .ttl {
    font-size: 1.8em;
    margin: 0 0 15px;
  }
  #sponsoes .box .supported li:not(:last-child) {
    margin-right: 4.68vw;
  }
  #sponsoes .box .supported li:first-child img {
    height: 7.5vw;
    width: auto;
  }
  #sponsoes .box .supported li:nth-child(2) img {
    height: 8.125vw;
    width: auto;
  }
}

@media screen and (max-width:374px) {
  #schedule_bar li .en_txt {
    font-size: 56%;
  }
  #schedule_bar li:not(:first-child) .en_txt {
    margin: 6px 0;
  }
  #schedule .convention .ttl_wrap .ttl {
    font-size: 2.5em;
  }
  #schedule .convention .ttl_wrap li.venue,
  #schedule .convention .ttl_wrap li.organization {
    font-size: 1.4em;
  }
  #news .btn a {
    font-size: 1.5em;
  }
  #archive .archive_sec .data .box.visitors .outline .lst li {
    font-size: 1.3em;
  }
}
