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




/* ----------------------------
	MV
---------------------------- */


#mv_logo{
	width:140px;
	margin:0 auto;
	 filter: drop-shadow(0px 0px 10px #000);
}
@media screen and (max-width: 767px) {
#mv_logo{
	width:30vw;
    max-width: 150px;
}
}


#mv_catch{
	font-size:1.5rem;
	margin:20px auto
}
@media screen and (max-width: 767px) {
#mv_catch{
	font-size:1.3rem;
}
}


#mv_lead{
	font-size:1rem;
	line-height:2rem;
   font-weight: 600
}
@media screen and (max-width: 767px) {
#mv_lead{
	font-size:0.9rem;
   letter-spacing: 0.3em;
	line-height:1.8rem
}
}

h2{
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #fff;
  width: 90%;
}
@media screen and (max-width: 767px) {
h2{
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
}
}

/*==================================================
スライダーのためのcss
===================================*/
#slider {
    width: 100%;
    height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	background: #000
}

/*========= レイアウトのためのCSS ===============*/


.wrapper{
  position: relative;
}


.vegas-timer{
	display: none
}




/* ----------------------------
	コンセプト
---------------------------- */
#Concept{
	background: 
	 linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2)),url( "../img/concept_bg.jpg");
	background-size: cover;
	background-position: center center;
	color: #fff;
	text-align: center;
}
#concept_logo{
	width:140px;
	margin:0 auto;
	filter: drop-shadow(0px 0px 10px #000);
}
@media screen and (max-width: 767px) {
#concept_logo{
   width: 30vw;
   max-width: 150px;
}
}

.text_gold{
   color: #EDD958
}

#concept_catch{
	font-size:1.5rem;
	margin:20px auto;
	letter-spacing: 0.2em;
    color: #fff
}
@media screen and (max-width: 767px) {
#concept_catch{
	font-size:1.4rem;
}
}


#concept_lead{
	font-size:1rem;
	line-height:2.2rem;
	letter-spacing: 0.1em
}
@media screen and (max-width: 1024px) {
#concept_lead{
   width: 92%;
   font-size: 0.9rem;
   margin: 0 auto;
   line-height:2rem;
}
}
@media screen and (max-width: 767px) {
#concept_lead{
   width: 92%;
   font-size: 0.9rem;
   margin: 0 auto;
   line-height:2rem;
   text-align: left
}
}


#concept_lead p{
	margin-bottom: 40px;
    color: #fff
}
@media screen and (max-width: 767px) {
#concept_lead p{
	margin-bottom: 20px
}
}


/* ----------------------------
	システム
---------------------------- */
#System{
	background: #fff
}
#time_zu{
	margin: -50px auto 30px auto;
	display: block;
   width: 80%
}
@media screen and (max-width: 767px) {
#time_zu{
	margin: 0px auto 30px auto;
   width: 100%;
   display: inline
}
}

#System .lead span{
	color: var(--gold);
	font-weight: 800
}
.baai{
	margin-top: 20px;
	text-align: center;
	font-weight: 800;
   font-size: 18px;
}
@media screen and (max-width: 767px) {
.baai{
	margin: 20px 0 10px 0;
   font-size: 16px;
   line-height: 1em
}
}



.course_list1{
	display: flex;
	justify-content: space-between;
	column-gap: 33px;
	max-width: 1200px;
	margin: 0px auto 0 auto
}

.course_list1 div{
    max-width: 584px;
    max-height: 340px;
    width: 50%;
    aspect-ratio: 584 / 340;
    background: url("../img/course_banner_img.webp") no-repeat;
	position: relative;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: auto;
	position: relative;
}
@media screen and (max-width: 1024px) {
.course_list1{
    width:95%;
    margin:0px auto 0 auto;
}
.course_list1 div{
	width: 50%;
	background-size: cover;
	margin-bottom: 15px
}
}
@media screen and (max-width: 767px) {
.course_list1{
    width:92%;
    margin:0px auto 0 auto;
    display: block;
}
.course_list1 div{
	width: 100%;
	background-size: cover;
	margin-bottom: 15px
}
}


.course_list1 div a:hover{
	background: rgba(255, 255, 255, .8)
}

