@charset "utf-8";

/*common*/

@font-face{ 
    font-family: 'NotoSansCJKjp'; 
    src: url('../fonts/NotoSansCJKjp-Bold.eot'); 
    src: url('../fonts/NotoSansCJKjp-Bold.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/NotoSansCJKjp-Bold.woff') format('woff'), 
        /*url("../fonts/NotoSansCJKjp-Bold.otf") format("opentype"),*/
        url('../fonts/NotoSansCJKjp-Bold.ttf') format('truetype'); 
}
.lead{
	font-size: 30px;
	letter-spacing: 0.8rem;
	margin-bottom: 35px;
}
.lead2{
	font-size: 20px;
	letter-spacing: 0.3rem;
	margin-bottom: 35px;
	/*border-bottom: 1px solid #fff;*/
	display: inline-block;
}
.lead2 span{
	font-size: 14px;
}
.lead3{
	font-size: 24px;
	letter-spacing: 0.3rem;
	margin-bottom: 35px;
}
.btn_more{
	display: none;
	margin-top: 80px;
	text-align: right;
}
/*
.date{
	text-align: left;
	color: #fff;
	margin:15px 0 0;
	font-size: 9px;
}
.date::before{
	content: "";
	background: url("../images/common/icon_time.svg") no-repeat center center;
	background-size: cover;
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}*/
.new{
	position: relative;
}
.new::after{
	position: absolute;
	top: -7px;
	left: -9px;
	background: #fff;
	color:#181878;
	border-radius: 3px;
	padding: 5px 15px;
	display: block;
	content: "NEW";
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 1px;
}
.bg_wite .new::after{
	border: 1px solid #181878;
	box-sizing: border-box;
}
.bg_blue{
	z-index: 10;
}
.bg_wite, footer{
	position: relative;
	z-index: 10;
}

@media screen and (max-width: 767px) {
  .lead{
    font-size: 24px;
    letter-spacing: 0.5rem;
    margin-bottom: 35px;
  }
  .lead2{
    font-size: 16px;
    letter-spacing: 0.3rem;
    margin-bottom: 35px;
    /*border-bottom: 1px solid #fff;*/
    display: inline-block;
  }
  .lead2 span{
    font-size: 12px;
  }
  .lead3{
    font-size: 18px;
    letter-spacing: 0.3rem;
    margin-bottom: 35px;
  }
}


/*main*/
.main{
	/*height: 100vh;*/
	position: relative;
  background: #20368c;
}
/* .main::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  z-index: 2;
  background: -moz-linear-gradient(top,  rgba(0,0,66,0) 0%, rgba(0,0,66,0) 68%, rgba(0,0,66,1) 99%, rgba(0,0,66,1) 100%); 
  background: -webkit-linear-gradient(top,  rgba(0,0,66,0) 0%,rgba(0,0,66,0) 68%,rgba(0,0,66,1) 99%,rgba(0,0,66,1) 100%); 
  background: linear-gradient(to bottom,  rgba(0,0,66,0) 0%,rgba(0,0,66,0) 68%,rgba(0,0,66,1) 99%,rgba(0,0,66,1) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000042', endColorstr='#000042',GradientType=0 ); 
} */
.main.secin {
	padding-top: 70px;
  padding-bottom: 0;
}
.main_img2 {
	width: 100%;
	height: 100vh;
	/*position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);*/
	position: relative;
}
.main_img2 img{
  width: 100%;
  height: auto;
}
.main_img2 .main_logo{
	position: absolute;
	width: 30%;
  max-width: 300px;
	top: 10%;
	left: 50%;
  transform: translateX(-50%);
	transition: 3s;
	opacity: 0;
  filter: blur(5px);
	z-index: 2;
}
.main_img2 .main_logo.main_logo_on{
	opacity: 1;
	filter: blur(0);
}
.main_img2 .main_bg{
  opacity: 0;
	transition: 2s;
	height: 100%;
	/*background-image: url(../images/top/main_img.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;*/
	position: fixed;
	width: 100%;
	z-index: 1;
}
.main_bg2{
  height: 110vh;
	background-image: url(../images/top/main_img.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: fixed;
	width: 100%;
	z-index: 1;
  image-rendering: -webkit-optimize-contrast;
}
.main_img2 .main_bg.main_bg_on{
  opacity: 1;
}
.main_img {
	width: 270px;
	height: auto;
	position: absolute;
	top: 44%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.main_img ul{
	position: relative;
}
.main_img ul li{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: auto;
}
.main_txt{
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: 2s;
	width: 44%;
  max-width: 540px;
	z-index: 2;
}
.main_txt span{
	font-size: 16px;
}
.main_txt_on{
	opacity: 1;
	bottom: 100px;
}
.tac{
	text-align: center;
}
@media screen and (max-width: 767px) {
	.load_img {
		width: 45%;
		height: auto;
	}
	.lead2{
		padding-bottom: 20px;
		line-height: 1em;
	}
  #movie .lead{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    text-align: left !important;
  }
	#movie .lead2,
	#gallery .lead2{
		text-align: center !important;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.main{
		height: auto;
		margin-top: 58px;
		overflow:inherit;
	}
	.main.secin{
		padding-top: 0;
	}
	.main_img{
		top:40%;
	}
   .main_img2 {
		height: 70vh;
	}
	.main_img2 .main_logo{
		width: 50%;
		max-width: 150px;
	}
	.main_img2 .main_logo.main_logo_on{
		/*top: 10%;*/
	}
	.main_txt{
		width: 80%;
		max-width: 500px;
		bottom: 5%;
	}
	.main_txt span{
		font-size: 10px;
	}
  .main_bg2{
    height: 80vh;

  }
}
/*scroll icon*/
#scroll2,
#scroll{
	position: absolute;
	left:	50px;
	bottom: 30px;
	animation:anime_blink 1.5s ease-in-out infinite alternate;
  z-index: 15;

}
#scroll2 p,
#scroll p{
	transform: rotate(90deg);
	transform-origin: 30% 0%;
	font-size: 11px;
	color: #fff;
}
#scroll2 svg,
#scroll svg{
	margin-top: 15px;
}
@media screen and (max-width: 767px) {
	#scroll2,#scroll{
		position: absolute;
		left:	50%;
		bottom: 0;
		transform: translateX(-50%);
		z-index: 3;
		/*animation:anime_blink 1.5s ease-in-out infinite alternate;*/
	}
	#scroll2 a,#scroll a{
		display: block;
		text-align: center;
	}
	#scroll2 p,#scroll p{
		transform: rotate(0);
		font-size: 11px;
		font-weight: 600;
		
	}
	#scroll2 img,#scroll img{
		width: 30px;
		margin-left:auto;
		margin-right:auto;
	}
}
@keyframes anime_blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
/*about*/
#about p.txt{
	width: 100%;
	max-width: 700px;
	line-height: 2.5;
	margin-bottom: 160px;
}
#about .point_list{
	width: 100%;
	font-size: 0;
}
#about .point_list_a{
	border-radius: 50%;
	box-sizing: border-box;
	position: relative;
	color: #fff;

}
#about .point_list_a.new2 .point_list_off::before{
  content: "NEW";
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  background: #a40000;
  color: #fff;
  padding: 0 10px;
}
#about .point_list_a .point_list_off{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 11px;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 50%;
	
}
#about .point_list_a .point_list_a_bg{
	border: 1.5px solid #fff;
	border-radius: 50%;
	z-index: 100;
}
#about .point_list_a .point_list_off{
	opacity: 1;
	background: #fff;
	color: #181878;
	padding-top: 15%;
	z-index: 1;
}
#about .point_list_a .point_list_on{
	color: #fff;
	z-index: 5;
}
#about .point_list_a img{
	width: 100%;
	height: auto;
}
#about img.point_list_a_img{
	width: 27%;
	margin-bottom: 5px;
}
#about .opamv_d2 img.point_list_a_img{
	width: 23%;
}
#about .opamv_d3 img.point_list_a_img{
	width: 20%;
}
#about .point_list_a_title1{
	font-size: 16px;
	margin-bottom: 7.8%;
	letter-spacing: 0.1em;
}
#about .point_list_a_txt1{
	font-size: 15px;
	line-height: 1.6;
}
#about .point_list_a_txt2{
	font-size: 11px;
	line-height: 2.4;
}
#about .note{
  font-size: 10px;
  margin-top: 5px;
}
#about .point_list_a_title2,
#about .point_list_a_title1{
font-family: NotoSansCJKjp;
font-weight: bold;
}

