@charset "UTF-8";
/* -------------------------------------------------------------------------
    edit.css
---------------------------------------------------------------------------*/
/* common
---------------------------------------------------------------------------*/
p,
a,
li {
  letter-spacing: 0.05em;
  font-family: Zen Kaku Gothic New;
}

@media (min-width: 768px) {
  html {
    min-width: 1000px;
  }
  html,
  body {
    font-size: 18px;
  }
  html .txt-basic01,
  body .txt-basic01 {
    font-size: 1rem;
  }
  .pc-none {
    display: none;
  }
  .text-block-2 {
    line-height: 1.4;
  }
  .text-block-9 {
    font-size: 0.9rem;
  }
  .linkbox-service_inner {
    max-width: 100%;
  }
  .paragraph-4 {
    font-size: 1rem;
  }
  .button-primary {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
}
.paragraph-5 {
  line-height: 1.6;
}

/* btn-pagetop
------------------------------------*/
.btn-pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-out 0.2s, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out 0.2s, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, visibility 0.2s ease-out 0.2s;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, visibility 0.2s ease-out 0.2s, -webkit-transform 0.2s ease-out;
  visibility: hidden;
  opacity: 0;
}
.btn-pagetop img {
  width: 10px;
  -webkit-transform: translateY(0) rotateZ(-90deg);
          transform: translateY(0) rotateZ(-90deg);
}
.btn-pagetop:hover {
  cursor: pointer;
}
.btn-pagetop:hover img {
  -webkit-animation: btn_pagetop 0.4s;
          animation: btn_pagetop 0.4s;
}
.btn-pagetop.-scrolled {
  visibility: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-out 0s, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out 0s, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, visibility 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, visibility 0.2s ease-out 0s, -webkit-transform 0.2s ease-out;
}
.btn-pagetop.-end {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-out 0.2s, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out 0.2s, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, visibility 0.2s ease-out 0.2s;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, visibility 0.2s ease-out 0.2s, -webkit-transform 0.2s ease-out;
}

@-webkit-keyframes btn_pagetop {
  from {
    -webkit-transform: translateY(0%) rotateZ(-90deg);
            transform: translateY(0%) rotateZ(-90deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-50%) rotateZ(-90deg);
            transform: translateY(-50%) rotateZ(-90deg);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateY(50%) rotateZ(-90deg);
            transform: translateY(50%) rotateZ(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0) rotateZ(-90deg);
            transform: translateY(0) rotateZ(-90deg);
    opacity: 1;
  }
}

