@charset "UTF-8";
/*===================================================================
[Table Of Content]

    * Imported CSS
    * Typography CSS
    * Common CSS
    * Main Navigation CSS
    * Header CSS
    * Home Slider CSS
    * ABOUT US CSS
    * TECHNOLOGY CSS
    * HISTORY CSS
    * SUSTAINABILITY CSS
    * AWARDS CSS
    * COMPANY CSS
    * MESSAGE CSS
    * OUTLINE CSS
    * GLOBAL-NETWORK CSS
    * ENVIRONMENT-SOCIETY CSS
    * SECURITY-POLICY CSS
    * PRIVACY-POLICY CSS
    * SOCIAL-MEDIA-POLICY CSS
    * ABOUT-USE CSS
    * QUALITY-POLICY CSS
    * Sns Logo CSS 
    * Breadcrumb CSS 
    * 404 CSS 
    * Icon Box CSS
    * Footer CSS

=====================================================================*/
/*
-----------------------------------------------------------------------
	Imported CSS
-----------------------------------------------------------------------
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed&family=Barlow:ital,wght@0,400;0,500;0,600;1,400&display=swap');
@import url(bootstrap.min.css);
@import url(elegantIcons.css);
@import url(icofont.css);
@import url(animate.css);
@import url(aos.css);
@import url(swiper.min.css);
@import url(plugin-collection.css);
/*
-----------------------------------------------------------------------
  Typography CSS
-----------------------------------------------------------------------
*/
body {
  color: #333;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.7142857143;
  margin: 0;
  overflow-x: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 10px;
  margin-top: 0;
}

a {
  color: #1c1c1c;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
a:hover, a:active, a:focus {
  box-shadow: none;
  color: #4d3300;
  outline: none;
  text-decoration: none;
}
a img {
  border: none;
}

.btn:focus {
  box-shadow: none;
}

p {
  margin-bottom: 30px;
}

footer.top p {
  margin-bottom: 100px;
}

.Android footer.top p {
  margin-bottom: 180px;
}

p:last-child {
/*  margin-bottom: 0;*/
}

:active,
:focus {
  box-shadow: none;
  outline: none !important;
}

::selection {
  background: #1c1c1c;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #1c1c1c;
  /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #1c1c1c;
  /* Safari */
  color: #fff;
  text-shadow: none;
}

img {
  max-width: 100%;
}

iframe {
  border: none !important;
}

textarea:focus, textarea:active, input:focus, input:active {
  outline: none;
}

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

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 0;
}

table p {
  margin-bottom: 0;
}

