@charset "UTF-8";
/* CSS Document */
header h1 a{color:#4D4D4D;text-decoration: none;display: block}
header h1 a:hover{color:#E2E2E2;}

@media screen and (min-width:1051px) {
    header{width:100%;margin: 0 auto 0px auto;padding:20px 0;background: black}
  header h1{width:90%; margin: 0 auto;padding: 0;font-size: 25px;letter-spacing: 2px}
	
  .content { position: relative;}
	main #title_image{height: 300px;margin:0 auto;padding: 0px 0;background: url("../img/2nd_title_image_2.jpg") no-repeat;background-position: 50% 50%;background-size: cover}
	main #title_image::before{content:'';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: url("../img/2nd_title_paint.png") no-repeat;background-position: 0% 20%;background-size: cover }
  
  main.golf #title_image {
    height: 300px;margin:0 auto;padding: 0px 0;background: url("../img/2nd_title_image_golf.jpg") no-repeat;background-position: 50% 50%;background-size: cover
  }
  
  main.athle #title_image {
    height: 300px;margin:0 auto;padding: 0px 0;background: url("../img/2nd_title_image_ath.jpg") no-repeat;background-position: 50% 70%;background-size: cover
  }
  .content .leftAnime_2nd {
    position: absolute;top:40%;left: 5%;transform: translateY(-50%);width: 38%;
  }
  
	.content .leftAnime_2nd h2{width:100%;margin: 0 auto;padding: 0;color:white;font-size:55px;letter-spacing: 2px}
	.content .leftAnime_2nd p {
    width: 90%;
    margin: 0;
    padding: 0;
    color:white;
    font-size: 16px;
    letter-spacing: 2px;
    text-indent: 1em;
  }
  
  /*ゴルフページ用*/
  .golf .content .leftAnime_2nd {
    width: 15%;
  }
  
  /*陸上ページ用*/
  .athle .content .leftAnime_2nd {
    width: 22%;
  }
	
	#competition #support_member{background: black;padding:80px 0 80px 0}
	#competition #support_member h3{ margin: 0 auto;padding: 0;color:white;font-size:35px;letter-spacing: 2px;text-align: center}
	#competition #support_member h4{position: relative;width:180px; margin:50px auto 30px auto;padding:30px 0 0 0;}
	#competition #support_member h4 img{width: 100%}
	#competition #support_member h4::before{content:'supported by';position: absolute;top: 0;left: 0;width: 100%;color:#4D4D4D;font-size: 12px;letter-spacing: 0px;text-align: center}
	
	#competition #support_member .list_left{width: 1000px;margin:0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
	#competition #support_member .list_left::before{  content:"";  display: block;  width:23%;  order:1;/*flex要素の間隔均等と左寄せを両立させるために入れる*/}
	#competition #support_member .list_left::after{  content:"";  display: block;  width:23%;/*flex要素の間隔均等と左寄せを両立させるために入れる*/}	
	#competition #support_member .list_left .member {  position: relative;  width:23%;  height:213px; margin-bottom: 20px; overflow: hidden;transform:skewX(-15deg);}
	#competition #support_member .list_left .member a{ position: absolute;  width: 100%;  height: 100%;  top: 0;  left: 0; display: block;z-index: 3}
	#competition #support_member .list_left .member figure{  margin: 0;  padding: 0;z-index: 1;}
	#competition #support_member .list_left .member figure img {object-fit: cover;object-position: 0 30px;  width: 100%;  height: 100%;transform:skewX(15deg) scale(2.0); transition: .3s ease-in-out;}
	#competition #support_member .list_left .member .curtain{  position: absolute;  width: 100%;  height: 100%;  top: 0;  left: 0;  background-color: rgba(0,0,0,0.7);transform:translateX(0px) scale(2.1); transition: .2s ease-in-out;}
	#competition #support_member .list_left .member .name{  position: absolute;bottom: 30px;  left: 20px;font-size: 18px; margin: 0; padding: 0;color: white;transform:skewX(15deg) ;z-index: 2}
	#competition #support_member .list_left .member .name span{display:block;font-size: 14px; }
	#competition #support_member .list_left .member:hover figure img {transform:skewX(15deg) scale(2.1);}
	#competition #support_member .list_left .member:hover .curtain{ background-color: rgba(0,0,0,0.1);transform:translateX(-320px); }	
  
  /*================= golf用 ==================*/
  #competition #support_member .list_left.list_center {
    justify-content: center;
  }
    /*左寄せするために入れてた擬似要素を削除して中央寄せに*/
  #competition #support_member .list_left.list_center::before,
  #competition #support_member .list_left.list_center::after {
    content: none;
  }
  
  #competition #support_member .list_left.list_center .member {
    margin: 0 15px;
  }
  
  
	/*#profile全体*/
  #profile {
    background-color: #000;
    color: #fff; 
  }
  
  #profile h3,
  #profile h4 {
    margin-top: 0;
    margin-bottom: 0;
  }
  /*============================= スライド ========================*/
  /*スライド*/
  #profile .splide {
    width: 600px;
    height: 800px;
    margin: 90px auto 0;
  }

  #profile .splide__slide img {
    width: 600px;
    height: 800px;
    object-fit: cover;
  }
  /*ページネーション*/
  #profile .profile-page {
    border-radius: 0;
    width: 50px;
    height: 1px;
    background: #808080;
  }

  #profile .profile-page.is-active {
    background: #fff;
    margin-left: 7px;
    margin-right: 7px;
    opacity: 1;
  }

  #profile .profile-pagination {
    bottom: -1.4em;
  }

  #profile .profile-pagination li:nth-of-type(2) {
    margin-left: 7px;
    margin-right: 7px;

  }

  /*============================= コンテンツ ========================*/
  #profile .profile__box {
    max-width: 800px;
    margin: 0 auto;
  }

  /*============ ロゴと名前部分 =============*/
  #profile .box__main {
    text-align: center;
  }

  /*logo上の文字*/
  #profile .box__logo-p {
    font-size: 12px;
    color: #949494;
    font-weight: 700;
    line-height: 1.75;
    padding: 56px 0 12px;
  }

  /*logo*/
  #profile .box__logo img {
    width: 160px;
    padding: 0 10px;
  }
  
  #profile .box__logo.two img {
    width: 140px;
    padding: 0 10px;
  }


  /*名前*/
  #profile .box__name {
    padding: 20px 0 62px;
  }

  #profile .box__name-jp {
    font-size: 36px;
    letter-spacing: 0.2em;
    font-weight: 700;
  }

  #profile .box__name-en {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 700;
  }

  /*============ 詳細部分 =============*/
  /*box全体*/
  #profile .box__meta {
    border-top: 1px solid rgba(199,199,199,.2);
    padding: 40px 0 90px;
  }

  /*タイトル*/
  #profile .box__title {
    font-size: 30px;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }

  /*テキスト*/
  #profile .box__text {
    font-size: 14px;
    line-height: 2.57;
    margin: 0.8em 0 2.2em;
  }

  /*ボタン*/
  #profile .box__btn {
    display: inline-block;
    width: 130px;
    font-size: 16px;
    background: #fff;
    color: #000;
    padding: 5px 0px;
    text-align: center;
    letter-spacing: 0.01em;
    text-decoration: none;
    transition: all .5s;
  }

  #profile .box__btn:hover {
    background: #7d7d7d;
  }
}

