@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:#c6dcf7;*/
}
/*#mw_wrapper h1 {
    position: relative;
    display: inline-block;
    font-size: 25px;
    text-align: center;
    margin: 2% auto 4%;
    font-weight: 400;
}
#mw_wrapper h2 {
    text-align: center;
    position: relative;
    margin: 8% auto 0%;
    font-size: 18px;
    
}*/
.Title{
    width: 75%;
    display: block;
	margin: 5% auto 8%;
}

.pc {
		display:block;
		width: 100%;
	}

#mw_wrapper .sp {
	display:none;
}

.lead_p{
	display: block;
    margin: 0% auto;
	font-size: 19px;
	line-height: 2em;
	letter-spacing: 0.1em;
	text-align: center;
	
}
.lead_s{
	display: none;
}

.small{
	font-size: 70%;
}


/*
.mw_box {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	position: relative;
    margin: 7% auto 0%;
	text-align: center;
}*/

.item_box{
    width:90%;
    display: block;
    margin: 0% auto 8%;
    text-align: center;
}
/*subttl*/
.subT_box{
    width:100%;
	height: 130px;
    margin: 2% auto 0;
	position: relative;
}

.style_no{
	width: 14%;
	position: absolute;
	top: 0;
	left: 5%;
	z-index: 10;
}

.style_txt{
	width: 80%;
	/*margin: 0 auto;*/
	padding: 3% 2%;
	font-size: 1.4rem;
	text-align: center;
	border: 1px solid #000;
	border-radius: 10px;
	position: absolute;
	top: 20%;
	left: 10%;
    letter-spacing: 0.07em;
	z-index: 1;
}

/*Item*/
.look_wrap{
	width: 80%;
	margin: 2% auto;
	padding-bottom: 2%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.credit_box{
	width: 48%;
	/*float: right;*/
}

.item_cmt{
    text-align:left;
    margin: 0 auto;
    font-size: 1.3rem;
    line-height:1.8em;
}

.item_name{
    text-align:left;
    margin: 3% auto 0%;
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.8em;
	/*color: #fff;*/
}

.tax{
    font-size: 70%;
}


.Strong{
    font-size:110%;
    font-weight:600; 
}

.clear {
	clear: both;
}


/*画像切替-----------*/
.look_box {
	max-width: 700px;
	width: 52%;
	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: 100%;
    border: #000 1px solid;
    color: #000;
    text-align: center;
    margin: 4% 0;
    display: block;
    padding: 2.5% 0;
    font-size: 1.3rem;
    /*background-color: #8cb3e3;*/
	border-radius: 25px;
    box-shadow: 4px 4px 2px #ccc;
}

.btn-1:hover {
	color: #fff;
	background-color: #111;
	/*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%;
	}

	.lead_p{
		display: none;
	}
	
	.lead_s{
		width: 96%;
		display: inline-block;
		text-align:center;
        margin: 2% auto;
		font-size: 16px;
        line-height: 2em;
	}
	.small{
		font-size: 70%;
	}
    
    /*.mw_box{
        width: 97%;
        margin: 3% auto 0%;
    }*/
	
	.Title{
		width: 98%;
		display: block;
		margin: 5% auto 10%;
	}
	
	.item_box{
		width:98%;
		display: block;
		margin: 0% auto 2%;
		text-align: center;
		padding-bottom: 4%;
	}

/*subttl*/
	.subT_box{
		width:85%;
		height: 28vw;
		margin: 2% auto 0;
		position: relative;
	}

	.style_no{
		width: 20%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.style_txt{
		width: 90%;
		/*margin: 0 auto;*/
		padding: 5% 3%;
		font-size: 1.3rem;
		letter-spacing: 0.1em;
		text-align: center;
		border: 1px solid #000;
		border-radius: 10px;
		position: absolute;
		top: 16%;
		left: 2.5%;
	}

/*Item*/
	.look_wrap{
		width: 80%;
		margin: 6% auto 5%;
		display: block;
	}
	
	
	.look_box {
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	
	.credit_box{
		width: 100%;
		padding: 0;
		margin: 3% auto 18%;
}

    .item_cmt{
        font-size: 1.1rem;
    }
    .item_cmt br{
        display: none;
    }
	
	.item_name {
		text-align: center;
	}

   
	/*button*/
    
    .btn-1{
        float: none;
        text-align: center;
        width: 70%;
        padding: 2% 0;
        font-size: 1.2rem;
        margin: 5% auto 0;

    }
    
    /*.hr{
        width: 100%;
        margin: 5% auto;
        border-top: #5C5C5C 1px solid;
    }
*/
     
	
}