body {
  background: #fff;
}

.headerNav {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.75);
  font-size: 0;
  height: 90px;
  z-index: 99;
  text-align: center;
}
.headerNav .headerNav_jplogo {
  position: absolute;
  left: 25px;
  top: 25px;
}
.headerNav .headerNav_wcup2018 {
  display: inline-block;
  margin: 0 auto;
}
.headerNav .headerNav_wcup2018 a {
  height: 90px;
  width: 300px;
  display: table-cell;
  vertical-align: middle;
}
.headerNav .headerNav_wcup2018 a.disp_sp {
  display: none;
}
.headerNav .headerNav_wcup2018 a img {
  width: 300px;
}
.headerNav .menu-trigger {
  position: absolute;
  right: 0;
  top: 15px;
  display: inline-block;
  width: 32px;
  height: 20px;
  z-index: 99999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px;
  cursor: pointer;
}
.headerNav .menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  margin: 0 auto;
}
.headerNav .menu-trigger span:nth-of-type(1) {
  top: 0;
}
.headerNav .menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.headerNav .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.headerNav .menu-trigger.active span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background-color: #fff;
}
.headerNav .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.headerNav .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.headerNav .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}
.headerNav #navigation {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99998;
}
.headerNav #navigation .navigation_inner {
  display: table;
  width: 100%;
  height: 100%;
}
.headerNav #navigation .navigation_menu {
  display: table-cell;
  vertical-align: top;
  padding-top: 100px;
}
.headerNav #navigation li {
  position: relative;
  width: 980px;
  margin: 0 auto;
  border-bottom: solid 1px rgba(225, 225, 225, 0.3);
}
.headerNav #navigation li:after {
  position: absolute;
  font-family: 'ionicons';
  content: '\f30f';
  color: #fff;
  right: 25px;
  font-size: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.headerNav #navigation li a {
  display: block;
  font-size: 20px;
  padding: 30px 0;
  line-height: 1.5;
  color: #fff;
  font-weight: 100;
  letter-spacing: 0.1em;
}
.headerNav #navigation li a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.photogalleryArea {
  position: relative;
  margin-top: 90px;
}
.photogalleryArea .inner {
  width: 100%;
  min-width: 980px;
  letter-spacing: -.4em;
}
.photogalleryArea .inner .photo_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.photogalleryArea .inner .photo_list li {
  width: 16.6666666667%;
  height: auto;
  position: relative;
}
@media screen and (max-width: 1750px) {
  .photogalleryArea .inner .photo_list li {
    width: 20%;
  }
}
@media screen and (max-width: 1400px) {
  .photogalleryArea .inner .photo_list li {
    width: 25%;
  }
}
.photogalleryArea .inner .photo_list li:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.photogalleryArea .inner .photo_list li.game_card {
  background: url("/img/special/russia/2018/photogallery/photogallery_card.png") no-repeat 0 0;
  background-size: 100%;
  pointer-events: none;
}
.photogalleryArea .inner .photo_list li a {
  padding: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.photogalleryArea .inner .photo_list li a:before {
  content: "";
  height: 100%;
  vertical-align: middle;
  width: 0;
  display: inline-block;
}
.photogalleryArea .inner .photo_list li a .game {
  width: 100%;
  text-align: center;
  position: relative;
  letter-spacing: 0;
  margin-bottom: 5%;
  color: #fff;
  bottom: 1%;
}
.photogalleryArea .inner .photo_list li a .game h1 {
  padding: 3%;
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 100;
  background: linear-gradient(-90deg, #3c3219, #c7b380, #3c3219);
  border: 1px solid #e6d5a9;
  border-width: 1px 0;
}
.photogalleryArea .inner .photo_list li a .game .gs {
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
  padding: 2%;
  font-size: 13px;
}
.photogalleryArea .inner .photo_list li a .game ul {
  display: flex;
  justify-content: space-between;
  margin-top: 5%;
}
.photogalleryArea .inner .photo_list li a .game ul .flag {
  width: 40%;
}
.photogalleryArea .inner .photo_list li a .game ul .flag:before {
  content: none;
}
.photogalleryArea .inner .photo_list li a .game ul .flag.right {
  right: 4%;
}
.photogalleryArea .inner .photo_list li a .game ul .flag.left {
  left: 4%;
}
.photogalleryArea .inner .photo_list li a .game ul .flag > img {
  width: 75%;
}
.photogalleryArea .inner .photo_list li a .game ul .flag .text {
  font-size: 12px;
}
.photogalleryArea .inner .photo_list li a .game ul span {
  display: inline-block;
}
.photogalleryArea .inner .photo_list li a > * {
  vertical-align: middle;
  display: inline-block;
}
.photogalleryArea .inner .photo_list li a > img {
  width: auto;
  height: 100%;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.photogalleryArea .inner .photo_list li a > img.vertical {
  width: 100%;
  height: auto;
}

.mfp-image-holder .mfp-content {
  max-width: 80% !important;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 30% !important;
  margin-top: -54px !important;
  padding: 0;
  width: 90px;
  height: 50% !important;
  background: #ffffff5c !important;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 50% !important;
  margin-top: 0 !important;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:before {
  display: none !important;
}

.gallery-arrow {
  position: absolute;
  top: 50% !important;
  z-index: 9999;
}

.gallery-arrow-left:before {
  content: '<';
  color: #000;
}

.gallery-arrow-right:before {
  content: '>';
  color: #000;
}

.DataProvision p {
  display: none;
}
