@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
	margin: 0;
	padding: 0;
}
*:focus {
  outline: none;
}
#sb_wrap {
    width: 100%;
    margin:0% auto;
    position: relative;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
    display: block;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0% 0 10%;
    background: #FFFFFF;
    -webkit-animation: fadein 1s forwards ease;
    animation: fadein 1s forwards ease;
}
@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}

#sb_wrap img {
    width: 100%;
	border: 0;
	vertical-align: bottom;
    line-height:0;
}
#sb_wrap ul{
    padding: 0;
    margin: 0 auto;
}
#sb_wrap li{
    list-style: none;
}
#sb_wrap a{
    text-decoration: none;
}
#sb_wrap a:link{
    opacity:1;
}
#sb_wrap a:hover{
    text-decoration: none;
}

#sb_wrap .head{
    width: 100%;
    position: relative;
    margin: 0% auto;
    z-index: 5;
}
#sb_wrap .head .logo{
    position: absolute;
    width: 30%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 6;
}
#sb_wrap .title{
    font-size: 40px;
    text-align: center;
    font-family: futura-pt, sans-serif;
    margin: 5% auto;
    font-weight: 500;
}
#sb_wrap .lead{
    font-size: 16px;
    text-align: center;
    line-height: 2em;
    margin: 5% auto;
}
#sb_contens .sb_box{
    max-width: 1000px;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 5% auto;
    position: relative;
}
#sb_contens .sb_box .concept{
    width: 100%;
    margin: 0 auto;
    
}
#sb_contens .sb_box .concept .bg{
    width: 100%;
    position: relative;
    z-index: 6;
}
#sb_contens .sb_box .concept .txt_box{
    position: absolute;
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: inline-block;
    z-index: 6;
    color: #FFFFFF;
}
#sb_contens .sb_box .concept .txt_box h1{
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-size: 28px;
    margin: 0 auto 5%;
}
#sb_contens .sb_box .concept .txt_box p{
    font-size: 13px;
    font-weight: 300;
    line-height: 2.2em;
    margin: 0 auto;
    text-align: center;
}
#sb_contens .sb_box .coupon{
    max-width: 600px;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0% auto 15%;
}
#sb_contens .sb_box .coupon img{
    width: 100%;
}
#sb_contens .sb_box .coupon p{
    font-size: 15px;
    font-weight: 400;
    line-height: 2.2em;
    margin: 5% auto 0;
    text-align: center;
}
#sb_contens .sb_box .look{
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 20% auto;
    position: relative;
}
#sb_contens .sb_box .look .main{
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
#sb_contens .sb_box .look .sub{
    width: 100%;
    margin: 10% auto 5%;
}
#sb_contens .sb_box .look a{
    font-size: 15px;
    text-align: center;
    font-family: futura-pt, sans-serif;
    margin: 0 auto;
    text-decoration: underline;
    color: #000000;
    font-weight: 500;
    
}
#sb_contens .sb_box .info{
    width: 100%;
    background-color: #d9d9d9;
    padding: 10% 0 5%;
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0 auto
    
}
#sb_contens .sb_box .info h2{
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-size: 25px;
    margin: 0 auto 5%;
}
#sb_contens .sb_box .info .img{
    width: 80%;
    text-align: center;
    position: relative;
    z-index: 5%;
}
#sb_contens .sb_box .info .ttl{
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 5%;
    font-family: futura-pt, sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2em;
}
#sb_contens .sb_box .info .ttl span{
    font-size: 20px;
    
}
#sb_contens .sb_box .info p{
    font-size: 13px;
    font-weight: 400;
    line-height: 2.2em;
    margin: 10% auto 5%;
    text-align: center;
}
#sb_contens .sb_box .info p span{
    font-weight: 600;
    font-size: 110%;
}
#sb_contens .sb_box .sns h3{
    font-size: 17px;
    font-weight: 500;
    font-family: futura-pt, sans-serif;
}

