
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd, table, tbody, thead, tfoot, tr, th, td {
	margin:0;
	padding:0;
	text-indent:0;
}
html {
	font-size:10px;
	line-height:1.5;
}
body {
	font-size:1.3rem;
	color:#fff;
	text-align:center;
	position:relative;
	font-family:"Noto Sans JP", serif;
	flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
h1, h2, h3, h4, h5, h6 {
	line-height:1;
}
h2 img{
	height: 77px;
}
a {
	text-decoration:none;
	color:inherit;
}
img {
	max-width:100%;
	height:auto;
	vertical-align:top;
}
* {
	user-select: none;
}
header,
footer > div,
main {
	max-width: 100%;
	margin: 0 auto;
}
main{
	padding-top: 142px;
}
.text-start {
	text-align: left;
}
@media screen and (max-width:767px){
main{
	padding-top: 70px;
}
h2 img{
	height: 38px;
}
}
/*------------------------------------------*/
header{
	max-width: 100%;
	height: 143px;
	background-color: rgb(9, 92, 162);
	position: fixed;
	top: 0;
	width: 100%;
    z-index: 10;
}
header img{
	width: 276px;
	padding: 17px 0;
}
@media screen and (max-width:767px){
header {
	width: 100%;
	height: 70px;
}
header img{
	width: 130px;
	padding: 9px 0;
}
}
/*------------------------------------------*/
#firstview{
	position: relative;
	background-color: rgb(83, 178, 231);
	height: 850px;
}
#firstview .illust{
	width: 954px;
	position: absolute;
    left: 50%;
	margin-left: -465px;
	margin-top: 50px;
}
#firstview .logo{
	width: 320px;
	position: absolute;
    left: 50%;
	margin-left: 115px;
	margin-top: 100px;
}
@media screen and (max-width:767px){
#firstview{
	height: 520px;
}
#firstview .illust{
    width: 320px;
    margin-left: -160px;
	margin-top: 130px;
}
#firstview .logo{
	width: 265px;
	margin-left: -130px;
	margin-top: 20px;
}
}
/*フェードイン*/
/* 初期状態：透明＆下にずらしておく */
.fade-in-on-load,
.fade-in-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 2s ease, transform 2s ease;
}
/* フェードイン後の状態 */
.fade-in-visible {
  opacity: 1;
  transform: translateY(0);
}

/*------------------------------------------*/
#brandconcept{
	background-color: rgb(83, 178, 231);
	background-image: url(../img/sport_img.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
h1{
	font-weight: 600;
	font-size: 4.3rem;
	letter-spacing: 4px;
	padding-top: 40px;
	text-shadow: 0 0 20px rgb(0, 92, 144);
}
#brandconcept p{
	text-align: left;
	margin: 40px auto 0;
	padding-bottom: 445px;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 40px;
	width: 840px;
	text-align:justify;
	text-shadow: 0 0 10px rgb(0, 92, 144);
}
@media screen and (max-width:767px){
#brandconcept{
	background-image: url(../img/school_img_sp.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	background-size: 100%;
}
h1{
	font-size: 2.1rem;
	letter-spacing: 2px;
	padding: 10px 0 20px;
	padding-top: 30px;
}
#brandconcept p{
	width: 312px;
	font-size: 1.2rem;
	line-height: 22px;
	margin-top: 0px;
	padding-bottom: 240px;
}
}
/*------------------------------------------*/
#design{
	background-image: url(../img/back_img.jpg);
	background-repeat: repeat-x;
	background-position: center;
	padding: 75px 0;
}
.slider-2{
	position: relative;
}
.slider-2 .slick-slide {
  width: 270px;
  margin: 30px 30px 0;
}
.slider-2 .slick-slide img {
  display: block;
}

.slider-2 .slick-arrow {
  width: 52px;
  height: 52px;
  z-index: 1;
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.slick-prev img,
.slick-next img {
  width: 52px;
  height: auto;
  display: block;
}

@media screen and (max-width:767px){
#design{
	padding: 50px 0;
}
.slider-2 .slick-slide {
  width: 200px;
  margin: 22px 16px 0;
}
 .slick-prev {
    left: 14% !important;
  }
  .slick-next {
    right: 9% !important;

  }
.slick-prev img,
.slick-next img {
  width: 36px;
}
}
/*------------------------------------------*/
#catalog{
	background-color: #ffffff;
	padding: 90px 0 115px;
}
#catalog h3{
	font-size: 2.4rem;
	font-weight: 400;
	margin-top: 43px;
	color: #000000;
}
.btn{
	font-size: 4.3rem;
	font-weight: 700;
	background-color: rgb(9, 92, 162);
	border-radius: 20px;
    width: 540px;
    height: 112px;
    line-height: 112px;
	color: #ffffff;
	margin: 35px auto 0;
	letter-spacing: 5px;
}
@media screen and (max-width:767px){
#catalog{
	padding: 40px 0;
}
#catalog h3{
	font-size: 1.2rem;
	margin-top: 22px;
}
.btn{
	font-size: 2.2rem;
    width: 270px;
    height: 55px;
    line-height: 55px;
	border-radius: 10px;
	margin: 16px auto 0;
	letter-spacing: 2px;
}
}
/*------------------------------------------*/
#contact{
	background-image: url(../img/sky.png);
	background-repeat: no-repeat;
	background-color: rgb(207, 226, 241);
	background-position: center;
	padding: 90px 0 95px;
}
@media screen and (max-width:767px){
#contact{
	background-image: url(../img/sky_sp.png);
	background-size: 100%;
	padding: 40px 0;
}
}
/*------------------------------------------*/
footer{
	background-color: rgb(9, 92, 162);
	height: 183px;
	padding: 0 200px;
}
footer .wrapper{
	display: flex;
	justify-content: space-between;
}
footer .footerlink {
	display: flex;
	flex-direction: column;  /* 上下に並べる */
	align-items: flex-end;   /* 右寄せ（横方向の揃え） */
	order: 2;
}
footer .footerlink a {
	border-left:solid 2px #ffffff;
	border-right:solid 2px #ffffff;
}
footer .footerlink ul {
	display: flex;
	padding-top: 60px;
}
footer .footerlink ul li {
	display:block;
}
footer .footerlink ul li a {
	padding: 0 3.2rem;
}
footer .copy{
	width: 245px;
	padding-top: 50px;
}
footer .information{
	width: 294px;
	padding-top: 30px;
}
@media screen and (max-width:767px){
footer{
	height: 95px;
	padding: 0 15px;
}
footer .footerlink ul{
	width: 187px;
	padding-top: 30px;
}
footer .footerlink ul li a {
	padding: 0 0.6rem;
}
footer .footerlink ul li img{
	height: 12px;
	vertical-align: baseline;
}
footer .copy{
	width: 120px;
	padding-top: 25px;
}

footer .information{
	width: 120px;
	padding-top: 15px;
}
}

