@charset "UTF-8";
/*reset css -->*/
*,
*::before,
*::after {
    box-sizing: border-box;
}
*  {
    min-height: 0;
    min-width : 0;
}
html,body,div,span,
h1,h2,h3,h4,h5,h6,dl,dt,dd,ol,ul,li,
table,tbody,tfoot,thead,tr,th,td,
article,aside,footer,header,nav,main,section,
manu,figure,figblock-event--day-name {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
}
body {
    line-height: 1;
    position: relative;
}
article,aside,footer,header,menu,nav,section {
    display: block;
}
ol,ul {
    list-style: none;
    list-style-type: none;
}
.media_pc {
    display: inline-block;
}
.media_sp {
    display: none !important;
}
/*<-----resetcss*/
html{
    font-size: 62.5%;
}
body{
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #000;
    font-size: 1.6em;
    background-color: #fff;
    overflow-x: hidden;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align:middle;
}
a {
    cursor: pointer;
    color: #000;
}
.area-wrapper{
    overflow: hidden;
    background: #fff;
}
.wrapper{
    background: #fff;
}
/*<-----resetcss*/

/*fadein
.fade_in {
    opacity: 0;
}*/
.effect-fade {
    opacity: 0;
    transform: translate(0, 0px); /*fadein_height*/
    transition: all 1600ms; /*fadein_time*/
}
.effect-scroll {
    opacity: 1;
    transform: translate(0, 0);
}
.area-body{
}
.main_lead{
    text-align: center;
    max-width: 844px;
    margin: 100px auto;
    font-weight: 600;
    font-size: 18px;
}
.main_lead_ttl{
    font-family: din-2014, sans-serif;
    font-style: normal;
    display: block;
    text-align: center;
    width: 844px;
    background: #000;
    color: #fff;
    margin:0 auto 20px;
    font-size: 28px;
}
.brand{
    font-size: 14px;
    width: 643px;
    margin: 100px auto 0px;
    padding-bottom: 60px;
    border-bottom: solid 1px #999;
}
section{
    margin: 160px auto;
    max-width: 1088px;
}
.sec01{
    padding: 100px 0 160px;
}
.sec03{
    padding: 100px 0 160px;
}
.sec05{
padding: 160px 0 160px;
}
.sec06{
}
.brand img{
    display: block;
    width: 140px;
    margin: 0 auto 40px;
}
.sec_ttl{
    font-family: din-2014, sans-serif;
    margin:0 auto 50px;
    font-weight: 800;
    letter-spacing: .7px;
    line-height: 1;
    padding: 10px;
    font-size: 30px;
}
.sec_ttl_num{
    background-color: #000;
    color: #fff;
    padding: 5px 60px;
    margin: 5px auto 0;
    display: inline-block;
    font-size: 20px;
    }
