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

.pc,nav{
	display:none !important;
}

.anchor{
    display: block;
    width: 100%;
    height: 0;
    margin: 0;
    float: left;
    clear: both;
}

*{
	margin:0;
	padding:0;
}

html{
	height:100%;
}

body{
    font-family:"Yu Gothic medium", "游ゴシック medium", YuGothic, "游ゴシック体", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ",Meiryo, "sans-serif"; 
	font-weight: 300;
	width:100%;
	height:100%;
	margin:0;
	background-color: #000;
    animation: fadeIn 0.8s ease 0s 1 normal;
    -webkit-animation: fadeIn 0.8s ease 0s 1 normal;
}

/*アニメーション要素のスタイル*/
.fade{
	opacity : 0;
	visibility: hidden;
    transition: 1.0s;
    transition-delay: 0.2s;
	transform: translateY(80px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

img{
	display: block;
	max-width: 100%;
	height: auto;
	border:0;
	border-style:none;
}

a{
	word-break: break-all !important;
}

a img {
	border:0;
    border-style:none;
}

main{
	display: block;
	width: 100%;
	float: left;
	clear: both;
}

header ul {
	list-style:none;
}

header{
	display: block;
	position: fixed;
	width: 100%;
	height: 60px;
	margin: 0 !important;
	background-image: url("../images/header_bg.svg");
	background-size: cover;
	top:0;
	z-index: 20;
    transition: 0.3s;
}

footer{
	display: block;
	width: 100%;
    color: #fff;
    background-color: #000;
    padding: 100px 0 0 0;
	margin: 0 0 0 0;
	float: left;
	clear: both;
}
#secondary footer{
	border-top:solid 1px #fff;
}
.profile_page footer{
	border-top: none !important;
}

/*movie*/
#toppage #topimg_area {
  position: relative;
  width: 100%;
  /*width: 85%;
  max-width: 1440px;*/
  height: auto;
  margin: 60px auto 0 auto;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  float: none;
  clear: both;
}
#toppage #topimg {
  position: relative;
  width: 100%;
}
#toppage #topimg video {
  width: 100%;
}

/*header*/
header .block{
    display: flex;
    width: 90%;
	justify-content: space-between;
    margin: 0 auto 0 auto;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    clear: both;
	overflow: visible;
}

#logo a{
    display: block;
    text-decoration: none;
    width: 160px;
    height: 50px;
    z-index: 1011 !important;
	margin-top: 12px;
    transition: 0.3s;
}
#logo a:hover{
    filter:alpha(opacity=45);
    -moz-opacity: 0.45;
    opacity: 0.45;
    transition: 0.3s;
}

nav{
    display: block;
    width: calc(100% - 280px);
	overflow: visible;
}

header.fixed{
	height: 60px !important;
    transition: 0.4s;
}

header.fixed #logo a{
    display: block;
    text-decoration: none;
    width: 160px;
    height: 50px;
    z-index: 1011 !important;
	margin-top: 12px;
    transition: 0.3s;
}

#copyright{
	display: block;
	width:100%;
    text-align: center !important;
	font-size:0.7rem;
    color: #fff !important;
	padding: 0;
	margin:0 auto 40px auto !important;
	float: left;
	clear: both;
}

/*footer*/
footer .block{
    display: block;
    width: 90%;
    margin: 0 5% 0 5%;
    float: left;
    clear: both;
}

#footer_logo a{
    display: block;
	width: 120px;
    height: auto;
	margin: 0 auto 0 auto;
    transition: 0.2s;
}
#footer_logo a:hover{
    filter:alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: 0.50;
    transition: 0.3s;
}
#footer_navi{
	display: none !important;
}
#company_info{
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	margin-bottom: 50px;
	float: left;
	clear: both;
}
#company_info #address{
	display: block;
	color: #fff;
	font-size: 0.9rem;
	line-height: 160%;
	font-feature-settings: 'palt';
	letter-spacing: 0.5px;
}

