@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
.section-sports-division .right-gray::after {
    height: 530px;
}
.section-sports-division p+p {
	font-size: 13px!important;
	margin-top: 20px!important;
	letter-spacing: 0.08em!important;
}
#creativity {
	background-image: url("../images/top/sec_bg.png");
	background-position: center center;
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 100px;
	margin-top: 140px;
}
#creativity h2 {
	font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 33px;
	font-weight: bold;
}
#creativity p {
	font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	text-align: center;
	font-weight: 500;
	line-height: 1.8em;
	margin-top: 40px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
.section-creative-division .left-gray::after {
    height: 710px;
}
.section-creative-division .btn a {
	width: 250px!important;
}
.section-creative-division .btn+.btn {
	margin-top: -30px;
}

.section-sports-division .right-gray::after {
    height: 870px;
}
.section-sports-division .btn a {
	width: 250px!important;
}
.section-sports-division .btn+.btn {
	margin-top: -30px;
}

#creativity {
	background-image: url("../images/top/sec_bg.png");
	background-position: center center;
	background-size: cover;
	padding-top: 15vw;
	padding-bottom: 15vw;
	margin-top: 15vw;
	width: 105%!important;
	margin-left: 0px!important;
	margin-right: 0px!important;
}
#creativity h2 {
	font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 7vw;
	font-weight: bold;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#creativity p {
	font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 4vw;
	text-align: center;
	font-weight: 500;
	line-height: 1.8em;
	margin-top: 5vw;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}