@charset "utf-8";
/* CSS Document */

body{
	max-width: 1920px;
	font-family: "Inter", sans-serif;
	background-color: #132032;
	color: #efefef;
	margin: 0 auto;
	overflow-x: hidden;
}

.fv_image{
  	width: 100%;
	max-width: 1920px;
}

/*----------------------------*/
/*ナビゲーション*/

.navfoot{
	position: fixed;
	z-index: 10000;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	background-color: #000;
}

.navfoot li{
	display:inline-block;
	font-size: 16px;
	margin: 0 30px;
}

/*----------------------------*/
/*SERVICE_FIRSTVIEW*/
.mainView{
	position: relative;
}

.textAB{
	width: 600px;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 13%;
	transform: translateY(-50%);
	color: #ffffff;
}

.mainview_subText{
	padding-left: 3px;
	font-size: 20px;
	color: #ffffff;
	align-items: center; /* 横線を上下中央 */
  	display: flex; /* 文字と横線を横並び */
	text-shadow: 0 0 10px #999;
}

.service_sub::after{
  	content: "";
	background-color: #ffffff; /* 横線の色 */
  	height: 1px; /* 横線の高さ */
  	width: 250px; /* 横線の長さ */
	margin-left: 5px; /* 文字との余白 */
}

.mainview_top_text{
	font-size: 70px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0 0 10px #999;
}

/*.mainview_viewmore{
	font-size: 14px;
	color: #ffffff;
	border:2px solid #efefef; padding:5px; width:165px; border-radius: 2px;
	text-align: center;
	margin-top: 25px;
	margin-left: 2px;
}*/

/*----------------------------*/
/*ボタンホバー設定*/
.btn-box{
  position: absolute;
}

.btn-box2 {
  width: 147px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 3px;
  margin-top: 20px;
	
}
.btn-box2::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
	
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.4s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
  background-color: #fff;
}

.btn-box2:hover {
  color: #000;
  font-weight: bold;
}

.btn-box2:hover::after {
  transform: scale(1, 1);
}
/*----------------------------*/

.text_top{
	width: 600px;
	border-left: solid 25px #9D8C7C; height: 66px;
	margin-bottom: 50px;
	margin-top: 100px;
	padding-left: 20px;
}

.text_kana{
	font-size: 16px;
	color: #ffffff;
	align-items: center; /* 横線を上下中央 */
  	display: flex; /* 文字と横線を横並び */
}

/*----------------------------*/
/*FEATURE*/

.feature_family{
	width: 1080px;
	margin: 0 auto;
}

.feature_kana::after{
  	content: "";
	background-color: #ffffff; /* 横線の色 */
  	height: 1px; /* 横線の高さ */
  	width: 340px; /* 横線の長さ */
	margin-left: 5px; /* 文字との余白 */
}

.text_rona{
	font-size: 40px;
	color: #ffffff;
	font-weight: bold;
}

.service01{
	font-size: 32px;
	color: #9D8C7C;
	/*padding-left: 2px;*/
}

.service02{
	font-size: 130px;
	font-weight: bold;
	color: #9D8C7C;
}

.service_nummber{
	width: 152px;
	text-align: center;
	position: absolute;
	left: 5%;
	top: 0%;
}

.recommend_image{
	position: absolute;
	right: 0%;
	top:0%;
}

.recommend_1,.magazine_1{
	font-weight: bold;
	font-size: 16px;
	color: #000;
	margin-left: 2px;
}

.recommned_2,.magazine_2{
	font-weight: bold;
	font-size: 40px;
	color: #000;
	margin-bottom: 25px;
}

.recommend_3,.magazine_3{
	font-weight: bold;
	font-size: 20px;
	color: #000;
	margin-bottom: 25px;
}

.recommend_text,.magazine_text{
	font-size: 16px;
	color: #000;
	line-height: 1.3;
	margin-bottom: 10px;
}



/*----------------------------*/
/*ボタンホバー設定viewmore_feature*/
.btn-box {
  width: 147px;
  /*height: 20px;*/
  line-height: 20px;
  font-size: 14px;
  color: #000;
  border: 1px solid #000;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 50px;
	padding: 3px;

}
.btn-box::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.4s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
  background-color: #000;
}

.btn-box:hover {
  color: #fff;
}

.btn-box:hover::after {
  transform: scale(1, 1);
}

/*----------------------------*/

.recommned_text_team{
	position: relative;
	width: 395px;
	height: 328px;
	background-color: #D9D9D9;
	margin:0 auto;
	top: 10%;
}

