@charset "UTF-8";

.form-error{
    font-size: 14px;
    color: red;
}

.contact-blue__form__item--center .form-error{
    text-align: center;
    width: 100%;
}

li{
    list-style: none;
}

:root{
    --main-w: 1920;
}

body.no-scroll{
    overflow: hidden;
}

html{
    font-family:
    "Yu Gothic Medium",
    "Yu Gothic",
    "游ゴシック体",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Helvetica Neue",
    Helvetica,
    Arial,
    Meiryo,
    "MS PGothic",
    "Noto Sans JP",
    sans-serif;
    color: #000000;
    letter-spacing: 0;
}

.font-hybrid{
    font-family: 
    "Helvetica Neue",
    Helvetica,
    Arial,
    "Yu Gothic Medium",
    "Yu Gothic",
    "游ゴシック体",
    Meiryo,
    sans-serif;
}

/* Helvetica Neue */
.font-helvetica-neue {
    font-family:
    "Helvetica Neue",
    Helvetica,
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Yu Gothic Medium",
    "Yu Gothic",
    "游ゴシック体",
    Meiryo,
    "MS PGothic",
    "Noto Sans JP",
    sans-serif;
}

/* Yu Gothic */
.font-yugothic {
    font-family:
    "Yu Gothic Medium",
    "Yu Gothic",
    "游ゴシック体",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Helvetica Neue",
    Helvetica,
    Arial,
    Meiryo,
    "MS PGothic",
    "Noto Sans JP",
    sans-serif;
}

main{
    padding-top: 102.32px;
}

a{
    color: inherit;
    text-decoration: none;
}

img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

header{
    width: 100%;
    padding: 0 30px;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: #fff;
}

.header__wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.header__logo{
    display: block;
    width: 60px;
}

.header__nav__list{
    display: flex;
    align-items: center;
    gap: 20px;
}

.header__nav__list__item{
    color: #000;
    font-size: min(max(18 / var(--main-w) * 100vw,16px), 18px);
}
/* fv */

.top-fv{
    position: relative;
    height: 100svh;
    width: 100vw;
}

