@charset "utf-8";
/* 共通部分 */
*{
    margin:0;
    padding:0;
}
img{
    width: 100%;
    height:auto;
    vertical-align:bottom;
}
html {
    font-size: 62.5%;/*10px*/
    font-family: 'Noto Sans JP', sans-serif;
    background-color:rgb(5, 5, 5);
}
/*-------------共通の設定/=iPhone 320px(縦)からの設定　ここから-------------*/
.white{
    color:white;
}
.backcolor{
    background-color:rgb(5, 5, 5);
}
.area{
    width: 100%;/* width: 375px; */
}
.fixed-bg{
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
}
#top-img,
#middle-img,
#middle-img2,
#footer-img{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    position: relative;
}
.top-img-comment h2,
.footer-img-comment h2{
	width: 100%;
	margin: 0 auto;
	font-size: 2rem;
    padding: 0.8rem 0 0.8rem 0;
}
.top-img-comment p,
.footer-img-comment p,
.footer-subcomment p{
	width: 100%;
	margin: 0 auto;
	font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 1px;
}
/* ハンバーガーメニュー */
.menu-btn{
    position: fixed;
    top: 20px;
    right: 24px;
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 15;
}
.menu-btn span,
.menu-btn span::before,
.menu-btn span::after{
    content:'';
    display: block;
    height: 3px;
    width: 24px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
}
.menu-btn span::before{
    bottom:8px;
}
.menu-btn span::after{
    top:8px;
}
#menu-btn-check:checked ~ .menu-btn span{
    background-color:rgb(5, 5, 5);
}
#menu-btn-check:checked ~ .menu-btn span::before{
    bottom:0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after{
    top:0;
    transform: rotate(-45deg);
}
#menu-btn-check{
    display: none;
}
/* メニューリスト */
.menu-content{
    width: 100%;
    height: 100%;
    position: fixed;
    top:5.6rem;
    left: 100%;
    z-index: 10;
    transition: all 0.5s;
}
.main_menu-content{
    padding: 0 2.4rem;
    font-size: 1.6rem;
}
.menu-content ul li{
    border-bottom:solid 1px #fff;
    list-style: none;
    padding: 0.8rem 0 0.8rem 0.1rem;
}
.menu-content ul li a{
    display: block;
    width:100%;
    text-decoration: none;
}
#menu-btn-check:checked ~ .menu-content{
    left: 0;/* メニューが画面に表示される値 */
}
.sub_menu-content{
    padding-left: 0.8rem;
    font-family: 'Helvetica', sans-serif;
}
.menu-content ul li .borderless:last-child{
    border: none;
    padding-bottom: 0;
}
.has-child{
    position: relative;
}
.has-child::after{
    content:'';
    position: absolute;
    top: 1.6rem;
    left: 7.5rem;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
}
/* タイトル部分 */
#header{
    width:100%;/* width:375px; */
    position: fixed;
    padding: 0.1rem 2.4rem 0;
    z-index: 10;
}
#header h1{
    font-size: 2.4rem;
    font-family: 'Helvetica', sans-serif;
}
#header a{
    color: #fff;
    text-decoration: none;
}
#header span{
    font-size: 1.2rem;
    vertical-align: super;
    font-family: 'Noto Sans JP', sans-serif;
}
/* トップ */
#top-img{
    background-image: url(../img/バネライトインテリアB.jpg);
    background-position: 40% 50%;
}
.top-comment{
    width: 80%;
    margin: 0 auto;
}
.top-title h2{
    width: 90%;
    margin: 0 auto;
    font-size: 3rem;
    text-align: center;
}
.top-subcomment{
    width: 70%;
    margin: 0 auto;
    font-family: 'Noto Sans JP', sans-serif;
}
.top-title,
.top-subcomment span{
    font-family: 'Helvetica', sans-serif;
}
/* 中間背景 */
#middle-img{
    background-image: url(../img/バネライト単品A_r.jpg);
    background-position: 50% 50%;
}
#middle-img2{
    background-image: url(../img/バネライト単品B_r.jpg);
    background-position: 50% 50%;
}
#middle-img3{
    background-image: url(../img/DSC_0698_r.jpg);
    background-size: cover;
    background-position: 50% 50%;
}
/* 下段背景 */
#footer-img{
    background-image: url(../img/SDIM9621__rrrr-.jpg);
    background-position: 74% 50%;
}
/* フッターメニュー */
#fotter{
    width: 100%;
    padding: 1.6rem 0;
    text-align: center;
}
#fotter small{
    font-family: 'Helvetica', sans-serif;
}
.sns{
    width: 88%;/* width: 330px; */
    margin: 0 auto;
    list-style:none;
    display: flex;
    justify-content: center;
    margin-top: 0.4rem;
}
.fab{
    vertical-align: sub;
    margin: 0 1.6rem;
}
.note img{
    margin-left: 0.4rem;
    width: 75px;
}
.f_menu{
    width: 88%;/* width:330px; */
    margin: 0 auto;
    list-style: none;
    display: flex;
    font-size: 1.4rem;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 1.6rem;
    padding:0.8rem 0;
}
.f_menu li{
    padding:0 1.6rem;
    margin: 0.6rem 0;
    border-right: 1px solid white;
}
.f_menu li:nth-child(3),
.f_menu li:nth-child(5),
.f_menu li:last-child{
    border: none;
}
.f_menu li a{
    text-decoration: none;
}
/*-------------タブレット / iPad 429px(縦)から1023pxまでの設定 ここから--------------*/
@media screen and (min-width: 429px){
    /* 共通 */
    #concept{
        padding-top:6.4rem;
    }
    .area_box{
        width: 85.333%;/* width:320px; */
        margin: 0 auto;
    }
    .area_box{
        padding-bottom: 4.8rem;
    }
    .fixed-bg{
        position: relative;
    }
    .top-img-comment,
    .footer-img-comment{
        position: absolute;
        /* color: #fff; */
    }
    .top-img-comment h2{
        width: 100%;
        font-size: 3.2rem;
        padding: 0.8rem 0 1.6rem 0;
    }
    .top-img-comment p{
        width: 100%;
        font-size: 1.6rem;
        font-weight: bold;
        letter-spacing: 1px;
    }
    /* ハンバーガーメニュー */
    .menu-btn{
        display: none;
        width: 0;
        height: 0;
    }
    /* メニューリスト */
    .menu-content{
        position: static;
    }
    .menu-content ul li{
        border: none;
        padding:0.8rem 1.6rem;
        border-right: 1px solid white;
        line-height: 0.8rem;
    }
    .menu-content ul li:last-child{
        border:none;
    }
    .main_menu-content{
        padding:0;
        position: relative;
        width: 100%;
        max-width: 1000px;
        margin:0 auto;
    }
    .main_menu-content > li{
        float: left;
    }
    .main_menu-content > li a{
        text-align: center;
        display: block;
        color: #fff;
    }
    ul.sub_menu-content{
        visibility: hidden;
        opacity: 0;
        z-index: 1;
    }
    .has-child::after{
        top:2.4rem;
        left:4.5rem;
    }
    .main_menu-content::after{
        clear: both;
    }
    .main_menu-content > li.has-child{
        position: relative;
    }
    .sub_menu-content .borderless{
        border: none;
        border-bottom: 1px solid white;
        line-height: 3.2rem;
    }
    .menu-content ul li .borderless:last-child{
        padding: 0.8rem 1.6rem;
    }
    li.has-child ul.sub_menu-content{
        width: 150px;
        padding: 1.6rem 0 0;
        position: absolute;
        top: 2rem;
        right: 0;
        left: 0;
        transition: all .2s ease;
    }
    li.has-child:hover ul.sub_menu-content{
        top: 2.6rem;
        visibility: visible;
        opacity: 1;
    }
    /* タイトル部分 */
    #header{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.1rem 1.6rem 0;
    }
    #top-img{
        background-position: 43% 50%;
    }
    .top-img-comment{
        top: 30rem;
    }
    .top-comment{
        width: 100%;
        margin: 0 auto;
    }
    .top-title h2{
        width: 60%;
        text-align: left;
    }
    .top-subcomment{
        width: 60%;
    }
    /* 中間背景 */
    #middle-img{
        background-position: 58% 50%;
    }
	/* 下段背景 */
	#footer-img{
    	background-position: 50% 50%;
        background-size: 130%;
	}
    /* フッターメニュー */
    #fotter{
        padding: 2.4rem 0;
    }
    .f_menu{
        font-size: 1.6rem;
        line-height: 2.4rem;
        padding:1.6rem 0;
    }
    .f_menu li:nth-child(3){
        border-right: 1px solid white;
    }
    .sns i{
        font-size: 2.8rem;
    }
    .note img{
        margin: 0;
        width: 11.5rem;
    }
}
/*-------------PC /1024px以上のスタイル指定 ここから----------------------------*/
@media screen and (min-width:1024px) {
    /* 共通 */
    #concept{
        padding-top:7.2rem;
    }
    .area{
        width: 100%;/* width:1300px; */
        padding-bottom:4rem;
        z-index: -1;
        margin: 0 auto;
    }
    .area_flex{
        width:95.154%;/* width: 1237px; */
        margin:0 auto;
        display: flex;
        justify-content: space-around;
    }
    .area_box{
        width: 44.866%;/* width: 555px; */
        padding-bottom: 2.4rem;
    }
    /* タイトル部分 */
    #header{
        padding: 0.1rem 2.4rem 0;
    }
    #top-img{
        background-size: cover;
        background-position:center;
    }
    .top-img-comment{
        top: 28rem;
        right: 16rem;
        width: 40%;
        margin: 0;
    }
    .top-title h2{
        width: 100%;
        text-align: left;
        margin: 0;
    }
    .top-subcomment{
        width: 100%;
        margin: 0;
    }
    .top-subcomment p{
        line-height: 4rem;
    }
    /* 中間背景 */
    #middle-img2{
        height: 50vh;
        background-position: 50% 38%;
    }
    #middle-img3{
        height: 50vh;
    }
    /* 下段背景 */
	#footer-img{
        background-size: cover;
    	background-position: 90% 35%;
	}
    #footer-img .footer-img-comment{
        bottom: 31rem;
        right: 30rem;
    }
    .footer-subcomment{
        bottom: 16rem;
        left: 12rem;
    }
    /* フッターメニュー */
    .f_menu{
        padding: 0.8rem 0 1.6rem 0;
    }
    /*.f_menu li:nth-child(5){
        border-right: 1px solid white;
    }*/
}
/*-------------PC /1299px以上のスタイル指定 ここから----------------------------*/
@media screen and (min-width:1299px) {
    #concept{
        padding-top: 0;
    }
    .fixed-bg{
        background-attachment: fixed;
    }
    .area{
        padding-bottom:0;
    }
    .area_flex{
        width:100%;
    }
    .area_box{
        width: 100%;
        padding-bottom: 0;
    }
    #top-img{
        background-position:bottom;
    }
    .top-img-comment{
        top: 20rem;
        right: 25rem;
        width: 35%;
        margin: 0;
    }
    .top-title h2{
        width: 100%;
        text-align: left;
        margin: 0;
    }
    .top-subcomment{
        width: 100%;
        margin: 0;
    }
    .top-subcomment p{
        line-height: 4rem;
    }
    /* 中間背景 */
    #middle-img{
        background-position: 61% 70%;
        background-attachment:scroll;
    }
    #middle-img2{
        background-position: 50% 50%;
        background-attachment:scroll;
    }
    #middle-img3{
        background-attachment:scroll;
    }
    /* 下段背景 */
	#footer-img{
    	background-position: 90% 0%;
	}
    #footer-img .footer-img-comment{
        bottom: 19rem;
        right: 30rem;
    }
    .footer-subcomment{
        bottom: 9rem;
        left: 12rem;
    }
}
