@charset "utf-8";


/*---------------------------------------------------------------------------------------
	mv
----------------------------------------------------------------------------------------*/

header{
	margin-top: -110px;
	z-index: 99999999;
}
#mv{
	clear: both;
	height: 100vh;
	overflow: hidden;
	position: relative;
}
#mv:before{
	display: block;
	content: "";
	background: url(../images/mv-logo.png) no-repeat center top;
	background-size: 100% auto;
	position: absolute;
	left: 50%;
	top: -25px;
	width: 25%;
	max-width: 260px;
	height: 210px;
	margin-left: -130px;
	z-index: 99999999;
}
#mv li:nth-child(1){ height: 100vh; background: url(../../images/mv-img1.jpg) no-repeat center center; background-size: cover;}
#mv li:nth-child(2){ height: 100vh; background: url(../../images/mv-img2.jpg) no-repeat center center; background-size: cover;}
#mv li:nth-child(3){ height: 100vh; background: url(../../images/mv-img3.jpg) no-repeat center center; background-size: cover;}
/*#mv li:nth-child(4){ height: 100vh; background: url(../../images/mv-img4.jpg) no-repeat center center; background-size: cover;}*/
#mv li:nth-child(4){ height: 100vh; background: url(../../images/mv-img5.jpg) no-repeat center center; background-size: cover;}
.bx-wrapper {
  position: relative;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
	margin: -60px auto 0;
}
.bx-viewport {
  -webkit-transform: translatez(0);
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('../images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width: 1000px){
	header{
		margin-top: 0;
		height: 0;
	}
	#mv{
		height: auto!important;
		margin-top: 65px;
	}
	#mv:before{
		margin-left: -12.5%;
		top: -10px;
	}
	#mv ul li{
		height: auto!important;
		padding: 5% 12%;
	}
	.bx-wrapper img {
		margin-bottom: -15%;
		margin-top: -15px;
	}
}






/*---------------------------------------------------------------------------------------
	topics
----------------------------------------------------------------------------------------*/

