@charset "utf-8";

@import "compass/css3";

/*全体の設定*/
/*
* {
	outline: 1px solid magenta;
}
*/
html {
    scroll-behavior: smooth;
}

/*ivs設定*/

.ivs .elementor-heading-title{
  font-family:"NotoSansJP_IVSpatch","Noto Sans JP","Source Han Sans JP","Hiragino Sans","Yu Gothic",system-ui,sans-serif !important;
}

/* ページ910・要素386dde0の見出しだけ上書き */
.elementor-910 .elementor-element.elementor-element-386dde0{
  font-family:"NotoSansJP_IVSpatch","Noto Sans JP","Source Han Sans JP","Hiragino Sans","Yu Gothic",system-ui,sans-serif !important;
}

.elementor-21 .elementor-element.elementor-element-da64390,
.elementor-21 .elementor-element.elementor-element-da64390 .elementor-widget-container,
.elementor-21 .elementor-element.elementor-element-da64390 .elementor-heading-title{
  font-family:"NotoSansJP_IVSpatch","Noto Sans JP","Source Han Sans JP","Hiragino Sans","Yu Gothic",system-ui,sans-serif !important;
}



.top_main_title{
	font-size:120px;
}
.main-font h2{
	display: inline-block;
    border-bottom: 1px solid;
    padding-bottom: 10px;
   }
#site-footer{
	display:none;
}
#site-header{
    display:none;
}
/*追従ボタン*/
.fixed-div {
    position: fixed;
    bottom: 0;
    right: 0;
    overflow: auto;
    z-index:1;
    display:none;
}
.fixed-div_sf {
    position: fixed;
    bottom: 0;
    right: 0;
    overflow: auto;
    z-index:1;
    display:none;
}
.fixed-div_active{
    display:flex;
}

@media (max-width: 767px) {
  .fixed-div_active{
    display:none;
}
    .fixed-div_active_sf{
    display:flex;
}
}

.sf{
    display:none;
}
@media screen and (max-width: 767px) {
  .pc{
	display:none;
}
  .pc_reform.fixed-div_active{
      display:none;
  }
  .pc_f{
      display:none;
  }
  .sf{
  	display:block;
  }
  .sf_f{
  	display:flex;
  }
}
.none_view{
    display:none;
}


/* 初期CSS */
.container3 {
  display: flex;
  justify-content: center;
  align-items: center;
}


/*scroll*/


.scroll_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  position: relative;
  top:-100px;
  width: 24px;
  height: 24px;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fabe00;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text2 {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #073f88;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

.kotei{
	z-index:20;
}
.kotei.kotei_active{
	position:fixed;
	left:0px;
	top:0px;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px 0px;
}