@media screen and (min-width: 769px) {
	
	/*---------------------------------------
	 * メインビジュアル
	---------------------------------------*/ 
	
	.mainvisual{
		width: 100%;
		background: #FAFAFA;
		padding: 20px 0;
	}
	.mainvisual .slides{
		width: 1080px;
		margin: 0 auto;
	}
	.mainvisual .slides::before{
		content:"";
		display: block;
		width: 125px;
		height: 500px;
		background: rgba(255, 255, 255, 0);
		position: absolute;
		top:0;
		left:0;
		z-index: 100;
	}
	.mainvisual .slides::after{
		content:"";
		display: block;
		width: 125px;
		height: 500px;
		background: rgba(255, 255, 255, 0);
		position: absolute;
		top:0;
		right:0;
		z-index: 100;
	}
	.mainvisual .slides .slide a{
		display: block;
		position: relative;
		width: 800px;
		overflow: hidden;
	} 
	.mainvisual .slides .slide a .post-title{
		position: absolute;
		bottom:30px;
		left:0;
		right: 0;
		line-height: 1.6;
		width: 90%;
		margin: auto;
		display: none;
	}
	
	.mainvisual .slides .slide a .post-title span{
		padding: 5px 10px;
		font-size: 32px;
		font-weight: 700;
		background: linear-gradient(transparent 0%, #FFFFFF 0%);
    
	}
	
	
	/*---------------------------------------
	 * イベントスケジュール
	---------------------------------------*/ 
	
	.event-schedule{
		width: 100%;
		background: #eeeeee;
		padding: 40px 0 40px;
	}
	.event-schedule .inner{
		width: 1080px;
		margin: 0 auto;
		position: relative;
	}
	.event-schedule .inner .title-box{
		float: left;
		position: relative;
	}
	.event-schedule .inner .title-box .more{
		margin: 0 !important;
	}
	.event-schedule .inner .section-title{
		margin-top: 40px;
		margin-bottom: 50px;
		font-size: 60px;
		letter-spacing: 1px;	
	}
	.event-schedule .inner .section-title::after{
		content:"";
		display: block;
		width: 1px;
		height: 130px;
		background: #000000;
		position: absolute;
		top:40px;
		right:-25px;
		-webkit-transform: skewX(170deg);
		-moz-transform: skewX(170deg);
		transform: skewX(170deg);
		border-right: 1px solid #000;
	}
	.event-schedule .inner .event-image-slide {
		float: right;
	}
	.event-schedule .inner .event-image-slide  li{
		padding-left: 30px;
		float: left;
		width: 200px;
	}
	.event-post-box{
		position: relative;
	}
	.event-post-box .img-wrap{
		box-shadow: 0px 2px 4px #CCCCCC;
	}
	.event-post-box .date-box{
		background: #333333;
		color: #FFFFFF;
		padding: 7px 10px;
		display: inline-block;
		position: absolute;
		top:0;
		left:20px;
		z-index: 900;
		box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
	}
	.ie11 .event-post-box .date-box{
		padding: 7px 10px 10px;
	}
	.event-post-box .session-now-box {
		padding: 3px 6px;
	}
	.event-post-box .date-box .month{
		display: block;
		font-size: 10px;
	}
	.event-post-box .date-box .month.numeral{
		padding: 0 0 4px;
	}
	.event-post-box .date-box .week{
		transform: rotate(90deg);
		display: block;
		width: 1em;
		letter-spacing: 2px;
		font-size: 11px;
	}
	.event-post-box .date-box .day{
		font-size: 32px;
		font-weight: 500;
		line-height: 0.7;
		margin: 0 2px;
	}
	.event-post-box .date-box .month-block,
	.event-post-box .date-box .date-block,
	.event-post-box .date-box .week-block{
		float: left;
	}
	.event-post-box .date-box .session-now{
		font-size: 24px;
		font-weight: bold;
		width: 77px;	
	}
	.event-post-box .date-box .session-now img{
		/*margin-top: 7px;*/
	}
	.ie11 .event-post-box .date-box .session-now{
		position: relative;
		top:5px;
		
	}
	
	/*
	.event-schedule .inner .section-title span.for_sp{
		display: none;
	}
	.event-schedule .inner .section-title span{
		display: inline-block;
		font-size: 0.533em;
		vertical-align: bottom;
		padding: 0 0 4px 1em;
	}
	.event-schedule .inner ul{
		margin-bottom: 20px;
	}
	.event-schedule .inner ul li{
		width: 350px;
		float: left;
		margin-right: 15px;
	}
	.event-schedule .inner ul li.last{
		margin-right: 0;
	}
	.event-schedule .inner ul li a{
		display: block;
	}
	.event-schedule .inner .more{
		position: absolute;
		top:5px;
		right:0;
		width: 70px;
		height: 22px;
	}
	*/
	
	
	
	/*---------------------------------------
	 * ホットワーズ
	---------------------------------------*/ 
	
	.hot-words{
		width: 100%;
		background: #FFFFFF;
		padding: 40px 0 30px;
	}
	.hot-words .inner{
		width: 1080px;
		margin: 0 auto;
		display: table;
	}
	.hot-words .inner .title-box{
		display: table-cell;
		position: relative;
		width: 300px;
	}
	.hot-words .inner .section-title{
		font-size: 46px;
		letter-spacing: 1px;	
	}
	.hot-words .inner .tags{
		display: table-cell;
		position: relative;
		font-size: 16px;
		color: #777777;
	}
	.hot-words .inner .tags a{
		display: inline-block;
		margin-right: 1em;
		margin-bottom: 10px;
	}
	
	
	
	/*---------------------------------------
	 * トップバナー
	---------------------------------------*/ 
	
	.top-banner{
		width: 100%;
		background: #FAFAFA;
		padding-top: 60px;
	}
	.top-banner .insert-banner{
		margin: 0 auto !important;
	}
	
	
	/*---------------------------------------
	 * ニュースフィード
	---------------------------------------*/ 
	
	.new-feeds{
		width: 100%;
		background: #FAFAFA;
		padding: 60px 0 40px;
	}
	.new-feeds .inner{
		width: 1080px;
		margin: 0 auto;
		position: relative;
	}
	.new-feeds .inner .section-title{
		position: absolute;
		top: 80px;
		left: -180px;	
		width: 4.1em;
		font-size: 50px;
	}
	.new-feeds .inner .catch{
		position: absolute;
		bottom:55px;
		right:-80px;	
		width: 16px;
	}
	.new-feeds .inner ul.latter{
		margin-bottom: 25px;
	}
	.latter-feeds .inner ul{
		margin-bottom: 25px;
	}
	
	.new-feeds.first-feeds .post-box:last-child{
		display: none;
	}
	.new-feeds.first-feeds .latter .post-box:nth-child(4){
		display: none;
	}
	
	
	/*---------------------------------------
	 * 特集
	---------------------------------------*/ 
	
	.featured{
		width: 100%;
		background: #EEEEEE;	
	}
	.featured .detail-link{
		display: none;
	}
	.featured .featured-box:nth-child(4),
	.featured .featured-box:nth-child(5),
	.featured .featured-box:nth-child(6){
		display: none;
	}

	
	/*---------------------------------------
	 * 連載
	---------------------------------------*/ 	
	
	.series{
		background: #EEEEEE;
		padding: 60px 0 40px;
	}
	.series .inner{
		width: 1080px;
		margin: 0 auto;
		position: relative;
	}
	.series .inner .section-title{
		position: absolute;
		top: 80px;
		left: -180px;	
		width: 4.1em;
		font-size: 50px;
	}
	.series .inner .catch{
		position: absolute;
		bottom:60px;
		right:-80px;	
		width: 16px;
	}
	.series .inner ul{
		margin-bottom: 20px;
	}

	
	.author-box dl{
		display: table;
		width: 100%;
	}
	.author-box dl dt{
		width: 45px;
		
		display: table-cell;
	}
	.author-box dl dt img{
		border-radius: 50%;
		width: 45px;
		height: 45px;
	}
	.author-box dl dd{
		display: table-cell;
		vertical-align: middle;
		font-size: 10px;
		line-height: 1.6;
		padding-left: 10px;
	}
	
	
	
	/*---------------------------------------
	 * マガジンスタンド
	---------------------------------------*/
	
	.magazinestand{
		width: 100%;
		background: #FAFAFA;
		padding: 60px 0 120px;
	}
	.magazinestand .inner{
		width: 790px;
		margin: 0 auto;
	}
	.magazinestand .inner .section-title{
		margin: 0 auto 20px;
		text-align: center;
		font-size: 50px;
	}
	.magazinestand .inner .catch{
		text-align: center;
		margin-bottom: 30px;
	}
	.magazinestand .inner .stand li{
		float: left;
		width: 175px;
		margin-right: 30px;
	}
	.magazinestand .inner .stand li .caption{
		margin-top: 10px;
		font-weight: 700;
		font-size: 13px;
		text-align: center;
	}
	.magazinestand .inner .stand li.last{
		margin-right: 0;
	}
	
	
	
	
	/*---------------------------------------
	 * 著者一覧
	---------------------------------------*/ 
	
	.authors{
		width: 100%;
		padding: 60px 0;
	}
	.authors .inner{
		width: 1080px;
		margin: 0 auto;
		position: relative;
	}
	.authors .inner .section-title {
	    position: absolute;
	    top: 80px;
	    left: -180px;
	    width: 4.1em;
	    font-size: 50px;
	}
	.authors .inner ul li{
		width: 130px;
		margin: 0 60px 60px 0;
		float: left;
		text-align: center;
	}
	.authors .inner ul li:nth-child(6n){
		margin-right: 0;
	}
	.authors .inner ul li .photo{
		margin-bottom: 8px;
		width: 100%;
		height: 130px;
	}
	.authors .inner ul li .photo a{
		display: block;
		width: 130px;
		height: 130px;
		border-radius: 50%;
	}
	.authors .inner ul li .photo a img{
		display: block;
	}

	.authors .inner ul li .author-name{
		font-weight: 700;
		font-size: 13px;
		margin-bottom: 8px;
	}
	.authors .inner ul li .katagaki{
		font-size: 10px;
		margin-bottom: 13px;
	}
	.authors .inner ul li .sns img{
		display: inline-block;
		width: 10px;
		margin: 0 6px;
	}
	.authors .inner .author-more{
		text-align: center;
	}
	.authors .inner .author-more a{
		border: 2px solid #000000;
		border-radius: 20px;
		text-align: center;
		padding: 8px 20px;
		font-weight: 700;
	}
		
	
}




@media screen and (max-width: 768px) {
	
	
	/*---------------------------------------
	 * メインビジュアル
	---------------------------------------*/ 
	
	.mainvisual{
		width: 100%;
		background: #FFFFFF;
		border-top: 10px solid #FAFAFA;
		padding-bottom: 10px;
	}
	.mainvisual .slides{
		width: 100%;
		margin: 0 auto;
	}
	
	.mainvisual .slides .slide a{
		display: block;
		position: relative;
		width: 100%;
		overflow: hidden;
	} 
	.mainvisual .slides .slide a .post-title{
		position: absolute;
		bottom:10px;
		left:0;
		right: 0;
		line-height: 1.7;
		width: 95%;
		margin: auto;
		display: none;
	}
	
	.mainvisual .slides .slide a .post-title span{
		padding: 3px 0;
		font-size: 18px;
		font-weight: 700;
		background: linear-gradient(transparent 0%, #FFFFFF 0%);
    
	}
	
	

	/*---------------------------------------
	 * イベントスケジュール
	---------------------------------------*/ 
	
	.event-schedule{
		width: 100%;
		background: #eeeeee;
		padding: 20px 0 30px;
	}
	.event-schedule .inner{
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.event-schedule .inner .title-box{
		position: relative;
	}
	.event-schedule .inner .title-box::after{
		content:"";
		display: block;
		width: 100%;
		height: 1px;
		background: #000000;
		position: absolute;
		left: 0;
		top: 44%;
	}
	.event-schedule .inner .title-box .more{
		margin: 0 !important;
	}
	.event-schedule .inner .section-title{
		width: 80%;
		margin: 20px auto;
		font-size: 38px;
		letter-spacing: 1px;
		text-align: center;	
		background: #F0F0F0;
		position: relative;
		z-index: 10;
	}
	.event-schedule .inner .section-title span{
		display: inline;
	}
	.event-schedule .inner .sp-event-image-slide {
		/*zmargin-bottom: 20px;*/
		margin: 0 10px 20px;
	}
	.event-schedule .inner .sp-event-image-slide li{
		width: 100%;
		margin: 0 10px;
	}
	.event-post-box{
		position: relative;
	}
	.event-post-box .img-wrap a{
		margin-bottom: 15px;
	}
	.event-post-box .date-box{
		background: #333333;
		color: #FFFFFF;
		padding: 7px 10px;
		display: inline-block;
		position: absolute;
		top:0;
		left:-10px;
		z-index: 900;
	}
	.ie11 .event-post-box .date-box{
		padding: 7px 10px 10px;
	}
	.event-post-box .session-now-box {
		padding: 0px 12px;
	}
	.event-post-box .date-box .month{
		display: block;
		font-size: 10px;
	}
	.event-post-box .date-box .month.numeral{
		padding: 0 0 4px;
	}
	.event-post-box .date-box .week{
		transform: rotate(90deg);
		display: block;
		width: 1em;
		letter-spacing: 2px;
		font-size: 11px;
	}
	.event-post-box .date-box .day{
		font-size: 32px;
		font-weight: 500;
		line-height: 0.7;
		margin: 0 2px;
	}
	.event-post-box .date-box .month-block,
	.event-post-box .date-box .date-block,
	.event-post-box .date-box .week-block{
		float: left;
	}
	.event-post-box .date-box .session-now{
		font-size: 24px;
		font-weight: bold;
		width: 65px;
	}

	.event-post-box .date-box .session-now img{
		margin: 6px 0;
	}
	.ie11 .event-post-box .date-box .session-now{
		position: relative;
		top:5px;
	}
	.event-post-box .title-block{
		text-align: center;
		line-height: 1.5;
		font-size: 19px;
	}
	
	.event-post-box .place{
		vertical-align: middle;
		font-size: 16px;
		margin-bottom: 20px;
	}
	.event-post-box .place img{
		display: inline;
		vertical-align: text-top;
		width: 16px;
		
	}
	
	/*
	.event-schedule{
		width: 100%;
		background: #FFFFFF;
		padding-bottom: 20px;
	}
	.event-schedule .inner{
		
	}
	.event-schedule .inner .section-title{
		font-size: 24px;
		font-weight: 700;
		padding: 20px 2.5% 20px;
		background: #EEEEEE;
	}
	.event-schedule .inner .section-title span.for_sp{
		display: block;
		font-size: 0.533em;
		vertical-align: text-bottom;
		padding: 0 0 8px ;
	}
	.event-schedule .inner .section-title span.for_pc{
		display: none;
	}
	.event-schedule .inner ul{
		background: #FFFFFF;
		margin-bottom: 20px;
	}
	.event-schedule .inner ul li{
		width: 100%;
		margin:-1px auto 0;
	}
	
	.event-schedule .inner ul li a{
		display: block;
	}
	
	*/
	
	
	
	/*---------------------------------------
	 * ホットワーズ
	---------------------------------------*/ 
	
	.hot-words{
		width: 100%;
		background: #FFFFFF;
		padding: 40px 0 30px;
	}
	.hot-words .inner{
		margin: 0 auto;
		padding: 0 20px;
	
	}
	.hot-words .inner .title-box{
	
		position: relative;
		
	}
	.hot-words .inner .title-box .section-title{
		margin: 0 auto 8px;
		font-size: 38px;
		text-align: center;
	}
	.hot-words .inner .title-box .catch{
		margin: 0 auto 25px;
		font-size: 12px;
		text-align: center;
	}
	.hot-words .inner .tags{
		
		position: relative;
		font-size: 16px;
		color: #777777;
	}
	.hot-words .inner .tags a{
		display: inline-block;
		margin-right: 1em;
		margin-bottom: 10px;
	}
	
	
	/*---------------------------------------
	 * ニュースフィード
	---------------------------------------*/ 
	
	.new-feeds{
		width: 100%;
		background: #FAFAFA;
		padding: 30px 0 30px;
	}
	.new-feeds .inner{
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.new-feeds .inner .section-title{
		margin: 0 auto 5px;
		font-size: 38px;
		text-align: center;
	}
	.new-feeds .inner .catch{	
		text-align: center;
	}
	.new-feeds .inner .catch::after{
		content:"";
		display: block;
		width: 30px;
		height: 4px;
		border: 1px solid #333333;
		border-right:0;
		border-left:0;
		margin: 15px auto;
	}
	.new-feeds .inner ul{
		margin-bottom: 20px;
	}
	.new-feeds .inner ul li{
		width: 95%;
		margin: 0 auto 10px;
	}
	
	
	
	/* 後半3件 */
	.new-feeds-latter{
		width: 100%;
		background: #FAFAFA;
		padding: 30px 0 30px;
	}
	.new-feeds-latter .inner{
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.new-feeds-latter .inner ul{
		margin-bottom: 20px;
	}
	.new-feeds-latter .inner ul li{
		width: 95%;
		margin: 0 auto 10px;
	}
	.new-feeds-latter .post-box:first-child{
		display: none;
	}
	
		
	/*---------------------------------------
	 * 特集
	---------------------------------------*/ 
	
	.featured{
		width: 100%;
		background: #EEEEEE;	
	}
	.featured .detail-link{
		display: none;
	}
	
	
	
	/*---------------------------------------
	 * 連載
	---------------------------------------*/ 	
	
	.series{
		background: #FFFFFF;
		padding: 30px 0 0px;
		width: 100%;
	}
	.series .inner{
		position: relative;
	}
	.series .inner .section-title{
		margin: 0 auto 5px;
		background: #FFFFFF;
		font-size: 38px;
		text-align: center;
	}
	.series .inner .catch{	
		text-align: center;
	}
	.series .inner .catch::after{
		content:"";
		display: block;
		width: 30px;
		height: 4px;
		border: 1px solid #333333;
		border-right:0;
		border-left:0;
		margin: 15px auto 30px;
	}
	.series .inner ul{
		padding: 20px 0 20px;
		
		background: #FAFAFA;
	}
	.series .inner ul li{
		width: 95%;
		margin: 0 auto 10px;
	}
	.series .inner .more-box{
		background: #FAFAFA;
		padding-bottom: 30px;
	}
	
	.author-box dl{
		display: table;
		width: 100%;
	}
	.author-box dl dt{
		width: 30px;
		display: table-cell;
	}
	.author-box dl dt img{
		border-radius: 50%;
		width: 30px;
		height: 30px;
	}
	.author-box dl dd{
		display: table-cell;
		vertical-align: middle;
		font-size: 10px;
		line-height: 1.6;
		padding-left: 10px;
	}
	
	
	
	/*---------------------------------------
	 * マガジンスタンド
	---------------------------------------*/
	
	.magazinestand{
		width: 100%;
		background: #FFFFFF;
		padding: 30px 0 40px;
	}
	.magazinestand .inner{
		
	}
	.magazinestand .inner .section-title{
		margin: 0 auto 5px;
		font-size: 38px;
		text-align: center;
	}
	.magazinestand .inner .catch{	
		text-align: center;
	}
	.magazinestand .inner .catch::after{
		content:"";
		display: block;
		width: 30px;
		height: 4px;
		border: 1px solid #333333;
		border-right:0;
		border-left:0;
		margin: 15px auto;
	}
	.magazinestand .inner .stand{
		width: 95%;
		margin: 0 auto;
	}
	.magazinestand .inner .stand li{
		float: left;
		width: 23%;
		margin: 1%;
	}
	.magazinestand .inner .stand li .caption{
		margin-top: 5px;
		font-weight: 700;
		font-size: 12px;
		text-align: center;
		line-height: 1.3;
	}
	.magazinestand .inner .stand li.last{
		margin-right: 0;
	}
	
	
	
	/*---------------------------------------
	 * 著者一覧
	---------------------------------------*/ 
	
	.authors{
		width: 100%;
		padding: 60px 0 40px;
	}
	.authors .inner{
		width: 82%;
		margin: 0 auto;
	}
	.authors .inner .section-title{
		margin: 0 auto 5px;
		font-size: 38px;
		text-align: center;
	}
	.authors .inner .catch{	
		text-align: center;
		line-height: 1.3;
	}
	.authors .inner .catch::after{
		content:"";
		display: block;
		width: 30px;
		height: 4px;
		border: 1px solid #333333;
		border-right:0;
		border-left:0;
		margin: 15px auto;
	}
	.authors .inner ul{
		width: 100%;
		margin-bottom: 30px;
	}
	.authors .inner ul li{
		margin: 0 1%;
		text-align: center;
	}
	/*
	.authors .inner ul li{
		width: 44%;
		margin: 0 12% 10% 0;
		float: left;
		text-align: center;
	}
	.authors .inner ul li:nth-child(2n){
		margin-right: 0;
	}
	*/
	
	.authors .inner ul li .photo{
		margin-bottom: 5px;
		width: 100%;
		height: auto;
	}
	.authors .inner ul li .photo a{
		display: block;
		width: 100%;
		height: 100%;
		
	}
	.authors .inner ul li .photo a img{
		display: block;
		border-radius: 50%;
	}

	.authors .inner ul li .author-name{
		font-weight: 700;
		font-size: 13px;
		margin-bottom: 10px;
	}
	.authors .inner ul li .katagaki{
		font-size: 10px;
		margin-bottom: 15px;
	}
	.authors .inner ul li .sns img{
		display: inline-block;
		width: 12px;
		margin: 0 5px;
	}
	.authors .inner .author-more{
		text-align: center;
	}
	.authors .inner .author-more a{
		display: block;
		border: 2px solid #000000;
		width: 100%;
		text-align: center;
		padding: 15px 0;
		font-weight: 700;
	}
	
	
}