@font-face {
  font-family: 'DaiwaFont';
  src: url('../fonts/DINNextLTPro-Regular.eot');
  src: url('../fonts/DINNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/DINNextLTPro-Regular.woff2') format('woff2'),
       url('../fonts/DINNextLTPro-Regular.woff') format('woff'),
       url('../fonts/DINNextLTPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DaiwaFont';
  src: url('../fonts/DINNextLTPro-Bold.eot');
  src: url('../fonts/DINNextLTPro-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/DINNextLTPro-Bold.woff2') format('woff2'),
       url('../fonts/DINNextLTPro-Bold.woff') format('woff'),
       url('../fonts/DINNextLTPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
html {
  overflow-x: hidden;
}
body {
  font-family:'DaiwaFont';
  background-color: #000;
}
ul,li, a {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/*===================================================================
    Pages
===================================================================*/

.bg-white {background-color: #fff; color: #222;}
.bg-black {background-color: #000; color: #fff;}
.bg-black hr {border-top: 1px solid #333;}
img.responsive {max-width: 100%;}

h1 {font-size: 50px;}
h2 {font-size: 40px; margin: 0;}
h3 {font-size: 30px;}
h4 {font-size: 18px; font-weight: bold;}
h5 {font-size: 14px; font-weight: bold;}
.spacer {margin-top: 60px;}
.spacer-large {margin-top: 120px;}
hr {margin-top: 60px;}
hr.large {margin-top: 120px;}
hr.text {margin-top: 180px; border: none;}
hr.text-harf {margin-top: 90px; border: none;}
@media (max-width: 1199px) {
  hr.text {margin-top: 100px;}
  hr.text-harf {margin-top: 40px;}
}
@media (max-width: 767px) {
  h1 {font-size: 20px;}
  h2 {font-size: 20px;}
  h3 {font-size: 20px;}
  h4 {font-size: 16px;}
  h5 {font-size: 14px;}
  .spacer {margin-top: 40px;}
  .spacer-large {margin-top: 40px;}
  hr {margin-top: 40px;}
  hr.large {margin-top: 40px;}
  hr.text {margin-top: 0px;}
  hr.text-harf {margin-top: 0px;}
}

.main-field {
  padding-bottom: 60px;
  word-wrap: break-word;
}
.main-field p {
  font-size: 17px;
  line-height: 1.5;
}
.main-field p a:link,
.main-field p a:visited {
  color: #000;
  text-decoration: underline;
}
.main-field p a:hover,
.main-field p a:active {
    color: #222;
    text-decoration: none;
}

#page-header {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 300px;
  margin-top: 70px;
}
#page-header:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5),
  inset 0 0 100px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.3);
}
h1.page-title {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1000px;
  height: 35px;
  color: #FFF;
  text-align: center;
  z-index: 3;
}
@media (max-width: 1199px) {
  #page-header {
    margin-top: 0;
  }
}
@media (max-width: 767px){
  #page-header {
    min-height: 100px;
  }
  h1.page-title {
    font-size: 25px;
    width: 100%;
  }
}

/*===================================================================
    Header
===================================================================*/

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 99;
  padding: 0;
  background: #000;
  -webkit-backface-visibility: hidden;
}
.head-logo img {
  width: 65px;
  height: 30px;
  margin-top: 20px;
  float: left;
}
@media (max-width: 1199px) {
  .header {
    position: relative;
  }
  .head-logo {
    position: relative;
  }
  .head-logo img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -32px;
  } 
}
@media (max-width: 767px) {
  .header {
    height: 50px;
  }
  .head-logo img {
    width: 45px;
    height: 22px;
    margin-left: -22px;
    margin-top: 14px;
  }
}

/*===================================================================
    Navigation
===================================================================*/

