html {
  color: #000;
  background: #fff
}

blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

fieldset, img {
  border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: 400
}

ol, ul {
  list-style: none
}

caption, th {
  text-align: left
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400
}

q:after, q:before {
  content: ""
}

abbr, acronym {
  border: 0;
  font-variant: normal
}

sup {
  vertical-align: text-top
}

sub {
  vertical-align: text-bottom
}

input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%
}

legend {
  color: #000
}

#yui3-css-stamp.cssreset {
  display: none
}

html {
  width: 100%;
  box-sizing: border-box
}

body, html {
  overflow-x: hidden
}

body {
  font-family: Noto Sans Japanese, serif
}

p {
  line-height: 200%;
  margin-bottom: 20px
}

@media screen and (max-width:480px) {
  address, li, p {
    line-height: 180%;
    font-size: 14px
  }
}

@media screen and (max-width:480px) {
  input, textarea {
    font-size: 13px;
    border-radius: 0
  }
}

.fadeIn {
  opacity: 0;
  transition: opacity .6s ease-in .3s
}

.fadeIn, .fadeIn.active {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.fadeIn.active {
  opacity: 1
}

.fadeInShifted {
  opacity: 0;
  transition: all .6s ease-in
}

.fadeInShifted.active {
  opacity: 1;
  -ms-transform: translateY(-8px);
  transform: translateY(-8px)
}

.wrap-main {
  padding-bottom: 90px;
  background-color: #136a9e
}

.main, .wrap-main {
  max-width: 100vw;
  overflow-x: hidden;
  box-sizing: border-box
}

.main {
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 100%, 0 94%);
  clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 100%, 0 94%)
}

.main .exo__{
  font-family: Exo\ 2, sans-serif;
  padding-top: 10px
}

.main .logo{
  width: 70%;
}

@media screen and (max-width:480px) {
  .main {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 96%, 50% 100%, 0 96%);
    clip-path: polygon(0 0, 100% 0, 100% 96%, 50% 100%, 0 96%)
  }
}

.main__header {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  color: #fff;
  padding: 20px;
  z-index: 1
}


@media screen and (max-width:640px) {
  .main__header {
    background-color: #fff;
    position: fixed;
    top: 0;
    height: 45px;
    z-index: 10
  }
}

@media screen and (max-width:480px) {
  .main__header {
    padding: 10px
  }
}

.main__siteName {
  font-size: 23px;
  font-family: Exo\ 2, sans-serif;
  color: #fff;
  text-decoration: none
}

  img.pc {
    position: relative;
    width: 300px;
    top: -8px;
}

  img.sp  {
  display: none;
}

@media screen and (max-width:640px) {
  .main__siteName {
    color: #012a44
  }
  img.sp{
    position: relative;
    width: 120px;
    top: 6px;
    display: block;
  }
  img.pc{
    display: none;
  }

}

@media screen and (max-width:480px) {
  .main__siteName {
    font-size: 13px;
    font-weight: 700;
    position: relative;
    top: -2px
  }
}

.language {
  position: absolute;
  top: 20px;
  right: 200px
}

@media screen and (max-width:640px) {
  .language {
    top: 18px;
    right: 150px
  }
}

@media screen and (max-width:480px) {
  .language {
    top: 11px;
    right: 100px
  }
}

#language__menuBtn {
  color: #fff;
  text-decoration: none;
  display: none
}

@media screen and (max-width:640px) {
  #language__menuBtn {
    display: block;
    color: #012a44;
    background-color: #e1e1e1;
    padding: 3px 20px
  }
}

@media screen and (max-width:480px) {
  #language__menuBtn {
    font-size: 11px;
    padding: 3px 10px;
    text-align: center
  }
}

.language__menuWrap {
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width:640px) {
  .language__menuWrap {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 0
  }
}

@media screen and (max-width:480px) {
  .language__menuWrap {
    padding: 5px 0
  }
}

.language__menu {
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width:640px) {
  .language__menu {
    display: none;
    background: #e1e1e1;
    position: relative;
    z-index: 1
  }
}

@media screen and (min-width:640px) {
  .language__menu.close {
    display: -ms-flexbox!important;
    display: flex!important
  }
}

.language__menu li {
  margin-right: 20px
}

@media screen and (max-width:640px) {
  .language__menu li {
    margin: 0
  }
  .language__menu li:first-child {
    -ms-flex-order: 2;
    order: 2
  }
  .language__menu li:nth-child(2) {
    -ms-flex-order: 1;
    order: 1
  }
}

.language__menu li a {
  color: #fff;
  text-decoration: none
}

