@charset "UTF-8";
/*----------------------------------------------------
contents
----------------------------------------------------*/
.wrapper {
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0 15px;
  }
}

/*----------------------------------------------------
contents
----------------------------------------------------*/
.contents {
  width: auto;
  position: relative;
  background: url("../img/bg_top.png") no-repeat top center, url("../img/bg_bottom.png") no-repeat bottom center;
  background-size: 1920px auto;
  margin: 0 -30px;
  padding: 0 30px;
  display: block;
}
@media screen and (max-width: 768px) {
  .contents {
    margin: 0 -15px;
    padding: 0 15px;
  }
}

/*----------------------------------------------------
main_visual
----------------------------------------------------*/
.main_visual {
  width: 100%;
  height: calc( 71.429vw + -471.429px );
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 1500px) {
  .main_visual {
    height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .main_visual {
    height: auto;
    margin-bottom: 50px;
    padding: 150px 0;
    margin-bottom: 0;
  }
}
.main_visual .ttl {
  width: 45.6%;
  position: absolute;
  top: 50%;
  left: calc( 27.857vw + -387.857px );
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1500px) {
  .main_visual .ttl {
    width: 100%;
    max-width: 680px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .main_visual .ttl {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto;
  }
}
.main_visual .ttl a {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  .main_visual .ttl a:hover {
    opacity: 0.7;
  }
}

/*----------------------------------------------------
register_btn
----------------------------------------------------*/
.register_btn {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.register_btn a {
  width: 100%;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border: 6px solid #e30c7f;
  border-radius: 75px;
  -webkit-box-shadow: 0px 12px 0px 0px #e30c7f;
          box-shadow: 0px 12px 0px 0px #e30c7f;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .register_btn a {
    height: 80px;
    border-width: 4px;
    border-radius: 40px;
    -webkit-box-shadow: 0px 6px 0px 0px #e30c7f;
            box-shadow: 0px 6px 0px 0px #e30c7f;
  }
}
.register_btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg_stripe_link.png") repeat center;
  opacity: 0.1;
}
@media screen and (min-width: 769px) {
  .register_btn a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
}
@media screen and (min-width: 769px) {
  .register_btn a:hover b::before {
    left: 10px;
  }
}
@media screen and (min-width: 769px) {
  .register_btn a:hover b::after {
    right: 10px;
  }
}
.register_btn a b {
  position: relative;
  font-family: "Source Sans Pro", source-han-sans-japanese, "Noto Sans JP", YuGothic, "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 32px;
  font-weight: bold;
  padding: 0 94px;
}
@media screen and (max-width: 768px) {
  .register_btn a b {
    padding: 0 26px;
    font-size: 18px;
  }
}
.register_btn a b::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 43px;
  height: 38px;
  background: url("../img/arrow_right.svg") no-repeat center;
  background-size: contain;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .register_btn a b::before {
    width: 20px;
  }
}
.register_btn a b::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 43px;
  height: 38px;
  background: url("../img/arrow_left.svg") no-repeat center;
  background-size: contain;
  -webkit-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .register_btn a b::after {
    width: 20px;
  }
}
.register_btn a b span {
  color: #e30c7f;
}

/*----------------------------------------------------
cultural_experience
----------------------------------------------------*/
.cultural_experience {
  width: 100%;
  margin: 100px 0 150px;
}
@media screen and (max-width: 768px) {
  .cultural_experience {
    margin: 60px 0;
  }
}

