@charset "UTF-8";
/* CSS Document */

body {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.6em;
    background:#fff;
}

a {
  color: #e4007f;
  text-decoration: none;
  background-color: transparent;
}

.navbar-toggler-2, .navbar-toggler-2 span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.navbar-toggler-2 {
    position: fixed;
    top: 8px;
    right: 12px;
    width: 42px;
    height: 42px;
    border: 4px solid #1d2088;
    background: #1d2088;
    border-radius: 0;
    z-index: 112;
}
.navbar-toggler-2 span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius:0;
}

.transform .navbar-toggler-2 {
    top: 5px;
}

.navbar-toggler-2 span:nth-of-type(1) {
    top: 5px;
}
.navbar-toggler-2 span:nth-of-type(2) {
    top: 16px;
}
.navbar-toggler-2 span:nth-of-type(3) {
    bottom: 4px;
}
.navbar-toggler-2.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
}
.navbar-toggler-2.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .4s forwards;
    animation: active-menu-bar02 .4s forwards;
}
@-webkit-keyframes active-menu-bar02 {
    100% {
        height: 0;
    }
}
@keyframes active-menu-bar02 {
    100% {
        height: 0;
    }
}
.navbar-toggler-2.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
}


@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 59px;
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-top: 50px;
        overflow-y: auto;
        background-color: rgba(255,255,255,0.9);
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    }
    .offcanvas-collapse.open {
        visibility: visible;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    
    .transform .offcanvas-collapse {
        top: 52px;
    }
    
}

.site-header {
    background: rgba(255,255,255,0.9);
    display: flex;
    padding: 5px 20px 0 20px;
    position: fixed;
    justify-content: space-between;
    transition: .5s;
    width: 100%;
}

.site-header.transform {
    background: rgba(255,255,255,0.8);
    padding: 5px 20px 0 20px;
}

.site-header .navbar-brand img {
    width: 140px;
    transition: .5s;
}

.site-header.transform .navbar-brand img {
    width: 120px;
}

ul.navbar-nav {
    text-align: center;
    width: 100%;
    display: block;
}

