.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*文字切り抜き*/
.clip {
  background-image: url(http://hwebagency.com/wp-content/uploads/2024/12/AdobeStock_970873083_Video_HD_Preview.gif);
  -webkit-background-clip: text;
  color: transparent;
  background-size:cover;        
}

/*矢印*/
.stickarrow {
  height: 8px;
  border-bottom: 0.1px solid #000;
  border-right: 0.1px solid #000;
  transform: skew(45deg);
}

.stickarrow-wht {
  height: 16px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
}

.zengamen {
    height: 100svh;
}

/*リンク*/
a{
    color: #2b90ff;
}

a:hover{
    color: #4da1fd;
}

/* スクロールダウンの位置 */
.scroll {
  position: absolute;
  top: 10%;
  font-weight: 700;
  color: #fff;
}

.elementor-1159 .elementor-element.elementor-element-cbd017a {
    align-items: center;
    padding-right: 8%;
}

.elementor-1159 .elementor-element.elementor-element-6125276 {
    align-items: center;
    padding-right: 10%;
}

/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #fff;
  bottom: -110px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/* 線のアニメーションモバイル*/
@media screen and (max-width: 768px){
      .scroll:before {
          animation: scroll 2s infinite;
          bottom: -50px;
          height: 40px;
      }
}

/*フォント*/
.sue-eng { 
    font-family: "din-condensed", sans-serif;
    font-weight: 300;
    font-style: normal;
}

/*文字切り抜き*/
.clip {
  background-image: url(http://hwebagency.com/wp-content/uploads/2024/12/AdobeStock_970873083_Video_HD_Preview.gif);
  -webkit-background-clip: text;
  color: transparent;
  background-size:cover;        
}

/*矢印*/
.stickarrow {
  height: 8px;
  border-bottom: 0.1px solid #000;
  border-right: 0.1px solid #000;
  transform: skew(45deg);
}

.stickarrow-wht {
  height: 16px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
}

/*フォントサイズ変更*/
.font_05 {
	font-size: 0.5em;
}

.font_06 {
	font-size: 0.6em;
}

.font_07 {
	font-size: 0.7em;
}

.font_08 {
	font-size: 0.8em;
}

/*ぼかし*/
.bokashi{
    backdrop-filter: blur(4px);
}

.bokashi2{
    backdrop-filter: blur(16px);
}

/*フォント縦書き*/
.text-tate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/*横スクロール禁止*/
html,body {
  overflow-x: hidden;
}/* End custom CSS */