@charset "UTF-8";

header {
	margin-bottom: 0;
}

#container {
	margin: 30px 0;
    max-width: 100%;
    min-width: auto;
	display: block;
}

/* titleBar */
#titleWrapper {
	background: #eee;
	border-top: 5px solid #fed600;
}

#titleBar {
	max-width: 1300px;
	min-width: 1200px;
	margin: 0 auto;
}

#titleText {
	font-size: 24px;
	color: #192b5b;
	line-height: 50px;
	text-align: left;
}

#titleSNSWrapper {
	width: 330px;
	margin: -50px 0 0 0;
	float: right;
}

#titleSNSWrapper li {
	float: left;
	margin-left: 5px;
	padding-top: 10px;
}

#titleSNSWrapper li a {
	display: block;
	width: 100px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
}

#faceBookBtn{
	background-image:url("/v2/pc/img/header/btnFacebook.png");
}

#twitterBtn{
	background-image:url("/v2/pc/img/header/btnX.png");
}

#lineBtn{
	background-image:url("/v2/pc/img/header/btnLINE.png");
}

#campaignContent #contentWrapper {
	max-width: 1300px;
	min-width: 1200px;
	margin: 30px auto;
}

#campaignContent h1 {
	margin: 30px 10px 10px;
	padding: 0 20px;
	background: #333;
	font-size: 20px;
	color: #fed600;
	line-height: 40px;
}

#campaignBody {
	margin: 10px 10px 30px;
	font-size: 14px;
}

.bannerImg img {
	display: block;
	margin: 0 auto 20px;
	max-width: 100%;
}



/* main contents */
.titleWrapper{
	border-top:1px solid #192b5b;
	padding:20px 0;
}

.titleText{
	float:left;
	padding-left:60px;
	background-repeat:no-repeat;
	background-position:10px center;
}

.titleText h2{
	font-size:24px;
	line-height:1.3;
	color:#192b5b;
}

.titleText{
	font-size:13px;
	line-height:1.2em;
	color:#999;
}


/* slider */
#campaignWrapper {
	min-width: 1200px;
	max-width: 1300px;
	margin: 30px auto;
	background: #fff;
}

.itemsWrapper{
	position:relative;
	margin-bottom:60px;
}

.hideWrapper{
	display:none;
}

.itemsInner{
	margin:0 48px;
}

.itemsPrev,
.itemsNext{
	display:block;
	position:absolute;
	width:58px;
	height:58px;
	background:tranceparent;
}

.itemsPrev{
	left:-10px;
}

.itemsNext{
	right:-10px;
}

.itemsPrev:after{
	position: absolute;
	width: 20px;
	height: 20px;
	top: 1px;
	left: 24px;
	bottom: 0;
	margin:auto;
	content:"";
	vertical-align: middle;
	border-top: 4px solid #ddd;
	border-right: 4px solid #ddd;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.itemsNext:after{
	position: absolute;
	width: 20px;
	height: 20px;
	top: 1px;
	right: 24px;
	bottom: 0;
	margin:auto;
	content:"";
	vertical-align: middle;
	border-top: 4px solid #ddd;
	border-right: 4px solid #ddd;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.itemsPrev:hover,
.itemsNext:hover{
	background:#ddd;
}

.itemsPrev:hover:after,
.itemsNext:hover:after{
	border-color:#fff;
}


#campaignWrapper .titleText{
	position: relative;
}

#campaignWrapper .titleText::before {
    color: #f99;
    content: "\e90a";
    font-family: icomoon;
    font-size: 40px;
    left: 10px;
    position: absolute;
    top: 15px;
}

#campaignWrapper .yabane span{
	background:#f99;;
}

#campaignWrapper .yabane a:before{
	border-color: transparent transparent transparent #f99;
}

.campaignBox{
	float:left;
	width:260px;
}

.campaignBox a{
	display:block;
	width:250px;
}

.campaignBox img{
	width:250px;
	height:auto;
}

.circleSignal{
	height:30px;
	text-align:center;
}

.circleSignal li{
	display:inline-block;
	float:none;
	width:10px;
	height:10px;
	margin:0 5px;
	border-radius:5px;
	background:#d5d5d5;
	text-indent:-1000px;
	overflow:hidden;
	cursor:pointer;
}

