﻿.forcms_block {
    background-color: #ede6e3;
}

.wrap {
    width: 100%;
    max-width: 910px;
    margin: auto;
}

.pc_on {
    display: block;
}

.sp_on {
    display: none;
}


.mv:not(:last-child) {
    margin-bottom: 60px;
}


.wrap .title {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 1em;
    position: relative;
}

.wrap h2 {
    font-size: 2.8rem;
    margin: 0 0 0.2em;
    padding: 0 1em 0.2em;
    display: inline-block;
    border-bottom: 1px solid #000;
}

.wrap h3 {
    text-align: left;
    border-left: 5px solid #EBC52F;
    line-height: 1.5384615385;
    margin-bottom: 0.8em;
    padding-left: 20px;
}

.wrap h3,
.wrap h3 a {
    font-size: 2.3rem;
}

.wrap p {
    font-size: 1.4rem;
    margin-bottom: 1em;
}

.wrap li {
    font-size: 1.4rem;
}

.wrap a {
    font-size: 1.4rem;
    text-decoration: none;
    color: #222222;
}

.wrap a:hover,
.wrap a:hover .red {
    color: #EBC52F;
}

.wrap .red {
    color: red;
}

.lineup {
    display: grid;
    grid: auto-flow / repeat(4, 23%);
    justify-content: space-around;
    background-color: #fff;
    padding: 30px 10px;
}

.lineup .content {
    display: flex;
    flex-direction: column
}

.lineup .content .btn {
    margin-top: auto
}

.c-flex {
    display: flex;
}

.c-box {
    margin-top: 30px;
    padding: 30px 10px;
    background-color: #fff;
}

.c-box__inner {
    width: 100%;
    justify-content: space-between;
    margin: 0;
}

.c-box .c-box__inner picture {
    display: block;
    width: 42%;
}

.c-box .c-box__inner figcaption {
    width: 52%;
}

.annotation {
    border: solid 1px;
    margin-top: 30px;
    padding: 0.5em;
}

.btn-box {
    margin-top: 30px;
    text-align: center;
}

.content .text {
    margin-bottom: 1em;
}

.btn,
.cart {
    line-height: 1.5;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}

a.btn-svg {
    line-height: 54px;

    width: 204px;
    height: 54px;
    padding: 0;

    cursor: pointer;
    text-decoration: none;

    background-color: transparent;
}

a.btn-svg svg {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

a.btn-svg svg rect {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;

    stroke: #000;
    stroke-width: 1.5px;
    stroke-dasharray: 200px, 30px;
    stroke-dashoffset: 70px;
}

a.btn-svg:hover svg rect {
    stroke-dashoffset: 284px;
}

a.btn-svg span {
    color: #000;
}

.cart {
    padding: 1rem 4rem;
}

.btn-box a.cart {
    overflow: hidden;
    padding: 2rem 7rem;
    color: #fff;
    border-radius: 0;
    background: #000;
}

.btn-box a.cart span {
    position: relative;
}

.btn-box a.cart:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 110px;
    content: '';
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-80%) translateY(-25px);
    transform: translateX(-80%) translateY(-25px);
    border-radius: 50%;
    background: #EBC52F;
}

.btn-box a.cart:hover:before {
    width: 400px;
    height: 400px;
    -webkit-transform: translateX(-1%) translateY(-175px);
    transform: translateX(-1%) translateY(-175px);
}

.indent li {
    text-indent: -1em;
    padding-left: 1em;
}

.others {
    display: flex;
}

.others div {
    flex: 1;
    padding: 0 5px;
}

.others div:first-child {
    padding-left: 0;
}

.others div:last-child {
    padding-right: 0;
}

@media screen and (min-width: 768px) {}

@media screen and (max-width: 910px) {
    .wrap-inner {
        padding: 0 4%;
    }
}


@media screen and (max-width: 768px) {
    .pc_on {
        display: none;
    }

    .sp_on {
        display: block;
    }

    .wrap .title {
        margin-bottom: 20px;
    }

    .wrap h2 {
        font-size: 2.2rem;
    }

    .wrap h3 {
        margin-top: 1em;
    }

    .wrap h3,
    .wrap h3 a {
        font-size: 1.6rem;
    }

    .lineup {
        grid: auto-flow / repeat(2, 45%);
    }

    .lineup .content {
        margin-bottom: 20px;
    }

    .cart {
        margin-bottom: 1em;
    }

    .c-box__inner {
        flex-wrap: wrap;
    }

    .c-box .c-box__inner picture {
        width: 100%;
    }

    .c-box .c-box__inner figcaption {
        width: 100%;
    }

    .others {
        display: block;
    }

    .others div {
        margin-bottom: 20px;
    }

    .others a {
        display: flex;
        gap: 10px;
    }

    .others img {
        width: 45%;
    }
}