@charset "UTF-8";
/* Googleフォント　Noto Sans,Robot,Open Sans */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700italic,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
/*****************************************************

 SCSS用
 
*****************************************************/
/* flexbox */
/* メディアクエリ */
/*****************************************************

 Telリンク制御　※レスポンシブ
 
*****************************************************/
@media (min-width: 896px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*****************************************************

 404
 
*****************************************************/
.not_found_container {
  width: 100%;
  padding: 80px 0;
}
.not_found_container > p {
  font-size: 16px;
  color: #333;
  padding: 30px 0;
}
.not_found_container > p span {
  color: #de0515;
  display: block;
}

/*****************************************************

 リセット
 
*****************************************************/
fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

q:before, q:after {
  content: '';
}

main, article, aside, figure, footer, header, hgroup, nav, section, main {
  display: block;
  margin: 0;
  padding: 0;
}

button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: none;
  outline: none;
}

a:focus, *:focus {
  outline: none;
}

input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, img, a, figure {
  margin: 0;
  padding: 0;
}

/* フォームのリセット */
html {
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* フロートクリア */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*****************************************************

 Common - Layout
 
*****************************************************/
html {
  font-size: 16px;
}

body {
  position: relative;
  width: auto;
  height: auto;
  background: #fff;
  z-index: 0;
  color: #333333;
  font-size: 1rem;
  font-family: 'Zen Kaku Gothic New', sans-serif , 'Noto Sans Japanese','Noto Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
  font-weight: 500;
  color: #604C3F;
  line-height: 1.65;
  letter-spacing: 1px;
  overflow-x: hidden;
}

.inner {
  width: 1008px;
  margin: 0 auto;
  position: relative;
  text-align: justify;
}

.sp_nav {
  visibility: hidden;
}

h2 {
  font-size: 110px;
  color: #fdc5f5;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
}

section {
  /*padding:80px 0;*/
  background: #001d3d;
}
section:first-of-type {
  padding: 0 0 80px;
}
section:nth-of-type(3) {
  padding: 0 0 80px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.ofcimage {
  object-fit: cover;
  font-family: 'object-fit:cover;';
}

.txt_indent {
  padding-left: 16px;
  text-indent: -16px;
}

* {
  box-sizing: border-box;
}

.link_btn {
  display: block;
  width: 245px;
  margin: 40px auto;
  border: 1px solid #007f3a;
  background: #007f3a;
  padding: 8px;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .2s;
  border-radius: 30px;
}
.link_btn:hover {
  background: #fff;
  color: #007f3a;
  /*&::after{color:#fff;transition:.3s;}*/
}

@media screen and (min-width: 896px) {
  .pc_none {
    display: none !important;
  }

  #menu {
    visibility: hidden;
  }
}
@media (min-width: 896px) and (max-width: 1024px) {
  .inner {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (max-width: 896px) {
  h2 {
    font-size: 16vw;
  }

  section:nth-of-type(3) {
    padding: 0 0 40px;
  }

  .sp_none {
    display: none !important;
  }

  .inner {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }

  .sp_menu {
    position: absolute;
    top: 16px;
    right: 16px;
  }
  .sp_menu i {
    font-size: 30px;
    color: #0573DD;
  }

  .sp_nav {
    visibility: visible;
  }

  .link_btn {
    width: 100%;
  }

  .mm-listitem > a, .mm-listitem > span {
    font-weight: bold;
    padding: 20px 10px 20px 20px !important;
    color: #333 !important;
  }

  #mm-1 > ul > li:nth-child(6) > a {
    background: #383435;
    color: #FFF !important;
    width: 80%;
    margin: 0 auto;
  }

  #mm-1 > ul > li:nth-child(6) {
    margin-top: 20px;
  }

  #mm-1 > ul > li:nth-child(6)::after {
    border: none;
  }

  #mm-1 > ul > li:nth-child(7) > a {
    background: #d34471;
    color: #FFF !important;
    width: 80%;
    margin: 10px auto 0;
  }
}
@media print {
  .pc_none {
    display: none !important;
  }

  .sp_none {
    display: none !important;
  }
}
/*****************************************************

 Animation
 
*****************************************************/
.fadein {
  opacity: 0;
  transition: opacity .8s;
}

.scrollin {
  opacity: 1;
}

