@charset "UTF-8";
/* CSS Document */

/*フェードイン*/
.fadeInWrapTop{
	display: block;
	position: relative;
	transition-duration:1.0s;
	opacity: 0;
	bottom: -50px;
}

.fadeInWrapTop.active{
	opacity: 1;
	bottom: 0;
}

.fadeInWrapBegin{
	position: relative;
	transition-duration:1.0s;
	opacity: 0;
	bottom: -50px;
}

.fadeInWrapBegin.active{
	opacity: 1;
	bottom: 0;
}

.fadeInWrapBegin02{
	position: relative;
	transition-duration:1.0s;
	opacity: 0;
}

.fadeInWrapBegin02.active{
	opacity: 1;
}

.fadeInWrapRight{
	position: relative;
	transition-duration:1.0s;
	opacity: 0;
	right: -50px;
}

.fadeInWrapRight.active{
	opacity: 1;
	right: 0;
}

.fadeInWrapLeft{
	position: relative;
	transition-duration:1.0s;
	opacity: 0;
	left: -50px;
}

.fadeInWrapLeft.active{
	opacity: 1;
	left: 0;
}


ul {
	list-style: none !important;
	padding: 0 !important;
}

body{
	overflow-x: hidden;
	font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "Helvetica Neue", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	background-color:#FFF;
	color:#333333;
	margin: auto!important;
	text-align: center;
}

a{
	text-decoration:none !important;
	color:#FFF !important;
}

/*img要素センタリング*/
img {
    display: block;
}

.inner{
	width:1100px;
	margin:auto;
}

.logoimgeWrap {
	position: relative;
	width: 809px;
	margin: auto;
	padding-bottom: 10px;
	
}

.logoimgeWrap img {
	width: 100%;
}



.logoimgeWrap h1 img {
	width: 80%;
	margin: 0 auto;
}


#mv{
	background-image: url("../img/headpic_kettei.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 88.34px 0 75.34px; 
	position: relative;
}

/*CP終了後は下記よりグレーフェードを表示*/
#mv::after {
	content: '';
    background-color: rgba(0,0,0,.8);
	position: absolute;
   	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.mvafterP {
	text-align: center;
	font-size: 32px;
	margin: 0;
    color: #FFF;
    font-weight: bold;
    position: absolute;
	top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    z-index: 1;
}
/*CP終了後は下記よりグレーフェードを表示 END*/


/*ヘッダービジュアル上のロゴ*/
#mv .logo{
/*	width: 310px;
	height: 100px;*/
	margin:0 auto ;
}

.logoKtunes {
	margin-bottom: 26.4px!important;
	width: 249px;
	height: 77px;
}

.logoOfficiallive {
	margin-bottom: 62.2px!important;
	width: 305px;
	height: 70px;
}

.logoWing {
	width: 206px;
	height: 90px;

}

#mv h1{
	width: 955px;
	height: 289.5px;
	margin: 0 auto;
}

#mv .fadeInWrapBegin{
	osition: relative;
    transition-duration: 1.0s;
    opacity: 1;
    bottom: -50px;
}

#mv h1 img,
#mv .logo img{
	width: 100%;
}

#intro{
	background-color: #FFF;
	padding: 120px 0;
}

#intro02 {
	background-color: #FFF;
	padding: 120px 0;
}

#intro h2{
	font-size: 32px;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.5em;
	z-index: 2;
}

#intro02 h2{
	font-size: 32px;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.5em;
	z-index: 2;
}

#intro h2 .border{
	position: relative;
	display: inline-block;
	z-index: 2;
}

#intro02 h2 .border{
	position: relative;
	display: inline-block;
	z-index: 2;
}

#intro h2 .border:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 14px;
	background-color: #FFD2D2;
	bottom: 0;
	left: 0;
	z-index: -1;
}

#intro02 h2 .border:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 14px;
	background-color: #FFD2D2;
	bottom: 0;
	left: 0;
	z-index: -1;
}

#intro .textWrap{
	font-size: 18px;
	text-align: center;
	line-height: 2em;
}

