@charset "utf-8";
@font-face {
    font-family: 'BLG';
    src: url(../font/bleage_font.ttf);
}
img{
  vertical-align: top;
  /* PCの右クリック禁止 */
  pointer-events: none;
  -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}
p,span,h1,h2,h3,h4,div,nav{
  font-family: 'Noto Sans JP', sans-serif;
  /* font-family: ヒラギノ角ゴ pro w3,Hiragino Kaku Gothic Pro,游ゴシック体,YuGothic,游ゴシック,Yu Gothic,メイリオ,sans-serif; */
  font-style: normal;
  font-feature-settings: "palt";
}
html {
  scroll-padding-top: 0px; /* 固定ヘッダの高さ分 */
  font-size: 62.5%;
  overflow-x: hidden;
}
  
body {
  line-height: 1.6875;
}
@media (min-width: 800px) {
.pc_br{
  display: none;
}
}
.text_center{
  text-align: center;}
.module_title{
  display: none;
}
.blg-font{
  font-family: 'BLG';
    src: url(font/bleage_font.ttf);
}
.padding_area{
  padding: 50px 0;
}
.padding_top30{
  padding-top:30px;
}
.padding_top20{
  padding-top:20px;
}
@media (min-width: 800px) {
  .padding_top50{
    padding-top: 50px;
  }
  }
/* kv */
.pc_kv{
  width: 100%;
}
.kv{
  width: 100%;
}
.line_orange img{
  width: 100%;
  position: absolute;
  top: -2px;
}
/* vote */
.vote_area{
  background: linear-gradient(360deg, #F2D4B0 10%,#C7DCD4 80%);
  font-size: 1.6rem;
}
.vote_area_bg{
  position: relative;
  background-image: url(../img/noise.webp);
}
.vote_ttl{
  width: 300px;
  margin: 50px auto 0 auto;
}
@media (min-width: 800px) {
  .vote_ttl{
    margin: 50px auto 30px auto;
    width: 500px;
  }
}
.vote_ttl img{
  width: 100%;
}
.vote_term{
  width: 345px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.4rem;
}
@media (min-width: 800px) {
.vote_term{
font-size: 2rem;
width: 100%;
}
}
.vote_term_text{
  width: 35%;
  padding: 10px 5px;
  text-align: center;
  background-color: #340F00;
  color: white;
  border-radius: 5px 0px 0px 5px;
  border: 2px solid #340F00;
}
@media (min-width: 800px) {
.vote_term_text{
  width: 300px;
}
}

.vote_term_date{
  width: 65%;
  border: 2px solid #340F00;
  padding: 10px 5px;
  background-color: #ffffff;
  color: #340F00;
  border-radius: 0px 5px 5px 0px;
  text-align: center;
}
@media (min-width: 800px) {
  .vote_term_date{
    width: 500px;
  }
}

.vote_text{
  text-align: center;
  font-size: 1.8rem;
  line-height: 3.5rem;
  font-weight: bold;
}
@media (min-width: 800px) {
  .vote_text{
    font-size: 2rem;
    line-height: 4.5rem;
  }
}
.step_ttl img{
  width: 120px;
  display: block;
  margin:  0 auto;
  padding-bottom: 20px;
}
@media (min-width: 800px) {
  .step_ttl img{
    width: 200px;
  }
}
/* method */
.method_area{
  width: calc(100% - 30px);
  margin: 0 auto;
}
.method01_img img{
  width: 280px;
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media (min-width: 800px) {
.method_area_top{
display: flex;
gap: 30px;
justify-content: center;
width: 800px;
margin: 0 auto;
}
}

.step_text{
  width: 300px;
  padding-bottom: 20px;
  margin: 0 auto;
}
@media (min-width: 800px) {
.step_text_width{
  width: 650px;
}
}

.method_item{
  background-color: #ffffff;
  border-radius: 15px;
  margin: 30px auto;
  padding: 30px 0;
  border: 3px solid #340F00;
  box-shadow: 5px 5px 0px #340F00;
}
@media (min-width: 800px) {
  .method_item{
    width: 800px;
    padding: 50px 0;
  }
}

@media (min-width: 800px) {
  .method_item_width{
    width:100%;
    margin: 50px 0 0px 0;
  }
}
.solid_btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 250px;
  padding: 10px 25px;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  border: 2px solid #340F00;;
  z-index: 1;
  border-radius: 30px;
  text-decoration: none;
  color: #ffffff;
}

.solid_btn a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  border: 2px solid #340F00;;
  border-radius:30px;
}
.method_btn01 a:before{
  background: #043A5E;
}
.method_btn02 a:before{
  background: #D93916;
}
.solid_btn a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translate3d(0,0.40rem,-1rem);
  transform: translate3d(0,0.40rem,-1rem);
  border: 2px solid #340F00;;
  border-radius: inherit;
  background: #ffffff;
  -webkit-box-shadow: 0 0.6rem 0 0 rgb(0 0 0 / 20%);
  box-shadow: 0 0.4rem 0 0 rgb(0 0 0 / 20%);
  z-index: -2;
}
.solid_btn a:hover {
  transform: translate3d(0,0.2rem,-1rem);
}
.solid_btn a:hover:after {
  transform: translate3d(0,0.2rem,-1rem);
  box-shadow: 0 0.2rem 0 0 rgb(0 0 0 / 20%);
}
.method3_item_img img{
  width: 200px;
  margin: 0 auto;
  display: block;
  padding-top: 20px;
}
@media (min-width: 800px) {
  .method3_item_img img{
    width: 300px;
  }
}
.method3_item_img2 img{
  height: 170px;
  width: auto;
}
@media (min-width: 800px) {
  .method3_item_img2 img{
    height: 200px;
  }
}
.method3_item_ttl img{
  width: 200px;
  margin: 0 auto;
  display: block;
  padding-bottom: 5px;
}
@media (min-width: 800px) {
  .method3_item_ttl img{
    width: 250px;
  }
}
.method3_item01{
  border-radius: 20px;
  background-color: #F4CDC4;
  border: 2px solid #340F00;
  width: 300px;
  margin: 0 auto;
  padding: 30px 0;
}
@media (min-width: 800px) {
  .method3_item01{
    width: 330px;
    margin: 0;
    padding: 50px 0;
  }
}