.sec_ttl_no {
font-size: 12px;
vertical-align: top;
    margin-right: 2px;
}
.sec_ttl_item{
    background-color:rgba(0,0,0,0);
    color: #000;
    margin: 16px auto;
    display: inline-block;
    font-size: 56px;
    font-weight: 700;
}
.image_area{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.left_image{
    width: 47.5%;
}
.right_image{
    width: 47.5%;
}
.detail_area{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 66px auto;
}
.detail_area_text{
    width: 844px;
    font-size: 16px;
    line-height: 1.7;
    margin: 0 auto;
    padding: 0 10px;
}
.credit_area{
    display: flex;
    width: 844px;
    margin: 0 0 0 70px;
    align-items: center;
}
.credit_area a{
    text-decoration: none;
    transition: .5s;
}
.credit_area a:hover{
    opacity: .7;
}
.credit{
    display: flex;
    align-items:flex-end;
    font-family: din-2014, sans-serif;
    transition: .5s;
}
.name{
    text-decoration: underline;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: .2px;
    padding: 3px 0;
}
.credit_image {
    width: 90px;
}
.credit_text{
    width: auto;
    font-size: 16px;
    margin: 0 0 20px 20px;
}
.price{
    font-family: din-2014, sans-serif;
    color: #777;
    padding: 3px 0;
}
.color{
    font-size: 16px;
    line-height: 18px;
    font-family: din-2014, sans-serif;
    padding: 3px 0;
    color: #777;
}
.color a{
    position: relative;
    bottom: -3px;
}
.black {
    width: 16px;
    height: 16px;
    background-color: black;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    line-height: 18px;
}
.green {
    width: 16px;
    height: 16px;
    background-color: #5d553e;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    line-height: 18px;
}
.view_more{
    font-family: din-2014, sans-serif;
    background: #C94646;
    color: #fff;
    width: 270px;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    text-decoration: none!important;
    transition: .5s;
    position: relative;
    line-height: 40px;
}
.view_more:after {
    width: 10px;
    height: 10px;
    right: 24px;
    top: calc(50% - 5px);
    content: "";
    display: block;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(
        45deg
    );
    transform: rotate(
        45deg
    );
    position: absolute;
}
.view_more:hover{
    opacity: .7;
}
.view_more a:hover{
    text-decoration: none;
}
.view_more_all{
    font-family: din-2014, sans-serif;
    background: #000;
    color: #fff;
    width: 674px;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
    font-size: 26px;
    text-decoration: none!important;
    transition: .5s;
    position: relative;
    font-weight: 700;
}
.view_more_all:after {
    width: 14px;
    height: 14px;
    right: 30px;
    top: calc(50% - 5px);
    content: "";
    display: block;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(
        45deg
    );
    transform: rotate(
        45deg
    );
    position: absolute;
}
.view_more_all:hover{
    opacity: .7;
}
.view_more_all a:hover{
    text-decoration: none;
}
.top_slide-wrap {
    overflow: hidden;
    padding: 0 10px 0px;
}
.grey_area{
    background: #f5f5f5;
}
.small_brand{
    font-size: 20px;
font-weight: 600;
}
@media screen and  (min-width:896px){
}
@media screen and (min-width:769px){
}
/*<<<--max896px------*/
@media screen and (max-width: 896px){
    .media_pc {
        display: none !important;
    }
    .media_sp {
        display: block !important;
    }
    .bodyWrap{
        width:100%;
        margin: auto;
    }
    .area-body{
        margin: 0 auto;
        box-sizing: border-box;
        text-align: left;
        width: 100%;
        max-width: 100%;
    }
    section{
        width: 84%;
        margin: 20% auto;
    }
    .sec01{
        margin: 20% auto;
    }
    .sec05{
        margin: 20% auto;
    }
    .sec06{
        margin: 20% auto;
    }
    .brand{
        width: 84%;
        font-size: 13px;
        margin: 20% auto;
    }
    .brand img {
        display: block;
        width: 30%;
    }
    .main_lead{
        width: 84%;
        font-size: 14px;
        margin: 20% auto 10%;
    }
    .image_area{
        display: block;
    }
    .sec_ttl{
        font-size: 5vw;
        padding: 0;
    }
    .sec_ttl_item{
        font-size:8.8vw;
        margin: 5% auto 0;
    }
    .sec_ttl_num{
        padding: 8px 50px;
        font-size: 15px;
    }
    .left_image{
        width: 100%;
    }
    .right_image{
        width: 100%;
        margin-top: 10%;
    }
    .detail_area{
        display: block;
        margin: 14px auto;
    }
    .detail_area_text{
        width: 100%;
        font-size: 14px;
        margin: 14% auto
    }
    .credit_area{
        width: 100%;
        display:block;
        margin: 14% auto;
    }
    .credit{
        align-items: center;
    }
    .credit_text{
        margin: 0 0 0px 20px;
        font-size: 16px;
        width: 70%;
    }
    .name{
        font-size: 18px;
    }
    .color{
        font-size: 15px;
        padding: 2px 0;
    }
    .view_more{
        width: 100%;
        font-size: 18px;
        margin: 20px auto;
        font-weight: 700;
    }
    .view_more_all{
        width: 100%;
        font-size: 14px;
    }
    .lp-block--viewmore{
     text-align: center;
    }
    .price{
        padding: 2px 0;
    }
    .small_brand {
        font-size: 12px;
        font-weight: 600;
    }
}
@media screen and (min-width:360px) and (max-width: 896px){}
@media screen and (min-width:360px) and (max-width: 767px){}
/*iphone5.6.7*/
@media screen and (max-width:359px){}