@media screen and (max-width:640px) {
  .language__menu li a {
    color: #000;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 10px
  }
}

@media screen and (max-width:480px) {
  .language__menu li a {
    font-size: 11px;
    padding: 3px 10px
  }
}

.language__menu li a img {
  width: 30px;
  border-radius: 3px;
  position: relative;
  top: 3px;
  margin-right: 10px
}

@media screen and (max-width:480px) {
  .language__menu li a img {
    width: 20px
  }
}

.global {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  padding-top: 20px
}

.global.active {
  color: #000;
  background: #fff
}

@media screen and (max-width:480px) {
  .global {
    padding-top: 12px
  }
}

#global__menuBtn {
  color: #fff;
  font-family: Exo\ 2, sans-serif;
  font-size: 20px;
  text-decoration: none;
  letter-spacing: 2px;
  padding: 0 40px 0 15px;
  display: -ms-inline-flexbox;
  display: inline-flex
}

#global__menuBtn.active {
  color: #000
}

#global__menuBtn.active #global__menuBtnIcon {
  fill: #000
}

@media screen and (max-width:640px) {
  #global__menuBtn {
    color: #012a44
  }
}

@media screen and (max-width:480px) {
  #global__menuBtn {
    font-size: 16px;
    letter-spacing: normal;
    padding: 0 13px 0 0
  }
}

#global__menuBtnIcon {
  width: 30px;
  margin-right: 15px;
  position: relative;
  top: -4px;
  fill: #fff
}

@media screen and (max-width:640px) {
  #global__menuBtnIcon {
    fill: #012a44;
    margin-right: 10px
  }
}

@media screen and (max-width:480px) {
  #global__menuBtnIcon {
    width: 23px;
    top: -7px;
    margin-right: 5px
  }
}

.global__menu {
  display: none;
  margin: 10px 0
}

@media screen and (max-width:480px) {
  .global__menu {
    margin: 0;
    position: fixed;
    top: 44px;
    left: 0;
    background: #fff;
    width: 100%
  }
}

.global__menu a {
  font-family: Exo\ 2, sans-serif;
  color: transparent;
  text-decoration: none;
  width: 100%;
  font-size: 20px;
  display: block;
  box-sizing: border-box;
  transition: all .2s;
  padding: 13px 16px
}

@media screen and (max-width:480px) {
  .global__menu a {
    font-size: 16px;
    text-align: center
  }
}

.global__menu.open a {
  color: #000
}

.global__menu.open a:hover {
  color: #fff;
  background: #136a9e
}

.main__view {
  position: relative;
  background-image: url("/ja/img/img-main.jpg");
  background-size: cover;
  width: 100vw;
  height: 850px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden
}

@media screen and (max-width:480px) {
  .main__view {
    background-image: url("/en/img/img-main_sp.png");
    background-size: cover;
    background-position-y: 44px;
    background-repeat: no-repeat;
    height: 90vh
  }
}

.main__viewTitle {
  color: #fff;
  font-size: 60px;
  display: block;
  text-align: center;
  margin-bottom: 70px
}

@media screen and (max-width:768px) {
  .main__viewTitle {
    font-size: 46px
  }
}

@media screen and (max-width:480px) {
  .main__viewTitle {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 170%
  }
}

.main__view-btnAbout {
  font-family: inherit;
  color: #fff;
  background-color: hsla(0, 0%, 0%, 0.53);
  text-decoration: none;
  padding: 13px 20px;
  letter-spacing: 2px;
  font-size: 23px;
  transition: all .2s;
  text-align: center;
  border-radius: 3px
}

@media screen and (max-width:480px) {
  .main__view-btnAbout {
    font-size: 13px;
    padding: 11px 25px
  }
}

.main__view-btnAbout:hover {
  color: #000;
  background-color: hsla(0, 0%, 100%, .36)
}

@media screen and (max-width:480px) {
  .main__view-btnAbout:hover {
    border: 1px solid #000
  }
}

.main__view-btnAbout:hover .main__viewIconArrow path {
  fill: #000
}

.main__viewIconArrow {
  display: block;
  margin: 15px auto 0;
  width: 50px;
  height: 20px
}

.main__viewIconArrow path {
  fill: #fff;
  transition: fill .2s
}

@media screen and (max-width:480px) {
  .main__viewIconArrow {
    margin: 8px auto 0;
    width: 20px;
    height: 7px
  }
}

.company {
  width: 100vw;
  overflow-x: hidden;
  position: relative;
  background-color: #d8e0de;
  background-image: url("/en/img/img-company.png");
  background-repeat: no-repeat;
  background-size: 50%
}