@media screen and (min-width:701px) and (max-width:1050px) {
	header{width:100%;margin: 0 auto 0px auto;padding:20px 0;background: black}
    header h1{width:90%; margin: 0 auto;padding: 0;color:#4D4D4D;font-size: 25px;letter-spacing: 2px}
	
  .content { position: relative;}
	main #title_image{position: relative;height: 300px;margin:0 auto;padding: 0px 0;background: url("../img/2nd_title_image.jpg") no-repeat;background-position: 50% 50%;background-size: cover}
	main #title_image::before{content:'';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: url("../img/2nd_title_paint.png") no-repeat;background-position: 50% 50%;background-size: cover }
  
  main.golf #title_image {
    height: 300px;margin:0 auto;padding: 0px 0;background: url("../img/2nd_title_image_golf.jpg") no-repeat;background-position: 50% 50%;background-size: cover
  }
  
  main.athle #title_image {
    height: 300px;margin:0 auto;padding: 0px 0;background: url("../img/2nd_title_image_ath.jpg") no-repeat;background-position: 50% 70%;background-size: cover
  }
  
  .content .leftAnime_2nd {
    position: absolute;top:40%;left: 5%;transform: translateY(-50%);width: 50%;
  }
  
	.content .leftAnime_2nd h2{width:100%;margin: 0 auto;padding: 0;color:white;font-size:55px;letter-spacing: 2px}
	.content .leftAnime_2nd p {
    width: 90%;
    margin: 0;
    padding: 0;
    color:white;
    font-size: 16px;
    letter-spacing: 2px;
    text-indent: 1em;
  }
  
  /*ゴルフページ用*/
  .golf .content .leftAnime_2nd {
    width: 20%;
  }
  
  /*陸上ページ用*/
  .athle .content .leftAnime_2nd {
    width: 35%;
  }
  
	
	#competition #support_member{background: black;padding:80px 0 80px 0}
	#competition #support_member h3{ margin: 0 auto 50px auto;padding: 0;color:white;font-size:35px;letter-spacing: 2px;text-align: center}
	#competition #support_member h4{position: relative;width:180px; margin:50px auto 30px auto;padding:30px 0 0 0;}
	#competition #support_member h4 img{width: 100%}
	#competition #support_member h4::before{content:'supported by';position: absolute;top: 0;left: 0;width: 100%;color:#4D4D4D;font-size: 12px;letter-spacing: 0px;text-align: center}
	
	#competition #support_member .list_left{max-width: 1000px;margin:0 8%;display: flex;flex-wrap: wrap;justify-content: space-between;}