@keyframes btn_pagetop {
  from {
    -webkit-transform: translateY(0%) rotateZ(-90deg);
            transform: translateY(0%) rotateZ(-90deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-50%) rotateZ(-90deg);
            transform: translateY(-50%) rotateZ(-90deg);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateY(50%) rotateZ(-90deg);
            transform: translateY(50%) rotateZ(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0) rotateZ(-90deg);
            transform: translateY(0) rotateZ(-90deg);
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .btn-pagetop {
    display: none;
  }
}
/* box-pagelink
------------------------------------*/
.box-pagelink_a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-pagelink_a .icon_arrow_down {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

@media (hover: hover) and (pointer: fine) {
  .box-pagelink_a:hover .icon_arrow_down {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
/* box-table01
------------------------------------*/
.box-table01 .box-table01_li:last-child {
  border-bottom: 0;
}

.box-table01_li .w-layout-layout {
  grid-template-rows: auto;
  grid-template-columns: 0.25fr 1fr;
}
.box-table01_li .w-layout-layout p:last-child {
  margin-bottom: 0;
}

/* nav
------------------------------------*/
.navbar-brand {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .navbar-brand:hover {
    opacity: 0.6;
  }
}

.nav-menu-two_li a {
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.nav-menu-wrapper.w-nav-menu .list-item-2 {
  padding-left: 2.5em;
}
@media (max-width: 1280px) {
  .nav-menu-wrapper.w-nav-menu .list-item-2 {
    padding-left: 1em;
  }
}

@media (max-width: 1059px) {
  .w-nav[data-collapse=medium] .w-nav-menu .nav-link {
    padding: 5px 3px;
    font-size: 0.8rem;
  }
}

@media (max-width: 1200px) {
  .nav-menu-two .nav-menu-two_li:first-child {
    display: none;
  }
}

@media (min-width: 768px) {
  .nav-link {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .nav-link {
    font-size: 0.8rem;
  }
}

/* link-pages
------------------------------------*/
@media (min-width: 1500px) {
  .link-pages_a {
    height: 360px;
  }
}

/* footer
------------------------------------*/
@media (min-width: 768px) {
  .footer_sitemap_listitem {
    padding-bottom: 0.9em;
  }
}

.footer_sitemap_sitemap a,
.footer_sitemap_copyright a {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .footer_sitemap_sitemap a:hover,
  .footer_sitemap_copyright a:hover {
    opacity: 0.6;
  }
}

@media (max-width: 767px) {
  .footer_contact.pc-none:hover {
    background-color: var(--color--c1);
  }
  .footer_contact.pc-none .h01.h01-nobdr {
    width: 100%;
  }
  .footer_contact.pc-none .link-basic {
    margin-top: 2em;
    background-color: #fff;
    font-size: 1.2em;
    color: var(--color--c1);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px 20px;
    text-decoration: none;
    font-weight: bold;
  }
  .footer_contact.pc-none .footer_contact_ttl {
    margin-bottom: 25px;
  }
  .footer_contact.pc-none .footer_contact_btn {
    text-decoration: none;
    width: 100%;
  }
  .footer_contact.pc-none .footer_contact_btn .footer_contact_btn_tel {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 20px 30px;
    border: 1px solid #fff;
  }
  .footer_contact.pc-none .footer_contact_btn .footer_contact_btn_tel .text-block-14 {
    font-size: 1.2em;
  }
}
/* rechaptcha の表示を非表示にする
---------------------------------------------------------------------------*/
#rc-anchor-container,
.grecaptcha-badge {
  visibility: hidden;
}

/* top
---------------------------------------------------------------------------*/
@media (min-width: 768px) {
  #w-node-c68058d0-cbe4-fbef-cb52-73deacdfd34f-16cabda9 .h-en01 {
    inset: 2em auto auto -5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  div.linkbox-news:hover {
    opacity: 1;
  }
}

a.linkbox-news .text-block-2 {
  /* color: var(--color--c1); */
  text-decoration: underline;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  a.linkbox-news:hover {
    opacity: 1;
  }
  a.linkbox-news:hover .text-block-2 {
    opacity: 0.6;
    text-decoration: none;
  }
}

@media (min-width: 767px) {
  .top-service_left {
    padding-right: 10vw;
  }
}

.top-linkbox-recruit {
  background-color: var(--color--c1);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .top-linkbox-recruit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-linkbox-recruit_txt {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .top-linkbox-recruit_txt {
    width: 100%;
  }
}
.top-linkbox-recruit_txt ._inner {
  padding: 20px;
}
@media (max-width: 767px) {
  .top-linkbox-recruit_txt ._inner {
    padding: 50px 20px 45px;
  }
}
.top-linkbox-recruit_img {
  width: 50%;
}
@media (max-width: 767px) {
  .top-linkbox-recruit_img {
    width: 100%;
  }
}
.top-linkbox-recruit_img img {
  width: 100%;
  height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .top-linkbox-recruit_img img {
    height: auto;
    aspect-ratio: 3/2;
  }
}
.top-linkbox-recruit_img .splide__slide {
  position: relative;
  overflow: hidden;
}

.sec-insta_img .box-autoCarousel .splide__slide img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.txt-ticker {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  height: 200px;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  z-index: -3;
}
.txt-ticker ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  -webkit-animation: txt_ticker 120s linear infinite;
          animation: txt_ticker 120s linear infinite;
}
.txt-ticker ul li {
  display: inline-block;
  font-family: var(--font--f1);
  line-height: 1;
  font-size: 200px;
  height: 200px;
  opacity: 5%;
  color: #202AA2;
}

@-webkit-keyframes txt_ticker {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes txt_ticker {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.top-link-service {
  position: relative;
}
.top-link-service .txt-ticker {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 1;
}
.top-link-service .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .linkbox-banner .w-layout-grid.grid {
    display: block;
  }
}

.sec-insta .sec-insta_ttl .heading-5 br {
  display: none;
}
@media (max-width: 500px) {
  .sec-insta .sec-insta_ttl .heading-5 br {
    display: block;
  }
}

/* 404 sec-page
---------------------------------------------------------------------------*/
.sec-page {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 100px;
}
.sec-page .sec-page_ttl h1 {
  font-size: 20px;
}
.sec-page p {
  line-height: 2;
}
.sec-page a {
  color: #333;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .sec-page a:hover {
    text-decoration: none;
  }
}

/* service
---------------------------------------------------------------------------*/
@media (max-width: 479px) {
  #service .mv-pages {
    margin-bottom: 40px;
  }
}

#service .sec-lirt_inner .sec-lirt_l {
  background-image: url(../../images/img_service_top_intro.jpg);
}

#service .link-service.ver2 .paragraph-4 {
  min-height: 9em;
}
@media (max-width: 479px) {
  #service .link-service.ver2 .paragraph-4 {
    min-height: auto;
  }
}

#w-node-_8e171a26-f0b4-f3f8-c1fa-6e03223bd915-9580dc09,
#w-node-_8e171a26-f0b4-f3f8-c1fa-6e03223bd925-9580dc09,
#w-node-_8e171a26-f0b4-f3f8-c1fa-6e03223bd92d-9580dc09,
#w-node-_8e171a26-f0b4-f3f8-c1fa-6e03223bd935-9580dc09,
#w-node-_8e171a26-f0b4-f3f8-c1fa-6e03223bd93d-9580dc09 {
  grid-template-columns: 0.5fr 1fr;
}
@media (max-width: 767px) {
  #w-node-_8e171a26-f0b4-f3f8-c1fa-6e03223bd915-9580dc09,
  #w-node-_8e171a26-f0b4-f3f8-c1fa-6e03223bd925-9580dc09,
  #w-node-_8e171a26-f0b4-f3f8-c1fa-6e03223bd92d-9580dc09,
  #w-node-_8e171a26-f0b4-f3f8-c1fa-6e03223bd935-9580dc09,
  #w-node-_8e171a26-f0b4-f3f8-c1fa-6e03223bd93d-9580dc09 {
    grid-template-columns: 1fr;
  }
}

