@charset "utf-8";

/* -------------------------------------------------- */
/* file   : base.css                                  */
/* update : 2019                                      */
/* -------------------------------------------------- */

/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
/* body */
/* -------------------------------------------------- */
body {
  color: #1B1B1B;
  -webkit-text-size-adjust: 100%;
}

/* link */
/* -------------------------------------------------- */
a:link {
  color: #1B1B1B;
  text-decoration: none;
}
a:visited {
  color: #1B1B1B;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  transition-duration: 0.5s;
}
a:focus {
}
a:active {
}
a[target="_blank"] {
}



/* header */
/* -------------------------------------------------- */
header {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #FFF;
}
/* #top header {
  position: absolute;
  top: 0;
  z-index: 1000;
} */

header .header_content {
  width: 100%;
  max-width: 1560px;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_content .logo img {
  width: 330px;
  max-width: 100%;
}
header .header_content .header_btn a {
  display: block;
  background: #323232;
  color: #FFF;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1;
  padding: 17px 30px;


}

/* -------------------------------------------------- */
/* footer */
/* -------------------------------------------------- */
footer {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;;
}
.footer_wrap01 {
  max-width: 1060px;
  padding: 35px 30px 0;
  box-sizing: border-box;
  margin: 0 auto 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer_link a {
  margin: 15px 0 20px;
  display: inline-block;
  background: #1b1b1b;
  color: #fff;
  text-decoration: none;
  padding: 6px 18px 6px 8px;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  line-height: 1;

}

.footer_link a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 7px;
  width: 5px;
  height: 8px;
  margin-top: -4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #FFF;
}

.footer_l img {
  width: 330px;
  max-width: 100%;
}

.footer_r {
  text-align: right;
}

.footer_r p {
  line-height: 2;
}

.footer_r img {
  vertical-align: baseline;
}

.footer_r img.dial {
  width: 29px;
  max-width: 100%;
  vertical-align: text-bottom;
}

.tel a {
  font-size: 30px;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  text-decoration: none;
  color: #1b1b1b;
  letter-spacing: 1px;
  margin-left: 5px;
  line-height: 1.5;
}

.footer_wrap02 {
  width: 100%;
  padding: 25px 0 20px;
  border-top: solid 1px #dfdfdf;
  text-align: center;
  font-size: 10px;
}

/* h */
/* -------------------------------------------------- */
.h1 {
}
.h2 {
}
.h3 {
}

/* frame */
/* -------------------------------------------------- */


#container {
  position: relative;
}
#wrap {
  background: #F5F5F5;
  padding: 0 30px;
  
}
#top #wrap {
  padding: 50px 30px 90px;
  
}
article {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 10%;
  padding-bottom: 15%;
}
#top article {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}
#result article {
  padding-bottom: 10%;
}
article img {
  width: 100%;
  height: auto;
}

article h1 {
  font-weight: 900;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4.8vw;
  text-align: center;
  line-height: 1;
  margin-bottom: 10%;
}
article.detail h1 {
  margin-bottom: 5%;
  line-height: 1.3;
}
article .h1_sub {
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4vw;
  text-align: center;
  line-height: 1;
  margin-bottom: 2%;

}
article.detail .h1_sub {
  margin-bottom: 5%;
  font-size: 3vw;


}


.mv {
  max-width: 750px;
  margin: 0 auto 100px;
}
.mv .img_box{
  margin-bottom: 50px;

}
.mv .img_box img{
  width: 100%;
  height: auto;
}
.mv .text_box {
}
.mv .text_box .title01 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.6;
}

#top .show_wrap {
  border: solid 1px #FF45A3;
  border-radius: 5px;
  background: repeating-linear-gradient(135deg, #F5F5F5, #F5F5F5 5px, #fff 5px, #fff 8px);
  position: relative;
  padding: 40px 30px 30px;
  width: 75%;
  box-sizing: border-box;
  margin: 0 auto 90px;
}

