@charset "UTF-8";

/*
#000　黒
#fff　白
*/


/* --------- PC --------- */
/*@media only screen and (min-width: 1100px) */

/* 改行設定 */
.onlyPC{
  display: block;
}
.onlyTAB{
  display: none;
}
.onlySP{
  display: none;
}


/*-------------------------------------------*/
/* 基本 */

html{
  scroll-behavior: smooth;

}

body {
  font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight:300;
  color:#fff;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin: 0;
  /*background: linear-gradient(-225deg, #709999 0%, #fffce7 56%, #afccd1 100%); */
  background-color: #000;
}

.Gothic{
  font-family:"YakuHanJPs", "neue-kabel" , "yu-gothic-pr6n", "San Francisco", meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-feature-settings: "palt";
}

.Mincho{
  font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-feature-settings: "palt";
}

small{
  line-height: 1.4em;
  margin-top: 10px;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* TOPimg */

/* ローディング */

.loader-bg {
  background-color: #000;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  z-index: 100;
}

.loader {
  border: 2px solid #000;
  border-top: 2px solid #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  z-index: 101;
  animation: spin 1.3s linear infinite;
}

@keyframes spin{
  0%{
    transform: rotate(0deg); 
  }

  100%{
    transform: rotate(360deg);
  }
}

.loader-bg.is-active {
  opacity: 0;
  visibility: hidden;
}


/* 動画 */
.topimg{
  position: relative;
  height: 100vh;
  z-index: 0;
}

.video-area{
  position: fixed;
  z-index: -2;
  top:0%;
  bottom:0%;
  left:0%;
  right: 0%;
  overflow: hidden;
}

.video{
  position: absolute;
  z-index: -2;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  opacity: 1;
  /*filter: contrast(0.4);*/
}


/* 動画を左から表示 */
.img-wrap {
  overflow: hidden;
}

.img-wrap::before {
  animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background-color: #000;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  animation-delay: 2s;
}

@keyframes img-wrap {
  100% {
    transform: translateY(100%); 
  }
}


/* 動画に載せる文字 */
.toptext{
  position:relative;
  justify-content: center;
  text-align: center;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  color: #fff;
}

.toptext img{
  width: 300px;
  margin-bottom: 10px;
}





/*-------------------------------------------*/
/* ヘッダー */

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 20px;
  z-index: 1000;
}

/* ナビゲーションメニュー */
.fixed-header nav ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding-top: 10px;
  position: fixed;
  right: 4%;
}

.fixed-header nav ul li {
  margin: 0 15px;
}

header li img{
  height: 30px;
}

header a:hover{
  opacity: 0.7;
  transition: 0.3s;
}

header li p{
  display: block;
  color: #fff;
}


/*-------------------------------------------*/
/* スクロールアニメーション */
.scroll {
  position  : fixed;
  z-index: 2;
  font-size : 11px;
  letter-spacing: 0.25em;
  writing-mode : vertical-rl;
  bottom : 50%;
  left : 2%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
}

.scroll::after {
  content : '';
  display : inline-block;
  position : absolute;
  background-color: #fff;
  left : 6px;
  bottom : -80px;
  transform : translateX(-50%)translateY(-50%);
  width : 1px;
  height : 70px;
  animation: scroll 2s infinite;
}


@keyframes scroll {
0% {
  transform: scale(1, 0);
  transform-origin: 0 0;
}
50% {
  transform: scale(1, 1);
  transform-origin: 0 0;
}
50.1% {
  transform: scale(1, 1);
  transform-origin: 0 100%;
}
100% {
  transform: scale(1, 0);
  transform-origin: 0 100%;
}
}

/*-------------------------------------------*/
/* 追従 入会申込ボタン */


/*追従ボタン*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn,
a.btn,
button.btn {
  font-weight: 100;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.2em;
  border-radius: 0.5rem;
}

.nyukai_btn{
  position: fixed;
  bottom:80px;
  right: 0px;
  z-index: 1000;
}

a.btn-flat {
  overflow: hidden;
  width: 250px;
  height: 60px;
  color: #fff;
  border-radius: 0;
  background: #802d60;
  font-size: 18px;
  line-height: 1.5;
  padding-top: 17px;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #63515c;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.nyukai_btn p{
text-align: center;
font-size: 13px;
margin-bottom: 8px;

}

/*-------------------------------------------*/
/* バナー */

.bunner{
  width: 100%;
  margin: 0 auto 200px;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
}

.bunner img{
  width: 60%;
  margin: 0 auto;
}



/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* メイン */
/* メイン文字サイズ設定 */

main{
  position: relative;
  text-align: center;
}

