@charset "utf-8";

#bwj_24tokyo{
	width: 100%;
	margin: 0 auto ;
	line-height: 1.8;
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-size: 14px;
	box-sizing: border-box;
	padding: 0;
}



#bwj_24tokyo img {
    width: 100%;
    height: auto;
}
#bwj_24tokyo table {
	border-collapse: collapse;
	border-spacing: 0;
}
#bwj_24tokyo a{text-decoration:none; display:block;}
#bwj_24tokyo a:hover{transition:.3s; opacity:0.7;}
#bwj_24tokyo a.touch,#bwj_24tokyo a.touch img{opacity:0.7;}

#bwj_24tokyo .text-center{
	text-align: center;
}

#bwj_24tokyo .mt20{
	margin-top: 20px;
}

#bwj_24tokyo .no-link{
	pointer-events: none;
}


#bwj_24tokyo .sns{
	font-size: 18px;
	margin: 2rem auto;
	position: relative;
    display: block;
	text-align: center;
}

/*#bwj_24tokyo .sns a{
	display: inline-block;
	font-weight: bold;
    font-size: 22px;
    color: #686868;
	margin: 0 60px 0 0;
}
*/

#bwj_24tokyo .sns a{
	width: 100%;
	max-width: 300px;
	height: auto;
	text-align: center;
    display: inline-block;
    margin: 0 20px;
}

/*
#bwj_24tokyo .sns a.youtube::after{
	position: absolute;
    content: "";
    display: inline-block;
    margin-left: 10px;
    background: url(../img/logo-rgb-youtube-icon.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    background-size: contain;
    top: 7px;	
}

#bwj_24tokyo .sns a.insta::after{
	position: absolute;
    content: "";
    display: inline-block;
    margin-left: 10px;
    background: url(../img/Instagram_Glyph_Gradient.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    background-size: contain;
    top: 6px;	
}
*/

@media screen and (min-width: 1200px){
	#bwj_24tokyo .container{width:1200px;}
}

@media screen and (min-width: 991px){
/*	#bwj_24tokyo .sns a{font-size: 20px;margin: 0 70px 0 0;}*/
}

@media screen and (max-width: 767px){
	body{ font-size:12px;}
/*	#bwj_24tokyo .sns a{font-size: 16px;margin: 0 60px 0 0;}
	#bwj_24tokyo .sns a.youtube::after{margin-left: 10px;background: width: 30px;height: 30px;top: 5px;}
*/
	#bwj_24tokyo .sns a{max-width: 180px;margin: 0 10px;}
}

@media screen and (max-width: 424px){
/*	#bwj_24tokyo .sns a{font-size: 13px;margin: 0 45px 0 0;}*/
	#bwj_24tokyo .sns a{max-width: 150px;margin: 0 10px;}

}

@media screen and (max-width: 320px){
	#bwj_24tokyo .sns a{max-width: 130px;margin: 0 5px;}

}

/* ========= header sectionWrap ========= */

#header .mainimg{
	background:#db649c;
	position: relative;
}
#header .mainimg .container{
	padding:0;
}
#header h1{
	padding:0 15px;
}
#sectionWrap .sectionLayout{
	margin-top: 80px;
	margin-bottom: 80px;
}


#header .heroHeader{
	display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

#header .heroHeader__nav{
	max-width: 1000px;
	margin: 0 auto;
/*	display: none;*/
}

.globalNav__list {
    display: flex;
	justify-content: center;
}
.globalNav__listItem {margin: 0 20px;padding-top: 1%;}

.globalNav__listItem a{
	font-size: 14px;
	color: #fff;

}


@media screen and (max-width: 991px){
	#sectionWrap .sectionLayout{
		margin-top:40px;
	}
	
	.globalNav__listItem {margin-left: 2rem;}
	
}
@media screen and (max-width: 767px){
	#header .mainimg{
		border-top:none;
	}
	#header h1{
		padding:0;
	}
}

/* ========= btn variation ========= */

#bwj_24tokyo .btn{
	color:#FFF;
	border-radius:6px;
	white-space:normal;
	position:relative;
	line-height:1.3;
	padding:2.6%;
	background: rgb(199,169,87);
	background: linear-gradient(180deg, rgba(199,169,87,1) 0%, rgba(154,127,53,1) 100%);
}
#bwj_24tokyo .btn::after,
#bwj_24tokyo .btn2::after{
	content: "\f2d2";
    font-family: FontAwesome;
    position: absolute;
    right: 4%;
    top: 50%;
	transform: translateY(-50%);
	font-weight: normal;
}


#bwj_24tokyo #btnIG{
	z-index: 1;
	position: fixed;
	bottom: 50%;
	left: 60px;
}

#bwj_24tokyo #btn{IG }.btnripple{
	position: relative;
    /*波紋の形状*/
	display:inline-block;
	background:#333;
	width:70px;
	height:70px;
	border-radius: 50%;
	color:#ccc;
    outline: none;
    /*アニメーションの設定*/
    transition: all 3s;
}

