@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;
}

.logo_s {
    width: 25%;
    max-width: 150px;
    margin: 4% auto 6%;
}
#sb_wrap {
    max-width: 1000px;
    width: 100%;
    margin:0% auto;
    position: relative;
	text-align: center;
    display: block;
    padding: 5% 0;
    background: #FFFFFF;
    letter-spacing: 2px;
    font-weight: normal;
    font-family: 'Noto Sans JP', sans-serif;
    -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;
    overflow: hidden;
}
#sb_wrap li{
    list-style: none;
}
#sb_wrap a{
    text-decoration: none;
    color: #000000;
}
#sb_wrap .title{
    width: 55%;
    text-align: center;
    margin: 0 auto;
}
#sb_wrap .lead{
    font-size: 16px;
    text-align: center;
    margin: 3% auto;
    line-height: 2em;
    font-weight: 400;
}

/************************************************************
               contents
************************************************************/

#sb_contents{
    max-width:600px;
    width: 100%;
    text-align: center;
    margin: 5% auto 0%;
    position: relative;
    display: inline-block;
}
/*==========video==========*/
#sb_contents .video_wrap {
	width: 100%;
	position: relative;
}
#sb_contents .video {
    width: 100%;
    float: none;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}
#sb_contents .video video {
    width: 100%;
    box-sizing: border-box;
    padding:0px;
}

#sb_contents .sb_box{
    width: 100%;
    text-align: center;
    margin: 15% auto 0%;
    position: relative;
    display: inline-block;
}
#sb_contents .sb_box h1{
    font-family: futura-pt, sans-serif;
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
    font-size: 25px;
}
#sb_contents .sb_box .style{
    width: 80%;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    margin: 5% auto;
}
#sb_contents .sb_box .style h2{
    font-family: futura-pt, sans-serif;
    text-align: center;
    font-weight: 500;
    margin: 0 auto;
    font-size: 18px;
}
#sb_contents .sb_box .style img{
    width: 100%;
    text-align: center;
    margin: 5% auto;
}
#sb_contents .sb_box .style .credit li{
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    margin: 1% auto;
}
#sb_contents .sb_box .style .credit a{
    font-family: futura-pt, sans-serif;
    text-align: left;
    font-weight: 500;
    display: inline-block;
    font-size: 13px;
    line-height: 1em;
    float: left;
    text-decoration: underline;
}

/**************************************************
                   ボタン
**************************************************/
.buttonimg{
    width: 300px;
    text-align: center;
    display: block;
    margin: 0% auto;
}
.btn_01 a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 30%;
	margin: 0 auto;
    padding: 2% 0%;
	font-weight:500;
	border: 1px solid #000000;
    background: #FFFFFF;
	transition: 0.5s;
    font-family: futura-pt, sans-serif;
    font-size: 13px;
    color: #000000;
    letter-spacing: 2px;
    float: right;
}
.btn_01 a:hover {
    background: #000000;
    color: #FFFFFF;
}
.btn_02 a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 30%;
	margin: 0 auto;
    padding: 2% 0%;
	font-weight:500;
	border: 1px solid #000000;
    background: #FFFFFF;
	transition: 0.5s;
    font-family: futura-pt, sans-serif;
    font-size: 13px;
    color: #000000;
    letter-spacing: 2px;
    float: right;
}
.btn_02 a:hover {
    background: #000000;
    color: #FFFFFF;
}
.btn_coming{
    display: block;
	text-align: right;
	text-decoration: none;
    width: 40%;
	margin: 0 auto;
    padding: 2% 0%;
	font-weight:500;
    background: #FFFFFF;
	transition: 0.5s;
    font-family: futura-pt, sans-serif;
    font-size: 10px;
    color: #000000;
    letter-spacing: 2px;
    float: right;
}

.pc {
	display: block;
}
.sp {
	display:none;
}
.FL {
	float: left;
}

.FR {
	float: right;
}
.Sml {
	font-size: 12px;
	margin: 3px;
}
.mB5{
    margin-bottom: 5%;
}
.clear{
    clear: both;
}
.hr{
    width: 60%;
    text-align: center;
    margin: 5% auto 3%;
    border-top: #000000 1px solid;
}



@media only screen and (max-width:768px){
	#sb_wrap {
		width: 100%;		
        margin: 0 auto 0%;
        padding: 8% 0;
        overflow: hidden;
    }
    #sb_wrap .title{
        width: 84%;
        margin: 10% auto;
    }
    #sb_wrap .lead{
        font-size: 13px;
        margin: 5% auto;
    }
    #sb_contents .video{
        width: 90%;
        text-align: center;
        margin: 5% auto;
    }
    #sb_contents .sb_box h1{
        font-size: 18px;
    }
    #sb_contents .sb_box .style h2{
        font-size: 15px;
    }
    #sb_contents .sb_box .style .credit li{
        margin: 2% auto;
    }
    #sb_contents .sb_box .style .credit a{
        font-size: 12px;
    }
    .buttonimg{
        width: 230px;
    }
    
    .btn_02 a{
        width: 80%;
        float: none;
        text-align: center;
        margin: 6% auto 0;
        font-size: 9px;
    }
    
    .btn_01 a{
        width: 33%;
        font-size: 9px;
    }
    
    .btn_coming{
        width: 50%;
        font-size: 8px;
    }
    
    
/*    .FL{
        float: none;
    }
    .FR{
        float: none;
    }*/
    
    .credit{
        font-size: 12px;
        letter-spacing: 0px;
        font-weight: 600;
    }
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
}