@media screen and (max-width:1270px) {
  .company {
    background-size: 80%;
    background-position-x: -210px
  }
}

@media screen and (max-width:860px) {
  .company {
    background-size: 100%;
    background-position-x: -360px
  }
}

@media screen and (max-width:750px) {
  .company {
    background-size: 120%;
    background-position-x: -450px
  }
}

@media screen and (max-width:650px) {
  .company {
    background-image: none
  }
}

.company .company__section {
  width: 50%;
  margin-left: 50%;
  display: block;
  padding: 77px 4%;
  box-sizing: border-box;
  font-size: 16px;
}

@media screen and (max-width:650px) {
  .company .company__section {
    width: 100%;
    margin: 0;
    padding: 50px 0
  }
}

@media screen and (max-width:480px) {
  .company .company__section {
    padding: 20px 0
  }
}

.company .exo__{
  font-family: Exo\ 2, sans-serif;
  padding-top: 10px;
  font-size: 24px;
}

.company .company__title {
  font-size: 40px;
  font-family: Exo\ 2, sans-serif;
  letter-spacing: 3px;
  margin: 30px 0
}

@media screen and (max-width:480px) {
  .company .company__title {
    font-size: 25px
  }
}

@media screen and (max-width:650px) {
  .company .company__title {
    color: #fff;
    text-align: center;
    z-index: 2;
    background-image: url("/en/img/bg-company_sp.png");
    background-size: cover;
    background-position-y: 100%;
    padding: 140px 0;
    margin: 0;
    position: relative;
    top: -50px
  }
}

@media screen and (max-width:480px) {
  .company .company__title {
    top: -25px;
    padding: 70px 0
  }
}

.company .company__information {
  margin-top: 50px
}

@media screen and (max-width:480px) {
  .company .company__information {
    margin-top: 40px;
    margin-bottom: 10px
  }
}

.company .company_tx {
  margin-bottom: 10px
}

@media screen and (max-width:650px) {
  .company .company__detail {
    padding: 0 5%
  }
}

.profile {
  max-width: 100vw;
  overflow-x: hidden;
  box-sizing: border-box;
  background-size: contain;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url("/en/img/img-profile.png");
  display:none;
}

@media screen and (max-width:650px) {
  .profile {
    background-image: none
  }
}

.profile .profile__section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 77px 5%
}

@media screen and (max-width:650px) {
  .profile .profile__section {
    padding: 0
  }
}

.profile .profile__detail {
  width: 57%;
  box-sizing: border-box;
  padding: 0 8% 0 5%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

@media screen and (max-width:650px) {
  .profile .profile__detail {
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-order: 1;
    order: 1;
    padding: 8% 5%
  }
}

.profile .profile__title {
  font-size: 40px;
  font-family: Exo\ 2, sans-serif;
  letter-spacing: 3px;
  width: 100%;
  margin: 30px 0;
  padding-left: 5%
}

@media screen and (max-width:480px) {
  .profile .profile__title {
    font-size: 25px
  }
}

@media screen and (max-width:650px) {
  .profile .profile__title {
    color: #fff;
    text-align: center;
    z-index: 2;
    background-image: url("/en/img/img-profile_sp.png");
    background-size: cover;
    background-position-y: 100%;
    padding: 140px 0;
    margin: 0;
    position: relative
  }
}

@media screen and (max-width:480px) {
  .profile .profile__title {
    padding: 70px 0
  }
}

.profile .profile__profile {
  position: relative;
  text-align: center;
  width: 35%
}

@media screen and (max-width:650px) {
  .profile .profile__profile {
    width: 50%;
    margin: 10px auto 50px
  }
}

@media screen and (max-width:480px) {
  .profile .profile__profile {
    max-width: 200px;
    width: 70%
  }
}

.profile .profile__imgWrap img {
  border-radius: 100%;
  display: block;
  width: 210px;
  height: 210px;
  margin: 0 auto;
  overflow: hidden
}

@media screen and (max-width:650px) {
  .profile .profile__imgWrap img {
    width: 100%;
    height: 100%
  }
}

.profile .profile__ruby {
  font-family: Exo\ 2, sans-serif;
  margin: 14px 0;
  font-size: 20px
}

.profile .profile__name {
  font-size: 18px
}

.profile .profile__iconHeart {
  position: relative;
  top: -290px;
  right: -130px;
  width: 47px
}

@media screen and (max-width:768px) {
  .profile .profile__iconHeart {
    display: none
  }
}

.work {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0, 50% 60px);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0, 50% 60px);
  margin-top: -80px;
  color: #000;
  background-image: url(../img/bg-work.png);
  background-color: #fff;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 40px 0;
  max-width: 100vw;
  overflow-x: hidden;
  box-sizing: border-box;
  padding-top: 80px
}

