@charset "UTF-8";
div#main{
    font-family: 'Zen Kaku Gothic New','游ゴシック','Yu Gothic','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,Osaka,'MS PGothic', arial, helvetica,sans-serif;
	font-size:62.5%;
	line-height:1.6;
	-webkit-text-size-adjust:100%;
	color:#343434;
	background-color:#FEC23F;
	margin-bottom: 90px;
}
/* support iOS */
html{height: -webkit-fill-available;}
body{
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
img,svg{
	width:100%;
	height:auto;
	vertical-align:bottom;
}
.is_pc{display:block;}
.is_sp{display:none;}
@media screen and (max-width:768px){
	.is_pc{display:none;}
	.is_sp{display:block;}
}
/*--------------------------------------------------------
animation
--------------------------------------------------------*/
.animation{
	opacity:0;
}
/*fadeInDown*/
.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1.2s;
	-ms-animation-duration:1.2s;
	animation-duration:1.2s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
0% { opacity: 0; -webkit-transform: translateY(50px); }
100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
0% { opacity: 0; -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); }
100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.anime_delay1{
-moz-animation-delay: 0.6s;
-webkit-animation-delay: 0.6s;
-o-animation-delay: 0.6s;
}
.anime_delay2{
-moz-animation-delay: 1.0s;
-webkit-animation-delay: 1.0s;
-o-animation-delay: 1.0s;
}
.anime_delay3{
-moz-animation-delay: 1.2s;
-webkit-animation-delay: 1.2s;
-o-animation-delay: 1.2s;
}
.anime_delay4{
-moz-animation-delay: 1.4s;
-webkit-animation-delay: 1.4s;
-o-animation-delay: 1.4s;
}
.anime_delay5{
-moz-animation-delay: 1.6s;
-webkit-animation-delay: 1.6s;
-o-animation-delay: 1.6s;
}

