@charset "UTF-8";

body {
    font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', 'Helvetica', sans-serif;
    background-color: #eee;
    margin: 0;
}

h1,
h2,
h3 {
    margin: 0;
    line-height: 150%;
    letter-spacing: 0.05em;
    font-weight: 400;
}

h2 {
    font-family: 'Helvetica', sans-serif;
    font-size: 43px;
}

h3 {
    font-size: 28px;
    padding-top: 40px;
    padding-bottom: 32px;
}

h3 span {
    font-family: 'Helvetica', sans-serif;
}

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

p {
    line-height: 180%;
    letter-spacing: 0.05em;
    font-size: 14px;
    text-align: justify;
    margin: 0;
}

p span {
    font-family: 'Helvetica', sans-serif;
}

a {
    font-family: 'Helvetica', sans-serif;
    letter-spacing: 0.05em;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    white-space: nowrap;

    &:hover {
        opacity: 0.6;
        transition: 0.2s;
    }
}

.ipadpro {
    display: none;
}

.ipad {
    display: none;
}

.sp {
    display: none;
}

.btn {
    position: relative;
}

.common .btn {
    margin-right: 113px;
}

.common2 .btn {
    margin-right: 73px;
}

.common .btn::after,
.common2 .btn::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -72px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
}

.common .btn::before,
.common2 .btn::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -72px;
    width: 48px;
    height: 1px;
    background: #000;
}

#right .btn {
    text-align: center;
    width: fit-content;
    margin: auto;
    margin-top: 48px;
    padding: 16px 64px;
    border: solid 1px #000;

}

#right .btn::after,
#right .btn::before {
    content: none;
}

img {
    vertical-align: bottom;
}

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

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

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

/* firstview */
.firstview img {
    width: 100%;
    border-bottom: solid 1px #000;
}

/* common */
.common {
    display: flex;
    border-bottom: solid 1px #000;
    position: relative;
}

.common .left {
    width: 100%;
    padding: 40px;
    border-right: solid 1px #000;
}

.common .right {
    width: 100%;
    padding: 40px;
}

 .common #right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.common #right h2 {
    text-align: center;
}

.common #right .text {
    padding-right: 0;
} 

.common #right .text2 {
    margin: 32px 0 40px 0;
}

.common #right h3 {
    text-align: center;
    padding: 0 0 32px 0;
}

.common #right p {
    text-align: center;
} 

.common #right .p {
    margin-top: 32px;
    margin-bottom: 32px;
} 

.common #right .photos {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

.common .desc {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    bottom: 40px;
}

.common .desc2 {
    width: 40%;
    margin: auto;
}

.common .text {
    padding-right: 40px;
}

.common img {
    width: 100%;
}

.common2 {
    display: flex;
    border-bottom: solid 1px #000;
    position: relative;
}

.common2 .left {
    width: 100%;
    padding: 40px;
    border-right: solid 1px #000;
}

.common2 .left img {
    position: relative;
    width: 30%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.common2 .right {
    width: 100%;
    padding: 40px;
}

/* newbrands */
.swiper-container {
    overflow: hidden;
}

.swiper-slide {
    display: flex;
    border-bottom: solid 1px #000;
}

.swiper-slide .left {
    width: 100%;
    padding: 40px;
    border-right: solid 1px #000;
    border-left: solid 0.5px #000;
}

.swiper-slide .left img {
    position: relative;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swiper-slide .right {
    width: 100%;
    padding: 40px;
    border-right: solid 0.5px #000;
}

.swiper-slide .btn {
    margin-right: 73px;
}

.swiper-slide #btn {
    margin-right: 114px;
}

.swiper-slide .btn::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -72px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
}

.swiper-slide .btn::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -72px;
    width: 48px;
    height: 1px;
    background: #000;
}

.items {
    display: flex;
    flex-direction: column;
}

.items .photos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
    align-items: flex-end;
}

.items .photos img {
    width: 100%;
}

/* shipping */
.shippings ul {
    position: absolute;
    bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: fit-content;
}

.shippings li {
    display: flex;
    align-items: flex-end;
    gap: 80px;
}

.shippings li img {
    width: 16%;
}

.shippings .text {
    width: 35%;
}

.shippings .btn {
    margin-left: auto;
}

/* store */
.store {
    padding: 240px 0;
    text-align: center;
}

.store a {
    padding: 24px 64px;
    border: solid 1px #000;
    font-size: 16px;
}

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

footer p {
    font-size: 12px;
    color: #fff;
}

