header.pc-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
header.pc-header .language-btn_pc {
  position: absolute;
  width: 160px;
  right: 40px;
  top: 0;
}
header.pc-header .language-btn_pc .lang-nav ul {
  display: flex;
}
header.pc-header .language-btn_pc .lang-nav ul li {
  width: 50%;
}
header.pc-header .language-btn_pc .lang-nav ul li a {
  display: block;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  background: #000082;
  padding: 10px 5px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.pc-header .language-btn_pc .lang-nav ul li a:hover {
  opacity: 0.8;
}
header.pc-header .language-btn_pc .lang-nav ul li a.active {
  background: #ffffff;
  color: #000000;
}
header.pc-header .nav-trigger {
  position: absolute;
  right: 10px;
  top: 10px;
  flex-direction: column;
  color: #ffffff;
  z-index: 9999;
}
header.pc-header .nav-trigger .menu-btn {
  position: relative;
  width: 23px;
  height: 16px;
  display: block;
  margin-bottom: 7px;
  transition: all ease .3s;
  cursor: pointer;
}
header.pc-header .nav-trigger .menu-btn.is-show .line {
  transform: rotate(-135deg);
}
header.pc-header .nav-trigger .menu-btn.is-show .line::before {
  margin-top: 0;
  transform: rotate(-90deg);
}
header.pc-header .nav-trigger .menu-btn.is-show .line::after {
  opacity: 0;
}
header.pc-header .nav-trigger .menu-btn .line {
  position: absolute;
  top: 50%;
  width: 23px;
  height: 2px;
  margin-top: -1px;
  display: block;
  background: #ffffff;
  transition: all ease .3s;
}
header.pc-header .nav-trigger .menu-btn .line::before {
  content: "";
  position: inherit;
  width: inherit;
  height: inherit;
  display: block;
  background: #ffffff;
  margin-top: -7px;
}
header.pc-header .nav-trigger .menu-btn .line::after {
  content: "";
  position: inherit;
  width: inherit;
  height: inherit;
  display: block;
  background: #ffffff;
  margin-top: 7px;
}
header.pc-header .global-navigation {
  width: 100%;
  height: 100vh;
  padding: 0;
  display: none;
  position: relative;
}
header.pc-header .global-navigation .g-nav {
  background: rgba(8, 8, 18, 0.9);
  width: 100%;
  height: 100vh;
  border-radius: 0;
  padding: 50px 20px;
  box-sizing: border-box;
}
header.pc-header .global-navigation .g-nav ul {
  display: block;
}
header.pc-header .global-navigation .g-nav ul li {
  display: block;
  margin: 18px 0;
}
header.pc-header .global-navigation .g-nav ul li a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
header.pc-header .global-navigation .g-nav ul li a.jp-font {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
header.pc-header .global-navigation .g-nav ul li a.sub-n {
  font-size: 14px;
}
header.pc-header .global-navigation .g-nav ul.lang_sp {
  display: flex;
}
@media screen and (min-width: 1000px) {
  header.pc-header .global-navigation .g-nav ul.lang_sp {
    display: none;
  }
}
header.pc-header .global-navigation .g-nav ul.lang_sp li {
  margin: 0 10px;
}

.page-content__whole-wrap .content-each-section {
  padding: 100px 20px;
}
@media screen and (max-width: 768px) {
  .page-content__whole-wrap .content-each-section {
    padding: 100px 40px;
  }
}
.page-content__whole-wrap .content-each-section.bg-type01 {
  background: rgba(0, 0, 0, 0.75);
}
.page-content__whole-wrap .content-each-section.bg-type02 {
  background: url("../images/bk_concept.webp") no-repeat center center;
  background-size: cover;
}
.page-content__whole-wrap .content-each-section.bg-type03 {
  background: rgba(0, 0, 0, 0.75);
}
.page-content__whole-wrap .content-each-section.bg-type04 {
  background: rgba(0, 0, 0, 0.75);
}
.page-content__whole-wrap .content-each-section .s-title-block {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 70px;
}
.page-content__whole-wrap .content-each-section .s-title-block h3 {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}
.page-content__whole-wrap .content-each-section .s-title-block h3.jp-font {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page-content__whole-wrap .content-each-section .s-title-block h3 {
    font-size: 20px;
  }
}
.page-content__whole-wrap .content-each-section .s-title-block h1 {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
}
.page-content__whole-wrap .content-each-section .s-title-block h1.jp-font {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page-content__whole-wrap .content-each-section .s-title-block h1 {
    font-size: 20px;
  }
}
.page-content__whole-wrap .content-each-section .s-title-block h1 span {
  font-size: 22px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page-content__whole-wrap .content-each-section .s-title-block h1 span {
    font-size: 16px;
  }
}
.page-content__whole-wrap .content-each-section .s-title-block h1 span.mintitle {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-content__whole-wrap .content-each-section .s-title-block h1 span.mintitle {
    font-size: 14px;
  }
}
.page-content__whole-wrap .content-each-section .content-inner {
  max-width: 1000px;
  margin: 0 auto;
}

footer.site-footer {
  padding: 50px 40px;
  background: rgba(4, 15, 43, 0.8);
}
footer.site-footer .footer-nav {
  margin-bottom: 70px;
}
footer.site-footer .footer-nav .ft-logo {
  margin-bottom: 20px;
  text-align: center;
}
footer.site-footer .footer-nav .ft-logo img {
  max-width: 100%;
}
footer.site-footer .footer-nav .ft-nav {
  margin-bottom: 20px;
}
footer.site-footer .footer-nav .ft-nav ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 999px) {
  footer.site-footer .footer-nav .ft-nav ul {
    display: block;
    text-align: center;
  }
}
footer.site-footer .footer-nav .ft-nav ul li {
  margin-right: 30px;
}
@media screen and (max-width: 999px) {
  footer.site-footer .footer-nav .ft-nav ul li {
    margin: 15px 0;
  }
}
footer.site-footer .footer-nav .ft-nav ul li a {
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer.site-footer .footer-nav .ft-nav ul li a.jp-font {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
footer.site-footer .footer-nav .ft-nav ul li a:hover {
  opacity: 0.8;
}
footer.site-footer .footer-nav .sns-nav ul {
  display: flex;
  justify-content: center;
}
footer.site-footer .footer-nav .sns-nav ul li {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer-nav .sns-nav ul li {
    margin: 0 7px;
  }
}
footer.site-footer .footer-nav .sns-nav ul li a {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer.site-footer .footer-nav .sns-nav ul li a:hover {
  opacity: 0.8;
}
footer.site-footer .footer-nav .sns-nav ul li a img {
  max-width: 100%;
}
footer.site-footer .basic-information {
  text-align: center;
}
footer.site-footer .basic-information .inner {
  display: inline-block;
}
footer.site-footer .basic-information dl {
  display: flex;
}
@media screen and (max-width: 768px) {
  footer.site-footer .basic-information dl {
    display: block;
    margin-bottom: 15px;
  }
}
footer.site-footer .basic-information dl dt {
  display: block;
  width: 100px;
  padding: 0;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.75;
  text-align: left;
}
@media screen and (max-width: 768px) {
  footer.site-footer .basic-information dl dt {
    width: 100%;
    padding: 0 0 5px;
  }
}
footer.site-footer .basic-information dl dd {
  display: block;
  width: calc(100% - 100px);
  padding: 0;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.75;
  text-align: left;
}
@media screen and (max-width: 768px) {
  footer.site-footer .basic-information dl dd {
    width: 100%;
    font-weight: 400;
  }
}
footer.site-footer .footer-contact-btn {
  text-align: center;
  margin-top: 70px;
}
footer.site-footer .copyright_block {
  margin-top: 130px;
}
footer.site-footer .copyright_block nav.site-nav {
  margin-bottom: 15px;
}
footer.site-footer .copyright_block nav.site-nav ul {
  display: flex;
  justify-content: center;
}
footer.site-footer .copyright_block nav.site-nav ul li {
  margin: 0 10px;
}
footer.site-footer .copyright_block nav.site-nav ul li a {
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer.site-footer .copyright_block nav.site-nav ul li a:hover {
  opacity: 0.8;
}
footer.site-footer .copyright_block .copy p {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}

.bg_movie {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .bg_movie {
    display: none;
  }
}

.bg_movie video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bg_movie_sp {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  object-fit: cover;
  display: none;
}
@media screen and (max-width: 768px) {
  .bg_movie_sp {
    display: block;
  }
}

.bg_movie_sp video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

a.basic-btn {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 15px 10px;
  box-sizing: border-box;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 500;
  text-align: center;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.basic-btn:hover {
  background: #ffffff;
  color: #040f2b;
}

.pagination__wrap .pager-inner-single {
  text-align: center;
}
.pagination__wrap .pager-inner-single a {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 20px 10px;
  box-sizing: border-box;
  text-align: center;
  background: #e4e40d;
  border: 1px solid #000000;
  color: #000000;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination__wrap .pager-inner-single a:hover {
  opacity: 0.7;
}
.pagination__wrap .pager-inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination__wrap .pager-inner ul li {
  display: flex;
  margin: 5px;
}
.pagination__wrap .pager-inner ul li span.current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  background: #dddddd;
  color: #000000;
  font-weight: bold;
  border: 1px solid #ffffff;
}
.pagination__wrap .pager-inner ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination__wrap .pager-inner ul li a.previouspostslink {
  margin: 5px 18px 5px 5px;
  width: 40px;
  height: 40px;
  font-size: 10px;
  font-weight: normal;
}
.pagination__wrap .pager-inner ul li a.nextpostslink {
  margin: 5px 5px 5px 18px;
  width: 40px;
  height: 40px;
  font-size: 10px;
  font-weight: normal;
}
.pagination__wrap .pager-inner ul li a:hover {
  background: #ffffff;
  color: #000000;
}

br.sp-br {
  display: none;
}
@media screen and (max-width: 768px) {
  br.sp-br {
    display: block;
  }
}

.main-view-block {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .main-view-block {
    height: 100svh;
  }
}
.main-view-block .site-meta {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 20px;
  box-sizing: border-box;
  transform: translate(-50%, -20%);
}
@media screen and (max-width: 768px) {
  .main-view-block .site-meta {
    transform: translate(-50%, -145%);
  }
}
@media screen and (max-width: 430px) {
  .main-view-block .site-meta {
    transform: translate(-50%, 20%);
    top: 7%;
  }
}
.main-view-block .site-meta h1 {
  margin-bottom: 10px;
}
.main-view-block .site-meta h1 img {
  max-width: 100%;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.7));
}
@media screen and (max-width: 768px) {
  .main-view-block .site-meta h1 img {
    max-width: 70%;
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
  }
}
.main-view-block .site-meta h2 {
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .main-view-block .site-meta h2 {
    display: none;
  }
}
.main-view-block .site-meta h2 img {
  max-width: 100%;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.7));
}
@media screen and (max-width: 768px) {
  .main-view-block .site-meta h2 img {
    max-width: 70%;
  }
}
.main-view-block .date-info {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 10%;
  left: 0%;
  padding: 0 20px;
  box-sizing: border-box;
  display: none;
}
@media screen and (max-width: 768px) {
  .main-view-block .date-info {
    display: block;
  }
}
.main-view-block .date-info img {
  max-width: 100%;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.7));
}

