@charset "UTF-8";
@font-face {
  font-family: 'THESPA';
  src: url('../font/THESPA-BoldCondensed.woff') format('woff');
  font-weight: normal;
}
@font-face {
  font-family: 'THESPA';
  src: url('../font/THESPA-BoldExtend.woff') format('woff');
  font-weight: bold;
}
body,
select {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-weight: 400;
  letter-spacing: 0.15rem;
  font-feature-settings: "palt";
  color: #002c5b;
}
.mincho { font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;}
.en,.tel, .date {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.2rem;
  font-weight: 600;
}
.thespa { font-family: 'THESPA', sans-serif; font-weight: normal!important;}

.inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1260px) {
  .inner { width: calc(100% - 120px);}
  .crumbTitleLnav .inner { width: calc(100% - 60px);}
}

#jheader {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 80px;
  top: -80px;
  left: 0;
  background: #fff;
  transition: top 0.5s ease;
}
#body {
  opacity: 0;
  position: fixed;
  pointer-events: none;
  transition: opacity 0.5s ease, margin-top 0.5s ease;
  min-width: 1200px;
  display: flow-root;
  z-index: 2;
}

#header {/*min-width: 1200px;*/}
body.loaded #body {
  opacity: 1;
  pointer-events: auto;
}
body.loaded #body { position: relative;}
body.loading #jheader,
body.loading #body { display: none;}
body.show-jleague #body,
body.show-jleague #header { margin-top: 80px;}
body.show-jleague #jheader {
  top: 0;
}
body.show-menu #jheader { z-index: 0;}

/*				reset
====================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
html, body {
  font-size: 62.5%;
}
body {
  line-height: 1;
  background: #f0f0f0;
}

#body {
  font-size: 1.6rem;
  line-height: 2;
}
sup.supText {
	font-size: 70%;
	vertical-align: top;
	position: relative;
	top: 0.2em;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  color: #002c5b;
  text-decoration: none;
  transition: color 0.5s ease;
}
main a { transition: all 0.5s ease;}
#menu-btn:hover,
#gnav a:hover,
main a:hover,
footer a:hover {
  text-decoration: none;
  /*animation: flash 0.5s ease;*/
}

main a:hover .zoom,
main .zoom a:hover,
main a.zoom:hover { animation: none;}


mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #4a4846;
  margin: 6rem 0 3rem;
  padding: 0;
}


h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 1.4rem;
}

li {
  list-style: none;
}

img { vertical-align:top;}

*, *::before, *::after {
    box-sizing: content-box;
}
*, *::before, *::after {
    box-sizing: content-box;
}


.sp { display: none;}

img { max-width: 100%;}
p { margin-top:2.2rem; }

br.mt15 { content:""; line-height: 0; display:block; margin-top:15px;}

@keyframes flash {
	 0% { opacity: 1; }
    10% { opacity: 0.6; }
	100% { opacity: 1; }
}
a:hover { animation:flash 0.5s ease;}

@keyframes bright {
	 0% { filter: brightness(180%); }
	100% { filter: brightness(100%); }
}
@keyframes darker {
	 0% { filter: brightness(50%); }
	100% { filter: brightness(100%); }
}
.bright:hover{ animation: bright 1s 1 ease; text-decoration: none;}
.darker:hover{ animation: darker 1s 1 ease; text-decoration: none;}

.inline-block {
	display: inline-block;
}

