@charset "utf-8";

/*共通*/
.title_h3_wrap{
  text-align: center;
}
.title_h3{
  font-size: 1.5em;
  letter-spacing: 0.2em;
  position: relative;
  display: inline-block;
  padding: 30px 70px;
  box-sizing: border-box;
  font-weight: bold;
}
.title_h3 .title_line{
  width: 40px;
  height: 1px;
  border: none;
  background-color: #282828;
  transform: rotate(-40deg);
  display: block;
  position: absolute;
}
.title_h3 .title_line.left{
  left: 0;
  top: 0;
}
.title_h3 .title_line.right{
  right: 0;
  bottom: 0;
}
.grad_btn{
  background: linear-gradient(165deg, #69b2a9 43%, #e3f0da);
  color: #ffffff;
  text-align: center;
  padding: 6px;
  box-sizing: border-box;
  border-radius: 50px;
  display: block;
  margin: 0 auto;
  letter-spacing: 0.1em;
}
.grad_btn .link_line{
  border: #ffffff 1px solid;
  box-sizing: border-box;
  border-radius: 50px;
  display: block;
  padding: 20px 0;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 10px auto;
}

/*--------------------
トップページ
--------------------*/
header{
  position: relative;
  overflow: hidden;
}
#main_visual{
  background: linear-gradient(165deg, #69b2a9 43%, #e3f0da);
  height: 60vw;
}
#main_left{
  display: block;
  position: absolute;
  top: 8%;
  left: 10%;
/*  transform: translateY(-50%);*/
}
#main_left img{
  display: block;
  width: 50vw;
  max-width: 870px;
}
#main_right{
  display: block;
  position: absolute;
  top: 16%;
  right: 10%;
/*  transform: translateY(-50%);*/
}
#main_right h2{
  color: #ffffff;
  font-weight: bold;
  font-size: 3.5vw;
  line-height: 1.8;
}
#main_right .date_p{
  background-color: #ffffff;
  border-radius: 4px;
  display: block;
  padding: 12px 0;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 32px;
}
#main_right .year{
  color: #7bb7b2;
  font-size: 1.3em;
}
#main_right .day{
  color: #7bb7b2;
  font-size: 1.7em;
}
#main_right .week{
  color: #727272;
  font-size: 0.9em;
}
#main_right .txt{
  color: #7bb7b2;
  font-weight: normal;
  font-size: 1.7em;
}
header .white_mask{
  position: absolute;
  height: 20vw;
  width: 110%;
  display: block;
  transform: rotate(-9deg) translateX(-50%);
  bottom: 0;
  left: 50%;
  background-color: #ffffff;
}
#main_sp{
  display: none;
}
#main_sp .date_p{
  background-color: #ffffff;
  display: block;
  padding: 12px 0;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#main_sp .year{
  color: #7bb7b2;
  font-size: 1.3em;
}
#main_sp .day{
  color: #7bb7b2;
  font-size: 1.7em;
}
#main_sp .week{
  color: #727272;
  font-size: 0.9em;
}
#main_sp .txt{
  color: #7bb7b2;
  font-weight: normal;
  font-size: 1.7em;
}
#catch_sp{
  display: none;
}

.header_over{
  position: relative;
  z-index: 2;
}
#about .catch_left{
  display: block;
  float: left;
  width: 330px;
}
#about .catch_right{
  display: block;
  float: right;
  width: -webkit-calc(100% - 500px);
  width: -moz-calc(100% - 500px);
  width: -ms-calc(100% - 500px);
  width: calc(100% - 500px);
}
#about .catch_h3{
  font-size: 3em;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#about .catch_line{
  width: 100px;
  display: block;
  border: none;
  height: 1px;
  background-color: #282828;
  margin: 48px 0 0;
}
#about .maru{
  text-align: center;
}
#about .maru_img{
  display: inline-block;
  width: 155px;
}
#about .maru_img:not(:last-child){
  margin-right: 75px;
}
#about .desc{
  line-height: 2.3;
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 40px;
}