.main-view-block_dir2 {
  width: 100%;
  height: 50vh;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
}
.main-view-block_dir2 .site-meta {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-view-block_dir2 .site-meta h1 {
  margin-bottom: 10px;
}
.main-view-block_dir2 .site-meta h1 img {
  max-width: 100%;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.7));
}
@media screen and (max-width: 768px) {
  .main-view-block_dir2 .site-meta h1 img {
    max-width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .main-view-block_dir2 .site-meta h2 {
    display: none;
  }
}
.main-view-block_dir2 .site-meta h2 img {
  max-width: 100%;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.7));
}
@media screen and (max-width: 768px) {
  .main-view-block_dir2 .site-meta h2 img {
    max-width: 70%;
  }
}
.main-view-block_dir2 .date-info {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 10%;
  left: 0%;
}
.main-view-block_dir2 .date-info img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .main-view-block_dir2 .date-info img {
    max-width: 70%;
  }
}

.type-faq .faq-list-block ul li {
  display: block;
}
.type-faq .faq-list-block ul li dl {
  display: block;
  margin-bottom: 50px;
}
.type-faq .faq-list-block ul li dl dt {
  display: block;
  font-size: 20px;
  color: #ffffff;
  line-height: 1.75;
  margin-bottom: 15px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .type-faq .faq-list-block ul li dl dt {
    font-size: 16px;
  }
}
.type-faq .faq-list-block ul li dl dd {
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .type-faq .faq-list-block ul li dl dd {
    font-size: 14px;
  }
}
.type-faq .faq-list-block ul li dl dd a {
  color: #ffffff;
}
.type-faq .faq-list-block ul li dl dd a:hover {
  text-decoration: none;
}