#top .show_wrap::before {
  content: "";
  display: block;
  background: #F5F5F5;
  width: 54%;
  height: 1px;
  position: absolute;
  left: 23%;
  top: -1px;
}

#top .show_wrap .title {
  color: #FF45A3;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  text-align: center;
  left: 0;
  top: -28px;
  width: 100%;
}
#top .show_wrap .title span {
  position: relative;
  display: inline-block;
}
#top .show_wrap .title span::before {
  content: "";
  display: block;
  width: 2px;
  height: 35px;
  background: #FF45A3;
  transform:rotate(-40deg); 
  position: absolute;
  left: -20px;
  bottom: 10px;

}
#top .show_wrap .title span::after {
  content: "";
  display: block;
  width: 2px;
  height: 35px;
  background: #FF45A3;
  transform:rotate(40deg); 
  position: absolute;
  right: -20px;
  bottom: 10px;

}
#top .show_wrap .box {
  display: flex;
  justify-content: flex-start;
  gap: 0 4.5%;
}
#top .show_wrap .box .box_pic {
  width: 31.1%;
  
}
#top .show_wrap .box .box_text {
  width: 64.4%;
  
}
#top .show_wrap .box .box_text .tit01 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  
}
#top .show_wrap .box .box_text .txt01 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  
}
#top .show_wrap .box .box_text .txt02 {
  font-size: 13px;
  
}
#top .show_wrap .box .box_text .txt02 span{
  font-size: 12px;
  min-width: 5.5em;
  display: inline-block;
  position: relative;
  margin-right: 1em;
  
}
#top .show_wrap .box .box_text .txt02 span::before{
  content: ":";
  display: block;
  position: absolute;
  right: 0;
  top: 0;

  
}
#top .show_wrap .box .box_text a {
  color: #FF45A3;
  text-decoration: underline;

}



#top .bnr01 {
  text-align: center;
  width:70%;
  margin: 0 auto 20px;
}
#top .bnr_sub {
  margin-bottom: 90px;
  text-align: center;
}
#top .bnr_sub a {
  color: #FE4BAE;
  text-decoration: underline;
}
#top .text_schedule  {
  margin-bottom: 50px;
}
#top .text_schedule p {
  font-size: clamp(20px, 4vw, 44px);
  color: #FE4BAE;
  font-weight: bold;
  border: solid 3px #FE4BAE;
  background: #FFF;
  text-align: center;
  padding: 35px 0;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

.movie_wrap {
  max-width: 800px;
  margin: 0 auto 70px;
}
.movie_wrap .tit {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;

}
.movie_wrap .box {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}
.movie_wrap .box.box01 {
  margin-bottom: 40px;
}
.movie_wrap .box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.online_btn {
  max-width: 1000px;
  margin: 0 auto 90px;
}
.online_btn img {
  width: 100%;
  height: auto;
}
.site_bnr {
  max-width: 1000px;
  margin: 0 auto 90px;
  text-align: center;
}
.site_bnr img {
  width: 100%;
  height: auto;
  max-width: 776px;
}
.site_bnr .title {
  font-size: 20px;
  font-weight: bold;
}
.site_bnr .title span {
  font-weight: normal;
}

.questionnaire_btn {
  text-align: center;
  padding-bottom: 11%;

}
.questionnaire_btn a {
  width: 100%;
  max-width: 700px;
  display: inline-block;
  background: #FC47B2 url(../../img/icon_link02.svg) no-repeat right 15px center / 20px auto;
  color: #FFF;
  padding: 25px 0 ;
  font-size:18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  
}
.questionnaire_btn a .span01{
  font-family: 'Roboto', sans-serif;
  font-size:20px;
  
}
.questionnaire_btn a .span02{
  font-size:24px;
  
}
.course_list{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 4.5%;
}
.course_list li{
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 5%;
  background: #FFF;
  position: relative;
}
.course_list li:nth-child(2n){
  margin-right: 0;
}
.course_list li a{
  display: block;
  pointer-events: none;

}

