@charset "utf-8";

body {
	margin: 0;
	padding: 0;
}


/* Header */


/*
* styles
*/

.logo_s {
    width: 25%;
    max-width: 150px;
    margin: 4% auto 6%;
}
#sb_wrap {
    margin: 0 auto 5%;
	width: 100%;
	max-width: 1000px;
	position: relative;
	text-align: center;
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    display: block;
    padding: 4% 0% 0;
    
}

#sb_wrap img {
    width: 100%;
	border: 0;
	vertical-align: bottom;
}
#sb_wrap ul{
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
}
#sb_wrap li{
    list-style: none;
}
#sb_wrap p{
	font-size:13px;
	line-height:2.0em;
	margin: 10% 0;
    font-weight: 100;
    text-align: left;	
}
#sb_wrap h1 {
	font-family: futura-pt, sans-serif;
	font-weight:500;
	font-size: 55px;
	color: #000;
	text-align: center;
    margin: 5% auto 0;
    line-height: 1.3em;
    letter-spacing: 2px;
}
#sb_wrap h1 span {
    font-size: 20px;
}
#sb_wrap h3 {
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-size: 36px;
	color: #000000;
	text-align: center;
	letter-spacing: 0.038em;
	margin: 10% auto 3%;
	line-height: 1.6em;
}
#sb_wrap h4 {
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-size: 36px;
	letter-spacing: 0.05em;
	margin: 0 auto 5%;
	text-align: center;
}
#sb_wrap .sb_box{
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    position: relative;
}
#sb_wrap .sb_box .head{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    position: relative;
}
#sb_wrap .sb_box .head .main{
    width: 50%;
    float: left;
}
#sb_wrap .sb_box .head .title_box{
    width: 50%;
    float: right;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}
#sb_wrap .sb_box .head .title{
    width: 80%;
    text-align: center;
    margin: 50% auto;
    display: block;
}
#sb_wrap .sb_box .Lead {
	font-size:15px; 
	font-weight: 400;
	line-height:2.0em;
	text-align: center;
	margin: 8% auto 2%;
    letter-spacing: 2px;
    font-family: futura-pt, sans-serif;
}
.Sml {
	font-size: 12px;
	margin: 3px;
}

.style_box{
    max-width: 850px;
	width: 100%;
	margin: 5% auto 0;
	text-align: center;
    display: inline-block;
}
.styleimg{
    width: 48%;
    margin: 0 auto;
}
.buttonImg{
    width: 25%;
    text-align: center;
    display: inline-block;
    margin: 3% auto 0;
}
.buttonImg ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
}
.buttonImg ul li {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin: 4% 0% 10%;
    transition: 1s all 0s ease;
}	
.buttonImg ul li .img {
    line-height: 0;
    position: relative;
}



.FL {
	float: left;
}

.FR {
	float: right;
}


.btn_s {
	width: 120px;
	background-color: #000;
	padding: 6px;
	font-family: futura-pt, sans-serif;
	font-size: 15px;
	letter-spacing: 0.085em;
	font-weight: 500;
	text-align: center;
	color: #FFFF;
	float: right;
	line-height: 1.0em;
}

/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: 13px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 7px 10px;
	/*display: inline-block;*/
	margin: 0 auto;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	text-align: center;
	
}


/* Button 1 */
.btn-1 {
    font-family: futura-pt, sans-serif;
	font-weight: 600;
	margin: 15px auto 10px;
	padding: 10px;
	width: 200px;
	font-size: 16px;
    color: #FFFFFF;
    background-color: #000000;
}


/* Button 2 */
.btn-2 {
	width: 100px;
	margin: 5px 0 10px;
	background-color: #000000;
	color: #FFFFFF;
}

/* Button 3 */
.btn-3 {
	width: 400px;
	margin: 60px auto 20px;
    padding: 15px 5px;
	border: solid 2px #000000;
	color: #000000;
    border-radius: 100vh;
}

/* Button 4 */
.btn-4 {
 	width: 300px;
   margin: 0 auto 8%;
	padding: 10px 0;
	font-size: 16px;
    color: #FFFFFF;
    background-color: #000000;
}
.clear {
	clear: both;
}

.br_pc {
	display: block;
}

.br_sp {
	display: none;
}

.pc {
	display: block;
}
.sp {
	display:none;
}
.point_video {
	display: block;
    width: 300px;
	margin: 3% auto 3%;
}


@media only screen and (max-width:768px){
	#sb_wrap {
		width: 100%;		
        margin: 0 auto 8%;
        padding: 5% 0%;
        overflow: hidden;
    }
	#sb_wrap h1 {
		font-size: 38px;
	}
    #sb_wrap h1 span{
        font-size: 14px;
    }
    #sb_wrap p {
		font-size: 11px;
		margin: 10% 0 7%;
	}
    #sb_wrap .sb_box .head .title_box{
        width: 100%;
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    #sb_wrap .sb_box .head .title{
        width: 80%;
        margin: 10% auto;
    }
    #sb_wrap .sb_box .head .main{
        width: 100%;
        float: none;
    }
    
	#sb_wrap .sb_box .Lead {
		font-size: 13px;
		margin: 10% auto;
        letter-spacing: 1px;
	}

	.item_name {
		font-size: 10px;
	}
    .buttonImg{
       width: 48%;
        margin: 0 auto;
    }
    
	
	.btn_s {
		width: 70px;
		font-size: 13px;
		padding: 3px;
	}
	
	.btn {
		font-size: 12px;
	}
	
	/* Button 1 */
	.btn-1 {
		width: 50%;
		font-size: 14px;
        padding: 4px;
		margin: 4% 25% 8%;
	}

	
	/* Button 2 */
	.btn-2 {
		font-size: 13px;
		margin: 2% auto 5%;
		padding: 1%;
		width: 40%;
	}
    
	/* Button 3 */
	.btn-3 {
		font-size: 11px;
		margin: 2% auto 5%;
        padding: 10px;
		position: relative;
        width: 70%;
	}    
	
	.btn-4 {
		width: 50%;
		font-size: 13px;
        padding: 5px 0;
		margin: 2% auto 15%;
	}	
	
	.br_pc{
		display: none;
	}

	.br_sp{
		display: flex;
	}
    .pc {
		display:none;
	}
	.sp {
		display:block;
	}


	.point_video {
		display: block;
		width: 90%;
		margin: 5% auto;
	}
	
}