#topics{
	clear: both;
	padding: 60px 3% 100px;
	background: url(../../images/topics-bg.jpg) no-repeat center bottom fixed;
	background-size: cover;
	overflow: hidden;
}
#topicswrap{
	max-width: 1050px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#topicswrap #topics1{
	float: left;
	width: 64%;
}
#topicswrap #topics1{
	text-align: left;
	background: #fff;
	box-shadow: 0px 0px 10px -2px #000;
	margin-bottom: 15px;
}
#topicswrap #topics1 h2{
	float: left;
	width: 7.5em;
	font-size: 20px;
	margin-right: 40px;
}
#topicswrap #topics1 h2 strong{
	display: block;
	color: #1b1464;
	font-size: 20px;
	font-weight: bold;
	border-top: 3px solid #1b1464;
	padding: 10px 0 10px 1em;
}
#topicswrap #topics1 h2 a{
	display: block;
	color: #333;
	font-size: 16px;
	text-align: right;
	padding: 5px 0;
	border-top: 1px solid #666;
}
#topicswrap #topics1 h2 a:hover{
	color: #999;
}
#topicswrap #topics1 div,#topicswrap #topics1 ul{
	padding: 30px 50px 20px;
	overflow: hidden;
}
#topicswrap #topics1 div dl,#topicswrap #topics1 ul li{
	clear: both;
	font-size: 18px;
	margin-bottom: 5px;
	overflow: hidden;
}
#topicswrap #topics1 div dl dt,#topicswrap #topics1 ul li span.date{
	float: left;
	width: 6em;
}
#topicswrap #topics1 div dl dd{
	overflow: hidden;
}
#topicswrap #topics3{
	float: right;
	width: 34%;
	text-align: left;
	background: #fff;
	box-shadow: 0px 0px 10px -2px #000;
	margin-bottom: 15px;
}
#topicswrap #topics3 h2{
	padding-right: 10px;
	overflow: hidden;
	position: relative;
}
#topicswrap #topics3 h2 strong{
	display: block;
	float: left;
	width: 7.5em;
	color: #1b1464;
	font-size: 20px;
	font-weight: bold;
	border-top: 3px solid #1b1464;
	padding: 10px 0 10px 1em;
}
#topicswrap #topics3 h2 span{
	display: block;
	position: absolute;
	right: 10px;
	top: 20px;
	text-align: right;
}
#topicswrap #topics3 article{
	padding: 0 10px 15px;
	overflow: hidden;
}
#topicswrap #topics3 article a{
	display: block;
	color: #111;
}
#topicswrap #topics3 article a:hover{ opacity: .6;}
#topicswrap #topics3 article figure{
	margin-bottom: 15px;
}
#topicswrap #topics3 article figure img{
	width: 100%;
	height: auto;
}
#topicswrap #topics3 article p.name{
	font-size: 18px;
	line-height: 1.3;
}
#topicswrap #topics3 article p.name small{
	font-size: 12px;
}
#topicswrap #topics3 article p.red{
	float: right;
	min-width: 6em;
	color: #f00;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	padding: 10px 5px;
	border: 1px solid #f00;
	margin-top: 3px;
	margin-left: 10px;
}
#topicswrap #topics3 article p.red small{
	font-size: 14px;
	vertical-align: top;
}
.instagram{
	text-align: center;
	background: #fff;
	padding: 20px 30px;
	box-shadow: 0px 0px 10px -2px #000;
	max-width: 1050px;
	margin: 0 auto;
}
.instagram h2{
	color: #1b1464;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 15px;
}
.instagram ul{
	display: flex;
	margin-bottom: 15px;
}
.instagram ul li{
	border-right: 1px solid #999;
	padding: 0 20px 5px;
	width: 20%;
}
.instagram ul li:first-child{
	border-left: 1px solid #999;
}
.instagram ul li:nth-child(n+6){ display: none;}
.instagram ul li p {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    margin-bottom: 10px;
}
.instagram ul li p img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    object-fit: contain;
    object-position: top;
}
.instagram ul li a{
	color: #1b1464;
	text-align: left;
	display: block;
}
.instagram ul li div a{
	font-weight: bold;
}
.instagram ul li a:hover{
	opacity: .8;
}
.instagram p.t-right a{ color: #4471c6;}
.instagram .instagram_txt{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width: 1000px){
	#topics{
		clear: both;
		padding: 60px 3%;
		background: url(../../images/topics-bg.jpg) no-repeat center bottom fixed;
		background-size: cover;
		overflow: hidden;
	}
	#topicswrap #topics1 h2{
		float: none;
		width: 7.5em;
		font-size: 20px;
		margin-right: 40px;
	}
	#topicswrap #topics1 div,#topicswrap #topics1 ul{
		padding: 10px 50px 20px;
		overflow: hidden;
	}
	#topicswrap #topics3 h2{
		padding-right: 10px;
		overflow: hidden;
		position: relative;
	}
	#topicswrap #topics3 h2 strong{
		display: block;
		float: left;
		width: 7.5em;
		color: #1b1464;
		font-size: 20px;
		font-weight: bold;
		border-top: 3px solid #1b1464;
		padding: 10px 0 10px 1em;
	}
	#topicswrap #topics3 h2 span{
		display: block;
		position: absolute;
		right: 10px;
		top: 20px;
		text-align: right;
	}
	#topicswrap #topics3 article{
		padding: 0 10px 15px;
		overflow: hidden;
	}
	#topicswrap #topics3 article figure{
		margin-bottom: 10px;
	}
	#topicswrap #topics3 article p.red{
		float: none;
		min-width: 6em;
		color: #f00;
		font-size: 18px;
		text-align: center;
		padding: 5px;
		border: 1px solid #f00;
		margin-left: 0;
		margin-bottom: 5px;
	}
	.instagram{
		padding: 10px 20px;
	}
	.instagram ul li{
		padding: 0 10px;
		width: 33.33%;
	}
	.instagram ul li:nth-child(n+4){ display: none;}
	.instagram .instagram_txt p{
		text-align: left;
		width: 100%;
	}
	.instagram .instagram_txt p.t-right{
		text-align: right;
	}
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width: 768px){
	#topics{
		clear: both;
		padding: 0;
		background: none;
		overflow: hidden;
	}
	#topicswrap{
		max-width: 1050px;
		margin: 0 auto;
	}
	#topicswrap .leftcol{
		float: none;
		width: auto;
	}
	#topicswrap #topics1{
		text-align: left;
		background: #fff;
		box-shadow: none;
		width: 100%;
		margin-bottom: 3%;
	}
	#topicswrap #topics1 h2{
		float: none;
		width: auto;
		font-size: 18px;
		text-align: center;
		margin-right: 0;
		position: relative;
	}
	#topicswrap #topics1 h2 strong{
		display: block;
		color: #1b1464;
		font-size: 18px;
		font-weight: bold;
		border-top: 3px solid #1b1464;
		padding: 10px 0 10px 1em;
	}
	#topicswrap #topics1 h2 a{
		display: block;
		color: #333;
		font-size: 12px;
		text-align: right;
		padding: 8px 0;
		border-top: none;
		position: absolute;
		right: 3%;
		top: 10px;
	}
	#topicswrap #topics1 h2 a:hover{
		color: #333;
	}
	#topicswrap #topics1 div,#topicswrap #topics1 ul{
		padding: 0 5% 20px;
		overflow: hidden;
	}
	#topicswrap #topics1 div dl,#topicswrap #topics1 ul li{
		clear: both;
		font-size: 14px;
		margin-bottom: 5px;
		overflow: hidden;
	}
	#topicswrap #topics1 div dl dt,#topicswrap #topics1 ul li span.data{
		float: left;
		width: 6em;
	}
	#topicswrap #topics1 div dl dd{
		overflow: hidden;
	}
	#topicswrap #topics3{
		float: none;
		width: auto;
		text-align: left;
		background: #fff;
		box-shadow: none;
	}
	#topicswrap #topics3 h2{
		text-align: center;
		padding-right: 0;
		overflow: hidden;
		position: relative;
		margin-bottom: 15px;
	}
	#topicswrap #topics3 h2 strong{
		display: block;
		float: none;
		width: auto;
		color: #1b1464;
		font-size: 18px;
		font-weight: bold;
		border-top: 3px solid #1b1464;
		padding: 10px 0;
	}
	#topicswrap #topics3 h2 span{
		display: block;
		position: static;
		text-align: center;
		font-weight: normal;
	}
	#topicswrap #topics3 article{
		padding: 0 10px 6%;
		overflow: hidden;
	}
	#topicswrap #topics3 article a{
		display: block;
		color: #111;
	}
	#topicswrap #topics3 article a:hover{ opacity: 1;}
	#topicswrap #topics3 article figure{
		margin: 0 -5% 15px;
	}
	#topicswrap #topics3 article figure img{
		width: 100%;
		height: auto;
	}
	#topicswrap #topics3 article p.name{
		font-size: 18px;
		line-height: 1.3;
	}
	#topicswrap #topics3 article p.name small{
		font-size: 12px;
	}
	#topicswrap #topics3 article p.red{
		float: right;
		min-width: 6em;
		color: #f00;
		font-size: 18px;
		text-align: center;
		padding: 10px 5px;
		border: 1px solid #f00;
		margin-left: 10px;
	}
}
@media screen and (max-width: 400px){
	#topicswrap #topics3 article p.red{
		margin-left: 0;
		font-size: 14px;
	}
	#topicswrap #topics3 article p.red small{
		font-size: 10px;
	}
}