/*****************************************************

 Header
 
*****************************************************/
.tpl_header {
  width: 100%;
  background: #001d3d;
  padding: 80px 1%;
  font-size: 0;
}
.tpl_header div {
  position: relative;
  z-index: 0;
  transition: .3s;
}
.tpl_header div a {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.tpl_header div:hover {
  opacity: .7;
  transition: .3s;
}
.tpl_header div > h1 {
  text-align: center;
}
.tpl_header div > h1 img {
  width: auto;
}
.tpl_header div span {
  display: block;
  font-size: 28px;
  color: #f4b942;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 896px) {
  .tpl_header {
    padding: 20px 0 40px;
  }

  .tpl_header > h1 img {
    width: 100%;
  }

  .tpl_header h1 + span {
    font-size: 5vw;
  }
}
/*****************************************************

 Footer
 
*****************************************************/
.global_footer {
  width: 100%;
  background: #001d3d;
  padding: 40px;
}

.footer_container {
  width: 100%;
  max-width: 1440px;
  padding: 0 1%;
}
.footer_container figure {
  width: auto;
  max-width: 981px;
  margin: 0 0 20px auto;
}
.footer_container span {
  font-size: 16px;
  color: #fff;
  display: block;
  text-align: right;
}

.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.page-top p {
  text-align: center;
  display: block;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  background: #007f3a;
  color: #FFF;
  opacity: 0.5;
  transition: all  0.5s ease;
}
.page-top a {
  text-decoration: none;
  background: #007f3a;
  color: #FFF;
}
.page-top a:hover {
  text-decoration: none;
}
.page-top a p:hover {
  opacity: 1;
  transition: all  0.5s ease;
}
.page-top a i {
  margin-top: 13px;
  font-size: 35px;
}

@media screen and (max-width: 896px) {
  .global_footer {
    padding: 20px;
  }

  .footer_container span {
    font-size: 3vw;
  }
}
/* copyright
----------------------------------------------------*/
.copyright_container {
  width: 100%;
  height: 70px;
  text-align: center;
  background: #7F0000;
}
.copyright_container p {
  font-size: 14px;
  color: #FFF;
  line-height: 70px;
}
.copyright_container p::before {
  font-family: FontAwesome;
  content: '\f1f9';
  padding-right: 5px;
  font-weight: 900;
  color: #FFF;
}

/*****************************************************

 アーカイブページ
 
*****************************************************/
.news_archive_wrap h2 {
  font-size: 80px;
  line-height: 1;
}
.news_archive_wrap .news_archive_container article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 24px;
  padding: 0 1% 24px;
  color: #fff;
  border-bottom: 1px dotted #fff;
  z-index: 0;
  transition: .3s;
}
.news_archive_wrap .news_archive_container article a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  z-index: 1;
}
.news_archive_wrap .news_archive_container article:hover {
  opacity: .7;
  transition: .3s;
}
.news_archive_wrap .news_archive_container article p {
  width: 100%;
  margin-bottom: 12px;
}
.news_archive_wrap .news_archive_container article figure {
  width: 14%;
}
.news_archive_wrap .news_archive_container article > div {
  width: 83%;
  font-weight: 400;
  color: #efefef;
  font-size: 15px;
}
.news_archive_wrap .news_archive_container article > div > span {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
}

/*　Pager
----------------------------------------------------*/
.pager {
  font-family: "Bebas Neue", sans-serif;
  margin: 80px 0;
  font-size: 1.5rem;
  text-align: center;
}
.pager .page-numbers {
  display: inline-block;
  width: 38px;
  height: 44px;
  margin: 12px 3px 0;
  border: 1px #cccccc solid;
  color: #cccccc;
  text-align: center;
  background: #fff;
  line-height: 44px;
}
.pager a.page-numbers {
  text-decoration: none;
  transition: 0.3s;
}
.pager a.page-numbers:hover {
  opacity: 0.7;
  border: 1px #0E6B9E solid;
  color: #0E6B9E;
}
.pager .current {
  background: #0E6B9E;
  border: 1px #0E6B9E solid;
  color: #fff;
}

@media screen and (max-width: 896px) {
  .pager {
    margin: 32px 0;
    font-size: 1.4rem;
  }
  .pager .page-numbers {
    width: 32px;
    height: 36px;
    margin: 10px 2px 0;
    line-height: 36px;
  }
}
@media screen and (max-width: 896px) {
  .news_archive_wrap h2 {
    font-size: 40px;
  }

  .news_archive_wrap .news_archive_container article {
    display: block;
    margin-bottom: 20px;
    padding: 0 1% 20px;
  }
  .news_archive_wrap .news_archive_container article figure {
    width: auto;
    max-width: 100%;
    text-align: center;
  }
  .news_archive_wrap .news_archive_container article > div {
    width: 100%;
    font-size: 14px;
    line-height: 1.45;
  }
  .news_archive_wrap .news_archive_container article > div > span {
    margin: 14px 0 10px;
    font-size: 15px;
    line-height: 1.45;
  }
}
/*****************************************************

 シングルページ
 
*****************************************************/
.news_single_container {
  padding-bottom: 230px;
}
.news_single_container h2 {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 700;
}
.news_single_container p {
  color: #fff;
}

/* エディター内装飾
----------------------------------------------------*/
.editor_area {
  width: 100%;
  margin: 20px 0;
}
.editor_area img {
  max-width: 100%;
  margin: 20px 0;
  border: none !important;
  width: auto;
  height: auto;
  /*min-width:50%;*/
}
.editor_area .size-thumbnail {
  width: 32% !important;
  margin-right: 16px !important;
}
.editor_area .size-thumbnail:nth-of-type(3n) {
  margin-right: 0 !important;
}
.editor_area .size-medium {
  width: 49% !important;
  margin-right: 15px !important;
}
.editor_area .size-medium:nth-of-type(2n) {
  margin-right: 0 !important;
}
.editor_area .size-large {
  width: 100% !important;
}
.editor_area p {
  margin-top: 16px;
  font-size: 16px;
  color: #fff;
  word-break: break-all;
}
.editor_area strong {
  font-weight: 700;
}
.editor_area em {
  font-style: italic;
}
.editor_area ul {
  margin-top: 24px;
  list-style: disc;
  padding-left: 4.2rem;
}
.editor_area ul li {
  margin-top: 8px;
}
.editor_area ul li:first-child {
  margin-top: 0;
}
.editor_area ol {
  margin-top: 24px;
  list-style: decimal;
  padding-left: 4.2rem;
}
.editor_area ol li {
  margin-top: 8px;
}
.editor_area ol li:first-child {
  margin-top: 0;
}
.editor_area hr {
  border-top: 1px #fff dotted;
  margin-top: 32px;
  margin-bottom: 32px;
}
.editor_area > h4 {
  margin: 12px 0;
  color: #fff;
  font-size: 16px;
}
.editor_area h3 + p, .editor_area h3 + ul, .editor_area h3 + ol {
  margin-top: 10px;
}
.editor_area h4 + p, .editor_area h4 + ul, .editor_area h4 + ol {
  margin-top: 10px;
}
.editor_area a {
  /*text-decoration: none;*/
  color: #007f3a;
  font-size: 16px;
  margin: 10px 0;
}
.editor_area blockquote {
  position: relative;
  padding: 30px 15px 8px 15px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
  width: 80%;
  margin: 30px auto;
}
.editor_area blockquote:before {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 15px;
  content: "\f10d";
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}
.editor_area blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}
.editor_area blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.editor_area table {
  border: 1px solid #fff;
  max-width: 100%;
  padding: 4px;
  box-sizing: border-box;
  border-collapse: collapse;
}
.editor_area table tr {
  border-bottom: 1px solid #fff;
}
.editor_area table td {
  border-right: 1px solid #fff;
  padding: 6px;
  box-sizing: border-box;
  /*&:last-of-type {border:none;}*/
}