.head-navi {
  float: left;
}
.head-regional-navi {
  float: right;
  margin-right: 10px;
}
.head-navi li,
.head-regional-navi li {
  float: left;
  position: relative;
  margin-left: 40px;
}
.head-regional-navi li:first-child {
  margin-left: 0;
}
.head-navi li.current {
  border-bottom: 5px solid #fff;
}
.head-regional-navi li i {
  font-size: 20px;
  padding-right: 7px;
  padding-bottom: 3px;
  vertical-align: middle;
}
.head-regional-navi li i.lang {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 18px auto;
  margin-right: 7px;
  margin-bottom: 2px;
}
i.lang.ja {
  background-image: url("../images/common/icon-lang-ja.png");
}
i.lang.en {
  background-image: url("../images/common/icon-lang-en.png");
}
.head-navi li ul,
.head-regional-navi li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  display: none;
}
.head-navi li,
.head-regional-navi li,
.head-navi li a,
.head-regional-navi li a {
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 60px;
  padding-top: 5px;
  border-bottom: none;
  transition: .2s linear;
  -webkit-transition: .2s linear;
  -moz-transition: .2s linear;
  -o-transition: .2s linear;
  -ms-transition: .2s linear;
}
.head-navi li a,
.head-regional-navi li a {
  padding-top: 0;
}
.head-navi li:hover,
.head-regional-navi li:hover {
  border-bottom: 5px solid #fff;
}
.head-navi li:hover ul,
.head-regional-navi li:hover ul {
  display: block;
}
.head-navi li ul,
.head-regional-navi li ul {
  margin-top: 5px;
}
.head-navi li ul li,
.head-regional-navi li ul li {
  margin-left: 0;
  margin-top: 0;
  padding-top: 0;
  min-width: 200px;
}
.head-navi li ul li:hover,
.head-regional-navi li ul li:hover {
  border-bottom: none;
}
.head-navi li ul li a,
.head-regional-navi li ul li a {
  text-decoration: none;
  padding-left: 20px;
  line-height: 45px;
  color: #FFF;
  background-color: #000;
}
.head-navi li ul li a:hover,
.head-regional-navi li ul li a:hover {
  color: #000;
  background-color: #FFF;
}
.head-icon {
  float: right;
  margin-top: 25px;
}
.head-icon ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 20px;
}
.head-icon i {
  font-size: 20px;
}
.head-icon ul li a {
  color: #fff;
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.head-icon ul li a:hover {
  opacity: .5;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

/*===================================================================
    Navigation Responsive
===================================================================*/

.head-navi-small {
  float: left;
}
.head-navi-small .switch {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.head-navi-small .switch:before {
  font-family: 'FontAwesome';
  content: "\f0c9";
  position: absolute;
  font-size: 25px;
  color: #FFF;
}
.head-regional-navi-small .switch:before {
  font-family: 'FontAwesome';
  content: "\f0ac";
  position: absolute;
  font-size: 25px;
  color: #FFF;
  right: 0;
}
.head-navi-small .active:before,
.head-navi-small .active:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  border: 0;
  background-color: #FFF;
  width: 5px;
  height: 25px;
  transform: rotate(45deg);
}
.head-navi-small .active:after {
  transform: rotate(-45deg);
}
.head-navi-small .nav {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
}
.head-navi-small .nav i {
  padding-right: 15px;
}
.head-navi-small li a {
  display: block;
  padding: 14px 14px 14px 20px;
  background-color: #161616;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
  width: 100%;
  border-top: 1px solid #333333;
}
.head-navi-small li a:hover {
  color: #000;
  background-color: #fff;
}
.head-navi-small li ul li a {
  padding-left: 40px;
}
.head-navi-small li ul li a:before {
  content: '- ';
}
.head-regional-navi-small {
  float: right;
}
.head-regional-navi-small .lang-holder {
  position: relative;
}
.head-regional-navi-small .lang-holder i {
  position: absolute;
  width: 22px;
  height: 22px;
}
.head-regional-navi-small .lang-holder i.lang {
  background-repeat: no-repeat;
  background-size: 22px auto;
  right: 40px;
  top: 23px;
}
@media (max-width: 1199px) {
  .head-navi-small .switch {
    margin-top: 17px;
  }
  .head-navi-small .nav {
    top: 70px;
  }
}
@media (max-width: 767px) {
  .head-navi-small .switch {
    margin-top: 8px;
  }
  .head-navi-small .nav {
    top: 50px;
  }
  .head-regional-navi-small .lang-holder i.lang {
    top: 14px;
  }
}

/*===================================================================
    Footer
===================================================================*/

footer li a {
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -ms-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
footer li a:hover {
  text-decoration: none;
  opacity: .5;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
.first-footer {
  background-color: #282828;
}
.first-footer-logo-img {
  margin-top: 60px;
  margin-bottom: 30px;
  width: 200px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.first-footer .first-footer-icon {
  margin-bottom: 30px;
}
.first-footer .first-footer-icon a i {
  color: #FFF;
  font-size: 26px;
  text-align: center;
}
.first-footer .first-footer-navi {
  margin-bottom: 60px;
}
.second-footer{
  background-color: #000;
}
.second-footer .second-footer-navi {
  margin-top: 30px;
  margin-bottom: 20px;
}
.second-footer .second-footer-copyright p {
  clear: both;
  text-align: center;
  font-size: 14px;
  color: #FFF;
  margin-bottom: 30px;
}
ul.navi-center {
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.navi-center li {
  list-style-type: none;
  display: inline-block;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #666;
}
ul.navi-center li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
ul.navi-center li a {
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
}
ul.navi-center-icon li {
  border: 0 !important;
}
@media (max-width: 767px) {
  ul.navi-center-mobile li {
    border: 0 !important;
    display: block;
    padding: 4px 0 0 0;
    margin: 0;
  }
}

/*===================================================================
    Preloader
===================================================================*/

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 97;
}
#preloader .spinner {
  width: 60px;
  height: 20px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -10px;
  z-index: 98;
}
#preloader .spinner > div {
  width: 14px;
  height: 14px;
  background-color: #fff;
  margin: 3px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: preloader 1.5s infinite ease-in-out both;
  animation: preloader 1.5s infinite ease-in-out both;
}
#preloader .spinner .ball-1 {
  -webkit-animation-delay: -0.30s;
  animation-delay: -0.30s;
}
#preloader .spinner .ball-2 {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}
@-webkit-keyframes preloader {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}
@keyframes preloader {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/*===================================================================
    Link Image Field
===================================================================*/

.link-img {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 400px;
  text-align: center;
}
.link-img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.link-img .mask {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .3;
  -webkit-opacity: .3;
  -moz-opacity: .3;
  filter: alpha(opacity=30);
  -ms-filter: "alpha(opacity=30)";
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -ms-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.link-img a:hover > .mask {
  opacity: .6;
  -webkit-opacity: .6;
  -moz-opacity: .6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
.link-img .lead {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
}
@media (max-width: 1199px) {
  .link-img {
    width: 100%;
    height: 300px;
    margin-bottom: 0;
  }
  .link-img .lead {
    top: 35%;
  }
}
@media (max-width: 767px) {
  .link-img {
    height: 200px;
  }
  .link-img .lead {
    top: 30%;
  }
}

/*===================================================================
    Button
===================================================================*/

.btn {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  padding: 14px 30px 12px 30px;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 3px;
  text-align:center;
  transition: .2s linear;
  -webkit-transition: .2s linear;
  -moz-transition: .2s linear;
  -o-transition: .2s linear;
  -ms-transition: .2s linear;
}
.btn.large {
  font-size: 18px;
  padding: 16px 40px 14px 40px;
}
.btn.black {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}
.btn.black:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}
.btn.white {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
}
.btn.white:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
}

/*===================================================================
    Video
===================================================================*/

#video-field {
  width: 100vw;
  height: 100vh;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  background: url("../images/contents/slide-magsealed.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
}
#video-field .pattern {
  background-image: url(../images/common/pattern.png);
  background-repeat: repeat;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#video-field h2 {
  color: #fff;
  margin-top: 20px;
}
.video-field-container {
  width: 900px;
  max-width: 100%;
  display: inline-block;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%)
}
#video-field .box {
  width: 400px;
}
#video-field p {
  font-size: 18px;
  padding: 0 20px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  #video-field .box {
    width: 260px;
  }
}

