@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
.mainVisual {
	margin-bottom: 37px;
	/* padding-top: 534px; */
	min-height: 707px;
	box-sizing: border-box;
	/* background: url(../img/index/main_visual_bg.jpg) no-repeat center top; */
	/* background-size: cover; */
}

.mainVisual h2 {
	margin: 0 auto;
	padding-left: 8px;
	width: 1282px;
	box-sizing: border-box;
}

#main .sec01 {
	margin-bottom: 30px;
}

#main .sec01 .phoList {
	margin-bottom: 24px;
}

#main .sec01 .phoList li {
	margin-right: 14px;
	width: 310px;
	float: left;
}

#main .sec01 .phoList li:last-child {
	margin-right: 0;
}

#main .sec01 .phoList li a {
	display: block;
}

#main .sec01 .phoList li a:hover {
	opacity: 0.7;
}

#main .sec01 .imgList {
	margin: 60px 0 80px 0;
}

#main .sec01 .imgList li {
	overflow: hidden;
	width: 320px;
	/* トリミングしたい枠の幅 */
	height: 272px;
	/* トリミングしたい枠の高さ */
	position: relative;
	background-color: #000;
}

.slick-slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}

#main .sec01 .imgList li a {
	display: block;
	text-decoration: none;
	transition-property: background-color, color, border-color;
	-moz-transition-property: background-color, color, border-color; 
	-ms-transition-property: background-color, color, border-color; 
	-o-transition-property: background-color, color, border-color; 
	-webkit-transition-property: background-color, color, border-color; 
	transition-duration: 0.2s; 
	-moz-transition-duration: 0.2s; 
	-ms-transition-duration: 0.2s; 
	-o-transition-duration: 0.2s; 
	-webkit-transition-duration: 0.2s; 
	transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-ms-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
}

#main .sec01 .imgList li .photo {
	display: block;
}

#main .sec01 .imgList li a:hover .photo  {
	background: #0a0707;
	transition-duration: .25s;
	-webkit-transition-duration: .25s;
	-moz-transition-duration: .25s;
	-ms-transition-duration: .25s;
	-o-transition-duration: .25s;
}

#main .sec01 .imgList li a .photo img {
	-webkit-transition-property: opacity;
	-webkit-transition-duration: .5s;
	-moz-transition-property: opacity;
	-moz-transition-duration: .5s;
	-ms-transition-property: opacity;
	-ms-transition-duration: .5s;
	-o-transition-property: opacity;
	-o-transition-duration: .5s;
	transition-property: opacity;
	transition-duration: .5s;
	opacity: 1;
}

#main .sec01 .imgList li a:hover .photo img {
	opacity: 0.5;
}

#main .sec01 .imgList li .note {
	padding: 2px 10px 1px;
	width: auto;
	position: absolute;
	left: 45%;
	top: 15px;
	display: block;
	color: #FFF;
	font-size: 0.9rem;
	text-align: center;
	border-radius: 3px;
	background-color: #C1272D;
}

#main .sec01 .imgList li .text {
	padding: 8px 15px;
	width: 100%;
	min-height: 59px;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	color: #231815;
	font-size: 1.6rem;
	line-height: 1.35;
	box-sizing: border-box;
	-webkit-transform: translate3d(0,0,0);
	background: rgba(255,255,255,0.9);
}

#main .sec01 .imgList li a:hover .text {
	color:#b69e84;
}

#main .sec01 .imgList li:nth-child(2n) .text {
	color: #FFF;
	background: rgba(0,0,0,0.8);
}

#main .sec01 .mainBox {
	position: relative;
}

#main .sec01 .arrowList .prev {
	margin-top: -15px;
	position: absolute;
	left: 20px;
	top: 50%;
	cursor: pointer;
}

#main .sec01 .arrowList .prev .fa-chevron-circle-left {
color: #fff;
font-size: 2em;
margin-left: 20px;
}

#main .sec01 .arrowList .next .fa-chevron-circle-right {
color: #fff;
font-size: 2em;
margin-right: 20px;
}

