@charset "utf-8";
/* CSS Document */
/*********************************************
 
	         　共通
 
*********************************************/
body{
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size:14px;	
	line-height:1.2rem;
	color: #343434;
}

#brafes .contents_wrapper{
	max-width: 990px;
	width: 100%;
	margin: 0 auto;
}

/* 整列部分 */
ul.list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    margin: 5% 0;	
}

ul.list img{width: 100%}

ul.list li{margin-bottom: 2%;}

/* 見出し */
#brafes h2{
	font-size: 1.1rem;
	margin: 0 0 3%;
	text-align: center;
	letter-spacing: 0.2rem;
}
#brafes h2 span{
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: 700;
    font-size: 3rem;
	display: block;	
}
/* テキスト関連 */
#brafes .contents_wrapper > p{
	text-align: center;
}
p.party {
    line-height: 2.5rem;
}


/* hover image
--------------------------------*/
/*a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
*/
/* font
--------------------------------*/
.bold { font-weight:bold; }
.red {  color:#af0000; }
.white{color: #fff;}
.color_pink{color: #c83069;}

h3.red {  color:#af0000; }
h3.luxury {  color:#7a583d; }
h3.roomwear {  color:#8aa5b6; }
h3.slip {  color:#324a3c; }
h3.sexyinner {  color:#303030; }

/* bg
--------------------------------*/
.bg2{
	background-color: #f1f1f1;
	padding:50px 0 50px;
}
	
div.more{
	text-align: center;
	margin-bottom: 50px;
}

div.more img{
	max-width: 668px;
	width: 100%;
}

#recommend_bn{
	padding: 5% 0;
}
/*　画面サイズが990pxからはここを読み込む　*/
@media screen and (max-width:990px) { 
	#brafes .contents_wrapper{
		padding: 0 3%;
		box-sizing: border-box;
	}
}

/*　画面サイズが780pxからはここを読み込む　*/
@media screen and (max-width:780px) { 
	body{
		font-size:12px;	
	}
}
/*　画面サイズが480pxからはここを読み込む　*/
@media screen and (max-width:480px) { 
#brafes h2 {
    line-height: 1.4 !important;
    font-size: 1em!important;
    margin: 0;
}

.bg2{
	padding: 0 0 10%;
	margin-top: -1%;
}
	.pane-common-footer{
		    z-index: 55;
	}	
}

/*********************************************
 
	         　main
 
*********************************************/
#main{
	background-color: #212122;
	padding-bottom: 50px;	
}
.brafesMain{
	background-image: url(/img/usr/underwear/event/brafes/main_bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 800px;
	width: 100%;
	position: relative;
}
.brafesMain_img{
	max-width: 479px;
	width: 70%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	  -webkit-transform: translateY(-50%) translateX(-50%);	
	-webkit-transition: all 1.3s;
	-moz-transition: all 1.3s;
	-ms-transition: all 1.3s;
	-o-transition: all 1.3s;
	transition: all 1.3s;
	opacity: 0;
}
.brafesMain_img.brafesAction{
	opacity: 1;	
}
.intesucre_logo{
	position: absolute;	
	max-width: 153px;
	width: 70%;	
	top: 20px;
	left: 20px;
}
.scroll_img{
	position: absolute;	
	max-width: 50px;
	bottom: 20px;
	left: 49%;
	animation: vertical 0.5s ease-in-out infinite alternate;
}
/*____anime_____*/
@keyframes vertical {
    0% { transform:translateY( -10px) translateX(-50%); }
  100% { transform:translateY( 0px) translateX(-50%); }
}

/*マップ*/
#map{
	background-image: url(/img/usr/underwear/event/brafes/map_pc.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	max-width: 950px !important;
	min-height: 600px;
	position: relative;
}
#map.contents_wrapper{
	margin:50px auto 0!important;
}
.function_Mapimg{
	position: absolute;	
	max-width: 342px;
	top: 0px;
    right: 20px;
}
.clothes_Mapimg{
	position: absolute;	
	max-width: 343px;
    top: 10px;
    left: 20px;
}
.taste_Mapimg{
	position: absolute;	
	max-width: 365px;
    bottom: 60px;
    left: 80px;
}
.ranking_Mapimg{
	position: absolute;	
	max-width: 130px;
    right: 10px;
	bottom: 150px;
}
.pickup_Mapimg{
	position: absolute;	
	max-width: 130px;
    right: 10px;
	bottom: 0px;
}
@media screen and (min-width:480px) { 
	.function_Mapimg:hover,.clothes_Mapimg:hover,.taste_Mapimg:hover{
	  -webkit-animation-duration: 1s;
	  animation-duration: 1s;
	  -webkit-animation-fill-mode: both;
	  animation-fill-mode: both;
	  -webkit-animation-name: tada;
	  animation-name: tada;
	}
	.ranking_Mapimg:hover,.pickup_Mapimg:hover{
	  -webkit-animation-name: heartBeat;
	  animation-name: heartBeat;
	  -webkit-animation-duration: 1.3s;
	  animation-duration: 1.3s;
	  -webkit-animation-timing-function: ease-in-out;
	  animation-timing-function: ease-in-out;
	}
}

@media screen and (max-width:780px) { 
	#map{
		background-image: url(/img/usr/underwear/event/brafes/map_sp.png);
		background-size: contain;		
	}
	.function_Mapimg,.clothes_Mapimg,.taste_Mapimg,.ranking_Mapimg,.pickup_Mapimg{
		width: 30vw;
	}
	.function_Mapimg{
		position: absolute;	
		top: 0px;
		right: 20px;
	}
	.clothes_Mapimg{
		position: absolute;	
		top: 70px;
		left: 60px;
	}
	.taste_Mapimg{
		position: absolute;	
		bottom: 90px;
		left: 40px;
	}	
}

@media screen and (max-width:480px) { 
	.brafesMain{
		min-height: 550px;
	}
	#map{
		min-height: 420px;
		margin-top: 0 !important;
	}
	.function_Mapimg,.clothes_Mapimg,.taste_Mapimg{
		width: 40vw;
	}
	.ranking_Mapimg,.pickup_Mapimg{
		width: 18vw;
	}
	.function_Mapimg{
		position: absolute;
		top: 0px;
		right: 20px;
	}
	.clothes_Mapimg{
		position: absolute;
		top: 40px;
		left: 20px;
	}
	.taste_Mapimg{
		position: absolute;
		bottom: 0px;
		left: 10px;
	}	
	.ranking_Mapimg{
		position: absolute;	
		right: 10px;
		bottom: 110px;
	}
	.pickup_Mapimg{
		position: absolute;	
		right: 10px;
		bottom: 30px;
	}	
}
/*********************************************
 
	         　コンテンツ
 
*********************************************/
#clothes,#taste{
	margin-top: 150px;
}
.contentTitle{
	text-align: center;
	padding: 50px 0 50px;
	box-sizing: border-box;
	margin: 0!important;
}

.contentTitle_read{
	margin-top: 15px;
	font-weight: bold;
}

.contentNavi{
	display: flex;
	margin: 0 auto;
	justify-content: center;
	flex-wrap: wrap;
	padding: 10px 5px;
	box-sizing: border-box;
	background-color: #ccc;
}
.contentNavi a::before{
	content: "#";
}
.contentNavi a{
	color: #fff;	
	font-weight: 500;	
	margin-right: 30px;
}
.contentNavi a:last-child{
	margin-right: 0;
}

/*商品一覧部分*/
.picitemArea{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top:100px;
	line-height: 1.6rem;
}
.picitemArea:first-of-type{
	margin-top:50px;	
}

.picitemTextArea{
	width: 50%;
}
.picitemTextImg img,.picitemImgArea img{
	width: 100%;
}
.picitemText,.picitemTextItem{
	padding: 0 5%;
	box-sizing: border-box;
}
.picitemText{
	margin: 30px 0;
}
.picitemImgArea{
	width: 48%;
	padding: 5% 0;
	position: relative;
}
.picitemImgArea::after{
	content: "";
	width: 60px;
	height: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	transition: 1s;
}
.picitemImgArea.brafesAction::after{
	height: 100%;
	-webkit-animation-delay:1s;
	 animation-delay:1s;	
}
.columnleft .picitemImgArea::after{
	left: 0;	
}

.picitemTextItem span,.itemTextitem span{
	display: block;
}
.itemArea ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}
.itemAreaContent{
	width: 26%;
}
.itemAreaContent img{
	width: 100%;
}