@media screen and (max-width: 896px) {
  .news_single_container {
    padding-bottom: 0;
  }

  .news_single_container h2 {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.45;
  }

  .editor_area .size-thumbnail {
    width: 30% !important;
  }

  .editor_area .size-medium {
    width: 47.78% !important;
    margin: 0 0 10px !important;
  }

  .editor_area {
    padding-bottom: 40px;
  }
}
/*****************************************************

 フォーム
 
*****************************************************/
.contact_notice_wrap a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 29px;
  color: #003f84;
  font-weight: bold;
  text-decoration: none;
}
.contact_notice_wrap a i {
  font-size: 21px;
  margin-right: 20px;
}

.contact_wrap ul {
  width: 80%;
  margin: 0 auto;
}
.contact_wrap li {
  list-style: disc;
  font-size: 16px;
  color: #333;
  margin: 6px 0 6px 20px;
}

.contactform_container {
  width: 90%;
  margin: 0 auto;
}
.contactform_container table {
  width: 100%;
  margin-top: 50px;
  table-layout: fixed;
}
.contactform_container table tr:last-child th {
  border-bottom: none;
  vertical-align: top;
}
.contactform_container table tr:last-child td {
  border-bottom: none;
}
.contactform_container table th {
  width: 30%;
  border-bottom: 1px solid #2ca6e0;
  font-size: 16px;
  color: #333;
  padding: 26px;
  box-sizing: border-box;
}
.contactform_container table th span {
  font-size: 14px;
  color: #fff;
  background: #d63317;
  padding: 0 10px;
  float: right;
  border-radius: 2px;
}
.contactform_container table td {
  /*width:70%;*/
  border-bottom: 1px solid #eee;
  font-size: 16px;
  color: #666;
  padding: 20px 40px;
  box-sizing: border-box;
}
.contactform_container table .optionalicon {
  font-size: 14px;
  color: #2D4675;
  text-align: center;
  padding: 2px 15px;
  background: #ABD8FF;
  border-radius: 12px;
  margin-right: 30px;
}

.agreementicon {
  font-size: 14px;
  color: #fff;
  background: #d63317;
  padding: 0 10px;
  margin-right: 20px;
}

.policy_title {
  font-size: 18px;
  padding: 10px 0 0;
  text-align: center;
}

.privacypolicy {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 300px;
  margin: 24px auto;
  padding: 24px;
  border: 1px #CCCCCC solid;
  background: #efefef;
  overflow-y: scroll;
  text-align: left !important;
}
.privacypolicy p {
  text-align: left !important;
}
.privacypolicy p:first-of-type {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.privacypolicy h4 {
  margin: 20px 0 5px;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  color: #666;
}

.privacypolicy_checkbox_container {
  text-align: center;
}

.privacypolicy::-webkit-scrollbar {
  width: 8px;
}

.privacypolicy::-webkit-scrollbar-track {
  background: #ccc;
}

.privacypolicy::-webkit-scrollbar-thumb {
  background: #999;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #888 !important;
}

.recaptcha_policy a {
  font-size: 11px !important;
  color: #666 !important;
}

.thanks_container {
  text-align: center;
}
.thanks_container .link_btn {
  margin: 40px auto 0;
}

#formWrap h3 {
  margin-bottom: 40px;
  text-align: center;
}