@media screen and (min-width: 581px) {
  
	#about .point_list_a{
		display: inline-block;
		width: 32%;
		margin-right: 1.5%;
		margin-bottom: 1.5%;
		overflow: hidden;
	}
	#about .point_list_a:nth-child(3n){
		margin-right: 0;
	}
	#about .point_list_a .point_list_off,
	#about .point_list_a .point_list_on{
		transition: 0.8s;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		font-size: 11px;
		text-align: center;
		box-sizing: border-box;
		border-radius: 50%;
		/*margin-left: 1.5px;
		margin-top: 1.5px;*/
	}
	#about .point_list_a .point_list_on{
		opacity: 0;
		background: #181878;
		padding-top: 23%;
		box-sizing: border-box;
		border: 1.5px solid #fff;
		/*transform: scaleX(-1);*/
	}
	#about .point_list_a .point_list_on p{
		opacity: 0;
	}
	#about .point_list_a .point_list_on::after{
		content: "";
		border: 150px solid #181878;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		/*margin-left: 1.5px;
		margin-top: 1.5px;*/
		transition: 0.8s;
		border-radius: 50%;
	}
	#about .point_list_a:hover .point_list_off{
		opacity: 0;
		/*transform: scaleX(-1);*/
	}
	 #about .point_list_a:hover .point_list_on{
		opacity: 1;
		 /*transform: scaleX(1);*/
		 transition-delay:0.3s;
	}
	#about .point_list_a:hover .point_list_on p{
		opacity: 1;
		 /*transform: scaleX(1);*/
		 transition-delay:0.5s;
	}
	#about .point_list_a:hover .point_list_on::after{
		border: 1px solid #181878;
		transition-delay:0.3s;
	}
		 
	#about .point_list_a:hover .point_list_off{
		 /*transform: scaleX(-1);*/
	}
	#about .point_list_a_title2{
		font-size: 15px;
		margin-bottom: 25px;
	}
	#about .point_list_a_title2{
		position:relative;
		padding-bottom: 30px;
	}
	#about .point_list_a_title2::after{
		content: "";
		width: 45px;
		height: 1px;
		background: #fff;
		position: absolute;
		bottom: 0px;
		left: 50%;
		transform: translateX(-50%);
	}
	#about .point_list_a_btn{
		background: #181878;
		color: #fff;
		border-radius: 15px;
		box-sizing: border-box;
		padding: 2px 0 0 2px;
		width: 16px;
		height: 16px;
		margin: 9.6% auto 0;
		display: block;
		line-height: 1;
		text-align: center;
	}
	
}
@media screen and (max-width: 800px) {
	#about .point_list_a_sp{
		position: relative;
	}
	#about .point_list_a{
		width: 48.5%;
	}
	#about .point_list_a:nth-child(2n){
		margin-right: 0;
	}
	#about .point_list_a:nth-child(3){
		margin-right: 1.5%;
	}
	#about .point_list_on .note span.space{
		padding-left: 12px;
	} 	
}
@keyframes anime_point{
	  0%   { transform: scaleX(1); }
	  50%   { transform: scaleX(-1); }
	  100% {  transform: scaleX(1); }
	}