/*hoverした際の背景色の設定*/
#bwj_24tokyo #btnIG .btnripple:hover{
	background:#666;	
}

/*波形を2つ設定*/
#bwj_24tokyo #btnIG .btnripple::after,
#bwj_24tokyo #btnIG .btnripple::before {
    content: '';
    /*絶対配置で波形の位置を決める*/
    position: absolute;
    left: -25%;
    top: -25%;
    /*波形の形状*/
    border: 1px solid #333;
    width: 150%;
    height: 150%;
    border-radius: 50%;
    /*はじめは不透明*/
    opacity: 1;
    /*ループするアニメーションの設定*/
    animation:1.5s circleanime linear infinite;
}

/*波形の2つ目は0.5秒遅らせてアニメーション*/
#bwj_24tokyo #btnIG .btnripple::before {
    animation-delay:1.5s; 
}

/*波形のアニメーション*/
@keyframes circleanime{
	0%{
	  transform: scale(0.68);
	}
	100%{
		transform: scale(1.2);
		opacity: 0;
	}
}

/*中央矢印*/
#bwj_24tokyo #btnIG .btnripple span::after {
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    top: 38%;
    left: 45%;
    /*矢印の形状*/
    border: 14px solid transparent;
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-color: #fff;
}

/* ========= text variation ========= */

#bwj_24tokyo .f20{
	font-size: 20px;
}

#bwj_24tokyo .f38{
	font-size: 38px;
}
#bwj_24tokyo .info{
	font-size: 15px;
	text-align: center;
	padding: 1% 0 0;
}

#bwj_24tokyo .btn1{
	background:#1F3566;
	font-size:14px;
	padding:4% 24px 4% 24px;
}

#bwj_24tokyo #sectionWrap .container{
	width: 780px;
	margin: 6rem auto;
}


#bwj_24tokyo .bnrarea{
	margin-top: 40px;
}

#bwj_24tokyo .bnrarea .boothbox,
#bwj_24tokyo .bnrarea .boothbox-bg{
	border: 1px solid #e0e0e0;
	padding: 20px;
}
#bwj_24tokyo .bnrarea .boothbox-bg img{
	padding: 0;
}


#bwj_24tokyo .bnrarea .f_pink{
	color: #f14794;
}

#bwj_24tokyo .bnrarea p:nth-child(1) {
	font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
}

#bwj_24tokyo .bnrarea p:nth-child(1) span:not(.hidden-xs) {
    display: block;
}

#bwj_24tokyo .bnrarea p:not(:nth-child(3)) {
    margin-bottom: 10px;
}
#bwj_24tokyo .btn_sm {
    background: #3C3C3C;
    font-size: 14px;
    padding-top: 2.4%;
    padding-bottom: 2.4%;
	border-radius: 4px;
}

#bwj_24tokyo .btn_sm2 {
    background: #D8397F;
    font-size: 15px;
    padding-top: 2%;
    padding-bottom: 2%;
	padding-bottom: 2.4%;
	border-radius: 4px;
}

#bwj_24tokyo .btn_sm2.btn::after{
	content: "\f107";
}

@media screen and (max-width: 767px){
	#bwj_24tokyo{font-size: 13px;}
	
	#bwj_24tokyo .f20{font-size: 18px;}
	#bwj_24tokyo #sectionWrap .container{max-width: 100%;margin-top: 4rem; margin-bottom: 4rem;}
	
/*	#header .heroHeader{display: block; top: 105%;}*/
	#header .heroHeader__nav{max-width: 100%;padding: 0 5px;}
	.globalNav__list{flex-direction: column;margin: 2% 0;}
	.globalNav__listItem{background: #D8397F;width: 100%;padding: 2%; margin: 0 0 9px;}
	
	#bwj_24tokyo .bnrarea > .col-xs-6{padding: 0 5px;}
	#bwj_24tokyo .bnrarea .boothbox,#bwj_24tokyo .bnrarea .boothbox-bg{padding: 5%;}
	#bwj_24tokyo .bnrarea .boothbox-bg img{padding: 0 0;}
	#bwj_24tokyo .bnrarea p:nth-child(1){font-size: 14px;}
	#bwj_24tokyo .btn{padding: 20px;}
	#bwj_24tokyo .btn_sm{font-size: 11px; padding: 2%;}
	#bwj_24tokyo .btn_sm2{font-size: 12px;padding: 2%;}
	
}

@media screen and (max-width: 424px){
/*	#bwj_24tokyo #sectionWrap .container{max-width: 100%;margin-top: 4rem; margin-bottom: 4rem;}*/
	#bwj_24tokyo .bnrarea .boothbox-bg img{padding: 0 0;}
}

@media screen and (max-width: 319px){
/*	#bwj_24tokyo #sectionWrap .container{max-width: 100%;margin-top: 4rem; margin-bottom: 4rem;}*/
	#bwj_24tokyo .bnrarea .boothbox-bg img{padding: 0 0;}
}


/* ============= #youtube ============= */

#bwj_24tokyo #youtube{
	display: block;
    width: 100%;
    height: auto;
    text-align: center;
	margin: 0 0 50px;
}

