@charset "Shift_JIS";

body {
	margin: 0;
	padding: 0;
}

#fix-bg{ 
	position:fixed;/*描画固定*/
	z-index:-1;/*描画を一番下に*/
	width: 100%;
	height: 100%;
	background: url("../images/denim.jpg");
    background-size: cover;
    background-position: bottom center;
}

#wrap_box {
    margin: 0 auto;
    padding: 3% 0;
    height: 100vh;
    position: relative;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
}

.top_content {
    position: absolute;
    width: 90%;
    top: 30%;
    left: 5%;
}

.s_logo {
    width: 25%;
    margin: 3% auto;
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    letter-spacing: 0.135em;
    font-weight: 300;
    text-align: center;    
}

.s_logo a{
    color: #fff;
    text-decoration: none;
}

#wrap_box h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 120px;
    letter-spacing: 0.135em;
    line-height: 1.5em;
    font-weight: 600;
    text-align: center;
    margin: 3% auto;
    color: #fff;
}

#wrap_box h2 {
    font-size: 30px;
    letter-spacing: 0.135em;
    font-weight: 500;
    text-align: center;
    margin: 1% auto;
    color: #fff;
}


#wrapper a:link {text-decoration:none; }


/*
* styles
*/


#wrapper {
    margin: 0;
    padding: 3% 0;
    width: 100%;
	position: relative;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    background-color: #fff;
}

#wrapper img {
	border: 0;
	vertical-align: bottom;
}

#wrapper p{
	font-size: 13px;
	font-weight: 500;
	line-height:1.5em;
    text-align: right;	
    margin: 5% 0 2%;    
}

#wrapper h3 {
    font-family: 'Roboto', sans-serif;
	font-weight:700;
	font-size: 45px;
	color: #000;
	text-align: left;
    margin: 3% auto;
}

#wrapper h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:700;
	font-size: 20px;
	color: #000000;
	text-align: right;
	letter-spacing: 0.038em;
	margin: 5% auto 4%;
	line-height: 1.6em;
}


.Lead {
	font-size: 16px; 
	font-weight: 500;
	line-height:2.0em;
	text-align: left;
	margin: 4% auto;
}

.Lead strong {
    font-size: 130%;
    font-weight: 600;
}

.item_name {
	font-size: 15px;
	font-weight: 500;
	margin: 2% auto 1%;
	line-height: 1.3em;
}

.Sml {
	font-size: 12px;
	margin: 3px;
}

.style_box {
	width: 100%;
    max-width: 1100px;
	margin: 5% auto;
    text-align: right;
}

.item_box {
    width: 90%;
    max-width: 800px;
    margin: 5% auto;
}

.bdr_box {
    width: 80%;
    max-width: 900px;
    margin: 3% auto;
    padding: 2%;
    text-align: left;
    border: solid 2px #000;
}

.FL {
	float: left;
}

.FR {
	float: right;
}

.w_70 {
    width: 60%;
    margin: 0 auto;
    float: left;
}

.w_50 {
    width: 50%;
    margin: 0;
    float: left;
}

.w_33 {
    width: 31.3%;
    margin: 0 1%;
    float: left;
    position: relative;
}

.w_30 {
    width: 36%;
    text-align: right;
    margin: 0;
    float: right;
    position: relative;
}

.w_70 img, .w_50 img, .w_30 img, .w_33 img {
    width: 100%;
}


.MT {
    margin-top: 55%;
}

.sub {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 600;
    margin: 2% auto 4%;
    text-align: center;
}

.item {
    width: 42%;
    position: absolute;
    top: 2%;
    left: -2%;
}

.btn_s {
    width: 150px;
	background-color: #000;
	padding: 4px 10px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	letter-spacing: 0.085em;
	font-weight: 500;
	text-align: center;
	color: #FFFF;
	line-height: 1.3em;
    float: right;
}


/* General button style (reset) */
.btn {
	border: none;
	font-size: 13px;
	cursor: pointer;
	padding: 7px 10px;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	text-align: center;
	
}
.btn-1 {
    display: block;
 	width: 50%;
    max-width: 400px;
    font-weight: 400;
    margin: 4% auto;
	padding: 10px;
	font-size: 14px;
    color: #FFFFFF;
    background-color: #000000;
}
.btn-4 {
    display: block;
 	width: 200px;
    font-weight: 400;
    margin: 1% 0;
	padding: 10px 0;
	font-size: 14px;
    color: #FFFFFF;
    background-color: #000000;
}
.clear {
	clear: both;
}

.br_pc {
	display: block;
}

.br_sp {
	display: none;
}

.pc {
	display: block;
}
.sp {
	display:none;
}
#st_footer{
	 color:#000000; text-align:center; padding:2%; font-size:12px;margin: 2% auto 5%;
	 font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width:750px){
    
    #fix-bg {
        height: 450px;
    }
    
    
    #wrap_box {
        height: 50vh;
    }
    
    .s_logo {
        width: 40%;
    }
    
	#wrapper {
		width: 100%;		
	}	
    
    
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	#wrap_box h1 {
		font-size: 42px;
        line-height: 1.7em;
	}
    
	#wrap_box h2 {
		font-size: 17px;
	}
	
    
    #wrapper h3 {
        font-size: 30px;
        line-height: 1.6em;
        text-align: center;
	}
	
	#wrapper h4 {
		font-size: 18px;
	}
	
	
	#wrapper p {
		font-size: 12px;
        line-height: 1.7em;
	}
    
	.Lead {
		font-size: 13px;
        line-height: 1.8em;
        margin: 3% auto;
	}
    
	.item_name {
		font-size: 13px;
        margin: 3% auto 0;
        text-align: center;
	}
	
    .style_box {
        width: 90%;
        margin: 5% auto;
		text-align: left;
        display: flex;
        flex-direction: column;
    }
    
    .bdr_box {
        padding: 4%;
    }
    
    .w_70 {
        width: 100%;
        margin: 7% 0;
        float: none;
    }
    
    .w_30 {
        width: 70%;
        margin: 3% auto;
        float: none;
    }
    
    .MT {
        margin-top: 5%;
    }
    
    .sub {
        font-size: 11px;
    }
    
    .item {
        width: 40%;
        top: 2%;
        left: -12%;
    }
    
	.btn_s {
        width: 50%;
		font-size: 15px;
        margin: 1% 0;
        padding: 3px 5px;
	}
    
	.btn {
		font-size: 12px;
	}
	
	.btn-4 {
		width: 50%;
		font-size: 14px;
        padding: 5px 10px;
		margin: 3% auto 6%;
	}	
	
	.br_pc{
		display: none;
	}

	.br_sp{
		display: flex;
	}

    #st_footer{
		 font-size:10px;
	}	
	
	
}
