@charset "UTF-8";
/* ============================================
	KV
============================================ */
.kvArea {
  position: relative;
  width: 100%;
  min-width: 1135px;
}

@media only screen and (max-width: 1135px) {
  /* .kvArea{.challenge .inner .contents .txtarea h3 img
  	min-width: 100%;
  } */
}
@media only screen and (max-width: 640px) {
  .kvArea {
    min-width: 100%;
  }
}
.kvArea__img img {
  width: 100%;
  height: auto;
  vertical-align: top;
  max-width: none;
}

/* ============================================
	ナビ
============================================ */
#global-nav.m_fixed {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 100;
}

.nav {
  position: relative;
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 20px 0;
  background-size: contain;
  background: #001e55;
  /* background-image: linear-gradient(90deg, rgba(4, 28, 75, 1), rgba(3, 20, 52, 1)); */
}

@media only screen and (max-width: 1135px) {
  .nav {
    padding: 5px 0% 5px 0%;
  }
}
@media only screen and (max-width: 640px) {
  .nav {
    padding: 15px 0;
  }
}
.nav .list {
  margin: 0 auto;
  padding: 0px 0% 0px 0%;
  width: 1135px;
}

@media only screen and (max-width: 1135px) {
  .nav .list {
    width: 95%;
  }
}
@media only screen and (max-width: 640px) {
  .nav .list {
    width: 95%;
  }
}
.nav .list:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0px;
  font-size: 0em;
  line-height: 0;
  clear: both;
}

.nav .list li {
  width: 12.5%;
  margin: 0px;
  float: left;
}

/* @media only screen and (max-width: 1135px) {
	.nav .list li{
		width: 12.5%;
		margin: 0px;
	}
}
@media only screen and (max-width: 640px) {
	.nav .list li{
		width: 12.5%;
		margin: 0px;
	}
} */
.nav .list li a {
  position: relative;
  display: block;
  /* width: 162px; */
  /* font-style: oblique; */
  color: #ffffff;
  text-align: center;
  line-height: 1;
  padding: 0px 0px 0px 0px;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.5s 0s ease;
}
.nav .list li a:hover {
  transform: scale(1.2, 1.2) translateY(-8px);
}
.nav .list li a::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 10px solid #d7000f;
  transition: all 0.5s 0s ease;
}
.nav .list li a:hover::before {
  opacity: 1;
}

@media only screen and (max-width: 640px) {
  .nav .list li a {
    font-size: 18px;
  }
  .nav .list li a:hover {
    transform: scale(1, 1) translateY(0);
  }
  .nav .list li a::before {
    content: none;
  }
}
.nav .list li a .year {
  margin: 0px auto 10px auto;
  height: 61px;
  transition: all 0.2s ease;
}