#bwj_24tokyo #youtube h2{
	/*text-align: center;
    font-size: 26px;
    letter-spacing: 0.09em;
    position: relative;
	*/
	background: #eb84b4;
    background-size: contain;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    padding: 20px 15px;
    font-size: 26px;
}

#bwj_24tokyo #youtube p{
	font-size: 16px;
	margin: 2rem 0;
}

#bwj_24tokyo #youtube .inner{
	width: 80%;
	max-width: 1024px;
	padding: 0;
	box-sizing: border-box;
	margin: 0 auto;
}

#bwj_24tokyo #youtube .video{
	position: relative;
    height: 0;
    padding: 0 0 56.25%;
    overflow: hidden;
}

#bwj_24tokyo #youtube .video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 991px){
}

@media screen and (max-width: 767px){
	#bwj_24tokyo #youtube h2{font-size: 20px;}
	#bwj_24tokyo #youtube p{font-size: 14px;padding: 0 10px;}
	#bwj_24tokyo #youtube .inner{width: 100%;}
}

@media screen and (max-width: 424px){
	#bwj_24tokyo #youtube h2{font-size: 18px;}
	#bwj_24tokyo #youtube p{font-size: 12px;}
}

@media screen and (max-width: 319px){
}

/* ============= #sec2 ============= */
#sec2{
	background: #F8F6F2;
	padding: 8rem 0 6rem;
}
#sec2 .container{
	padding-top: 2rem;
}
#sec2 h2{
/*	text-align:center;
	letter-spacing: 0.09em;
	position: relative;*/
    background: #eb84b4;
    background-size: contain;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    padding: 20px 15px;
	font-size:26px;
}


#sec2 h2::before{
	position: absolute;
	content: '';
	display: block;
	background: url(../../bwj_24tokyo/img/point_mini.svg);
	background-repeat: no-repeat;
	width: 70px;
    height: 40px;
    background-size: contain;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
}

#sec2 h2 span{
	font-size: 38px;
	color: #fff;
/*	color: #EE1A1A;*/
}

#sec2 h3{
	display: flex;
	align-items: center;
	margin-top: 5px;
	color: #9A7F35;
}

#sec2 .point-ic{
	width: 80px;
}

#sec2 .point-ttl{
	width: calc(100% - 80px);
	padding-left: 10px;
	font-size: 22px;
}

#sec2 .cnt{
	max-width: 1200px;
	margin: 0 auto;	
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#sec2 .cnt .point-col{
	width: calc(100% / 3 - 2rem);
	margin-bottom: 2rem;

}

#sec2 .cnt .point-col .underline{
	display: inline-block;
	text-decoration: underline;
}

#sec2 .cnt .flex-last{
	width: 100%;
	margin-bottom: 0;
}

#sec2 .cnt1 .col-md-6 > p{
	padding-top: 5px;
}
@media screen and (max-width: 991px){
	#sec2{padding: 4rem 0 2rem;}
	#sec2 h2{font-size: 20px;}
	#sec2 h2::before{top: -50%;width: 56px;}
	#sec2 h2 span{font-size: 30px;}
	#sec2 .cnt{max-width: 100%;padding: 0 15px;gap:1rem;}
	#sec2 .cnt .point-col{width: calc(100% / 3 - 1rem);}
	#sec2 .cnt .flex-last{width: 100%;}
	#sec2 .point-ic{width: 54px;}
	#sec2 .point-ttl{width: calc(100% - 54px);font-size: 18px;}
	
	
}

@media screen and (max-width: 767px){
	#sec2 h2{font-size:16px;}
	#sec2 h2 span{font-size:26px;}
	#sec2 .cnt{padding: 0 10px;}
	
	#sec2 .cnt .point-col{
	width: calc(100% / 2 - 0.5rem);
	}
	#sec2 .cnt .flex-last{width: 100%;}
	
	#sec2 .point-ic{
		width: 40px;
	}
	
	#sec2 .point-ttl{
		width: calc(100% - 40px);
		font-size: 15px;
	}

}


/* ============= #sec2-online ============= */
/* sale banner*/
/*---------------------------------------------------*/

#sec2-online{
	padding: 2rem 0 2rem;
}

#sec2-online .inner{
  margin: 10px 0 0 0;
}

#sec2-online .inner ul li a{
	display:block;
	width:100%;
	height:100%;
}

#sec2-online .inner ul li a:hover{
	opacity:0.4;
}


#sec2-online .inner img{
	width: 100%;
	max-width: 590px;
	height: auto;
	margin: 0 auto;
	display: block;
}

#sec2-online h2{
	font-weight: bold;
    text-align: center;
    padding: 20px 15px;
    font-size: 26px;
	color: #686868;
}

#sec2-online h2 span{
	font-size: 38px;
	color: #f14794;
}

@media screen and (max-width: 991px){
	#sec2-online h2{font-size: 20px;}
	#sec2-online h2 span{font-size: 30px;}
	#sec2-online .inner img{
	width: 80%;
	}
}

