@charset "utf-8";
/* home.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* オープニングカーテン　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.curtain .animation-bg, 
.curtain .animation-bg02 {
	display: none !important;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* navi　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#bt_home span::after {
	color: #e80411 !important;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	width: 100%;
	height: calc(100vh - 70px);
	position: relative;
}

/* -- ロゴ ----------------------------------------------- */
#kv h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
#kv h2 img {
	width: 160px;
	height: auto;
}

/* -- テキスト ----------------------------------------------- */
#kv_text {
	padding-left: 100px;
	padding-right: 100px;
	position: absolute;
	bottom: 50px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
#kv_text img {
	width: 100%;
	height: auto;
	max-width: 2122px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 育成目標　リード　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#mokuhyo_area {
	position: relative;
}
#mokuhyo_tt_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 150px;
	padding-bottom: 150px;
	padding-left: 20px;
	padding-right: 20px;
}

/* -- h3 ----------------------------------------------- */
#mokuhyo_tt_box h3 {
	font-weight: 900;
	font-size: 90px;
	line-height: 1em;
	order: 2;
	width: 20%;
	display: flex;
	writing-mode: vertical-rl;
	align-items: center;
	letter-spacing: 10px;
}
#mokuhyo_tt_box h3 span {
	writing-mode: horizontal-tb;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: horizontal-tb;
	font-size: 20px;
	letter-spacing: normal;
}

/* -- 写真エリア ----------------------------------------------- */
#mokuhyo_pic_01 {
	order: 1;
	width: 40%;
}
#mokuhyo_pic_02 {
	order: 3;
	width: 40%;
}
#mokuhyo_tt_box ul {
	font-size: 0px;
	text-align: center;
}
#mokuhyo_tt_box li {
	font-size: 16px;
	display: inline-block;
	width: calc(30% - 20px);
	margin-left: 10px;
	margin-right: 10px;
}
#mokuhyo_tt_box li img {
	width: 100%;
	height: auto;
}

/* 順番に表示 */
.box{
	opacity: 0;
}
.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/* -- 六角形アニメーション背景 ----------------------------------------------- */
#animated-background {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
	z-index: -1;
}

/* -- スクロール ----------------------------------------------- */
.scroll {
	position  : absolute;
	left: 0px;
	right: 0px;
	bottom: 155px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #000000;
}
.scroll::after {
    content : '';
    display : inline-block;
    position : absolute;
    background-color: #000000;
    right : 50%;
    bottom : -155px;
    transform : translateX(-50%);
    width : 2px;
    height : 145px;
    animation: scroll 2.0s infinite;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 育成目標　3ボックス　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#ikusei_3box {
	display: flex;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.three_box {
	width: calc(100% / 3);
	padding-top: 80px;
	padding-bottom: 60px;
	text-align: center;
}

/* -- 3ボックス ----------------------------------------------- */
.three_box h3 {
	font-size: 80px;
	line-height: 1em;
	font-weight: 900;
	width: 100%;
	display: flex;
	writing-mode: vertical-rl;
	align-items: center;
	margin-bottom: 35px;
	letter-spacing: 20px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.three_box h3 span {
	font-size: 16px;
	writing-mode: horizontal-tb;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: horizontal-tb;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	line-height: 1em;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	margin-top: 20px;
	letter-spacing: normal;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}
.three_box p {
	line-height: 1.8em;
	font-weight: 700;
	font-size: 20px;
}

/* 個別設定 */
#ikusei_blue {
	background-color: #184ba2;
	color: #FFFFFF;
}
#ikusei_white {
	background-color: #FFFFFF;
}
#ikusei_white h3 span {
	border-top-color: #000000;
	border-bottom-color: #000000;
}
#ikusei_red {
	background-color: #f10908;
	color: #FFFFFF;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 育成スローガン　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#slogan {
	padding-top: 150px;
	padding-bottom: 150px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(../images/home/home_slogan_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0%;
	text-align: center;
	color: #FFFFFF;
}

/* -- テキスト ----------------------------------------------- */
#slogan h3 {
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	color: #4B6227;
	width: 360px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#slogan p {
	font-size: 60px;
	font-weight: 900;
	font-style: italic;
	/* [disabled]text-shadow: -2px -2px #0C3600; */
}

