@charset "UTF-8";

/*
#000000 キーカラー
#3E3A39 文字用グレー
#F5F5F5 うすいグレー
#6d6d6d デザイン要素グレー

#7c7cac 文字パープル
#a4a7cb 背景パープル
#fffce7 黄色
#aacee1 水色
*/


/* --------- SP --------- */
@media only screen and (max-width: 600px) {

/* 改行設定 */
.onlyPC{
  display: none;
}
.onlyTAB{
  display: none;
}
.onlySP{
  display: block;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* TOPimg */

/* ローディング */

.loader {
  border: 4px solid #7c7cac;
  border-top: 4px solid #a4a7cb;
  width: 40px;
  height: 40px;
}

.loader_p{
  margin-top: 13px;
  font-size: 11.5px;
}

/*-------------------------------------------*/
/* 動画 */

.video-area{
  top:0;
  bottom:0;
  left:0;
  right: 0;
  overflow: hidden;
}

/* 動画に載せる文字 */

.toptext p{
  font-size: 20px;
}

.toptext p span{
  font-size: 23px;
}

.toptext img{
  width: 130px;
}


/* エントリーボタン */

.Btn{
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  letter-spacing: 0.2em;
}

.Btn-Text:after {
  right: 12px;
}

.Btn-Text:hover:after {
  right: 7px;
}


/* スクロールした後のエントリーボタン */

#scroll_up {
	bottom: calc(3%);
	left: calc(50% - 250px/2);
  width: 250px; 
  height: 50px;            
  line-height: 1.1em;
  border-radius: 25px;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  }
  
  #scroll_up span {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  
  #scroll_up a {
    font-size: 15px;
    letter-spacing: 0.15em;
    padding-top: 4px;
  }
  
  #scroll_up a:before {
    right: 18px;
  }
  
  
  #scroll_up:hover a:before {
    right: 10px;
  }
  

/*-------------------------------------------*/
/* ヘッダー */


header {
  height: 210px;
}


.header_box{
  bottom:3px;
}

h1{
  width: 150px;
  left: 25px;
  top:-50px;
}

header ul{
  right: 60px;
  column-gap: 13px;
}

.header_cont{
  position: -webkit-sticky;
  position:         sticky;
  background-color: #fff;
  top: -100px;
  height: 160px;
  z-index: 10;
  bottom: -100px;
  clip-path: polygon(0 50px, 100% 0px, 100% 100%, 0 100%);
}


/*-------------------------------------------*/
/* スクロールアニメーション */
.scroll {
  font-size : 12px;
  letter-spacing: 0.5em;
  bottom : 210px;
  left : 4%;
}