ul.navbar-nav li {
    margin-left: 0;
    margin-bottom: 25px;
    display: block;
    width: 100%;
    float: left;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

ul.navbar-nav li a {
    text-align: center;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
    line-height: 1.2em;
    color: #000;
    transition: .5s;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav li.active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color:#fff;
	background:#e4007f;
}


ul.navbar-nav li.nav-item.navi_01 a {
    display: block;
    background: none;
    transition: .5s;
    color: #000;
	padding-left: 15px;
	padding-right: 15px;
}

ul.navbar-nav li.nav-item.navi_02 a {
    display: block;
    background: #e4007f;
    transition: .5s;
    color: #fff;
	padding-left: 15px;
	padding-right: 15px;
}


ul.navbar-nav li.nav-item.navi_01 a:hover {
    color: #e4007f
}

ul.navbar-nav li.nav-item.navi_02 a:hover {
    background: #c30041;
	color: #fff;
}

.top_img {
    position: relative;
    background:#fff;
}

.top_img .slider img {
    width: 100%;
    height: auto;
    text-align: center;
	object-fit: cover;
}

.top_img .slick-slide img {
    margin:0 auto;
}

.top_img .slider img.main_img {
/*	background:#000;
	opacity:.7; */
}


.top_img .slider img.main_img_pc {
    display:none;
}


.top_img .slider {
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.top_img .slider .slide_text {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color:#fff;
    width:100%;
	background-color: rgba(0,0,0,0.3);
	height:100%;
}

.top_img .slider .slide_text h3 {
    font-size:26px;
    text-shadow: 1px 2px 3px #666;
    text-align:center;
    margin-bottom:20px;
}

.top_img .slider .slide_text p {
    font-size:15px;
    text-shadow: 1px 2px 3px #666;
    text-align:center;
}

.top_img .top_title {
		position: absolute;
        bottom: 0;
        right:0;
/*position: relative;
    width: 100%;
    max-width: 1140px;
    margin: auto;
	background: #000;
	padding: 10px;
	text-align: center;
	*/
}

.top_img .top_title h2 {
    font-size: 16px;
/*    color: #e4007f; 
    background:rgba(255,255,255,0.8);*/
    line-height: 1.4em;
    padding:10px 10px 10px 50px;
    margin-bottom:0;
    color: #fff; 
    background:rgba(225,0,152,0.7);
    position:relative;
    font-weight:300;
}

.top_img .top_title h2::before {
    position:absolute;
    content:'';
    display:block;
    width:30px;
    height:30px;
    background-image:url(images/logo_02.svg);
    background-repeat:no-repeat;
    top:5px;
    left:10px;
}

.top_img .top_title ul {
	margin: 10px auto 0;
	padding: 0;
	text-align: center;
	display: inline-block;
}

.top_img .top_title ul li {
	display: inline-block;
	background: #e35b2b;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding: 5px 15px 15px 15px;
	list-style:  none;
	float: left;
	margin-right: 10px;
	text-align: center;
	position: relative;
	width: auto;
}

.top_img .top_title ul li:before{
		width: calc(100%);
		height: 0;
		display: block;
		position: absolute;
		left: 0;
		content: "";
	}
.top_img .top_title ul li:before{
		border-bottom: solid 10px #e35b2b;
		border-right: solid 10px transparent;
		bottom: 100%;
	}

.top_img .top_title ul li:last-child {
	margin-right: 0;
}


.top_img .top_title p{
	color: #e2582a;
	font-weight: bold;
	margin-bottom: 8px;
}

.top_img_bottom {
	background: #000;
	padding: 12px 20px;
	border-top:2px solid #e4007f;
	border-bottom:2px solid #e4007f;
}

.top_img_bottom h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color:#fff;
	margin-bottom:0;
}

p.link {
	margin: 30px auto 20px;
	text-align: center
}

p.link a {
	background: #e4007f;
	padding: 10px 45px 10px 30px;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	transition: .5s;
}

p.link a:hover {
	background: #1d2088;
	text-decoration: none;
}

p.link a i {
	position: relative;
	font-style: normal;
}

p.link a i::before {
	position: absolute;
	display:block;
	content: '';
	width: 0;
	height: 0;
	top: 20%;
	right: -30px;
	box-sizing: border-box;
	border: 6px solid transparent;
	border-left: 16px solid #fff;
}

p.link_02 {
	margin: 20px auto 50px;
	text-align: center
}

p.link_02 a {
	background: #fff;
	padding: 10px 45px 10px 30px;
	display: inline-block;
	color: #1d2088;
	font-size: 16px;
	transition: .5s;
}

p.link_02 a:hover {
	background: #e4007f;
	text-decoration: none;
	color:#fff;
}

p.link_02 a i {
	position: relative;
	font-style: normal;
}

p.link_02 a i::before {
	position: absolute;
	display:block;
    content: '';
    width: 0;
    height: 0;
    top: 20%;
    right: -30px;
    box-sizing: border-box;
    border: 6px solid transparent;
    border-left: 16px solid #1d2088;
	transition: .5s;
}

p.link_02 a:hover i::before {
	position: absolute;
	display:block;
    content: '';
    width: 0;
    height: 0;
    top: 20%;
    right: -30px;
    box-sizing: border-box;
    border: 6px solid transparent;
    border-left: 16px solid #fff
}

.news {
	padding-top: 15px;
	padding-bottom: 30px;
	background: #f9f9f9;
}

.news.info {
	padding-top: 15px;
	padding-bottom: 30px;
	background: #fff;
}

.news h2 {
	margin-top: 30px;
/*	border-top: 1px solid #adadad;*/
	padding-top: 30px;
	text-align: center;
	font-size: 22px;
}

.news .important_list {
    background:#ffeff8;
}


.news .important_list  h2 {
    border-top:none;
    padding-top:0;
}

.news ul {
	margin: 30px 0 0 0;
	padding: 0 20px 40px 20px;
/*	border-bottom: 1px solid #adadad; */
}

.news ul.news,
.page_post ul.news,
.news_post ul.news {
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	flex-wrap: wrap;
	background:none;
	justify-content:flex-start; 
}

.news ul.news li,
.page_post ul.news li,
.news_post ul.news li {
	list-style: none;
	width:100%;
	margin-right:0;
	margin-bottom: 15px;
	float:left;
}

.news ul.news li dl,
.page_post ul.news li dl {
}

.news ul.news li dl dt a img,
.page_post ul.news li dl a img {
	width:100%;
	height:auto;
	trasition:.5s;
	margin-bottom:10px;
}

.news ul.news li dl dt a:hover img,
.page_post ul.news li dl dt a:hover img {
	opacity:.7;
}


.news ul li dl,
.page_post ul.news li dl,
.news_post ul.news li dl{
	margin: 0;
}

.news ul li dl dt,
.news ul.news li dl dt,
.page_post ul.news li dl dt {
	font-weight: normal;
	width:140px;
	margin-bottom:7px;
	float:left;
}

.news_post ul.news li dl dt {
	font-weight: normal;
	margin-bottom:7px;
	float:left;
}

.news.info ul li dl dt,
.news_post ul.news li dl dt {
	width:100px;
}

.news ul li dl dt p {
    margin-right:2px;
	margin-left:5px;
    padding:3px 6px;
    border-radius:5px;
	display:inline-block;
	margin-bottom:3px;
	float:right;
}

.news ul li dl dt p.race {
    background:#60936e;
    color:#fff;
}

.news ul li dl dt p.result {
    background:#2b499d;
    color:#fff;
}

.news ul li dl dt p.guardian {
	background:#ffaacc;
    color:#fff;
}

.news ul li dl dt p.important {
    background:#f08125;
    color:#fff;
}

.news ul li dl dt p.info_news {
	background:#ff3d86;
    color:#fff;
}

.news ul.news li dl dd,
.page_post ul.news li dl dd {
	padding-left:156px;
	margin-bottom:0;
}

.news.info ul li dl dd,
.news_post ul.news li dl dd {
	padding-left:116px;
}

.news ul.news li dl dd p,
.page_post ul.news li dl dd p {
	margin-bottom:0;
}

.news ul li dl dd a,
.news ul li dl dt a,
.news ul li a {
	color: #1d2088;
	font-weight: bold;
	transition: .5s;
}

.news ul li dl dd a:hover,
.news ul li dl dt a:hover,
.news ul li a:hover {
	color: #e4007f;
	text-decoration: none;
}


.news ul li span.date {
    color:#999;
}

.news ul.important_news {
}

.news ul.important_news li {
    border-bottom:1px solid #e0e0e0;
    padding-bottom:6px;
}

.top_photo {
	background: #000;
	padding-top: 40px;
}

.top_movie {
    background:url(images/sns_back.jpg);
	background-position:center bottom;
	background-size:cover;
    padding-top:30px;
    padding-bottom:40px;
}

.top_movie h2 {
	padding-top: 30px;
    padding-bottom:20px;
	text-align: center;
	font-size: 22px;
}

.top_movie h3 {
	padding-top: 30px;
    padding-bottom:20px;
	text-align: center;
	font-size: 18px;
}

.top_movie ul {
    margin:0;
    padding:0;
    text-align:center;
}

.top_movie ul li {
    display:inline-block;
    margin-bottom:10px;
}

.top_movie ul li.twitter a {
    background:#000;
    padding:20px 30px 20px 30px;;
    text-align:center;
    color:#fff;
    position:relative;
    display:block;
    width:300px;
    transition:.5s;
    margin-top:60px;
}

.top_movie p {
    text-align:center;
}

.top_movie ul li.twitter a::before {
    position:absolute;
    content:'';
    width:30px;
    height:30px;
    background:url(images/x_logo-white.png);
    background-repeat:no-repeat;
    background-size:cover;
    top:-50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.top_movie ul li.insta a {
    background:#fff;
    border:1px solid #ea33bb;
    padding:20px 30px 20px 30px;;
    text-align:center;
    color:#000;
    position:relative;
    display:block;
    width:300px;
    transition:.5s;
    margin-top:60px;
}

.top_movie ul li.insta a::before {
    position:absolute;
    content:'';
    width:30px;
    height:30px;
    background:url(images/Instagram_logo.png);
    background-repeat:no-repeat;
    background-size:cover;
    top:-50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.top_movie ul li.twitter a:hover,
.top_movie ul li.insta a:hover {
    text-decoration:none;
    background:#e4007f;
    color:#fff;
}

/*
.top_movie ul li.insta a:hover::before {
    position:absolute;
    content:'';
    width:30px;
    height:30px;
    background:url(images/Instagram_white.png);
    background-repeat:no-repeat;
    background-size:cover;
    left:20px;
    top:17px;;
}
*/
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.top_photo h2 {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	margin-bottom: 20px;
	color:#fff;
	text-align:center;
}

.top_photo h3 {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	margin-bottom: 20px;
	color:#fff;
	text-align:center;
}

.top_photo ul {
    margin:0 0 40px 0;
    padding:0;
}

.top_photo ul li {
    width:50%;
    float:left;
}

.top_photo ul li img {
    width:100%;
    filter: grayscale(100%);
    transition:.5s;
}

.top_photo ul li img:hover {
    filter: grayscale(0%);
}

.top_company {
/*	background: url("images/top_navi_back.jpg");*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100%;
	background-position: center;
	padding-top: 30%;
	padding-bottom:40%;
	position: relative;
}

.top_company::before {
    content:"";
    display:block;
    position:fixed;
    top:5%;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-image:url("images/top_team_back.jpg");
    background-size: cover;
}

.top_company h3 {
	text-align: center;
	font-family: 'Klee One', cursive;
	color: #fff;
}

.top_company_title {
	background: #fff;
}

.top_company_title h2 {
	padding-top: 50px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 22px;
}

.top_company .banner_2 img {
	width: 60%;
}

.top_company .tojoin {
	background:rgba(255,255,255,0.8);
	padding:60px;
	margin-top:80px;
	border-radius:20px;
}

.footer {
	background: #fff;
	padding-top: 30px;
}

.footer ul {
	margin: 0;
	padding: 0 0 0 24px;
	border-left: #f29636 solid 13px;
}

.footer ul li {
	list-style: none;
	margin-bottom: 18px;
}

.footer ul li a {
	color: #000;
	transition: .5s;
}

.footer ul li a:hover {
	color: #e35b2b;
	text-decoration: none;
}

.footer img.footer_logo {
	width: 200px;
}

.footer p.copyright {
	text-align: center;
}

.copyright {
    background:#1d2088;
}

.copyright p {
    color:#fff;
    text-align:center;
}


/*  投稿  */
.page_post {
	padding-top: 5.5rem;
}

.news_post h1,
.page_post h1 {
	color: #333;
	font-size: 1.5rem;
	margin-bottom:1.75rem;
}

.page_post p.text {
	line-height:1.9rem;
}

.news_post {
	padding-top: 5.5rem;
	padding-bottom: 2.5rem;
	background: #fff;	
}

.news_post p img {
	max-width:100%;
	height:auto;
}

.news_post .post_data p {
	margin:0 0 5px;
	font-size:0.75rem;
	color:#666;
}


.blog_content ul li {
	margin-bottom:0.875rem;
}


.blog_content h2 {
	font-size:1.125rem;
	margin-bottom:18px;
	color: #5a5a5a;
}

.blog_content h2 strong {
	color:#e83e0b;
}

.blog_content hr {
	margin-top:10px;
	margin-bottom:20px;
}

.blog_content h3 {
	font-size:1.125rem;
	color:#333;
}

.blog_content h4 {
	color:#ec6a00;
	font-size:1.125rem;
}

.blog_content h5 {
	font-size:1rem;
	color:#333;
	font-weight:bold;
}

.blog_content ul.listype_01 li {
	list-style:none;
}

.blog_content ul.listype_02 li {
	list-style:decimal;
}

ul.news_list {
	margin:30px 0 0 0;
	padding:0;
}

ul.news_list li {
	margin-bottom:15px;
	list-style:none;
	border-bottom:1px solid #ededed;
	padding-bottom:6px;
}

ul.news_list li dl dd a{
	color:#1d2088;
	transition:.5s;
}

ul.news_list li dl dd a:hover {
	color:#e4007f;
	text-decoration:none;
	
}

.pagenation .page-numbers.current {
	background:#e4007f;
	color:#fff;
}

.pagenation .page-numbers {
	padding:10px;
}

.page_post ul.news,
.news_post ul.news {
	background:#fff;
}

.page_post ul.news li {

}


ul.pagination {
	justify-content: center;
}

ul.pagination li {
	padding:10px;
}

ul.pagination li a {
	background:#e4007f;
	color:#fff;
	display:block;
	padding:0 10px;
}

ul.pagination li.pre a,
ul.pagination li.next a {
	background:#fff;
	color:#e4007f;
	display:block;
	padding:0 10px;
}

ul.photo_top {
	margin:10px 0 30px;
	padding:0;
}

ul.photo_top li {
	width:100%;
	margin-bottom:15px;
	list-style:none;
}

ul.photo_top li a {
	display:block;
	background:#1d2088;
	padding:16px 30px;
	text-align:center;
	color:#fff;
	transition:.5s;
}

ul.photo_top li a:hover {
	text-decoration:none;
	background:#e4007f;
}

.page_post.team {
	background-image:url(images/team_header.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	padding-top:60%;
}

.page_post.team .team_header {
	padding-bottom:40px;
}

.page_post.team h1 {
	background:rgba(255,255,255,0.8);
	padding:15px;
}

.page_post.team h2.team_title {
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	font-style: normal;
	font-size:18px;
	background:#1d2088;
	padding:10px;
	color:#fff;
	line-height:1.6em;
}

.page_post.team h2.team_title span {
	font-weight: 800;
	font-size:26px;
}

.team_content {
	padding-top:40px;
}

.team_content.record {
	padding-top: 5.5rem;
	padding-bottom: 2.5rem;
	background: #fff;
}

.team_content h2.team_title_02 {
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	font-style: normal;
	font-size:18px;
	background:#e4007f;
	padding:10px;
	color:#fff;
	line-height:1.8em;

}

.team_content h2.team_title_02 span {
	font-weight: 800;
	font-size:26px;
}

.team_content h2.team_title_02 span strong {
	font-weight: 800;
	font-size:36px;
	color:#fff;
}


.page_post.team h2.team_title span {
	font-weight: 800;
	font-size:26px;
}


.page_post.team .team_concept {
	background:rgba(255,255,255,0.8);
	padding:15px;
	margin-bottom:20px;
}

.page_post.team .team_concept h3 {
	font-size:20px;
}

.team_content h4 {
	background:#ffedf7;
	padding:8px 15px;
	font-size:20px;
}


.team_content ul.overview,
.team_content ul.environment {
	margin:10px 0 0;
	padding:0;
}

.team_content ul.overview li,
.team_content ul.environment li {
	list-style:none;
	border-bottom:1px solid #dfdfdf;
	padding-bottom:6px;
	padding-top:12px;
}

.team_content ul.overview li dl,
.team_content ul.environment li dl {
	margin:0;
	padding:0;
}

.team_content ul.overview li dl dt {
	width:180px;
	float:left;
}

.team_content ul.overview li dl dd {
	padding-left:190px;
}

.team_content ul.environment li dl dt {
	width:130px;
	float:left;
}

.team_content ul.environment li dl dd {
	padding-left:140px;
}

.team_content h3 {
	border-bottom:1px solid #e4007f;
	padding-bottom:6px;
	font-size:22px;
}


.team_content .comment {
	background:#fff9e7;
	padding:15px;
	margin-top:15px;
}

.team_content p.link_03 {
	border:1px solid #e4007f;
	padding:14px;
	margin-top:15px;
}

.team_content p.link_03 a {
	background: #e4007f;
	padding: 8px 45px 8px 30px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	transition: .5s;
}

.team_content p.link_03 a:hover {
	background: #1d2088;
	text-decoration: none;
}

.team_content p.link_03 a i {
	position: relative;
	font-style: normal;
}

.team_content p.link_03 a i::before {
	position: absolute;
	display:block;
	content: '';
	width: 0;
	height: 0;
	top: 28%;
	right: -30px;
	box-sizing: border-box;
	border: 6px solid transparent;
	border-left: 16px solid #fff;
}

.team_content .tojoin {
	margin-top:80px;
	border:1px solid #00b900;
	padding:30px;
}

.team_content.record h2 {
	font-size:22px;
}

.news_post h4.ohter_news {
	font-size:18px;
	border-bottom:1px solid #dfdfdf;
	padding-bottom:5px;
	margin-bottom:15px;
}

/* 選手紹介　*/

ul.athlete_list {
	list-style:none;
	margin:10px 0 0;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	flex-wrap: wrap;
}

ul.athlete_list li {
	width:49%;
	float:left;
	margin-right:2%;
	margin-bottom:15px;
}

ul.athlete_list li:nth-child(2n+2){
	margin-right:0;
}

ul.athlete_list li img {
	width:100%;
	height:auto;
}

ul.athlete_list li ul.athlete_profile {
	margin:8px 0 0;
	padding:0;
}

ul.athlete_list li ul.athlete_profile li {
	width:100%;
	float:none;
	list-style:none;
	margin-bottom:0;
	font-size:14px;
}

ul.athlete_list li ul.athlete_profile li h3 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:4px;
}

ul.athlete_list li dl dt {
	position:relative;
}

ul.athlete_list li dl dt p.team_title {
	position:absolute;
	top:0;
	right:0;
	background:#e4007f;
	font-size:14px;
	padding:5px 10px;
	color:#fff;
}


ul.athlete_list li dl dt p.kinds {
	position:absolute;
	bottom:0;
	left:0;
	font-size:14px;
	padding:5px 10px;
	color:#fff;
	margin-bottom:0;
}

ul.athlete_list li dl dt p.kinds.long {
	background:#00a2ff;
}

ul.athlete_list li dl dt p.kinds.shot {
	background:#ffc600;
}

ul.athlete_list li dl dt p.kinds.walk {
	background:#00a10b;
}

@media (min-width: 768px) {
	.top_img .slider img {
        width: 100%;
    }

	.news_post,
	.page_post,
	.team_content.record {
		padding-top: 6rem;
	}

	.page_post .history h2 {
	margin-top:2.75rem;
	}
}

@media (min-width: 992px) {
	.navbar-toggler-2 {
        display: none;
    }
    
    ul.navbar-nav {
        display: flex;
        justify-content: flex-end;
        margin-top: 0;
    }
    
    ul.navbar-nav li {
        margin-left: 0;
        margin-bottom: 0;
        display: table;
        width: auto;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #000;
    }

    ul.navbar-nav li a {
        text-align: center;
        position: relative;
        padding-top: 62px;
        padding-bottom: 10px;
        font-weight: normal;
        line-height: 1.2em;
        color: #000;
        display: table-cell;
        vertical-align: middle;
    }
    
    .navbar-light .navbar-nav .nav-link:hover {
        color: #000;
    }
    ul.navbar-nav li a:hover {
        color: #f000;
    }

	.navbar-light .navbar-nav .show > .nav-link,
	.navbar-light .navbar-nav li.active > .nav-link,
	.navbar-light .navbar-nav .nav-link.show,
	.navbar-light .navbar-nav .nav-link.active {
		color:#e4007f;
		border-bottom:2px solid #e4007f;
		background:none;
	}
    
    .transform ul.navbar-nav li a {
        padding-top: 30px;
    }

    .site-header {
        background: rgba(255,255,255,0.8);
        display: flex;
        padding: 0 20px 0 20px;
        position: fixed;
        justify-content: space-between;
        transition: .5s;
        width: 100%;
        width: 100%;
    }

    .site-header.transform {
        background: rgba(255,255,255,0.8);
        padding: 0 20px 0 20px;
    }
    
    .site-header .navbar-brand {
        padding-top: 6px;
    }
    
    .site-header .navbar-brand img {
        width: 220px;
        transition: .5s;
    }

    .site-header.transform .navbar-brand img {
        width: 160px;
    }
	
    .top_img .slider .slide_text h3 {
        font-size:34px;
        margin-bottom:50px;
    }

    .top_img .slider .slide_text p {
        font-size:26px;
    }
	
	
.top_img .slider img.main_img_pc {
    display:block;
}

.top_img .slider img.main_img_sm {
    display:none;
}

.top_img .slider .slide_text {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color:#fff;
    width:100%;
	background-color: rgba(0,0,0,0.3);
	height:100%;
}
	
	.top_img .top_title {
        bottom: 0;
        /*width: 420px;*/
		right: calc(10% + 50px);
    }
    
    .top_img .top_title h2 {
        font-size: 28px;
        line-height: 1.4em;
        padding:15px 30px 15px 60px;
    }
    
    .top_img .top_title h2::before {
        width:40px;
        height:40px;
        top:16px;
    }
	
	.top_img .top_title ul  {
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.top_img .top_title ul li {
			font-size: 28px
	}
	
	.top_img_bottom {
		padding: 20px 30px;
	}
	
	.top_img_bottom h3 {
		font-size: 22px;
	}
	
	p.link a {
		padding: 12px 65px 12px 40px;
		display: inline-block;
		color: #fff;
		font-size: 20px;
	}

	p.link a i::before {
		position: absolute;
		display:block;
		content: '';
		width: 0;
		height: 0;
		top: 32%;
		right: -40px;
		box-sizing: border-box;
		border: 6px solid transparent;
		border-left: 16px solid #fff;
	}
	
	.news {
		padding-top: 40px;
		padding-bottom: 50px;
	}
	
	.news h2 {
		padding-top: 50px;
		font-size: 26px;
	}


	.news ul.news li,
	.page_post ul.news li {
		width:100%;
		margin-right:0;
	}
	

	.news ul li dl dt,
	.page_post ul.news li dl dt {
		float: left;
		width: 140px;
	}
	
	.news ul li dl dd
	.page_post ul.news li dl dd {
		margin-left: auto;
	}
	
	
	.top_photo h2 {
		font-size: 26px;
		font-weight: bold;
		position: relative;
	}
	
	.top_photo p span {
		font-weight: bold;
		font-size: 19px;
	}
	
	.top_company_title h2 {
		font-size: 26px;
	}

	.top_movie {
		background-position:center center;
		padding-bottom:60px;
}
	
	.top_movie ul li {
        margin-right:20px;
        margin-left:20px;
    }

	ul.athlete_list li {
		width:32.6%;
		float:left;
		margin-right:1.1%;
		margin-bottom:15px;
	}

	ul.athlete_list li:nth-child(2n+2){
		margin-right:1.1%;
	}
	ul.athlete_list li:nth-child(3n+3){
		margin-right:0;
	}

	ul.athlete_list li ul.athlete_profile li {	
		font-size:16px;
	}

	.page_post.team .team_concept h3 {
		font-size:24px;
	}

	.team_content h3 {
		font-size:26px;
	}

	.team_content h4 {
		font-size:22px;
	}
	
	.team_content.record h2 {
		font-size:28px;
	}
}

@media (min-width: 1260px) {
	ul.navbar-nav li.nav-item.navi_01 a,
	ul.navbar-nav li.nav-item.navi_02 a {
        padding-left: 25px;
		padding-right: 25px;
		font-size: 17px;
    }
	
	.step_box {
		background: url("images/step_line.svg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: 50px -60px;
	}
}