h2{
  color: #fff;
  text-align: center;
  font-size: 35px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

h2 span{
  display: block;
  color: #b88f00;
  text-align: center;
  font-size: 23px;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
}


h3{
  color: #b88f00;
  text-align: center;
  font-size: 25px;
  line-height: 1.8em;
  letter-spacing: 0.18em;
  margin-bottom: 25px;
}


 /*-------------------------------------------*/
/* about */

.contwp-about{
  position: relative;
  padding-bottom: 100px;
  margin-top: 0px;
 }

 .about p{
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.15em;
  line-height: 3em;
  text-align: center;
  font-weight: 400;
  margin-bottom: 30px;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
  }

.aboutlogo{
  margin-top: 50vh;
  display: block;
  width: 40vw;
  position: relative;
  left: 10%;
  margin-bottom: 170px;
}

.contwp-about img{
  opacity: 0.5;
}

ul.photowp{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  row-gap: 11px;
}

ul.photowp:after{
  content: '';
  display: block;
  width: 24%;
}

.photowp li{
  object-fit: cover;
}

.photowp img{
  display: block;
  width: 100%; 
  object-fit: cover;
}

.aboutph1 li{
  width: 24%;
  flex-direction: row;
  flex-wrap: wrap;
}

.aboutph1 li img{
  display: block;
  width: 100%; 
  height: 160px;
  object-fit: cover;
}

 /*-------------------------------------------*/
/* about_2 */

.about_2{
  background-color: rgb(0 0 0 /0.6);
  padding-top: 150px;
 }

.aboutimg{
  display: block;
  width: 30vw;
  position: relative;
  margin: 0 auto ;
  margin-bottom: 170px;
}

.about_2 .contwp-about img{
  opacity: 1;
}

/*-------------------------------------------*/
/* fee・会員特典*/

.fee{
  background-color: #000;
}

.contwp-fee{
  width: 40%;
  min-width: 700px;
  position: relative;
  padding-bottom: 150px;
  padding-top: 150px;
  margin: 0 auto;
}

.fee p{
font-size: 14px;
color: #fff;
letter-spacing: 0.15em;
line-height: 1.5em;
text-align: center;
font-weight: 100;
margin-bottom: 30px;
}


/* fee 表 */
.fee1 {
	width: 100%;
	/* max-width: 50%; */
	/* min-width: 300px; */
	/* margin: 0 auto; */
	/* background-color: #cccccc; */
}

.fee1 table {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	border: solid 1px#000;
  border-bottom: solid 1px #fff;
  border-top: solid 1px #fff;
  table-layout: fixed;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  vertical-align: middle;
  line-height: 1.5em;
}

.fee1 table th {
	padding: 15px 2%; 
	background-color: #fff;
  border-right: solid 1px #000;
  color: #000;
  text-align: center;
  font-weight: 200;
  letter-spacing: 0.23em;
  font-size: 15px;
  line-height: 1.5em;
  vertical-align:middle;
}



.fee1 table td {
	padding: 15px 3px 15px 3px;
	border: solid 0.5px #fff;
  font-size: 15px;
  vertical-align: middle;
}

.fee2 {
  font-size: 12px;
	margin: 0 auto;
	text-align: left;
	line-height: 140%;
	width: 100%;
  margin-bottom: 100px;
  margin-top: -20px;
}





/*-------------------------------------------*/
/* 講師紹介*/

.teacher{
  background-color: #000;

}

.contwp-teacher{
  width: 75%;
  min-width: 700px;
  position: relative;
  padding-bottom: 150px;
  padding-top: 150px;
  margin: 0 auto;
}

.teacher p{
letter-spacing: 0.15em;
line-height: 1.5em;
}


/* グリッドコンテナ */
.card-container {
  display: grid;
  grid-template-columns: 1fr;
  gap:60px;
}

/* PC：3列レイアウトに切り替え */
  .card-container {
    grid-template-columns: repeat(3, 1fr);
  }

/* カードスタイル */
.card {
  background-color: white;
  border-radius: 0px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  padding: 0px;
  text-align: center;
  height: auto;
}

/* 写真 */
.profile-img {
  width: 100%;
  height:350px;
  object-fit: cover;
  margin-bottom: 16px;
}

/* 名前など */
.name {
  font-size: 24px;
  margin: 0 auto;
  color: #000;
}

.furigana {
  font-size: 14px;
  color: #000;
  margin-top: 2px;
}

.job {
  font-size: 16px;
  color: #802d60;
  margin-top: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: left;
  padding-left: 40px;
  padding-right: 40px
}

.profile {
  font-size: 14px;
  color: #000;
  margin: 10px 0 16px;
  line-height: 1.6;
  padding-left: 40px;
  padding-right: 40px;
  text-align: justify; 
}

/* SNSリンク */
.sns-links {
  color: #802d60;
  display: flex;
  justify-content: center;
  gap: 23px;
  margin-top: 30px;
  padding-bottom: 30px;
  font-size: 22px;
}




 /*-------------------------------------------*/
/* インスタグラム */

.instagram{
  background-color: #000;
}

.contwp-insta{
  width: 40%;
  min-width: 200px;
  position: relative;
  padding-bottom: 150px;
  padding-top: 150px;
  margin: 0 auto;
}


/* インスタアカウントボタン */
a.instalink{
  display: flex;
  margin: 8px auto 5px;
  background-color: #000;
  border: 1px solid #fff;
  line-height: 1.2em;
  width: 300px; 
  height: 40px; 
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
  
a.instalink:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -4px;
}

a.instalink:after{
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 0;
  background: url("../img/insta.svg") no-repeat;
  background-size: contain;
  top: 50%;
  left: 25px;
  margin-top: -10px;
}
  
a.instalink:hover {
  background-color: #fff;
  color: #000;
  transition: 0.2s;
}

a.instalink:hover:before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transition: 0.2s;
  right: 20px;
}



 /*-------------------------------------------*/
