@charset "utf-8";
/* 共通部分 */
*{
    margin:0;
    padding:0;
}
img{
    width: 100%;
    height:auto;
    vertical-align:bottom;
    object-fit: cover;
}
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);
}
main h2{
    font-size: 2.4rem;
}
/*.area{
    width: 100%;
    background-color: white;
    padding-bottom:1.6rem;
}*//* width: 375px; */
.area_box{
    width: 80.000%;
    margin: 0 auto;
}
/*.area_box_head{
    position: relative;
    margin-bottom:1.6rem;
    z-index: 5;
}*/
.a_text{
    letter-spacing: 1.5px;
    font-size: 1.4rem;
}
.fixed-bg{
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
}
#concept,
#sub_content{
    display: flex;
    align-items: center;
    height: 100vh;
}
#top-img{
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
    /*flex-direction: column;*/
    background-size: cover;
}
/*.top-img-comment h2{
	width: 100%;
	margin: 0 auto;
	font-size: 2rem;
    padding: 0.8rem 0 0.8rem 0;
}*/
.top-img-comment 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/IMG_1771.JPG);
    background-position: center;
}
.top-img-comment h3{
    font-size: 1.6rem;
}
.top-title h2{
    font-size: 3.2rem;
    font-family: 'Helvetica', sans-serif;
    text-shadow: 1px 2px 4px #685636;
    padding: 8.8rem 0 0 1.6rem;
}
/* コンセプト */
.concept-text span{
    font-family: 'Helvetica', sans-serif;
}
.concept-text h2{
    line-height: 2.5;
    text-align: center;
}
.concept-text p{
    font-size:1.6rem;
    line-height: 28px;
}
/* 提供商品 */
#content{
    background-color: #f4f4f4;
}
.a_title h3{
    width:100%;/* width: 320px; */
    font-size: 2.4rem;
    text-align: center;
    padding: 4rem 0;
}
.a_title h4{
    font-size: 2.4rem;
    padding-top: 2.4rem;
} 
.a_title p{
    font-size:1.6rem;
    padding-top: 0.8rem;
    font-family: 'Helvetica', sans-serif;
}
.a_title span{
    font-size: 2rem;
    font-weight: bold;
}
.main-product{
    margin: 0 auto;
    width: 85%;
    padding-bottom: 4.8rem;
}
.main-product img{
    width: 100%;
    height: 200px;
}
.main-product .sub{
    padding-top: 2.4rem;
}
.padding{
    padding-bottom: 9.6rem;
}
/* 商品概要 */
#main-product-table{
    width: 85%;
    margin: 0 auto;
    padding-bottom: 6.4rem;
}
#main-product-table h2{
    width:100%;/* width: 320px; */
    padding: 9.6rem 0 2.4rem 0;
}
.scroll-table{
    padding: 2rem 0 .2rem 0;
    max-width: 1000px;
    margin: 0 auto;
    overflow: auto;
}
table{
    white-space: nowrap;
    margin: .4rem 0;
}
.scroll-table::-webkit-scrollbar{
    height: .4rem;
}
.scroll-table::-webkit-scrollbar-thumb{
    background: #aaa;
}
.scroll-table::-webkit-scrollbar-track{
    background: #f4f4f4;
}
table tr{
    font-size: 1.6rem;
    background-color: #fff;
    padding: 3.5rem;
    border-bottom: 1px solid #000;
    border-spacing: 0;
    text-align: center;
}
table td,table th{
    padding: .8rem 2.4rem;
}
.table-width{
    width: 150px;
}
/*他のブランド*/
#sub-products a{
    display: block;
    width:100%;
    text-decoration: none;
}
#products h2{
    font-family: 'Helvetica', sans-serif;
    text-align: center;
    padding: 4rem 0 2.4rem 0;
}
.sub-products-title{
    letter-spacing: 1px;
    padding: 2.4rem;
    font-size: 1.6rem;
}
/* フッターメニュー */
#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{
        padding-bottom: 4.8rem;
    }*/
    .a_text{
        font-size: 1.6rem;
    }
    /*.fixed-bg{
        position: relative;
    }*/
    /*.top-img-comment,
	.middle-img-comment,
    .footer-img-comment{
        position: absolute;
        color: #fff;
    }
    .top-img-comment h2,
    .middle-img-comment h2,
    .footer-img-comment h2{
        width: 100%;
        font-size: 3.2rem;
        padding: 0.8rem 0 1.6rem 0;
    }
    .top-img-comment p,
    .middle-img-comment p,
    .footer-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: 32% 55%;
    }
    /*.top-title{
        top:10rem;
        left: 4rem;
    }
    .top-comment{
        bottom: 80px;
        right: 40px;
    }*/
    .top-img-comment h3{
        font-size: 2.4rem;
    }
    /* 提供商品 */
    .a_title h4{
        font-size: 2.4rem;
    }
    /*.a_title h4{
        bottom:2.4rem;
    }*/
    /* 中間背景 */
    #middle-img{
        background-position: 50% 50%;
    }
    .middle-img-comment{
        bottom: 25rem;
    }
    /* コンテンツ */
    #sub_content h2{
        padding-bottom: 1.6rem;
        font-size: 2.4rem;
    }
	/* 下段背景 */
	#footer-img{
    	background-position: 89% 50%;
	}
    #footer-img .footer-img-comment{
        top: 28rem;
    	left: 10rem;
    }
	#footer-img2{
        background-position: 84% 50%;
    }
    #footer-img2 .footer-img-comment{
        top: 24rem;
    	left: 10rem;
    }
	#footer-img3 .footer-img-comment{
        top: 48rem;
        right: 8.8rem;
    }
    /* フッターメニュー */
    #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) {
    /* 共通 */
    .padding{
        padding-bottom: 0;
    }
    /*#concept{
        padding-top:7.2rem;
    }*/
    /*.area{
        width: 100%;
        background-color: white;
        padding-bottom:4rem;
        z-index: -1;
        margin: 0 auto;
    }*/
    /* width:1300px; */
    #main-product-table .area_flex,
    .area_flex{
        width:95.154%;/* width: 1237px; */
        margin:0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding-bottom: 11.2rem;
        max-width: 1720px;
    }
    .area_box{
        /*width: 80.000%;*/
        text-align: center;
    }
    /* タイトル部分 */
    #header{
        padding: 0.1rem 2.4rem 0;
    }
    /* コンセプト */
    .top-title h2{
        padding: 10.4rem 0 0 5.6rem;
    }
    .concept-text h2{
        font-size: 3.2rem;
        line-height: 2.5;
    }
    .concept-text p{
        font-size:2.4rem;
        line-height: 2.5;
    }
    /* 提供商品 */
    .a_title h3{
        font-size: 3.2rem;
        padding: 7.2rem 0;
    }
    .a_title h4{
        font-size: 3.2rem;
        padding-top: 4rem;
    } 
    .a_title p{
        font-size:2.4rem;
        padding-top: 1.6rem;
    }
    .a_title span{
        font-size: 2.8rem;
    }
    .main-product .sub{
        padding-top: 4rem;
    }
    .main-product{
        /*margin: 0 auto;*/
        width: 45%;
    }
    .main-product img{
        width: 100%;
        height: 360px;
    }
    /* 商品概要 */
    #main-product-table{
        width: 100%;
        padding-bottom: 0;
    }
    .scroll-table{
        padding: 0;
        max-width: 550px;
        margin: 0;
    }
    #main-product-table img{
        width: 50%;
        height: 400px;
    }
    #main-product-table h2{
        text-align: center;
        font-size: 3.2rem;
        padding: 17.2rem 0 3.2rem 0;
    }
    .scroll-table::-webkit-scrollbar{
        height: .8rem;
    }
    
    /*他のブランド*/
    .products-flex{
        margin: 0 auto;
        display: flex;
        max-width: 1720px;
    }
    #products h2{
        font-size: 3.2rem;
        padding: 8.8rem 0 5.6rem 0;
    }
    .sub-products-title{
        letter-spacing: 1px;
        padding: 2.4rem;
        font-size: 1.6rem;
    }
    #sub-products{
        width: 50%;
        position: relative;
    }
    .hover{
        opacity: 0;
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: #d9d9d936;
        transition: 0.6s ease;
    }
    .hover:hover{
        opacity: 1;
    }
    #products img{
        width:100%;
        height: 64vh;
        object-fit: cover;
    }  
    /* フッターメニュー */
    .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) {
}*/
