﻿@charset "UTF-8";

/* ▼▼▼ トップ
=====================================*/

/* ▼▼ MIO WALL ART */
section{
	padding: 0;
    overflow: hidden;
	}
#miowallart{
	font-size: 18px;
	}
.main_img{
	background: url(../img/miowallart/main.jpg) no-repeat center/cover;
	padding: 200px 20px;
	border-bottom: 3px solid #000;
	}
h1.title01{
	text-align: center;
	}
h2{
	text-align: center;
	}

#wall_art {
	
	}
#wall_art h2{
	background: #000;
	padding: 20px 0;
	margin: 0 0 70px;
	}
#wall_art .bg{
	background: url(../img/miowallart/bg.jpg) no-repeat center/cover;
	padding: 150px 20px 100px;
	text-align: center;
	}
	#wall_art .bg p{
		text-align: center;
		}
	#wall_art .bg p.txt{
		line-height: 2;
		margin: 0 0 100px;
		}
	.info_btn{
		display: inline-block;
		}
	.info_btn a{
		display: block;
		background: #e5e5e5;
		width: 739px;
		padding: 40px 0; 
		position: relative;
		}
	.info_btn a:after{
		content: url(../img/miowallart/arrow.png);
		position: absolute;
		bottom: 5px;
		left: 50%;
		}
	
/* ▼▼　#video_area */
#video_area{
	max-width: 682px;
	margin: 0 auto;
	}
	#video_area h3{
		font-size: 25px;
		font-weight: normal;
		text-align: center;
		position: relative;
		overflow: hidden;
		margin: 0 0 5px;
		}
	#video_area > h3 + p{
		margin: 0 0 70px;
		}
	.video_box{
		overflow: hidden;
		margin: 0 0 20px;
		}
		.video_box li{
			float: left;
			width: 335px;
			}
		.video_box li:nth-child(odd){
			margin-right: 12px;
			}
		.video_box li p{
			margin: 0 0 50px;
			}

/* ムービー */
.youtube {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 682px;
	height: 384px;
	margin: 0 0 5px;
	}
	.youtube::before {
		position: absolute;
		content: "";
		background: url(../img/miowallart/play_icon.png) no-repeat center/100%;
		color: #fff;
		top: 40%;
	    left: 42%;;
		width: 116px;
		height: 116px;
		}
	.youtube:hover::before,
	.youtube_02:hover::before {
		cursor: pointer;
		opacity: 0.7;
		}
.youtube_02 {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 335px;
	height: 189px;
	margin: 0 0 5px;
	}
	.youtube_02::before {
		position: absolute;
		content: "";
		background: url(../img/miowallart/play_icon.png) no-repeat center/100%;
		color: #fff;
		top: 40%;
	    left: 42%;;
		width: 57px;
		height: 57px;
		}


/* ▼▼ MIO MINUTES ART */
#minutes_art{
	background-image:linear-gradient(-45deg, #2f2f2f 25%, #000 25%, #000 50%, #2f2f2f 50%, #2f2f2f 75%, #000 75%, #000);
	background-size: 8px 8px;
	}
	#minutes_art .bg_02{
		background: url(../img/miowallart/bg_02.png) no-repeat center bottom/cover;
		padding: 130px 20px 70px;
		margin: 0 0 25px;
		}
	#minutes_art h2{
		margin: 0 0 50px;
		}
	#minutes_art p.txt{
		line-height: 2;
		text-align: center;
		color: #fff;
		margin: 0 0 100px;
		}
	h4.year{
		font-size: 35px;
		color: #e63b64;
		text-align: center;
		border-bottom: 7px solid #e63b64;
		margin: 0 0 80px;
		}
	#minutes_art #video_area{
		margin: 0 auto 75px;
		}
	#minutes_art .video_box{
		border-bottom: 1px solid #fff;
	    padding: 0 0 10px;
		margin: 0 0 25px;
		}
	#minutes_art .video_box:last-child{
		border-bottom: 0px none;
		padding: 0;
		margin: 0;
		}
	#minutes_art .video_box li{
		color: #fff;
		}
	#minutes_art .video_box li p{
		margin: 0 0 25px;
		}
	#minutes_art .video_box li p span{
		display: block;
		font-size: 15px;
		}
.other_btn{
	max-width: 998px;
	margin: 0 auto 95px;
	background: #fff;
	}
	.other_btn a{
		display: block;
		background: #e5e5e5;
		font-size: 35px;
		font-weight: bold;
		text-align: center;
		padding: 32px 0;
		}

/* ▼▼ Information */
#info{
	background: url(../img/miowallart/info_bg.jpg) no-repeat center/cover;
	padding: 80px 0 180px;
	color: #fff;
	}
	#info h2{
		margin: 0 0 70px;
		}
	#info dl{
		font-size: 30px;
		margin-left: 20px
		}
	#info dt{
		font-weight: bold;
		}
	#info dd{
		margin: 0 0 20px;
		}
	#info dl + p{
		font-size: 23px;
		font-weight: bold;
		}
		