.top-fv__video{
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-fv__inner{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 0 min(max(120 / var(--main-w) * 100vw,60px),120px);
    padding-bottom: 63px;
}

.top-fv__subttl{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: min(max(32 / var(--main-w) * 100vw,24px),32px);
    gap: 20px;
    font-weight: 500;
    /* 游明朝 */
    font-family:
    "Yu Mincho",
    "Yu Mincho Medium",
    "Yu Mincho Regular",
    "游明朝",
    "游明朝体",
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    serif;

}

.top-fv__subttl::before{
    content: "";
    width: 160px;
    height: 1px;
    background-color: #fff;
}

.top-fv__ttl{
    color: #fff;
    line-height: 1.3;
    margin-top: 23px;
    font-size: min(max(52 / var(--main-w) * 100vw,42px),52px);
    letter-spacing: 0.08em;
        font-weight: 500;
    /* 游明朝 */
    font-family:
    "Yu Mincho",
    "Yu Mincho Medium",
    "Yu Mincho Regular",
    "游明朝",
    "游明朝体",
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    serif;
}

/* top-about */

.top-about{
    padding: 60px 0;
    background-color: #292626;
}

.top-about__inner{
    max-width: 1420px;
    width: calc(100% - 30px);
    margin: 0 auto;
}

.top-about__ttl{
    font-size: min(max(28 / var(--main-w) * 100vw,24px),28px);
    color: #fff;
    font-weight: 600;
}

.top-about__txt{
    font-size: min(max(20 / var(--main-w) * 100vw,16px),20px);
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
    line-height: 2em;
}

.top-about__button{
    text-align: right;
    margin-top: 30px;
}

.top-about__button__item{
    display: inline-block;
    font-size: min(max(16 / var(--main-w) * 100vw,14px),16px);
    text-align: center;
    line-height: min(max(65 / var(--main-w) * 100vw,50px),65px);
    background-color: #E0E4E4;
    border-radius: 50px;
    padding: 0 50px;
}

/* top-video */

.top-video{
    margin: 180px 0 120px 0;
}

.top-video__inner{
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 75px;
}

.top-video__box{
    display: flex;
    align-items: flex-end;
    gap: 54px;
}

.top-video__box__info__ttl{
    font-size: min(max(32 / var(--main-w) * 100vw,24px),32px);
    margin: 0 auto;
    font-weight: bold;
    letter-spacing: 0.08em;
}

.top-video__box__info__txt{
    font-size: min(max(16 / var(--main-w) * 100vw,14px),16px);
    margin-top: 28px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0;
}

.top-video__box__video{
    width: 60%;
    height: auto;
}

.top-video__box__info{
    width: 40%;
    padding-right: 15px;
}

.top-video__box__video video{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* top-service */

.top-service{
    margin: 120px 0;
}

.top-service__ttl__wrap{
    position: relative;
    max-width: 1420px;
    width: calc(100% - 30px);
    margin: 0 auto;
}

.top-service__ttl__wrap::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1.5px;
    background-color: #969696;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.top-service__ttl{
    display: inline-block;
    padding-right: 54px;
    background-color: #fff;
    font-size: min(max(54 / var(--main-w) * 100vw,42px),54px);
    font-weight: 400;
    letter-spacing: 0.18em;
}

.top-service__inner{
    display: flex;
    flex-direction: column;
    gap: 75px;
    max-width: 1420px;
    width: calc(100% - 30px);
    margin: 0 auto;
    margin-top: 150px;
}

.top-service__box{
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

.top-service__box__img{
    width: 60%;
}

.top-service__box__content{
    width: 40%;
}

.top-service__box__content__ttl{
    font-size: min(max(38 / var(--main-w) * 100vw,30px),38px);
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1;
}

.top-service__box__content__txt{
    margin-top: 40px;
    font-size: min(max(21 / var(--main-w) * 100vw,18px),21px);
    font-weight: 500;
    letter-spacing: 0.14em;
}

/* top-produce */

.top-produce{
    margin: 100px 0;
}

.top-produce__inner{
    max-width: 1420px;
    width: calc(100% - 30px);
    margin: 0 auto;
}

.top-produce__ttl{
    font-weight: 500;
    font-size: min(max(38 / var(--main-w) * 100vw,30px),38px);
    letter-spacing: 0.06em;
}

.top-produce__txt{
    font-size: min(max(21 / var(--main-w) * 100vw,18px),21px);
    font-weight: 500;
    margin-top: min(max(42 / var(--main-w) * 100vw,25px),42px);
}

.top-produce__full{
    position: relative;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

.top-produce__flex{
    max-width: 1420px;
    width: calc(100% - 30px);
    margin: 0 auto;
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: min(max(50 / var(--main-w) * 100vw,20px),50px) min(max(150 / var(--main-w) * 100vw,30px), 150px);
    padding: 0 70px;
}

.top-produce__flex__item{
    width: calc(33.333% - min(max(100 / var(--main-w) * 100vw,20px), 100px));
}

.top-produce__flex__item__circle{
    position: relative;
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    border: 1px solid #000;
    border-radius: 50%;
}

.top-produce__flex__item__circle::after{
    content: "1.ご相談";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
}

.top-produce__flex__item__circle--02::after{
    content: "2.企画";
}


.top-produce__flex__item__circle--02::before{
    content: "";
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    position: absolute;
    aspect-ratio: 1920 / 116.06;
    background: url(./assets/img/pr_deco01.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    bottom: 30px;
    left: 0;
}


.top-produce__flex__item__circle--03::after{
    content: "3.撮影";
}

.top-produce__flex__item__circle--04::after{
    content: "4.編集";
}

.top-produce__flex__item__circle--05::after{
    content: "5.MA";
}


.top-produce__full::after{
    content: "";
    width: 100%;
    margin: 0 calc(50% - 50vw);
    position: absolute;
    aspect-ratio: 1920 / 204;
    background: url(./assets/img/pr_deco02.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    top: 78%;
    transform: translateY(-50%);
    left: 0;
}


.top-produce__flex__item__txt{
    margin-top: 25px;
    font-size: min(max(16 / var(--main-w) * 100vw,14px),16px);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.09em;
}

.top-produce__cap{
    color: #707070;
    text-align: center;
    font-size: min(max(16 / var(--main-w) * 100vw,14px),16px);
    font-weight: 600;
    margin-top: min(max(60 / var(--main-w) * 100vw,30px),60px);
}

.top-produce__button{
    display: block;
    text-align: center;
    max-width: 300px;
    width: calc(100% - 30px);
    margin: 0 auto;
    line-height: min(max(60 / var(--main-w) * 100vw,50px),60px);
    font-size: min(max(18 / var(--main-w) * 100vw,14px),18px);
    font-weight: 500;
    letter-spacing: 0.029em;
    background-color: #E0E4E4;
    border-radius: 50px;
    margin-top: 26px;
}

footer{
        background-color: #292626;
    padding: 150px 0 120px 0;
    text-align: center;
}

.footer__ttl{
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    color: #fff;
}

.footer__contact{
    display: block;
    text-align: center;
    margin-top: 30px;
    width: 300px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
    line-height: min(max(60 / var(--main-w) * 100vw,50px),60px);
    font-size: min(max(18 / var(--main-w) * 100vw,14px),18px);
    font-weight: 500;
    letter-spacing: 0.029em;
    background-color: #FFFFFF;
    border-radius: 50px;
    margin-top: 26px;
}

.footer__sns{
    margin-top: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.footer__sns__item{
    width: 40px;
    height: auto;
}

/* about */

.about-intro{
    padding: min(max(80 / var(--main-w) * 100vw, 40px), 80px) 0;
}

.about-intro__inner{
    max-width: 1420px;
    width: calc(100% - 30px);
    margin: 0 auto;
}

.about-intro__inner--privacy{
    max-width: 1200px;
}

.about-intro__txt{

}

.about-intro__ttl{
    font-size: min(max(64 / var(--main-w) * 100vw,42px),64px);
    letter-spacing: 0.18em;
    font-weight: 500;
}

.about-intro__ttl--privacy{
     font-size: min(max(52 / var(--main-w) * 100vw,28px),52px);
}

.about-intro__copy{
    font-size: min(max(24 / var(--main-w) * 100vw,18px),24px);
    letter-spacing: 0.14em;
    margin-top: min(max(80 / var(--main-w) * 100vw,40px),80px);
    font-weight: 500;
        font-family: "Yu Mincho", "Yu Mincho Medium", "Yu Mincho Regular", "游明朝", "游明朝体", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
}

.about-intro__copy span.large{
    font-size: min(max(35 / var(--main-w) * 100vw,24px),35px);
    letter-spacing: 0.12em;
}

.about-intro__copy__inner{
    font-weight: bold;
    font-size: min(max(22 / var(--main-w) * 100vw,20px),28px);
}

.about-intro__txt{
    font-size: min(max(25 / var(--main-w) * 100vw,18px),25px);
    letter-spacing: 0.12em;
    line-height: 2.2;
    margin-top: min(max(80 / var(--main-w) * 100vw,40px),80px);
}

.about-intro__txt--privacy{
     font-size: min(max(18 / var(--main-w) * 100vw,14px),18px);
     line-height: 2em;

}

.about-member,.about-company,.about-access{
    margin: min(max(120 / var(--main-w) * 100vw,80px),120px) 0;
}

.about-member__ttl{
    text-align: center;
    font-size: min(max(42 / var(--main-w) * 100vw,32px),42px);
    font-weight: 500;
}

.about-member__list{
    max-width: 1280px;
    width: calc(100% - 30px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 75px;
    margin-top: min(max(50 / var(--main-w) * 100vw, 25px), 50px);
}

.about-member__list__item{
    width: calc(33.333% - 50px);
}

.about-member__list__item__name{
    text-align: center;
    font-size: min(max(21 / var(--main-w) * 100vw,18px),21px);
    letter-spacing: 0.1em;
    font-weight: 400;
    margin-top: 15px;
}

.about-member__list__item__role{
    text-align: center;
    font-size: min(max(18 / var(--main-w) * 100vw,16px),18px);
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-top: 15px;
}

.about-member__list__item__explain{
    text-align: center;
    font-size: min(max(16 / var(--main-w) * 100vw,14px),16px);
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-top: 10px;
}

.about-company__inner{
    max-width: 1420px;
    width: calc(100% - 30px);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 60px;
    align-items: flex-end;
    margin-top: 80px;
}

.about-company__left{
    width: 65%;
}

.about-company__right{
    width: 35%;
}

.about-company__item{
    display: flex;
    gap: 60px;
    padding: 30px;
    border-top: 1px solid #000000;
}

.about-company__item__ttl{
    width: min(max(65 / var(--main-w) * 100vw,56px),65px);
    font-size: min(max(16 / var(--main-w) * 100vw,14px),16px);
    font-weight: 600;
}

.about-company__item__txt{
    font-size: min(max(16 / var(--main-w) * 100vw,14px),16px);
    font-weight: 400;
    width: calc(100% - min(max(125 / var(--main-w) * 100vw,116px),125px));
}

.about-company__left .about-company__item:last-child{
    border-bottom: 1px solid #000000;
}

.about-access__inner{
    max-width: 1420px;
    width: calc(100% - 30px);
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: flex-end;
    margin-top: 80px;
}

.about-access__map{
    width: 100%;
    height: auto;
    aspect-ratio: 1078/573;
}

.about-access__map iframe{
    width: 100%;
    height: 100%;
}

.about-access__info{
    width: 35%;
    font-size: min(max(18 / var(--main-w) * 100vw, 14px), 18px);
    line-height: 2;
    letter-spacing: 0;
}

.rental{
    max-width: 1420px;
    width: calc(100% - 30px);
    margin: 0 auto;
    display: flex;
    gap: 55px;
    margin-top: min(max(50 / var(--main-w) * 100vw, 25px), 50px);
    margin-bottom: min(max(100 / var(--main-w) * 100vw, 80px), 100px);
}

.rental__category{
    width: 165px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: sticky;
    left: 0;
    top: 120px;
    height: fit-content;
}

.rental__category__item{
    width: 100%;
    background-color: #EAECEC;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 40px;
    padding-left: 20px;
    cursor: pointer;
}

.rental__category__item.active{
    background-color: #ACCECE;
}

.rental__list{
    width: calc(100% - 220px);
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    height: fit-content;
}

.rental__list__item{
    min-height: 150px;
    border-radius: 5px;
    border: 5px solid #E0E4E4;
    width: calc(50% - 10px);
    display: flex;
}

.rental__list__item__left{
    width: 59%;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 15px;
}

.rental__list__item__left--noimage{
    justify-content: center;
}

.rental__list__item__left__name{
    font-size: min(max(18 / var(--main-w) * 100vw, 16px), 18px);
    font-weight: bold;
    line-height: 2;
    text-align: center;
}

.rental__list__item__right{
    width: 41%;
    background-color: #E0E4E4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 10px;
}

.rental__list__item__left__image{
    width: 70%;
    margin: 0 auto;
}
.rental__list__item__left__image img{
    max-width: 100%;
    object-fit: contain;
    object-position: center;
}
.rental__list__item__right__info__brand{
    text-align: right;
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    letter-spacing: 0.04em;
    font-weight: 400;
}

.rental__list__item__right__info__txt p{
    font-size: min(max(14 / var(--main-w) * 100vw, 12px), 14px);
    line-height: 1.7;
    margin-top: 20px;
}

.rental__list__item__right__price{
    font-size: min(max(14 / var(--main-w) * 100vw, 12px), 14px);
    font-weight: 400;
    letter-spacing: 0.04em;
    text-align: right;
}

.rental__list__item__right__price span{
    font-weight: 500;
    font-size: min(max(21 / var(--main-w) * 100vw, 18px), 21px);
}

.works{
    margin-top: min(max(50 / var(--main-w) * 100vw, 25px), 50px);
    margin-bottom: min(max(100 / var(--main-w) * 100vw, 80px), 100px);
}

.works__inner{
    max-width: 1420px;
    width: calc(100% - 30px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 50px min(max(80 / var(--main-w) * 100vw, 60px), 80px);
}

.works__item{
    width: calc(50% - min(max(40 / var(--main-w) * 100vw, 30px), 40px));
}

.works__item__image{
    width: 100%;
}

.works__item__ttl{
    font-weight: bold;
    font-size: min(max(24 / var(--main-w) * 100vw, 20px), 24px);
    margin-top: min(max(24 / var(--main-w) * 100vw, 18px), 24px);
}

.works__item__txt{
    font-size: min(max(17 / var(--main-w) * 100vw, 14px), 17px);
    margin-top: min(max(15 / var(--main-w) * 100vw, 10px), 15px);
    line-height: 1.6;
}


.contact-sv{
    margin: 96px 0 60px 0;
}

.contact-sv__ttl{
    text-align: center;
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    line-height: 2.4;
    letter-spacing: 0.02em;
}

.contact-blue{
    background-color: #A7DCF4;
}

.contact-blue__ttl{
    text-align: center;
    font-size: min(max(16 / var(--main-w) * 100vw, 12px), 16px);
    line-height: 2.4;
    letter-spacing: 0.02em;
}

.contact-blue__form__wrap{
    max-width: 1240px;
    width: calc(100% - 30px);
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 160px;
}

.contact-blue{
    padding: 80px 0 140px 0;
    background-color: #A7DCF4;
}

.contact-blue__form{
    width: 100%;
    display: flex;
    gap: 40px;
    flex-direction: column;
}

.contact-blue__form__item{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-blue__form__item--center{
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.contact-blue__form__item--center .contact-blue__form__item__ttl,.contact-blue__form__item--center .contact-blue__form__item__wrap{
    width: auto;
    white-space: nowrap;
}

.contact-blue__form__item__ttl{
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.04em;
}

.contact-blue__form__item__ttl a{
    color: #3A8DEF;
}

.contact-blue__form__item__wrap{
    width: 100%;
}

.contact-blue__form__item__wrap input[type=text],.contact-blue__form__item__wrap input[type=tel],.contact-blue__form__item__wrap input[type=email],.contact-blue__form__item__wrap textarea{
    width: 100%;
    font-size: 12px;
    letter-spacing: 0.04em;
    padding: 7px 10px;
    border-radius: 4px;
    border: 2px solid #E0E4E4;
}

.contact-blue__form__item__wrap textarea{
    min-height: 280px;
}

.contact-blue__form__item__wrap--radio{
    display: flex;
    gap: 50px;
}

.radio__item{
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.radio__item input[type=radio]{
    border: none;
}

.contact-blue__form__submit{
    text-align: center;
}

.contact-blue__form__submit--flex{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.contact-blue__form__submit button{
    padding: 7px 20px;
    background: #E0E4E4;
    color: #222;
    font-size: min(max(16 / var(--main-w) * 100vw,14px),16px);
    letter-spacing: 0.06em;
}


.contact__re{
    margin-top: 20px;
    display: flex;
    width: 100%;
    justify-content: center;
}

.contact__re button{
    font-size: 14px;
    display: inline-block;
    border-bottom: 1px solid;
}

.confirm-value{
    width: 100%;
    font-size: 12px;
    border-radius: 4px;
    border: 2px solid #E0E4E4;
    display: block;
    padding: 15px;
}

.thanks-message{
    text-align: center;
}

.sp768only{
    display: none;
}

.hum__button,.hum__all{
    display: none;
}

.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}
.top-service__box__img__inner{
    object-fit: cover;
    object-position: center;
}

.footer__pri{
    text-align: left;
    width: 90%;
    max-width: 1200px;
    margin: 30px auto 0;
}

.footer__pri__link{
    color: #fff;
    font-size: 14px;
}

/* =========================
   Others
========================= */

.others {
  padding: 80px 20px;
}

.others__ttl {
  font-size: 28px;
  font-weight: 700;
    max-width: 1420px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.others__container {
  max-width: 1420px;
  margin: 0 auto;
}

.others__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
}

.others__block {
  font-size: 15px;
  line-height: 1.8;
}

.others__label {
  font-weight: 700;
  margin-bottom: 8px;
}

.others__label--mt {
  margin-top: 20px;
}

.others__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.others__list li {
  margin-bottom: 4px;
}

.others__indent {
  padding-left: 1.2em;
}

.others__list a {
  color: inherit;
  text-decoration: underline;
}

/* =========================
   Responsive
========================= */

@media screen and (max-width: 768px) {
  .others__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .others__ttl {
    font-size: 22px;
  }
}

@media (max-width: 1024px){
  .sp1024only{
        display: block;
    }
    .pc1024only{
        display: none;
    }
    .top-produce__full::after{
        top: 72%;
    }

    .rental{
        flex-direction: column;
    }

    .rental__list{
        width: 100%;
    }

    .rental__category{
        position: static;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }

    .rental__category__item{
        width: auto;
        padding: 0 14px;
    }

    .about-member__list__item__role{
        font-size: max(14px,calc(16 / 1024 * 100vw));
        margin-top: 0;
    }

    .about-member__list__item__explain{
        font-size: max(14px,calc(18 / 1024 * 100vw));
    }
}

@media (max-width: 768px){

    .sp768only{
        display: block;
    }
    .pc768only{
        display: none;
    }

    header{
        padding: 0 15px;
    }
    .top-video{
        margin: 100px 0 80px 0;
    }

    .top-video__box{
        flex-direction: column;
        gap: 20px;
    }

    .top-video__box__video{
        width: 100%;
    }

    .top-video__box__info{
        margin: 0 auto;
        width: calc(100% - 30px);
        padding: 0;
    }

    .top-video__box__info__txt{
        margin-top: 15px;
    }

    .top-service__inner{
        margin-top: 60px;
    }

    .top-service__box{
        gap: 30px;
        flex-direction: column;
    }

    .top-service__box--reverse{
        flex-direction: column-reverse;
    }

    .top-service__box__content__txt{
        margin-top: 25px;
    }

    .top-service__box__img,.top-service__box__content{
        width: 100%;
    }

    .top-produce__flex{
        margin-top: 80px;
        padding: 0;
    }

    .top-produce__flex{
        max-width: 300px;
        gap: 50px;
    }
    .top-produce__flex__item{
        width: 100%;
    }

    .top-produce__flex__item__txt{
        margin-top: 20px;
    }

    .top-produce__flex__item__circle{
        margin: 0 auto;
        width: 85%;
    }

    footer{
        padding: 100px 0 80px 0;
    }

    .footer__sns{
        margin-top: 100px;
    }

    .header__nav{
        display: none;
    }

    .hum__button{
        display: block;
        width: 20px;
        height: 20px;
        position: relative;
        cursor: pointer;
    }

    .hum__button__bar{
        width: 100%;
        height: 1px;
        background-color: #000;
        position: absolute;
        left: 0;
    }

    .hum__button__bar--top{
        top: 0;
    }

    .hum__button__bar--middle{
        top: 50%;
        transform: translateY(-50%);
    }

    .hum__button__bar--bottom{
        bottom: 0;
    }

    .hum__all{
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background-color: #1F1C1C;
        transform: translateX(100vw);
        transition: 0.3s;
    }

    .hum__all.is-active {
        transform: translateX(0);
        transition: 0.3s;
    }

    .hum__inner{
        padding: 20px 15px;
    }

    .hum__band{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .hum__band__logo{
        width: 60px;
    }

    .hum__nav{
        margin-top: 70px;
        border-bottom: 1px solid #FFFFFF;
        display: flex;
        flex-wrap: wrap;
    }

    .hum__nav__list{
        width: 100%;
    }

    .hum__nav__list li{
        width: 100%;
        line-height: 46px; 
        border-top: 1px solid #FFFFFF;
        padding-left: 15px;
        color: #ffffff;
        width: 100%;
    }

    .hum__nav__list__item{
        display: block;
    }

    .hum__sns{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 80px;
        gap: 30px;
    }

    .hum__sns__item{
        width: 28px;
    }

    .hum__sns__item svg{
        width: 100%;
        height: auto;
        vertical-align: middle;
    }

    .hum__contact{
        margin-top: 24px;
        text-align: center;
    }

    .hum__contact__button{
        display: inline-block;
        background-color: #ffffff;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 500;
        line-height: 50px;
        width: 162px;
        max-width: 100%;
    }

    .hum__sns__item{
        color: #fff;
    }

    .top-fv__ttl{
        font-size: 32px;
    }

    .top-fv__subttl{
        font-size: 18px;
    }

    .top-fv__subttl::before{
        width: 80px;
    }

    .top-fv__inner{
        padding: 0 15px 40px 15px;
    }

    .about-member__list{
        gap: 30px;
    }

    .about-member__list__item{
        width: calc(50% - 15px);
    }

    .about-company__inner{
        margin-top: 50px;
        flex-direction: column;
        gap: 30px;
    }

    .about-company__left,.about-company__right{
        width: 100%;
    }


    .about-company__item__txt{
        width: calc(100% - 99px);
    }

    .about-company__item{
        padding: 20px 15px;
        gap: 35px;
    }

    .about-access__inner{
        margin-top: 50px;
        flex-direction: column;
        gap: 16px;
    }

    .about-access__map,.about-access__info{
        width: 100%;
    }

    .rental__list__item{
        width: 100%;
    }
     .top-produce__flex__item__circle--01::before,
    .top-produce__flex__item__circle--02::before,
    .top-produce__flex__item__circle--03::before,
    .top-produce__flex__item__circle--04::before,
    .top-produce__flex__item__circle--05::before{
        content: "";
        width: 100vw;
        margin: 0 calc(50% - 50vw);
        position: absolute;
        aspect-ratio: 1920 / 116.06;
        background: url(./assets/img/pr_deco01.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: auto;
        bottom: 30px;
        left: 0;
    }

    .top-produce__full::after{
        display: none;
    }
}

@media (max-width: 490px){
    .top-produce__ttl{
        font-size: 27px;
    }

    .top-service__ttl{
        font-size: 32px;
        padding-right: 32px;
    }

    .top-service__box__content__ttl{
        font-size: 24px;
    }

    .top-service__box__content__txt{
        font-size: 16px;
    }

    .top-fv__subttl::before{
        width: 40px;
        font-size: 16px;
    }

    .top-fv__ttl{
        font-size: 28px;
    }

    .about-member__list__item{
        width: 100%;
    }

    .works__inner{
        gap: 40px;
    }

    .works__item{
        width: 100%;
    }

    .rental__list__item__left{
        width: 54%;
    }

    .rental__list__item__right{
        width: 46%;
    }

    .footer__sns__item{
        width: 28px;
    }
    .about-intro__txt{
        font-size: 14px;
    }

}