@media screen and (max-width: 767px){
	#sec2-online h2{font-size: 16px;}
	#sec2-online h2 span{font-size: 26px;}
}


/* ============= #sec2-brand ============= */

/* 商品カテゴリメーカーブランド用
例）https://www.beautygarage.jp/c/2HA201
*/
/*---------------------------------------------------*/

#sec2-brand h2{
/*	text-align:center;
	font-size:26px;
	letter-spacing: 0.09em;
	position: relative;*/
    background: #eb84b4;
    background-size: contain;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    padding: 20px 15px;
	font-size:26px;
}

#sec2-brand h2{
	text-align:center;
	font-size:26px;
	color: #fff;
/*	color:#D8397F;*/
	letter-spacing: 0.09em;
	position: relative;
	margin-top: 20px;
}


#sec2-brand #plpMakerBrand .inner{
  margin: 10px 0 0 0;
}
#sec2-brand #plpMakerBrand .inner ul{
	display: inline;
	margin:0;
/*	margin:0 -1.2%;*/
	letter-spacing: -.4em;
/*	overflow:hidden;*/
}
#sec2-brand #plpMakerBrand .inner ul.opener{
	display:none;
	transition: all 0.5s;
}
#sec2-brand #plpMakerBrand .inner ul li {
	width: calc(16.666666666% - 2.4%);
	display: inline-block;
	margin: 10px 1.2%;
	text-align: center;
	border: 1px solid #DDD;
	letter-spacing: normal;
}
#sec2-brand #plpMakerBrand .inner ul li a{
	pointer-events: none;
	display:block;
}
#sec2-brand #plpMakerBrand .inner ul li a img{
	width:100%;
	height:auto;
	max-width:168px;
	max-height:79px;
}
/*
#sec2-brand #plpMakerBrand .inner ul li a:hover{
	opacity:0.4;
}
*/
#sec2-brand #plpMakerBrand p{
	text-align:right;
	margin-top:10px;
}
#sec2-brand #plpMakerBrand p a{
	color:#000;
	font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, "Open Sans", Helvetica, Arial, -apple-system, blinkMacSystemFont, sans-serif;
	cursor:pointer;
}
#sec2-brand #plpMakerBrand .more::before{
	content: "\f078";
	font-family: FontAwesome;
	display: inline-block;
	margin-right:4px;
}
#sec2-brand #plpMakerBrand .all{display:none;}
#sec2-brand #plpMakerBrand .all::after{
	content: "\f054";
	font-family: FontAwesome;
	display: inline-block;
	margin-left:4px;
}

/*@media screen and (max-width: 1023px){*/

	#sec2-brand #plpMakerBrand .inner{
		width:100%;
		overflow-x:scroll;
		white-space:nowrap;
	}
	#sec2-brand #plpMakerBrand .inner ul.sp-box{
		width:135px;
		display:inline-block;
		margin:0 1%;
	    vertical-align: top;
	}
	#sec2-brand #plpMakerBrand .inner ul.sp-box li{
		width:135px;
		display:block;
	}
	#sec2-brand #plpMakerBrand p{margin-top:0;}
/*}*/

@media screen and (max-width: 991px){
	#sec2-brand h2{font-size: 20px;}
	}
}

@media screen and (max-width: 767px){
	#sec2-brand h2{font-size:16px;}
	
}


/* ============= #sec3 ============= */
#sec3{
	background: #F7F7F7;
    padding: 8rem 0 6rem;
}

/*
#sec3 h2{
	text-align:center;
	font-size:26px;
	letter-spacing: 0.09em;
	position: relative;
}
*/

#sec3 h2{
/*	text-align:center;
	letter-spacing: 0.09em;
	position: relative;*/
    background: #eb84b4;
    background-size: contain;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    padding: 20px 15px;
	font-size:26px;
}


/*#sec3 h2::before{
	position: absolute;
	content: '';
	display: block;
	background: url("../../bwj_24tokyo/img/stage_mini.svg");
	background-repeat: no-repeat;
	width: 70px;
    height: 40px;
    background-size: contain;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
}*/

#sec3 h2 span{
	font-size: 38px;
	color: #fff;
/*	color: #EE1A1A;*/
}

#sec3 h2 span.sub{
	font-size: 26px;
	color: #fff;
/*	color: #D8397F;*/
}

#sec3 .option{
	font-size: 16px;
    margin: 2rem 2rem;
	text-align: center;
}

#sec3 .tab-area{
  display: flex;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  margin-top: 2%;
  background: #fff;
  font-size: 18px;
}

#sec3 .tab{
  width: calc(100%/3);
  padding: 5px;
  text-align: center;
}

#sec3 .tab:nth-child(n+2) {
  border-left: 1px solid #e0e0e0;
}
#sec3 .tab.active {
  background: rgb(199,169,87);
  background: linear-gradient(180deg, rgba(199,169,87,1) 0%, rgba(154,127,53,1) 100%);
  color: #fff;
}

#sec3 .demo {
  display: none;
  text-align: center;
  background: #fff;