#company_name{
	display: block;
	color: #fff;
	font-size: 0.9rem;
	line-height: 160% !important;
	font-feature-settings: 'palt';
	letter-spacing: 1px;
	margin: 25px 0;
}
#company_name strong{
	font-size: 0.95rem;
}


.totop{
    display: block;
    position: fixed;
    width: 35px;
    height: 35px;
    right: 15px !important;
    bottom:30px;
    z-index: 30;
}
.totop a{
    display: block;
    background-color: #fff;
	border: solid 1px #fff;
    transition: 0.3s;
}
.totop a:hover{
    display: block;
    background-color: #cca57e;
    transition: 0.2s;
}

#toppage section{
	display: block;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	float: none;
	clear: both;
}

/*top news*/
.top_news_area{
	display: block;
	width: 90%;
	padding: 50px 0 50px 0;
	margin: 0 auto;
}
.title_top_news{
	display: block;
	/*width: 280px;
	height: 155px;*/
	width: 30%;
	max-width: 238px; /*85%*/
	height: auto;
	margin: 0 auto;
}
.top_news{
	display: block;
	width: 100%;
	color: #fff;
	line-height: 160%;
	font-feature-settings: 'palt';
	letter-spacing: 0.5px;
	padding: 0;
	margin: 30px auto 20px auto !important;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	float: none;
	clear: both;
}
.top_news a{
	color: #fff;
	text-decoration: none;
}
.top_news a:hover{
	color: #cca57e;
}
.top_news dt{
	display: block;
	width: 100%;
	font-size: 0.8rem;
	margin-bottom: 5px;
	float: left;
}
.top_news dd{
	display: block;
	width: 100%;
	font-size: 0.9rem;
	margin-bottom: 20px;
	float: left;
}
.top_news dd span{
	margin-right: 10px;
}

.more_news a{
	display: block;
	text-decoration: none;
	width: 160px;
	font-size: 1.0rem;
	color: #000;
	text-align: center;
	background-color: #fff;
	padding: 10px 0 8px 0;
	margin: 0 auto 0 auto;
	float: none;
	clear: both;
	transition: 0.2s;
}
.more_news a:hover{
	background-color: #cca57e;
	transition: 0.2s;
}

/*BURN YOUR SPIRIT*/
.top_spirit_area{
	display: block;
	width: 100%;
	color: #000;
	background-color: #cca57e;
	/*padding: 75px 0 55px 0;*/
	padding: 50px 0 50px 0;
	float: left;
	clear: both;
}
.top_spirit_area article{
	display: block;
	width: 90%;
	margin: 0 auto;
}
.title_top_spirit{
	display: block;
	/*width: 865px;
	height: 85px;*/
	width: 90%;
	max-width: 735px;
	height: auto;
	margin: 0 auto 40px auto;
}

.top_spirit_area p{
	font-size: 1.0rem;
	line-height: 160%;
	text-align: justify;
	font-feature-settings: 'palt';
	letter-spacing: 0.5px;
	margin-bottom: 20px;
}
.top_spirit_area p strong{
	display: block;
	width: 100%;
	text-align: center !important;
	font-size: 1.2rem;
	line-height: 150%;
	letter-spacing: 1.0px !important;
	text-align: justify;
}
.right{
	text-align: right !important;
}


