body {
    line-height: 2.5em;
}

.header-box {
    background-size: cover;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
}

.header-box-other {
    background-size: cover;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: #444;
}

.top-box {
    background-image: url(../images/luna_c_top.webp);
    background-size: cover;
    background-position: center center;
}

.top-item {
    padding-top: 250px;
    color: #cdcdcd;
    font-size: 24px;
    position: relative;
}

.top-item-text {
    font-size: 110px;
    margin-bottom: 30px;
}

.top-item-sub-text {
    font-size: 24px;
    letter-spacing: 4.8px;
}

.footer-box {
    padding-top: 100px;
    padding-bottom: 30px;
    background-color: #444;
    color: #fff;
}

.footer-item-box {
    display: flex;
    padding: 30px 0;
}

.footer-item {
    padding-right: 40px;
}

@media (max-width: 1001px) {
    .top-item {
        padding: 150px 0;
        font-size: 14px;
    }

    .top-item-text {
        font-size: 80px;
        margin-bottom: 20px;
    }

    .top-item-sub-text {
        font-size: 14px;
        letter-spacing: 2.8px;
    }
}

@media (max-width: 701px) {

    .top-item-text {
        font-size: 40px;
        margin-bottom: 0px;
    }

    .top-item-sub-text {
        font-size: 12px;
        letter-spacing: 2.8px;
    }

    .footer-item-box {
        display: block;
    }

    .footer-item {
        padding: 10px;
    }
}

.scroll-box {
    position: absolute;
    bottom: 35px;
    right: 0px;
    padding: 20px;
}

.scroll-box3 {
    position: absolute;
    bottom: 35px;
    right: 40px;
    padding: 20px;
}

.scrolldown1 {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    left: 50%;
    bottom: 10px;
    /*全体の高さ*/
    height: 100px;
}

/*Scrollテキストの描写*/
.scrolldown1 span {
    /*描画位置*/
    position: absolute;
    right: 5px;
    top: 100px;
    /*テキストの形状*/
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.05em;
}


/* 線の描写 */
.scrolldown1::after {
    content: "";
    /*描画位置*/
    position: absolute;
    top: 0;
    /*線の形状*/
    width: 1px;
    height: 100px;
    background: #fff;
    /*線の動き1.4秒かけて動く。永遠にループ*/
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}


.scrolldown2 {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    left: 50%;
    bottom: 10px;
    /*全体の高さ*/
    height: 100px;
}

/*Scrollテキストの描写*/
.scrolldown2 span {
    /*描画位置*/
    position: absolute;
    left: 5px;
    top: 100px;
    /*テキストの形状*/
    color: #444;
    font-size: 16px;
    letter-spacing: 0.05em;
}


/* 線の描写 */
.scrolldown2::after {
    content: "";
    /*描画位置*/
    position: absolute;
    top: 0;
    /*線の形状*/
    width: 1px;
    height: 100px;
    background: #444;
    /*線の動き1.4秒かけて動く。永遠にループ*/
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}

.scrolldown3 {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    left: 50%;
    bottom: 10px;
    /*全体の高さ*/
    height: 100px;
}

/*Scrollテキストの描写*/
.scrolldown3 span {
    /*描画位置*/
    position: absolute;
    right: 5px;
    top: 100px;
    /*テキストの形状*/
    color: #444;
    font-size: 16px;
    letter-spacing: 0.05em;
}


/* 線の描写 */
.scrolldown3::after {
    content: "";
    /*描画位置*/
    position: absolute;
    top: 0;
    /*線の形状*/
    width: 1px;
    height: 100px;
    background: #444;
    /*線の動き1.4秒かけて動く。永遠にループ*/
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}


/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
    0% {
        height: 0;
        top: 0;
        opacity: 0;
    }

    30% {
        height: 50px;
        opacity: 1;
    }

    100% {
        height: 0;
        top: 120px;
        opacity: 0;
    }
}

.btn-size {
    font-size: 40px;
}

.menu-item {
    padding: 0 20px;
    display: initial;
}

.menu-link {
    color: #fff;
    text-decoration: none;
}