@media only screen and (max-width: 1135px) {
  .nav .list li a .year {
    margin: 0px auto 5px auto;
    height: 5vw;
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .nav .list li a .year {
    margin: 0px auto 5px auto;
    height: 4vw;
    display: block;
  }
}
.nav .list li a .ball {
  width: 50%;
  transition: all 0.2s ease;
}

@media only screen and (max-width: 640px) {
  .nav .list li a .ball {
    width: 30%;
  }
}
.nav .list li a:hover .ball {
  transform: scale(1.2);
}

.anchor,
.anchor02 {
  position: absolute;
  top: -150px;
}

@media only screen and (max-width: 640px) {
  .anchor {
    position: absolute;
    top: -50px;
  }
  .anchor02 {
    position: absolute;
    top: 10px;
  }
}
.m_fixed.nav {
  padding: 15px 0;
}

@media only screen and (max-width: 640px) {
  .m_fixed.nav {
    padding: 5px 0;
    /*height: 35px !important;*/
  }
}
.m_fixed.nav .list li a .year {
  margin: 0px auto 5px auto;
  height: 23px;
  display: block;
}

@media only screen and (max-width: 1135px) {
  .m_fixed.nav .list li a .year {
    height: 2vw;
  }
}
@media only screen and (max-width: 640px) {
  .m_fixed.nav .list li a .year {
    margin: 0px auto 2px auto;
    height: 4vw;
  }
}
.m_fixed.nav .list li a .ball {
  width: 20%;
}

@media only screen and (max-width: 640px) {
  .m_fixed.nav .list li a .ball {
    width: 30%;
  }
}
/* ============================================
	PROLOGUE
============================================ */
.prologue {
  display: block;
  width: 100%;
  margin: auto;
  padding: 0px 0px 0px 0px;
  /* background: url("../images/prologue_bg.png") no-repeat top center;
  background-size: contain; */
}

.inner {
  max-width: 1135px;
  width: 1135px;
  margin: 0px auto;
}

@media only screen and (max-width: 1135px) {
  .inner {
    width: 95%;
  }
}
@media only screen and (max-width: 640px) {
  .inner {
    width: 90%;
  }
}
.contents {
  position: relative;
  width: 100%;
  margin: 140px auto 0;
}

@media only screen and (max-width: 640px) {
  .contents {
    margin: 50px auto 0;
  }
}
.txtarea {
  position: relative;
  margin: 0px;
  /* background-color: rgba(255, 255, 255, 0.8); */
}

@media only screen and (max-width: 640px) {
  .txtarea {
    width: 95%;
  }
}
.box {
  /* position: absolute;
  top: -9%;
  left: 5%; */
  width: 650px;
  padding: 20px;
  display: inline-block;
  margin: auto;
  z-index: 0;
  background: #001e55;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .box {
    width: 100%;
  }
}
.txtarea.mgn01 {
  margin: 0px 0px 0px 43%;
}
.txtarea.mgn01 .box {
  text-align: right;
}
.txtarea.mgn01 .box h3::after {
  content: none;
}
.txtarea.mgn01 .box h3::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -70px;
  width: 0;
  height: 0;
  border-right: 30px solid #d7000f;
  border-top: 70px solid transparent;
  border-bottom: 70px solid transparent;
}

@media only screen and (max-width: 640px) {
  .txtarea.mgn01 {
    margin: 20vw 0px 0px 5%;
  }
  .txtarea.mgn01 .box h3::after {
    content: none;
  }
  .txtarea.mgn01 .box h3::before {
    content: "";
    position: absolute;
    top: 7px;
    left: -30px;
    width: 0;
    height: 0;
    border-right: 15px solid #d7000f;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
  }
}
.txtarea.mgn01 .box {
  left: 20%;
}

@media only screen and (max-width: 640px) {
  .txtarea.mgn01 .box {
    left: 5%;
  }
}
.txtarea h3 {
  display: inline-block;
  font-size: 180px;
  line-height: 1;
  margin: 0;
  z-index: 1;
  font-weight: normal;
  /* background: url("../images/bg_txture.png") no-repeat center center/cover #031841; */
  /* background-clip: text; */
  /* color: transparent; */
  position: relative;
}
.txtarea h3::after {
  content: "";
  position: absolute;
  top: 20px;
  right: -70px;
  width: 0;
  height: 0;
  border-left: 30px solid #d7000f;
  border-top: 70px solid transparent;
  border-bottom: 70px solid transparent;
}

@media only screen and (max-width: 640px) {
  .txtarea h3 {
    font-size: 20vw;
  }
  .txtarea h3::after {
    content: "";
    position: absolute;
    top: 7px;
    right: -30px;
    width: 0;
    height: 0;
    border-left: 15px solid #d7000f;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
  }
}
.txtarea p.title {
  display: inline-block;
  font-size: 24px;
  line-height: 1.7;
  margin: 0 0 20px 10px;
  /* color: #041c4b; */
  z-index: 1;
  font-weight: 700;
}
.txtarea ul {
  width: 500px;
  margin: 0px 0px 0px 10px;
  list-style: none;
  display: block;
}
.txtarea ul li {
  margin: 0px;
  display: block;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 700;
}
.txtarea ul li.u-line {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #fff;
}
.txtarea.mgn01 ul {
  margin: 0px 0px 0px 110px;
}

@media only screen and (max-width: 640px) {
  .txtarea p.title {
    font-size: 18px;
    margin: 0 0 10px 0;
  }
  .txtarea ul {
    width: 100%;
    margin: 0px 0px 0px 0;
  }
  .txtarea.mgn01 ul {
    margin: 0px 0px 0px 0;
  }
}
@media only screen and (max-width: 640px) {
  .txtarea ul li {
    width: 100%;
    font-size: 12px;
  }
}
.imgarea {
  position: absolute;
  top: -40px;
  right: 0;
  width: 50%;
  margin: 0px;
}