/* wood
---------------------------------------------------------------------------*/
#wood .sec-intro2_inner.container {
  max-width: 1080px;
}
#wood .sec-intro2_inner.container .sec-intro2_inner_l {
  width: 60%;
}
@media (max-width: 767px) {
  #wood .sec-intro2_inner.container .sec-intro2_inner_l {
    width: 100%;
  }
}
#wood .sec-intro2_inner.container .sec-intro2_inner_r {
  width: 40%;
}
@media (max-width: 767px) {
  #wood .sec-intro2_inner.container .sec-intro2_inner_r {
    width: 100%;
  }
}

/* logitics
---------------------------------------------------------------------------*/
#logistics .sec-ltri_l.track {
  background-image: url(../../images/distribution_track.jpg);
  min-height: 500px;
}

/* worksArea
---------------------------------------------------------------------------*/
#worksArea {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1500px;
  margin-inline: auto;
}

#works-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 200px;
}
@media (max-width: 767px) {
  #works-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 100px;
  }
}
#works-detail ._leftbox {
  position: relative;
  padding-right: 50px;
  width: 40%;
}
@media (max-width: 767px) {
  #works-detail ._leftbox {
    width: 100%;
    padding-right: 0;
  }
}
#works-detail ._leftbox ._inner {
  position: sticky;
  top: 100px;
  padding-bottom: 30px;
}
#works-detail ._leftbox ._inner .works-detail-title {
  font-size: 1.35rem;
  font-family: Zen Kaku Gothic New;
}
@media (max-width: 767px) {
  #works-detail ._leftbox ._inner .works-detail-title {
    font-size: 1.18rem;
    line-height: 1.5;
    margin-top: 0;
  }
}
#works-detail ._leftbox ._inner .info p {
  line-height: 1.6;
}
#works-detail ._rightbox {
  width: 60%;
}
@media (max-width: 767px) {
  #works-detail ._rightbox {
    width: 100%;
  }
}
#works-detail ._rightbox .img {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  #works-detail ._rightbox .img {
    padding-left: 0;
    padding-right: 0;
  }
}
#works-detail .works-detail-link {
  padding-top: 3em;
}
#works-detail .works-detail-link a {
  color: var(--color--c1);
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--color--c1);
  border-radius: 999px;
  padding: 0.5em 1.5em;
}
#works-detail .works-detail-link a img {
  padding-right: 0.5em;
}
@media (hover: hover) and (pointer: fine) {
  #works-detail .works-detail-link a:hover {
    opacity: 0.5;
    cursor: pointer;
  }
}