.type-sponsorship .cs-block p {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.5;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .type-sponsorship .cs-block p {
    font-size: 18px;
  }
}
.type-sponsorship .cs-block p:last-of-type {
  margin-bottom: 0;
}
.type-sponsorship .cs-block p.en-font {
  font-family: "Roboto", sans-serif;
}

.type-news .news-post-list {
  margin-bottom: 70px;
}
.type-news .news-post-list article.row {
  display: block;
  margin-bottom: 75px;
}
.type-news .news-post-list article.row header.post-head {
  margin-bottom: 25px;
}
.type-news .news-post-list article.row header.post-head time.post-date {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .type-news .news-post-list article.row header.post-head time.post-date {
    font-size: 14px;
  }
}
.type-news .news-post-list article.row header.post-head h6 {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .type-news .news-post-list article.row header.post-head h6 {
    font-size: 18px;
  }
}
.type-news .news-post-list article.row .post-content p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .type-news .news-post-list article.row .post-content p {
    font-size: 14px;
  }
}
.type-news .news-post-list article.row .post-content p a {
  color: #ffffff;
}
.type-news .news-post-list article.row .post-content p a:hover {
  text-decoration: none;
}
.type-news .more-btn {
  text-align: center;
}

.type-ambassador .cs-block p {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.5;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .type-ambassador .cs-block p {
    font-size: 18px;
  }
}
.type-ambassador .cs-block p:last-of-type {
  margin-bottom: 0;
}