/*===================================================================
    Video Embed
===================================================================*/

.video-embed {
  height: 600px;
}
@media (max-width: 1199px) {
  .video-embed {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .video-embed {
    height: 200px;
  }
}

/*===================================================================
    Video Archive
===================================================================*/

.video-archive {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 360px;
  height: 203px;
  text-align: center;
  border: 1px solid #fff;
  top: 50%;
  left: 50%;
  margin-left: -180px;
}
.video-archive a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.video-archive .mask {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.3),
  inset 0 0 100px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -ms-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.video-archive a:hover > .mask {
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
}
.video-archive .icon-video {
  position: absolute;
  width: 60px;
  height: 60px;
  background:url(../images/common/icon-play.png) center top no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 2;
}
@media (max-width: 767px) {
  .video-archive {
    width: 300px;
    height: 169px;
    margin-left: -150px;
  }
}

/*===================================================================
    Slider
===================================================================*/

.slider-pro {
  position: relative;
  margin: 0 auto;
  background-color: #000;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sp-mask {
  position: relative;
  overflow: hidden;
}
.sp-slides {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.sp-slide {
  position: absolute;
  text-align: center;
  color: #fff;
}
.sp-image-container {
  overflow: hidden;
}
.sp-image {
  position: relative;
  display: block;
  border: none;
}
.sp-no-js {
  overflow: hidden;
  max-width: 100%;
}
.sp-layer {
  position: absolute;
  margin: 0;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
}
.sp-layer .box {
  width: 400px;
}
.sp-layer .box-text {
  width: 560px;
  margin: 0 auto;
}
.sp-slide p {
  color: #fff;
  font-size: 18px;
}
.sp-black {
  color: #FFF;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
}
.sp-white {
  color: #000;
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.7);
}
.sp-rounded {
  border-radius: 10px;
}
.sp-padding {
  padding: 10px;
}
.video-thum {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 360px;
  height: 203px;
  text-align: center;
  border: 1px solid #fff;
  top: 50%;
  left: 50%;
  margin-left: -200px;
}
.video-thum a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.video-thum .mask {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.3),
  inset 0 0 100px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -ms-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.video-thum a:hover > .mask {
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
}
.video-thum .icon-video {
  position: absolute;
  width: 60px;
  height: 60px;
  background:url(../images/common/icon-play.png) center top no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 2;
}
@media (max-width: 767px) {
  .sp-layer .box {
    width: 260px;
  }
  .sp-layer .box-text {
    width: 260px;
  }
  .video-thum {
    width: 280px;
    height: 158px;
    margin-left: -140px;
  }
}

.sp-grab {
  cursor: url(../images/common/openhand.cur), move;
}
.sp-grabbing {
  cursor: url(../images/common/closedhand.cur), move;
}
.sp-selectable {
  cursor: default;
}

.sp-buttons {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 15px;
}
.sp-button {
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 8px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.sp-selected-button {
  background-color: #fff;
}

/*===================================================================
    Social Feeds
===================================================================*/

.social-feed {
  width: 100%;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom:  1px solid #ccc;
  padding-top: 15px;
  margin-bottom: 30px;
  float: left;
}
.social-feed h5 {
  padding-left: 15px;
  padding-right: 15px;
}
.social-feed p {
  font-size: 14px;
  line-height: 1.5;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
}
.social-feed img {
  padding-top: 15px;
  width: 100%;
}
.social-feed ul.navi-center li {
  display: block;
  width: 100%;
}
.social-feed a {
  display: block;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.social-feed a:hover {
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.social-feed i {
  font-size: 22px;
  text-align: center;
  padding: 7px 7px 4px 7px;
}
.facebook-feed {border-top: 5px solid #3b5998;}
.youtube-feed {border-top: 5px solid #bf2626;}
.facebook-feed i {color: #3b5998 !important;}
.youtube-feed i {color: #bf2626 !important;}

/*===================================================================
    Boxer
===================================================================*/

.boxer-lock {
  overflow: hidden !important;
}
#boxer-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #000000;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
          transition: opacity 0.25s linear;
}
.boxer-open #boxer-overlay {
  opacity: 0.75;
}
#boxer {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 101;
  opacity: 0;
  margin: 0 auto;
}
#boxer * {
  -webkit-transition: none;
          transition: none;
}
#boxer,
#boxer * {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
#boxer,
#boxer *,
#boxer *:before,
#boxer *:after {
  box-sizing: border-box;
}
#boxer.fixed {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
}
#boxer.inline {
  padding: 30px;
}
#boxer.animating {
  -webkit-transition: height 0.25s ease, width 0.25s ease, opacity 0.25s linear, top 0.25s ease;
          transition: height 0.25s ease, width 0.25s ease, opacity 0.25s linear, top 0.25s ease;
}
#boxer.animating .boxer-container {
  -webkit-transition: opacity 0.25s linear 0.25s;
          transition: opacity 0.25s linear 0.25s;
}
.boxer-open #boxer {
  opacity: 1;
}
#boxer.loading .boxer-container {
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
          transition: opacity 0.25s linear;
}
#boxer .boxer-close {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 105;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
  text-indent: 200%;
  white-space: nowrap;
}
#boxer .boxer-close:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  content: "\00d7";
  display: block;
  font-size: 90px;
  line-height: 50px;
  margin: auto;
  text-align: center;
  text-indent: 0;
  -webkit-transition: color 0.15s linear;
          transition: color 0.15s linear;
}
.no-opacity #boxer .boxer-close {
  text-indent: -999px;
}
#boxer .boxer-loading {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 105;
  display: block;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
          transition: opacity 0.25s linear;
}
#boxer .boxer-loading:before,
#boxer .boxer-loading:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 110%;
  content: '';
  display: block;
}
#boxer .boxer-loading:before {
  border: 5px solid rgba(51, 51, 51, 0.25);
}
#boxer .boxer-loading:after {
  -webkit-animation: boxer-loading-spin 0.75s linear infinite;
          animation: boxer-loading-spin 0.75s linear infinite;
  border: 5px solid transparent;
  border-top-color: #333333;
}
#boxer.loading .boxer-loading {
  opacity: 1;
}
@-webkit-keyframes boxer-loading-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes boxer-loading-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#boxer .boxer-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 103;
  overflow: hidden;
}
#boxer .boxer-content {
  width: 100%;
  opacity: 1;
  overflow: hidden;
  padding: 0;
}
#boxer.inline .boxer-content,
#boxer.iframe .boxer-content {
  width: auto;
}
#boxer .boxer-image {
  float: left;
}
#boxer .boxer-video {
  width: 100%;
  height: 100%;
  border: none;
}
#boxer .boxer-iframe {
  width: 100%;
  height: 100%;
  border: none;
  float: left;
  overflow: auto;
}
#boxer .boxer-meta {
  clear: both;
}
#boxer .boxer-control {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  background: #ffffff;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  overflow: hidden;
  text-indent: 200%;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
  white-space: nowrap;
}
#boxer .boxer-control:before {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  margin: auto;
}
#boxer .boxer-control.previous {
  left: 20px;
}
#boxer .boxer-control.previous:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10.4px solid #333333;
  margin-left: 14px;
}
#boxer .boxer-control.next {
  right: 20px;
}
#boxer .boxer-control.next:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10.4px solid #333333;
  margin-right: 14px;
}
#boxer .boxer-control.disabled {
  opacity: 0;
}
.no-opacity #boxer .boxer-control {
  text-indent: -999px;
}
.no-touch #boxer .boxer-control {
  opacity: 0;
}
.no-touch #boxer:hover .boxer-control {
  opacity: 1;
}
.no-touch #boxer:hover .boxer-control.disabled {
  opacity: 0;
  cursor: default !important;
}
#boxer .boxer-meta {
  padding: 0;
}
#boxer .boxer-position {
  color: #999999;
  font-size: 12px;
  margin: 0;
  padding: 15px 15px 0 15px;
  display: none;
}
#boxer .boxer-caption p {
  color: #666666;
  font-size: 14px;
  margin: 0;
  padding: 15px;
}
#boxer .boxer-caption.gallery p {
  padding-top: 0;
}
#boxer .boxer-error {
  width: 250px;
}
#boxer .boxer-error p {
  color: #990000;
  font-size: 14px;
  margin: 0;
  padding: 25px;
  text-align: center;
  text-transform: uppercase;
}
#boxer.mobile {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #111111;
  border-radius: 0;
  padding: 40px 0 0;
}
#boxer.mobile .boxer-close,
#boxer.mobile .boxer-close:hover {
  height: 40px;
  width: 40px;
  top: 0;
  right: 0;
  background: #111111;
  border-radius: 0;
}
#boxer.mobile .boxer-close:before,
#boxer.mobile .boxer-close:hover:before {
  color: #cccccc;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}