/* workslist
---------------------------------------------------------------------------*/
@media (max-width: 767px) {
  .worksContent {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#worksList {
  width: 100%;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px 30px;
  padding-top: 30px;
}
@media (max-width: 767px) {
  #worksList {
    gap: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
  }
}
#worksList li {
  width: calc(50% - 15px);
  list-style: none;
}
@media screen and (max-width: 767px) {
  #worksList li {
    width: 100%;
  }
}

#cmn-pager {
  margin-inline: auto;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0px;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  #cmn-pager {
    padding-bottom: 100px;
  }
}
#cmn-pager .wp-pagenavi {
  margin-inline: auto;
}

.workslist_link {
  color: var(--color--k1);
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.workslist_link ._thumb {
  margin-bottom: 20px;
}
.workslist_link ._ttl {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .workslist_link ._ttl {
    font-size: 1rem;
  }
}
.workslist_link ._info {
  padding-left: 0;
}
.workslist_link ._info li {
  opacity: 0.7;
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .workslist_link ._info li {
    font-size: 0.8rem;
  }
}
.workslist_link ._info li:not(:last-child) {
  margin-bottom: 5px;
}
.workslist_link ._info li span {
  display: inline-block;
  min-width: 90px;
  padding-right: 1em;
}
@media (hover: hover) and (pointer: fine) {
  .workslist_link:hover {
    opacity: 0.7;
  }
}

/* .wp-pagenavi
---------------------------------------------------------------------------*/
.wp-pagenavi {
  overflow: hidden;
  margin: 80px 0 0;
  font-size: 1.142rem;
  font-family: var(--font--f1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .wp-pagenavi {
    gap: 10px;
  }
}

.wp-pagenavi a,
.wp-pagenavi .current {
  font-family: var(--font--f1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  color: #111;
}
@media (max-width: 767px) {
  .wp-pagenavi a,
  .wp-pagenavi .current {
    font-size: 1rem;
  }
}

.wp-pagenavi .current {
  position: relative;
  border: 0;
}

.wp-pagenavi span,
.wp-pagenavi a {
  border: 0 !important;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .wp-pagenavi span:hover,
  .wp-pagenavi a:hover {
    opacity: 0.6;
  }
}

.wp-pagenavi .current {
  position: relative;
  z-index: 0;
  color: #fff;
}

.wp-pagenavi .extend {
  font-size: 1em;
}

.wp-pagenavi .current::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color--c1);
  /* opacity: 0.5; */
  z-index: -1;
  border-radius: 50%;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(./img/share/ico-arrow-pagenavi.svg) no-repeat center center;
  width: 6px;
  height: 12px;
  text-indent: -9999px;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.wp-pagenavi a.nextpostslink {
  margin-left: 15px;
}

.wp-pagenavi a.previouspostslink {
  margin-right: 15px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media (hover: hover) and (pointer: fine) {
  .wp-pagenavi a.nextpostslink:hover {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .wp-pagenavi a.previouspostslink:hover {
    -webkit-transform: translateX(-5px) scaleX(-1);
            transform: translateX(-5px) scaleX(-1);
  }
}
/* company
---------------------------------------------------------------------------*/
#company .container.company-message_inner {
  max-width: 1200px;
}

#company .link-pages_a {
  background-image: url(../../images/pagelink_access.jpg);
  background-size: cover;
  background-position: center center;
}

@media only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  #company .link-pages_a {
    background-image: url(../../images/pagelink_access@2x.jpg);
  }
}
.company-sdgs_box {
  height: 100%;
}
@media (max-width: 767px) {
  .company-sdgs_box {
    height: auto;
  }
}

.company-message .company-message_fig {
  padding-top: 0;
}
.company-message .company-message_txt p {
  font-size: 1rem;
}

.company-message_name {
  padding-top: 1em;
  text-align: right;
  font-size: 1.2rem;
}

.company-quality_item_list_li p {
  position: relative;
  padding-left: 30px;
}

.company-quality_item_list_li p span {
  position: absolute;
  top: 0;
  left: 0;
}

.company-message_txt p span {
  display: inline-block;
  content: "";
  width: 1em;
}

@media (max-width: 991px) {
  .container.company-message_inner,
  .container.recruit-message2_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
@media (max-width: 767px) {
  .container.company-message_inner,
  .container.recruit-message2_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

@media (min-width: 768px) {
  #company .container.company-message_inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .company-message_l {
    width: 74%;
    padding-right: 5em;
  }
  .company-message_l .company-message_txt {
    padding-bottom: 0;
  }
  .company-message-r {
    width: 26%;
    padding-top: 4.5rem;
  }
}
/* access
---------------------------------------------------------------------------*/
#access .link-pages_a {
  background-image: url(../../images/pagelink_company.jpg);
  background-size: cover;
  background-position: center center;
}