#main .sec01 .arrowList .next {
	margin-top: -15px;
	position: absolute;
	right: 20px;
	top: 50%;
	cursor: pointer;
}

#main .sec01 .msgBox .lBox {
	padding: 20px 35px 25px;
	width: 625px;
	float: left;
	box-sizing: border-box;
	background: url(../img/index/bg04.gif) repeat left top;
}

#main .sec01 .msgBox .lBox .headLine01 {
	margin-bottom: 35px;
	padding: 0;
	text-align: center;
}

#main .sec01 .msgBox .lBox dl {
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

#main .sec01 .msgBox .lBox dt {
	float: left;
	font-size: 1.4rem;
}

#main .sec01 .msgBox .lBox dd {
	margin-bottom: 16px;
	padding: 0 0 17px 7em;
	border-bottom: 1px dotted #BCB5B3;
}

#main .sec01 .msgBox .lBox dd a {
	padding-left: 13px;
	display: inline-block;
	font-size: 1.4rem;
	text-decoration: underline;
	/*background: url(../img/common/icon07.png) no-repeat 8px 6px;*/
}


.fa-caret-right {
	color: #C1272D;
}

@media all and (-ms-high-contrast:none){
	#main .sec01 .msgBox .lBox dd a {
		background: url(../img/common/icon07.png) no-repeat 8px 4px;
	}
}
#main .sec01 .msgBox .lBox dd a:hover {
	text-decoration: none;
}

#main .sec01 .msgBox .rBox {
	width: 626px;
	float: right;
	background: url(../img/index/bg05.gif) repeat left top;
}

#main .sec01 .msgBox .rBox .photoBox {
	overflow: hidden;
	width: 304px;
	/* トリミングしたい枠の幅 */
	height: 100%;
	/* トリミングしたい枠の高さ */
	position: relative;
	background-color: #000;
	float: left;
}


#main .sec01 .msgBox .rBox .photoBox img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}

#main .sec01 .msgBox .rBox .photoBox .ttlBox {
	position: absolute;
	right: 0;
	top: 0;
}

#main .sec01 .msgBox .rBox .photoBox .ttlBox img{
	position: relative;
	top: 0;
	left: 0;
	-webkit-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
}

#main .sec01 .msgBox .rBox .textBox {
	padding: 30px 35px 74px;
	width: 321px;
	min-height: 346px;
	position: relative;
	float: right;
	box-sizing: border-box;
}

#main .sec01 .msgBox .rBox .textBox p {
		font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
		font-size: 1.6rem;
		line-height: 1.43;
}

#main .sec01 .msgBox .rBox .textBox h4 {
	margin-bottom: 5px;
	font-size: 1.5rem;
	font-weight: bold;
}

#main .sec01 .msgBox .rBox .textBox .time {
	margin-bottom: 19px;
}

#main .sec01 .msgBox .rBox .textBox .link {
	width: 236px;
	position: absolute;
	left: 35px;
	bottom: 34px;
}

#main .sec01 .msgBox .rBox .textBox .link a {
	padding: 7px 0 6px;
	display: block;
	color: #FFF;
	font-size: 1.3rem;
	text-align: center;
	border-radius: 5px;
	background-color: #ED1E79;
}

#main .sec01 .msgBox .rBox .textBox .link a span {
	display: inline-block;
	/*background: url(../img/common/icon06.png) no-repeat right 5px;*/
}

#main .sec01 .msgBox .rBox .textBox .link a span .fa-caret-right {
	color: #FFF;
	margin-left: 20px;
}



/*@media all and (-ms-high-contrast:none){

	#main .sec01 .msgBox .rBox .textBox .link a span {
		background: url(../img/common/icon06.png) no-repeat right 2px;
	}
}*/
#main .sec01 .msgBox .rBox .textBox .link a:hover {
	opacity: 0.7;
}

#main .sec02 .headLine01 {
	margin-bottom: 20px;
}

#main .sec02 .comBox {
	overflow: hidden;
}

#main .sec02 .imgArea {
	/* margin-top: 27px; */
	min-height: 199px;
	width: 1282px;
	overflow: hidden;
}