/*border: solid 1px #e0e0e0;*/
}
#sec3 .demo.active {display: block;}

#sec3 .demo ul{padding: 1% 0;width: 900px;margin: 0 auto;}
/*#sec3 .demo ul{padding: 1% 0;width: 1000px;margin: 0 auto;}*/

#sec3 .demo ul li{
	width: 100%;
    display: flex;
    justify-content: space-between;
	border: solid 1px #e0e0e0;
	margin:  2% 0;
	background: #F8F6F2;
/*	border-bottom: 1px solid #e0e0e0;
	padding: 2% 0;*/
}

#sec3 .demo ul li:last-of-type{
/*	border-bottom: none;*/
}

#sec3 .demo ul li .demo-fboxL{
	display: flex;
/*	width: 30%;*/
	width: 40%;
	align-items: center;
	justify-content: space-between;
	background: #eee;
}

#sec3 .demo ul li .demo-fboxL div{
	width: calc(100% - 150px);
}

#sec3 .demo ul li .demo-fboxL figure{
	width: 150px;
}

#sec3 .demo ul li .demo-fboxL .time{
	font-size: 18px;
	font-weight: bold;
}

#sec3 .demo ul li .demo-fboxL .live-icon{
 /*   background: linear-gradient(180deg, rgba(56,63,162,1) 0%, rgba(224,62,133,1) 100%);
    color: #fff;
    border-radius: 4px;
    padding: 4%;
	text-align: center;
	pointer-events: none;
	margin: 5% auto 0;*/
    width: 70%;
    margin: 0 auto;
}
/*
#sec3 .demo ul li .demo-fboxL .live-icon:before{
	content: "coming soon";
}
*/
#sec3 .demo ul li .demo-fboxL .live-icon:hover{
	cursor: default;
}


/*
#sec3 .demo ul li .demo-fboxL .live-icon.on-air{
	pointer-events: auto;
	background: linear-gradient(180deg, rgba(56,63,162,1) 0%, rgba(224,62,133,1) 100%);
	animation: on-air 1.5s infinite alternate;  
	border: 0.2rem solid #fff;
	box-shadow: 0 0 .2rem #fff,
			0 0 1rem #bc13fe,
			inset 0 0 1.3rem #bc13fe; 
  }
@keyframes on-air {
    0%,
    100% {
  border: 0.2rem solid #fff;
  box-shadow:
    -.1vw 0vw .1vw #b525ff, -.15vw 0vw .1vw #b525ff, -.2vw 0vw .1vw #b525ff, 
    -.1vw 0vw 1vw #f85fff, -.2vw 0vw 1vw #f85fff, -.4vw 0vw 1vw #f85fff,
    -.1vw 0vw 1vw #f85fff, -.2vw 0vw 1vw #f85fff, -.4vw 0vw .1vw #f85fff, .2vw 0vw 1vw #f85fff;
      color: #ffffff;
    }
    50% {
  box-shadow: 
    -.1vw 0vw .1vw #b525ff, -.2vw 0vw .1vw #b525ff, 
    -.1vw 0vw .1vw #f85fff, -.2vw 0vw .1vw #f85fff,
    -.1vw 0vw .1vw #f85fff, -.2vw 0vw .1vw #f85fff;
      color: #ffffff;
    }
  }
#sec3 .demo ul li .demo-fboxL .live-icon.on-air:before{
	content: "インスタライブ配信中！";
}
/*#sec3 .demo ul li .demo-fboxL .live-icon.on-air:hover{
	cursor: pointer;
}
*/

	
#sec3 .demo ul li .demo-fboxR{
	width: 70%;	
	align-self: center;
	text-align: left;
	padding: 2% 0;
}

#sec3 .demo ul li .demo-fboxR .tytle{
	font-size: 18px;
	font-weight: bold;
	line-height: 1rem;
}

#sec3 .demo ul li .demo-fboxR .name{
	width: auto;	
	align-self: center;
	text-align: left;
	margin-top: 5px;
    display: inline-block;
}

#sec3 .demo ul li .demo-fboxR p{
	text-align: left;
    padding-left: 5%;
}

#sec3 .demo ul li .demo-fboxL figure .demo--logo{
	display: flex;
	align-items: flex-start;
}

#sec3 .demo ul li .demo-fboxL figure .demo--logo img{
	width: 200px;
}

#sec3 .demo ul li .demo-fboxL figure img.logo{
	background-color: #fff;
	border: solid 1px #e0e0e0;
/*	border-top: transparent;*/
}

#sec3 .demo ul li .demo-fboxL figure img.human{
	background-color: #f9f0f8;
	border: solid 1px #e0e0e0;
}

#sec3 .demo ul li .demo-fboxL figure .demo--logo p{	
	text-align: left;
	width: calc(100% - 200px);
	padding-left: 5%;
}

#sec3 .demo ul li .demo-fboxL figure .demo--logo p span{font-size: 18px;}	

#sec3 .demo ul li .demo-fboxL figure .demo--logo + p{
	text-align: left;
	padding-top: 5px;
}

