@charset "utf-8";

/* 共通 */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
nav,
ul,
article,
section,
figure,
dl,
footer {
    margin: 0;
    padding: 0;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
nav,
ul,
li,
dl,
dt,
dd,
article,
section,
figure,
input,
button,
footer,
a {
    box-sizing: border-box;
}

body {
    /* font-family: var(--font-body-family), "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; */
    font-family: serif;
    color: #333;
    font-size: 14px;
    background-color: #fff;
}

button:hover {
    cursor: pointer;
    transition: 0.3s;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

main {
    position: relative;
}

main button,
.box .cart,
.pop .return {

    background-color: #eeeeeea9;
    border: 1px solid #030432;
    padding: 10px 30px;
}

main button:hover,
.box .cart:hover,
.pop .return:hover {
    cursor: pointer;
    color: #fff;
    background-color: #030432;
    transition: 0.3s;
}

.box .cart:hover a,
.pop .return:hover a {
    color: #fff;
}

nav a:hover {
    color: #030432;
}

.inner {
    width: 960px;
    margin: auto;
}

.visual {
    height: 400px;
    background: url(imgs/visual.jpg) center bottom -50px / cover no-repeat;
    width: 100%;
    position: relative;
}

h1 {
    color: #fff;
    font-size: 170px;
    position: absolute;
    bottom: -70px;
    right: 50px;
    font-weight: lighter;
    letter-spacing: .5rem;
    text-shadow: 0 0 2px #333;
}

.nav {
    width: 80%;
    margin: 60px auto 140px;
}

.nav li {
    width: 30%;
    background-color: #030432;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.nav li a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
}

.nav li a:hover {
    color: #030432;
}

.nav li:hover {
    border: #030432 1px solid;
    background-color: #fff;
}

.h2_wp {
    margin-bottom: 20px;
    margin-top: 20px;
    border-bottom: 10px solid #eeeeee;
}

h2::before {
    content: "";
    background-color: #030432;
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    transform: rotate(-10deg);
    z-index: -1;
    margin-left: -42px;
    margin-top: -30px;
}

h2 {
    letter-spacing: 0.2em;
    position: relative;
    font-size: 1.5rem;
    z-index: 10;
    font-weight: normal;
    padding: 60px 0 0 70px;
    margin: auto;
    width: 90%;
    max-width: 960px;
    line-height: 1em;
}

h2 span {
    font-size: 1.5em;
    color: #fff;
}

.products_wp {
    padding: 100px 20px 0;
    margin: auto;
    /* width: 90%; */
    max-width: 960px;
}

#productsArea {
    padding: 50px 0 0;
    /* width: 960px; */
}

.box {
    width: 430px;
    padding-bottom: 140px;
}

.box figure {
    width: 210px;
    height: 210px;
    /* background-color: #333; */
}

.box figure img {
    width: 100%;
    /* display: block; */
    position: relative;
}

/* 
.box figure img:hover {
    opacity: 0.3;
} */

/* .box figure img::after:hover {
    content: "カートに入れる";
    position: absolute;
    color: #fff;
} */

/* .box h3 {
    writing-mode: vertical-rl;
    font-size: 2.2rem;
    line-height: 4.4rem;
    position: relative;
    letter-spacing: 0.2em;
    padding-top: 6px;
    z-index: 10;
} */
.box h3 {
    /* width: 50px; */
    z-index: 10;
    position: relative;
}

.box h3 img {
    width: 50px;
    margin-left: 5px;
}

.box div {
    width: 220px;
    position: relative;
}

.box div p {
    height: 190px;
    position: absolute;
    bottom: 0;
    margin: 0 0 0 30px;
    padding: 8px 10px 8px 30px;
    font-size: 0.8rem;
    background-color: #eee;
    color: #333;
    display: flex;
    align-items: center;
}

figure p {
    padding-top: 5px;
}

.box .cart {
    margin: 40px auto 0;
    position: relative;
}

.box .cart a {
    height: 100%;
    width: 100%;
}

#productsArea li h3::before {
    content: '';
    /* display: inline-block; */
    position: absolute;
    /* display: block; */
    width: 30px;
    height: 38px;
    z-index: -1;
    left: 10px;
    top: 0;
}

.kaikei {
    /* position: fixed; */
    /* bottom: 80px; */
    width: 100%;
    height: 14vh;
    bottom: 0;
    background-color: #333333de;
    z-index: 50;
    clip-path: polygon(100% 0, 100% 14vh, 40% 14vh);
    /* clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%); */
    /* left: 50%;
    transform: translateX(-50%); */
}