.form_table {
  width: 90%;
  margin: 40px auto;
}
.form_table tr:last-of-type {
  display: none;
}
.form_table th {
  width: 30%;
  border-bottom: 1px solid #0A1F54;
  font-size: 16px;
  color: #333;
  padding: 26px 20px;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
}
.form_table td {
  width: 70%;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  color: #444;
  padding: 20px 40px;
  box-sizing: border-box;
}
.form_table .confirm_contents {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.confirm_box {
  width: 100%;
  margin: 0 auto;
  display: block;
  border: 1px solid #ffFF00;
  background: #F9A638;
  color: #FFF;
  padding: 10px;
  box-sizing: border-box;
}

.form_h3 {
  box-sizing: border-box;
}

.form_section {
  padding: 120px 0 80px;
}

.form_to_top {
  text-decoration: none;
  margin: 50px auto;
  display: block;
  text-align: center;
  background: #DB621D;
  font-weight: 300;
  font-size: 16px;
  color: #FFF;
  padding: 10px 0;
  width: 30%;
  height: auto;
}

.error_messe {
  margin-bottom: 10px;
}
.error_messe span {
  background: #ffe0e0;
  padding: 0 10px;
}

@media screen and (max-width: 896px) {
  .contact_wrap ul {
    width: 100%;
  }

  .contactform_wrap {
    padding: 40px 0;
  }

  .contactform_container {
    width: 90%;
    margin: 0 auto;
  }

  .contact_phone_container span {
    font-size: 24px;
  }

  .contactform_container table th {
    width: 100%;
    display: block;
  }

  .contactform_container table td {
    width: 100%;
    display: block;
    padding: 20px 0;
    border-bottom: 0;
  }

  .privacypolicy {
    width: 100%;
  }

  .thanks_container .link_btn {
    margin: 40px auto 0;
    width: 80%;
  }

  .form_table th {
    width: 100%;
    display: block;
    text-align: left;
    border-bottom: none;
    padding: 20px 20px 0;
  }

  .form_table td {
    width: 100%;
    display: block;
    padding: 10px 20px 20px;
  }

  .form_to_top {
    margin: 20px auto;
    width: 80%;
  }
}
/* フォーム装飾
----------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"], textarea, select {
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 15px;
  background: #FFF;
  border-radius: 3px;
  transition: all .3s;
  border: 1px solid #ccc;
}
input[type="text"].w100, input[type="tel"].w100, input[type="email"].w100, textarea.w100, select.w100 {
  width: 98%;
}
input[type="text"].w80, input[type="tel"].w80, input[type="email"].w80, textarea.w80, select.w80 {
  width: 80%;
}
input[type="text"].w60, input[type="tel"].w60, input[type="email"].w60, textarea.w60, select.w60 {
  width: 60%;
}
input[type="text"].w40, input[type="tel"].w40, input[type="email"].w40, textarea.w40, select.w40 {
  width: 40%;
}
input[type="text"].w30, input[type="tel"].w30, input[type="email"].w30, textarea.w30, select.w30 {
  width: 30%;
}

/*input[type="checkbox"]{padding: 10px 12px;background: #efefef;transition: all .3s;width: 25px;height: 25px;vertical-align: bottom;}
*/
input[type='checkbox'] {
  appearance: none;
  outline: none;
  display: inline-block;
  position: relative;
  text-align: center;
  cursor: pointer;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  vertical-align: middle;
}
input[type='checkbox']::before {
  display: block;
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  background: #fff;
  border: solid 1px #add8d5;
  margin-top: -2px;
}
input[type='checkbox']:checked::before {
  background-color: #26A69A;
}
input[type='checkbox']::after {
  display: block;
  content: '';
  position: absolute;
  left: 8px;
  top: 2px;
  width: 4px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
  opacity: 0;
}
input[type='checkbox']:checked::after {
  opacity: 1;
}

input[type="file"] {
  padding: 10px 0;
  transition: all .3s;
}

/*input[type="text"]:focus , input[type="tel"]:focus , input[type="email"]:focus , textarea:focus {
  box-shadow: 0 0 4px #86BBCD;
  border: 1px solid #86BBCD;
}*/
input[type="radio"] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

textarea {
  height: 160px;
  margin-bottom: 20px;
}

::-webkit-input-placeholder {
  color: #cccccc;
}

::-moz-placeholder {
  color: #cccccc;
}

:-ms-input-placeholder {
  color: #cccccc;
}

input[type="submit"] {
  display: block;
  width: 320px;
  margin: 40px auto;
  border: 1px solid #99b7c2;
  background: #99b7c2;
  padding: 14px;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  cursor: pointer;
}
input[type="submit"]:hover {
  background: #fff;
  color: #99b7c2;
  transition: .3s;
}

input[type="button"] {
  display: block;
  width: 320px;
  margin: 40px auto;
  border: 1px solid #a4a4a5;
  background: #a4a4a5;
  padding: 14px;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  cursor: pointer;
}

@media screen and (max-width: 896px) {
  input[type="button"] {
    width: 80%;
    margin: -10px auto 0;
  }

  input[type="submit"] {
    width: 80%;
  }

  input[type="text"], input[type="tel"], input[type="email"], textarea, select {
    background: #fff;
  }

  input[type="text"].w40, input[type="tel"].w40, input[type="email"].w40, textarea.w40, select.w40 {
    width: 100%;
    margin: 0;
  }

  input[type="text"].w60, input[type="tel"].w60, input[type="email"].w60, textarea.w60, select.w60 {
    width: 100%;
    margin: 0;
  }

  input[type="text"].w80, input[type="tel"].w80, input[type="email"].w80, textarea.w80, select.w80 {
    width: 100%;
    margin: 0;
  }

  input[type="text"].w100, input[type="tel"].w100, input[type="email"].w100, textarea.w100, select.w100 {
    width: 100%;
    margin: 0;
  }

  textarea {
    margin-left: 0;
  }
}
/*****************************************************

 Page_name
 
*****************************************************/
.main_cover, .eyecatch {
  font-size: 0;
}

.main_cover {
  width: 100%;
  height: 0;
  background: url("../images/fv01.png") center/cover no-repeat;
  padding-top: 49.8%;
}

.eyecatch {
  width: 100%;
  height: 0;
  background: url("../images/fv02.png") center/cover no-repeat;
  padding-top: 46.35%;
}

.eyecatch_txt {
  text-align: center;
  margin-top: -30px;
}
.eyecatch_txt > h1 {
  color: #fdc5f5;
  font-family: "Bebas Neue", sans-serif;
  font-size: 21px;
}
.eyecatch_txt p {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 36px;
}
.eyecatch_txt p:first-of-type {
  font-size: 48px;
  color: #fff;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 30px;
}
.eyecatch_txt p:first-of-type::after {
  content: '';
  width: 250px;
  height: 1px;
  background: #fff;
  display: block;
  margin: 20px auto 0;
}
.eyecatch_txt p:first-of-type span {
  font-size: 38px;
  color: #f4b942;
  display: block;
}

@media screen and (max-width: 896px) {
  .eyecatch {
    padding-top: 60%;
  }

  .eyecatch_txt {
    margin-top: 0;
  }

  .eyecatch_txt p {
    font-size: 16px;
    line-height: 30px;
  }

  .eyecatch_txt p:nth-of-type(2) {
    text-align: left;
  }

  .eyecatch_txt p:first-of-type {
    font-size: 10vw;
  }

  .eyecatch_txt p:first-of-type span {
    font-size: 6vw;
  }
}
.match_wrap {
  width: 100%;
  position: relative;
  padding: 80px 0 0;
  z-index: 0;
}
.match_wrap::after {
  content: '';
  width: 100%;
  height: 860px;
  background: url("../images/match_bk.png") center/cover no-repeat;
  position: absolute;
  top: 80px;
  z-index: -1;
}
.match_wrap p {
  font-size: 38px;
  color: #f4b942;
  text-align: center;
  font-weight: bold;
}
.match_wrap p span {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 110px;
  color: #fdc5f5;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  margin-bottom: -50px;
}
.match_wrap p span::before {
  content: '';
  width: 180px;
  height: 1px;
  background: #fdc5f5;
  margin-right: 20px;
}
.match_wrap p span::after {
  content: '';
  width: 180px;
  height: 1px;
  background: #fdc5f5;
  margin-left: 20px;
}
.match_wrap .other_event, .match_wrap .ticket, .match_wrap .sns_wrap {
  margin-top: 80px;
}
.match_wrap .match_container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 80px auto;
}
.match_wrap .match_container:last-of-type {
  margin: 80px auto 0;
}
.match_wrap .match_container figure {
  width: 100%;
  text-align: center;
}
.match_wrap .match_container figure img {
  width: auto;
}
.match_wrap .match_container > img {
  width: auto;
}
.match_wrap .match_container > img:first-of-type {
  margin-right: 60px;
}
.match_wrap .match_container > img:last-of-type {
  margin-left: 60px;
}
.match_wrap .match_container > span {
  font-size: 28px;
  color: #fff;
}
.match_wrap .other_event_container {
  width: 100%;
  text-align: center;
}
.match_wrap .other_event_container p {
  font-size: 31px;
  color: #fff;
  font-weight: bold;
  position: relative;
  margin: 20px 0;
}
.match_wrap .other_event_container p::before {
  content: '';
  width: 39px;
  height: 39px;
  background: url("../images/ball_icon_s.png") center/cover no-repeat;
  margin-right: 16px;
  display: inline-block;
  vertical-align: -20%;
}
.match_wrap .ticket_container {
  width: 100%;
  text-align: center;
}
.match_wrap .ticket_container p {
  font-size: 31px;
  color: #fff;
  font-weight: bold;
}
.match_wrap .sns_container a {
  display: block;
  width: 50%;
  text-align: center;
  margin: 0 auto;
  background: #007f3a;
  border: 1px solid #007f3a;
  font-size: 18px;
  color: #fff;
  transition: .2s;
  border-radius: 30px;
  padding: 8px 0;
  text-decoration: none;
  margin-top: 40px;
}
.match_wrap .sns_container a:hover {
  background: #fff;
  color: #007f3a;
  /*&::after{color:#fff;transition:.3s;}*/
}
.match_wrap .sns_container a:hover:first-of-type {
  background: #fff;
  color: #000;
}
.match_wrap .sns_container a:first-of-type {
  background: #000;
  border: 1px solid #000;
}
.match_wrap .sns_container a i {
  margin-right: 16px;
}