@media screen and (max-width: 580px) {
  #about p.txt{
    margin-bottom: 160px;
  }
	#about .point_list_a_btn{
		display: none;
	}
	#about .point_list_a{
		display: block;
		width: 90%;
		margin: 0 auto 0;
	}
	#about .point_list_a_sp{
		width: 90%;
		margin: 0 auto 10%;
	}
	#about .point_list_a:nth-child(2n),
	#about .point_list_a:nth-child(3n){
		margin-right: auto;
	}
	#about .point_list_a_title1{
		margin-bottom: 15%;
		position: relative;
	}
	#about .point_list_a_title1::after{
		content: "";
		height: 2px;
		width: 27%;
		background-color: #181878;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		bottom: -22px;
	}
	#about .point_list_a_title2{
		font-size: 20px;
		margin-bottom: 10px;
    margin-left: 5%;
	}
	#about .point_list_a_txt2{
    width: 90%;
    margin: 0 auto;
	}
  #about .point_list_on .note{
    width: 90%;
    margin: 0 auto;
	}
	#about .point_list_a.new2 .point_list_off::before{
		top: 20px;
	}
	#about .opamv_d2 img.point_list_a_img{
		width: 20%;
	}
	#about .opamv_d3 img.point_list_a_img{
		width: 18%;
	}
}

/*movie*/
#movie .lead2{
	position: relative;
	/*padding-right: 30px;*/
}
/*#movie .lead2::after{
	content: url("../images/btn_movie.svg");
	width: 15px;
	height: 10px;
	position: absolute;
	right: 0;
	top: 0;
}*/
#movie .movie_btn{
	position: absolute;
	top:115px;
	right: 0;
	width: 200px;
}
#movie .movie_btn_full{
	width: 150px;
	padding-right: 20px;
	border-right: 1px solid #fff;
	display: inline-block;
	vertical-align: bottom;
	transition: 0.3s;
}
#movie .movie_btn_sound{
	width: 17px;
	margin-left: 20px;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	transition: 0.3s;
}
#movie .movie_btn_sound:hover,
#movie .movie_btn_full:hover{
	opacity: 0.7;
}
#movie .movie_btn .movie_btn_sound_off{
	opacity: 1;
}
#movie .movie_btn.play .movie_btn_sound_off{
	opacity: 0;
}
#movie .movie_btn .movie_btn_sound_on{
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}
#movie .movie_btn.play .movie_btn_sound_on{
	opacity: 1;
}
#movie .movie_area{
	margin: 15px auto 70px;
}
@media screen and (max-width: 580px) {
	#movie .secin{
		text-align: center;
		padding: 75px 0 84px;
		width: 100%;
	}
	#movie .lead2{
		margin: 0 auto 40px;
	}
	#movie .movie_btn{
		position: absolute;
		right: 0;
		left: 0;
		top: 78%;
		margin: auto;
		width: 200px;
		float: right;
	}
	#movie .movie_area{
		margin-top:0;
	}
}
/*residence*/
#residence .secin{
  padding-bottom: 0;
}
#residence .residence_list{
	/*display: flex;
	flex-wrap: wrap;*/
}
#residence .residence_list li{
	/*width: calc(50% - 30px);*/
	margin-bottom: 45px;
	/*margin-right: 30px;*/
	overflow: visible;
	padding: 10px 10px 0;
	position: relative;
}
#residence .residence_list li.new::after{
	top:1px;
	left:1px;
	
}
#residence .residence_list li img{
	width: 100%;
}
#residence .residence_list li a{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
/*#residence .residence_list li:nth-child(2n-1){
	
}
#residence .residence_list li:nth-child(2n){
	margin-left: 30px;
}
#residence .residence_list li:nth-last-child(1),
#residence .residence_list li:nth-last-child(2){
	margin-bottom: 0;
}*/
#residence .residence_list li a::after{
	content: url("../images/common/btn_right.svg");
	width: 10px;
	height: auto;
	position: absolute;
	bottom: -5px;
	right: 0;
	transition: 0.3s;
}

#residence .residence_list_img{
	margin-bottom: 30px;
	transition: 0.3s;
}
#residence .residence_list_txt1{
	border-bottom: 1px solid #181878;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: inline-block;
}
#residence .residence_list_txt2,
#residence .residence_list_txt1{
	color: #181878;
	transition: 0.3s;
}
#residence .residence_list li a:hover::after{
	animation:anime_resbtn 0.5s ease-in-out;
}
#residence a:hover .residence_list_img{
	opacity: 0.7;
}
#residence a:hover .residence_list_txt2,
#residence a:hover .residence_list_txt1{
	color: #8a8aad;
}

@keyframes anime_resbtn{
    0% {right:0;}
	50% {right:10px;}
    100% {right:0;}
}
@media screen and (max-width: 580px) {
	#residence .residence_list li{
		width:100%;
		margin-bottom: 40px;
	}
	#residence .residence_list li:nth-child(2n-1){
		margin-right: 0;
	}
	#residence .residence_list li:nth-child(2n){
		margin-left: 0;
	}
	#residence .residence_list li:nth-last-child(1),
	#residence .residence_list li:nth-last-child(2){
		margin-bottom: 40px;
	}
	#residence a:hover .residence_list_img{
		opacity: 1;
	}
}