/*----------------------------------------------------
box
----------------------------------------------------*/
.box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border: 5px solid #036eb8;
  border-radius: 30px;
  background: #ffffff;
  position: relative;
  padding: 70px;
}
@media screen and (max-width: 1080px) {
  .box {
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  .box {
    padding: 110px 15px 24px;
    border-width: 3px;
    border-radius: 15px;
  }
}
.box:not(:last-child) {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .box:not(:last-child) {
    margin-bottom: 50px;
  }
}
.box:first-child {
  border-color: #e9473d;
}
.box:first-child > .time {
  background: #e9473d;
}
.box:first-child > .time::before {
  border-color: #e9473d transparent transparent transparent;
}
.box:first-child > .time::after {
  border-color: transparent #e9473d transparent transparent;
}
.box:first-child .ttl_box .cont {
  border-color: #e9473d;
}
.box:first-child .ttl_box .cont::before {
  left: -56px;
  width: 73px;
  height: 100px;
  background-image: url("../img/img_panda.png");
}
@media screen and (max-width: 768px) {
  .box:first-child .ttl_box .cont::before {
    left: -36px;
    width: 53px;
    height: 76px;
  }
}
.box:first-child .ttl_box .cont .ttl {
  color: #e9473d;
}
.box:first-child .ttl_box .cont .time {
  color: #e9473d;
}
.box:first-child > .themes li {
  border-color: #e9473d;
}
.box:first-child > .themes li .text h3 {
  color: #e9473d;
  border-color: #e9473d;
}
.box:first-child .schedule h3 .ttl {
  color: #e9473d;
}
.box:first-child .schedule table tbody tr th {
  background-color: rgba(233, 71, 61, 0.1);
  border-color: #e9473d;
}
.box:first-child .schedule table tbody tr td {
  border-color: #e9473d;
}
.box:nth-child(2) .ttl_box .cont {
  padding-left: 13px;
}
@media screen and (max-width: 768px) {
  .box:nth-child(2) .ttl_box .cont {
    padding-left: 16px;
  }
}
.box:nth-child(2) .ttl_box .cont::before {
  left: -76px;
  width: 76px;
  height: 103px;
  background-image: url("../img/img_fan.png");
}
@media screen and (max-width: 768px) {
  .box:nth-child(2) .ttl_box .cont::before {
    left: -42px;
    width: 48px;
    height: 67px;
  }
}
.box:nth-child(3) .ttl_box .cont {
  padding-left: 13px;
}
@media screen and (max-width: 1080px) {
  .box:nth-child(3) .ttl_box .cont {
    padding-left: 26px;
  }
}
@media screen and (max-width: 768px) {
  .box:nth-child(3) .ttl_box .cont {
    padding-left: 16px;
  }
}
.box:nth-child(3) .ttl_box .cont::before {
  left: -40px;
  width: 55px;
  height: 125px;
  background-image: url("../img/img_doll.png");
}
@media screen and (max-width: 768px) {
  .box:nth-child(3) .ttl_box .cont::before {
    left: -32px;
    width: 35px;
    height: 85px;
  }
}
.box > .time {
  width: 176px;
  text-align: center;
  position: absolute;
  top: -15px;
  left: -15px;
  padding: 25px 0;
  background: #036eb8;
  font-family: "Source Sans Pro", source-han-sans-japanese, "Noto Sans JP", YuGothic, "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 1080px) {
  .box > .time {
    width: 140px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .box > .time {
    width: 124px;
    padding: 15px 11px 5px 11px;
    text-align: left;
    top: -10px;
    left: -10px;
  }
}
.box > .time::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 88px 0 0;
  border-color: #036eb8 transparent transparent transparent;
}
@media screen and (max-width: 1080px) {
  .box > .time::before {
    border-width: 26px 70px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .box > .time::before {
    border-width: 20px 60px 0 0;
  }
}
.box > .time::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 88px 35px 0;
  border-color: transparent #036eb8 transparent transparent;
}
@media screen and (max-width: 1080px) {
  .box > .time::after {
    border-width: 0 70px 26px 0;
  }
}
@media screen and (max-width: 768px) {
  .box > .time::after {
    border-width: 0 60px 20px 0;
  }
}
.box > .time .ttl {
  display: block;
  font-size: 40px;
  line-height: 0.7;
  margin-bottom: 13px;
}
@media screen and (max-width: 1080px) {
  .box > .time .ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .box > .time .ttl {
    font-size: 18px;
  }
}
.box > .time .date {
  display: block;
  font-size: 60px;
  line-height: 0.7;
  margin-bottom: 15px;
}
@media screen and (max-width: 1080px) {
  .box > .time .date {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .box > .time .date {
    font-size: 30px;
    display: inline-block;
  }
}
.box > .time .week {
  display: block;
  font-size: 44px;
  line-height: 0.7;
}
@media screen and (max-width: 1080px) {
  .box > .time .week {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .box > .time .week {
    font-size: 24px;
    display: inline-block;
  }
}
.box .ttl_box {
  width: 100%;
  padding-left: 236px;
  margin-bottom: 105px;
}
@media screen and (max-width: 1080px) {
  .box .ttl_box {
    padding-left: 180px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .box .ttl_box {
    padding-left: 40px;
    margin-bottom: 36px;
  }
}
.box .ttl_box .cont {
  padding: 0 0 12px 28px;
  border-bottom: 3px solid #036eb8;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1080px) {
  .box .ttl_box .cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.box .ttl_box .cont::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: no-repeat center;
  background-size: contain;
}
.box .ttl_box .cont .ttl {
  display: block;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  color: #036eb8;
  margin-right: 42px;
}
@media screen and (max-width: 1080px) {
  .box .ttl_box .cont .ttl {
    font-size: 42px;
    margin-right: 26px;
  }
}
@media screen and (max-width: 768px) {
  .box .ttl_box .cont .ttl {
    font-size: 28px;
    margin-right: 16px;
  }
}
.box .ttl_box .cont .time {
  display: block;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  color: #036eb8;
}
@media screen and (max-width: 1080px) {
  .box .ttl_box .cont .time {
    font-size: 32px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .box .ttl_box .cont .time {
    font-size: 20px;
    margin-top: 6px;
  }
}
.box > .themes {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .box > .themes {
    margin-bottom: 40px;
  }
}
.box > .themes li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0;
  border-bottom: 2px dashed #036eb8;
}
@media screen and (max-width: 768px) {
  .box > .themes li {
    display: block;
    padding: 35px 0;
  }
}
.box > .themes li:first-child {
  padding-top: 0;
}
.box > .themes li:nth-child(odd) .photo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.box > .themes li .photo {
  width: 52.4%;
  max-width: 450px;
}
@media screen and (max-width: 1080px) {
  .box > .themes li .photo {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .box > .themes li .photo {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 20px;
  }
}
.box > .themes li .text {
  width: 44.3%;
  max-width: 380px;
}
@media screen and (max-width: 1080px) {
  .box > .themes li .text {
    width: 52%;
    max-width: 450px;
  }
}
@media screen and (max-width: 768px) {
  .box > .themes li .text {
    width: 100%;
    margin: 0 auto;
  }
}
.box > .themes li .text h3 {
  width: 100%;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #036eb8;
  padding: 5px 0 14px;
  border-bottom: 2px solid #036eb8;
}
@media screen and (max-width: 1080px) {
  .box > .themes li .text h3 {
    font-size: 28px;
    margin-top: 2px;
  }
}
@media screen and (max-width: 768px) {
  .box > .themes li .text h3 {
    font-size: 20px;
    margin: 0 0 14px;
  }
}
.box > .themes li .text .item {
  width: 100%;
}
.box > .themes li .text .item dt {
  width: 100%;
  font-family: "Source Sans Pro", source-han-sans-japanese, "Noto Sans JP", YuGothic, "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.71875;
  margin-top: -11.5px;
  margin-bottom: 18.5px;
}
@media screen and (max-width: 1080px) {
  .box > .themes li .text .item dt {
    font-size: 28px;
    line-height: 1.4285714286;
    margin-top: -6px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  .box > .themes li .text .item dt {
    font-size: 20px;
    line-height: 1.8;
    margin-top: -8px;
    margin-bottom: 12px;
  }
}
.box > .themes li .text .item dd {
  font-family: "Source Sans Pro", source-han-sans-japanese, "Noto Sans JP", YuGothic, "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.875;
  margin-top: -7px;
  margin-bottom: -7px;
}
@media screen and (max-width: 768px) {
  .box > .themes li .text .item dd {
    font-size: 15px;
    line-height: 1.8666666667;
    margin-top: -6.5px;
    margin-bottom: -6.5px;
  }
}
.box .schedule {
  width: 100%;
}
.box .schedule h3 {
  width: 100%;
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .box .schedule h3 {
    margin-bottom: 30px;
  }
}
.box .schedule h3 .ttl {
  width: 100%;
  display: block;
  font-family: "Source Sans Pro", source-han-sans-japanese, "Noto Sans JP", YuGothic, "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #036eb8;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 1080px) {
  .box .schedule h3 .ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .box .schedule h3 .ttl {
    font-size: 20px;
  }
}
.box .schedule h3 .cap {
  width: 100%;
  display: block;
  font-family: "Source Sans Pro", source-han-sans-japanese, "Noto Sans JP", YuGothic, "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 1080px) {
  .box .schedule h3 .cap {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .box .schedule h3 .cap {
    font-size: 14px;
  }
}
.box .schedule table {
  width: 100%;
}
.box .schedule table tbody tr:not(:first-child) th {
  border-top: none;
}
.box .schedule table tbody tr th {
  width: 25.6%;
  border: 2px solid #036eb8;
  border-right: 1px dashed #036eb8;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 34px 10px 36px;
  vertical-align: middle;
  background: rgba(3, 110, 184, 0.1) url("../img/bg_stripe.png") repeat center;
}
@media screen and (max-width: 1080px) {
  .box .schedule table tbody tr th {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .box .schedule table tbody tr th {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 1.4;
    border: 2px solid #036eb8;
    border-bottom: 1px dashed #036eb8;
    text-align: left;
    padding: 14px 15px 15px;
  }
}
.box .schedule table tbody tr td {
  width: 74.4%;
  border: 2px solid #036eb8;
  border-left: none;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  padding: 32px 20px 34px 50px;
  vertical-align: middle;
}
@media screen and (max-width: 1080px) {
  .box .schedule table tbody tr td {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .box .schedule table tbody tr td {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 1.4;
    border: 2px solid #036eb8;
    border-top: none;
    padding: 14px 15px 15px;
  }
}
.box .link_box {
  width: 150px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .box .link_box {
    width: 80px;
    height: 80px;
    bottom: 15px;
    right: 15px;
  }
}
.box .link_box.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.box .link_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 150px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .box .link_box a {
    height: 80px;
  }
}
@media screen and (min-width: 769px) {
  .box .link_box a:hover::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
}
.box .link_box a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 150px;
  height: 150px;
  background: url("../img/bg_link_btn.png") no-repeat center;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .box .link_box a::before {
    width: 80px;
    height: 80px;
  }
}
.box .link_box a span {
  display: block;
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  line-height: 1.31;
}
@media screen and (max-width: 768px) {
  .box .link_box a span {
    font-size: 12px;
  }
}