#intro02 .textWrap{
	font-size: 18px;
	text-align: center;
	line-height: 2em;
}


/*wingロゴ画像*/
.main_logo {
	margin: 0 auto;
}

/*エコバッグプレゼント*/
#movie{
	background-color: #000;
	padding: 100px 0;
	color: #FFF;
	text-align: center;
		
}

#movie h2{
	width: 170px;
	height: 185px;
	margin: 0 auto 70px;
}

#movie .textWrap{
	font-size: 25px;
	text-align: center;
	margin-bottom: 40px;
}

#movie h2 img,
#movie h3 img{
	width: 100%;
}

#movie h3{
	width: 490px;
	margin: 0 auto 10px;
}

#movie .movieBlock{
	position: relative;
	width:100%;
	width: 860px;
	margin: auto;
}

#movie .movieBlock{
	position:relative;
}

#movie .movieBlock iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}



/*.ecobagWrap {
	position: relative;
}*/


/*CP終了後は下記よりグレーフェードを表示*/
.blackfade {
	background-color: rgba(0,0,0,.8);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 150;
}

.blackfade>p {
    text-align: center;
    margin: 0;
    font-size: 32px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: 100px;
    margin: auto;
    z-index: 160;
    color: #FFF;
}
/*CP終了後は下記よりグレーフェードを表示 END*/

.ecobagWrap img {
	width: 100%;
}

.ecobagWrap .icon {
	position: absolute;
	display: block;
	width: 186px;
	height: 163px;
	left: -3vw;
	top: -54px;
}
.ecobagWrap .hukidashi {
	position: absolute;
	display: block;
	width: 442px;
	height: 370px;
	bottom: -37px;
	right: -40px;
}

/*プレゼント画像上部のテキスト*/
.logoimgeWrap h2 img {
	margin-bottom: 60px;
}

.viewerText {
	width: auto!important;
}



#member{
	background-image: url("../img/bg_member.jpg");
	padding: 70px 0;
}

#member h2{
	width: 480px;
	margin:0 auto 30px;
}

#member h2 img,
#member .memberList img{
	width: 100%;
}

#member .memberList li{
	float: left;
	width: 19%;
	margin-right: 1.25%;
}

#member .memberList li:last-Child{
	margin-right: 0;
}

#member .memberList li .imgWrap{
	margin-bottom: 15px;
}

#member .memberList li .nameWrap{
	font-size: 20px;
}

#present{
	background-color: #FFF;
	padding: 0;
}

#present{
	text-align: center;
	color: #231815;
}

#present .infoWrap{
	padding: 105px 0 100px;
	color: #000;
	text-align: center;
}

#present h3{
	display: inline-block;
	position: relative;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 40px;
	border-bottom: 3px solid #000;
}

#present h3.title_type01:after{
	content: "";
	position: absolute;
	background-image: url("../img/fukidasi_present.svg");
	width: 21px;
	height: 23px;
	bottom: -22px;
	left:0;
	right:0;
	margin: auto;
}


#present .textWrap{
	font-size: 23px;
	text-align: center;
	margin-bottom: 50px;
	line-height: 1.5em;
}

#present .textWrap .small{
	display: block;
	font-size: 18px;
}

#present .btnWrap{
	display: block;
	width: 350px;
	height: 70px;
	margin:auto;
}

#present .btnWrap.noLink{
	pointer-events: none;
	cursor: pointer;
}

#present .btnWrap img{
	width: 100%;
}

#present .cautionWrap{
	font-size: 20px;
	text-align: center;
	position: relative;
	display: inline-block;
}

/*プレゼントクローズの際のグレーフェード高さ調整*/
#ecobag {
/*	background-color: #000;*/
	background: radial-gradient(#3E3A39, #000000);
	color: #FFF;
	margin-top: 0;
	/*padding-top: 80px;*/ /*プレゼントの高さで、必要に応じて使用（高さ必要な場合使用）*/
	padding-bottom: 165px;
	position: relative;
}


.grayfade01 {
	padding-top: 80px; /*プレゼントの高さで、必要に応じて使用（高さない場合使用）*/
}