@media only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  #access .link-pages_a {
    background-image: url(../../images/pagelink_company@2x.jpg);
  }
}
@media (min-width: 768px) {
  #access .box-map_wrapper {
    margin-bottom: 100px;
  }
}
/* contact
---------------------------------------------------------------------------*/
.w-form {
  font-family: var(--font--f2);
}
.w-form .box-form_content p {
  width: 100%;
  margin-bottom: 0;
}
.w-form .wpcf7-not-valid-tip {
  padding-top: 0.5em;
}
.w-form .block-hissu {
  top: 50%;
}
.w-form .block-hissu p {
  margin-bottom: 0;
}
.w-form .box-form_title,
.w-form .box-form_content {
  padding-bottom: 10px;
}
.w-form .box-form_title p,
.w-form .box-form_content p {
  margin-bottom: 0;
}
.w-form .radio-button-field span {
  font-family: var(--font--f2);
}
@media (max-width: 767px) {
  .w-form .box-form_content {
    padding-bottom: 30px;
  }
}
.w-form .form-box_checkprivacy p {
  margin-bottom: 0;
}
.w-form .wpcf7-submit {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .w-form .wpcf7-submit:hover {
    opacity: 0.6;
  }
}
.w-form .form-box_submit p {
  text-align: center;
}
.w-form .wpcf7-submit:disabled {
  opacity: 0.5;
  background-color: #333;
  cursor: not-allowed;
}
.w-form .wpcf7 form.invalid .wpcf7-response-output {
  border: 0;
}
.w-form .wpcf7-response-output {
  border: 0;
  font-weight: bold;
  border-radius: 3px;
  padding: 5px;
}
.w-form .wpcf7-spinner {
  margin: 0;
}

@media (max-width: 767px) {
  .form-box_checkprivacy {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .form-box_checkprivacy .block-hissu {
    top: 30px;
  }
}
.form-box_checkprivacy .wpcf7-acceptance .wpcf7-list-item > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.form-box_checkprivacy .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a {
  color: #000;
}
@media (hover: hover) and (pointer: fine) {
  .form-box_checkprivacy .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a:hover {
    text-decoration: none;
  }
}

.-not-required .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 0;
  font-weight: bold;
  font-family: var(--font--f2);
}

/* wood
---------------------------------------------------------------------------*/
#wood .mv-pages_img.mokuken {
  background-image: url(../../images/mokuken_kv.jpg);
}

.sec-ltri_l {
  background-image: url(../../images/mokuken_precut02.jpg);
  width: 75%;
}

@media screen and (max-width: 767px) {
  .sec-ltri_l {
    width: 100%;
  }
}
.link-pages_a.distribution {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(../../images/distribution_pagelink.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../../images/distribution_pagelink.jpg);
}

.sec-casestudy {
  background-color: #fff;
}

#wood .box-interlude {
  background-image: url(../../images/mokuken_bg.jpg);
  margin-bottom: 200px;
}

@media screen and (max-width: 767px) {
  #wood .box-interlude {
    margin-bottom: 100px;
  }
}
#wood .sec-precut .sec-ltri_r {
  padding-right: clamp(80px, 8.6vw, 125px);
}
@media screen and (max-width: 767px) {
  #wood .sec-precut .sec-ltri_r {
    padding-right: 10px;
  }
}

/* logistics
---------------------------------------------------------------------------*/
.mv-pages_img.distribution {
  background-image: url(../../images/distribution_kv.jpg);
  background-position: bottom center;
}

.box-interlude {
  background-image: url(../../images/distribution_img_interlude.jpg);
}

