@media screen and (min-width: 768px) {
    .about .is-sp {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .about .is-pc {
        display: none !important;
    }
}

.about {
    line-height: 1.8;
    margin: 0 0 80px;
    color: #30201c;
    font-size: 16px;
}

.about img {
    height: auto;
    vertical-align: top;
}

.about .about-kv {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 515px;
    margin: 0 0 106px;
    background: url("/img/usr/freepage/about/kv_02.jpg") no-repeat 50% 50%;
    background-size: cover;
}

.about .about-kv-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 782px;
    height: 380px;
    background: url("/img/usr/freepage/about/kv_03.png") no-repeat 50% 50%;
    background-size: 100% 100%;
    z-index: 0;
}

.about .about-kv-inner:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 59px;
    left: 50%;
    width: 665px;
    height: 149px;
    background: url("/img/usr/freepage/about/kv_04.png") no-repeat 50% 50%;
    background-size: 100% 100%;
    z-index: -1;
    transform: translateX(-50%);
}

.about .about-kv-copy {
    margin: 0 0 8px;
}

.about .about-kv-ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    margin: 0 0 33px;
    color: #1c2324;
    font-size: 18px;
    font-weight: bold;
}

.about .about-kv-ttl:before,
.about .about-kv-ttl:after {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background: #1c2324;
}

.about .about-kv-txt {
    text-align: center;
}

.about .about-point {
    max-width: 1180px;
    margin: 0 auto 126px;
}

.about .about-point-col {
    display: flex;
}

.about .about-point-col.about-point-1 {
    margin: 0 0 212px;
}

.about .about-point-col.about-point-1 .about-point-img img {
    top: -48px;
    left: 4px;
}

.about .about-point-col.about-point-2 {
    flex-direction: row-reverse;
    margin: 0 0 159px;
}

.about .about-point-col.about-point-2 .about-point-img img {
    top: -131px;
    right: 31px;
}

.about .about-point-col.about-point-3 .about-point-img img {
    top: -112px;
    left: 56px;
}

.about .about-point-inner {
    width: 750px;
}

.about .about-point-ttl {
    margin: 0 0 36px;
}

.about .about-point-img {
    flex: 1;
    position: relative;
}

.about .about-point-img img {
    position: absolute;
    max-width: inherit;
}

.about .about-home {
    position: relative;
    margin: 0 0 60px;
    padding: 110px 0 74px;
    background: #faf3e8;
}

.about .about-home:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 55px;
    background: url("/img/usr/freepage/about/home_02.png") repeat-x 50% 0;
    background-size: auto 100%;
}

.about .about-home-inner {
    max-width: 1180px;
    margin: 0 auto;
}

.about .about-home-ttl {
    margin: 0 0 34px;
    text-align: center;
}

.about .about-home-txt {
    margin: 0 0 44px;
    text-align: center;
}

.about .about-home-bnr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 27px 21.5px;
}

.about .about-home-bnr-item a {
    transition: 0.3s;
}

.about .about-home-bnr-item a:hover {
    opacity: 0.7;
}

.about .about-online {
    margin: 0 0 94px;
}

.about .about-online-ttl {
    margin: 0 0 33px;
    text-align: center;
}

.about .about-online-bnr {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
}

.about .about-online-bnr .slick-arrow {
    display: block;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 100%;
    text-indent: -100vw;
    background: #30201c;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 1;
    transition: 0.3s;
}

.about .about-online-bnr .slick-arrow:hover {
    background: #6c3b28;
}

.about .about-online-bnr .slick-arrow:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.about .about-online-bnr .slick-prev {
    left: 125px;
}

.about .about-online-bnr .slick-prev:after {
    transform: translate(-35%, -50%) rotate(-135deg);
}

.about .about-online-bnr .slick-next {
    right: 125px;
}

.about .about-online-bnr .slick-next:after {
    transform: translate(-65%, -50%) rotate(45deg);
}

.about .about-online-bnr .slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 0 14px;
    position: absolute;
    right: 0;
    bottom: -42px;
    left: 0;
}

.about .about-online-bnr .slick-dots li button {
    display: block;
    width: 11px;
    height: 11px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 100%;
    text-indent: -100vw;
    background: #e8e8e8;
    transition: 0.3s;
    cursor: pointer;
}

.about .about-online-bnr .slick-dots li.slick-active button {
    background: #572d2d;
}

.about .about-online-bnr-item {
    margin: 0 25px 0 0;
}

.about .about-online-bnr-item a {
    display: block;
    overflow: hidden;
    border-radius: 20px;
    transition: 0.3s;
}

.about .about-online-bnr-item a:hover {
    opacity: 0.7;
}

.about .about-voice {
    padding: 60px 0;
    background: #dfcebd;
}

.about .about-voice-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 60px 90px 90px;
    background: #faf8f6;
}

.about .about-voice-ttl {
    line-height: 1;
    margin: 0 0 60px;
    text-align: center;
}

.about .about-enjoy {
    position: relative;
    margin: 0 0 80px;
    padding: 72px 0;
    text-align: center;
    background: #faf3e8;
}

.about .about-enjoy:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -28px;
    left: 50%;
    width: 24px;
    height: 29px;
    background: #faf3e8;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: translateX(-50%);
}