/*---------------------------------------------------------------------------------------
	information
----------------------------------------------------------------------------------------*/

#information{
	clear: both;
	padding: 80px 0 0;
	background: #fff;
	overflow: hidden;
}
#information ul{
	overflow: hidden;
}
#information ul li{
	float: left;
	width: 24.25%;
	margin-right: 1%;
}
#information ul li:last-child{ margin-right: 0;}
#information ul li a{
	display: block;
	color: #fff;
	background: #1b1464;
}
#information ul li a img{
	vertical-align: top;
}
#information ul li a span{
	display: block;
	padding: 20px 0;
	font-size: 24px;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width: 768px){
	#information{
		clear: both;
		padding: 30px 0 0;
		background: #fff;
		overflow: hidden;
	}
	#information ul{
		overflow: hidden;
	}
	#information ul li{
		float: none;
		width: auto;
		margin-right: 0;
	}
	#information ul li:last-child{ margin-right: 0;}
	#information ul li a{
		display: block;
		color: #fff;
		background: #1b1464;
	}
	#information ul li a img{
		vertical-align: top;
	}
	#information ul li a span{
		display: block;
		padding: 10px 0;
		font-size: 18px;
	}
}






/*---------------------------------------------------------------------------------------
	access
----------------------------------------------------------------------------------------*/