#main .sec02 .imgArea li {
	margin-right: 27px;
	margin-bottom: 27px;
	overflow: hidden;
	width: 300px;
	/* トリミングしたい枠の幅 */
	height: 199px;
	/* トリミングしたい枠の高さ */
	position: relative;
	float: left;
	transition: width 0.5s ease 0s;
	-webkit-transition: width 0.5s ease 0s;
}

#main .sec02 .imgArea li:nth-child(3n) {
	margin-right: 0;	
}
#main .sec02 .imgArea li:nth-child(6n) {
	margin-right: 0;	
}

#main .sec02 .imgArea li.show {
	width: 628px;
}


#main .sec02 .imgArea li a {
	width: 628px;
	display: block;
	transition-property: background-color, color, border-color;
	-moz-transition-property: background-color, color, border-color; 
	-ms-transition-property: background-color, color, border-color; 
	-o-transition-property: background-color, color, border-color; 
	-webkit-transition-property: background-color, color, border-color; 
	transition-duration: 0.2s; 
	-moz-transition-duration: 0.2s; 
	-ms-transition-duration: 0.2s; 
	-o-transition-duration: 0.2s; 
	-webkit-transition-duration: 0.2s; 
	transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-ms-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition: width ease 0.5s;
}

#main .sec02 .imgArea li .photoBox {
	width: 300px;
	float: left;
}

#main .sec02 .imgArea li a:hover .photoBox {
	background: #0a0707;
	-webkit-transition-duration: .25s;
	-moz-transition-duration: .25s;
	-ms-transition-duration: .25s;
	-o-transition-duration: .25s;
	transition-duration: .25s;
}

#main .sec02 .imgArea li .photoBox img {
	width: 100%;
	height: 199px;
	transition-duration: 0.5s;
	transition-property: opacity;
	opacity: 1;
    backface-visibility: hidden;
}

#main .sec02 .imgArea li a:hover .photoBox img {
	opacity: 0.5;
}

#main .sec02 .imgArea li .textBox {
	padding: 2px 0 40px;
	width: 300px;
	min-height: 198px;
	position: relative;
	float: right;
	box-sizing: border-box;
}

#main .sec02 .imgArea li .textBox p {
	font-size: 1.6rem;
}

#main .sec02 .imgArea li .textBox .ttl {
	margin-bottom: 19px;
	color: #754C24;
	font-size: 1.8rem;
	font-weight: bold;
}

#main .sec02 .imgArea li .textBox .btmBox {
	padding-top: 7px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	border-top: 1px solid #E6E6E6;
}

#main .sec02 .imgArea li .textBox .btmBox p {
	position: relative;
}

#main .sec02 .imgArea li .textBox .btmBox p .note {
	padding: 3px 0 2px;
	width: 140px;
	display: inline-block;
	color: #FFF;
	font-size: 14px!important;
	text-align: center;
	border-radius: 13px;
	background-color: #b69e84;
}

#main .sec02 .imgArea li .textBox .btmBox p .note-e {
	padding: 3px 0 2px;
	width: 140px;
	display: inline-block;
	color: #FFF;
	font-size: 14px!important;
	text-align: center;
	border-radius: 13px;
	background-color: #B3B3B3;
}

.fl #main .sec02 .imgArea li .textBox .btmBox p .note {
	border-radius: 20px;
}

#main .sec02 .imgArea li .textBox .btmBox p .link {
	padding-right: 20px;
	position: absolute;
	right: 0;
	bottom: -3px;
	display: inline-block;
	font-size: 16px!important;
}

.fl #main .sec02 .imgArea li .textBox .btmBox p .link {
	background-position: right 3px top 8px;
}

#main .sec02 .imgArea li a:hover .textBox .btmBox p .link {
	color: #b69e84;
}

#main .sec02 .imgArea li .textBox .btmBox p .fa-angle-right{
	color: #666;
	font-size: 2em;
	vertical-align: -.29em;
	margin-left: 20px;
}