/* .course_list li a:hover{
  opacity: 0.7;
  transition-duration: 0.5s;

} */
.course_list li .pic_box{
  background: #D2D2D2;
  text-align: center;
}
.course_list li .pic_box img{
  max-height:280px ;
  object-fit: contain;
  font-family: 'object-fit: contain;'; 
}
.course_list li .text_wrap{
  font-size: 13px;
  padding: 5% 9%;
  line-height: 1.8;
}
.course_list li .text_wrap .course_title{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.4;
}
/* .course_list li .vote{
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  background: #FE4BAE;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
  padding: 5px 15px;

} */
.course_list li .vote{
  border-bottom: 6em solid transparent;
  border-left: 6em solid #FE4BAE;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.course_list li .vote::before{
  content: "投票受付中!";
  display: block;
  position: absolute;
  top: 10px;
  left: -79px;
  transform: rotate(-45deg);
  z-index: 2;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 12px;
  width: 6em;
  height: 6em;

}



.works_list{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.works_list.list03{
  justify-content: center;
}
.works_list li{
  width: 30%;
  margin-right: 5%;
  margin-bottom: 5%;
  background: #FFF;
  position: relative;
}

.works_list li:nth-child(3n){
  margin-right: 0;
}
.works_list li.prize{
  width: 47.5%;
}
.works_list li.prize:nth-of-type(3n){
  margin-right: 5%;

}
.works_list li.prize:nth-of-type(2n){
  margin-right: 0;

}
.works_list li a.a_wrap01{
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: rgba(255, 255, 255, 0);

}
.works_list li a.a_wrap01:hover{
  background: rgba(255, 255, 255, 0.7);

}
.works_list li.a_type a.a_wrap01{
  display: block;
}



.works_list li .pic_box{
  background: #D2D2D2;
  text-align: center;
  position: relative;
}
.works_list li .pic_box a.large{
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: rgba(255, 255, 255, 0);

}
.works_list li .pic_box a.large:hover{
  background: rgba(255, 255, 255, 0.7);

}


.works_list li .pic_box a.large::before{
  content: "";
  display: block;
  background: url(../../img/icon_zoom.png) no-repeat;
  width: 31px;
  height: 31px;
  position: absolute;
  top: 0;
  right: 0;
}
.works_list li.b_type .pic_box a.large{
  display: block;
}

.works_list li .pic_box img{
  height:200px ;
	object-fit: cover;
	object-position: 50% 20%;
  font-family: 'object-fit: cover;object-position: 50% 20%;';
}
.works_list.list02 li .pic_box img{
  width: 100%;
  height:100%;
	object-fit: contain;
	object-position: inherit;
  font-family: 'object-fit: contain;';
}

.works_list li.prize .pic_box img{
 height:320px ;
}
.works_list li .text_wrap{
  font-size: 13px;
  padding: 10%;
  line-height: 1.8;
  text-align: center;

}
.works_list li.prize .text_wrap{
  padding: 5% 10% 10%;
}
.works_list li .text_wrap .course_title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
}
.works_list li.a_type .text_wrap .course_title{
  margin-bottom: 10px;
}
.works_list li .text_wrap .prize_text{
  font-size: 18px;
  font-weight: bold;
  text-align: center;

}

.works_list li .text_wrap .btn{
  text-align: center;
  margin-top: 20px;
  display: none;

}
.works_list li.a_type .text_wrap .btn{
  display: block;

}
.works_list li .text_wrap .btn a{
  display: inline-block;
  background: #323232;
  color: #FFF;
  text-align: center;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  padding: 7px 30px ;
}

.works_list li .text_wrap .btn span{
  display: inline-block;
  background: #323232;
  color: #FFF;
  text-align: center;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  padding: 7px 30px ;
}


.btn_back {
  text-align: center;
}
.btn_back a {
  display: inline-block;
  text-align: center;
  width: 30%;
  border: solid 2px #323232;
  padding: 15px 0;
  font-size: 18px;
  font-weight: bold;
}

