@charset "utf-8";
/* CSS Document */
p{
	margin: 0;
}
ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
}
li{
	list-style: 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: 950px;
	text-align: center;
	margin: 0 auto;
	font-family: '游ゴシック', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', 'メイリオ', Meiryo, sans-serif;
    color: #000000;
    padding-bottom: 0%;
}
#mw_wrapper h1{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    position: relative;
    font-size: 18px;
    letter-spacing: 0.08em;
    text-align: center;
    margin: 8% auto 0;
    
}
#mw_wrapper h2{
    width: 100%;
    position: relative;
    font-size: 40px;
    letter-spacing: 0.08em;
    font-family: 'Great Vibes', cursive;
    text-align: center;
    margin: 0 auto;
    font-weight: 400;
    line-height: 2em;
    
}
#mw_wrapper h3{
    width: 100%;
    font-size: 30px;
    letter-spacing: 0.08em;
    font-family: 'Great Vibes', cursive;
    text-align: center;
    margin: 0% auto 5%;
    font-weight: 400;
}


.pc{
    display: flex;
}
.sp {
	display:none;
}

.Lead{
	display: block;
    margin: 4% auto 8%;
	font-size: 15px;
	line-height: 1.9em;
	letter-spacing: 0.04em;
	text-align: center;
		
}

.small{
	font-size: 70%;
}

.Title{
    width:85%;
	display: inline-block;
	font-size: 25px;
	font-weight: 700;
    margin: 2% auto 0;
	line-height: 2em;
	letter-spacing: 0.12em;
	text-align: center;
}

.mw_box{
    width: 90%;
    text-align: center;
    margin: 3% auto 0%;
    display: inline-block;
}

/**************アイテム****************/
.item_NO01{
    width: 25%;
    float: right;
    margin-right: 25%;

}
.item_NO02{
    width: 25%;
    float: left;
}
.item_box01{
    width: 100%;
    text-align: center;
    margin: 2% auto 0%;
    display: inline-block;
}
.item01{
    width: 47%;
    float: left;
}
.item_detail01{
    width: 46%;
    float:right;
    display: inline-block;
    margin-top:8%;
}

.item_ttl{
	width: 80%;
    text-align: center;
    margin: 0% auto 6%;
}
.item_name{
    font-size:14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.9em;
    letter-spacing: normal;
    margin: 0% auto 2%;
}
.item_price{
    font-size:15px;
    font-weight: 600;
    text-align: center;
    line-height: 1.9em;
    letter-spacing: normal;
    margin: 10% auto 5%;
}

.item_box02{
    width: 100%;
    text-align: center;
    margin: 2% auto 0%;
    display: inline-block
}
.item02{
    width: 47%;
    float:right;
}

.item_detail02{
    width: 50%;
    float:left;
    display: inline-block;
    margin-top:12%;
}


.item_cmt{
    text-align: center;
    font-size:12px;
    line-height: 2.0em;
    letter-spacing: 0.03em;
    margin: 10% auto 5%;
}

.Point{
    width: 89%;
    padding: 5%;
    text-align: left;
    background-color: #f1fbf3;
    display: inline-block;
}

.Point_ttl{
    font-size:15px;
    padding: 0px 15px;
    border-left: 5px solid #59c16f;
    color: #59c16f;
    background: #f1fbf3;
    font-weight: 700;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.Point_txt{
    display: block;
    width: 100%;
    font-size:14px;
    text-align: left;
    line-height: 2em;
    margin: 2% 0;
    font-weight: 500;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}




/**************ボタン****************/
/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: 13px;
	color: inherit;
	background: none;
	cursor: pointer;
	display: inline-block;
	margin: 2% auto 8%;
	/* text-transform: uppercase;*/
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
    font-family: 'Roboto', sans-serif;
	
}

.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 {
	background-color: #000;
	color:#fff;
	font-size: 16px;
	text-align: center;
	width: 50%;
    padding: 2%;
    margin: 1% auto 0%;
    float: left;
    font-weight: 400;
	margin-left:24%;
}