.type-competition .comp-information {
  max-width: 750px;
  margin: 0 auto;
}
.type-competition .comp-information .image-photo {
  text-align: center;
  margin-bottom: 40px;
}
.type-competition .comp-information .image-photo img {
  max-width: 100%;
}
.type-competition .comp-information .info {
  margin-bottom: 40px;
}
.type-competition .comp-information .info > h4 {
  font-size: 22px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .type-competition .comp-information .info > h4 {
    font-size: 18px;
  }
}
.type-competition .comp-information .info .place-date {
  padding: 20px 15px;
  border: 1px solid #ffffff;
}
.type-competition .comp-information .info .place-date .each p {
  font-size: 16px;
  line-height: 1.75;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .type-competition .comp-information .info .place-date .each p {
    font-size: 14px;
  }
}
.type-competition .comp-information .info .place-date .each .num-list dl {
  display: flex;
}
@media screen and (max-width: 768px) {
  .type-competition .comp-information .info .place-date .each .num-list dl {
    display: block;
  }
}
.type-competition .comp-information .info .place-date .each .num-list dl dt {
  display: block;
  width: 200px;
  font-size: 16px;
  line-height: 1.75;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .type-competition .comp-information .info .place-date .each .num-list dl dt {
    display: block;
    width: 100%;
    font-size: 14px;
  }
}
.type-competition .comp-information .info .place-date .each .num-list dl dd {
  display: block;
  width: calc(100% - 200px);
  font-size: 16px;
  line-height: 1.75;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .type-competition .comp-information .info .place-date .each .num-list dl dd {
    display: block;
    width: 100%;
    font-size: 14px;
  }
}
.type-competition .comp-information .tichet-apply .text {
  margin-bottom: 10px;
}
.type-competition .comp-information .tichet-apply .text p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .type-competition .comp-information .tichet-apply .text p {
    font-size: 14px;
  }
}
.type-competition .comp-information .tichet-apply .more-btn {
  text-align: center;
}