.choice_box {
  width: 100%;
  background: #323232;
  height: 120px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  bottom: 0;
  z-index: 10;
  padding: 0 30px;
  box-sizing: border-box;
}
.choice_box.bottom {
  position: absolute;
  bottom: 255px;
}

.choice_box .inner{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.choice_box .inner .text01{
  color: #FFF;
  font-size: 2vw;
  width: 25%;
  line-height: 1.3;
  background: url(../../img/icon_choice01.png) no-repeat right 15% center / 18px auto;
  position: absolute;
  left: 0;
}
.choice_box .inner .choice_list{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
}
.choice_box .inner .choice_list li{
  width: 25%;
  margin-right: 5%;
  position: relative;
  background: #000;
  text-align: center;
  position: relative;

}

.choice_box .inner .choice_list li:before {
  content: "";
  display: block;
  padding-top: 100%;
}


.choice_box .inner .choice_list li p{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.choice_box .inner .choice_list li p a{

  

}
.choice_box .inner .choice_list li:last-child{
  margin-right: 0;
}
.choice_box .inner .choice_list li img{
  width: 100%;
  max-width: 100%;
  height:100% ;
  max-height: 100%;
	object-fit: contain;
  font-family: 'object-fit: contain;';
  
}
.choice_box .inner .choice_list li .btn01{
  position: absolute;
  top:-10px;
  left: inherit;
  right: -10px;
  width: 20px;
  height: 20px;
  display: none;
  cursor: pointer;
  z-index: 10;
}
.choice_box .inner .choice_list li.select .btn01{
  display: block;
}
.choice_box .inner .choice_list li .btn01 img{
  width: 100%;
  height: auto;
  object-fit: inherit;
  vertical-align: top;
}
.choice_box .inner .vote_btn  {
  width: 8%;
  position: absolute;
  right: 0;

}
.choice_box .inner .vote_btn a  {
  display: block;
}
.choice_box .inner .vote_btn .btn_box  {
  width: 100%;
  height: auto;
  color: #fff;
  background: #FF34A9 ;
  border: solid 2px #fff;
  position: relative;
  box-sizing: border-box;
  border-radius: 50%;
  transition-duration: 0.5s;
}
.choice_box .inner .vote_btn .btn_box::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.choice_box .inner .vote_btn .btn_box .box_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6vw;
  font-weight: bold;
  letter-spacing: -0.04em;
}

.detail_text {
  margin-bottom: 5%;
}
.detail_pic {
  margin-bottom: 10%;
  text-align: center;

}
.detail_pic img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 670px;
  object-fit: contain;
  font-family: 'object-fit: contain;';

}
.add_btn {
  text-align: center;
  margin-bottom: 8%;

}
.add_btn a {
  display: inline-block;
  width: 65%;
  text-align: center;
  color: #FFF;
  font-size: 2.4vw;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 20px 0;
  background: #FF34A9 url(../../img/icon_add_btn.png) no-repeat left 5% center;


}

.bottom_link_contents {
  background: #F5F5F5;
  /* padding: 60px 0 90px; */
}
.bottom_link_contents .inner {
  width: 100%;
  max-width: 1030px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.bottom_link_contents .inner .tit01 {
  line-height: 1;
  text-align: center;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  margin-bottom: 40px;
}

.bottom_link_contents .inner ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.bottom_link_contents .inner ul li {
  width: 30%;
  margin-right: 5%;
  border-bottom: dotted 1px #454545;
}

.bottom_link_contents .inner ul li:nth-child(3n) {
  margin-right: 0;
}

.bottom_link_contents .inner ul li:nth-child(1), .bottom_link_contents .inner ul li:nth-child(2), .bottom_link_contents .inner ul li:nth-child(3) {
  border-top: dotted 1px #454545;
}

.bottom_link_contents .inner ul li a {
  display: block;
  font-weight: 700;
  padding: 30px 0 30px 28px;
  line-height: 1.3;
  position: relative;
}

.bottom_link_contents .inner ul li a::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ff45a3;
  left: 0;
  top: calc(50% - 9px);
}

.bottom_link_contents .inner ul li a::after {
  content: "";
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -3px;
}

