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

/*▼SP用CSSここから▼*/


@keyframes fadeIn {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0
}
100% {
opacity: 1
}
}

/*▽スライダー矢印*/

.slick-prev
{
    left: 17%;
}
.slick-next
{
    right: 17%;
}
.slick-prev,
.slick-next
{
    z-index: 999;
	background: rgba(0,0,0,0);
	border: none;
	width: 25px;
}

.slick-prev::before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 100%;	
  background-image: url("../img/prev_arrow.png");
  background-repeat:no-repeat;
  background-size: contain;
  background-position: center;
  }
 .slick-next::before {
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 100%;	
    background-image: url("../img/next_arrow.png");
    background-repeat:no-repeat;
    background-size: contain;
	background-position: center;
 }

/*△スライダー矢印*/

.top {
	margin:10px 0 17px 0;
}	

.top img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.slider {
	margin-bottom: 20px;
}

.slider img {
	width: 94%;
	margin: 0 auto;
}

/*▽リンクテキスト*/

.textbox {
	text-align: center;
	max-width: 62%;
	margin: 16% auto 40px auto;
}

.flex {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.flex div {
	width: 50%;
}

.flex div, .no-flex div {
	margin-bottom: 5px;	
	line-height: 1em;
}

.slick-slider a {
	margin-bottom: 0;
}

a .disabled {
	pointer-events: none;
}

.textbox a {
	padding-bottom: 1px;
	display: inline-block;
	text-decoration: none;
}	

.textbox pre {
	color: #333333;
	font-family: source-sans-pro, "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size: 13px;
	letter-spacing: 0.5px;
	display: inline-block;
	border-bottom: 1px solid #333333;
}
.textbox nopre {
	color: #333333;
	font-family: source-sans-pro, "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size: 13px;
/*	letter-spacing: -0.1px;*/
	display: inline-block;

}

.textbox pre:active {
	color: #cccccc;
}


/*△リンクテキスト*/

.g_live {
	text-align: center;
	margin-bottom: 60px;
}

.g_live img {
	max-width: 90%;
}
.iglive_time{
	font-family:  source-sans-pro, "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	text-align:center;
	margin-top: -14%;
	margin-bottom: 17%;
	font-size: 14px;
}







/* PC版対応 ---------------------------------------------------------------------------*/
@media screen and (min-width:769px) {

main {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
		
.top {
	margin:10px 0 32px 0;
}

/*.slick-prev,
.slick-next {
	height: 100%;
	width: auto;
	background: rgba(255,255,255,0.25)
}*/
	
.slick-prev::before {
    height: 80px;
  }
 .slick-next::before {
    height: 80px;	
 }
	
.slick-prev
{
    left: 11%;
	width: 40px;
    top: 50%;
}
.slick-next
{
    right: 11%;
	width: 40px;
    top: 50%;
}

.slider img {
	width: 92%;
}

.slider {
	margin-bottom: 30px;
}
	
.textbox {
	max-width: 65%;
	margin: 10% auto 100px auto;
}

.flex {
	display: block;
}

.flex div {
	width: 100%;
	margin-bottom: 12px;
}
	
.flex div, .no-flex div {
	margin-bottom: 12px;		
}

.textbox pre {
	font-size: 16px;
}
.textbox nopre {
	font-size: 16px;
}

.textbox a {
	padding-bottom: 2px;
}

.g_live {
    margin-bottom: 150px;		
 }

.g_live img {
	max-width: 80%;
}
.iglive_time{
	text-align:center;
	margin-top: -13%;
	margin-bottom: 17%;
	font-size: 18px
}
	
}

/* フォントサイズ設定 -------------------*/

