.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#C5463D;--e-global-color-390d138:#3F3F3F;--e-global-color-da198eb:#128FE4;--e-global-color-0518f3f:#FFFFFF;--e-global-color-1e1ac7c:#69AA76;--e-global-color-f5fc256:#CFCFCF;--e-global-color-dccf6ee:#FFFEF7;--e-global-color-67f48ac:#FFEFEE;--e-global-color-c32670e:#F7FFF8;--e-global-color-46278d9:#F4F4F4;--e-global-color-99295b0:#000000;--e-global-color-d599ddd:#008D1D;--e-global-color-a1862e4:#F4F4F4;--e-global-color-0513d74:#F4F4F4AD;--e-global-color-e52e5e6:#00000000;--e-global-typography-primary-font-family:"Hina Mincho";--e-global-typography-primary-font-size:32px;--e-global-typography-secondary-font-family:"Hina Mincho";--e-global-typography-secondary-font-size:23px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Zen Kaku Gothic Antique";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Noto Sans JP";--e-global-typography-accent-font-weight:bold;--e-global-typography-dfd33bc-font-family:"Noto Sans JP";--e-global-typography-dfd33bc-font-size:13px;--e-global-typography-dfd33bc-font-weight:400;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-slide-in-up;--e-page-transition-animation-duration:1500ms;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 */