/*色*/
#function .contentTitle{background-color: #f0ff00;}
#function .contentNavi{ background:linear-gradient(90deg,#00edd5, #024df8);}
#function .picitemImgArea::after{background-color: #f0ff00;}
#function .contentNavi a:hover{color: #f0ff00;}

#clothes .contentTitle{background-color: #10ddcc;color: #fff;}
#clothes .contentNavi{ background:linear-gradient(90deg,#f0ff00, #5dd603);}
#clothes .picitemImgArea::after{background-color: #10ddcc;}
#clothes .contentNavi a{color: #000;}
#clothes .contentNavi a:hover{color: #fa00af;}

#taste .contentTitle{background-color: #d760f2;color: #fff;}
#taste .contentNavi{ background:linear-gradient(90deg,#cbff2b, #f2ff1d);}
#taste .picitemImgArea::after{background-color: #d760f2;}
#taste .contentNavi a{color: #000;}
#taste .contentNavi a:hover{color: #e500fa;}

@media screen and (min-width:780px) { 
	.item_wrapper{
		margin-left: 160px;
	}
	#recommend_aria{
		padding-left: 160px;
		box-sizing: border-box;
	}
}

/*　画面サイズが480pxからはここを読み込む　*/
@media screen and (max-width:480px) { 
	#clothes, #taste{
		margin-top: 50px;
	}
	.item_wrapper .contents_wrapper{
		padding: 0 !important;
	}
	.contentTitle{
		padding: 20px 0;
	}
	.contentTitle img{
		width: 40%;
	}
	.contentTitle_read{
		margin-top: 10px;
	}
	.contentNavi a{
		font-size: 3.3vw;
		margin-right: 3vw;
	}
	/*商品一覧部分*/
	.picitemArea{
		line-height: 1rem;
		flex-direction: column-reverse;	
		margin-top: 50px;
	}
	.picitemImgArea::after{
		width: 100px;
		height: 0;
		top: 50px;
		right: 30px;
	}
	.columnleft .picitemImgArea::after{
		left: 30px;
	}
	
	.picitemImgArea.brafesAction::after{
		height: 50%;
	}
	.picitemArea:first-of-type{
		margin-top: 30px;
	}
	.picitemTextArea,.picitemImgArea{
		width: 100%;
	}
	.picitemImgArea{
		text-align: center;
	}
	.picitemImgArea img{
		width: 60%;
	}
	.itemArea{
		margin: 30px 0;
		padding:0 3%;
		box-sizing: border-box;
	}
	.itemAreaContent{
		width: 30%;
	}
}

