@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: Barlow Semi Condensed, Source Sans Pro, Arial, sans-serif, Helvetica Neue, source sans pro, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

@media screen and (max-width: 768px) {
.Sp_dis {
	display: none;
}
}

@media screen and (min-width: 769px) {
.Pc_dis {
	display: none;
}
}
.font_y {
	color: #ffe136;
}
.font_r {
	color: #ff0000;
	font-weight: 700;
}
.font_red {
	color: #ff0000;
}
.font_b {
	color: #21a7ea;
}
.pointer {
	cursor: pointer;
}
.opacity_5 {
	opacity: 0.5;
}
h2 {
	max-width: 400px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
h2 {
	width: 52%;
}
}
h2 img {
	width: 100%;
}
/*ヘッダー*/
header {
	width: 100%;
	position: fixed;
	z-index: 9999;
	background-color: #fff;
	padding-top: 0.5%;
}

@media screen and (max-width: 768px) {
header {
	position: relative;
}
}
#header_wrap {
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#header_wrap #logo {
	width: 15%;
}

@media screen and (max-width: 768px) {
#header_wrap #logo {
	width: 26%;
}
}
#header_wrap #logo img {
	width: 100%;
	vertical-align: bottom;
}
#header_wrap h1 {
	margin: 0;
	padding: 0;
}
#header_wrap #menu {
	width: 60%;
	padding: 1.2% 0 0;
}
#header_wrap #menu ul {
	display: flex;
	justify-content: space-around;
	padding: 0;
	margin: 0;
}

#header_wrap #menu ul li {
    width: 12.5%;
    list-style: none;
    font-size: 0.7em;
    letter-spacing: -0.14em;
    font-weight: 700;
    line-height: 1.3em;
    text-align: center;
    color: #999;
    white-space: nowrap;
}

@media screen and (min-width: 1071px) {
    #header_wrap #menu ul li {
        font-size: 0.85em;
        letter-spacing: normal;
    }
}

#header_wrap #menu ul li a {
	text-decoration: none;
	color: #000;
	transition: all 1s ease-out;
}
#header_wrap #menu ul li a:hover {
	opacity: 0.5;
}

#header_wrap #sns {
	width: 20%;
}
#header_wrap #sns img {
	width: 25%;
	vertical-align: bottom;
}
#header_wrap #sns a:hover {
	transition: all 1s ease-out;
	opacity: 0.5;
}
/*メインビジュアル*/
.slider {
	width: 100%;
	margin: 0;
	padding: 0;
}
.slider img {
	width: 100%;
	vertical-align: bottom;
}
.slider li {
	margin: 0;
	padding: 0;
}
/*コンテンツ*/
/*プロジェクトバナー*/
#project_banner_wrap{
	max-width: 800px;
	margin: 0 auto;
	padding: 2% 0 0;
}
#project_banner_wrap img{
	width: 100%;
}
/*お知らせ*/
#news_wrap {
	width: 100%;
	padding: 2% 0 3%;
}
#news {
	max-width: 1250px;
	margin: 0 auto;
	text-align: center;
}
#news_contents {
	width: 70%;
	margin: 1.5% auto 0;
	padding: 1.5% 2%;
	height: 160px;
	overflow-y: scroll;
	text-align: left;
}

@media screen and (max-width: 768px) {
#news_contents {
	width: 90%;
}
}
#news_contents p {
	font-size: 1em;
	line-height: 1.3em;
}

@media screen and (max-width: 768px) {
#news_contents p {
	font-size: 0.85em;
}
}
#news_contents p a {
	font-size: 1em;
	color: #2ec8d9;
}
/*チェックは見えなくする*/
#news_wrap input {
	display: none;
}
#faq_wrap input {
	display: none;
}
/*中身を非表示にしておく*/
.hidden_show {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
	text-align: left;
	color: #4668b8;
}
/*クリックで中身表示*/
input:checked ~ .hidden_show {
	padding: 3px 0 10px;
	height: auto;
	opacity: 1;
}
#archive_wrap {
	text-align: right;
}
/*活動内容*/
#act_wrap {
	background-color: #fafafa;
	padding: 3.5% 0;
}
#act_coment {
	width: 60%;
	margin: 0 auto;
	padding: 1%;
}

