@charset "utf-8";


.navInner h2.no_open a {
  color: #333;
  display: block;
  width: 100%;
  padding: 0 !important;
}
.navInner h2.no_open::before, .navInner h2.no_open::after {
  content: none;
}
.navWrap.panel-active {
  overflow-y: auto;
  z-index: 13;
}
@media screen and (max-width: 1199px) {
  .navInner li a {
    padding: 15px 15px 15px 0 !important;
  }
  .navInner h2 {
    padding-right: 15px;
  }
  .navInner .accordion i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(50%);
    font-size: 14px;
    margin-top: -7px;
  }
  .navInner h2::before {
    top: 60%;
  }
  .navInner h2::after {
    top: 60%;
  }
}

footer,.copyright{
  position: relative;
  z-index: 1;
}


.lp_wrap *{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: noto-sans-cjk-jp, sans-serif;
}
.lp_wrap img{
  width: 100%;
  box-sizing: border-box;
  vertical-align: bottom;
}
.lp_wrap a{
  text-decoration: none;
}
.lp_wrap li{
  list-style-type: none;
}

.lp_wrap{
  position: relative;
  /* background-image: url(../img/bacground_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; */
  padding-top: 50px;
  z-index: 0;
  overflow: hidden;
}
.lp_wrap::before{
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../img/bacground_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: -1;
}

.lp_border{
	height:52px;
	background:
		linear-gradient(
			to bottom,
			transparent calc(50% - 1px),
			#ffffff calc(50% - 1px),
			#ffffff calc(50% + 1px),
			transparent calc(50% + 1px)
		),
		linear-gradient(
			to bottom,
			transparent 0%,
			#9c27ff 50%,
			transparent 100%
		);
    margin-bottom: 100px;
}
.pc_only{
  display: block;
}
.sp_only{
  display: none;
}
@media screen and (max-width:768px){
  .lp_wrap{
    padding-top: 0;
  }
  .pc_only{
    display: none;
  }
  .sp_only{
    display: block;
  }

}

/*ファーストビュー*/
.fv_wrap{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 50px;
}

/*情報*/
.lead_wrap{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 80px;
}
.lead_text{
  font-size: 18px;
  text-align: center;
  color: #FFF;
  margin-bottom: 50px;
}
.lead_btn{
  display: flex;
  justify-content: center;
    flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
}
.lead_btn a{
  position: relative;
  display: inline-block;
  max-width: 300px;
  width: calc(100% / 2 - 10px);
  color: #FFF;
  text-align: center;
  font-size: 14px;
  margin: 0;
  padding: 20px 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}