@media screen and (max-width: 991px){
	#sec3{padding: 10rem 0 2rem;}
	#sec3 h2{font-size: 20px;}
	#sec3 h2::before{top: -50%;width: 56px;}
	#sec3 h2 span{font-size: 30px;}
	#sec3 .tab-area{margin: 0 2%;}
	#sec3 .demo{margin: 0 2%;}
	#sec3 .demo ul{max-width: 100%;padding: 0 2%;}	
	#sec3 .demo ul li .demo-fboxL div{
		width: 30%;/*margin-right: 5%;*/
	}
	#sec3 .demo ul li .demo-fboxL .time{font-size: 16px;}
	#sec3 .demo ul li .demo-fboxL .live-icon{width: 100%;}
	#sec3 .demo ul li .demo-fboxL figure{
		width: 70%;
	}
	#sec3 .demo ul li .demo-fboxL figure .demo--logo p{width: 100%;}
	
	#sec3 .demo ul li .demo-fboxL figure .demo--logo img{
		width: 30%;
	}
	
}

@media screen and (max-width: 767px){
	#sec3{padding: 7rem 0 2rem;}
	#sec3 h2{font-size:16px;}
	#sec3 h2::before{top: -32%;}
	#sec3 h2 span{font-size:26px;}
	#sec3 h2 span.sub{font-size: 20px;}
	#sec3 .option{font-size: 14px;margin: 10px 10px;}
	#sec3 .demo ul{max-width: 100%;padding: 0 3%;}	
	#sec3 .demo ul li .demo-fboxL div{
		width: 30%;/*margin-right: 5%;*/
	}
	#sec3 .demo ul li .demo-fboxL .time{font-size: 13px;}
	#sec3 .demo ul li .demo-fboxL figure{
		width: 70%;
	}
/*	#sec3 .demo ul li{flex-direction: column;padding: 4% 0 2%;}*/
	#sec3 .demo ul li .demo-fboxR p{padding: 2%;}
/*	#sec3 .demo ul li .demo-fboxL figure{width: 30%;}*/
	#sec3 .demo ul li .demo-fboxL figure .demo--logo{flex-direction: column;}
	#sec3 .demo ul li .demo-fboxL figure .demo--logo img{width: 40%;}
	#sec3 .demo ul li .demo-fboxL figure .demo--logo p{padding: 0 5% 3%;}
}

@media screen and (max-width: 424px){
	#sec3 .option{font-size: 12px;margin: 10px 10px;}
	#sec3 .demo ul{max-width: 100%;padding: 0 3%;}	
	#sec3 .demo ul li{flex-direction: column;padding: 0; margin: 2rem 0;}
/*	#sec3 .demo ul li{flex-direction: column;padding: 4% 0 2%;}*/
	#sec3 .demo ul li .demo-fboxL,#sec3 .demo ul li .demo-fboxR{width: 100%;}
}

/*旧　ここから*/
/*#sec3 .demo ul li .demo-fboxR .demo--inner--logo{
	display: flex;
	align-items: flex-start;
}

#sec3 .demo ul li .demo-fboxR .demo--inner--logo img{
	width: 200px;
	
}

#sec3 .demo ul li .demo-fboxR .demo--inner--logo p{	
	text-align: left;
	width: calc(100% - 200px);
	padding-left: 5%;
}

#sec3 .demo ul li .demo-fboxR .demo--inner--logo p span{font-size: 18px;}	

#sec3 .demo ul li .demo-fboxR .demo--inner--logo + p{
	text-align: left;
	padding-top: 5px;
}

@media screen and (max-width: 991px){
	#sec3{padding: 10rem 0 2rem;}
	#sec3 h2{font-size: 20px;}
	#sec3 h2::before{top: -50%;width: 56px;}
	#sec3 h2 span{font-size: 30px;}
	#sec3 .tab-area{margin: 0 2%;}
	#sec3 .demo{margin: 0 2%;}
	#sec3 .demo ul{max-width: 100%;padding: 0 2%;}	
	#sec3 .demo ul li .demo-fboxL div{
		width: 60%;margin-right: 5%;
	}
	#sec3 .demo ul li .demo-fboxL figure{
		width: 35%;
	}
	#sec3 .demo ul li .demo-fboxR .demo--inner--logo p{width: 100%;}
	
	#sec3 .demo ul li .demo-fboxR .demo--inner--logo img{
		width: 30%;
	}
}

@media screen and (max-width: 767px){
	#sec3 h2{font-size:16px;}
	#sec3 h2::before{top: -32%;}
	#sec3 h2 span{font-size:26px;}
	#sec3 .demo ul li{flex-direction: column;padding: 4% 0 2%;}
	#sec3 .demo ul li .demo-fboxL,#sec3 .demo ul li .demo-fboxR{
		width: 100%;
	}
	#sec3 .demo ul li .demo-fboxL figure{width: 30%;}
	#sec3 .demo ul li .demo-fboxR .demo--inner--logo{flex-direction: column;}
	#sec3 .demo ul li .demo-fboxR .demo--inner--logo img{width: 40%;}
	#sec3 .demo ul li .demo-fboxR .demo--inner--logo p{padding: 0 5% 3%;}
	
}*/
/*旧　ここまで*/