/*　画面サイズが480pxからはここを読み込む　*/
@media screen and (min-width:480px) { 
	.picitemArea.columnleft{
		flex-direction: row-reverse;
	}
	.picitemImgArea img:hover,.itemAreaContent img:hover,.otheritemAreaContent img:hover{
	  -webkit-animation-name: pulse;
	  animation-name: pulse;
	  -webkit-animation-duration: 0.8s;
	  animation-duration: 0.8s;
	  -webkit-animation-fill-mode: both;
	  animation-fill-mode: both;		
	}
}
/*********************************************
 
	         　ランキング＆おすすめ
 
*********************************************/
.other{
	background-image: url(/img/usr/underwear/event/brafes/other_bg.jpg);
	background-size: cover;
	padding-top: 100px;
    margin-top: 100px;	
	padding-bottom: 100px;
}
#ranking.contents_wrapper,#pickup.contents_wrapper{
	background-color: #fff;
	padding: 50px 0;
	position: relative;
}
#ranking::before{
	content: "";
	height: 158px;
	width: 158px;
	display: block;
	position: absolute;
	top:-50px;
	left: 50%;
	transform:translateX(-50%);
	  -webkit- transform:  translateX(-50%);		
	background-image: url(/img/usr/underwear/event/brafes/ranking_tit.png);
	background-size: contain;
}
#pickup.contents_wrapper{
	margin-top: 100px;	
}
#pickup::before{
	content: "";
	height: 158px;
	width: 158px;
	display: block;
	position: absolute;
	top:-50px;
	left: 50%;
	transform:translateX(-50%);
	  -webkit-transform:  translateX(-50%);		
	background-image: url(/img/usr/underwear/event/brafes/pickup_tit.png);
	background-size: contain;
}