/*	#competition #support_member .list_left::before{  content:"";  display: block;  width:31%;  order:1;flex要素の間隔均等と左寄せを両立させるために入れる}*/
	#competition #support_member .list_left::after{  content:"";  display: block; width:31%;/*flex要素の間隔均等と左寄せを両立させるために入れる*/}	
	#competition #support_member .list_left .member {  position: relative;  width:31%;  height:213px; margin-bottom: 20px; overflow: hidden;transform:skewX(-15deg);}
	#competition #support_member .list_left .member a{ position: absolute;  width: 100%;  height: 100%;  top: 0;  left: 0; display: block;z-index: 3}
	#competition #support_member .list_left .member figure{  margin: 0;  padding: 0;z-index: 1;}
	#competition #support_member .list_left .member figure img {object-fit: cover; object-position: 0 30px; width: 100%;  height: 100%;transform:skewX(15deg) scale(2.0); transition: .3s ease-in-out;}
	#competition #support_member .list_left .member .curtain{  position: absolute;  width: 100%;  height: 100%;  top: 0;  left: 0;  background-color: rgba(0,0,0,0.7);transform:translateX(0px) scale(2.1); transition: .2s ease-in-out;}
	#competition #support_member .list_left .member .name{  position: absolute;bottom: 30px;  left: 20px;font-size: 16px; margin: 0; padding: 0;color: white;transform:skewX(15deg) ;z-index: 2}
	#competition #support_member .list_left .member .name span{display:block;font-size: 13px; }
	#competition #support_member .list_left .member:hover figure img {transform:skewX(15deg) scale(2.1);}
	#competition #support_member .list_left .member:hover .curtain{ background-color: rgba(0,0,0,0.1);transform:translateX(-320px); }	
  
  /*================= golf用 ==================*/
  #competition #support_member .list_left.list_center {
    justify-content: center;
  }
    /*左寄せするために入れてた擬似要素を削除して中央寄せに*/
  #competition #support_member .list_left.list_center::before,
  #competition #support_member .list_left.list_center::after {
    content: none;
  }
  
  #competition #support_member .list_left.list_center .member {
    margin: 0 12px;
  }
	
	/*#profile全体*/
  #profile {
    background-color: #000;
    color: #fff; 
  }
  #profile h3,
  #profile h4 {
    margin-top: 0;
    margin-bottom: 0;
  }
  /*============================= スライド ========================*/
  /*スライド*/
  #profile .splide {
    width: 500px;
    height: 700px;
    margin: 90px auto 0;
  }

  #profile .splide__slide img {
    width: 500px;
    height: 700px;
    object-fit: cover;
  }
  /*ページネーション*/
  #profile .profile-page {
    border-radius: 0;
    width: 50px;
    height: 1px;
    background: #808080;
  }

  #profile .profile-page.is-active {
    background: #fff;
    margin-left: 7px;
    margin-right: 7px;
    opacity: 1;
  }

  #profile .profile-pagination {
    bottom: -1.7em;
  }

  #profile .profile-pagination li:nth-of-type(2) {
    margin-left: 7px;
    margin-right: 7px;

  }

  /*============================= コンテンツ ========================*/
  #profile .profile__box {
    max-width: 700px;
    margin: 0 auto;
  }

  /*============ ロゴと名前部分 =============*/
  #profile .box__main {
    text-align: center;
  }

  /*logo上の文字*/
  #profile .box__logo-p {
    font-size: 12px;
    color: #949494;
    font-weight: 700;
    line-height: 1.75;
    padding: 65px 0 12px;
  }

  /*logo*/
  #profile .box__logo img {
    width: 160px;
  }

  #profile .box__logo.two img {
    width: 140px;
    padding: 0 10px;
  }

  /*名前*/
  #profile .box__name {
    padding: 20px 0 62px;
  }

  #profile .box__name-jp {
    font-size: 36px;
    letter-spacing: 0.2em;
    font-weight: 700;
  }

  #profile .box__name-en {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 700;
  }

  /*============ 詳細部分 =============*/
  /*box全体*/
  #profile .box__meta {
    border-top: 1px solid rgba(199,199,199,.2);
    padding: 40px 0 90px;
  }

  /*タイトル*/
  #profile .box__title {
    font-size: 30px;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }

  /*テキスト*/
  #profile .box__text {
    font-size: 14px;
    line-height: 2.5;
    margin: 0.8em 0 2.2em;
  }

  /*ボタン*/
  #profile .box__btn {
    display: inline-block;
    width: 130px;
    font-size: 16px;
    background: #fff;
    color: #000;
    padding: 5px 0px;
    text-align: center;
    letter-spacing: 0.01em;
    text-decoration: none;
    transition: all .5s;
  }

  #profile .box__btn:hover {
    background: #7d7d7d;
  }
}

