@charset "utf-8";

#bearsnet h1,
#bearsnet h2,
#bearsnet h3,
#bearsnet h4,
#bearsnet h5,
#bearsnet h6,
#bearsnet p,
#bearsnet ul,
#bearsnet ol,
#bearsnet li,
#bearsnet dl,
#bearsnet dt,
#bearsnet dd,
#bearsnet div,
#bearsnet form,
#bearsnet address,
#bearsnet strong,
#bearsnet em,
#bearsnet figure,
#bearsnet input,
#bearsnet select,
#bearsnet textarea {
  margin: 0;
  border: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  transform: rotate(0.001deg); /* レンダリング対策 */
  font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
}

#bearsnet ul,
#bearsnet ol,
#bearsnet li {
  list-style: none;
}

figure img {
  filter: grayscale(0%)!important;
  transition: 0.5s ease-in-out;
  transform: scale(1);
  width: auto!important;
}
figure img:hover {
  filter: grayscale(0);
  transform: scale(1)!important;
}

@keyframes bgScroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -100% 0;
  }
}

[class*="mov_"] {
  opacity: 0;
  visibility: hidden;
}


/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
#bearsnet .btn li a {
	display: block;
	background-color: #000;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	width: 282px;
	height: 58px;
	line-height: 58px;
	font-size: 20px;
	font-weight: bold;
	transition: 0.3s;
}
#bearsnet .btn li+li a {
	margin-top: 15px;
}
#bearsnet .btn li a:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	width: 282px;
	height: 58px;
	line-height: 58px;
	transition: 0.3s;
}






#catch {
	text-align: center;
}
#catch h1 {
	font-size: 16px;
	font-weight: bold;
	color: #A0A0A0;
	border-bottom: 1px solid #A0A0A0;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}
#catch h1 span {
	font-family: "Inter", sans-serif;
	display: block;
	color: #000;
	font-size: 46px;
}
#catch figure {
	background-image: url("../images/management/m_bg.png");
	height: 675px;
	background-size: auto 100%; /* 高さ100%にして比率維持 */
	background-position: 0 0;
	animation: bgScroll 60s linear infinite; /* アニメーション */
	position: relative;
	margin-top: 100px;
}
#catch p {
	font-size: 18px;
	font-weight: 500;
	line-height: 2.5em;
	margin-top: 120px;
}
#catch p span {
	font-size: 20px;
	font-weight: bold;
}





#surfer {
	background-color: #F4F4F4;
	margin-top: 140px;
	padding-top: 80px;
}
#surfer h2 {
	font-size: 46px;
	font-weight: 500;
	border-bottom: 1px solid #9B9B9B;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	margin-bottom: 80px;
}
#surfer h2 span {
	font-size: 22px;
	font-family: "Inter", sans-serif;
	color: #9F9F9F;
	display: block;
}
#surfer .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 90%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#surfer .flex .box {
	width: 45%;
	position: relative;
	margin-bottom: 80px;
}
#surfer .flex .box figure {
	text-align: right;
	background-color: hsla(0,0%,0%,0.00);
}
#surfer .flex .box h3 {
	font-size: 24px;
	font-weight: 500;
	margin-top: -25px;
}
#surfer .flex .box h3 span {
	font-size: 40px;
	font-weight: bold;
	font-family: "Inter", sans-serif;
	display: block;
}
#surfer .flex .box p {
	font-size: 13px;
	width: 94%;
	margin-top: 15px;
	font-weight: 500;
}
#surfer .flex .box a {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	transition: 0.3s;
}
#surfer .flex .box a:hover {
	background-color: hsla(0,0%,96%,0.30);
	transition: 0.3s;
}