#main .sec02 .imgArea li a:hover .textBox .btmBox p .fa-angle-right{
	color: #b69e84;
	font-size: 2em;
	vertical-align: -.29em;
	margin-left: 20px;	
}


#main .sec02 .imgArea01 {
	margin-bottom: 0;
}

#main .sec02 {
	margin-bottom: 10px;
}

#main .sec03 .headLine01 {
	margin-bottom: 0;
}

#main .sec03 .bgBox {
	padding: 53px 0 70px;
	background: url(../img/index/bg03.gif) repeat left top;
}

#main .sec03 .phoItem li {
	width: 256px;
	float: left;
}

#main .sec03 .phoItem li a {
	display: block;
	position: relative;
	height: 340px;
}

#main .sec03 .phoItem li a img {
	width: 100%;
}

#main .sec03 .phoItem li a:hover {
	opacity: 0.7;
}

#main .sec03 .phoItem li .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#main .sec03 .phoItem li .tab {
	width: 100%;
	display: table;
	height: 100%;
}

#main .sec03 .phoItem li .tab .note {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#main .sec03 .phoItem li .tab .note img {
	width: auto;
}

#main .sec03 {
	margin-bottom: 125px;
}

#main .sec04 .headLine01 {
	margin-bottom: 69px;
}

#main .sec04 .picList li {
	margin-right: 25px;
	width: 236px;
	float: left;
}

#main .sec04 .picList li:last-child {
	margin-right: 0;
}

#main .sec04 .picList li a {
	display: block;
	position: relative;
	height: 276px;
}

#main .sec04 .picList li a:hover {
	opacity: 0.7;
}

#main .sec04 .picList li .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#main .sec04 .picList li .tab {
	width: 100%;
	height: 100%;
	display: table;
}

#main .sec04 .picList li .tab .note {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#main .sec04 {
	margin-bottom: 125px;
}

#main .sec05 .headLine01 {
	margin-bottom: 73px;
}

#main .sec05 .picItem li {
	margin-right: 13px;
	width: 246px;
	float: left;
}

#main .sec05 .picItem li:last-child {
	margin-right: 0;
}

#main .sec05 .picItem li span {
	display: block;
}

#main .sec05 .picItem li .note {
	margin-bottom: 15px;
	padding: 0 3px;
}

#main .sec05 .picItem li .photo {
	margin-bottom: 9px;
}

#main .sec05 .picItem li .text {
	padding-bottom: 7px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 2px dotted #000;
}

#main .sec05 {
	margin-bottom: 122px;
}

#main .sec06 .headLine01 {
	margin-bottom: 63px;
}

#main .sec06 .phoList li {
	width: 14.2857%;
	float: left;
}

#main .sec06 .phoList li img {
	width: 100%;
}

#main .sec06 .comBox {
	margin: 0 3.296%;
	max-width: 1795px;
}

#main .sec06 .picList li {
	width: 14.2857%;
	float: left;
}

#main .sec06 .picList li img {
	width: 100%;
}

#main .sec06 {
	margin-bottom: 138px;
}

#main .sec07 .movieList li {
	width: 16.666%;
	float: left;
}

#main .sec07 .movieList li img {
	width: 100%;
}

#main .sec07 .movieList li a:hover {
	opacity: 0.7;
}

#main .sec07 {
	margin-bottom: 205px;
}

#main .snsBox {
	padding: 72px 0 59px;
	background: url(../img/index/bg01.gif) repeat left top;
}

#main .snsBox .comBox {
	max-width: 1057px;
}

#main .snsBox .comBox > div {
	width: 518px;
	height: 446px;
	float: left;
}

#main .snsBox .comBox .facebookBox {
	float: right;
}

.btmNavBox {
	padding: 22px 0 21px;
	margin-bottom: 60px;
	background: url(../img/index/bg02.gif) repeat left top;
}

.btmNavBox ul {
	text-align: center;
}

.btmNavBox li {
	margin-right: 20px;
	display: inline-block;
}

.btmNavBox li:last-child {
	margin-right: 0;
}

.btmNavBox li a {
	margin-right: 20px;
	position: relative;
	display: inline-block;
	font-size: 1.6rem;
	text-decoration: none;
}