.btn-1:hover {
    background-color:#666;
	color:#fff;
	text-align: center;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Button 2 */
.btn-2 {
	background-color: #ffffff;
    border-bottom: #000000 1px solid;
	color:#000000;
	font-size: 14px;
	text-align: center;
	width: 98%;
    padding: 2% 0%;
    margin: 4% auto 0%;
    float: none;
    font-weight:600;
}
.btn-2:hover{
	background-color: #ffffff;
    border-bottom: #000000 1px solid;
	color:#000000;
	text-align: center;
    float: none;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.clear {
	clear: both;
}

.sp_br {
		padding-left: 15px;
		display: none;
	}

/*動画*/
.mbx{
    width: 90%;
    text-align: center;
    margin: 5% auto 5%;
}

.mbx img {
	width: 70%;
}

.mbx video {
	width: 40%;
}


@media only screen and (max-width:750px){
	#mw_wrapper {
		width: 100%;
		text-align: center;
		margin: 0% auto 0%;
        padding-bottom: 1%;
        color: #000000
	}
    #mw_wrapper h1{
        width: 100%;
        font-size: 14px;
        text-align: center;
        margin: 8% auto 0;
        letter-spacing: inherit;
        font-weight: 700;
    }
    #mw_wrapper h2{
        width: 100%;
        font-size: 30px;
    }
    #mw_wrapper h3{
        font-size: 20px;
        line-height: 2em;
    }    
	.Title {
        width: 98%;
		margin:3% auto 1%; 
	}
	.main{
		width: 100%;
	}
	.pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}


    .Lead{
		width: 96%;
		display: inline-block;
		text-align:center;
		margin: 3% auto 5%;
		line-height: 1.8em;
		font-size: 13px;
	}
    
    .lead_sub_p{
		display: none;
    }
    
    .lead_sub_s{
		width: 100%;
		display: inline-block;
        text-align: left;
		margin: 0% auto 5%;
		line-height: 1.8em;
		font-size: 13.5px;
    }
	.small{
		font-size: 12px;
	}
    
    .mw_box{
        width: 90%;
        margin: 2% auto;
    }
    
    .item_NO01{
        width: 40%;
        text-align:center;
        float: none;
        margin: 5% auto 3%;
        display: block;
    }
    
    .item01{
        width:100%;
        text-align: center;
        margin: 0 auto;
        display: block;
        float: none;
    }
    .item_detail01{
        width: 98%;
        float: none;
        text-align: center;
        margin: 7% auto 5%;
		margin-right:6%;	
		margin-top:-20%;
    }
    
    .item_NO02{
        width: 40%;
        text-align:center;
        float: none;
        margin: 5% auto 3%;
        display: block;
    }
    .item02{
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    .item_detail02{
        width: 98%;
        float: none;
        margin: 5% auto;
		margin-right:6%;
		margin-top:2%;
    }
	
	.item_ttl{
	width: 80%;
    text-align: center;
    margin: 0% auto 1%;
}
    .item_name{
        text-align: center;
        font-size: 13px;
        margin: 0% auto 1%;
        letter-spacing: 0.09em;
		line-height: 1.7;
		font-weight: 550;
    }
	  .item_price{
        text-align: center;
        font-size: 14px;
        margin: 6% auto 1%;
        letter-spacing: 0;
    }
    .item_cmt{
        font-size:12px;
		    margin: 1% auto;
    }
    .Point_txt{
        font-size: 13px;
    }
    .btn-1{
        text-align: center;
        float:none;
        margin: 1% auto 0%;
        font-size: 14px;
    }
    .hr{
        width: 96%;
        text-align:center;
        border-bottom: #dddddd 1px solid;
        margin: 8% auto 3%;
    }
	
.sp_br {
		padding-left: 15px;
		display: block;
	}
	
.mbx {
	width: 90%;
}
	
.mbx img {
	width: 70%;
}

.mbx video {
	width: 98%;
}

}