@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++

	Top Page

++++++++++++++++++++++++++++++++++++++++ */

@media (min-width: 768px) {
	header {
		height: 121px;
		margin: 0;
	}

	h1 a,
	h1 span {
		display: block;
	}
	h1 a {
		width: 161px;
		height: 65px;
		background-image: url(../img/index/ikumen_logo.png);
	}
	h1 span {
		width: 219px;
		height: 13px;
		margin: 6px 0 0 5px;
		background-image: url(../img/index/ikumen_copy.png);
	}
	
	#insta {
		display: none;	
	}
	
	#modal {
		display: none;	
	}
}

.sp_only {
	display: none;
}

/* ----------------------------------------
	mvSlider
---------------------------------------- */

#mvSliderWrap {
	overflow: visible;
	width: 970px;
	height: 324px;
	margin-top: 15px;
}

#mvSlider {
	position: relative;
	height: 100%;
}

#mvSlider .movie {
	/*top: -8.987375%;*/
    padding: 0;
    height: 100%;
}

#mvSliderWrap .sliderFrameL,
#mvSliderWrap .sliderFrameR {
	position: absolute;
	top: 0;
	z-index: 500;
	width: 100%;
	height: 100%;
	background: #fff;
}
#mvSliderWrap .sliderFrameL {
	right: 100%;
}
#mvSliderWrap .sliderFrameR {
	left: 100%;
}


/* ----------------------------------------
	mvSlider3
---------------------------------------- */

#mvSlider3 {
	width: 972px;
	height: 324px;
	margin: 30px auto;
}

#mvSlider3 li{
	display:inline-block;
}



/* ----------------------------------------
	nav
---------------------------------------- */

nav {
	position: relative;
	z-index: 2;
	border: 0;
}

header nav {
	display: none;
}

nav li {
	height: 248px;
}
nav>ul>li>a {
	background-image: url(../img/index/nav.png);
}
nav li a:after {
	background: none;
}

#navModal {
	display: none;
}

#caution {
    position: absolute;
    right: 280px;
    top: 76px;
	height: 40px;
}
#caution img {
	height: 100%;
}


#mailmaga {
    position: absolute;
    top: 76px;
    right: 0px;
	height: 40px;
}
#mailmaga a span {
	font-size: 11px;
}
#mailmaga img {
	height: 100%;
}

/* ----------------------------------------
	article
---------------------------------------- */

article {
	position: relative;
	z-index: 1;
	float: none;
	width: auto;
}
article>div>div {
	position: relative;
	width: 970px;
	height: 100%;
	margin: auto;
}

/* news
---------------------------------------- */

#news {
	height: 58px;
	background: #f00;
}
#news div {
	overflow: hidden;
}
#news h2 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	float: left;
	width: 150px;
	height: 50px;
	padding: 10px 0 0;
	border: 0;
	background: #fff5f5;
}
#news h2 img {
	width: 81px;
	margin: auto;
}
#news h2 a {
	margin: 5px auto 0;
    text-align: center;
    width: 50%;
    height: auto;
    padding: 4px;
    background: #ff7800;
    font-size: 12px;
}
#news ul {
	position: relative;
	left: 0;
	z-index: 1;
	float: left;
	height: 100%;
	margin-left: 150px;
	white-space: nowrap;
	transition: .5s;
}
#news li {
	float: left;
	width: 820px;
	height: 100%;
}
#news a {
	display: table;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #fff;
	line-height: 1;
	font-size: 15px;
}
#news a:hover {
	opacity: .7;
}
#news a div {
	display: table-cell;
	padding: 0 20px;
	vertical-align: middle;
}
#news time {
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
}

/* indexContents
---------------------------------------- */

#indexContents {
	padding: 40px 0;
	background: url(../img/index/bnr_bg.png);
}

#bnr {
	float: left;
	width: 750px;
}
#bnr li {
	width: 220px;
	float: left;
	margin: 0 30px 10px 0;
}

#social {
	float: right;
	width: 220px;
}

#twitterArea {
	margin-bottom: 10px;
	border-bottom: solid 4px #6fd2f6;
}
#twitterArea h2 {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
}
#twitterArea iframe {
	vertical-align: bottom;
}