@media only screen and (max-width: 640px) {
  .imgarea {
    position: relative;
    top: -10px;
    width: 80%;
    margin: 0px 0px 0px 20%;
  }
}
.imgarea02 {
  position: absolute;
  top: -40px;
  left: 0;
  width: 50%;
  margin: 0px;
}

@media only screen and (max-width: 640px) {
  .imgarea02 {
    position: relative;
    top: -10px;
    width: 80%;
  }
}
.imgarea a img,
.imgarea02 a img {
  transition: all 0.2s ease;
}

.imgarea a:hover img,
.imgarea02 a:hover img {
  transform: scale(1.05);
}

.imgarea img,
.imgarea02 img {
  width: 100%;
}

/* ============================================
	PHOTO
============================================ */
.photo {
  width: calc(100% - 100px);
  padding: 80px 10% 50px 10%;
  margin: -50px 0px 140px 100px;
  /* background-color: rgba(255, 255, 255, 0.8); */
  background: #d1d6da;
}
.photo.mgn01 {
  margin: -50px 100px 100px 0px;
}

@media only screen and (max-width: 640px) {
  .photo {
    width: 95%;
    padding: 30px;
    margin: -20px 0 30px 0;
  }
  .photo.mgn01 {
    margin: -20px 0 30px 20px;
  }
}
.photo p {
  display: block;
  font-size: 18px;
  line-height: 1.7;
  margin: 0px 0px 20px 0px;
  color: #001e55;
  font-weight: 600;
}

@media only screen and (max-width: 640px) {
  .photo p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0px 0px 15px 0px;
  }
}
.photo p.coution {
  font-size: 12px;
  line-height: 1.6;
  margin: -15px 0px 20px 0px;
}

@media only screen and (max-width: 1135px) {
  .photo p.coution {
    font-size: 6px;
    margin: -5px 0px 15px 0px;
  }
}
@media only screen and (max-width: 640px) {
  .photo p.coution {
    font-size: 10px;
    margin: -5px 0px 15px 0px;
  }
}
.photo__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 40px auto 0px auto;
}

.photo__list li {
  width: 23.5%;
  margin: 0px 2% 2% 0px;
}

@media only screen and (max-width: 640px) {
  .photo__list {
    margin: 20px auto 0px auto;
  }
  .photo__list li {
    width: 49%;
  }
}
.photo__list li:nth-child(4n) {
  margin: 0px 0px 2% 0px;
}

@media only screen and (max-width: 640px) {
  .photo__list li:nth-child(2n) {
    margin: 0px 0px 2% 0px;
  }
}
.photo__list li a {
  width: 100%;
  text-align: center;
  margin: 0px;
  display: block;
}

.photo__list li a img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  font-family: "object-fit: scale-down;";
  width: 100%;
  transition: all 0.2s ease-in-out;
}

.photo__list li a img:hover {
  transform: scale(1.05);
}

.mfp-zoom,
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close,
button.mfp-close,
button.mfp-arrow,
.mfp-close {
  cursor: pointer !important;
}