.circleSignal li.active{
	background:#192b5b;
	cursor:default;
}


/* footContent */

.infoFootContent {
	margin: 60px 0　40px;
	border-top: 1px solid #192b5b;
	padding: 20px 10px;
}

.infoFootContent h2 {
	padding-bottom: 10px;
	font-size:  24px;
	color:  #192b5b;
}

.infoFootContent h3 {
	padding-bottom: 10px;
	font-size:  20px;
	color:  #192b5b;
}

.infoFootContentBody {
	overflow:  hidden;
	position:  relative;
}

.infoFootContentBody img {
	width: calc(33.33% - 10px);
	float:  left;
}

.infoFootContentBody p {
	margin: 0 0 0 33.33%;
	padding: 0 10px 68px 0;
	font-size: 16px;
	color:  #666;
}

.infoFootContentBody a {
	display:  block;
	position: absolute;
	bottom:  0;
	right: 10px;
	width:  248px;
	height:  58px;
	border:  1px solid #ddd;
	font-size:  14px;
	color:  #192b5b;
	text-align:  center;
	text-decoration:  none;
	line-height: 58px;
}

.infoFootContentBody a:hover {
	background:  #eee;
}

.infoFootContentBody a::after {
	position: absolute;
	width: 9px;
	height: 9px;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	border-top: 1px solid #192b5b;
	border-right: 1px solid #192b5b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.infoFootPanel {
	margin: -1px 0 0 0;
	padding: 40px 0 0;
	border-top: 1px solid #ddd;
}

.infoFootPanel.calender {
	padding: 0;
	border-top: none;
}

.infoFootPanel .backBtn {
	position:  relative;
	display: block;
	width: 248px;
	height: 58px;
	margin:  0 auto;
	border: 1px solid #ddd;
	font-size: 14px;
	color: #192b5b;
	text-align: center;
	text-decoration: none;
	line-height: 58px;
}

.infoFootPanel .backBtn:hover {
	background: #eee;
}

.infoFootPanel .backBtn::after {
	position: absolute;
	width: 9px;
	height: 9px;
	top: 0;
	left: 10px;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	border-bottom: 1px solid #192b5b;
	border-left: 1px solid #192b5b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.notAnything {
	width: 100%;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	color: #c00;
}


/***** コンテンツ部分 ****/