/* -- 写真 ----------------------------------------------- */
ul#slogan_pic {
	font-size: 0px;
	margin-top: 50px;
}
#slogan_pic li  {
	width: calc(100% / 6);
	padding-left: 5px;
	padding-right: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	display: inline-block;
}
#slogan_pic li img {
	width: 100%;
	height: auto;
	border: 1px solid #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* カテゴリー紹介　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#team_info {
	padding-top: 60px;
	padding-bottom: 100px;
	position: relative;
    background-image: url(../images/home/home_team_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
	background-attachment: fixed;
}
#info_logo {
	text-align: center;
	margin-bottom: 25px;
}
#info_logo img {
	width: 140px;
	height: auto;
}
#team_info h3 {
	text-align: center;
	font-size: 126px;
	font-weight: 900;
	line-height: 1em;
	margin-bottom: 30px;
	color: #2150a4;
	mix-blend-mode: difference;
}
#team_info a {
	text-decoration: none;
}
#category {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
}

/* -- カテゴリー名（U-15） ----------------------------------------------- */
#ctg_hakusan {
	float: left;
}
#ctg_kawakita {
	float: right;
}
.ctg_u15 {
	width: calc(50% - 4px);
	border: 3px solid #FFFFFF;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ctg_u15 img {
	width: 100%;
	height: auto;
	transition: transform .6s ease; 
}
.ctg_u15:hover img {
	transform: scale(1.05); 
}
.ctg_u15 h4 {
	font-size: 30px;
	font-weight: 800;
	bottom: 0;
	color: #fff;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.ctg_u15 h4 span {
	display: block;
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	padding-top: 20px;
	background-image: url(../images/home/home_team_ctg_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	font-weight: 700;
}

/* マスク */
.ctg_u15::before {
  background: rgba(0, 0, 0, .5); 
  bottom: 0;
  content: '';
  height: auto;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .6s ease;
  width: 100%;
  z-index: 1;
}
.ctg_u15:hover::before {
  opacity: 0.5;
}

/* -- カテゴリー名（その他） ----------------------------------------------- */
.ctg_other {
	cursor: pointer;
	overflow: hidden;
	position: relative;
	width: calc(25% - 6px);
	border: 3px solid #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-right: 8px;
	margin-top: 8px;
}
.ctg_other:last-child {
	margin-right: 0px;
}
.ctg_other img {
	width: 100%;
	height: auto;
	transition: transform .6s ease; 
}
.ctg_other:hover img {
	transform: scale(1.05); 
}
.ctg_other h4 {
	font-size: 24px;
	font-weight: 800;
	bottom: 0;
	color: #fff;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.ctg_other h4 span {
	display: block;
	font-size: 13px;
	line-height: 1em;
	text-align: center;
	padding-top: 20px;
	background-image: url(../images/home/home_team_ctg_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	font-weight: 700;
	background-size: 120px auto;
}

/* マスク */
.ctg_other::before {
  background: rgba(0, 0, 0, .5); 
  bottom: 0;
  content: '';
  height: auto;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .6s ease;
  width: 100%;
  z-index: 1;
}
.ctg_other:hover::before {
  opacity: 0.5;
}

/* -- カテゴリーリボン ----------------------------------------------- */
.ctg_ribbon {
	font-size: 13px;
	color: #FFFFFF;
	width: 140px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 6px;
	line-height: 1em;
	font-weight: 900;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	border-bottom-right-radius: 20px;
}
.ctg_red {
	background-color: #F10908;
}
.ctg_pink {
	background-color: #FF5BD0;
}
.ctg_blue {
	background-color: #184ba2;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* お知らせ　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#info_area {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 100px;
}

/* -- 左エリア ----------------------------------------------- */
#info_tt_box {
	width: 30%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
    justify-content: center; /* 主軸方向に中央寄せ */
    align-items: center;     /* 交差軸方向に中央寄せ */
    flex-direction: column;  /* 縦方向に並べる */
}

/* h3 */
#info_tt_box h3 {
	font-size: 32px;
	font-weight: 900;
	margin-bottom: 25px;
}
#info_tt_box h3 span {
	font-size: 16px;
	line-height: 1.2em;
	display: block;
	color: #747474;
}

/* ボタン */
#info_bt {
	width: 260px;
	margin-left: auto;
	margin-right: auto;
}
#info_bt a {
	display: block;
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	position: relative;
	flex-direction: column;
	justify-content: center;
	line-height: 1em;
	padding-top: 12px;
	padding-bottom: 16px;
}
#info_bt a span {
	font-size: 8px;
	position: absolute;
	right: 12px;
	top: 14px;
	font-weight: 600;
}