/* ============= #sec4 ============= */

/* インフルエンサー一覧
*/
/*---------------------------------------------------*/

#sec4{
	padding: 8rem 0 6rem;
}


#sec4 h2{
/*	text-align:center;
	letter-spacing: 0.09em;
	position: relative;*/
    background: #eb84b4;
    background-size: contain;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    padding: 20px 15px;
	font-size:26px;
}

/*#sec4 h2{
	text-align:center;
	font-size:26px;
	letter-spacing: 0.09em;
	position: relative;
	margin-top: 20px;
}
*/

#sec4 h2 span{
	font-size:36px;
}

#sec4 h2 span img{
    height: auto;
    width: 100%;
	max-width: 700px;
    display: block;
	margin: 0 auto;
}

#sec4 #influencer p{
	text-align:center;
	margin-top:10px;
}
#sec4 #influencer p a{
	color:#000;
	font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, "Open Sans", Helvetica, Arial, -apple-system, blinkMacSystemFont, sans-serif;
	cursor:pointer;
}

#sec4 #influencer .inner{
  margin: 10px 0 0 0;
}
#sec4 #influencer .inner ul{
	display: inline;
	margin:0;
/*	margin:0 -1.2%;*/
	letter-spacing: -.4em;
/*	overflow:hidden;*/
}
#sec4 #influencer .inner ul.opener{
	display:none;
	transition: all 0.5s;
}
#sec4 #influencer .inner ul li {
	width: calc(16.666666666% - 2.4%);
	display: inline-block;
	margin: 10px 1.2%;
	text-align: center;
	border: none;
	letter-spacing: normal;
}
#sec4 #influencer .inner ul li a{
/*	pointer-events: none;*/
	display:block;
	width: 100%;
	height: 100%;
}
#sec4 #influencer .inner ul li a img{
	width:100%;
	height:auto;
	max-width:168px;
	max-height:auto;
	border: solid 4px #d889d8;
	border-radius: 100%;
	background-color: #ffeefe;
}


#sec4 #influencer .inner ul li a:hover{
	opacity:0.4;
}

#sec4 #influencer .inner ul li a span.name{
	position: relative;
	display:block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#sec4 #influencer .inner ul li a span.name p::after{
	position:absolute;
	content:"";
	display: inline-block;
    margin-left: 10px;
    background: url(../img/Instagram_Glyph_Gradient.svg);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    background-size: contain;
    top: 3px;
}

#sec4 #influencer .more::before{
	content: "\f078";
	font-family: FontAwesome;
	display: inline-block;
	margin-right:4px;
}
#sec4 #influencer .all{display:none;}
#sec4 #influencer .all::after{
	content: "\f054";
	font-family: FontAwesome;
	display: inline-block;
	margin-left:4px;
}

@media screen and (max-width: 1023px){

	#sec4 #influencer .inner{
		width:100%;
		overflow-x:scroll;
		white-space:nowrap;
	}
	#sec4 #influencer .inner ul.sp-box{
		width:23.5%;
		display:inline-block;
		margin:0 1%;
	    vertical-align: top;
	}
	#sec4 #influencer .inner ul.sp-box li{
		width:135px;
		display:block;
	}
	#sec4 #influencer p{margin-top:0;}
}

@media screen and (max-width: 991px){
	#sec4 h2 span{font-size:30px;}
	#sec4 #influencer h2{font-size: 20px;}
}

@media screen and (max-width: 767px){
	#sec4 h2 span{font-size:20px;}
	#sec4 #influencer  h2{font-size:16px;}
	#sec4 #influencer .inner ul.sp-box{width: 20%;margin: 0 2.2%;}
	#sec4 #influencer .inner ul.sp-box li{width:100%;}
	#sec4 #influencer .inner ul li a span.name{font-size: 13px;}
	#sec4 #influencer .inner ul li a span.name p::after{margin-left: 6px;width: 20px;height: 20px;top: 1px;}
}



/* ============= #sec1 ============= */

#sec1{
	background-color: rgba(240,240,240,0.5);
}

#sec1 .bg{
	width: 100%;
	background: url(../../bwj_24tokyo/img/sec_bgImg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	padding: 8rem 0;

}

#sec1 .container{
	width: 1100px;
	margin: 0 auto;
}

#sec1 .row{
	background-color: #fff;
	opacity: 0.9;
	box-shadow: 0px 0px 12px 0px #d1d1d1;
	border-radius: 0px;

}


#sec1 .row .row-bg-border{
	width: 980px;
	margin: 6rem auto;
	border: 1px solid #1F1F27;
	padding: 4rem;
	text-align: center;	
}

#sec1 h2{
	font-size: 26px;
    background: #eb84b4;
    background-size: contain;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    padding: 20px 15px;
}


#sec1 h2 span{
	font-size: 36px;
}

#sec1 .row h2{
	width: 226px;
    margin: 0 auto;

}


