@charset "UTF-8";

/*---------------------------------------------------------------*\
	$INDEX
\*---------------------------------------------------------------*/


/*
・共通
・◯◯◯◯◯
・◯◯◯◯◯
*/


/*---------------------------------------------------------------*\
	$共通
\*---------------------------------------------------------------*/

main {
	background-image: url(../img/concept/main_back.png);
	background-size: contain;
	background-position: center 38px;
	background-repeat: no-repeat;
}
.content {
    width: 1000px;
    margin: 0 auto;
}
h1 {
    text-align: center;
    font-size: 2.4rem;
    margin: 60px auto 40px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
h1 span {
    display: block;
    width: 80px;
    margin: 20px auto;
    height: 4px;
    background-color: #000;
}
.mo_list {
    font-size: 0;
}
.mo_list li {
    width: 29.9%;
    margin: 0 5% 4% 0px;
    display: inline-block;
	vertical-align: top;
	overflow: hidden;
}
.mo_list li img {
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.mo_list li:hover img {
	transform: scale(1.1);
	opacity: 0.6;
}
.mo_list li:nth-child(3n) {
    margin-right: 0;
}
.thumb {
    border: 3px solid #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.thumb img {
    width: 100%;
}
h2 {
    border-bottom: 1px solid #ddd;
    color: #555;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 10px 0;
    padding-bottom: 6px;
}
.mo_list li p {
    font-size: 1.1rem;
    line-height: 18px;
    color: #555;
}
.download_area {
	text-align: center;
}
.download_area li {
	font-size: 10px;
	color: #fff;
	background: #222;
	padding: 5px;
	display: inline-block;
	border-radius: 3px;
	width: 31%;
	text-align: center;
	margin: 10px 0 0;
	position: relative;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.download_area li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.download_area li:hover {
	background: #666;
}

#tabs ul {
    overflow: hidden;
    list-style: none;
    margin: 0 0 20px;
}
.tab_area {
    overflow: hidden;
    margin: 20px auto 0;
    width: 100%;
		border-bottom: 1px solid #222;
		text-align: center;
}
.tab_area li {
	display: inline-block;
  /*border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-top: 1px solid #000;*/
  margin: 0 0 -1px 0;
}
.tab_area a {
	background: #eee;
	font-weight: bold;
	    padding: 8px 30px 6px;
	    cursor: pointer;
	    color: #222;
	    display: inline-block;
	    border: 1px solid #ddd;
	    font-size: 12px;
	    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.tab_area li .active {
    background-color: #000;
    color: rgb(224, 224, 219)!important;
    border: 1px solid #000;
}
.movie_mid_sub {
    background: #eee none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    color: #666;
    font-family: "Playfair Display",serif;
    font-size: 22px;
    font-weight: bold;
    margin: 30px 0;
    padding: 16px;
    text-align: center;
}
.movie_sub {
    border-bottom: 2px solid #ddd;
    border-left: 5px solid #ddd;
    color: #555;
    font-family: "Playfair Display",serif;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
    padding: 0 14px 6px;
}
.category_button > a > span {
    color: #aaa;
    display: block;
    font-family: "Playfair Display",serif;
    font-size: 10px;
    font-weight: normal;
}

/*---------------------------------------------------------------*\
	$980px
\*---------------------------------------------------------------*/

@media screen and (max-width: 980px) {}