/* recruit
---------------------------------------------------------------------------*/
.recruit-kv_inner {
  width: 100%;
  max-width: 1280px;
  padding-top: 80px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  margin-inline: auto;
}
.recruit-kv_subtxt {
  font-weight: bold;
  font-size: 1.125rem;
  padding-bottom: 20px;
  font-family: var(--font--f2);
}
.recruit-kv_subtxt em {
  font-style: normal;
  display: inline-block;
  padding-right: 0.75em;
  font-size: 1.2em;
  font-family: var(--font--f1);
}
.recruit-kv_ttl {
  font-size: 2.8rem;
  line-height: 1.3;
  font-family: var(--font--f2);
  color: var(--color--k1);
}
@media (max-width: 767px) {
  .recruit-kv_ttl {
    font-size: 2.2rem;
  }
}
.recruit-kv_txt {
  padding-top: 20px;
  font-size: 1.38rem;
  font-weight: bold;
  line-height: 1.6;
  font-family: var(--font--f2);
}
@media (max-width: 767px) {
  .recruit-kv_txt {
    font-size: 1.142rem;
  }
}
.recruit-kv_slide {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1280px) {
  .recruit-kv_slide {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .recruit-kv_slide {
    padding-left: 0;
    padding-right: 0;
  }
}
.recruit-kv_slide img {
  width: 100%;
  max-height: 760px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 992px) {
  #recruit .box-feature_l {
    padding-right: min(15vw, 200px);
  }
}

@media (max-width: 767px) {
  .recruit-interview_l {
    padding-top: 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.recruit-interview_slider .splide__list .splide__slide:nth-child(odd) img {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.recruit-interview_slider .splide__track {
  padding-bottom: 20px;
}

.recruit-interview-contents {
  margin-bottom: 80px;
}
.recruit-interview-contents.container {
  max-width: 1260px;
}
.recruit-interview-contents .recruit-interview_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .recruit-interview-contents .recruit-interview_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 2px;
  }
}
.recruit-interview-contents .thumbnails_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.recruit-interview-contents .thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 65px;
  padding-left: 0;
}
@media (max-width: 767px) {
  .recruit-interview-contents .thumbnails {
    gap: 5px;
  }
}
.recruit-interview-contents .thumbnails li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 30px;
}
.recruit-interview-contents .thumbnails li img {
  width: 100%;
  border-radius: 50%;
}
.recruit-interview-contents .thumbnails li span {
  width: 60px;
  height: 60px;
  display: block;
  position: relative;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .recruit-interview-contents .thumbnails li span {
    width: 40px;
    height: 40px;
  }
}
.recruit-interview-contents .thumbnails li span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.recruit-interview-contents .thumbnails li p {
  color: #fff;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .recruit-interview-contents .thumbnails li p {
    font-size: 10px;
  }
}
.recruit-interview-contents .thumbnails li.-active span::before {
  opacity: 1;
}
.recruit-interview-contents .thumbnails li.-active p {
  opacity: 1;
}
.recruit-interview-contents .thumbnails .thumbnails_btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  padding: 0 20px;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .recruit-interview-contents .thumbnails .thumbnails_btn:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .recruit-interview-contents .thumbnails .thumbnails_btn {
    padding: 0 10px;
  }
}

.recruit-main {
  margin-bottom: 0;
}

.recruit-entryarea .link-pages_a.entry {
  background-image: url(../../images/recruit_mv04@2x.jpg);
  background-position: center center;
  background-size: cover;
}
@media (min-width: 1500px) {
  .recruit-entryarea .link-pages_a.entry {
    height: 500px;
  }
}

