
/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/
/*@import url("https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");*/


/* :: 3.0 Base CSS */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", sans-serif;
	color: #000000;
	line-height: 1.3;
	font-weight: 500;
}
p {
	font-family: "Poppins", sans-serif;
	color: #000000;
	font-size: 18px;
	line-height: 1.8;
	font-weight: 400;
}
a, a:hover, a:focus {
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	text-decoration: none;
	outline: 0 solid transparent;
	color: #000000;
	font-weight: 500;
	font-size: 16px;
}
ul, ol {
	margin: 0;
}
ul li,  ol li {
	list-style: none;
}
img {
	height: auto;
	max-width: 100%;
}

.mvh-100 {
	min-height: 100vh;
}


/* :: 3.1.0 Spacing */
.mt-15 {
	margin-top: 15px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-25 {
	margin-top: 25px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-40 {margin-top: 40px !important;
}
.mt-50 {
	margin-top: 50px !important;
}
.mt-70 {
	margin-top: 70px !important;
}
.mt-100 {
	margin-top: 100px !important;
}
.mt-200 {
	margin-top: 200px !important;
}
.mt-250 {
	margin-top: 250px !important;
}
.mt-300 {
	margin-top: 300px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.mb-70 {
	margin-bottom: 70px !important;
}
.mb-100 {
	margin-bottom: 100px !important;
}
.ml-15 {
	margin-left: 15px !important;
}
.ml-20 {
	margin-left: 15px !important;

}
.ml-30 {
	margin-left: 30px !important;
}
.ml-50 {
	margin-left: 50px !important;
}
.mr-15 {
	margin-right: 15px !important;
}
.mr-30 {
	margin-right: 30px !important;
}
.mr-50 {
	margin-right: 50px !important;
}
/* :: 3.2.0 Height */
.height-400 {
	height: 400px !important;
}
.height-500 {
	height: 500px !important;
}
.height-600 {
	height: 600px !important;
}
.height-700 {
	height: 700px !important;
}
.height-800 {
	height: 800px !important;
}
/* :: 3.4.0 Preloader */
.preloader {
	background-color: #688bfe;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
}
.preloader .lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}
.preloader .lds-ellipsis div {
	position: absolute;
	top: 29px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #ffffff;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
	left: 11px;
}
.preloader .lds-ellipsis div:nth-child(1) {
	left: 6px;
	-webkit-animation: lds-ellipsis1 0.6s infinite;
	animation: lds-ellipsis1 0.6s infinite;
}
.preloader .lds-ellipsis div:nth-child(2) {
	left: 6px;
	-webkit-animation: lds-ellipsis2 0.6s infinite;
	animation: lds-ellipsis2 0.6s infinite;
}
.preloader .lds-ellipsis div:nth-child(3) {
	left: 26px;
	-webkit-animation: lds-ellipsis2 0.6s infinite;
	animation: lds-ellipsis2 0.6s infinite;
}
.preloader .lds-ellipsis div:nth-child(4) {
	left: 45px;
	-webkit-animation: lds-ellipsis3 0.6s infinite;
	animation: lds-ellipsis3 0.6s infinite;
}
 @-webkit-keyframes lds-ellipsis1 {
 0% {
 -webkit-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
}
 100% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
@keyframes lds-ellipsis1 {
 0% {
 -webkit-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
}
 100% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
@-webkit-keyframes lds-ellipsis3 {
 0% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
 100% {
 -webkit-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
}
}
@keyframes lds-ellipsis3 {
 0% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
 100% {
 -webkit-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
}
}
@-webkit-keyframes lds-ellipsis2 {
 0% {
 -webkit-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 transform: translate(0, 0);
}
 100% {
 -webkit-transform: translate(19px, 0);
 -ms-transform: translate(19px, 0);
 transform: translate(19px, 0);
}
}
@keyframes lds-ellipsis2 {
 0% {
 -webkit-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 transform: translate(0, 0);
}
 100% {
 -webkit-transform: translate(19px, 0);
 -ms-transform: translate(19px, 0);
 transform: translate(19px, 0);
}
}

/*-------------------------------------------
　　ヘッダーエリア
---------------------------------------------*/

/* :: 4.0 Header Area CSS */
.header-area {
	position: absolute;
	z-index: 1000;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
}
.header-area .ace-main-menu {
	position: relative;
	width: 100%;
	z-index: 1;
	padding: 0;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
}

@media only screen and (max-width: 767px) {
.header-area .ace-main-menu {
	padding: 0;
}
}
.header-area .ace-main-menu .classy-nav-container {
	background-color: #ffffff;
}
.header-area .ace-main-menu .classy-navbar {
	height: 100px;
	padding: 0;
	background-color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-area .ace-main-menu .classy-navbar {
	height: 70px;
}
}

@media only screen and (max-width: 767px) {
.header-area .ace-main-menu .classy-navbar {
	height: 70px;
}
}
 @media only screen and (max-width: 767px) {
.header-area .ace-main-menu .classy-navbar .nav-brand {
	width: 80px;
	margin-right: 10px;
	 }
}
.header-area .ace-main-menu .classy-navbar .classynav ul li a {
	font-weight: 500;
	text-transform: capitalize;
	font-size: 18px;
	padding: 0 10px;
	color: #212121;
}
.header-area .ace-main-menu .classy-navbar .classynav ul li a:hover, .header-area .ace-main-menu .classy-navbar .classynav ul li a:focus {
	color: #ff7902;
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
 .header-area .ace-main-menu .classy-navbar .classynav ul li a {
 font-size: 16px;
 padding: 0 5px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
 .header-area .ace-main-menu .classy-navbar .classynav ul li a {
 color: #212121;
 font-size: 16px;
}
}
 @media only screen and (max-width: 767px) {
 .header-area .ace-main-menu .classy-navbar .classynav ul li a {
 color: #212121;
 font-size: 16px;
}
}
.header-area .ace-main-menu .classy-navbar .classynav > ul > li:first-child a {
	padding-left: 0;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
 .header-area .ace-main-menu .classy-navbar .classynav > ul > li:first-child a {
 padding-left: 10px;
}
}
 @media only screen and (max-width: 767px) {
 .header-area .ace-main-menu .classy-navbar .classynav > ul > li:first-child a {
 padding-left: 10px;
}
}
.header-area .ace-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,  .header-area .ace-main-menu .classy-navbar .classynav ul li.has-down > a::after {
	color: #ffffff;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
 .header-area .ace-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,  .header-area .ace-main-menu .classy-navbar .classynav ul li.has-down > a::after {
 color: #212121;
}
}
 @media only screen and (max-width: 767px) {
 .header-area .ace-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,  .header-area .ace-main-menu .classy-navbar .classynav ul li.has-down > a::after {
 color: #212121;
}
}
.header-area .ace-main-menu .classy-navbar .classynav ul li ul li.megamenu-item > a::after,  .header-area .ace-main-menu .classy-navbar .classynav ul li ul li.has-down > a::after {
	color: #212121;
}
.header-area .ace-main-menu .classy-navbar .classynav ul li ul li a {
	color: #212121;
	font-size: 14px;
	padding: 0 20px;
}
.header-area .top-social-info {
	position: relative;
	z-index: 1;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
 .header-area .top-social-info {
 margin-top: 30px;
 margin-left: 15px !important;
}
}
 @media only screen and (max-width: 767px) {
 .header-area .top-social-info {
 margin-top: 30px;
 margin-left: 15px !important;
}
}
.header-area .top-social-info a {
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 18px;
	border: 2px solid #040C2A;/*ソーシャルアイコン囲みケイの色*/
	color: #040C2A;/*ソーシャルアイコンの色*/
	border-radius: 50%;
	text-align: center;
	line-height: 36px;
	margin-left: 10px;
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
 .header-area .top-social-info a {
 width: 30px;
 height: 30px;
 line-height: 26px;
 margin-left: 5px;
 font-size: 14px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
 .header-area .top-social-info a {
 width: 30px;
 height: 30px;
 line-height: 26px;
 margin-left: 5px;
 font-size: 14px;
 color: #212121;
 border-color: #212121;
}
}
 @media only screen and (max-width: 767px) {
 .header-area .top-social-info a {
 width: 30px;
 height: 30px;
 line-height: 26px;
 margin-left: 5px;
 font-size: 14px;
 color: #212121;
 border-color: #212121;
}
}
.header-area .top-social-info a:hover, .header-area .top-social-info a:focus {
	border-color: #ff7902;
	color: #ff7902;
}
.header-area .is-sticky .ace-main-menu {
	background-color: #FFFFFF;
	box-shadow: 0 7px 40px 0 rgba(0, 0, 0, 0.3);
}
.classy-navbar-toggler .navbarToggler span {
	background-color: #3A0F99;
}
  /* farthest right hidden item must be abso position for animations */
  .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* right or prev direction */
  .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .carousel-item-prev.carousel-item-right + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    
  }
	





/*------------------------------------------------------------------
    ジャンボトロンバナー　ブラウザの高さいっぱい100vh
-------------------------------------------------------------------*/

.ken_wrap{
	overflow: hidden;
}


/*-----------------------------
プロダクトページ
-------------------------------*/
.h1-52px {
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 52px;
	font-weight: 700;
	line-height: 1.3;
}
@media screen and (max-width:768px) { 
.h1-52px { font-size: 36px; text-align : center; }
}
.catch {
	color:#000;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
}
.producth1 {
	 position: absolute;
     top: 40%;
     left: 50%;
	 -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
    text-align: center;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: #FFFFFF;
	font-size: 72px;
	z-index: 10;
	line-height: 1.2;
	text-shadow: 3px 3px 6px #525252;
}
.producth5 {
	display: block;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	color: #FFFFFF;
	font-size: 20px;
    z-index: 10;
}
.noto  {
	font-family: 'Noto Serif JP', serif;
	color: #000;
	font-size: 16px;
	font-weight:400;
	text-align: justify;
	line-height: 1.8;
}


.noto2  {
	font-family: 'Noto Serif JP', serif;
	color: #000;
	font-size: 17px;
	text-align: center;
	line-height: 2;
}
@media screen and (max-width:750px) { 
	.noto2 { text-align : justify; }
	}


.modal-header {
	border-top-left-radius:2px; 
	border-bottom-right-radius: 2px;
	background-color:#000000;
	
	}
.modal-header h4  {
	
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 600;
	margin-left: 15px
	
}	

.modal-body h4 {
	color: #000000;
	font-size:20px;
	line-height: 1.5;
	font-weight: 400;
	
}

.title {
	border-left: 5px solid #000000;
	padding-left: 10px;
}


.modal-body p {
	color: #343434;
	font-size:14px;
	line-height: 1.5;
	font-weight: 400;
	
}




 .bread_nav .breadcrumb{
	 position: relative;
	z-index: 11;
}


/*--------------動画をクリックして再生・停止ボタン付き-------------*/

.video-wrap {
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	width: 100%;
	max-height: 1080px;
	min-height: 70% ;

	display: block;
}


.example {
	position: absolute;
	color: #FFFFFF;
	font-size: 100px;
	font-weight:100;
	top:20px;
	left: 30px;
	z-index: 5;
}
@media only screen and (max-width: 767px) {
	.example {
	font-size: 72px;
   }
   }
#video {
	margin: 0;
	padding: 0;
}













/*------------------------------------------------------------------
    FOOTER
-------------------------------------------------------------------*/


.footerarea {
	z-index: 10;
	opacity: 1
}

.footer {
	padding: 90px 0 80px !important;
	color: #999;
	background-color: #393939;
	
}
.footer .widget-title {
	position: relative;
	display: block;
	margin-bottom: 30px;
}
.footer .widget-title small {
	color: #999;
	display: block;
	padding: 0 58px;
	text-transform: uppercase;
}
.footer .widget-title h3 {
	color: #FFF;
	font-weight: 500;
	font-size: 21px;
	padding: 0;
	margin: 0;
	line-height: 1 !important;
}
.footer .widget p {
	font-family:'Poppins', sans-serif;
	color: #999;
	font-weight: 500;
	font-size: 18px;
	font-weight: 400;
	padding: 0;
	margin: 0;
	line-height: 1.8 !important;
}
.footer-links {
	list-style: none;
	padding: 0;
}
.footer-links a {
	color: #999;
	display: block;
}
.footer-links.hov a span {
	opacity: 0;
	transition: all 1s ease-in-out;
}
.footer-links.hov a:hover {
	padding-left: 15px;
}
.footer-links.hov a:hover span {
	opacity: 1;
	padding-left: 10px;
	transition: all 1s ease-in-out;
}
.footer-links a:hover, .footer a:hover {
	color: #cdd51f !important;
}
.footer-links li {
	margin-bottom: 5px;
	display: block;
	width: 100%;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
	padding-bottom: 10px;
}

.footer-links i {
	display: inline-block;
	width: 25px;
	margin-right: 10px;
	border-right: 1px dashed rgba(255, 255, 255, 0.1);
}

.footer-recent ul li {
	margin: 0px;
	margin-bottom: 10px;
}
.footer-recent ul li i {
	font-size: 14px;
	color: #cdd51f;
}
.footer-recent ul li span {
	font-size: 12px;
	color: #fff;
}
.footer-recent ul li h2 {
	color: #ffffff;
	font-size: 14px;
	padding-top: 12px;
}

.footer-contact ul li {
	margin-bottom: 10px;
}
.footer-contact ul li a {
	color: #ffffff;
}
.social-list {
	margin-top: 30px;
}
.footer-contact .social-list li {
	display: inline-block;
	margin: 0px;
	margin-right: 5px;
}
.social-list li a {
	display: block;
	width: 42px;
	height: 42px;
	line-height: 36px;
	border-radius: 100%;
	border: 3px solid #ffffff;
	text-align: center;
	font-size: 16px;
}
.social-list li a:hover {
	border: 3px solid #cdd51f;
}
.copyrights {
	
	background-color: #1f1f1f;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	padding: 20px 0px;
	overflow: hidden;

}
/* Footer left */

.footer-distributed .footer-left {
	float: none;
	text-align: center;
}
.footer-distributed .footer-links {
	margin: 0 0 10px;
	text-transform: uppercase;
	padding: 0;
}
.footer-distributed .footer-links a {
	display: inline-block;
	line-height: 1.8;
	margin: 0 10px 0 10px;
	text-decoration: none;
}
.footer-distributed .footer-company-name {
	font-weight: 300;
	margin: 0 10px;
	color: #666;
	padding: 0;
}
.footer-distributed .footer-company-name a {
	color: #ffffff;
}
.footer-distributed .footer-company-name a:hover {
	color: #cdd51f;
}
/* Footer right */

.footer-distributed .footer-right {
	float: none;
}
/* The search form */

.footer-distributed .widget-title p {
	padding-top: 40px;
}
.footer-distributed form {
	position: relative;
}
.footer-distributed form input {
	display: block;
	border-radius: 3px;
	box-sizing: border-box;
	background-color: #181818;
	border: none;
	font: inherit;
	font-size: 15px;
	font-weight: normal;
	color: #999;
	width: 100%;
	padding: 18px 50px 18px 18px;
}
.footer-distributed form input:focus {
	outline: none;
}


/* Changing the placeholder color */

.footer-distributed form input::-webkit-input-placeholder {
 color: #999;
}
 .footer-distributed form input::-moz-placeholder {
 opacity: 1;
 color: #999;
}
 .footer-distributed form input:-ms-input-placeholder {
 color: #999;
}

/* The magnify glass icon */

.footer-distributed form i {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 16px;
    right: 18px;
    color: #999;
    font-size: 18px;
    margin-top: 6px;
}

/*スクロール :: 3.6.0 ScrollUp */
#scrollUp {
	background-color: #688bfe;
	border-radius: 5px 0 0 5px;
	bottom: 70px;
	color: #ffffff;
	font-size: 10px;
	padding: 12px 0;
	height: 60px;
	line-height: 1.5;
	right: 0;
	text-align: center;
	width: 35px;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	font-weight: 700;
	box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
	text-transform: uppercase;
}
#scrollUp i {
	font-size: 18px;
	display: block;
}
#scrollUp:hover {
	background-color: #ff7902;
	color: #ffffff;
}