.type-entertainment .enter-information {
  max-width: 750px;
  margin: 0 auto;
}
.type-entertainment .enter-information > h4 {
  font-size: 30px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .type-entertainment .enter-information > h4 {
    font-size: 18px;
  }
}
.type-entertainment .enter-information .image-photo {
  text-align: center;
  margin-bottom: 40px;
}
.type-entertainment .enter-information .image-photo img {
  max-width: 100%;
}
.type-entertainment .enter-information .info {
  margin-bottom: 40px;
}
.type-entertainment .enter-information .info > h4 {
  font-size: 22px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .type-entertainment .enter-information .info > h4 {
    font-size: 18px;
  }
}
.type-entertainment .enter-information .info .place-date {
  padding: 20px 15px;
  border: 1px solid #ffffff;
}
.type-entertainment .enter-information .info .place-date .each p {
  font-size: 16px;
  line-height: 1.75;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .type-entertainment .enter-information .info .place-date .each p {
    font-size: 14px;
  }
}
.type-entertainment .enter-information .more-info .text {
  margin-bottom: 10px;
}
.type-entertainment .enter-information .more-info .text p {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.type-entertainment .enter-information .more-info .more-btn {
  text-align: center;
}

.type-about .catch-text {
  margin-bottom: 30px;
}
.type-about .catch-text h4 {
  font-size: 30px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .type-about .catch-text h4 {
    font-size: 18px;
  }
}
.type-about .event-link-block {
  margin: 50px 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .type-about .event-link-block {
    display: block;
  }
}
.type-about .event-link-block .row {
  width: 50%;
  padding: 0 50px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .type-about .event-link-block .row {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .type-about .event-link-block .row:first-of-type {
    padding: 0 0 120px 0;
  }
}
.type-about .event-link-block .row:first-of-type::after {
  content: "";
  width: 55px;
  height: 55px;
  background: url("../images/icon_times.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: -27px;
  top: 27%;
}
@media screen and (max-width: 768px) {
  .type-about .event-link-block .row:first-of-type::after {
    width: 30px;
    height: 30px;
    right: 50%;
    top: 85%;
    margin-right: -15px;
  }
}
.type-about .event-link-block .row .thumb {
  text-align: center;
  margin-bottom: 15px;
}
.type-about .event-link-block .row .thumb img {
  max-width: 100%;
}
.type-about .event-link-block .row .text {
  text-align: center;
  margin-bottom: 20px;
}
.type-about .event-link-block .row .text p {
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.type-about .event-link-block .row .text p.place {
  font-size: 26px;
  min-height: 3em;
}
@media screen and (max-width: 768px) {
  .type-about .event-link-block .row .text p.place {
    font-size: 20px;
    min-height: auto;
  }
}
.type-about .event-link-block .row .text p.name {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .type-about .event-link-block .row .text p.name {
    font-size: 14px;
  }
}
.type-about .event-link-block .row .more-btn {
  text-align: center;
}
.type-about .about-inner {
  max-width: 750px;
  margin: 0 auto;
}
.type-about .about-inner .access-information .sub-tl {
  margin-bottom: 75px;
}
.type-about .about-inner .access-information .sub-tl h4 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .type-about .about-inner .access-information .sub-tl h4 {
    font-size: 20px;
  }
}
.type-about .about-inner .access-information .info-text dl {
  display: block;
  margin-bottom: 50px;
}
.type-about .about-inner .access-information .info-text dl dt {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .type-about .about-inner .access-information .info-text dl dt {
    font-size: 18px;
  }
}
.type-about .about-inner .access-information .info-text dl dt span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .type-about .about-inner .access-information .info-text dl dt span {
    font-size: 14px;
  }
}
.type-about .about-inner .access-information .info-text dl dd {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .type-about .about-inner .access-information .info-text dl dd {
    font-size: 14px;
    text-align: left;
  }
}
.type-about .about-inner .info-s {
  margin-bottom: 50px;
}
.type-about .about-inner .info-s dl {
  display: block;
  margin-bottom: 30px;
}
.type-about .about-inner .info-s dl dt {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.5;
}
.type-about .about-inner .info-s dl dd {
  display: block;
  font-size: 27px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .type-about .about-inner .info-s dl dd {
    font-size: 18px;
  }
}
.type-about .about-inner .info-s dl dd img {
  width: 100%;
  max-width: 350px;
}
.type-about .about-inner .relate-link {
  margin-bottom: 45px;
}
.type-about .about-inner .relate-link ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .type-about .about-inner .relate-link ul {
    display: block;
  }
}
.type-about .about-inner .relate-link ul li {
  width: calc(100% / 3);
  padding: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .type-about .about-inner .relate-link ul li {
    width: 100%;
    padding: 0 0 15px 0;
    text-align: center;
  }
}
.type-about .about-inner .relate-link ul li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.type-about .about-inner .relate-link ul li a:hover {
  opacity: 0.85;
}
.type-about .about-inner .relate-link ul li a img {
  width: 100%;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 768px) {
  .type-about .about-inner .relate-link ul li a img {
    width: 60%;
  }
}
.type-about .about-inner .more-btn {
  text-align: center;
}

.type-concept .catch-text {
  margin-bottom: 75px;
}
.type-concept .catch-text h4 {
  margin-bottom: 40px;
  text-align: center;
}
.type-concept .catch-text h4 img {
  max-width: 100%;
}
.type-concept .catch-text h5 {
  text-align: center;
}
.type-concept .catch-text h5 span {
  font-size: 25px;
  font-weight: 600;
  color: #ffffff;
  line-height: 2;
  background: #02066d;
}
@media screen and (max-width: 768px) {
  .type-concept .catch-text h5 span {
    font-size: 15px;
  }
}
.type-concept .catch-text .read-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.75;
  margin-bottom: 45px;
  color: #ffffff;
  font-weight: 500;
}
.type-concept .catch-text .read-text p:last-of-type {
  margin-bottom: 0;
}
.type-concept .catch-text .read-text p span {
  display: inline;
  padding: 5px 0;
}
.type-concept .catch-text .read-text p span.type01 {
  background: rgba(4, 4, 187, 0.6);
}
.type-concept .catch-text .read-text p span.type02 {
  background: rgba(0, 200, 255, 0.5);
}
.type-concept .concept-image {
  margin-bottom: 50px;
  font-size: 0px;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .type-concept .concept-image {
    display: none;
  }
}
.type-concept .concept-image img {
  width: 100%;
}
.type-concept .concept-image a.c-link01 {
  width: 8.7%;
  height: 5%;
  position: absolute;
  left: 45.5%;
  top: 11%;
}
.type-concept .concept-image a.c-link02 {
  width: 8.7%;
  height: 5%;
  position: absolute;
  left: 65.5%;
  top: 37%;
}
.type-concept .concept-image a.c-link03 {
  width: 8.7%;
  height: 5%;
  position: absolute;
  left: 57.7%;
  top: 85%;
}
.type-concept .concept-image a.c-link04 {
  width: 8.7%;
  height: 5%;
  position: absolute;
  left: 32.2%;
  top: 85%;
}
.type-concept .concept-image a.c-link05 {
  width: 8.7%;
  height: 5%;
  position: absolute;
  left: 25.5%;
  top: 37%;
}
.type-concept .concept-image_sp {
  display: none;
  margin-bottom: 50px;
  font-size: 0px;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .type-concept .concept-image_sp {
    display: block;
  }
}
.type-concept .concept-image_sp img {
  width: 100%;
}
.type-concept .concept-image_sp a.c-link01 {
  width: 53.7%;
  height: 11%;
  position: absolute;
  left: 45.5%;
  top: 24%;
}
.type-concept .concept-image_sp a.c-link02 {
  width: 53.7%;
  height: 11%;
  position: absolute;
  left: 45.5%;
  top: 37.5%;
}
.type-concept .concept-image_sp a.c-link03 {
  width: 53.7%;
  height: 11%;
  position: absolute;
  left: 45.5%;
  top: 53%;
}
.type-concept .concept-image_sp a.c-link04 {
  width: 53.7%;
  height: 11%;
  position: absolute;
  left: 45.5%;
  top: 67%;
}
.type-concept .concept-image_sp a.c-link05 {
  width: 53.7%;
  height: 11%;
  position: absolute;
  left: 45.5%;
  top: 83.4%;
}
.type-concept .more-btn {
  text-align: center;
}