#boxer.mobile .boxer-loading:before {
  border-color: rgba(153, 153, 153, 0.25);
}
#boxer.mobile .boxer-loading:after {
  border-top-color: #999999;
}
#boxer.mobile .boxer-container {
  background: #111111;
}
#boxer.mobile .boxer-content {
  background-color: #111111;
}
#boxer.mobile .boxer-control {
  width: 50px;
  height: 100%;
  background: #111111;
  border-radius: 0;
  box-shadow: none;
  opacity: 1;
}
#boxer.mobile .boxer-control.previous {
  left: 0;
}
#boxer.mobile .boxer-control.previous:before {
  border-right-color: #eeeeee;
  margin-left: 19px;
}
#boxer.mobile .boxer-control.next {
  right: 0;
}
#boxer.mobile .boxer-control.next:before {
  border-left-color: #eeeeee;
  margin-right: 19px;
}
.no-touch #boxer.mobile .boxer-control,
.no-touch #boxer.mobile:hover .boxer-control {
  opacity: 1;
}
.no-touch #boxer.mobile .boxer-control.disabled,
.no-touch #boxer.mobile:hover .boxer-control.disabled {
  opacity: 0;
  cursor: default !important;
}
#boxer.mobile .boxer-meta {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #111111;
  padding: 15px 65px;
}
#boxer.mobile .boxer-position {
  color: #999999;
  font-size: 12px;
  margin: 0;
  padding: 0 15px 0 0;
}
#boxer.mobile .boxer-caption p {
  color: #eeeeee;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