@-webkit-keyframes blink{
    0% {opacity:0;}
   50% {opacity:1;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
  50% {opacity:1;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
  50% {opacity:1;}
    100% {opacity:1;}
}

@media only screen and (max-width: 782px) {
	body { overflow-y: auto; min-width: inherit; }
	.pc { display: none;}
	.sp { display: block;}
	span.sp { display: inline;}
  
  #body { font-size: 1.4rem; line-height: 1.8;min-width: inherit;}
  #header {min-width: inherit;}
  p { margin-top: 1.7rem; }
    .the-content p,
    .the-content figure { margin-top:1.8em;}
  
  a {
    transition: none;
  }
  main a { transition: none;}
  #menu-btn { display: block;}
  #menu-btn:hover,
  #gnav a:hover,
  main a:hover,
  footer a:hover {
    animation: none;
  }
  #jheader { display: none;}


}

.zoom figure img,
 figure.zoom img{ transition: transform 0.5s ease;}
.zoom figure,
 figure.zoom{ overflow: hidden;}
.zoom:hover figure img,
figure.zoom:hover img { transform: scale(1.05);}


@media only screen and (max-width: 782px) {
  .inner,
  .crumbTitleLnav .inner {
    width: 94vw;
  }
  #body { min-width: inherit; width: 100%;padding-top:0;}
}

.show-menu #body { position: fixed !important; width:100%; height: 100%; z-index: 6;}



#header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  transition: margin-top 0.5s ease;
}
#header .top {
  background-color: #f6f6f6;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: height 0.5s ease;
  position: relative;
  z-index: 2;
}
.hide-headerTop #header .top { height: 0;overflow: hidden;}
#header .top a {
  font-size: 80%;
  font-weight: bold;
  padding: 0 15px;
}
@media only screen and (max-width: 1200px) {
  #header .top a { font-size: 70%;  padding: 0 8px;}
  #header .top a:not(.language) {letter-spacing: 0;}
}
#header .top a:not(.language):hover {
  text-decoration: underline;
}
#header .top a.language {
  padding: 0 20px 0 35px;
  height: 30px;
  line-height: 30px;
  border-right: #002c5b 1px solid;
  background: url("../img/language@2x.png") no-repeat 15px 50% / 15px auto;
  display: block;
  font-weight: normal;
}
#header .top [data-id="languages"] a { font-weight: normal;}

a.language + .sub {
  width: 120px;
  left: calc(50% - 60px);
}
.show-sub a.language + .sub { padding-top: 5px;}

#header .top a.jleague img { mix-blend-mode: darken; margin-top: 3px;}

@media only screen and (max-width: 782px) {
  #header {
  }
  #header .top {
    display: none;
  }
  #header .top a {
    font-size: 80%;
    font-weight: bold;
    padding: 0 15px;
  }
}

header .btm {
  background: #fff;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
header .btm .logo {
  margin-left: 5.5vw;
  margin-right: 2vw;
}
header .btm .right {
  display: flex;
  align-items: center;
}
header .btm .gnav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
header .btm .gnav > li {
  margin-right: 2vw;
  position: relative;
}
header .btm .gnav li a {
  font-weight: bold;
  font-size: 90%;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  header .btm .gnav { display: none;}
  /*header .btm .gnav li a { font-size: 80%; letter-spacing: 0}*/
}
header .btm .gnav li > a {
  padding: 5px 0;
}
header .btm .gnav li a + .thespa { display: none;}

header .btm .gnav .sub {
  width: 270px;
  left: calc(50% - 135px);
}
header .btm .gnav .sub li.anchorLink {
  font-size: 90%;
  line-height: 1.5;
}
header .btm .gnav .sub li.anchorLink + li:not(.anchorLink) { padding-top: 15px;}
header .btm .gnav .show-sub > a {
  border-bottom: #002c5b 2px solid;
}

header .btm .square {
  display: flex;
}
header .btm .square a {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
header .btm .square a.ticket {
  background: #f00051;
}
header .btm .square a.event {
  background: #003d7f;
}
header .btm .square a figure {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 11px;
  color: #fff;
}
header .btm .square a img {
  height: 25px;
  width: 37px;
  object-fit: contain;
  margin: 5px 0;
}

@media only screen and (max-width: 782px) {
  header .btm {
    height: 45px;
  }
  header .btm .logo {
    margin-left: 5vw;
    margin-right: 2vw;
    line-height: 1;
  }
  header .btm .logo img {
    width: 90px;
  }
  header .btm .gnav {
    display: none;
  }

  header .btm .square a {
    width: 45px;
    height: 45px;
  }
  header .btm .square a img {
    height: 20px;
    width: 28px;
    object-fit: contain;
    margin: 5px 0;
  }
  header .btm .square a figure figcaption {
    font-size: 1vw;
    letter-spacing: 0;
  }
}



#menu-btn {
  position: relative;
  cursor: pointer;
  background: #002c5b;
}


@media only screen and (max-width: 782px) {
  #menu-btn {
  }
}


