@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.6.3/css/all.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  box-sizing: content-box;
}

select::-ms-expand {
  display: none;
}

em {
  font-style: normal;
}

main {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
}

html.special{
	zoom: 1 !important;
}

.fadein {
  opacity: 0;
  animation-name: fadein;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@keyframes fadein {
  0% {
     opacity: 0;
  }
  100% {
     opacity: 1;
  }
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0rem;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
background-attachment: fixed;
	min-width: inherit !important;
}
body.top {
	background: url("../images/bg.jpg") repeat-y top center;
	background-size: cover;
}
body.y1998 {
	background: url("../images/1998/bg.jpg") repeat-y top center;
	background-size: cover;
}
body.y2002 {
	background: url("../images/2002/bg.jpg") repeat-y top center;
	background-size: cover;
}
body.y2006 {
	background: url("../images/2006/bg.jpg") repeat-y top center;
	background-size: cover;
}
body.y2010 {
	background: url("../images/2010/bg.jpg") repeat-y top center;
	background-size: cover;
}
body.y2014 {
	background: url("../images/2014/bg.jpg") repeat-y top center;
	background-size: cover;
}
body.y2018 {
	background: url("../images/2018/bg.jpg") repeat-y top center;
	background-size: cover;
}
body.y2022 {
	background: url("../images/2022/bg.jpg") repeat-y top center;
	background-size: cover;
}

.anton{
	font-family: 'Anton', sans-serif;
}

a {
  word-break: break-all; 
}

a:hover {
  text-decoration: none;
}

.sp-hidden {
  display: block;
}

.pc-hidden {
  display: none;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
  border-style: none;
}

section p, article p {
  padding-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .sp-hidden {
    display: none;
  }
  .pc-hidden {
    display: block;
  }
  body {
    min-width: 0;
  }
  .sp-scroll {
    width: 100%;
    overflow-x: auto;
  }
}
/* ============================================
	header
============================================ */
header{
	position: relative;
	width:100%;
	min-width: 1135px;
	height: 120px;
	background: #041b49;
background: -moz-linear-gradient( #031435 0%, #041b49 100%);
background: -webkit-gradient(linear, left top, left bottom, from(#031435), to(#041b49));
background: -webkit-linear-gradient( #031435 0%, #041b49 100%);
background: -o-linear-gradient( #031435 0%, #041b49 100%);
background: -ms-linear-gradient( #031435 0%, #041b49 100%);
background: linear-gradient( #031435 0%, #041b49 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#031435, endColorstr=#041b49,GradientType=0 );
	border-bottom: 10px solid #dc0821;
	margin: auto;
	text-align: center;
}
@media only screen and (max-width: 1135px) {
	header{
		min-width: auto;
		height: 10vw;
	}
}
@media only screen and (max-width: 640px) {
	header{
		min-width: auto;
		height: 19vw;
		border-bottom: 5px solid #dc0821;
	}
}
header h1{
	display:block;
	margin: auto;
	position: absolute;
	top: 40px;
	/*left: 0;*/
	right: 40px;
	width: 137px;
	z-index: 0;
}
@media only screen and (max-width: 1135px) {
	header h1{
		width: 12vw;
		top: 3vw;
		/*left: 0;*/
		right: 3%;
	}
}
@media only screen and (max-width: 640px) {
	header h1{
		width: 21vw;
		top: 6.5vw;
		/*left: 0;*/
		right: 2%;
	}
}
header .samuraiblue{
	display:block;
	margin: 0;
	position: absolute;
	top: 40px;
	left: 40px;
	width: 240px;
}
@media only screen and (max-width: 1135px) {
	header .samuraiblue{
		position: absolute;
		top: 35%;
		left: 3%;
		width: 20vw;
	}
}
@media only screen and (max-width: 640px) {
	header .samuraiblue{
		position: absolute;
		top: 40%;
		left: 2%;
		width: 32vw;
	}
}
header img{
	display:block;
	width: 100%;
}

/* ============================================
	MAIN
============================================ */
.main {
  padding-bottom: 200px;
}
@media only screen and (max-width: 640px) {
	.main {
	  padding-bottom: 50px;
	}
}
/* ============================================
	TTL
============================================ */
.ttl{
	position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 100%;
	min-width: 1135px;
	margin: 0px auto;
	padding: 0px;
	height: 220px;
}
@media only screen and (max-width: 1135px) {
	.ttl{
		min-width: auto;
		height: 20vw;
	}
}
@media only screen and (max-width: 640px) {
	.ttl{
		min-width: auto;
		height: 25vw;
	}
}
.ttl h2{
	display: block;
	font-size: 50px;
	line-height: 1;
	margin: auto;
	text-align: center;
	font-weight: 900;
	color: #041c4b;
	font-style: italic;
	z-index: 1;
}
@media only screen and (max-width: 1135px) {
	.ttl h2{
		font-size: 4vw;
	}
}
@media only screen and (max-width: 640px) {
	.ttl h2{
		font-size: 6vw;
	}
}
.ttl p{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	display: block;
    font-size: 238px;
    line-height: 1;
    margin: auto;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    z-index: 0;
	width: 100%;
}
@media only screen and (max-width: 1135px) {
	.ttl p{
	    font-size: 20vw;
	}
}
@media only screen and (max-width: 640px) {
	.ttl p{
	    font-size: 20vw;
	}
}
.ttl p .dli-caret-down {
	position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: inline-block;
    vertical-align: middle;
    color: #dc0821 !important;
    line-height: 1;
    width: 0 !important;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.06em 0.2em;
    border-top-color: currentColor;
    border-bottom: 0;
    margin-top: 0px !important;
    padding: 0px !important;
	background: none !important;
}
@media only screen and (max-width: 1135px) {
	.ttl p .dli-caret-down {
	    top: 85%;
	}
}
@media only screen and (max-width: 640px) {
	.ttl p .dli-caret-down {
	    top: 85%;
	}
}

/* ============================================
	ナビ（下層ページ）
============================================ */
#global-nav.m_fixed {
	left: 0;
	position: fixed;
	top: 0;
	z-index: 100;
}
.nav02{
	position: relative;
	width:100%;
	margin:0px auto 0px auto;
	padding: 0px;
	background-size: contain;
	background-image: linear-gradient(90deg, rgba(4, 28, 75, 1), rgba(3, 20, 52, 1));
	z-index: 10;
}
.nav02 .list{
	margin:0 auto;
	padding: 0px;
	width: 1135px;
}
@media only screen and (max-width: 1135px) {
	.nav02 .list{
		width: 95%;
	}
}
@media only screen and (max-width: 640px) {
	.nav02 .list{
		width: 95%;
	}
}
.nav02 .list:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.nav02 .list li{
	position: relative;
	float: left;
}
@media only screen and (max-width: 1135px) {
	.nav02 .list li{
		width: 14.2%;
		margin: 0px;
	}
}
@media only screen and (max-width: 640px) {
	.nav02 .list li{
		width: 14.2%;
		margin: 0px;
	}
}
.nav02 .list li a{
	position: relative;
	display:block;
	width: 162px;
	font-style: oblique;
	text-decoration:none;
	color:#ffffff;
	text-align:center;
	line-height:1;
	padding: 10px 0px 10px 0px;
}
@media only screen and (max-width: 1135px) {
	.nav02 .list li a{
		width: 100%;
		line-height:0;
	}
}
@media only screen and (max-width: 640px) {
	.nav02 .list li a{
		width: 100%;
		padding: 5px 0px 5px 0px;
	}
}
.nav02 .list li a .year{
	margin: 0px auto 5px auto;
	height: 23px;
    display: block;
	transition:all .2s ease;
}
@media only screen and (max-width: 1135px) {
	.nav02 .list li a .year{
		height: 2vw;
		display: block;
	}
}
@media only screen and (max-width: 640px) {
	.nav02 .list li a .year{
		margin: 0px auto 5px auto;
		height: 4vw;
		display: block;
	}
}
.nav02 .list li a .ball{
	width: 20%;
	transition:all .2s ease;
}
@media only screen and (max-width: 640px) {
	.nav02 .list li a .ball{
		width: 30%;
	}
}
.nav02 .list li a:hover .ball{
	transform: scale(1.2);
}

.nav02 .list li.coming a{
	pointer-events: none;
}
.nav02 .list li.coming:after {
	content: "COMING";
	font-size: 24px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	background-color: rgba(4,28,75,0.8);
	padding: 20px 0px 0px 0px;
	color: #ffffff;
	text-shadow: 0px 0px 4px #333333;
}
@media only screen and (max-width: 1135px) {
	.nav02 .list li.coming:after {
		font-size: 1.7vw;
		padding: 1.7vw 0px 0px 0px;
	}
}
@media only screen and (max-width: 640px) {
	.nav02 .list li.coming:after {
		font-size: 3.5vw;
		padding: 3.5vw 0px 0px 0px;
	}
}

/* ============================================
	ヒストリーページに戻る（下層ページ）
============================================ */
.topbtn{
	display: block;
	width: 100%;
	margin: 50px auto 0px auto;
	padding: 0px;
}
@media only screen and (max-width: 640px) {
	.topbtn{
		margin: 50px auto 0px auto;
	}
}
.topbtn a{
	display: block;
	width: 500px;
	margin: 0px auto 0px auto;
	padding: 10px 0px 10px 0px;
	color: #dc0821;
	font-size: 18px;
	line-height: 1.2;
	font-style: oblique;
	text-decoration: none;
	text-align: center;
	position: relative;
	transition:all .2s ease;
	background-color: #ffffff;
	font-weight: 700;
	box-shadow: 7px 7px 0px 0px rgba(220,8,33,1);
}
@media only screen and (max-width: 1135px) {
	.topbtn a{
		width: 50%;
		font-size: 1.6vw;
	}
}
@media only screen and (max-width: 640px) {
	.topbtn a{
		font-size: 3vw;
		padding: 5px 0px 5px 0px;
		box-shadow: 3px 3px 0px 0px rgba(220,8,33,1);
	}
}
.topbtn a:hover{
	color: #ffffff;
	background-color: #dc0821;
	box-shadow: 7px 7px 0px 0px rgba(255,255,255,1);
}
.topbtn a span{
	display: block;
	margin: 0px auto 0px auto;
	font-size: 40px;
}
@media only screen and (max-width: 1135px) {
	.topbtn a span{
		font-size: 4vw;
	}
}
@media only screen and (max-width: 640px) {
	.topbtn a span{
		font-size: 6vw;
	}
}

/* ============================================
	FOOTER
============================================ */
.pagetop {
  background: #000;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.pagetop a {
  color: #fff;
  text-decoration: none;
  display: block;
  transition: background 0.3s linear;
  padding: 10px;
}

.pagetop a:hover {
  background: #fff;
  color: #041c4b;
}

.footer {
  background: #041c4b;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  padding: 30px 0 40px;
  position: relative;
}

.footer::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, #041c4b, #000);
  background: -webkit-linear-gradient(top, #041c4b, #000);
  background: linear-gradient(to bottom, #041c4b, #000);
  opacity: .3;
  z-index: 32;
}

.footer__text, .footer__icon {
  font-size: 10px;
  color: #ccc;
  z-index: 33;
  position: relative;
}

/* FOOTER
---------------------------------------------------------------------------*/
.pagetop {
  background: #000;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
}

.pagetop a {
  color: #fff;
  text-decoration: none;
  display: block;
  transition: background 0.3s linear;
  padding: 5px;
}

.pagetop a:hover {
  background: #001e55;
}

.footer {
  background: #041c4b;
  text-align: center;
  font-size: 9px;
  font-weight: 700;
  color: #fff;
  padding: 15px 0 20px;
  position: relative;
}

.footer::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, #041c4b, #000);
  background: -webkit-linear-gradient(top, #041c4b, #000);
  background: linear-gradient(to bottom, #041c4b, #000);
  opacity: .3;
  z-index: 32;
}

.footer__text {
  font-size: 7px;
  color: #ccc;
  z-index: 33;
  position: relative;
}

/* inview
---------------------------------------------------------------------------*/
.fade-mv {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1s ease, transform 1s ease;
}

.mv {
  opacity: 1;
  transform: translateY(0px);
}

@media only screen and (max-width: 988px) {

}