.otherTit{
	font-size: 2rem;
	font-weight: 900;
	text-align: center;
	position: relative;
	z-index: 2;
	margin-top: 40px;
}
.otherText{
	margin: 20px 0 40px;
	position: relative;
	z-index: 2;	
}
.rankingItemList{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 5%;
	box-sizing: border-box;
}
.otheritemAreaContent{
	width: 26%;
}
.otheritemAreaContent img{
	width: 100%;
}
.otheritemTextitem span{
	display: block;
}
.otheritemIco{
	border: 2px solid #ccc;
	box-sizing: border-box;
	width: 40%;
	text-align: center;
	margin-bottom: 10px;
	font-weight: 500;
}
.otheritemIco.red{
	border: 2px solid #EB0352;
	color: #EB0352;
}
.otheritemIco.orange{
	border: 2px solid #FF7E00;
	color: #FF7E00;
}
.otheritemIco.green{
	border: 2px solid #22AF43;
	color: #22AF43;
}

@media screen and (min-width:780px) { 
	.other,#size h2, #category h2, #price h2, #recommend_bn h2,ul.list{
		padding-left: 160px;
		box-sizing: border-box;
	}
	#recommend_bn h2{
    line-height: 3.5rem;
}
}
@media screen and (max-width:780px) { 
	.otheritemAreaContent{
		width: 30%;
	}	
	.other{
		margin-top: 50px;
		padding: 100px 3%;
		box-sizing: border-box;
	}
	#ranking::before,#pickup::before{
		width: 100px;
		height: 100px;
	}
	.otherTit{
		margin-top: 0;
		font-size: 1.4rem;
			margin-bottom: 0;
	}
	.otherText{
		margin:10px 0 20px;
	}
	.otheritemIco{
		width: 100%;
	}
}
/*********************************************
 
	         　フローティング
 
*********************************************/
.brafes_floatingList li{
	text-align: center;
}
.brafes_floatingList li:first-child{
	margin-bottom: 30px;
}
.brafes_floatingList li::after{
	content: "";
	display: block;
	height: 2px;
	width: 20%;
	background-color: #0fe3ab;
	margin: 0 auto;
}
.brafes_floatingList li:first-child::after,
.brafes_floatingList li:last-child::after{
	height: 0;
}
.brafes_floatingList a{
	color: #fff;
	font-weight: 500;
	padding: 15px 0;
	margin: 10px 0;
	display: block;
}