/*---
テーマ
--------------------*/
#theme{
  background-color: #efefef;
  padding: 16px 0;
  box-sizing: border-box;
  text-align: center;
  width: 1200px;
  margin: 60px auto 0;
}
#theme .theme_wrap{
  background-color: #ffffff;
  border-radius: 4px;
  padding: 32px 0;
  width: 390px;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 4px;
}
#theme .title{
  font-weight: bold;
  font-size: 1.2em;
}
#theme .txt{
  font-weight: bold;
  font-size: 1.2em;
  margin: 24px 0 0;
}
#theme .txt .bold{
  font-size: 2em;
}

/*---
結果発表
--------------------*/
#result{
  padding: 80px 0;
}
#result .end{
  text-align: center;
  color: red;
  font-size: 1.1em;
  line-height: 1.6;
  margin: 24px 0;
}
#result .box_result{
  border-bottom: #69b2a9 2px solid;
  padding: 60px 0;
  box-sizing: border-box;
}
#result .only_award{
  padding: 16px 0 8px 60px;
  font-size: 1.3em;
  background-image: url(../images/award_2.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left 0 center;
  margin: 0 0 10px;
}
#result .each_award{
  padding: 16px 0 8px 60px;
  font-size: 1.3em;
  background-image: url(../images/award_1.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left 0 center;
  margin: 0 0 10px;
}
#result .title_wrap{
  border-bottom: #282828 2px dashed;
  padding: 0 0 12px;
}
#result .team_name{
  font-size: 2.5em;
  display: inline-block;
  vertical-align: bottom;
}
#result .team_name .small{
  font-size: 1rem;
  font-weight: normal;
  margin-left: 16px;
}
#result .work_title{
  display: inline-block;
  vertical-align: bottom;
  font-weight: bold;
  font-size: 1.2em;
  margin-left: 16px;
  margin-top: 12px;
}
#result .member{
  color: #787878;
  margin: 16px 0;
}
#result .gaiyou{
  font-weight: bold;
  background-color: #efefef;
  padding: 4px 0;
  box-sizing: border-box;
  margin: 0 0 12px;
  text-align: center;
  display: block;
  width: 160px;
  border-radius: 4px;
}
#result .desc{
  line-height: 1.8;
}
#result .photo_area{
  font-size: 0;
  margin: 32px 0;
}
#result .photo_area img{
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
}
#result .photo_area .photo{
  width: -webkit-calc(100% / 3 - 10px);
  width: -moz-calc(100% / 3 - 10px);
  width: -ms-calc(100% / 3 - 10px);
  width: calc(100% / 3 - 10px);
}
#result .photo_area .line{
  width: -webkit-calc(100% / 3 - 12px);
  width: -moz-calc(100% / 3 - 12px);
  width: -ms-calc(100% / 3 - 12px);
  width: calc(100% / 3 - 12px);
  border: #cccccc 1px solid;
}
#result .comm{
  font-weight: bold;
  background-color: #d3f1e3;
  padding: 4px 0;
  box-sizing: border-box;
  margin: 0 0 12px;
  text-align: center;
  display: block;
  width: 280px;
  border-radius: 4px;
  line-height: 1.8;
}
#apology{
  margin: 40px 0;
}
#apology .title{
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 12px;
  color: red;
}
#apology .desc{
  line-height: 1.8;
}