@media screen and (max-width: 768px) {
#act_coment {
	width: 95%;
}
}
#act_coment p {
	font-size: 0.95em;
	line-height: 1.5em;
}

@media screen and (max-width: 768px) {
#act_coment p {
	font-size: 0.85em;
}
}
#act_coment ul li {
	font-size: 0.95em;
	line-height: 1.8em;
}

@media screen and (max-width: 768px) {
#act_coment ul li {
	font-size: 0.85em;
}
}
#act1 {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
}

@media screen and (max-width: 768px) {
#act1 {
	width: 95%;
	display: block;
}
}
#challenge_img {
	width: 50%
}

@media screen and (max-width: 768px) {
#challenge_img {
	width: 100%
}
}
#challenge_img img {
	width: 100%;
	vertical-align: bottom;
	height: 100%;
	object-fit: cover;
}
#challenge_content {
	width: 44%;
	padding: 2.5% 3% 3%;
	background-color: #ffe136;
}

@media screen and (max-width: 768px) {
#challenge_content {
	width: 94%;
}
}
#challenge_content > p:nth-of-type(2) {
	text-align: center;
	font-weight: bold;
	margin: 3.3% auto 0;
}
#challenge_title {
	max-width: 400px;
	margin: 0 auto;
	padding: 1%;
}
#challenge_title h3 {
	padding: 1.5% 1% 1%;
}
#challenge_title h3 img {
	width: 100%;
}
#challenge_content p {
	font-size: 0.95em;
	line-height: 1.5em;
}

@media screen and (max-width: 870px) {
#challenge_content p {
	line-height: 1.2em;
	margin: 0 0 1%;
}
#challenge_content > p:nth-of-type(2) {
	text-align: center;
	font-weight: bold;
	margin: 2.5% auto 1%;
}
}

@media screen and (max-width: 768px) {
#challenge_content p {
	font-size: 0.9em;
}
}
/*会員募集ボタン*/

.member_button {
	margin: 0 auto;
	text-align: center;
	transition: all 1s ease-out;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}
.member_button > p {
	background-color: #fff;
	margin: 2% auto 0;
	text-align: center;
	transition: all 1s ease-out;
	border: 1px solid #000000;
	/* width: 32%; */
	width: 48%;
}
@media screen and (max-width: 1080px) {
.member_button {
	width: 90%;
}
.member_button > p {
	width: 100%;

}
}
.member_button > p:hover {
	background-color: #3697ff;
}

.member_button a {
	width: 100%;
	display: block;
	text-decoration: none;
	color: #000;
	letter-spacing: 0.1em;
	padding: 2.5% 2% 0;
	font-size: 0.9em;
}

@media screen and (max-width: 768px) {
.member_button a {
	font-size: 12px;
	padding: 4% 0 2% 0;
}
.member_button p {
	margin: 2% auto;
}
}
/*その他活動*/
#act_other_wrap {
	max-width: 1300px;
	margin: 3% auto 0;
	display: flex;
	justify-content: flex-start;
}

@media screen and (max-width: 768px) {
#act_other_wrap {
	width: 95%;
	display: block;
}
}
.act_other {
	width: 31%;
	padding: 0 1%;
}

