@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Montserrat:600,700');

main{
	color: #102046;
  min-width: 1200px;

}

main .breadcrumbs{
	color: #3c1e00;
}

.en{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.fubox {
  opacity: 0;
}

.fade.fubox {
  transition: opacity .5s ease-out;
}

.fade.fubox.active {
    opacity: 1;
}

.up.fubox.active {
  opacity: 1;
  animation: fadeInup .5s ease-out;
  animation-fill-mode: backwards;
}
@keyframes fadeInup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.fade.delay01 {
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}
.fade.delay02 {
  -webkit-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}
.fade.delay03 {
  -webkit-transition-delay: 0.9s !important;
  transition-delay: 0.9s !important;
}


.up.delay01 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.1s !important;
}

.up.delay02 {
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.2s !important;
}

.up.delay03 {
  -webkit-animation-delay: 0.9s !important;
  animation-delay: 0.3s !important;
}


.slick-slide{
	height: auto;
}

.slick-dots li button{
	border-radius: 0;
	background-color: transparent;
	border: 1px solid #fff;
}

.slick-dots li.slick-active button{
	background-color: #fff;
}

h2.bar{
	background-color: #121a2e;
	line-height: 100%;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 2px;
}

.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


#title{
	background: url('image/bg01.jpg') no-repeat center center;
	background-size: cover;
	padding: 80px 0 60px;
	text-align: center;
}

#title h1{
	margin: 0;
}

#first{
	background: url('image/bg-logo.png') no-repeat center top 180px;
	padding: 80px 0 0;
	text-align: center;
}

#first p{
	font-size: 2.0rem;
	padding: 25px 0 50px;
}

#history{
  margin-bottom: 50px;
  overflow: hidden;
}

#history .slide{
  display: flex;
  min-width: 100%;
  width: min-content;
  animation: 30s linear infinite sliderAnimation;

}

#history .slide .box{
  height: 310px;
  width: 550px;
  background: #3486eb;
  margin: 0 20px;
  position: relative;
}

@keyframes sliderAnimation {
  100% {
    transform: translateX(-50%);
  }
}

#first .arrow{
  margin-bottom: 20px;
}

#first .wide{
  display: inline-block;
  position: relative;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

#first .wide::before{
  content: "";
  position: absolute;
  display: block;
  height: 34px;
  width: 3px;
  background-color: #0C1946;
  top: 5px;
  left: -20px;
  transform: rotate(-15deg);
}

#first .wide::after{
  content: "";
  position: absolute;
  display: block;
  height: 34px;
  width: 3px;
  background-color: #0C1946;
  top: 5px;
  right: -20px;
  transform: rotate(15deg);
}

#first .model{
  width: 750px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 80px;
}

#first .model .annotation{
  font-size: 1.4rem;
}

#howto{
  position: relative;
  padding: 60px 0;
  margin-bottom: 80px;
  background-color: #F4F5F5;
}

#howto::before{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 8px;
  background: url('image/howto-line.png');
  top: 0;
  left: 0;
}
#howto::after{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 8px;
  background: url('image/howto-line.png');
  bottom: 0;
  left: 0;
}

#howto h3{
  width: 490px;
  margin: 0 auto 20px;
}

#howto .layout{
  display: flex;
  justify-content: center;
}

#howto .layout .box{
  position: relative;
  width: 440px;
  margin: 0 10px;
}

#howto .layout .box a{
  position: absolute;
  bottom: 13%;
  left: 50%;
  transform: translateX(-50%);
  width: 76%;
}

#present{
  width: 970px;
  margin: 0 auto 0;
}

#present .annotation{
	font-size: 1.2rem;
	text-align: left;
	padding-top: 0;
}

#list{
	background: url('image/player-bg.jpg') no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
}

#list .info{
  background-color: #264371;
  padding: 30px 15px;
}


#list .inner{
  padding: 80px 0;
}

#list h2{
	margin-bottom: 65px;
	font-size: 3.5rem;
	color: #fff;
	font-weight: bold;
	border-bottom: 2px solid #fff;
	display: inline-block;
}

#list #member-list{
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}

#list #member-list .box{
	width: 250px;
	margin: 30px 15px;
}

#list #member-list .box .image{
  position: relative;
  width: 240px;
  z-index: 2;
  line-height: 0;
}

#list #member-list .box .image::after{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 4px;
  left: 4px;
  z-index: -1;
  border: 2px solid #fff;
}

#list #member-list .box .name{
  color: #001121;
  font-size: 2.4rem;
  font-weight: bold;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 27px;
}

#list #member-list .box .name.short{
  font-size: 2.0rem;
  letter-spacing: -2px;
  bottom: 27px;
}

#list #member-list .box a{
	position: relative;
	display: block;
	width: 240px;
	height: 48px;
	border: 2px solid #fff;
	color: #fff;
	text-decoration: none;
	line-height: 48px;
	font-weight: bold;
	font-size: 18px;
	padding-left: 20px;
	margin-top: 18px;
}
#list #member-list .box a .tw{
	display: inline;
	width: 22px;
	height: 18px;
	fill: #fff;
	position: absolute;
	top: 14px;
	left: 20px;
}
#list #member-list .box a:hover{
	background-color: #fff;
	color: #12192C;
	top: 2px;
	left: 2px;
}
#list #member-list .box a:hover::after{
	display: none;
}
#list #member-list .box a:hover .tw{
	fill: #12192C;
}