.type-archive .each-gallery {
  margin-bottom: 70px;
}
.type-archive .each-gallery .sub-tl {
  margin-bottom: 20px;
}
.type-archive .each-gallery .sub-tl h4 {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .type-archive .each-gallery .sub-tl h4 {
    font-size: 16px;
  }
}
.type-archive .each-gallery .gallery-postlist ul {
  display: flex;
  flex-wrap: wrap;
}
.type-archive .each-gallery .gallery-postlist ul li {
  padding: 5px;
  line-height: 1;
  font-size: 0px;
  width: 25%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .type-archive .each-gallery .gallery-postlist ul li {
    width: 50%;
  }
}
.type-archive .each-gallery .gallery-postlist ul li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.type-archive .each-gallery .gallery-postlist ul li a:hover {
  opacity: 0.7;
}
.type-archive .each-gallery .gallery-postlist ul li a img {
  width: 100%;
}

.type-sitepolicy .text p {
  font-size: 16px;
  line-height: 1.75;
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .type-sitepolicy .text p {
    font-size: 14px;
  }
}
.type-sitepolicy .text p.link {
  margin-top: 1.5em;
  text-align: right;
}
.type-sitepolicy .text p.link a {
  color: #ffffff;
}
.type-sitepolicy .text p.link a span {
  color: #0083d0;
}
.type-sitepolicy .text p.link a:hover {
  text-decoration: none;
}
.type-sitepolicy .sitepolicy-term {
  padding-top: 50px;
}
.type-sitepolicy .sitepolicy-term .tl {
  margin-bottom: 25px;
}
.type-sitepolicy .sitepolicy-term .tl h5 {
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .type-sitepolicy .sitepolicy-term .tl h5 {
    font-size: 16px;
  }
}
.type-sitepolicy .sitepolicy-term .term-row {
  margin-bottom: 40px;
}
.type-sitepolicy .sitepolicy-term .term-row h6 {
  font-weight: 600;
  color: #ffffff;
  line-height: 1.9;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .type-sitepolicy .sitepolicy-term .term-row h6 {
    font-size: 14px;
  }
}
.type-sitepolicy .sitepolicy-term .term-row p {
  color: #ffffff;
  line-height: 1.9;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .type-sitepolicy .sitepolicy-term .term-row p {
    font-size: 14px;
  }
}
.type-sitepolicy .sitepolicy-term .term-row p a {
  color: #ffffff;
}

