﻿:root{
    --red: #c4092a;
    --red2: #c4093f;
    --bk: #150b13;
    --gray: #564349;
}

html, body {
    font-size: 16px;
}

.bg_color1 {
    background-color: var(--bk);
}

.bg_color3 {
    background-color: var(--red2);
}

.cms_wrap .border_color1 {
    border-color: var(--gray);
}

/*--common start--*/

#wrap{
    background-image: url(/files/img/isi.jpg);
    background-blend-mode: luminosity;
}

/*--common end--*/

/*--cast紹介 start--*/

#cms_4-b .cate_box span{
    border: 1px solid gray;
    padding: 3px 8px;
    margin-right: 5px;
    font-size: 15px !important;
    position: relative;
    top: -2px;
}

#cms_4-b .cate_box{
    font-size: calc(1rem + 8px);
    margin-bottom: 50px;
}

/*--cast紹介 end--*/

#main_img:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(/files/img/cover.png), url(/files/img/back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: cover;
    pointer-events: none;
}

#main_img span.kore{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(/files/img/copy.png), url(/files/img/right.png);
    background-position: 50% 50%, 87.5% 95%;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: 95%, 22.5%;
    pointer-events: none;
}

#cms_4-b .box_title2, #cms_4-b .box_title3{
    text-align: left;
}

#page_title{
    mix-blend-mode: lighten;
}

#contents2 div.con2_box, #contents3 div.con3_box{
    background-image: url(/files/img/test.jpg);
    mix-blend-mode: plus-lighter;
    background-blend-mode: luminosity;
    background-position: center;
    background-size: cover;
}

#intro .intro_back{
    opacity: 0;
}

#intro{
    padding: 2%;
    position: relative;
}

#intro:before{
        content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(/files/img/mark.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: 60%;
    pointer-events: none;
    filter: blur(3px);
}

#intro .intro_wrap{
    background-image: url(/files/img/mark.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}

div.main_title{
    display: none;
}

#wrap.top #header h1#logo{
    opacity: 0;
    padding: 0;
}

#wrap.top #header.headtrans h1#logo{
    opacity: 1;
}

footer{
    padding-bottom: 10px;
}

video{
    z-index: 99;
    position: fixed;
    max-width: 350px;
    /*bottom: calc(0% + 20px);*/
    left: calc(0% + 20px);
    transform-origin: bottom left;
    transition: all 0.5s;
    top: calc(83% + 20px);
    left: calc(10% + 20px);
        transform: translate(-50%, -50%);
    cursor: pointer;
}

.bgPink{
   max-width: calc(100% - 40px);
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.sub_cate_txt2{
    text-align: left;
}

.border_color2 {
    border-color: #4c464a;
}

.contact_box, #form_box{
    display: none;
}

.linkStyle{
color: #cc3535;
}

/*--20250806 correct start--*/

.banner2{
        position: fixed;
    bottom: 5px;
    right: -10px;
    max-width: 70px;
    z-index: 1;
}

.banner2:hover{
    position: fixed;
    right: 0px;
}

.sns_link li a{
    width: 50px;
}



/*--20250806 correct end--*/

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#main_img span.kore {
    background-position: 50% 50%, 50% 95%;
    background-size: 85%, 50%;
        background-image: url(/files/img/copy_sp.png), url(/files/img/right.png);
}

video {
    max-width: 270px;
    left: calc(0% + 20px);
    top: calc(90% + 20px);
    left: calc(15% + 20px);
}

#wrap.top #header h1#logo {
    opacity: 1;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

html, body {
    font-size: 14px;
}

#main_img {
    height: 85vh !important;
}

#main_img:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(/files/img/left.png), url(/files/img/right.png);
    background-position: 0 60%, 10% 95%;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 101%, 75%;
    pointer-events: none;
    filter: drop-shadow(0px 0px 10px black);
}

video {
    max-width: 250px;
    left: calc(0% + 20px);
    top: calc(90% + 0px);
    left: calc(50% + 0px);
}

#main_img:after{
    display: none;
}

#main_img span.kore {
    background-image: url(/files/img/copy_sp.png), url(/files/img/right.png);
    background-position: 50% 50%, 55% 70%;
    background-size: 100%, 80%;
}

#intro .intro_wrap{
    padding-bottom: 0;
}

#intro .intro_wrap, #contents2 .con2_box, #contents3 .con3_box {
        padding: 50px 20px;
    }


p.footer_h1{
        width: 80%;
    letter-spacing: 0.05em;
}

div.footer_contect{
        width: 80%;
    margin: auto;
    margin-bottom: 20px;
}

.banner2{
    bottom: 70px;
    max-width: 60px;
}

}
