@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 IT’S MOVIE TIME*/
.fv_h1{
	color: #9D8C7C;
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 60px;
	text-shadow: 0 0 5px #999;
}


.fv_p{
	font-size: 16px;
	line-height: 1.5;
	text-shadow: 0 0 5px #999;
}

.fv_icon{
	margin-right: 50px;
}

.iconS{
	width: 300px;
	margin-top: 50px;
	display: flex;
	align-items: center;
	/*text-align: left;*/
	
}

.fv_group{
	display: flex;
	max-width: 1920px;
	width: 100%;
	height:100vh;
	align-items: center;
	margin: 0 auto;
}

.fv_text_group{
	/*flex-basis:50%;*//*画面半分こ*/
	margin: 0 auto;
}

.fv{
	flex-basis:50%;
}

/*----------------------------*/
/*ナビゲーション*/

.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;
}

/*----------------------------*/
/*カテゴリ別のイメージ画像*/
.fv_image{
  	width: 100%;
	/*max-width: 1920px;*/
}

.mainView{
	position: relative;
}

.mainview_top_text{
	width: 600px;
	font-size:70px;
	font-weight: bold;
	text-shadow: 0 0 10px #999;
}

.mainview_subText{
	width: 600px;
	font-size:20px;
	align-items: center; /* 横線を上下中央 */
  	display: flex; /* 文字と横線を横並び */
	text-shadow: 0 0 10px #999;
}

.mainview_subText::after{
  	content: "";
	background-color: #ffffff; /* 横線の色 */
  	height: 1px; /* 横線の高さ */
  	width: 38px; /* 横線の長さ */
	margin-left: 5px; /* 文字との余白 */
}

.textAB{
	width: 600px;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 13%;
	transform: translateY(-50%);
	color: #ffffff;
}

/*----------------------------*/
/*動きなし*/
/*.mainview_viewmore{
	position: absolute;
	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 {
  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;
	/*text-shadow: 0 0 5px #999;*/
	
}
.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: #fff;
}

.btn-box:hover {
  color: #000;
	
}

.btn-box:hover::after {
  transform: scale(1, 1);
}

/*----------------------------*/
/*ABOUT US*/

.about_sub::after{
  	content: "";
	background-color: #ffffff; /* 横線の色 */
  	height: 1px; /* 横線の高さ */
  	width: 163px; /* 横線の長さ */
	margin-left: 5px; /* 文字との余白 */
}

/*----------------------------*/
/*RECOMEND*/

.mainView{
	position: relative;
	margin-bottom: 50px;
}

.sub{
	position: absolute;
	top:158px;
	left: 241px;
}

.h2{
	position: absolute;
	top: 188px;
	left: 241px;
}

.recommend_sub::after{
  	content: "";
	background-color: #ffffff; /* 横線の色 */
  	height: 1px; /* 横線の高さ */
  	width: 270px; /* 横線の長さ */
	margin-left: 5px; /* 文字との余白 */
}

/*----------------------------*/
/*recommend_top*/
.text_october_top{
	width: 356px;
	border-left: solid 25px #9D8C7C; height: 66px;
	margin-bottom: 100px;
	padding-left: 20px;
}

.text_kana{
	font-size: 16px;
	color: #ffffff;
	align-items: center; /* 横線を上下中央 */
  	display: flex; /* 文字と横線を横並び */
	
}

.text_kana::after{
  	content: "";
	background-color: #ffffff; /* 横線の色 */
  	height: 1px; /* 横線の高さ */
  	width: 30px; /* 横線の長さ */
	margin-left: 5px; /* 文字との余白 */
}

.text_rona{
	font-size: 40px;
	color: #ffffff;
	font-weight: bold;
	
}

/*----------------------------*/
/*RECOMMEND_CARD*/

.recommend{
	margin-bottom: 100px;
}

.recommend_box{
	width: 1080px;
	height: 447px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 150px;
}

.recommend_text_box{
	width: 250px;
	height: 334px;
	border-left: 1px solid #ffffff;
	/*border-right: 2px solid #ffffff;*/
	padding-left: 15px;
	line-break:auto;
	
}