#overview{
  padding: 120px 0;
  box-sizing: border-box;
}
#schedule{
  position: relative;
}
#schedule .day_img{
  position: absolute;
  left: -100px;
  top: 0;
  display: block;
  width: 50px;
}
#schedule .box_line{
  width: 75px;
  height: 1px;
  background-color: #69b2a9;
  border: none;
  position: absolute;
  left: -75px;
  top: 80px;
}
#schedule .day2 .box_line{
  background-color: #98CABC;
}
#schedule .sch_line{
  border: none;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #69b2a9, #b7e895);
  margin: 0 24px;
}
#schedule .sch_maru{
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #B7E896;
  position: absolute;
  display: block;
  bottom: 0;
  left: 16px;
}
#schedule .day_title{
  font-size: 1.3em;
  padding: 16px 0 32px;
}
#schedule .day1 .day_title .color{
  color: #69b2a9;
}
#schedule .day2 .day_title .color{
  color: #e57979;
}
#schedule .sch_box{
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: -ms-calc(100% - 100px);
  width: calc(100% - 100px);
  margin: 50px 0 0 100px;
  position: relative;
}
#schedule .in{
  border: #69b2a9 1px solid;
  border-radius: 4px;
  padding: 24px;
  box-sizing: border-box;
}
#schedule .day2 .in{
  border: #98CABC 1px solid;
}
#schedule .font0{
  font-size: 0;
}
#schedule .in_left{
  width: 64%;
  display: inline-block;
  font-size: 1rem;
  padding-right: 70px;
  box-sizing: border-box;
  vertical-align: top;
}
#schedule .in_right{
  width: 36%;
  display: inline-block;
  font-size: 1rem;
  background-color: #f2f2f2;
  border-radius: 4px;
  padding: 24px 24px 36px;
  box-sizing: border-box;
  vertical-align: top;
}
#schedule .in table{
  border-collapse: collapse;
}
#schedule .in th{
  text-align: left;
  padding: 6px 0;
}
#schedule .in td{
  padding: 6px 0;
}
#schedule .txt{
  line-height: 1.7;
}
#schedule .jump_link{
  text-decoration: underline;
  color: #4d9990;
  margin-top: 24px;
  display: inline-block;
}
.ent_end{
  color: red;
  font-size: 1.3em;
  font-weight: bold;
  margin: 32px 0;
  padding: 24px 16px;
  box-sizing: border-box;
  width: 100%;
  display: block;
  background-color: #ffe3e3;
  text-align: center;
}
#schedule .mean{
  border-left: #282828 6px solid;
  border-bottom: #282828 1px solid;
  font-size: 1.2em;
  padding: 4px 0 6px 6px;
  margin-bottom: 16px;
}
#schedule .mean_txt{
  line-height: 1.7;
  font-size: 0.9em;
}

#viewing{
  padding: 80px 0;
}
#viewing .txt1{
  line-height: 1.7;
}
#viewing .view_img_wrap{
  width: 800px;
  margin: 40px auto 0;
  font-size: 0;
}
#viewing .view_img_wrap .view_img1{
  display: inline-block;
  width: -webkit-calc(50% - 8px);
  width: -moz-calc(50% - 8px);
  width: -ms-calc(50% - 8px);
  width: calc(50% - 8px);
  margin-bottom: 16px;
}
#viewing .view_img_wrap .view_img1:first-child{
  margin-right: 16px;
}
#viewing .view_img_wrap .view_img2{
  display: block;
  width: 100%;
}
#live_link{
  width: 800px;
  margin: 0 auto;
}
#live_link .comm_title{
  color: #7bb7b2;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  margin: 52px 0 24px;
}
#live_link .comm_red{
  color: red;
  text-align: center;
}
#live_link .live_link{
  display: block;
  width: 100%;
  margin: 32px auto;
  transition : all 0.2s ease 0s;
}
#live_link .live_link:hover{
  opacity: 0.6;
}
#live_link .live_link img{
  display: block;
  width: 100%;
}
#live_link .live_txt{
  line-height: 1.8;
}
#live_link .hash{
  text-align: center;
  margin: 36px 0 46px;
}
#live_link .hash .is{
  font-weight: bold;
  font-size: 1.3em;
  margin: 0 0 32px;
}
#live_link .hash .sharp{
  display: inline-block;
  color: #27afaf;
  letter-spacing: 0.1em;
  font-size: 2em;
  padding: 0 0 16px;
  background: linear-gradient(#ffffff 55%, #ffffff 54% , #efefef 53%);
}

