/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
/*--  --*/
.bold{
	font-weight:bold;
}
	.slick-dots li button:before {
	font-size:8vw !important;
	display:none;
}
	.slick-dots li button:after{
		content:"";
		display:block;
		border-left:solid 1px #ccc;
		height:14px;
		width:0;
		transition: all 0.2s;
		position:relative;
		left:7px;
		top:0;
	}
	.hover a{
		transition: all 0.2s;
	}
	.hover a:hover{
		opacity:0.7;
	}
	
	.slick-dots li.slick-active button:after{
		content:"";
		display:block;
		border-left:solid 0px #999;
		background:#999;
		height:10px;
		width:10px;
		transform:rotate(0deg);
		left:2px;
		top:2px;
	}
.strike{
	text-decoration:line-through;
}
.finished{
	font-size:14px;
	padding-left:1em;
}
/*-- アコーディオン --*/
.btn_accordion{
	margin:0 0 10px;
}
.btn_accordion a{
	border:solid 1px rgba(0,0,0,0.4);
	border-radius:5px;
	display:inline-block;
	padding:10px 40px 10px 30px;
	text-decoration:none;
	font-size:11px;
	cursor:pointer;
	text-align:left;
	line-height:150%;
	color:rgba(0,0,0,0.6);
	position:relative;
}
.btn_accordion i{
	color:rgba(0,0,0,0.6);
	padding-left:0.5em;
	display:inline-block;
	font-size:16px;
	position:absolute;
	  position: absolute;
	right:15px;
  top: 50%;
  -webkit-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
}
.accordion_inner{
	display:none;
}

@media screen and (max-width: 735px) {
.btn_accordion a{
	font-size:11px;
}
.btn_accordion a{
	padding:2vw 8vw 2vw 4vw;
}
.btn_accordion i{
  right: 2vw;
}
}
/*--  --*/

.btn_gray{
	margin:4vw 0;
}
.btn_gray a{
	border:solid 1px rgba(0,0,0,0.4);
	border-radius:5px;
	display:inline-block;
	padding:10px 40px 10px 30px;
	text-decoration:none;
	font-size:11px;
	cursor:pointer;
	text-align:left;
	line-height:150%;
	color:rgba(0,0,0,0.6);
	position:relative;
}
.btn_gray i{
	color:rgba(0,0,0,0.6);
	padding-left:0.5em;
	display:inline-block;
	font-size:16px;
	position:absolute;
	  position: absolute;
	right:15px;
  top: 50%;
  -webkit-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  transform: translate(0%,-50%);

}
@media screen and (max-width: 735px) {
.btn_gray a{
	font-size:11px;
}
.btn_gray a{
	padding:2vw 8vw 2vw 4vw;
}
.btn_gray i{
  right: 2vw;
}
}

@media screen and (min-width: 736px) {
/*--  --*/
.event .title {
	text-align:center;
	margin-bottom:40px;

}
.event .title img{
	margin:0 auto;
}
.event  .title  span {

}
.event p{
	line-height:160%;
	margin-bottom:15px;
}
.event .date{
	font-size:18px;
	line-height:220%;
}
.event .date span{
	font-size:30px;
}
.event .h_event{
	font-weight:bold;
	margin-top:20px;
	margin-bottom:5px;
	letter-spacing:0.04em;
}
.event .event_exp{
	font-size:14px;
}
 .line{
	font-weight:bold;

    background: linear-gradient(transparent 50%, rgba(241,160,195,0.5) 50%);

}

/* _________________________________________*/
.event .h_goods{
	font-size:26px;
	font-weight:bold;
	margin:60px 0 30px;
	letter-spacing:0.04em;
}
.goods_wrap{
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	justify-content: center;/*-- 中央揃え --*/
}
.goods_wrap .item{
	width:300px;
	margin:0 20px 0;
	box-shadow: 5px 5px 30px 0px rgba(0,0,0,0.04);
	padding:40px 40px 20px;
	background:#fff;


border-radius: 5px;
}
.goods_wrap .item .pic{
	height:175px;
}
.goods_wrap .item .pic img{
	width:100%;
}
.goods_wrap .item .name{
	font-size:18px;
	font-weight:bold;
	margin:30px 0 0;
	line-height:160%;
}

.goods_wrap .item .price{
	font-size:15px;
	margin:10px 0 10px;
	
}
.goods_wrap .item .price span{
	font-size:13px;
}
.goods_wrap .item .exp{
	font-size:13px;
	line-height:160%;
}
.h_goods_sell{
	font-size:20px;
	font-weight:bold;
	margin:50px 0 20px;
	letter-spacing:0.04em;
}
.exp_goods_sell{
	line-height:180%;
}
/* _________________________________________*/
.retweet{
	border: solid 5px rgba(142,160,210,0.2);
	background:rgba(142,160,210,0.1);
	box-shadow: 5px 5px 30px 0px rgba(142,160,210,0.2);
	margin-top:40px;
	margin-bottom:60px;
	padding:60px 40px 50px ;
	border-radius:50px;
}
.retweet .h01{
	font-size:22px;
	font-weight:bold;
	color:#8ea0d2;
}
.retweet .h02{
	font-size:30px;
	line-height:150%;
	margin:30px 0 20px;
	font-weight:bold;
}
.retweet .h02 span{
	font-weight:bold;

    background: linear-gradient(transparent 50%, rgba(142,160,210,0.50) 50%);

}
.retweet .h03 {
	font-weight:bold;
	font-size:18px;
	margin:40px 0 15px;
}
.retweet .date{
	font-size:25px;
}
.retweet .caution{
	font-size:14px;
	margin-bottom:15px;
}
.retweet .houhou{
	text-align:left;
	line-height:160%;
	margin-top:30px;
	font-size:15px;
	
}
.retweet .tweet{
	text-align:center;
	height:620px;
}
.retweet .tweet twitter-widget{
	margin:0 auto;
}
}

