@charset "utf-8";

.index-container{
	overflow: hidden;
}
h1.index-h1{
	padding-left: 0.5em;
}
/*
@media screen and (min-width:640px){
.index-container{
	padding: 0 0.5em;
}*/
h1.index-h1{
	padding-left: 0;
}
}
/*--------------------
slider
-------------------*/
@-moz-document url-prefix() {
	#slider_01_pc,#slider_01_sp  {
		margin-top: -50px;
	}
}
.s-pickup{
	position: absolute;
	top:0;
	left:-1px;
	width:25%;
	max-width:200px;
	z-index:10;
}
.slider-author-box{
	flex-basis: 15%;
}
.slider-author-box a,.sp-slider-author-box a{
	font-size: 1.5em;
	font-weight: bold;
	padding:0.3em 0;
	color: #fff;
	border-bottom:#E95E00 4px solid;
}
.sp-slider-author-box a{
	font-size: 1em;
}
.slider-author-box a:hover,
a.slider-cat-box:hover{
	opacity: 0.8
}
a.slider-cat-box{
	position: absolute;
	background-color: #ffff00;
	color:#009fe8;
	padding: 0.5em 1em;
	border-radius: 5px;
	top:1em;
	right:1em;
	font-weight: bold;
}
.slider-title-box{
	position:absolute;
	bottom:0;
	height: 30%;
	width:100%;
	bottom:0;
	background: rgba(0,0,0,0.5);
	box-sizing: border-box;
}
.sp-slider-author-box{
	position: absolute;
	bottom:7em;
	left:1em;
}
@media screen and (min-width:768px){
.slider-title-box{
	height: 20%;
}
.sp-slider-author-box{
	bottom:6em;
}
}
a.slider-post-title{
	color:#fff;
	font-weight: bold;
	box-sizing: border-box;
	line-height: 1.3em;
	padding: 1em;
	font-size: 1.3em;
	height: 100%;
	flex-basis: 80%;
}
a.slider-cat:hover,a.slider-post-title:hover{
	opacity: 0.7
}
@media screen and (min-width:768px){
.mask{
	position: absolute;
	background-color: #f5f5f5;
	width:100%;
	bottom: 0;
	height:18px;
}
.mac.mask{
	bottom:-20px;
}
}
.glide--horizontal .bullets_01{
	bottom: 0em;
}
.glide--horizontal .bullets_02{
	bottom: 1em;
}
/*---------------------
recommend
---------------------*/
.sec_01_box{
	display: block;
	padding: 1em;
}
/*---------------------
pickup
---------------------*/
#pickup ul li{
	flex-basis: 48%;
	-webkit-flex-basis: 48%;
}
@media screen and (min-width:768px){
#pickup ul li{
	flex-basis: 31%;
	-webkit-flex-basis: 31%;
}
#pickup a.item-title{
	margin-top: 0.7em;
}
#pickup ul:after{
	content:"";
  	display: block;
  	width:31%;
}
}

/*---------------------
profile
---------------------*/
#profile{
	border-radius: 30px;
	padding: 2em;
	color:#fff;
	background: url(../img/frog_big.png);
	background-color:#339933;
	background-repeat: no-repeat;
	background-position: bottom right;
}
#profile h1{
	width:120px;
	margin: 0 auto;
}
.author-img{
	border: #fff solid 2px;
	width:70%;
	margin: 1em 15%;
}
#profile h2{
	font-weight: bold;
	font-size: 1.2em;
}
#profile p{
	font-size: 0.9em;
	text-shadow: 0 0 5px #000;
}