@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Pathway+Gothic+One&display=swap');
body{
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	margin: 0;
    display: none;
		}
#logo {
    margin-top: 40px;
    position: absolute;
}
/*body.fadein {
    display: none;
		}*/
		a{
			color: #000;
			text-decoration: none;
		}
		.mainView{
			width: 100vw;
			height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
		}

/*ハンバーガーボタン*/
		.el_humburger {
		  position: fixed;
		  top: 90px;
		  left: 60px;
		  width: 32px;
		  height: 25px;
		  padding-top: 1px;
		  -webkit-box-sizing: border-box;
		  box-sizing: border-box;
		  z-index: 20;
		  cursor: pointer;
		  pointer-events: auto;
		  color: #000;
		  text-align: center;
}

		@media screen and (max-width: 840px) {
		  .el_humburger {
		    display: block;
		    left: 10px;
		    top: 0;
		    padding-top: 80px;
		    width: 70px;
		    height: 70px;}
		    #factory .el_humburger {
		      display: none; } }

		.el_humburger_wrapper {
		  margin-bottom: 4px;
		  width: 32px;
		  display: inline-block; }

		@media screen and (max-width: 840px) {
		  .el_humburger_wrapper {
		    margin-bottom: 5px;
		    width: 30px; } }

		.el_humburger_text {
		  font-size: 12px;}

		.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
		  display: none; }

		.el_humburger_text.el_humburger_text__close {
		  display: none; }

		.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
		  display: block; }

		@media screen and (max-width: 840px) {
		  .el_humburger_text {
		    font-size: 10px;
		    padding-top: 2px; } }

		@media screen and (max-width: 840px) {
		  .el_humburger_text svg path {
		    -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
		    -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
		    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
		    fill: #000; } }

		@media screen and (max-width: 840px) {
		  .js_humburgerOpen .el_humburger_text svg path {
		    fill: #000; } }

		.el_humburger span.el_humburger_bar {
		  display: block;
		  width: 100%;
		  margin: 0 auto 9px;
		  height: 1px;
		  background: #000;
		  -webkit-transition: all .2s ease-in-out;
		  -o-transition: all .2s ease-in-out;
		  transition: all .2s ease-in-out; }

		.el_humburger span.el_humburger_bar:last-child {
		  margin-bottom: 0; }

		.js_humburgerOpen .el_humburger span.el_humburger_bar {
		  background: #000; }

		@media screen and (max-width: 840px) {
		  .el_humburger span.el_humburger_bar {
		    left: 0;
		    top: 0;
		    background: #000; } }

		.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
		  -webkit-transform: translateY(9px) rotate(-45deg);
		  -ms-transform: translateY(9px) rotate(-45deg);
		  transform: translateY(9px) rotate(-45deg); }

		.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
		  opacity: 0; }

		.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
		  -webkit-transform: translateY(-11px) rotate(45deg);
		  -ms-transform: translateY(-11px) rotate(45deg);
		  transform: translateY(-11px) rotate(45deg); }

		.el_humburgerButton.el_humburgerButton__close {
		  top: 2%;
		  right: 2%; }

		.el_humburgerButton__close span.el_humburger_bar {
		  display: block;
		  width: 35px;
		  margin: 0 auto;
		  height: 4px;
		  background: #000; }

		.el_humburgerButton__close span.el_humburger_bar.top {
		  -webkit-transform: translateY(5px) rotate(-45deg);
		  -ms-transform: translateY(5px) rotate(-45deg);
		  transform: translateY(5px) rotate(-45deg); }

		.el_humburgerButton__close span.el_humburger_bar.bottom {
		  -webkit-transform: translateY(-6px) rotate(45deg);
		  -ms-transform: translateY(-6px) rotate(45deg);
		  transform: translateY(-6px) rotate(45deg); }

.navi {
  position: fixed;
  left: 0;
  height: 100%;
  width: 500px;
  z-index: 3;
  padding-top: 160px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  transform:translateZ(0) translateX(-100%);
  overflow: auto; }

  .js_humburgerOpen .navi {
    transform:translateZ(0) translateX(0);
}
.js_humburgerOpen .navi_cover {
    position: fixed;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 2;
    width: 100%;
    height: 100%;
}

    @media screen and (max-width: 840px) {
      .navi {
        padding: 130px 8% 0; }
      .js_humburgerOpen .navi {
        width: 100%;} }

.navi_item {
  position:relative;
  margin-bottom: 14px;
  font-size: 18px;
  font-family: 'Pathway Gothic One', sans-serif;
  white-space: nowrap;
  margin-left: 60px; }

.navi_item.logo {
    margin-bottom: 40px;
}

  .navi_item.op_innerLink {
    cursor: pointer; }

  @media screen and (max-width: 840px) {
    #logo {
    margin: 30px 0 0 20px;
}
    .navi_item {
      margin-left: 0;
      }
}



.el_spChildNavOpen {
  position: absolute;
  top: -6px;
  left: 140px;
  z-index: 20;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  padding: 10px; }

.js_openParent.js_fire > .el_spChildNavOpen {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }
  .js_openParent.js_fire > .el_spChildNavOpen > .el_spChildNavOpen_wrapper:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }

.el_spChildNavOpen_wrapper {
  position: relative;
  width: 15px;
  height: 15px;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }
  .el_spChildNavOpen_wrapper:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: calc(50% - 1px); }
  .el_spChildNavOpen_wrapper:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: calc(50% - 1px);
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }


.nav_child {
    padding-top: 15px;
    padding-bottom: 10px;
}

.nav_child_item{
  position: relative;
  font-size:16px;
  padding-left:20px;
  margin-bottom:10px;
}

.nav_child_item > a{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  top:0;
}

.nav_child_item:last-child{
  margin-bottom:0px;
  color: #000;
}

.js_openSwitch {
  cursor: pointer; }

.js_openTarget {
  display: none; }

/*コンタクトボタン1*/
.contact_but .el_spChildNavOpen_wrapper::before,
.contact_but .el_spChildNavOpen_wrapper {
    display: none;
}
.contact_but .nav_child_item {
    position: absolute;
    padding-right: 10px;
    top: 0;
    left: 140px;
}
.contact_but .nav_child {
    padding-top: 0;
}
/*コンタクトボタン2*/
.contact-section {
    position: absolute;
    top:0;
    left: 100px;
}
    .contact_link {
      display: flex;
      align-items: center; /* 垂直中心 */
      justify-content: center; /* 水平中心 */
    }
    .contact_link:before {
      border-top: 1px solid;
      content: "";
      width: 100px; /* 線の長さ */
    }
    .contact_link:before {
      margin-right: 1em; /* 文字の左隣 */
    }
@media screen and (max-width: 840px) {
    .contact_link:before {
      width: 50px; /* 線の長さ */
    }
}

/*ABOUT*/
.abouttext {
    text-align: center;
    line-height: 1.8em;
    margin: 0 20px;
}
.abouttext h1 {
    font-size: 0.9em;
    margin-bottom: 30px;
}
/*スライダーアスペクト対応*/
@media screen and (min-width: 768px) {
.sp-image {
    width: 67.5vw !important;
    height: 45vw !important;
}
.vh .sp-image {
    width: 30vw !important;
    height: 45vw !important;
}
.vh_22ss .sp-image {
    width: 36vw !important;
    height: 45vw !important;
}
}

/*スライダー*/
.sp-next-arrow::after, .sp-next-arrow::before, .sp-previous-arrow::after, .sp-previous-arrow::before {
    width: 10% !important;
    background-color: #666 !important;
}
.sp-arrow {
    height: 10px !important;
}
.sp-arrow::after {
    -webkit-transform: skew(-125deg,0deg) !important;
    -ms-transform: skew(-125deg,0deg) !important;
    transform: skew(-125deg,0deg) !important;
}
.sp-arrow::before {
    -webkit-transform: skew(125deg,0deg) !important;
    -ms-transform: skew(125deg,0deg) !important;
    transform: skew(125deg,0deg) !important;
}
@media screen and (max-width: 840px) {
    .sp-horizontal .sp-previous-arrow {
    left: -30px !important;
}
    .sp-horizontal .sp-next-arrow, .sp-horizontal.sp-rtl .sp-previous-arrow {
    right: -30px !important;
}
}