.list-icon > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;
  list-style: none;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .list-icon > ul {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.list-icon > ul > li {
  list-style: none;
  width: calc(33.333% - 20px);
  text-align: center;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .list-icon > ul > li {
    width: 100%;
    padding: 0;
  }
}
.list-icon > ul > li > img {
  width: auto;
  height: 60px;
  margin-bottom: 20px;
}
.list-icon > ul > li ._title {
  font-weight: bold;
  margin-bottom: 1.5em;
  line-height: 1.4;
  font-size: 1.14285714rem;
}
.list-icon > ul > li ._txt {
  font-size: 1rem;
  line-height: 1.8;
  text-align: left;
}
.list-icon > ul > li > ul {
  list-style: none;
  text-align: left;
  padding-left: 0;
}
.list-icon > ul > li > ul li {
  line-height: 1.8;
  color: #666;
}
.list-icon > ul > li > ul li:not(:last-child) {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #dedede;
}

/* -----------------------------------------------
    mobilemenu
------------------------------------------------*/
.navbar-logo-left-container.shadow-three {
  padding: 15px 20px;
}

.mobileMenu {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  overflow-y: scroll;
}
@media (min-width: 992px) {
  .mobileMenu {
    display: none;
  }
}
.mobileMenu::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  z-index: -3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.mobileMenu_inner {
  position: relative;
  padding: 50px 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.mobileMenu_inner_logo {
  margin-bottom: 30px;
  text-align: center;
  opacity: 0;
}
.mobileMenu_inner_logo img {
  display: inline-block;
  text-align: center;
}
.mobileMenu_inner_logo img:first-of-type {
  margin-bottom: 10px;
}
.mobileMenu_sitemap {
  text-align: left;
  margin-bottom: 30px;
}
.mobileMenu_sitemap li {
  display: inline-block;
  width: 100%;
  opacity: 0;
  line-height: 1.4;
}
.mobileMenu_sitemap > li:last-of-type {
  padding-top: 40px;
  text-align: center;
}
.mobileMenu_sitemap > li > ul {
  padding-left: 1em;
}
.mobileMenu_sitemap p,
.mobileMenu_sitemap a {
  font-size: 1.6px;
  color: #333;
  display: inline-block;
  width: auto;
  padding: 0.5em 0;
}
.mobileMenu .footer_sitemap_listitem,
.mobileMenu .footer_sitemap_listitem01,
.mobileMenu .list-item-2 {
  opacity: 0;
}
.mobileMenu .footer_sitemap_inner_r {
  padding-bottom: 20px;
}
.mobileMenu .footer_sitemap_title {
  position: static;
}

.mobileMenu-bg {
  visibility: hidden;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: rgba(51, 51, 51, 0.3);
  top: 0;
  left: 0;
  z-index: 88;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/*  active
---------------------------------------------*/
.mobileMenu.-active {
  visibility: visible;
  opacity: 1;
}
.mobileMenu.-active::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mobileMenu.-active::after {
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.mobileMenu.-active .mobileMenu_inner_logo {
  -webkit-animation: mobileMenu_fade 0.4s forwards;
          animation: mobileMenu_fade 0.4s forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.mobileMenu.-active li {
  -webkit-animation: mobileMenu_fade 0.4s forwards;
          animation: mobileMenu_fade 0.4s forwards;
}
.mobileMenu.-active li:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.mobileMenu.-active li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.mobileMenu.-active li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.mobileMenu.-active li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.mobileMenu.-active li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.mobileMenu.-active li:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.mobileMenu.-active li:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.mobileMenu.-active li:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.mobileMenu.-active li:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.mobileMenu.-active li:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.mobileMenu.-active li:nth-child(11) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.mobileMenu.-active li:nth-child(12) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.mobileMenu.-active li:nth-child(13) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.mobileMenu.-active li:nth-child(14) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.mobileMenu.-active li:nth-child(15) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.mobileMenu.-active li:nth-child(16) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.mobileMenu.-active li:nth-child(17) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.mobileMenu.-active li:nth-child(18) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.mobileMenu.-active li:nth-child(19) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.mobileMenu.-active li:nth-child(20) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes mobileMenu_fade {
  from {
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0em);
            transform: translateY(0em);
    opacity: 1;
  }
}

@keyframes mobileMenu_fade {
  from {
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0em);
            transform: translateY(0em);
    opacity: 1;
  }
}
/* -----------------------------------------------
  hamburger
------------------------------------------------*/
.hamburger {
  width: 65px;
  height: 50px;
  padding: 0;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media (min-width: 992px) {
  .hamburger {
    display: none;
  }
}
.hamburger .hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger .hamburger_inner,
.hamburger .hamburger_inner::before,
.hamburger .hamburger_inner::after {
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 0px;
  position: absolute;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
}
.hamburger_inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger_inner::before, .hamburger_inner::after {
  content: "";
  display: block;
}
.hamburger_inner::before {
  top: -3px;
  background-color: transparent !important;
}
.hamburger_inner::after {
  bottom: -5px;
}

@-webkit-keyframes burger_animation01 {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  50% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  51% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}

@keyframes burger_animation01 {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  50% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  51% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
.hamburger .hamburger_inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger .hamburger_inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger .hamburger_inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* ======= active ======= */
.hamburger.-active {
  opacity: 1;
  visibility: visible;
}
.hamburger.-active .hamburger_inner {
  -webkit-animation: none;
          animation: none;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #333;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.hamburger.-active .hamburger_inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  background-color: #333;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.hamburger.-active .hamburger_inner::after {
  -webkit-animation: none;
          animation: none;
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #333;
  -webkit-transform-origin: center;
          transform-origin: center;
}/*# sourceMappingURL=edit.css.map */