@charset "UTF-8";
body {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  color: #404040;
  line-height: 2; }

ul li {
  list-style: none; }

img {
  max-width: 100%; }
  @media screen and (max-width: 767px) {
    img {
      width: 100%; } }

p {
  line-height: 2; }

a {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }
  a:hover {
    text-decoration: none;
    color: inherit;
    opacity: .60; }

.container {
  max-width: 1280px; }

.main-container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .main-container {
      max-width: 100%; } }

.japanese-ff, header .header-content .site-head .main-navigation ul li a, header .header-content .site-description h1, header .header-content .site-description h2, header .header-content .site-others .product-detail h2, .page-content .heading-style h2, .page-content .product-info .small-pbox .product-img h3, .page-content .product-info .product-description p, .page-content .product-info .product-description a, .page-content .product-combines h3, .page-content .protect-info .protect-content h2, .page-content .protect-info .protect-content h3, .modal-content button.close {
  font-family: "Reimin Regular", "游明朝体", "Yu Mincho", YuMincho, "HGS明朝E", 'ＭＳ Ｐ明朝', 'MS PMincho', serif; }

.pc-view {
  display: block; }
  @media screen and (max-width: 767px) {
    .pc-view {
      display: none; } }

.sp-view {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp-view {
      display: block; } }