#boxer.mobile .boxer-image {
  -webkit-transition: none !important;
          transition: none !important;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
#boxer.mobile.animated .boxer-image {
  -webkit-transition: -webkit-transform 0.25s ease-out !important;
          transition: transform 0.25s ease-out !important;
}
#boxer.mobile.inline .boxer-content,
#boxer.mobile.iframe .boxer-content {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/*===================================================================
    Animation jquery-scrollInTurn.js
===================================================================*/

.animateDown {
  margin-top: -20px;
}
@media (max-width: 767px) {
  .animateDown {
    margin-top: 0;
  }
}

/*===================================================================
    Language
===================================================================*/

body#ja .main-field p {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  font-size: 15px;
  line-height: 1.7;
}
body#ja .video-field-container p,
body#ja .sp-slides p {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  font-size: 16px;
  line-height: 1.7;
}
body#ja .social-feed p {
  font-size: 14px;
  line-height: 1.5;
}
body#ja h2.font-ja {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  font-size: 35px;
  line-height: 1.3;
}
body#ja h2.font-ja span.lead {
  font-size: 18px;
}
body#ja h3.font-ja {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  font-size: 24px;
  line-height: 1.3;
}
body#ja h4.font-ja {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  body#ja h2.font-ja {font-size: 20px;}
  body#ja h2.font-ja span.lead {font-size: 16px;}
  body#ja h3.font-ja{font-size: 18px;}
  body#ja h4.font-ja {font-size: 15px;}
  body#ja h5.font-ja {font-size: 14px;}
}