.recommend_left{
	width: 250px;
	height: 447px;
}

.recommend_text_top{
	font-weight: bold;
	font-size: 100px;
	color: #9D8C7C;
	padding-bottom: 15px;
	line-height: 1;
}

.recommend_left span{
	font-size: 20px;
}

.oct_kana::after{
  	content: "";
	background-color: #ffffff; /* 横線の色 */
  	height: 1px; /* 横線の高さ */
  	width: 122px; /* 横線の長さ */
	margin-left: 5px; /* 文字との余白 */
}

.recommend_title_sub{
	font-size: 14px;
	color: #fff;
	padding-bottom: 2px;
}

.recommend_title_top{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #ffffff; width: 200px;
	/*margin-left: 3px;*/
	margin-bottom: 15px;
}

.recommend_box,recommend_left,p{
	font-size: 15px;
	/*margin-left: 3px;*/
}

.recommend_text_space{
	margin-bottom: 20px;
}

.recommend_text_space,.recommend_text_space_last{
line-height: 1.5;
}

.imitation{
	line-height: 1.4;
}

.demo{
	line-height: 1.2;
}

.code{
	line-height: 1.3;
}

.recommend_right{
	position: relative;
}

.recommend_card_image_text{
	position: absolute;
	width: 372px;
	height: 65px;
	background-color: #0E1E33;
	top: 330px;
	right: 0;
	padding-top: 10px;
}

.recommend_image_sub{
	/*position: absolute;*/
	font-size: 16px;
	color: #ffffff;
	margin-left: 25px;
}

.recommend_image_title{
	/*position: absolute;*/
	font-size: 24px;
	color: #ffffff;
	margin-left: 17px;
}

.recommend_left2{
	position: relative;
}

.recommend_right2 span{
	font-size: 20px;
}

.recommend_card_image_text3{
	position: absolute;
	width: 426px;
	height: 65px;
	background-color: #0E1E33;
	top: 330px;
	left: 377px;
	padding-top: 10px;
}

.rec{
	width: 1080px;
	margin: 0 auto;
}


/*----------------------------*/
/*MAGAZINE*/

.text_magazine_top,.text_pick_top,.text_event_top{
	width: 450px;
	border-left: solid 25px #9D8C7C; height: 66px;
	margin-bottom: 100px;
	padding-left: 18px;
}

.magazine_card{
	width: 344px;

	/*border: 1px solid rgba( 255, 255, 255, 0.45 ); border-radius: 5px;*/
}

.magazine_image{
	width: 342px;
	height: 207px;
	border-radius: 5px;
}

.magazine_text_group{
	width: 335px;
	padding: 10px;
	border-left: 1px solid #ffffff; 
	margin-top: 15px;
}

.magazine_title{
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 15px; 
}

.magazine_p1{
	font-size: 15px;
	color: #ffffff;
	overflow-wrap: break-word;
}



