@charset "UTF-8";

/* mv */
.mv-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 80dvh;
    min-height: 450px;
    background-image: url("..//images/top/mv01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.mv-inner .mv-img {
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.mv .sub-bk::before {
    content: "";
    position: absolute;
    bottom: 240px;
    left: 0;
    background-color: #E67832;
    width: 40vw;
    height: 60px;
    border-radius: 0 30px 30px 0;
    z-index: 1;
}
.mv .lead-sub {
    position: absolute;
    bottom: 240px;
    z-index: 2;
    height: 60px;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
.mv .lead-sub-t {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}
.mv .lead-sub-t span {
    font-size: 44px;
    font-weight: 800;
}
.mv .lead {
    position: absolute;
    bottom: 60px;
    z-index: 2;
}
.mv .lead p {
    font-size: clamp(22px, 7vw, 82px);
    color: #fff;
    line-height: 1;
    font-weight: 700;
}
@media screen and (max-width: 1024px) {
    .mv .sub-bk::before {
        width: 350px;
        bottom: 212px;
    }
    .mv .lead-sub {
        bottom: 210px;
    }
    .mv .lead-sub-t {
        font-size: 24px;
        letter-spacing: 1.2px;
    }
    .mv .lead-sub-t span {
        font-size: 32px;
    }
}
@media screen and (max-width: 767px) {
    .mv .sub-bk::before {
        bottom: 150px;
    }
    .mv .lead-sub {
        bottom: 150px;
    }
    .mv .lead {
        bottom: 30px;
    }
}
@media screen and (max-width: 600px) {
    .mv .sub-bk::before {
        bottom: 120px;
        height: 50px;
    }
    .mv .lead-sub {
        bottom: 115px;
    }
}
@media screen and (max-width: 430px) {
    .mv .sub-bk::before {
        width: 310px;
        bottom: 100px;
    }
    .mv .lead-sub {
        bottom: 95px;
    }
    .mv .lead-sub-t {
        font-size: 22px;
    }
    .mv .lead-sub-t span {
        font-size: 30px;
    }
}

/* pr */
.p-pr .content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
}
.p-pr .text-box {
    margin-bottom: 30px;
}
@media screen and (max-width: 1050px) {
    .p-pr .c-t02 {
        letter-spacing: 1px;
    }
}
@media screen and (max-width: 1024px) {
    .p-pr .content {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
    .p-pr .img-area {
        max-width: 90%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px) {
    .p-pr .img-area {
        max-width: 100%;
        margin: initial;
    }
}

/* instagram */
.p-instagram .text {
    text-align: center;
    font-size: 22px;
}
.p-instagram .content {
    padding-top: 60px;
}
@media screen and (max-width: 767px) {
    .p-instagram .text {
        font-size: inherit;
    }
    .p-instagram .content {
        padding-top: 30px;
    }
}

/* banner */
.p-banner {
    padding-top: 0;
}
.p-banner .content a {
    display: block;
    max-width: 700px;
    margin: 0 auto;
    transition: all 0.3s;
}
.p-banner .content a:hover {
    transform: translateY(-3px);
}
.p-banner .img-sp {
    display: none;
}
@media screen and (max-width: 500px) {
    .p-banner .img-pc {
        display: none;
    }
    .p-banner .img-sp {
        display: block;
    }
}