/*===================================================================
    layout
===================================================================*/
/* ------ margin ------ */
.mtA   { margin:0 auto !important; }
.mt0   { margin-top:0 !important; }
.mt3   { margin-top:3px !important; }
.mt5   { margin-top:5px !important; }
.mt8   { margin-top:8px !important; }
.mt10  { margin-top:10px !important; }
.mt13  { margin-top:13px !important; }
.mt15  { margin-top:15px !important; }
.mt18  { margin-top:18px !important; }
.mt20  { margin-top:20px !important; }
.mt25  { margin-top:25px !important; }
.mt30  { margin-top:30px !important; }
.mt35  { margin-top:35px !important; }
.mt40  { margin-top:40px !important; }
.mt45  { margin-top:45px !important; }
.mt50  { margin-top:50px !important; }
.mt55  { margin-top:55px !important; }
.mt60  { margin-top:60px !important; }
.mt65  { margin-top:65px !important; }
.mt70  { margin-top:70px !important; }
.mt75  { margin-top:75px !important; }
.mt80  { margin-top:80px !important; }
.mt85  { margin-top:85px !important; }
.mt90  { margin-top:90px !important; }
.mt95  { margin-top:95px !important; }
.mt100 { margin-top:100px !important; }

.mr0   { margin-right:0 !important; }
.mr5   { margin-right:5px !important; }
.mr10  { margin-right:10px !important; }
.mr15  { margin-right:15px !important; }
.mr20  { margin-right:20px !important; }
.mr25  { margin-right:25px !important; }
.mr30  { margin-right:30px !important; }
.mr35  { margin-right:35px !important; }
.mr40  { margin-right:40px !important; }
.mr45  { margin-right:45px !important; }
.mr50  { margin-right:50px !important; }
.mr55  { margin-right:55px !important; }
.mr60  { margin-right:60px !important; }