/* アコーディオン */
.acd {
  margin: 50px auto;
  width: 100%;
}
.acd__toggle {
  display: none;
}
.acd__option {
  position: relative;
}
.acd__option:first-child {
  margin-bottom: 30px;
}
.acd__title, .acd__content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.acd__title {
  padding: 10px;
  display: block;
  color: #fff;
  font-weight: bold;
  background: #001e55;
  text-align: center;
  font-size: 24px;
}
.acd__title::after, .acd__title::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 18px;
  width: 2px;
  height: 20px;
  background-color: #fff;
  transition: all 0.3s;
}
.acd__title::after {
  transform: rotate(90deg);
}
.acd__content {
  max-height: 0;
  overflow: scroll;
  background: #fff;
}
.acd__content-member {
  padding: 20px;
}
.acd__content-member p {
  margin: 0;
  font-size: 24px;
  text-align: center;
  background: #d1d6da;
  color: #d7000f;
}
.acd__content-member ul {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.acd__content-member ul li {
  width: 50%;
  margin-bottom: 5px;
  padding-left: 20px;
  font-size: 16px;
  position: relative;
}
.acd__content-member ul li.acd-list-full {
  width: 100%;
}
.acd__content-member ul li span {
  width: 1.5em;
  margin-right: 5px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #0f3278;
}
.acd__content-member ul li span.acd-cap {
  width: 2.5em;
  margin-left: 5px;
  display: inline-block;
  color: #fff;
  font-size: 80%;
  font-weight: bold;
  text-align: center;
  background: #d7000f;
}
.acd__content-results {
  padding: 20px;
}
.acd__content-results h4 {
  margin: 0;
  font-size: 24px;
  text-align: center;
  background: #d1d6da;
  color: #d7000f;
}
.acd__content-results h4.victory {
  background: #d7000f;
  color: #fff;
}
.acd__content-results ul li {
  padding: 10px 20px;
  font-size: 16px;
  display: flex;
  border-top: 1px solid #001e55;
}
.acd__content-results ul li p {
  margin: 0;
  line-height: 1.3em;
}
.acd__content-results ul li div:first-child {
  margin-right: 20px;
}
.acd__content-results ul li div:last-child p:last-child {
  font-size: 150%;
}
.acd__content-results ul li div:last-child p:last-child span {
  font-size: 16px;
}

.acd__toggle:checked + .acd__title + .acd__content {
  max-height: 1500px;
  transition: all 1.5s;
}

.acd__toggle:checked + .acd__title::before {
  transform: rotate(90deg) !important;
}

@media only screen and (max-width: 640px) {
  .acd {
    margin: 20px auto;
  }
  .acd__title {
    font-size: 16px;
  }
  .acd__title::after, .acd__title::before {
    right: 20px;
    top: 13px;
  }
  .acd__option:first-child {
    margin-bottom: 10px;
  }
  .acd__content {
    max-height: 0;
    overflow: hidden;
    background: #fff;
  }
  .acd__content-member {
    padding: 10px;
  }
  .acd__content-member p {
    margin: 0;
    font-size: 18px;
    text-align: center;
    background: #d1d6da;
  }
  .acd__content-member ul {
    margin-top: 10px;
    display: block;
  }
  .acd__content-member ul li {
    width: 100%;
    padding-left: 1.7em;
    font-size: 14px;
  }
  .acd__content-member ul li.acd-list-full {
    width: 100%;
  }
  .acd__content-member ul li span {
    width: 1.5em;
    margin: 0 0.2em 0 -1.7em;
  }
  .acd__content-member ul li span.acd-cap {
    width: 2.5em;
    margin-left: 5px;
    display: inline-block;
    color: #fff;
    font-size: 80%;
    font-weight: bold;
    text-align: center;
    background: #d7000f;
  }
  .acd__content-results {
    padding: 10px;
  }
  .acd__content-results h4 {
    font-size: 18px;
  }
  .acd__content-results ul li {
    padding: 10px 0;
    display: block;
  }
  .acd__content-results ul li div:last-child p:last-child {
    font-size: 100%;
  }
  .acd__content-results ul li div:last-child p:last-child span {
    font-size: 12px;
    line-height: 1em;
  }
}
.sp-br {
  display: none;
}

@media only screen and (max-width: 640px) {
  .sp-br {
    display: block;
  }
}
.sp-page {
  width: 300px;
  height: 60px;
  margin: 50px auto 0;
  background: #001e55;
}
.sp-page a {
  line-height: 60px;
  display: block;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.sp-page a::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 40px;
  width: 0;
  height: 0;
  border-left: 10px solid #d7000f;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.sp-page a:hover {
  transform: scale(1.1, 1.1);
}
.sp-page a:hover::after {
  opacity: 1;
}

@media only screen and (max-width: 640px) {
  .sp-page {
    width: 100%;
    margin: 20px auto 0;
  }
  .sp-page a {
    font-size: 16px;
  }
  .sp-page a::after {
    right: 30px;
    opacity: 1;
  }
  .sp-page a:hover {
    transform: none;
  }
}/*# sourceMappingURL=top.css.map */