@media screen and (max-width:700px) {
	header{width:100%;margin: 0 auto 0px auto;padding:15px 0;background: black}
	header h1{width:90%; margin: 0 auto;padding: 0;color:#4D4D4D;font-size: 20px;letter-spacing:0px}
	
  .content { position: relative;}
	main #title_image{position: relative;height: 140px;margin:0 auto;padding: 0px 0;background: url("../img/2nd_title_image.jpg") no-repeat;background-position: 50% 50%;background-size: cover}
	main #title_image::before{content:'';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: url("../img/2nd_title_paint.png") no-repeat;background-position: 50% 50%;background-size: cover }
  
  main.golf #title_image {
    height: 140px;margin:0 auto;padding: 0px 0;background: url("../img/2nd_title_image_golf.jpg") no-repeat;background-position: 50% 50%;background-size: cover;
  }
  
  main.athle #title_image {
    height: 140px;margin:0 auto;padding: 0px 0;background: url("../img/2nd_title_image_ath.jpg") no-repeat;background-position: 50% 70%;background-size: cover;
  }
  
  .content .leftAnime_2nd {
    position: absolute;top:40%;left: 5%;transform: translateY(-50%);width: 70%;
  }
  
	.content .leftAnime_2nd h2{width:100%;margin: 0 auto;padding: 0;color:white;font-size:35px;letter-spacing: 2px}
	.content .leftAnime_2nd p {
    width: 90%;
    margin: 0;
    padding: 0;
    color:white;
    font-size: 13px;
    letter-spacing: 1px;
    text-indent: 1em;
  }
  
  /*ゴルフページ用*/
  .golf .content .leftAnime_2nd {
    width: 35%;
  }
  
  /*陸上ページ用*/
  .athle .content .leftAnime_2nd {
    width: 65%;
  }
	
	#competition #support_member{background: black;padding:30px 0 30px 0}
	#competition #support_member h3{ margin: 0 auto 20px auto;padding: 0;color:white;font-size:25px;letter-spacing:1px;text-align: center}
	#competition #support_member h4{position: relative;width:150px; margin:0 auto 20px auto;padding:30px 0 0 0;}
	#competition #support_member h4 img{width: 100%}
	#competition #support_member h4::before{content:'supported by';position: absolute;top: 0;left: 0;width: 100%;color:#4D4D4D;font-size: 12px;letter-spacing: 0px;text-align: center}
	
	#competition #support_member .list_left{max-width: 1000px;margin:0 10%;display: flex;flex-wrap: wrap;/*justify-content: space-around;*/justify-content: space-between;}
  #competition #support_member .list_left:first-of-type {    margin-bottom: 60px;  }
