@charset "utf-8";
:root {
  --blue :#1A4C9B;
}
html {
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  height: 100%;
  font-size: 0.67vw;
  font-size: 62.5%;
}
body {
  margin: 0;
  padding: 0;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  color: #1e2123;
  font-size: 1.4rem;
  font-feature-settings: "palt" 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 1.3rem;
  }
}
label {
  width: auto;
  max-width: auto;
}
p {
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:link {
  color: inherit;
  text-decoration: underline;
}
a:visited {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:active {
  color: rgba(71, 71, 71, 1.00);
}
a img {
  transition: 0.5s;
}
a:hover img {
  opacity: 0.8;
  transition: 0.5s;
}
@media screen and (min-width:598px) {
  a.tel_link {
    color: inherit;
    text-decoration: none;    
  }
}
.hover_img {
  overflow: hidden;
  display: block;
}
.hover_img img{
 transition:1s all;
}
.hover_img img:hover{
  transform:scale(1.04,1.04);
  transition:0.4s all;
}
/*-form
-------------------------------------------------------------------*/
 
.form_small {
  width: 5rem;
  height: 1.4rem;
  font-size: 1.2rem;
  background-color: rgba(247,247,247,1.00);
}
.form_middle {
  width: 1.2rem;
  height: 1.4rem;
  font-size: 1.2rem;
  background-color: rgba(255,255,255,1.00);
}
.form_long {
  width: 26rem;
  height: 1.4rem;
  font-size: 1.2rem;
  background-color: rgba(255,255,255,1.00);
}
input[type="text"],input[type="email"],input[type="tel"],textarea {
  box-shadow: none;
  border: none;
  padding: 1.5rem;
  border-radius: 1rem;
  width: 100%;
  background-color: rgba(255,255,255,1.00);
}
/*	header#globalHeader　----------------------------------------------------*/
header#globalHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
ul.navbar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.navbar-nav.hidden {
  opacity: 0;
}
ul.navbar-nav li {
  list-style: none;
  display: inline;
  padding: 0;
  margin-left: 2rem;
}
ul.navbar-nav li a {
  text-decoration: none;
  color: #333333;
}
.navbar-collapse {
  margin-left: auto;
  margin-top: 8rem;
}
/*トグルボタン----------------------------------*/
.toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: transparent;
  border-style: none;
  z-index: 9999;
}

.toggle:focus {
  outline: none;
}
.pc {
  display: none;
}
@media (min-width: 991px) {

  .smp {
    display: none;
  }
  .pc {
    display: block;
  }
}


  .navbar-collapse {
    width: 100%;
    height: 100vh;
    background-color: #005f82;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    margin-top: 0;
  }
  ul.navbar-nav {
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  ul.navbar-nav li {
    display: block;
    margin: 0 0 2rem 0;
    margin-left: 2rem;
  }

.navbar-toggle-anime, .navbar-toggle-anime span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.navbar-toggle-anime {
  position: relative;
  width: 26px;
  height: 26px;
}
.navbar-toggle-anime span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #111111;
  border-radius: 4px;
}
.navbar-toggle-anime span:nth-of-type(1) {
  top: 0;
}
.navbar-toggle-anime span:nth-of-type(2) {
  top: 10px;
}
.navbar-toggle-anime span:nth-of-type(3) {
  bottom: 5px;
}
.navbar-toggle-anime.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.navbar-toggle-anime.active span:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggle-anime.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(315deg);
  transform: translateY(-9px) rotate(315deg);
}