.course_list1 div.trainer_img{
	background: url("../img/trainer_banner_img.webp") no-repeat;
	background-size: cover
}
.home_course_name {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    align-self: center;
    justify-self: center;
    padding: 0px;
    position: relative;
	width: 100%;
    text-align: center;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
.home_course_name:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(69, 38, 18, .4);
    mix-blend-mode: multiply;
    z-index: 1;
}
.home_course_name:after{
	content:'';
	font: var(--fa-font-light);
    content: "\f054";
    display: block;
    top: 50%;
	right:20px; 
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	position: absolute;
	color: #fff;
	z-index: 1
}
.course_title {
   	color: #fff;
	 position: relative;
    z-index: 2;
	font-family: "meno-banner", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 38px;
	line-height: 1em;
	padding: 10px 0
}
@media screen and (max-width: 767px) {
.course_title {
	font-size: 2rem;
}
}

.course_title span{
 	font-family: "Noto Sans JP", sans-serif;
	position: relative;
	font-weight: 400;
	z-index: 2;
  	font-style: normal;
	font-size: 14px;
	line-height: 1em;
	margin-top: 3px;
	color: #fff;
	display: block
 }
 @media screen and (max-width: 767px) {
 .course_title span{
 	font-size: .8rem;
 }
 }


.course_list2{
    max-width:1200px;
    width: 100%;
    margin: 32px auto 0 auto;
    display: flex;
    justify-content:space-between;
	column-gap:2.5%;
}

.course_list2 div{
    max-width: 380px;
    max-height:180px;
    width: 33.3%;
    aspect-ratio: 38 / 18;
    background: url("../img/access_img.webp") no-repeat;
	position: relative;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: auto;
	position: relative;
	background-size: cover;
	transition: ease-in-out .5s
}
@media screen and (max-width: 1024px) {
.course_list2{
	width: 95%;
	}
}
@media screen and (max-width: 767px) {
.course_list2{
    width: 92%;
    margin: 0px auto 0 auto;
    display: block;
}
.course_list2 div{
	max-width: 100%;
	width: 100%;
	margin-bottom: 15px
}
}


.course_list2 div.faq_img{
	background: url("../img/faq_img.webp") no-repeat;
	background-size: cover;
}
.course_list2 div.voice_img{
	background: url("../img/voice_img.webp") no-repeat;
	background-size: cover;
}
.course_list2 div a:hover{
	background: rgba(255, 255, 255, .8)
}

.course_name_mini {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    align-self: center;
    justify-self: center;
    padding: 0px;
    position: relative;
	width: 100%;
    text-align: center;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

   
.course_name_mini:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(69, 38, 18, .4);
    mix-blend-mode: multiply;
    z-index: 1;
}
.course_name_mini:after{
	content:'';
	font: var(--fa-font-light);
    content: "\f054";
    display: block;
    top: 50%;
	right:20px; 
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	position: absolute;
	color: #fff;
	z-index: 1
}
.course_title_mini {
   	color: #fff;
	 position: relative;
    z-index: 2;
	font-family: "meno-banner", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 32px;
	line-height: 1em;
	padding: 5px 0 8px 0
}
@media screen and (max-width: 767px) {
.course_title_mini { 
   font-size: 1.8rem
}
}

.course_list2 div span{
 	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
  	font-style: normal;
	font-size: 12px;
	line-height: 1em;
	margin-top: 2px;
	display: block;
}
@media screen and (max-width: 767px) {
.course_list2 div span{
	font-size: .7rem
}
}



/* ----------------------------
	ギャラリー
---------------------------- */
#Gallary{
	background: #fff
}
#garally_list{
	width: 1200px;
	margin:50px auto 0 auto;
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
	gap: 10px 10px;
}
#garally_list li{
	width: 19.3%
}
@media screen and (max-width: 1024px) {
#garally_list{
	width: 92%;
	margin:50px auto 0 auto;
	column-gap: 1% 1%;
   justify-content: space-around
}
#garally_list li{
	width: 18.5%
}
}
@media screen and (max-width: 767px) {
#garally_list{
	width: 92%;
	margin:50px auto 0 auto;
	column-gap: 1% 1%;
   justify-content: space-around
}
#garally_list li{
	width: 31%
}
}



/* ----------------------------
	Instagram
---------------------------- */
#insta{
   background: #f4f4f4;
}

#insta_wrap{
	max-width: 1200px;
	margin: 0 auto
}
@media screen and (max-width: 1024px) {
#insta_wrap{
	width: 70%;
	margin: 0 auto
}
}
@media screen and (max-width: 767px) {
#insta_wrap{
	width: 95%;
	margin: 0 auto
}
}
#sb_instagram .sb_instagram_header h3, .sb_instagram_header h3{
	font-family: "Montserrat", sans-serif;
    font-weight: 600;
	color: var(--gray);
    font-style: normal;
}