.lead_btn a::before{
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 42%;
  right: 20px;
  opacity: 0.7;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 3;
  transform: translateX(0px) rotate(45deg);
  transition: all 0.3s ease;
}
.lead_btn a:hover::before{
  transform: translateX(5px) rotate(45deg);
  opacity: 1;
}
.lead_btn a.product{
	border: 1px solid #591070;
	background: linear-gradient(90deg,#b945cf,#591070,#b945cf);
	background-size: 200% 100%;
	background-position: 0% 50%;
	transition: background-position .5s ease;
}
.lead_btn a.product:hover{
	background-position: 100% 50%;
}
.lead_btn a.digital{
  background-color: #0f0f0f;
  border: 1px solid #511066;
  transition: all 0.3s ease;
}
.lead_btn a.digital:hover{
  background-color: #fff;
  color: #000;
  border: 1px solid #511066;
}
.lead_btn a.digital:hover::before{
  border-top: solid 2px #000;
  border-right: solid 2px #000;
}

@media screen and (max-width:1200px){
  .lead_wrap{
    padding: 0 20px;
  }
  .lead_btn a{
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width:768px){
  .fv_wrap{
    margin: 0 auto 30px;
  }
  .lead_text{
    margin-bottom: 30px;
  }
}

.days_list{
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 0 auto;
}
.days_list li{
  width: calc(100% / 3 - 15px);
  background-color: #f6f6f6;
  padding: 30px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.days_list li.show{
  opacity: 1;
  transform: translateY(0);
}
.days_ttl{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.days_box{
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  padding: 20px 0;
  margin-bottom: 30px;
}
.days_num{
  font-family: "din-2014", sans-serif;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
}
.days_num span{
  font-size: 18px;
}
.days_border{
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.days_border::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  max-width: 100px;
  width: 100%;
  height: 1px;
  background: #cccccc;
}
.days_text{
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}
.days_text span{
  display: inline-block;
  background-color: #000;
  color: #FFF;
  text-align: center;
  padding: 0 10px;
  border-radius: 6px;
  margin-right: 10px;
}
.days_btn{
  position: relative;
  background-color: #000;
  border: 1px solid #000;
  font-size: 14px;
  text-align: center;
  color: #FFF;
  padding: 20px 0;
  transition: all 0.3s ease;
}
.days_btn:hover{
  background-color: #fff;
  color: #000;
}
.days_btn::before{
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 45%;
  right: 20px;
  opacity: 0.7;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 3;
  transform: translateX(0px) rotate(45deg);
  transition: all 0.3s ease;
}
.days_btn:hover::before{
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: translateX(5px) rotate(45deg);
  opacity: 1;
}
.days_btn.cp::before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 40%;
  right: 20px;
  opacity: 0.7;
  transform: translateY(-2px) rotate(135deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.days_btn.cp:hover::before{
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: translateY(2px) rotate(135deg);
  opacity: 1;
}
@media screen and (max-width:1200px) {
  .days{
    padding: 40px 20px;
  }
}
@media screen and (max-width:768px){
  .days_list{
    flex-wrap: wrap;
  }
  .days_list li{
    width: 100%;
    padding: 20px;
  }
  .days_ttl{
    margin-bottom: 20px;
  }
  .days_num{
    font-size: 28px;
  }
  .days_border{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .days_text{
    margin-bottom: 0px;
  }
}
@media screen and (max-width:520px){
  .days_num{
    font-size: 26px;
  }
  .days_list li{
    padding: 20px;
  }
}



.lineup_ttl{
  text-align: center;
  color: #FFF;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 100px;
}
.character{
  width: 100%;
  padding: 65px 0;
  aspect-ratio: 2 / 1;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  min-height: 650px;
}
#jamie{
  position: relative;
  background-image: url(../img/hive_key-visual_jamie.png);
}
#chun-li{
  background-image: url(../img/hive_key-visual_chun-li.png);
}
#kimberly{
  background-image: url(../img/hive_key-visual_kimberly.png);
}
#ken{
  background-image: url(../img/hive_key-visual_ken.png);
}
#blanka{
  background-image: url(../img/hive_key-visual_blanka.png);
}
#cammy{
  background-image: url(../img/hive_key-visual_cammy.png);
}
.character_wrap{
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.character_info{
  max-width: 600px;
  width: 100%;
  padding-left: 20px;
}
.character_card{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 20px;
}
.character_card li:first-child{
  max-width: 180px;
  width: 100%;
  order: 1;
}
.character_card li:last-child{
  order: 2;
}
.character_card li{
  max-width: 220px;
  width: 100%;
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}
.character_card li img{
  filter: drop-shadow(0 3px 6px rgba(0,0,0,0.25));
}
.character_card li.show{
	opacity: 1;
	transform: translateY(0);
}
.character_text{
  font-size: 35px;
  font-weight: bold;
  color: #FFF;
  text-shadow: 2px 2px 4px #000;
  text-align: left;
  margin-bottom: 20px;
	opacity:0;
	transform:translateX(40px);
	transition:opacity .6s, transform .6s;
  line-height: 1.4;
}
.character_btn{
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
	opacity:0;
	transform:translateX(40px);
	transition:opacity .6s, transform .6s;
}
.character_btn_sp{
  display: none;
}

.character_text.show,
.character_btn.show{
	opacity:1;
	transform:translateX(0);
}
.character_btn a,
.character_btn_sp a{
  position: relative;
  display: inline-block;
  max-width: 300px;
  width: calc(100% / 2 - 10px);
  color: #FFF;
  text-align: center;
  font-size: 14px;
  margin: 0;
  padding: 20px 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}
.character_btn a::before,
.character_btn_sp a::before{
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 42%;
  right: 20px;
  opacity: 0.7;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 3;
  transform: translateX(0px) rotate(45deg);
  transition: all 0.3s ease;
}
.character_btn a:hover::before,
.character_btn_sp a:hover::before{
  transform: translateX(5px) rotate(45deg);
  opacity: 1;
}
.character_btn a.product,
.character_btn_sp a.product{
	border: 1px solid #591070;
	background: linear-gradient(90deg,#591070,#b945cf,#591070);
	background-size: 200% 100%;
	background-position: 0% 50%;
	transition: background-position .5s ease;
}
.character_btn a.product:hover,
.character_btn_sp a.product:hover{
	background-position: 100% 50%;
}
.character_btn a.digital,
.character_btn_sp a.digital{
  background-color: #0f0f0f;
  border: 1px solid #511066;
  transition: all 0.3s ease;
}
.character_btn a.digital:hover,
.character_btn_sp a.digital:hover{
  background-color: #fff;
  color: #000;
  border: 1px solid #511066;
}
.character_btn a.digital:hover::before,
.character_btn_sp a.digital:hover::before{
  border-top: solid 2px #000;
  border-right: solid 2px #000;
}
@media screen and (max-width:768px){
  .lineup_ttl{
    font-size: 40px;
  }
  .character{
    width: 100%;
    padding: 0;
    aspect-ratio: 1100 / 1697;

  }
  .character_wrap{
    justify-content: center;
    align-items: flex-end;
    padding: 0 20px;
  }
  .character_info{
    padding-left: 0;
  }
  #jamie{
    position: relative;
    background-image: url(../img/key-visual_jamie.png);
  }
  #chun-li{
    background-image: url(../img/key-visual_chun-li.png);
  }
  #kimberly{
    background-image: url(../img/key-visual_kimberly.png);
  }
  #ken{
    background-image: url(../img/key-visual_ken.png);
  }
  #blanka{
    background-image: url(../img/key-visual_blanka.png);
  }
  #cammy{
    background-image: url(../img/key-visual_cammy.png);
  }
  .character_card li:first-child{
    order: 2;
    width: 40%;
  }
  .character_card li:last-child{
    order: 1;
    width: 60%;
  }
  .character_btn{
    display: none;
  }

  .character_btn_sp{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
  }
  .character_btn_sp a {
    width: 100%;
    max-width: 100%;
  }
  .character_btn_sp.jamie{
    background-color: #caa612;
  }
  .character_btn_sp.chun-li{
    background-color: #1565aa;
  }
  .character_btn_sp.kimberly{
    background-color: #e83018;
  }
  .character_btn_sp.ken{
    background-color: #9a252b;
  }
  .character_btn_sp.blanka{
    background-color: #728d30;
  }
  .character_btn_sp.cammy{
    background-color: #1e7eae;
  }
  .character_text{
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
  }


}
@media screen and (max-width:520px) {

  .character{
    width: 100%;
    padding: 0;
    aspect-ratio: unset;
    height: 220vw;

  }
}
.campaign_wrap{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}
.campaign_list li{
  position: relative;
  background-color: #000000;
  border: 1px solid #fff;
	box-shadow:
	0 0 10px #a20ebd,
	0 0 10px #a20ebd,
	0 0 20px #a20ebd,
	0 0 40px #a20ebd;
  margin-bottom: 60px;
  padding: 50px 30px;
	opacity:0;
	transform:translateX(40px);
	transition:opacity .6s ease, transform .6s ease;
}
.campaign_list li.show{
	opacity:1;
	transform:translateX(0);
}
.campaign_list li:last-child{
  margin-bottom: 0;
}
.campaign_list li h3{
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  margin-bottom: 50px;
  z-index: 2;
}
.campaign_list li p{
  font-size: 14px;
  text-align: left;
  color: #FFF;
  margin-bottom: 20px;
}
.campaign_list li p a{
  color: #FFF;
  text-decoration: underline;
}
.campaign_list li p a:hover{
  opacity: 0.6;
}
.campaign_list_flex{
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 30px;
  z-index: 2;
}
.campaign_list_flex div{
  max-width: 545px;
  width: 100%;
}
.campaign_btn{
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #000;
  border: 1px solid #FFF;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  margin-top: 40px;
  padding: 20px 0;
  transition: all 0.3s ease;
}
.campaign_btn::before{
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 42%;
  right: 20px;
  opacity: 0.7;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 3;
  transform: translateX(0px) rotate(45deg);
  transition: all 0.3s ease;
}
.campaign_btn:hover{
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}
.campaign_btn:hover::before{
  transform: translateX(5px) rotate(45deg);
  opacity: 1;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
}