/*OUR BUSINESS*/
.top_business_area{
	display: block;
	width: 100%;
	color: #000;
	padding: 50px 0 50px 0;
	float: left;
	clear: both;
}
.title_top_business{
	display: block;
	/*width: 680px;
	height:155px;*/
	width: 80%;
	max-width: 578px;
	height:auto;
	margin: 0 auto 40px auto;
}
.business_list{
	display: block;
	width: 100%;
	justify-content: space-between;
	color: #cca57e;
	padding: 50px 0 0 0;
	margin: 0 auto;
	background-image: url("../images/business_list_bg.svg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	float: left;
	clear: both;
}
.business_list li{
	display: inline-block;
	width: calc(90% - 6px);
	padding: 30px 0 25px 0;
	margin: 0 5% 20px 5%;
	border: solid 3px #cca57e;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	float: left;
	clear: both;
}
.business_list li h3{
	display: block;
	font-family: Arial, Helvetica, "sans-serif" !important;
	width: 100%;
	text-align: center !important;
	font-size: 1.5rem !important;
	line-height: 130%;
	color: #fff;
	margin-bottom: 15px;
}
.business_list li h3 span{
	display: inline-block;
	width: 110%;
	transform: scale(0.85, 1.0);
	margin: 0 -5% !important;
}
.business_list li p{
	display: block;
	width: calc(100% - 60px);
	text-align: justify;
	font-size: 1.0rem;
	line-height: 160%;
	margin: 0 30px;
}
.business_list li p strong{
	display: block;
	width: 100%;
	text-align: center !important;
	font-size: 1.15rem !important;
	line-height: 140%;
	margin-bottom: 30px;
}
.business_list li img{
	display: block;
	width: 70px;
	height: 70px;
	margin: 0 auto 10px auto;
}

#title_area{
	position: relative;
	width: 100%;
	height: auto;
	margin: 60px auto 0 auto;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	float: none;
	clear: both;
}

/*company pforile*/
.title_profile{
	display: block;
	width: 80%;
	max-width: 885px;
	height: auto;
	margin: 50px auto 50px auto;
}
.table_profile{
	display: block;
	width: 90%;
	max-width: 880px;
	color: #fff;
	font-feature-settings: 'palt';
	letter-spacing: 0.5px;
	text-align: left;
	margin:  0 auto 50px auto;
}
.table_profile th{
	display: block;
	width: calc(100% - 20px);
	font-size: 1.0rem;
	line-height: 180%;
	font-weight: normal;
	padding: 5px 10px;
	margin-bottom: 10px;
	background-color: #222;
	float: left;
	clear: both;
}
.table_profile td{
	display: block;
	width: calc(100% - 20px);
	font-size: 0.9rem;
	line-height: 180%;
	padding: 5px 10px;
	margin-bottom: 35px;
}
.table_profile a{
	color: #fff;
}
.table_profile a:hover{
	text-decoration: none;
}

/*company partner*/
.title_partner{
	display: block;
	width: 80%;
	max-width: 865px;
	height: auto;
	margin: 30px auto 50px auto;
}
.lead_partner{
	display: block;
	width: 90%;
	text-align: left;
	font-size: 1.2rem;
	color: #fff;
	margin: 0 auto 60px auto;
}

.partner_list_area{
	display: block;
	width: 100%;
	min-height: 200px;
	float: left;
	clear: both;
}
.partner_list_area article{
	display: block;
	width: 90%;
	max-width: 1190px;
	padding: 0;
	margin: 0 auto 50px auto;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	float: none;
	clear: both;
}

.partner_list_icon{
	display: block;
	width: 20%;
	margin-left: 3%;
	float: left;
}
.partner_list_icon img{
	display: block;
	width: 85%;
	max-width: 120px;
	height: auto;
	float: left;
}
.partner_list_area article ul{
	display: flex;
	width: 76%;
	justify-content: space-between;
	flex-wrap: wrap;
	float: right;
}
.partner_list_area article ul li{
	display: block;
	width: 46%;
	color: #fff;
	font-size: 1.0rem;
	line-height: 130%;
	margin-left: 2%;
	margin-bottom: 50px;
}
.partner_list_area article ul li a{
	text-decoration: none !important;
	color: #fff;
	transition: 0.3s;
}
.partner_list_area article ul li a:hover{
	text-decoration: none !important;
	color: #cca57e;
	transition: 0.2s;
}
.partner_list_area article ul li a:hover>img{
	opacity: 0.5;
	transition: 0.2s;
}
.partner_list_area article ul li span{
	display: block;
	width: 100%;
	font-size: 0.7rem;
	line-height: 150% !important;
	font-feature-settings: 'palt';
	letter-spacing: 0.5px;
	margin-top: 10px !important;
	float: left;
	clear: both;
}
.partner_list_area article ul li img{
	display: block;
	width: 97%;
	max-width: 300px;
	height: auto;
	margin-bottom: 20px;
}
.partner_list_area .remarks{
	display: block;
	width: 74%;
	color: #fff;
	font-size: 0.8rem;
	margin-top: 10px;
	float: right;
	clear: both;
}