#ecobag h2 {
	font-size: 41px;
	margin-bottom: 80px;
}

#rules{
	background-color: #000;
	padding: 130px 0;
	color: #FFF;
	text-align: left;
}

#rules .inner{
	width: 950px;
}

#rules h2{
	display: block;
	border-bottom: 1px solid #FFF;
	padding-bottom: 10px;
	text-align: left;
	font-size: 24px;
}

#rules h3{
	position: relative;
	display: block;
	margin: 0 auto 15px;
	padding-left: 1em;
	font-size: 19px;
}

#rules h3:before{
	content: "■";
	font-size: 20px;
	position: absolute;
	left:0;
	top:0;
}

#rules .textWrap{
	font-size: 17px;
	line-height: 2em;
}

/*改行クラス（PC）*/
.breakLinePC{
	display:block;
}

/*改行クラス（SP）*/
.breakLineSP{
	display:inline;
}

/*改行クラス（SP）*/
.breakLineSP02{
	display:inline;
}

.onlyPC{
	display:block  !important;
}

.inline{
	display:inline-block !important;
}

.onlySP{
	display:none  !important;
}


@media (min-width: 1000px){
	.presentimgPC {
		margin: 0 auto;
		width: 85%!important;
	}
	
}



/*レスポンシブ用記述*/
/*画面サイズが1100px以下の場合*/
@media screen and (max-width: 1100px) {
	.inner {
		width: auto;
		padding: 0 20px;
	}
	
	#mv h1 {
		width: 100%;
		height: auto;
		margin: 0 auto 50px;
	}
	
	#movie .movieBlock {
		width: 100%;
	}
	
	#rules .inner {
		width: auto;
	}
	
	.officialLiveSP {
    padding: 20px 20px 0;
	}
	
}

/*600px以上の場合*/
@media (min-width: 600px) {
	/*画像切り替え*/
/*   img.bag_mobile { 
	   display: none; 
	}  
   img.bag_pcimg.bag_pc  { 
	   display: block; 
	} */
	
}

/*レスポンシブ用記述*/
/*画面サイズが960px以下の場合*/
@media screen and (max-width: 960px) {
	
}

/*画面サイズが850px以下の場合*/
@media screen and (max-width: 850px) {

}

/*画面サイズが800px以下の場合*/
@media screen and (max-width: 800px) {
	
	.ecobagWrap::after {
		margin-top: -300px;
	}
	
	#ecobagafterP {
		width: 90%;
		line-height: 1.5;
  	    font-size:24px;
	}

}


/*画面サイズが700px以下の場合*/
@media screen and (max-width: 700px) {
	
	.ecobagWrap::after {
		margin-top: -400px;
	}

}


/*画面サイズが680px以下の場合*/
@media screen and (max-width: 680px) {
	
	#mv {
		padding: 70px 0;
	}
	
	#mv .logo {
		width: 50%;
		height: auto;
		margin: 0 auto 15px;
	}
	
	#logo03 {
		margin: 0 auto 15px!important;
	}
	
	#logo02 {
		margin: 0 auto 40px!important;
	}
	
	#mv h1 {
		margin: 0 auto 35px!important;
	}
	
	.logo.logoWing {
    width: 35%!important;
}
	
	#intro {
		padding: 30px 0 40px;
	}
	
	#intro02 {
		padding: 30px 0 40px;
	}
		
	
	#intro h2 {
	font-size: 24px;
	margin-bottom: 30px;
	}
	
	#intro02 h2 {
	font-size: 24px;
	margin-bottom: 17px;
	}
	
	#intro .textWrap {
		font-size: 16px;
		line-height: 1.8em;
	}
	
	#intro02 .textWrap {
		font-size: 16px;
		line-height: 1.8em;
	}
	
	#movie {
		padding: 60px 0;
	}
	
	#movie .textWrap {
		font-size: 18px;
		margin-bottom: 20px;
		line-height: 1.5em;
	}	
	
	#movie h3 {
		width: 70%;
	}
	
	
	#member h2 {
		width: 100%;
		margin: 0 auto 20px;
	}
	
	#present {
		padding: 50px 0;
	}
	
	#present .infoWrap {
		padding: 30px 0;
	}
	
	#present h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}	
	
	#present .btnWrap {
		width: 70%;
		height: auto;
	}	
	
	#present .textWrap {
		font-size: 16px;
		margin-bottom: 20px;
		line-height: 1.5em;
	}
	
	#rules {
		padding: 60px 0;
	}
	
	#rules h3 {
		margin: 0 auto 10px;
	}	
	
	#rules .textWrap {
		font-size: 15px;
		line-height: 1.5em;
		margin-bottom: 30px;
		margin-top: 0;
	}	
	
	.mvafterP {
		width: 90%;
		font-size: 24px;
		line-height: 1.5;
	}
	


	
	/*改行クラス（SP）*/
	.breakLineSP{
		display:block;
	}
	
	/*改行クラス（SP）*/
	.breakLineSP02{
		display:inline;
	}
	
	/*改行クラス（PC）*/
	.breakLinePC{
		display:inline;
	}
	
	.onlyPC{
		display:none !important;
	}
	
	.onlySP{
		display:block  !important;
	}
}