@media screen and (max-width: 768px) {
.act_other {
	width: 95%;
	margin: 1% auto 3%;
}
}
.act_other figure {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.act_other figure img {
	max-width: 350px;
	width: 100%;
	transition: all 0.7s ease-out;
}

@media screen and (max-width: 768px) {
.act_other figure img {
	max-width: none;
	width: 70%;
}
}
.act_other figure img:hover {
	opacity: 0.3;
}
.act_other figure figcaption {
	width: 70%;
	padding: 0.5% 0 0;
	margin: 0 auto 3%;
	font-size: 1.05em;
	font-weight: 700;
	line-height: 1.3em;
}
.act_other figure figcaption img {
	max-width: 350px;
	width: 100%;
}

@media screen and (max-width: 768px) {
.act_other figure figcaption {
	width: 98%;
	font-size: 0.85em
}
}
.act_other figure figcaption a {
	text-decoration: none;
	color: #000;
}
.act_other_coment p {
	width: 94%;
	margin: 0 auto;
	padding: 2% 3%;
	text-align: left;
}

@media screen and (max-width: 768px) {
.act_other_coment p {
	width: 95%;
}
}
.act_other_coment p a {
	margin: 0;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.5em;
	text-decoration: none;
	color: #333;
}

@media screen and (max-width: 768px) {
.act_other_coment p a {
	font-size: 0.85em;
	line-height: 1.2em;
	font-weight: 500;
}
}
/*イベント*/
#event_wrap {
	background-color: #fafafa;
	padding: 3.5% 0;
	margin-top: 3%;
}
#event_wrap h3 {
	font-size: 1.8em;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-align: center;
}

@media screen and (max-width: 768px) {
#event_wrap h3 {
	font-size: 1.2em;
}
}
#event_wrap h3 a {
	text-decoration: none;
	color: #000;
}
#event_coment {
	/* width: 60%; */
	margin: 0 auto;
	width: 100%;
    max-width: 800px;
	padding: 1%;
}

@media screen and (max-width: 768px) {
#event_coment {
	width: 95%;
}
}
#event_coment p {
	font-size: 0.95em;
	line-height: 1.5em;
}

@media screen and (max-width: 768px) {
#event_coment p {
	font-size: 0.85em;
}
}
#event_coment p a {
	color: #000;
}
#schedule_wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0.5% 0;
	background-color: #f2f2f2;
}
#schedule {
	max-width: 900px;
	margin: 0 auto 1%;
	overflow-y: scroll;
	height: 180px;
}

@media screen and (max-width: 768px) {
#schedule {
	width: 95%;
}
}
#schedule dt {
	color: #fff;
	width: 20%;
	background-color: #000;
	font-weight: 700;
	display: block;
	margin-bottom: 1%;
	text-align: center;
	padding: 0.5% 0 0;
	font-size: 0.9em;
}

@media screen and (max-width: 768px) {
#schedule dt {
	width: 50%;
	font-size: 0.8em;
}
}
#schedule dd {
	text-align: left;
	margin-bottom: 1%;
	font-size: 0.85em;
	font-weight: 700;
	color: #000;
}

@media screen and (max-width: 768px) {
#schedule dd {
	font-size: 0.8em;
	margin-bottom: 3%;
	line-height: 1.3em;
	margin-left: 0;
	font-weight: 500;
}
}
#schedule dd a {
	font-weight: 700;
	color: #ff0000;
}
.event {
	max-width: 1300px;
	margin: 0 auto 3%;
	display: flex;
	justify-content: flex-start;
}

@media screen and (max-width: 768px) {
.event {
	width: 95%;
	display: block;
}
}
.event_content {
	width: 23%;
	padding: 0 1%;
}