.campaign_list li p.campaign_bgtext{
  position: absolute;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  font-family: "Oswald", sans-serif;
  color: #000;
  font-weight: 700;
  font-size: 244px;
  line-height: 1;
  opacity: 0.2;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width:1200px){
  .campaign_wrap{
    padding: 100px 20px;
  }
}
@media screen and (max-width:1080px){
  .campaign_list li p.campaign_bgtext{
    font-size: 20vw;
  }
}

@media screen and (max-width:768px){
  .campaign_list_flex{
    flex-wrap: wrap;
  }
  .campaign_list li h3{
    font-size: 20px;
  }
}


/*コンテンツ*/
.content{
  background-color: #FFF;
}
.content_wrap{
  padding: 100px 0;
  text-align: center;
}

.content_ttl{
  text-align: center;
  color: #000;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 80px;
}
.content_slider {
	margin: 0;
	padding: 0;
	list-style: none;
}
.content_slider li {
	margin: 0 12px;
}
.content_slider li a {
	display: block;
	text-decoration: none;
	color: #333;
	background: #fff;
}
.content_slider li a :hover{
  opacity: 0.8;
}
.content_slider li img {
	display: block;
	width: 100%;
	height: auto;
}
.content_slider li p {
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.6;
  text-align: left;
}
.content_slider .slick-slide {
	height: auto;
}
.content_slider .slick-track {
	display: flex;
}
.content_slider .slick-slide > div {
	height: 100%;
}
.content_btn{
  position: relative;
  display: inline-block;
  max-width: 540px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  text-align: center;
  margin: 100px auto 0;
  padding: 20px 0;
  transition: all 0.3s ease;
}
.content_btn::before{
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 42%;
  right: 20px;
  opacity: 0.7;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  z-index: 3;
  transform: translateX(0px) rotate(45deg);
  transition: all 0.3s ease;
}
.content_btn:hover{
  background-color: #000;
  border: 1px solid #ccc;
  color: #fff;
}
.content_btn:hover::before{
  transform: translateX(5px) rotate(45deg);
  opacity: 1;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.logo_wrap{
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}
.logo_list{
  max-width: 1080px;
  width: 100%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
}
.logo_list li{
	opacity:0;
	transform:translateY(20px);
	transition:0.6s;
}

.logo_list li.show{
	opacity:1;
	transform:translateY(0);
}
.logo_copy{
  text-align: right;
  font-size: 14px;
  color: #FFF;
}

@media screen and (max-width:1200px){
  .logo_wrap{
    padding: 60px 20px;
  }
}
@media screen and (max-width:768px){

  .content_ttl{
    font-size: 40px;
  }
  .logo_list{
    flex-wrap: wrap;
  }
  .logo_copy{
    text-align: center;
  }

  .content_btn{
    width: 90%;
  }
}