@media screen and (max-width: 735px) {
	/*-- 
*{
min-height: 0;
min-width: 0;
}
	.slick-track{
			display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	justify-content: center;
	justify-content: space-between;/
	justify-content: left;
	border:solid 1px #00f;
	}
	.slick-slide{
		float:none;
		height:auto;
	} --*/

	.slick-dots li{
		margin:0 3px;
	}
	.slick-dots li button:before {
	font-size:8vw !important;
	display:none;
}
		
	/* _________________________________________*/
.retweet .tweet{
	height:180vw;
}
	.event.index{
	}
.event .title {
	margin:0 0;
	margin-bottom:20px;

}
.event .title  img{
	width:100%;
}
.event  .title  span {
    font-size: 24px;
	display:inline-block;
	margin-top:15px;
	font-weight:bold;
    line-height: 140%;

}
.event p{
	line-height:160%;
	font-size:13px;
	margin-bottom:13px;
}
.event .inner >p{
}
.event .date{
	font-size:15px;
	line-height:180%;
}
.event .date span{
	font-size:20px;
}
.event .h_event{
	font-weight:bold;
	margin-bottom:3px;
	font-size:14px;
}
.event .event_exp{
	text-align:left;
	font-size:12px;
}

 .line{
	font-weight:bold;

    background: linear-gradient(transparent 50%, rgba(241,160,195,0.5) 50%);

}
/* _________________________________________*/
.event .h_goods{
	font-size:5vw;
	font-weight:bold;
	margin:50px 0 20px;
}
.goods_wrap{
}
.goods_wrap .item{
	margin:0 0 6vw;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	padding:30px 0 20px;


border-radius: 5px;
}
.goods_wrap .item .pic{
	padding:0 9vw;
}
.goods_wrap .item .pic img{
	width:100%;
}
.goods_wrap .item:nth-child(2) img{
}
.goods_wrap .item .name{
	font-size:18px;
	font-weight:bold;
	margin:20px 0 0;
	line-height:160%;
}

.goods_wrap .item .price{
	font-size:15px;
	margin:10px 0 10px;
	
}
.goods_wrap .item .price span{
	font-size:13px;
}
.goods_wrap .item .exp{
	font-size:12px;
	line-height:160%;
	text-align:center;
}
.event .h_goods_sell{font-size: 14px;
	font-weight:bold;
	margin:50px 0 20px;
}
.event .exp_goods_sell{
	line-height:160%;
	margin:0 0;
	text-align:left;
}
/* _________________________________________*/
.retweet{
	border: solid 1px #8ea0d2;
	padding: 6vw 3vw 6vw;
	margin:5vw 0;
}
.retweet .h01{
	font-size:5vw;
	font-weight:bold;
	color:#8ea0d2;
}
.retweet .h02{
	font-size:6vw;
	line-height:140%;
	margin:30px 0 20px;
	font-weight:bold;
}
.retweet .h02 span{
	font-weight:bold;

    background: linear-gradient(transparent 50%, rgba(142,160,210,0.50) 50%);

}
.retweet .h03 {
	font-weight:bold;
	font-size:18px;
	margin:40px 0 15px;
}
.retweet .date{
	font-size:5vw;
	line-height:140%;
}
.retweet .caution{
	font-size:3.2vw;
	margin-bottom:15px;
	text-align:left;
	line-height:140%;
}
.retweet .houhou{
	text-align:left;
	line-height:160%;
	font-size:3.4vw;
	
}

}