@media screen and (max-width: 768px) {
.event_content {
	width: 100%;
	margin-bottom: 3%;
}
}
.event_content figure {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.event_content figure img {
	max-width: 300px;
	width: 100%;
	transition: all 0.7s ease-out;
}

@media screen and (max-width: 768px) {
.event_content figure img {
	max-width: 450px;
}
}
.event_content figure img:hover {
	opacity: 0.3;
}
.event_content figure figcaption {
	width: 90%;
	margin: 0 auto 3%;
	text-align: center;
	padding: 4% 0.5% 1.3% 0;
	font-size: 0.9em;
	font-weight: 700;
	border-radius: 15px;
	color: #fff;
	background-color: #ff5436;
}
.event_content > figure > a {text-decoration: none;}

@media screen and (max-width: 768px) {
.event_content figure figcaption {
	padding: 2% 0 1% 0;
	font-size: 0.85em;
}
}
.date_button2,
.date_button {
	width: 80%;
	margin: 2% auto;
	text-align: center;
	font-size: 0.95em;
}

@media screen and (max-width: 768px) {
.date_button2,
.date_button {
	width: 50%;
}
}

.date_button2 > p,
.date_button p {
	margin: 0;
	font-weight: 700;
	font-size: 0.9em;
}

@media screen and (max-width: 768px) {
.date_button2 > p,
.date_button p {
	font-size: 0.85em;
}
}
.date_button2 > p,
.date_button p a {
	padding: 4% 2% 1%;
	text-decoration: none;
	display: block;
	border: 1px solid #000;
	color: #000;
}
.event_coment2 p,
.event_coment p {
	margin: 0;
	font-size: 1.1em;
	font-weight: 700;
	line-height: 1.5em;
	text-align: left;
}

@media screen and (max-width: 768px) {
    .event_coment2 p,
    .event_coment p {
        font-size: 0.85em;
        line-height: 1.2em;
    }
}

.event_coment2 p,
.event_coment p a {
	padding: 3% 5%;
	text-decoration: none;
	display: block;
	color: #000;
}
/*プロフィール*/
#about_wrap {
	padding: 3.5% 0;
	margin-top: 3%;
}
#about {
	max-width: 1200px;
	margin: 3% auto 0;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
#about {
	width: 95%;
	display: block;
}
}
#about h3 {
	width: 100%;
	text-align: center;
	font-size: 1.5em;
	font-weight: 700;
	margin: 0 0 8% 0;
	padding: 2% 1% 1.5%;
	/*background-color: #00a2ff;*/
	background-image: url(../images/about_title_back.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #fff;
}

@media screen and (max-width: 768px) {
#about h3 {
	font-size: 1.2em;
}
}
#about_associate {
	width: 42%;
	padding: 4%;
	background-image: url(../images/about_back.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0% bottom;
}

@media screen and (max-width: 768px) {
#about_associate {
	width: 92%;
	background-size: cover;
}
}
#about_associate dt {
	font-size: 0.95em;
	float: left;
	font-weight: 700;
	color: #fff;
}

@media screen and (max-width: 768px) {
#about_associate dt {
	font-size: 0.8em;
}
}
#about_associate dd {
	font-size: 0.9em;
	margin-bottom: 3%;
	margin-left: 25%;
	color: #fff;
}

@media screen and (max-width: 768px) {
#about_associate dd {
	font-size: 0.8em;
}
}
#about_associate dd a {
	color: #fff;
	text-decoration: none;
}
#about_kato {
	width: 42%;
	padding: 4%;
	background-image: url(../images/about_back2.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0% bottom;
}

@media screen and (max-width: 768px) {
#about_kato {
	width: 92%;
	background-size: cover;
}
}
#about_kato dl {
	padding-bottom: 1%;
}
#about_kato dt {
	font-size: 0.95em;
	float: left;
	font-weight: 700;
	color: #fff;
}

@media screen and (max-width: 768px) {
#about_kato dt {
	font-size: 0.8em;
}
}
#about_kato dd {
	font-size: 0.9em;
	margin-bottom: 3%;
	margin-left: 25%;
	color: #fff;
}

@media screen and (max-width: 768px) {
#about_kato dd {
	font-size: 0.8em;
	line-height: 1.3em;
}
}
#about_kato dd img {
	max-width: 30px;
	width: 100%;
}
#about_kato dd dl {
	padding-bottom: 0.95%;
}
#about_kato dd dl dt {
	font-size: 0.95em;
	font-weight: 500;
}

@media screen and (max-width: 768px) {
#about_kato dd dl dt {
	font-size: 0.9em;
}
}
#about_kato dd dl dd {
	font-size: 0.95em;
	margin-left: 25%;
}