#bodyboarder {
	background-color: #F4F4F4;
	margin-top: 140px;
	padding-top: 80px;
}
#bodyboarder h2 {
	font-size: 46px;
	font-weight: 500;
	border-bottom: 1px solid #9B9B9B;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	margin-bottom: 80px;
	white-space: nowrap;
}
#bodyboarder h2 span {
	font-size: 22px;
	font-family: "Inter", sans-serif;
	color: #9F9F9F;
	display: block;
}
#bodyboarder .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 90%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#bodyboarder .flex .box {
	width: 45%;
	position: relative;
	margin-bottom: 80px;
}
#bodyboarder .flex .box figure {
	text-align: right;
	background-color: hsla(0,0%,0%,0.00);
}
#bodyboarder .flex .box h3 {
	font-size: 24px;
	font-weight: 500;
	margin-top: -25px;
}
#bodyboarder .flex .box h3 span {
	font-size: 40px;
	font-weight: bold;
	font-family: "Inter", sans-serif;
	display: block;
}
#bodyboarder .flex .box p {
	font-size: 13px;
	width: 94%;
	margin-top: 15px;
	font-weight: 500;
}
#bodyboarder .flex .box a {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	transition: 0.3s;
}
#bodyboarder .flex .box a:hover {
	background-color: hsla(0,0%,96%,0.30);
	transition: 0.3s;
}





#whitebuffalo {
	max-width: 980px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	position: relative;
}
#whitebuffalo .flex {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
#whitebuffalo .flex figure {
	width: 40%;
	background-color: hsla(0,0%,0%,0.00);
}
#whitebuffalo .flex div {
	width: 52%;
	text-align: left;
}
#whitebuffalo .flex div h2 {
	text-align: left;
}
#whitebuffalo .flex div h2 img {
	width: 419px;
}
#whitebuffalo .flex div h2 span {
	display: block;
	font-size: 12px;
	color: #A0A0A0;
	font-weight: 500;
	margin-top: 5px;
}
#whitebuffalo .flex div h2+p {
	font-size: 16px;
	font-weight: 500;
	margin-top: 40px;
}
#whitebuffalo .flex div .btn a {
	display: block;
	width: 282px;
	height: 58px;
	background-color: #000;
	border: 1px solid #000;
	text-align: center;
	line-height: 58px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-top: 65px;
	transition: 0.3s;
}
#whitebuffalo .flex div .btn a:hover {
	background-color: #fff;
	color: #000;
	transition: 0.3s;
}
#whitebuffalo .bg {
	height: 330px;
	background-color: hsla(0,0%,96%,1.00);
	position: absolute;
	right: 0px;
	top: 35px;
	width: 100vw;
	z-index: 0;
}
#whitebuffalo+figure {
	max-width: 1000px;
	width: 90%;
	height: 1px;
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#wrap {
	padding: 0px!important;
}
#bearsnet .btn {
	text-align: center;
	width: 100%;
	margin-top: 5vw;
}
#bearsnet .btn li {
	text-align: center;
	width: 55.4666666667vw;
	margin-left: auto!important;
	margin-right: auto!important;
	display: block;
}
#bearsnet .btn li a {
	display: block;
	background-color: #000;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	height: 11.7333333333vw;
	line-height: 11.7333333333vw;
	font-size: 4vw;
	font-weight: bold;
	transition: 0.3s;
}
#bearsnet .btn li+li a {
	margin-top: 2vw;
}
#bearsnet .btn li a:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	transition: 0.3s;
}






#catch {
	text-align: center;
}
#catch h1 {
	font-size: 3.73333333333vw;
	font-weight: bold;
	color: #A0A0A0;
	border-bottom: 1px solid #A0A0A0;
	width: 86.6666666667vw;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5vw;
}
#catch h1 span {
	font-family: "Inter", sans-serif;
	display: block;
	color: #000;
	font-size: 9.33333333333vw;
}
#catch figure {
	background-image: url("../images/management/m_bg_sp.png");
	height: 88.6666666667vw;
	background-size: auto 100%; /* 高さ100%にして比率維持 */
	background-position: 0 0;
	animation: bgScroll 60s linear infinite; /* アニメーション */
	position: relative;
	margin-top: 15vw;
}
#catch p {
	font-size: 4.26666666667vw;
	font-weight: 500;
	line-height: 2em;
	margin-top: 10vw;
	text-align: left;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#catch p span {
	font-size: 5vw;
	font-weight: bold;
}