#menu {
  opacity: 0; 
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  transition: opacity 0.5s ease;
  width: 100%;
  height: 100%;
  color: #fff;
}
#menu a { color: #fff;}
#menu a:hover { text-decoration: underline;}
.show-menu #menu { opacity: 1; pointer-events: auto;}

#menu header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 150px;
  position: relative;
  z-index: 2;
  padding: 0px 120px;
}
#menu header .languages {
  margin-right: 70px;
}
#menu header a.language {
  padding: 0 20px 0 35px;
  height: 30px;
  line-height: 30px;
  background: url("../img/language_white@2x.png") no-repeat 15px 50% / 15px auto;
  display: block;
  font-weight: normal;
}
#menu header .languages .sub li { background: #fff;}
#menu header .languages .sub li a { color: #002c5b;}
#menu header .close {
  position: fixed;
  right: 120px;
  top: 65px;
  width: 40px;
  height: 20px;
  cursor: pointer;
}
.close::before, .close::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}
.close::before { transform: rotate(30deg);}
.close::after { transform: rotate(-30deg);}

.scrollable {
  overflow-y: auto;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  height: calc(100vh - 150px);
  z-index: 1;
  margin: 0;
  padding: 0px 120px 120px;
  opacity: 0;
}
::-webkit-scrollbar-track {
   background: rgba(0,0,0,0);
}
.show-menu .scrollable { opacity: 1; transition: all 1s ease 0.3s;}


@media only screen and (max-width: 782px) {
  #menu header {
    height: 100px;
    padding: 0;
  }
  #menu header .logo { margin-left: 5vw;}
  #menu header .logo img { width: 150px;}
  #menu header .languages {
    margin-right: 7.5vw;
    font-size: 11px;
  }
  #menu header .close {
    position: fixed;
    right: 2.5vw;
    top: 45px;
    width: 30px;
    height: 15px;
  }
  .close::before, .close::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
  }
  .close::before { transform: rotate(30deg);}
  .close::after { transform: rotate(-30deg);}


  .scrollable {
    padding: 0 0 10rem;
    height: calc(100vh - 100px);
  }
}

.menuflx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.menuflx dl {
  width: calc(25% - 30px);
  border-top: #113965 1px solid;
  padding: 25px 0 50px;
}
.menuflx dl.wide {
  width: calc(33% - 22px);
}
.menuflx dl dt {
  font-family: 'THESPA', 'Montserrat', sans-serif;
  font-size: 30px;
  letter-spacing: 0.2rem;
}
.menuflx dl dd {
  margin-top: 25px;
  font-size: 84%;
  display: flex;
}
.menuflx dl dd ul { min-width: 50%;}
.menuflx dl dd li { margin: 5px 0;}
.menuflx dl dd li.anchorLink { margin-left: 10px;}
.menuflx dl dd li a { font-weight: bold;}



