#mv{background-color: #000;}
.mv-wrap{width: 98%;max-width: 1143px;min-width: 880px;margin: 0 auto;box-sizing: border-box;}
#contents{background-color: #ffffff;}
.content-wrap{width: 98%;max-width: 1143px;min-width: 880px;margin: 0 auto;box-sizing: border-box;}
@media screen and (max-width:767px){
	.mv-wrap,.content-wrap{width: 100%;min-width: 0;}
}

/* #mainvisual */
.mv-wrap #mainvisual {
	width: 100%;
	margin-bottom: 90px;
	padding: 10% 0;
	overflow: hidden;
	position: relative;
	background: url(/wpm/1st/assets/img/bg_mv.png) no-repeat top center;
	background-size: cover;
}
.mv-wrap #mainvisual:after {
	content: " ";
	width: 176px;
	height: 83px;
	background: url(/wpm/1st/assets/img/ico_1st.png) no-repeat top center;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	top: 20px;
	left: 20px;
}
.mv-wrap #mainvisual h1{
	width: 0;
	margin: 0 auto;
	padding: 0;
	color: transparent;
}
.mv-wrap #mainvisual .lead_01{
	width: 60%;
	max-width: 693px;
	margin: 0 auto;
	position: absolute;
	top: 69%;
	left: 50%;
	margin-left: -30%;
}
.mv-wrap #mainvisual .lead_02{
	width: 0;
	max-width: 0;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -30%;
}
.mv-wrap #mainvisual .present{
	width: 16.185%;
	height:auto;
	position: absolute;
	top:6.5%;
	right: 5.94%;
}
.mv-wrap #mainvisual .present a{
	display: inline-block;
	border-radius: 50%;
	transition: all 0.8s;
}
.mv-wrap #mainvisual .present a:hover{
	opacity: 0.7;
}
.mv-wrap #mainvisual .present a img{
	display: inline-block;
	border-radius: 50%;
}

.content-wrap .content-inner{
	width: 50%;
	float: left;
	box-sizing: border-box;
	position: relative;
}

@media screen and (max-width:767px){
	.mv-wrap #mainvisual {
		padding: 42vw 0;
		background: url(/wpm/1st/assets/img/bg_mv_sp.png) no-repeat top center;
		background-size: contain;
	}
	.mv-wrap #mainvisual:after {
		width: 30%;
		height: 83px;
	}
	.mv-wrap #mainvisual .lead_01{
		width: 70%;
		max-width: 577px;
		margin-left: -35%;
		top: 88vw;
	}
	.mv-wrap #mainvisual .present{
		right: 2.34%;
		top: 3.28%;
		width: 28.9%;
		height:auto;
	}
}

/* info */
.content-wrap #info{
	width: 47%;
	max-width: 530px;
	margin-right: 3%;
	margin-bottom: 3%;
	padding: 15px 5% 0;
	float: left;
	border: solid 2px #000;
}
.content-wrap #info:before{
	width: 211px;
	height: 29px;
	margin-left: -105px;
	content: "";
	background-image: url(/wpm/1st/assets/img/information.png);
	position: absolute;
	top: -30px;
	left: 50%;
}
.content-wrap #info .info-content{
	overflow: hidden;
}
.content-wrap #info .btn{
	width: 100%;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	text-align: left;
	display: block;
	background-color: #f3f3f5;
	position: relative;
}
.content-wrap #info .btn:hover{
	background-color: rgba(243,243,245,0);
}
.content-wrap #info .btn:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	content: '';
	color: #fff;
	background: #000;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
}
.content-wrap #info .btn:hover:before {
	transform-origin: left top;
	transform: scale(1, 1);
}
.content-wrap #info .btn a{
	width: 100%;
	height: 100%;
	padding: 30px 141px 30px 25px;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	z-index: 30;
}
.content-wrap #info .btn:hover a{
	color: #fff;
}
.content-wrap #info .btn a:before{
	width: 110px;
	height: 1px;
	background: #000;
	content: "";
	position: absolute;
	top: 40.5px;
	right: 30px;
	display: block;
}
.content-wrap #info .btn a:after{
	width: 20px;
	height: 1px;
	background: #000;
	content: "";
	position: absolute;
	top: 32.7px;
	right: 27.5px;
	display: block;
	transform: rotate(45deg);
}
.content-wrap #info .btn:hover a:before,.content-wrap #info .btn:hover a:after{
	background: #fff;
}
.content-wrap #info h2{
	margin-bottom: 15px;
	font-size: 18px;
}
.content-wrap #info dl{
	height: 330px;
	margin-right: -18px;
	overflow-y: scroll;
	text-align: left;
}
.content-wrap #info dt,.content-wrap #info dd{
	width: 100%;
	line-height: 28px;
	text-align: left;
	display: inline-block;
}
.content-wrap #info dt{
	padding-top: 5%;
	border-top: solid 2px #000;
	font-size: 14px;
}
.content-wrap #info dd{
	padding-bottom: 4.8%;
	font-size: 16px;
}
@media screen and (max-width:767px){
	.content-wrap #info{
		width: 87.5%;
		max-width: 100%;
		margin: 30px auto 0;
		padding: 20px 20px 0;
		box-sizing: border-box;
		float: none;
	}
	.content-wrap #info .btn a{
		padding: 16px 35% 16px 5%;
		font-size: 20px;
		text-align: right;
	}
	.content-wrap #info .btn a:before{
		width: 20%;
		height: 1px;
		background: #000;
		content: "";
		position: absolute;
		top: 27px;
		right: 10px;
		display: block;
	}
	.content-wrap #info .btn a:after{
		width: 20px;
		height: 1px;
		background: #000;
		content: "";
		position: absolute;
		top: 19px;
		right: 9px;
		display: block;
		transform: rotate(45deg);
	}
	.content-wrap #info dl{
		height: 300px;
	}
	.content-wrap #info dt,.content-wrap #info dd{
		line-height: 1.5;
	}
	.content-wrap #info dt{
		font-size: 14px;
	}
	.content-wrap #info dd{
		font-size: 14px;
	}
}