.kaikei a {
    /* width: 80%; */
    /* margin-left: auto; */
    /* display: block; */
    color: #fff;
    white-space: nowrap;
    /* width: 100%; */
    height: 14vh;
    padding-left: calc(100% - 180px);
    display: flex;
    font-size: 1.1rem;
    padding-top: 7vh;
    padding-right: 30px;
    margin-bottom: auto;
    clip-path: polygon(100% 0, 100% 14vh, 40% 14vh);
}

.kaikei a:hover {
    background-color: #ffffff8d;
    color: #030432;
}

.pop_wp {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: #0000005e;
    z-index: 150;
    top: 0;
    left: 0;
    display: none;
}

.pop {
    /* position: absolute; */
    top: 30%;
    left: 50%;
    transform: translate(-50%);
    background-color: #fffffff6;
    border: #e9e9e9 2px solid;
    height: 50vh;
    max-width: 600px;
    width: 70%;
    z-index: 200;
    color: #262626;
    margin: auto;
    text-align: center;
    /* display: none; */
    position: fixed;

}

.pop div {
    align-items: center;
    height: 100%;
    width: 60%;
    margin: auto;
}


.pop .bg01,
.pop .bg02 {
    height: 8vh;
    background-color: #03043295;
    width: 100%;
    position: absolute;
}

.pop img {
    width: 80px;
    mix-blend-mode: difference;
}

.pop .bg01 {
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 8vh, 0 20px);
}

.pop .bg02 {
    bottom: 0;
    clip-path: polygon(0 0, 100% calc(8vh - 20px), 100% 100%, 0 100%);
}

.pop .flex p {
    margin: auto;
    font-size: 1.6em;
}

.pop .return {
    width: 50%;
    margin: -110px auto 0;
}

.pop .return a {
    height: 100%;
    display: block;
}

.product .back,
form .return {
    height: 30px;
}

.product .back:hover a,
form .return:hover a {
    color: #4b6f9a;
    height: 100%;
    display: block;
}

.product .return {
    margin-top: 30px;
}

.back,
form .return {
    text-align: center;
    line-height: 30px;
}

.back a {
    height: 100%;
    display: block;
}


.back:hover a,
.product .return:hover a {
    color: #4b6f9a;
}

.inview {
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    transition: opacity 1s, visibility 1s, transform 1s;
}

.is-fadein {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

@media screen and (max-width :920px) {
    /* .flex {
        display: none;
    } */

    /* header {
        width: 100%;
    } */
    .productsArea {
        width: 100%;
    }

    .visual {
        background-position: center bottom;
    }

    /* main {
        width: calc(100% - 20px);
        margin: auto;
    } */

    .products_wp {
        padding: 80px 30px 10px;
        margin: auto;
        /* width: 90%; */
    }

    .box {
        /* width: calc(100% - 20px); */
        width: 100%;
        padding-bottom: 60px;
    }

    .box div {
        position: relative;
        /* padding-top: 80px; */
        width: calc(100% - 230px);
        /* min-width: 230px; */
        /* margin-right: 10px; */
    }

    .box div h3 {
        position: absolute;
    }

    .box figure {
        width: 210px;
        margin-right: 10px;
    }

    .box div a {
        width: 100%;
    }

    .box div a img {
        width: 100%;
    }

    .box div h3 img {
        margin-left: 0;
    }

    .box div p {
        position: relative;
        height: 100%;
        font-size: 1em;
    }

    /* .visual {
        height: 380px;
    } */

    .visual h1 {
        font-size: 18vw;
        bottom: -6.9vw;
        right: 3vw;
    }

    .box .cart {
        margin: 40px 0 30px;
        margin-left: auto;
    }

    h2 {
        padding-top: 40px;
    }

    .pop .flex {
        display: block;
        padding-top: 20%;
    }

}

@media screen and (max-width :578px) {
    .product_wp {
        width: 100%;
    }

    .box {
        height: auto;
        flex-wrap: wrap-reverse;
        position: relative;
        padding-bottom: 140px;
    }

    .box figure {
        width: 100%;
        height: fit-content;
        margin: 0;
    }

    .box div {
        width: 100%;
    }

    .box div p {
        min-height: 190px;
        padding: 16px 10px 16px 30px;
    }

    .box .cart {
        position: absolute;
        right: 0;
        margin: 0;
        bottom: 100px;
    }

    .pop .flex,
    .pop .return {
        width: 76%;
    }

    .pop .return {
        padding: 10px 8px;
    }

    .kaikei,
    .kaikei a {
        clip-path: none;
    }

    .kaikei a {
        text-align: center;
        display: block;

    }
}