/*link*/
#link .link_list{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 100%;
	z-index: 10;
	padding-top: 10px;
}
#link .link_list li{

	height: auto;
	
	box-sizing: border-box;
	margin-right: 15px;
}
#link .link_list li:last-child{
	margin-right: 0;
}
#link .link_list a{
	transition: 0.3s;
}
#link .link_list a:hover{
	opacity: 0.5;
}
#link .link_list li img{
	width: 100%;
	height: auto;
	/*border: 1px solid #c5c6c6;*/
}
#link .link_list a p{
	text-align: center;
	color: #fff;
	margin:15px 0;
}
@media screen and (max-width: 767px) {
	#link .link_list{
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		
	}
	#link .link_list li{
		width: calc(50% - 8px);
		margin-right: 15px;
		margin-bottom: 15px;
	}
	#link .link_list li:nth-child(2n){
		margin-right: 0;
	}
}

/* banner */
#banner .secin{
  padding: 40px 0 0;
}
#banner .banner_cont{
	margin-bottom: 30px;
  position: relative;
  border: 1px solid #181878;
}
#banner .banner_cont a{
	transition: 0.3s;
}
#banner .banner_cont a:hover{
	opacity: 0.7;
}
#banner .banner_cont .gw{
  position: absolute;
  top: -20px;
  left: -20px;
  width: 12%;
  height: auto;
}
#banner .secin .cp{
	font-size: 10px;
	margin-top: 15px;
}
#banner .banner_cont3{
	width: 100%;
	/*max-width: 900px;*/
  margin: 30px auto 0;
}
#banner .banner_cont2{
	width: 100%;
	max-width: 700px;
  margin: 0 auto;
}
#banner .banner_cont2_event{
  background: #AE9C41;
  padding: 10px;
  border-radius: 5px;    
}
#banner .banner_cont2_event img{
  margin-bottom: 5px;
}
#banner .banner_cont2 a{
  transition: 0.4s;
}
#banner .banner_cont2 a:hover{
  opacity: 0.7;
}
#banner .banner_cont2_event a{
  color: #fff;
  text-decoration: underline;
  transition: 0.3s;
}
#banner .banner_cont2_event a:hover{
  opacity: 0.7;
}
/*#banner .banner_cont2 a{
	width: 48%;
  margin-bottom: 20px;
  display: block;
}
#banner .banner_cont2 a:hover{
	opacity: 0.7;
}*/
#banner .banner_cont2 a img{
	width: 100%;
}
@media screen and (max-width: 767px) {
  #banner .banner_cont3{
    margin: 0 auto 0;
  }
  #banner .banner_cont2{
    padding-bottom: 50px;
  }
}
#banner .banner_cont_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#banner .banner_cont_flex li{
	width: 48%;
}
#banner .banner_cont_flex li a{
	display: block;
}
#banner .banner_cont_flex li a:hover{
	opacity: 0.7;
	transition: 0.5s;
}
#banner .banner_cont.cafe{
	width: 80%;
	max-width: 900px;
	margin: 0 auto;
	padding: 5% 0;
}
#banner .banner_cont.cafe img{
	border: solid gray 1px;
}
#banner .banner_cont.cafe .note{
	font-size: 10px;
	color: #000;
}
.modal{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
  left: 0;
	width: 100%;
	z-index: 50;
}
.modal__bg{
	background: rgba(0,0,0,0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}
.modal__content1,
.modal__content2{
	background: #fff;
	left: 50%;
	/* padding: 40px; */
	position: absolute;
	/* top: 50%;
	transform: translate(-50%,-50%); */
	transform: translateX(-50%);
	top: 9%;
	width: 60%;
	height: 80vh;
	overflow: scroll;
	overflow-x: hidden;
}
.modal__content1{
	position: relative;
  padding: 0;
}
.modal__close{
  display: block;
  padding:5px 10px;
  position: absolute;
  top: 0;
  left: 0;
  background:#181878;
  color: #fff;
}
.modal__content1 img{
  margin-bottom: 0;
  width: 100%;
}
.modal__content1 a{
  transition: 0.3s;
}
.modal__content1 a:hover{
  opacity: 0.7;
}
.modal__content1 .movie .movie_play{
	position: absolute;
    top: 35%;
    left: 40%;
    width: 150px;
}
.modal__content2{
	border: 11px solid #45b035;
}
.modal__content1 p,
.modal__content2 p{
	width: 80%;
	margin: 0 auto 20px;
}
.modal__content1 p img,
.modal__content2 p img{
	width: 100%;
}
@media screen and (max-width: 580px) {
  #banner .banner_cont .gw{
    position: absolute;
    top: -20px;
    left: -20px;
    width: 25%;
    height: auto;
  }
	#banner .banner_cont2 a{
		width: 100%;
		margin-bottom: 30px;
	}
	#banner .banner_cont_flex li{
		width: 100%;
		margin-bottom: 10%;
	}
	.modal__content1,
	.modal__content2{
		width: 90%;
		padding: 0 0;
	}

}

/*news*/
#news .secin{
	padding:60px 0 ;
}
#news .news_list{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 100%;
	z-index: 10;
}
#news .news_list li{
	width: calc(25% - 20px);
	height: auto;
	box-sizing: border-box;
	margin-right: 40px;
	position: relative;
	padding: 10px;
}
#news .news_list li.new::after{
	top: 1px;
	left: 1px;
}
#news .news_list li:last-child{
	margin-right: 0;
}
#news .news_list a{
	transition: 0.3s;
}
#news .news_list a:hover{
	opacity: 0.5;
}
#news .news_list li img{
	width: 100%;
	height: auto;
}

