@charset "UTF-8";
/* CSS Document */

/* ページ上部の余白なし */
.page-id-652 .l-contents__inner:first-child {
  padding-top : 0;
}

/* タイトル削除 */
.page-id-652 .c-entry__header {
  display: none;
}

/* メニューフォント設定 */
.page-id-652 .p-global-nav .c-navbar__item>a {
    color: ＃222222;
	font-family: 'Yu Gothic','Yu Gothic Medium','メイリオ','MS ゴシック','游ゴシック Medium',sans-serif;
}
@media (min-width: 1024px) {
    .p-global-nav .c-navbar__item:hover>a,
    .p-global-nav .c-navbar__item:active>a
    .p-global-nav .c-navbar__item:focus>a {
        color: #fcc800;
    }
}
/*
  h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1em;
    
    @media screen and (min-width: 768px){
      font-size: 3em;
    }
  }
}
*/

/* タイトル動画背景new */
.page-id-652 .container {
  position: relative;
  width: 100%;
  height:200px;
  overflow: hidden;
}

.page-id-652 .container video,
.container h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-id-652 .container video {
  object-fit: cover;
}

.page-id-652 .container h1 {
  background: #fff;
  font-size: clamp(60px, 12vw, 240px);　/* 画面サイズに応じて文字サイズを調整 */
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  text-align: center;
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: center;
  mix-blend-mode: screen;　/* 文字部分だけを透過し、動画を表示 */
}

/* キラっと文字 */
.page-id-652 .vert {
  width: 100px;
}

.page-id-652 .vert p {
  font-size:100px;
    text-align: center;
   margin:20px 0px 20px 10px;
    color: #fff;
    position: relative;
    font-family: Impact,serif;
    font-weight: 400;
    font-style: normal;
    background-image: linear-gradient(
		70deg,
		rgb(211, 209, 209, 0.3)  45%, 
		#fff 50%,
		rgb(211, 209, 209, 0.3) 55% 
	);
    background-size: 500% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation: shine 5s infinite;
}

@keyframes shine {
  0% {
    background-position: 0% 50%;
  }
  
  100% {
    background-position: 100% 50%;
  }
}


/* hover ブロック枠 */
.page-id-652 .line{
  position: relative;
  background: #f5f5f5;
  border: 0 solid #fff;
  box-sizing: border-box;
  &::before{
    content: attr(data);
    display: block;
    position: relative;
    z-index: 1;
  }
  &::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: border-width 300ms;
    border: 0 solid #fff;
    box-sizing: border-box;
    z-index: 0;
  }
  &:hover{
    &::after{
      border-width: 10px;
    }
  }
}


/* スライダー設定 */
.page-id-652 .slider1 {
  display: flex;
//  margin: 0 calc(10% - 10vw);
  margin: 0 calc(0% - 12vw);
  width: 1000vw;
  height: 63px;
  overflow: hidden;
}
.page-id-652 .slider1 ul{
	display:flex;
	padding: 0;
	margin:0;
}
.page-id-652 .slider1 li{
  width: 1000px;
  margin-right: 80px;
	list-style: none;
}
.page-id-652 .slider1 ul:first-child {
  animation: slide1 100s linear infinite;
}

.page-id-652 .slider1 ul:last-child {
  animation: slide2 100s linear infinite;
}
@keyframes slide1 {
  0% {
    transform: translateX(０);
  }
  to {
    transform: translateX(-100%);
  }
}

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

/* スライダー設定ここまで */

.page-id-652 .vertical {
        text-orientation: mixed;
    }
.page-id-652 .vertical__part {
        text-orientation: upright;
    }

/*
.page-id-652 .header {
  position: fixed;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, .7);
  z-index: 1;
  
  nav {
    height: auto;
    
    ul {
      width: 100%;
      height: 50px;
      max-width: 700px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      
      li {
        width: 25%;
        text-align: center;
        color: #fff;
        
      }
    }
  }
}
*/
#keyvisual {
  position: relative;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  
  @media screen and (min-width: 768px){
    height: 400px;
  }
  