#surfer {
	background-color: #F4F4F4;
	margin-top: 15vw;
	padding-top: 10vw;
}
#surfer h2 {
	font-size: 8.53333333333vw;
	font-weight: 500;
	border-bottom: 1px solid #9B9B9B;
	width: 53.3333333333vw;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10vw;
	white-space: nowrap;
}
#surfer h2 span {
	font-size: 2.4vw;
	font-family: "Inter", sans-serif;
	color: #9F9F9F;
	display: block;
}
#surfer .flex {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#surfer .flex .box {
	position: relative;
	margin-bottom: 15vw;
}
#surfer .flex .box figure {
	text-align: right;
	background-color: hsla(0,0%,0%,0.00);
}
#surfer .flex .box h3 {
	font-size: 5.6vw;
	font-weight: 500;
}
#surfer .flex .box h3 span {
	font-size: 9.33333333333vw;
	font-weight: bold;
	font-family: "Inter", sans-serif;
	display: block;
}
#surfer .flex .box p {
	font-size: 3.46666666667vw;
	margin-top: 3vw;
	font-weight: 500;
}
#surfer .flex .box a {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	transition: 0.3s;
}
#surfer .flex .box a:hover {
	background-color: hsla(0,0%,96%,0.30);
	transition: 0.3s;
}





#bodyboarder {
	background-color: #F4F4F4;
	margin-top: 15vw;
	padding-top: 10vw;
}
#bodyboarder h2 {
	font-size: 8.53333333333vw;
	font-weight: 500;
	border-bottom: 1px solid #9B9B9B;
	width: 53.3333333333vw;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10vw;
	white-space: nowrap;
}
#bodyboarder h2 span {
	font-size: 2.4vw;
	font-family: "Inter", sans-serif;
	color: #9F9F9F;
	display: block;
}
#bodyboarder .flex {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#bodyboarder .flex .box {
	position: relative;
	margin-bottom: 15vw;
}
#bodyboarder .flex .box figure {
	text-align: right;
	background-color: hsla(0,0%,0%,0.00);
}
#bodyboarder .flex .box h3 {
	font-size: 5.6vw;
	font-weight: 500;
}
#bodyboarder .flex .box h3 span {
	font-size: 9.33333333333vw;
	font-weight: bold;
	font-family: "Inter", sans-serif;
	display: block;
}
#bodyboarder .flex .box p {
	font-size: 3.46666666667vw;
	margin-top: 3vw;
	font-weight: 500;
}
#bodyboarder .flex .box a {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	transition: 0.3s;
}
#bodyboarder .flex .box a:hover {
	background-color: hsla(0,0%,96%,0.30);
	transition: 0.3s;
}





#whitebuffalo {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15vw;
	position: relative;
}
#whitebuffalo .flex {
	position: relative;
	z-index: 1;
}
#whitebuffalo .flex figure {
	background-color: hsla(0,0%,0%,0.00);
}
#whitebuffalo .flex div {
	text-align: left;
}
#whitebuffalo .flex div h2 {
	text-align: center;
	margin-top: 5vw;
}
#whitebuffalo .flex div h2 img {
	width: 80.5333333333vw;
	margin-left: auto;
	margin-right: auto;
}
#whitebuffalo .flex div h2 span {
	display: block;
	font-size: 2.4vw;
	color: #A0A0A0;
	font-weight: 500;
	margin-top: 3vw;
}
#whitebuffalo .flex div h2+p {
	font-size: 2.93333333333vw;
	font-weight: 500;
	margin-top: 5vw;
}
#whitebuffalo .flex div .btn a {
	display: block;
	width: 55.4666666667vw;
	height: 11.7333333333vw;
	background-color: #000;
	border: 1px solid #000;
	text-align: center;
	line-height: 11.7333333333vw;
	color: #fff;
	font-size: 4vw;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	margin-top: 5vw;
	transition: 0.3s;
}
#whitebuffalo .flex div .btn a:hover {
	background-color: #fff;
	color: #000;
	transition: 0.3s;
}
#whitebuffalo .bg {
	display: none;
}
#whitebuffalo+figure {
	width: 90%;
	height: 1px;
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20vw;
}
}



/*===============================================
●画面の横幅が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------------------------------------------- {
}
}