#hikaku{
  width: 800px;
  margin: 0 auto;
  text-align: center;
}
#hikaku .place_sp{
  display: none;
}
.green_title{
  display: inline-block;
  position: relative;
  font-size: 1.5em;
  margin: 48px 0;
}
.green_title::after{
  content: '';
  background-color: #C4E8E2;
  border-radius: 3px;
  display: block;
  position: absolute;
  width: 100%;
  height: 14px;
  z-index: 0;
  padding: 0 12px;
  left: 50%;
  bottom: -7px;
  transform: translate(-50%, 0);
}
.green_title span{
  display: inline-block;
  z-index: 1;
  position: relative;
}
#hikaku .hikaku_wrap{
  font-size: 0;
  margin:  0 0 40px;
}
#hikaku .hikaku{
  width: 38%;
  display: inline-block;
  vertical-align: top;
}
#hikaku .center{
  width: 24%;
  display: inline-block;
  font-size: 1rem;
  vertical-align: top;
}
#hikaku .center .maru{
  width: 62%;
  padding-bottom: 62%;
  position: relative;
  box-sizing: border-box;
  border: #B6D4D0 1px solid;
  border-radius: 50%;
  margin: 18% auto 0;
}
#hikaku .center .place{
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  left: 50%;
  top: 37%;
  transform: translateX(-50%);
  font-size: 0.9em;
}
#hikaku .arrow{
  position: absolute;
  bottom: 36%;
  width: 100%;
  display: block;
}
#hikaku .arrow span{
  display: block;
  border-left: #cecece 7px solid;
  border-top: transparent 4px solid;
  border-bottom: transparent 4px solid;
  position: absolute;
}
#hikaku .arrow span:nth-child(1){
  left: 34%;
}
#hikaku .arrow span:nth-child(2){
  left: 50%;
  transform: translateX(-50%);
}
#hikaku .arrow span:nth-child(3){
  right: 34%;
}
#seminar .title_wrap{
  text-align: center;
}
#seminar .sem_txt{
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
}
#seminar .sem_txt .time{
  font-size: 1.2em;
  color: #27AFAF;
}
#seminar .vrgakuen{
  display: block;
  width: 100%;
  margin: 32px auto;
}
#seminar .theme_title{
  background-color: #efefef;
  display: inline-block;
  padding: 4px 16px;
  text-align: center;
  margin: 0 0 12px;
  border-radius: 4px;
}
#seminar .theme{
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.6;
}
#seminar .profile{
  background-color: #f2f2f2;
  border-radius: 6px;
  padding: 40px 32px;
  margin: 32px 0 0;
  box-sizing: border-box;
}
#seminar .prof_wrap{
  overflow: hidden;
}
#seminar .left{
  float: left;
  width: 150px;
}
#seminar .left .maru{
  display: block;
  width: 100%;
}
#seminar .right{
  float: right;
  width: -webkit-calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  width: -ms-calc(100% - 200px);
  width: calc(100% - 200px);
}
#seminar .name{
  font-size: 1.5em;
  font-weight: bold;
  margin: 24px 0 16px;
}
#seminar .name span{
  font-size: 0.7em;
}
#seminar .desc{
  line-height: 1.8;
  margin: 24px 0 0;
}

#entry{
  padding: 80px 0;
}
#entry .txt1{
  text-align: center;
  line-height: 1.7;
  margin: 40px 0;
}
#entry .grad_btn{
  width: 360px;
}
#entry .ent_red{
  color: #E56161;
}


@media screen and (max-width:1200px){
  #main_left{
    display: inline-block;
    width: 50%;
    vertical-align: top;
    position: static;
    top: auto;
    left: auto;
    margin: 5vw 0 0 10%;
  }
  #main_right{
    display: inline-block;
    position: static;
    top: auto;
    right: auto;
    width: 32%;
    vertical-align: top;
    margin: 8vw 0 0;
  }
  #main_right .txt{
    display: block;
    margin-top: 8px;
    font-size: 1.5em;
  }
  #main_right .date_p{
    margin-top: 20px;
  }
  
  #about .maru_img{
    width: 23%;
  }
  #about .maru_img:not(:last-child){
    margin-right: 10%;
  }
  #about .catch_right{
    width: -webkit-calc(100% - 350px);
    width: -moz-calc(100% - 350px);
    width: -ms-calc(100% - 350px);
    width: calc(100% - 350px);
  }
  #theme{
    width: 95%;
  }
  #schedule .in_left{
    width: 100%;
    padding: 0;
  }
  #schedule .in_right{
    width: 100%;
    margin-top: 25px;
  }
  #schedule .sch_box{
    margin: 50px 0 0 80px
  }
  #schedule .day_img{
    left: -80px;
  }
  #schedule .box_line{
    width: 56px;
    left: -56px;
  }
  
  #viewing{
    padding: 40px 0;
  }
  
  #entry{
    padding: 50px 0;
  }
}