@media screen and (max-width: 896px) {
  .match_wrap::after {
    top: 180px;
  }

  .match_wrap .match_container {
    width: 80%;
  }

  .match_wrap p {
    font-size: 7vw;
  }

  .match_wrap p span {
    font-size: 15vw;
    margin-bottom: -30px;
  }

  .match_wrap p span::before, .match_wrap p span::after {
    display: none;
  }

  .match_wrap .match_container {
    margin: 40px auto;
  }

  .match_wrap .match_container > img:first-of-type, .match_wrap .match_container > img:last-of-type {
    margin: 0;
  }

  .match_wrap .other_event_container p {
    font-size: 6vw;
  }

  .match_wrap .ticket_container p {
    font-size: 6vw;
  }

  .match_wrap .sns_container a {
    width: 100%;
  }
}
.players_wrap {
  width: 100%;
  max-width: 1440px;
  background: #fdc5f5;
  padding: 60px;
  position: relative;
  z-index: 0;
  margin: 80px auto 0;
}
.players_wrap::after {
  content: 'PLAYER';
  font-size: 450px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #FDD1F7;
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: -1;
}
.players_wrap p {
  font-size: 52px;
  color: #001c55;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.players_wrap > figure {
  width: 57.35%;
  margin: 60px auto 0;
}
.players_wrap > figure img {
  width: 100%;
}
.players_wrap .players_container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.players_wrap .players_container figure {
  width: 198px;
  margin: 0 2.5% 80px;
}
.players_wrap .players_container figure figcaption {
  font-size: 21px;
  color: #000;
  text-align: center;
  margin-top: 10px;
}
.players_wrap .players_container figure figcaption span {
  font-size: 16px;
}
.players_wrap .players_container figure figcaption span:nth-of-type(2) {
  font-size: 14px;
  display: block;
  margin-top: 4px;
  padding-top: 4px;
  border-top: 1px solid #f5e1f2;
}

