@font-face {
  font-family: "FutuHv";
  src: url("../fonts/FutuHv.ttf");
}
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #221714;
  font-size: 13px;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
}

input, select, textarea, button, select {
  outline: none;
  border: none;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

textarea {
  outline: none;
  border: none;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  transition: 0.2s;
}

button {
  outline: none !important;
  border: none;
  box-sizing: border-box;
  transition: 0.2s;
  cursor: pointer;
}

div {
  box-sizing: border-box;
}

img {
  outline: none !important;
  border: none !important;
}

a {
  color: #221714;
  outline: none !important;
  text-decoration: none !important;
  transition: 0.2s;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

label {
  font-size: 15px;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
  line-height: 22px;
}

.close {
  outline: none !important;
  border: none !important;
}

.no_pad {
  padding: 0 !important;
}

.no_marg {
  margin: 0 !important;
}

.input {
  width: 100%;
  padding: 0 15px 0 15px;
  height: 42px;
  border: 2px solid #707070;
  transition: 0.2s;
}
.input:focus {
  border: 2px solid #221714;
}

.textarea {
  width: 100%;
  padding: 10px 15px 10px 15px;
  height: 245px;
  border: 2px solid #707070;
  transition: 0.2s;
}
.textarea:focus {
  border: 2px solid #221714;
}

.select {
  width: 100%;
  padding: 0 15px 0 15px;
  height: 42px;
  border-radius: 5px;
  border: 2px solid #707070;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background: url(../images/select_arrow.png) no-repeat #fff;
  background-position: right 10px center;
}
.select:focus {
  border: 2px solid #221714;
}

.primary_btn {
  display: inline-block;
  min-width: 120px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #221714;
  color: #221714;
  font-size: 12px;
  position: relative;
  overflow: hidden;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
.primary_btn span {
  position: relative;
  z-index: 1;
}
.primary_btn:after {
  content: "";
  width: 0;
  height: 100%;
  background: #221714;
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
.primary_btn:hover {
  color: #fff;
}
.primary_btn:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

.secondary_btn {
  display: inline-block;
  min-width: 120px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #221714;
  color: #fff;
  background: #221714;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1px;
  overflow: hidden;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
.secondary_btn span {
  position: relative;
  z-index: 1;
}
.secondary_btn:after {
  content: "";
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
.secondary_btn:hover {
  color: #221714;
}
.secondary_btn:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

.third_btn {
  display: inline-block;
  min-width: 100px;
  height: 25px;
  line-height: 23px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  overflow: hidden;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
.third_btn span {
  position: relative;
  z-index: 1;
}
.third_btn:after {
  content: "";
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
.third_btn:hover {
  color: #221714;
}
.third_btn:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

.primary_head {
  width: 100%;
}
.primary_head h2 {
  font-size: 26px;
  text-transform: uppercase;
  font-family: "FutuHv";
  letter-spacing: 3px;
}
.primary_head h2 span {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: initial;
  color: #9E9E9E;
  margin: 0 0 0 20px;
  position: relative;
  top: -4px;
  font-family: "Noto Sans JP", sans-serif;
}

.secondary_head {
  width: 100%;
}

.secondary_head_bx1 {
  float: left;
  font-family: "FutuHv";
  border-right: 1px solid #000;
  width: 22px;
  height: 61px;
  position: relative;
}
.secondary_head_bx1 h5 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  top: 22px;
  left: 0;
  moz-transform-origin: 0 50%;
  -moz-transform: rotate(-90deg) translate(-50%, 50%);
  -webkit-transform-origin: 0 50%;
  -webkit-transform: rotate(-90deg) translate(-50%, 50%);
  -o-transform-origin: 0 50%;
  -o-transform: rotate(-90deg) translate(-50%, 50%);
  -ms-transform-origin: 0 50%;
  -ms-transform: rotate(-90deg) translate(-50%, 50%);
  transform-origin: 0 50%;
  transform: rotate(-90deg) translate(-50%, 50%);
}

.secondary_head_bx2 {
  float: left;
  padding: 0 0 0 15px;
}
.secondary_head_bx2 h2 {
  font-family: "FutuHv";
  font-size: 70px;
  line-height: 0;
  position: relative;
  top: 5px;
}
.secondary_head_bx2 img {
  width: 75px;
  height: 50px;
}

.secondary_head_bx3 {
  float: left;
  padding: 15px 0 0 20px;
}
.secondary_head_bx3 h3 {
  font-size: 25px;
}

.third_head {
  width: 100%;
  position: relative;
  padding: 0 0 0 30px;
}
.third_head:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #221714;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.third_head:after {
  content: "";
  width: 13px;
  height: 1px;
  background: #221714;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  margin: auto;
}
.third_head h3 {
  font-size: 19px;
}

.header {
  width: 240px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 99;
}

.headerInr {
  width: 100%;
  padding: 65px 0 0 60px;
  height: 100%;
  position: relative;
}

.logo {
  width: 100%;
}
.logo img {
  width: 122px;
  height: 120px;
}

.headerMenu {
  width: 100%;
  padding: 75px 0 0 0;
}
.headerMenu li {
  text-transform: uppercase;
  font-size: 13px;
  font-family: "FutuHv";
}
.headerMenu li + li {
  margin: 20px 0 0 0;
}
.headerMenu li a {
  color: #4D4D4D;
  width: 150px;
  position: relative;
  display: block;
  height: 16px;
}
.headerMenu li a span {
  display: block;
  position: absolute;
  height: 16px;
  line-height: 16px;
  box-sizing: border-box;
  transition: all 0.3s;
  pointer-events: none;
}
.headerMenu li a span:nth-child(1) {
  transform: rotateX(90deg);
  transform-origin: 50% 50% -10px;
}
.headerMenu li a span:nth-child(2) {
  transform: rotateX(0deg);
  transform-origin: 50% 50% -10px;
}
.headerMenu li a:hover span:nth-child(1) {
  transform: rotateX(0deg);
  color: #221714 !important;
}
.headerMenu li a:hover span:nth-child(2) {
  transform: rotateX(-90deg);
}

.headerBtm {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0 45px 60px;
}

.header_btm_row1 {
  width: 100%;
}

.header_btm_row1_btn {
  position: relative;
  perspective: 300px;
  display: block;
  height: 25px;
  width: 120px;
}
.header_btm_row1_btn + .header_btm_row1_btn {
  margin: 8px 0 0 0;
}
.header_btm_row1_btn span {
  display: block;
  position: absolute;
  width: 120px;
  height: 25px;
  border: 1px solid #221714;
  text-align: center;
  line-height: 23px;
  box-sizing: border-box;
  transition: all 0.3s;
  pointer-events: none;
}
.header_btm_row1_btn span:nth-child(1) {
  background-color: #221714;
  color: #fff;
  transform: rotateX(90deg);
  transform-origin: 50% 50% -10px;
}
.header_btm_row1_btn span:nth-child(2) {
  background-color: #fff;
  color: #221714;
  transform: rotateX(0deg);
  transform-origin: 50% 50% -10px;
}
.header_btm_row1_btn:hover span:nth-child(1) {
  transform: rotateX(0deg);
}
.header_btm_row1_btn:hover span:nth-child(2) {
  background-color: #221714;
  transform: rotateX(-90deg);
}

.header_btm_row1 .header_btm_row1_btn {
  clear: both;
}

.header_btm_row2 {
  width: 100%;
  padding: 40px 0 0 0;
  font-family: "FutuHv";
}
.header_btm_row2 h3 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
}
.header_btm_row2 p {
  font-size: 11px;
}

.rightFooter {
  width: 50px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  padding: 0 15px 0 15px;
  z-index: 99;
}

.rightFooterInr {
  width: 100%;
  height: 100vh;
  padding: 60px 0 0 0;
  position: relative;
}

.rightFooter_sec1 {
  width: 100%;
}
.rightFooter_sec1 li {
  font-size: 24px;
}
.rightFooter_sec1 li + li {
  margin: -5px 0 0 0;
}
.rightFooter_sec1 li a {
  color: #777777;
}
.rightFooter_sec1 li a:hover {
  opacity: 0.5;
}

.rightFooter_sec2 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0 50px 0;
}
.rightFooter_sec2 p {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
          text-orientation: mixed;
  text-transform: uppercase;
  font-size: 11px;
  position: relative;
  left: -2px;
  font-family: "FutuHv";
  display: inline-block;
}

.mainwrapper {
  width: 100%;
  padding: 100px 80px 50px 212px;
}

.mainwrapperContainer {
  width: 800px;
  margin: 0 auto;
}

.hmblockSlider {
  width: 100%;
}
.hmblockSlider img {
  width: 100%;
}
.hmblockSlider .carousel-indicators {
  width: 100%;
  position: static;
  text-align: right;
  display: block;
  padding: 40px 0 0 0;
  margin: 0;
}
.hmblockSlider .carousel-indicators li {
  display: inline-block;
  width: 26px;
  height: 4px;
  background: none;
  border: 1px solid #221714;
  cursor: pointer;
  position: relative;
}
.hmblockSlider .carousel-indicators li:after {
  content: "";
  width: 0;
  height: 100%;
  background: #221714;
  position: absolute;
  top: 0;
  left: 0;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
.hmblockSlider .carousel-indicators li.active:after {
  width: 100%;
}

/* making page start */
.makingPg {
  width: 100%;
}

.makingPg_block1 {
  width: 100%;
  padding: 30px 0 0 0;
}
.makingPg_block1 img {
  width: 100%;
}

.makingPg_block2 {
  width: 100%;
  padding: 80px 0 0 0;
}

.makingPg_block2_row {
  width: 100%;
}
.makingPg_block2_row + .makingPg_block2_row {
  margin: 105px 0 0 0;
}

.makingPg_block2_row_intro {
  width: 100%;
  padding: 35px 0 0 0;
  position: relative;
}

.makingPg_block2_row_intro_row {
  width: 100%;
}
.makingPg_block2_row_intro_row + .makingPg_block2_row_intro_row {
  margin: 50px 0 0 0;
}

.makingPg_block2_row_intro_row_txt {
  width: 100%;
  padding: 15px 0 0 0;
}

.makingPg_block2_row_2pic {
  position: absolute;
  top: -50px;
  right: 0;
}

.makingPg_block3 {
  width: 100%;
  margin: 100px 0 0 0;
  border-top: 3px solid #221714;
  border-bottom: 3px solid #221714;
  padding: 50px;
  text-align: center;
}

.makingPg_block3_sec1 {
  width: 100%;
}
.makingPg_block3_sec1 p {
  font-size: 14px;
}

.makingPg_block3_sec2 {
  width: 100%;
  padding: 15px 0 0 0;
}
.makingPg_block3_sec2 h3 {
  font-size: 20px;
}
.makingPg_block3_sec2 h3 img {
  width: 117px;
  height: 15px;
  position: relative;
  top: -2px;
}
.makingPg_block3_sec2 h3 span {
  font-size: 37px;
  font-family: "FutuHv";
}
.makingPg_block3_sec2 h3 span img {
  width: 267px;
  height: 30px;
  top: 0;
}

/* work-detail page start */
.workdtlPg {
  width: 100%;
  overflow: hidden;
}

.workdtlPg_block1 {
  width: 100%;
}

.workdtlPg_block2 {
  width: 100%;
}
.workdtlPg_block2 h3 {
  font-size: 21px;
  letter-spacing: 4px;
}
.workdtlPg_block2 p {
  padding: 9px 0 0 0;
}

.paginationsec1 {
  width: 100%;
  padding: 40px 0 0 0;
  text-align: center;
  vertical-align: middle;
}
.paginationsec1 > div {
  display: inline-block;
  vertical-align: middle;
}

.paginationsec1_coll {
  margin: 0 25px 0 0;
}
.paginationsec1_coll a {
  display: inline-block;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  position: relative;
  left: 0;
  top: 1px;
}
.paginationsec1_coll a img {
  width: 35px;
  height: 5px;
}
.paginationsec1_coll a:hover {
  left: -15px;
}

.paginationsec1_colr {
  margin: 0 0 0 25px;
}
.paginationsec1_colr a {
  display: inline-block;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  position: relative;
  right: 0;
  top: 1px;
}
.paginationsec1_colr a img {
  width: 35px;
  height: 5px;
}
.paginationsec1_colr a:hover {
  right: -15px;
}

.paginationsec2 {
  width: 100%;
  padding: 60px 0 0 0;
  text-align: center;
  vertical-align: middle;
}
.paginationsec2 li {
  display: inline-block;
  font-size: 13px;
}
.paginationsec2 li + li {
  margin: 0 0 0 15px;
}
.paginationsec2 li a {
  display: block;
  padding: 0 4px 4px 4px;
  color: #221714;
  position: relative;
}
.paginationsec2 li a:after {
  content: "";
  width: 0;
  height: 1px;
  background: #221714;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
.paginationsec2 li a:hover:after {
  width: 100%;
}
.paginationsec2 li.active a:after {
  width: 100%;
}
.paginationsec2 li:first-child {
  margin-right: 15px;
}
.paginationsec2 li:first-child a {
  top: -25px;
  padding: 0 40px 4px 4px;
}
.paginationsec2 li:first-child a:after {
  display: none;
}
.paginationsec2 li:first-child span {
  height: 60px;
  display: block;
  font-size: 11px !important;
  color: #221714 !important;
  letter-spacing: 2px !important;
  opacity: 1 !important;
  position: relative;
  text-transform: uppercase;
  moz-transform-origin: 0 50%;
  -moz-transform: rotate(-90deg) translate(-50%, 50%);
  -webkit-transform-origin: 0 50%;
  -webkit-transform: rotate(-90deg) translate(-50%, 50%);
  -o-transform-origin: 0 50%;
  -o-transform: rotate(-90deg) translate(-50%, 50%);
  -ms-transform-origin: 0 50%;
  -ms-transform: rotate(-90deg) translate(-50%, 50%);
  transform-origin: 0 50%;
  transform: rotate(-90deg) translate(-50%, 50%);
}
.paginationsec2 li:first-child img {
  width: 35px;
  height: 5px;
  position: absolute;
  top: 30px;
  right: 0;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
.paginationsec2 li:first-child a:hover img {
  right: 10px;
}
.paginationsec2 li:first-child span.current {
  moz-transform-origin: initial;
  -moz-transform: initial;
  -webkit-transform-origin: initial;
  -webkit-transform: initial;
  -o-transform-origin: initial;
  -o-transform: initial;
  -ms-transform-origin: initial;
  -ms-transform: initial;
  transform-origin: initial;
  transform: initial;
  height: auto;
  font-size: 13px !important;
  margin: 0;
}
.paginationsec2 li:last-child {
  margin-left: 25px;
}
.paginationsec2 li:last-child a {
  top: -22px;
  padding: 0 0 4px 66px;
}
.paginationsec2 li:last-child a:after {
  display: none;
}
.paginationsec2 li:last-child span {
  height: 60px;
  display: block;
  font-size: 11px !important;
  color: #221714 !important;
  letter-spacing: 2px !important;
  opacity: 1 !important;
  margin: 0 -40px 0 0;
  position: relative;
  text-transform: uppercase;
  moz-transform-origin: 0 50%;
  -moz-transform: rotate(90deg) translate(-50%, 50%);
  -webkit-transform-origin: 0 50%;
  -webkit-transform: rotate(90deg) translate(-50%, 50%);
  -o-transform-origin: 0 50%;
  -o-transform: rotate(90deg) translate(-50%, 50%);
  -ms-transform-origin: 0 50%;
  -ms-transform: rotate(90deg) translate(-50%, 50%);
  transform-origin: 0 50%;
  transform: rotate(90deg) translate(-50%, 50%);
}
.paginationsec2 li:last-child img {
  width: 35px;
  height: 5px;
  position: absolute;
  top: 26px;
  left: 0;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
.paginationsec2 li:last-child a:hover img {
  left: 10px;
}
.paginationsec2 li:last-child span.current {
  moz-transform-origin: initial;
  -moz-transform: initial;
  -webkit-transform-origin: initial;
  -webkit-transform: initial;
  -o-transform-origin: initial;
  -o-transform: initial;
  -ms-transform-origin: initial;
  -ms-transform: initial;
  transform-origin: initial;
  transform: initial;
  height: auto;
  font-size: 13px !important;
  margin: 0;
}

/* works-listing page start */
.worklstPg {
  width: 100%;
}

.worklstPg_intro {
  width: 100%;
  padding: 30px 0 0 0;
}
.worklstPg_intro .nav-tabs {
  border: none;
}
.worklstPg_intro .nav-tabs .nav-item {
  margin: 0;
}
.worklstPg_intro .nav-tabs .nav-item + .nav-item {
  margin: 0 0 0 88px;
}
.worklstPg_intro .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #221714;
  letter-spacing: 2px;
  padding: 0;
  position: relative;
}
.worklstPg_intro .nav-tabs .nav-link .worklstPg_intro_tbar {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
  color: #9E9E9E;
  font-size: 16px;
  width: 17px;
  opacity: 0;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
.worklstPg_intro .nav-tabs .nav-link.active .worklstPg_intro_tbar {
  opacity: 1;
  bottom: -25px;
}

.worklstPg_intro_cntnt {
  width: 100%;
  padding: 50px 0 0 0;
  position: relative;
}
.worklstPg_intro_cntnt .row {
  margin: 0 -5px 0 -5px;
}

.worklstPg_intro_cntnt_col {
  padding: 10px 5px 0 5px;
}

.worklstPg_intro_cntnt_col_inr {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.worklstPg_intro_cntnt_col_pic {
  width: 100%;
}
.worklstPg_intro_cntnt_col_pic img {
  width: 100%;
}

.worklstPg_intro_cntnt_col_ovr {
  width: 100%;
  padding: 40px 15px 25px 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: -137px;
  opacity: 0;
  visibility: hidden;
  left: 0;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
}

.worklstPg_intro_cntnt_col_ovr_row1 {
  width: 100%;
}
.worklstPg_intro_cntnt_col_ovr_row1 h4 {
  font-size: 14px;
  color: #fff;
  letter-spacing: 3px;
}

.worklstPg_intro_cntnt_col_ovr_row2 {
  width: 100%;
  padding: 25px 0 0 0;
}

.worklstPg_intro_cntnt_col_inr:hover .worklstPg_intro_cntnt_col_ovr {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.worklstPg .tab-pane {
  display: flex;
  flex-flow: column-reverse nowrap;
}

.worklstPg_intro_pg {
  width: 100%;
}
.worklstPg_intro_pg .nav-tabs {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.worklstPg_intro_pg .nav-item .nav-link {
  margin-top: 15px;
  width: 118px;
  height: 24px;
  display: block;
  background: no-repeat center center/contain;
  overflow: hidden;
}
.worklstPg_intro_pg .nav-item.worklstPg_intro_pg_coll .nav-link {
  margin-left: 12px;
  background-image: url(../images/prev.png);
}
@media (max-width: 768px) {
  .worklstPg_intro_pg .nav-item.worklstPg_intro_pg_coll .nav-link {
    margin-left: 0;
  }
}
.worklstPg_intro_pg .nav-item.worklstPg_intro_pg_coll .nav-link:hover {
  background-image: url(../images/prev.on.png);
}
.worklstPg_intro_pg .nav-item.worklstPg_intro_pg_colr .nav-link {
  background-image: url(../images/next.png);
}
.worklstPg_intro_pg .nav-item.worklstPg_intro_pg_colr .nav-link:hover {
  background-image: url(../images/next.on.png);
}
.worklstPg_intro_pg .nav-item span {
  display: none;
}

@media (max-width: 768px) {
  .worklstPg_intro_pg {
    position: relative;
    height: 30px;
    margin-top: 15px;
  }
}
/* new-lising page start */
.newslstPg {
  width: 100%;
}

.newslstPg_intro {
  width: 100%;
  padding: 60px 0 0 0;
}

.newslstPg_intro_row {
  width: 100%;
  display: -moz-flex;
  display: flex;
}
.newslstPg_intro_row + .newslstPg_intro_row {
  margin: 50px 0 0 0;
}

.newslstPg_intro_row_pic {
  width: 260px;
}
.newslstPg_intro_row_pic a {
  display: block;
}
.newslstPg_intro_row_pic img {
  width: 100%;
  filter: grayscale(100%);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
}

.newslstPg_intro_row:hover .newslstPg_intro_row_pic img {
  filter: initial;
}

.newslstPg_intro_row_intro {
  flex: 1;
  padding: 0 0 0 50px;
}

.newslstPg_intro_row_intro_row1 {
  width: 100%;
  position: relative;
  line-height: 0;
}
.newslstPg_intro_row_intro_row1:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #221714;
  position: absolute;
  top: 4px;
  left: 0;
}
.newslstPg_intro_row_intro_row1 p {
  font-size: 10px;
  line-height: initial;
  color: #9E9E9E;
  letter-spacing: 1px;
  background: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 20px 0 0;
}

.newslstPg_intro_row_intro_row2 {
  width: 100%;
  padding: 25px 0 0 0;
}
.newslstPg_intro_row_intro_row2 h3 {
  font-size: 16px;
}
.newslstPg_intro_row_intro_row2 h3 a {
  color: #221714;
}

.newslstPg_intro_row_intro_row3 {
  width: 100%;
  padding: 18px 0 0 0;
}
.newslstPg_intro_row_intro_row3 p {
  font-size: 12px;
}

.newslstPg_intro_row_intro_row4 {
  width: 100%;
  padding: 0 0 0 0;
}
.newslstPg_intro_row_intro_row4 p {
  font-weight: 600;
  line-height: 0;
}

.newslstPg_intro_row_intro_row5 {
  width: 100%;
  padding: 36px 0 0 0;
}

/* new-detail page start */
.newsdtlPg {
  width: 100%;
}

.newsdtlPg_intro {
  width: 100%;
  padding: 60px 0 0 0;
}

.newsdtlPg_block1 {
  width: 100%;
}

.newsdtlPg_block1_row1 {
  width: 100%;
  position: relative;
  line-height: 0;
}
.newsdtlPg_block1_row1:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #221714;
  position: absolute;
  top: 7px;
  left: 0;
}
.newsdtlPg_block1_row1 p {
  font-size: 13px;
  line-height: initial;
  color: #9E9E9E;
  letter-spacing: 1px;
  background: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 15px 0 0;
}

.newsdtlPg_block1_row2 {
  width: 100%;
  padding: 50px 0 0 0;
}
.newsdtlPg_block1_row2 h2 {
  font-size: 24px;
  letter-spacing: 2px;
}

.newsdtlPg_block1_row3 {
  width: 100%;
  padding: 50px 0 0 0;
}
.newsdtlPg_block1_row3 p {
  font-size: 14px;
}
.newsdtlPg_block1_row3 p + p {
  margin: 20px 0 0 0;
}

.newsdtlPg_block2 {
  width: 100%;
  padding: 40px 0 40px 0;
  border-bottom: 1px solid #221714;
}

.newsdtlPg_block2_row1 {
  width: 100%;
}

.newsdtlPg_block2_row1_pic {
  width: 100%;
}
.newsdtlPg_block2_row1_pic img {
  width: 100%;
}

.newsdtlPg_block2_row_intro {
  width: 100%;
  padding: 30px 0 0 0;
}
.newsdtlPg_block2_row_intro p {
  font-size: 14px;
}

.newsdtlPg_block2_row2 {
  width: 100%;
  padding: 30px 0 0 0;
}

.newsdtlPg_block2_row2_pics {
  width: 100%;
}

.newsdtlPg_block2_row2_pics_col {
  width: 280px;
  float: left;
}
.newsdtlPg_block2_row2_pics_col + .newsdtlPg_block2_row2_pics_col {
  margin: 0 0 0 55px;
}

.newsdtlPg_block2_row2_pics_col_pic {
  width: 100%;
}
.newsdtlPg_block2_row2_pics_col_pic img {
  width: 100%;
}

.newsdtlPg .paginationsec1 {
  padding: 50px 0 0 0;
}

/* blog-listing page start */
.bloglstPg {
  width: 100%;
  position: relative;
}

.bloglstPg_intro {
  width: 100%;
  padding: 10px 0 0 0;
}
.bloglstPg_intro .row {
  margin: 0 -12.5px 0 -12.5px;
}

.bloglstPg_intro_col {
  padding: 50px 12.5px 0 12.5px;
}

.bloglstPg_intro_col_inr {
  width: 100%;
}

.bloglstPg_intro_col_pic {
  width: 100%;
  height: 165px;
  overflow: hidden;
}
.bloglstPg_intro_col_pic a {
  display: block;
}
.bloglstPg_intro_col_pic img {
  width: 100%;
  filter: grayscale(100%);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
}

.bloglstPg_intro_col_inr:hover .bloglstPg_intro_col_pic img {
  filter: initial;
}

.bloglstPg_intro_col_intro {
  width: 100%;
  padding: 15px 0 0 0;
}

.bloglstPg_intro_col_intro_row1 {
  width: 100%;
}
.bloglstPg_intro_col_intro_row1 h3 {
  font-size: 13px;
  letter-spacing: 2px;
}
.bloglstPg_intro_col_intro_row1 h3 a {
  color: #221714;
}

.bloglstPg_intro_col_intro_row2 {
  margin: 15px 0 0 0;
}

.bloglstPg_tgl {
  width: 250px;
  position: absolute;
  top: -75px;
  right: 0;
  z-index: 9;
}

.bloglstPg_tgl_btn {
  display: block;
  text-align: center;
  position: relative;
  font-family: "FutuHv";
  color: #4d4d4d;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 2px;
  position: relative;
  z-index: 9999;
  cursor: pointer;
  transition: 0.2s;
}
.bloglstPg_tgl_btn:after {
  display: none;
}
.bloglstPg_tgl_btn .bloglstPg_tgl_btn_arrow {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: auto;
  color: #9E9E9E;
  font-size: 16px;
  width: 17px;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
.bloglstPg_tgl_btn:hover {
  color: #221714;
}

.bloglstPg_tgl_intro {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: -10px !important;
  left: 0;
  background: #f9f9f9;
  padding: 110px 70px 30px 70px;
  display: block !important;
  opacity: 0;
  visibility: hidden;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  border: none;
  border-radius: 0;
  margin: 0;
}
.bloglstPg_tgl_intro li {
  font-size: 11px;
}
.bloglstPg_tgl_intro li + li {
  margin: 10px 0 0 0;
}
.bloglstPg_tgl_intro li a {
  display: inline-block;
  color: #221714;
  position: relative;
  letter-spacing: 1px;
  padding: 0 0 5px 0;
}
.bloglstPg_tgl_intro li a:after {
  content: "";
  width: 0px;
  height: 1px;
  background: #221714;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
.bloglstPg_tgl_intro li a:hover:after {
  width: 100%;
}

.bloglstPg_tgl.show .bloglstPg_tgl_intro {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.bloglstPg_tgl_active .bloglstPg_tgl_btn {
  color: #221714;
}

.bloglstPg_tgl.show .bloglstPg_tgl_btn_arrow {
  transform: rotate(-180deg);
}

/* blog-detail page start */
.blogdtlPg {
  width: 100%;
}

.blogdtlPg_intro {
  width: 100%;
  padding: 60px 0 0 0;
}

.blogdtlPg_block1 {
  width: 100%;
}

.blogdtlPg_block1_row1 {
  width: 100%;
}
.blogdtlPg_block1_row1 h3 {
  font-size: 24px;
  letter-spacing: 2px;
}

.blogdtlPg_block1_row2 {
  width: 100%;
  position: relative;
  margin: 10px 0 0 0;
  text-align: right;
}
.blogdtlPg_block1_row2 h5 {
  display: inline-block;
  font-size: 13px;
  background: #fff;
  color: #9E9E9E;
  padding: 0 0 0 20px;
  position: relative;
  z-index: 1;
}
.blogdtlPg_block1_row2:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #221714;
  position: absolute;
  top: 9px;
  left: 0;
}

.blogdtlPg_block1_row3 {
  width: 100%;
  padding: 40px 0 0 0;
}
.blogdtlPg_block1_row3 p {
  font-size: 14px;
}
.blogdtlPg_block1_row3 p + p {
  margin: 20px 0 0 0;
}

.blogdtlPg_block2 {
  width: 100%;
  padding: 40px 0 0 0;
}
.blogdtlPg_block2 img {
  width: 100%;
}

.blogdtlPg_block3 {
  width: 100%;
  padding: 50px 0 50px 0;
  border-bottom: 3px solid #221714;
}
.blogdtlPg_block3 p {
  font-size: 14px;
}
.blogdtlPg_block3 p + p {
  margin: 20px 0 0 0;
}

/* privacy page start */
.privacyPg {
  width: 100%;
}

.privacyPg_intro {
  width: 100%;
  padding: 60px 0 0 0;
}

.privacyPg_intro_sec {
  width: 100%;
}
.privacyPg_intro_sec + .privacyPg_intro_sec {
  margin: 60px 0 0 0;
}

.privacyPg_intro_sec_head {
  width: 100%;
}
.privacyPg_intro_sec_head h3 {
  font-size: 17px;
  position: relative;
  padding: 0 0 0 30px;
}
.privacyPg_intro_sec_head h3:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #221714;
  position: absolute;
  top: 0px;
  left: 0;
}

.privacyPg_intro_sec_intro {
  width: 100%;
  padding: 18px 0 0 0;
}

.privacyPg_intro_sec_intro_row {
  width: 100%;
}
.privacyPg_intro_sec_intro_row + .privacyPg_intro_sec_intro_row {
  margin: 23px 0 0 0;
}
.privacyPg_intro_sec_intro_row h4 {
  font-size: 15px;
  padding: 0 0 3px 0;
}

.privacyPg_intro_sec_intro_row_inrsec {
  width: 100%;
  padding: 15px 0 0 0;
}

.privacyPg_intro_sec_intro_row_inrsec_row {
  width: 100%;
}
.privacyPg_intro_sec_intro_row_inrsec_row + .privacyPg_intro_sec_intro_row_inrsec_row {
  margin: 15px 0 0 0;
}
.privacyPg_intro_sec_intro_row_inrsec_row h5 {
  font-size: 13px;
  position: relative;
  padding: 0 0 0 20px;
}
.privacyPg_intro_sec_intro_row_inrsec_row h5:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #221714;
  position: absolute;
  top: 2px;
  left: 0;
}
.privacyPg_intro_sec_intro_row_inrsec_row ul {
  padding: 3px 0 0 0;
}
.privacyPg_intro_sec_intro_row_inrsec_row li {
  position: relative;
  font-size: 12px;
  padding: 0 0 0 10px;
  line-height: 24px;
}
.privacyPg_intro_sec_intro_row_inrsec_row li span {
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 17px;
  line-height: 0;
  font-weight: 600;
}
.privacyPg_intro_sec_intro_row_inrsec_row p {
  font-size: 12px;
  line-height: 22px;
  padding: 3px 0 0 0;
}

.privacyPg_intro_sec_btm {
  width: 100%;
  margin: 20px 0 0 0;
  border-top: 2px solid #221714;
  border-bottom: 2px solid #221714;
  padding: 30px 30px 30px 30px;
}
.privacyPg_intro_sec_btm h4 {
  font-size: 15px;
  margin: 0 0 0 -10px;
}
.privacyPg_intro_sec_btm p {
  font-size: 13px;
  line-height: 20px;
  padding: 5px 0 0 0;
}

/* about page start */
.aboutPg {
  width: 100%;
}

.aboutPg_intro {
  width: 100%;
  padding: 40px 0 0 0;
}

.aboutPg_block1 {
  width: 100%;
}
.aboutPg_block1 .table {
  width: 100%;
  border: none;
  margin: 0;
  font-size: 14px;
}
.aboutPg_block1 .table th, .aboutPg_block1 .table td {
  border: none;
  padding: 20px 0 20px 0;
}
.aboutPg_block1 .table th {
  font-weight: normal;
  width: 150px;
}

.aboutPg_block2 {
  width: 100%;
  margin: 65px 0 0 0;
  padding: 50px 0 0 0;
  border-top: 2px solid #221714;
}

.aboutPg_block2_head {
  width: 100%;
}
.aboutPg_block2_head h4 {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.aboutPg_block2_intro {
  width: 100%;
  padding: 30px 0 0 0;
}
.aboutPg_block2_intro img {
  width: 100%;
}

.aboutPg_block2_btm {
  width: 100%;
  padding: 40px 0 0 0;
  text-align: center;
}
.aboutPg_block2_btm .secondary_btn {
  height: 40px;
  line-height: 40px;
  min-width: 180px;
  letter-spacing: 2px;
}

/* site-map page start */
.sitemapPg {
  width: 100%;
}

.sitemapPg_intro {
  width: 100%;
  padding: 50px 50px 0 50px;
}
.sitemapPg_intro ul {
  margin: 0 -15px 0 -15px;
}
.sitemapPg_intro ul li {
  width: 50%;
  float: left;
  padding: 55px 15px 0 15px;
}
.sitemapPg_intro ul li a {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: #221714;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
.sitemapPg_intro ul li a span {
  display: inline-block;
  font-size: 13px;
  margin: 0 0 0 20px;
}
.sitemapPg_intro ul li a:hover {
  color: #9E9E9E;
}

/* contact page start */
.contactPg {
  width: 100%;
}

.contactPg_intro {
  width: 100%;
  padding: 60px 0 0 0;
}

.contactPg_block1 {
  width: 100%;
}
.contactPg_block1 p + p {
  margin: 20px 0 0 0;
}

.contactPg_block2 {
  width: 100%;
  padding: 45px 0 0 0;
  text-align: center;
}
.contactPg_block2 h2 {
  display: inline-block;
  padding: 17px 165px 15px 165px;
  font-size: 28px;
  font-family: "FutuHv";
  letter-spacing: 1px;
  border-top: 2px solid #221714;
  border-bottom: 2px solid #221714;
}
.contactPg_block2 h2 span {
  font-size: 25px;
}

.contactPg_block3 {
  width: 100%;
  padding: 100px 50px 0 50px;
}

.contactPg_block3_row {
  width: 100%;
}
.contactPg_block3_row + .contactPg_block3_row {
  margin: 25px 0 0 0;
}

.contactPg_block3_row_col_inr {
  width: 100%;
}

.contactPg_block3_row_col .secondary_btn {
  color: #fff !important;
}
.contactPg_block3_row_col .secondary_btn:hover {
  opacity: 0.8;
  cursor: pointer;
}

.contactPg_block3_row_head {
  width: 100%;
}
.contactPg_block3_row_head h3 {
  font-size: 15px;
}

.contactPg_block3_row_intro {
  width: 100%;
  padding: 8px 0 0 0;
}
.contactPg_block3_row_intro .pure-radiobutton {
  padding: 5px 0 0 0;
  display: inline-block;
}
.contactPg_block3_row_intro .pure-radiobutton + .pure-radiobutton {
  margin: 0 0 0 30px;
}

.contactPg_block3_row .pure-checkbox label {
  font-size: 13px !important;
}
.contactPg_block3_row .secondary_btn {
  height: 40px;
  font-size: 17px;
  line-height: 40px;
  min-width: 180px;
  letter-spacing: 2px;
}

.contactPg_block3_row_col_privacybtn {
  width: 100%;
  padding: 50px 0 0 0;
}
.contactPg_block3_row_col_privacybtn a {
  font-size: 13px;
  color: #000000;
  text-decoration: underline !important;
}
.contactPg_block3_row_col_privacybtn a:hover {
  text-decoration: none !important;
}

/* mobile css start */
.sp_header {
  display: none;
  width: 100%;
  padding: 20px 15px 0 15px;
  background: #fff;
}

.sp_header_menu {
  position: fixed;
  top: 12px;
  right: 15px;
  z-index: 9999;
}

.sp_header_menu_toggle {
  width: 35px;
  height: 35px;
  background: #fff;
  padding: 5px 0 0 6px;
}

.sp_header_menu_cntnt {
  width: 100%;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: -100%;
  left: 0;
  padding: 0;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition-duration: 400ms;
  transition-timing-function: ease-in-out;
}

.sp_header_menu_cntnt_active {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.sp_header_menu_cntnt_sec1 {
  width: 100%;
  padding: 100px 0 0 0;
}
.sp_header_menu_cntnt_sec1 li {
  text-transform: uppercase;
  font-size: 17px;
  font-family: "FutuHv";
}
.sp_header_menu_cntnt_sec1 li + li {
  margin: 30px 0 0 0;
}
.sp_header_menu_cntnt_sec1 li a {
  color: #4D4D4D;
  position: relative;
  letter-spacing: 2px;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
.sp_header_menu_cntnt_sec1 li a:hover {
  color: #ccc;
}
.sp_header_menu_cntnt_sec1 li.active a {
  color: #ccc;
}

.sp_header_menu_cntnt_sec2 {
  width: 100%;
  padding: 115px 0 0 0;
}
.sp_header_menu_cntnt_sec2 li {
  font-size: 24px;
  display: inline-block;
}
.sp_header_menu_cntnt_sec2 li + li {
  margin: 0 0 0 5px;
}
.sp_header_menu_cntnt_sec2 li a {
  color: #777777;
}
.sp_header_menu_cntnt_sec2 li a:hover {
  opacity: 0.5;
}

.sp_header_sec1 {
  width: 100%;
}
.sp_header_sec1 a {
  display: inline-block;
}
.sp_header_sec1 img {
  width: 121px;
  height: 23px;
}

.sp_header_sec2 {
  width: 100%;
  padding: 15px 0 0 0;
}
.sp_header_sec2 ul {
  margin: 0 -11px 0 -11px;
}
.sp_header_sec2 ul li {
  float: left;
  padding: 0 5px 0 5px;
  width: 33.3%;
}
.sp_header_sec2 ul li .primary_btn {
  min-width: auto;
  width: 100%;
  height: 30px;
  line-height: 30px;
}

@media (max-width: 375px) {
  .sp_header_sec2 ul {
    margin: 0 -3px;
  }
  .sp_header_sec2 ul li {
    padding: 2px;
  }
  .sp_header_sec2 ul li:nth-of-type(1) .primary_btn {
    font-size: 3vw;
  }
}
.sp_footer {
  display: none;
  width: 100%;
  padding: 20px 15px 20px 15px;
  text-align: center;
  position: relative;
}

.sp_footer_sec1 {
  width: 100%;
  font-family: "FutuHv";
}
.sp_footer_sec1 h3 {
  font-size: 15px;
  letter-spacing: 1px;
  color: #4D4D4D;
}
.sp_footer_sec1 p {
  font-size: 11px;
  color: #4D4D4D;
}

.sp_footer_sec2 {
  width: 100%;
  padding: 26px 0 0 0;
}
.sp_footer_sec2 p {
  font-size: 11px;
  letter-spacing: 1px;
}

.back-to-top {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #221714;
  color: #fff !important;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
}

.wp-block-gallery {
  margin: 30px 0 0 0;
}

.mainwrapperContainerhm {
  padding: 40px 0 0 0;
}

.ajax-loader {
  margin: 0 auto;
  display: block;
}
/*# sourceMappingURL=style.css.map */