/*	footer#globalFooter　----------------------------------------------------*/
footer#globalFooter {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 12rem;
  position: relative;
  background-color: #ffffff;
}
footer#globalFooter:after {
  content: "";
  background-image: url(../images/share/foot_bg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
}
.footer {
  width: 100%;
  max-width: 1600px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.footer ul {
  margin-block: 5rem;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}
.footer a {
  transition: 0.4s;
}
.footer a:hover img {
  animation: hoverBig 1s forwards;
}
@keyframes hoverBig{
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.page-top {
  right: -50px;
  bottom: 50px;
  position: fixed;
  z-index: 999999;
}
.page-top a {
  border-radius: 10rem;
  background-color: #005f82;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  display:block;
  position: relative;
}
.page-top a:after {
  content: "";
  display: block;
  background: #ffffff;
  height: calc(tan(60deg) * 60px / 2);
  width: 10px;
  height: 10px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
}
footer#globalFooter p.copyright {
	text-align: center;
}

/* common ----------------------------------------------------*/
.contentSec {
  margin-bottom: 15rem;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-start {
	justify-content: flex-start;
}
.flex-center {
	justify-content:center;
}
.flex-end {
	justify-content:flex-end;
}
.flex-around {
	justify-content:space-around;
}
.center_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width:767px) {
	.flex {
		display: block;
	}
  .contentSec {
    margin-bottom: 5rem;
  }
}

/* home ------------------------------------------------------------------------------*/
body {
  position: relative;
}
main {
  position: relative;
  z-index: 10;
}

.mv {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.scrolldown{
  z-index: 100;
  position:absolute;
  bottom:0px;
  left:5%;
}
.scrolldown span{
  z-index: 100;
  position: absolute;
  left:10px;
  bottom:10px;
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.scrolldown:before {
  content: "";
  position: absolute;
  bottom:0;
  left:-4px;
  width:10px;
  height:10px;
  border-radius: 50%;
  background:#eee;
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
 }
.scrolldown:after{
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  width:2px;
  height: 50px;
  background:#eee;
}
.slider {
  line-height: 0;
  font-size: 0;
}
.slick-img img {
  height: 100vh;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}
.commingsoon {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 17rem;
  background-image: url(../images/home/commingsoon_bg.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.about {
  background-color: #005f82;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 13rem 15rem;
  background-image: url(../images/home/about_bg.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about__content {
  width: 100%;
  max-width: 1300px;
}
.movie {
  display: flex;
  justify-content: center;
  align-items: center;
}
.movie{
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}
.movie video{
  display: none;
}
.movie_bg {
  position: fixed; /* 画面に対して固定 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* 画面全体を覆う */
  overflow: hidden; /* 動画がはみ出るのを防ぐ */
  z-index: -1; /* 他のコンテンツより背面に配置 */
}

.movie_bg video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* アスペクト比を維持しつつ画面全体に広げる */
  position: absolute; /* 親要素に対して絶対配置 */
  top: 0;
}
.service {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 5rem;
  position: relative;
  background-color: #FFFFFF;
}
.service:before {
  content: "";
  background-image: url(../images/home/service_bg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  mix-blend-mode: multiply;
}
.service__content {
  width: 100%;
  max-width: 1740px;
}
.products {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 5rem;
  position: relative;
  background-color: #FFFFFF;
}
.products:before {
  content: "";
  background-image: url(../images/home/products_bg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  mix-blend-mode: multiply;
}
.sproducts__content {
  width: 100%;
  max-width: 1740px;
}
.retort {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 5rem;
  position: relative;
  background-color: #f2f2f2;
}
.retort__content {
  width: 100%;
  max-width: 1600px;
}
/*　Media Queries　-------------------------------------------------------*/
@media (max-width:1280px) {}
@media (max-width:1120px) {}
@media (max-width:919px) {}
@media (max-width:767px) {
  .mv {
    height: 100svh;
    width: 100vw;
    overflow: hidden;
  }
  .commingsoon {
    padding-block: 7rem 8rem;
    background-size: 1240px auto;
  }
  .commingsoon__content {
    width: 65%;
  }
  .commingsoon__content img {
    width: 100%;
    height: auto;
  }
  .about {
    background-image: url(../images/home/about_bg_smp.svg);
    background-size: cover;
    padding-block: 6rem;
    padding-inline: 1rem;
  }
  .about__content {
    width: 100%;
  }
  .movie_bg {
    display: none;
  }
  .movie_bg video {
    display: none;
  }
  .movie video{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .service {
    padding-block: 2rem;
  }
  .service:before {
    background-image: url(../images/home/service_bg_smp.svg);
    background-size: 75rem 37rem;
    top: 60%;
    left: 50%;
  }
  .service__content {
    width: 100%;
    max-width: 1740px;
  }
  .products {
    padding-block: 5rem;
  }
  .products:before {
    background-image: url(../images/home/products_bg_smp.svg);
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
  }
  .sproducts__content {
    width: 100%;
    max-width: 1740px;
  }
  .retort {
    padding-block: 5rem;
  }
  .retort__content {
    width: 100%;
    max-width: 1600px;
  }
  .footer p {
    margin-inline: auto;
  }
  .footer p.first {
    width: 65.7%;
  }
  .footer p.second {
    width: 40.28%;
  }
  .footer p img {
    width: 100%;
    height: auto;
  }
  .footer ul {
    gap: 2rem;
    margin-block: 1.6rem;
  }
  .fnav img {
    zoom: 0.4;
  }
  footer#globalFooter {
    padding-block: 5rem;
  }
  footer#globalFooter:after {
    background-image: url(../images/share/foot_bg_smp.svg);
    background-size: 910px auto;
    width: 910px;
    height: 164px;
  }
}
@media (max-width:576px) {}
@media (max-width:414px) {}
@media (max-width:320px) {}