@charset "UTF-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
}

#bg{ 
    background-image: url("../images/bg.jpg");
	background-attachment: fixed;
	background-size: 100%;
}

#wrapper a:link { 
	text-decoration: none; 
}

#wrapper {
    width: 100%;
}

.inner {
	max-width: 650px;
    margin: 0 auto;
    padding: 2% 0;
}

.st_wrap {
    text-align: center;
}

.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}

.title{
	width: 70%!important;
	margin: 7% 0 10%;
}

.item_box{
	margin-bottom: 15%;
}

.item01{
	margin: 10% auto;
	position: relative;
}
.item02{
	margin: 20% auto;
	position: relative;
}
.item{
	margin: 10% auto;
}

.credit01{
	text-align: left;
	color: #e29399;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	letter-spacing: .3px;
	line-height: 1.8;
	position: absolute;
	bottom: 11%;
	right: 10%;
}

.credit02{
	text-align: left;
	color: #e29399;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	letter-spacing: .3px;
	line-height: 1.8;
	position: absolute;
	bottom: -5%;
	left: 4%;
	white-space: nowrap;
}

.credit01 a,
.credit02 a{
	color: #e29399;
	border-bottom: 1px solid #e29399;
}

.credit01 span.tax,
.credit02 span.tax{
	font-size: 9px;
}

.btn_all{
	text-align: center;
}

.btn_all a{
	font-family: "DM Serif Display", serif;
    background: #ce9297;
    color: #ffffff;
	text-align: center;
    font-weight: 500;
    width: 90%;
    letter-spacing: 1.5px;
    margin: 10% auto;
    display: inline-block;
    padding: 4.5% 0;
}

@media only screen and (max-width: 750px) {
	#bg{
		background-image: url("../images/bg_s.jpg");
		background-size: contain;
	}
	
    #wrapper {
        width: 100%;
        padding: 5% 0;
    }
	
    .title{
        width: 85%!important;
    }
	
	.credit01{
		font-size: 11px;
        bottom: 7%;
        right: 7%;
    }
	
	.credit02{
		font-size: 11px;
        bottom: -6%;
        left: 5%;
    }
	
    .credit01 span.tax,
	.credit02 span.tax{
        font-size: 8px;
    }
	
    .credit01 span.buy,
	.credit02 span.buy{
        font-size: 10px;
    }	
	
}
