@charset "utf-8";



#brandarea .pc {display: block!important;}
#brandarea .sp {display: none!important;}
@media screen and (max-width: 768px) {
#brandarea .pc {display: none!important;}
#brandarea .sp {display: block!important;}
}


#brandarea .mt10 {margin-top:10px;}
#brandarea .mt20 {margin-top:20px;}
#brandarea .mt30 {margin-top:30px;}
#brandarea .mt50 {margin-top:50px;}
#brandarea .pt20 {padding-top:20px;}
#brandarea .pt30 {padding-top:30px;}
#brandarea .mb20 {margin-bottom:20px;}
#brandarea .mb30 {margin-bottom:30px;}
#brandarea .mb50 {margin-bottom:50px;}
#brandarea .pb20 {padding-bottom:20px;}
#brandarea .pb30 {padding-bottom:30px;}
#brandarea .pb50 {padding-bottom:50px;}
#brandarea .fs80 {font-size: 80%;}
#brandarea .fs70 {font-size: 70%;}
#brandarea .fs60 {font-size: 60%;}

#brandarea {
    width: 100%;
    max-width:1200px;
    margin: 30px auto 0px;
    counter-reset: number 0;
    line-height: 2.0;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
#brandarea section {
    margin: 20px auto;
    width: auto; 
}

#brandarea ul {
	list-style-type: none;
	padding-left: 0;
}

dd,dt {
    margin-inline-start: 0;
}
p,h4,h5 {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}
#brandarea h3 {
    font-size: clamp(16px, 3vw, 20px);    
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 2.0;
    color: #FFF;
}
#brandarea h3 .sup {
    font-size: 50%;
    vertical-align: super;    
}
#brandarea h3 strong {
    font-size:30px;    
}
#brandarea h4 {
    margin: 3em auto;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    color: #FFF;    
}
#brand_box {
    width: 100%;
    max-width: 1200px;
	background: #000;
	color: #FFF;
    text-align: center;
}
#brand_box a {
	text-decoration: none;
}
#brand_box a:hover {
	opacity: 0.7;
}
#brandarea img.clas8 {
    width: 80%;
}
#brandarea img.clas10 {
    width:100%;
}
#brandarea img{
    width:90%;
}
#brand_box header {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0;
    padding-bottom: 30px;
}
#brand_box header .kv-area {
    position: relative;
    width: 100%;
    height: auto;
    backgroud: #000;
}
#brand_box .inner {
    width: 94%;
    max-width: 1100px;
    margin:  0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
}

#brandarea .kv-area .kpc {display: block!important;}
#brandarea .kv-area .ksp {display: none!important;}
@media screen and (max-width: 768px) {
#brandarea .kv-area .kpc {display: none!important;}    
#brandarea .kv-area .ksp {display: block!important;}
}

#brand_box .inner .kv-area {
    width:100%;
    background: #000;
    font-size: 16px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
#brand_box .inner .kv-area .boxR img {
    width: 80%;
    margin: 0 auto;
}
#brand_box .inner .kv-area .boxR p{
    letter-spacing: 0.1em;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 3em;
    padding: 0 10px;
}
#brand_box .inner .kv-area .boxL,
#brand_box .inner .kv-area .boxR {
    width: calc(100% / 2);        
    box-sizing: border-box;
    justify-content: space-between;
}
#brand_box .inner .kv-area .boxL {
    background-image: url("../img/alphaone/kv-pc.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}
#brand_box .inner .kv-area .boxR h2 {
    margin: 20px auto;
}
#brand_box .pointArea .inner .boxL,
#brand_box .pointArea .inner .boxR {
    width: calc(100% / 2 - 20px);        
    box-sizing: border-box;
    justify-content: space-between;
}
#brandarea .point {
    font-size: 16px;
    font-weight: normal;
}
#brandarea .point .boxL,
#brandarea .point .boxR {
    border:solid 1px #f8d9a2;
    padding: 1.5em;
}
#brandarea .point dt {
    font-size: 26px;
    font-weight: bold;
    color: #f8d9a2;
    margin-bottom: 1.4em;
}
#brandarea .point dd {
    letter-spacing: 0;
}
#brandarea .point dd:nth-child(3) {
    font-size: 10px;
    text-align: right; 
    margin-top: 15px;
}
#brandarea .point span {
    vertical-align: super;
    font-size: 10px;
}

#brandarea .point .alpBtn {
    width: 60%;
    overflow: hidden;
    padding: 10px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}
#brandarea .point .alpBtn a {
    display: block;
    background: #f5f9fb;
    color: #000;
    padding: 8px 30px;
    letter-spacing: 0.1em;
    bottom: 50px;
    margin:  0 auto;
    font-size: 16px;
}
#brandarea .point .alpBtn a::after  {
    content: "\f105";
    font-family: FontAwesome;
    right: 5%;
    position: absolute;
}



#brandarea .vitenuto {
    width: 100%;
    overflow: hidden;
}
#brandarea .vitenuto .vinBtn {
    position: relative;
    bottom: 100px;
    background: #000;
    color: #FFF;
    width: 40%;
    margin-left: 12%;
    margin-top: 20px;
}
#brandarea .vitenuto .vinBtn a {
    display: block;
    padding: 8px 30px;
    letter-spacing: 0.1em;
    font-size: 16px;
    color: #FFF;
}
#brandarea .vitenuto .vinBtn a::after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 5%;
}



@media screen and (max-width:768px) {
    #brandarea .vitenuto .vinBtn {
        width: 60%;
        margin: 20px auto 0;
    }  
}

@media screen and (max-width:428px) {
#brand_box .inner .kv-area {
    display: block;
}     
#brand_box .inner .kv-area .boxL,
#brand_box .inner .kv-area .boxR {
    width: 100%;        
}    
#brand_box .inner .kv-area .boxL {
    background-image: url("../img/alphaone/kv-sp.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    height: 300px;
    overflow: hidden;
    }
#brand_box .inner .kv-area .dssp {
    display: none;
    }
    #brand_box header,
    #brandarea img.clas8,
    #brandarea img.clas10,
    #brandarea img { width:100%;}
    #brand_box header {
        padding-bottom: 0;
    }
    #brand_box .inner {
        margin: 0 auto;
        padding-bottom: 0;
        margin-top: 0;
    }
    #brandarea .mt50 {
        margin-top: 0;
    }
    #brand_box .inner .boxL,
    #brand_box .inner .boxR {
        width: 100%;        
    }
    #brand_box .inner .kv-area .boxR img {
        display: none;
    }
    #brand_box .inner .sup {
        vertical-align: super;
        font-size: 10px;
    }
    #brand_box .inner .kv-area .boxR p {
        width: 90%;
        margin: 0 auto;
        text-align: justify;
    }
    #brandarea .point dt {
        font-size:22px;
    }
    #brandarea .point dd {
    text-align: justify;
    }
    #brandarea .point dt {
        text-align: justify;
    }
    #brandarea .vitenuto {
        margin-top: 0;
        /*padding-bottom: 33px;*/
    }
    #brandarea .vitenuto .itembtn {
        padding: 5px;
        bottom: 20%;
        left: 16%;
        font-size: 18px;        
    }
    #brand_box .pointArea .inner .boxL,
    #brand_box .pointArea .inner .boxR {
        width: 100%;
    }
    #brandarea .point .alpBtn {
        width: 90%;
    }
    #brandarea .vitenuto .vinBtn {
        width: 80%;
        bottom: 80px;
    }
    #brandarea .vitenuto .inner {
        margin-bottom: -40px;
        padding-bottom: 0;
    }
}

    




