@charset "utf-8";

body{
    background: #e5e5e5;
    color: #2d2d2d;
    font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS UI Gothic", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    line-height: 1;
}

h1, h2, h3, ul, li, dl, dt, dd, p, address{
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 100%;
    list-style: none;
    text-decoration: none;
}

a{
    color: #39f;
    text-decoration: none;
}
a:visited{
    color: #39f;
}
a:hover{
    color: #a9d4ff;
}

.image_link{
    display:block;
}
.image_link img{
    transition:0.3s;
    display:block;
    width:100%;
}
.image_link:hover img{
    opacity:0.8;
}

img{
    border: 0;
    max-width: 100%;
    height: auto;
}




/*ヘッダー*/
header.LayoutHeader{
    width: 100%;
    margin: 0 auto 56px auto;
}

.Kv{
    position: relative;
    display: block;
    width: 100%;
    height: 160px;
    margin: 0 auto 40px auto;
    background: #000;
}
@media screen and (min-width:415px) {
    /*415px位以上向けのスタイルを記述*/
    .Kv{
        height: 220px;
    }
}
@media screen and (min-width:768px) {
    /*768px位以上向けのスタイルを記述*/
    .Kv{
        height: 300px;
    }
}
.Kv-title{
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.Kv-logo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: min(140 / 768 * 100vw, 140px);
}

.Kv-description{
    max-width: 950px;
    margin:0 auto;
    padding: 0 16px;
    font-size: 14px;
    text-align: center;
    line-height: 2.0;
}
@media screen and (min-width:768px) {
    /*768px位以上向けのスタイルを記述*/
    .Kv-description{
        padding: 0;
    }
}



/*メインコンテンツ*/
div.MainContentWrap{
    max-width: 982px;
    margin: 0 auto;
    padding:0 16px 64px 16px;
}

main.MainContent{
    display: block;
    margin: 0 auto;
}
@media screen and (min-width:768px) {
    /*768px位以上向けのスタイルを記述*/
    main.MainContent{
    max-width: 950px;
    }       
}




/*取り扱いブランド*/
.Brand{
    background: #fff;
    margin-bottom: 40px;
    padding:0 16px;
}
@media screen and (min-width:768px) {
    /*768px位以上向けのスタイルを記述*/
    .Brand{
        padding: 0 64px;
    }   
}

.Brand-title{
    overflow: hidden;
    padding: 32px 0;
    text-indent: 100%;
    white-space: nowrap;
    background: url(./img/title_brand.png) 50% 50% no-repeat;
    background-size: auto 20px;
}

.BrandOthers{
    display: flex;
    flex-direction: column;
}
@media screen and (min-width:768px) {
    /*768px位以上向けのスタイルを記述*/
    .BrandOthers{
        flex-direction: row;
        column-gap: 16px;
    }       
}

.BrandDetail{
    margin-bottom: 64px;
    text-align: center;
}
.BrandDetail-others{
    margin-bottom: 64px;
    text-align: center;
}
@media screen and (min-width:768px) {
    /*768px位以上向けのスタイルを記述*/
    .BrandDetail-others{
        width: 50%;
    }       
}
.BrandDetail-img{
    margin-bottom: 16px;
}
.BrandDetail-title{
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
    line-height: 1.5;
}
.BrandDetail-name{
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: bold;
}
.BrandDetail-kana{
    font-size: 12px;
    color: #999;
}
.BrandDetail-description{
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.5;
}
.BrandDetail-websites{
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    font-size: 14px;
}
.BrandDetail-website:first-child::after{
    content: "|";
    margin: 0 16px;
    color: #e5e5e5;
}
.BrandDetail-instagram{
    font-size: 14px;
}



/*会社情報*/
.CompanyInfo{
    background: #fff;
    padding:0 16px;
    text-align: center;
}
@media screen and (min-width:768px) {
    /*768px位以上向けのスタイルを記述*/
    .CompanyInfo{
        padding: 0 64px;
    }   
}

.CompanyInfo-title{
    padding: 32px 0;
    font-size: 16px;
    font-weight: bold;
}
.CompanyInfo-business{
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.5;
}

.CompanyInfo-contact{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
}
.Contact-itemname{
    width: 80px;
    text-align: right;
}
.Itemname{
    font-weight: bold;
}
.Contact-content{
    padding-left: 8px;
    text-align: left;
}

.CompanyInfo-address{
    display: inline-block;
    padding-bottom: 12px;
    margin-bottom: 16px;
    border-bottom: 1px solid #2d2d2d;
    font-size: 14px;
    line-height: 1.5;
}

.CompanyInfo-member{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 32px;
    font-size: 14px;
    line-height: 1.8;
}
.Member-itemname{
    width: 100px;
    text-align: right;
}
.Member-content{
    padding-left: 8px;
    text-align: left;
}



/*フッター*/
.Footer{
    margin: 0 auto;
    padding-bottom:20px;
    text-align: center;
}
.Footer-logo{
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
}
.Copyright{
    font-size: 10px;
    color: #999;
}