/*画面サイズが600px以下の場合*/
@media screen and (max-width: 600px) {
	
	#mv {
		padding: 50px 0;
	}	

	#intro .textWrap {
		font-size: 14px;
		line-height: 1.8em;
	}
	
	#intro02 .textWrap {
		font-size: 14px;
		line-height: 1.8em;
	}
	
	#member .memberList li {
		float: left;
		width: 48%;
		margin-right: 2%;
	}
	
	#member .memberList li:nth-child(even){
		margin-right: 0;
	}
	
	#member .memberList li:last-Child {
		margin-right: 0;
		position: relative;
		left: 23%;
	}
	

	#movie h2 {
		width: 70%;
		height: auto;
		margin: 0 auto 40px;
	}
	
	#movie h3 {
		width: 90%;
	}	

	#movie .textWrap {
		font-size: 16px;
		line-height: 1.5em;
	}	
	
	#present .cautionWrap {
		font-size: 14px;
	}
	
	#present .textWrap .small {
		font-size: 14px;
	}
	
	/*画像切り替え*/
/*   img.bag_mobile { 
	   display: block; 
	} 
   img.bag_pc { 
	   display: none; 
	}  
	
	img.icon_fukidashi { 
		display: none; 
	}*/
	
	#ecobag {
		width: auto;
		margin: 0 auto;
		padding: 0;
	}  /*padding: 20px 0 0 0;*/ /*従来の高さ（Rd1,2）ならこちら*/
	
	#ecobag h2 {
		font-size: 21px;
		margin-bottom: 0;
	}
	
	.ecobagWrap::after {
		margin-top: -130px;
		margin-bottom: 0;
	}
	
	
	#ecobagafterP {
	width: 80%;
	text-align: center!important;
	margin: 0!important;
    font-size:32px;
    color: #FFF!important;
    font-weight: bold!important;
    position: absolute!important;
	top: 35%!important;
    left: 50%!important;
	}
	
	.blackfade>p {
		font-size: 16px;
	}
	
	.presentimgBefore {
		margin-top: 45px;
	}
	
	.presentTextGold {
		margin-bottom: 20px!important;
	}
	

	
	.presentTextWhite {
		margin-bottom: 15px!important;
	}
	
	
	.shikishiPresentSP {
		padding: 20px 20px 50px;  
	} /*padding: 0 20px 50px;*/　/*従来の高さ（Rd1,2）ならこちら*/
	
	/*改行クラス（SP）*/
	.breakLineSP02{
		display:block;
	}
	
	ul {
	display: flex;
    flex-wrap: wrap;
	
	
	
}

/*画面サイズが580px以下の場合*/
@media screen and (max-width: 550px) {

}
	

/*画面サイズが480px以下の場合*/
@media screen and (max-width: 480px) {

}

/*画面サイズが400px以下の場合*/
@media screen and (max-width: 400px) {
	.ecobagWrap::after {
		margin-top: -130px;
	}

}


/*回り込み解除クラス*/
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}