@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+JP:wght@400;500;700&display=swap');
body {
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP";
}

* {
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


/*linet*/

.linet_set {
  transform: rotate(90deg);
}

.linet_text {
  font-size: 13px;
  font-family: Montserrat;
  font-weight: 500;
  letter-spacing: 0.2em;
  display: inline-block;
  margin-right: 20px;
}

.linet_line {
  top: -4px;
  display: inline-block;
  background: #f00;
  width: 196px;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.linet_line_in {
  background: #00f;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 200%;
  animation: linet_anime1 3s linear 0s infinite normal;
}

@keyframes linet_anime1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.ope_company, .scc {
  text-decoration: none;
  color: inherit;
  font-family: "Noto Sans JP";
}

.onbl, [para] {
  opacity: 0;
  transition: opacity 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
  overflow: hidden;
}

.onbl.onscreen, [para].onscreen {
  opacity: 1;
  filter: blur(0px);
}

.top_in {
  background-image: url('../img/top_pc.jpg');
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: blur(30px);
}

.top_in.onbl {
  -webkit-transition: all 1930ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition: all 1930ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -o-transition: all 1930ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 1930ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  background: #fff;
}

.loading .loading_t {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-family: "Baskerville";
  font-weight: 400;
  line-height: 28px;
  font-size: 32px;
  opacity: 0.2;
}

.loaded0 .loading {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 2500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  -moz-transition: all 2500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  -o-transition: all 2500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  transition: all 2500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  /* easeInOutExpo */
}

.button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.toph1 {
  opacity: 0;
  z-index: 50;
}

.loaded .toph1 {
  opacity: 1;
  /* -webkit-transition: all 2500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  -moz-transition: all 2500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  -o-transition: all 2500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  transition: all 2500ms cubic-bezier(1.000, 0.000, 0.000, 1.000); */
  /* easeInOutExpo */
}

.ontx {
  opacity: 0;
  -webkit-transition: all 2790ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition: all 2790ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -o-transition: all 2790ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 2790ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
  transform: translateY(50px);
}

.ontx.onscreen {
  transform: translateY(0px);
  filter: blur(0px);
  opacity: 1;
}

.button i {
  position: absolute;
  top: 50%;
  line-height: 100%;
  right: 16px;
  font-size: 0.9em;
  color: #fff;
  opacity: 0.6;
  transform: translate(0, -50%);
}

section.c-block h2,
section.c-block h4,
section.c-block h5,
section.c-block h6,
section.c-block p {
  line-height: 1.5;
  margin-bottom: 1rem;
}

/* トップに戻るボタン */
.back-to-top{
  position: fixed;
  bottom: 20px;
  right: 4.5vw;

  display: none;
  width: 40px;
  height: 40px;
  border-radius: 40px;

  background-color: rgba(167, 141, 89, 0.5);
  color: #FFF;
  opacity: 0.6;

  font-size: 1.6rem;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
}

.back-to-top svg{
  vertical-align: initial;
}

/* マウスを乗せた時に透明度を変える */
.back-to-top:hover {
  opacity: 1;
}

.navbar{
  padding-left: 75vw !important;
  padding-top: 5% !important;
  position: absolute;
  z-index: 999;
}

.back-to-top-product{
  line-height: 48px;
}