@media (-ms-high-contrast:none) {
  .work {
    margin-top: -30px
  }
}

@media screen and (max-width:768px) {
  .work {
    padding: 60px 5%
  }
}

@media screen and (max-width:480px) {
  .work {
    background-size: contain;
    padding: 40px 5%;
    background-image: none;
    background-color: #d8e0de;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0, 50% 16px);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0, 50% 16px)
  }
}

.work .work__title {
  font-size: 40px;
  font-family: Exo\ 2, sans-serif;
  letter-spacing: 3px;
  margin: 30px 0;
  margin-bottom: 50px
}

@media screen and (max-width:480px) {
  .work .work__title {
    font-size: 25px
  }
}

.work .work__wrapBtnList {
  width: 90%;
  margin: 0 auto
}

@media screen and (max-width:480px) {
  .work .work__wrapBtnList {
    width: 100%
  }
}

.work .work__wrapBtnList .work__btnList {
  display: block;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%
}

.work .work__wrapBtnList li {
  width: 33.33333%;
  text-align: center
}

.work .work__wrapBtnList li p {
  padding: 10px;
  color: #000;
  display: inline-block;
  border: 1px solid #000;
  text-decoration: none;
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
  font-family: Exo\ 5, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.work .work__wrapBtnList li p span {
  display: block
}

.work__txt{
  width: 84%;
  margin: 0 auto;
}

.work ul{
  width: 84%;
  margin: 0 auto;
}

@media screen and (max-width:480px) {
  .work .work__wrapBtnList li p {
    width: 90%;
  }
  .work .work__txt {
    text-align: left
  }
}

.work .work__iconArea {
  padding: 20px 0;
  box-sizing: border-box;
  margin-top: 30px;
  margin-bottom: 20px
}

@media screen and (max-width:480px) {
  .work .work__iconArea {
    margin-top: 20px;
    margin-bottom: 10px
  }
}

.work .work__iconArea img {
  width: 60px;
  margin: 0 15px
}

@media screen and (max-width:480px) {
  .work .work__iconArea img {
    width: 40px;
    margin: 0 10px
  }
}

.work li {
  display: block;
  margin-bottom: 12px
}

@media screen and (max-width:480px) {
  .work li {
    text-align: left;
    margin-bottom: 20px
  }
}

.news {
  max-width: 100vw;
  overflow-x: hidden;
  background-color: #dbdbdb;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 100px 12%;
  box-sizing: border-box
}

@media screen and (max-width:768px) {
  .news {
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media screen and (max-width:480px) {
  .news {
    padding: 40px 5%
  }
}

.news .news__title {
  font-size: 40px;
  font-family: Exo\ 2, sans-serif;
  letter-spacing: 3px;
  width: 20%
}

@media screen and (max-width:480px) {
  .news .news__title {
    font-size: 25px
  }
}

@media screen and (max-width:768px) {
  .news .news__title {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 50px
  }
}

@media screen and (max-width:480px) {
  .news .news__title {
    margin-bottom: 30px
  }
}

.news .news__history {
  width: 80%;
  padding-top: 5px
}

@media screen and (max-width:768px) {
  .news .news__history {
    width: 100%
  }
}

@media screen and (max-width:480px) {
  .news .news__history {
    text-align: center;
    font-size: 13px
  }
}

.news .news__history dt {
  width: 10%;
  min-width: 120px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  line-height: 200%
}

@media screen and (max-width:768px) {
  .news .news__history dt {
    width: 100%;
    margin-bottom: 0
  }
}

.news .news__history dd {
  width: 80%;
  display: inline-block;
  vertical-align: top;
  word-wrap: break-word;
  margin-bottom: 30px;
  line-height: 200%
}

@media screen and (max-width:768px) {
  .news .news__history dd {
    width: 100%
  }
}

.news .news__history a {
  color: #136a9e
}

.contact {
  color: #fff;
  background-color: #000;
  background-image: url("/en/img/bg-contact.png");
  background-size: cover;
  background-position-y: 40%;
  background-repeat: no-repeat;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 130px 12%;
  transition: background-position-y 1s .3s;
  max-width: 100vw;
  overflow-x: hidden;
  box-sizing: border-box
}

@media screen and (max-width:768px) {
  .contact {
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media screen and (max-width:480px) {
  .contact {
    padding: 30px 2%
  }
}

.contact.active {
  background-position-y: 50%
}

.contact .contact__title {
  font-size: 40px;
  font-family: Exo\ 2, sans-serif;
  letter-spacing: 3px;
  width: 30%;
  padding-top: 10px
}

@media screen and (max-width:480px) {
  .contact .contact__title {
    font-size: 25px
  }
}

@media screen and (max-width:768px) {
  .contact .contact__title {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 50px
  }
}

.contact form {
  width: 60%
}

@media screen and (max-width:768px) {
  .contact form {
    width: 100%
  }
}

.contact button, .contact label {
  font-size: 18px;
  font-family: Exo\ 2, sans-serif;
  display: block;
  line-height: 200%
}

@media screen and (max-width:480px) {
  .contact button, .contact label {
    font-size: 13px
  }
}

.contact input, .contact textarea {
  width: 100%;
  padding: 5px;
  box-sizing: border-box
}

.contact .contact__formArea {
  width: 100%;
  display: -ms-flexbox;
  display: flex
}

.contact .contact__formParts {
  width: 100%;
  padding: 10px;
  box-sizing: border-box
}

.contact .contact__wrapTxtarea {
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 30px
}

@media screen and (max-width:480px) {
  .contact .contact__wrapTxtarea {
    margin-bottom: 10px
  }
}

.contact #btnSubmit {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  letter-spacing: 1px;
  padding: 5px 80px;
  margin: 10px 10px 0 auto;
  cursor: pointer;
  transition: all .2s
}

@media screen and (max-width:480px) {
  .contact #btnSubmit {
    display: block;
    margin: 0 auto;
    font-size: 20px;
    padding: 0 5px;
    width: 60%;
    margin-bottom: 20px
  }
}

.contact #btnSubmit:hover, .modal__content {
  background-color: #136a9e
}

.modal__content {
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  padding: 20px;
  margin: 10px 0
}

.mfp-close {
  display: none!important
}

#inline-wrap {
  max-width: 470px;
  width: 50%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 20px
}

@media screen and (max-width:768px) {
  #inline-wrap {
    max-width: 700px;
    width: 70%
  }
}

