@charset "utf-8";





.tb {
  display: none!important;
}
.sp {
  display: none!important;
}
.pc {
  display: block!important;
}



body {
  font-family: "Inter Tight", sans-serif;
  letter-spacing: 0.06em;
  line-height: 30px;
  background-color:#DBDAD5;
}


.fadeIn {
  opacity: 0;
  transform: translate(0, 50px); /* フェードインで動く高さを指定 */
  transition: all 1000ms; /* フェードインにかかる時間を指定 */
}
.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}
.fadeIn2 {
  opacity: 0; /*初期状態*/
  animation: 500ms fadeIn2 forwards;   /*animation: 時間 アニメーション名 終了時の挙動*/
  animation-delay: 1300ms;/*サンプル用に遅延時間を設定*/
}
@keyframes fadeIn2 {
  from{opacity: 0;}
  to{opacity:1;}
}


/* ヘッダー */

.header {  
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}


.header01 { 
  margin-left: 20px; 
  margin-top: 16px;
  display: flex;
  list-style: none;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #000000;
}



.header02 {
  margin-right: 20px;
  margin-top: 16px;
  display: flex;
  list-style: none;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #000000;
}




/* .menu-sns :hover {
  transition: 0.5s ease;
  opacity: 70%;
} */


.list {
  padding: 0 50px;
}

.item01 {
  padding: 0 10px 0 20px;
}
.item02 {
  padding: 0 10px 0 20px;
}

.menuInsta {
  color: #04277F;
  position: relative;
  bottom: 1.5px;
}

.menuInsta :hover {
  transition: 0.5s ease;
  opacity: 70%;
}
.txtInsta {
  display: none;
}

.link01 {
  color: #04277F;
}
.link02 {
  color: #04277F;
}
.link03 {
  color:#474645;
}

.icon {
  position: relative;
}

/* 追従 */

.hold {
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  bottom: 0px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}


.hold01 {
  position: fixed;
  bottom: 90px;
  left: -54px;
  list-style: none;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #000000;
  transform: rotate( 90deg )
}

.hold-left {
  display: flex;
}
.hold-left01 {
  left:-0px;
  bottom:85px;
}
.hold-left02 {
  margin-left: -8px;
  margin-right: 4px;
  transform: rotate( 90deg )
}

.hold-left03 {
  left:-0px;
  bottom:85px;
}

.hold-txt01 {
  color: #000000;
}
.hold-txt02 {
  padding-left: 20px;
  color: #000000;
}
.hold-line01 {
  margin-left: 20px;
  height: auto;
  margin-top: 15px;
  margin-left: -76px;
}

.hold02 {
  position: fixed;
  bottom: 10px;
  right: 20px;
  list-style: none;
}
.hold-right01 {
  position: absolute;
  bottom: -4px;
  right: 0px;
}
.hold-right02 {
  display: none!important;
  position: absolute;
  bottom: 14px;
  right: 0px;
  transform: rotate( 180deg )
}

.change01 {
  display: none!important;
}
.change02 {
  display: block!important;
}





/* フッター */

.footer {
  position: relative;
  width: 100%;
  margin-top: 130px;
}

.copy {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.06em;
}

.copy a {  
  font-family: "Noto Sans JP", sans-serif;
}





/* tb */

@media screen and (max-width : 1024px) {

  .pc {
    display: none!important;
  }
  .sp{
    display: none !important;
  }
  .tb{
    display: block!important;
  }
  
  
}




/* sp */


@media screen and (max-width: 600px) {


  .pc {
    display: none!important;
  }
  .tb {
    display: none!important;
  }
  .sp {
    display: block!important;
  }
  
  /* spヘッダー */


  .header {
    align-items: flex-start;
    position: static;
  }

  .header01 { 
    margin-left: 20px; 
    margin-top: 16px;
    font-size: 14px;
  }


  .header02 { 
    margin-right: 20px; 
    margin-top: 16px;
    text-align: right;
  }
  .header02 ul {
    margin-top: 4px;
  }
  .header02 li {
    line-height: 20px;
  }
  

  .header02-txt01 { 
    font-size: 14px;
    color: #000000;
  }
  .header02-txt02 {
    margin-left: auto;
    width: 50%;
    font-size: 14px;
    color: #000000;
  }


  




  .list {
    padding: 0;
    
  }

  .item01 {
    padding: 0;
    margin-bottom: 60px;
    color: #474645;
  }
  .item02 {
    padding: 0;
    margin-bottom: 70px;
    color: #474645;
  }
  .item a {
    color: #474645;
  }

  .menuInsta {
    margin-left: 50px;
    font-family: 'Crimson Text', serif;
    font-size: 14.5px;
    color: #474645;
  }

  .link01 {
    color: #474645;
  }





  /* SPフッター */

  .footer {
    display: flex;    
    width: 100%;
    margin-top: 120px;
  }
  
  
  .copy a {  
    color: #000000;
  }
  .vector {
    margin-left: auto;
    transform: scale(1, -1);

  }
  .vector img{
    margin-top: 10px;

  }

}