/*partner single*/
.partner_single_area{
	display: block;
	width: 100%;
	min-height: 200px;
	margin: 50px 0 0 0;
	float: left;
	clear: both;
}
.partner_single_area article{
	display: table;
	width: 90%;
	height: 100%;
	max-width: 840px;
	padding: 0;
	margin: 0 auto 50px auto;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	float: none;
	clear: both;
}
.title_partner_single{
	display: block;
	width: 90%;
	max-width: 1000px;
	margin: 50px auto 0 auto;
}
.title_partner_single img{
	display: block;
	width: 80px;
	height: auto;
}

.partner_single_left_column{
	display: block;
	width: 100%;
	height: auto;
	float: left;
	clear: both;
}
.partner_single_photo{
	display: block;
	position: relative;
	width: 100%;
	/*height: 50%;*/
	height: auto;
	float: left;
	clear: both;
}
.partner_single_photo img{
	display: block;
	position: relative;
	width: 70%;
	height: auto;
	margin: 0 15% 20px 15%;
}
.contact_bt2{
	display: block;
	width: 50%;
	/*height: 50% !important;*/
	height: auto;
	pointer-events: none;
	align-items: flex-start;
	margin: 0 25% 30px 25%;
	float: left;
	clear: both;
}
.contact_bt2 a{
	display: block;
	width: 100% !important;
	height: auto !important;
}
.contact_bt2 img{
	display: block;
	width: 100% !important;
	margin-bottom: 25px;
	pointer-events: all;
	transition: 0.2s;
}
.contact_bt2 img:hover{
	opacity: 0.5;
	transition: 0.2s;
}


.partner_single_right_column{
	display: block;
	width: 100%;
	height: auto;
	color: #fff;
	float: left;
	clear: both;
}

.athlete_name{
	display: block;
	width: 100%;
	font-size: 2.0rem;
	line-height: 130%;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px !important;
	margin: 0 0 50px 0;
	float: left;
	clear: both;
}
.athlete_name span{
	display: block;
	width: 100%;
	font-size: 1.1rem;
	font-feature-settings: 'palt';
	letter-spacing: 0.5px;
	margin: 3px 0 0 0;
	float: left;
	clear: both;
}
.partner_single_right_column .text2{
	font-size: 0.9rem;
	line-height: 200% !important;
	font-feature-settings: 'palt';
	letter-spacing: 1px;
	text-align: justify;
	margin: 0 0 80px 0;
}
.partner_single_right_column .text2{
	font-size: 0.9rem;
	line-height: 200% !important;
	font-feature-settings: 'palt';
	letter-spacing: 1px;
	text-align: justify;
	margin: 80px 0 80px 0 !important;
}
.partner_single_right_column .text{
	font-size: 1.05rem;
	line-height: 190%;
}
.partner_single_right_column .text p{
	text-align: justify;
	margin-bottom: 20px;
}
.partner_single_right_column .text2 p{
	margin-bottom: 5px;
}
.strong_profile strong{
	display: block;
	width: 100%;
	font-size: 1.15rem !important;
	font-weight: normal !important;
	margin-bottom: 30px !important;
	float: left;
	clear: both;
}
.strong_profile2 strong{
	display: block;
	width: 100%;
	font-size: 1.15rem !important;
	font-weight: normal !important;
	margin-bottom: 25px;
	float: left;
	clear: both;
}
.cv{
	display: block;
	width: 100%;
	font-size: 1.15rem !important;
	margin-bottom: 25px;
	float: left;
	clear: both;
}
.cv dt{
	display: block;
	width: 100px;
	margin-bottom: 15px;
	float: left;
}
.cv dd{
	display: block;
	width: calc(100% - 100px);
	margin-bottom: 15px;
	float: left;
}