.recommned_text_room{
	width: 526px;
	height: 400px;
	background-color: #D9D9D9;
	position: absolute;
	bottom: 0%;
	left: 0%;
}

.recommend_card{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	max-width: 1080px;
	height: 600px;
	margin-bottom: 100px;
}

/*----------------------------*/
/*MAGAZINE*/

.service_nummber2{
	width: 152px;
	text-align: center;
	position: absolute;
	right: 5%;
	top: 0%;
}

.magazine_image{
	position: absolute;
	left: 0%;
	top:0%;
}

.magazine_text_team{
	position: relative;
	width: 395px;
	height: 328px;
	background-color: #D9D9D9;
	margin:0 auto;
	top: 10%;
}

.magazine_text_room{
	width: 526px;
	height: 400px;
	background-color: #D9D9D9;
	position: absolute;
	bottom: 0%;
	right: 0%;
}

.magazine_card{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 1080px;
	height: 600px;
	margin-bottom: 100px;
}
/*----------------------------*/
/*EVENT*/
.event_card{
	margin-bottom: 0px;
}

/*----------------------------*/
/*PLAM*/
.plan_kana::after{
  	content: "";
	background-color: #ffffff; /* 横線の色 */
  	height: 1px; /* 横線の高さ */
  	width: 35px; /* 横線の長さ */
	margin-left: 5px; /* 文字との余白 */
}

.menu_top{
	width: 527px;
	height: 150px;
	text-align: center;
	background-color: #D9D9D9;
	margin-bottom: 40px;
	position: relative;
}
.standard_top{
	font-size:40px;
	font-weight: bold;
	color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.premium_top{
	color: #9D8C7C;
}

.standard_text_top,.standard_menu{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}

.standard_text_top{
	margin-bottom: 40px;
}

.free{
	font-size: 70px;
	font-weight: bold;
}

.standard_price{
	font-size: 30px;
	margin-bottom: 40px;
}

.standard_menu{
	margin-bottom: 20px;
}

.plan_group,.plan_group2 ul li{
	font-size: 16px;
	line-height: 2;
}

.standard_radyGo1{
	width: 247px;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	font-size: 20px;
	display: inline-block;
	text-align: center;
	background-color:  #00C036;
	border-radius: 5px;
	margin-top: 30px;
	
}


.standard_radyGo1:hover {
  background: #d6d6d6;
  color: #00C036;
}

.standard_radyGo2{
	width: 247px;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	font-size: 20px;
	display: inline-block;
	text-align: center;
	background-color:  #9D0000;
	border-radius: 5px;
	margin-top: 30px;
}


.standard_radyGo2:hover {
  background: #d6d6d6;
  color: #9D0000;
}

.menu_in{
	width: 374px;
	margin: 0 auto;
	text-align: center;
}

.menu_in_wrap{
	width: 529px;
}

.plan_a,.plan_b{
	max-width: 529px;
	height: 721px;
	border: 1px solid rgba( 255, 255, 255, 0.45 ); border-radius: 5px;
}

.plan_team{
	display: flex;
	max-width: 1080px;
	justify-content: space-between;
}

.plan{
	max-width: 1080px;
	margin: 0 auto;
}

.plan_group{
	width: 220px;
	text-align: justify;
	text-align-last:justify;
	margin: 0 auto;
}

.plan_group2{
	width: 330px;
	text-align: center;
	margin: 0 auto;
}

.li{
	width: 220px;
	text-align: justify;
	text-align-last: justify;
	margin: 0 auto;
}


/*----------------------------*/
/*SUPPORT_BANNER*/
.support_kana::after{
  	content: "";
	background-color: #ffffff; /* 横線の色 */
  	height: 1px; /* 横線の高さ */
  	width: 35px; /* 横線の長さ */
	margin-left: 5px; /* 文字との余白 */
}

.support{
	margin-top: 150px;
}

/*----------------------------*/
/*FOOTER*/

.foot{
	position: relative;
	margin-top:150px;
}

.logo{
	position: absolute;
	top: 40%;
	left: 50%;
	transform:translateX(-50%) translateY(-50%);
}

.sns_icon{
	position: absolute;
	text-align: center;
	/*width: 130px;*/
	height: 60px;
	top: 69%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: flex;
	justify-content: center;
}

.sns_icon_px{
	margin: 15px;
	font-size: 32px;

}

.copyright{
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}