.mb0   { margin-bottom:0 !important; }
.mb3   { margin-bottom:3px !important; }
.mb5   { margin-bottom:5px !important; }
.mb8   { margin-bottom:8px !important; }
.mb10  { margin-bottom:10px !important; }
.mb13  { margin-bottom:13px !important; }
.mb15  { margin-bottom:15px !important; }
.mb18  { margin-bottom:18px !important; }
.mb20  { margin-bottom:20px !important; }
.mb25  { margin-bottom:25px !important; }
.mb30  { margin-bottom:30px !important; }
.mb35  { margin-bottom:35px !important; }
.mb40  { margin-bottom:40px !important; }
.mb45  { margin-bottom:45px !important; }
.mb50  { margin-bottom:50px !important; }
.mb55  { margin-bottom:55px !important; }
.mb60  { margin-bottom:60px !important; }
.mb65  { margin-bottom:65px !important; }
.mb70  { margin-bottom:70px !important; }
.mb75  { margin-bottom:75px !important; }
.mb80  { margin-bottom:80px !important; }
.mb85  { margin-bottom:85px !important; }
.mb90  { margin-bottom:90px !important; }
.mb95  { margin-bottom:95px !important; }
.mb100 { margin-bottom:100px !important; }

.ml0   { margin-left:0 !important; }
.ml5   { margin-left:5px !important; }
.ml10  { margin-left:10px !important; }
.ml15  { margin-left:15px !important; }
.ml20  { margin-left:20px !important; }
.ml25  { margin-left:25px !important; }
.ml30  { margin-left:30px !important; }
.ml35  { margin-left:35px !important; }
.ml40  { margin-left:40px !important; }
.ml45  { margin-left:45px !important; }
.ml50  { margin-left:50px !important; }
.ml55  { margin-left:55px !important; }
.ml60  { margin-left:60px !important; }

