html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
}

a{
    text-decoration: none;
    color: #000;
}


.wrap{
    width: 100%;
    background: #000;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
/* fv */
.fv{
    width: 1200px;
    margin: 0 auto 70px;
}
.fv img{
    width: 100%;
}
/* about */
.about{
    font-size: 22px;
    line-height: 45px;
    letter-spacing: .05em;
    text-align: center;
    font-family:  "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/* item */
.item{
    width: 1200px;
    margin: auto;
    padding-bottom: 120px;
}
.item > li{
    margin: 80px 0 0;
    display: flex;
    justify-content: space-between;
}
.item .main{
    width: 600px;
    display: flex;
    justify-content: space-between;
}
.item .main li{
    width: 48.3%;
}
.item .main img{
    width: 100%;
    display: block;
}
.item .info{
    width: 570px;
}
.item .info .images{
    margin: 0 0 64px;
    display: flex;
    justify-content: space-between;
}
.item .info .images li{
    width: 31.6%;
}
.item .info .images img{
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
.item .info .text{
    margin: 0 0 62px;
    font-size: 15px;
    line-height: 1em;
    text-align: center;
}
.item a{
    width: 208px;
    height: 30px;
    font-size: 16px;
    margin: auto;
    color: #000;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item a::after{
    content: '';
    width: 0;
    height: 0;
    margin-left: 5px;
    border-left: 7px solid black;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    left: 0;
    top: 1px;
    display: block;
    position: relative;
    transition: .2s;
}
.item a:hover::after{
    left: 8px;
}

@media screen and (max-width:1300px) {
    /* fv */
    .fv{
        width: 92.3vw;
        margin: 0 auto 5.3vw;
    }
    /* about */
    .about{
        font-size: 1.6vw;
        line-height: 3.4vw;
    }
    /* item */
    .item{
        width: 92.3vw;
        padding-bottom: 9.2vw;
    }
    .item > li{
        margin: 6vw 0 0;
    }
    .item .main{
        width: 46.1vw;
    }
    .item .info{
        width: 43.8vw;
    }
    .item .info .images{
        margin: 0 0 4.9vw;
    }
    .item .info .text{
        margin: 0 0 4.7vw;
        font-size: 1.1vw;
    }
    .item a{
        width: 16vw;
        height: 2.3vw;
        font-size: 1.2vw;
    }
    .item a::after{
        margin-left: .3vw;
        border-left: .5vw solid black;
        border-top: .4vw solid transparent;
        border-bottom: .4vw solid transparent;
    }
    .item a:hover::after{
        left: .6vw;
    }
}
@media screen and (max-width:767px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .fv{
        width: 100%;
        margin: 0 0 10.6vw;
    }
    .about{
        font-size: 4.2vw;
        line-height: 7.4vw;
    }
    /* item */
    .item{
        width: 88.8%;
        margin-top: -5vw;
        padding-bottom: 17.7vw;
    }
    .item > li{
        margin: 16vw 0 0;
        display: block;
    }
    .item .main{
        width: 100%;
        margin-bottom: 6.6vw;
    }
    .item .main li{
        width: 48%;
    }
    .item .info{
        width: 100%;
    }
    .item .info .images{
        margin: 0 0 7.3vw;
    }
    .item .info .images li{
        width: 31.5%;
    }
    .item .info .text{
        margin: 0 0 4.7vw;
        font-size: 3.7vw;
        line-height: 6vw;
    }
    .item a{
        width: 80vw;
        height: 7.3vw;
        font-size: 3.4vw;
    }
    .item a::after{
        margin-left: 1vw;
        top: .2vw;
        border-left: 1.4vw solid black;
        border-top: 1.4vw solid transparent;
        border-bottom: 1.4vw solid transparent;
    }
    .item a:hover::after{
        left: 2vw;
    }
}