.bottom_link_contents .inner ul li a:hover {
  color: #ff45a3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bottom_link_contents .inner ul li a.active {
  color: #ff45a3;
}

/* layout */
/* -------------------------------------------------- */
.section {
}
.center {
  text-align:center;
  }
  .pc {
    display: block;
  }
  .pc_i {
    display: inline-block;
  }
  .sp {
    display: none;
  }
  .sp_i {
    display: none;
  }

  @media screen and (min-width:1061px){
    article h1 {
    font-size: 48px;
  }
    article .h1_sub {
    font-size: 40px;
  
  }
  article.detail .h1_sub {
    font-size: 30px;
  
  
  }
  .choice_box .inner .text01{
    font-size: 20px;
  }
  .choice_box .inner .vote_btn .btn_box .box_inner {
    font-size: 16px;
  }
  .add_btn a {
    font-size: 24px;
  
  
  }
  
  }

/* ---------------全デバイス共通(pc)-end--------------------- */
/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width:560px){/* tablet */
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
	
  /* -------------------tablet END------------------------- */}

/*----------------------------------------------------------*/
/* sp用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 559px){/* sp */

 
  

 /* header */
/* -------------------------------------------------- */
header {
  height: 70px;
}
header .header_content {
  width: 100%;
  padding: 0 15px;
  max-width: inherit;
  margin: 0;
}
header .header_content .logo {
  width: 75%;

}
header .header_content .logo img {
  width: 100%;
  height: auto;

}
header .header_content .header_btn a {
  padding: 10px 8px ;
  font-size: 11px;


} 


/* footer */
  /* -------------------------------------------------- */
  footer {
    padding-bottom: 120px;
  }
  #top footer,#result footer {
    padding-bottom: 0;
  }
  .footer_wrap01 {
    padding: 20px;
    margin-bottom: 0;
  }
  .footer_l {
    text-align: center;
    width: 100%;
  }
  .footer_l img {
    width: 75%;
  }
  .footer_r {
    text-align: center;
    width: 100%;
  }
  .footer_r img {
    width: 23px;
    vertical-align: inherit;
  }
  .footer_wrap02 {
    padding: 15px 0 20px;
  }	

/* frame */
/* -------------------------------------------------- */

.pc {
  display: none;
}
.pc_i {
  display: none;
}
.sp {
  display: block;
}
.sp_i {
  display: inline-block;
}


#container {
}
#wrap {
  padding: 0;
}
#top #wrap {
  padding: 0 0 45px;
}


article {
  max-width: inherit;
  margin: 0;
  padding: 50px 15px;
}
#top article {
  margin: 0 auto;
  padding-top: 0;
}
article h1 {
  font-size: 20px;
  margin-bottom: 30px;
}
article .h1_sub {
  font-size: 16px;
  margin-bottom: 10px;

}
article.detail h1 {
  margin-bottom: 10px;
}

article.detail .h1_sub {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.4;


}


.mv {
  max-width: inherit;
  margin: 0 auto 50px;
  display: block;
}
.mv .img_box {
  width: 100%;
  margin-bottom: 25px;
  padding: 0 15px;
  box-sizing: border-box;
}

.mv .text_box {
  width: 100%;
  margin: 0 0 25px;
  padding: 0 15px;
  box-sizing: border-box;
  
}
.mv .text_box .title01 {
  font-size: 20px;
  margin-bottom: 10px;
}
.mv .text_box .title01 span {
  font-size: 17px;
  white-space: nowrap;
}

#top .show_wrap {
  padding: 25px 15px 15px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto 45px;
}

#top .show_wrap::before {
  content: "";
  display: block;
  background: #F5F5F5;
  width: 84%;
  height: 1px;
  position: absolute;
  left: 8%;
  top: -1px;
}