#access{
	clear: both;
	padding: 100px 0;
	background: #fff;
	overflow: hidden;
}
#access iframe{
	width: 100%;
	height: 300px;
	margin-bottom: 50px;
}
#access ul{
	max-width: 1040px;
	padding: 0 3%;
	margin: 0 auto;
	overflow: hidden;
}
#access ul li{
	float: left;
	width: 49%;
	margin-right: 2%;
}
#access ul li:last-child{ margin-right: 0;}
#access ul li a{
	display: block;
	color: #fff;
	font-size: 25px;
	text-align: left;
	padding: 0 30px;
	line-height: 80px;
	background: #1b1464;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width: 768px){
	#access{
		clear: both;
		padding: 40px 0;
		background: #fff;
		overflow: hidden;
	}
	#access iframe{
		width: 100%;
		height: 200px;
		margin-bottom: 30px;
	}
	#access ul{
		max-width: 1040px;
		padding: 0 10%;
		margin: 0 auto;
		overflow: hidden;
	}
	#access ul li{
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 3%;
	}
	#access ul li a{
		display: block;
		color: #fff;
		font-size: 16px;
		text-align: left;
		padding: 0 30px;
		line-height: 40px;
		background: #1b1464;
	}
}






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

#about{
	clear: both;
	padding: 60px 3%;
	background: url(../../images/about-bg.jpg) no-repeat center bottom;
	background-size: cover;
	overflow: hidden;
}
#about h2{
	color: #fff;
	font-size: 36px;
	margin-bottom: 30px;
}
#about p{
	max-width: 1040px;
	margin: 0 auto;
}
#about p a{
	display: block;
	max-width: 49%;
	color: #1b1464;
	font-size: 25px;
	text-align: left;
	line-height: 80px;
	background: #fff;
	padding: 0 30px;
	margin: 0 auto;
	border: 1px solid #1b1464;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width: 768px){
	#about{
		clear: both;
		padding: 60px 3%;
		background: url(../../images/about-bg.jpg) no-repeat center bottom;
		background-size: cover;
		overflow: hidden;
	}
	#about h2{
		color: #fff;
		font-size: 20px;
		margin-bottom: 30px;
	}
	#about p{
		max-width: 1040px;
		margin: 0 10%;
	}
	#about p a{
		display: block;
		max-width: inherit;
		color: #1b1464;
		font-size: 16px;
		text-align: left;
		line-height: 40px;
		background: #fff;
		padding: 0 30px;
		margin: 0 auto;
		border: 1px solid #1b1464;
	}
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width: 500px){
	#about{
		clear: both;
		padding: 30px 3%;
		background: url(../../images/about-bg.jpg) no-repeat center bottom;
		background-size: auto 100%;
		overflow: hidden;
	}
	#about h2{
		color: #fff;
		font-size: 16px;
		margin-bottom: 30px;
	}
}




