@media screen and (max-width: 768px) {
#about_kato dd dl dd {
	font-size: 0.9em;
}
}
#about figure {
	width: 98%;
	margin: 0;
	text-align: center;
	padding: 2% 1%;
}
#about figure img {
	max-width: 200px;
	width: 100%;
}
#about figure figcaption {
	margin: 0;
	padding: 1%;
	font-weight: 700;
	color: #fff;
}
#about figure p {
	font-size: 0.85em;
	text-align: left;
	padding: 0 1%;
	color: #fff;
}

@media screen and (max-width: 768px) {
#about figure p {
	font-size: 0.8em;
}
}
/*グッズ*/
#goods_wrap {
	background-color: #fafafa;
	padding: 3.5% 0;
	margin-top: 3%;
	background-image: url(../images/goods_back_img.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#goods_coment {
	width: 60%;
	margin: 0 auto;
	padding: 1%;
}

@media screen and (max-width: 768px) {
#goods_coment {
	width: 95%;
}
}
#goods_coment p {
	font-size: 0.95em;
	line-height: 1.5em;
}

@media screen and (max-width: 768px) {
#goods_coment p {
	font-size: 0.85em;
}
}
#goods {
	max-width: 900px;
	margin: 0 auto 3%;
	display: flex;
	justify-content: space-between
}
.item {
	width: 32%;
}
.item img {
	width: 100%;
	vertical-align: bottom;
	transition: all 0.7s ease-out;
}
.item img:hover {
	opacity: 0.8;
}
#onlineshop_banner {
	max-width: 380px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
#onlineshop_banner {
	width: 49%;
}
}
#onlineshop_banner img {
	width: 100%;
	transition: all 0.7s ease-out;
}
#onlineshop_banner img:hover {
	opacity: 0.5;
}
/*パートナーズー*/
#partners_wrap {
	background-color: #ffe136;
	padding: 3.5% 0;
	margin-top: 3%;/*
	background-image: url(../images/partners_back_img.png);
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
*/
}
#partners_coment {
	width: 60%;
	margin: 0 auto;
	padding: 1%;
}

@media screen and (max-width: 768px) {
#partners_coment {
	width: 95%;
}
}
#partners_coment p {
	font-size: 0.95em;
	line-height: 1.5em;
}

@media screen and (max-width: 768px) {
#partners_coment p {
	font-size: 0.85em;
}
}
.partners_list {
	max-width: 1200px;
	margin: 3% auto 3%;
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 768px) {
.partners_list {
	width: 95%;
	display: block;
}
}
.partners {
	width: 18%;
	border: 1px solid #CCC;
	background-color: #fff;
	text-align: center;
	padding: 3.5% 0 3%;
}

@media screen and (max-width: 768px) {
.partners {
	width: 100%;
}
}
.partners img {
	max-width: 170px;
	width: 100%;
}
.partners p {
	font-size: 0.85em;
	font-weight: 700;
	margin: 0;
}
.partners p a {
	color: #000;
	text-decoration: none;
}
/*協力アスリート*/
#joint_wrap {
	width: 100%;
	padding: 3.5% 0;
	background-color: #2ec8d9;
}
#joint {
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	margin: 3% auto 0;
}

@media screen and (max-width: 768px) {
#joint {
	width: 95%;
}
}
#joint figure {
	width: 30%;
	margin: 0;
	color: #fff;
}
#joint figure img {
	width: 100%;
}
#joint figure figcaption {
	margin: 0;
	padding: 3% 1%;
	font-size: 1em;
	font-weight: 700;
	text-align: center;
}
#joint figure p {
	font-size: 0.8em;
	color: #fff;
}
#joint figure p a {
	color: #fff;
}
/*フッター*/
footer {
	width: 96%;
	background-color: #000;
	text-align: center;
	padding: 2%;
	background-image: url(../images/footer_back_logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
footer p {
	font-size: 0.9em;
	color: #fff;
	margin: 0;
}

@media screen and (max-width: 768px) {
footer p {
	font-size: 0.8em;
}
}
footer p a {
	font-size: 0.9em;
	color: #fff;
	margin: 0;
}

@media screen and (max-width: 768px) {
footer p a {
	font-size: 0.8em;
}
}
footer img {
	max-width: 30px;
	width: 100%;
	padding-top: 0.5%;
}
#sns_footer {
	max-width: 280px;
	margin: 0 auto;
	padding: 1% 1% 0;
}
#sns_footer img {
	width: 25%;
}