@media screen and (max-width:480px) {
  #inline-wrap {
    max-width: inherit;
    width: 100%;
    padding: 0 10px
  }
}

.popup-modal-dismiss {
  text-align: center
}

.popup-modal-dismiss a {
  color: #fff;
  text-decoration: none;
  font-family: Exo\ 2, sans-serif;
  letter-spacing: 5px;
  font-size: 22px
}

.modal__iconClose {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 2px
}

.modal__iconClose #close {
  fill: #fff
}

.modal__title {
  margin-bottom: 10px
}

.modal__iconMail {
  width: 100px;
  margin: -10px 0
}

footer {
  max-width: 100vw;
  overflow-x: hidden;
  box-sizing: border-box;
  padding: 40px 0 20px;
  text-align: center
}

footer .sns {
  margin: 10px 0
}

footer .sns, footer .sns a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center
}

footer .sns a {
  width: 40px;
  height: 40px;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 100%
}

@media screen and (max-width:480px) {
  footer .sns a {
    width: 60px;
    height: 60px
  }
}

footer .sns a img {
  width: 20px;
  height: 15px
}

@media screen and (max-width:480px) {
  footer .sns a img {
    width: 33px;
    height: inherit
  }
}

footer .copyright {
  display: block;
  width: 100%
}

@media screen and (max-width:480px) {
  footer .copyright {
    font-size: 11px;
    margin-top: 40px
  }
}

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: .8
}

.mfp-bg, .mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed
}

.mfp-wrap {
  z-index: 1043;
  outline: none!important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none!important
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #ccc
}

.mfp-preloader a:hover {
  color: #fff
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
  display: none
}

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
  opacity: 1
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1
}

.mfp-arrow:after, .mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto
}

.mfp-figure, img.mfp-img {
  line-height: 0
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #444
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px
}

.mfp-image-holder .mfp-content {
  max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

@media screen and (max-height:300px), screen and (max-width:800px) and (orientation:landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media (max-width:900px) {
  .mfp-arrow {
    -ms-transform: scale(.75);
    transform: scale(.75)
  }
  .mfp-arrow-left {
    -ms-transform-origin: 0;
    transform-origin: 0
  }
  .mfp-arrow-right {
    -ms-transform-origin: 100%;
    transform-origin: 100%
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}


/*# sourceMappingURL=style.css.map*/