#top .show_wrap .title {
  color: #FF45A3;
  font-size: 18px;
  text-align: center;
  position: absolute;
  text-align: center;
  left: 0;
  top: -16px;
  width: 100%;
}
#top .show_wrap .title span {
  position: relative;
  display: inline-block;
}
#top .show_wrap .title span::before {
  content: "";
  display: block;
  width: 2px;
  height: 25px;
  background: #FF45A3;
  transform:rotate(-45deg); 
  position: absolute;
  left: -15px;
  bottom: 3px;

}
#top .show_wrap .title span::after {
  content: "";
  display: block;
  width: 2px;
  height: 25px;
  background: #FF45A3;
  transform:rotate(45deg); 
  position: absolute;
  right: -15px;
  bottom: 3px;

}
#top .show_wrap .box {
  display: block;
}
#top .show_wrap .box .box_pic {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
#top .show_wrap .box .box_pic img {
  width: 40%;
}
#top .show_wrap .box .box_text {
  width: 100%;
  
}
#top .show_wrap .box .box_text .tit01 {
  font-size: 16px;
  
}
#top .show_wrap .box .box_text .txt01 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;

  
}
#top .show_wrap .box .box_text .txt02 {
  display: flex;
  justify-content: flex-start;

}

#top .bnr01 {
  margin-bottom: 10px;
  text-align: center;
  width: 90%;
}
#top .bnr_sub {
  margin-bottom: 40px;
  text-align: center;
}

#top .text_schedule {
  max-width: inherit;
  margin-bottom: 30px;
}
#top .text_schedule p {
  font-size: 22px;
  color: #FE4BAE;
  border: solid 2px #FE4BAE;
  background: #FFF;
  text-align: center;
  padding: 20px 0;
  width: 100%;
  min-width: inherit;
  box-sizing: border-box;
  margin: 0;
}


.movie_wrap {
  max-width: inherit;
  margin: 0 0 40px;
}
.movie_wrap .tit {
  font-size: 16px;
  margin-bottom: 10px;

}

.movie_wrap .box.box01 {
  margin-bottom: 30px;
}


.online_btn {
  max-width: inherit;
  margin: 0 0 45px;
  padding: 0 15px;
}
.site_bnr {
  max-width: inherit;
  margin: 0 0 45px;
  text-align: center;
}
.site_bnr img {
  width: 100%;
  height: auto;
  max-width: inherit;
}
.site_bnr .title {
  font-size: 17px;
  font-weight: bold;
}
.site_bnr .title span {
  font-weight: normal;
}

.questionnaire_btn {
  text-align: center;
  padding-bottom: 50px;

}
.questionnaire_btn a {
  width: 100%;
  max-width: inherit;
  padding: 15px 0 ;
  font-size:15px;
  
}
.questionnaire_btn a .span01{
  font-size:17px;
  
}
.questionnaire_btn a .span02{
  font-size:18px;
  
}