.scroll::after {
  bottom : -210px;
  height : 200px;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* メイン */

h2{
  font-size: 25px;
  margin-bottom: 20px;
}

h2 span{
  font-size: 13px;
}

.text{
  font-size: 14px;
  color: #3E3A39;
  letter-spacing: 0.07em;
  line-height: 2em;
  text-align: center;
  font-weight: 400;
  width:90%;
  margin:0 auto;
}

.text span{
  font-size: 16px;
  letter-spacing: 0.07em;
  line-height: 2em;
}


.pink{
  color: #7c7cac;
 }

 .pink2{
  color: #aacee1;
 }

 .white{
  color: #fff;
 }
 

 /*-------------------------------------------*/
/* banner */

.contwp-banner{
  padding-bottom: 50px;
 }

ul.banner_photowp{
  width: 85%;
}


/*-------------------------------------------*/
/* about */

.contwp-about{
  margin-top: -110px;
  padding-top: 120px;
  padding-bottom: 70px;
 }

ul.photowp{
  width: 100%;
  row-gap: 5px;
  margin-top: 30px;
  margin-bottom: 30px;
}

ul.photowp:after{
  width: 50%;
}

.aboutph1 li{
  width: 50%;
  max-height: 120px;
}

.photowp img{
  height: 100%;
  object-position: 50% 0%
}

.aboutph2 li{
  width: 100%;
  max-height: 120px;
}


/*-------------------------------------------*/
/* News */

.contwp-news{
  padding-top: 60px;
  padding-bottom: 130px;
 }


 /* ここからがニュース記事のCSS */

 .news_list {
   width:85vw;
 }
 
 li.news_list_item{
 padding: 15px 0;
 }
 
 .news_list_item a {
 display: block;
 text-align:left;
  left: 0px;
 line-height:1.3em;
 }
 
 .news_list_date {
  margin-bottom:8px;
  line-height:1.0em;
 }
 
 .news_item {
font-size:13px;
 width: 50px;
 padding:2px;
 }

 .arrow {
  display: none;
}


/*-------------------------------------------*/
/* finalist */

.contwp-finalist{
  position: relative;
  padding-top: 60px;
  padding-bottom: 50px;
  margin-top: -50px;
 }

 /* プロフィール写真 */
 .card-group{
  padding-top: 40px;
  padding-bottom: 0px;
}
 .card-group::after{
  width:90%;
}

.card{
  width: 75%;
  margin:0 auto 15px;
}

.card__imgframe{
  width: 100%;
  height: 250px;
}

.card__titletext{
  font-size: 17px;
  line-height: 0.7em;
}


 
.sapphire{
  color: rgb(95, 111, 200);
}

.topaz{
  color: rgb(233, 199, 47);
}

.emerald{
  color: rgb(100, 199, 171);
}

.garnet{
  color: rgb(194, 86, 86);
}

.pearl{
  color: rgb(163, 173, 173);
}

.ruby{
  color: rgb(187, 56, 84);
}

.amethyst{
  color: rgb(170, 90, 133);
}



/*-------------------------------------------*/
/* 日本大会 */

.contwp-japan{
  padding-top: 60px;
  padding-bottom: 0px;
 }

 .japanph li{
  width: 50%;
  max-height: 120px;
}

/*-------------------------------------------*/
/* インスタグラム */

.contwp-insta{
  padding-top: 60px;
  padding-bottom: 50px;
}

.contwp-insta ul{
  display: block;
  width: 80%;
  margin: 0 auto;
}

.instabox_left{
  padding-top: 0px;
  width:100%;
}
.instabox_right{
  margin-top:30px ;
  width: 100%;
}

/* インスタアカウントボタン */
a.instalink{
  max-width:100%;
}


/*-------------------------------------------*/
/* youtube */

.contwp-youtube{
  padding-top: 60px;
  padding-bottom: 50px;
}

.contwp-youtube ul{
  display: block;
  width: 80%;
  margin: 0 auto;
}


.youtubebox_left{
  margin-top:30px ;
  width:100%;
}

.youtubebox_left p{
  text-align: center;
  line-height: 1.4em;
  padding-bottom: 7px;
}

.youtubebox_right{
  width:100%;
}

.responsive {
  margin-bottom: 25px;
  }

/* youtubeアカウントボタン */
a.youtubelink{
  max-width:100%;
}
  

/*-------------------------------------------*/
/* 募集要項／注意事項　guidelines */

.contwp-guidebk{
  padding-top: 60px;
  padding-bottom: 50px;
}

.contwp-guide{
  width:95%;
}

.guidetext{
  line-height: 1.7em;
  font-size: 14px;
  letter-spacing:0.02em;
  margin: 33px auto;
}

.guidetext span{
  border-radius: 15px;
  padding: 5px 15px;
  line-height: 2.5em;
}

.guidetext_left{
  text-align: left;
  display: inline-block;
  line-height: 1.7em;
  font-size: 14px;
  margin: -20px auto 20px;
  width: 90%;
  padding-left: 5%;
}

ul.guideDepartment{
  display: flex;
  width: 95%;
  margin: 0 auto;
  margin-top:40px;
  margin-bottom: 20px;
  row-gap: 30px;
  column-gap: 0px;
}

.guideDepartment li{
  width: 49%;
  text-align: center;
  margin-bottom:10px;
}

.guideDepartment img{
  display: block;
  width:30%; 
  object-fit: cover;
  margin:0 auto 10px;
}


/*-------------------------------------------*/
/* 安心宣言 */

.contwp-anshin{
  padding-top: 60px;
  padding-bottom: 50px;
}

.boxwp-anshin{
  width: 95%;
}

.anshintext{
  font-size:13px;
  line-height: 1.6em;
  text-align: left;
  margin:15px auto;
}


/*-------------------------------------------*/
/* 後援・協賛 */

.contwp-sponsor{
  width: 95%;
}


/*
フッター
-------------------------------------------------------------------------------------------------------------------*/

.copyrignt{
  margin-top: 85px;

}

.foot_wp {
  padding: 30px 0 2px;
}

}