.btmNavBox li:last-child a {
	margin-right: 0;
}

.btmNavBox li a:before {
	margin-top: -7px;
	width: 2px;
	height: 15px;
	position: absolute;
	background-color: #7F7F7F;
	top: 50%;
	right: -24px;
	content: " ";
}

.btmNavBox li:last-child a:before {
	display: none;
}

.btmNavBox li a:hover {
	text-decoration: underline;
}
/*
.fl #main .sec01 .msgBox .lBox dd {
	padding-left: 12em;
}
*/
@media all and (min-width: 0) and (max-width: 767px) {
	.mainVisual {
		margin-bottom: 10px;
		padding-top: 10px;
		min-height: 210px;
	}
	
	.mainVisual h2 {
		padding-left: 0;
		width: auto;
		text-align: center;
	}
	
	.mainVisual h2 img {
		width: 260px;
	}
	
	#main .sec01 {
		margin-bottom: 24px;
	}
	
	#main .sec01 .phoList {
		margin: -8px 0 16px;
	}
	
	#main .sec01 .phoList li {
		margin: 8px 0 0;
		width: 48.5%;
	}
	
	#main .sec01 .phoList li:nth-child(2n) {
		float: right;
	}
	
	#main .sec01 .phoList li a img {
		width: 100%;
	}
		
	#main .sec01 .imgList {
		margin-bottom: 20px;
		padding: 15px;
		background: url(../img/index/bg02.gif) repeat ;
	}
	
	#main .sec01 .imgList li {