.about .about-enjoy:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1029px;
    height: 131px;
    background: url("/img/usr/freepage/about/enjoy_02.png") no-repeat 0 0;
    background-size: 100% 100%;
    transform: translate(-50%, -50%);
}

.revico-multicomment-top .revico-comment-footer {
    margin: 30px auto 0px !important;
    padding-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
    .about {
        margin: 0;
        font-size: 3.26vw;
    }

    .about .about-kv {
        display: block;
        height: auto;
        margin: 0 0 12.09vw;
        padding: 6.74vw 0 10.23vw;
        background-image: url("/img/usr/freepage/about/kv_02_sp.jpg");
    }

    .about .about-kv-inner {
        width: auto;
        height: 122.56vw;
        background-image: url("/img/usr/freepage/about/kv_03_sp.png");
    }

    .about .about-kv-inner:before {
        content: none;
    }

    .about .about-kv-copy {
        margin: 0 0 0.93vw;
    }

    .about .about-kv-copy img {
        width: 77.67vw;
    }

    .about .about-kv-ttl {
        gap: 0 1.86vw;
        margin: 0 0 4.19vw;
        padding: 0;
        font-size: 3.49vw;
    }

    .about .about-kv-ttl:before,
    .about .about-kv-ttl:after {
        width: 2.79vw;
    }

    .about .about-kv-txt {
        font-size: 3.72vw;
    }

    .about .about-kv-txt:before {
        content: "";
        display: block;
        width: 61.4vw;
        height: 12.09vw;
        margin: 0 0 4.65vw;
        background: url("/img/usr/freepage/about/kv_04_sp.png") no-repeat 50% 50%;
        background-size: 100% 100%;
    }

    .about .about-point {
        overflow: hidden;
        margin: 0 0 8.6vw;
        padding: 0 4.42vw;
    }

    .about .about-point-col {
        display: block;
    }

    .about .about-point-col.about-point-1 {
        margin: 0 0 10.47vw;
    }

    .about .about-point-col.about-point-1 .about-point-img img {
        top: auto;
        right: -3.49vw;
        left: auto;
        width: 116.51vw;
    }

    .about .about-point-col.about-point-2 {
        margin: 0 0 12.09vw;
    }

    .about .about-point-col.about-point-2 .about-point-img img {
        top: auto;
        right: auto;
        left: -37.67vw;
        width: 120.23vw;
    }

    .about .about-point-col.about-point-3 .about-point-img img {
        top: auto;
        right: -12.79vw;
        left: auto;
        width: 105.81vw;
    }

    .about .about-point-inner {
        width: auto;
    }

    .about .about-point-ttl {
        margin: 0 0 8.84vw;
        padding: 0;
    }

    .about .about-point-txt {
        margin: 0 0 6.51vw;
    }

    .about .about-point-img img {
        position: relative;
    }

    .about .about-home {
        margin: 0 0 11.86vw;
        padding: 22.09vw 4.42vw 4.88vw;
    }

    .about .about-home:before {
        height: 8.37vw;
    }

    .about .about-home-ttl {
        margin: 0 0 7.91vw;
        padding: 0;
    }

    .about .about-home-ttl img {
        width: 86.05vw;
    }

    .about .about-home-txt {
        margin: 0 0 10.23vw;
    }

    .about .about-home-bnr {
        display: block;
    }

    .about .about-home-bnr-item {
        margin: 0 0 6.74vw;
    }

    .about .about-home-bnr-item img {
        width: 100%;
    }

    .about .about-online {
        margin: 0 0 18.6vw;
    }

    .about .about-online-ttl {
        margin: 0 0 4.19vw;
        padding: 0;
    }

    .about .about-online-ttl img {
        width: 82.79vw;
    }

    .about .about-online-bnr .slick-arrow {
        width: 6.98vw;
        height: 6.98vw;
    }

    .about .about-online-bnr .slick-arrow:after {
        width: 2.33vw;
        height: 2.33vw;
    }

    .about .about-online-bnr .slick-prev {
        left: 1.16vw;
    }

    .about .about-online-bnr .slick-next {
        right: 1.16vw;
    }

    .about .about-online-bnr .slick-dots {
        gap: 0 1.86vw;
        bottom: -6.98vw;
    }

    .about .about-online-bnr .slick-dots li button {
        width: 2.09vw;
        height: 2.09vw;
    }

    .about .about-online-bnr-item {
        width: 86.51vw;
        margin: 0 3.49vw 0 0;
    }

    .about .about-online-bnr-item a {
        display: block;
        overflow: hidden;
        border-radius: 2.33vw;
    }

    .about .about-online-bnr-item a img {
        width: 100%;
    }

    .about .about-voice {
        padding: 0;
    }

    .about .about-voice-inner {
        padding: 11.63vw 4.42vw 13.95vw;
    }

    .about .about-voice-ttl {
        margin: 0 0 9.3vw;
    }

    .about .about-voice-ttl img {
        width: 28.14vw;
    }

    .about .about-enjoy {
        padding: 9.77vw 0 6.98vw;
    }

    .about .about-enjoy:after {
        position: static;
        width: 58.6vw;
        height: 11.63vw;
        margin: 5.35vw auto 0;
        background-image: url("/img/usr/freepage/about/enjoy_02_sp.png");
        transform: none;
    }

    .about .about-enjoy img {
        width: 80.47vw;
    }
}