﻿/*------------------------------------
●○●○●基本●○●○●
------------------------------------*/
body {
  margin: 0;
  padding: 0;
  background-attachment: fixed;
  overflow-x: hidden;
  font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo;
  font-size: 62.5%;
  font-weight:bold;
  position: relative;
  line-height: 1.5;
}
#wrap{
  width: 100%;
  overflow:hidden;
}
a{
  text-decoration: none;
}
a:hover{
  color:#E95B99;
  cursor: pointer;
}
.sp_h2{
  display: none;
}
.pc_none{
  display: none;
}
.inquiry{
  font-size: 1.4vw;
  font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  font-weight: 700;
  margin:30px auto;
  color: #E95B99;
}
.inquiry a{
  font-size: 1.4vw;
  font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  font-weight: 700;
  text-decoration: none;
  color: #E95B99;
}
.inquiry a:hover{
  color: #F9D3DD;
}

/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #F9D3DD;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}

/*------------------------------------
●○●○●共通●○●○●
------------------------------------*/
.relative_box{
  position: relative;
}
.center {
  text-align:center;
}
.attention_txt{
font-size:12px;
margin-top: 5px;
}
.small_txt{
font-size:1.2vw;
}
.txt_indent{
padding-left:1em;
}
.indent-1 {
padding-left:1em;
text-indent:-1em;
}
.indent-1_6 {
padding-left:1.6em;
text-indent:-1.6em;
}
.indent-2_0 {
padding-left:2.0em;
text-indent:-2.0em;
}
.link_btn_box {
  text-align:center;
  display: inline-block;
  border-radius: 100px 100px;
  width:70%;
  text-align:center;
 box-sizing: border-box;
 background: #ffffff;
 -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.link_btn_box:hover{
  background-color: #E95B99;
}
a.link_btn {
  border: solid 8px #E95B99;
  border-radius: 100px 100px;
  color: #E95B99;
  text-decoration: none;
  font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  font-weight:bold;
  font-size: 2vw;
  display: block;
  padding: 15px 80px 13px;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a.link_btn:hover {
  color: #ffffff;
}
a.link_btn:after{
display: inline-block;
    content: '';
    width:18px;
    height: 18px;
    margin-bottom: 2px;
    margin-left: 9px;
    vertical-align: middle;
    background-image: url(../img/icon/arrow.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a.link_btn:hover:after{
    background-image: url(../img/icon/arrow_h.png);
}
.link_btn_box2 {
  text-align:center;
  box-sizing: border-box;
  display: inline-block;
  width:100%;
  text-align:center;
  background:#ffffff;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.link_btn_box2:hover {
  background-color: #E95B99;
}
a.link_btn2 {
  border: solid 8px #E95B99;
  color: #E95B99;
  text-decoration: none;
  font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  font-weight:bold;
  font-size: 2vw;
  display: block;
  padding: 15px 80px 13px;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a.link_btn2:hover {
  color: #ffffff;
}
a.link_btn2:after{
display: inline-block;
    content: '';
    width: 18px;
    height: 18px;
    margin-bottom: 2px;
    margin-left: 9px;
    vertical-align: middle;
    background-image: url(../img/icon/arrow.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a.link_btn2:hover:after{
    background-image: url(../img/icon/arrow_h.png);

}
.content_warp{
  width: 80%;
  max-width: 1440px;
  margin:0 auto;
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}
.attention{
background: linear-gradient(transparent 60%, #FFFD40 60%);
padding-bottom: 4px
}
.go_entry{
position: absolute;
right:0.5vw;
bottom: 36px;
width:15%;
z-index: 99;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.go_entry:hover{
transform: scale(1.1,1.1);
}
.go_entry a{
  display: block;
}
.go_entry img{
  width:100%;
}
@media screen and (min-width:1600px){
.go_entry{
position: absolute;
right:120px;
bottom: 5%;
width:15%;
z-index: 99;
}
}
@media screen and (max-width: 1300px){
.go_entry{
position: absolute;
right:10px;
bottom: 5px;
width:13%;
z-index: 99;
}
}


/*------------------------------------
●○●○●TOP●○●○●
------------------------------------*/
.top_kv{
  width: 100%;
  background-image:url(../img/kv/kv_mokumoku.svg),url(../img/kv/kv_pichan.png),url(../img/kv/kv_biribiri_p.svg),url(../img/kv/kv_bira.svg),url(../img/kv/img_kv_back.png);
  background-position:left 38% top -10%,left 25% top 27%,right 35% top -20px,top,top;
  background-repeat:no-repeat;
  background-size:10%,10%,8%,100%,cover;
  position: relative;
}
.img_kv_24{
  position: absolute;
  right: 0;
  top: -28px;
  width:15%;
}
.img_kv_24 img{
  width:100%;
}
.kv_cup{
  position: absolute;
  left: 4%;
  top: -30px;
  width:15%;
}
.kv_cup img{
  width:100%;
}
.kv_sp_w{
  position: absolute;
  right: -50px;
  bottom: 20px;
  width:15%;
}
.kv_sp_w img{
  width:100%;
}
.kv_sp_p{
  position: absolute;
  left:-40px;
  bottom:0;
  width:25%;
}
.kv_sp_p img{
  width:100%;
}
.kv_youtube{
  position: absolute;
  right:20%;
  top:30%;
  width:13%;
}
.kv_youtube img{
  width:100%;
}
.kv_pichan{
  display: none;
}
.logo_img{
  margin:0 auto;
  text-align: center;
  padding-top: 50px;
}
.logo_img img{
  width: 40%;
  height: 40%;
}
.kv_txt_box{
  width:80%;
  max-width: 1000px;
  margin: 0 auto;
 padding-bottom: 60px;
 position: relative;
}
.kv_txt_box .kv_txt_img{
  width:80%;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
}
.kv_txt_box img{
  width:100%;
  margin: 0 auto;
  text-align: center;
}
.shoukin{
  position: absolute;
  right: -10px;
  top: 20px;
  width: 12%;
}
.shoukin img{
  width: 100%;
}
.kv_txt{
  padding:4% 20px 4%;
  background: #ffffff;
  margin-top: -20px;
}
.kv_txt p{
  text-align: center;
  font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  font-weight:bold;
  line-height: 1.7;
  font-size: 1.5vw;
  color: #011A5D;
}
@media screen and (min-width:1600px){
.kv_txt p{
  text-align: center;
  font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  font-weight:bold;
  line-height: 1.7;
  font-size: 1.2vw;
  color: #011A5D;
}
}
@media screen and (max-width:1300px){
.kv_txt p{
  text-align: center;
  font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  font-weight:bold;
  line-height: 1.7;
  font-size: 1.8vw;
  color: #011A5D;
}
}

/*------------------------------------
●○●○●ピクチャンとは●○●○●
------------------------------------*/
.product_warp{
  background-image: url(../img/product/product.svg), url(../img/product/product_r.svg),url(../img/product/icon_store.svg);
  background-position: left -4% top -16px,right -55px bottom -20px,left 10% bottom 0;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size:14vw,15vw,12vw;
  padding-bottom: 120px;
  position: relative;
}
.content_warp_nb{
  width: 80%;
  max-width: 1440px;
  margin:0 auto;
  padding-top: 100px;
  position: relative;
  z-index: 100;
}
.content_warp_nb h2 img{
  width: 70%;
  position: absolute;
}
.content_warp h2 img.camp{
  width: 100%;
}
.content_warp_nb .icon_b_b{
  width: 35vw;
  position: absolute;
  z-index: -1;
  right: -16%;
  top:5% ;
}
.content_warp_nb .icon_b_b img{
  width: 100%;
}
.product_box{
  margin-top: 10vw;
  font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  font-weight:bold;
  overflow:hidden;
}
.product_box .sawaguchi{
  width: 35%;
  float: left;
}
.product_box .sawaguchi img{
  width: 100%;
}
.product_box .about_pic{
  float: right;
  background-image:url(../img/product/img_hukidasi.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 65%;
  max-width: 889px;
  max-height: 551px;
  height:auto;
  overflow: hidden;
}
.product_box .about_pic p{
  line-height: 1.7;
  margin:9vw 6vw 9vw 4vw;
  font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  font-weight:bold;
  font-size:1.5vw;
  color: #E95B99;
}
.product_box .about_pic_cap{
  color: #E95B99;
  font-size:1.5vw;
  float: left;
  overflow:hidden;
  margin-top: 20px;
}
.product_box .about_pic_cap .name_font{
  font-size:1.9vw;
  font-weight: bold;
  line-height: 1.5;
  background-image:url(../img/icon/border_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom 0 right 0;
}
.about_pic_box{
  margin-top: 40px;
  border: solid 8px #E95B99;
  overflow: hidden;
  padding:30px 10%;
  margin-bottom: 80px;
  background:url(../img/download_back.png);
  background-size: cover;
}
.sample_pic{
  float: left;
  overflow: hidden;
  width:25%;
  border: solid 2px #F9D3DD;
}
.sample_pic img{
  width:100%;
}
.sample_txt{
  float: right;
  overflow: hidden;
  margin-top:8px;
  width:73%;
}
.sample_txt img{
  width:100%;
}


/*------------------------------------
●○●○●応募●○●○●
------------------------------------*/
.campain_warp{
  background-color: #F9D3DD;
  background-image: url(../img/campaing/campaing.svg), url(../img/icon/mokumoku2.svg), url(../img/icon/biribiri.svg), url(../img/icon/icon_b_pp.svg);
  background-position: right -10px top 50%,left -8% top 25vw,left 20px top 50px,left 0 bottom 35px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size:14vw,15vw,10vw,210px;
  position: relative;
}
.campain_txt{
  font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  font-weight:bold;
  font-size: 1.7vw;
  color: #E95B99;
  line-height: 1.5;
}
.campain_box{
  margin:7vw 0 40px;
  padding:50px 60px 30px;
  width:45%;
  background:#ffffff;
  position: relative;
  border: 8px solid #E95B99;
  box-sizing: border-box;
   border-radius: 30px;
}
.campain_box.pd_small{
  padding:50px 10px 30px;
}
.box_tit{
  padding:20px 30px;
  font-size:2vw;
  font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  font-weight:bold;
  color: #ffffff;
 background:#E95B99;
 display: inline-block;
 border-radius: 50px;
 position: absolute;
 top: 0;
 left: 50%;
 transform: translate(-50%, -50%);
}
.campain_box_cont{
  font-size:1.3vw;
  font-family: "Shin Go Light", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  text-align: center;
  line-height: 1.5;
}
.campain_box_cont a{
  text-decoration: none;
  font-weight: bold;
  color: #E95B99;
}
.campain_box_cont a:hober{
  color: #F9D3DD;
}
.campain_schedule_box{
  margin:40px 0;
  padding:0 0 30px;
  width:45%;
  background:#ffffff;
  position: relative;
  border: 8px solid #011A5D;
   border-radius: 30px;
   box-sizing: border-box;
}
.box_tit_s{
  padding:20px 60px;
  font-size:2vw;
  font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  font-weight:bold;
  color: #ffffff;
 background:#011A5D;
 display:block;
 border-radius: 20px 20px 0 0;
 text-align:center;
}
.cschedule_box_cont{
  font-size:2.2vw;
  font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  font-weight:bold;
  color: #011A5D;
  text-align:center;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 1.3;
}
.cschedule_box_cont span{
  font-size: 1.4vw;
  }
.campain_left{
  margin-top: 70px;
}
.campain_right{
  float: right;
  width:50%;
  margin-bottom:80px;
}
.campain_box2{
  padding:30px 0 0px;
  width:100%;
  background:#ffffff;
  position: relative;
  border: 8px solid #E95B99;
   border-radius: 30px;
   box-sizing: border-box;
}
.box_tit2{
  padding:20px 30px;
  font-size:2vw;
  font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  font-weight:bold;
  color: #ffffff;
 background:#E95B99;
 display: inline-block;
 border-radius: 50px;
 position: absolute;
 top: 0;
 left: 50%;
 transform: translate(-50%, -50%);
}
ul.campain_txt_d{
  font-size:1.3vw;
  font-family: "Shin Go Light", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  border-bottom: dashed 4px #FE86A5;
  margin-top: 30px;
  padding-bottom: 30px;
  line-height: 1.5;
}
ul.campain_txt_d li:first-child{
  font-size:1.4vw;
  font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  font-weight:bold;
  color: #E95B99;
  margin:0 30px 10px;
}
ul.campain_txt_d li{
    margin:0 30px 4px;
}
ul.campain_txt_d:last-child{
  border-bottom: none;
}


/*------------------------------------
●○●○●審査●○●○●
------------------------------------*/
.judge_warp{
  background-image: url(../img/judge/judge.svg), url(../img/judge/mokumoku.svg), url(../img/judge/prize.svg), url(../img/icon/icon_b_bp.svg);
  background-position: left -3px top -15px,right -10px top 30%,right -10px bottom 30px,left -15px bottom 150px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size:48%,15%,45%,25%;
  margin-bottom: 100px;
  z-index:;
  position: relative;
}
.judge_schedule_box{
  margin-top: 30px;
    margin-left: auto;
    width: calc(100% - 20px);
    height: 100%;
    background: url(../img/judge/back_bd.png);
    border:solid 8px #E95B99;
    z-index: -1;
    padding-top: 20px;
    position: relative;
    margin-bottom: 120px;
}
.judge_schedule_box.dot{
  margin-top: 30px;
    margin-left: auto;
    width: calc(100% - 20px);
    height: 100%;
    background: url(../img/judge/back_dot.png);
    border:solid 8px #E95B99;
    z-index: -1;
    padding-top: 20px;
    position: relative;
    margin-bottom: 120px;
}
.judge_tit{
  font-size:1.7vw;
font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  font-weight:bold;
  color: #ffffff;
  background: #E95B99;
  display: inline-block;
  padding: 20px 40px;
  position: absolute;
  top: -4.6%;
  left: -20px;
}
.judge_tit2{
  font-size:1.7vw;
font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  font-weight:bold;
  color: #ffffff;
  background: #E95B99;
  display: inline-block;
  padding: 20px 40px;
  position: absolute;
  top: -6.2%;
  left: -20px;
}
.judge_schedule{
  border:solid 8px #E95B99;
  background: #ffffff;
  padding: 50px;
   width: calc(100% - 120px);
  margin-left: -20px;
  margin-bottom: -32px;
}
.judge_schedule li{
  display: flex;
  position: relative;
  margin-bottom: 25px;
}
.judge_schedule li.now:after {
 border-top: 15px solid #E95B99;
 border-left: 40px solid transparent;
 border-right: 40px solid transparent;
 content: "";
 position: absolute;
 bottom: -20px; /* 三角形の高さ＋ボックスのボーダーをマイナスに */
 left: 16.8%;/* 中央寄せに使用 */
 margin-left: -70px; /* 中央寄せに使用 */
}
.judge_schedule li.end:after {
 border-top: 15px solid #C398AB;
 border-left: 40px solid transparent;
 border-right: 40px solid transparent;
 content: "";
 position: absolute;
 bottom: -20px; /* 三角形の高さ＋ボックスのボーダーをマイナスに */
 left: 16.8%;/* 中央寄せに使用 */
 margin-left: -70px; /* 中央寄せに使用 */
}
.judge_schedule li:after {
 border-top: 15px solid #F9D3DD;
 border-left: 40px solid transparent;
 border-right: 40px solid transparent;
 content: "";
 position: absolute;
 bottom: -20px; /* 三角形の高さ＋ボックスのボーダーをマイナスに */
 left: 16.8%;/* 中央寄せに使用 */
 margin-left: -70px; /* 中央寄せに使用 */
}
.judge_schedule li:last-child:after {
 border: none; /* 最後のボックスだけ三角形を表示しない */

}
.judge_schedule ul li .days_in{
  width:25%;
  font-size:1.4vw;
font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  font-weight:bold;
  line-height: 1.5;
  color: #ffffff;
  background: #E95B99;
  padding: 20px;
  text-align:center;
  line-height: 1.3;
  display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 justify-content:center;
}
.judge_schedule ul li .days_ov_in{
  width:75%;
  font-size:1.4vw;
font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  font-weight:bold;
  line-height: 1.5;
  color: #E95B99;
 padding: 20px;
 border: solid 4px #E95B99;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
}
.judge_schedule ul li .days_end{
  width:25%;
  font-size:1.4vw;
font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  font-weight:bold;
  line-height: 1.5;
  color: #ffffff;
  background: #C398AB;
  padding: 20px;
  text-align:center;
  line-height: 1.3;
  display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 justify-content:center;
}
.judge_schedule ul li .days_ov_end{
  width:75%;
  font-size:1.4vw;
font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  font-weight:bold;
  line-height: 1.5;
  color: #fff;
  background: #B9A9B0;
 padding: 20px;
 border: solid 4px #C398AB;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
}
.judge_schedule ul li .days{
  width:25%;
  font-size:1.4vw;
font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  font-weight:bold;
  line-height: 1.5;
  color: #E95B99;
  background: #F9D3DD;
  padding: 20px;
  text-align:center;
  line-height: 1.3;
  display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 justify-content: center; /* 変更なし */
}
.judge_schedule ul li .days_ov{
  width:75%;
  font-size:1.4vw;
font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  font-weight:bold;
  color: #E95B99;
  line-height: 1.5;
 padding: 20px;
 border: solid 4px #F9D3DD;
 display: flex;
  flex-direction :column;
 -webkit-align-items: flex-start; /* 縦方向中央揃え（Safari用） */
 align-items: flex-start; /* 縦方向中央揃え */
 line-height: 1.5;
 justify-content: flex-start;
}
.judge_schedule ul li .days_in2{
  width:25%;
  font-size:1.4vw;
font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  font-weight:bold;
  line-height: 1.5;
  color: #fff;
  background: #E95B99;
  padding: 20px;
  text-align:center;
  line-height: 1.3;
  display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 justify-content: center; /* 変更なし */
}
.judge_schedule ul li .days_ov_in2{
  width:75%;
  font-size:1.4vw;
font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  font-weight:bold;
  color: #fff;
  line-height: 1.5;
 padding: 20px;
 border: solid 4px #C398AB;
 display: flex;
  flex-direction :column;
 -webkit-align-items: flex-start; /* 縦方向中央揃え（Safari用） */
 align-items: flex-start; /* 縦方向中央揃え */
 line-height: 1.5;
 justify-content: flex-start;
 background: #B9A9B0;
}
.judge_schedule ul li a{
  color: #fff;
  position: relative;
}
.judge_schedule ul li a:hover{
  color: #F9D3DD;
}
.schedule_txt{
    font-size:1.4vw;
font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  font-weight:bold;
  line-height: 1.5;
  text-align: center;
  color: #E95B99;
  display: inline-block;
}
.judge_schedule_nopad{
  border:solid 8px #E95B99;
  background: #ffffff;
   width: calc(100% - 20px);
  margin-left: -20px;
  margin-bottom: -40px;
}
.judge_schedule_nopad li.judge_item{
  border-bottom: dashed 4px #FE86A5;
}
.judge_schedule_nopad li.judge_item:last-child{
  border-bottom: none;
}
.judge_schedule_nopad li .judge_item_tit{
  display: flex;
  position: relative;
  padding:40px 40px;
}
.judge_schedule_nopad li .judge_item_number{
  width:20%;
      display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.judge_schedule_nopad li .judge_item_number img{
  width:80%;
}
.num3{
  width:70% !important;
}
.judge_schedule_nopad li .judge_item_txt{
      font-size:1.4vw;
font-size: 1.3vw;
    font-family: "Shin Go Light", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
    line-height: 1.5;
    width:100%;
}
.judge_schedule_nopad li .judge_item_txt span{
      font-size:1.6vw;
    font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
    font-weight: bold;
    line-height: 1.5;
    color: #E95B99;
}
.judge_item_txt_pc{
    font-size: 1.3vw;
    font-family: "Shin Go Light", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
    line-height: 1.5;
    width: 100%;
}
.judge_item_txt_sp{
  display: none;
}



/*------------------------------------
●○●○●PRIZE●○●○●
------------------------------------*/
.prize_box{
border:solid 8px #011A5D;
color: #011A5D;
box-sizing: border-box;
background: url(../img/judge/back_bd.png);
display: flex;
margin-bottom: 60px;
padding: 20px 20px;
}
.prize_box .prize_img {
    width: 30%;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.prize_box .prize_img img{
    width: 100%;
}
.prize_box .prize_txt{
  display: flex;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  line-height: 1.5;
  justify-content: center;
}
.prize_box .prize_txt h3{
    width: 30%;
    margin-bottom:8px;
}
.prize_box .prize_txt h3 img{
    width: 100%;
}
.prize_box .prize_txt p{
   font-size:1.5vw;
font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  font-weight:bold;
  line-height: 1.8;
}
.prize_box .prize_txt p span.bold_font{
   font-size:1.7vw;
font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  font-weight:bold;
  line-height: 1.8;
}
.prize_box .prize_txt_sp{
  display: none;
}
.icon_sp_p{
    width: 18%;
    position: absolute;
    z-index: 100;
    left:-15%;
    bottom: -10%;
}
.icon_sp_p img{
    width: 100%;
}
.icon_sp_w{
    width: 37%;
    position: absolute;
    z-index: 100;
    right:-28%;
    bottom: -24%;
}
.icon_sp_w img{
    width: 100%;
}
.icon_youtube{
    width: 15%;
    position: absolute;
    z-index: 500;
    right:-2%;
    bottom: -8%;
}
.icon_youtube img{
    width: 100%;
}
.icon_pichan{
    width: 20%;
    position: absolute;
    z-index: 100;
    left:-10%;
    bottom:-20%;
}
.icon_pichan img{
    width: 100%;
}
.icon_num24{
    width: 17%;
    position: absolute;
    z-index: 100;
    right:0;
    bottom: -5%;
}
.icon_num24 img{
    width: 100%;
}


/*------------------------------------
●○●○●ダウンロード●○●○●
------------------------------------*/
.download{
    width: 100%;
    padding:80px 0;
    background:url(../img/download_back.png);
    background-size: cover;
}
.download .link_btn_box2{
    max-width: 1440px;
    width: 80%;
    text-align: center;
    box-sizing: border-box;
}


/*------------------------------------
●○●○●エントリー●○●○●
------------------------------------*/
.entry_box{
    width: 100%;
    padding:80px 0;
    background:#F9D3DD;
}
.entry_box .entry_btn_box{
    max-width: 1440px;
    width: 80%;
    text-align: center;
    box-sizing: border-box;
}
.entry_btn_box {
  text-align:center;
  border: solid 8px #E95B99;
  box-sizing: border-box;
  display: inline-block;
  width:100%;
  text-align:center;
  background:url(../img/entry/entry_back.png);
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all  0.1s ease-out;
}
.entry_btn_box:hover{
  background:url(../img/judge/back_bd.png);
}
a.entry_btn {
  color: #E95B99;
  text-decoration: none;
  font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  font-weight:bold;
  font-size: 2vw;
    line-height: 1.2;
  display: block;
  padding: 50px 80px 40px;
}
a.entry_btn img{
  width:80%;
}
a.entry_btn span{
font-size: 1.3vw;
}


/*------------------------------------
●○●○●フッター●○●○●
------------------------------------*/
.footer{
  background: #E95B99;
  padding:30px;
}
.footer p{
  text-align: center;
  color: #ffffff;
  font-size: 1.0vw;
  font-family: "Shin Go Light", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
}


/*------------------------------------
●○●○●応募規約●○●○●
------------------------------------*/
.term_wrap{
  background: #F9D6DF;
  padding: 120px 0;
}
.term_wrap h1{
  color: #000;
  font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  font-weight:bold;
  font-size: 50px;
  text-align: center;
  margin-bottom: 120px;
}
.term_txt_box{
  width:80%;
  max-width: 1200px;
  margin:0 auto;
}
.term_txt_cont h2{
  font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  font-weight:bold;
  font-size: 18px;
  margin-bottom:15px;
}
.term_txt_cont h3{
  font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  font-weight:bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.term_txt_cont ul{
  font-family: "Shin Go Light", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  line-height: 1.7;
  font-size: 16px;
  margin-bottom:15px;
}
.term_txt_cont ul ul{
  padding-left: 1em;
}
.term_txt_cont {
  font-family: "Shin Go Light", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  line-height: 1.7;
  font-size: 16px;
  margin-bottom:15px;
}
.term_txt{
  margin-bottom:50px;
}


/*------------------------------------
●○●○●審査基準●○●○●
------------------------------------*/
.judge_ov_wrap{
  padding: 120px 0;
}
.judge_ov_wrap h1{
  color: #E95B99;
  font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  font-weight:bold;
  font-size: 50px;
  text-align: center;
  margin-bottom: 120px;
}
.judge_ov_txt_box{
  width:80%;
  max-width: 1200px;
  margin:0 auto;
}
.judge_ov_txt_cont h2{
  font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  font-weight:bold;
  font-size: 18px;
  margin-bottom:15px;
  color: #E95B99;
}
.judge_ov_txt_cont h3{
  font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  font-weight:bold;
  font-size: 16px;
  margin-bottom: 10px;
  color: #E95B99;
}
.judge_ov_txt_cont ul{
  font-family: "Shin Go Light", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  line-height: 1.7;
  font-size: 16px;
  margin-bottom:15px;
}
.judge_ov_txt_cont ul ul{
  padding-left: 1em;
}
.judge_ov_txt_cont {
  font-family: "Shin Go Light", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  line-height: 1.7;
  font-size: 16px;
  margin-bottom:15px;
}
.judge_ov_txt{
  margin-bottom:50px;
}

/*------------------------------------
●○●○●動画一覧●○●○●
------------------------------------*/
.pickup_warp{
  background-color: #F9D3DD;
  background-image:url(../img/pickup/pickup_back.svg), url(../img/pickup/pic_chan.svg), url(../img/pickup/pickup_cup.png);
  background-position:left 0 top 40px,left 0 bottom -20px,right 0 bottom 35px;
  background-repeat:no-repeat, no-repeat, no-repeat;
  background-size:100vw,40vw,20vw;
  position: relative;
}
.pickup_box{
  width: 80%;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}
.pickup_movie_box{
    margin-bottom:50px;
}
.pickup_movie_list{
  display: flex;
  justify-content:space-between;
    margin-bottom:30px;
    flex-wrap:wrap;
}
/*#ytplayer{
  width:32%;
  height: 200px;
  border:solid 2px #F5B0C9;
  margin-bottom:20px;
}*/
.pickup_title_box{
  text-align: center;
  margin-bottom:50px;
}
.pickup_title{
  width: 100%;
}
.pickup_title img{
  width: 80%;
}
.pickup_title_box .read{
  line-height: 1.5;
    font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
    font-weight: bold;
    font-size: 1.5vw;
    color: #E95B99;
    margin-top: -20px;
}



/*------------------------------------
●○●○●入賞一覧●○●○● 20201213
------------------------------------*/
.winning_warp{
  background-color: #F9D3DD;
  background-image:url(../img/pickup/pickup_back.svg), url(../img/pickup/pic_chan.svg), url(../img/pickup/pickup_cup.png);
  background-position:left 0 top 40px,left 0 bottom -20px,right 0 bottom 35px;
  background-repeat:repeat-y, no-repeat, no-repeat;
  background-size:100vw,40vw,20vw;
  position: relative;
}
.winning_box{
  width: 80%;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}
.winning_movie_box{
    margin-bottom:50px;
}
.winning_movie_list{
  display: flex;
  justify-content:space-between;
    margin-bottom:30px;
    flex-wrap:wrap;
}
.winning_movie_yb{
  width:46%;
  border:solid 8px #E95B99;
  border-radius: 20px;
  margin-bottom:15px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 40px;
   background: url(../img/entry/entry_back.png);
}
#ytplayer{
  width:101%;
  min-height: 200px;
  height: 20vw;
  margin-bottom: -2px;
  border-bottom:solid 8px #E95B99;
}
.winning_movie_name{
  text-align: center;
  padding:15px 10px 25px 10px;
  line-height: 1.5;
    font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
    font-weight: bold;
    font-size: 1.4vw;
    color: #E95B99;
}
.winning_movie_no{
    font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
    font-weight: bold;
    font-size: 1.1vw;
    color: #E95B99;
}
.winning_title_box{
  text-align: center;
  margin-bottom:50px;
}
.winning_title{
  width: 100%;
}
.winning_title img{
  width: 80%;
}
.winning_title_box .read{
  line-height: 1.5;
    font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
    font-weight: bold;
    font-size: 1.5vw;
    color: #E95B99;
    margin-top: -30px;
}

/*------------------------------------
●○●○●IEイレギュラー●○●○●
------------------------------------*/
@media all and (-ms-high-contrast: none){
  .kv_sp_p{
  position: absolute;
  left:-40px;
  top:30%;
  width:25%;
}
.kv_sp_p img{
  width:100%;
}
.kv_sp_w{
  position: absolute;
  right: -50px;
  top: 35%;
  width:15%;
}
.kv_sp_w img{
  width:100%;
}
.attention{
background: linear-gradient(transparent 70%, #FFFD40 70%);
padding-bottom: 1px
}
a.link_btn {
  border: solid 8px #E95B99;
  border-radius: 100px 100px;
  color: #E95B99;
  text-decoration: none;
  font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  font-weight:bold;
  font-size: 2vw;
  display: block;
  padding: 25px 80px 13px;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a.link_btn2 {
  border: solid 8px #E95B99;
  color: #E95B99;
  text-decoration: none;
  font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
  font-weight:bold;
  font-size: 2vw;
  display: block;
  padding: 25px 80px 13px;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.prize_box .prize_txt{
  display: block;
  line-height: 1.5;
  justify-content: center;
}
.prize_box .prize_img {
    width: 22%;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
}

/*------------------------------------
●○●○●審査結果●○●○● 20200214
------------------------------------*/

.final_winning_warp{
  background-color: #fff;
  background-image:
  url(../img/final/cup2.png),
  url(../img/kv/kv_sp_w.png),
  url(../img/final/logo.svg),
  url(../img/final/final_batibati.svg),
  url(../img/final/final_mokumoku.svg),
  url(../img/final/final_back3.svg),
  url(../img/final/cup1.png),
  url(../img/final/youtube.png),
  url(../img/pickup/pickup_back.svg),
  url(../img/final/final_back1.svg),
  url(../img/final/final_back2.svg);
  background-position:
  right -5vw bottom 2vw,
  left 11vw top 33vw,
  left 1vw bottom 2vw,
  left 4vw bottom 70vw,
  right 5vw bottom 75vw,
  left -100px top -40px,
  right -15vw top -190px,
  right -3vw top 36vw,
  left 0 top 40px,
  left 0 top 0,
  right 0 bottom 0;
  background-repeat:
  no-repeat,
  no-repeat,
  no-repeat,
  no-repeat,
  no-repeat,
  no-repeat,
  no-repeat,
  no-repeat,
  repeat-y,
  no-repeat,
  no-repeat;
  background-size:
  25vw,
  8vw,
  19vw,
  19vw,
  15vw,
  30vw,
  50vw,
  10vw,
  100vw,
  60vw,
  60vw;
  position: relative;
}
.final_winning_box{
  width: 80%;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}
.final_winning_movie_box_1{
    margin-bottom:0px;
}
.final_winning_movie_list_1{
  display: flex;
  justify-content:center;
    margin-bottom:30px;
    flex-wrap:wrap;
}
.final_winning_movie_list{
  display: flex;
  justify-content:space-between;
    margin-bottom:30px;
    flex-wrap:wrap;
}
.final_winning_movie_yb_1{
  width:60%;
  border:solid 8px #E95B99;
  border-radius: 20px;
  margin-bottom:15px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 40px;
   background: url(../img/entry/entry_back.png);
}
.final_winning_movie_yb_1 #ytplayer{
  width:101%;
   height: auto;
  margin-bottom: -2px;
  border-bottom:solid 8px #E95B99;
}
.final_winning_movie_yb{
  width:46%;
  border:solid 8px #E95B99;
  border-radius: 20px;
  margin-bottom:15px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 40px;
   background: url(../img/entry/entry_back.png);
}
#ytplayer{
  width:101%;
  min-height: 200px;
  height: 20vw;
  margin-bottom: -2px;
  border-bottom:solid 8px #E95B99;
}
.final_winning_movie_name{
  text-align: center;
  padding:0 10px 15px 10px;
  line-height: 1.2;
    font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
    font-weight: bold;
    font-size: 3.0vw;
    color: #FFFD40;
    background-color: #E95B99;
    padding-top:5px;
    margin-top: -1px;
}
.final_winning_movie_name2{
  text-align: center;
  padding:15px 10px 20px 10px;
  line-height: 1.2;
    font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
    font-weight: bold;
    font-size: 1.8vw;
    color: #fff;
    background-color: #E95B99;
    border-top: dotted 5px #F9D3DD;
}
.final_winning_movie_comment{
  padding:15px 10px 25px 10px;
  line-height: 1.5;
    font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
    font-weight: bold;
    font-size: 1.2vw;
    color: #E95B99;
}
.final_winning_movie_no{
    font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
    font-weight: bold;
    font-size: 1.0vw;
    color: #fff;
}
.final_winning_title_box{
  text-align: center;
  margin-bottom:50px;
  margin-top:-30px;
}
.final_winning_title{
  width: 100%;
}
.final_winning_title img{
  width: 80%;
}
.final_winning_title_box .read{
  line-height: 1.5;
    font-family: "Shin Go Bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo!important;
    font-weight: bold;
    font-size: 1.5vw;
    color: #E95B99;
    margin-top: -15px;
}
.js-video-btn{
  position: relative;
}
.gp{
  position: absolute;
  right:0;
  width:35%;
}

canvas {
  height: 100%;
  width: 100%;
  position: absolute;
}
