@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.6;
  font-size: 10px;
  font-size: 1.0rem;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.cf:after {
  content: " ";
  display: block;
  clear: both;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.fixed {
  overflow: scroll;
  position: fixed;
  width: 100%;
  height: 100vh;
}

.wrap {
  min-width: 1200px;
  opacity: 0;
  transition: .3s;
}
.wrap_on {
  opacity: 1;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

.break {
  display: inline-block;
}

.block {
  display: block;
}

/*nav*/
.nav {
  padding: 15px 2px 2px;
  text-align: center;
  z-index: 1;
  position: fixed;
  width: 100%;
  background: #fff;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.03);
  -webkit-transform: translateY(-80px);
  transform: translateY(-80px);
  transition: .3s;
}
.nav_active {
  transform: translateY(0);
}

.navList {
  text-align: center;
  max-width: 1200px;
  margin: 130px auto 70px;
}
.navList li {
  display: inline-block;
  width: 260px;
  margin: 5px;
  vertical-align: top;
}
.navList li:nth-child(1) {
  background: #fed572;
}
.navList li:nth-child(2) {
  background: #a7d7ed;
}
.navList li:nth-child(3) {
  background: #cdda5f;
}
.navList li:nth-child(4) {
  background: #fadeeb;
}
.navList a {
  display: block;
  padding-top: 45px;
}
.navList_ttl {
  margin-bottom: 15px;
}

.spView {
  display: none;
}

.category {
  text-align: center;
  margin-bottom: 80px;
}
.category > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 65px;
}
.category > li > a {
  font-size: 3.2rem;
  padding: 16px;
  color: #000;
  text-decoration: none;
  display: block;
}
.categoryIn {
  display: none;
}

.navIn_sns {
  text-align: center;
  margin-bottom: 10px;
}
.navIn_sns li {
  display: inline-block;
}
.navIn_sns li a {
  padding: 20px;
  display: block;
}

.navIn_logo {
  text-align: center;
  margin-bottom: 45px;
}

.fat-nav a {
  transition: .3s;
}
.fat-nav a:hover {
  opacity: .7;
}

/*header*/
.header {
  position: relative;
  z-index: 0;
}
.header_bg {
  height: 100vh;
  position: relative;
  background: url(../img/top_bg.png) no-repeat center bottom, url(../img/top_repeat_top.png) repeat-y center top;
  background-color: #f7f7f7;
}
.header_bg_img {
  width: 100%;
  height: auto;
}

.logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  text-align: center;
  width: 100%;
  padding: 0 50px;
  box-sizing: border-box;
}
.logoIn {
  display: inline-block;
  position: relative;
}
.logo_main {
  position: relative;
  margin-bottom: 35px;
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.logo_sub {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.logo_deco {
  position: absolute;
  top: 60px;
  right: -5px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.underBtn {
  background: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.underBtn a {
  display: inline-block;
  box-sizing: border-box;
  height: 60px;
  padding-top: 18px;
  overflow: hidden;
}

/*タイトル*/
.ttlBox {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 50px;
  padding-top: 60px;
}
.ttlBox li {
  width: 400px;
  text-align: center;
  vertical-align: middle;
}
.ttlBox li:first-child {
  order: 1;
}
.ttlBox li:last-child {
  order: 2;
}
.ttlBox_ttl {
  margin-bottom: 60px;
}
.ttlBox_txt {
  font-size: 1.4rem;
  line-height: 1.8;
  position: relative;
  text-align: left;
  padding: 0 15px;
}
.ttlBox_txt:before {
  content: "";
  width: 140px;
  height: 2px;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -70px;
}
.ttlBox_txt:after {
  content: "";
  width: 140px;
  height: 2px;
  display: inline-block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -70px;
}

/*コンテンツ*/
.contents {
  border-top: 65px solid #fff;
  padding-bottom: 40px;
}
.contentsBox {
  margin-top: -62px;
  display: -webkit-flex;
  display: flex;
}
.contentsBox_in {
  width: 310px;
  margin: 10px auto 0;
}
.contentsBox_in .break {
  padding-right: 5px;
}
.contentsBox > li {
  width: 400px;
  vertical-align: top;
  text-align: center;
}
.contentsBox > li:first-child {
  order: 1;
}
.contentsBox > li:last-child {
  order: 2;
}
.contentsBox_detail {
  font-size: 1.2rem;
  line-height: 1.4;
  height: 260px;
  text-align: left;
}
.contentsBox_detail p {
  margin-bottom: 16px;
}
.contentsBox_img {
  margin: 0 0 28px;
}
.contentsBox_img li {
  float: left;
}
.contentsBox_img li:first-child {
  margin-right: 10px;
}
.contentsBox_txt {
  text-align: left;
}
.contentsBox_txt dt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
}
.contentsBox_txt dd {
  font-size: 1.4rem;
  line-height: 1.7;
}
.contentsBox_ttl {
  font-size: 2.8rem;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 520px;
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
.contentsBox_ttl span {
  padding: 15px 38px 0;
  display: block;
  position: relative;
}
.contentsBox_ttl span:after {
  content: url(../img/deco_1.png);
  position: absolute;
  bottom: 8px;
  left: -25px;
}

.centerBox {
  padding: 0 50px;
  box-sizing: border-box;
  position: relative;
}
.centerBox_txt {
  margin-top: 560px;
  font-size: 1.4rem;
  line-height: 1.7;
  padding: 0 15px;
  margin-bottom: 45px;
  text-align: left;
}
.centerBox_detail {
  font-size: 1.3rem;
  line-height: 1.6;
  background: #fff;
  padding-bottom: 15px;
}
.centerBox_detail dt {
  margin-bottom: 8px;
}
.centerBox_detail dd {
  padding: 0 25px;
  text-align: left;
}

.left_img {
  display: inline-block;
  position: relative;
  height: 630px;
}

.right_img {
  display: inline-block;
  position: relative;
  height: 630px;
}

/*box1*/
.box1 .ttlBox_txt:before, .box1 .ttlBox_txt:after {
  background: #ea5514;
}
.box1 .contents {
  background: #fed572;
}

/*box2*/
.box2 .ttlBox_txt:before, .box2 .ttlBox_txt:after {
  background: #172a88;
}
.box2 .contents {
  background: #a7d7ed;
}
.box2 .negative {
  margin-top: -42px;
}
.box2 .contentsBox_ttl span:after {
  content: url(../img/deco_2.png);
  left: -48px;
  bottom: -10px;
}

/*box3*/
.box3 .ttlBox_txt:before, .box3 .ttlBox_txt:after {
  background: #006934;
}
.box3 .contents {
  background: #cdda5f;
}
.box3 .contentsBox_ttl span:after {
  content: url(../img/deco_3.png);
  left: -48px;
  bottom: 0;
}

/*box4*/
.box4 .ttlBox_txt:before, .box4 .ttlBox_txt:after {
  background: #e4007f;
}
.box4 .contents {
  background: #fadeeb;
}
.box4 .contentsBox_ttl span:after {
  content: url(../img/deco_4.png);
  left: -8px;
  bottom: 40px;
}

/*order*/
.order {
  background: #ddd;
  padding: 55px 0 0 0;
}
.order_ttl {
  margin: 0 50px 35px;
  border-bottom: 4px solid #000;
  border-top: 4px solid #000;
  text-align: center;
  padding: 30px 0 25px;
}
.order_ttl h3 {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
}

.tableCol {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 0 50px;
  box-sizing: border-box;
}

.listBox {
  width: 50%;
  display: table-cell;
}
.listBox:first-child {
  padding-right: 20px;
}
.listBox:last-child {
  padding-left: 20px;
}
.listBox li {
  margin-bottom: 40px;
  padding: 355px 25px 20px;
  position: relative;
  background: #fff;
}
.listBox_img {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  text-align: center;
}
.listBox_en {
  margin-bottom: 10px;
}
.listBox_name {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 5px;
  font-feature-settings: "palt";
}
.listBox_sub {
  font-size: 1.4rem;
  margin-bottom: 15px;
  font-weight: bold;
}
.listBox_txt {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 16px;
}
.listBox_data {
  font-size: 1.2rem;
}
.listBox_data span:nth-child(2) {
  padding-left: 10px;
}

/*footer*/
.footer {
  padding: 120px 50px 15px;
  text-align: center;
}
.footer_ttl {
  font-size: 4rem;
  margin-bottom: 70px;
}
.footer_note {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 32px;
}
.footer_sns {
  text-align: center;
  margin-bottom: 20px;
}
.footer_sns li {
  display: inline-block;
}
.footer_sns a {
  text-decoration: none;
  transition: .3s;
  display: inline-block;
  padding: 20px;
}
.footer_sns a:hover {
  opacity: .7;
}
.footer_logo {
  margin-bottom: 35px;
}
.footer_copy {
  font-size: 1.2rem;
  text-align: center;
}

.footerList {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 40px;
}
.footerList_line {
  display: table-cell;
  width: 25%;
  text-align: left;
  vertical-align: top;
}
.footerList_line li {
  margin-bottom: 40px;
}
.footerList_line a {
  display: block;
  color: #000;
  text-decoration: none;
  transition: .3s;
}
.footerList_line a:hover {
  color: #999;
}
.footerList_shop {
  font-size: 1.4rem;
  margin-bottom: 3px;
}
.footerList_data {
  font-size: 1.2rem;
  line-height: 1.5;
}
.footerList_online {
  margin-top: 160px;
}
.footerList_online p {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.footerList_online_in {
  font-size: 1.2rem;
  line-height: 1.5;
}
.footerList_online_in dt {
  font-weight: bold;
}
.footerList_online_in dd {
  margin-bottom: 15px;
}

.footSp {
  display: none;
}

.pageTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
}
.pageTop a {
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .wrap {
    min-width: inherit;
  }

  .inner {
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
    position: relative;
  }

  .header_bg {
    background: url(../img/top_bg_sp.png) no-repeat center 80%;
    background-size: 768px auto;
    padding-bottom: 75px;
    box-sizing: border-box;
  }

  .logo {
    padding: 0 20px;
  }
  .logo_deco {
    top: 20%;
  }

  .underBtn {
    background: transparent;
  }

  .ttlBox {
    display: block;
    padding-top: 30px;
    text-align: center;
    margin-bottom: 10px;
  }
  .ttlBox_ttl {
    margin-bottom: 15px;
  }
  .ttlBox_ttl img {
    width: 202px;
    height: 34px;
  }
  .ttlBox li {
    width: auto;
  }
  .ttlBox_txt {
    font-size: 1.2rem;
    line-height: 1.7;
    padding: 0 10px;
    z-index: 0;
  }
  .ttlBox_txt span {
    display: block;
    padding: 15px 20px;
  }
  .ttlBox_txt:before {
    display: none;
  }
  .ttlBox_txt:after {
    width: 100%;
    height: 90%;
    left: 0;
    top: 50%;
    bottom: 0;
    margin: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50%);
    background: transparent !important;
    border: 1px solid #000;
    z-index: -1;
  }
  .ttlBox_img {
    width: 48% !important;
    display: inline-block;
    margin: 25px 0;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .nav {
    padding: 10px 15px 5px;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    transition: .3s;
  }
  .nav_active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .nav_logo {
    text-align: left;
  }
  .nav_logo img {
    width: 145px;
  }

  .navList {
    margin: 0 auto;
    overflow: hidden;
  }
  .navList li {
    float: left;
    margin: 0;
    width: 50%;
  }
  .navList a {
    padding-top: 25px;
  }
  .navList_ttl img {
    height: 13px;
    width: auto;
  }

  .spView {
    display: block;
  }

  .pcView {
    display: none;
  }

  .category {
    text-align: left;
    margin-bottom: 30px;
  }
  .category > li {
    display: block;
    margin: 0;
  }
  .category > li > p {
    font-size: 1.3rem;
    border-bottom: 2px solid #ccc;
    padding: 16px;
    position: relative;
  }
  .category > li > p:after {
    content: "";
    width: 11px;
    height: 11px;
    background: url(../img/icon_plus.png) no-repeat;
    background-size: 11px 11px;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -5px;
  }
  .category > li > a {
    font-size: 1.3rem;
    border-bottom: 2px solid #ccc;
    padding: 16px;
  }
  .categoryIn {
    background: #f7f7f7;
    border-bottom: 1px solid #ccc;
  }
  .categoryIn li {
    border-bottom: 1px solid #ccc;
  }
  .categoryIn li a {
    padding: 12px 25px;
    font-size: 1.2rem;
    color: #000;
    text-decoration: none;
    display: block;
  }

  .category > .nav_on > p:after {
    background: url(../img/icon_minus.png) no-repeat;
    background-size: 11px 1px;
    height: 1px;
    margin-top: 0;
  }

  .navIn_sns {
    margin: 0;
  }
  .navIn_sns li a {
    padding: 20px;
  }
  .navIn_sns img {
    width: 25px;
  }

  .navIn_logo {
    margin-bottom: 20px;
  }
  .navIn_logo img {
    width: 170px;
  }

  .contents {
    border-top: none;
  }

  .contentsBox {
    display: block;
    margin-top: 0;
    padding: 0 25px 170px;
  }
  .contentsBox > li {
    width: auto;
  }
  .contentsBox > li:nth-child(2) {
    margin-bottom: 50px;
  }
  .contentsBox_ttl {
    position: static;
    -webkit-transform: none;
    transform: none;
    height: auto;
    -webkit-writing-mode: inherit;
    writing-mode: inherit;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .contentsBox_ttl span {
    padding: 0;
    display: inline-block;
  }
  .contentsBox_ttl span:after {
    content: "" !important;
    display: inline-block;
    bottom: auto !important;
    left: auto !important;
  }
  .contentsBox_in {
    width: auto;
  }
  .contentsBox_detail {
    display: block;
    font-size: 1.1rem;
    height: auto;
  }
  .contentsBox_detail p {
    margin-bottom: 8px;
  }
  .contentsBox_img {
    margin: 20px 0 12px;
    text-align: center;
  }
  .contentsBox_img img {
    width: 100%;
  }
  .contentsBox_img li {
    float: none;
    display: inline-block;
    width: 48%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .contentsBox_img li:first-child {
    margin-right: 0;
  }
  .contentsBox_txt dt {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
  .contentsBox_txt dd {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .centerBox {
    position: static;
    background: #fff;
    padding: 20px;
    margin-bottom: 15px;
  }
  .centerBox_txt {
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
  }
  .centerBox_detail {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 25px;
    padding: 15px 0;
    font-size: 1.1rem;
  }
  .centerBox_detail dt img {
    width: 100px;
  }
  .centerBox_detail dd {
    padding: 0 20px;
  }

  .right_img:before,
  .left_img:before {
    display: none;
  }

  .left_img,
  .right_img {
    padding: 0;
    height: auto;
  }

  .left_img img,
  .right_img img {
    width: 80%;
  }

  .box1 {
    background: #fed572;
  }
  .box1 .ttlBox_txt span {
    background: #fed572;
  }
  .box1 .contentsBox_ttl span:after {
    background: url(../img/deco_1.png) no-repeat;
    background-size: 90px 52px;
    width: 90px;
    height: 52px;
    right: -55px;
    top: 5px;
  }

  .box2 {
    background: #a7d7ed;
  }
  .box2 .ttlBox_txt span {
    background: #a7d7ed;
  }
  .box2 .contentsBox_ttl span:after {
    background: url(../img/deco_2.png) no-repeat;
    background-size: 100px 65px;
    width: 100px;
    height: 65px;
    right: -16px;
    top: -2px;
  }
  .box2 .negative {
    margin-top: 0;
  }

  .box3 {
    background: #cdda5f;
  }
  .box3 .ttlBox_txt span {
    background: #cdda5f;
  }

  .box4 {
    background: #fadeeb;
  }
  .box4 .ttlBox_txt span {
    background: #fadeeb;
  }

  .order {
    padding: 40px 0 10px;
  }
  .order_ttl {
    padding: 15px 0 10px;
    margin: 0 0 35px;
  }
  .order_ttl img {
    width: 184px;
  }
  .order h3 {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }

  .tableCol {
    display: block;
    padding: 0;
  }

  .listBox {
    display: block;
    width: 100%;
  }
  .listBox li {
    background-size: 95%;
    padding: 10px 25px 20px;
  }
  .listBox:first-child {
    padding-right: 0;
  }
  .listBox:last-child {
    padding-left: 0;
  }
  .listBox_img {
    position: static;
    display: block;
    margin-bottom: 10px;
  }
  .listBox_en img {
    width: 100%;
    max-width: 328px;
  }
  .listBox_name {
    font-size: 1.6rem;
    margin-bottom: 3px;
  }
  .listBox_sub {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .listBox_txt {
    font-size: 1.2rem;
  }
  .listBox_data {
    font-size: 1rem;
    font-weight: bold;
  }
  .listBox_2, .listBox_6 {
    padding-top: 280px !important;
  }

  .footerList {
    display: none;
  }

  .footer {
    box-sizing: border-box;
    padding: 25px 0 10px;
  }
  .footer_ttl {
    font-size: 2rem;
    margin-bottom: 25px;
  }
  .footer_note {
    margin-bottom: 0;
  }
  .footer_sns {
    margin-bottom: 0;
  }
  .footer_sns img {
    width: 25px;
  }
  .footer_logo {
    margin-bottom: 18px;
  }

  .footSp {
    display: block;
    text-align: left;
    font-size: 1.3rem;
    border-top: 2px solid #ccc;
    margin-bottom: 18px;
  }
  .footSp > li {
    border-bottom: 2px solid #ccc;
  }
  .footSp > li > p {
    padding: 16px 13px;
    position: relative;
  }
  .footSp > li > p:after {
    content: "";
    background: url(../img/icon_plus.png) no-repeat;
    background-size: 11px 11px;
    width: 11px;
    height: 11px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 13px;
    margin-top: -5px;
  }
  .footSp_in {
    background: #f7f7f7;
  }
  .footSp_in li {
    border-bottom: 1px solid #ccc;
  }
  .footSp_in li:first-child {
    border-top: 2px solid #ccc;
  }
  .footSp_in li:last-child {
    border-bottom: none;
  }
  .footSp_in a {
    padding: 15px 25px;
    display: block;
    color: #000;
    text-decoration: none;
  }

  .footSp > .menuOn > p:after {
    background: url(../img/icon_minus.png) no-repeat;
    background-size: 11px 1px;
    width: 11px;
    height: 1px;
    margin-top: 0;
  }

  .pageTop img {
    width: 35px;
  }
}
@media only screen and (max-width: 468px) {
  .header_bg {
    background-size: 469px 331px;
  }

  .logo {
    padding: 0 10px;
  }
  .logo_main {
    margin-bottom: 25px;
  }
  .logo_main img {
    width: 249px;
  }
  .logo_sub img {
    width: 303px;
  }
  .logo_deco img {
    width: 99px;
  }
}
@media only screen and (max-height: 790px) and (min-width: 769px) {
  .logo {
    margin-top: 80px;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  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-inline-holder .mfp-content,
.mfp-ajax-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: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-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: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  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: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-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: 0.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:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  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: 0.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, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  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, 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-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .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, 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, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* 
====== Zoom effect ======
*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.hamburger {
  display: none;
  width: 54px;
  height: 40px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  margin: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.hamburger__icon {
  position: relative;
  margin-top: 18px;
  margin-bottom: 18px;
}

.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  display: block;
  width: 44px;
  height: 2px;
  background-color: #222;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.hamburger__icon:before, .hamburger__icon:after {
  position: absolute;
  content: "";
  right: 0;
}

.hamburger__icon:before {
  top: -14px;
  width: 54px;
}

.hamburger__icon:after {
  top: 14px;
  width: 34px;
}

.hamburger.active {
  border: 1px solid #000;
  width: 70px;
  height: 70px;
  right: 10px;
}

.hamburger.active .hamburger__icon {
  background-color: transparent;
  margin: 34px 0 33px;
  width: 52px;
}

.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
  background-color: #000;
}

.hamburger.active .hamburger__icon:before {
  -webkit-transform: translateY(14px) rotate(45deg);
  transform: translateY(14px) rotate(45deg);
  width: 35px;
}

.hamburger.active .hamburger__icon:after {
  -webkit-transform: translateY(-14px) rotate(-45deg);
  transform: translateY(-14px) rotate(-45deg);
  width: 35px;
}

.fat-nav {
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.fat-nav__wrapper {
  width: 100%;
  height: 100%;
}

.fat-nav__wrapper .nav_logo {
  display: none;
}

@media only screen and (max-width: 768px) {
  .hamburger {
    width: 30px;
    height: 32px;
    margin: 8px 12px;
  }

  .hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
    width: 24px;
  }

  .hamburger__icon:before {
    width: 30px;
    top: -10px;
  }

  .hamburger__icon:after {
    width: 19px;
    top: 10px;
  }

  .hamburger__icon {
    margin: 14px 0;
  }

  .hamburger.active {
    width: 35px;
    height: 35px;
    right: 10px;
  }

  .hamburger.active .hamburger__icon {
    width: 35px;
    margin: 16px 0 15px;
  }

  .hamburger.active .hamburger__icon:after {
    width: 20px;
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
    right: 8px;
  }

  .hamburger.active .hamburger__icon:before {
    width: 20px;
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
    right: 8px;
  }

  .fat-nav {
    background: #fff;
  }

  .fat-nav__wrapper .nav_logo {
    display: block;
    padding: 10px 0 5px 15px;
    border-bottom: 1px solid #f7f7f7;
  }
}

/*# sourceMappingURL=style.css.map */