@media only screen and (max-width: 782px) {
  .menuflx {
    display: block;
    border-bottom: none;
  }
  .menuflx dl {
    width: auto;
    border-top: #113965 1px solid;
    padding: 0px 0 0px;
    margin-top: 0;
  }
  .menuflx dl.wide {
    width: auto;
  }
  .menuflx dl dt {
    font-size: 20px;
    padding: 3vw 7.5vw;
    position: relative;
  }
  .menuflx dl dt a { pointer-events: none;}
  .menuflx dl dt::before,
  .menuflx dl dt::after {
    content: "";
    width: 5vw;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 5vw;
  }
  .menuflx dl dt::after { transform: rotate(90deg);}
  
  .menuflx dl dt.direct-link a { pointer-events: auto;}
  .menuflx dl dt.direct-link::before,
  .menuflx dl dt.direct-link::after { display: none;}
  
  .menuflx dl.on dt::after { display: none;}
  .menuflx dl dd {
    margin-top: 0;
    padding: 0 7.5vw 0;
    opacity: 0;
    pointer-events: none;
    display: flex;
    max-height: 0;
    transition: all 0.5s ease;
  }
  .menuflx dl.on dd {
    padding-bottom: 2.5vw;
    max-height: inherit;
    opacity: 1;
    pointer-events: auto;
  }
}
#menu footer {
  margin-top: 50px;
}
ul.snsBanners {
  display: flex;
}
ul.snsBanners li {
  width: 16.666%;
  background: #fff;
}
ul.snsBanners li a {
  display: block;
  text-align: center;
  padding: 20px 0;
}
ul.snsBanners li.twitter a { background: #000;}
ul.snsBanners li.fb a { background: #1877f2;}
ul.snsBanners li.insta a { background: url("../img/bg_insta.jpg") no-repeat left top / cover;}
ul.snsBanners li.line a { background: #06c755;}
ul.snsBanners li.youtube a { background: #ff0000;}
ul.snsBanners li.tiktok a { background: #000000;}

#menu-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 25%;
  z-index: 2;
  transition: none;
  width: 50%;
}
@media only screen and (max-width: 782px) {
  #menu footer {
    margin-top: 0;
  }
  ul.snsBanners {
    display: flex;
  }
  ul.snsBanners li {
    width: 20%;
    background: #fff;
  }
  ul.snsBanners li a {
    height: 20vw;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  ul.snsBanners li a img {
    width: 50%;
  }

  #menu-btn-icon{
  }
}
#menu-btn-icon::before, #menu-btn-icon::after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;  
}
#menu-btn-icon::before{
  margin-top: -5px;
  transform-origin: center center;
}
#menu-btn-icon::after{
  margin-top:4px;
  transform-origin: center center;
  width: 66.6%;
  left: auto;
  right: 0;
}

@media only screen and (max-width: 782px) {
  #menu-btn-icon::before, #menu-btn-icon::after{ background: #fff;height: 1px;}
  #menu-btn-icon::before{
    margin-top: -3px;
  }
  #menu-btn-icon::after{
    margin-top:2.5px;
  }
}

.show-menu #menu-btn #menu-btn-icon {
  background: transparent;
}
.show-menu #menu-btn #menu-btn-icon::before,
.show-menu #menu-btn #menu-btn-icon::after{
  margin-top: 0;
  background: #fff;
  transition: margin-top 0.3s ease, transform 0.3s ease 0.3s;
}
.show-menu #menu-btn #menu-btn-icon::before{
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
}
.show-menu #menu-btn #menu-btn-icon::after{
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}
@media only screen and (max-width: 782px) {
  .show-menu #menu-btn #menu-btn-icon::before{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .show-menu #menu-btn #menu-btn-icon::after{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .show-menu #menu-btn #menu-btn-icon::before, .show-menu #menu-btn #menu-btn-icon::after{ background: #41bdce;}
}
#cover { display: none;}
#cover::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background: rgba(0,44,91,0.2);
}
.show-menu #cover {
  display: block;
  backdrop-filter: blur(2px);
  z-index: 9998;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
  background: rgba(0,44,91,1);
}

.anchor {
  display: inline-block;
	margin-top:-120px;
	padding-top:120px;
}

a.tel,
.tel a { pointer-events: none;}
@media only screen and (max-width: 782px) {
	.anchor {
		margin-top:-5rem;
		padding-top:5rem;
	}
  a.tel, .tel a  { pointer-events: auto;}
  .sp-w100 { width: 100%;} 
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin-right: 2em;
   margin-bottom: 2em;
}

.alignright {
   float: right;
   margin-bottom: 2em;
  margin-left: 2em;
}