/* 		width: auto;
		float: none;
		 */	}
	
	#main .sec01 .imgList li a .photo {
		text-align: center;
	}
	
	#main .sec01 .imgList li a:hover .photo {
		background: inherit;
		transition-duration: inherit;
	}
	
	#main .sec01 .imgList li a .photo img {
		width: 100%;
	}
	
	#main .sec01 .imgList li a:hover .photo img {
		opacity: 1;
	}
	
	#main .sec01 .imgList li .note {
		margin-left: -22px;
		width: 45px;
		left: 50%;
		box-sizing: border-box;
	}
	
	#main .sec01 .imgList li .text {
		padding: 8px 10px;
		min-height: 54px;
		font-size: 1.3rem;
		line-height: 1.35;
	}
	
	#main .sec01 .imgList li a:hover .text {
		color:#231815;
	}
		
	#main .sec01 .imgList li:nth-child(2n) a:hover .text {
		color: #FFF;
	}
		
	#main .sec01 .msgBox .lBox {
		padding: 15px;
		width: auto;
		float: none;
	}
		
	#main .sec01 .msgBox .lBox h4 {
		margin-bottom: 18px;
	}
	
	#main .sec01 .msgBox .lBox dt {
		margin-bottom: 10px;
		float: none;
		font-size: 1.3rem;
	}
	
	#main .sec01 .msgBox .lBox dd {
		margin-bottom: 12px;
		padding: 0 0 12px;
	}
	
	#main .sec01 .msgBox .lBox dd a {
		padding-left: 10px;
		font-size: 1.3rem;
	}
	
	#main .sec01 .msgBox .lBox dd a:hover {
		text-decoration: underline;
	}
	
	#main .sec01 .msgBox .rBox {
		width: auto;
		float: none;
	}
		
	#main .sec01 .msgBox .rBox .photoBox {
		margin: 0 auto;
		max-width: 304px;
		width: auto;
		float: none;
		text-align: center;
	}
	
	#main .sec01 .msgBox .rBox .photoBox > img {
		max-width: 100%;
	}
	
	#main .sec01 .msgBox .rBox .textBox {
		padding: 15px 15px 50px;
		width: auto;
		min-height: inherit;
		float: none;
	}

	#main .sec01 .msgBox .rBox .textBox p {
		font-size: 1.3rem;
		line-height: 1.8;
	}
	
	#main .sec01 .msgBox .rBox .textBox h4 {
		font-size: 1.8rem;
	}
		
	#main .sec01 .msgBox .rBox .textBox .time {
		margin-bottom: 15px;
	}
	
	#main .sec01 .msgBox .rBox .textBox .link {
		margin-left: -100px;
		width: 200px;
		position: absolute;
		left: 50%;
		bottom: 10px;
	}

	/*#main .sec01 .msgBox .rBox .textBox .link a span {
		padding-right: 16px;
	}*/
		
	#main .sec01 .arrowList .prev {
		margin-top: -8px;
		left: 10px;
	}
	
	#main .sec01 .arrowList .next {
		margin-top: -8px;
		right: 10px;
	}
	
	#main .sec01 .arrowList .prev img ,
	#main .sec01 .arrowList .next img {
		width: 20px;
	}
}
@media all and (min-width: 0) and (max-width: 1024px) {
	
	#main .sec02 .headLine01 {
		margin-bottom: 18px;
	}
	
	#main .sec02 .imgArea {
		margin-bottom: 24px;
		margin-top: 0;
		height: auto;
		width: auto;
	}
	
	#main .sec02 .imgArea li {
		margin: 0 0 15px;
		width: 100%;
		height: auto;
		float: none;
		transition: none;
	}
	
	#main .sec02 .imgArea li.show {
		width: 100%;
	}
	
	#main .sec02 .imgArea li a {
		text-decoration: none;
		width: auto !important;
	}
	#main .sec02 .imgArea li .photoBox {
		margin: 0 10px 10px 0;
		width: 115px;
		height: auto !important;
	}
	
	#main .sec02 .imgArea li .photoBox img {
	height: auto;
	}
	
	#main .sec02 .imgArea li a:hover .photoBox {
		background: inherit;
	}
		
	#main .sec02 .imgArea li .photoBox img {
		width: 100%;
	}
	
	#main .sec02 .imgArea li a:hover .photoBox img {
		opacity: 1;
	}
	
	#main .sec02 .imgArea li .textBox {
		padding: 0;
		width: auto;
		min-height: inherit;
		height: auto !important;
		float: none;
	}
		
	#main .sec02 .imgArea li .textBox p {
		font-size: 1.2rem;
	}
	
	#main .sec02 .imgArea li .textBox .ttl {
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
	
	#main .sec02 .imgArea li .textBox .btmBox {
		padding: 10px 0;
		position: static;
		left: auto;
		bottom: auto;
		border-top: none;
		border-bottom: 1px solid #E6E6E6;
		clear: both ;
	}
	
	#main .sec02 .imgArea li .textBox .btmBox p .note {
		padding: 2px 0 1px;
		width: 150px;
		font-size: 1.2rem;
		border-radius: 12px;
	}
		
	#main .sec02 .imgArea li .textBox .btmBox p .link {
		padding-right: 15px;
		bottom: 0;
		font-size: 1.3rem;
		background-size: 6px auto;
	}
	
	#main .sec02 .imgArea li a:hover .textBox .btmBox p .link {
		color: #000;
	}
	
	#main .sec02 .imgArea li:last-child {
		margin-bottom: 0;
	}
	
	#main .sec02 {
		margin-bottom: 25px;
	}
	
	#main .sec03 .bgBox {
		padding: 18px 0;
	}
	
	#main .sec03 .phoItem {
		margin-top: -10px;
	}
	
	#main .sec03 .phoItem li {
		margin-top: 10px;
		width: 48.5%;
	}
	
	#main .sec03 .phoItem li:nth-child(2n) {
		float: right;
	}
		
	#main .sec03 .phoItem li a {
		height: auto;
		text-align: center;
	}
		
	#main .sec03 .phoItem li a img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}	
		
	#main .sec03 .phoItem li .tab .note img {
		max-width: 157px;
		width: 80%;
		display: inline-table;
	}
	
	#main .sec03 {
		margin-bottom: 24px;
	}

	#main .sec04 .headLine01 {
		margin-bottom: 16px;
	}
	
	#main .sec04 .picList {
		margin-top: -10px;
	}
	
	#main .sec04 .picList li {
		margin: 10px 0 0;
		width: 48.5%;
	}
	
	#main .sec04 .picList li:nth-child(2n) {
		float: right;
	}
	
	#main .sec04 .picList li:last-child {
	width: 100%;
	}
		
	#main .sec04 .picList li a {
		height: auto;
		text-align: center;
	}
	
	#main .sec04 .picList li a > img {
		width: 100%;
		height: auto;
	}
	
	#main .sec04 .picList li .tab .note img {
		max-width: 191px;
		width: 80%;
		display: inline-block;
	}
		
	#main .sec04 {
		margin-bottom: 20px;
	}
	
	#main .sec05 .headLine01 {
		margin-bottom: 15px;
	}
	
	#main .sec05 .picItem {
		margin-top: -10px;
	}
	
	#main .sec05 .picItem li {
		margin: 10px 0 0;
		width: 48.5%;
	}
	
	#main .sec05 .picItem li:nth-child(2n) {
		float: right;
	}
		
	#main .sec05 .picItem li span {
		text-align: center;
	}
	
	#main .sec05 .picItem li img {
		max-width: 100%;
	}
	
	#main .sec05 .picItem li .note {
		margin-bottom: 10px;
		padding: 0;
		text-align: left;
	}

	#main .sec05 .picItem li .photo {
		margin-bottom: 8px;
	}
	
	#main .sec05 .picItem li .photo img {
		width: 100%;
	}
		
	#main .sec05 .picItem li .text {
		font-size: 1.3rem;
		border-bottom-width: 1px;
	}
		
	#main .sec05 {
		margin-bottom: 20px;
	}
	
	#main .sec06 .headLine01 {
		margin-bottom: 16px;
	}
	
	#main .sec06 .phoList {
		margin: -10px 15px 15px;
	}
	
	#main .sec06 .phoList li {
		margin-top: 10px;
		width: 48.5%;
		float: left;
		text-align: center;
	}
	
	#main .sec06 .phoList li:nth-child(2n) {
		float: right;
	}
	
	#main .sec06 .comBox {
		max-width: inherit;
	}
	
	#main .sec06 .picList {
		margin-top: -10px;
	}
	
	#main .sec06 .picList li {
		margin-top: 10px;
		width: 48.5%;
		text-align: center;
	}
	
	#main .sec06 .picList li:nth-child(2n) {
		float: right;
	}
	
	#main .sec06 {
		margin-bottom: 20px;
	}
	
	#main .sec07 .movieList {
		margin: -10px 10px 0;
	}

	#main .sec07 .movieList li {
		margin-top: 10px;
		width: 48.5%;
	}
	
	#main .sec07 .movieList li:nth-child(2n) {
		float: right;
	}

	#main .sec07 .movieList li a:hover {
		opacity: 1;
	}
	
	#main .sec07 {
		margin-bottom: 20px;
	}
	
	#main .snsBox {
		padding: 20px;
	}
	
	#main .snsBox .comBox {
		max-width: inherit;
	}
	
	#main .snsBox .comBox > div {
		width: auto;
		height: auto;
		float: none;
	}
	
	#main .snsBox .comBox > div img {
		width: 100%;
	}
	
	#main .snsBox .comBox .facebookBox {
		margin-top: 10px;
		float: none;
	}
	
	#main .btmNavBox {
		padding: 15px 0;
	}
	
	#main .btmNavBox ul {
		text-align: left;
	}
	
	#main .btmNavBox li {
		margin-right: 0;
		display: block;
		border-bottom: 1px solid #000;
	}
		
	#main .btmNavBox li a {
		margin-right: 0;
		padding: 10px;
		display: block;
		font-size: 1.4rem;
		background: url(../img/common/icon12.png) no-repeat right 10px center;
		background-size: 7px 10px;
	}
	
	#main .btmNavBox li a:hover {
		text-decoration: none;
	}
	
	#main .btmNavBox li a:before {
		display: none;
	}
	
	.fl #main .sec02 .imgArea li .textBox .btmBox p .note {
		border-radius: 0;
	}
	.fl #main .sec02 .imgArea li .textBox .btmBox p .link {
		background-position: inherit;
	}
}