/*pokopea_main*/
.pokopea_main{
  position: relative;
  width: 100%;
  /*height: 100%;*/
  overflow: hidden;
  background-color:#FEC23F;
  transition:all 0.6s ease;
  opacity:0;
}
.pokopea_main.is_fadeIn{
  opacity:1;
}
/*pokopea_kv*/
.pokopea_kv{
  position: relative;
  width: 100%;
}
/*pokopea_lineup*/
.pokopea_lineup{
  position: relative;
  width: 100%;
  background-image: url("../../gamepc/img/collab-pokopea/lineup_bg_pc.webp");
  background-repeat: repeat-y;
  background-position: top 0 center;
  background-size: 100% auto;
  z-index: 1;
}
.pokopea_lineup_innr{
  position: relative;
  margin: 0 auto;
  padding-bottom: calc( 7vw + 75px );/*145px:*/
  top: -70px;
  width: 90%;
  max-width: 1140px;
  /*min-width: 970px;*/
}
.ttl_lineup{
  position: relative;
  margin: 0 auto;
  margin-bottom: 85px;
  width: 263px;
}
.ttl_decoration{
  position: relative;
  display: block;
}
.ttl_decoration::before{
  content: '';
  position: absolute;
  width: 70px;
  height: 69px;
  bottom: -65px;
  left: -68px;
  background-image: url("../../gamepc/img/collab-pokopea/icon_shiny2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ttl_decoration::after{
  content: '';
  position: absolute;
  width: 50px;
  height: 53px;
  top: -44px;
  right: -60px;
  background-image: url("../../gamepc/img/collab-pokopea/icon_shiny1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.subttl_txt{
  display: block;
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.ttl_desktop{
  position: relative;
  margin: 0 auto;
  margin-bottom: 35px;
  width: 217px;
}
.ttl_notepc{
  position: relative;
  margin: 0 auto;
  margin-top: 85px;
  margin-bottom: 35px;
  width: 210px;
}
/*lineup_thumb*/
.lineup_thumb{
  position: relative;
  margin: 0 auto;
  border-radius: 15px;
  background-color: #FFFFEB;
  display: flex;
  box-shadow: 20px 20px rgba(0,0,0,0.1);
  overflow: hidden;
  z-index: 1;
}
.lineup_thumb + .lineup_thumb{
  margin-top: 80px;
}
.lineup_thumb_ttlbg{
  position: absolute;
  width: 100%;
  height: 125px;
  top: 0;
  left: 0;
  z-index: -1;
}
.lineup_thumb_img{
  position: relative;
  width: 43%;/*490px;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.desktop_img1{
  margin: 0 auto;
  width: 242px;
}
.notepc_img1{
  margin: 0 auto;
  width: 369px;
}
.lineup_thumb_detail{
  position: relative;
  width: 57%;/*calc( 100% - 490px );*/
}
.lineup_thumb_ttl{
  margin-bottom: 30px;
  padding: 25px 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}
.lineup_thumb_ttl2{
  margin-bottom: 30px;
  padding: 0;
  font-size: 1.4rem;
  line-height: 125px;
  font-weight: 700;
  color: #fff;
}
.lineup_thumb_ttl_sp{
  margin-bottom: 5.33vw;
  padding: 5vw 0;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  display: none;
}
.lineup_thumb_ttl_sp2{
  margin-bottom: 5.33vw;
  padding: 0;
  font-size: 1rem;
  line-height: 22.66vw;
  font-weight: 700;
  text-align: center;
  color: #fff;
  display: none;
}
.lineup_thumb_name1{
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #4B4B4B;
}
.lineup_thumb_name2{
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #4B4B4B;
}
.lineup_thumb_price{
  margin-bottom: 30px;
  font-size: 2.3rem;
  line-height: 1;
  font-weight: 700;
}
.lineup_thumb_price .txt_price_yen{
  padding-left: 5px;
  font-size: 1.2rem;
  color: #4B4B4B!important;
}
.link_lineup_detail{
  display: inline-block;
  position: relative;
  margin-bottom: 50px;
  width: 350px;
  height: 60px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 60px;
  overflow: hidden;
}
.link_lineup_detail::after{
  content: '';
  position: absolute;
  width: 10px;
  height: 18px;
  top: 50%;
  right: 17px;
  transform: translate(0,-50%);
  background-image: url("../../gamepc/img/collab-pokopea/icon_arrw.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.link_lineup_detail::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);
  transform: skewX(-25deg);
}
.link_lineup_detail:hover::before {
  animation: shine 0.7s;
}
@keyframes shine {
  100% {left:125%;}
}
/*color_type1*/
.lineup_thumb.color_type1 .lineup_thumb_ttlbg{
  background-color: #55B73D;
}
.lineup_thumb.color_type1 .lineup_thumb_price{
  color: #55B73D;
}
.lineup_thumb.color_type1 .link_lineup_detail{
  background-color: #55B73D;
}
/*color_type2*/
.lineup_thumb.color_type2 .lineup_thumb_ttlbg{
  background-color: #FF6200;
}
.lineup_thumb.color_type2 .lineup_thumb_price{
  color: #FF6200;
}
.lineup_thumb.color_type2 .link_lineup_detail{
  background-color: #FF6200;
}
/*color_type3*/
.lineup_thumb.color_type3 .lineup_thumb_ttlbg{
  background-color: #0058B0;
}
.lineup_thumb.color_type3 .lineup_thumb_price{
  color: #0058B0;
}
.lineup_thumb.color_type3 .link_lineup_detail{
  background-color: #0058B0;
}
@media screen and (max-width:768px){
  .pokopea_lineup{
    background-image: url("../../gamepc/img/collab-pokopea/lineup_bg_sp.webp");
    background-repeat: repeat-y;
    background-position: top 0 center;
    background-size: 100% auto;
  }
  .pokopea_lineup_innr{
    padding-bottom: 28vw;
    top: 0;
    max-width: initial;
    min-width: initial;
  }
  .ttl_lineup{
    margin-bottom: 11vw;
    padding-top: 9vw;
    width: 40vw;
  }
  .ttl_decoration::before{
    width: 11vw;
    height: 11vw;
    bottom: -10.4vw;
    left: -10vw;
  }
  .ttl_decoration::after{
    width: 8vw;
    height: 8vw;
    top: -6.66vw;
    right: -9.4vw;
  }
  .subttl_txt{
    margin-top: 3.7vw;
    font-size: 1.07rem;
  }
  .ttl_desktop{
    margin-bottom: 5.33vw;
    width: 34.66vw;
  }
  .ttl_notepc{
    margin-top: 11.33vw;
    margin-bottom: 5.33vw;
    width: 33.6vw;
  }
  .lineup_thumb{
    border-radius: 2.5vw;
    display: block;
    width: 92vw;
    box-shadow: 2vw 2vw rgba(0,0,0,0.1);
  }
  .lineup_thumb + .lineup_thumb{
    margin-top: 8.66vw;
  }
  .lineup_thumb_ttlbg{
    height: 22.66vw;
  }
  .lineup_thumb_img{
    margin: 0 auto;
    width: 90%;
    display: block;
  }
  .desktop_img1{
    width: 37.73vw;
  }
  .notepc_img1{
    width: 78vw;
  }
  .lineup_thumb_detail{
    margin: 0 auto;
    margin-top: 5.4vw;
    width: 90%;
    text-align: center;
  }
  .lineup_thumb_ttl{
    display: none;
  }
  .lineup_thumb_ttl2{
    display: none;
  }
  .lineup_thumb_ttl_sp{
    display: block;
  }
  .lineup_thumb_ttl_sp2{
    display: block;
  }
  .lineup_thumb_name1{
    margin-bottom: 3vw;
    font-size: 1.2rem;
  }
  .lineup_thumb_name2{
    margin-bottom: 3vw;
    font-size: 1rem;
  }
  .lineup_thumb_price{
    margin-bottom: 4vw;
    font-size: 1.5rem;
  }
  .lineup_thumb_price .txt_price_yen{
    font-size: 1rem;
  }
  .link_lineup_detail{
    margin-bottom: 7.33vw;
    width: 80vw;
    height: 13vw;
    font-size: 1.2rem;
    line-height: 13vw;
  }
}

/*campaign*/
.ttl_campaign{
  position: relative;
  margin: 0 auto;
  margin-top: 120px;
  margin-bottom: 45px;
  width: 383px;
}
/*campaign_main*/
.campaign_main{
  position: relative;
  background-color: #FFFFEB;
  box-shadow: 20px 20px rgba(0,0,0,0.1);
  overflow: hidden;
  z-index: 1;
}
.campaign_main_innr{
  position: relative;
  margin: 0 auto;
  padding-top: 140px;
  padding-bottom: 90px;
  width: 100%;
  max-width: 860px;
  overflow: hidden;
  z-index: 1;
}
.campaign_deco{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  width: 100%;
  z-index: -1;
}
.campaign_main_subtxt1{
  position: relative;
  display: table;
  margin: 0 auto;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  color: #FE6223;
}
.campaign_main_subtxt1::before,
.campaign_main_subtxt1::after{
  content: '';
  position: absolute;
  display: inline-block;
  width: 73px;
  height: 1px;
  top: 20px;
  background-color: #FE6223;
}
.campaign_main_subtxt1::before{
  left: -60px;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.campaign_main_subtxt1::after{
  right: -60px;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.campaign_main_ttl{
  margin: 0 auto;
  margin-top: 0;
  margin-bottom: 50px;
  width: 812px;
}
.campaign_main_period{
  position: relative;
  margin-bottom: 50px;
  padding: 25px 0;
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #4B4B4B;
  border-top: 1px solid #4B4B4B;
  border-bottom: 1px solid #4B4B4B;
}
.campaign_main_period .txt_small{
  display: inline-block;
  padding-right: 30px;
  font-size: 1.4rem;
}
.campaign_main_period .txt_small2{
  font-size: 1.3rem;
}
.campaign_main_period .txt_small3{
  font-size: 1.6rem;
}
.campaign_img1{
  margin-bottom: 55px;
  width: 100%;
}
.campaign_detail{
  position: relative;
  text-align: center;
}
.campaign_detail + .campaign_detail{
  margin-top: 50px;
}
.campaign_detail_ttl{
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #FE6223;
}
.campaign_detail_txt{
  position: relative;
  font-size: 1.2rem;
  font-weight: 700;
}
.campaign_detail_txt2{
  position: relative;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
.campaign_detail_txt3{
  position: relative;
  font-weight: 700;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}
.campaign_detail_txt3 + .campaign_detail_txt3{
  margin-top: 10px;
}
.campaign_detail_note{
  display: block;
  margin-top: 5px;
  font-size: .84rem;
  font-weight: 300;
  text-align: center;
}
.campaign_period{
  position: relative;
  display: table;
  margin: 0 auto;
  text-align: left;
}
.txt_mailorder_detail{
  position: relative;
  font-size: 1.6rem;
}
.campaign_detail_txt3 .txt_size1{
  font-size: 1.2rem;
}
.campaign_detail_txt3 .txt_size2{
  font-size: 1.4rem;
}
.txt_mailorder{
  position: relative;
  display: inline-block;
  margin-right: 20px;
  padding: 0 20px;
  height: 30px;
  font-size: 1.2rem;
  line-height: 28px;
  font-weight: 700;
  white-space: nowrap;
  color: #fff;
  border-radius: 100vh;
  background-color: #55B73D;
}
.txt_realstore{
  position: relative;
  display: inline-block;
  margin-right: 20px;
  padding: 0 20px;
  height: 30px;
  font-size: 1.2rem;
  line-height: 28px;
  font-weight: 700;
  white-space: nowrap;
  color: #fff;
  border-radius: 100vh;
  background-color: #0058B0;
}
/*link_camp_entry*/
.link_camp_entry{
  position: relative;
  display: block;
  margin-top: 70px;
  margin-bottom: 64px;
  width: 100%;
  height: 100px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 100px;
  text-align: center;
  color: #fff;
  border-radius: 100vh;
  background-color: #FE6223;
  overflow: hidden;
}
.link_camp_entry::after{
  content: '';
  position: absolute;
  width: 21px;
  height: 21px;
  top: 50%;
  right: 44px;
  transform: translate(0,-50%);
  background-image: url("../../gamepc/img/collab-pokopea/icon_outlink.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.link_camp_entry::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);
  transform: skewX(-25deg);
}
.link_camp_entry:hover::before {
  animation: shine 0.7s;
}
@media screen and (max-width:768px){
  .ttl_campaign{
    margin-top: 16.8vw;
    margin-bottom: 8vw;
    width: 62vw;
  }
  /*campaign_main*/
  .campaign_main{
    margin: 0 auto;
    width: 92vw;
    box-shadow: 2vw 2vw rgba(0,0,0,0.1);
  }
  .campaign_deco{
    width: 148vw;
  }
  .campaign_main_innr{
    padding-top: 16vw;
    padding-bottom: 8.66vw;
    width: 80vw;
  }
  .campaign_main_subtxt1{
    font-size: 1.4rem;
  }
  .campaign_main_subtxt1::before,
  .campaign_main_subtxt1::after{
    width: 73px;
    height: 1px;
    top: 20px;
  }
  .campaign_main_ttl{
    margin-bottom: 6vw;
    width: 80vw;
  }
  .campaign_main_period{
    margin-bottom: 7.33vw;
    padding: 3.46vw 0;
    font-size: 1.4rem;
  }
  .campaign_main_period .txt_small{
    display: block;
    padding-bottom: 8px;
    padding-right: 0;
    font-size: 1rem;
  }
  .campaign_main_period .txt_small2{
    font-size: 1rem;
  }
  .campaign_main_period .txt_small3{
    font-size: 1.3rem;
  }
  .campaign_img1{
    margin-bottom: 7vw;
    width: 100%;
  }
  .campaign_detail + .campaign_detail{
    margin-top: 6.66vw;
  }
  .campaign_detail_ttl{
    margin-bottom: 2.5vw;
    font-size: 1rem;
  }
  .campaign_detail_txt{
    font-size: .91rem;
  }
  .campaign_detail_txt2{
    margin-bottom: 2.66vw;
    font-size: .85rem;
  }
  .campaign_detail_txt3{
    font-size: 1.6rem;
  }
  .campaign_detail_txt3 + .campaign_detail_txt3{
    margin-top: 4vw;
  }
  .campaign_detail_note{
    margin-top: 1vw;
    font-size: .65rem;
  }
  .txt_mailorder_detail{
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .campaign_detail_txt3 .txt_size1{
    font-size: .9rem;
  }
  .campaign_detail_txt3 .txt_size2{
    font-size: 1rem;
  }
  .txt_mailorder{
    margin-right: 4vw;
    padding: 0 10px;
    height: 6vw;
    font-size: .85rem;
    line-height: 6vw;
  }
  .txt_realstore{
    margin-right: 4vw;
    padding: 0 10px;
    height: 6vw;
    font-size: .85rem;
    line-height: 6vw;
  }
  .link_camp_entry{
    margin-top: 6.66vw;
    margin-bottom: 6.66vw;
    width: 100%;
    height: 14vw;
    font-size: 1.05rem;
    line-height: 14vw;
  }
  .link_camp_entry::after{
    width: 3.6vw;
    height: 3.6vw;
    right: 5.3vw;
  }
}

/*pokopea_benefit*/
.pokopea_benefit{
  position: relative;
  margin-bottom: -7vw;
  top: -7vw;
  width: 100%;
  background-image: url("../../gamepc/img/collab-pokopea/benefit_bg_pc.webp");
  background-repeat: no-repeat;
  background-position: top 0 center;
  background-size: 100% auto;
  z-index: 2;
}
.pokopea_benefit_innr{
  position: relative;
  margin: 0 auto;
  padding-top: 7vw;
  padding-bottom: calc( 7vw + 145px );
  width: 100%;
  max-width: 970px;
  overflow: hidden;
}
.ttl_benefit{
  position: relative;
  margin: 0 auto;
  margin-top: 120px;
  margin-bottom: 50px;
  width: 314px;
}
.ttl_benefit .ttl_decoration::before,
.ttl_benefit .ttl_decoration::after{
  content: none;
}
.ttl_benefit .subttl_txt{
  color: #4B4B4B;
}
.benefit_main{
  position: relative;
}
.benefit_main + .benefit_main{
  margin-top: 70px;
}
.benefit_main_ttl{
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: #4B4B4B;
}
.originalsticker_img{
  margin: 0 auto;
  width: 580px;
}
.originalsticker_img + .originalsticker_img{
  margin-top: 35px;
}
.originalwallpaper_img{
  margin: 0 auto;
  width: 580px;
}
.originalwallpaper_img + .originalwallpaper_img{
  margin-top: 35px;
}
/*youtube_tag*/
.youtube_tag {
  position: relative;
  width:100%;
  height:0;
  padding-top: 56.25%;
}
.youtube_tag iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.benefit_main_note{
  margin: 0 auto;
  margin-top: 30px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #4B4B4B;
  text-align: center;
}
@media screen and (max-width:768px){
  .pokopea_benefit{
    margin-bottom: -10vw;
    top: -10vw;
    background-image: url("../../gamepc/img/collab-pokopea/benefit_bg_sp.webp");
  }
  .pokopea_benefit_innr{
    padding-top: 10vw;
    padding-bottom: 28vw;
    max-width: initial;
  }
  .ttl_benefit{
    margin-top: 13.33vw;
    margin-bottom: 9.33vw;
    width: 53vw;
  }
  .benefit_main + .benefit_main{
    margin-top: 10.66vw;
  }
  .benefit_main_ttl{
    margin-bottom: 2.66vw;
    font-size: 1rem;
  }
  .originalsticker_img{
    width: 90vw;
  }
  .originalsticker_img + .originalsticker_img{
    margin-top: 4.66vw;
  }
  .originalwallpaper_img{
    width: 90vw;
  }
  .originalwallpaper_img + .originalwallpaper_img{
    margin-top: 4.66vw;
  }
  .benefit_main_note{
    margin-top: 6.66vw;
    font-size: .8rem;
    width: 90vw;
  }
}

/*pokopea_specialmov*/
.pokopea_specialmov{
  position: relative;
  margin-bottom: -7vw;
  top: -7vw;
  width: 100%;
  background-image: url("../../gamepc/img/collab-pokopea/special_main_bg.webp");
  background-repeat: no-repeat;
  background-position: top 0 center;
  background-size: 100% auto;
  z-index: 3;
}
.pokopea_specialmov_innr{
  position: relative;
  margin: 0 auto;
  padding-top: 7vw;
  padding-bottom: calc( 7vw + 145px );
  width: 100%;
  max-width: 970px;
  overflow: hidden;
}
.ttl_specialmovie{
  position: relative;
  margin: 0 auto;
  margin-top: 125px;
  margin-bottom: 100px;
  width: 541px;
}
.specialmov_main{
  position: relative;
}
.specialmov_main + .specialmov_main{
  margin-top: 70px;
}
.specialmov_main_ttl{
  margin: 0 auto;
  margin-top: 30px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.specialmov_main_img{
  position: relative;
  margin: 0 auto;
  width: 800px;
}
@media screen and (max-width:768px){
  .pokopea_specialmov{
    margin-bottom: -10vw;
    top: -10vw;
    background-image: url("../../gamepc/img/collab-pokopea/special_main_bg_sp.webp");
  }
  .pokopea_specialmov_innr{
    padding-top: 10vw;
    padding-bottom: 28vw;
    max-width: initial;
  }
  .ttl_specialmovie{
    margin-top: 13vw;
    margin-bottom: 10vw;
    width: 85vw;
  }
  .ttl_specialmovie .ttl_decoration::before{
    left: -7vw;
  }
  .ttl_specialmovie .ttl_decoration::after{
    right: -7vw;
  }
  .specialmov_main + .specialmov_main{
    margin-top: 9vw;
  }
  .specialmov_main_ttl{
    margin-top: 3vw;
    width: 90vw;
    font-size: .9rem;
  }
  .specialmov_main_img{
    width: 90vw;
  }
}

/*pokopea_chara*/
.pokopea_chara{
  position: relative;
  margin-bottom: -7vw;
  top: -7vw;
  width: 100%;
  background-image: url("../../gamepc/img/collab-pokopea/chara_main_bg.webp");
  background-repeat: no-repeat;
  background-position: top 0 center;
  background-size: 100% auto;
  z-index: 4;
}
.pokopea_chara_innr{
  position: relative;
  margin: 0 auto;
  padding-top: calc( 100px + 7vw );
  padding-bottom: 130px;/*calc( 7vw + 145px );*/
  width: 100%;
  max-width: 970px;
  overflow: hidden;
}
.chara_main_sec{
  position: relative;
}
.chara_main{
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.chara_main + .chara_main{
  margin-top: 100px;
}
.chara_main_img{
  position: relative;
  margin-right: 115px;
  width: 245px;
}
.peanuts_img,.ponpoko_img{
  position: relative;
}
.logo_peanuts_sp{
  position: relative;
  width: 34vw;
  display: none;
}
.logo_ponpoko_sp{
  position: relative;
  width: 38vw;
  display: none;
}
.chara_main_detail{
  position: relative;
  width: 610px;
  color: #4B4B4B;
}
.logo_peanuts{
  margin-bottom: 35px;
  width: 230px;
}
.logo_ponpoko{
  margin-bottom: 35px;
  width: 286px;
}
.chara_detail_ttl{
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 700;
}
.chara_detail_txt{
  margin-bottom: 40px;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
.chara_sns{
  position: relative;
  display: flex;
  align-items: center;
}
.link_chara_sns{
  display: block;
  position: relative;
  width: 44px;
  transition: .4s;
}
.link_chara_sns + .link_chara_sns{
 margin-left: 17px; 
}
.link_chara_sns:hover{
  opacity: 0.7;
}
@media screen and (max-width:768px){
  .pokopea_chara{
    margin-bottom: -7vw;
    top: -7vw;
    background-image: url("../../gamepc/img/collab-pokopea/chara_main_bg_sp.webp");
  }
  .pokopea_chara_innr{
    padding-top: 7vw;
    padding-bottom: 15.33vw;
    max-width: initial;
  }
  .chara_main_sec{
    padding-top: 14vw;
  }
  .chara_main{
    display: block;
    width: 80vw;
  }
  .chara_main + .chara_main{
    margin-top: 14.66vw;
  }
  .chara_main_img{
    margin-right: 0;
    margin-bottom: 8vw;
    width: 80vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .peanuts_img,.ponpoko_img{
    margin-right: 5vw;
    width: 36vw;
  }
  .logo_peanuts_sp,.logo_ponpoko_sp{
    display: block;
  }
  .chara_main_detail{
    width: 80vw;
  }
  .logo_peanuts,.logo_ponpoko{
    display: none;
  }
  .chara_detail_ttl{
    margin-bottom: 4.66vw;
    font-size: 1.5rem;
    text-align: center;
  }
  .chara_detail_txt{
    margin-bottom: 6.66vw;
    font-size: .85rem;
  }
  .chara_sns{
    justify-content: center;
  }
  .link_chara_sns{
    width: 15vw;
  }
  .link_chara_sns + .link_chara_sns{
   margin-left: 5.8vw; 
  }
  .link_chara_sns:hover{
    opacity: 1;
  }
}