/*	#competition #support_member .list_left::before{  content:"";  display: block;  width:23%;  order:1;flex要素の間隔均等と左寄せを両立させるために入れる}*/
/*	#competition #support_member .list_left::after{  content:"";  display: block;  width:23%;flex要素の間隔均等と左寄せを両立させるために入れる}	*/
	#competition #support_member .list_left .member {  position: relative;  width:46%;  height:135px; margin-bottom: 13px; overflow: hidden;transform:skewX(-15deg);}
	#competition #support_member .list_left .member a{ position: absolute;  width: 100%;  height: 100%;  top: 0;  left: 0; display: block;z-index: 3}
	#competition #support_member .list_left .member figure{  margin: 0;  padding: 0;z-index: 1;}
	#competition #support_member .list_left .member figure img {object-fit: cover; object-position: 0 20px; width: 100%;  height: 100%;transform:skewX(15deg) scale(2.0); transition: .3s ease-in-out;}
	#competition #support_member .list_left .member .curtain{  position: absolute;  width: 100%;  height: 100%;  top: 0;  left: 0;  background-color: rgba(0,0,0,0.7);transform:translateX(0px) scale(2.1); transition: .2s ease-in-out;}
	#competition #support_member .list_left .member .name{  position: absolute;bottom: 10px;  left: 20px;font-size: 14px; margin: 0; padding: 0;color: white;transform:skewX(15deg) ;z-index: 2}
	#competition #support_member .list_left .member .name span{display:block;font-size: 11px; }
	#competition #support_member .list_left .member:hover figure img {transform:skewX(15deg) scale(2.1);}
	#competition #support_member .list_left .member:hover .curtain{ background-color: rgba(0,0,0,0.1);transform:translateX(-320px); }	
  
	
	  /*#profile全体*/
  #profile {
    background-color: #000;
    color: #fff; 
  }
  #profile h3,
  #profile h4 {
    margin-top: 0;
    margin-bottom: 0;
  }
  /*============================= スライド ========================*/
  /*スライド*/
  #profile .splide {
    width: 80%;
    height: auto;
    margin: 50px auto 0;
  }

  #profile .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /*ページネーション*/
  #profile .profile-page {
    border-radius: 0;
    width: 30px;
    height: 1px;
    background: #808080;
  }

  #profile .profile-page.is-active {
    background: #fff;
    margin-left: 7px;
    margin-right: 7px;
    opacity: 1;
  }

  #profile .profile-pagination {
    bottom: -1.3em;
  }

  #profile .profile-pagination li:nth-of-type(2) {
    margin-left: 3px;
    margin-right: 3px;

  }

  /*============================= コンテンツ ========================*/
  #profile .profile__box {
    max-width: 800px;
    margin: 0 auto;
  }

  /*============ ロゴと名前部分 =============*/
  #profile .box__main {
    text-align: center;
  }

  /*logo上の文字*/
  #profile .box__logo-p {
    font-size: 12px;
    color: #949494;
    font-weight: 700;
    line-height: 1.75;
    padding: 56px 0 12px;
  }

  /*logo*/
  #profile .box__logo img {
    width: 120px;
  }

  #profile .box__logo.two img {
    width: 100px;
    padding: 0 10px;
  }

  /*名前*/
  #profile .box__name {
    padding: 20px 0 32px;
  }

  #profile .box__name-jp {
    font-size: 26px;
    letter-spacing: 0.2em;
    font-weight: 700;
  }

  #profile .box__name-en {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 700;
  }

  /*============ 詳細部分 =============*/
  /*box全体*/
  #profile .box__meta {
    border-top: 1px solid rgba(199,199,199,.2);
    padding: 20px 0 50px;
    margin: 0 5%;
  }

  /*タイトル*/
  #profile .box__title {
    font-size: 26px;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }

  /*テキスト*/
  #profile .box__text {
    font-size: 13px;
    line-height: 2;
    margin: 0.8em 0 2.2em;
  }

  /*ボタン*/
  #profile .box__btn {
    display: inline-block;
    width: 130px;
    font-size: 16px;
    background: #fff;
    color: #000;
    padding: 5px 0px;
    text-align: center;
    letter-spacing: 0.01em;
    text-decoration: none;
    transition: all .5s;
  }

  #profile .box__btn:hover {
    background: #7d7d7d;
  }
}