.course_list{
  display: block;
  padding-bottom: 30px
}
.course_list li{
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
.course_list li:last-child{
  margin-bottom: 0px;
}
.course_list li a:hover{
  opacity: 1;
  transition-duration: inherit;

}

.course_list li .pic_wrap img{
  max-height:200px ;
  object-fit: contain;
}
.course_list li .text_wrap{
  font-size: 12px;
  padding: 15px;
  line-height: 1.6;
}
.course_list li .text_wrap .course_title{
  font-size: 16px;
  margin-bottom: 10px;
}
/* .course_list li .vote{
  font-size: 13px;
  padding: 3px 10px;

} */


.course_list li .vote::before{
  content: "投票受付中!";
  display: block;
  position: absolute;
  top: 6px;
  left: -71px;
  transform: rotate(-45deg);
  z-index: 2;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 12px;
  width: 6em;
  height: 6em;

}

.works_list{
  padding-bottom: 5%;
}
.works_list li{
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}
.works_list li:nth-child(3n){
  margin-right: 4%;
}
.works_list li:nth-child(2n){
  margin-right: 0;
}
.works_list li.prize{
  width: 100%;
  margin-right: 0;
}
.works_list li.prize:nth-of-type(3n){
  margin-right: 0;

}
.works_list li.prize:nth-of-type(2n){
  margin-right: 0;

}
.works_list li .pic_box a::before{
  background: url(../../img/icon_zoom.png) no-repeat center center / 25px auto;
  width: 25px;
  height: 25px;
}
.works_list li .pic_box{
}
.works_list li .pic_box img{
  height:140px ;
	object-fit: cover;
	object-position: 50% 20%;
  font-family: 'object-fit: cover;object-position: 50% 20%;';
}
.works_list li.prize .pic_box img{
  height:280px ;
}
.works_list li .text_wrap{
  font-size: 12px;
  padding: 15px;
  line-height: 1.6;
}
.works_list li.prize .text_wrap{
  padding: 15px;
}
.works_list li .text_wrap .course_title{
  font-size: 16px;
  margin-bottom: 10px;
}
.works_list li .text_wrap .prize_text{
  font-size: 16px;
  margin-bottom: 0px;
}
.works_list li .text_wrap .btn{
  text-align: center;
  margin-top: 15px;

}
.works_list li .text_wrap .btn a{
  display: inline-block;
  background: #323232;
  color: #FFF;
  text-align: center;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  padding: 7px 30px ;


}


.btn_back {
  text-align: center;
}
.btn_back a {
  width: 60%;
  padding: 10px 0;
  font-size: 15px;
}

.choice_box {
  height: 120px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 15px;
}
.choice_box.bottom {
  bottom: 0px;
}

.choice_box .inner{
  width: 100%;
  max-width: inherit;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.choice_box .inner .text01{
  font-size: 14px;
  width: 100%;
  line-height: 1.3;
  background-image: none;
  text-align: center;
  margin-bottom: 15px;
  position: static;
}
.choice_box .inner .choice_list{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
}
.choice_box .inner .choice_list li:last-child {
  margin-right: 5%;
}
.choice_box .inner .choice_list li img{
}
.choice_box .inner .choice_list li .btn01{
  position: absolute;
  top:-10px;
  right: -10px;
  width: 20px;
  height: 20px;
  display: none;
  cursor: pointer;
}


.choice_box .inner .vote_btn  {
  width: 15%;
  margin-left: 0;
  position: static;
  right: 0;
  bottom: 0;


}
.choice_box .inner .vote_btn a  {
  display: block;
}
.choice_box .inner .vote_btn .btn_box  {
  transition-duration: inherit;
}


.choice_box .inner .vote_btn .btn_box .box_inner {
  font-size: 14px;
  line-height: 1.2;
}

.detail_text {
  margin-bottom: 20px;
}
.detail_pic {
  margin-bottom: 30px;

}
.detail_pic img {
  max-height: 350px;

}
.add_btn {
  margin-bottom: 25px;

}
.add_btn a {
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 30px;
  background: #FF34A9 url(../../img/icon_add_btn.png) no-repeat left 15px center / 16px auto;
  box-sizing: border-box;

}
.bottom_link_contents {
  /* padding: 30px 0 45px; */
}

.bottom_link_contents .inner {
  max-width: inherit;
  margin: 0;
}
.bottom_link_contents .inner .tit01 {
  line-height: 1;
  text-align: center;
  font-size: 17px;
  margin-bottom: 20px;
}
.bottom_link_contents .inner ul li {
  width: 48%;
  margin-right: 4%;
}
.bottom_link_contents .inner ul li:nth-child(3n) {
  margin-right: 4%;
}
.bottom_link_contents .inner ul li:nth-child(2n) {
  margin-right: 0;
}
.bottom_link_contents .inner ul li:nth-child(3) {
  border-top: none;
}
.bottom_link_contents .inner ul li a {
  min-height: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 20px;
  font-size: 12px;
}
.bottom_link_contents .inner ul li a:before {
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
}
.bottom_link_contents .inner ul li a:after {
  left: 4px;
}
.bottom_link_contents .inner ul li a:hover {
  color: #505050;
  -webkit-transition: inherit;
  transition: inherit;
}
	
/* ---------------------SP END----------------------------- */}