.method3_item02{
  border-radius: 20px;
  background-color: #CADCD4;
  border: 2px solid #340F00;
  width: 300px;
  margin: 20px auto 0 auto;
  padding: 30px 0;
}
@media (min-width: 800px) {
  .method3_item02{
  margin: 0px;
  width: 330px;
  padding: 50px 0;
  }
}

.method3_item_sub_ttl{
  text-align: center;
  padding-bottom: 30px;
}
@media (min-width: 800px) {
.method3_item_sub_ttl{
  font-size: 2rem;
}
}
.method3_item_attention{
  text-align: center;
}
.method3_item_text{
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media (min-width: 800px) {
  .method3_item_text{
    height: 135px;
  }
}
.method3_area{
  margin-top: 30px;
}
@media (min-width: 800px) {
  .method3_area{
    width: 700px;
    display: flex;
    margin: 0 auto;
    gap: 30px;
    justify-content: center;
  }
}

/* プレゼント */
.present01_line{
  width: 100%;
  position: absolute;
  top: -0.06%;
}
.present01_line img{
  width: 100%;
}
.present_ttl img{
  width: 350px;
  display: block;
  margin: 50px auto 0 auto;
}
@media (min-width: 800px) {
  .present_ttl img{
    width: 400px;
  }
}
.present_ttl_ribon img{
  width: 200px;
  display: block;
  margin: 10px auto;
}
@media (min-width: 800px) {
  .present_ttl_ribon img{
    width: 250px;
  }
}
.present_ttl_sub{
text-align: center;
padding: 20px 0;
font-size: 1.8rem;
}
@media (min-width: 800px) {
  .present_ttl_sub{
    font-weight: bold;
    font-size: 2rem;
  }
}
.present01_area{
  font-size: 1.6rem;
  position: relative;
  background-image: url(../img/present01_bg.webp);
  background-size: contain;
}
.present01_area_bg{
  background-color: #DC5A3B;
  background-size: contain;
}
.announcement_item{
  display: flex;
  margin: 20px auto;
  justify-content: center;
}
@media (min-width: 800px) {
  .announcement_item{
  width: 500px;
  }
}
.announcement_item1{
  width: 100px;
  padding: 3px;
  background-color: #340F00;
  color: white;
  border-radius: 5px 0px 0px 5px;
  border: 1px solid #340F00;
  box-sizing: border-box;
}
@media (min-width: 800px) {
  .announcement_item1{
    width: 30%;
  }
}
.announcement_item2{
  width:230px;
  border: 1px solid #340F00;
  padding: 3px;
  background-color: #ffffff;
  color: #340F00;
  border-radius: 0px 5px 5px 0px;
  box-sizing: border-box;
}
@media (min-width: 800px) {
  .announcement_item2{
    width: 70%;
  }
}
.announcement_inner{
  text-align: center;
}
.present01_attention_inner{
  text-align: center;
  font-size: 1.4rem;
}
@media (min-width: 800px) {
.present01_attention_inner{
  font-size: 1.6rem;
}
}
.present01_attention{
  display: inline-block;
  text-align: left;
}
.color_white{
  color: #fff;
}
.present_text{
  width: calc(100% - 30px);
  margin: 0 auto 30px auto;
}
@media (min-width: 800px) {
.present_text{
  width: 800px;
  font-size: 1.8rem;
  display: block;
  text-align: center;
}
}
/* present02 */
.present02_area_bg{
background-image: url(../img/present02_bg.webp);
background-size: cover;
}
.present02_area{
  font-size: 1.6rem;
}
.present02_attention{
  font-size: 1.4rem;
}
@media (min-width: 800px) {
  .present02_attention{
    font-size: 1.6rem;
  }
}
.present02_club_ttl{
  text-align: center;
  padding-bottom: 30px;
  font-size: 2rem;
}
.present02_club{
  width: calc(100% - 30px);
  margin: 0 auto;
}
.present02_item img{
  width: 180px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 800px) {
  .present02_item {
    width: 300px;
  }
}
.present02_inner_text{
  text-align: center;
  padding-bottom: 20px;
  font-size: 1.5rem;
}
.present02_contents{
  border: 3px solid #340F00;
  box-shadow: 5px 5px 0px #340F00;
  width: calc(100% - 30px);
  border-radius: 15px;
  margin: 0 auto;
  padding: 30px 0;
  background-color: #fff;
}
@media (min-width: 800px) {
.present02_contents{
display: flex;
width: 800px;
box-sizing: border-box;
padding: 30px;
align-items: center;
}
}
.t-shirt_img{
  
}
.t-shirt_img img{
  width: 100%;
  border-radius: 5px 5px 0 0;
  border: 2px solid #340F00;
  box-sizing: border-box;
}
.t-shirt_inner{
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #340F00;
  width: 100%;
  border-radius: 0 0 5px 5px;
  padding: 6px 0;
  gap: 8px;
}
.t-shirt_club img{
  width: 40px;
}
@media (min-width: 800px) {
  .t-shirt_club img{
    width: 50px;
  }
}
.t-shirt_txt{
  color: #fff;
}
.t-shirt_txt p{
  font-size: 1.4rem;
}
.t-shirt_contents{
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: calc(100% - 30px);
  gap: 5px;
  margin: 0 auto;
}
@media (min-width: 800px) {
.t-shirt_contents{
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 800px;
  margin: 0 auto;
  gap: 5px;
}
}
/* movie */
.movie_ttl img{
  width:300px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 800px) {
  .movie_ttl img{
    margin: 50px auto 0 auto;
}
}
.movie_ttl_ribon img{
  width: 300px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 800px) {
.movie_ttl_ribon{
  display: none;
}
}
.movie_ttl_ribon_pc{
  display: none;
}
@media (min-width: 800px) {
.movie_ttl_ribon_pc{
  display: block;
}
.movie_ttl_ribon_pc img{
  display: block;
  width: 800px;
  margin: 0 auto;
}
}
.movie_item_ttl img{
  width: 150px;
  display: block;
  margin: 0px auto 20px auto;
}
.video_item img{
  width: 100%;
}
.movie_contents{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: calc(100% - 30px);
  margin: 50px auto 0 auto;
}
@media (min-width: 800px) {
  .movie_contents{
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 800px;
  }
}
.movie_area{
  background-image: url(../img/heart.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-size:cover
}
/* 応募規約 */
.terms_ttl img{
  width: 300px;
  display: block;
  margin: 0 auto;
}
.terms_ttl_ribon img{
  width: 300px;
  display: block;
  margin: 0 auto;
}
.terms_item_list{
  list-style-position:inside;
}
.terms_item_text{
  padding-top: 30px;
}
.terms_item_ttl{
  padding-top: 30px;
  text-align: center;
}
.terms_item_sub_ttl{
  padding-top: 30px;
}
.terms_item{
  font-size: 1.6rem;
  width: calc(100% - 30px);
  margin: 0 auto;
}
.terms_item_small_ttl{
  padding-top: 20px;
}
@media (min-width: 800px) {
.terms_area{
  width: 800px;
  margin: 0 auto;
}
}

/* footer */
.footer_icon_b-fes{
  width: 100px;
  text-align: center;
}
.footer_icon_b-fes_inner{
  text-align: center;
  padding-bottom: 15px;
}
.footer_icon{
  width: 50px;
  display: inline;
  text-align: center;
}
.footer_icon_inner{
  margin: 0 auto;
  text-align: center;
}
.white_logo img{
  padding-top: 30px;
  width: 80px;
  display: block;
  margin: 0 auto;
}
.footer_inner{
  background-color: #340F00;
  padding: 30px;
  font-size: 1.4rem;
}
.small{
  color: #fff;
  text-align: center;
}
.footer_title{
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
/* 固定ボタン */
.fixed_img img{
  width: 100%;
}
.fixed_img{
  z-index: 999999;
  width: 70px;
  position: fixed;
  bottom: 20px;
  right: 10px;
}
@media (min-width: 800px) {
  .fixed_img{
    width: 90px;
    right: 1.2%;
  }
}

/* fadeUp */
.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
  .fadeUpTrigger{
      opacity: 0;
  }
/* 順番にでてくる */
.box{
  opacity: 0;
}