header {
  position: relative; }
  header .header-content {
    position: absolute;
    width: 100%; }
    header .header-content .site-head {
      padding-top: 45px;
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; }
      @media screen and (max-width: 768px) {
        header .header-content .site-head {
          padding-top: 15px;
          padding-bottom: 5px;
          position: fixed;
          width: 100%;
          z-index: 100;
          display: block; } }
      header .header-content .site-head .logo {
        padding-left: 40px;
        padding-right: 30px; }
        @media screen and (max-width: 768px) {
          header .header-content .site-head .logo img {
            max-width: 80px; } }
        @media screen and (max-width: 767px) {
          header .header-content .site-head .logo {
            padding-left: 20px; } }
      @media screen and (max-width: 768px) {
        header .header-content .site-head .main-navigation {
          height: 0;
          overflow: hidden;
          transition: height 300ms linear; }
          header .header-content .site-head .main-navigation.active {
            height: 348px;
            overflow: auto; } }
      header .header-content .site-head .main-navigation ul {
        padding: 0 40px 0 15px;
        margin: 0;
        background-color: rgba(0, 0, 0, 0.5); }
        @media screen and (max-width: 768px) {
          header .header-content .site-head .main-navigation ul {
            padding: 0;
            background-color: transparent;
            margin-top: 5px; } }
        header .header-content .site-head .main-navigation ul li {
          display: inline-block;
          padding: 6px 0; }
          @media screen and (max-width: 768px) {
            header .header-content .site-head .main-navigation ul li {
              display: block;
              padding: 0;
              border-bottom: 1px solid #cac8c8; }
              header .header-content .site-head .main-navigation ul li:first-child {
                border-top: 1px solid #cac8c8; } }
          header .header-content .site-head .main-navigation ul li a {
            color: #fff;
            padding: 0px 18px;
            position: relative; }
            header .header-content .site-head .main-navigation ul li a:before {
              content: url(../images/menu-arrow.png);
              position: absolute;
              left: 5px; }
              @media screen and (max-width: 768px) {
                header .header-content .site-head .main-navigation ul li a:before {
                  left: 20px; } }
            @media screen and (max-width: 768px) {
              header .header-content .site-head .main-navigation ul li a {
                padding: 12px 35px;
                display: block;
                font-weight: bold; } }
          header .header-content .site-head .main-navigation ul li.lang {
            background-color: #222; }
            header .header-content .site-head .main-navigation ul li.lang a {
              font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
              font-weight: bold; }
              header .header-content .site-head .main-navigation ul li.lang a:before {
                content: ""; }
    header .header-content .site-description {
      padding: 0 70px;
      margin-top: 12%; }
      @media screen and (max-width: 768px) {
        header .header-content .site-description {
          margin-top: 21%; } }
      @media screen and (max-width: 414px) {
        header .header-content .site-description {
          padding: 0 20px;
          margin-top: 28%; } }
      header .header-content .site-description h1, header .header-content .site-description h2 {
        color: #fff;
        margin: 0;
        font-weight: 600; }
      header .header-content .site-description h1 {
        font-size: 55px;
        margin-bottom: 20px; }
        @media screen and (max-width: 1280px) {
          header .header-content .site-description h1 {
            font-size: 4.7vw; } }
        @media screen and (max-width: 414px) {
          header .header-content .site-description h1 {
            margin-bottom: 5px; } }
      header .header-content .site-description h2 {
        font-size: 26px;
        line-height: 1.5; }
        @media screen and (max-width: 1280px) {
          header .header-content .site-description h2 {
            font-size: 2.2vw; } }
        @media screen and (max-width: 767px) {
          header .header-content .site-description h2 {
            font-size: 2.8vw; } }
    header .header-content .site-others .ribbon-img {
      text-align: right;
      padding: 0 40px;
      margin: 20px 0; }
      header .header-content .site-others .ribbon-img img {
        max-width: 125px; }
    header .header-content .site-others .product-detail {
      background-color: rgba(0, 0, 0, 0.4);
      padding: 30px 40px; }
      header .header-content .site-others .product-detail h2 {
        color: #fff;
        margin: 0;
        font-size: 25px;
        line-height: 1.5;
        position: relative;
        padding-left: 25%; }
        header .header-content .site-others .product-detail h2:before {
          content: url(../images/product01.png);
          position: absolute;
          left: 40px;
          top: -100px; }

.page-content .heading-style {
  text-align: center;
  margin: 40px 0;
  font-weight: bold; }
  .page-content .heading-style.customervoice-area {
    margin: -45px 0; }
    @media screen and (max-width: 955px) {
      .page-content .heading-style.customervoice-area {
        margin: 20px 0; } }
  .page-content .heading-style span {
    color: #778889;
    display: block;
    font-size: 25px; }
  .page-content .heading-style h2 {
    color: #000;
    font-size: 45px;
    margin: 0;
    font-weight: bold;
    padding: 0 20px; }
    @media screen and (max-width: 767px) {
      .page-content .heading-style h2 {
        font-size: 25px; } }
.page-content .product-info .prodone {
  margin-bottom: 80px; }
.page-content .product-info .small-pbox {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .page-content .product-info .small-pbox {
      padding-top: 0;
      padding-bottom: 0;
      order: -1; } }
  .page-content .product-info .small-pbox .product-img {
    background-image: url(../images/product-background.jpg);
    background-repeat: no-repeat;
    padding-left: 75px;
    padding-top: 75px;
    padding-bottom: 28px;
    box-shadow: 190px 85px 0px rgba(119, 136, 137, 0.1); }
    @media screen and (max-width: 767px) {
      .page-content .product-info .small-pbox .product-img {
        padding-left: 20px;
        padding-right: 20px;
        box-shadow: none; } }
    .page-content .product-info .small-pbox .product-img h3 {
      color: #000;
      font-size: 36px;
      margin: 0;
      line-height: 1.5;
      font-weight: bold; }
      @media screen and (max-width: 1280px) {
        .page-content .product-info .small-pbox .product-img h3 {
          font-size: 2.8vw; } }
      @media screen and (max-width: 1030px) {
        .page-content .product-info .small-pbox .product-img h3 {
          font-size: 2.6vw; } }
      @media screen and (max-width: 767px) {
        .page-content .product-info .small-pbox .product-img h3 {
          font-size: 25px; } }
      @media screen and (max-width: 414px) {
        .page-content .product-info .small-pbox .product-img h3 {
          font-size: 20px; } }
    .page-content .product-info .small-pbox .product-img.right {
      background-image: url(../images/product-background-night.jpg);
      padding-right: 40px;
      padding-top: 75px;
      padding-bottom: 45px;
      box-shadow: -250px 85px 0px rgba(119, 136, 137, 0.1); }
      .page-content .product-info .small-pbox .product-img.right h3 {
        color: #fff; }
      @media screen and (max-width: 767px) {
        .page-content .product-info .small-pbox .product-img.right {
          padding-right: 20px;
          padding-left: 20px;
          box-shadow: none; } }
.page-content .product-info .product-description {
  background-image: linear-gradient(#fffece, #c3b689);
  padding: 50px 90px 50px 55px; }
  @media screen and (max-width: 991px) {
    .page-content .product-info .product-description {
      padding: 50px 50px 50px 55px; } }
  @media screen and (max-width: 768px) {
    .page-content .product-info .product-description {
      padding: 35px; } }
  @media screen and (max-width: 767px) {
    .page-content .product-info .product-description {
      padding: 35px 20px; } }
  .page-content .product-info .product-description h3 {
    font-size: 32px;
    font-weight: bold;
    margin: 0; }
    @media screen and (max-width: 1280px) {
      .page-content .product-info .product-description h3 {
        font-size: 2.5vw; } }
    @media screen and (max-width: 767px) {
      .page-content .product-info .product-description h3 {
        font-size: 25px; } }
  .page-content .product-info .product-description span, .page-content .product-info .product-description p {
    font-size: 18px; }
    @media screen and (max-width: 1280px) {
      .page-content .product-info .product-description span, .page-content .product-info .product-description p {
        font-size: 1.4vw; } }
    @media screen and (max-width: 767px) {
      .page-content .product-info .product-description span, .page-content .product-info .product-description p {
        font-size: 18px; } }
  .page-content .product-info .product-description p {
    font-weight: 600; }
  .page-content .product-info .product-description span.separator {
    width: 90px;
    height: 2px;
    background-color: #c3b688;
    display: block;
    margin-top: 22px;
    margin-bottom: 22px; }
  .page-content .product-info .product-description a {
    display: block;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #fff;
    text-align: center;
    color: #000;
    position: relative;
    font-weight: bold;
    padding: 1px 0; }
    .page-content .product-info .product-description a:after {
      content: url(../images/menu-arrow-gray.png);
      position: absolute;
      right: 15px;
      top: 2px; }
    .page-content .product-info .product-description a.no-bg {
      font-family: inherit;
      margin-bottom: 10px;
      background-color: transparent;
      color: #fff; }
      .page-content .product-info .product-description a.no-bg:after {
        content: url(../images/menu-arrow-white.png); }
  .page-content .product-info .product-description.left {
    position: relative;
    z-index: 1; }
    .page-content .product-info .product-description.left:before {
      content: url(../images/morning.png);
      position: absolute;
      right: 0;
      top: 20px;
      z-index: -1; }
  .page-content .product-info .product-description.right {
    background-image: linear-gradient(#2be1ae, #2ac4ce);
    padding: 50px 55px 50px 90px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 991px) {
      .page-content .product-info .product-description.right {
        padding: 50px 55px 50px 50px; } }
    @media screen and (max-width: 768px) {
      .page-content .product-info .product-description.right {
        padding: 36px; } }
    @media screen and (max-width: 767px) {
      .page-content .product-info .product-description.right {
        padding: 36px 20px; } }
    .page-content .product-info .product-description.right:before {
      content: url(../images/night.png);
      position: absolute;
      left: 0;
      top: 20px;
      z-index: -1; }
    .page-content .product-info .product-description.right span.separator {
      background-color: #fff; }
.page-content .product-combines {
  margin: 90px 0; }
  .page-content .product-combines h3 {
    color: #000;
    font-size: 30px;
    margin: 0;
    line-height: 1.5;
    font-weight: bold;
    padding: 0 20px; }
    @media screen and (max-width: 767px) {
      .page-content .product-combines h3 {
        font-size: 25px; } }
  .page-content .product-combines .how-to-use {
    padding: 0 100px; }
    @media screen and (max-width: 768px) {
      .page-content .product-combines .how-to-use {
        padding: 0; } }
    .page-content .product-combines .how-to-use .how-content {
      background-color: rgba(119, 136, 137, 0.1);
      padding: 25px 90px;
      font-size: 14px;
      margin-top: 50px; }
      @media screen and (max-width: 767px) {
        .page-content .product-combines .how-to-use .how-content {
          padding: 25px 20px; } }
      .page-content .product-combines .how-to-use .how-content p {
        margin: 0; }
      .page-content .product-combines .how-to-use .how-content span {
        text-align: center;
        display: block;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px; }
.page-content .protect-info {
  background-image: url(../images/protect-skin-bg.jpg);
  padding: 50px 40px;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 600px) {
    .page-content .protect-info {
      padding: 50px 20px; } }
  .page-content .protect-info .protect-content {
    padding: 0 50px; }
    @media screen and (max-width: 768px) {
      .page-content .protect-info .protect-content {
        padding: 0; } }
    .page-content .protect-info .protect-content h2, .page-content .protect-info .protect-content h3 {
      color: #fff;
      font-size: 40px;
      margin: 0;
      line-height: 1.5;
      text-align: center;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .page-content .protect-info .protect-content h2, .page-content .protect-info .protect-content h3 {
          font-size: 26px; } }
    .page-content .protect-info .protect-content h2 {
      font-size: 45px; }
      .page-content .protect-info .protect-content h2 small {
        font-size: 40px; }
      @media screen and (max-width: 767px) {
        .page-content .protect-info .protect-content h2 {
          font-size: 26px; }
          .page-content .protect-info .protect-content h2 small {
            font-size: 26px; } }
    .page-content .protect-info .protect-content h3 {
      color: #ffe200;
      margin: 20px 0; }
    .page-content .protect-info .protect-content p {
      text-align: center;
      color: #fff;
      font-size: 20px;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .page-content .protect-info .protect-content p {
          font-size: 16px; } }
    .page-content .protect-info .protect-content .protect-yellow {
      background-color: #fff100;
      padding: 40px; }
      @media screen and (max-width: 768px) {
        .page-content .protect-info .protect-content .protect-yellow {
          padding: 20px; } }
      .page-content .protect-info .protect-content .protect-yellow h2 {
        font-size: 30px;
        text-align: left;
        color: #231815;
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
          .page-content .protect-info .protect-content .protect-yellow h2 {
            font-size: 20px; } }
      .page-content .protect-info .protect-content .protect-yellow p {
        text-align: left;
        color: #231815;
        font-size: 16px; }
        @media screen and (max-width: 768px) {
          .page-content .protect-info .protect-content .protect-yellow p {
            font-size: 14px; } }
.page-content .customer-voice {
  background-color: #f7f8f8;
  padding-top: 40px;
  padding-bottom: 40px; }
  .page-content .customer-voice .heading-style {
    margin-top: 0; }
  .page-content .customer-voice .customer-content {
    max-width: 1045px; }
    .page-content .customer-voice .customer-content .imgd img {
      max-width: 250px; }
      @media screen and (max-width: 575px) {
        .page-content .customer-voice .customer-content .imgd img {
          display: none; } }
    .page-content .customer-voice .customer-content span.title {
      display: block;
      text-align: center;
      font-size: 20px;
      font-weight: bold;
      color: #231815;
      border-left: 1px solid #778889;
      border-right: 1px solid #778889;
      padding: 0 20px;
      position: relative;
      margin-bottom: 40px; }
      .page-content .customer-voice .customer-content span.title:before {
        content: "";
        width: 1px;
        background-color: #778889;
        position: absolute;
        height: 100%;
        left: -8px;
        top: 0; }
      .page-content .customer-voice .customer-content span.title:after {
        content: "";
        width: 1px;
        background-color: #778889;
        position: absolute;
        height: 100%;
        right: -8px;
        top: 0; }
    .page-content .customer-voice .customer-content .voices-grp .voices {
      background-color: #fff;
      padding: 35px 50px;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .page-content .customer-voice .customer-content .voices-grp .voices {
          padding: 35px 20px; } }
      .page-content .customer-voice .customer-content .voices-grp .voices p {
        margin: 0; }
      .page-content .customer-voice .customer-content .voices-grp .voices span {
        position: relative;
        color: #e60012;
        display: block;
        margin-bottom: 10px;
        font-weight: bold;
        padding-left: 35px; }
        .page-content .customer-voice .customer-content .voices-grp .voices span.name:before {
          content: "";
          position: absolute;
          left: 0;
          display: inline-block;
          width: 30px;
          height: 30px;
          background-image: url(../images/pixta.jpg);
          background-size: cover; }
          @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
            .page-content .customer-voice .customer-content .voices-grp .voices span.name:before {
              top: -2px;
              width: 29px;
              height: 29px; } }
          @media screen and (min-width: 0\0) {
            .page-content .customer-voice .customer-content .voices-grp .voices span.name:before {
              top: -2px;
              width: 29px;
              height: 29px; } }
      .page-content .customer-voice .customer-content .voices-grp .voices span.morelink-con {
        display: block;
        text-align: right; }
        .page-content .customer-voice .customer-content .voices-grp .voices span.morelink-con a {
          color: #e60012;
          font-weight: normal; }
    .page-content .customer-voice .customer-content .voices-grp a.linkto {
      display: block;
      max-width: 365px;
      width: 100%;
      margin: 30px auto 50px;
      background-color: #778889;
      color: #fff;
      text-align: center;
      font-size: 18px;
      border-radius: 3px;
      position: relative;
      padding: 3px 0; }
      .page-content .customer-voice .customer-content .voices-grp a.linkto:after {
        content: url(../images/menu-arrow-white.png);
        position: absolute;
        right: 15px;
        top: 3px; }
    .page-content .customer-voice .customer-content .voices-grp.blue .voices span {
      color: #076f72; }
    .page-content .customer-voice .customer-content .voices-grp.blue .voices span.morelink-con a {
      color: #076f72; }

.modal-content {
  background-color: #3e3a39;
  color: #fff;
  padding: 20px 50px 30px; }
  .modal-content button.close {
    position: absolute;
    right: 20px;
    text-shadow: none;
    color: #9FA0A0;
    font-size: 45px;
    font-weight: normal; }
    .modal-content button.close:hover {
      color: #fff !important; }
  .modal-content .modal-body {
    padding: 0; }
    .modal-content .modal-body p {
      font-size: 13px;
      text-align: justify;
      margin-bottom: 0; }

.popup-title {
  text-align: center;
  margin-bottom: 25px; }
  .popup-title span {
    font-size: 20px;
    display: block; }
    .popup-title span.withline {
      display: inline-block;
      border-bottom: 1px solid #fff; }

footer .footer-goto {
  font-size: 0;
  position: relative;
  text-align: right; }
  footer .footer-goto a {
    display: inline-block;
    margin-top: 55px;
    margin-bottom: 50px;
    min-height: 79px;
    position: relative;
    z-index: 99; }
    footer .footer-goto a img {
      position: fixed;
      bottom: 10%;
      z-index: 9999;
      display: none;
      padding-right: 30px;
      right: 0; }
      @media screen and (max-width: 767px) {
        footer .footer-goto a img {
          max-width: 109px; } }
footer .footer-top {
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 60px;
  background-color: #333; }
  footer .footer-top .footer-links {
    max-width: 1300px;
    margin: 0 auto; }
    footer .footer-top .footer-links .footer-btn-link {
      display: block;
      max-width: 390px;
      padding-top: 20px;
      padding-bottom: 20px;
      border: 6px solid #a0a0a0;
      color: #333;
      background-color: #fff;
      text-align: center;
      font-weight: 600;
      font-size: 18px; }
      @media screen and (max-width: 806px) {
        footer .footer-top .footer-links .footer-btn-link {
          font-size: 2vw; } }
      @media screen and (min-width: 768px) {
        footer .footer-top .footer-links .footer-btn-link {
          max-width: 100%; } }
      @media screen and (max-width: 767px) {
        footer .footer-top .footer-links .footer-btn-link {
          font-size: 15px;
          max-width: 100%;
          width: 100%; } }
      @media screen and (max-width: 1100px) {
        footer .footer-top .footer-links .footer-btn-link {
          margin-bottom: 15px; } }
      @media screen and (min-width: 768px) {
        footer .footer-top .footer-links .footer-btn-link.footer-btn-link-left {
          margin-right: 25px;
          margin-left: auto; } }
      @media screen and (max-width: 767px) {
        footer .footer-top .footer-links .footer-btn-link.footer-btn-link-left {
          margin: 0 auto 15px;
          max-width: 390px; } }
      @media screen and (min-width: 768px) {
        footer .footer-top .footer-links .footer-btn-link.footer-btn-link-center {
          margin-left: auto;
          margin-right: auto; } }
      @media screen and (max-width: 767px) {
        footer .footer-top .footer-links .footer-btn-link.footer-btn-link-center {
          max-width: 390px;
          margin: 0 auto 15px; } }
      @media screen and (min-width: 768px) {
        footer .footer-top .footer-links .footer-btn-link.footer-btn-link-right {
          margin-left: 25px; } }
      @media screen and (max-width: 1100px) {
        footer .footer-top .footer-links .footer-btn-link.footer-btn-link-right {
          margin: 0 auto;
          max-width: 390px; } }
    @media screen and (max-width: 1100px) {
      footer .footer-top .footer-links .row div {
        flex: 50%;
        max-width: 50%; }
        footer .footer-top .footer-links .row div:last-child {
          flex: 100%;
          max-width: 100%; } }
    @media screen and (max-width: 767px) {
      footer .footer-top .footer-links .row div {
        flex: 100%;
        max-width: 100%; }
        footer .footer-top .footer-links .row div:last-child {
          flex: 100%;
          max-width: 100%; } }
    footer .footer-top .footer-links .footer-contact {
      margin-top: 50px;
      text-align: center; }
      footer .footer-top .footer-links .footer-contact a {
        text-decoration: underline;
        color: #fff;
        font-size: 18px;
        font-weight: bold; }
      footer .footer-top .footer-links .footer-contact:before {
        content: '';
        display: inline-block;
        vertical-align: -3px;
        width: 20px;
        height: 20px;
        margin-right: 15px;
        background-image: url(../images/shop-icon.png);
        background-repeat: no-repeat; }
footer .footer-bot {
  padding: 15px;
  font-size: 10px;
  color: #fff;
  background-color: #000;
  text-align: center; }

@media screen and (min-width: 441px) {
  .pr-visible {
    display: none; } }
@media screen and (max-width: 440px) {
  .pr-visible {
    display: block; } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 10px;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 1px solid #fff;
  margin: 0;
  overflow: visible;
  float: right;
  outline: transparent;
  height: auto;
  position: absolute;
  right: 20px;
  top: 15px; }
  .hamburger:hover, .hamburger:focus, .hamburger:active {
    opacity: 0.7;
    outline: transparent; }
  @media screen and (max-width: 768px) {
    .hamburger {
      display: inline-block;
      border: transparent; } }

.hamburger--box {
  width: 36px;
  height: 28px;
  display: inline-block;
  position: relative; }

.hamburger--inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger--inner, .hamburger--inner:before, .hamburger--inner:after {
    width: 36px;
    height: 4px;
    background-color: #fff;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger--inner:before, .hamburger--inner:after {
    content: "";
    display: block; }
  .hamburger--inner:before {
    top: -10px; }
  .hamburger--inner:after {
    bottom: -10px; }

/*
* hamburger slide type
*/
.hamburger--slider .hamburger--inner {
  top: 8px; }
  .hamburger--slider .hamburger--inner:before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger--inner:after {
    top: 20px; }
.hamburger--slider.is--active .hamburger--inner {
  top: 8px;
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is--active .hamburger--inner:before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is--active .hamburger--inner:after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*# sourceMappingURL=style.css.map */
