@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MPLUSRounded1c-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/MPLUSRounded1c-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/MPLUSRounded1c-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/MPLUSRounded1c-ExtraBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Rubik-Medium.woff2") format("woff2");
  font-display: swap;
}
/********************************************
* top_main
********************************************/
.top_main {
  height: 1000px;
  max-width: 1920px;
  margin: 0 auto;
  height: 1000px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .top_main {
    height: 52.0833333333vw;
  }
}
@media (max-width: 750px) {
  .top_main {
    height: auto;
  }
}
.top_main .main_panel_wrap {
  position: relative;
}
.top_main .main_panel_wrap .main_balloon {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .top_main .main_panel_wrap .main_balloon {
    width: 100vw;
    height: 52.0833333333vw;
  }
}
.top_main .main_panel_wrap .main_date {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 1920px;
  padding-bottom: 25px;
  background-color: #fff;
}
@media (min-width: 751px) {
  .top_main .main_panel_wrap .main_date {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    margin: 0 auto;
  }
}
@media (min-width: 751px) and (max-width: 1920px) {
  .top_main .main_panel_wrap .main_date {
    padding-bottom: 1.3020833333vw;
  }
}
@media (max-width: 750px) {
  .top_main .main_panel_wrap .main_date {
    width: 100vw;
    padding-bottom: 5.3333333333vw;
  }
}
.top_main .main_panel_wrap .main_date img {
  position: relative;
  z-index: 1;
  width: 997px;
  margin-top: -20px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .top_main .main_panel_wrap .main_date img {
    width: 51.9270833333vw;
    margin-top: -1.0416666667vw;
  }
}
@media (max-width: 750px) {
  .top_main .main_panel_wrap .main_date img {
    width: 81.0666666667vw;
    margin-top: 3.3333333333vw;
  }
}

