@charset "UTF-8";

body {
    font-family: 'ヒラギノ角ゴシック','Hiragino Sans',YuGothic,'Yu Gothic','Helvetica','Arial',sans-serif;
    margin: 0;
}

h1,
h2,
h3,
h4 {
    font-family: 'Helvetica','Arial',sans-serif;
    margin: 0;
    letter-spacing: 0.05em;
    line-height: 100%;
    font-weight: 400;
    text-align: center;
    color: #121212;
}

h1 {
    font-size: 40px;
    padding-bottom: 24px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

h4 {
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    color: #121212;
    text-align: left;
    padding-bottom: 16px;
}

p {
    margin: 0;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    text-align: justify;
    color: #121212;
}

a {
    font-family: 'Arial', sans-serif;
    color: #121212;
    text-decoration: underline;
    font-size: 14px;
    white-space: nowrap;

    &:hover {
        text-decoration: none;
    }
}

.btn {
    text-align: center;
    margin: 120px 0 0 0;
}

.btn a {
    letter-spacing: 0.05em;
    width: 242px;
    height: 54px;
    line-height: 54px;
    background-color: #817c7b;
    opacity: .9;
    color: #fff;
    font-size: 14px;
    display: block;
    margin: auto;
    border: solid 1px #817c7b;
    text-align: center;
    text-decoration: none;

    &:hover {
        opacity: .8;
        transition: .3s;
    }
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    vertical-align: bottom;
}

.sp {
    display: none;
}

/* header */
header {
    height: 90px;
    display: flex;
}

header a {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

header img {
    width: 150px;
    height: auto;
    width: 100%;
}

/* fv */
.fv {
    position: relative;
}

.fv img {
    width: 100%;
}

/* intro */
.intro {
    padding: 120px 0;
}

.intro p {
    text-align: center;
}

/* common */
.bg {
    background-color: #EAEAEA;
    padding: 80px 0 120px 0;
}

.common {
    width: 64%;
    margin: auto;
}

.common .title {
    padding-bottom: 40px;
}

.common .title .line {
    border: solid 0.5px #121212;
    width: 40px;
    margin: auto;
    margin-top: 24px;
}

.common .title p {
    font-size: 20px;
    padding-top: 24px;
    text-align: center;
}

/* point */
.points {
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.point .title2 {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
}

.point .title2 .number {
    /* border: solid 1px #121212; */
    background-color: #75706F;
    color: #F0F0F0;
    border-radius: 5px;
    width: fit-content;
    padding: 8px 16px;
    font-size: 24px;
    font-family: 'Arial', sans-serif;
    text-align: center;
}

.point .title2 .grey {
    font-size: 16px;
    color: #75706F;
    padding-bottom: 16px;
    line-height: 100%;
}

.point h3 {
    text-align: left;
    font-size: 20px;
}

.point ul {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.point ul li {
    display: flex;
    gap: 24px;
    align-items: center;
}

.point ul .li {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-end;
}

.point ul .imgs {
    width: 50%;
}

.point ul li img {
    width: 100%;
}

.point .buyer {
    display: flex;
    align-items: center;
    gap: 24px;
    background-color: #F0F0F0;
    padding: 24px;
    border-radius: 20px;
}

.point .buyer img {
    width: 20%;
    height: auto;
    border-radius: 50%;
}

/* swiper */
.swiper-slide {
    width: 100%;
}

.swiper-container {
    width: 100%;
}

/* styling */
.styling {
    padding: 80px 0 120px 0;
}

.styling .style {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.styling .style li {
    display: flex;
    gap: 24px;
    align-items: flex-end;
}

.styling .imgs {
    width: 50%;
}

.styling img {
    width: 100%;
}

.styling .detail {
    width: 50%;
}

.styling .item li {
    padding-top: 8px;
}

.styling h3 {
    text-align: left;
    font-size: 24px;
    padding-bottom:12px;
}

.styling .model {
    font-family: 'Arial', sans-serif;
    padding-top: 8px;
}

/* brands */
.brands ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

.brands img {
    width: 100%;
    border: solid 1px #eaeaea;
}

/* feature */
.feature {
    padding: 120px 0;
}

.feature ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.feature img {
    width: 100%;
}

/* footer */
footer {
    background-color: #484848;
    height: 32px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer p {
    font-size: 13px;
    color: #fff;
    line-height: 100%;
    letter-spacing: 0.05em;
}

/* toTop */
#page_top {
    width: 55px;
    height: 55px;
    position: fixed;
    right: 30px;
    bottom: 0;
    background: #C0C0C0;
    z-index: 10;
}

#page_top a {
    position: relative;
    display: block;
    width: 55px;
    height: 55px;
    text-decoration: none;
}

#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f0d8';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

#page_top:hover {
    opacity: 0.8;
    transition: 0.2s;
}

@media screen and (max-width: 428px) {
    .sp {
        display: inline;
    }

    .pc {
        display: none;
    }

    h1 {
        font-size: 28px;
        padding-bottom: 16px;
        white-space: nowrap;
    }

    h2 {
        font-size: 24px;
    }

    h4 {
        font-size: 16px;
    }

    p {
        font-size: 13px;
    }

    a {
        font-size: 13px;
    }

    /* header */
    header {
        height: 60px;
    }

    header img {
        width: 115px;
    }

    /* intro */
    .intro {
        padding: 80px 0;
    }

    /* common */
    .common {
        width: 92%;
    }

    .common .title p {
        font-size: 16px;
        padding-top: 24px;
    }

    .bg {
        padding: 64px 0 80px 0;
    }

    /* point */
    .points {
        gap: 80px;
    }

    .point .title2 {
        gap: 16px;
        padding-bottom: 32px;
    }

    .point .title2 .number {
        padding: 0px 8px 0 10px;
    }

    .point .title2 .grey {
        font-size: 14px;
        padding-bottom: 12px;
    }

    .point h3 {
        font-size: 16px;
    }

    .point ul {
        gap: 40px;
    }

    .point ul li {
        flex-direction: column;
        gap: 32px;
    }

    .point ul .imgs {
        width: 100%;
    }

    .point ul .li {
        grid-template-columns: 1fr;
    }

    .point ul #buyer {
        order: 2;
    }

    .point ul #img {
        order: 1;
    }

    .point ul .li img {
        width: 68%;
    }

    .point ul li .img {
        margin-left: auto;
    }

    .point .buyer img {
        width: 20%!important;
    }

    /* styling */
    .styling {
        padding: 64px 0 80px 0;
    }

    .styling .style {
        gap: 40px;
    }

    .styling .style li {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .styling .style .li {
        flex-direction: column-reverse;
    }

    .styling .imgs {
        width: 100%;
    }

    .styling .model {
        padding-top: 0;
    }
    
    /* brands */
    .brands ul {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    /* feature */
    .feature {
        padding: 64px 0 80px 0;
    }

    .feature ul {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    /* btn */
    .btn {
        margin-top: 56px;
    }

    .btn a {
        width: 209px;
        height: 45px;
        line-height: 45px;
    }

    /* toTop */
    #page_top {
        width: 45px;
        height: 45px;
    }

    #page_top a {
        width: 45px;
        height: 45px;
    }
}