#list #member-list .box a:hover{
}

#list .annotation{
	font-size: 1.2rem;
	text-align: right;
	color: #fff;
}


#about{
	padding: 80px 0;
	text-align: center;
	background-color: #FFFDF7;
}

#about h2{
  display: inline-block;
  background-color: #0C1946;
  width: 470px;
  line-height: 100%;
  padding: 16px;
  color: #fff;
  font-weight: bold;
  font-size: 2.8rem;
  margin-bottom: 20px;
}

#about p{
	font-size: 22px;
	margin-bottom: 50px;
}

#about p a{
  color: #102046;
}

#about #kikan{
	font-size: 34px;
	font-weight: bold;
}

#about #kikan span{
	font-size: 42px;
}

#about .line{
  border-bottom: 5px solid #FFB100;
}

#about .layout{
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

#about .layout .box{
  position: relative;
  width: 484px;
  height: 455px;
  text-align: left;
  margin: 0 15px;
}

#about .layout .box .box-inner{
  padding: 132px 32px 0;
  height: 414px;
}

#about .layout .box1 .box-inner{
  background: url('image/about01.png') no-repeat center top;
  background-size: 100%;
}

#about .layout .box2 .box-inner{
  background: url('image/about02.png') no-repeat center top;
  background-size: 100%;
}

#about .annotation{
	font-size: 16px;
	padding-top: 1rem;
	margin-bottom: 0;
}

#banner{
  position: relative;
	width: 970px;
	margin: 0 auto;
	padding: 50px 0 0;
}

#banner::before{
  content: "";
  display: block;
  position: absolute;
  width: 600px;
  height: 2px;
  background-color: #0C1946;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#banner h3{
  margin-bottom: 15px;
  font-size: 2.7rem;
}

#banner .arrow{
  width: 48px;
  margin: 0 auto 40px;
}


/*--------------------------------------
	Smartphone 
----------------------------------------*/

@media screen and (max-width: 767px) {

main{
  min-width: 0;
}

#title{
	padding: 50px 15px 30px
}

#first{
	padding: 50px 0;
}

#first p{
	font-size: 1.2rem;
}

#history{
	margin-bottom: 40px;
}

#history .slide .box{
 width: 300px;
 height: auto;
 line-height: 0;
}

#first .arrow{
  width: 42px;
  margin: 0 auto;
}

#first .wide{
  font-size: 4vw;
}

#first .wide::before,
#first .wide::after{
  height: 20px;
}

#first .model{
  width: 100%;
  padding: 0 10px;
  margin-bottom:40px;
}

#first .model .annotation{
  font-size: 1.0rem;
}

#howto{
  padding: 40px 20px;
  margin-bottom: 40px;
}

#howto h3{
  width: 100%;
}

#howto .layout{
  display: block;
  text-align: center;
}

#howto .layout .box{
  width: 275px;
  margin: 0 auto 10px;
}

#present{
  padding: 0 20px;
}

#present .annotation{
	text-align: left;
	font-size: 1rem;
	padding: 10px 0 0;
}

#list{
	padding: 0 0;
}

#list .info{
	padding: 30px ;
}

#list .inner{
  padding: 40px 0;
}

#list h2{
	margin-bottom: 0;
}

#list h2 img{
	width: 120px;
}

#list #member-list .box{
	width: 50%;
	padding: 30px 4%;
	margin: 0;
}

#list #member-list .box .image{
  width: 100%;
}

#list #member-list .box .image::after{
  top: 2px;
  left: 2px;
}

#list #member-list .box .name{
  font-size: 5vw;
  bottom: 7%;
}

#list #member-list .box .name.short {
    font-size: 3.5vw;
    letter-spacing: -2px;
    bottom: 6%;
}

#list #member-list .box a{
	width: 100%;
	font-size: 3.0vw;
}

#list #member-list .box a::after{
	width: 100%;
	top: 0px;
	left: 2px;
}

#list #member-list .box a .tw{
	left: 10px;
	width: 20px;
	height: 16px;
	top: 15px;
}

#about{
	padding: 50px 0;
}

#about h2{
	width: 85%;
	margin: 0 auto 15px;
	font-size: 1.8rem;
}

#about p{
	font-size: 1.4rem;
}

#about .row{
	margin-bottom: 30px;
}

#about #kikan{
	font-size: 5vw;
}

#about #kikan span{
	font-size: 6.5vw;
}

#about h3{
	font-size: 1.6rem;
	padding: 0 25px;
}

#about h3::before, #about h3::after{
	width: 12px;
	height:12px;
	background-size: 12px;
}

#about .layout{
  display: block;
  padding: 0 20px;
  margin-bottom: 10px;
}

#about .layout .box{
  width: 330px;
  height: auto;
  margin: 0;
}

#about .layout .box .box-inner{
  padding: 80px 32px 10px;
  height: auto;
}

#about .layout .box p.text{
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

#about .layout .box p.annotation{
  text-align: left;
  font-size: 1.0rem;
}


#about .annotation{
	font-size: 1.0rem;
}

#present{
	width: 100%;
}

#banner{
	width: 100%;
	padding: 30px 0 0;
}

#banner::before{
  width: 80%;
}

}