@charset "UTF-8";
/********************************************/
/*layout Base */
/********************************************/
/***************************/
/**Color */
/***************************/
/* .co_red {
    color: #dc000c;
} */
.co_red {
    /* color: rgba(88, 63, 118, 1); */
    color: #8B3BBF;
    text-shadow:
    1px 1px 0 #fff,
    -1px 1px 0 #fff,
    1px -1px 0 #fff,
    -1px -1px 0 #fff,
    0 1px 0 #fff,
    1px 0 0 #fff,
    -1px 0 0 #fff,
    0 -1px 0 #fff;
}

.co_gray {
    color: #606060;
    text-shadow:
    1px 1px 0 #fff,
    -1px 1px 0 #fff,
    1px -1px 0 #fff,
    -1px -1px 0 #fff,
    0 1px 0 #fff,
    1px 0 0 #fff,
    -1px 0 0 #fff,
    0 -1px 0 #fff;
}

/***************************/
/**bg */
/***************************/
/********************************************/
/* ttl */
/********************************************/
.first_red_ttl {
    margin-bottom: 0.7em;
    font-size: 11.2rem;
}

.first_red_ttl .en {
    display: block;
    letter-spacing: 0.1em;
    color: #606060;
    font-size: 1em;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
}

.first_red_ttl .en:first-letter {
    color: #8B3BBF;
}

.first_red_ttl .jp {
    display: block;
    padding: 1.3em 0 0 120px;
    color: #8B3BBF;
    font-size: 1.8rem;
    font-weight: 700;
}

.first_red_ttl .jp span {
    position: relative;
    display: inline-block;
    padding-right: 305px;
    letter-spacing: 0.1em;
    color: inherit;
    font-size: 1em;
}

.first_red_ttl .jp span:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: 295px;
    height: 1px;
    background: #707070;
}

/********************************************/
/* btn */
/********************************************/
.border_btn {
    width: 100%;
    max-width: 300px;
}

.border_btn a {
    display: block;
    padding: 1em;
    border: solid 1px #333;
    background: rgba(51, 51, 51, 0);
    letter-spacing: 0.1em;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.border_btn a:hover {
    background: #333333;
    color: #fff;
}

.border_btn.white_btn {
    display: inline-block;
}

.border_btn.white_btn a {
    border-color: #fff;
    background: rgba(255, 255, 255, 0);
    color: #fff;
}

.border_btn.white_btn a:hover {
    background: white;
    color: #333;
}

/********************************************/
/* 追加 */
/********************************************/
.object_fit {
    position: relative;
}

.object_fit:after {
    content: "";
    display: block;
    padding-top: 100%;
}

.object_fit img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    /*IE対策*/
}

/*=============================================*/
/*media query    SmartPhone */
/*=============================================*/
@media screen and (max-width: 1024px) {
    /********************************************/
    /* ttl */
    /********************************************/
    .first_red_ttl {
        font-size: 7.0rem;
    }
    .first_red_ttl .jp {
        padding: 1.3em 0 0 20px;
    }
}

/*=============================================*/
/*media query    SmartPhone */
/*=============================================*/
@media screen and (max-width: 768px) {
    /********************************************/
    /* ttl */
    /********************************************/
    .first_red_ttl {
        font-size: 4.2rem;
    }
    .first_red_ttl .jp {
        font-size: 1.4rem;
    }
    .first_red_ttl .jp span {
        padding-right: 130px;
    }
    .first_red_ttl .jp span:after {
        width: 120px;
    }
    /********************************************/
    /* btn */
    /********************************************/
    .red_btn a {
        font-size: 1.5rem;
    }
}