.wp-caption {
   border: none;
   text-align: center;
   background-color: none;
   padding-top: 0px;
   margin: 2em 0 0 0;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 0px;
   -khtml-border-radius: 0px;
   -webkit-border-radius: 0px;
   border-radius: 0px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 86%;
   line-height: 17px;
   padding: 0 ;
   margin: 10px 0 0 0;
  text-align: left;
}
.the-contents { overflow: hidden;}
.the-contents tbody,.the-contents tr,.the-contents td, .the-contents th { border:initial; border-style: none;}
.the-contents img { height: auto;}
.the-contents p,
.the-contents figure { margin-top:2.5em;}
.the-contents p { line-height: 1.8;}

.the-contents h1 { font-weight: bold; font-size: 2.5rem; margin: 1em 0 !important; line-height: 1.7;}
.the-contents h2 { font-style: italic; font-weight: bold !important; font-size: 2.2rem !important; margin: 1em 0 !important; line-height: 1.7; white-space: normal;}
.the-contents h3,
.the-contents h4 { font-weight: bold; font-size: 1.8rem; margin: 1em 0 !important; line-height: 1.8;}
.the-contents pre { overflow: hidden;}
.the-contents p iframe { width: 800px; height: 450px;}
@media only screen and (max-width: 782px) {
  .the-contents h1 { font-size: 1.6rem;}
  .the-contents h2 { font-size: 1.5rem !important; padding: 0;}
  .the-contents h3,
  .the-contents h4 { font-size: 1.3rem; }
  .the-contents p iframe { width: 95vw; height: 53.4375vw;}
}
.the-contents ol,
.the-contents ul {
  margin-left: 1.5em;
}
.the-contents ol li {
  list-style: decimal;
}
.the-contents ul li {
  list-style: disc;
}
.the-contents a {
  color: #007bfe;
  text-decoration: underline;
}
.the-contents * { max-width: 100%;}
.the-contents video,
.the-contents img { height: auto;}

.hasInview { transition: opacity 1s ease, transform 1s ease;}
.hasInview.delay { transition-delay: 0.2s;}
.fade {
  transform: translateY(30px);
  opacity: 0;
}


img.hoverUp {
  transition: transform 0.5s ease, filter 0.5s ease;
}

@media only screen and (min-width: 783px) {
  a:hover img.hoverUp  {
    transform: translateY( -5px);
    filter: drop-shadow(0 5px 5px rgba(0,0,0,0.2));
  }
}


.hidden { display: none;}

.hasSub { position: relative;}
.sub {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease, padding 0.5s ease;
  padding-top: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.sub li { margin-top: -1px;background: #002c5b; width: 100%; text-align: center;}
.sub li:first-child,
.sub li.sp:first-child + li { padding-top: 15px;}
.sub li:last-child { padding-bottom: 15px;}
.sub a { color: #fff; }
.sub a:hover { text-decoration: underline;}
.show-sub .sub {
  opacity: 1;
  pointer-events: auto;
  padding-top: 15px;
}



#footer { position: relative; z-index: 2;}


#pagetop {
  display: block;
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 50px;
  height: 50px;
  background: #001c39;
  cursor: pointer;
  z-index: 10;
  transition: all 0.5s ease;
  opacity: 0;
  pointer-events: none;
}
#pagetop::before {
  content: "";
  width: 20px;
  height: 20px;
  border-top: #fff 5px solid;
  border-left: #fff 5px solid;
  transform: rotate(45deg);
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 8px);
  box-sizing: border-box;
}

.show-pagetop #pagetop {
  opacity: 1;
  pointer-events: auto;
}
.relative-pagetop #pagetop {
  position: absolute;
  bottom: auto;
  top: 25px;
}
@media only screen and (max-width: 782px) {
  #pagetop {
    right: 0px;
    bottom: 0px;
  }
  #pagetop::before {
    width: 12px;
    height: 12px;
    border-top: #fff 2px solid;
    border-left: #fff 2px solid;
    left: calc(50% - 6px);
    top: calc(50% - 5px);
  }

  .relative-pagetop #pagetop {
    bottom: auto;
    top: 0;
  }
}

