@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;
}

h2 {
    font-size: 2rem;
}

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

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

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

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

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

.btn {
    text-align: center;
    margin: 7.5rem 0 0 0;
}

.btn a {
    letter-spacing: 0.05em;
    width: 15.13rem;
    height: 3.38rem;
    line-height: 3.38rem;
    background-color: #817c7b;
    opacity: .9;
    color: #fff;
    font-size: 0.875rem;
    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: 6rem;
    display: flex;
}

header a {
    display: flex;
    align-items: center;
    padding-left: 1.5rem;
}

header img {
    width: 10rem;
    height: auto;
}

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

.fv img {
    width: 100%;
}

/* intro */
.intro {
    padding: 7.5rem 0;
}

.intro p {
    text-align: center;
}

/* common */
.bg {
    background-color: #EAEAEA;
    padding: 5rem 0 7.5rem 0;
}

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

.common .title {
    padding-bottom: 2.5rem;
}

.common .title .line {
    border: solid 0.5px #121212;
    width: 2.5rem;
    margin: auto;
    margin-top: 1.5rem;
}

.common .title p {
    font-size: 1.25rem;
    padding-top: 1.5rem;
    text-align: center;
}

/* point */
.points {
    display: flex;
    flex-direction: column;
    gap: 7.5rem;
}

.point .title2 {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    justify-content: center;
    padding-bottom: 2.5rem;
}

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

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

.point h3 {
    text-align: left;
    font-size: 1.25rem;
}

.point ul {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.point ul li {
    display: flex;
    gap: 1.5rem;
    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: 1.5rem;
    background-color: #F0F0F0;
    padding: 1.5rem;
    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: 5rem 0 7.5rem 0;
}

.styling .style {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.styling .style li {
    display: flex;
    gap: 1.5rem;
    align-items: flex-end;
}

.styling .imgs {
    width: 50%;
}

.styling img {
    width: 100%;
}

.styling .detail {
    width: 50%;
}

.styling .item li {
    padding-top: 0.5rem;
}

.styling h3 {
    text-align: left;
    font-size: 1.5rem;
    padding-bottom:0.75rem;
}

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

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

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

/* feature */
.feature {
    padding: 7.5rem 0;
}

.feature ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.feature img {
    width: 100%;
}

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

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

/* toTop */
#page_top {
    width: 4rem;
    height: 4rem;
    position: fixed;
    right: 2rem;
    bottom: 0;
    background: #C0C0C0;
    z-index: 10;
}

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

#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f0d8';
    font-size: 1.5rem;
    color: #fff;
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    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;
    }

    h2 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1rem;
    }

    p {
        font-size: 0.8125rem;
    }

    a {
        font-size: 0.8125rem;
    }

    /* header */
    header {
        height: 4rem;
    }

    header img {
        width: 7.5rem;
    }

    /* intro */
    .intro {
        padding: 5rem 0;
        width: 92%;
        margin: auto;
    }

    .intro p {
        text-align: justify;
    }

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

    .common .title p {
        font-size: 1rem;
        padding-top: 1.5rem;
    }

    .bg {
        padding: 4rem 0 5rem 0;
    }

    /* point */
    .points {
        gap: 5rem;
    }

    .point .title2 {
        gap: 1rem;
        padding-bottom: 2rem;
    }

    .point .title2 .number {
        padding: 0px 0.5rem 0 0.5rem;
    }

    .point .title2 .grey {
        font-size: 0.875rem;
        padding-bottom: 0.75rem;
    }

    .point h3 {
        font-size: 1rem;
    }

    .point ul {
        gap: 2.5rem;
    }

    .point ul li {
        flex-direction: column;
        gap: 3rem;
    }

    .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: 4rem 0 5rem 0;
    }

    .styling .style {
        gap: 3rem;
    }

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

    .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: 1rem;
    }

    /* feature */
    .feature {
        padding: 4rem 0 5rem 0;
    }

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

    /* btn */
    .btn {
        margin-top: 4rem;
    }

    .btn a {
        width: 12.5rem;
        height: 3rem;
        line-height: 3rem;
    }

    /* toTop */
    #page_top {
        width: 3rem;
        height: 3rem;
    }

    #page_top a {
        width: 3rem;
        height: 3rem;
    }
}