#news .news_list .title{
	text-align: left;
	color: #595757;
	margin:15px 0 0;
	letter-spacing: 1px;
}
#news .news_list .date{
  color: #595757;
  background: url(../images/common/icon_time2.svg) no-repeat center left;
  background-size: 14px 14px;
}
#news .bnr_yurakucho {
  border-top: 1px solid #181878;
  padding: 60px 0;
  margin-top: 30px;
}
#news .bnr_yurakucho a{
  display: block;
  max-width: 450px;
  margin: 0 auto ;
  transition: 0.3s;
}
#news .bnr_yurakucho a:hover{
  opacity: 0.7;
}
#news .bnr_yurakucho p{
	color: #595757;
	text-align: center;
	margin-top: 1%;
	font-size: 14px;
}
#news .bnr_list{
	margin: 60px 0 0	;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#news .bnr_sustainable{
	width: 45%;
  max-width: 450px;
  display: block;
  transition: 0.3s;
}
#news .bnr_leadgallery{
	width: 45%;
	max-width: 450px;
	display: block;
	transition: 0.3s;
}
#news .bnr_sustainable:hover{
  opacity: 0.7;
}
#news .bnr_leadgallery:hover{
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	#news .bnr_list{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		row-gap: 20px;
	}
	#news .bnr_sustainable,#news .bnr_leadgallery{
		width: 100%;
	  max-width: 450px;
	}
}
#news .news_info{
  background: #920015;
  display: flex;
  padding: 1px;
  align-items: center;
  margin-top: 30px;
}
#news .news_info p{
    
}
#news .news_info p:first-child{
  background: #920015;
  color: #fff;
  width: 200px;
  text-align: center;
}
#news .news_info p:last-child{
  background: #fff;
  color: #000;
  width: calc(100% - 200px);
  box-sizing: border-box;
  padding: 10px;
}
#news .news_info2{
  border: 1px solid #920015;
  /*background: #920015;*/
  display: flex;
  padding: 1px;
  align-items: center;
  margin-top: 30px;
  padding: 10px;
}
#news .news_info2 p {
  color: #920015;
  text-align: center;
  width: 100%;
}
#news .news_info2 p span{
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	#news .news_list{
		/*-webkit-flex-wrap: wrap;
		flex-wrap: wrap;*/
		
	}
	#news .news_list li{
		width: calc(50% - 8px);
		margin-right: 15px;
		margin-bottom: 15px;
	}
	#news .news_list li:nth-child(2n){
		margin-right: 0;
	}
	#news .bnr_yurakucho p{
		font-size: 12px;
	}
  #news .news_info p:last-child{
    font-size: 10px;
  }
}
/*gallery2*/
#gallery2{
  
} 
#gallery2 .gallery2_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#gallery2 .gallery2_flex_left{
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#gallery2 .gallery2_flex_left p{
  width: 100%;
}
#gallery2 .gallery2_flex_left a{
  width: 46%;
  margin-top: 20px;
  position: relative;
  transition: 0.4s;
}
#gallery2 .gallery2_flex_left a.w100{
	width: 100%;
	margin-top:9.5%;
}
#gallery2 .gallery2_flex_left a.new::after{
	z-index: 11;
	color: #fff;
	background-color: #862628;
	border-radius: 0;
	font-size: 13px;
	padding: 0.2em 1em;
}
#gallery2 .gallery2_flex_left a img{
  position: relative;
  z-index: 10;
  width: 100%;
}
#gallery2 .gallery2_flex_left a::before{
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  opacity: 0.3;
  transition: 0.4s;
}
#gallery2 .gallery2_flex_left a:hover{
  opacity: 0.7;
}
#gallery2 .gallery2_flex_left a:hover::before{
  width: 100%;
}
#gallery2 .gallery2_flex_right{
  width: 30%;
}
#gallery2 .secin-g{
  overflow: hidden;
}
#gallery2 .gallery2_photo{
  max-width: 650px;
  margin: 0 auto 100px;
  position: relative;
}
#gallery2 .gallery2_photo figure{
  position: relative;
  display: block;
  width: 100%;
}
#gallery2 .secin-g .lead3{
  position: relative;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#gallery2 .secin-g .lead::after{
  content: "";
  position: absolute;
  bottom:0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 1px;
  background: #fff;
}
#gallery2 .secin-g .txt{
  text-align: center;
  margin-bottom: 60px;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {

	#gallery2 .gallery2_flex{
		flex-direction: column-reverse
	}
  #gallery2 .gallery2_flex_left{
    width: 100%;
  }
  #gallery2 .gallery2_flex_left p{
	text-align: center;
  }
  #gallery2 .gallery2_flex_right{
    width: 80%;
    margin: 40px auto 0;
  }
  #gallery2 .secin-g{
    overflow: visible;
  }
  #gallery2 .gallery2_photo{
    width: calc(100% - 60px);
  }
}

/*gallery
#gallery .gallery_img{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 15px;
}
#gallery .gallery_img img{
	width: 100%;
	height: auto;
	display: block;
}
#gallery .gallery_img a{
	transform: 0.3s;
	display: block;
}
#gallery .gallery_img a:hover{
	opacity: 0.7;
}
#gallery .gallery_img .gallery_img_icon{
	width: 102px;
	height: 102px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation:anime_grallery 2s ease-in-out infinite alternate;
}
@media screen and (max-width: 767px) {
}

@keyframes anime_grallery{
    0% {opacity:0.3;}
    80% {opacity:1;}
}
*/
/*event*/
#event .swiper-container{
	overflow: visible;
}
#event .event_list li{
	width: 100%;	
}
#event .event_list li a{
	position: relative;
	display: block;
}
#event .event_list li {
	opacity: 0.3;
    transform: translateX(-17.9%);
}
#event .event_list li.swiper-slide-prev{
	opacity: 0.3;
    transform: translateX(17.9%);
}
#event .event_list li p{
	opacity: 0;
}
#event .event_list li.swiper-slide-active {
	opacity: 1;
	transform: translateX(0);
}
#event .event_list li.swiper-slide-active p{
	opacity: 1;
}
#event .event_list li.swiper-slide-active a::before{
	content: "";
	position: absolute;
	top: 0;
	left:-40%;
	display: block;
	width: 2px;
	height: 100%;
	transform: skewX(50deg);
	transform-origin: right top;
	background: #fff;
}
#event .event_list li.swiper-slide-active a::after{
	content: "";
	position: absolute;
	top: 0;
	right:10%;
	display: block;
	width: 2px;
	height: 100%;
	transform: skewX(50deg);
	transform-origin: right top;
	background: #fff;
}
#event .event_list li a{
	transition: 0.3s;
}
#event .event_list li a:hover{
	opacity: 0.7;
}