.type-event .pre-read-meta {
  margin-bottom: 100px;
}
.type-event .pre-read-meta .key-v {
  margin-bottom: 40px;
  text-align: center;
}
.type-event .pre-read-meta .key-v img {
  max-width: 100%;
}
.type-event .pre-read-meta .text {
  text-align: center;
}
.type-event .pre-read-meta .text p {
  display: inline-block;
  font-size: 16px;
  line-height: 2;
  color: #ffffff;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .type-event .pre-read-meta .text p {
    font-size: 14px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .type-event .pre-read-meta .text p.tc {
    text-align: left;
  }
}
.type-event .pre-read-meta .text p span.lg {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .type-event .pre-read-meta .text p span.lg {
    font-size: 16px;
  }
}
.type-event .pre-read-meta .text p span.mlg {
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .type-event .pre-read-meta .text p span.mlg {
    font-size: 18px;
  }
}
.type-event .pre-read-meta .text p a {
  color: #ffffff;
}
.type-event .pre-read-meta .text p a:hover {
  text-decoration: none;
}
.type-event .pre-read-meta .text_jp {
  max-width: 642px;
  margin: 0 auto;
}
.type-event .pre-read-meta .text_jp p {
  font-size: 16px;
  line-height: 2;
  color: #ffffff;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .type-event .pre-read-meta .text_jp p {
    font-size: 14px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .type-event .pre-read-meta .text_jp p.tc {
    text-align: left;
  }
}
.type-event .pre-read-meta .text_jp p span.lg {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .type-event .pre-read-meta .text_jp p span.lg {
    font-size: 16px;
  }
}
.type-event .pre-read-meta .text_jp p span.mlg {
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .type-event .pre-read-meta .text_jp p span.mlg {
    font-size: 18px;
  }
}
.type-event .pre-read-meta .text_jp p span.min {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .type-event .pre-read-meta .text_jp p span.min {
    font-size: 13px;
  }
}
.type-event .pre-read-meta .text_jp p a {
  color: #ffffff;
}
.type-event .pre-read-meta .text_jp p a:hover {
  text-decoration: none;
}
.type-event .producer-block {
  margin-bottom: 100px;
}
.type-event .producer-block .sub-title {
  margin-bottom: 40px;
}
.type-event .producer-block .sub-title h4 {
  font-size: 28px;
  text-align: center;
  line-height: 1.5;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .type-event .producer-block .sub-title h4 {
    font-size: 20px;
  }
}
.type-event .producer-block .prod-info__block {
  display: flex;
}
@media screen and (max-width: 768px) {
  .type-event .producer-block .prod-info__block {
    display: block;
  }
}
.type-event .producer-block .prod-info__block .thumb {
  width: 185px;
}
@media screen and (max-width: 768px) {
  .type-event .producer-block .prod-info__block .thumb {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.type-event .producer-block .prod-info__block .thumb img {
  max-width: 100%;
}
.type-event .producer-block .prod-info__block .in-text {
  width: calc(100% - 185px);
  padding: 0 0 0 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .type-event .producer-block .prod-info__block .in-text {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
.type-event .producer-block .prod-info__block .in-text .meta-head {
  margin-bottom: 25px;
}
.type-event .producer-block .prod-info__block .in-text .meta-head p {
  color: #ffffff;
  line-height: 1.75;
}
.type-event .producer-block .prod-info__block .in-text .meta-head p.m1 {
  font-size: 14px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .type-event .producer-block .prod-info__block .in-text .meta-head p.m1 {
    font-size: 12px;
  }
}
.type-event .producer-block .prod-info__block .in-text .meta-head p.m1 br {
  display: none;
}
@media screen and (max-width: 768px) {
  .type-event .producer-block .prod-info__block .in-text .meta-head p.m1 br {
    display: block;
  }
}
.type-event .producer-block .prod-info__block .in-text .meta-head p.name {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .type-event .producer-block .prod-info__block .in-text .meta-head p.name {
    font-size: 18px;
  }
}
.type-event .producer-block .prod-info__block .in-text .meta-head p.name span {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .type-event .producer-block .prod-info__block .in-text .meta-head p.name span {
    font-size: 14px;
  }
}
.type-event .producer-block .prod-info__block .in-text .meta-head p.m2 {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .type-event .producer-block .prod-info__block .in-text .meta-head p.m2 {
    font-size: 12px;
  }
}
.type-event .producer-block .prod-info__block .in-text .text p {
  font-size: 14px;
  line-height: 1.75;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .type-event .producer-block .prod-info__block .in-text .text p {
    text-align: left;
  }
}
.type-event .pastaward-block {
  margin-bottom: 100px;
}
.type-event .pastaward-block .sub-title {
  margin-bottom: 40px;
}
.type-event .pastaward-block .sub-title h4 {
  font-size: 28px;
  text-align: center;
  line-height: 1.5;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .type-event .pastaward-block .sub-title h4 {
    font-size: 20px;
  }
}
.type-event .pastaward-block .award-listblock {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .type-event .pastaward-block .award-listblock {
    display: block;
  }
}
.type-event .pastaward-block .award-listblock .each-row {
  width: 50%;
  padding: 10px 10px 25px 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .type-event .pastaward-block .award-listblock .each-row {
    width: 100%;
    padding: 0 0 20px 0;
  }
}
.type-event .pastaward-block .award-listblock .each-row .thumb {
  margin-bottom: 10px;
}
.type-event .pastaward-block .award-listblock .each-row .thumb img {
  width: 100%;
}
.type-event .pastaward-block .award-listblock .each-row .post-meta p {
  color: #ffffff;
  line-height: 1.75;
  word-break: break-all;
}
.type-event .pastaward-block .award-listblock .each-row .post-meta p.name {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .type-event .pastaward-block .award-listblock .each-row .post-meta p.name {
    font-size: 14px;
  }
}
.type-event .pastaward-block .award-listblock .each-row .post-meta p.in {
  font-size: 14px;
}
.type-event .pastaward-block .award-listblock .each-row .post-meta p.in a {
  color: #ffffff;
}
.type-event .pastaward-block .award-listblock .each-row .post-meta p.in a:hover {
  text-decoration: none;
}
.type-event .createinfo-block {
  margin-bottom: 100px;
}
.type-event .createinfo-block .sub-title {
  margin-bottom: 40px;
}
.type-event .createinfo-block .sub-title h4 {
  font-size: 28px;
  text-align: center;
  line-height: 1.5;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .type-event .createinfo-block .sub-title h4 {
    font-size: 20px;
  }
}
.type-event .createinfo-block .text p {
  color: #ffffff;
  line-height: 1.75;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .type-event .createinfo-block .text p {
    font-size: 14px;
  }
}
.type-event .createinfo-block .text p a {
  color: #ffffff;
}
.type-event .createinfo-block .text p a:hover {
  text-decoration: none;
}
.type-event .degital-map-link {
  text-align: center;
}

.type-contact .form-inner-block {
  max-width: 750px;
  margin: 0 auto;
}
.type-contact .form-inner-block .pre-read-block {
  margin-bottom: 80px;
}
.type-contact .form-inner-block .pre-read-block p {
  font-size: 16px;
  line-height: 1.75;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .type-contact .form-inner-block .pre-read-block p {
    font-size: 14px;
  }
}
.type-contact .form-inner-block .pre-read-block p span {
  color: #ff0000;
}
.type-contact .form-inner-block .form-wrap .term-set {
  margin-bottom: 45px;
}
.type-contact .form-inner-block .form-wrap .term-set .each-term {
  margin-bottom: 45px;
}
.type-contact .form-inner-block .form-wrap .term-set .each-term .term-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
  color: #ffffff;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .type-contact .form-inner-block .form-wrap .term-set .each-term .term-name {
    font-size: 16px;
  }
}
.type-contact .form-inner-block .form-wrap .term-set .each-term .term-name span {
  color: #ff0000;
  font-size: 14px;
}
.type-contact .form-inner-block .form-wrap .term-set .each-term .term-input {
  color: #ffffff;
  line-height: 1.75;
}
.type-contact .form-inner-block .form-wrap .term-set .each-term .term-input input {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  border: none;
  color: #000000;
}
.type-contact .form-inner-block .form-wrap .term-set .each-term .term-input select {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  border: none;
  color: #000000;
}
.type-contact .form-inner-block .form-wrap .term-set .each-term .term-input textarea {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  border: none;
  color: #000000;
}
.type-contact .form-inner-block .form-wrap .agreement-text {
  text-align: center;
  margin-bottom: 45px;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .type-contact .form-inner-block .form-wrap .agreement-text {
    font-size: 14px;
  }
}
.type-contact .form-inner-block .form-wrap .agreement-text a {
  color: #ffffff;
}
.type-contact .form-inner-block .form-wrap .agreement-text a:hover {
  text-decoration: none;
}
.type-contact .form-inner-block .form-wrap .submit-btn {
  margin-bottom: 75px;
  text-align: center;
}
.type-contact .form-inner-block .form-wrap .submit-btn input {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  max-width: 300px;
  padding: 15px 10px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 500;
  text-align: center;
  border: 1px solid #ffffff;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.type-contact .form-inner-block .form-wrap .submit-btn input:hover {
  background: #ffffff;
  color: #040f2b;
}
.type-contact .form-inner-block .form-wrap .submit-btn button {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  max-width: 300px;
  padding: 15px 10px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 500;
  text-align: center;
  border: 1px solid #ffffff;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.type-contact .form-inner-block .form-wrap .submit-btn button:hover {
  background: #ffffff;
  color: #040f2b;
}
.type-contact .form-inner-block .form-wrap .attention-text {
  padding: 20px;
  border: 1px solid #aaaaaa;
}
.type-contact .form-inner-block .form-wrap .attention-text p {
  font-size: 14px;
  line-height: 1.75;
  text-indent: -1em;
  padding-left: 1em;
  color: #ffffff;
}

/*# sourceMappingURL=style.css.map */