.cv2{
	display: table;
	width: 100%;
	font-size: 0.9rem !important;
	letter-spacing: 0 !important;
	margin-bottom: 20px;
	float: left;
	clear: both;
}
.cv2 dt{
	display: table-cell;
	width: 100px;
	margin-bottom: 15px;
	float: left;
}
.cv2 dd{
	display: table-cell;
	width: calc(100% - 100px);
	margin-bottom: 15px;
	float: left;
}

.cv3{
	display: table;
	width: 100%;
	font-size: 0.9rem !important;
	letter-spacing: 0 !important;
	margin-bottom: 20px;
	float: left;
	clear: both;
}
.cv3 dt{
	display: table-cell;
	width: 30%;
	padding-right: 20px;
	margin-bottom: 15px;
	float: left;
}
.cv3 dd{
	display: table-cell;
	width: calc(70% - 20px);
	margin-bottom: 15px;
	float: left;
}

.partner_single_right_column .icon{
	display: flex;
	width: 108%;
	list-style: none;
	flex-wrap:wrap !important;
	overflow: visible;
	border-top: solid 1px #cca57e;
	margin: 70px 0 0 0;
	padding: 45px 0 0 0;
	float: left;
	clear: both;
}
.partner_single_right_column .icon li{
	display: block;
	width: 12.5%;
	height: 50px;
	margin-right: 7.5%;
	margin-bottom: 40px;
}
.partner_single_right_column .icon li a>img{
	transition: 0.2s;
}
.partner_single_right_column .icon li a:hover>img{
	opacity: 0.5;
	transition: 0.2s;
}

/*news list*/
#news_list_area{
	display: block;
	width: 100%;
	margin: 100px 0 0 0;
	float: left;
	clear: both;
}
.title_news_list{
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: normal;
	padding: 0 0 50px 0;
	margin: 0 auto 0 auto;
}
#news_list_area .news_list{
	display: block;
	width: 90%;
	max-width: 1090px;
	color: #fff;
	padding: 0;
	margin: 0 auto 100px auto;
	overflow: auto;
	overflow-x: visible;
	overflow-y: visible;
	float: none;
	clear: both;
	list-style: none;
}
#news_list_area .news_list li{
	display: block;
	width: 100%;
	margin-bottom: 20px;
	float: left;
	clear: both;
}
#news_list_area .news_list a{
	text-decoration: none;
	color: #fff !important;
}
#news_list_area .news_list a:hover{
	color: #cca57e !important;
}
#news_list_area .news_list li a{
	font-size: 0.9rem;
	line-height: 150%;
	letter-spacing: 0.5px;
}
#news_list_area .news_list li .thumbnail{
	display: block;
	width: 90px;
	height: auto;
	margin-right: 30px;
	float: left;
}
#news_list_area .news_list li img{
	display: block;
	width: 60px;
	height: auto;
	float: right;
}
.topic{
	display: inline;
	max-width: calc(100% - 120px);
	float: left;
}
.date{
	display: inline-block;
	width: 100%;
	clear: both;
}
.name{
	margin-right: 10px;
}

/*#news_list_area .news_list li:nth-child(1)*/

#news_list_area .news_list .news1{
	margin-top: 0 !important;
}

#news_list_area .news_list .news1{
	img{
		width: 90px !important;
		margin-bottom: 30px;
	}
	a{
		font-size: 1.2rem !important;
		font-feature-settings: 'palt';
		letter-spacing: 0.5px;
	}
	.topic{
		margin-top: 0 !important;
	}
	.date{
		display: block;
		width: 100%;
		font-size: 1.0rem;
		margin-bottom: 0;
		clear: both;
	}
}