/* week */
.content-wrap .week h2{
	font-size: 90px;
	font-weight: normal;
	color: #000;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.content-wrap .week h2 .small{
	padding-left: 5px;
	font-size: 18px;
	line-height: 1.6;
	font-family: 'Times New Roman',Verdana,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	vertical-align: top;
}
.content-wrap .week .text{
	width: 78%;
	padding: 30px 40px;
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	bottom: -10%;
	left: 19%;
	z-index: 1000;
	text-align: left;
	box-sizing: border-box;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.content-wrap .week:nth-child(2n) .text{
	width: 80%;
}
.content-wrap .week .text p{font-size: 16px;font-weight: bold;line-height: 1.5;}
.content-wrap .week .text h3{margin-bottom: 10px;font-size: 32px;font-weight: bold;line-height: 1;}
.content-wrap .week .text p.tag{margin-bottom: 5px;font-weight: normal;line-height: 1;font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3",Verdana,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;}
.content-wrap .week .text p.date{letter-spacing: 0;font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3",Verdana,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;}
.content-wrap .week .text p.date .label{width: 42px;margin-top: 6px;margin-bottom: 3px;padding: 6px;line-height: 1;color: #fff;background-color: #000;display: block; font-size: 14px;letter-spacing: 0;}
.content-wrap .week .text p.sub {
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3",Verdana,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 600;
}
@media screen and (min-width:768px){
	.content-wrap .week#mon{
		margin-top: 30px;
		float: right;
	}
	.content-wrap .week:nth-child(2n){
		margin-top: 75px;
		padding: 40px 20px 0 20px;
	}
	.content-wrap .week:nth-child(2n-1){
		padding: 40px 45px 0 20px;
		clear: both;
	}
	.content-wrap .week:nth-child(2n) h2{
		left: 15px;
	}
}
@media screen and (max-width:767px){
	.content-wrap .week{
		width: 87.5%;
		max-width: 100%;
		margin: 30px auto 25%;
		padding: 20px 0 0;
		box-sizing: border-box;
		float: none;
	}
	.content-wrap .week h2{
		font-size: 90px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.content-wrap .week h2 .small{
		font-size: 18px;
	}
	.content-wrap .week .text{
		padding: 20px 36px;
		bottom: -19%;
	}
	.content-wrap .week .text p {
		font-size: 18px;
	}
	.content-wrap .week .text h3 {
		margin-bottom: 6px;
		font-size: 36px;
	}
	.content-wrap .week .text p.tag {
		margin-bottom: 2px;
		font-size: 14px;
	}
	.content-wrap .week .text p.date .label {
		min-width: 4em;
		margin-bottom: 2px;
		text-align: center;
		padding: 6px 0;
	}
}
@media screen and (max-width:640px){
	.content-wrap .week h2{
		font-size: 45px;
	}
	.content-wrap .week h2 .small{
		font-size: 16px;
	}
	.content-wrap .week .text{
		padding: 10px 10px 10px 20px;
	}
	.content-wrap .week .text p {
		font-size: 16px;
	}
	.content-wrap .week .text h3 {
		font-size: 28px;
	}
	.content-wrap .week .text p.tag {
		font-size: 14px;
	}
	.content-wrap .week .text .label {
		font-size: 12px;
	}
}
@media screen and (max-width:420px){
	.content-wrap .week h2{
		font-size: 45px;
	}
	.content-wrap .week h2 .small{
		font-size: 14px;
	}
	.content-wrap .week .text{
		padding: 10px 10px 10px 12px;
	}
	.content-wrap .week .text p {
		font-size: 14px;
	}
	.content-wrap .week .text h3 {
		font-size: 18px;
	}
	.content-wrap .week .text p.tag {
		font-size: 14px;
	}
	.content-wrap .week .text .label {
		font-size: 11px;
	}
}
@media screen and (max-width:320px){
	.content-wrap .week h2 .small{
		font-size: 12px;
	}
	.content-wrap .week .text{
		padding: 10px 10px 10px 12px;
	}
	.content-wrap .week .text p {
		font-size: 12px;
	}
	.content-wrap .week .text h3 {
		font-size: 16px;
	}
	.content-wrap .week .text p.tag {
		font-size: 12px;
	}
	.content-wrap .week .text .label {
		font-size: 10px;
	}
}



/* anima */
.week a .img{overflow: hidden;}
.week a img,.week a .text{transition: all ease 0.5s;}
.week a:hover img{transform: scale(1.05);opacity: 0.6;-webkit-transform: scale(1.05);opacity: 0.6;}
.week a:hover .text{background-color: rgba(255,255,255,1);bottom: -8%;box-shadow: 5px 7px 35px -17px rgba(0,0,0,0.8);}
@media screen and (max-width:767px){
	.week a:hover .text{bottom: -18%;}
}