@media screen and (min-width:780px) { 
	.brafes_floating_btn,.brafes_floating_close{
		display: none !important;
	}	
	#map.contents_wrapper{
		margin-left: auto !important;	
	}
	#size h2, #category h2, #price h2, #recommend_bn h2{
		max-width: 980px;
		width: 100%;
		margin: 0 auto;
	}
	#brafes_floating{
		background-image: url(/img/usr/underwear/event/brafes/navi_bg.jpg);
		background-color: #000;
		background-size: cover;
		box-sizing: border-box;
		height: 100%;
		width: 160px;
		padding: 0 10px;
		box-sizing: border-box;
		z-index: 99999;
	}
	.brafes_floatingList{
		margin-top: 50px;
	}
	.brafes_floatingList a:hover{
		color: #f0ff00;
		background-color: rgba(255,255,255,0.3);
		border-radius: 5px;
	}
	.fixed{
		position: fixed;
		top:0;
		left: 0;
	}
}
@media screen and (max-width:780px) { 
	.brafes_floatingList{
		display: none;
	}
	.brafes_floatingList.active{
		display: block;
		height: 100%;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background-color: rgba(0,0,0,0.8);
		z-index: 1000;
	}
	.brafes_floating_btn{
		width: 80px;
	}
	.brafes_floating_btn.fixed_sp{
		display: block;
		position: fixed;
		bottom: 130px;
		left: 0;
		z-index: 55;
	}
	.brafes_floating_btn img{
		width: 100%;
	}
	.brafes_floatingList a{
		font-size: 4vw;
		padding: 4% 0;
	}
	.brafes_floatingList a br{
		display: none;
	}
	.brafes_floatingList li::after{
		width: 10%;
	}
	.brafes_floatingList li:first-child{
		margin-top: 10%;
	}
}
/*********************************************
 
	         　ルーレット
 
*********************************************/
#rouletteWrap{
    background-image: url(/img/usr/underwear/event/brafes/main_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	padding: 0 0 70px;
}
.rouletteTit{
	background-image: url(/img/usr/underwear/event/brafes/roulette_titbg.gif);
	padding: 20px 0;
	margin-bottom: 30px;
}
.rouletteTit img{
	max-width: 417px;
	width: 70%;
}
.roulette_container{
	background-image: url(/img/usr/underwear/event/brafes/roulette_bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 500px;
	height: 550px;
	margin: 0 auto;
	position: relative;
}
.roulette{
	width: 250px;
	height: 280px;
	position: absolute;
    top: 150px;
    left: 105px;
}
.roulette-inner img{
	width: 100%;
}

.btn_container{
	position: absolute;
    bottom: 27px;
    left: 28%;
}
#rouletteWrap button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}
#rouletteWrap button img{
	width: 170px;
}
#rouletteWrap button img:hover{
	height: 40px;
}
.rouletteAttention{
	font-size: 1.5rem;
	line-height: 2rem;
	margin-top: 20px;
    color: #fff;
	font-weight: 900;
}

@media screen and (max-width:480px) { 
	#rouletteWrap{
		height: 100%;
		padding: 0 0 20%;
	}
	.rouletteTit{
		padding: 5% 0;
	}	
	.roulette_container{
		background-image: url(/img/usr/underwear/event/brafes/roulette_bg.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		width: 320px;
		height: 390px;
		margin: 0 auto;
		position: relative;
	}	
	.roulette {
		width: 170px;
		height: 280px;
		top: 109px;
		left: 60px;
	}
	.btn_container {
		position: absolute;
		bottom: 17px;
		left: 18%;
	}
	.rouletteAttention{
		font-size: 5vw;
	}	
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
/*____anime_____*/
@-webkit-keyframes tada {
	  from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	  }

	  10%,
	  20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	  }

	  30%,
	  50%,
	  70%,
	  90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	  }

	  40%,
	  60%,
	  80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	  }

	  to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	  }
	}

	@keyframes tada {
	  from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	  }

	  10%,
	  20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	  }

	  30%,
	  50%,
	  70%,
	  90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	  }

	  40%,
	  60%,
	  80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	  }

	  to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	  }
	}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}