.team_wrap {
  width: 100%;
  max-width: 1440px;
  background: #fcc8dd;
  margin: 0 auto 0;
}
.team_wrap .team_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.team_wrap .team_container .team_item {
  width: 46%;
  padding: 40px 0;
}
.team_wrap .team_container .team_item figure {
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
}
.team_wrap .team_container .team_item figure img {
  width: auto;
}
.team_wrap .team_container .team_item p {
  font-size: 16px;
  color: #282828;
  font-weight: 500;
}

@media (min-width: 896px) and (max-width: 1024px) {
  .players_wrap::after {
    font-size: 36vw;
    top: 0;
    left: 0;
  }

  .players_wrap .players_container figure {
    width: 28%;
  }
}
@media screen and (max-width: 896px) {
  .players_wrap, .team_wrap {
    width: 90%;
    padding: 24px;
  }

  .players_wrap::after {
    font-size: 36vw;
    top: 0;
    left: 0;
  }

  .players_wrap p {
    font-size: 10vw;
    line-height: 45px;
  }

  .players_wrap .players_container figure {
    width: 46%;
    margin: 0 2% 40px;
  }

  .players_wrap .players_container figure figcaption {
    font-size: 5vw;
  }

  .players_wrap .players_container figure figcaption span:nth-of-type(2) {
    font-size: 13px;
  }

  .players_wrap > figure {
    width: 100%;
    margin: -10px auto 0;
  }

  .team_wrap .team_container .team_item {
    width: 100%;
  }
}
.timetable_wrap {
  width: 100%;
  height: 1110px;
  padding: 80px 0;
  background: url("../images/schedule_bk.jpg") center/cover no-repeat;
  position: relative;
}
.timetable_wrap::before {
  content: '';
  width: 100%;
  height: 265px;
  background: url("../images/section_bk.png") center/cover no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
.timetable_wrap::after {
  content: '';
  width: 194px;
  height: 187px;
  background: url("../images/ball_icon_b.png") center/cover no-repeat;
  position: absolute;
  bottom: 110px;
  left: 3%;
}
.timetable_wrap .timetable_container table {
  width: 80%;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0 auto;
}
.timetable_wrap .timetable_container table tr {
  border-bottom: 3px dotted #fff;
}
.timetable_wrap .timetable_container table th, .timetable_wrap .timetable_container table td {
  padding: 20px 0;
  font-family: 'Noto Serif JP', serif;
  color: #fff;
  font-weight: bold;
}
.timetable_wrap .timetable_container table th {
  width: 20%;
  font-size: 30px;
}
.timetable_wrap .timetable_container table td {
  width: 80%;
  font-size: 23px;
}

@media screen and (max-width: 896px) {
  .timetable_wrap {
    padding: 40px 0;
    height: auto;
  }

  .timetable_wrap .timetable_container {
    margin-bottom: 210px;
  }

  .timetable_wrap .timetable_container table {
    width: 90%;
  }

  .timetable_wrap .timetable_container table th, .timetable_wrap .timetable_container table td {
    display: block;
    width: 100%;
  }

  .timetable_wrap .timetable_container table th {
    padding: 10px 0 0;
    font-size: 18px;
  }

  .timetable_wrap .timetable_container table td {
    padding: 0 0 10px;
    font-size: 16px;
  }

  .timetable_wrap::before {
    background-position: 20%;
  }

  .timetable_wrap::after {
    width: 100px;
    height: 97px;
  }
}
.info_container article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 0;
  transition: .3s;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.info_container article a {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.info_container article:hover {
  opacity: .7;
  transition: .3s;
}
.info_container article span {
  width: 15%;
  font-size: 16px;
  color: #fff;
}
.info_container article p {
  width: 76%;
  font-size: 16px;
  color: #fff;
}
.info_container article i {
  width: 5%;
  font-size: 16px;
  width: 40px;
  height: 40px;
  background: #007f3a;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  padding: 12px 0;
}
.info_container > p {
  font-size: 16px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .info_container article span, .info_container article p {
    width: 100%;
  }

  .info_container article i {
    display: none;
  }
}
.overview_wrap {
  width: 100%;
  background: url("../images/overview_bk.jpg") center/cover no-repeat;
  padding: 80px 0;
}
.overview_wrap p {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 32px;
  width: 90%;
  margin: 0 auto;
}
.overview_wrap p span {
  display: block;
  font-size: 30px;
  color: #f4b942;
  text-align: center;
  margin-bottom: 20px;
}
.overview_wrap table {
  width: 90%;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 60px auto 0;
}
.overview_wrap table tr {
  border-bottom: 1px solid #fff;
}
.overview_wrap table th, .overview_wrap table td {
  padding: 20px 5px;
  color: #fff;
  font-weight: normal;
}
.overview_wrap table th {
  width: 20%;
  font-size: 21px;
  font-weight: 500;
}
.overview_wrap table td {
  width: 80%;
  font-size: 16px;
}

@media screen and (max-width: 896px) {
  .overview_wrap {
    padding: 40px 0;
    background-position: 40%;
  }

  .overview_wrap p span {
    font-size: 6vw;
  }

  .overview_wrap p {
    width: 100%;
    font-weight: 400;
    line-height: 26px;
  }

  .overview_wrap table {
    width: 100%;
  }

  .overview_wrap table th, .overview_wrap table td {
    display: block;
    width: 100%;
  }

  .overview_wrap table th {
    font-size: 18px;
    padding: 20px 0 0;
  }

  .overview_wrap table td {
    padding: 0 0 20px;
  }
}
.initiative_wrap {
  width: 100%;
  background: url("../images/initiative_bk.jpg") center/cover no-repeat;
  padding: 80px 0;
}
.initiative_wrap > .inner > p {
  font-size: 31px;
  font-weight: bold;
  color: #f4b942;
  margin-bottom: 40px;
  text-align: center;
  margin-top: -80px;
}
.initiative_wrap .initiative_container {
  width: 100%;
  background: #fdc5f5;
  padding: 40px;
  border-radius: 20px;
  position: relative;
  z-index: 0;
}
.initiative_wrap .initiative_container::after {
  content: 'PLAN';
  font-size: 300px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #FDD1F7;
  position: absolute;
  top: -100px;
  width: 100%;
  text-align: center;
  z-index: -1;
}
.initiative_wrap .initiative_container p {
  font-size: 16px;
  color: #282828;
  text-align: center;
}
.initiative_wrap .initiative_container p:first-of-type {
  font-size: 31px;
  font-weight: bold;
  color: #001c55;
}

@media (min-width: 896px) and (max-width: 1024px) {
  .initiative_wrap .initiative_container::after {
    font-size: 230px;
    top: -50px;
    left: 0;
  }
}
@media screen and (max-width: 896px) {
  .initiative_wrap {
    padding: 40px 0;
  }

  .initiative_wrap .initiative_container::after {
    font-size: 36vw;
    top: 0;
    left: 0;
  }

  .initiative_wrap > .inner > p {
    font-size: 5vw;
    margin-top: -50px;
  }

  .initiative_wrap .initiative_container p:first-of-type {
    font-size: 6vw;
  }
}
.sponsor_wrap {
  width: 100%;
  background: #fff;
  padding: 80px 0;
  position: relative;
}
.sponsor_wrap::before {
  content: '';
  width: 100%;
  height: 265px;
  background: url("../images/section_bk.png") center/cover no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sponsor_wrap::after {
  content: '';
  width: 194px;
  height: 187px;
  background: url("../images/ball_icon_b.png") center/cover no-repeat;
  position: absolute;
  bottom: 110px;
  left: 3%;
}
.sponsor_wrap h2 + span {
  font-size: 31px;
  color: #001c55;
  font-weight: bold;
  margin-top: -110px;
  display: block;
  text-align: center;
}
.sponsor_wrap .sponsor_container {
  width: 100%;
  margin-bottom: 150px;
}
.sponsor_wrap .sponsor_container .sponsor_item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.sponsor_wrap .sponsor_container .sponsor_item h3 {
  width: 100%;
  font-size: 31px;
  color: #001c55;
  font-weight: bold;
  border-bottom: 1px solid #001c55;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.sponsor_wrap .sponsor_container .sponsor_item figure {
  text-align: center;
  position: relative;
  z-index: 0;
  transition: .3s;
}
.sponsor_wrap .sponsor_container .sponsor_item figure a {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.sponsor_wrap .sponsor_container .sponsor_item figure img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.sponsor_wrap .sponsor_container .sponsor_item.title figure {
  width: 30%;
  height: 106px;
  margin: 0 2% 40px 0;
}
.sponsor_wrap .sponsor_container .sponsor_item.title figure:nth-of-type(3n) {
  margin: 0 0 40px;
}
.sponsor_wrap .sponsor_container .sponsor_item.main figure {
  width: 24%;
  height: 86px;
  margin: 0 1.3% 40px 0;
}
.sponsor_wrap .sponsor_container .sponsor_item.main figure:nth-of-type(4n) {
  margin: 0 0 40px;
}
.sponsor_wrap .sponsor_container .sponsor_item.gold figure {
  width: 19.2%;
  height: 70px;
  margin: 0 1% 40px 0;
}
.sponsor_wrap .sponsor_container .sponsor_item.gold figure:nth-of-type(5n) {
  margin: 0 0 40px;
}
.sponsor_wrap .sponsor_container .sponsor_item.regular figure {
  width: 15%;
  margin: 0 1.3% 40px 0;
}
.sponsor_wrap .sponsor_container .sponsor_item.regular figure:nth-of-type(6n) {
  margin: 0 0 40px;
}

@media screen and (max-width: 896px) {
  .sponsor_wrap {
    padding: 40px 0;
  }

  .sponsor_wrap::before {
    background-position: 20%;
  }

  .sponsor_wrap::after {
    width: 100px;
    height: 97px;
  }

  .sponsor_wrap .sponsor_container {
    margin-bottom: 200px;
    margin-top: 40px;
  }

  .sponsor_wrap .sponsor_container .sponsor_item {
    margin-bottom: 20px;
  }

  .sponsor_wrap .sponsor_container .sponsor_item h3 {
    font-size: 7vw;
  }

  .sponsor_wrap .sponsor_container .sponsor_item.title figure {
    width: 100%;
    height: 120px;
  }

  .sponsor_wrap .sponsor_container .sponsor_item.main figure {
    width: 48%;
    height: 55px;
    margin: 0 1.3% 10px 0;
  }
  .sponsor_wrap .sponsor_container .sponsor_item.main figure:nth-of-type(4n) {
    margin: 0 1.3% 10px 0;
  }
  .sponsor_wrap .sponsor_container .sponsor_item.main figure:nth-of-type(2n) {
    margin: 0 0 10px 0;
  }

  .sponsor_wrap .sponsor_container .sponsor_item.gold figure {
    width: 32%;
    height: 55px;
    margin: 0 1.3% 10px 0;
  }
  .sponsor_wrap .sponsor_container .sponsor_item.gold figure:nth-of-type(3n) {
    margin: 0 1.3% 10px 0;
  }
  .sponsor_wrap .sponsor_container .sponsor_item.gold figure:nth-of-type(3n) {
    margin: 0 0 10px 0;
  }

  .sponsor_wrap .sponsor_container .sponsor_item.regular figure {
    width: 24%;
    height: 40px;
    margin: 0 1% 10px 0;
  }
  .sponsor_wrap .sponsor_container .sponsor_item.regular figure:nth-of-type(6n) {
    margin: 0 1.3% 10px 0;
  }
  .sponsor_wrap .sponsor_container .sponsor_item.regular figure:nth-of-type(4n) {
    margin: 0 0 10px 0;
  }
}
.lv1_wrap section {
  position: relative;
}
.lv1_wrap section::before {
  content: '';
  width: 100%;
  height: 265px;
  background: url("../images/section_bk.png") center/cover no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
.lv1_wrap section::after {
  content: '';
  width: 194px;
  height: 187px;
  background: url("../images/ball_icon_b.png") center/cover no-repeat;
  position: absolute;
  bottom: 110px;
  left: 3%;
}

@media screen and (max-width: 896px) {
  .lv1_wrap section {
    padding: 0 0 220px;
  }

  .lv1_wrap section::before {
    background-position: 20%;
  }

  .lv1_wrap section::after {
    width: 100px;
    height: 97px;
  }
}
/*****************************************************

 251030　追記
 
*****************************************************/
/* top_global_header
----------------------------------------------------*/
.top_global_header {
  position: relative;
  width: 100%;
  height: 100vh;
}
.top_global_header .header_logo {
  position: absolute;
  left: 1.5%;
  bottom: 2.5%;
  width: 72.6%;
  height: auto;
  padding-bottom: 25%;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/header_logo.png") no-repeat;
  background-position: center;
  background-size: contain;
}
.top_global_header .header_copy {
  position: absolute;
  top: 4%;
  right: 2.8%;
  width: auto;
  height: 61%;
  padding-left: 8.9%;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/header_copy.png") no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 896px) {
  .top_global_header .header_logo {
    left: 1.2%;
    bottom: 1%;
    width: 96%;
    height: auto;
    padding-bottom: 22.7%;
  }
  .top_global_header .header_copy {
    top: 3%;
    right: 3.8%;
    width: auto;
    height: 27.8%;
    padding-left: 14.5%;
  }
}
/* movie_wrap
----------------------------------------------------*/
.movie_wrap {
  position: relative;
  height: 100%;
}
.movie_wrap .movie_area {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.movie_wrap .movie_area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAABtJREFUGFdjZGBg+M/AwMDIAAVwBjYBsEoMFQBW5gIF0HSEnwAAAABJRU5ErkJggg==) repeat;
}
.movie_wrap .movie_area .movie {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw;
  /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

/* global_header
----------------------------------------------------*/
.global_header {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 500px;
  padding: 0 16px;
  background: url("../images/bg_lower_layer.png") no-repeat, #001d3d;
  background-position: center top;
  background-size: cover;
}
.global_header a {
  display: block;
  transition: 0.3s;
}
.global_header a:hover {
  opacity: 0.9;
}

@media screen and (max-width: 896px) {
  .global_header {
    min-height: 220px;
  }
}
/* legend_match_dl
----------------------------------------------------*/
.legend_match_dl {
  position: relative;
  margin-top: 80px;
  text-align: center;
}
.legend_match_dl > dd {
  margin-top: 24px;
}

/* gallery_list
----------------------------------------------------*/
@media screen and (min-width: 897px) {
  .gallery_list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .gallery_list > li {
    position: relative;
    width: 15.25%;
    height: auto;
    margin: 1.7% 0 0 1.7%;
  }
  .gallery_list > li:nth-child(6n+1) {
    margin-left: 0;
  }
  .gallery_list > li:nth-child(-n+6) {
    margin-top: 0;
  }
}
@media screen and (max-width: 896px) {
  .gallery_list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .gallery_list > li {
    position: relative;
    width: 23.5%;
    height: auto;
    margin: 2% 0 0 2%;
  }
  .gallery_list > li:nth-child(4n+1) {
    margin-left: 0;
  }
  .gallery_list > li:nth-child(-n+4) {
    margin-top: 0;
  }
}
