@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 {
    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;
}
#sb_head{
    width: 100%;
    position: relative;
    margin: 0 auto;
}
#sb_head .head{
    width: 100%;
    margin: 0 auto;
}
#sb_head .head .headimg{
    width: 100%;
    position: relative;
    z-index: 5;
}
#sb_head .head .title{
    width: 50%;
    left: 5%;
    top: 45%;
    font-family: futura-pt, sans-serif;
    font-size: 45px;
    line-height: 1.2em;
    display: inline-block;
    position: absolute;
    font-weight: 500;
    z-index: 6;
    text-align: left;
}
#sb_head .lead{
    font-size: 15px;
    text-align: center;
    margin: 10% auto 5%;
    position: relative;
    line-height: 2em;
    letter-spacing: 2px;
    font-weight: 400;
}

/************************************************************
               contents
************************************************************/
#sb_contents{
    max-width: 1000px;
    width: 100%;
    text-align: center;
    margin: 5% auto 0;
    position: relative;
}
#sb_contents .sb_box{
    width: 100%;
    text-align: center;
    margin: 10% auto 5%;
    position: relative;
    display: inline-block;
}
#sb_contents .style{
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: inline-block;
}
#sb_contents .style ul{
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 4%;
}
#sb_contents .style ul li{
    box-sizing: border-box;
    position: relative;
}
#sb_contents .style .item_box{
    width: 100%;
    text-align: center;
    margin: 5% auto 0;
    display: inline-block;
}
#sb_contents .style .item_box .credit_box{
    max-width: 300px;
    width: 100%;
    display: inline-block;
}
#sb_contents .style .item_box .credit{
    font-size: 17px;
    text-align: left;
    float: left;
    line-height: 15px;
    margin: 3% auto 0;
    font-weight: 600;
    font-family: futura-pt, sans-serif;
}
#sb_contents .style .item_box p{
    font-size: 14px;
    text-align: center;
    margin: 5% auto 0;
    position: relative;
    line-height: 2em;
    letter-spacing: 2px;
    font-weight: 400;
}
#sb_contents .detail{
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 5% auto 0;
}
#sb_contents .detail .img{
    width: 40%;
    display: inline-block;
    margin: 0 auto;
}
#sb_contents .detail .txt{
    width: 55%;
    display: inline-block;
    position: relative;
    margin: 10% auto;
}
#sb_contents .detail .txt h1{
    width: 100%;
    font-weight: 500;
    font-family: futura-pt, sans-serif;
    text-align: left;
    float: left;
    font-size: 18px;
    margin: 0 auto 10%;
    
}
/*================囲み枠================*/
.frame-box{
    padding: 10% 5%;
	position: relative;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    margin: 0% auto;
    line-height: 2em;
}

.frame-box::before, .frame-box::after {
	content: '';
	width: 80px;
	height: 150px;
	position: absolute;
}
.frame-box::before {
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
	top: 0;
	left: 0;
}
.frame-box::after {
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	bottom: 0;
	right: 0;
}





/* General button style (reset) */
/*== ボタン共通設定 */
.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;
}

.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;
}



@media only screen and (max-width:768px){
	#sb_wrap {
		width: 100%;		
        margin: 0 auto 0%;
        padding: 8% 0 15%;
        overflow: hidden;
    }
    #sb_head .head .title{
        color: #FFFFFF;
        width: 90%;
        font-size: 22px;
        text-align: center;
        left: 5%;
    }
    #sb_head .lead{
        font-size: 11px;
        letter-spacing: 1px;
    }
    #sb_contents{
        width: 100%;
        margin: 5% auto 0;
    }
    #sb_contents .style .item_box{
        width: 94%;
    }
    #sb_contents .style .item_box .credit{
        font-size: 12px;
    }
    #sb_contents .style .item_box p{
        font-size: 10px;
    }
    #sb_contents .detail{
        width: 90%;
        text-align: center;
        display: inline-block;
        margin: 10% auto;
        position: relative;
    }
    #sb_contents .detail .txt{
        width: 100%;
        margin: 0 auto;
    }
    #sb_contents .detail .txt h1{
        font-size: 15px;
        padding-left: 5%;
    }
    #sb_contents .detail .img{
        width: 90%;
        text-align: center;
        margin: 0 auto 5%;
    }
    .frame-box{
        padding: 10% 5%;
        font-size: 9px;
        letter-spacing: 1px;
    }
    
    .btn_01 a{
        width: 40%;
    }
    
    
    .FL{
        float: none;
    }
    .FR{
        float: none;
    }
    
    .credit{
        font-size: 12px;
        letter-spacing: 0px;
        font-weight: 600;
    }
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
}