#event .event_list .new::before{
	position: relative;
	display: inline-block;
	top: 0;
	left: 0;
	background: #fff;
	color:#181878;
	border-radius: 3px;
	padding: 5px 15px;
	content: "NEW";
	margin-right: 15px;
}
#event .event_list .new::after{
	display: none;
}
#event .event_list .title{
	font-size: 16px;
	margin: 40px 0 30px;
}
#event .event_list .date{
	display: inline-block;
}

#event .slider3 .swiper-slide{
	display: block;
}

/*.event_list {
	font-size: 0;
	width:100%;
}
.event_list li{
	width:80%; height:auto; margin:0 2%; display:inline-block; background:#FDAB75; transform:skewX(-25deg); overflow:hidden;
}
.event_list li img{ 
	width:100%; transform:skewX(25deg);
}*/


/*interview*/
#interview .interview_list{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 100%;
	z-index: 10;
	padding: 15px 0 0;
}
#interview .interview_list li{
	width: calc(50% - 20px);
	height: auto;
	box-sizing: border-box;
	margin:0 0 60px;
	padding: 0 15px;
	position: relative;
}

#interview .interview_list a{
	transition: 0.3s;
}
#interview .interview_list a:hover{
	opacity: 0.5;
}
#interview .interview_list li img{
	width: 100%;
	height: auto;
}
#interview .interview_list_txt{
	border-left: 3px solid #8b8bbb;
	padding-left: 25px;
	margin-top: 35px;
}

#interview .interview_list p{
	color: #fff;
	text-align: left;
	margin:15px 0 0;
	font-size: 12px;
}
#interview .interview_list .nolink p{
	color: #8b8bbb;
}

#interview .interview_list .title{
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	#interview .lead{
		text-align: left;
		line-height: 28px;
	}
	#interview .lead span{
		letter-spacing: 0.5rem;
		font-size: 10px;
	}
	#interview .interview_list{
		/*-webkit-flex-wrap: wrap;
		flex-wrap: wrap;*/
		padding-top: 0;
	}
	#interview .interview_list li{
		width: 100%;
		margin-right: 0;
	}
}
/*info*/
.info{
	border: 1px solid #181878;
	text-align: center;
	padding: 30px 70px 40px;
	width: 100%;
    max-width: 640px;
	margin:  0 auto ;
	position: relative;
	background: #fff;
}
.info::after{
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 1px solid #181878;
	pointer-events: none;
}
.info p{
	font-size: 12px;
    line-height: 1.4em;
    padding: 0 ;
    position: relative;
	text-align: center;
	color: #666464;
	margin-bottom: 10px;
}
.info p.info_tit{
	color: #181878;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.4em;
	text-align: center !important;
	margin-bottom: 20px;
}
/*.info > p:not(:first-of-type):before{
    content: "";
    width: 11px;
    height: 11px;
    background-color: #fff;
    position: absolute;
    top: 2px;
    left: 0;
}*/
.info a{
    display: block;
    width: 80%;
	max-width: 350px;
    margin: 30px auto 40px !important;
    padding: 10px 0 9px;
   /* border: solid 1px #fff;*/
    background-color: #181878;
	color: #fff;
    position: relative;	
	transition: 0.3s;
}
.info a:hover{
	background:#464693 ;
}
.info a p{
    text-align: center;
    font-size: 14px;
    line-height: 1.4em;
    color: #fff;
	padding: 0;
}
.info a:before{
    content: ">";
    width: 0;
    height: 0;
  /*  border-style: solid;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent #fff transparent;*/
    position: absolute;
    right: 20px;
	transform: translateY(-3px);
}
.info ul{
	display: flex;
	flex-wrap: wrap;
	margin:40px 0 0;
}
.info ul li{
	width: 23%;
	margin : 0 1% 2%;
}
.info .note{
	font-size: 10px;
	position: absolute;
	bottom: 30px;
	right: 73px;
	color: #666464;
}
@media screen and (max-width: 767px) {
	.info{
		padding: 15px 10px;
	}
	.info a{
		margin: 10px auto 20px !important;
	}
	.info a p{
   		 font-size: 12px;
	}
	.info p{
		font-size: 10px;
	}
	.info p.info_tit{
		 font-size: 14px;
	}
	.info ul{
		margin:20px 0 0;
	}
	.info ul li{
		width: 31.33%;
	}
	.info .note{
		font-size: 9px;
		position: absolute;
		bottom: 20px;
		right: 3%;
		color: #666464;
		letter-spacing: 0;
	}
}
/* loading animation */
.load_wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
  display: none ;
}

.load_wrap_on {
	display: none;
}