.magazine_group{
	width: 1080px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

.magazine{
	width: 1080px;
	margin: 0 auto;
}

.magazin_kana::after{
  	content: "";
	background-color: #ffffff; /* 横線の色 */
  	height: 1px; /* 横線の高さ */
  	width: 240px; /* 横線の長さ */
	margin-left: 5px; /* 文字との余白 */
}

.pickup_kana::after{
  	content: "";
	background-color: #ffffff; /* 横線の色 */
  	height: 1px; /* 横線の高さ */
  	width: 85px; /* 横線の長さ */
	margin-left: 5px; /* 文字との余白 */
}

/*----------------------------*/
/*マガジンカードVIWEMORE設定*/
.magazine_imageView{
  background: url( "../image/magazine_card1_image.jpg")no-repeat center center / cover;
  display: inline-block;
  vertical-align: middle;
  width: 342px;
  height: 207px;
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  border-radius: 5px;
}

.magazine_imageView{
  position: relative;
  overflow: hidden;
}
.magazine_imageView::before,
.magazine_imageView::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  /*margin: auto;*/
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  opacity: 0;
}
.magazine_imageView::before {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.magazine_imageView::after {
  color: #fff;
  content: "READ MORE";
  font-size: 24px;
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
	letter-spacing: 5px;
}
 
.magazine_imageView:hover::before,
.magazine_imageView:hover::after {
  opacity: 1;
}


/*----------------------------*/
/*マガジンカード2VIWEMORE設定*/
.magazine_imageView2{
  background: url( "../image/magazine_card2_image.jpg")no-repeat center center / cover;
  display: inline-block;
  vertical-align: middle;
  width: 342px;
  height: 207px;
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  border-radius: 5px;
}

.magazine_imageView2{
  position: relative;
  overflow: hidden;
}
.magazine_imageView2::before,
.magazine_imageView2::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  /*margin: auto;*/
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  opacity: 0;
}
.magazine_imageView2::before {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.magazine_imageView2::after {
  color: #fff;
  content: "READ MORE";
  font-size: 24px;
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
	letter-spacing: 5px;
}
 
.magazine_imageView2:hover::before,
.magazine_imageView2:hover::after {
  opacity: 1;
}
/*----------------------------*/

.btn-box3 {
  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: 78px;
  margin-left: 198px;
	
	
}
.btn-box3::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-box3:hover {
  color: #000;
	
}

.btn-box3:hover::after {
  transform: scale(1, 1);
}

/*----------------------------*/
/*EVENT*/
/*画像とホバーの設定*/
.c-bnr{
  background: url( "../image/event_card_image.jpg")no-repeat center center / cover;
  display: inline-block;
  vertical-align: middle;
  width: 507px;
  height: 235px;
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  border-radius: 5px;
}

.c-bnr{
  position: relative;
  overflow: hidden;
}
.c-bnr::before,
.c-bnr::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  /*margin: auto;*/
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  opacity: 0;
}
.c-bnr::before {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.c-bnr::after {
  color: #fff;
  content: "READ MORE";
  font-size: 24px;
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
	letter-spacing: 5px;
}
 
.c-bnr:hover::before,
.c-bnr:hover::after {
  opacity: 1;
}
/*----------------------------*/


.event_box{
	width: 510px;
	
}

.event_sub::after{
  	content: "";
	background-color: #ffffff; /* 横線の色 */
  	height: 1px; /* 横線の高さ */
  	width: 185px; /* 横線の長さ */
	margin-left: 5px; /* 文字との余白 */
}

.event_text_box{
	width: 510px;
	height: 105px;
	/*margin: 0 auto;*/
	border-left: 1px solid #ffffff;
	padding: 10px;
	margin-top: 15px;
}

.event_title{
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 15px;
}

.event_text{
	width: 498px;
	/*height: 65px;*/
	font-size: 15px;
	color: #ffffff;
	overflow-wrap: break-word;
}

.event_kana::after{
  	content: "";
	background-color: #ffffff; /* 横線の色 */
  	height: 1px; /* 横線の高さ */
  	width: 170px; /* 横線の長さ */
	margin-left: 5px; /* 文字との余白 */
}

.fun_kana::after{
  	content: "";
	background-color: #ffffff; /* 横線の色 */
  	height: 1px; /* 横線の高さ */
  	width: 135px; /* 横線の長さ */
	margin-left: 5px; /* 文字との余白 */
}

.event_card_wrap{
	max-width: 1080px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

.event_wrap{
	width: 1080px;

	margin: 0 auto;
}

.event_back{
	margin-left: 340px;
	margin-top: 75px;
}


.btn-box2 {
  width: 147px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  padding: 3px;
right: 0;
	bottom: 0;
	margin-top: 50px;
	
}

.btn-box_group{
	width: 1080px;
	height: 80px;
	position: relative;
	margin: 0 auto;
}

.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;
	
}

.btn-box2:hover::after {
  transform: scale(1, 1);
}

.funmeeting{
	margin-bottom: 0px;
}



/*----------------------------*/
/*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%);
}
