@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : original.css
Description :
===================================================================== */


/* ********************************************************************
        原作
******************************************************************** */
.original h2 {
    width: calc(170 / 630 * 100%);
}

.original .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.original .img li {
    width: calc(300 / 630 * 100%);
}

.original .ttl_original {
    text-align: center;
    margin: calc(30 / 630 * 100%) auto calc(100 / 630 * 100%);
}

.original dt {
    font-size: 2rem;
    font-weight: 600;
}

.original .ttl1 {
    line-height: 1.2;
}

.original .ttl_original dd {
    line-height: 1.2;
}

.original .ttl_original dd span {
    font-size: 1rem;
    color: #beb09f;
}

.original .comment {
    background: linear-gradient(45deg, transparent 15px, #f2efeb 15px), linear-gradient(135deg, transparent 15px, #f2efeb 15px), linear-gradient(225deg, transparent 15px, #f2efeb 15px), linear-gradient(315deg, transparent 15px, #f2efeb 15px);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 50.1% 50.1%;
    background-repeat: no-repeat;
}

.original .comment dt {
    position: relative;
    text-align: center;
    font-weight: 600;
    padding-bottom: calc(40 / 630 * 100%);
    border-bottom: 1px solid #47ccc5;
    margin-bottom: calc(40 / 630 * 100%);
}

.original .comment dt::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 1px;
    background-color: #47ccc5;
}

.original .comment {
    margin-top: calc(50 / 630 * 100%);
    margin-bottom: calc(80 / 630 * 100%);
}

.btn_green {
    margin-bottom: calc(80 / 630 * 100%);
}

.btn_green a {
    padding: calc(35 / 630 * 100%) calc(20 / 630 * 100%) calc(70 / 630 * 100%);
}

.btn_green::before {
    height: 50%;
}

.btn_green::before,
.btn_green::after {
    bottom: 16%;
}

.btn_green span {
    text-align: center;
    color: #665852;
    font-weight: bold;
    display: block;
    font-size: 1.6rem;
    margin-bottom: calc(10 / 630 * 100%);
}


@media screen and (min-width: 768px) {

    .original h2 {
        width: calc(123 / 1000 * 100%);
    }

    .original .img {
        width: calc(630 / 1000 * 100%);
        margin: 0 auto;
    }

    .original .img li {
        width: calc(480 / 1000 * 100%);
    }

    .original .ttl_original {
        margin: calc(30 / 1000 * 100%) auto calc(100 / 1000 * 100%);
    }

    .original dt {
        font-size: 3rem;
    }

    .original .ttl_original dd {
        font-size: 2.1rem;
    }

    .original .ttl_original dd span {
        font-size: 1.5rem;
    }

    .original .comment {
        background: linear-gradient(45deg, transparent 30px, #f2efeb 30px), linear-gradient(135deg, transparent 30px, #f2efeb 30px), linear-gradient(225deg, transparent 30px, #f2efeb 30px), linear-gradient(315deg, transparent 30px, #f2efeb 30px);
        background-position: bottom left, top left, top right, bottom right;
        background-size: 50.1% 50.1%;
        background-repeat: no-repeat;
        padding: calc(80 / 1000 * 100%) calc(100 / 1000 * 100%);
        font-size: 1.8rem;
        width: 100%;
        margin: auto;
    }

    .original .comment dt {
        padding-bottom: calc(40 / 1000 * 100%);
        margin-bottom: calc(40 / 1000 * 100%);
    }

    .original .comment dt::before {
        position: absolute;
        content: '';
        left: 0;
        bottom: 4px;
        width: 100%;
        height: 1px;
        background-color: #47ccc5;
    }

    .original .comment {
        margin-top: calc(50 / 1000 * 100%);
        margin-bottom: calc(80 / 1000 * 100%);
    }

    .btn_green {
        margin-bottom: calc(80 / 1000 * 100%);
    }

    .btn_green a {
        padding: calc(55/1000* 100%) calc(50/1000 * 100%) calc(95 / 1000 * 100%);
    }

    .btn_green span {
        font-size: 1.4rem;
    }

    .btn_green img {
        width: calc(230 / 350 * 100%);
    }

    .btn_green .hover {
        padding: calc(51 / 350 * 100%) calc(70 / 350 * 100%) calc(30 / 350 * 100%) calc(63 / 350 * 100%);
        left: 1%;
        width: 100%;
    }

}

@media screen and (min-width: 1000px) {
    .btn_green span {
        font-size: 1.6rem;
    }
}