/* -- 右エリア ----------------------------------------------- */
.info_list_box {
	width: 70%;
	border-left: 1px solid #000000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* facebook　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#fb_area {
	text-align: center;
}
#fb_area img {
	width: 80px;
	height: auto;
}






















/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	height: calc(100vh - 50px);
}

/* -- ロゴ ----------------------------------------------- */
#kv h2 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 100px;
}
#kv h2 img {
	width: 120px;
}

/* -- テキスト ----------------------------------------------- */
#kv_text {
	padding-left: 50px;
	padding-right: 50px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 育成目標　リード　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#mokuhyo_tt_box {
	display: inherit;
	padding-top: 40px;
	padding-bottom: 100px;
	padding-left: 0px;
	padding-right: 0px;
}

/* -- h3 ----------------------------------------------- */
#mokuhyo_tt_box h3 {
	font-size: 60px;
	width: 100%;
	letter-spacing: 3px;
}
#mokuhyo_tt_box h3 span {
	font-size: 16px;
}

/* -- 写真エリア ----------------------------------------------- */
#mokuhyo_pic_01 {
	width: 100%;
	margin-bottom: 10px;
}
#mokuhyo_pic_02 {
	width: 100%;
}
#mokuhyo_tt_box ul {
	font-size: 0px;
	text-align: center;
}
#mokuhyo_tt_box li {
	font-size: 16px;
	display: inline-block;
	width: calc(100% / 3);
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 5px;
	padding-right: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* -- スクロール ----------------------------------------------- */
.scroll {
	bottom: 100px;
}
.scroll::after {
    bottom : -100px;
    height : 90px;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 育成目標　3ボックス　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#ikusei_3box {
	display: inherit;
}
.three_box {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* -- 3ボックス ----------------------------------------------- */
.three_box h3 {
	font-size: 50px;
	margin-bottom: 25px;
	letter-spacing: 10px;
}
.three_box h3 span {
	font-size: 14px;
}
.three_box p {
	line-height: 1.8em;
	font-size: 17px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 育成スローガン　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#slogan {
	padding-top: 60px;
	padding-bottom: 60px;
}

/* -- テキスト ----------------------------------------------- */
#slogan h3 {
	font-size: 24px;
	width: 260px;
}
#slogan p {
	font-size: 40px;
	line-height: 1.2em;
}

/* -- 写真 ----------------------------------------------- */
#slogan_pic li  {
	width: calc(100% / 3);
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}
#slogan_pic li img {
	border: 3px solid #FFFFFF;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* カテゴリー紹介　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#team_info {
	padding-top: 40px;
	padding-bottom: 80px;
	background-attachment: scroll;
	background-image: url(../images/home/home_team_bg_sp.jpg);
	background-position: center center;
}
#info_logo img {
	width: 140px;
	height: auto;
}
#team_info h3 {
	text-align: center;
	font-size: 80px;
	line-height: 1em;
	margin-bottom: 20px;
}
#category {
	max-width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}

/* -- カテゴリー名（U-15） ----------------------------------------------- */
#ctg_hakusan {
	float: none;
}
#ctg_kawakita {
	float: none;
}
.ctg_u15 {
	width: 100%;
	margin-bottom: 10px;
}
.ctg_u15 h4 {
	font-size: 22px;
}
.ctg_u15 h4 span {
	font-size: 14px;
}

/* -- カテゴリー名（その他） ----------------------------------------------- */
.ctg_other {
	width: 100%;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.ctg_other h4 {
	font-size: 22px;
}
.ctg_other h4 span {
	font-size: 14px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* お知らせ　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#info_area {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	display: block;
	padding-bottom: 120px;
	margin-bottom: 80px;
}

/* -- 左エリア ----------------------------------------------- */
#info_tt_box {
	width: 100%;
	text-align: center;
	display: inherit;
	padding-top: 50px;
	padding-bottom: 20px;
}

/* h3 */
#info_tt_box h3 {
	font-size: 24px;
	margin-bottom: 0px;
}
#info_tt_box h3 span {
	font-size: 12px;
	line-height: 1.2em;
}
	
/* ボタン */
#info_bt {
	position: absolute;
	bottom: 40px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
}
#info_bt a {
	font-size: 14px;
	line-height: 1em;
}

/* -- 右エリア ----------------------------------------------- */
.info_list_box {
	width: 100% !important;
	border-left-style: none;
	border-top: 1px solid #000000;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* facebook　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#fb_area img {
	width: 60px;
	height: auto;
}



}