/* ACCESS */


.contwp-access{
  width: 70%;
  position: relative;
  padding-bottom: 150px;
  padding-top: 150px;
  margin: 0 auto;
}

.access{
  background-color: #802d60;
}




/*
フッター
-------------------------------------------------------------------------------------------------------------------*/
footer{
  background-color: #000;
  color: #fff;
  z-index: 1;
  position: relative;
  padding-bottom: 0px;
}

.foot_wp {
  width: 100%;
  display: block;
  text-align: center;
  padding: 100px 0 5px;
  margin: 0 auto;
}

/* ------------------------------------------------------
	#address 
-------------------------------------------------------　*/

#address {
	display:flex;
	width: 70%;
	min-width: 500px;
	margin: 0 auto;
  padding: 80px 0;
}

#address .a_left {
  width: 50%;
  text-align: right;
  padding-right: 100px;
}

#address .a_left img{
  width: 120px;
}

#address .a_right {
	width:50%;
	text-align: left;
}

#address .a_right p {

	margin-bottom:10px;
  font-size:14px;
  line-height: 1.7em;

}


/* ------------------------------------------------------
	.contact
-------------------------------------------------------　*/
.contact{
 font-size: 15px;
 text-align: center;
}

.mail_btn{
	position: relative;
	display: inline-block;
	padding: 0.5em 1em;
	margin-bottom: 10px;
	text-decoration: none;
	color: black;
	background: white;
  border: solid 1px #fff;
	border-radius: 3px;
	transition: .4s;
  margin-top: 20px;
  font-size: 14px;
  }

.mail_btn:hover {
	background: #000;
	color: white;
  border: solid 1px #fff;
}

.copyrignt{
  padding-bottom: 10px;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.1em;
}




/*
エフェクト
----------------------------------------------------------------------------------------------------------------*/

/*
エフェクト　下から上に表示
-------------------------------------------*/
  
/*アニメーション要素のスタイル*/
.animation{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(100px);
  }
  /*アニメーション要素までスクロールした時のスタイル*/
  .active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
  }


/*
並んでいる写真を順番に表示
-------------------------------------------*/
.photofade{
  opacity : 0;
  transition : all 1s;
}
  
.photofade.active{
  opacity : 1;
}

.photofade2{
  opacity : 0;
  transition : all 1s;
}

.photofade2.active{
  opacity : 1;
}

.photofade3{
  opacity : 0;
  transition : all 1s;
}

.photofade3.active{
  opacity : 1;
}

  /*
エフェクト　TOP用
-------------------------------------------*/

/* 下から上に移動しながらフェードイン */
.fadeInUp {
    opacity: 0;
    transform: translateY(200px);
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
/* 上から下に移動しながらフェードイン */
.fadeInDown {
    opacity: 0;
    transform: translateY(-200px);
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
/* 右から左に移動しながらフェードイン */
.fadeInLeft {
    opacity: 0;
    transform: translateX(-200px);
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
/* 左から右に移動しながらフェードイン */
.fadeInRight {
    opacity: 0;
    transform: translateX(200px);
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

/* フェードインのみ */
.fadeInn {
  opacity: 0;
  transform: translateX(0px);
  animation-name: fadeIn;
  animation-duration:2s;
  animation-fill-mode: forwards;
}
/* フェードインアニメーション */
@keyframes fadeIn {
    0% {
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}

 /* 0.5秒後に開始 */
 .delay05{
  animation-delay: 0.5s;
}
 /* 1秒後に開始 */
 .delay1{
  animation-delay: 1s;
}
 /* 1.5秒後に開始 */
 .delay15{
  animation-delay: 1.5s;
}

 /* 2秒後に開始 */
 .delay2{
  animation-delay:2s;
}

 /* 2.5秒後に開始 */
 .delay25{
  animation-delay:2.5s;
}

 /* 3秒後に開始 */
 .delay3{
  animation-delay:3s;
}

 /* 3.5秒後に開始 */
 .delay35{
  animation-delay:3.5s;
}

 /* 4秒後に開始 */
 .delay4{
  animation-delay:4s;
}


 /* 4.5秒後に開始 */
 .delay45{
  animation-delay:4.5s;
}

 /* 5秒後に開始 */
 .delay5{
  animation-delay:5s;
}

 /* 5.5秒後に開始 */
 .delay55{
  animation-delay:5.5s;
}



