@charset "utf-8";
/* CSS Document */
html {
  font-size: 62.5%;
}
p{
	margin: 0;
}
ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
}
li{
	list-style: none;
}

a{
    text-decoration: none;
}
/* CSS Document */
/*#wrapper a:link { text-decoration: none; }
#wrapper a:visited { color: #000000; }
#wrapper a:hover { color: #000000; }
#wrapper a:active { color: #000000; }*/

#mw_wrapper{
	max-width:900px;
	text-align: center;
	margin: 1% auto 0;
	font-family: 'メイリオ', Meiryo, sans-serif;
	padding-bottom: 7px;
	padding-top:15px;
	color: #000000;
	/*background-color:#ffef9a;*/
	background-color: #fff1a5;
}
.Title{
    width: 55%;
    display: block;
	margin: 5% auto 6%;
}

.pc {
		display:block;
		width: 100%;
	}

#mw_wrapper .sp {
	display:none;
}

#mw_wrapper .Lead_pc{
	display: block;
    margin: 2% auto 7%;
	font-size: 1.5rem;
	line-height: 2em;
	letter-spacing: 0.1em;
	text-align: center;
	
}
#mw_wrapper .Lead_sp{
	display: none;
}

.small{
	font-size: 70%;
}

.Strong{
    font-size:110%;
    font-weight:600; 
}

.clear {
	clear: both;
}

#mw_wrapper .copyR{
	font-size: 50%;
	display: block;
	text-align: right;
	margin-top: 5%; 
	margin-right: 3%;
	letter-spacing: 0;
}

/*
.mw_box {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	position: relative;
    margin: 7% auto 0%;
	text-align: center;
}*/

.color_box{
	width: 90%;
	overflow: hidden;
	margin: 5% auto 0;
}

.item1{
	width: 33%;
	padding: 1%;
	margin: 0 auto;
	float: left;
	box-sizing: border-box;
}

/*Item*/
.item_wrap{
    width:80%;
    margin: 10% auto 8%;
	overflow: hidden;
}

.item_box{
    width:50%;
    /*display: block;*/
    padding: 0 6%;
	float: left;
	box-sizing: border-box;
}

.item_box2{
    width:50%;
    /*display: block;*/
    padding: 0 6%;
	float: left;
	box-sizing: border-box;
}

.credit_box{
	width: 100%;
	
}

/*.item_cmt{
    text-align:left;
    margin: 0 auto;
    font-size: 1.3rem;
    line-height:1.8em;
}*/

.item_name{
    text-align:center;
    margin: 3% auto 0%;
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.6em;
	/*color: #fff;*/
}
.item_p{
    text-align:center;
    margin: 5% auto 0%;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.5em;
	/*color: #fff;*/
}

.tax{
    font-size: 70%;
}




/*画像切替-----------*/
.look_box {
	max-width: 700px;
	width: 100%;
	padding: 0 4% 0 0;
	box-sizing: border-box;
	/*margin: 0 auto;*/
	/*float: left;*/
}
.look_box .box {
	width: 100%;
	margin: 0 auto;
}
.look_box .box .img {
	width: 100%;
	position: relative;
}
.look_box .box .img.anime img {
	width: 100%;
	animation-name: album;
	-webkit-animation-name: album;
}
.look_box .box .img .img1 {
	display: block;
	margin: 0 auto;
}
.look_box .box .img .img2 {
	position: absolute;
	top: 0;
	left: 0;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	opacity: 0;
}
@keyframes album {
	0% {
		opacity: 0;
	}

	0.01% {
		opacity: 1;
	}

	49.99% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}


/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: 1rem;
	color: inherit;
	background: none;
	cursor: pointer;
	display: inline-block;
	margin: 2% auto 8%;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
	font-weight: 600;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Pseudo elements for icons */
.btn:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}



/* Button 1 */
.btn-1 {
	width: 80%;
    /*border: #000 1px solid;*/
    color: #fff;
    text-align: center;
    margin: 4% auto 0;
    display: block;
    padding: 3% 0;
    font-size: 1.2rem;
    background-color: #c53555;
}

.btn-1:hover {
	color: #0864ab;
	background-color: #afc3e0;
	/*border: solid 1px #e2efff;*/
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}



@media only screen and (max-width:750px){
	#mw_wrapper {
		width: 100%;
		text-align: center;
		margin: 1% auto 0%;
		padding: 1% 0 1%;
		color: #000000;
	}
    
	#mw_wrapper .pc {
		display:none;
	}
	#mw_wrapper .sp {
		display:block;
		width: 100%;
	}

	.Title{
		width: 80%;
		display: block;
		margin: 8% auto 8%;
	}
	
	#mw_wrapper .Lead_pc{
		display: none;
	}
	
	#mw_wrapper .Lead_sp{
		width: 96%;
		display: inline-block;
		text-align:center;
        margin: 2% auto 5%;
		font-size: 1.3rem;
        line-height: 1.9em;
	}
	.small{
		font-size: 70%;
	}
    
    /*.mw_box{
        width: 97%;
        margin: 3% auto 0%;
    }*/
	


/*Item*/
	
	.item_wrap{
		width:95%;
		margin: 10% auto 8%;
		overflow: hidden;
	}

	.item_box{
		width:50%;
		/*display: block;*/
		padding: 0 3%;
		float: left;
		box-sizing: border-box;
	}

	.item_box2{
		width:50%;
		padding: 0 3%;
		float: left;
		box-sizing: border-box;
	}
	
	.credit_box{
		width: 98%;
		padding: 0;
		margin: 3% auto 18%;
}

    .item_cmt{
        font-size: 1.1rem;
    }
    .item_cmt br{
        display: none;
    }

	.item_name{
		font-size: 1.1em;
	}
	.item_p{
		font-size: 1em;
	}

	/*button*/
    
    .btn-1{
        float: none;
        text-align: center;
        width: 80%;
        padding: 1.5% 0;
        font-size: 13px;
        margin: 5% auto 0;

    }
    
	
}