/********************************************
* top_news
********************************************/
.top_news .top_news_inner {
  background-color: #29abe2;
}
@media (min-width: 751px) {
  .top_news .top_news_inner {
    padding-bottom: 60px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_news .top_news_inner {
    padding-bottom: 4.6153846154vw;
  }
}
@media (max-width: 750px) {
  .top_news .top_news_inner {
    padding-bottom: 12vw;
  }
}
.top_news .title_h2_wrap .title_h2 .title {
  color: #fff;
  opacity: 1;
  mix-blend-mode: normal;
}
.top_news .top_news_list {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_news .top_news_list {
    max-width: 92.3076923077vw;
  }
}
@media (min-width: 751px) {
  .top_news .top_news_list::after {
    content: "";
    display: block;
    width: 390px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_news .top_news_list::after {
    width: 30vw;
  }
}
.top_news .top_news_list .item_block {
  position: relative;
  width: 390px;
  padding: 30px;
  border-radius: 10px;
  margin-top: 15px;
  background-color: #fff;
}
.top_news .top_news_list .item_block:nth-child(-n+3) {
  margin-top: 0;
}
@media (max-width: 750px) {
  .top_news .top_news_list .item_block:nth-child(-n+3) {
    margin-top: 3.3333333333vw;
  }
}
@media (max-width: 750px) {
  .top_news .top_news_list .item_block:first-child {
    margin-top: 0;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_news .top_news_list .item_block {
    width: 29.5384615385vw;
    padding: 2.3076923077vw;
    border-radius: 0.7692307692vw;
    margin-top: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .top_news .top_news_list .item_block {
    width: 100%;
    padding: 4vw;
    border-radius: 1.3333333333vw;
    margin-top: 3.3333333333vw;
  }
}
.top_news .top_news_list .item_block .date_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_news .top_news_list .item_block .date_wrap {
    margin-bottom: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .top_news .top_news_list .item_block .date_wrap {
    margin-bottom: 1.3333333333vw;
  }
}
.top_news .top_news_list .item_block .category {
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding: 4px 18px;
  border-radius: 12px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_news .top_news_list .item_block .category {
    padding: 0.3076923077vw 1.3846153846vw;
    border-radius: 0.9230769231vw;
  }
}
@media (max-width: 750px) {
  .top_news .top_news_list .item_block .category {
    font-size: 2.6666666667vw;
    padding: 0.6666666667vw 2.6666666667vw;
    border-radius: 2vw;
  }
}
.top_news .top_news_list .item_block.item_news .date_wrap .category {
  background-color: #f7931e;
}
.top_news .top_news_list .item_block.item_event .date_wrap .category {
  background-color: #39b54a;
}
@media (min-width: 751px) {
  .top_news .more_btn_style1 {
    position: absolute;
    top: 0;
    right: 50px;
  }
  .top_news .more_btn_style1 a {
    margin-top: 5px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_news .more_btn_style1 {
    right: 3.8461538462vw;
  }
  .top_news .more_btn_style1 a {
    margin-top: 0.3846153846vw;
  }
}
@media (min-width: 751px) {
  .top_news .illust01 {
    top: -15px;
    left: -280px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_news .illust01 {
    top: -1.1538461538vw;
    left: -21.5384615385vw;
  }
}
@media (max-width: 750px) {
  .top_news .illust01 {
    text-align: center;
    bottom: -13.3333333333vw;
    left: 0;
    right: 0;
  }
}
.top_news .illust01 img {
  width: 293px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_news .illust01 img {
    width: 22.5384615385vw;
  }
}
@media (max-width: 750px) {
  .top_news .illust01 img {
    width: 95.0666666667vw;
  }
}
.top_news .illust02 {
  top: -12px;
  right: -280px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_news .illust02 {
    right: -21.5384615385vw;
  }
}
.top_news .illust02 img {
  width: 253px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_news .illust02 img {
    width: 19.4615384615vw;
  }
}

/********************************************
* top_about
********************************************/
.top_about .sec_inner {
  max-width: 900px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_about .sec_inner {
    max-width: 69.2307692308vw;
  }
}
.top_about .about_block_list {
  display: flex;
  flex-direction: column;
  gap: 60px 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_about .about_block_list {
    margin-top: 4.6153846154vw 0;
  }
}
@media (max-width: 750px) {
  .top_about .about_block_list {
    margin-top: 8vw 0;
  }
}
.top_about .about_block {
  position: relative;
}
.top_about .about_block .about_title {
  position: relative;
  text-align: center;
  color: #0071bc;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_about .about_block .about_title {
    font-size: 1.8461538462vw;
    margin-bottom: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .top_about .about_block .about_title {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.top_about .about_block .about_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-size: 90px 4px;
  background-repeat: repeat-x;
  background-image: url(../images/common/line_style01.webp);
  margin: 10px auto 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_about .about_block .about_title::after {
    height: 0.3076923077vw;
    background-size: 6.9230769231vw 0.3076923077vw;
  }
}
@media (max-width: 750px) {
  .top_about .about_block .about_title::after {
    height: 0.5333333333vw;
    background-size: 12vw 0.5333333333vw;
  }
}
.top_about .about_block .text {
  font-size: 23px;
}
@media (min-width: 751px) {
  .top_about .about_block .text {
    text-align: center;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_about .about_block .text {
    font-size: 1.7692307692vw;
  }
}
@media (max-width: 750px) {
  .top_about .about_block .text {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 751px) {
  .top_about .illust01 {
    top: 38px;
    right: -580px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_about .illust01 {
    top: 2.9230769231vw;
    right: -44.6153846154vw;
  }
}
@media (max-width: 750px) {
  .top_about .illust01 {
    text-align: center;
    top: 28vw;
    left: 0;
    right: 0;
  }
}
.top_about .illust01 img {
  width: 700px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_about .illust01 img {
    width: 53.8461538462vw;
  }
}
@media (max-width: 750px) {
  .top_about .illust01 img {
    width: 100vw;
  }
}
.top_about .illust02 {
  bottom: -60px;
  left: -558px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_about .illust02 {
    bottom: -4.6153846154vw;
    left: -42.9230769231vw;
  }
}
.top_about .illust02 img {
  width: 561px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_about .illust02 img {
    width: 43.1538461538vw;
  }
}

/********************************************
* top_program
********************************************/
.top_program .sec_inner {
  max-width: 1500px;
}
@media screen and (min-width: 1301px) and (max-width: 1500px) {
  .top_program .sec_inner {
    width: 1300px;
  }
}
@media (max-width: 750px) {
  .top_program .sec_inner {
    padding: 0;
  }
}
@media (max-width: 750px) {
  .top_program .top_program_inner {
    padding-bottom: 5.3333333333vw;
  }
}
@media (max-width: 750px) {
  .top_program .comming_box {
    padding: 0 6.6666666667vw;
  }
}
.top_program .comming_box .comming_title {
  width: 524px;
  margin: 0 auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_program .comming_box .comming_title {
    width: 40.3076923077vw;
  }
}
@media (max-width: 750px) {
  .top_program .comming_box .comming_title {
    width: 69.8666666667vw;
  }
}
.top_program .comming_box .comming_date {
  width: 800px;
  margin: 40px auto 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_program .comming_box .comming_date {
    width: 61.5384615385vw;
  }
}
@media (max-width: 750px) {
  .top_program .comming_box .comming_date {
    width: 80.8vw;
  }
}
.top_program .comming_box .text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
}
@media (min-width: 751px) {
  .top_program .comming_box .text {
    text-align: center;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_program .comming_box .text {
    font-size: 1.3846153846vw;
    margin-top: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .top_program .comming_box .text {
    font-size: 3.2vw;
    margin-top: 4vw;
  }
}
.top_program .illust01 {
  width: 1368px;
  margin: 0 auto;
}
@media (min-width: 751px) {
  .top_program .illust01 {
    top: -5px;
    left: -30px;
    right: 0;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_program .illust01 {
    width: 105.2307692308vw;
    top: -0.3846153846vw;
    left: -10.1538461538vw;
  }
}
@media (max-width: 750px) {
  .top_program .illust01 {
    top: -11.3333333333vw;
    left: 0;
    right: 0;
    width: 95.4666666667vw;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .top_program .illust02 {
    position: static;
    text-align: center;
    width: 100%;
  }
  .top_program .illust02 img {
    width: 91.8666666667vw;
  }
}
.top_program .program_title {
  text-align: center;
  color: #dc1c5a;
  font-weight: 500;
  font-size: 26px;
  margin-top: 40px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_program .program_title {
    font-size: 2vw;
    margin-top: 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .top_program .program_title {
    font-size: 4vw;
    margin-top: 5.3333333333vw;
  }
}
.top_program .program_block_list {
  display: flex;
  flex-direction: column;
  width: 1400px;
  gap: 10px 0;
  margin: 10px auto 0;
}
@media screen and (min-width: 1301px) and (max-width: 1500px) {
  .top_program .program_block_list {
    width: 1200px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_program .program_block_list {
    width: 100%;
    max-width: initial;
    gap: 0.7692307692vw 0;
    margin: 0.7692307692vw auto 0;
  }
}
@media (max-width: 750px) {
  .top_program .program_block_list {
    width: 86.6666666667vw;
    gap: 2vw 0;
    margin: 1.3333333333vw auto 0;
    max-width: initial;
  }
}
.top_program .program_block_list .program_block {
  width: 100%;
  background-color: #ebf8ed;
}
.top_program .program_block_list .program_block.place_tsugaru {
  background-color: #ebf8ed;
}
.top_program .program_block_list .program_block.place_tsugaru a .num_box {
  background-color: #39b54a;
}
.top_program .program_block_list .program_block.place_ajigasawa {
  background-color: #eaf7fc;
}
.top_program .program_block_list .program_block.place_ajigasawa a .num_box {
  background-color: #0071bc;
}
.top_program .program_block_list .program_block.place_fukaura {
  background-color: #fef4e8;
}
.top_program .program_block_list .program_block.place_fukaura a .num_box {
  background-color: #f7931e;
}
.top_program .program_block_list .program_block a {
  pointer-events: none;
  display: flex;
  text-decoration: none;
}
.top_program .program_block_list .program_block a .num_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  background-color: #39b54a;
}
@media screen and (min-width: 1301px) and (max-width: 1500px) {
  .top_program .program_block_list .program_block a .num_box {
    width: 80px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_program .program_block_list .program_block a .num_box {
    width: 6.1538461538vw;
  }
}
@media (max-width: 750px) {
  .top_program .program_block_list .program_block a .num_box {
    width: 13.3333333333vw;
  }
}
.top_program .program_block_list .program_block a .num_box .num {
  font-weight: 500;
  font-size: 22px;
  color: #fff;
}
@media screen and (min-width: 1301px) and (max-width: 1500px) {
  .top_program .program_block_list .program_block a .num_box .num {
    font-size: 18px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_program .program_block_list .program_block a .num_box .num {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .top_program .program_block_list .program_block a .num_box .num {
    font-size: 3.2vw;
  }
}
.top_program .program_block_list .program_block a .text {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 1301px) and (max-width: 1500px) {
  .top_program .program_block_list .program_block a .text {
    font-size: 18px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_program .program_block_list .program_block a .text {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .top_program .program_block_list .program_block a .text {
    font-size: 2.9333333333vw;
    line-height: 1.25;
  }
}
.top_program .program_block_list .program_block a .arrow {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-size: 30px;
  background-image: url(../images/common/icon_arrow.webp);
}
@media screen and (min-width: 1301px) and (max-width: 1500px) {
  .top_program .program_block_list .program_block a .arrow {
    right: 20px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_program .program_block_list .program_block a .arrow {
    right: 1.5384615385vw;
    width: 2.3076923077vw;
    height: 2.3076923077vw;
    background-size: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .top_program .program_block_list .program_block a .arrow {
    right: 0;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background-size: 5.3333333333vw;
  }
}
.top_program .program_block_list .program_block a .content_box {
  display: flex;
  width: 1310px;
  padding: 20px 0;
}
@media screen and (min-width: 1301px) and (max-width: 1500px) {
  .top_program .program_block_list .program_block a .content_box {
    width: 1120px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_program .program_block_list .program_block a .content_box {
    width: 86.1538461538vw;
    padding: 1.5384615385vw 0;
  }
}
@media (max-width: 750px) {
  .top_program .program_block_list .program_block a .content_box {
    flex-direction: column;
    width: 100%;
    padding: 4vw 2.6666666667vw;
  }
}
.top_program .program_block_list .program_block a .place_box {
  display: flex;
  align-items: center;
  width: 250px;
}
@media screen and (min-width: 1301px) and (max-width: 1500px) {
  .top_program .program_block_list .program_block a .place_box {
    width: 220px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_program .program_block_list .program_block a .place_box {
    width: 16.9230769231vw;
  }
}
@media (max-width: 750px) {
  .top_program .program_block_list .program_block a .place_box {
    width: 100%;
    gap: 0 2vw;
  }
}
.top_program .program_block_list .program_block a .place_box .place {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 100%;
  border-right: 1px solid #000;
}
@media screen and (min-width: 1301px) and (max-width: 1500px) {
  .top_program .program_block_list .program_block a .place_box .place {
    width: 120px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_program .program_block_list .program_block a .place_box .place {
    width: 9.2307692308vw;
  }
}
@media (max-width: 750px) {
  .top_program .program_block_list .program_block a .place_box .place {
    width: auto;
    border: none;
  }
}
@media (max-width: 750px) {
  .top_program .program_block_list .program_block a .place_box .place .text {
    font-size: 3.2vw;
  }
}
.top_program .program_block_list .program_block a .place_box .date {
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1301px) and (max-width: 1500px) {
  .top_program .program_block_list .program_block a .place_box .date {
    width: 100px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_program .program_block_list .program_block a .place_box .date {
    width: 7.6923076923vw;
  }
}
@media (max-width: 750px) {
  .top_program .program_block_list .program_block a .place_box .date {
    width: auto;
  }
}
.top_program .program_block_list .program_block a .place_box .date .date_list {
  display: flex;
  flex-direction: column;
  gap: 6px 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_program .program_block_list .program_block a .place_box .date .date_list {
    gap: 0.4615384615vw 0;
  }
}
@media (max-width: 750px) {
  .top_program .program_block_list .program_block a .place_box .date .date_list {
    flex-direction: row;
    gap: 0 0.5333333333vw;
  }
}
.top_program .program_block_list .program_block a .place_box .date .date_list li {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  padding: 3px 8px;
  border-radius: 4px;
  background-color: #0050bc;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_program .program_block_list .program_block a .place_box .date .date_list li {
    font-size: 1.3846153846vw;
    padding: 0.2307692308vw 0.6153846154vw;
    border-radius: 0.3076923077vw;
  }
}
@media (max-width: 750px) {
  .top_program .program_block_list .program_block a .place_box .date .date_list li {
    font-size: 3.2vw;
    padding: 0.5333333333vw 1.0666666667vw;
    border-radius: 0.5333333333vw;
  }
}
.top_program .program_block_list .program_block a .place_box .date .date_list li.date_18 {
  background-color: #0050bc;
}
.top_program .program_block_list .program_block a .place_box .date .date_list li.date_19 {
  background-color: #dc1c5a;
}
.top_program .program_block_list .program_block a .place_box .date .date_list li .day {
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_program .program_block_list .program_block a .place_box .date .date_list li .day {
    font-size: 1.0769230769vw;
  }
}
@media (max-width: 750px) {
  .top_program .program_block_list .program_block a .place_box .date .date_list li .day {
    font-size: 2.6666666667vw;
  }
}
.top_program .program_block_list .program_block a .title_box {
  position: relative;
  width: 640px;
  display: flex;
  align-items: center;
  border-right: 1px solid #000;
}
@media screen and (min-width: 1301px) and (max-width: 1500px) {
  .top_program .program_block_list .program_block a .title_box {
    width: 550px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_program .program_block_list .program_block a .title_box {
    width: 42.3076923077vw;
  }
}
@media (max-width: 750px) {
  .top_program .program_block_list .program_block a .title_box {
    width: 100%;
    border: none;
    margin-top: 2vw;
  }
}
@media (max-width: 750px) {
  .top_program .program_block_list .program_block a .title_box .title {
    font-size: 3.4666666667vw;
    line-height: 1.3846153846;
    padding-right: 7.3333333333vw;
  }
}
.top_program .program_block_list .program_block a .title_box .title .icon {
  display: inline-block;
  height: 26px;
  margin: 0 2px;
  line-height: 1;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_program .program_block_list .program_block a .title_box .title .icon {
    height: 2vw;
    margin: 0 0.1538461538vw;
  }
}
@media (max-width: 750px) {
  .top_program .program_block_list .program_block a .title_box .title .icon {
    height: 4.2666666667vw;
    margin: 0 0.2666666667vw;
  }
}
.top_program .program_block_list .program_block a .title_box .title .icon img {
  width: auto;
  height: 100%;
}
.top_program .program_block_list .program_block a .sponsor_box {
  position: relative;
  width: 420px;
  padding: 0 80px 0 30px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1301px) and (max-width: 1500px) {
  .top_program .program_block_list .program_block a .sponsor_box {
    width: 350px;
    padding: 0 60px 0 20px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_program .program_block_list .program_block a .sponsor_box {
    width: 26.9230769231vw;
    padding: 0 4.6153846154vw 0 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .top_program .program_block_list .program_block a .sponsor_box {
    width: 100%;
    padding: 2.1333333333vw 0 0 0;
    border-top: 1px solid #000;
    margin-top: 2.1333333333vw;
  }
}
.top_program .illust03 {
  width: 292px;
}
@media (min-width: 751px) {
  .top_program .illust03 {
    bottom: -70px;
    left: -245px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_program .illust03 {
    width: 22.4615384615vw;
    bottom: -5.3846153846vw;
    left: -18.8461538462vw;
  }
}
@media (max-width: 750px) {
  .top_program .illust03 {
    position: static;
    width: 96vw;
    margin: 5.3333333333vw auto 0;
  }
}
@media (min-width: 751px) {
  .top_program .illust04 {
    width: 289px;
    bottom: -70px;
    right: -242px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_program .illust04 {
    width: 22.2307692308vw;
    bottom: -5.3846153846vw;
    right: -18.6153846154vw;
  }
}

/********************************************
* top_reservation
********************************************/
.top_reservation .top_reservation_inner {
  background-color: #29abe2;
}
@media (max-width: 750px) {
  .top_reservation .sec_inner {
    padding: 0 10vw;
  }
}
.top_reservation .read {
  color: #fff;
  font-size: 18px;
  line-height: 1.6666666667;
}
@media (min-width: 751px) {
  .top_reservation .read {
    text-align: center;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_reservation .read {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .top_reservation .read {
    font-size: 3.4666666667vw;
  }
}
.top_reservation .illust01 {
  width: 196px;
  top: -110px;
  right: 298px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_reservation .illust01 {
    width: 15.0769230769vw;
    top: -8.4615384615vw;
    right: 22.9230769231vw;
  }
}
@media (max-width: 750px) {
  .top_reservation .illust01 {
    width: 26.1333333333vw;
    top: -13.3333333333vw;
    right: 0;
  }
}

/********************************************
* top_faq
********************************************/
@media (max-width: 750px) {
  .top_faq .sec_inner {
    padding: 0 10vw;
  }
}
.top_faq .read {
  font-size: 18px;
  line-height: 1.6666666667;
}
@media (min-width: 751px) {
  .top_faq .read {
    text-align: center;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_faq .read {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .top_faq .read {
    font-size: 3.4666666667vw;
  }
}
.top_faq .qa_block_list {
  margin-top: 40px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_faq .qa_block_list {
    margin-top: 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .top_faq .qa_block_list {
    margin-top: 5.3333333333vw;
  }
}
.top_faq .qa_block_list .qa_block {
  width: 800px;
  margin: 55px auto 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_faq .qa_block_list .qa_block {
    width: 61.5384615385vw;
    margin: 4.2307692308vw auto 0;
  }
}
@media (max-width: 750px) {
  .top_faq .qa_block_list .qa_block {
    width: 100%;
    margin: 8vw auto 0;
  }
}
.top_faq .qa_block_list .qa_block:first-child {
  margin-top: 0;
}
.top_faq .qa_block_list .qa_block .qa_block_title {
  position: relative;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  padding: 6px 20px;
  margin-bottom: 30px;
  border-radius: 100px;
  background-color: #0071bc;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_faq .qa_block_list .qa_block .qa_block_title {
    font-size: 1.8461538462vw;
    padding: 0.4615384615vw 1.5384615385vw;
    margin-bottom: 2.3076923077vw;
    border-radius: 7.6923076923vw;
  }
}
@media (max-width: 750px) {
  .top_faq .qa_block_list .qa_block .qa_block_title {
    font-size: 4.2666666667vw;
    padding: 1.3333333333vw 2.6666666667vw;
    margin-bottom: 4vw;
    border-radius: 13.3333333333vw;
  }
}
.top_faq .qa_block_list .qa_block .qa_block_title:before, .top_faq .qa_block_list .qa_block .qa_block_title:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  transform: rotate(180deg);
  margin: auto 0;
  width: 32px;
  height: 18px;
  opacity: 1;
  transition: 0.2s;
  background-size: 32px 18px;
  background-image: url(../images/index/icon_arrow_up.webp);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_faq .qa_block_list .qa_block .qa_block_title:before, .top_faq .qa_block_list .qa_block .qa_block_title:after {
    right: 2.3076923077vw;
    width: 2.4615384615vw;
    height: 1.3846153846vw;
    background-size: 2.4615384615vw 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .top_faq .qa_block_list .qa_block .qa_block_title:before, .top_faq .qa_block_list .qa_block .qa_block_title:after {
    right: 4vw;
    width: 4.2666666667vw;
    height: 2.4vw;
    background-size: 4.2666666667vw 2.4vw;
  }
}
.top_faq .qa_block_list .qa_block .qa_block_title:after {
  opacity: 0;
  transform: rotate(0deg);
}
.top_faq .qa_block_list .qa_block .qa_block_title.open:before {
  opacity: 0;
}
.top_faq .qa_block_list .qa_block .qa_block_title.open:after {
  opacity: 1;
}
@media (min-width: 751px) {
  .top_faq .qa_block_list .qa_block .qa_block_title:hover {
    color: #fcee21;
    background-color: #29abe2;
  }
}
.top_faq .qa_block_list .qa_block .qa_item_list {
  display: none;
}
.top_faq .qa_block_list .qa_block .qa_item_list .qa_item {
  padding-top: 30px;
  margin-top: 30px;
  background-size: 16px 1px;
  background-repeat: repeat-x;
  background-position: left top;
  background-image: linear-gradient(to right, #c8c8c8 8px, transparent 8px);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_faq .qa_block_list .qa_block .qa_item_list .qa_item {
    padding-top: 2.3076923077vw;
    margin-top: 2.3076923077vw;
    background-size: 1.2307692308vw 1px;
    background-image: linear-gradient(to right, #c8c8c8 0.6153846154vw, transparent 0.6153846154vw);
  }
}
.top_faq .qa_block_list .qa_block .qa_item_list .qa_item:first-child {
  padding-top: 0;
  margin-top: 0;
  background: none;
}
.top_faq .qa_block_list .qa_block .qa_item_list .qa_item .qa_item_title {
  position: relative;
  color: #0071bc;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4166666667;
  padding-top: 7px;
  padding-left: 68px;
  margin-bottom: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_faq .qa_block_list .qa_block .qa_item_list .qa_item .qa_item_title {
    font-size: 1.8461538462vw;
    padding-top: 0.5384615385vw;
    padding-left: 5.2307692308vw;
    margin-bottom: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .top_faq .qa_block_list .qa_block .qa_item_list .qa_item .qa_item_title {
    font-size: 3.7333333333vw;
    padding-top: 0.8vw;
    padding-left: 9.0666666667vw;
    margin-bottom: 4vw;
  }
}
.top_faq .qa_block_list .qa_block .qa_item_list .qa_item .qa_item_title:before {
  content: "";
  width: 56px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 56px 50px;
  background-position: no-repeat;
  background-image: url(../images/index/icon_q.webp);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_faq .qa_block_list .qa_block .qa_item_list .qa_item .qa_item_title:before {
    width: 4.3076923077vw;
    height: 3.8461538462vw;
    background-size: 4.3076923077vw 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  .top_faq .qa_block_list .qa_block .qa_item_list .qa_item .qa_item_title:before {
    width: 7.4666666667vw;
    height: 6.6666666667vw;
    background-size: 7.4666666667vw 6.6666666667vw;
  }
}
.top_faq .qa_block_list .qa_block .qa_item_list .qa_item .qa_item_content {
  position: relative;
  padding: 10px 0 10px 68px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_faq .qa_block_list .qa_block .qa_item_list .qa_item .qa_item_content {
    padding: 0.7692307692vw 0 0.7692307692vw 5.2307692308vw;
  }
}
@media (max-width: 750px) {
  .top_faq .qa_block_list .qa_block .qa_item_list .qa_item .qa_item_content {
    padding: 0.9333333333vw 0 0.9333333333vw 9.0666666667vw;
  }
}
.top_faq .qa_block_list .qa_block .qa_item_list .qa_item .qa_item_content:before {
  content: "";
  width: 56px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 56px 50px;
  background-position: no-repeat;
  background-image: url(../images/index/icon_a.webp);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_faq .qa_block_list .qa_block .qa_item_list .qa_item .qa_item_content:before {
    width: 4.3076923077vw;
    height: 3.8461538462vw;
    background-size: 4.3076923077vw 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  .top_faq .qa_block_list .qa_block .qa_item_list .qa_item .qa_item_content:before {
    width: 7.4666666667vw;
    height: 6.6666666667vw;
    background-size: 7.4666666667vw 6.6666666667vw;
  }
}
.top_faq .qa_block_list .qa_block .qa_item_list .qa_item .qa_item_content .text {
  font-size: 20px;
  line-height: 1.5;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_faq .qa_block_list .qa_block .qa_item_list .qa_item .qa_item_content .text {
    font-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .top_faq .qa_block_list .qa_block .qa_item_list .qa_item .qa_item_content .text {
    font-size: 3.4666666667vw;
  }
}

/********************************************
* top_sponsor
********************************************/
.top_sponsor {
  background-color: #29abe2;
}
@media (max-width: 750px) {
  .top_sponsor .sec_inner {
    padding: 0 10vw;
  }
}
.top_sponsor .read {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 18px;
  line-height: 1.6666666667;
}
@media (min-width: 751px) {
  .top_sponsor .read {
    text-align: center;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_sponsor .read {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .top_sponsor .read {
    font-size: 3.4666666667vw;
  }
}
.top_sponsor .title_h2_wrap .title_h2 {
  position: static;
}
.top_sponsor .title_h2_wrap .title_h2 .illust1 {
  width: 190px;
  right: 0;
  left: 0;
  top: -100px;
  margin: 0 auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_sponsor .title_h2_wrap .title_h2 .illust1 {
    width: 14.6153846154vw;
    top: -7.6923076923vw;
  }
}
@media (max-width: 750px) {
  .top_sponsor .title_h2_wrap .title_h2 .illust1 {
    width: 25.3333333333vw;
    top: -13.3333333333vw;
  }
}
.top_sponsor .title_h2_wrap .title_h2 .illust1 img {
  width: 190px;
  height: 103px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_sponsor .title_h2_wrap .title_h2 .illust1 img {
    width: 14.6153846154vw;
    height: 7.9230769231vw;
  }
}
@media (max-width: 750px) {
  .top_sponsor .title_h2_wrap .title_h2 .illust1 img {
    width: 25.3333333333vw;
    height: 13.7333333333vw;
  }
}
.top_sponsor .sponsor_box {
  position: relative;
  z-index: 3;
  padding: 55px 100px;
  margin-top: 30px;
  border-radius: 20px;
  background-color: #fff;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_sponsor .sponsor_box {
    padding: 4.2307692308vw 7.6923076923vw;
    margin-top: 2.3076923077vw;
    border-radius: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .top_sponsor .sponsor_box {
    padding: 8vw 5.3333333333vw;
    margin-top: 4vw;
    border-radius: 2.6666666667vw;
  }
}
.top_sponsor .sponsor_block_list {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_sponsor .sponsor_block_list {
    gap: 3.0769230769vw 0;
  }
}
@media (max-width: 750px) {
  .top_sponsor .sponsor_block_list {
    gap: 5.3333333333vw 0;
  }
}
.top_sponsor .sponsor_block_list .sponsor_block .sponsor_category_title {
  text-align: center;
  color: #29abe2;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_sponsor .sponsor_block_list .sponsor_block .sponsor_category_title {
    font-size: 1.8461538462vw;
  }
}
@media (max-width: 750px) {
  .top_sponsor .sponsor_block_list .sponsor_block .sponsor_category_title {
    font-size: 3.7333333333vw;
  }
}
.top_sponsor .sponsor_block_list .sponsor_text_list {
  text-align: center;
  margin-top: 25px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_sponsor .sponsor_block_list .sponsor_text_list {
    margin-top: 1.9230769231vw;
  }
}
@media (max-width: 750px) {
  .top_sponsor .sponsor_block_list .sponsor_text_list {
    margin-top: 3.3333333333vw;
  }
}
.top_sponsor .sponsor_block_list .sponsor_text_list li {
  display: inline-block;
  font-size: 22px;
  line-height: 1.7272727273;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_sponsor .sponsor_block_list .sponsor_text_list li {
    font-size: 1.6923076923vw;
  }
}
@media (max-width: 750px) {
  .top_sponsor .sponsor_block_list .sponsor_text_list li {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}
.top_sponsor .sponsor_block_list .sponsor_text_list li .logo {
  display: block;
}
.top_sponsor .sponsor_img_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 30px;
  margin-top: 25px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_sponsor .sponsor_img_list {
    gap: 2.3076923077vw 2.3076923077vw;
    margin-top: 1.9230769231vw;
  }
}
@media (max-width: 750px) {
  .top_sponsor .sponsor_img_list {
    justify-content: center;
    gap: 2.6666666667vw 2vw;
    margin-top: 3.3333333333vw;
  }
}
.top_sponsor .sponsor_img_list.after_none {
  gap: 30px 10px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_sponsor .sponsor_img_list.after_none {
    gap: 2.3076923077vw 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .top_sponsor .sponsor_img_list.after_none {
    gap: 2.6666666667vw 2vw;
  }
}
.top_sponsor .sponsor_img_list.after_none::after {
  display: none;
}
.top_sponsor .sponsor_img_list.n_kyosan .item_block {
  height: 160px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_sponsor .sponsor_img_list.n_kyosan .item_block {
    height: 12.3076923077vw;
  }
}
@media (max-width: 750px) {
  .top_sponsor .sponsor_img_list.n_kyosan .item_block {
    height: 25.3333333333vw;
  }
}
.top_sponsor .sponsor_img_list .item_block {
  display: flex;
  align-items: center;
  height: 90px;
  text-decoration: none;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_sponsor .sponsor_img_list .item_block {
    height: 6.9230769231vw;
  }
}
@media (max-width: 750px) {
  .top_sponsor .sponsor_img_list .item_block {
    height: 12vw;
  }
}
.top_sponsor .sponsor_img_list .item_block img {
  max-height: 100%;
  transition: 0.2s;
  width: 235px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_sponsor .sponsor_img_list .item_block img {
    width: 18.0769230769vw;
  }
}
@media (max-width: 750px) {
  .top_sponsor .sponsor_img_list .item_block img {
    width: 33.3333333333vw;
  }
}
.top_sponsor .sponsor_img_list .item_block img.kyosan_img01 {
  width: 204px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_sponsor .sponsor_img_list .item_block img.kyosan_img01 {
    width: 15.6923076923vw;
  }
}
@media (max-width: 750px) {
  .top_sponsor .sponsor_img_list .item_block img.kyosan_img01 {
    width: 27.2vw;
  }
}
.top_sponsor .sponsor_img_list .item_block img.kyosan_img02 {
  width: 230px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_sponsor .sponsor_img_list .item_block img.kyosan_img02 {
    width: 17.6923076923vw;
  }
}
@media (max-width: 750px) {
  .top_sponsor .sponsor_img_list .item_block img.kyosan_img02 {
    width: 30.6666666667vw;
  }
}
.top_sponsor .sponsor_img_list .item_block img.kyosan_img03 {
  width: 374px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_sponsor .sponsor_img_list .item_block img.kyosan_img03 {
    width: 28.7692307692vw;
  }
}
@media (max-width: 750px) {
  .top_sponsor .sponsor_img_list .item_block img.kyosan_img03 {
    width: 49.8666666667vw;
  }
}
.top_sponsor .sponsor_img_list .item_block img.kyosan_img04 {
  width: 130px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_sponsor .sponsor_img_list .item_block img.kyosan_img04 {
    width: 10vw;
  }
}
@media (max-width: 750px) {
  .top_sponsor .sponsor_img_list .item_block img.kyosan_img04 {
    width: 17.3333333333vw;
  }
}
.top_sponsor .sponsor_img_list .item_block img.kyosan_img05 {
  width: 170px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_sponsor .sponsor_img_list .item_block img.kyosan_img05 {
    width: 13.0769230769vw;
  }
}
@media (max-width: 750px) {
  .top_sponsor .sponsor_img_list .item_block img.kyosan_img05 {
    width: 20vw;
  }
}
.top_sponsor .sponsor_img_list .item_block img.kyosan_img06 {
  width: 230px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_sponsor .sponsor_img_list .item_block img.kyosan_img06 {
    width: 17.6923076923vw;
  }
}
@media (max-width: 750px) {
  .top_sponsor .sponsor_img_list .item_block img.kyosan_img06 {
    width: 28vw;
  }
}
.top_sponsor .sponsor_img_list .item_block img.kyosan_img07 {
  width: 360px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_sponsor .sponsor_img_list .item_block img.kyosan_img07 {
    width: 27.6923076923vw;
  }
}
@media (max-width: 750px) {
  .top_sponsor .sponsor_img_list .item_block img.kyosan_img07 {
    width: 48vw;
  }
}
.top_sponsor .sponsor_img_list .item_block img.kyosan_img08 {
  width: 250px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_sponsor .sponsor_img_list .item_block img.kyosan_img08 {
    width: 19.2307692308vw;
  }
}
@media (max-width: 750px) {
  .top_sponsor .sponsor_img_list .item_block img.kyosan_img08 {
    width: 33.3333333333vw;
  }
}
.top_sponsor .sponsor_img_list .item_block img.kyosan_img09 {
  width: 250px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_sponsor .sponsor_img_list .item_block img.kyosan_img09 {
    width: 19.2307692308vw;
  }
}
@media (max-width: 750px) {
  .top_sponsor .sponsor_img_list .item_block img.kyosan_img09 {
    width: 33.3333333333vw;
  }
}
.top_sponsor .sponsor_img_list .item_block img.kyosan_img10 {
  width: 320px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_sponsor .sponsor_img_list .item_block img.kyosan_img10 {
    width: 24.6153846154vw;
  }
}
@media (max-width: 750px) {
  .top_sponsor .sponsor_img_list .item_block img.kyosan_img10 {
    width: 42.6666666667vw;
  }
}
.top_sponsor .sponsor_img_list .item_block img.kyosan_img11 {
  width: 174px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_sponsor .sponsor_img_list .item_block img.kyosan_img11 {
    width: 13.3846153846vw;
  }
}
@media (max-width: 750px) {
  .top_sponsor .sponsor_img_list .item_block img.kyosan_img11 {
    width: 23.2vw;
  }
}
.top_sponsor .sponsor_img_list .item_block img.kyosan_img12 {
  width: 90px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_sponsor .sponsor_img_list .item_block img.kyosan_img12 {
    width: 6.9230769231vw;
  }
}
@media (max-width: 750px) {
  .top_sponsor .sponsor_img_list .item_block img.kyosan_img12 {
    width: 12vw;
  }
}
.top_sponsor .sponsor_img_list .item_block img.kyosan_img13 {
  width: 90px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_sponsor .sponsor_img_list .item_block img.kyosan_img13 {
    width: 6.9230769231vw;
  }
}
@media (max-width: 750px) {
  .top_sponsor .sponsor_img_list .item_block img.kyosan_img13 {
    width: 12vw;
  }
}
.top_sponsor .sponsor_img_list .item_block img.kyosan_img14 {
  width: 90px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_sponsor .sponsor_img_list .item_block img.kyosan_img14 {
    width: 6.9230769231vw;
  }
}
@media (max-width: 750px) {
  .top_sponsor .sponsor_img_list .item_block img.kyosan_img14 {
    width: 12vw;
  }
}
.top_sponsor .sponsor_img_list .item_block img.n_kyosan_img01 {
  width: 139px;
  height: 160px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_sponsor .sponsor_img_list .item_block img.n_kyosan_img01 {
    width: 10.6923076923vw;
    height: 12.3076923077vw;
  }
}
@media (max-width: 750px) {
  .top_sponsor .sponsor_img_list .item_block img.n_kyosan_img01 {
    width: 22vw;
    height: 25.3333333333vw;
  }
}
.top_sponsor .attention {
  margin-top: 3px;
  text-align: right;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_sponsor .attention {
    margin-top: 0.2307692308vw;
  }
}
@media (max-width: 750px) {
  .top_sponsor .attention {
    font-size: 2.9333333333vw;
    margin-top: 0.6666666667vw;
  }
}
.top_sponsor .illust01 {
  z-index: 2;
  top: -180px;
  left: -280px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_sponsor .illust01 {
    top: -13.8461538462vw;
    left: -21.5384615385vw;
  }
}
@media (max-width: 750px) {
  .top_sponsor .illust01 {
    text-align: center;
    top: auto;
    bottom: -20.6666666667vw;
    left: 0;
    right: 0;
  }
}
.top_sponsor .illust01 img {
  width: 700px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_sponsor .illust01 img {
    width: 53.8461538462vw;
  }
}
@media (max-width: 750px) {
  .top_sponsor .illust01 img {
    width: 100vw;
  }
}
.top_sponsor .illust02 {
  z-index: 1;
  bottom: -300px;
  right: -280px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_sponsor .illust02 {
    bottom: -23.0769230769vw;
    right: -21.5384615385vw;
  }
}
.top_sponsor .illust02 img {
  width: 750px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_sponsor .illust02 img {
    width: 57.6923076923vw;
  }
}/*# sourceMappingURL=index.css.map */