#sb_contens .sb_box .sns{
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 15% auto 0;
    position: relative;
}
#sb_contens .sb_box .sns .txt{
    font-size: 13px;
    font-weight: 400;
    line-height: 2.2em;
    margin: 5% auto 5%;
    text-align: center;
}


#sb_contens .sb_box .sns .icon{
    max-width: 100px;
    width: 100%;
    display: block;
    margin: 0 auto;
    
}
#sb_contens .sb_box .sns .icon p{
    width: 100%;
    font-size: 15px;
    text-align: center;
    line-height: 2em;
    margin: 5% auto;
    display: inline-block;
    color: #000000;
    font-family: futura-pt, sans-serif;
    letter-spacing: 0px;
}

#sb_wrap .logo_2{
    width: 15%;
    text-align: center;
    margin: 5% auto 0;
    
}
/**************************************************
                   ボタン
**************************************************/

.btn_01 a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 40%;
	margin: 0% auto 10%;
    padding: 2% 0%;
	font-weight:600;
    background: #000000;
	transition: 0.5s;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 2px;
    float:none;
    line-height: 1em;
}
.btn_01 a:hover {
    background: #000000;
    color: #FFFFFF;
}



.clear{
    clear: both;
}
.strong{
    font-size: 120%;
    font-weight: 500;
    line-height: 3em;
}
.small{
    font-size:70%;
}      
.pc{
    display: flex;
}
.sp {
	display:none;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.hr{
    max-width: 200px;
    width: 100%;
    display: inline-block;
    border-top: #000000 1px dotted;
    margin: 0 auto;
}

/************************************************************
                         SP
************************************************************/

@media only screen and (max-width:768px){
	#sb_wrap {
		width: 100%;
		text-align: center;
        color: #000000;
        padding: 0 0 15%;
	}
    #sb_wrap .head .logo{
        width: 70%;
    }
    #sb_wrap .title{
        font-size: 22px;
        margin: 15% auto 10%;
    }
    #sb_wrap .lead{
        font-size: 14px;
    }
    #sb_contens{
        margin: 5% auto 15%;
    }
    #sb_contens .sb_box .concept .txt_box h1{
        font-size: 20px;
    }
    #sb_contens .sb_box .concept .txt_box p{
        font-size: 11px;
    }
    #sb_contens .sb_box .coupon{
        width: 90%;
    }
    #sb_contens .sb_box .coupon img{
        width: 100%;
    }
    #sb_contens .sb_box .coupon p{
        font-size: 13px;
    }
    #sb_contens .sb_box .look .main{
        width: 80%;
    }
    #sb_contens .sb_box .look .sub{
        margin: 10% auto 15%;
    }
    #sb_contens .sb_box .info{
        padding: 15% 0 5%;
    }
    #sb_contens .sb_box .info h2{
        font-size: 20px;
    }
    #sb_contens .sb_box .info .img{
        width: 90%;
    }
    #sb_contens .sb_box .info .ttl{
        width: 90%;
        font-size: 25px;
        left: 5%;
        bottom: 2%;
    }
    #sb_contens .sb_box .info .ttl span{
        font-size: 15px;
        letter-spacing: 0px;
        
    }
    #sb_contens .sb_box .info p{
        margin: 10% auto;
    }
    #sb_contens .sb_box .sns h3{
        font-size: 15px;
        margin: 10% auto 2%;
    }
    #sb_contens .sb_box .sns .icon{
        width: 20%;
    }
    #sb_contens .sb_box .sns .txt{
        font-size: 12px;
    }

    .btn_01 a{
        width: 80%;
        font-size: 13px;
        font-weight: 400;
        line-height: 2em;
        padding: 3% 0;
    }
    #sb_wrap .logo_2{
        width: 45%;
        margin: 5% auto 10%;
    }
    
    
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    
    .Left{
        float: none;
    }
    
    .Right{
        float: none;
    }
 
	
}