.vspo_wrapper{
    width: 1368px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.vspo_wrapper img{
    vertical-align: bottom;
}

.vspo_wrapper h2.hide{
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    height: 0;
}
.vspo_wrapper .-relative{
	position: relative;
}

.vspo_wrapper .-absolute{
	position: absolute;
}

.geotwitter_bnr{
	right: 0;
    left: 0;
    margin: 0 auto;
    top: 23px;
	text-align: center;
}

.vspo_wrapper .sns.-mv{
	left: calc(50% + 589px);
    width: 20px;
    top: 515px;
}
.vspo_wrapper .sns.-mv li {
    margin-bottom: 10px;
}

.vspo_wrapper .limited_web{
	top: 870px;
    left: calc(50% - 395px);
    width: 266px;
    height: 60px;
}

.vspo_wrapper .limited_shop{
	bottom: 305px;
    left: calc(50% + 52px);
	width: 266px;
    height: 60px;
}

.vspo_wrapper .eventmovie {
    top: 630px;
    left: calc(50% - 450px);
    width: 900px;
    height: 900px;
}

.vspo_wrapper .campaignmovie {
    bottom: 400px;
    left: calc(50% - 400px);
    width: 800px;
    height: 450px;
}

.vspo_wrapper .target_ex {
    top: 600px;
    width: 750px;
    height: 58px;
    left: calc(50% - 375px);
}
.target_ex ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.target_ex ul li{
	width: 232px;
}

.vspo_wrapper .targetBtn {
    bottom: 18px;
    width: 266px;
    height: 60px;
    left: calc(50% - 133px);
}

.vspo_wrapper .sns.-footer {
    top: 229px;
    width: 88px;
    height: 18px;
    left: calc(50% + -13px);
}

.vspo_wrapper .sns.-footer ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


/* for youtube layer */
.hideItem{
    display: none;
}

.youtube_wall{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    right: 0;
    margin: auto;
    background:rgba(0, 0, 0, 0.9);
    z-index: 1002;
}

.youtube_movie{
    position: absolute;
    z-index: 1003;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 980px;
    padding-top: 50px;
}

.youtube_close{
    display: block;
    position: absolute;
    z-index: 1003;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    top: 10px;
    right: 10px;
    text-decoration: none;
}

.vspo_wrapper .twitterTL{
	width: 700px;
    margin: 30px auto 0;
    height: 540px;
    overflow: hidden;
}


/* video */

.mp4 {
    width: 450px;
    height: auto;
    margin: 0 auto 20px;
}

video {
    width: 100%;
}

.youtubeList {
    margin: 0 48px 20px;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    flex-flow: wrap;
}

.youtubeList p {
    width: 50%;
    font-weight: bold;
}

section.aboutPerformer {
    padding: 0 0 40px;
}

.iOs{
	display: none;
    width: 450px;
    height: auto;
    margin: 0 auto 20px;
}

.iOs img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

/* 2022quiz */
section {
	position: relative;
}

/* mv
-----------------------------------------------------------*/
.mv h1 {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 0;
}

.mv h1 .logo {
	margin: 50px 0;
}

.mv .sns {
	position: absolute;
	left: calc(50% + 495.5px);
    width: 63px;
    top: 183px;
}

.mv .sns .inner {
	position: relative;
}

.mv .sns ul {
	width: 30px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	bottom: 22px;
	left: 0;
}

.mv .sns ul li {
	margin: 12px 0;
}

.mv .sns ul a img {
	width: 30px;
}

/* geotwitter
-----------------------------------------------------------*/
.geotwitter {
	width: 1040px;
	margin: 0 auto;
	position: absolute;
	top: 795px;
	right: 0;
	left: 0;
}

/* campaign
-----------------------------------------------------------*/
.campaign {
	margin-top: 385px;
}

.campaign a {
	width: 383px;
	position: absolute;
	right: 276px;
	bottom: 1087px;
}

/* event
-----------------------------------------------------------*/
.event {
	margin-top: -355px;
}

.event .youtubeWrap {
	width: 744px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	bottom: 1370px;
	left: 0;
}

.event .youtubeWrap img {
	width: 100%;
	height: auto;
}

.event .btn_twitter {
	width: 584px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	bottom: 680px;
	left: 0;
}

/* tokuten
-----------------------------------------------------------*/
.tokuten {
	margin-top: -150px;
}

.tokuten .bnr_earphone {
	width: 780px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	bottom: 93px;
	left: 0;
}

/* buy
-----------------------------------------------------------*/
.buy {
	margin-top: -64px;
}

.character_area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 990px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	bottom: 168px;
	left: 0;
}

.character_area li {
	text-align: center;
	width: 315px;
	height: 283px;
	margin: 10px 0;
	background-color: white;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
}

.character_area li img,
.character_area li a {
	margin: 0 auto;
	position: absolute;
	right: 0;
	left: 0;
}

.character_area li .chara_img {
	bottom: 114px;
}

.character_area li .chara_name {
	bottom: 60px;
}

.character_area li a {
	bottom: 68px;
}

.character_area li .btn_grayout{
	font-size: 20px;
	font-weight: bold;
	line-height: 48px;
	color: #ccc;
	width: 162px;
	height: auto;
	padding: 0px 30px;
	background-color: #999;
	border-radius: 24px;
	bottom: 18px;
	display: inline-block;
	pointer-events: none;
}

/* attention
-----------------------------------------------------------*/
.attention {
	margin-top: -142px;
}

.attention .sns {
	width: 549px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	bottom: 150px;
	left: 0;
	z-index: 1;
}

.attention .inner {
	position: relative;
}

.attention .inner ul {
    display: flex;
	position: absolute;
    top: -83px;
    left: 220px;
}

.attention .inner ul li {
	margin: 0 15px;
}

/* vspo_footer
-----------------------------------------------------------*/
.vspo_footer {
	margin-top: -290px;
}