/*詳細はこちらボタン*/
.andmore_button2,
.andmore_button {
	width: 55%;
	background-color: #ff9e36;
	margin: 5% auto 0 auto;
	padding: 0;
	text-align: center;
	transition: all 1s ease-out;
}

@media screen and (max-width: 768px) {
    .andmore_button2,
    .andmore_button {
        width: 65%;
    }
}

.andmore_button2:hover,
.andmore_button:hover {
	background-color: #36daff;
}
.andmore_button2 > p,
.andmore_button p {
	margin: 0;
	font-weight: 700;
}
.andmore_button2 > p,
.andmore_button a {
	width: 100%;
	display: block;
	text-decoration: none;
	color: #fff;
	letter-spacing: 0.1em;
	padding: 4% 0 2%;
	font-size: 0.9em;
}

@media screen and (max-width: 768px) {
.andmore_button a {
	font-size: 12px;
	font-weight: 700;
	padding: 3% 0 2% 0;
}
}
/*トップお問い合わせボタン*/
.contact_button3 {
	width: 55%;
	background-color: #2ec8d9;
	margin: 5% auto 0 auto;
	padding: 0;
	text-align: center;
	transition: all 1s ease-out;
}

@media screen and (max-width: 768px) {
.contact_button3 {
	width: 65%;
}
}
.contact_button3:hover {
	background-color: #ffe136;
}
.contact_button3 p {
	margin: 0;
	font-weight: 700;
}
.contact_button3 a {
	width: 100%;
	display: block;
	text-decoration: none;
	color: #fff;
	letter-spacing: 0.1em;
	padding: 4% 0 2%;
	font-size: 0.9em;
}

@media screen and (max-width: 768px) {
.contact_button3 a {
	font-size: 12px;
	font-weight: 700;
	padding: 3% 0 2% 0;
}
}
/*その他お問い合わせボタン*/
.contact_button_wrap {
	width: 100%;
	padding: 1% 0;
}
.contact_button_wrap2 {
	max-width: 1000px;
	margin: 0 auto;
	padding: 1% 0;
}
.contact_button {
	width: 50%;
	background-color: #2ec8d9;
	margin: 5% auto 0 auto;
	padding: 0;
	text-align: center;
	transition: all 1s ease-out;
}

@media screen and (max-width: 768px) {
.contact_button {
	width: 90%;
}
}
.contact_button:hover {
	background-color: #ffe136;
}
.contact_button p {
	margin: 0;
	font-weight: 100;
}
.contact_button a {
	width: 100%;
	display: block;
	text-decoration: none;
	color: #fff;
	letter-spacing: 0.1em;
	padding: 4% 1% 2%;
	font-size: 0.95em;
	font-weight: 700;
}

@media screen and (max-width: 768px) {
.contact_button a {
	font-size: 12px;
	padding: 3% 0 2% 0;
}
}
/*フッター*/
footer {
	width: 96%;
	margin: 0 auto;
	background-color: #000;
	text-align: center;
	padding: 2%;
}
footer p {
	font-size: 0.9em;
	color: #fff;
	margin: 0;
	vertical-align: bottom;
}
/*ページトップボタン*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

@media screen and (max-width: 768px) {
#page-top {
	bottom: 80px;
	right: 10px;
}
}
#page-top a:hover {
	opacity: 0.8;
}