/* ▼▼ フッター */
footer{
	background: #000;
	padding: 0;
	}
#copyright{
	text-align: center;
	font-size: 14px;
	padding: 10px 0;
	}


/* ▼▼▼ 1024px
=====================================*/
@media screen and (max-width: 1024px) {
.other_btn{
	max-width: 960px;
	}
}

/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {	
/* ▼▼ MIO WALL ART */
#main{
	margin: 0;
	}
section{
	padding: 0;
    overflow: hidden;
	}
#miowallart{
	font-size: 13px;
	}
.main_img{
	background: url(../img/miowallart/main.jpg) no-repeat center/100%;
	padding: 9vw 0;
	border-bottom: 3px solid #000;
	}
h1.title01{
	width: 275px;
	margin: 0 auto;
	}
h2{
	text-align: center;
	}
#wall_art {
	
	}
#wall_art h2{
	background: #000;
	padding: 10px 0;
	margin: 0 0 25px;
	}
	#wall_art h2 img{
		width: 40%;
		}
#wall_art .bg{
	background: url(../img/miowallart/bg_sp.jpg) no-repeat center top/100%;
	padding: 35px 20px 50px;
	}
	#wall_art .bg p{
		width: 100%;
		}
	#wall_art .bg p.txt{
		line-height: 1.6;
		margin: 0 0 50px;
		}
	.info_btn a{
		width: 100%;
		padding: 20px 0 30px; 
		}
	.info_btn a img{
		width: 40%;
		}
	.info_btn a:after{
		bottom: 3px;
		left: 48%;
		}
/* ▼▼　#video_area */
#video_area{
	max-width: 320px;
	margin: 0 auto;
	}
	#video_area h3{
		font-size: 16px;
		margin: 0 0 8px;
		line-height: 1.3;
		}
	#video_area > h3 + p{
		margin: 0 0 25px;
		}
	.video_box{
		overflow: hidden;
		margin: 0 0 0;
		}
		.video_box li{
			float: none;
			width: 320px;
			}
		.video_box li:nth-child(odd){
			margin-right: 10px;
			}
		.video_box li p{
			margin: 0 0 25px;
			}

/* ムービー */
.youtube {
	width: 320px;
	height: 180px;
	margin: 0 0 5px;
	}
	.youtube::before {
		top: 40%;
	    left: 42%;;
		width: 57px;
		height: 57px;
		}
.youtube_02 {
	width: 320px;
	height: 180px;
	margin: 0 0 5px;
	}
	.youtube_02::before {
		top: 40%;
	    left: 42%;;
		width: 57px;
		height: 57px;
		}

/* ▼▼ MIO MINUTES ART */
#minutes_art{
	background-image:linear-gradient(-45deg, #2f2f2f 25%, #000 25%, #000 50%, #2f2f2f 50%, #2f2f2f 75%, #000 75%, #000);
	background-size: 8px 8px;
	}
	#minutes_art .bg_02{
		background: url(../img/miowallart/bg_02.png) no-repeat center bottom/cover;
		padding: 60px 20px 30px;
		margin: 0 0 25px;
		}
	#minutes_art h2{
		margin: 0 0 20px;
		}
	#minutes_art h2 img{
		width: 300px;
		}
	#minutes_art p.txt{
		line-height: 2;
		text-align: center;
		color: #fff;
		margin: 0 0 40px;
		}
	h4.year{
		font-size: 18px;
		color: #e63b64;
		text-align: center;
		border-bottom: 3px solid #e63b64;
		margin: 0 0 80px;
		}
	#minutes_art #video_area{
		margin: 0 auto 30px;
		}
	#minutes_art .video_box{
		border-bottom: 1px solid #fff;
	    padding: 0 0 10px;
		margin: 0 0 25px;
		}
	#minutes_art .video_box:last-child{
		border-bottom: 0px none;
		padding: 0;
		margin: 0;
		}
	#minutes_art .video_box li{
		color: #fff;
		}
	#minutes_art .video_box li p{
		margin: 0 0 25px;
		}
	#minutes_art .video_box li p span{
		display: block;
		font-size: 12px;
		}
.other_btn{
	max-width: 90%;
	margin: 0 auto 40px;
	background: #fff;
	}
	.other_btn a{
		display: block;
		background: #e5e5e5;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
		padding: 10px 0;
		}

/* ▼▼ Information */
#info{
	background: url(../img/miowallart/info_bg.jpg) no-repeat center/cover;
	padding: 40px 0 60px;
	color: #fff;
	}
	#info h2{
		margin: 0 0 25px;
		}
	#info h2 img{
		width: 40%;
		}
	#info dl{
		font-size: 15px;
		margin-left: 20px
		}
	#info dt{
		font-weight: bold;
		}
	#info dd{
		margin: 0 0 20px;
		}
	#info dl + p{
		font-size: 13px;
		font-weight: bold;
		}
		
/* ▼▼ フッター */
footer{
	background: #000;
	padding: 0;
	}
#copyright{
	text-align: center;
	font-size: 14px;
	padding: 10px 0;
	}
}