main { position: relative; z-index: 1;}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{ top: calc(100% - 60px) !important;}
.swiper-pagination-bullet { top: calc(100% - 70px) !important; background: #fff !important; opacity: 1 !important; width: 10px !important; height: 10px !important; margin: 1px 10px !important;}
.swiper-pagination-bullet.swiper-pagination-bullet-active { background: #fccb00 !important;width: 12px !important; height: 12px !important;margin: 0px 10px !important;}

.button-next,
.button-prev {
  position: absolute;
  z-index: 2;
  top: calc(50% - 40px);
  cursor: pointer;
  width: 80px;
  height: 80px;
}
.button-prev { left: 0px;}
.button-next { right: 0px;}
.button-next::before,
.button-prev::before {
  content: "";
  width: 50px;
  height: 50px;
  border: transparent 10px solid;
  border-left: #fff 10px solid;
  border-bottom: #fff 10px solid;
  position: absolute;
  
  top: calc(50% - 25px);
  box-sizing: border-box;
}
.button-prev::before { transform: rotate(45deg);left: calc(50% - 10px);}
.button-next::before { transform: rotate(225deg);left: calc(50% - 40px);}
.button-next:not([aria-disabled="true"]):hover,
.button-prev:not([aria-disabled="true"]):hover { animation: flash 0.5s ease;}

.button-prev[aria-disabled="true"],
.button-next[aria-disabled="true"] {
  opacity: 0.3;
  cursor: default;
}

@media only screen and (max-width: 782px) {
  .button-next,
  .button-prev {
    top: calc(50% - 2.5vw);
    width: 5vw;
    height: 5vw;
  }
  .button-next::before,
  .button-prev::before {
    content: "";
    width: 3vw;
    height: 3vw;
    border: transparent 5px solid;
    border-left: #fff 5px solid;
    border-bottom: #fff 5px solid;
    top: calc(50% - 1.5vw);
  }
  .button-prev::before { transform: rotate(45deg);left: calc(50% - 1vw);}
  .button-next::before { transform: rotate(225deg);left: calc(50% - 2vw);}
  .button-next:not([aria-disabled="true"]):hover,
  .button-prev:not([aria-disabled="true"]):hover { animation: flash 0.5s ease;}

  .button-prev[aria-disabled="true"],
  .button-next[aria-disabled="true"] {
    opacity: 0.3;
    cursor: default;
  }
}

.bg_navy {
  background-color: #002c5b;
  color: #fff;
  position: relative;
}
.bg_navy::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  background-color: #002c5b;
  z-index: 0;
}
.bg_lightgray {
  background-color: #f6f6f6;
  color: #002c5b;
  position: relative;
}
.bg_lightgray::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  background-color: #f6f6f6;
  z-index: 0;
}
.bg_line {
  background-image: url("../img/bg_line@2x.png");
  background-repeat: repeat;
  background-size: 200px 615px;
}

.button-next-small,
.button-prev-small {
  position: absolute;
  z-index: 2;
  top: 0px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
.button-prev-small { right: 270px;}
.button-next-small { right: 200px;}
.button-next-small::before,
.button-prev-small::before {
  content: "";
  width: 18px;
  height: 18px;
  border: transparent 2px solid;
  border-left: #002c5b 2px solid;
  border-bottom: #002c5b 2px solid;
  position: absolute;
  
  top: calc(50% - 9px);
  box-sizing: border-box;
}
.button-prev-small::before { transform: rotate(45deg);left: calc(50% - 5px);}
.button-next-small::before { transform: rotate(225deg);left: calc(50% - 15px);}
.button-next-small:not([aria-disabled="true"]):hover,
.button-prev-small:not([aria-disabled="true"]):hover { animation: flash 0.5s ease;}

.button-prev-small[aria-disabled="true"],
.button-next-small[aria-disabled="true"] {
  opacity: 0.3;
  cursor: default;
}

.myBtn {
  margin: 50px 0 0 0;
  display: flex;
  justify-content: center;
}
.myBtn a {
  width: min(450px, 100%);
  height: 100px;
  background: #c7a840;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  color: #002c5b !important;
  font-weight: bold;
}
@media only screen and (max-width: 782px) {
  .myBtn {
    margin: 25px 0 0 0;
  }
  .myBtn a {
    width: min(90%, 340px);
    height: 60px;
  }
}

.icon_blank {
  background-image: url("../img/icon_blank_blue@2x.png");
  background-repeat: no-repeat !important;
  background-position:right 50% ;
  background-size :22px auto !important;
  padding-right: 30px !important;
  display: inline-block;
}
.myBtn .icon_blank {
  background-image: url("../img/icon_blank_black@2x.png");
  background-position:calc(100% - 30px) 50% !important;
}
@media only screen and (max-width: 782px) {
  .icon_blank {background-size :14px auto !important; padding-right: 20px !important;}
  
}

#footer {
  background: #001c39;
  color: #fff;
  position: relative;
}
#footer a { color: #fff;}
#footer figure{ 
  text-align: center;
  padding: 55px 0 75px;
  border-bottom: #113965 1px solid;
}
#footer .snsBanners {
  width: min(100%, 1000px);
  margin: 0 auto 0;
  position: relative;
}
#footer .snsBanners li {margin-top: -52px;}

