/* before */
/*@mixin bg-img-properties($repeat, $size, $position) {*/
/* TRANSFORM ALIGNMENT */
/* END */
/* transform */
/* end - transform */
/* transition */
/* end - transition */
/* box-shadow */
/* end - box-shadow */
.opener.menu {
  display: block;
  position: fixed;
  z-index: 101;
  top: 0;
  left: 250px;
  width: auto;
  height: 104px;
}
.opener.menu .mainMenu {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}
.opener.menu .closeOpener {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 75px;
  height: 70px;
  text-align: center;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}
.opener.menu .closeOpener img {
  width: 15px;
  height: auto;
}
.opener.menu.on .closeOpener {
  -webkit-transform: translateX(75px);
  -moz-transform: translateX(75px);
  -ms-transform: translateX(75px);
  -o-transform: translateX(75px);
  transform: translateX(75px);
}
.opener.menu.v1 {
  top: 0;
}
.opener.search {
  position: absolute;
  top: 0;
  right: 10px;
  left: 0;
  height: 104px;
  font-size: 0;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
}
.opener.search .closeOpener {
  display: none;
}
.opener.search .cbox01 {
  height: 104px;
  padding: 20px 60px 0 60px;
}
.opener.search .cbox01 .cbox01A {
  display: inline-block;
  height: 64px;
  vertical-align: top;
  margin-right: 49px;
}
.opener.search .cbox01 .cbox01A img {
  width: 201px;
  height: auto;
}
.opener.search .cbox01 .cbox01B {
  display: inline-block;
  width: calc(100% - 250px);
  width: -webkit-calc(100% - 250px);
  height: 64px;
}
.opener.search .cbox01 .cbox01B .cbox01B-02 {
  position: absolute;
  top: 0;
  right: 0;
  width: 77px;
  height: 100%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #edf1f1;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.opener.search .cbox01 .cbox01B .cbox01B-02 img {
  width: 17px;
  height: 18px;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.opener.search .cbox01 .cbox01B .cbox01B-02:hover img {
  opacity: 0.7;
}
.opener.search .cbox02 {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  -webkit-transition: height 0.3s 0s;
  -moz-transition: height 0.3s 0s;
  -o-transition: height 0.3s 0s;
  transition: height 0.3s 0s;
}
.opener.search .cbox02 .cbox02A {
  width: calc(100% - 318px);
  width: -webkit-calc(100% - 318px);
  height: 220px;
  padding: 7px 0 0 30px;
  margin-right: 60px;
  margin-left: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.opener.search .cbox02 .cbox02A ul.level1 {
  display: inline-block;
}
.opener.search .cbox02 .cbox02A ul.level1 li.level1 {
  margin-bottom: 16px;
}
.opener.search .cbox02 .cbox02A ul.level1 li.level1 ul.level2 {
  margin: 12px 0 0 0;
}
.opener.search .cbox02 .cbox02A ul.level1 li.level1 ul.level2 li.level2 {
  line-height: 22px;
}
.opener.search.v1 {
  top: 0;
}
.opener.search.v2 {
  -webkit-transition: max-height 0.3s 0s;
  -moz-transition: max-height 0.3s 0s;
  -o-transition: max-height 0.3s 0s;
  transition: max-height 0.3s 0s;
}
.opener.search.v2 .cbox02 {
  height: 250px;
  -webkit-transition: height 0.3s 0s;
  -moz-transition: height 0.3s 0s;
  -o-transition: height 0.3s 0s;
  transition: height 0.3s 0s;
}
.opener.search.v2 .cbox02 .cbox02A {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

@media all and (max-width: 767px) {
  .opener.menu {
    display: none;
    position: absolute;
    z-index: 10020;
    top: 0;
    right: 75px;
    left: 0;
    width: auto;
    height: 100%;
    margin-left: 0;
    background-color: #ffffff;
  }
  .opener.menu .closeOpener {
    display: block;
  }
  .opener.menu .mainMenu {
    overflow-x: hidden;
  }
  .opener.search {
    top: 0;
    right: 0;
    left: 0;
    height: 80px;
  }
  .opener.search .cbox01 {
    height: 80px;
    padding: 10px 10px 0 10px;
  }
  .opener.search .cbox01 .cbox01A {
    display: none;
  }
  .opener.search .cbox01 .cbox01B {
    width: 100%;
    height: 60px;
  }
  .opener.search .cbox01 .cbox01B .cbox01B-02 {
    width: 60px;
  }
  .opener.search .cbox02 {
    display: block;
    width: 100%;
  }
  .opener.search .cbox02 .cbox02A {
    width: 100%;
    height: 200px;
    padding: 7px 20px 0 20px;
  }
  .opener.search .cbox02 .cbox02A ul.level1 li.level1 ul.level2 li.level2 {
    line-height: 18px;
  }
  .opener.search.v2 .cbox02 {
    height: 210px;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .opener.menu {
    display: none;
    z-index: 10020;
    top: 0;
    left: 0;
    width: 300px;
    background-color: #ffffff;
  }
  .opener.menu .closeOpener {
    display: block;
  }
  .opener.menu .mainMenu {
    overflow-x: hidden;
  }
  .opener.search .cbox01 {
    padding: 20px 20px 0 20px;
  }
  .opener.search .cbox01 .cbox01A {
    display: none;
  }
  .opener.search .cbox01 .cbox01B {
    width: 100%;
  }
  .opener.search .cbox02 {
    display: block;
    width: 100%;
  }
  .opener.search .cbox02 .cbox02A {
    width: 100%;
    padding: 7px 60px 0 50px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
  .opener.menu {
    display: none;
    z-index: 10020;
    top: 0;
    left: 0;
    width: 300px;
    background-color: #ffffff;
  }
  .opener.menu .closeOpener {
    display: block;
  }
  .opener.menu .mainMenu {
    overflow-x: hidden;
  }
  .opener.search .cbox01 {
    padding: 20px 20px 0 20px;
  }
  .opener.search .cbox01 .cbox01A {
    display: none;
  }
  .opener.search .cbox01 .cbox01B {
    width: 100%;
  }
  .opener.search .cbox02 {
    display: block;
    width: 100%;
  }
  .opener.search .cbox02 .cbox02A {
    width: 100%;
    padding: 7px 60px 0 50px;
  }
}
@media all and (min-width: 1200px) and (max-width: 1399px) {
  .opener.menu {
    left: 290px;
    height: 98px;
  }
  .opener.search {
    height: 98px;
  }
  .opener.search .cbox01 {
    height: 98px;
    padding: 16px 50px 0 50px;
  }
  .opener.search .cbox02 .cbox02A {
    width: calc(100% - 298px);
    width: -webkit-calc(100% - 298px);
    margin-right: 50px;
  }
}
@media all and (min-width: 1200px) {
  .opener.menu {
    left: 290px;
    -moz-transition: top 0.2s !important;
    -o-transition: top 0.2s !important;
    -webkit-transition: top 0.2s !important;
    transition: top 0.2s !important;
  }
}
@media all and (min-width: 1600px) {
  .opener.menu {
    left: 50%;
    margin-left: -535px;
  }
}