/*
-----------------------------------------------------------------------
  Common CSS
-----------------------------------------------------------------------
*/
.cover-img {
	display: table;
	width: 100%;
	background-size: cover;
}
.sp { display: none !important; }
.technology-area .tab { display: none !important; }
.technology-area .tab-s { display: none !important; }
.technology-area .ssp { display: none !important; }
.technology-area .sssp { display: none !important; }
.technology-area .ssssp { display: none !important; }
@media screen and (max-width : 991px){
	html,
	body {
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	}
}
.section-padding-bottom {
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .section-padding-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .section-padding-bottom {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 1200px) {
  .row > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.mb-n30 {
  margin-bottom: -30px;
}

.section-title {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1720px) {
  .technology-area .pc { display: none !important; }
  .technology-area .tab { display: block !important; }
  .technology-area .tab-s { display: none !important; }
  .technology-area .ssp { display: none !important; }
  .technology-area .sssp { display: none !important; }
  .technology-area .ssssp { display: none !important; }
}
@media only screen and (max-width: 1200px) {
  .technology-area .pc { display: none !important; }
  .technology-area .tab { display: none !important; }
  .technology-area .tab-s { display: block!important; }
  .technology-area .ssp { display: none !important; }
  .technology-area .sssp { display: none !important; }
  .technology-area .ssssp { display: none !important; }
}
@media only screen and (max-width: 991px) {
  .section-title {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title {
    margin-bottom: 50px;
  }
  .pc { display: none !important; }
  .sp { display: block !important; }
  .technology-area .tab-s { display: none !important; }
  .technology-area .tab { display: none !important; }
  .technology-area .sp { display: block !important; }
  .technology-area .ssp { display: block !important; }
  .technology-area .sssp { display: none !important; }
  .technology-area .ssssp { display: none !important; }
}
@media only screen and (max-width: 400px) {
  .technology-area .ssp { display: none !important; }
  .technology-area .sssp { display: block !important; }
}
@media only screen and (max-width: 380px) {
  .technology-area .sssp { display: none !important; }
  .technology-area .ssssp { display: block !important; }
}
.section-title h5 {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .section-title h5 {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
.section-title .title {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -1.377px;
  line-height: 1.1;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1199px) {
  .section-title .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title .title {
    font-size: 24px;
  }
}
.section-title .title span {
  color: #1c1c1c;
  font-weight: 300;
}
.section-title .desc {
  margin-bottom: 55px;
}
.section-title .desc p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .section-title .desc p br {
    display: none;
  }
}
.section-title .separator-line {
  border-bottom: 1px solid #1c1c1c;
  display: block;
  margin: 0 auto 40px;
  width: 100px;
}
.section-title .list-style li {
  color: #333;
  font-size: 14px;
  margin-bottom: 16px;
  padding-left: 29px;
  position: relative;
}
.section-title .list-style li i {
  color: #1c1c1c;
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 5px;
}
.section-title .list-style li:last-child {
  margin-bottom: 0;
}
.section-title.section-light h5 {
  color: #fff;
}
.section-title.section-light .title {
  color: #fff;
}
.section-title.section-light .desc p {
  color: #fff;
}
.section-title.section-light .separator-line {
  border-bottom-color: #fff !important;
}
.section-title.section-light .separator-line.separator-double:before {
  border-bottom-color: #fff !important;
}

.bg-img {
  background: no-repeat center center;
  background-size: cover;
}
.bg-img.bg-img-top {
  background-position: top center;
}

.site-wrapper-reveal {
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.niceselect {
  float: inherit;
}
.niceselect .list {
  border-radius: 0;
  width: 100%;
}

.line-hr {
  border-bottom: 1px solid #e2e2e2;
}

.lh-1 {
  line-height: 1;
}
.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.content-items-center {
  align-items: center;
  display: flex;
}

.justify-items-center {
  display: flex;
  justify-content: center;
}

.min-height-auto {
  min-height: auto !important;
}

.height-auto {
  height: auto !important;
}

.form-message.alert {
  margin-top: 10px;
}

.row-gutter-0 [class*=col-] {
  margin: 0;
  padding: 0;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

iframe {
  border: none !important;
}

@media only screen and (max-width: 991px) {
  .md-text-center {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .sm-text-center {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .xs-w-100 {
    width: 100% !important;
  }
}
/*-------- Button Style Css --------*/
.btn-theme {
  background-color: #1c1c1c;
  border-color: #1c1c1c;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  min-height: 50px;
  padding: 10px 30px 10px 80px;
  position: relative;
  text-transform: uppercase;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.btn-theme .icon {
  font-size: 14px;
  padding-left: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.btn-theme:hover, .btn-theme:focus {
  background-color: #669900;
  border-color: #669900;
  color: #fff;
}
.btn-theme.btn-black {
  background-color: #333;
  border-color: #333;
}
.btn-theme.btn-black:hover {
  background-color: #1c1c1c;
  border-color: #1c1c1c;
  color: #fff;
}
.btn-theme.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #0e0e0e;
}
.btn-theme.btn-white:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
.btn-theme.btn-white.btn-border {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 1);
  color: #fff;
  line-height: 29px;
}
.btn-theme.btn-white.btn-border span {
  padding: 0 0 0 50px;
}

.off-canvas-content .btn-theme.btn-white.btn-border span {
  padding: 0;
}

.btn-theme.btn-white.btn-border:hover {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 1);
  outline: 2px solid rgba(255, 255, 255, 1);
  outline-offset: -2px;
  color: #fff;
}
.btn-theme.btn-gray {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #0e0e0e;
}
.btn-theme.btn-gray:hover {
  background-color: #1c1c1c;
  border-color: #1c1c1c;
  color: #fff;
}
.btn-theme.btn-border {
  background-color: transparent;
  border: 1px solid #1c1c1c;
  color: #1c1c1c;
}
.btn-theme.btn-border:hover {
  background-color: transparent;
  border: 2px solid #1c1c1c;
  color: #1c1c1c;
  outline-offset: -2px;
}
.btn-theme.btn-round {
  border-radius: 25px;
}
.btn-theme.btn-round.btn-slide:before {
  border-radius: 25px;
}
.btn-theme.btn-lg {
  letter-spacing: 0.131px;
  padding: 14px 48px;
}
.btn-theme.btn-slide {
  position: relative;
  z-index: 1;
}
.btn-theme.btn-slide:before {
  background-color: #669900;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-theme.btn-slide:hover:before {
  width: 100%;
}
.btn-theme.btn-size-md {
  height: 50px;
  min-width: 160px;
  text-align: center;
}
.btn-theme.btn-size-lg {
  height: 50px;
  min-width: 180px;
  text-align: center;
}
.btn-theme.btn-size-xl {
  height: 50px;
  min-width: 220px;
  text-align: center;
}
.btn-theme.btn-size-xxl {
  height: 52px;
  min-width: 270px;
  text-align: center;
}

.btn-link {
  color: #333;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-link:hover {
  color: #1c1c1c;
  text-decoration: none;
}
.btn-link span + .icon {
  color: #1c1c1c;
  font-size: 14px;
  padding-left: 17px;
}
.btn-link span + .icon:before {
  font-weight: 900;
}
.btn-link:focus {
  text-decoration: none;
}
.btn-link.btn-line:after {
  background-color: #1c1c1c;
  bottom: 0;
  content: "";
  height: 1px;
  right: 0;
  position: absolute;
  width: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-link.btn-line:hover {
  color: #333;
}
.btn-link.btn-line:hover:after {
  left: 0;
  width: 100%;
}
.btn-link.btn-dark {
  background-color: transparent;
  border: none;
  color: #0e0e0e;
}
.btn-link.btn-dark:after {
  background-color: #0e0e0e;
  left: 0;
  width: 100%;
}
.btn-link.btn-dark:hover {
  color: #1c1c1c;
}
.btn-link.btn-dark:hover:hover:before {
  background-color: #1c1c1c;
}
.btn-link.btn-dark:hover:hover:after {
  background-color: #1c1c1c;
}

.btn-more {
  color: #333;
  font-size: 18px;
  letter-spacing: 16.8px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .btn-theme {
    font-size: 14px;
	min-height: 10px;
	padding: 5px 30px;
  }

.btn-theme span{
	padding: 0 0 0 10px !important;
  }

    .btn-theme.btn-sp {
    font-size: 14px;
	min-height: 10px;
	padding: 5px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-more {
    font-size: 16px;
    letter-spacing: 8px;
  }
  .btn-theme.btn-white.btn-border.btn-campany {
  border: 1px solid #333;
  color: #333;
  line-height: 29px;
  width: 330px
}
  .btn-theme.btn-white.btn-border.btn-campany:hover {
  outline: 2px solid #333;
  outline-offset: -2px;
  color: #333;
}

.btn-theme span{
	padding: 0 0 0 10px !important;
  }

}
@media only screen and (max-width: 395px) {
  .btn-theme.btn-white.btn-border.btn-campany {
  width: 310px
}
  .btn-theme.btn-white.btn-border span {
  padding: 0 0 0 10px;
}
}
@media only screen and (max-width: 380px) {
  .btn-theme.btn-white.btn-border.btn-campany {
  width: 290px
}
  .btn-theme.btn-white.btn-border span {
  padding: 0 0 0 10px;
}
}

/*-------- Owl Carousel Style Css --------*/
.owl-carousel.owl-theme .owl-nav {
  margin: 0;
}
.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
  font-size: 24px;
  font-weight: 900;
  margin: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  color: #1c1c1c;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 10px;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  margin-left: 10px;
}
.owl-carousel.owl-theme.owl-nav2 .owl-nav {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}
.owl-carousel.owl-theme.owl-nav2 .owl-nav [class*=owl-] {
  position: absolute;
}
.owl-carousel.owl-theme.owl-nav2 .owl-nav [class*=owl-].owl-prev {
  left: 0;
}
.owl-carousel.owl-theme.owl-nav2 .owl-nav [class*=owl-].owl-next {
  right: 0;
}
.owl-carousel.owl-theme .owl-dots {
  margin-top: 55px;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
  background-color: #808080;
  border: 1px solid #808080;
  height: 10px;
  margin: 5px 12px;
  width: 10px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span, .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #1c1c1c;
  border-color: #1c1c1c;
}
.owl-carousel.owl-dots-none .owl-dots {
  display: none;
}

/* swiper default styles */
.swiper-pagination {
  position: static;
  display: block;
  line-height: 1;
  margin-top: 20px;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  position: relative;
  outline: none;
  margin-right: 20px;
  margin: 0 8px !important;
}
.swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 8px;
  height: 8px;
  background: #d8d8d8;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.swiper-pagination .swiper-pagination-bullet:hover:before {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #1c1c1c;
}
.swiper-pagination .swiper-pagination-bullet-active:before {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #1c1c1c;
}

.swiper-pagination.swiper-pagination-white .swiper-pagination-bullet {
  margin: 8px;
}
.swiper-pagination.swiper-pagination-white .swiper-pagination-bullet:hover:before {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #fff;
}
.swiper-pagination.swiper-pagination-white .swiper-pagination-bullet-active::before {
  opacity: 1;
  background: #fff;
  width: 16px;
  height: 16px;
  box-shadow: 0 0 9px #ededed;
}

/*-------- Page Title Style Css --------*/
.page-title-area .page-title-content {
  padding: 100px 0 68px;
}
@media only screen and (max-width: 991px) {
  .page-title-area .page-title-content {
    padding: 80px 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content {
    padding: 60px 0 45px;
  }
}
.page-title-area .page-title-content .title {
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.25px;
  font-family: 'Noto Sans JP', sans-serif;
}
@media only screen and (max-width: 1199px) {
  .page-title-area .page-title-content .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content .title {
    font-size: 30px;
  }
}
.page-title-area .page-title-content .page-title {
  color: #999999;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 39px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .page-title-area .page-title-content .page-title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content .page-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.page-title-area .page-title-content .bread-crumbs {
  color: #888;
  font-size: 15px;
  margin-bottom: 2px;
}
.page-title-area .page-title-content .bread-crumbs a {
  color: #888;
}
.page-title-area .page-title-content .bread-crumbs a:hover {
  color: #1c1c1c;
}
.page-title-area .page-title-content .bread-crumbs span.active {
  color: #568701;
}
.page-title-area .page-title-content .bread-crumbs .breadcrumb-sep {
  padding: 0 8.7px;
}
.page-title-area .page-title-content.text-light .title {
  color: #fff;
}
.page-title-area .page-title-content.text-light .bread-crumbs {
  color: #fff;
}
.page-title-area .page-title-content.text-light .bread-crumbs a {
  color: #fff;
}
.page-title-area .page-title-content.content-style2 {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 100px 0 100px;
}
@media only screen and (max-width: 1199px) {
  .page-title-area .page-title-content.content-style2 {
    padding: 100px 0 100px;
  }
}
@media only screen and (max-width: 991px) {
  .page-title-area .page-title-content.content-style2 {
    padding: 80px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content.content-style2 {
    padding: 60px 0 60px;
  }
}
.page-title-area .page-title-content.content-style2 .page-title {
  color: #333;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 41px 0 0;
}
@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content.content-style2 .page-title {
    margin: 0 30px 0 0;
  }
}
@media only screen and (max-width: 575px) {
  .page-title-area .page-title-content.content-style2 .page-title {
    font-size: 16px;
    margin: 0 15px 0 0;
  }
}
.page-title-area .page-title-content.content-style2 .title {
  border-left: 1px solid #e1e1e1;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 20px 0 20px 70px;
}
@media only screen and (max-width: 991px) {
  .page-title-area .page-title-content.content-style2 .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content.content-style2 .title {
    font-size: 30px;
    padding: 20px 0 20px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .page-title-area .page-title-content.content-style2 .title {
    font-size: 20px;
    padding: 10px 0 10px 15px;
  }
}
@media only screen and (max-width: 479.98px) {
  .page-title-area .page-title-content.content-style2 .title {
    padding: 10px 0 10px 13px;
  }
}

.bread-crumbs {
  color: #333;
  font-size: 16px;
}
.bread-crumbs a {
  color: #333;
}
.bread-crumbs a:hover {
  color: #1c1c1c;
}

/*-------- Pagination Style Css --------*/
.pagination-area {
  padding: 82px 0 0;
}
@media only screen and (max-width: 991px) {
  .pagination-area {
    padding: 62px 0 0;
  }
}
.pagination-area nav .page-numbers {
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  display: inline-flex;
  margin-bottom: 0;
}
.pagination-area nav .page-numbers li {
  line-height: 1;
  margin-right: 36.57px;
  padding: 0;
}
.pagination-area nav .page-numbers li .page-number {
  color: #999999;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
.pagination-area nav .page-numbers li .page-number:hover {
  color: #333;
}
.pagination-area nav .page-numbers li .page-number.current {
  color: #333;
  font-weight: 700;
}
.pagination-area nav .page-numbers li .page-number.prev {
  border-radius: 0;
  color: #333;
  font-size: 14px;
}
.pagination-area nav .page-numbers li .page-number.next {
  color: #333;
  font-size: 22px;
}
.pagination-area nav .page-numbers li .page-number.next:hover {
  color: #333;
}
.pagination-area nav .page-numbers li:first-child {
  padding-left: 0;
}
.pagination-area nav .page-numbers li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.pagination-area nav .page-numbers.page-numbers-style {
  box-shadow: 0px 10px 50px 0px rgba(171, 181, 189, 0.35);
}

/*-------- Blockquote Style Css --------*/
.blockquote-area p {
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 30px;
  letter-spacing: -0.15px;
  line-height: 48px;
  margin-bottom: 66px;
}
@media only screen and (max-width: 1199px) {
  .blockquote-area p {
    font-size: 24px;
    line-height: 42px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .blockquote-area p {
    font-size: 20px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .blockquote-area p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .blockquote-area p br {
    display: none;
  }
}
.blockquote-area cite .name {
  color: #333;
  display: block;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.15px;
  line-height: 1;
  margin-bottom: 4px;
}
.blockquote-area cite .job {
  color: #999999;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
}
.blockquote-area .blockquote-style {
  margin-bottom: 95px;
  padding-left: 171px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .blockquote-area .blockquote-style {
    margin-bottom: 95px;
    padding-left: 130px;
  }
}
@media only screen and (max-width: 991px) {
  .blockquote-area .blockquote-style {
    margin-bottom: 75px;
    padding-left: 95px;
  }
}
@media only screen and (max-width: 767px) {
  .blockquote-area .blockquote-style {
    margin-bottom: 55px;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .blockquote-area .blockquote-style {
    margin-bottom: 55px;
    padding-left: 35px;
  }
}
@media only screen and (max-width: 479.98px) {
  .blockquote-area .blockquote-style {
    padding-left: 20px;
  }
}
.blockquote-area .blockquote-style:after {
  background-color: #333;
  content: "";
  height: calc(100% - 16px);
  left: 0;
  position: absolute;
  top: 9px;
  width: 3px;
}
@media only screen and (max-width: 767px) {
  .blockquote-area .blockquote-style:after {
    width: 2px;
  }
}
@media only screen and (max-width: 479.98px) {
  .blockquote-area .blockquote-style:after {
    width: 1px;
  }
}

/*-------- Accordian Style Css --------*/
.accordian-content .accordion .accordion-item {
  border: none;
  margin-bottom: 30px;
  overflow: visible;
}
.accordian-content .accordion .accordion-item .accordion-header {
  padding: 0;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button {
  align-items: center;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: space-between;
  padding: 15px 30px;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 1;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button:before {
  background-color: #1c1c1c;
  border-radius: 5px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button .icon {
  color: #fff;
  font-size: 14px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button .icon.icon-plus {
  display: none;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  box-shadow: 0px 7px 30px 0px rgba(171, 181, 189, 0.35);
  color: #333;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed:before {
  background-color: #fff;
  background-image: none;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed .icon {
  color: #333;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed .icon.icon-plus {
  display: inline-block;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed .icon.icon-minus {
  display: none;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed:hover {
  background-color: #f9f9f9;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed:hover:before {
  background-color: #f9f9f9;
}
.accordian-content .accordion .accordion-item .accordion-body {
  line-height: 30px;
  padding: 34px 30px 16px;
}
.accordian-content .accordion.no-bg .accordion-item {
  margin-bottom: 14px;
}
.accordian-content .accordion.no-bg .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0;
  color: #333;
  padding: 0 0 20px 20px;
}
.accordian-content .accordion.no-bg .accordion-item .accordion-header .accordion-button:before {
  display: none;
}
.accordian-content .accordion.no-bg .accordion-item .accordion-header .accordion-button .icon {
  color: #333;
}
.accordian-content .accordion.no-bg .accordion-item .accordion-header .accordion-button.collapsed {
  box-shadow: none;
}
.accordian-content .accordion.no-bg .accordion-item .accordion-header .accordion-button.collapsed:hover {
  background-color: transparent;
}
.accordian-content .accordion.no-bg .accordion-collapse {
  border: none;
}
.accordian-content .accordion.no-bg .accordion-body {
  padding: 20px 35px 14px 20px;
}
.accordian-content .accordion.accordion-style2 .accordion-item .accordion-header .accordion-button {
  border: none;
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 700;
  justify-content: normal;
  line-height: 24px;
  padding: 0 30px 13px 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 479.98px) {
  .accordian-content .accordion.accordion-style2 .accordion-item .accordion-header .accordion-button {
    padding: 0 10px 13px 0;
  }
}
.accordian-content .accordion.accordion-style2 .accordion-item .accordion-header .accordion-button.collapsed {
  color: #333;
  font-weight: 400;
  padding: 0 30px 10px 0;
}
@media only screen and (max-width: 479.98px) {
  .accordian-content .accordion.accordion-style2 .accordion-item .accordion-header .accordion-button.collapsed {
    padding: 0 10px 10px 0;
  }
}
.accordian-content .accordion.accordion-style2 .accordion-item .accordion-header .accordion-button.collapsed .icon {
  color: #333;
  top: 2px;
}
.accordian-content .accordion.accordion-style2 .accordion-item .accordion-header .accordion-button .icon {
  color: #333;
  font-size: 24px;
  left: auto;
  position: absolute;
  right: -35px;
  top: 4px;
}
.accordian-content .accordion.accordion-style2 .accordion-item .accordion-body {
  color: #999999;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  padding: 0px 30px 9px 16px;
}
@media only screen and (max-width: 479.98px) {
  .accordian-content .accordion.accordion-style2 .accordion-item .accordion-body {
    padding: 0 12px 9px 16px;
  }
}

/*-------- Tab Style Css --------*/
.feature-tab-content .nav.nav-tabs {
  border-bottom: none;
  margin-bottom: 41px;
}
.feature-tab-content .nav.nav-tabs .nav-item {
  margin-right: 60px;
}
@media only screen and (max-width: 767px) {
  .feature-tab-content .nav.nav-tabs .nav-item {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .feature-tab-content .nav.nav-tabs .nav-item {
    margin-right: 15px;
    font-size: 12px;
  }
}
.feature-tab-content .nav.nav-tabs .nav-item .nav-link {
  border: none;
  border-bottom: 3px solid #ddd;
  color: #333;
  padding: 0 0 13px;
  text-transform: uppercase;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.feature-tab-content .nav.nav-tabs .nav-item .nav-link:hover {
  color: #1c1c1c;
}
.feature-tab-content .nav.nav-tabs .nav-item .nav-link:focus {
  color: #1c1c1c;
}
.feature-tab-content .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  border-bottom-color: #1c1c1c;
}
.feature-tab-content .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.feature-tab-content .tab-content .tab-pane p {
  line-height: 30px;
  margin-bottom: 10px;
}
/*-------- Faq Style Css --------*/
.faq-area .accordian-content .accordion .accordion-item {
  border: 1px solid #eaeaea;
  border-radius: 3px;
  margin-bottom: 15px;
  overflow: visible;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header {
  padding: 0;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button {
  background-color: #fff;
  box-shadow: none;
  color: #568701;
  font-size: 18px;
  font-weight: 700;
  padding: 13px 30px 14px;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button:before {
  background-color: #1c1c1c;
  background-image: none;
  border-radius: 3px 3px 0 0;
  height: 4px;
  top: -1px;
  z-index: 1;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button .icon {
  color: #1c1c1c;
  font-size: 18px;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  color: #333;
  padding: 14px 30px;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed:before {
  background-color: transparent;
  background-image: none;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed .icon {
  color: #3e4140;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed:hover {
  background-color: transparent;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed:hover:before {
  background-color: transparent;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-collapse {
  border: none;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-body {
  letter-spacing: 0;
  line-height: 24px;
  padding: 4px 28px 23px 30px;
}

/*-------- Page-Not-Found Style Css --------*/
.page-not-found-area {
  align-items: center;
  display: flex;
  height: 100vh;
  margin-top: 0;
  padding: 0;
}
.page-not-found-area .section-title {
  margin-top: 35px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1199px) {
  .page-not-found-area .section-title {
    padding-top: 65px;
  }
}
@media only screen and (max-width: 991px) {
  .page-not-found-area .section-title {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .page-not-found-area .section-title {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .page-not-found-area .section-title {
    margin-bottom: 35px;
  }
}
.page-not-found-area .section-title .title {
  color: #fff;
  font-size: 60px;
  letter-spacing: 0;
  margin-bottom: 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .page-not-found-area .section-title .title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 575px) {
  .page-not-found-area .section-title .title {
    font-size: 32px;
  }
}
.page-not-found-area .section-title .desc {
  margin-bottom: 0;
}
.page-not-found-area .section-title .desc p {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (max-width: 575px) {
  .page-not-found-area .section-title .desc p {
    font-size: 14px;
    line-height: 24px;
  }
}
.page-not-found-area .btn-theme {
  padding: 10px 68px;
}
@media only screen and (max-width: 767px) {
  .page-not-found-area .btn-theme {
    min-height: auto;
    padding: 8px 40px;
  }
}
@media only screen and (max-width: 575px) {
  .page-not-found-area .btn-theme {
    padding: 5px 30px;
    font-size: 13px;
  }
}
.page-not-found-area a {
  text-transform: capitalize;
}
.page-not-found-area a:after {
  width: 100%;
}
.page-not-found-area .widget-search-box.search-style2 .btn-src {
  border-left: none;
}

/*-------- Coming-Soon Style Css --------*/
.coming-soon-area {
  background-position: top right;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
  height: 100vh;
  padding: 0;
}
.coming-soon-area .countdown-content {
  margin-bottom: 78px;
}
@media only screen and (max-width: 1549px) {
  .coming-soon-area .countdown-content {
    margin-bottom: 35px;
  }
}
.coming-soon-area .countdown-content .countdown-timer li {
  margin: 0 55px;
}
@media only screen and (max-width: 1199px) {
  .coming-soon-area .countdown-content .countdown-timer li {
    margin: 0 25px;
  }
}
@media only screen and (max-width: 479.98px) {
  .coming-soon-area .countdown-content .countdown-timer li {
    margin: 0 15px;
  }
}
.coming-soon-area .countdown-content .countdown-timer li span {
  color: #fff;
  display: inline-block;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 18px;
}
@media only screen and (max-width: 1549px) {
  .coming-soon-area .countdown-content .countdown-timer li span {
    font-size: 36px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 479.98px) {
  .coming-soon-area .countdown-content .countdown-timer li span {
    font-size: 16px;
  }
}
.coming-soon-area .countdown-content .countdown-timer li p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1549px) {
  .coming-soon-area .countdown-content .countdown-timer li p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 479.98px) {
  .coming-soon-area .countdown-content .countdown-timer li p {
    font-size: 13px;
  }
}
.coming-soon-area .coming-soon-content {
  margin-top: 83px;
}
@media only screen and (max-width: 1199px) {
  .coming-soon-area .coming-soon-content .section-title.section-style7 .separator-line {
    display: none;
  }
}
.coming-soon-area .coming-soon-content h2 {
  color: #fff;
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  margin-top: 0;
}
@media only screen and (max-width: 1549px) {
  .coming-soon-area .coming-soon-content h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .coming-soon-area .coming-soon-content h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 479.98px) {
  .coming-soon-area .coming-soon-content h2 {
    font-size: 24px;
  }
}
.coming-soon-area .coming-soon-content p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 1549px) {
  .coming-soon-area .coming-soon-content p {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .coming-soon-area .coming-soon-content p {
    font-size: 14px;
  }
  .coming-soon-area .coming-soon-content p br {
    display: none;
  }
}
@media only screen and (max-width: 479.98px) {
  .coming-soon-area .coming-soon-content p {
    font-size: 13px;
  }
}
.coming-soon-area .input-btn-group {
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  height: 34px;
  padding: 1px;
}
.coming-soon-area .input-btn-group .form-control {
  border-radius: 50px;
  font-size: 14px;
  max-width: 85.3%;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .coming-soon-area .input-btn-group .form-control {
    max-width: 420px;
  }
}
@media only screen and (max-width: 991px) {
  .coming-soon-area .input-btn-group .form-control {
    max-width: 320px;
  }
}
@media only screen and (max-width: 479.98px) {
  .coming-soon-area .input-btn-group .form-control {
    max-width: 170px;
  }
}
.coming-soon-area .input-btn-group .btn-theme {
  background-color: #fff;
  border-color: #fff;
  border-radius: 0 25px 25px 0;
  color: #c3c3c3;
  height: 32px;
  min-height: 32px;
  line-height: 31px;
  padding: 0 18px;
}
.coming-soon-area .input-btn-group .btn-theme:hover {
  background-color: #333;
  border-color: #333;
}

/*-------- Preloader Style Css --------*/
.preloader-deactive .preloader-wrap {
  display: none;
}

.preloader-wrap {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
  overflow: hidden;
}
.preloader-wrap .preloader {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -50px;
}
.preloader-wrap .preloader .dot {
  height: 100%;
  width: 100%;
  display: block;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  animation: la-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #333;
}
@keyframes la-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/*-------- Custom Font Style Css --------*/
.font-size-12 {
  font-size: 12px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-24 {
  font-size: 24px !important;
}

.font-size-30 {
  font-size: 30px !important;
}

.font-size-36 {
  font-size: 36px !important;
}

.font-size-40 {
  font-size: 40px !important;
}

.font-size-44 {
  font-size: 44px !important;
}

.font-size-50 {
  font-size: 50px !important;
}

@media only screen and (max-width: 991px) {
  .font-size-sm-18 {
    font-size: 18px !important;
  }

  .font-size-sm-24 {
    font-size: 24px !important;
  }
}
.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-900 {
  font-weight: 900 !important;
}

.line-height-30 {
  line-height: 30px !important;
}

.letter-spacing-0 {
  letter-spacing: 0 !important;
}

.letter-spacing-1 {
  letter-spacing: 1px !important;
}

/*-------- Custom Color Style Css --------*/
.bgcolor-black {
  background-color: #333 !important;
}

.bgcolor-black-light {
  background-color: #1d1f1f !important;
}

.bgcolor-white {
  background-color: #fff !important;
}

.bgcolor-24 {
  background-color: #242424 !important;
}

.bgcolor-333 {
  background-color: #333333 !important;
}

.bgcolor-f5 {
  background-color: #f5f5f5 !important;
}

.bgcolor-f6 {
  background-color: #f6f6f6 !important;
}

.bgcolor-gray-light {
  background-color: #f4f6f8 !important;
}

.bgcolor-gray-lighter {
  background-color: #eee !important;
}

.bgcolor-gray {
  background-color: #f0f2f4 !important;
}

.bgcolor-gray-silver {
  background-color: #f0f1f3 !important;
}

.bgcolor-gray-ccc {
  background-color: #ccc !important;
}

.bgcolor-theme {
  background-color: #1c1c1c !important;
}

.bgcolor-theme2 {
  background-color: #303744 !important;
}

.bgcolor-theme3 {
  background-color: #669900 !important;
}

.bgcolor-theme4 {
  background-color: #f53400 !important;
}

.text-theme-color {
  color: #1c1c1c !important;
}

.text-theme-color2 {
  color: #303744 !important;
}

.text-theme-color3 {
  color: #669900 !important;
}

.text-theme-color4 {
  color: #f53400 !important;
}

.text-theme-color5 {
  color: #568701 !important;
}

.text-light {
  color: #fff !important;
}

.text-dark {
  color: #0e0e0e !important;
}

.text-black {
  color: #333 !important;
}

.text-ccc {
  color: #ccc !important;
}

.text-hover-theme-color:hover {
  color: #1c1c1c !important;
}

/*-------- Custom Margin Padding Style Css --------*/
.mt-10 {
  margin-top: 10px;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-15 {
  margin-top: 15px;
}

.mt-18 {
  margin-top: 18px !important;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px !important;
}
@media only screen and (max-width: 991px) {
  .mt-60 {
    margin-top: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-60 {
    margin-top: 30px !important;
  }
  .mt-40 {
    margin-top: 60px !important;
    }
}
@media only screen and (max-width: 575px) {
  .mt-30 {
    margin-top: 60px !important;
    }
}

.mt-65 {
  margin-top: 65px;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

@media only screen and (max-width: 1199px) {
  .mt-lg-50 {
    margin-top: 50px !important;
  }

  .mt-lg-70 {
    margin-top: 70px !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-mt-0 {
    margin-top: 0 !important;
  }
  .mt-md-10 {
    margin-top: 10px !important;
  }

  .mt-md-30 {
    margin-top: 30px !important;
  }

  .mt-md-40 {
    margin-top: 40px !important;
  }

  .mt-md-50 {
    margin-top: 50px !important;
  }

  .mt-md-60 {
    margin-top: 60px !important;
  }

  .mt-md-70 {
    margin-top: 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sm-mt-0 {
    margin-top: 0 !important;
  }
  .sm-mt-10 {
    margin-top: 10px !important;
  }

  .mt-sm-30 {
    margin-top: 30px !important;
  }

  .mt-sm-60 {
    margin-top: 60px !important;
  }
}
@media only screen and (max-width: 575px) {
  .mt-xs-0 {
    margin-top: 0px;
  }

  .mt-xs-30 {
    margin-top: 30px !important;
  }
}
.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-80 {
  margin-right: 80px;
}

.mr--100 {
  margin-right: -100px;
}

@media only screen and (max-width: 991px) {
  .md-mr-0 {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 575px) {
  .mr-xs-0 {
    margin-right: 0;
  }

  .mr-xs-15 {
    margin-right: 15;
  }
}
.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-300 {
  margin-bottom: 300px !important;
}

.mb-438 {
  margin-bottom: 438px !important;
}

.mb-470 {
  margin-bottom: 470px !important;
}

.mb-471 {
  margin-bottom: 471px !important;
}

@media only screen and (max-width: 1199px) {
  .lg-mb-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-30 {
    margin-bottom: 30px !important;
  }

  .mb-lg-40 {
    margin-bottom: 40px !important;
  }

  .mb-lg-50 {
    margin-bottom: 50px !important;
  }

  .mb-lg-70 {
    margin-bottom: 70px !important;
  }

  .mb-lg-80 {
    margin-bottom: 80px !important;
  }

  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-mb-0, .md-mb-0 {
    margin-bottom: 0px !important;
  }

  .mb-md-0 {
    margin-bottom: 0px !important;
  }

  .mb-md-10 {
    margin-bottom: 10px !important;
  }

  .mb-md-30 {
    margin-bottom: 30px !important;
  }

  .mb-md-40 {
    margin-bottom: 40px !important;
  }

  .mb-md-50 {
    margin-bottom: 50px !important;
  }

  .mb-md-60 {
    margin-bottom: 60px !important;
  }

  .mb-md-70 {
    margin-bottom: 70px !important;
  }

  .mb-md-80 {
    margin-bottom: 80px !important;
  }

  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .mt-120 {
  margin-top: 80px !important;
}
}
@media only screen and (max-width: 767px) {
  .mb-sm-0, .sm-mb-0 {
    margin-bottom: 0px !important;
  }

  .mb-sm-10 {
    margin-bottom: 10px !important;
  }

  .mb-sm-20 {
    margin-bottom: 20px !important;
  }

  .mb-sm-30 {
    margin-bottom: 30px !important;
  }

  .mb-sm-40 {
    margin-bottom: 40px !important;
  }

  .mb-sm-50 {
    margin-bottom: 50px !important;
  }

  .mb-sm-60 {
    margin-bottom: 60px !important;
  }

  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
}
@media only screen and (max-width: 575px) {
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }

  .mb-xs-30 {
    margin-bottom: 30px !important;
  }

  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
}
@media only screen and (max-width: 479.98px) {
  .mb-xxs-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxs-30 {
    margin-bottom: 30px !important;
  }
}
.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px !important;
}

@media only screen and (max-width: 991px) {
  .ml-md-0 {
    margin-left: 0 !important;
  }

  .md-ml-0 {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 479.98px) {
  .ml-xxs-5 {
    margin-left: 5px !important;
  }
}
.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-170 {
  padding-bottom: 170px;
}

@media only screen and (max-width: 1199px) {
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }

  .pb-lg-30 {
    padding-bottom: 30px !important;
  }

  .pb-lg-70 {
    padding-bottom: 70px !important;
  }

  .pb-lg-90 {
    padding-bottom: 90px !important;
  }
}
@media only screen and (max-width: 991px) {
  
  .p-md-30 {
    padding:30px !important;
  }
	
  .p-md-80 {
    padding:80px !important;
  }
  .px-md-100 {
    padding:0 100px 0 100px !important;
  }
  .px-md-180 {
    padding:0 180px 0 180px !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-10 {
    padding-bottom: 10px !important;
  }

  .pb-md-20 {
    padding-bottom: 20px !important;
  }

  .pb-md-30 {
    padding-bottom: 30px !important;
  }

  .pb-md-40 {
    padding-bottom: 40px !important;
  }

  .pb-md-50 {
    padding-bottom: 50px !important;
  }

  .pb-md-60 {
    padding-bottom: 60px !important;
  }

  .pb-md-70 {
    padding-bottom: 70px !important;
  }

  .pb-md-80 {
    padding-bottom: 80px !important;
  }

  .pb-md-90 {
    padding-bottom: 90px !important;
  }

  .pb-md-100 {
    padding-bottom: 100px !important;
  }

  .pb-md-120 {
    padding-bottom: 120px !important;
  }

  .pb-md-170 {
    padding-bottom: 170px !important;
  }
}
@media only screen and (max-width: 767px) {
  .px-sm-0 {
    padding:0!important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-20 {
    padding-bottom: 20px !important;
  }

  .pb-sm-30 {
    padding-bottom: 30px !important;
  }

  .pb-sm-50 {
    padding-bottom: 50px !important;
  }

  .pb-sm-60 {
    padding-bottom: 60px !important;
  }

  .pb-sm-70 {
    padding-bottom: 70px !important;
  }

  .pb-sm-80 {
    padding-bottom: 80px !important;
  }

  .pb-sm-100 {
    padding-bottom: 100px !important;
  }

  .pb-sm-170 {
    padding-bottom: 170px !important;
  }
}
@media only screen and (max-width: 575px) {
  .pb-xs-80 {
    padding-bottom: 80px !important;
  }
  .pb-xs-200 {
    padding-bottom: 200px !important;
  }
}
.pl-0 {
  padding-left: 0;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-100 {
  padding-left: 100px;
}
.pl-110 {
  padding-left: 110px;
}

.pl-130 {
  padding-left: 130px !important;
}

@media only screen and (max-width: 1199px) {
  .pl-lg-15 {
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-md-0 {
    padding-left: 0 !important;
  }

  .pl-md-15 {
    padding-left: 15px !important;
  }
	
  .pl-md-20 {
    padding-left: 20px !important;
  }

  .pl-md-30 {
    padding-left: 30px !important;
  }

  .pl-md-40 {
    padding-left: 40px !important;
  }
  .pl-md-50 {
    padding-left: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pl-sm-10 {
    padding-left: 10px !important;
  }
  .pl-sm-20 {
    padding-left: 20px !important;
  }
  .pl-sm-30 {
    padding-left: 40px !important;
  }
  .pl-sm-40 {
    padding-left: 40px !important;
  }
  .pl-sm-50 {
    padding-left: 50px !important;
  }
  .pl-sm-60 {
    padding-left: 60px !important;
  }
  .pl-sm-70 {
    padding-left: 70px !important;
  }
  .pl-sm-15, .pl-sm-15 {
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 479.98px) {
  .pl-xxs-0 {
    padding-left: 0 !important;
  }
}
.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-120 {
  padding-top: 0 !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}
.pt-250 {
  padding-top: 250px;
}
.pt-300 {
  padding-top: 300px;
}

@media only screen and (max-width: 1199px) {
  .lg-pt-0 {
    padding-top: 0 !important;
  }

  .pt-lg-40 {
    padding-top: 40px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-md-10 {
    padding-top: 10px !important;
  }

  .pt-md-15 {
    padding-top: 15px !important;
  }

  .pt-md-30 {
    padding-top: 30px !important;
  }

  .pt-md-40 {
    padding-top: 40px !important;
  }

  .pt-md-50 {
    padding-top: 50px !important;
  }

  .pt-md-60 {
    padding-top: 60px !important;
  }

  .pt-md-65 {
    padding-top: 65px !important;
  }

  .pt-md-70 {
    padding-top: 70px !important;
  }

  .pt-md-80 {
    padding-top: 80px !important;
  }

  .pt-md-90 {
    padding-top: 90px !important;
  }

  .pt-md-100 {
    padding-top: 100px !important;
  }

  .pt-md-120 {
    padding-top: 120px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-sm-10 {
    padding-top: 10px !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }

  .pt-sm-30 {
    padding-top: 30px !important;
  }

  .pt-sm-50 {
    padding-top: 50px !important;
  }

  .pt-sm-60 {
    padding-top: 60px !important;
  }

  .pt-sm-70 {
    padding-top: 70px !important;
  }

  .pt-sm-80 {
    padding-top: 80px !important;
  }

  .pt-sm-90 {
    padding-top: 90px !important;
  }

  .pt-sm-100 {
    padding-top: 100px !important;
  }
  .pt-sm-150 {
    padding-top: 150px !important;
  }
  .pt-sm-250 {
    padding-top: 250px !important;
  }
}
@media only screen and (max-width: 575px) {
  .pt-xs-30 {
    padding-top: 30px !important;
  }

  .pt-xs-40 {
    padding-top: 40px !important;
  }
}
.pr-0 {
  padding-right: 0;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}
.pr-25 {
  padding-right: 25px;
}

.pr-29 {
  padding-right: 29px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}
.pr-200 {
  padding-right: 200px;
}

@media only screen and (max-width: 1199px) {
  .pr-lg-0 {
    padding-right: 0 !important;
  }

  .pr-lg-15 {
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-sm-0 {
    padding-right: 0 !important;
  }

  .pr-sm-15 {
    padding-right: 15px !important;
  }
  .pr-sm-30 {
    padding-right: 30px !important;
  }
  .pr-sm-40 {
    padding-right: 40px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-md-15 {
    padding-right: 15px;
  }
  .pl-md-40 {
    padding-left: 40px !important;
  }

  .pl-md-15 {
    padding-left: 15px;
  }
}
.d-contents {
  display: contents;
}

/*-------- Scroll To Top Style Css --------*/
.scroll-to-top {
  background-color: #333;
  border: none;
  border-radius: 0;
  bottom: 75px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  position: fixed;
  right: 22px;
  text-align: center;
  width: 42px;
  z-index: 100;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 1199px) {
  .scroll-to-top {
    /* bottom: 27px; */
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    right: 25px;
    width: 35px;
  }
}
/* @media only screen and (max-width: 479.98px) {
  .scroll-to-top {
    bottom: 87px;
    right: 10px;
  }
} */
.scroll-to-top:hover {
  background-color: #333;
  box-shadow: none;
  color: #fff;
}
/*
-----------------------------------------------------------------------
	Main Navigation CSS
-----------------------------------------------------------------------
*/
.main-menu {
  align-content: center;
}
.main-menu > li {
  margin-right: 14px;
  padding: 3px 0;
}
.main-menu > li:last-child {
  margin-right: 0;
}
.main-menu > li > a {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  padding: 7px 25px;
  position: relative;
}
.main-menu > li:hover > a, .main-menu > li.active > a {
  color: #1c1c1c;
}
.main-menu > li:hover > a:before, .main-menu > li.active > a:before {
  color: #1c1c1c;
}
.main-menu.menu-capitalize > li > a {
  font-size: 16px;
  text-transform: capitalize;
}

.has-submenu {
  padding-right: 10px;
  position: relative;
}
.has-submenu > a {
  position: relative;
}
.has-submenu > a:before {
  content: "";
  color: #303744;
  font-size: 14px;
  line-height: 30px;
  font-family: "FontAwesome";
  position: absolute;
  right: 11px;
  top: 7px;
}
.has-submenu:hover > .submenu-nav {
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.has-submenu:hover .menu-content .menu-content-inner h4, .has-submenu:hover .menu-content .menu-content-inner .btn-brand {
  transform: none !important;
}
.has-submenu .submenu-nav {
  background-color: #111;
  border: none;
  border-bottom: none;
  padding: 15px 0 15px;
  position: absolute;
  left: -25px;
  top: 100%;
  transform: translateY(50px);
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  min-width: 250px;
  margin-top: 42px;
  z-index: 9999;
}
@media only screen and (max-width: 1549px) {
  .has-submenu .submenu-nav {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 1199px) {
  .has-submenu .submenu-nav {
    min-width: 210px;
  }
}
.has-submenu .submenu-nav:before {
  content: "";
  position: absolute;
  height: 56px;
  width: 100%;
  left: 0;
  bottom: 100%;
}
.has-submenu .submenu-nav > li {
  padding: 10px 25px;
}
.has-submenu .submenu-nav > li a {
  color: #aaa;
  display: block;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: inherit;
  text-transform: capitalize;
}
.has-submenu .submenu-nav > li a:hover {
  color: #fff;
}
.has-submenu .submenu-nav > li:hover > a {
  color: #fff;
}
.has-submenu .submenu-nav > li:hover:after {
  color: #fff !important;
}
.has-submenu .submenu-nav > li.has-submenu {
  position: relative;
}
.has-submenu .submenu-nav > li.has-submenu a:before {
  display: none;
}
.has-submenu .submenu-nav > li.has-submenu:hover > .submenu-nav {
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.has-submenu .submenu-nav > li.has-submenu:after {
  content: "";
  color: #333;
  font-size: 15px;
  line-height: 1.2;
  font-family: "FontAwesome";
  position: absolute;
  right: 25px;
  top: 12px;
}
.has-submenu .submenu-nav > li.has-submenu .submenu-nav {
  left: 100%;
  top: 0;
  margin-top: -15px;
}
.has-submenu .submenu-nav-mega {
  display: flex;
  padding: 40px 50px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .has-submenu .submenu-nav-mega {
    width: 830px;
  }
}
.has-submenu .submenu-nav-mega .mega-menu-item {
  padding: 0 !important;
  flex-basis: 25%;
}
.has-submenu .submenu-nav-mega .mega-menu-item:last-child {
  border-right: 0;
}
.has-submenu .submenu-nav-mega .mega-menu-item > a {
  color: #fff !important;
  display: block;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.has-submenu .submenu-nav-mega .mega-menu-item > a.srmenu-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin-left: 25px;
  padding: 10px 0;
}
.has-submenu .submenu-nav-mega .mega-menu-item > a.srmenu-title.srmenu-style-hide {
  display: none;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li {
  position: relative;
  padding: 10px 25px;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li a:hover {
  color: #fff;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.feature a {
  position: relative;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.feature a:before {
  content: "";
  position: absolute;
  font-family: "FontAwesome";
  color: #1c1c1c;
  right: -20px;
  top: 1px;
  font-size: 12px;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.new a {
  position: relative;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.new a:after {
  background-color: #1c1c1c;
  content: "New";
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 2px;
  position: absolute;
  top: 0;
  right: -38px;
  line-height: 1;
  padding: 2px 3px;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li:hover .menu-thumb {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.active a {
  color: #fff;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content {
  padding: 0 !important;
  margin: -1px;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner {
  background-size: cover;
  background-position: center center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4, .has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner .btn-brand {
  color: #fff;
  transition: 0.4s;
  transition-delay: 0.3s;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4 {
  transform: translateY(-80%);
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4 span {
  color: #1c1c1c;
  font-style: italic;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner .btn-brand {
  margin-top: 30px;
  font-weight: 700;
  transform: translateY(80%);
}
.has-submenu.full-width {
  position: static;
}
.has-submenu.colunm-two {
  position: relative;
}
.has-submenu.colunm-two .submenu-nav-mega {
  left: -35px;
  width: 600px;
}
.has-submenu.colunm-two .submenu-nav-mega .mega-menu-item {
  padding: 0 !important;
  flex-basis: 50%;
}

.menu-thumb {
  border-radius: 5px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: absolute;
  transform: translateX(30px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
  top: -10px;
  right: -80px;
  z-index: 1;
}
@media only screen and (max-width: 1279px), only screen and (min-width: 1200px) and (max-width: 1599.98px) {
  .menu-thumb {
    right: 0;
    top: auto;
    bottom: 100%;
  }
}

/* Responsive Mobile Menu */
.asside-navigation-area {
  margin: 0 -10px;
}
.asside-navigation-area .asside-menu {
  display: block;
  margin-top: 50px;
}
.asside-navigation-area .asside-menu > li {
  display: block;
  padding: 12px 30px;
}
.asside-navigation-area .asside-menu > li > a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  padding: 9px 0;
  position: relative;
  margin: 0;
  text-transform: capitalize;
}
.asside-navigation-area .asside-menu > li > a:after {
  background-color: #fff;
  bottom: 10px;
  content: "";
  height: 1px;
  right: 0;
  position: absolute;
  width: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.asside-navigation-area .asside-menu > li > a:hover, .asside-navigation-area .asside-menu > li > a.active {
  color: #fff;
}
.asside-navigation-area .asside-menu > li > a:hover:after, .asside-navigation-area .asside-menu > li > a.active:after {
  left: 0;
  width: 100%;
}
.asside-navigation-area .asside-menu > li.dropdown-submenu-sub {
  position: relative;
  display: none;
}
.asside-navigation-area .asside-menu > li.dropdown-submenu-sub > a {
  display: block;
}
.asside-navigation-area .asside-menu > li.dropdown-submenu-sub > a:before {
  color: #fff;
  content: "4";
  font-family: "ElegantIcons";
  font-size: 16px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 11px;
}
.asside-navigation-area .asside-menu > li.dropdown-submenu-sub > a:after {
  display: none;
}
.asside-navigation-area .asside-menu > li.dropdown-submenu-sub > a.collapsed:before {
  content: "";
}
.asside-navigation-area .asside-menu > li.dropdown-submenu-sub > a.collapsed:before {
  content: "5";
}
.asside-navigation-area .asside-menu > li.dropdown-submenu-sub > a > span {
  pointer-events: none;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.asside-navigation-area .asside-menu > li.dropdown-submenu-sub > a > span:after {
  background-color: #fff;
  bottom: 1px;
  content: "";
  height: 1px;
  right: 0;
  position: absolute;
  width: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.asside-navigation-area .asside-menu > li.dropdown-submenu-sub > a:hover, .asside-navigation-area .asside-menu > li.dropdown-submenu > a.active {
  color: #fff;
}
.asside-navigation-area .asside-menu > li.dropdown-submenu-sub > a:hover span:after, .asside-navigation-area .asside-menu > li.dropdown-submenu > a.active span:after {
  left: 0;
  width: 100%;
}
.asside-navigation-area .asside-menu > li.dropdown-submenu .dropdown-nav > li {
 padding: 5px 0 3px 25px;
}
.asside-navigation-area .asside-menu > li.dropdown-submenu .dropdown-nav > li:first-child {
  padding-top: 12px;
}
.asside-navigation-area .asside-menu > li.dropdown-submenu .dropdown-nav > li:last-child {
  padding-bottom: 7px;
}
.asside-navigation-area .asside-menu > li.dropdown-submenu .dropdown-nav > li > a {
  color: #fff;
  font-size: 16px;
  position: relative;
}
.asside-navigation-area .asside-menu > li.dropdown-submenu-sub .dropdown-nav > li > a {
  color: #fff;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
}
.asside-navigation-area .asside-menu > li.dropdown-submenu .dropdown-nav > li > a:after {
  background-color: #fff;
  bottom: 1px;
  content: "";
  height: 1px;
  right: 0;
  position: absolute;
  width: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.asside-navigation-area .asside-menu > li.dropdown-submenu-sub .dropdown-nav > li > a:after {
  background-color: #fff;
  bottom: 1px;
  content: "";
  height: 1px;
  right: 0;
  position: absolute;
  width: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.asside-navigation-area .asside-menu > li.dropdown-submenu .dropdown-nav > li > a:hover, .asside-navigation-area .asside-menu > li.dropdown-submenu .dropdown-nav > li > a.active {
  color: #fff;
}
.asside-navigation-area .asside-menu > li.dropdown-submenu .dropdown-nav > li > a:hover:after, .asside-navigation-area .asside-menu > li.dropdown-submenu .dropdown-nav > li > a.active:after {
  left: 0;
  width: 100%;
}
.asside-navigation-area .asside-menu > li.dropdown-submenu-sub .dropdown-nav > li > a:hover, .asside-navigation-area .asside-menu > li.dropdown-submenu-sub .dropdown-nav > li > a.active {
  color: #fff;
}
.asside-navigation-area .asside-menu > li.dropdown-submenu-sub .dropdown-nav > li > a:hover:after, .asside-navigation-area .asside-menu > li.dropdown-submenu-sub .dropdown-nav > li > a.active:after {
  left: 0;
  width: 100%;
}
.menu-fluid {
  display: none;
}	
@media only screen and (max-width: 767px) {
  .asside-navigation-area .asside-menu > li.dropdown-submenu .dropdown-nav > li > a {
  font-size: 12px;
}
  .asside-navigation-area .asside-menu > li.dropdown-submenu-sub {
  display: block;
} 
  .asside-navigation-area .asside-menu > li > a {
  font-size: 16px;
  padding-left: 20px;
}
  .asside-navigation-area .asside-menu {
  margin-top: 10px;
}
  .select-language {
  font-size: 12px;
  color: #7b7b7b;
}
}
/*
-----------------------------------------------------------------------
  Header CSS
-----------------------------------------------------------------------
*/
.header-area {
  padding: 50px 0;
}
@media only screen and (max-width: 1199px) {
  .header-area .container {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .header-area {
    padding: 53px 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-area {
    padding: 25px 0;
  }
}
.header-area.sticky-header {
  transition: 0.4s;
}
.header-area.sticky-header.sticky {
  background-color: rgba(0, 0, 0, 0.65);
  box-shadow: none;
  border: 0 !important;
  position: fixed;
  left: 0;
  top: 0;
  padding: 15px 0;
  width: 100%;
  z-index: 9999;
}
.header-area.sticky-header.sticky .header-logo-area .logo-main {
  display: none;
}
.header-area.sticky-header.sticky .header-logo-area .logo-light {
  display: block;
}
.header-area.sticky-header.sticky .main-menu > li:hover > a {
  background-color: #111;
  color: #fff;
}
.header-area.sticky-header.sticky .main-menu > li:hover > a:after {
  opacity: 1;
}
.header-area.sticky-header.sticky .main-menu > li > a {
  color: #fff;
}
.header-area.sticky-header.sticky .main-menu > li > a:after {
  background-color: #111;
  content: "";
  height: 100%;
  opacity: 0;
  position: absolute;
  right: -14px;
  top: 0;
  width: 14px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.header-area.sticky-header.sticky .main-menu > li > a:hover {
  background-color: #1c1c1c;
}
.header-area.sticky-header.sticky .main-menu > li > a:hover:after {
  opacity: 1;
}
.header-area.sticky-header.sticky .main-menu > li > a:before {
  color: #fff;
}
.header-area.sticky-header.sticky .header-action-area button, .header-area.sticky-header.sticky .header-action-area a {
  color: #fff;
}
.header-area.sticky-header.sticky .header-action-area button:hover, .header-area.sticky-header.sticky .header-action-area a:hover {
  background-color: #1c1c1c;
}
.header-area.sticky-header.sticky .header-action-area button.btn-cart + .header-shopping-cart, .header-area.sticky-header.sticky .header-action-area a.btn-cart + .header-shopping-cart {
  top: calc(100% + 45px);
}
.header-area.sticky-header.sticky .header-action-area button.btn-cart + .header-shopping-cart .widget-shopping-cart-content .cart-list-product .mini-cart-item a, .header-area.sticky-header.sticky .header-action-area a.btn-cart + .header-shopping-cart .widget-shopping-cart-content .cart-list-product .mini-cart-item a {
  background-color: transparent;
}
.header-area.sticky-header.sticky .header-action-area button.btn-cart + .header-shopping-cart .widget-shopping-cart-content .cart-list-product .mini-cart-item a:hover, .header-area.sticky-header.sticky .header-action-area a.btn-cart + .header-shopping-cart .widget-shopping-cart-content .cart-list-product .mini-cart-item a:hover {
  background-color: transparent;
}
.header-area.sticky-header.sticky .header-action-area button.btn-cart + .header-shopping-cart:hover, .header-area.sticky-header.sticky .header-action-area a.btn-cart + .header-shopping-cart:hover {
  opacity: 1;
  top: calc(100% + 25px);
  visibility: visible;
}
.header-area.sticky-header.sticky .header-action-area button.btn-cart:hover + .header-shopping-cart, .header-area.sticky-header.sticky .header-action-area a.btn-cart:hover + .header-shopping-cart {
  top: calc(100% + 25px);
}
.header-area.sticky-header.sticky .header-action-area .btn-search-content {
  bottom: -145px;
}
.header-area.sticky-header.sticky .header-action-area .btn-search-content.show {
  bottom: -125px;
}
.header-area.transparent:not(.sticky) {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}
.header-area.transparent:not(.sticky) .header-logo-area .logo-main {
  display: none;
}
.header-area.transparent:not(.sticky) .header-logo-area .logo-light {
  display: block;
}
.header-area.transparent:not(.sticky) .main-menu > li:hover > a {
  background-color: #111;
  color: #fff;
}
.header-area.transparent:not(.sticky) .main-menu > li:hover > a:after {
  opacity: 1;
}
.header-area.transparent:not(.sticky) .main-menu > li > a {
  color: #fff;
}
.header-area.transparent:not(.sticky) .main-menu > li > a:after {
  background-color: #111;
  content: "";
  height: 100%;
  opacity: 0;
  position: absolute;
  right: -14px;
  top: 0;
  width: 14px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.header-area.transparent:not(.sticky) .main-menu > li > a:hover {
  background-color: #111;
}
.header-area.transparent:not(.sticky) .main-menu > li > a:hover:after {
  opacity: 1;
}
.header-area.transparent:not(.sticky) .main-menu > li > a:before {
  color: #fff;
}
.header-area.transparent:not(.sticky) .header-action-area button, .header-area.transparent:not(.sticky) .header-action-area a {
  color: #333;
}
.header-area.transparent:not(.sticky) .header-action-area button:hover, .header-area.transparent:not(.sticky) .header-action-area a:hover {
  background-color: #111;
}
.header-area.header-default {
  background-color: #1c1c1c;
  padding: 15px 0 15px;
  position: relative;
  z-index: 9999;
  height: 70px;
}
@media only screen and (max-width: 991px) {
  .header-area.header-default {
    padding: 15px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area.header-default {
    padding: 20px 0 20px;
  }
}
.header-area.header-default .container-fluid {
  padding-left: 35px;
  padding-right: 60px;
}
@media only screen and (max-width: 1399px) {
  .header-area.header-default .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-area.header-default .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .header-area.header-default .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-area.header-default .header-search {
  width: 100px;
  text-align: right;
}
@media only screen and (max-width: 479.98px) {
  .header-area.header-default .header-search {
    width: auto;
  }
}
.header-area.header-default .header-search a {
  color: #333;
  font-size: 20px;
  line-height: 1;
  margin-right: 26.3px;
}
.header-area.header-default .header-search a:last-child {
  margin-right: 0;
}
.header-area.header-default .header-search a:hover {
  color: #333;
}
.header-area.header-default .header-logo-area {
  max-width: none;
}
@media only screen and (max-width: 991px) {
  .header-area.header-default .header-logo-area {
    max-width: 180px;
	padding: 0 25px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-area.header-default .header-logo-area {
    max-width: 160px;
	padding: 0 35px 0 0;
  }
}
@media only screen and (max-width: 545px) {
  .header-area.header-default .header-logo-area {
    max-width: 200px;
	padding: 0 95px 0 0;
  }
}
@media only screen and (max-width: 539px) {
  .header-area.header-default .header-logo-area {
    max-width: 160px;
	padding: 0 35px 0 0;
  }
}
@media only screen and (max-width: 290px) {
  .header-area.header-default .header-logo-area {
    max-width: 135px;
  }
}
.header-area.header-default .header-navigation-area .main-menu > li {
  margin-right: 0;
}
.header-area.header-default .header-navigation-area .main-menu > li:first-child > a {
  padding-left: 0;
}
.header-area.header-default .header-navigation-area .main-menu > li:last-child {
  margin-right: 0;
}
.header-area.header-default .header-navigation-area .main-menu > li:last-child > a {
  padding-right: 0;
}
.header-area.header-default .header-navigation-area .main-menu > li > a {
  padding: 7px 17.55px;
}
.header-area.header-default .header-navigation-area .main-menu > li.has-submenu > a:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header-area.header-default .header-action-area {
    margin-top: 2px;
    position: relative;
  }
}
.header-area.header-default.sticky-header.sticky {
  background-color: #1c1c1c !important;
}
@media only screen and (max-width: 767px) {
  .header-area.header-default.sticky-header.sticky {
    padding: 22px 0 27px;
  }
}
@media only screen and (max-width: 575px) {
  .header-area.header-default.sticky-header.sticky {
    padding: 17px 0 22px;
  }
}
.header-area.header-default.sticky-header.sticky .header-align .header-social {
  margin-top: 14px;
}
.header-area.header-default.sticky-header.sticky .header-align .header-logo-area img {
  max-width: 153.7px;
}
@media only screen and (max-width: 767px) {
  .header-area.header-default.sticky-header.sticky .header-align .header-logo-area img {
    max-width: 100%;
  }
}
.header-area.header-default.sticky-header.sticky .header-align .header-navigation-area .main-menu > li > a {
  color: #fff;
}
.header-area.header-default.sticky-header.sticky .header-align .header-navigation-area .main-menu > li > a:hover {
  background-color: transparent;
  color: #1c1c1c;
}
.header-area.header-default.sticky-header.sticky .header-align .header-navigation-area .main-menu > li:hover a {
  background-color: transparent;
}
.header-area.header-default.sticky-header.sticky .header-align .header-navigation-area .main-menu > li:hover a:after {
  display: none;
}
.header-area.header-default.sticky-header.sticky .header-align .header-navigation-area .main-menu > li.active > a {
  color: #1c1c1c;
}
.header-area.header-default.sticky-header.sticky .header-align .header-navigation-area .main-menu > li.has-submenu > a:before {
  display: none;
}
.header-area.header-default.sticky-header.sticky .header-align .header-navigation-area .main-menu > li.has-submenu > .submenu-nav {
  margin-top: 24px;
}
@media only screen and (max-width: 1549px) {
  .header-area.header-default.sticky-header.sticky .header-align .header-navigation-area .main-menu > li.has-submenu > .submenu-nav {
    margin-top: 32px;
  }
}
.header-area.header-default.sticky-header.sticky .header-align .header-navigation-area .main-menu > li.has-submenu > .submenu-nav:before {
  height: 44px;
}
.header-area.header-default.sticky-header.sticky .header-align .header-action-area {
  margin-top: 11px;
}
@media only screen and (max-width: 767px) {
  .header-area.header-default.sticky-header.sticky .header-align .header-action-area {
    margin-top: 0;
  }
}
.header-area.header-default.transparent {
  background-color: transparent;
}
.header-area.header-default.transparent.sticky-header.sticky {
  background-color: rgba(0, 0, 0, 0.65);
}
.header-area.header-default.transparent .header-align .header-navigation-area .main-menu > li > a {
  color: #fff;
}
.header-area.header-default.transparent .header-align .header-navigation-area .main-menu > li > a:hover {
  background-color: transparent;
  color: #1c1c1c;
}
.header-area.header-default.transparent .header-align .header-navigation-area .main-menu > li:hover a {
  background-color: transparent;
}
.header-area.header-default.transparent .header-align .header-navigation-area .main-menu > li:hover a:after {
  display: none;
}
.header-area.header-default.transparent .header-align .header-navigation-area .main-menu > li.active > a {
  color: #1c1c1c;
}
.header-area.header-default.transparent .header-align .header-navigation-area .main-menu > li.has-submenu > a:before {
  display: none;
}
.ht-border {
  border-top: 1px solid #ddd;
}
.hb-border {
  border-bottom: 1px solid;
}

.header-logo-area {
  max-width: 148px;
  position: relative;
  top: 1px;
}
.header-logo-area .logo-light {
  display: none;
}

.header-action-area {
  width: 100px;
}
@media only screen and (max-width: 479.98px) {
  .header-action-area {
    width: auto;
  }
}
.header-action-area button, .header-action-area a {
  color: #333;
  font-size: 14px;
  line-height: 1;
  margin-left: 15px;
  vertical-align: middle;
}
.header-action-area button:first-child, .header-action-area a:first-child {
  margin-left: 0;
}
.header-action-area button.btn-menu,
.header-action-area button.btn-menu span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.header-action-area button.btn-menu {
  position: relative;
  width: 30px;
  height: 20px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
.header-action-area button.btn-menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}
.header-action-area button.btn-menu span:nth-of-type(1) {
  top: 0;
}
.header-action-area button.btn-menu span:nth-of-type(2) {
  top: 9px;
}
.header-action-area button.btn-menu span:nth-of-type(3) {
  bottom: 0;
}

.header-action-area button.btn-menu span:nth-of-type(1) {
  animation: menu-bar01 .75s forwards;
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(8px) rotate(45deg);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.header-action-area button.btn-menu span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
.header-action-area button.btn-menu span:nth-of-type(3) {
  animation: menu-bar02 .75s forwards;
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.header-action-area button.btn-menu.active span:nth-of-type(1) {
  animation: active-menu-bar01 .75s forwards;
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(8px) rotate(45deg);
  }
}
.header-action-area button.btn-menu.active span:nth-of-type(2) {
  opacity: 0;
}
.header-action-area button.btn-menu.active span:nth-of-type(3) {
  animation: active-menu-bar03 .75s forwards;
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-10px) rotate(0);
  }
  100% {
    transform: translateY(-10px) rotate(-45deg);
  }
}
.header-action-area .menu-text {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  margin-left: 12px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 575px) {
  .header-action-area .menu-text {
    display: none;
  }
}

.header-top {
  background-color: #1c1c1c;
  padding: 12px 0 14px;
}
@media only screen and (max-width: 991px) {
  .header-top {
    display: none;
  }
}
.header-top .header-top-nav a {
  color: #bdbfc3;
  font-size: 13px;
  margin-left: 36.43px;
}
.header-top .header-top-nav a:first-child {
  margin-left: 0;
}
.header-top .header-top-nav a:hover {
  color: #fff;
}
.header-top .header-top-info {
  margin-bottom: 0;
  padding-top: 2px;
}
.header-top .header-top-info li {
  color: #bdbfc3;
  font-size: 13px;
  float: left;
  margin-left: 43.66px;
}
.header-top .header-top-info li i {
  width: 17px;
}
.header-top .header-top-info li:first-child {
  margin-left: 0;
}
.header-top .header-icons a {
  color: #fff;
}
.header-top .header-icons a:hover {
  color: #1c1c1c;
}
.header-top.inline-style .header-left {
  float: left;
}
.header-top.inline-style .header-right {
  float: right;
}
@media only screen and (max-width: 1199px) {
  .header-top.inline-style .container {
    max-width: none;
  }
}
.header-top + .header-area {
  padding: 25px 0;
}

.header-area.fixed-top.sticky-header {
  background-color: transparent;
  box-shadow: none;
  padding: 50px 0;
}

.off-canvas-wrapper {
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 100vh;
  width: 100%;
  z-index: 9998;
}
.off-canvas-wrapper.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  right: 0;
}
.off-canvas-wrapper.active .off-canvas-inner {
  transform: none;
}
.off-canvas-wrapper.active .off-canvas-inner .off-canvas-content {
  transform: none;
  transition-delay: 0s;
}
.off-canvas-wrapper.active .btn-close {
  display: block;
}
.off-canvas-wrapper.active .off-canvas-overlay {
  opacity: 1;
  visibility: visible;
}
.off-canvas-wrapper .off-canvas-header {
  display: flex;
  justify-content: right;
  padding: 30px 0;
}
.off-canvas-wrapper .off-canvas-header .logo-area {
  display: none;
  max-width: 100px;
}
.off-canvas-wrapper .off-canvas-header .close-action {
  display: block;
  width: 100%;
}
.off-canvas-wrapper .off-canvas-header .close-action .btn-close {
  background-image: none;
  color: #fff;
  font-size: 40px;
  float: left;
  opacity: 0.4;
  padding: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  z-index: 999;
}
.off-canvas-wrapper .off-canvas-header .close-action .btn-close:hover {
  color: #fff;
  opacity: 1;
}
.off-canvas-wrapper .off-canvas-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.off-canvas-wrapper .btn-close {
  background-color: transparent;
  border: none;
  color: #ce1a2b;
  font-size: 24px;
  line-height: 1;
  opacity: 1;
}
.off-canvas-wrapper .btn-close:active, .off-canvas-wrapper .btn-close:focus {
  border: none;
  box-shadow: none;
}
.off-canvas-wrapper .btn-close i {
  line-height: 1;
}
.off-canvas-wrapper .btn-close:hover {
  color: #1c1c1c;
}
.off-canvas-wrapper .off-canvas-inner {
  background-color: transparent;
  display: flex;
  justify-content: flex-start;
  position: relative;
  transform: translateX(0);
  transition: 0.3s;
  height: 100vh;
  width: 100%;
  z-index: 3;
  padding: 70px 0 0 0;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content {
  background-color: #1c1c1c;
  height: 100%;
  padding: 0 55px;
  position: relative;
  overflow-y: auto;
  transition: 0.4s;
  transition-duration: 0.4s;
  transform: translateX(-50%);
  width: 500px;
  z-index: 9;
  border-top:1px solid;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-inner .off-canvas-content {
	padding: 0 10px 0 0;
    width: 540px;
  }
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item {
  margin-bottom: 30px;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item:last-child {
  margin-bottom: 0;
}
.off-canvas-wrapper .off-canvas-footer .side-footer {
  display: inline-block;
}
.off-canvas-wrapper .off-canvas-footer .side-footer .widget-social-icons {
  display: block;
}
.off-canvas-wrapper .off-canvas-footer .side-footer .widget-social-icons a {
  border: none;
  color: #333;
  font-size: 16px;
  float: left;
  margin-right: 40px;
  padding: 0;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-footer .side-footer .widget-social-icons a {
    font-size: 13px;
    margin-right: 22px;
  }
}
.off-canvas-wrapper .off-canvas-footer .side-footer .widget-social-icons a.icon-color {
  color: #185381;
}
.off-canvas-wrapper .off-canvas-footer .side-footer .widget-social-icons a.icon-color.color-twitter {
  color: #429cd6;
}
.off-canvas-wrapper .off-canvas-footer .side-footer .widget-social-icons a.icon-color.color-instagram {
  color: #521313;
}
.off-canvas-wrapper .off-canvas-footer .side-footer .widget-social-icons a.icon-color.color-googleplus {
  color: #d62d20;
}
.off-canvas-wrapper .off-canvas-footer .side-footer .widget-copyright {
  display: block;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-footer .side-footer .widget-copyright {
    display: inline-block;
    margin-top: 12px;
  }
}
.off-canvas-wrapper .off-canvas-footer .side-footer .widget-copyright p {
  line-height: 1.7;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-footer .side-footer .widget-copyright p {
    font-size: 15px;
  }
}

/* 05.05 Search Box CSS */
.main-search-active {
  background: rgba(0, 0, 0, 0.92) none repeat scroll 0 0;
  width: 100%;
  min-height: 100vh;
  padding: 32px 46px 39px;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  z-index: 9999;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .main-search-active {
    padding: 32px 20px 39px;
  }
}

.sidebar-search-icon {
  position: absolute;
  top: 50px;
  right: 70px;
  color: #ffffff;
  font-size: 60px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .sidebar-search-icon {
    right: 0;
  }
}
.sidebar-search-icon button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-size: 50px;
  line-height: 1;
  padding: 0;
  transition: all 0.3s ease 0s;
}

.sidebar-search-input {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  display: inline-block;
  padding: 0 50px;
  width: 75%;
  text-align: center;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.3s;
}
@media only screen and (min-width: 1200px) {
  .sidebar-search-input {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 992px) {
  .sidebar-search-input {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar-search-input {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar-search-input {
    padding: 0 10px;
    width: 100%;
  }
}
.sidebar-search-input form .form-search {
  position: relative;
}
.sidebar-search-input form .form-search input {
  padding: 10px 0;
  border: 0;
  border-radius: 0;
  border-bottom: 5px solid transparent;
  background-color: transparent;
  font-size: 200px;
  width: 100%;
  height: auto;
  color: #fff;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%;
  transition: transform 0.3s;
}
@media only screen and (min-width: 1200px) {
  .sidebar-search-input form .form-search input {
    font-size: 150px;
  }
}
@media only screen and (min-width: 992px) {
  .sidebar-search-input form .form-search input {
    font-size: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar-search-input form .form-search input {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar-search-input form .form-search input {
    font-size: 50px;
  }
}
.sidebar-search-input form .form-search input::placeholder, .sidebar-search-input form .form-search input::-webkit-input-placeholder, .sidebar-search-input form .form-search input::-moz-placeholder, .sidebar-search-input form .form-search input:-ms-input-placeholder, .sidebar-search-input form .form-search input::placeholder {
  color: #fff;
}
.sidebar-search-input form .form-search button {
  background-color: transparent;
  border: medium none;
  color: #fff;
  font-size: 30px;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 10px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
.sidebar-search-input p {
  font-size: 90%;
  font-weight: bold;
  display: block;
  padding: 11px 0;
  text-align: right;
  opacity: 0;
  line-height: 1.6;
  color: #fff;
  transform: translate3d(0, 50px, 0);
  transition: opacity 0.4s, transform 0.4s;
}
@media only screen and (max-width: 767px) {
  .sidebar-search-input p {
    font-size: 14px;
  }
}

.main-search-active.inside {
  opacity: 1;
  visibility: visible;
  z-index: 9999999;
}
.main-search-active.inside .sidebar-search-input {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.main-search-active.inside .sidebar-search-input input {
  transform: scale3d(1, 1, 1);
  transition: 0.5s ease-out 0.3s;
  border-bottom-color: #fff;
}
.main-search-active.inside .sidebar-search-input p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.dropdown-navigation-area{
  background-color: #1c1c1c;
  border-color: #1c1c1c;
  color: #fff;
  cursor: pointer;
  padding-right: 29px;
}
.dropdown-navigation-area:hover{
  background-color: #1c1c1c;
  border-color: #1c1c1c;
}
.menu-navigation-area{
  background-color: #333333;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 0;
}
.dropdown-menu {
  border-radius: 0 !important;
  }
.dropdown-toggle::after {
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color:  transparent transparent #fff #fff;
  transform: rotate(-45deg);
  }
.item-navigation-area{
  color: #fff;
  padding: 0 0 0 12px;
}
.item-navigation-area:hover{
  color: #7b7b7b;
}
@media only screen and (max-width: 991px) {
.menu-navigation-area{
 min-width: 7rem;
}
}
@media only screen and (max-width: 767px) {
  .dropdown-navigation-area{
  display:none;
}
}

/*
-----------------------------------------------------------------------
	Home Slider CSS
-----------------------------------------------------------------------
*/
.home-slider-area.slider-photographer .slider-content-area {
  text-align: center;
  margin: 30px 0 30px;
}
.slider-content-area h1 {
  font-size: 52px;
}
.slider-content-area h6 {
  font-size: 18px;
}
.home-slider-area.slider-photographer .slider-content-area.left {
  text-align: left;
  margin: 30px 0 30px;
}
.content-area-over{
  margin: 0 calc(25% - 10vw);
  width: 100%;
}
 
.content-area-over-inner{
 margin: 0;
 padding: 25px 0 25px 0;
}
.content-area-over-inner h1{
 font-size: 40px;
}
@media only screen and (max-width: 1500px) {
  .content-area-over{
  margin: 0 calc(20% - 10vw);
  width: 100%;
}
}
@media only screen and (max-width: 1200px) {
  .content-area-over{
  margin: 0 ;
  width: auto;
}
  .content-area-over-inner{
  padding: 0 0 0 50px;
}
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-photographer .slider-content-area {
    margin: 30px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-photographer .slider-content-area {
    margin: 30px 0 30px;
  }
  .slider-content-area h1 {
  font-size: 25px;
}
}
.home-slider-area.slider-photographer .slider-content-area h2 {
  font-size: 30px;
  line-height: 1.6;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: -0.1px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-photographer .slider-content-area h2 br {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-photographer .slider-content-area h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-photographer .slider-content-area h2 {
    font-size: 21px;
  }
  .home-slider-area.slider-photographer .slider-content-area h4 {
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-photographer .slider-content-area h2 {
    font-size: 16px;
  }
  .content-area-over-inner{
  padding: 0 0 0 25px;
}
  .slider-content-area h6 {
  font-size: 14px;
}
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-photographer .container {
    max-width: none;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-photographer .container {
    padding: 0 15px;
  }
}
/*
-----------------------------------------------------------------------
	ABOUT US CSS
-----------------------------------------------------------------------
*/
.aboutus-page-wrapper {
  position: relative;
}
.cover-text {
	display: table-cell;
    text-align: center;
}
.life-story-text {
	vertical-align: bottom;
	padding: 0 0 100px 0;
}
.vision-text {
	vertical-align: middle;
	padding: 0 0 0 0;
}
.mission-text {
	vertical-align: middle;
	padding: 0 0 0 0;
}
.youtube {
        padding: 20px 0;
    }

@media only screen and (max-height: 800px) and (orientation: landscape){
	.youtube {
        height: 60vh;
        aspect-ratio: 4 / 3;
		padding:30px 20px 30px 20px;
        margin: auto
    }
    .youtube iframe {
        width: 100%;
        height: 100%;
    }
}

@media only screen and (max-height: 720px) and (orientation: landscape) {
	.youtube {
        height: 35vh;
        aspect-ratio: 4 / 3;
		padding:30px 20px 30px 20px;
        margin: auto
    }
    .youtube iframe {
        width: 100%;
        height: 100%;
    }
}

.value-text {
	vertical-align: middle;
	padding: 0 0 0 0;
}
.technology-text {
	vertical-align: middle;
	padding: 0 0 0 0;
}
.history-top-text{
	vertical-align: middle;
	padding: 0 0 0 0;
}
.sustainability-text{
	vertical-align: middle;
	padding: 0 0 0 0;
}
.awardstop-text{
	vertical-align: middle;
	padding: 0 0 0 0;
}
.company-text{
	vertical-align: middle;
	padding: 120px;
	color: #fff;
}
.company-text h1{
	color: #fff;
}
.tiger-bottle-text{
	vertical-align: middle;
	padding: 120px;
	color: #fff;
}
.tiger-bottle-text h1{
	color: #fff;
}
/* ワイドスクリーン用のCSS */
@media only screen and (min-width : 1920px){
	.life-story {
		height: 100vh;
	    background-image:url('/usa/about-us/aboutus/img/pc/01-keyvisual.jpg');
	}
	.vision {
		height: 100vh;
	    background-image:url('/usa/about-us/aboutus/img/pc/02-visoin.jpg');
    }
	.mission {
		height: 100vh;
	    background-image:url('/usa/about-us/aboutus/img/pc/03-mission.jpg');
    }
	.value {
		height: 100vh;
	    background-image:url('/usa/about-us/aboutus/img/pc/04-value.jpg');
    }
	.technology {
		height: 100vh;
	    background-image:url('/usa/about-us/aboutus/img/pc/05-technology.jpg');
    }
	.history-top {
		height: 100vh;
	    background-image:url('/usa/about-us/aboutus/img/pc/06-history.jpg');
    }
	.sustainability {
		height: 100vh;
	    background-image:url('/usa/about-us/aboutus/img/pc/07-sustainability.jpg');
    }
	.awardstop {
		height: 100vh;
	    background-image:url('/usa/about-us/aboutus/img/pc/09-awards.jpg');
    }
	.company-area {
		padding: 50px 0 0 0;
    }
	.company {
		height: 350px;
	    background-image:url('/usa/about-us/aboutus/img/pc/08-company.jpg');
		background-size: cover;
		background-position:center;
    }
	.tiger-bottle-area {
		padding: 0 0 50px 0;
    }
	.tiger-bottle {
		height: 350px;
	    background-image:url('/usa/about-us/aboutus/img/pc/10-tiger-bottle.jpg');
		background-size: cover;
		background-position:center;
    }
	.cover-text h1{
		font-size: 52px;
		color: #fff;
		padding: 0 20px 30px 0;
	}
	.cover-text h2{
		font-size: 28px;
		color: #fff;
		padding: 0 0 30px 0;
		line-height: 55px;
	}
	.cover-text p{
		font-size: 18px;
		color: #fff;
		padding: 0;
		margin: 0;
		line-height: 40px;
	}
}
@media only screen and (min-width : 1200px) and (max-width : 1920px){
	.life-story {
		height: 100vh;
	    background-image:url('/usa/about-us/aboutus/img/pc/01-keyvisual.jpg');
	}
	.vision {
		height: 100vh;
	    background-image:url('/usa/about-us/aboutus/img/pc/02-visoin.jpg');
		background-size: cover;
		background-position:bottom;
    }
	.mission {
		height: 100vh;
	    background-image:url('/usa/about-us/aboutus/img/pc/03-mission.jpg');
		background-size: cover;
		background-position:bottom;
    }
	.value {
		height: 100vh;
	    background-image:url('/usa/about-us/aboutus/img/pc/04-value.jpg');
		background-size: cover;
		background-position:bottom;
    }
	.technology {
		height: 100vh;
	    background-image:url('/usa/about-us/aboutus/img/pc/05-technology.jpg');
		background-size: cover;
		background-position:center;
    }
	.history-top {
		height: 100vh;
	    background-image:url('/usa/about-us/aboutus/img/pc/06-history.jpg');
    }
	.awardstop {
		height: 100vh;
	    background-image:url('/usa/about-us/aboutus/img/pc/09-awards.jpg');
    }
	.company-area {
		padding: 50px 0 0 0;
    }
	.company {
		height: 350px;
	    background-image:url('/usa/about-us/aboutus/img/pc/08-company.jpg');
		background-size: cover;
		background-position:center;
    }
	.tiger-bottle-area {
		padding: 0 0 150px 0;
    }
	.tiger-bottle {
		height: 350px;
	    background-image:url('/usa/about-us/aboutus/img/pc/10-tiger-bottle.jpg');
		background-size: cover;
		background-position:center;
    }
	.cover-text h1{
		font-size: 52px;
		color: #fff;
		padding: 0 20px 30px 0;
	}
	.cover-text h2{
		font-size: 28px;
		color: #fff;
		padding: 0 0 30px 0;
		line-height: 55px;
	}
	.cover-text p{
		font-size: 18px;
		color: #fff;
		padding: 0;
		margin: 0;
		line-height: 40px;
	}
}
@media only screen and (min-width : 1780px) and (max-width : 1920px){
	.sustainability {
		height: 100vh;
	    background-image:url('/usa/about-us/aboutus/img/pc/07-sustainability.jpg');
    }
}
@media only screen and (min-width : 1625px) and (max-width : 1780px){
	.sustainability {
		height: 100vh;
	    background-image:url('/usa/about-us/aboutus/img/pc/07-sustainability.jpg');
    }
}
@media only screen and (min-width : 1500px) and (max-width : 1625px){
	.sustainability {
		height: 100vh;
	    background-image:url('/usa/about-us/aboutus/img/pc/07-sustainability.jpg');
    }
}
@media only screen and (min-width : 1400px) and (max-width : 1500px){
	.sustainability {
		height: 100vh;
	    background-image:url('/usa/about-us/aboutus/img/pc/07-sustainability.jpg');
    }
}
@media only screen and (min-width : 1300px) and (max-width : 1400px){
	.sustainability {
		height: 100vh;
	    background-image:url('/usa/about-us/aboutus/img/pc/07-sustainability.jpg');
    }
}
@media only screen and (min-width : 1200px) and (max-width : 1300px){
	.sustainability {
		height: 100vh;
	    background-image:url('/usa/about-us/aboutus/img/pc/07-sustainability.jpg');
    }
}
/* タブレット用のCSS */
@media only screen and (min-width : 575px) and (max-width : 1200px) {
	.life-story {
		height: 100vh;
		background-image:url('/usa/about-us/aboutus/img/tablet/01-keyvisual.jpg');
	}
	.vision {
		height: 100vh;
		background-image:url('/usa/about-us/aboutus/img/tablet/02-visoin.jpg');
	}
	.mission {
		height: 100vh;
		background-image:url('/usa/about-us/aboutus/img/tablet/03-mission.jpg');
	}
	.value {
		height: 100vh;
		background-image:url('/usa/about-us/aboutus/img/tablet/04-value.jpg');
	}
	.technology {
		height: 100vh;
		background-image:url('/usa/about-us/aboutus/img/tablet/05-technology.jpg');
	}
	.history-top {
		height: 100vh;
		background-image:url('/usa/about-us/aboutus/img/tablet/06-history.jpg');
	}
	.sustainability {
		height: 100vh;
		background-image:url('/usa/about-us/aboutus/img/tablet/07-sustainability.jpg');
	}
	.awardstop {
		height: 100vh;
	    background-image:url('/usa/about-us/aboutus/img/pc/09-awards.jpg');
    }
	.company-area {
		padding: 0 0 30px 0;
    }
	.company {
		height: 400px;
	    background-image:url('/usa/about-us/aboutus/img/tablet/08-company.jpg');
		background-size: cover;
		background-position:center;
    }
	.tiger-bottle-area {
		padding: 0 0 100px 0;
    }
	.tiger-bottle {
		height: 400px;
	    background-image:url('/usa/about-us/aboutus/img/tablet/10-tiger-bottle.jpg');
		background-size: cover;
		background-position:center;
    }
	.cover-text h1{
		font-size: 38px;
		color: #fff;
		padding: 30px;
	}
	.cover-text h2{
		font-size: 25px;
		color: #fff;
		padding: 30px;
		line-height: 55px;
	}
	.cover-text p{
		font-size: 14px;
		color: #fff;
		padding: 0;
		margin: 0;
		line-height: 55px;
	}
	.youtube {
        width: 100%;
        aspect-ratio: 4 / 3;
		padding:30px 20px 30px 20px;
    }
    .youtube iframe {
        width: 100%;
        height: 100%;
    }
}

/* スマホ用のCSS */
@media only screen and (max-width: 575px) {
	.life-story {
		height: 100vh;
		background-image:url('/usa/about-us/aboutus/img/sp/01-keyvisual.jpg');
	}
	.vision {
		height: 100vh;
		background-image:url('/usa/about-us/aboutus/img/sp/02-visoin.jpg');
	}
	.mission {
		height: 100vh;
		background-image:url('/usa/about-us/aboutus/img/sp/03-mission.jpg');
	}
	.value {
		height: 100vh;
		background-image:url('/usa/about-us/aboutus/img/sp/04-value.jpg');
	}
	.youtube {
        width: 100%;
        aspect-ratio: 4 / 3;
		padding:30px 20px 30px 20px;
    }
    .youtube iframe {
        width: 100%;
        height: 100%;
    }
	.technology {
		height: 100vh;
		background-image:url('/usa/about-us/aboutus/img/sp/05-technology.jpg');
	}
	.history-top {
		height: 100vh;
		background-image:url('/usa/about-us/aboutus/img/sp/06-history.jpg');
	}
	.sustainability {
		height: 100vh;
		background-image:url('/usa/about-us/aboutus/img/sp/07-sustainability.jpg');
	}
	.awardstop {
		height: 100vh;
	    background-image:url('/usa/about-us/aboutus/img/sp/09-awards.jpg');
    }
	.company-area {
		padding: 0 0 30px 0;
    }
	.company {
		height: 180px;
	    background-image:url('/usa/about-us/aboutus/img/sp/08-company.jpg');
		background-size: cover;
		background-position:center;
    }
	.company-text{
	padding: 30px 0 0 0;
    }
	.tiger-bottle-area {
		padding: 0 0 120px 0;
    }
	.tiger-bottle {
		height: 180px;
	    background-image:url('/usa/about-us/aboutus/img/sp/10-tiger-bottle.jpg');
		background-size: cover;
		background-position:center;
    }
	.tiger-bottle-text{
	padding: 30px 0 0 0;
    }
	.cover-text h1{
		font-size: 38px;
		color: #fff;
		padding: 0;
		line-height: 55px;
	}
	.cover-text h2{
		font-size: 19px;
		color: #fff;
		padding: 5px 0 5px 0;
		line-height: 35px;
	}
	.cover-text p{
		font-size: 13px;
		color: #fff;
		padding: 0;
		margin: 0;
		line-height: 26px;
	}
}
/*
-----------------------------------------------------------------------
	TECHNOLOGY CSS
-----------------------------------------------------------------------
*/
.technology-area .neon-style-border {
  box-shadow:
      -1px -1px #5F83A5,
       1px -1px #5F83A5,
       1px  1px #5F83A5,
      -1px  1px #5F83A5,
      0 0 .4em #5F83A5,
      0 0 .6em #5F83A5,
      0 0 1em #5F83A5;
}
     .technology-page-wrapper {
        position: relative;
}
     .technology-area .figure-awards {
      font-size: 12px;
	  text-indent : -1.2em;
      padding-left : 1em;
	  color: #888888;
}
     .technology-page-wrapper h1 {
	  font-family: 'Barlow Semi Condensed',sans-serif;
      font-weight: 600;
    }
    .technology-page-wrapper .tech-titele {
	  font-size: 1.5rem;
	  font-family: 'Barlow Semi Condensed',sans-serif;
      font-weight: 600;
    }
     .technology-page-wrapper h5 {
	  font-family: 'Barlow Semi Condensed',sans-serif;
      font-weight: 600;
    }
     .technology-page-wrapper h6 {
	  font-size: 18px;
    }
     .background-black {
	  background-color: black;
    }
     .technology-concept p {
      font-size: 18px;
    }
     .technology-page-wrapper .technology-concept h3 {
      font-size: 31px;
    }
    .technology-area p {
      font-size: 18px;
    }
    .technology-area p.small {
      font-size: 12px;
    }
@media only screen and (max-width: 1200px) {
	.technology-page-wrapper h1 {
      font-size: 18px;
}
	.technology-page-wrapper h4 {
      font-size: 18px;
}
	.technology-page-wrapper h5 {
      font-size: 16px;
}
	.technology-page-wrapper h2 {
      font-size: 22px;
	  text-align: center;
}
	.technology-page-wrapper .technology-concept h3 {
      font-size: 18px;
}
	.technology-concept img {
      width: 75%;
}
	.technology-concept p {
      font-size: 12px;
}
	.technology-concept p {
      font-size: 12px;
}
	.font-nomal {
      font-size: 12px;
	  margin-bottom: 0;
}
	.font-small {
      font-size: 10px;
	  margin-bottom: 0;
}   
	.technology-area p {
      font-size: 13px;
    }
}
@media only screen and (max-width: 575px) {
	.technology-page-wrapper h1 {
      font-size: 28px;
	  text-align: center;
}
	.technology-page-wrapper .technology-concept h3 {
	  padding-top:40px; 
}
	.technology-page-wrapper h2 {
      font-size: 20px;
	  text-align: center;
}
	.technology-page-wrapper h4 {
      font-size: 16px;
	  text-align: center;
}
	.technology-page-wrapper h5 {
      font-size: 14px;
	  text-align: center;
}
	.technology-concept img {
      width: 35%;
}
	.technology-concept p {
      padding:0;
	   font-size: 13px;
}
	.w-60  {
      width: 60% !important;
}
	.technology-area p {
      font-size: 13px;
    }
	.font-small {
      font-size: 13px;
}   
}
@media only screen and (max-width: 395px) {
	.technology-page-wrapper .slider-content-area p{
	  font-size: 13px;
	}
    .technology-page-wrapper .technology-concept h3 {
	  padding-top:60px;
	  padding-bottom: 0;
}
}
/*
-----------------------------------------------------------------------
	HISTORY CSS
-----------------------------------------------------------------------
*/
   .history-page-wrapper {
        position: relative;
   }
   .history-page-wrapper h1 {
        font-family: 'Barlow Semi Condensed',sans-serif;
	    font-weight: 600;
    }
   .history-page-wrapper .title {
        font-family: 'Noto Sans JP',sans-serif;
        font-weight: normal;
        letter-spacing: -0.15px;
    }
   .history-page-wrapper .title h1 {
	    margin:0;
        font-family: 'Barlow Semi Condensed',sans-serif;
	    font-size: 45px;
	    font-weight: 400;
	    color: #888888;
    }
    .history-page-wrapper .title-end h1 {
	    margin:0;
        font-family: 'Barlow Semi Condensed',sans-serif;
	    font-size: 45px;
	    font-weight: 400;
	    color: #888888;
    }
    .history-page-wrapper .title h2 {
	    margin: 20px 0 20px 0;
        font-family: 'Barlow Semi Condensed',sans-serif;
	    font-size: 50px;
	    font-weight: 400;
    }
    .history-page-wrapper .title h5 {
	    padding: 20px 0 0 0;
	    font-size: 16px;
	    font-weight: 600;
		line-height: 30px;
    }
   .history-page-wrapper .title p {
        padding-top: 5px;
    }
    .history-area{
		padding: 0;
	}
    .history-area-text{
		background-color: #333333;
	}
    .history-area-navigation {
		background: #fff;
		padding-top: 70px;
	}
    .history-area-text-end{
		padding: 100px;
	}
    .history-text{
        padding: 0 100px 0 100px;
    }
    .history-text-end .v_line_fix {
        margin: 0 100px 20px 100px;
        width: 1px;
        height: 50px;
        background-color: #333333;
    }
    .history-text p{
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 0;
    }
    .history-text-img{
        padding: 20px 40px 0 0;
    }
    .history-text-img p{
        font-size: 12px;
    }
    .img-caption {
	position: relative;
    }
	.img-caption img {
		max-width: 100%;
		vertical-align: top;
	}
	.img-caption figcaption {
		position: absolute;
		right: 15px;
		bottom: 0;
		padding: 5px 10px 15px 0;
		font-size: 12px;
		color: #333;
	}
   .bg-light {
		background-color: #f5f5f5!important;
	}
/* ワイドスクリーン用のCSS */
@media only screen and (min-width : 1921px) {
	.history-text {
       margin: 0 150px 0 150px;
    }
	.history-page-wrapper .title h1 {
	    font-size: 65px;
    }
	.history-page-wrapper .title-end h1 {
	    font-size: 65px;
    }
	.history-page-wrapper .title h5 {
	    font-size: 20px;
		line-height: 35px;
    }
	.history-text p{
        font-size: 16px;
    }
}
@media only screen and (max-width: 1650px) {
	.history-text p{
        font-size: 12px;
        line-height: 18px;
    }
}
/* タブレット用のCSS */
@media only screen and (max-width: 1200px) {
    .history-page-wrapper .title h1 {
	    margin: auto;
        position: absolute;
        top: -30px;
        background-color: #333333;
        padding: 15px 30px 10px 65px;
        left: -45px;
	    border-top-right-radius: 2px;
    }
	.history-page-wrapper .title h5 {
	    margin-top: 10px;
		line-height: 25px;
    }
	.history-text{
		position: relative;
        padding: 0 50px 50px 50px;
    }
	.history-text p{
        font-size: 14px;
        line-height: 30px;
		padding-top: 10px;
    }
	.history-text-img p {
        font-size: 12px!important;
    }
}

/* スマホ用のCSS */
@media only screen and (max-width: 575px) {
   .history-text-img{
        padding: 20px 10px 0 0;
    }
   .history-text-img p{
        line-height: 16px!important;
    }
   .img-caption figcaption {
		padding: 5px 5px 10px 0;
	}
	.history-text p{
        font-size: 14px;
        line-height: 25px;
    }
	.history-text p.small{
        font-size: 12px;
    }
}
@media only screen and (max-width: 380px) {
	.history-page-wrapper .title h5 {
	    font-size: 14px;
    }

}
@media only screen and (max-width: 1199px) {
  
}
@media only screen and (max-width: 991px) {
  
}
 .history-filter-menu {
	  position: relative;
	  width: 100%;
}
.history-filter-menu a{
      font-family: 'Barlow Semi Condensed',sans-serif;
	  font-size: 24px;
	  font-weight: 600;
}
 .history-filter-menu button {
      background-color: transparent;
      border: none;
      box-shadow: none;
      color: #333;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 1.1;
      margin-right: 38.74px;
      padding: 0;
      position: relative;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
}
.history-filter-menu .current {
	  display: inline-block;
      border-bottom: 2px solid;
	  padding-bottom: 4px;
}
.history-filter-menu .no-current {
	  display: inline-block;
	  padding-bottom: 6px;
} 
.history-filter-menu button:last-child {
      margin-right: 0;
}
.history-filter-menu button:after {
      background-color: #535353;
      bottom: 0;
      content: "";
      height: 3px;
      position: absolute;
      right: 0;
      width: 0;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
}
.history-filter-menu button.active:after, .history-filter-menu button:hover:after {
      left: 0;
      width: 100%;
}
@media only screen and (max-width: 767px) {
  .history-filter-menu {
	  white-space: nowrap;
	  overflow-x: scroll;
      -ms-overflow-style: none;
      scrollbar-width: none;
  }
  .history-filter-menu::-webkit-scrollbar {
      display:none;
  }
  .history-filter-menu button {
      margin-right: 20px;
  }
  .history-filter-menu a{
	  font-size: 16px;
}
  .history-page-wrapper .title h2 {
	    font-size: 28px;
    }
  .history-text{
        padding: 20px 20px 50px 20px;
    }
}
/*
-----------------------------------------------------------------------
	SUSTAINABILITY CSS
-----------------------------------------------------------------------
*/
.sustainability-page-wrapper {
  position: relative;
}
.sustainability-page-wrapper h1 {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 600;
}
.sustainability-r-text-area {
	display: flex;
	text-align: right;
	flex-direction: row-reverse;
	margin: 0 0 3% 0;
	width: 85%;
}

.sustainability-r-text {
	padding: 20px 0 0 0;
}
.sustainability-r-text-area h1 {
	color: #fff;
	font-size: 150px;
	padding: 0 50px 0 0;
	font-family: 'Barlow Semi Condensed', sans-serif;
}
.sustainability-r-text-area h4 {
	color: #fff;
	font-size: 30px;
	padding:0 0 20px 0;
}
.sustainability-r-text-p-area {
	padding: 20px
}
.sustainability-r-text-area p {
	color: #fff;
	font-size: 16px;
	line-height: 2;
}
.sustainability-l-text-area {
	display: flex;
	text-align: left;
	flex-direction: row;
	margin: 0 0 3% 14%;
}
.sustainability-l-text {
	padding: 20px 20px 0 0;
}
.sustainability-l-text-area h1 {
	color: #fff;
	font-size: 150px;
	padding: 0 20px 0 0;
	font-family: 'Barlow Semi Condensed', sans-serif;
}
.sustainability-l-text-area h4 {
	color: #fff;
	font-size: 30px;
	padding:0 0 20px 0;
}
.sustainability-l-text-area p {
	color: #fff;
	font-size: 16px;
	line-height: 2;
}
.promise-area {
	vertical-align: middle;
	padding: 0 0 0 0;
}
.youtube-promise {
    text-align: center;
}
/* ワイドスクリーン用のCSS */
@media only screen and (min-width : 1921px) {
	.sustainability01 {
		height: 1200px;
	    background-image:url('/usa/about-us/sustainability/img/pc/01-keyvisual.jpg');
	}
	.sustainability02 {
		height: 1380px;
	    background-image:url('/usa/about-us/sustainability/img/pc/02-keyvisual.jpg');
	}
	.sustainability03 {
		height: 1380px;
	    background-image:url('/usa/about-us/sustainability/img/pc/03-keyvisual.jpg');
	}
	.sustainability04 {
		height: 1380px;
	    background-image:url('/usa/about-us/sustainability/img/pc/04-keyvisual.jpg');
	}
	.promise {
		height: 1080px;
	    background-image:url('/usa/about-us/sustainability/img/pc/promise.jpg');
    }
}
@media only screen and (max-width : 1920px) {
	.sustainability01 {
		height: 950px;
	    background-image:url('/usa/about-us/sustainability/img/pc/01-keyvisual.jpg');
	}
	.sustainability02 {
		height: 1000px;
	    background-image:url('/usa/about-us/sustainability/img/pc/02-keyvisual.jpg');
	}
	.sustainability03 {
		height: 1080px;
	    background-image:url('/usa/about-us/sustainability/img/pc/03-keyvisual.jpg');
	}
	.sustainability04 {
		height: 1000px;
	    background-image:url('/usa/about-us/sustainability/img/pc/04-keyvisual.jpg');
	}
	.promise {
		height: 1080px;
	    background-image:url('/usa/about-us/sustainability/img/pc/promise.jpg');
    }
}
/* タブレット用のCSS */
@media only screen and (min-width : 575px) and (max-width : 1200px) {
	.sustainability01 {
		height: 450px;
		background-image:url('/usa/about-us/sustainability/img/pc/01-keyvisual.jpg');
	}
	.sustainability02 {
		height: 450px;
		background-image:url('/usa/about-us/sustainability/img/pc/02-keyvisual.jpg');
	}
	.sustainability03 {
		height: 450px;
		background-image:url('/usa/about-us/sustainability/img/pc/03-keyvisual.jpg');
	}
	.sustainability04 {
		height: 450px;
		background-image:url('/usa/about-us/sustainability/img/pc/04-keyvisual.jpg');
	}
	.promise {
		height: 450px;
	    background-image:url('/usa/about-us/sustainability/img/pc/promise.jpg');
    }
	.sustainability-r-text-area h1 {
	font-size: 100px;
}
    .sustainability-r-text-area h4 {
	font-size: 18px;
	padding:0
}
    .sustainability-r-text-area p {
	font-size: 14px;
}
	.sustainability-l-text-area {
	margin: 0 0 3% 10%;
}
	.sustainability-l-text-area h1 {
	font-size: 100px;
}
    .sustainability-l-text-area h4 {
	font-size: 18px;
	padding:0
}
    .sustainability-l-text-area p {
	font-size: 14px;
}
	.youtube-promise {
        width: 100%;
        aspect-ratio: 16 / 9;
		padding:30px 20px 30px 20px;
    }
    .youtube-promise iframe {
        width: 100%;
        height: 100%;
    }
}

/* スマホ用のCSS */
@media only screen and (max-width: 575px) {
	.sustainability01 {
		height: 700px;
		background-image:url('/usa/about-us/sustainability/img/sp/01-keyvisual.jpg');
	}
	.sustainability02 {
		height: 700px;
		background-image:url('/usa/about-us/sustainability/img/sp/02-keyvisual.jpg');
	}
	.sustainability03 {
		height: 700px;
		background-image:url('/usa/about-us/sustainability/img/sp/03-keyvisual.jpg');
	}
	.sustainability04 {
		height: 700px;
		background-image:url('/usa/about-us/sustainability/img/sp/04-keyvisual.jpg');
	}
	.promise {
		height: 380px;
	    background-image:url('/usa/about-us/sustainability/img/sp/promise.jpg');
    }
	.sustainability-r-text-area {
	display: flex;
	text-align: left;
	flex-direction: column;
	margin: 0 0 0 25px;
    }
	.sustainability-r-text-area h1 {
	font-size: 130px;
	color: #fff;
	padding: 0;
    }
    .sustainability-r-text-area h4 {
	color: #333;
    font-size: 16px;
    }
    .sustainability-r-text-area p {
	color: #333;
	font-size: 14px;
	line-height: 1.8;
	padding: 0 0 80px 0;
    }
    .sustainability-r-text-area p.third {
	padding: 0 0 50px 0;
    }
	.sustainability-l-text-area {
	display: flex;
	text-align: left;
	flex-direction: column;
	margin: 0 0 0 30px;
    }
	.sustainability-l-text-area h1 {
	font-size: 130px;
	color: #fff;
	padding: 0;
    }
    .sustainability-l-text-area h4 {
	color: #333;
    font-size: 16px;
    }
    .sustainability-l-text-area p {
      color: #333;
	font-size: 14px;
	line-height: 1.8;
	padding: 0 0 35px 0;
    }
	.sustainability-l-text-area p.four {
	padding: 0 0 80px 0;
    }
	.youtube-promise {
        width: 100%;
        aspect-ratio: 16 / 9;
    }
    .youtube-promise iframe {
        width: 100%;
        height: 100%;
    }
}
@media only screen and (max-width: 395px) {
	.sustainability01 {
		height: 650px;
		background-image:url('/usa/about-us/sustainability/img/sp/01-keyvisual.jpg');
	}
	.sustainability03 {
		height: 670px;
		background-image:url('/usa/about-us/sustainability/img/sp/03-keyvisual.jpg');
	}
	.sustainability04 {
		height: 650px;
		background-image:url('/usa/about-us/sustainability/img/sp/04-keyvisual.jpg');
	}
	.sustainability-r-text-area p {
	padding: 0 0 50px 0;
    }
	.sustainability-l-text-area p {
	padding: 0 0 30px 0;
    }
	.sustainability-r-text-area p.third {
	padding: 0 0 40px 0;
    }
	.sustainability-l-text-area p.four {
	padding: 0 0 50px 0;
    }
}
@media only screen and (max-width: 380px) {
	.sustainability-r-text-area p {
	padding: 0 0 60px 0;
    }
	.sustainability-r-text-area p.third {
	padding: 0 0 30px 0;
    }
	.sustainability03 {
		height: 750px;
		background-image:url('/usa/about-us/sustainability/img/sp/03-keyvisual.jpg');
	}
	.sustainability-l-text-area p.four {
	padding: 0 0 60px 0;
    }
}
/*
-----------------------------------------------------------------------
	 AWARDS CSS
-----------------------------------------------------------------------
*/
	.awards-page-wrapper {
  		position: relative;
    }
	.awards-header-area {
		padding: 20px 20px 0 0;
    }
	.awards-header-text {
		padding: 20px 20px 0 30px;
		width: 50%;
		margin-left: 10%;
    }
	.awards-header-text p {
		color: #fff;
		font-size: 18px;
		line-height: 2;
		margin: 0;
    }
	.awards-header-text a {
	 	color: #fff;
	  	font-size: 12px;
	  	background-color: transparent;
      	border: none;
      	box-shadow: none;
      	letter-spacing: 0;
      	line-height: 1.1;
      	margin-right: 38.74px;
      	padding: 0;
      	position: relative;
      	transition: 0.3s;
      	-webkit-transition: 0.3s;
      	-moz-transition: 0.3s;
      	-ms-transition: 0.3s;
      	-o-transition: 0.3s;
    }
	.awards-header-text a:last-child {
      	margin-right: 0;
}
	.awards-header-text a:after {
      	background-color: #fff;
      	bottom: 0;
      	content: "";
      	height: 1px;
      	position: absolute;
      	right: 0;
      	width: 0;
      	transition: 0.3s;
      	-webkit-transition: 0.3s;
      	-moz-transition: 0.3s;
      	-ms-transition: 0.3s;
      	-o-transition: 0.3s;
}
	.awards-header-text a.active:after, .awards-header-text a:hover:after {
      	left: 0;
      	width: 100%;
}
	.awards-logo img {
		padding: 0 0 30px 0;
    }
	.awards-logo h5 {
		color: #fff;
		padding: 30px;
		font-size: 30px;
    }
	.awards-area {
		margin: 50px;
    }
    .awards-text-area {
		margin-top: 50px;
    }
    .awards-text-area h6 {
	    padding-top: 3px;
	    margin: 0;
		font-weight: 600;
    }
	.reverse-rr-text {
		text-align: right;
    }
    .reverse-rl-text {
		text-align: right;
    }
    .awards-area h6 {
		font-size: 18px;
		font-weight: 600;
    }
    .awards-area p {
		font-size: 16px;
    }
    .icofont-external-link{
		padding:0 10px 0 30px;
	    font-size: 20px;
    }
/* ワイドスクリーン用のCSS */
@media only screen and (min-width : 1921px) {
	.awards01 {
		height: 650px;
	    background-image:url('/usa/about-us/awards/img/pc/KV001.jpg');
	}
	.awards02 {
		height: 650px;
	    background-image:url('/usa/about-us/awards/img/pc/KV002.jpg');
	}
	.awards03 {
		height: 650px;
	    background-image:url('/usa/about-us/awards/img/pc/KV003.jpg');
	}
	.awards04 {
		height: 650px;
	    background-image:url('/usa/about-us/awards/img/pc/KV004.jpg');
	}
	.awards05 {
		height: 650px;
	    background-image:url('/usa/about-us/awards/img/pc/KV005.jpg');
	}
}
@media only screen and (max-width : 1920px) {
	.awards01 {
		height: 540px;
	    background-image:url('/usa/about-us/awards/img/pc/KV001.jpg');
	}
	.awards02 {
		height: 540px;
	    background-image:url('/usa/about-us/awards/img/pc/KV002.jpg');
	}
	.awards03 {
		height: 540px;
	    background-image:url('/usa/about-us/awards/img/pc/KV003.jpg');
	}
	.awards04 {
		height: 540px;
	    background-image:url('/usa/about-us/awards/img/pc/KV004.jpg');
	}
	.awards05 {
		height: 540px;
	    background-image:url('/usa/about-us/awards/img/pc/KV005.jpg');
	}
}
/* タブレット用のCSS */
@media only screen and (max-width : 991px) {
	.awards01 {
		height: 400px;
		background-image:url('/usa/about-us/awards/img/sp/KV006.jpg');
	}
	.awards02 {
		height: 400px;
	    background-image:url('/usa/about-us/awards/img/sp/KV007.jpg');
	}
	.awards03 {
		height: 400px;
	    background-image:url('/usa/about-us/awards/img/sp/KV008.jpg');
	}
	.awards04 {
		height: 400px;
	    background-image:url('/usa/about-us/awards/img/sp/KV009.jpg');
	}
	.awards05 {
		height: 400px;
	    background-image:url('/usa/about-us/awards/img/sp/KV010.jpg');
	}
	.awards-header-text {
		width: 100%;
		padding: 20px 20px 0 0;
    }
    .awards-header-text p {
		font-size: 14px;
    }
    .awards-header-text p {
		color: #fff;
		font-size: 14px;
		line-height: 1.8;
		padding: 0;
    }
	.awards-logo img {
		width: 120px;
    }
	.awards-logo img.gooddesign-img {
		width: 80px;
    }
	.awards-logo img.newofiice {
		width: 50px;
    }
    .awards-logo h5 {
		color: #fff;
		padding: 17px;
		font-size: 14px;
		margin: 0;
    }
	.reverse-area {
		flex-direction: row-reverse;
    }
	.reverse-lr-text {
		text-align: right;
    }
    .reverse-rl-text {
		text-align: left;
    }	
	.awards-area {
		margin: 50px;
    }
	.awards-area h6 {
		font-size: 14px;
    }
	.awards-area p {
		font-size: 14px;
    }
	.awards-text-area h6 {
		font-size: 14px;
    }
	.awards-text-area p {
		font-size: 14px;
    }
	.awards-text-area {
		margin: 50px 0 0 0;
    }
}

/* スマホ用のCSS */
@media only screen and (max-width: 575px) {
	.awards01 {
		height: 490px;
		background-image:url('/usa/about-us/awards/img/sp/KV006.jpg');
	}
	.awards02 {
		height: 495px;
	    background-image:url('/usa/about-us/awards/img/sp/KV007.jpg');
	}
	.awards03 {
		height: 515px;
	    background-image:url('/usa/about-us/awards/img/sp/KV008.jpg');
	}
	.awards04 {
		height: 620px;
	    background-image:url('/usa/about-us/awards/img/sp/KV009.jpg');
	}
	.awards05 {
		height: 520px;
	    background-image:url('/usa/about-us/awards/img/sp/KV010.jpg');
	}
	.awards-header-text p {
	color: #333;
	font-size: 14px;
	line-height: 1.8;
	padding: 100px 0 20px 0;
	width: 100%;
    }
	.awards-area {
	margin: 20px;
    }
	.awards-area h6 {
	font-size: 12px;
    }
	.awards-area p {
	font-size: 12px;
    }
	.awards-text-area h6 {
		font-size: 12px;
    }
	.awards-text-area p {
		font-size: 12px;
    }
	.awards-logo img.gooddesign-img {
		padding: 30px 0 0 0;
    }
	.awards-logo.kidsdesign {
	    padding-top: 30px;
    }
	.awards-logo.kidsdesign h5 {
	    margin-top: 10px;
    }
	.awards-header-text a {
		color: #333;
    }
	.awards-logo.newofiice h5 {
	    padding-top: 50px;
	}
	.icofont-external-link{
	    font-size: 14px;
        padding:0 10px;
    }
}
@media only screen and (max-width: 390px) {
	.awards01 {
		height: 480px;
		background-image:url('/usa/about-us/awards/img/sp/KV006.jpg');
	}
	.awards02 {
		height: 480px;
	    background-image:url('/usa/about-us/awards/img/sp/KV007.jpg');
	}
	.awards03 {
		height: 550px;
	    background-image:url('/usa/about-us/awards/img/sp/KV008.jpg');
	}
	.awards04 {
		height: 620px;
	    background-image:url('/usa/about-us/awards/img/sp/KV009.jpg');
	}
	.awards05 {
		height: 550px;
	    background-image:url('/usa/about-us/awards/img/sp/KV010.jpg');
	}
}
/*
-----------------------------------------------------------------------
	COMPANY CSS
-----------------------------------------------------------------------
*/
.company-page-wrapper {
  position: relative;
    }
.company-r-text-area {
	display: flex;
	text-align: right;
	flex-direction: row-reverse;
	margin: 0 0 3% 0;
	width: 85%;
    }
.company-r-text {
	padding: 20px 20px 70px 0;
    }
.company-r-text.third {
	padding: 20px 20px 40px 0;
    }
.company-r-text-area h2 {
	color: #fff;
	font-size: 30px;
	padding:0 0 20px 0;
    }
.company-r-text-area p {
	color: #fff;
	font-size: 18px;
	line-height: 2;
    }
.company-l-text-area {
	display: flex;
	text-align: left;
	flex-direction: row;
	margin: 0 0 3% 14%;
    }
.company-l-text {
	padding: 20px 20px 70px 0;
    }
.company-l-text.four {
	padding: 20px 20px 60px 0;
    }
.company-l-text-area h2 {
	color: #fff;
	font-size: 30px;
	padding:0 0 20px 0;
    }
.company-l-text-area p {
	color: #fff;
	font-size: 18px;
	line-height: 2;
    }
.about-us-bunner-text{
	vertical-align: middle;
	padding: 150px;
	color: #fff;
    }
.about-us-bunner-text h1{
	color: #fff;
    }
.about-us-bunner-text h4{
	color: #fff;
    }
.about-us-bunner-area {
		padding: 50px 0 0 0;
    }
.about-us-bunner {
		height: 450px;
	    background-image:url('/usa/about-us/company/img/pc/KV05.jpg');
		background-size: cover;
		background-position:center;
    }
/* ワイドスクリーン用のCSS */
@media only screen and (min-width : 1921px) {
	.company01 {
		height: 650px;
	    background: linear-gradient(rgba(0, 0, 0, .5),  rgba(0, 0, 0, .5)), url('/usa/about-us/company/img/pc/KV01.jpg');
		background-size: cover;
	}
	.company01:hover {
	    background: linear-gradient(rgba(0, 0, 0, .25),  rgba(0, 0, 0, .25)), url('/usa/about-us/company/img/pc/KV01.jpg');
		background-size: cover;
	}
	.company02 {
		height: 650px;
	    background: linear-gradient(rgba(0, 0, 0, .5),  rgba(0, 0, 0, .5)), url('/usa/about-us/company/img/pc/KV02.jpg');
		background-size: cover;
	}
	.company02:hover {
	    background: linear-gradient(rgba(0, 0, 0, .25),  rgba(0, 0, 0, .25)), url('/usa/about-us/company/img/pc/KV02.jpg');
		background-size: cover;
	}
	.company03 {
		height: 650px;
	    background: linear-gradient(rgba(0, 0, 0, .5),  rgba(0, 0, 0, .5)), url('/usa/about-us/company/img/pc/KV03.jpg');
		background-size: cover;
	}
	.company03:hover {
	    background: linear-gradient(rgba(0, 0, 0, .25),  rgba(0, 0, 0, .25)), url('/usa/about-us/company/img/pc/KV03.jpg');
		background-size: cover;
	}
	.company04 {
		height: 650px;
	    background: linear-gradient(rgba(0, 0, 0, .5),  rgba(0, 0, 0, .5)), url('/usa/about-us/company/img/pc/KV04.jpg');
		background-size: cover;
	}
	.company04:hover {
	    background: linear-gradient(rgba(0, 0, 0, .25),  rgba(0, 0, 0, .25)), url('/usa/about-us/company/img/pc/KV04.jpg');
		background-size: cover;
	}
}
@media only screen and (max-width : 1920px) {
	.company01 {
		height: 540px;
	    background: linear-gradient(rgba(0, 0, 0, .5),  rgba(0, 0, 0, .5)), url('/usa/about-us/company/img/pc/KV01.jpg');
		background-size: cover;
	}
	.company01:hover {
	    background: linear-gradient(rgba(0, 0, 0, .25),  rgba(0, 0, 0, .25)), url('/usa/about-us/company/img/pc/KV01.jpg');
		background-size: cover;
	}
	.company02 {
		height: 540px;
	    background: linear-gradient(rgba(0, 0, 0, .5),  rgba(0, 0, 0, .5)), url('/usa/about-us/company/img/pc/KV02.jpg');
		background-size: cover;
	}
	.company02:hover {
	    background: linear-gradient(rgba(0, 0, 0, .25),  rgba(0, 0, 0, .25)), url('/usa/about-us/company/img/pc/KV02.jpg');
		background-size: cover;
	}
	.company03 {
		height: 540px;
	    background: linear-gradient(rgba(0, 0, 0, .5),  rgba(0, 0, 0, .5)), url('/usa/about-us/company/img/pc/KV03.jpg');
		background-size: cover;
	}
	.company03:hover {
	    background: linear-gradient(rgba(0, 0, 0, .25),  rgba(0, 0, 0, .25)), url('/usa/about-us/company/img/pc/KV03.jpg');
		background-size: cover;
	}
	.company04 {
		height: 540px;
	    background: linear-gradient(rgba(0, 0, 0, .5),  rgba(0, 0, 0, .5)), url('/usa/about-us/company/img/pc/KV04.jpg');
		background-size: cover;
	}
	.company04:hover {
	    background: linear-gradient(rgba(0, 0, 0, .25),  rgba(0, 0, 0, .25)), url('/usa/about-us/company/img/pc/KV04.jpg');
		background-size: cover;
	}
}
/* タブレット用のCSS */
@media only screen and (min-width : 575px) and (max-width : 1200px) {
	.company01 {
		height: 220px;
		background: linear-gradient(rgba(0, 0, 0, .5),  rgba(0, 0, 0, .5)), url('/usa/about-us/company/img/pc/KV01.jpg');
		background-size: cover;
	}
	.company02 {
		height: 220px;
		background: linear-gradient(rgba(0, 0, 0, .5),  rgba(0, 0, 0, .5)), url('/usa/about-us/company/img/pc/KV02.jpg');
		background-size: cover;
	}
	.company03 {
		height: 220px;
		background: linear-gradient(rgba(0, 0, 0, .5),  rgba(0, 0, 0, .5)), url('/usa/about-us/company/img/pc/KV03.jpg');
		background-size: cover;
	}
	.company04 {
		height: 280px;
		background: linear-gradient(rgba(0, 0, 0, .5),  rgba(0, 0, 0, .5)), url('/usa/about-us/company/img/pc/KV04.jpg');
		background-size: cover;
	}
    .company-r-text-area h2 {
	font-size: 18px;
	padding:0
}
    .company-r-text-area p {
	font-size: 14px;
}
	.company-l-text-area {
	margin: 0 0 3% 10%;
}
    .company-l-text-area h2 {
	font-size: 18px;
	padding:0
}
    .company-l-text-area p {
	font-size: 14px;
}
	.about-us-bunner-area {
		padding: 0 0 120px 0;
    }
	.about-us-bunner {
		height: 400px;
	    background-image:url('/usa/about-us/company/img/sp/KV10.jpg');
		background-size: cover;
		background-position:center;
    }
	.about-us-bunner-text h4{
	font-size: 18px;
    }
}

/* スマホ用のCSS */
@media only screen and (max-width: 575px) {
	.company01 {
		height: 550px;
		background-image:url('/usa/about-us/company/img/sp/KV06.jpg');
	}
	.company01:hover {
		height: 550px;
		background-image:url('/usa/about-us/company/img/sp/KV06.jpg');
	}
	.company02 {
		height: 550px;
		background-image:url('/usa/about-us/company/img/sp/KV07.jpg');
	}
	.company02:hover {
		height: 550px;
		background-image:url('/usa/about-us/company/img/sp/KV07.jpg');
	}
	.company03 {
		height: 550px;
		background-image:url('/usa/about-us/company/img/sp/KV08.jpg');
	}
	.company03:hover {
		height: 550px;
		background-image:url('/usa/about-us/company/img/sp/KV08.jpg');
	}
	.company04 {
		height: 550px;
		background-image:url('/usa/about-us/company/img/sp/KV09.jpg');
	}
	.company04:hover {
		height: 550px;
		background-image:url('/usa/about-us/company/img/sp/KV09.jpg');
	}
	.company-r-text-area {
	display: flex;
	text-align: left;
	flex-direction: column;
	margin: 0 0 0 25px;
    }
    .company-r-text-area h2 {
	color: #333;
    font-size: 18px;
    }
    .company-r-text-area p {
      color: #333;
	font-size: 14px;
	line-height: 1.8;
	padding: 0 0 0 0;
    }
	.company-l-text-area {
	display: flex;
	text-align: left;
	flex-direction: column;
	margin: 0 0 0 30px;
    }
    .company-l-text-area h2 {
	color: #333;
    font-size: 18px;
    }
    .company-l-text-area p {
      color: #333;
	font-size: 14px;
	line-height: 1.8;
	padding: 0 0 0 0;
    }
	.company-r-text .btn-outline-light {
    color: #333;
    border-color: #333;
	margin-bottom: 20px;
    }
	.company-l-text .btn-outline-light {
    color: #333;
    border-color: #333;
	margin-bottom: 20px;
    }
	.about-us-bunner-area {
		padding: 0 0 120px 0;
    }
	.about-us-bunner {
		height: 200px;
	    background-image:url('/usa/about-us/company/img/sp/KV10.jpg');
		background-size: cover;
		background-position:center;
    }
	.about-us-bunner-text{
	padding: 30px 0 0 0;
    }
	.about-us-bunner-text h4{
	font-size: 16px;
    }
}
/*
/*
-----------------------------------------------------------------------
	MESSAGE CSS
-----------------------------------------------------------------------
*/
/* ワイドスクリーン用のCSS */
@media only screen and (min-width : 1921px) {
	.message-img {
		height: 700px;
	    background-image:url('/usa/about-us/company/message/img/pc/KV01.jpg');
	}
}
@media only screen and (max-width : 1920px) {
	.message-img {
		height: 520px;
	    background-image:url('/usa/about-us/company/message/img/pc/KV01.jpg');
	}
}
/* タブレット用のCSS */
@media only screen and (min-width : 575px) and (max-width : 1200px) {
	.message-img {
		height: 450px;
		background-image:url('/usa/about-us/company/message/img/sp/KV02.jpg');
	}
}

/* スマホ用のCSS */
@media only screen and (max-width: 575px) {
	.message-img {
		height: 240px;
		background-image:url('/usa/about-us/company/message/img/sp/KV02.jpg');
	}
}
@media only screen and (max-width: 395px) {
	.message-img {
		height: 220px;
		background-image:url('/usa/about-us/company/message/img/sp/KV02.jpg');
	}
}
.message-page-wrapper {
        position: relative;
   }
.message-page-wrapper .title {
        font-family: 'Noto Sans JP',sans-serif;
        font-weight: normal;
        letter-spacing: -0.15px;
        margin-bottom: 40px;
    }
.message-area{
		padding: 100px 25px 50px 25px;
	}
.message-area p{
		font-size: 18px;
	}
.message-text {
		padding: 50px 0 0 0;
	}
.message-text p {
		margin: 10px;
	}
@media only screen and (max-width: 575px) {
.message-area h6{
		font-size: 0.8rem
	} 
.message-area p{
		font-size: 14px;
	}
    }
/*
-----------------------------------------------------------------------
	OUTLINE CSS
-----------------------------------------------------------------------
*/
/* ワイドスクリーン用のCSS */
@media only screen and (min-width : 1921px) {
	.companyinfo-img {
		height: 700px;
	    background-image:url('/usa/about-us/company/outline/img/pc/KV01.jpg');
	}
}
@media only screen and (max-width : 1920px) {
	.companyinfo-img {
		height: 520px;
	    background-image:url('/usa/about-us/company/outline/img/pc/KV01.jpg');
	}
}
/* タブレット用のCSS */
@media only screen and (min-width : 575px) and (max-width : 1200px) {
	.companyinfo-img {
		height: 450px;
		background-image:url('/usa/about-us/company/outline/img/sp/KV02.jpg');
	}
}

/* スマホ用のCSS */
@media only screen and (max-width: 575px) {
	.companyinfo-img {
		height: 240px;
		background-image:url('/usa/about-us/company/outline/img/sp/KV02.jpg');
	}
}
@media only screen and (max-width: 395px) {
	.companyinfo-img {
		height: 220px;
		background-image:url('/usa/about-us/company/outline/img/sp/KV02.jpg');
	}
}
.companyinfo-page-wrapper {
        position: relative;
   }
.companyinfo-page-wrapper .title {
        font-family: 'Noto Sans JP',sans-serif;
        font-weight: normal;
        letter-spacing: -0.15px;
        margin-bottom: 40px;
    }
.companyinfo-area{
		padding: 100px;
	}
.companyinfo-area-text {
        width: 100%;
	    font-size: 18px;
    }

.companyinfo-area-text tr {
     padding: 20px;
    }
.companyinfo-area-text td {
     line-height: 80px;
    }
.companyinfo-area-text td.list {
     line-height: 50px;
	 padding-top: 15px;
    }

.companyinfo-area-text th {
     font-weight: 400;
	 text-align: right;
	 color: #7b7b7b;
	 line-height: 80px;
	 padding-right: 30px;
	 width: 20%;
    }

@media screen and (max-width: 767px) {
    .companyinfo-area{
		padding: 20px 0 80px 20px;
	}
    .companyinfo-area-text, .companyinfo-area-text tr, .companyinfo-area-text td, .companyinfo-area-text th {
	     display:block;
	}
    .companyinfo-area-text th {
	     width:auto;
	     text-align: left;
	}
}
@media only screen and (max-width: 575px) {
    .companyinfo-area h6{
		font-size: 0.8rem
	} 
    .companyinfo-area-text {
	    font-size: 14px;
    }
	.companyinfo-area-text td {
     line-height: 30px;
    }
    .companyinfo-area-text th {
	 line-height: 30px;
	 padding-right: 0;
    }
	.companyinfo-area-text td.list {
     line-height: 30px;
	 padding-top: 0;
    }
    }
/*
-----------------------------------------------------------------------
	GLOBAL-NETWORK CSS
-----------------------------------------------------------------------
*/
   .global-network-page-wrapper {
        position: relative;
   }
   .global-network-page-wrapper .title {
        font-family: 'Noto Sans JP',sans-serif;
        font-weight: bold;
        letter-spacing: -0.15px;
        margin-bottom: 0;
	    padding: 0;
	    font-size: 18px;
    }
   .global-network-page-wrapper .title h1 {
        font-family: 'Barlow Semi Condensed',sans-serif;
	    font-size: 45px;
	    font-weight: 600;
    }
   .global-network-page-wrapper .title p {
        padding-top: 5px;
    }
    .global-network-filter-menu {
        margin: 0;
		font-size: 18px;
    }
    .global-network-filter-menu a {
		font-size: 18px;
    }
    .global-network-filter-menu h6 {
        font-family: 'Barlow',sans-serif;
	    font-weight: 600;
		font-size: 18px;
    }
    .global-network-filter-menu hr {
        margin: 0 60px 0 0;
    }
    .bg-gray {
       background-color: #f7f7f7;
    }
    .map-link {
       color: #7b7b7b;
    }

/* ワイドスクリーン用のCSS */
@media only screen and (min-width : 1921px) {
	.global-network {
		height: 700px;
	    background-image:url('/usa/about-us/company/global-network/img/pc/KV01.jpg');
	}
}
@media only screen and (max-width : 1920px) {
	.global-network {
		height: 520px;
	    background-image:url('/usa/about-us/company/global-network/img/pc/KV01.jpg');
	}
}
/* タブレット用のCSS */
@media only screen and (min-width : 575px) and (max-width : 1200px) {
	.global-network {
		height: 450px;
		background-image:url('/usa/about-us/company/global-network/img/sp/KV02.jpg');
	}
}

/* スマホ用のCSS */
@media only screen and (max-width: 575px) {
	.global-network {
		height: 240px;
		background-image:url('/usa/about-us/company/global-network/img/sp/KV02.jpg');
	}
}
@media only screen and (max-width: 395px) {
	.global-network {
		height: 220px;
		background-image:url('/usa/about-us/company/global-network/img/sp/KV02.jpg');
	}
}
@media only screen and (max-width: 991px) {
.global-network-filter-menu {
        padding: 40px;
    }
  }
.global-network-filter-menu button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #333;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.1;
  margin-right: 20px;
  padding: 0;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.global-network-filter-menu button.country-info {
  padding: 0 0 15px 0;
}
.global-network-filter-menu button:last-child {
  margin-right: 0;
}
.global-network-filter-menu button:after {
  background-color: #535353;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  width: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.global-network-filter-menu button.active:after, .global-network-filter-menu button:hover:after {
  left: 0;
  width: 100%;
}
.global-network-area{
		padding: 100px 0 100px 0;
	}
.global-network-area-text {
        width: 100%;
	    font-size: 18px;
    }
.global-network-area-text th, .global-network-area-text td {
     border-bottom: 1px solid #ccc;
     padding: 20px 0 20px 20px;
    }
.global-network-area-text tr.country-info {
	    margin-top: 20px;
	}
.map-pin01{
  position: absolute;
  top: 45.3%;
  left: 61.05%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 0.75%;
  z-index: 20;
}
.map-pin02{
  position: absolute;
  top: 44%;
  left: 47.1%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 0.75%;
  z-index: 21;
}
.map-pin03{
  position: absolute;
  top: 46.8%;
  left: 44.84%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 0.75%;
  z-index: 22;
}
.map-pin04{
  position: absolute;
  top: 51%;
  left: 44.7%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 0.75%;
  z-index: 23;
}
.map-pin05{
  position: absolute;
  top: 50.8%;
  left: 43.9%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 0.75%;
  z-index: 24;
}
.map-pin06{
  position: absolute;
  top: 56.5%;
  left: 42.9%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 0.75%;
  z-index: 25;
}
.map-pin07{
  position: absolute;
  top: 48.7%;
  left: 38.9%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 0.75%;
  z-index: 26;
}
    .map-pin01 img, .map-pin02 img, .map-pin03 img, .map-pin04 img, .map-pin05 img, .map-pin06 img, .map-pin07 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
.global-network-area{
		padding: 0 0 0 20px;
	}
.global-network-area-text, .global-network-area-text tr, .global-network-area-text td, .global-network-area-text th {
	     display:block;
	}
.global-network-area-text th {
	     width:auto;
	     text-align: left;
	}
.global-network-area-text tr.country-info td {
	    display: none;
	}
.global-network-page-wrapper .title {
	    padding-bottom: 20px;
    }
}
@media only screen and (max-width: 575px) {
.global-network-area h6{
		font-size: 0.8rem
	}
.map-pin01{
  top: 45.3%;
  left: 72.05%;
  width: 1.5%;
}
.map-pin02{
  top: 44%;
  left: 44.1%;
  width: 1.5%;
}
.map-pin03{
  top: 46.8%;
  left: 39.84%;
  width: 1.5%;
}
.map-pin04{
  top: 51%;
  left: 39.7%;
  width: 1.5%;
}
.map-pin05{
  top: 50.8%;
  left: 37.9%;
  width: 1.5%;
}
.map-pin06{
  top: 56.5%;
  left: 35.9%;
  width: 1.5%;
}
.map-pin07{
  top: 48.7%;
  left: 27.8%;
  width: 1.5%;
}
.global-network-area-text {
   font-size: 14px;
    }
.global-network-page-wrapper .title {
   font-size: 14px;
    }
.global-network-filter-menu {
   font-size: 14px;
    }
.global-network-filter-menu a {
   font-size: 14px;
    }
.global-network-filter-menu h6 {
   font-size: 14px;
    }
    }
@media only screen and (max-width: 415px) {
	.global-network-area{
		padding: 10px;
	}
	.global-network-area-text th {
     border-bottom: none;
     padding: 20px 20px 0 20px;
    }
}
/*
-----------------------------------------------------------------------
	ENVIRONMENT-SOCIETY CSS
-----------------------------------------------------------------------
*/
   .environment-society-page-wrapper {
        position: relative;
   }
   .environment-society-page-wrapper .title {
        font-family: 'Noto Sans JP',sans-serif;
	    font-size: 18px;
        font-weight: bold;
        letter-spacing: -0.15px;
        margin-bottom: 40px;
    }
   .environment-society-page-wrapper .title h1 {
        font-family: 'Barlow Semi Condensed',sans-serif;
	    font-size: 45px;
	    font-weight: 600;
    }
   .environment-society-page-wrapper h3.title {
	    font-size: 34px;
    }
   .environment-society-page-wrapper h5.title {
	    font-size: 24px;
    }
   .environment-society-page-wrapper .title p {
        padding-top: 5px;
    }
    .environment-society-health-area{
		padding: 50px 25px 50px 25px;
	}
    .environment-society-health-area p{
		font-size: 18px;
	}
    .environment-society-green-area{
		padding: 50px 25px 50px 25px;
	}
    .environment-society-woman-area{
		padding: 50px 25px 50px 25px;
	}
    .environment-society-woman-area p{
		font-size: 18px;
	}
    .environment-society-green-area{
		padding: 50px 25px 50px 25px;
	}
    .environment-society-icon{
		width: 90px;
	}
    .environment-society-text{
		width: auto;
	}
    .environment-society-text.one{
		width: 480px;
	}
    .environment-society-text.two{
		width: 650px;
	}
    .environment-society-text p{
		margin: 0;
	}
    .environment-society-text small{
		font-size: 50%
	}
    .environment-society-text small span{
		font-size: 70%;
		font-weight: 500;
	}
    .environment-society-sign {
		padding: 20px;
	}
/* ワイドスクリーン用のCSS */

/* タブレット用のCSS */
@media only screen and (min-width : 575px) and (max-width : 1200px) {
	.environment-society-health-area {
		padding: 50px;
	}
	.environment-society-page-wrapper h3.title {
	    font-size: 28px;
    }
	.environment-society-text.two{
		width: 580px;
	}
	.environment-society-text.three{
		width: 580px;
	}
}

/* スマホ用のCSS */
@media only screen and (max-width: 575px) {
	.environment-society-text{
		width: 260px;
		padding: 0;
	}
	.environment-society-text.indent p{
		padding-left:1em;
	    text-indent:-1.2em;
	}
	.environment-society-woman-area {
		padding: 50px 25px 0 25px;
	}
	.environment-society-health-area p{
		font-size: 14px;
	}
	.environment-society-woman-area p{
		font-size: 14px;
	}
	.environment-society-page-wrapper h3.title {
	    font-size: 20px;
    }
	.environment-society-page-wrapper h5.title {
	    font-size: 16px;
    }
	.environment-society-page-wrapper h6.title {
	    margin-bottom:10px;
    }
	.environment-society-text.one{
		width: 250px;
	}
	.environment-society-text.two{
		width: 250px;
	}
}
@media only screen and (max-width: 395px) {
	.environment-society-icon{
		width: 74px;
	}
}
@media only screen and (max-width: 376px) {
	.environment-society-illust {
		height: 315px;
	}
	.environment-society-icon{
		width: 60px;
	}
}
  .environment-filter-menu {
  margin: 20px 0 20px 0;
}
@media only screen and (max-width: 1199px) {
  .environment-filter-menu {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .environment-filter-menu {
    margin-bottom: 35px;
	white-space: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .environment-filter-menu::-webkit-scrollbar {
      display:none;
  }
}
.environment-filter-menu button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #333;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.1;
  margin-right: 38.74px;
  padding: 0;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .environment-filter-menu button {
    margin-right: 25px;
  }
}
.environment-filter-menu button:last-child {
  margin-right: 0;
}
.environment-filter-menu button:after {
  background-color: #535353;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  width: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.environment-filter-menu button.active:after, .environment-filter-menu button:hover:after {
  left: 0;
  width: 100%;
}
/*
-----------------------------------------------------------------------
	SECURITY-POLICY CSS
-----------------------------------------------------------------------
*/
.security-policy-page-wrapper {
        position: relative;
   }
.security-policy-page-wrapper .title {
        font-family: 'Noto Sans JP',sans-serif;
        font-weight: normal;
        letter-spacing: -0.15px;
        margin-bottom: 40px;
    }
.security-policy-area{
		padding: 50px 25px 50px 25px;
	}
.security-policy-text {
		padding: 50px 0 0 0;
	}
.security-policy-text p {
		margin: 0;
	}
@media only screen and (max-width: 575px) {
.security-policy-area h6{
		font-size: 0.8rem
	}    
    }
 /*
-----------------------------------------------------------------------
	PRIVACY-POLICY CSS
-----------------------------------------------------------------------
*/
.privacy-policy-page-wrapper {
        position: relative;
   }
.privacy-policy-page-wrapper .title {
        font-family: 'Noto Sans JP',sans-serif;
        font-weight: normal;
        letter-spacing: -0.15px;
        margin-bottom: 40px;
    }
.privacy-policy-area{
		padding: 50px 25px 50px 25px;
	}
.privacy-policy-text {
		padding: 50px 0 100px 0;
	}
.privacy-policy-text p {
		margin: 0;
	}
@media only screen and (min-width : 1921px) {
	.privacy-policy-img {
		height: 155px;
	    background-image:url('/usa/about-us/privacy-policy/img/pc/privacy-tel-pc.jpg');
	}
}
@media only screen and (max-width : 1920px) {
	.privacy-policy-img {
		height: 155px;
	    background-image:url('/usa/about-us/privacy-policy/img/pc/privacy-tel-pc.jpg');
	}
}
@media only screen and (min-width : 768px) and (max-width : 1200px) {
	.privacy-policy-img {
		height: 95px;
	    background-image:url('/usa/about-us/privacy-policy/img/pc/privacy-tel-pc.jpg');
	}
}
@media only screen and (max-width: 575px) {
    .privacy-policy-area h6{
		font-size: 0.8rem
	}
    .privacy-policy-img {
		height: 260px;
	    background-image:url('/usa/about-us/privacy-policy/img/sp/privacy-tel-sp.jpg');
	}
    }
@media only screen and (max-width: 395px) {
	.privacy-policy-img {
		height: 240px;
	    background-image:url('/usa/about-us/privacy-policy/img/sp/privacy-tel-sp.jpg');
	}
}
@media only screen and (max-width: 376px) {
	.privacy-policy-img {
		height: 235px;
	    background-image:url('/usa/about-us/privacy-policy/img/sp/privacy-tel-sp.jpg');
	}
}
/*
-----------------------------------------------------------------------
	SOCIAL-MEDIA-POLICY CSS
-----------------------------------------------------------------------
*/
.social-media-policy-page-wrapper {
        position: relative;
   }
.social-media-policy-page-wrapper .title {
        font-family: 'Noto Sans JP',sans-serif;
        font-weight: normal;
        letter-spacing: -0.15px;
        margin-bottom: 40px;
    }
.social-media-policy-area{
		padding: 50px 25px 50px 25px;
	}
.social-media-policy-text {
		padding: 50px 0 0 0;
	}
.social-media-policy-text p {
		margin: 0;
	}
/*
-----------------------------------------------------------------------
	ABOUT-USE CSS
-----------------------------------------------------------------------
*/
.about-use-page-wrapper {
        position: relative;
   }
.about-use-page-wrapper .title {
        font-family: 'Noto Sans JP',sans-serif;
        font-weight: normal;
        letter-spacing: -0.15px;
        margin-bottom: 40px;
    }
.about-use-area{
		padding: 50px 25px 50px 25px;
	}
.about-use-text {
		padding: 50px 0 0 0;
	}
.about-use-text p {
		margin: 0;
	}
@media only screen and (max-width: 575px) {
.about-use-area h6{
		font-size: 0.8rem
	}    
    }
/*
-----------------------------------------------------------------------
	QUALITY-POLICY CSS
-----------------------------------------------------------------------
*/
.quality-policy-page-wrapper {
        position: relative;
   }
.quality-policy-page-wrapper .title {
        font-family: 'Noto Sans JP',sans-serif;
        font-weight: normal;
        letter-spacing: -0.15px;
        margin-bottom: 40px;
    }
.quality-policy-area{
		padding: 50px 25px 50px 25px;
	}
.quality-policy-text {
		padding: 50px 0 0 0;
	}
.quality-policy-text p {
		margin: 0;
	}
@media only screen and (max-width: 575px) {
.quality-policy-area h6{
		font-size: 0.8rem
	}    
    }
/*
-----------------------------------------------------------------------
  Sns Logo CSS
-----------------------------------------------------------------------
*/
.sns-slider {
  align-items: center;
}

.sns-area {
  padding: 10px 0 10px 0;
  background-color: #333333;
}

.sns-area-text {
 font-size: 24px;
 color: #c2c2c2;
 padding: 0 0 5px 0;
}

.sns-area-icon a{
 font-size: 34px;
 color: #c2c2c2;
}

.sns-area-icon a:hover{
 opacity:0.5;
}
.sns-area-icon li {
 padding: 12px;
 display: inline;
}
@media only screen and (max-width: 575px) {
.sns-area-icon img{
 width: 30px;
} 
 .sns-area-icon li {
 padding: 5px;
}
}
/*

/*
-----------------------------------------------------------------------
  Breadcrumb CSS
-----------------------------------------------------------------------
*/

.breadcrumb-area {
 padding: 0;
}

.breadcrumb-text {
 text-align: left;
 color: #888888;
 padding: 20px 0 20px 0;
}

.breadcrumb-text li {
 display: inline;
 padding: 0 5px 0 5px;
}
.breadcrumb-area a {
 color: #888888;
}
.breadcrumb-area a:hover{
 color: #1c1c1c;
}
@media only screen and (max-width: 1199px) {
 .breadcrumb-area {
 display: none;
}
}
/*
-----------------------------------------------------------------------
	404 CSS
-----------------------------------------------------------------------
*/
/* ワイドスクリーン用のCSS */
@media only screen and (min-width : 1921px) {
	.message-img {
		height: 700px;
	    background-image:url('/ja/jpn/about-us/company/message/img/pc/KV01.jpg');
	}
}
@media only screen and (max-width : 1920px) {
	.message-img {
		height: 520px;
	    background-image:url('/ja/jpn/about-us/company/message/img/pc/KV01.jpg');
	}
}
/* タブレット用のCSS */
@media only screen and (min-width : 575px) and (max-width : 1200px) {
	.message-img {
		height: 450px;
		background-image:url('/ja/jpn/about-us/company/message/img/sp/KV02.jpg');
	}
}

/* スマホ用のCSS */
@media only screen and (max-width: 575px) {
	.message-img {
		height: 240px;
		background-image:url('/ja/jpn/about-us/company/message/img/sp/KV02.jpg');
	}
}
@media only screen and (max-width: 395px) {
	.message-img {
		height: 220px;
		background-image:url('/ja/jpn/about-us/company/message/img/sp/KV02.jpg');
	}
}
.message-page-wrapper {
        position: relative;
   }
.message-page-wrapper .title {
        font-family: 'Noto Sans JP',sans-serif;
        font-weight: normal;
        letter-spacing: -0.15px;
        margin-bottom: 40px;
    }
.message-area{
		padding: 100px 25px 50px 25px;
	}
.message-text {
		padding: 50px 0 0 0;
	}
.message-text p {
		margin: 10px;
	}
@media only screen and (max-width: 575px) {
.message-area h6{
		font-size: 0.8rem
	}    
    }
/*
/*
-----------------------------------------------------------------------
  Icon Box CSS
-----------------------------------------------------------------------
*/
.icon-box-style1 .icon-box-item {
  display: flex;
  margin-bottom: 96px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .icon-box-style1 .icon-box-item {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .icon-box-style1 .icon-box-item {
    margin-bottom: 50px;
  }
}
.icon-box-style1 .icon-box-item .icon {
  color: #1c1c1c;
  font-size: 72px;
  float: left;
  line-height: 1;
  margin-right: 26px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.icon-box-style1 .icon-box-item .content {
  font-size: 14px;
}
.icon-box-style1 .icon-box-item .content .title {
  font-size: 16px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 575px) {
  .icon-box-style1 .icon-box-item .content .title {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.icon-box-style1 .icon-box-item .content .title a {
  color: #0e0e0e;
}
.icon-box-style1 .icon-box-item .content .title a:hover {
  color: #1c1c1c;
}
.icon-box-style1 .icon-box-item .content p {
  font-size: 13px;
  line-height: 24px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.icon-box-style1 .icon-box-item .content .btn-theme {
  margin-top: 10px;
}
.icon-box-style1 .icon-box-item:hover .content p {
  color: #333;
}

.icon-box-style2 .icon-box-item {
  position: relative;
  z-index: 0;
}
.icon-box-style2 .icon-box-item:before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}


/* 06.01. Home One Intro CSS */
.intro-slider-wrap {
  background-color: #fff;
  padding: 0 60px;
}
@media only screen and (max-width: 1399px) {
  .intro-slider-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .intro-slider-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .intro-slider-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.intro-slider-wrap .swiper-pagination {
  position: absolute;
  bottom: 40px;
}

.intro-section {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  height: 845px;
  padding: 50px 0;
}
@media only screen and (max-width: 1399px) {
  .intro-section {
    height: 600px;
  }
}
@media only screen and (max-width: 1199px) {
  .intro-section {
    height: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .intro-section {
    height: 450px;
  }
}
@media only screen and (max-width: 575px) {
  .intro-section {
    height: 450px;
  }
}
@media only screen and (max-width: 479.98px) {
  .intro-section {
    height: 400px;
  }
}
.intro-section .container {
  z-index: 9;
}

.intro-content {
  text-align: center;
}
.intro-content .sub-title {
  display: block;
  font-size: 24px;
  line-height: 1.3;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .intro-content .sub-title {
    font-size: 18px;
    letter-spacing: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .intro-content .sub-title {
    font-size: 18px;
    letter-spacing: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .intro-content .sub-title {
    font-size: 16px;
    letter-spacing: 10px;
  }
}
@media only screen and (max-width: 479.98px) {
  .intro-content .sub-title {
    font-size: 16px;
    letter-spacing: 10px;
    margin-bottom: 20px;
  }
}
.intro-content .title {
  font-size: 58px;
  line-height: 1.2;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .intro-content .title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 991px) {
  .intro-content .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .intro-content .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 479.98px) {
  .intro-content .title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.intro-content .desc p {
  font-size: 14px;
  line-height: 1.67;
  color: #fff;
}
.intro-content .intro-btn {
  display: block;
  margin-top: 80px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
}
@media only screen and (max-width: 1199px) {
  .intro-content .intro-btn {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .intro-content .intro-btn {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 479.98px) {
  .intro-content .intro-btn {
    font-size: 16px;
    margin-top: 20px;
  }
}

.intro-content > * {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeOutUp;
}

.intro-slider .main-slider-nav {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.25);
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: block;
  text-align: center;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.intro-slider .main-slider-nav::after {
  display: none;
}
.intro-slider .main-slider-nav i {
  font-size: 40px;
  line-height: 1;
  vertical-align: middle;
}
.intro-slider .main-slider-nav:hover {
  color: red;
}
.intro-slider .home-slider-prev {
  left: 30px;
}
.intro-slider .home-slider-next {
  right: 30px;
}
.intro-slider .home-slider-next::after {
  display: none;
}
.intro-slider:hover .main-slider-nav {
  opacity: 1;
  visibility: visible;
}

.swiper-slide-active .intro-content > * {
  animation-name: fadeInUp;
}
.swiper-slide-active .intro-content > *:nth-child(1) {
  animation-delay: 0.5s;
}
.swiper-slide-active .intro-content > *:nth-child(2) {
  animation-delay: 1s;
}
.swiper-slide-active .intro-content > *:nth-child(3) {
  animation-delay: 1.5s;
}
.swiper-slide-active .intro-content > *:nth-child(4) {
  animation-delay: 2s;
}
.swiper-slide-active .intro-content > *:nth-child(5) {
  animation-delay: 2.5s;
}
.swiper-slide-active .intro-content > *:nth-child(6) {
  animation-delay: 3s;
}
/*
-----------------------------------------------------------------------
  Footer CSS
-----------------------------------------------------------------------
*/
.footer-area {
  background-color: #1c1c1c;
  color: #fff;
  padding: 5px 0 5px;
}
.footer-area p {
  margin-top: 0;
  font-size: 10px;
}
.nav-link {
  color: #fff;
  padding: 35px 0 35px 0;
}
.nav-link:hover {
  color: #7b7b7b;
}
@media only screen and (max-width: 991px) {
  .nav-link {
  padding: 0 0 10px 0;
}
}
@media only screen and (max-width: 400px) {
  .nav-link.contents {
  display: none;
}
}

@media screen and (max-width: 991px) {
  html, body {
    width: 100vw;
  }
}
/*
-----------------------------------------------------------------------
  Slider CSS
-----------------------------------------------------------------------
*/
.aboutus-page-wrapper {
  /* overflow-x:hidden; */
}

.scroll-wrapper {
  scroll-snap-type: y mandatory;
  /* scroll-snap */
  width: 100vw;
  /* 任意 */
  height: 100vh;
  /* 任意 */
  overflow-y: scroll;
  /* 必要です */
  overflow-x: hidden;
  position: fixed;
  z-index: -1;
}

.page-title-area {
  scroll-snap-align: start;
  /* scroll-snap */
}

.top-fade-up {
  animation-duration: 0.5s;
}

.top-fade-up>.top-fade-up:first-child {
  animation-delay: 0ms;
}

.top-fade-up>.top-fade-up:nth-child(2) {
  animation-delay: 200ms;
}

.top-fade-up>.top-fade-up:nth-child(3) {
  animation-delay: 400ms;
}

.top-fade-up>.top-fade-up:nth-child(4) {
  animation-delay: 600ms;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}

.top-transparent {
  opacity: 0;
}


@supports (-webkit-touch-callout: none) {
.page-not-found-area ,
.coming-soon-area ,
.preloader-wrap ,
.off-canvas-wrapper ,
.off-canvas-wrapper .off-canvas-inner ,
.main-search-active ,
.life-story ,
.vision ,
.mission ,
.value ,
.technology ,
.history-top ,
.sustainability ,
.awardstop ,
.sustainability ,
.scroll-wrapper {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}