#footer .menuflx {
  width: 1200px;
  margin: 0 auto;
  border-left: #113965 1px solid;
  box-sizing: border-box;
}
#footer .menuflx dl {
  width: 25%;
  margin-top: -1px;
  padding: 25px 25px 35px 35px;
  border-right: #113965 1px solid;
  box-sizing: border-box;
}
#footer .menuflx dl.wide {
  width: 33.3333%;
}

@media only screen and (max-width: 782px) {
  #footer {
  }
  #footer figure.logo {
    border-bottom: none;
    padding: 7.5vw 0 7.5vw;
  }
  #footer figure.logo img { width: 80px;}
  #footer .snsBanners {
  }
  #footer .snsBanners li {margin-top: -20vw; width: 20vw;}
  #footer .snsBanners li a {height: 20vw; padding: 0; display: flex; justify-content: center; align-items: center;}
  #footer .snsBanners li img { width: 10vw;}

  #footer .menuflx {
    width: auto;
    margin: 0 auto;
    border-left: none;
  }
  #footer .menuflx dl {
    width: auto;
    margin-top: 0;
    padding: 0;
    border-right: none;
  }
  #footer .menuflx dl.wide {
    width: auto;
  }

}


#footer .btm {
  border-top: #113965 1px solid;
  font-size: 80%;
}
#footer .btm .flex {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  height: 110px;
  align-items: center;
  justify-content: space-between;
}
#footer .btm .flex .left {
  margin: 0 40px;
}
#footer .btm .flex .left a {
  display: inline-block;
}
#footer .btm .flex .left a + a { margin-left: 30px;}
#footer .btm .flex .right {
  margin: 0 40px;
  text-align: right;
}
#footer .btm .flex .right span {
  display: inline-block;
}
#footer .btm .flex .right span + span { margin-left: 30px;}
#footer .btm .flex .right span.thespa { font-size: 90%; }
@media only screen and (max-width: 782px) {
  #footer .btm {
    padding: 40px 0 100px;
    text-align: center;
    border-top: none;
  }
  #footer .btm .flex {
    display: block;
    width: 90vw;
    height: auto;
  }
  #footer .btm .flex .left {
    margin: 0;
  }
  #footer .btm .flex .left a + a { margin-left: 15px;}
  #footer .btm .flex .right {
    margin: 30px 0 0 0;
    text-align: center;
  }
  #footer .btm .flex .right span {
    display: block;
  }
  #footer .btm .flex .right span + span { margin: 15px 0 0 0px;}
  #footer .btm .flex .right span.thespa { font-size: 90%; }

}
.mt0 { margin-top: 0 !important;}

a.nolink:hover {
  pointer-events: none;
  animation: none;
  transition: none;
}
a.nopage {
  pointer-events: none !important;
  color: #838383 !important;
}
.ysc a.nopage { pointer-events: auto !important;}