@charset "utf-8";

/* common */
.oneLine {
  padding-top: 14px;
}

.clubTitle01{
  color: #ffff33;
}
.clubTitle02{
  color: #fff;
}


.seeMoreButton02 .link {
  box-shadow: 1px 1px 6px #144109;
  background-color: #3ac519;
}
.seeMoreButton03 .link {
  box-shadow: 1px 1px 6px #0e345d;
  background-color: #2177d7;
}
.seeMoreButton04 .link {
  box-shadow: 1px 1px 6px #080826;
  background-color: #0000cd;
}

/*worksBlock*/

/* 投稿画像設定 */
.cover01 {
  display: inline-block;
  background-color: #FFF;
  background-position: center center;
  background-repeat: no-repeat;
  width: 217px;
  height: 217px;
  background-size: cover;
  vertical-align: bottom;
}
@media screen and (max-width: 768px){
  .cover01 {
    width: 100%;
  }
}
.worksNewSlider .cover {
  display: inline-block;
  width: 145px;
  height: 145px;
  vertical-align: bottom;
}
.worksNewSlider .cover .img {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 768px){
  .worksNewSlider .cover {
    width: 94%;
  }
}

.worksBlock .blockTitle{
  width: 260px;
}
.worksBlock .subTitle{
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.worksBlock .subTitle01 .icon {
  margin: 0 8px 0 0px;
  vertical-align: -3px;
}
.worksBlock .subTitle02 .icon {
  margin: 0 8px 0 0px;
  vertical-align: -7px;
}
.worksBestSlider{
  margin-bottom: 10px;
}
.worksBestSlider .panel{
  box-sizing: border-box;
  background: #fff url('../../../img/v3/index/index_worksbest_bg.png') no-repeat center top;
  background-size: contain;
  padding: 40px 5px 0;
  margin: 2px;
  max-width: 236px;
}
.worksBestSlider .panel:nth-child(odd){
  border-left: 5px solid #4fe985;
  border-right: 5px solid #4fe985;
}
.worksBestSlider .panel:nth-child(even){
  border-left: 5px solid #ff9f38;
  border-right: 5px solid #ff9f38;
}
.worksBestSlider .imgArea{
  position: relative;
}
.worksBestSlider .img{
  display: block;
  margin: 0 auto;
}
.worksBestSlider .nameArea {
  margin: 10px 0;
}
.worksBestSlider .name {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
}
.worksBestSlider .category {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #34d36c;
  opacity: 0.9;
  padding: 5px 25px 5px 25px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.sliderWrap{
  position: relative;
  padding-top: 30px;
}
.sliderWrap .seeMoreButton{
  right: 0;
  top: 5px;
}
.worksNewSlider{
  box-sizing: border-box;
  border-radius: 5px;
  background: #fff;
  padding: 15px;
}
.worksNewSlider .img{
  margin: 2px;
}


/*worksBlock 768px以下*/
@media screen and (max-width:768px) {
  .worksBlock .blockTitle .img {
    width: 180px;
    height: auto;
  }
  .worksBlock .blockText {
    margin-bottom: 0;
  }
  .worksBlock .subTitle {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .worksBestSlider .panel{
  padding: 9vw 5px 0;
  }
  .worksBestSlider .category {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .worksBestSlider .name {
  font-size: 15px;
  font-size: 1.5rem;
}
  .worksBestSlider .img{
    width: 100%;
    max-width: 100%;
  }
  .worksNewSlider .img{
    width: 94%;
    max-width: 100%;
  }
  .sliderWrap {
    padding: 0;
  }
  .worksNewSlider {
    padding: 10px;
    margin-bottom: 10px;
  }
}


/*contestBlock*/
.contestPanelContainer{
  display:flex;
  flex-wrap: wrap;
}
.contestPanel {
  background: #fff;
  margin: 0px 2px 10px;
  width: 316px;
  box-sizing: border-box;
}
.contestPanel .panelImg{
  width: 316px;
  height: 237px;
}
.contestPanel .panelInner{
  box-sizing: border-box;
  width: 316px;
  padding: 10px 20px 0;
}
.contestPanel .title{
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 6px;
  padding: 5px 10px 0;
}
.contestPanel .workType{
  position: relative;
  margin-bottom: 10px;
  height: 70px;
}
.contestPanel .workType .term {
  padding: 5px 0;
  width: 75px;
  text-align: center;
  border-radius: 5px;
  background: #5397f4;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.contestPanel .workType .description {
  margin: -2.5em 0 0 0;
  padding: 45px 0 0 0;
  width:100%;
}
.contestPanel .workType .description .icon{
  font-size: 30px;
  font-size: 3rem;
  color: #5397f4;
  margin-right: 10px;
}
.contestPanel .workType .description .fa{
  font-size: 30px;
  font-size: 3rem;
  color: #5397f4;
  width: 30px;
  text-align: center;
}
.contestPanel:hover .workType .description .fa,
.contestPanel:hover .workType .term,
.contestPanel:hover .recepStatus{
  opacity: 0.8;
}

.contestPanel .workType .description .img {
  padding-left: 5px;
}

.list_typeIcon{
  max-width: 30px;
}

.contestPanel .recepStatus{
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  height: 3em;
}
.underAnOffer .recepStatus {
  background: #ff3300;
}
.notice .recepStatus{
  background: #ff6600;
}
.resultAnnounce .recepStatus{
  background: #0033cc;
}
.result .recepStatus{
  background: #0033cc;
  line-height: 3em;
}

.contestPanel .leftCoin{
  position: absolute;
  top: 0;
  right: 38px;
}
.contestPanel .rightCoin{
  position: absolute;
  top: 0;
  right:0px;
}
.contestPanel .deadline {
  padding: 10px;
  margin: 0 -20px;
  background: #ff3300;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
}
.contestPanel .link{
  display: flex;
  flex-direction: column;
  justify-content:space-between;
  height: 100%;
}

/*contestBlock 768px以下*/

@media screen and (max-width:768px) {
  .contestPanel {
    margin-bottom: 10px;
  }
  .contestBlock .blockTitle .img{
    width: 155px;
  }
  .contestPanel {
    width: 100%;
    background: #fff;
    margin: 0px 2px 10px;
  }
  .contestPanel .panelImg{
    max-width: 100%;
    display: block;
    margin: auto;
    width: inherit;
    height: inherit;
  }
  .contestPanel .panelImg img{
    max-width: 640px;
    width: 100%;
    height: inherit;
  }
  .contestPanel .panelInner{
    width: 100%;
    padding: 10px 10px 0 10px;
  }
  .contestPanel .panelDetail .title{
    margin-bottom: 10px;
  }
  .contestPanel .deadline {
    padding: 5px;
    margin: 0 -10px;
    text-align: center;
  }

  .list_typeIcon{
    vertical-align: top;
    max-width: 22px;
  }

  .contestPanel .workType .description .fa {
    font-size: 22px;
    font-size: 2.2rem;
    width: 18px;
  }
  .contestPanel .leftCoin {
    position: absolute;
    top: -6px;
    right: 35px;
  }
  .contestPanel .rightCoin {
    position: absolute;
    top: -6px;
    right:0px;
  }
}

/*clubBlock*/

.bannerArea .img{
  float: left;
  box-sizing: border-box;
  width: 470px;
  border: 4px solid #fff;
  margin-left: 20px;
}
.bannerArea .img01{
  margin-left: 0;
}


/*clubBlock 768px以下*/

@media screen and (max-width:768px) {
    .clubBlock .blockTitle .img{
    width: 100px;
  }
  .bannerArea .img{
    float: none;
    width: 100%;
    max-width: 100%;
    border: 2px solid #fff;
    margin: 0 0 5px 0;
  }
  .bannerArea .img02{
    margin: 0;
  }
}

/* timeLine */

.timeLineTitle{
  float: left;
  margin-bottom: 10px;
}
.followButton{
  float: left;
  margin: 11px 0 0 15px;
}
.goodButton{
  float: left;
  margin: 11px 0 0 15px;
}
.twitterTimeLinePanel{
  float: left;
  width: 471px;
}
.facebookTimeLinePanel{
  float: right;
  width: 471px;
}

.clubBlock .bukatsuLogoArea{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  justify-content: left;
  padding-bottom: 0.5%;
}

@media screen and (max-width:768px) {
  .clubBlock .bukatsuLogoArea{
    width: 85%;
  }

  .clubBlock .bukatsuLogoArea div{
    width: 320px;
    margin: 0 auto;
  }

  .contestPanel .workType {
    height: 36px;
  }

  .contestPanel .workType .term {
    display: none;
  }

  .contestPanel .workType .description {
    margin: 1.5em 0 0 0;
    padding: 0;
    width: 100%;
  }
}

.todaysLesson .movie{
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin: 8px 0;
}

.todaysLesson .movie .thumb{
  max-width: inherit;
  height: 180px;
}
@media screen and (max-width: 768px){
  .todaysLesson .movie .thumb{
    height: 207px;
  }
}
