@charset "utf-8";

*,
::before,
::after{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
/* 初期設定の余白をリセット＆余白計算方式の変更 */

ul{
  list-style: none;
}

/* リスト使用時の「・」マークをリセット */

li {
  margin-left: 1.5em;
  padding-left: 0.5em;
}

a{
  color: inherit;
}
/* リンク設定時の青文字と下線をリセット */

body{
  font-family: "ab-tsubaki", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: #000000;
  line-height: 1;
  background-color: #ebe1b0;
}
/* テキストスタイル、背景の初期設定 */

img{
  max-width: 100%;
}
/* 画像が親要素からはみ出すのを防ぐ設定 */


/* cssベース設定　こここまで */


.content{
  width: 100%;
  min-width: 100%;
  height: 900px;
}





.cover{
  z-index: 5;

  background-image: url(/img/cover.svg);
  background-size: auto 100%;
  background-position: center;
  background-repeat: repeat-y;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
}






.title{
  z-index: 10;
  margin-top: 200px;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}

.title p{
  z-index: 10;
}

.title .sub{
  margin-top: 80px;
}

.title h2{
  z-index: 10;
  margin-top: 80px;
  font-size: 8rem;
}



.scroll-box{
  z-index: 10;
  margin: 200px auto 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.scroll-txt{
  font-size: 1.8rem;
  margin: 0 auto;
  /* position: absolute; */
  top:  0;                    /* 上からの位置指定 */
  bottom:  0;                 /* 下からの位置指定 */
  left:  0;                   /* 左からの位置指定 */
  right:  0;                  /* 右からの位置指定 */
  margin:  auto;              /* 位置調整と組み合わせて上下中央に */

  font-family: "ta-kotodama-r", sans-serif;
  font-weight: 400;
  font-style: normal; 
  letter-spacing: 0.20em;
  color: #00000091;

  white-space: nowrap;

}

.scroll-downs {
  text-align: center;
  margin: 50px auto 0;
  /* position: absolute; */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* margin: 0 auto; */
  
  width :68px;
  height: 100px;
}

.mousey {
  margin: 0 auto;
  width: 3px;
  /* padding: 15px 30px; */
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
  height: 70px;
  border: 2.5px solid #00000086;
  border-radius: 35px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 20px;
  border-radius: 25%;
  background-color: #00000087;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}

/* .scroll{
  z-index: 10;
  margin-top: 100px;
}

.yajirushi{
  margin-top: 50px;
  z-index: 10;
  height: 50px;
  width: 50px;
} */






.text{
  z-index: 3;
  position: relative;
  text-align: center;
  color: #000000;
  /* font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem); */
  font-size: 28px;
  margin-top: 700px;
  /* padding-bottom: 390px; */
  line-height: 2.5;

  font-family: "ta-kotodama-r", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.text-box{
  margin-top: 1000px;
}

.small{
  margin-top: 2px;
  font-size: 0.45em;
  color: #a17e50;
}


.dot-txt{
  position: relative;
}
.dot-txt::before{
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  padding-top: 10px;
  background: -webkit-radial-gradient(circle 3px,rgb(0, 0, 0) 50%,transparent 50%);
  background: radial-gradient(circle 3px,rgb(0, 0, 0) 50%,transparent 50%);
  background: -moz-radial-gradient(circle 3px,rgb(0, 0, 0) 50%,transparent 50%);
}



.last{
  z-index: 10;
  font-family: "ab-tsubaki", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5rem;
  margin-top: 900px;
}

.flex{
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 500px;

  font-family: "ab-tsubaki", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.btn{
  border: #000000 solid 2px;
  display: inline-block;
  width: 300px;
  height: 76px;
  text-decoration: none;
  background-color: #00000000;
  border-radius: 38px;
}

.btn:hover{
  background-color: #baaf88;
  transition : 0.4s;
}

.btn-area{
  z-index: 10;
  margin-top: 50px;
}



.visual{
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;

}


.movie{
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.movie video {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%,-50%);
}