.load {
	position: relative;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.load_all_on{
	opacity: 0 !important;
	display: none !important;
	z-index: -9999;
}

.load_img_on{
  
}
.load_l {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/*background: #181878;*/
	transition: all 1.5s;
	position: relative;
}
/*.load_l::after{
	position: absolute;
	right: -30px;
	content: "";
	width: 200px;
	height: 100%;
	-webkit-transform: skew(5deg);
	   -moz-transform: skew(5deg);
	     -o-transform: skew(5deg);
	background: #181878;
}*/
.load_l_on {
	width: 0;
	opacity: 1;
	transform: translateX(-100px);
}

.load_r {
	width: 50%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	background: #181878;
	transition: all 1.0s;
}

.load_r_on {
	width: 0;
	opacity: 1;
}

.load_img {
  position: absolute;
	top: 50%;
	left: 50%;
  	transform: translate(-50%,-50%);
  	width: 45%;
  	max-width: 200px;
	height: auto;
	transition: all 1.0s;
	opacity: 1;
	/*animation: fluffy 1.5s ease infinite;*/
}
.load_img_on{
  opacity: 0;
}
.main_img {
	top: 40%;
	transition: all 1.35s;
}
.main_img_on{
	top: 44%;
}
.main_img ul li{
	/*transform: translate(-40%,-50%);*/
	transition: all 0.7s;
	
}
.main_img ul li.mv_t5,
.main_img ul li.mv_t4,
.main_img ul li.mv_t3,	
.main_img ul li.mv_t2,
.main_img ul li.mv_t1{
	opacity: 0;
	transform: translate(0 , 0);
	z-index: 10;
}

.main_img_on ul li.mv_t1{
	animation-name: main_1;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	/*opacity: 0;*/
	transform: translateY(0);
}
.main_img_on ul li.mv_t2{
	animation-name: main_2;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	/*opacity: 0;*/
	transform: translateY(0);
}
.main_img_on ul li.mv_t3{
	animation-name: main_3;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	/*opacity: 0;*/
	transform: translate(0 , 0);
}
.main_img_on ul li.mv_t4{
	animation-name: main_4;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	/*opacity: 0;*/
	transform: translateY(0);
}
.main_img_on ul li.mv_t5{
	animation-name: main_5;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	/*opacity: 0;*/
	transform: translateY(0);
}
.main_img ul li.mv_lead{
	opacity: 0;
	transform: translateY(-30px);
}
.main_img_on ul li.mv_lead{
	animation-name: main_2;
	animation-duration: 3s;
	opacity: 0;
	transform: translateY(0);
}
@keyframes main_1 {
	0% {opacity: 0; transform: translate(0 , 0); }
	45% {opacity: 1;transform: translate(0 , 0); }
	61% {opacity: 1; }
	100% {opacity: 1;}
}
@keyframes main_2 {
	0% {opacity: 0;  transform: translate(0 , 0);}
	45% {opacity: 1;transform: translate(0 , 0); }
	61% {opacity: 1; }
	100% {opacity: 0;}
}
@keyframes main_3 {
	0% {opacity: 0; transform: translate(0 , 0);}
	45% {opacity: 1;transform: translate(0 , 0);}
	61% {opacity: 1;transform: translate(0 , 0);}
	100% {opacity: 1;transform: translate(19% , 0);}
}
@keyframes main_4 {
	0% {opacity: 0; transform: translate(0 , 0);}
	45% {opacity: 1;transform: translate(0 , 0);}
	61% {opacity: 1;transform: translate(0 , 0);}
	100% {opacity: 1;transform: translate(-9% , 0);}
}
@keyframes main_5 {
	0% {opacity: 0; transform: translate(0 , 0);}
	45% {opacity: 1;transform: translate(0 , 0);}
	61% {opacity: 1;transform: translate(0 , 0);}
	100% {opacity: 1;transform: translate(-29% , 0);}
}
.main_img ul li.mv_logo1{
	opacity: 0;
	transform: translate(-30%,-30%);
	transition: all 1.7s;
}
.main_img ul li.mv_logo2{
	/*opacity: 0;
	transition: all 1.7s;*/
	z-index: 0;
}
.main_img ul li.mv_l1::after{
	position: absolute;
	top:0;
	right: 0;
	content: "";
	width: 100%;
	height: 200%;
	background: #181878;
	transform: rotate(-45rad) translateY(40%);
	transform-origin: left center;
	transition: all 1.5s;
	transition-delay: 2.5s;
	opacity: 1;
}
.main_img_on ul li.mv_l1::after{
	transform: rotate(-45rad) translateY(-80%);
}
.main_img ul li.mv_l2::after{
	position: absolute;
	top:0;
	right: 0;
	content: "";
	width: 100%;
	height: 200%;
	background: #181878;
	transform: rotate(-45rad) translateY(20%);
	transform-origin: left center;
	transition: all 1.5s;
	transition-delay: 2.5s;
	opacity: 1;
}
.main_img_on ul li.mv_l2::after{
	transform: rotate(-45rad) translateY(130%);
}
.main_img ul li.mv_op{
	opacity: 0;
	transition: all 0.3s;
}
@keyframes fluffy {
	0% {
		transform: rotate(-15deg);
	}
	25% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(15deg);
	}
	75% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-15deg);
	}
}
.main_img_on ul li,
.load_img_on {
	/*transform: translate(-50%,-50%);
	opacity: 1;*/
	
}

.main_img ul li.mv_logo1{
	transition-delay: 2.5s;
}
.main_img ul li.mv_logo2{
	/*transition-delay: 1.3s;*/
}
.main_img ul li.mv3-1{
	transition-delay: 2.5s;
}
.main_img ul li.mv3-2{
	transition-delay: 2.7s;
}
.main_img ul li.mv3-3{
	transition-delay: 2.9s;
}
.main_img ul li.mv3-4{
	transition-delay: 3.1s;
}
.main_img ul li.mv3-5{
	transition-delay: 3.3s;
}
.main_img ul li.mv3-6{
	transition-delay: 3.5s;
}
.main_img ul li.mv3-7{
	transition-delay: 3.7s;
}
.main_img ul li.mv3-8{
	transition-delay: 3.9s;
}