/* ------ padding ------ */
.pt0   { padding-top:0 !important; }
.pt3   { padding-top:3px !important; }
.pt5   { padding-top:5px !important; }
.pt8   { padding-top:8px !important; }
.pt10  { padding-top:10px !important; }
.pt13  { padding-top:13px !important; }
.pt15  { padding-top:15px !important; }
.pt18  { padding-top:18px !important; }
.pt20  { padding-top:20px !important; }
.pt25  { padding-top:25px !important; }
.pt30  { padding-top:30px !important; }
.pt35  { padding-top:35px !important; }
.pt40  { padding-top:40px !important; }
.pt45  { padding-top:45px !important; }
.pt50  { padding-top:50px !important; }
.pt55  { padding-top:55px !important; }
.pt60  { padding-top:60px !important; }
.pt65  { padding-top:65px !important; }
.pt70  { padding-top:70px !important; }
.pt75  { padding-top:75px !important; }
.pt80  { padding-top:80px !important; }
.pt85  { padding-top:85px !important; }
.pt90  { padding-top:90px !important; }
.pt95  { padding-top:95px !important; }
.pt100 { padding-top:100px !important; }

.pr0   { padding-right:0 !important; }
.pr5   { padding-right:5px !important; }
.pr10  { padding-right:10px !important; }
.pr15  { padding-right:15px !important; }
.pr20  { padding-right:20px !important; }
.pr25  { padding-right:25px !important; }
.pr30  { padding-right:30px !important; }
.pr40  { padding-right:40px !important; }
.pr45  { padding-right:45px !important; }
.pr50  { padding-right:50px !important; }
.pr55  { padding-right:55px !important; }
.pr60  { padding-right:60px !important; }

.pb0   { padding-bottom:0 !important; }
.pb3   { padding-bottom:3px !important; }
.pb5   { padding-bottom:5px !important; }
.pb8   { padding-bottom:8px !important; }
.pb10  { padding-bottom:10px !important; }
.pb13  { padding-bottom:13px !important; }
.pb15  { padding-bottom:15px !important; }
.pb18  { padding-bottom:18px !important; }
.pb20  { padding-bottom:20px !important; }
.pb25  { padding-bottom:25px !important; }
.pb30  { padding-bottom:30px !important; }
.pb35  { padding-bottom:35px !important; }
.pb40  { padding-bottom:40px !important; }
.pb45  { padding-bottom:45px !important; }
.pb50  { padding-bottom:50px !important; }
.pb55  { padding-bottom:55px !important; }
.pb60  { padding-bottom:60px !important; }
.pb65  { padding-bottom:65px !important; }
.pb70  { padding-bottom:70px !important; }
.pb75  { padding-bottom:75px !important; }
.pb80  { padding-bottom:80px !important; }
.pb85  { padding-bottom:85px !important; }
.pb90  { padding-bottom:90px !important; }
.pb95  { padding-bottom:95px !important; }
.pb100 { padding-bottom:100px !important; }

.pl0    { padding-left:0 !important; }
.pl5    { padding-left:5px !important; }
.pl10   { padding-left:10px !important; }
.pl15   { padding-left:15px !important; }
.pl20   { padding-left:20px !important; }
.pl25   { padding-left:25px !important; }
.pl30   { padding-left:30px !important; }
.pl35   { padding-left:35px !important; }
.pl40   { padding-left:40px !important; }
.pl45   { padding-left:45px !important; }
.pl50   { padding-left:50px !important; }
.pl55   { padding-left:55px !important; }
.pl60   { padding-left:60px !important; }

/* ------ text-align ------ */
.taL { text-align:left; }
.taC { text-align:center; }
.taR { text-align:right; }

/* ------ float ------ */
.flL { float:left; }
.flR { float:right; }

/* ------ clearfix ----- */
.clearfix:after { display:block; clear:both; height:0; visibility:hidden; content:" "; }
.clearfix { display:inline-block; }
.clear { clear:both;}