.menu-link:hover {
    color: #fff;
    text-decoration: underline;
}

.menu-link-sm {
    color: #fff;
    text-decoration: none;
}

.menu-link-sm:hover {
    color: #fff;
    text-decoration: none;
}

.menu-link-sm-other {
    color: #444;
    text-decoration: none;
}

.menu-link-sm-other:hover {
    color: #444;
    text-decoration: none;
}

.menu-link-other {
    color: #444;
    text-decoration: none;
}

.menu-link-other:hover {
    color: #444;
    text-decoration: underline;
}

.font-top {
    font-family: 'Alegreya Sans SC', sans-serif;
    font-family: 'IBM Plex Sans', sans-serif;
}

.sub-title-left {
    font-size: 100px;
    transform: rotate(90deg);
    transform-origin: center;
    color: #cdcdcd;
    display: inline-block;
    width: 0;
}

.sub-title-right {
    font-size: 100px;
    transform: rotate(90deg);
    transform-origin: center;
    color: #cdcdcd;
    display: inline-block;
    width: 0;
}

.sub-title-box-left {
    padding-left: 75px;
}

.sub-title-box-right {
    padding-right: 40px;
    min-height: 200px;
}

.sub-item-box {
    padding-top: 150px;
    padding-bottom: 100px;
}

.md-height {
    height: 0px;
}

.md-right {
    right: 200px;
}

.ad-td {
    padding-left: 100px;
}

.movie {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    margin-bottom: -15px;
}

.movie::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    background-size: 4px 4px;
    background-position: 0 0, 2px 2px;
}

.scrolle-movie-box {
    z-index: 1;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .movie {
        width: 200%;
        height: 200%;
        margin-left: -50%;
    }

    .scrolle-movie-box {
        margin-right: 25%;
    }

    .header-box {
        padding-left: 0px;
        padding-right: 0px;
    }

    .ad-td {
        padding-left: 0px;
    }

    .md-height {
        height: 100px;
    }

    .md-right {
        right: 0px;
    }

    .sub-title-left {
        font-size: 50px;
        /*transform: rotate(0deg);*/
    }

    .sub-title-right {
        font-size: 50px;
        /*transform: rotate(0deg);*/
    }

    .sub-title-box-left {
        padding-left: 30px;
    }

    .sub-title-box-right {
        padding-right: 30px;
    }

    .sub-item-box {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.line-back {
    padding: 10px 0;
    background-color: #f2f2f2;
}

.luna-link {
    height: 16px;
    position: absolute;
    margin-top: -2px;
}

.sub-text {
    color: #444;
    padding: 10px 0;
}

.lgbtq-btn-box {
    padding: 30px 0;
}

.news-box {
    padding: 40px 20px;
    border-bottom: 1px dotted #cdcdcd;
}

.news-date {
    color: #999;
}

.recurit-note-box {
    color: #777;
    font-size: 12px;
}

.copyright-box {
    padding-top: 50px;
    font-size: 10px;
}

.about-subtitle {
    padding: 40px;
    font-size: 50px;
}

.f-50 {
    font-size: 50px;
    line-height: 70px;
}

.f-30 {
    font-size: 30px;
    line-height: 50px;
}

.logo-back {
    background-image: url(../images/luna_logo_back.png);
    background-size: 600px;
    background-position: 0px 0;
    background-repeat: no-repeat;
}

.news-item-box {
    padding: 30px 50px;
    border-bottom: 1px solid #cdcdcd;
}

.news-item-date {
    color: #999;
}

.news-item-link {
    color: #000;
    text-decoration: none;
}

.news-item-link:hover {
    color: #000;
    text-decoration: underline;
}

.fs-28 {
    letter-spacing: 2.8px;
}

.font-size-luna-14 {
    font-size: 14px;
}

.news-post-box {
    font-size: 14px;
    font-weight: bolder;
    letter-spacing: 2.8px;
}

.kinky-title {
    font-size: 60px;
    font-style: normal;
    font-weight: 200;
    line-height: 60px;
}

.news-post-box p span {
    background: linear-gradient(transparent 0%, #FFEBA4 100%);
}