/*on*/
.main_img_on ul li.mv_logo1{
	opacity: 1;
	transform: translate(0%,0%);
}
.main_img_on ul li.mv_logo2{
	opacity: 1;
}
.main_img_on ul li.mv_op{
	opacity: 1;
}

.main_img_off,
.load_img_off {
	opacity: 0;
}
@media screen and (max-width: 767px) {
	.main_img {
		width: 65%;
		height: auto;
		top: 35%;
		left: 50%;
		transform: translate(-45%,-50%);
	}
	.main_img {
		top: 31%;
		transition: all 1.35s;
	}
	.main_img_on{
		top: 35%;
	}
	
}
.main_border1,
.main_border2,
.main_border3,
.main_border4{
	position: absolute;
	background: #fff;
	transition: 1s;
	z-index: 50;
}
.main_border1{
	width: 38%;
	height: 1px;
	top:0;
	right:-11%;
	transform: rotate(44deg) scaleX(0);
	transform-origin:top left;
}
.main_border1_on{
	transform: rotate(44deg) scaleX(1);
}
.main_border2{
	width: 48%;
	height: 1px;
	bottom:0;
	right:-22%;
	transform: rotate(-57deg) scaleX(0);
	transform-origin:top left;
}
.main_border2_on{
	transform: rotate(-57deg) scaleX(1);
}
.main_border3{
	width: 26%;
	height: 1px;
	bottom:0;
	left:-5%;
	background: #fff;
	transform: rotate(36deg) scaleX(0);
	transform-origin:bottom right;
}
.main_border3_on{
	transform: rotate(36deg) scaleX(1);
}
.main_border4{
	width: 1px;
	height: 150%;
	position: absolute;
	top:0;
	left:48%;
	background: #fff;
	transform: rotate(30deg) scaleY(0);
	transform-origin:top right;
}
.main_border4_on{
	transform: rotate(30deg) scaleY(1);
}
.main_border4::after,
.main_border3::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #181878;
	transform-origin:center;
	transform: scale(0, 0);
	transition: 1s;
}
.main_border2::after,
.main_border1::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #181878;
	transform-origin:left center;
	transform: scale(0, 0);
	transition: 0.5s;
}
.main_border2::before,
.main_border1::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #181878;
	transform-origin:right center;
	transform: scale(0, 0);
	transition: 0.5s;
}
.main_border2_on::after,
.main_border1_on::after,
.main_border2_on::before,
.main_border1_on::before{
	transition-delay: 1.1s;
	transform: scale(0.5 , 5);
}
.main_border3_on::after{
	transition-delay: 1.1s;
	transform: scale(1 , 5);
}
.main_border4_on::after{
	transition-delay: 1.1s;
	transform: scale(5 , 1);
}



 .swiper-container {
	 width: 100%;
     height: 100%;
	 position: relative;
}
#interview .swiper-wrapper{
	overflow:visible;
}
.swiper-slide {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
 	 overflow:visible;
}
.swiper-button-prev{
	left: -30px;
	color: #181878;
}
.swiper-button-next{
	right: -30px;
	color: #181878;
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 32px !important;
	font-family: 'Noto Sans JP', sans-serif;
	transform: scale(0.4,1 );
    /*background: #181878;
    border-radius: 18px;
    padding: 8px 12px;*/
}
.swiper-button-prev:after{
	content: "<<";
}
.swiper-button-next:after{
	content: ">>";
}
#about .swiper-wrapper{
  flex-wrap: wrap;
}
#gallery2 .swiper-pagination-bullet{
  background-color: transparent;
  width: 14px;
  height: 14px;
  opacity: 1;
  border: 2px solid #fff;
}
#gallery2 .swiper-pagination-bullet-active{
  background-color: #fff;
}
#gallery2 .swiper-button-prev{
	left: -50px;
	background-image: none;
	color: #fff;
}
#about .swiper-button-prev,
#interview .swiper-button-prev,
#event .swiper-button-prev{
	left: -30px;
	background-image: none;
	color: #fff;
}
#gallery2 .swiper-button-next{
	right: -50px;
	color: #fff;
	background-image: none;
	
}
#about .swiper-button-next,
#interview .swiper-button-next,
#event .swiper-button-next{
	right: -30px;
	color: #fff;
	background-image: none;
	
}
#news .swiper-button-prev,
#news .swiper-button-next{
  top: 38%;
}
#about .swiper-button-prev,
#about .swiper-button-next{
      top: auto;
    bottom: 61vh;
}
#news .swiper-button-next:after, #news .swiper-button-prev:after {
	font-size: 40px;
   /* background: #fff;
    border-radius: 18px;
    padding: 8px 12px;*/
}
@media screen and (min-width: 768px) {
  #about .swiper-button-prev,
  #about .swiper-button-next{
     display: none;
  }
}
@media screen and (max-width: 767px) {
  #about .swiper-wrapper{
    flex-wrap: nowrap;
  }
  #gallery2 .swiper-button-prev{
    left: -30px;
  }
  #gallery2 .swiper-button-next{
    right: -30px;
  }
  #gallery2 .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
  }
  #gallery2 .swiper-container-horizontal>.swiper-pagination-bullets, #gallery2 .swiper-pagination-custom, #gallery2 .swiper-pagination-fraction{
    bottom: 5px;
  }
}


:focus {
    outline:none;
}