/* 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: 1850px) {
    .pc {
        display: none;
    }

    .ipadpro {
        display: inline;
    }

    h2 {
        font-size: 39px;
    }

    h3 {
        font-size: 24px;
        padding: 32px 0 16px 0;
    }

    p {
        font-size: 12px;
    }

    /* shippings */
    .shippings ul {
        gap: 0;
    }

    .shippings li {
        gap: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .pc2 {
        display: none;
    }

    .ipad {
        display: block;
    }

    h1 {
        font-size: 15px;
        font-family: 'Helvetica', sans-serif;
        font-weight: 600;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        padding: 48px 0 32px 0;
        font-weight: 600;
    }

    /* common */
    .sp-common {
        width: 92%;
        margin: auto;
    }

    .sp-common .text {
        padding-top: 32px;
    }

    .sp-common h2 {
        padding-top: 48px;
    }

    .sp-common h3 {
        font-size: 15px;
        padding: 0;
    }

    .sp-common .line {
        border: solid 1px #000;
        margin: 8px 0 16px 0;
    }

    .common {
        flex-direction: column;
        padding-bottom: 80px;
        border-bottom: none;
    }

    .common .left {
        padding: 0;
        border-right: none;
    }

    .common .right {
        padding: 0;
        width: 92%;
        margin: auto;
    }

    .common #right {
        padding-top: 40px;
    }

    .common #right .text2 {
        margin-top: 0;
    }

    .common #right p {
        text-align: left;
    }

    .common #right .photos {
        padding-right: 0;
        display: grid;
        gap: 16px;
    }

    .common #right .items {
        padding: 0;
    }

    .common #right .items .photos {
        padding: 0;
    }

    .common .desc {
        position: static;
        flex-direction: column;
        align-items: flex-start;
    }

    .common .desc2 {
        width: 100%;

    }

    .common .text {
        padding-right: 0;
    }

    .common .btn {
        margin-left: auto;
        margin-right: 73px;
        margin-top: 40px;
    }

    /* firstview */
    .firstview img {
        border-bottom: none;
        padding-bottom: 32px;
    }

    /* menu */
    .sp-menu {
        width: 100%;
        padding-top: 32px;
    }

    .sp-menu ul {
        border-bottom: solid 1px #000;
    }

    .sp-menu li {
        padding: 8px 0;
        line-height: 100%;
        border-top: solid 1px #000;
    }

    .sp-menu li p::after {
        position: absolute;
        content: '';
        display: inline-block;
        width: 12px;
        height: 12px;
        background-image: url('../img/arrow.png');
        background-position: center;
        background-size: cover;
        right: 0;
        top: 4px;
    }

    .sp-menu li p {
        position: relative;
        font-size: 13px;
        font-weight: 300;
        width: 92%;
        margin: auto;
    }

    /* about */
    .about h2 {
        display: none;
    }

    #right h2 {
        display: block;
        text-align: center;
        padding-top: 0;
        padding-bottom: 32px;
    }

    .about h3 {
        font-weight: 400;
    }

    /* newbrands */
    .newbrands {
        padding-bottom: 80px;
    }

    .swiper-slide {
        flex-direction: column;
        border-bottom: none;
    }

    .swiper-slide .left {
        padding: 0;
    }

    .swiper-slide .left img {
        position: static;
        transform: translate(0, 0);
        width: 100%;
    }

    .swiper-slide .right {
        padding: 0;
        border-right: none;
        width: 92%;
    }

    .items {
        padding-top: 32px;
    }

    .items .photos {
        gap: 24px;
        padding-top: 8px;
    }

    /* shippings */
    .shippings ul {
        position: static;
        width: 100%;
    }

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

    .shippings li img {
        width: 100%;
    }

    .shippings .text {
        width: 100%;
        padding-top: 80px;
    }

    .shippings #text {
        padding-top: 32px;
    }

    .shippings .btn {
        margin-top: 16px;
    }

    /* buyer */
    .buyer {
        border-bottom: none;
    }

    /* store */
    .store {
        padding-top: 160px;
    }
}

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

    .pc3 {
        display: none;
    }

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

    header img {
        width: 115px;
    }

    /* common */
    .common .text {
        width: 100%;
    }

    /* newbrands */
    .items .photos {
        display: flex;
        gap: 16px;
        padding-top: 16px;
    }

    .swiper-slide .btn {
        margin-top: 40px;
        margin-left: auto;
    }

    /* shippings */
    .shippings li {
        gap: 24px;
    }

    /* store */
    .store {
        padding: 8px 0 88px 0;
    }

    .store a {
        padding: 16px 64px;
        font-size: 14px;
    }

    /* toTop */
    #page-top {
        width: 45px;
        height: 45px;
    }

    #page-top a {
        width: 45px;
        height: 45px;
    }

}