@media screen and (max-width:768px){
  .header_over{
    margin-top: 24px;
  }
  #main_sp{
    display: block;
  }
  #main_visual{
    height: 70vw;
  }
  #main_left{
    margin: 5vw 0 0 3%;
  }
  #main_right{
    width: 44%;
  }
  #main_right h2{
    font-size: 5vw;
  }
  #main_right .date_p{
    display: none;
  }
  
  #about .catch_left{
    width: 100%;
    float: none;
  }
  #about .catch_h3{
    font-size: 8vw;
    line-height: 1.6em;
  }
  #about .catch_right{
    width: 100%;
  }
  #about .catch_line{
    margin: 20px 0 40px;
  }
  #about .desc{
    font-size: 1em;
    margin-top: 24px;
  }
  #about .maru_img{
    width: 27%;
  }
  #about .maru_img:not(:last-child){
    margin-right: 5%;
  }
  
  #result .photo_area .photo{
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -ms-calc(50% - 10px);
    width: calc(50% - 10px);
  }
  #result .photo_area .line{
    width: -webkit-calc(50% - 12px);
    width: -moz-calc(50% - 12px);
    width: -ms-calc(50% - 12px);
    width: calc(50% - 12px);
  }
  
  #overview{
    padding: 70px 0;
  }
  #schedule .sch_box{
    margin: 50px 0 0 52px;
    width: -webkit-calc(100% - 52px);
    width: -moz-calc(100% - 52px);
    width: -ms-calc(100% - 52px);
    width: calc(100% - 52px);
  }
  #schedule .day_img{
    left: -50px;
    width: 44px;
  }
  #schedule .sch_line{
    margin: 0 0 0 23px;
  }
  #schedule .box_line{
    width: 30px;
    left: -30px;
  }
  #schedule .day_title{
    padding: 40px 0 16px;
  }
  
  #viewing .view_img_wrap{
    width: 100%;
  }
  #hikaku{
    width: 100%;
  }
  #hikaku .hikaku_wrap{
    margin: 0 0 32px;
  }
  #hikaku .center .maru{
    width: 88%;
    padding-bottom: 88%;
    margin: 5% auto 0;
  }
  #live_link{
    width: 95%;
  }
  #seminar .left{
    float: none;
    margin: 0 auto 16px;
  }
  #seminar .right{
    width: 100%;
    float: none;
    text-align: center;
  }
}
@media screen and (max-width:540px){
  #main_visual{
    height: 122vw;
  }
  #main_left{
    width: 100%;
    margin: 7vw 0 0;
  }
  #main_right{
    display: none;
  }
  #main_left img{
    width: 93%;
    margin: 0 0 0 auto;
  }
  #main_sp .date_p{
    letter-spacing: 0;
  }
  #main_sp .year{
    font-size: 1em;
  }
  #main_sp .day{
    font-size: 1.4em;
  }
  #main_sp .week{
    font-size: 0.9em;
  }
  #main_sp .txt{
    font-size: 1.3em;
  }
  
  #catch_sp{
    display: block;
    transform: translateY(-12px);
  }
  #catch_sp h2{
    font-weight: bold;
    font-size: 9vw;
    line-height: 1.8;
    background: linear-gradient(180deg, #69b2a9, #b7e895);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-align: center;
  }
  #theme .theme_wrap{
    width: 90%;
  }
  #theme .txt .bold{
    font-size: 1.8em;
  }
  #result .only_award{
    padding: 8px 0 4px 50px;
    font-size: 1.2em;
  }
  #result .each_award{
    padding: 8px 0 4px 50px;
    font-size: 1.2em;
  }
  #result .team_name{
    font-size: 2em;
  }
  #result .work_title{
    font-size: 1em;
  }
  #result .photo_area .photo{
    width: 100%;
    margin: 0 0 10px;
  }
  #result .photo_area .line{
    width: 100%;
    margin: 0 0 10px;
  }
  #schedule .day_title{
    font-size: 1.2em;
    line-height: 1.5;
  }
  #schedule .box_line{
    top: 130px;
  }
  
  .green_title{
    font-size: 1.3em;
  }
  #hikaku .hikaku_wrap{
    margin: 0 0 20px;
  }
  #hikaku .place_sp{
    display: block;
    margin: 0 0 16px;
    font-size: 0.9rem;
  }
  #hikaku .center{
    display: none;
  }
  #hikaku .hikaku{
    width: 48%;
    margin-right: 2%;
  }
  
  #entry .grad_btn{
    width: 90%;
  }
  
}