#sec1 .row .day{
	border-top: 1px solid #1F1F27;
    border-bottom: 1px solid #1F1F27;
    text-align: center;
    font-size: 20px;
    margin: 2rem auto;
	display: inline-block;
}

#sec1 .bg-gray{
/*	background-color: rgba(240,240,240,0.5);*/
	border-radius: 25px;
	padding: 4rem 0;
    margin: 4rem auto 8rem;
}

#sec1 .boothblock{
	display: flex;
	align-items: center;
	max-width:1200px;
	justify-content: space-between;
    margin: 0 auto;
	gap: 1rem;
}

#sec1 .booth-img{
	width:100%;
	margin-right: 0;
}

#sec1 .booth-txt{
	width: calc(100% - 375px);
	font-weight: bold;
}

#sec1 .place{
	font-size: 28px;
	font-weight: 600;
	line-height: 1.6;
}

#sec1 .f38 {
	display: flex;
	align-items: center;
	background: #D3B467;
    color: #fff;
    justify-content: center;
	font-weight: 400;
}

#sec1 .f38 span{
	font-size: 24px;
	padding-right: 10px;
}

#sec1 .booth-img2{
	max-width: 1200px;
	margin: 0 auto 2rem;
	display: block;
}

 
#sec1 .col-btn{
	display: flex;
	justify-content: space-between;
	width: 790px;
    margin: 0 auto;
}

#sec1 a.link{
	color: #E079A6;
}

#sec1 a.link:hover {
    text-decoration: underline;
	opacity: 1;
}	

/*
#sec1 .btn{
	width: 50%;
	margin: 2% 8px 0;
}

#sec1 .btn::after{
	content: "\f2d2";
    font-family: FontAwesome;
	font-weight: normal;
}
*/

#sec1 table th{
	background: #eee;
	border: solid 1px #e0e0e0;
	font-size: 17px;
	padding: 20px;
}
#sec1 table th:nth-child(n+1){
	border-bottom: solid 1px #fff;
}
#sec1 table th:nth-child(last){
	border-bottom: solid 1px #e0e0e0;
}

#sec1 table td{
	background: #fff;
	border: solid 1px #eee;
	font-size: 18px;
	padding: 20px;
}


@media screen and (max-width: 991px){
	#sec1 .row .row-bg-border{ width: calc(100% - 30px);}
	#sec1 h2{font-size: 20px;}
	#sec1 h2 span{font-size: 30px;}
	#sec1 .container{ width: calc(100% - 30px);}
	
	#sec1 .boothblock,#sec1 .booth-img2,#sec1 .col-btn{max-width: 100%;padding: 0 15px;}
	
	#sec1 .place{font-size: 22px;}
	#sec1 .f38{font-size: 28px;}
}
@media screen and (max-width: 767px){
	#sec1 h2{font-size: 16px;}
	#sec1 h2 span{font-size: 20px;}
	#sec1 .row .row-bg-border{ margin: 5% auto;}
	#sec1 .container{border-radius: 15px;}
	#sec1 .bg-gray{padding: 2rem 0;}
	
	#sec1 .booth-img{max-width: 100%;margin: 0;padding-bottom: 2%;}
	#sec1 .place{font-size: 20px;}
	#sec1 .booth-txt{width: 100%;}
	#sec1 .f38 span{font-size: 18px;}
	
	#sec1 .col-btn{
	flex-direction: column;
	gap:1rem;
	padding-top: 1rem;
	}
	
	#sec1 .btn{
	width: 100%;
    margin: 0 auto;
	padding: 20px;
	}
}
@media screen and (max-width: 479px){
	#sec1 table th{font-size: 15px;padding: 5px;}
	#sec1 table td{padding: 5px;}
	#bwj_24tokyo .f20 {font-size: 16px;}
	#sec1 .boothblock{flex-direction: column;}
}



/*------------------topへ------------------------*/
#bwj_24tokyo .scrollTop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: all 0.4s ease-in-out 0s;
	z-index: 5;
}

#bwj_24tokyo .scrollTop a {
  display: inline-block;
  text-decoration: none;
  background: #d83980;
  color: #FFF;
  width: 60px;
  height: 60px;
  line-height: 120px;
  border-radius: 50%;
  text-align: center;
  /*overflow: hidden;
  box-shadow: 0px 0px 0px 5px #a0a8bf;
  border: dashed 1px #FFF;
  transition: .4s;*/
  position: relative;
  opacity:0.7;
}
#bwj_24tokyo .scrollTop a:after {
    font-family: "FontAwesome";
    content: '\f077';
    position: absolute;
    top: -35px;
    left: 7px;
    font-size: 45px;
}

@media screen and (max-width: 480px){
#bwj_24tokyo .scrollTop {
    right: 20px;
    bottom: 20px;
}
#bwj_24tokyo .scrollTop a {
  width: 40px;
  height: 40px;

}
#bwj_24tokyo .scrollTop a:after {
    top: -44px;
    left: 4px;
    font-weight: 900;
    font-size: 30px;
}
}

/*------------------topへ------------------------*/