/*news single*/
#news_single_area{
	display: block;
	width: 100%;
	margin: 100px 0 0 0;
	float: left;
	clear: both;
}
.title_news_single{
	display: block;
	width: 90% !important;
	height: auto;
	text-align: left;
	color: #fff;
	font-size: 1.6rem;
	font-weight: normal;
	font-feature-settings: 'palt';
	letter-spacing: 0.5px;
	padding: 0 0 0 0;
	margin: 0 5% 30px 5%;
}
.title_news_single span{
	font-size: 0.9rem;
}
.listmenu{
	display: none;
}
#news_single_area article{
	display: block;
	width: 90%;
	max-width: 950px;
	color: #fff;
	font-size: 1.0rem;
	line-height: 160%;
	letter-spacing: 0.5px;
	padding: 0 5%;
	margin: 0 auto 50px auto;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	float: none;
	clear: both;
}
#news_single_area article p{
	margin-bottom: 30px;
}

#news_single_area article a{
	color: #cca57e;
}
#news_single_area article a:hover{
	color: #fff;
	text-decoration: none;
}

.to_list a{
	display: block;
	text-decoration: none;
	width: 150px;
	font-size: 1.0rem;
	color: #000;
	text-align: center;
	background-color: #fff;
	padding: 10px 0 8px 0;
	margin: 0 auto 50px auto;
	float: none;
	clear: both;
	transition: 0.2s;
}
.to_list a:hover{
	background-color: #cca57e;
	transition: 0.2s;
}


/*contact*/
#contact_area{
	display: block;
	width: 100%;
	min-height: 200px;
	margin: 100px 0 0 0;
	float: left;
	clear: both;
}
.title_contact{
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0 auto 40px auto;
}
#contact_area article{
	display: block;
	width: 90%;
	max-width: 950px;
	min-height: 200px;
	color: #fff;
	font-size: 1.0rem;
	line-height: 160%;
	letter-spacing: 0.5px;
	margin: 0 auto 50px auto;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	float: none;
	clear: both;
}
#contact_area article p{
	margin-bottom: 20px;
}
#contact_area article label{
	color: #fff;
}
#contact_area article hr{
	display: block;
	width: 100%;
	height: 50px;
	border: none;
	border-top:solid 1px #888;
	margin: 30px 0 0 0;
	float: left;
	clear: both;
}

#contact_area article a{
	color: #cca57e;
}
#contact_area article a:hover{
	color: #fff;
	text-decoration: none;
}


/* pager */
.pager{
	display:block;
	width:100%;
	height:100px;
	text-align:center;
	font-size:1.25rem;
	margin:50px 0 0 0;
	float:left;
	clear:both;
}

a.page-numbers,
.pager .current{
	display: inline-block;
	width: 36px;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	padding:8px 0 7px 0;
	margin:0 3px;
    background-color: #fff;
	border: solid 1px #fff;
}
.pager .current{
	color:#fff;
	background-color: #000;
	border: solid 1px #fff;
}
.pager a{
	color:#000;
	transition: 0.2s;
}
.pager a:hover{
	color:#000;
	background-color: #cca57e;
	border: solid 1px #cca57e;
	transition: 0.2s;
}

/* メディアファイルレイアウト */
..alignnone{
	display: inline;
	float:none !important;
	clear: both;
	margin-bottom: 20px;
}
.alignleft{
	display: inline;
	float:left !important;
	margin:0 20px 20px 0;
}

.alignright{
	display: inline;
	float:right !important; 
	margin:0 0 20px 20px;
}

.aligncenter{
	display:block;
	margin:0 auto 20px auto;
	float:none;
	clear:both;
}

/*profile*/
.ceo{
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 1.1rem;
	line-height: 200%;
	letter-spacing: 1px;
	margin-bottom: 30px;
	float: left;
	clear: both;
}
.ceo span{
	font-size: 1.4rem;
	font-weight: 500 !important;
}